/*
Theme Name: ArteEast
Description: Rockstar Working Start Framework Theme
Author: <a href="http://www.rockstarworking.com" target="_blank">Rockstar Working</a>
Author URI: http://rockstarworking.com
Version: 1.2
*/

@import url("css/reset.css");
@import url("custom.css");

/* General Styles */
body { 
	font-family: sans-serif,  Ubuntu;
	color: #4d4d4d;
	font-size:16px;
	font-weight: 100;
	line-height: 22px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  	-moz-osx-font-smoothing: grayscale;
	-ms-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 { 
}
a {
	transition: all .5s ease; 
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
a, a:focus, a:active{ 
	color:#000000;
	text-decoration:none;
	-webkit-text-stroke: 0.007em;
	-moz-text-size-adjust: 0.007em;
	-ms-text-size-adjust: 0.007em;
}
a:hover  {
	color: #ff3300;
	text-decoration:none; 
}

ul.circle-list {
	margin-left: 40px;
	margin-bottom: 30px;
}
ul.circle-list li {
	list-style: disc;
	margin-bottom: 5px;
}
.float-left { float: left;}
.float-right { float: right;}
.dividing {
	margin-bottom: 25px;
	border-bottom: 1px #ccc solid;
}
.clear { clear: both; }
img.alignleft {
	float: left;
	margin-right: 10px;
}


/* Top Bar */
#top {
	color: #ffffff;
	background: #555e68;
	height: 38px;
	line-height: 38px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
#top .navigation  {
	float: right;
	margin: 0 25px 0 0;
}
#top .navigation li.search,
#top .navigation li.contact {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
#top .navigation li a {
	color: #ffffff;
	height: 38px;
	display: block;
	text-decoration: none;
	padding: 0 15px;
}
#top .navigation li a:hover {
	background: #f1f1f1;
	color: #555e68;
}
#top .navigation li.contact a.active {
	background: #f1f1f1;
	color: #555e68;
}
#top .navigation li a i {
	font-size: 14px;
	margin-right: 12px;
}

/* search form */
.search-wrap {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	transition: visibility 0s linear 0.2s,opacity 0.2s linear;
	-webkit-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
	-moz-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
	-ms-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
	-o-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
	position:absolute;
	top:38px;
	right:0px;
	z-index:100;
	margin:0;
	padding: 16px 20px 20px 20px;
	width: auto;
	background:#f1f1f1;
}
#top .navigation .search:hover .search-wrap{
	visibility:visible;
	opacity: 1;
	filter:alpha(opacity=100);
	transition: all .5s ease; 
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

#searchform {
	position: relative;
	padding:0; 
	overflow:hidden; 
	height: 35px;
}
#searchform #s {
	background-color: #ffffff;
	width:250px;
	height: 32px;
	line-height: 12px;
	padding: 0 30px 0 10px;
	color: #777;
	font-size: 12px;
	font-style:italic;
	border: #ccc 1px solid;
}
#searchform #s:focus { 
	outline:none;
}
#searchform #searchsubmit { 
	position: absolute;
	background: url(images/search.png) no-repeat;
	width:20px; 
	height:20px;
	top: 8px;
	right: 6px;
	border:none;
	text-indent: -1000px;
}
#searchform #searchsubmit:focus {
	outline: none;
}

/* social-media */
.social-media {
	float: right;
}
.social-media { 
	width: 111px; 
	list-style: none;
}
.social-media li a{ 
	background: url(images/social-media.png) no-repeat;  
	width: 37px; 
	height: 38px;
	float: left;
}
.social-media li span {
	background: url(images/social-media.png) no-repeat;  
	width: 37px; 
	height: 38px;
}
.social-media li a, .social-media li a span { 
	display: block; 
}
.social-media li.instagram a { 
	background-position: left top;
}
.social-media li.instagram a span { 
	background-position: left bottom;
}
.social-media li.facebook a { 
	background-position: -37px top;
	}
.social-media li.facebook a span { 
	background-position: -37px bottom;
	}
.social-media li.twitter a { 
	background-position: -74px top;
}
.social-media li.twitter a span { 
	background-position: -74px bottom;
}


/* Logo */
#logo a {
	position: relative;
	display: block;
	margin-top: -15px;
    margin-bottom: 40px;
}

	/** Mobile Navigation styles **/
	.mobileNav {
		-webkit-backface-visibility: hidden;
		display: none;
		position: absolute !important; 
		background: #555e68;
		top: 65px; 
		right: 15px;
		z-index: 31;
		height: 30px;
		width: 32px;
		cursor: pointer;
	}

	.mobileNav:hover
	{
		background-color: #6b7682;
	}

	.mobileNav.active .middleLine
	{
		opacity: 0;
	}

	.mobileNav.active .mobileNavIcon:before
	{
		background-color: #e7e7e7;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: 0px;
   
	}

	.mobileNav.active .mobileNavIcon:after
	{
		background-color: #e7e7e7;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0px;
		/* Rotate Origin */
	}

.mobileNav:hover .middleLine
{
	background-color: #eee;
}

.mobileNav:hover .mobileNavIcon:before
{
	background-color: #eee;
}

.mobileNav:hover .mobileNavIcon:after
{
	background-color: #eee;
}

	.mobileNavIcon {
		position: absolute;
		top: 14px; 
		left: 7px;
		height: 2px;
		width: 18px;
	}

	.mobileNavIcon:before {
	 	position: absolute;
	 	bottom: 6px; 
	 	left: 0px;
	 	content:"";
   		height: 2px;
		width: 18px;
		background-color: #fff;
		transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		-webkit-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		-moz-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		-o-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	
	.mobileNavIcon:after {
		position: absolute;
		top: 6px; 
		left: 0px;
		content:"";
		height: 2px;
		width: 18px;
		background-color: #fff;
		transition: top 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		-webkit-transition: top 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		-moz-transition: top 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		-o-transition: top 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	}

.mobileNavIcon.light:before {
	background-color: #e7e7e7;
}
.mobileNavIcon.light:after {
	background-color: #e7e7e7;
}

	.middleLine {
		position: absolute;
		height: 2px;
		width: 18px;
		background-color: #fff;
		transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		-webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		-moz-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		-o-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	}

.middleLine.light {
	background-color: #e7e7e7;
}


.navOverlay {
	display: none;
	margin-left: -100%;
	opacity: 0;
	position: fixed; 
	width: 100%;
	height: 100%;
	z-index: 30;
	
	transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navOverlay.shown {
	opacity: 1;
	margin-left: 0;
	display: block;
}

.navOverlay.shown .navOverlayBg{
	opacity: .95;
}

.navOverlayBg {
	background-color: #232323;
	opacity: .95;
	width: 100%;
	height: 100%;
	text-align:center;
	margin-top: 0px;
	padding-top: 50px;
	z-index: inherit;
}

.navOverlayBg ul a { 
	text-align:center;
	color: #fff; 
	font-size: 30px;
	font-weight:300;
	line-height: 1.63;
	text-decoration:none; 
}
.navOverlayBg ul li a:hover,
.navOverlayBg ul li.current-menu-item a,
.navOverlayBg ul li.current-page-ancestor a { color: #ff3300; }
.parent-pageid-4 .navOverlayBg ul li.current-page-ancestor a { color: #fff; }
.parent-pageid-4 .navOverlayBg ul li.current-page-ancestor a:hover { color: #ff3300; }

/* Main Navigation */
nav ul {
	float: right;
	margin-top: 40px;
}
nav ul li {
	float: left;
	height: 38px;
	line-height: 38px;
	margin-right: 20px; 
}
nav ul li.last {
	margin-right: 0;
}
nav ul li a,
nav ul li a:focus,
nav ul li a:active {
	color: #555e68;
	display: block;
	height: 38px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 500;
}
nav ul li.current-menu-item a,
nav ul li.current-page-ancestor a {
	color: #ff3300;
}
nav ul li a:hover {
	color: #ff3300;
}
nav ul li.donate a {
	border: #ff3300 1px solid;
}
nav ul li.donate.current-menu-item a {
	background: #f5f5f5;
	color: #555e68;
	border: #ff3300 0px solid;
}

/* Slider */
.slider-container {
	width: 772px;
	float: left;
	margin-right: 8px;
}
#slider {
	position: relative;
	margin-bottom: 30px;
}
#slider .item {
	position: relative;
	background-position: center center !important;
    width: 772px;
    height: 488px;
}
#slider a.item-url {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#slider .item .caption {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
    width: 772px;
	height: 80px;

}
#slider .item .caption.height-1 {
	height: 105px;
}
#slider .item .caption.height-2 {
	height: 135px;
}
	
	
#slider .item .caption h1 {
	font-size: 24px;
	margin-top: 25px;
	padding: 0 20px;
}
#slider .item .caption h1 a,
#slider .item .caption h2 a {
	color: #fff;
}
#slider .item .caption h2{
	display:none;
	color: #fff;
	font-size: 16px;
	margin-top: 8px;
	padding: 0 20px;
}
.right-side-container {
	float: left;
}

/* Quarterly issues */
.quarterly-issues {
	background: url(images/quarterly-issues-bg.png) no-repeat;  
	width: 360px;
	height: 180px;
	margin-bottom: 8px;
}
.quarterly-issues-logo {
	display: none;
}
.quarterly-issues h1 {
	float:right;
	color: #fff;
	margin-top: 68px;
	margin-right: 30px;
	font-size: 28px;
	font-weight: 700;
}
.quarterly-issues h2 {
	float:right;
	color: #fff;
	margin-top: 5px;
	margin-right: 30px;
	font-size: 20px;
	font-weight: 500;
	clear: both;
}
.quarterly-issues.quarterly-page {
	height: 120px;
}
.quarterly-issues.quarterly-page h2{
	margin-top: 40px;
}
.quarterly-issues .button {
	float:right;
	color: #fff;
	margin-top: 15px;
	margin-right: 30px;
	clear: both;
}
.quarterly-issues .button a {
	display: block;
	float: right;
	color: #fff;
	width: 95px;
	height: 26px;
	line-height: 24px;
	margin-left: 10px;
	padding: 0;
	font-size: .780em;
	font-weight: 100;
	text-align: center;
	border: #fff 1px solid;
	-webkit-text-stroke: 0.025em;
	-moz-text-size-adjust: 0.025em;
	-ms-text-size-adjust: 0.025em;
}
.quarterly-issues .button a:hover {
	color: #000;
	border: #fff 1px solid;

}

/* Featured Gallery */
.featured-gallery{
	background-size: 466px 300px !important;
	background-position: center center !important;
	position: relative;
	width: 360px;
    height: 300px;
    margin-bottom: 30px;
}
.featured-gallery .caption {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	width: 100%;
	height: 80px;
}
.featured-gallery .caption.height-1 {
	height: 118px;
}
.featured-gallery .caption.height-2 {
	height: 138px;
}
	
	
.featured-gallery .caption h1 {
	font-size: 18px;
	margin-top: 20px;
	padding: 0 20px;
}
.featured-gallery .caption h1 a,
.featured-gallery .caption h2 a {
	color: #fff;
}
.featured-gallery .caption h2{
	color: #fff;
	font-size: 16px;
	margin-top: 8px;
	padding: 0 20px;
}

/* Featured posts */
.featured-posts {
	width: 360px;
	margin-bottom: 40px;
}
.featured-posts.spotlight,
.featured-posts.news {
	float: left;
	margin-right: 15px;
}
.featured-posts.opportunities,
.featured-posts.events {
	float: right;
	margin-left: 15px;
}
.featured-posts h1 {
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 20px;
}
.featured-posts h1 a {
	color: #000;
	-webkit-text-stroke: 0.000em;
	-moz-text-size-adjust: 0.000em;
	-ms-text-size-adjust: 0.000em;
}
.featured-posts h1 a:hover {
	color: #555e68;
}
.featured-posts span {
	color: #808080;
	font-size: 13px;
}
.featured-posts p {
	margin-top: 10px;
	font-size: 15px;
}

a.featured-button {
	display: block;
	color: #555e68;
	width: 120px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	font-size: .765em;
	font-weight: 500;
	margin-bottom: 20px;
	border: #666 1px solid;
}
a.featured-button:hover {
	color: #000;
}


/* Homepage Widget */
.homepage-widget.second {
	background: #f5f5f5;
	margin-bottom: 8px;
	padding: 30px;
	-moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.var-borderless .customisable-border {
border: #666 1px solid;
}
a.twitter-timeline {

}

.newsletter-container {
	background: #f5f5f5 url(images/newsletter-bg.png) no-repeat;  
	height: 164px;
	padding: 30px 30px 35px 30px;
	font-size: 14px;
	margin-bottom: 60px;
}
.error404 .newsletter-container {
	background: #f5f5f5 url(images/newsletter-bg.png) right top no-repeat;  
	height: 164px;
	padding: 30px 30px 35px 30px;
	font-size: 14px;
	margin-bottom: 60px;
}
.error404 .entry404 {
	padding: 0 30px 35px 0;

}
.issues-widget.fourth,
.contact-widget.second {
	margin-top: 8px;
	margin-bottom: 20px;
}
.homepage-widget.third h3,
.issues-widget.fourth h3,
.contact-widget.second h3 {
	display: none;
}
.issues-widget.fourth a,
.contact-widget.second a {
	display: block;
	color: #000;
	width: 130px;
	height: 38px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	border: #ff3300 1px solid;
}
.issues-widget.fourth a:hover,
.contact-widget.second a:hover {
	border: #000 1px solid;
}
.homepage-widget.fourth {
	
}

.homepage-widget h3 {
	display: none;
}

.homepage-widget p.about-widget {
	background: #f5f5f5;
    padding: 30px 30px 35px 30px;
    font-size: 14px;
    margin-bottom: 8px;
}

/* eNewsletter */
a.button.newsletter {
	display: block;
	background: #f5f5f5;
	color: #000;
	width: 130px;
	height: 38px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	border: #ff3300 1px solid;
}
a.button.newsletter:hover {
	border: #000 1px solid;
}
a.button.newsletter:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
#newsletter .modal-dialog {
}

#subForm #response {
  color: green;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 0 0;
  padding: 0;
  display: none;
}
#subForm button,
#subForm input {
  font-family: Arial, sans-serif;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#subForm input,
#subForm select {
  border: 1px solid #cfd4db;
  font-size: 15px;
  color: #777;
  margin-bottom: 10px;
  
}
#subForm input:focus,
#subForm select:focus {
  border-color: #b1b9c6;
  outline: none;
}
#subForm input.error {
  background: url('images/cross.png') right center no-repeat;
  background-position: 345px center;
  border: 1px solid #ff3300;
}
#subForm select.error {
  border: 1px solid #ff3300;
}
#subForm label {
	font-weight: 300;
}
#subForm button,
#subForm button:focus {
  background: #df452c;
  border: none;
  border-bottom: 2px solid #a8321d;
  color: #fff;
  font-size: 15px;
  padding: 10px 30px;
  cursor: pointer;
  margin: 15px auto 0 auto;
  outline: 0;
}
#subForm button:hover {
  background: #e74d34;
}
#subForm button:active {
  background: #d23920;
  border-bottom: 1px solid #df452c;
  border-top: 1px solid #922c19;
  outline: none;
}

#subForm input::-webkit-input-placeholder {
  color:    #777 !important;
}
#subForm input:-moz-placeholder {
  color:    #777 !important;
  opacity: 1 !important;
}
#subForm input::-moz-placeholder {
  color:    #777 !important;
  opacity: 1 !important;
}
#subForm input:-ms-input-placeholder {
  color:    #777 !important;
}

#subForm input[type=checkbox].checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}
#subForm input[type=checkbox].checkbox + label.label {
	color: #777;
	padding-left:24px;
	height:18px; 
	display:inline-block;
	line-height:13px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	font-weight: 300;
	vertical-align:middle;
	cursor:pointer;
	margin-top: 5px;
	margin-left: 10px;
	
}
#subForm input[type=checkbox].checkbox:checked + label.label {
	background-position: 0 -18px;
}
#subForm label.label {
	background-image: url(images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* eNewsletter end */




/* Footer */
#copyright {
	color: #ffffff;
	background: #555e68;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	font-weight: 500;
	font-style: Italic;
}
.material-copyright {
	color: #808080;
	font-size: .725em;
	font-style: italic;
	line-height: 15px;
	margin-bottom: 35px;
}
.share { 
	float: left; 
	line-height: 44px;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

/* breadcrumbs */
#breadcrumbs {
    list-style:none;
    margin:25px 0;
    overflow:hidden;
}
  
#breadcrumbs li {
	color: #999;
    display:inline-block;
    vertical-align:middle;
    font-size: 16px;
    font-weight: 500;
    margin-right:5px;
    text-transform: uppercase;
}
#breadcrumbs li a {
	color: #999;
	font-weight: 500;
	-webkit-text-stroke: 0.00em;
    -moz-text-size-adjust: 0.00em;
    -ms-text-size-adjust: 0.00em;
}
  
#breadcrumbs .separator {
    font-size:16px;
    font-weight:100;
    color:#ccc;
}


/* ArteEast Quarterly - Issues */
.issues-archive { }
.img-caption { 
	display: block;
	color: #4d4d4d;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: 300;
	margin-top: 10px;
}
#contact .ssba-wrap,
#spotlight .ssba-wrap,
.tag-archive .ssba-wrap,
#residencies .ssba-wrap,
.page-content .ssba-wrap,
.issues-archive .ssba-wrap,
#artist-spotlight .ssba-wrap,
.single-news_events .ssba-wrap,
.contributor-archive .ssba-wrap,
.tax-news-events-category .ssba-wrap,
.post-type-archive-news_events .ssba-wrap {
	width: 285px;
	margin-right: -3px;
}
.issues-archive h3.quarterly-title,
.issues-archive h3.quarterly-title a,
.contributor-archive h3.contributor-bios,
#residencies h3.open-application,
#residencies h3.open-application a,
#spotlight h3.open-application,
#spotlight h3.open-application a  {
	color: #999;
	font-size: 16px;
	line-height: 44px;
	text-transform: uppercase;
}
.issues-archive h1,
#residencies h1,
#spotlight h1 {
	color: #4d4d4d;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 5px;
}
.issues-archive h2,
.issues-archive h2 a,
#residencies h2,
#residencies h2 a,
#spotlight h2,
#spotlight h2 a {
	color: #999;
	font-size: 16px;
	margin-bottom: 28px;
}
.issues-archive .contents,
#residencies .contents,
#spotlight .contents {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 25px;
	font-weight: 100;
	margin-bottom: 30px;
}
.issues-archive .contents p,
#residencies .contents p,
#spotlight .contents p {
	margin-bottom: 30px;
}
.issues-archive .contents p.iframe {
	margin-bottom: 4px;
}
.issues-archive .author {
	color: #4d4d4d;
	font-size: 15px;
	line-height: 24px;
	font-weight: 100;
	margin-bottom: 25px;
}
.issues-archive .issues-tags,
.issues-archive .issues-tags a {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 32px;
}
.issues-archive .issues-tags span {
	color: #4d4d4d;
	font-size: 15px;
	font-weight: 100;
}

ol.reference {
	font-size: 13px;
	margin-bottom: 30px;
}
ol.reference li {
	list-style: lower-roman;
	margin-left: 20px;
}
ol.reference li a{
	-webkit-text-stroke: 0.012em;
	-moz-text-size-adjust: 0.012em;
	-ms-text-size-adjust: 0.012em;
}

/* ArteEast Quarterly - Contributor Bios */
.contributor-archive h1.the-author {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 30px;	
}
.contributor-archive h4 {
	margin-bottom: 30px;
}
.contributor-archive h4 a.website {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
}
.contributor-archive h4 a.website:hover {
	color: #ff3300;
}
.contributor-archive p.biographical {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}

/* ArteEast Quarterly Widget */
.quarterly-widget {
	background: #f5f5f5;
	color: #4d4d4d;
    padding: 20px;
}
.quarterly-widget h1 {
	font-size: 20px;
	margin-bottom: 30px;
}

.quarterly-widget h1.issues-title {
	background: url(images/quarterly-widget-title.png) repeat-x 0 1px;  
    color: #4d4d4d;
    height: 25px;
    font-size: .765em;
    font-weight: 500;
    margin-bottom: 20px;

}
.quarterly-widget h1.issues-title span {
	display: block;
	background: #f5f5f5;
	width: 120px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border: #ccc 1px solid;
	margin: 0 auto;
}
.quarterly-widget .artezine-item,
.quarterly-widget .gallery-item {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: #ddd 1px solid;
}
.quarterly-widget .artezine-item.last,
.quarterly-widget .gallery-item.last {
	border-bottom: none;
}
.quarterly-widget .artezine-item .block-image,
.quarterly-widget .gallery-item .block-image {
	float: left;
	width: 68px;
	height: 45px;
	margin-right: 15px;
}
.quarterly-widget .artezine-item.active .block-image,
.quarterly-widget .gallery-item.active .block-image {
	display: none;
}

.quarterly-widget .artezine-item .block-content,
.quarterly-widget .gallery-item .block-content {
	float: left;
	width: 237px;
}
.quarterly-widget .artezine-item.active .block-content,
.quarterly-widget .gallery-item.active .block-content {
	background: url(images/arrow.png) no-repeat 0 3px;  
	width: 100%;
	padding-left: 15px;
}
.quarterly-widget .artezine-item .block-content h2,
.quarterly-widget .gallery-item .block-content h2 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 6px;
}
.quarterly-widget .artezine-item .block-content h2 a,
.quarterly-widget .gallery-item .block-content h2 a {
	color: #4d4d4d;
    font-size: 13px;
    line-height: 15px;
}
.quarterly-widget .artezine-item.active .block-content h2 a,
.quarterly-widget .gallery-item.active .block-content h2 a {
	color: #999;
}
.quarterly-widget .artezine-item .block-content h3,
.quarterly-widget .gallery-item .block-content h3 {
	color: #4d4d4d;
	font-size: .715em;
}
.quarterly-widget .artezine-item.active .block-content h3,
.quarterly-widget .gallery-item.active .block-content h3 {
	color: #999;
}

.quarterly-widget .contributors-block {
	font-size: 14px;
	line-height: 24px;
}
.quarterly-widget .contributors-block a {
	display: block;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 24px;
}
.author .quarterly-widget .contributors-block li.active a {
	background: url(images/arrow.png) no-repeat 0 8px; 
	color: #999; 
	padding-left: 15px;
}

/* Quarterly Archive Widget */
.quarterly-widget.quarterly-archive {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 25px 20px 30px 20px;
}
.quarterly-widget.quarterly-archive form {
	float: left;
	margin-right: 15px;
}
.quarterly-widget.quarterly-archive ul.archive_items {
	float: left;
}
.quarterly-widget.quarterly-archive ul.archive_items li {
	float: left;
}
.quarterly-widget.quarterly-archive ul.archive_items li a {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
}
.quarterly-widget.quarterly-archive ul.archive_items li span {
	margin: 0 10px;
	font-size: 13px;
	line-height: 13px;
}
.quarterly-widget.quarterly-archive ul.archive_items li.last span {
	display: none;
}


/* Past Issues Widget */
.quarterly-widget.past-issues-block {
	margin-top: 8px;
}
.quarterly-widget .past-issues-item {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: #ddd 1px solid;
}
.quarterly-widget .past-issues-item.last {
	border-bottom: none;
	padding-bottom: 5px;
}
.quarterly-widget .past-issues-item .block-image {
	float: left;
	width: 68px;
	height: 45px;
	margin-right: 15px;
}
.quarterly-widget .past-issues-item.active .block-image {
	display: none;
}

.quarterly-widget .past-issues-item .block-content {
	float: left;
	width: 237px;
}
.quarterly-widget .past-issues-item.active .block-content {
	background: url(images/arrow.png) no-repeat 0 3px;  
	width: 100%;
	padding-left: 15px;
}
.quarterly-widget .past-issues-item .block-content h2 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 6px;
}
.quarterly-widget .past-issues-item .block-content h2 a {
	color: #4d4d4d;
    font-size: 13px;
    line-height: 15px;
}
.quarterly-widget .past-issues-item.active .block-content h2 a {
	color: #999;
}
.quarterly-widget .past-issues-item .block-content h3 {
	color: #4d4d4d;
	font-size: .715em;
}
.quarterly-widget .past-issues-item.active .block-content h3 {
	color: #999;
}

/* ArteEast Past Quarterly Widget */
.past-quarterly-widget {
	background: #f5f5f5;
	color: #4d4d4d;
    padding: 20px;
	margin-top: 8px;
}
.past-quarterly-widget h1 {
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.past-quarterly-widget h1.issues-title {
	background: url(images/quarterly-widget-title.png) repeat-x 0 1px;  
    color: #4d4d4d;
    height: 25px;
    font-size: .765em;
    font-weight: 500;
    margin-bottom: 20px;

}
.past-quarterly-widget h1.issues-title span {
	display: block;
	background: #f5f5f5;
	width: 120px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border: #ccc 1px solid;
	margin: 0 auto;
}
.past-quarterly-widget .artezine-item,
.past-quarterly-widget .gallery-item {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: #ddd 1px solid;
}
.past-quarterly-widget .artezine-item.last,
.past-quarterly-widget .gallery-item.last {
	border-bottom: none;
}
.past-quarterly-widget .artezine-item .block-image,
.past-quarterly-widget .gallery-item .block-image {
	float: left;
	width: 68px;
	height: 45px;
	margin-right: 15px;
}
.past-quarterly-widget .artezine-item.active .block-image,
.past-quarterly-widget .gallery-item.active .block-image {
	display: none;
}

.past-quarterly-widget .artezine-item .block-content,
.past-quarterly-widget .gallery-item .block-content {
	float: left;
	width: 237px;
}
.past-quarterly-widget .artezine-item.active .block-content,
.past-quarterly-widget .gallery-item.active .block-content {
	background: url(images/arrow.png) no-repeat 0 3px;  
	width: 100%;
	padding-left: 15px;
}
.past-quarterly-widget .artezine-item .block-content h2,
.past-quarterly-widget .gallery-item .block-content h2 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 6px;
}
.past-quarterly-widget .artezine-item .block-content h2 a,
.past-quarterly-widget .gallery-item .block-content h2 a {
	color: #4d4d4d;
    font-size: 13px;
    line-height: 15px;
}
.past-quarterly-widget .artezine-item.active .block-content h2 a,
.past-quarterly-widget .gallery-item.active .block-content h2 a {
	color: #999;
}
.past-quarterly-widget .artezine-item .block-content h3,
.past-quarterly-widget .gallery-item .block-content h3 {
	color: #4d4d4d;
	font-size: .715em;
}
.past-quarterly-widget .artezine-item.active .block-content h3,
.past-quarterly-widget .gallery-item.active .block-content h3 {
	color: #999;
}

.past-quarterly-widget .contributors-block {
	font-size: 14px;
	line-height: 24px;
}
.past-quarterly-widget .contributors-block a {
	display: block;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 24px;
}
.author .past-quarterly-widget .contributors-block li.active a {
	background: url(images/arrow.png) no-repeat 0 8px; 
	color: #999; 
	padding-left: 15px;
}

/* past issues archive */
.global-post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #ccc 1px solid;
}
.global-post.last {
	margin-bottom: 0;
	border: none;
}
.global-post a.small-post {
	float: left;
	margin-right: 20px;
}
.global-post a.small-post img {
	width: 180px;
	height: 125px;
}
.global-post .describe {
	float: left;
	width: 550px;
}
.global-post .full-describe {
	float: left;
	width: 100%;
}
.global-post a.post-title {
    color: #000;
    font-size: 20px;
    line-height: 22px;

}
.global-post a.post-title:hover {
	color: #555e68;
}
.global-post a.external-link i {
    color: #ff3300;
    font-size: 12px;
	transition: all .5s ease; 
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.global-post a.external-link:hover i {
	color: #555e68;
}
.global-post h2 {
    color: #999;
    font-size: 16px;
    margin-top: 10px;
}
.global-post h2 a {
	color: #999;
}
.global-post h3 {
    color: #999;
    font-size: 15px;
	margin-top: 5px;
    text-transform: uppercase;
}
.global-post .excerpt {
	font-size: 16px;
	line-height: 21px;
	margin-top: 5px;
}

/* News Events */
.news-events-sidebar {
	background: url(images/news-events-bg.png) no-repeat;  
	width: 360px;
	height: 60px;
	margin-bottom: 5px;
	text-align: right;
}
.news-events-sidebar h1 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 60px;
	margin-right: 30px;
}

.news-widget { 
	margin-bottom: 8px;
}

.news-events-tag-cloud {
	background: #f5f5f5;
	padding: 30px;
}
.news-events-tag-cloud h3 {
	color: #4d4d4d;
	font-size: 21px;
	margin-bottom: 30px;
}
.news-events-tag-cloud a {
	color: #4d4d4d;
	line-height: 21px;
	-webkit-text-stroke: 0.00em;
    -moz-text-size-adjust: 0.00em;
    -ms-text-size-adjust: 0.00em;
}
.news-events-tag-cloud a:hover {
	color: #ff3300;
}

/* ArteEast News and Events - singel page */
.news-singel-page,
.calendar-archive,
.tag-archive {
	margin-top: 1px;
	padding-top: 20px;
	border-top: 1px #ccc solid; 
}
.news-singel-page a.back-to-news,
.calendar-archive a.back-to-news,
.tag-archive  a.back-to-news {
	display: block;
	font-size: 15px;
	margin-top: 10px;
	-webkit-text-stroke: 0.002em;
    -moz-text-size-adjust: 0.002em;
    -ms-text-size-adjust: 0.002em;
}
.news-singel-page a.back-to-news:hover,
.calendar-archive a.back-to-news:hover,
.tag-archive  a.back-to-news:hover {
	color: #ff3300;
}
.news-singel-page h1 {
	color: #4d4d4d;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 5px;
}
.news-singel-page h2,
.news-singel-page h2 a {
	color: #808080;
	font-size: 15px;
	margin-bottom: 2px;
}
.news-singel-page a.external-link {
	font-size: 15px;
	color: #000;
	-webkit-text-stroke: 0.002em;
    -moz-text-size-adjust: 0.002em;
    -ms-text-size-adjust: 0.002em;
}

.news-singel-page a.external-link i {
    color: #ff3300;
    font-size: 12px;
    margin-left: 5px;
	transition: all .5s ease; 
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.news-singel-page a.external-link:hover i {
	color: #555e68;
}

.news-singel-page .contents {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 25px;
	font-weight: 100;
	margin-top: 28px;
	margin-bottom: 30px;
}
.news-singel-page .contents p {
	margin-bottom: 30px;
}
.news-singel-page .contents p.iframe {
	margin-bottom: 4px;
}

.news-singel-page .news-tags,
.news-singel-page .news-tags a {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 32px;
    -webkit-text-stroke: 0.005em;
    -moz-text-size-adjust: 0.005em;
    -ms-text-size-adjust: 0.005em;
}
.news-singel-page .news-tags a:hover {
	color: #ff3300;
}
.news-singel-page .news-tags span {
	color: #4d4d4d;
	font-size: 15px;
	font-weight: 100;
}


/* Quicksand */
ul.filter { 
	margin-bottom: 50px; 
}
ul.filter li { 
	float:left;
	margin-right:12px;
}
ul.filter li.first { 
	color: #4D4D4D;
	font-size: 14px;
	line-height: 24px;

}
ul.filter li a { 
	display: block;
    color: #555e68;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-size: .765em;
    font-weight: 500;
    border: #666 1px solid;
	padding: 0 10px;
}
ul.filter li a:hover { 
	color: #ff3300;
}
ul.filter li.active a { 
	background: #565E68; 
	color: #fff;
	border: #565E68 1px solid;
}
ul.filterable-grid li { width: 750px; }

ul.filterable-grid li .global-post h3,
.calendar-archive .global-post h3,
.tag-archive .global-post h3 {
text-transform: none;
}

.calendar-archive .archive-by-date,
.tag-archive .archive-by-tag { 
	color: #4D4D4D;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
	margin-top: 30px;
}



/* Happening Now Widget */
.happening-now {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 8px;
}
.happening-now h3.widget-title {
	color: #4D4D4D;
	font-size: 21px;
	margin-bottom: 30px;
}
.happening-now ul.events-list li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #ccc solid
}
.happening-now ul.events-list li.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.happening-now .event-link a {
	color: #4D4D4D;
	font-size: 14px;
    -webkit-text-stroke: 0.005em;
    -moz-text-size-adjust: 0.005em;
    -ms-text-size-adjust: 0.005em;
}
.happening-now .event-link a:hover {
	color: #ff3300;
}
.happening-now ul.events-list li span.entry-date {
	color: #4D4D4D;
	font-size: 12px;
	font-weight: 300;
}

/* Tumblr Widget */
.tumblr-widget {
    background: #f5f5f5;
    padding: 30px;
}
.tumblr-widget span {
	color: #4D4D4D;
	font-size: 14px;
}
.tumblr-widget a {
	background: url(images/tumblr.png) no-repeat;
	display: inline-block;
	width: 73px;
	height: 20px;
	margin-left: 8px;
	margin-bottom: -2px;
}


/* Sidebar */
.sidebar-top {
	background: url(images/sidebar-top.png) no-repeat;  
	width: 360px;
	height: 66px;
	margin-bottom: 8px;
}
.sidebar-top h1 {
	float:right;
	color: #fff;
	line-height: 66px;
	margin-right: 30px;
	font-size: 26px;
	font-weight: 700;
}

/* pages */
.page-content {
	border-top: 1px #ccc solid;
	margin-top: 1px;
}
.page-content p {
    margin-bottom: 30px;
}
.red {
	color: #ff3300;
}

.page-side-menu {
	background: #f5f5f5;
	padding-bottom: 20px;
	margin-bottom: 8px;

}
ul.page-menu { 
	padding: 20px 30px 0px 30px;
	margin-bottom: 8px;
}
ul.page-menu li {
	margin-bottom: 10px;
}
ul.page-menu li a {
	font-size: 16px;
	font-weight: 300;
	-webkit-text-stroke: 0.00em;
	-moz-text-size-adjust: 0.00em;
	-ms-text-size-adjust: 0.00em;
}
ul.page-menu li.current_page_item,
ul.page-menu li.current-menu-item {
    background: url(images/arrow.png) no-repeat 0 7px;
    color: #999;
    padding-left: 15px;
}
ul.page-menu li.current_page_item,
ul.page-menu li.current_page_item a,
ul.page-menu li.current-menu-item,
ul.page-menu li.current-menu-item a {
	color: #999;
}

.paypal-container {
	border: 1px #ccc solid;
	margin-bottom: 30px;
	padding: 10px 10px 20px 10px;
}
.paypal-container .paypal-img {
	float: left;
	margin: 5px 15px 0 5px;
}
.paypal-container .paypal-text {
	float: left;
	margin-top: 20px;
}
.paypal-container .col-1,
.paypal-container .col-2 {
	float: left;
	display: table;
	width: 50%;
	margin-top: 35px;
}
.paypal-container .donate-row {
	display: table-row;
}
.paypal-container .donate-name {
	display: table-cell;
	padding-right: 12px;
}
.paypal-container .donate-button {
	display: table-cell;
}

.paypal-container .col-1 .donate-name .inner {
	margin:0 0 30px 80px;
}
.paypal-container .col-1 .donate-form .inner {
	margin:0 25px 30px 0;
}
.paypal-container .col-2 .donate-name .inner {
	margin:0 0 30px 25px;
}
.paypal-container .col-2 .donate-form .inner {
	margin:0 80px 30px 0;
}

ul.page-menu li select {
	width: 100%;
}

/* Opportunities widget */
.programs-widget .opportunities {
	background: #f5f5f5;
	color: #4d4d4d;
    padding: 30px;
    margin-bottom: 8px;
}
.programs-widget .opportunities h1 {
	font-size: 20px;
	margin-bottom: 30px;
}
.programs-widget .opportunities .opportunities-item {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: #ddd 1px solid;
}
.programs-widget .opportunities .opportunities-item.last {
	border-bottom: none;
}
.programs-widget .opportunities .opportunities-item h2,
.programs-widget .opportunities .opportunities-item h2 a {
	color: #4d4d4d;
    font-size: 14px;
    line-height: 15px;
}
.programs-widget .opportunities .opportunities-item h3 {
	color: #4d4d4d;
	font-size: 12px;
	margin-top: 5px;
}

/* Artist Spotlight Widget */
.spotlight-widget {
	background: #f5f5f5;
	color: #4d4d4d;
    padding: 30px;
    margin-bottom: 8px;
}
.spotlight-widget h1 {
	font-size: 20px;
	margin-bottom: 20px;
}
.spotlight-widget img {
	margin-bottom: 15px;
}
.spotlight-widget h2,
.spotlight-widget h2 a {
	color: #4d4d4d;
    font-size: 14px;
    line-height: 15px;
}
.spotlight-widget h3 {
	color: #4d4d4d;
	font-size: 12px;
	margin-top: 5px;
}


/* Contact Page */
#contact h1 {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 40px;
	text-transform: uppercase;
}
#contact p{
	font-size: 16px;
	margin-bottom: 5px;
}
#contactForm {
	margin-top: 20px;
	margin-bottom: 100px;
}

.postForm div { 
	margin-bottom: 20px; 
}
.postForm .text { 
	border: 1px solid #ccc; 
	color: #999; 
	font-size: 16px; 
	width: 270px; 
	height: 32px; 
	line-height: 30px; 
	padding: 0 10px; 
}
.postForm .error { 
	border: 1px solid red; 
}
.postForm textarea { 
	border: 1px solid #ccc; 
	color: #999; 
	font-size: 16px; 
	width: 100%; 
	height: 150px; 
	line-height: 24px; 
	padding: 0 10px; 
}

.postForm .submit { 
	background: #ff3300; 
	color: #fff; 
	font-size: 15px; 
	font-weight: 700; 
	padding: 8px 20px; 
	border: none; 
	text-transform: uppercase; 
	float: left; 
	margin-right: 20px; 
}
.postForm .submit:hover { 
	background: #e52e00; 
}
.postForm .error_msg { 
	display: none; 
	margin-top: 5px; 
	color: red; 
}
.postForm .email_sent { 
	color: green; 
	margin-bottom: 10px; 
	float: left; 
	line-height: 36px; 
	display: none; 
}

.contact-widget.first {
	background: #f5f5f5;
	padding: 30px 30px 35px 30px;

}
.contact-widget.first h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
.contact-widget.first h3 {
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}
.contact-widget.first p {
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
}

/* Slideshow gallery */
ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.thumbnails-carousel .center {
	display: inline-block;
}
ul.thumbnails-carousel li {
	margin-right: 4px;
	float: left;
	cursor: pointer;
	z-index: 999;
}
.controls-background-reset {
	background: none !important;
}
.active-thumbnail img {
	border: 3px #000 solid;
}
.indicators-fix {
	bottom: 70px;
}

/* Slideshow gallery */
.carousel.slide {
  display: inline-block;
}
.carousel .carousel-inner .item {
    -webkit-transition-duration: .1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.carousel-fade .carousel-inner .item {
  
   opacity: 1;
  
  -webkit-transform: translateZ(0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
   opacity: 0;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel.slide {
	margin: 0 auto;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 15px 0;
}
.carousel.slide .item {
	width: 750px;
	height: 550px;
}
.carousel.slide .item p:empty {
	display:none;
}
.carousel.slide .item a {
	display: block;
}
.carousel.slide .item .image {
	background: none;
	height: 500px;
	width: 750px;
	display: table;
	overflow: hidden;
}
.carousel.slide .item .image span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 500px;
	width: 750px;
	overflow: hidden;
}
.carousel.slide .item a .image span img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 500px;
}
.carousel-caption {
	position: relative;
	color: #4d4d4d;
	line-height: 20px;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	text-shadow: none;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}
.carousel-caption p {
	margin-bottom: 0 !important;
}
.carousel-control {
	width: 40px;
	height: 55px;
	margin-top: 250px;
	opacity: 1;
	z-index: 999;
}

.carousel-control.left {
	background: url(images/slideshow-arrows.png) no-repeat;
	width: 40px;
	height: 55px;
	z-index: 999;
}
.carousel-control.right {
	background: url(images/slideshow-arrows.png) no-repeat -40px 0;
	width: 40px;
	height: 55px;
	z-index: 999;
}
ul.thumbnails-carousel .center {
	margin: 0 auto !important;
}
.ekko-lightbox.modal .modal-dialog {
	margin-top: 30px;
}

.thumbs-list{
  overflow: auto;
  width: 750px;
  height: auto;
}


.search-block {
    margin-top: 1px;
    padding-top: 20px;
    border-top: 1px #ccc solid;
}
.search-block h1 {
	color: #999;
	font-size: 16px;
	text-transform: uppercase;
} 
.search-block h2 {
	color: #4D4D4D;
	font-size: 21px;
	font-weight: 100;
	margin-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px #ccc solid;
}
.search-block h3 {
	color: #999;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
}
.search-block .search-item {
	margin-top: 30px;
}
.search-block .search-item a.item-title {
	font-size: 21px;
}
.search-block .search-item .block-meta {
	color: #999;
	font-size: 14px;
}
.search-block .no-results {
	font-size: 21px;
	margin-top: 30px;
}
.search-block .search-item.last {
	border-bottom: 1px #ccc solid;
}
.search-block .search-item.last .block-meta {
	margin-bottom: 30px;
}
.search-results .pagination {
	margin-top: 0;
	border: none;
}


#search-form-widget {
	position: relative;
	background: #f5f5f5;
	padding: 30px 20px;
}
#search-form-widget #search-text {
	background-color: #ffffff;
	width:100%;
	height: 32px;
	line-height: 12px;
	padding: 0 30px 0 10px;
	color: #999;
	font-size: 16px;
	border: #ccc 1px solid;
}
#search-form-widget #search-text:focus { 
	outline:none;
}
#search-form-widget #search-button { 
	position: absolute;
	background: url(images/search.png) no-repeat;
	width:20px; 
	height:20px;
	top: 36px;
	right: 26px;
	border:none;
	text-indent: -1000px;
}
#search-form-widget #search-button:focus {
	outline: none;
}


/* Pagination */
.pagination { 
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: #ccc 1px solid;
}
.pagination-title {
	float: left;
	font-size: 14px;
	margin-right: 20px;
}
.pagination a { 
	display: block; 
	float: left; 
	height: 25px; 
	color: #000;
	text-align: center;
	padding: 0 8px;
	border: 1px solid #fff; 

}
.pagination span.current { 
	display: block; 
	float: left; 
	height: 25px; 
	width: 25px;
	color: #333; 
	text-align: center;
	border: 1px solid #000; 
	margin-right: 5px;
	border: 1px solid #000;
}
.pagination span.arrows { 
	font-size: 15px; 
}

.tag-archive .pagination,
.post-type-archive-news_events .pagination {
	margin-top: 10px;
	padding-top: 0;
	border: none;
}


/* Toggles */
.toggle { 
	background:url(images/toggle-arrow.png) no-repeat 0 0; 
	height: 18px;
	cursor:pointer; 
	margin-bottom:6px;
	line-height: 18px;
}
.toggle.active{
	background:url(images/toggle-arrow.png) no-repeat 0 -18px; 
}
.toggle a { 
	padding-left:15px;
}
.toggle-content { 
	display:none; 
	margin-bottom:15px; 
}
.toggle-content .block {
	padding:0px;
}
	
/* Apply button */
a.apply-button {
	background: #EF3B39;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	margin-top: 20px;
}
a.apply-button:hover {
	background: #DB201D;
}

/***********************************/

/* Misc */
.sidebar {
	margin-bottom: 40px;
}

p.soon { line-height:18px; color:#666; margin-top:30px; margin-bottom:10px; font-size: 30px; line-height: 40px; text-align: center; }

.ls-container {
	margin-bottom: 105px !important;
}

.wp-caption, .gallery-caption  { 
	padding-top: 4px; 
	margin-bottom:20px; 
	text-align: left; 
}
p.wp-caption-text { 
	font-size: 13px;
	font-style: normal;
	margin-top:10px;
	line-height:17px;
	margin-bottom:2px; 
}
p.post-caption {
	font-size: 13px;
	line-height:16px;
}
.carousel-post_caption {
	text-align:center;
	font-size: 13px;
	line-height:17px;
	margin-top:10px;
}
.responsive-head {
	display: none;
}

/* Constant */
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}


	/** Block styles **/
	.block.half { width:300px; float:left; margin-right:18px; }
	.block.half.last { margin-right:0px; }
	.block h3 { font-size:26px; margin-bottom:25px; text-shadow: 1px 1px 1px #FFF; height:51px; padding-left:10px; }
	.block img { border:1px solid #D7D7D7; padding:2px; }
	.block img:hover { border: 1px solid #c2c2c2; background: #f8f8f8; }
	.block-meta { font-size:11px; color:#888; margin-bottom:4px; display:block; }
	.block-meta a { color:#888 !important; }
	.block-meta a:hover { color: #333 !important; text-decoration: none; }
	.block p { line-height:18px; color:#545454; }
	.block-arrows, .block-arrows a { color:#d00000; }
	.block-item-big { border-bottom:1px dashed #CCC; padding-bottom:15px; margin-bottom:20px; width:300px; }
	.block-item-big .block-meta { font-size: 12px; }
	.block-item-big h2 { font-size:20px; margin-bottom:2px; }
	.block-item-big h2 a { color: #333; }
	.block-item-big img { margin-bottom:10px; }
	.block-item-small { border-bottom:1px dashed #CCC; padding-bottom:13px; margin-bottom:13px; overflow:hidden; width:300px; height:56px; }
	.block-item-small h2, .block-item-small h2 a { font-size:12px; font-family:'Arial'; font-weight:bold; line-height:18px; color: #333; }
	
	.block.full { overflow: hidden; width: 100%; }
	.block.full .block-item-big { float:left; margin-right:20px; }
	.block.full .block-item-big.last { margin-right:0px; }
	
	/** Article Icons **/
	.block-image { position:relative; }
	.video-icon { position:absolute; bottom:13%; right:20%; background:url(images/video-icon.png) no-repeat; width:26px; height:26px; }
	.gallery-icon { position:absolute; bottom:13%; right:20%; background:url(images/gallery-icon.png) no-repeat; width:26px; height:26px; }
	.audio-icon { position:absolute; bottom:13%; right:20%; background:url(images/music-icon.png) no-repeat; width:26px; height:26px; }
	.block-item-small .block-image { position:relative; display:inline-block; margin-right:12px; float:left; }
	.block-item-small .video-icon { position:absolute; bottom:19%; right:18%; background:url(images/video-icon-small.png) no-repeat; width:16px; height:16px; }
	.block-item-small .gallery-icon { position:absolute; bottom:19%; right:18%; background:url(images/gallery-icon-small.png) no-repeat; width:16px; height:16px; }
	.block-item-small .audio-icon { position:absolute; bottom:19%; right:18%; background:url(images/music-icon-small.png) no-repeat; width:16px; height:16px; }
	.block-item-big .block-image { position:relative; display:inline-block; margin-right:12px; float:left;  }
	.block-item-big .video-icon { position:absolute; bottom:18%; right:5%; background:url(images/video-icon.png) no-repeat; width:26px; height:26px; }
	.block-item-big .gallery-icon { position:absolute; bottom:18%; right:5%; background:url(images/gallery-icon.png) no-repeat; width:26px; height:26px; }
	.block-item-big .audio-icon { position:absolute; bottom:18%; right:5%; background:url(images/music-icon.png) no-repeat; width:26px; height:26px; }
	
	/** Carousel styles **/
	.wrapper-carousel { padding: 0 0 0 62px; position: relative; }
	.anyClass img { float:left; margin-right:20px;display: block; width:140px; height:90px; }
	.anyClass { height:102px; margin-bottom:0px; }
	.anyClass ul li { position:relative; }
	
	a.prev, a.next { background: url(images/carousel-arrows.png) no-repeat transparent; width: 34px; height: 32px; display: block; position: absolute; top: 35px; }
	a.prev span, a.next span { display: none; }
	a.prev { left: 0; background-position: 0 0; } 
	a.prev:hover { background-position:0 -34px; }
	a.next { right: 0; background-position: -34px 0; }
	a.next:hover { background-position: -34px -34px; }
	
	/** Reviews block styles **/
	.block .stars { border:none; padding:0; margin:0; }
	.block .block-item-big .stars { margin-bottom:4px; padding-top:2px; float:left; margin-right:6px; }
	
	/** Archive block styles **/
	.block.archive .block-item-big { width:620px; overflow:hidden; }
	.block.archive .block-item-big h2 { margin-bottom:4px; }
	.block.archive .block-item-big p { line-height:20px; }
	.block.archive .block-item-big .block-meta { margin-bottom:8px; }
	.block.archive .block-item-big .block-meta span { font-size:11px; text-transform: uppercase; color:#888; text-shadow: 1px 1px 1px #FFF; margin-right:8px; }
	.block.archive .block-item-big .readmore { color:#888; background:url(images/readmore.png) no-repeat; font-size:11px; text-shadow: 1px 1px 1px #FFF; width:85px; height:25px; display:block; text-align:center; float:left; padding-top:3px; margin-top:10px; }
	.block.archive .block-item-big .block-arrows { font-size:14px; }


	.rating {
		background: #ccc;
		color: #fff;
		padding: 1px 4px;
		margin-left: 5px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	/** Social Widget **/
	.social-item { float:left; margin-right:22px; border:1px solid #E5E5E5; width:83px; background:url(images/social-bg.png) repeat; text-align:center; padding:10px 0 10px 0; }
	.social-item:hover { border:1px solid #D9D9D9; }
	.social-item.last { margin-right:0; margin-left:1px; float:left; }
	.social-item img { padding-top:3px; }
	.social-count { font-family:'BebasNeueRegular'; font-size:22px; color:#666; display:block; margin-bottom:-2px; text-shadow: 1px 1px 1px #FFF; }
	.social-descrip { font-size:11px; font-style:italic; color:#999; display:block; text-shadow: 1px 1px 1px #FFF; }
	
	/** Tabbed widget **/
	ul.tabs { float: left; height: 41px; width: 100%; padding-left: 0 !important; margin-bottom: 0 !important; }
	ul.tabs li { background: none !important; float: left; border: 1px solid #d6d6d6; margin: 8px 0px 0px 8px !important; padding-left: 0 !important; overflow: hidden; padding-bottom: 0; position: relative; bottom: -3px; background:#ebebeb url(images/tab-bg.png) repeat-x; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius: 5px 5px 0 0; }
	ul.tabs li a { height: 28px; line-height: 30px; text-decoration:none; font-family:'BebasNeueRegular'; font-size:18px; color: #777; display: block; padding: 0 10px; outline: none; text-shadow: 1px 1px 1px #FFF; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius: 5px 5px 0 0; }
	ul.tabs li a:hover { background: #FFF !important; }
	html ul.tabs li.active, html ul.tabs li.active a:hover  { background: #fff !important; border-bottom: 1px solid #fff; }
	.tabs_container { border-top: none; overflow: hidden; clear: both; float: left; width: 300px; background: #fff; clear: both; }
	.tab_content { padding: 25px 0 0 0; }
	.post-entry .tabs_container { width: 100%; }
	
	/** Generic Widget Styles **/	
	.widget ul a { color: #333; }
	.widget li { border-bottom: 1px dashed #CCC; padding-bottom: 10px; margin-bottom: 10px; }
	.widget p { line-height: 18px; }
	
	/** Calendar **/
	#calendar_wrap { margin: 0 auto; }
	#calendar_wrap caption { text-align: center; }
	
	#wp-calendar caption {
		font: bold 1.1em;
		margin-bottom: 5px;
	}
	
	#wp-calendar { 
		border-left: 1px solid #e6e6e6;
		border-top: 1px solid #e6e6e6;
	    line-height:15px;
	    margin:0 0 22px 0;
	    text-align:left;
	}
	
	#wp-calendar th {
		font: bold 11px;
		color: #fff;
		border-right: 1px solid #e6e6e6;
		letter-spacing: 2px;
		text-transform: uppercase;	
		padding: 6px 6px 6px 12px;
		background: #666;
	}
	
	#wp-calendar td {
		border-right: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;	
		padding: 6px 6px 6px 12px;
		color: #333;
	}
	
	tr.even { background: #fafafa; }
	
	.widget-excerpt { margin-bottom: 5px; }


/*** Post Styles ***/
.post-heading { padding:0px 0 25px 0; }
.post-heading h1 { font-size:32px; text-shadow: 1px 1px 1px #FFF; }
.post-heading span { font-size:11px; text-transform: uppercase; color:#888; text-shadow: 1px 1px 1px #FFF; margin-right:8px; }
.heading-author { background:url(images/author-icon.png) no-repeat left; padding-left:20px; }
.heading-date { background:url(images/clock-icon.png) no-repeat left; padding-left:20px; }
.heading-comments { background:url(images/comment-icon.png) no-repeat left; padding-left:24px; }
.heading-comments a { color:#888; }
.post-thumb { margin-bottom:20px; }
.post-thumb img { border:1px solid #D7D7D7; padding:5px; }
.post-meta { border-top:1px solid #DDD; border-bottom:1px solid #DDD; padding:8px 2px 10px 2px; font-size:11px; color:#777; overflow:hidden; margin-bottom:1px }
.post-meta a { color:#444; }
.post-meta-tags { float:left; background:url(images/tag-icon.png) no-repeat left; padding-left:18px; }
.post-meta-cats { float:right; background:url(images/category-icon.png) no-repeat left; padding-left:18px; }
.meta-arrow { font-size:16px; color:#d00000; margin-right:4px; }
.post-author { background:#EEE; padding:20px; margin-bottom:40px; overflow:hidden; }
.post-author img { background:#FFF; border:1px solid #D7D7D7; padding:5px; float:left; margin-right:12px; }
.post-author h5 { font-size:14px; font-family:Arial; border-bottom:1px solid #dbdbdb; overflow:hidden; padding-bottom:5px; margin-bottom:10px; text-shadow: 1px 1px 1px #FFF; }
.post-author h5 em { color:#636363; }
.post-author small { float:right; color:#636363; }
.post-author a { color:#333; }
.author-descrip { color:#444; line-height:19px; text-shadow: 1px 1px 1px #FFF; }




	/** Comments styles **/
	#comments { margin-top: -10px; }
	#comments h3 { font-size:26px; border-bottom:4px solid #DDD; margin-bottom:25px; }
	ol.commentlist { margin-bottom:40px; }
	li.commentlist { }
	.the-comment { margin-bottom:24px; }
	.avatar { border:1px solid #CCC; float:left; margin-right:14px; }
	.comment-arrow { background:url(images/comment-arrow.png) no-repeat; width:8px; height:15px; float:left; margin-top:16px; margin-right:-1px; }
	.comment-box { background:url(images/comment-bg.png) repeat-x; border:1px solid #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; padding:14px; overflow:hidden;  }
	.comment-author { margin-bottom:10px; }
	.comment-author small { color:#888; }
	.comment-text { line-height:18px; }
	.children { margin: 20px 0 0 83px; }
	.children li.comment { margin: 0 0 20px 0; }
	.cancel-comment-reply { margin-bottom:10px; }
	.no-comments { color:#888; }
	.comment-author a { color:#3a3a3a; }
	.comment-text-side { color:#888; font-style:italic; line-height:18px; }
	
	#comment-input { float:left; margin-right:20px; }
	#comment-input input { border:0; margin-bottom:17px; }
	#comment-input input:focus, textarea:focus { outline:none; }
	#comment-input label { display:block; margin-bottom:5px; }
	#comment-input label .req { color:#999; }
	.input-name { background:url(images/input-name.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
	.input-email { background:url(images/input-email.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
	.input-website { background:url(images/input-website.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
	#comment-textarea { float:right; }
	.textarea-comment { background:url(images/textarea-comment.png) no-repeat; border:0; width:308px; height:163px; padding:14px; font-family:arial; }
	#comment-textarea label { display:block; margin-bottom:5px; }
	#comment-textarea-admin { float:none; margin-bottom:16px; }
	#comment-textarea-admin label { display:block; margin:10px 0 5px 0; }
	#comment-submit { clear:both; float:right; margin-bottom:10px; }
	#comment-submit-admin { clear:both; margin-bottom:10px; }
	.comment-submit { background:url(images/black-button.png) repeat-x; border:1px solid #000; padding:11px 10px 7px 10px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px;  font-size:18px; color:#FFF; text-shadow: 1px 1px 1px #000; cursor:pointer; }
	.comment-submit:hover { background:url(images/black-button.png) repeat-x; background-position:0 -42px;  }
	
	/** Related posts **/
	.related-item { float:left; margin-right:20px; width: 140px; position: relative; }
	div.related-item:last-child { margin-right:0; }
	.related-item img { margin-bottom:6px; }
	.related-item h2 a { font-family:arial; font-size:12px; color:#333; font-weight:bold; }
	.related-item span { top: 46%; right: 5%; }

/** Post Share **/
.post-share {
	width: 80px; padding: 10px 0px; padding-bottom: 0; background: #ffffff; border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	position: fixed;
	top: 255px;
	left: auto;
	z-index: 15;
	margin-left: -120px;
}

.share-widget {
	margin-bottom: 10px;
}


/*** Gallery ***/

.gallery-item .gallery-icon {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	background-image: none;
	width: auto;
	height: auto;
}

/*** Page styles ***/

  /** Full width page **/
  #fullwidth { width:940px; }
  #fullwidth .post-entry { width:940px; }
  
  /** 404 page **/
  .entry404 { padding:55px; }
  .entry404 img { border-right:1px dashed #D7D7D7; padding-right:30px; margin-right:30px; float:left; }
  .text404 p { line-height:18px; color:#666; margin-bottom:10px; font-size: 30px; line-height: 40px;}
  .no-post p { line-height:18px; color:#666; margin-bottom:10px; font-size: 28px; line-height: 100px;}
  
/** Widgets Styles */
#sidebar .widget { margin-bottom: 35px; }
#sidebar .widget .block-item-small:last-child {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 13px;
	margin-bottom: 0px;
}

.tag_cloud a {
	color: #333;
	background: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	float: left;
	margin-right: 5px; margin-bottom: 5px;
}

.tag_cloud a:hover {
	background: #444;
	color: #DDD;
	text-decoration: none;
}

li .rsswidget { display: block; font-weight: bold; margin-bottom: 5px; }
.rss-date, #sidebar cite { font-size: 11px; color: #888; display: block; margin-bottom: 5px; font-style: italic; }
#sidebar cite { margin-top: 5px; }
.flickr-photo { border-bottom: 0 !important; padding-bottom: 0 !important; margin-bottom: 0 !important; float: left; padding: 5px !important; border: 1px solid #D7D7D7 !important; margin: 6px !important; }


	
	/** Twitter widget **/
	.tweets { width:300px; }
	.tweet { background:url(images/twitter.png) no-repeat left top; padding-left:26px; line-height:18px; }
	
	
/*** Shortcodes ***/

	/** Columns **/
	.clearboth{ clear: both; display: block; font-size: 0px; height: 0px; line-height: 0; width: 100%; overflow:hidden; }
	
	/** Dropcap **/
	.dropcap { font-size:32px; margin-right:6px; padding-top:4px; text-transform: uppercase; float: left; position: relative; top: 5px; color:#888; }
	
	/** Highlight **/
	.highlight1 { background:#f6f67a; }
	.highlight2 { background:#000; color:#CCC; }
	
	/** Video **/
	.video-shortcode { margin-bottom:20px; }
	
	/** Tabs **/
	.tab-content{padding:16px 16px 0 16px; overflow:hidden; }
	.tabs-wrapper { overflow: hidden; width: 100%; }
	.tabs-wrapper .tab-content { border:1px solid #d7d7d7; border-width:0 1px 1px 1px; }
	

	/** Checklist **/
	.checklist li { background:url(images/check-list.png) no-repeat left !important; padding-left:28px !important; }
	
	/** Badlist **/
	.badlist li { background:url(images/bad-list.png) no-repeat left !important; padding-left:28px !important; }
	




/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/* Large Devices, Wide Screens */
@media all and (max-width : 1200px) {
	
	body {
		font-size: 14px;
	}
	#logo a img {
		width: 290px;
		height: 111px;
	}
	nav ul {
		margin-top: 25px;
	}
	nav ul li {
		height: 36px;
    	line-height: 36px;
		margin-right: 10px; 
	}
	nav ul li a,
	nav ul li a:focus,
	nav ul li a:active {
		height: 36px;
		line-height: 33px;
		font-size: 15px;
		padding: 0 7px;
	}

	.slider-container {
    	width: 639px;
	}
	#slider .item {
		background-size: 639px 403px !important;
		width: 639px;
		height: 403px;
	}
	#slider .item .caption {
	position: absolute;
	bottom: 0;
    width: 639px;
	height: 80px;
	}
	#slider .item .caption.height-1 {
		height: 105px;
	}
	#slider .item .caption.height-2 {
		height: 135px;
	}
	#slider .item .caption h1 {
		font-size: 21px;
	}
	#slider .item .caption h2 {
		font-size: 13px;
	}

	.owl-theme .owl-controls .owl-buttons div {
		top: 39.5%;
	}

	.home .quarterly-issues {
		width: 293px;
		height: 148px;
		background-size: 293px 148px !important;
	}
	.home .quarterly-issues h1 {
		margin-top: 55px;
		font-size: 24px;
		margin-right: 25px;
	}
	.home .quarterly-issues h2 {
		margin-top: 5px;
    	font-size: 16px;
		margin-right: 25px;
	}
	.home .quarterly-issues .button {
		margin-top: 10px;
    	margin-right: 25px;
	}
	.home .quarterly-issues .button a {
		font-size: .780em;
		width: 90px;
		height: 24px;
		line-height: 22px;
		-webkit-text-stroke: 0.020em;
		-moz-text-size-adjust: 0.020em;
		-ms-text-size-adjust: 0.020em;
	}
	.featured-gallery {
		background-size: 402px 246px !important;
		width: 293px;
		height: 246px;
	}
	.featured-gallery .caption {
		height: 80px;
	}
	.featured-gallery .caption.height-1 {
		height: 100px;
	}
	.featured-gallery .caption.height-2 {
		height: 115px;
	}
	.featured-gallery .caption h1 {
		font-size: 16px;
	}
	.featured-gallery .caption h2 {
		font-size: 12px;
	}
	
	.featured-posts {
		width: 293px;
	}
	.featured-posts h1 {
		font-size: 16px;
	}
	.featured-posts span {
		font-size: 12px;
	}
	.featured-posts p {
		font-size: 13px;
	}
	.featured-posts a img {
		width: 293px;
	}
	
	.homepage-widget p.about-widget {
		font-size: 12px;
	}
	.newsletter-container {
		font-size: 12px;
		background-size: 293px 119px !important;
	}
	button.newsletter {
		font-size: 15px;
		width: 112px;
		height: 36px;
		line-height: 33px;
	}
	.material-copyright {
		font-size: .825em;
	}
	
	.sidebar-top {
    	width: 293px;
    	height: 66px;
	}
	
	.paypal-container .col-1 .donate-name .inner {
	    margin: 0 0 30px 35px;
	}
	.paypal-container .col-2 .donate-form .inner {
		margin: 0 35px 30px 0;
	}
	.paypal-container .col-1 .donate-form .inner {
		margin: 0 15px 30px 0;
	}
	.paypal-container .col-2 .donate-name .inner {
    	margin: 0 0 30px 15px;
	}
	.spotlight-widget img {
		width: 100%;
	}
	
	#residencies .img,
	#spotlight .img,
	.issues-archive .img {
		width: 100%;
	}
	.contents .wp-caption,
	.contents .wp-caption img,
	.contents img.size-full {
		max-width:100%;
		height: auto !important;
	}
	.quarterly-widget .artezine-item .block-content, 
	.quarterly-widget .gallery-item .block-content, 
	.quarterly-widget .past-issues-item .block-content,
	.past-quarterly-widget .artezine-item .block-content, 
	.past-quarterly-widget .gallery-item .block-content {
    	width: 175px;
	}
	.quarterly-widget .artezine-item .block-content h2 a, 
	.quarterly-widget .gallery-item .block-content h2 a, 
	.past-quarterly-widget .artezine-item .block-content h2 a, 
	.past-quarterly-widget .gallery-item .block-content h2 a,
	.quarterly-widget .past-issues-item .block-content h2 a 	{
    	font-size: 12px;
	}
	.quarterly-widget .artezine-item .block-image, 
	.quarterly-widget .gallery-item .block-image,
	.past-quarterly-widget .artezine-item .block-image, 
	.past-quarterly-widget .gallery-item .block-image, 
	.quarterly-widget .past-issues-item .block-image {
    	margin-right: 10px;
	}
	.quarterly-widget.quarterly-archive ul.archive_items li a {
    	font-size: 13px;
	}
	.quarterly-widget.quarterly-archive ul.archive_items li span {
    	margin: 0 5px;
	}
	.quarterly-widget.quarterly-archive form {
    	margin-right: 5px;
	}
	.quarterly-widget .contributors-block a,
	.past-quarterly-widget .contributors-block a {
    	font-size: 12px;
	}
	.carousel.slide {
		width: 100%;
	}
	.carousel.slide .item {
    	width: 616px;
    	height: 550px;
	}
	.carousel.slide .item .image {
		height: 500px;
		width: 616px;
	}

	.carousel.slide .item .image span {
		height: 500px;
		width: 616px;
	}
	.thumbs-list {
		width: 616px;
	}
	.quarterly-issues.quarterly-page {
		width: 293px;
		background-size: 293px 148px !important;
	}
	.quarterly-issues.quarterly-page h1 {
		margin-top: 58px;
	}
	.global-post {
		width: 616px;
	}
	.global-post .describe {
    	width: 416px;
	}
	.news-events-sidebar {
		width: 293px;
	}
	.news-events-sidebar h1 {
		font-size: 21px;
	}
	.tumblr-widget span {
		font-size: 12px;
	}
	

}

/* Medium Devices, Desktops */
@media all and (max-width : 992px) {

	mobileNav {
		display: block;
	}
	nav { 
		display: none; 
	}
	.slider-container {
    	width: 100%;
	}
	#slider .item {
		background-size: 720px 464px !important;
		width: 100%;
		height: 464px;
	}
	#slider .item .caption {
	position: absolute;
	bottom: 0;
    width: 100%;
	height: 80px;
	}
	#slider .item .caption.height-1 {
		height: 105px;
	}
	#slider .item .caption.height-2 {
		height: 135px;
	}
	#slider .item .caption h1 {
		font-size: 21px;
	}
	#slider .item .caption h2 {
		font-size: 13px;
	}

	.owl-theme .owl-controls .owl-buttons div {
		top: 41.5%;
	}
	
	.right-side-container {
		width: 100%;
	}
	.featured-gallery {
		background-position: center center;
		background-size: 720px 464px !important;
		width: 100%;
		height: 464px;
	}
	.home .quarterly-issues {
		background: url(images/quarterly-issues-bg-responsive.png) no-repeat;
		background-size: 720px 180px !important;
		width: 100%;
		height: 180px;
	}
	.home .quarterly-issues-logo {
		display: block;
		margin-right: 30px;
	}
	.home .quarterly-issues-logo .arteeast-logo {
		
		background: url(images/quarterly-issues-logo.png) no-repeat center right;
		background-size: 194px 40px;
		width: 100%;
		height: 40px;
	}
	.home .quarterly-issues h1 {
		margin-top: 3px;
		margin-right: 30px;
		font-size: 28px;
	}
	.home .quarterly-issues h2 {
		margin-top: 5px;
		margin-right: 30px;
		font-size: 20px;
	}
	.home .quarterly-issues .button {
		margin-top: 15px;
		margin-right: 30px;
	}
	.home .quarterly-issues .button a {
		width: 95px;
		height: 26px;
		line-height: 24px;
		font-size: .820em;
		-webkit-text-stroke: 0.025em;
		-moz-text-size-adjust: 0.025em;
		-ms-text-size-adjust: 0.025em;
	}

	.featured-posts {
		width: 345px;
	}
	.featured-posts h1 {
		font-size: 18px;
	}
	.featured-posts span {
		font-size: 13px;
	}
	.featured-posts p {
		font-size: 14px;
	}
	.featured-posts a img {
		width: 345px;
	}
	
	.homepage-widget p.about-widget {
		font-size: 13px;
	}
	.newsletter-container {
		background-position: top right;
		background-size: 360px 146px !important;
		font-size: 13px;
	}
	.home .newsletter-container {
		margin-bottom: 40px;
	}
	.ssba, .ssba a {
		margin-bottom: 20px;
	}
	
	.sidebar-top {
		background-color: #ff3300;
    	width: 100%;
    	height: 66px;
	}
	
	.carousel.slide .item {
    	width: 100%;
    	height: 550px;
	}
	.carousel.slide .item .image {
		height: 500px;
		width: 100%;
	}

	.carousel.slide .item .image span {
		height: 500px;
		width: 100%;
	}
	.thumbs-list {
		width: 100%;
	}
	.quarterly-issues.quarterly-page,
	.page-side-menu,
	.sidebar-top,
	.news-events-sidebar {
		display: none;
	}
	.responsive-head,
	.responsive-head .quarterly-issues.quarterly-page,
	.responsive-head .page-side-menu,
	.responsive-head .sidebar-top,
	.responsive-head .news-events-sidebar {
		display: block;
	}
	.search-block .no-results,
	.responsive-head .page-side-menu,
	.responsive-head .sidebar-top,
	.responsive-head .news-events-sidebar {
		margin-bottom: 30px;
	}

	.quarterly-issues.quarterly-page {
		background: url(images/quarterly-issues-bg-responsive.png) no-repeat;
		background-size: 720px 180px !important;
		width: 100%;
		height: 120px;
		margin-bottom: 30px;
	}
	.quarterly-issues.quarterly-page .quarterly-issues-logo {
		display: block;
		margin-right: 30px;
	}
	.quarterly-issues.quarterly-page .quarterly-issues-logo .arteeast-logo {
		
		background: url(images/quarterly-issues-quarterly-page-logo.png) no-repeat center right;
		background-size: 194px 70px;
		width: 100%;
		height: 70px;
	}
	.quarterly-issues.quarterly-page h1 {
		display: none;
	}
	.quarterly-widget .artezine-item .block-content, 
	.quarterly-widget .gallery-item .block-content, 
	.quarterly-widget .past-issues-item .block-content,
	.past-quarterly-widget .artezine-item .block-content, 
	.past-quarterly-widget .gallery-item .block-content {
    	width: 600px;
	}
	
	.contents .wp-caption {
		max-width:100%;
		height: auto !important;
		margin: 0 auto;
	}
	.news-events-sidebar {
		background-color: #ff3300;
		width: 100%;
	}
	.news-events-sidebar h1 {
		font-size: 21px;
	}
	.margin-bottom-50 {
		margin-bottom: 0px;
	}
	.global-post {
		width: 720px;
	}
	.global-post .describe {
    	width: 520px;
	}
	.search-results .search-widget .quarterly-widget.quarterly-archive {
		margin-bottom: 30px;
	}
	.single-news_events .float-right,
	.post-type-archive-news_events .float-right {
		margin-top: 10px;
	}

}


/* Small Devices, Tablets */
@media all and (max-width : 768px) {
	
	#slider {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	#slider .item {
		max-width: 720px;
	}
	#slider .item .caption {
		max-width: 720px;
	}
	.featured-gallery {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.featured-gallery caption {
    	max-width: 720px;
	}
	.home .quarterly-issues {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.paypal-container .col-1 .donate-name .inner {
	    margin: 0 0 30px 35px;
	}
	.paypal-container .col-2 .donate-form .inner {
		margin: 0 35px 30px 0;
	}
	.paypal-container .col-1 .donate-form .inner {
		margin: 0 15px 30px 0;
	}
	.paypal-container .col-2 .donate-name .inner {
    	margin: 0 0 30px 15px;
	}
	
	.quarterly-widget .artezine-item .block-content, 
	.quarterly-widget .gallery-item .block-content, 
	.quarterly-widget .past-issues-item .block-content,
	.past-quarterly-widget .artezine-item .block-content, 
	.past-quarterly-widget .gallery-item .block-content {
    	width: 85%;
	}
	.global-post {
		width: 100%;
	}
	ul.filterable-grid li {
		width: 100%;
	}
	.global-post .describe {
    	width: 67%;
	}

	
	#cboxTitle { font-size: 14px; line-height: 18px; letter-spacing: 0px; text-align: none !important; }

}
@media all and (max-width : 750px) {

	.featured-posts {
		width: 47%;
	}
	.featured-posts h1 {
		font-size: 16px;
	}
	.featured-posts span {
		font-size: 12px;
	}
	.featured-posts p {
		font-size: 13px;
	}
	.featured-posts a img {
		width: 100%;
	}
	.homepage-widget p.about-widget {
		font-size: 12px;
	}
	.newsletter-container {
    	font-size: 12px;
	}
	
	.paypal-container .col-1, .paypal-container .col-2 {
		width: 100%;
	}
	.paypal-container .col-2 {
		margin-top: 0px;
	}
	
	.paypal-container .col-1 .donate-name .inner {
	    margin: 0 0 30px 60px;
	}
	.paypal-container .col-2 .donate-form .inner {
		margin: 0 60px 30px 0;
		text-align: right;
	}
	.paypal-container .col-1 .donate-form .inner {
		margin: 0 60px 30px 0;
		text-align: right;
	}
	.paypal-container .col-2 .donate-name .inner {
    	margin: 0 0 30px 60px;
	}
	.error404 .entry404 {
		padding: 0 0 35px 0;
	}
	.text404 p {
		font-size: 27px;
	}
	
}
@media all and (max-width : 650px) {
	
	#slider .item {
		background-size: 650px 418px !important;
		height: 418px;
	}
	#slider .item .caption {
	height: 70px;
	}
	#slider .item .caption.height-1 {
		height: 90px;
	}
	#slider .item .caption.height-2 {
		height: 115px;
	}
	#slider .item .caption.height-3 {
		height: 140px;
	}
	#slider .item .caption h1 {
		font-size: 16px;
		line-height: 21px;
	}
	#slider .item .caption h2 {
		font-size: 12px;
	}
	.featured-gallery {
		background-position: center center;
		background-size: 650px 418px !important;
		height: 418px;
	}
	.featured-gallery .caption {
		margin-top: 16px;
		height: 70px;
	}
	.featured-gallery .caption h1 {
		margin-top: 16px;
	}
	.featured-gallery .caption.height-1 {
		height: 105px;
	}
	.featured-gallery .caption.height-2 {
		height: 130px;
	}
	.featured-gallery .caption.height-3 {
		height: 150px;
	}
	.featured-posts h1 {
		font-size: 15px;
	}
	.global-post .describe {
    	width: 61%;
	}
.text404 p {
	font-size: 20px;
}
	
}
@media all and (max-width : 600px) {
	
	#slider .item {
		background-size: 600px 386px !important;
		height: 386px;
	}
	.owl-theme .owl-controls .owl-buttons div {
		top: 38%;
	}
	.featured-gallery {
		background-position: center center;
		background-size: 600px 386px !important;
		height: 386px;
	}
	.quarterly-widget .artezine-item .block-content, 
	.quarterly-widget .gallery-item .block-content, 
	.quarterly-widget .past-issues-item .block-content,
	.past-quarterly-widget .artezine-item .block-content, 
	.past-quarterly-widget .gallery-item .block-content {
    	width: 80%;
	}
	.text404 p {
		font-size: 18px;
	}
	
}
@media all and (max-width : 550px) {
	#top .navigation {
		float: right;
		margin: 0 10px 0 0;
	}
	#top .navigation li a{
		padding: 0px 10px;
	}
	#top .navigation li a i {
		font-size: 12px;
		margin-right: 5px;
	}
	.search-wrap {
		right: auto;
		left: 0px;
	}
	#slider .item {
		background-size: 550px 354px !important;
		height: 354px;
	}
	.featured-gallery {
		background-position: center center;
		background-size: 550px 354px !important;
		height: 354px;
	}
	.featured-posts {
		width: 100%;
	}
	.featured-posts h1 {
		font-size: 16px;
	}
	.quarterly-widget .artezine-item .block-content, 
	.quarterly-widget .gallery-item .block-content, 
	.quarterly-widget .past-issues-item .block-content,
	.past-quarterly-widget .artezine-item .block-content, 
	.past-quarterly-widget .gallery-item .block-content {
    	width: 68%;
	}
	#top .navigation li a{
		padding: 0px 10px;
	}
	#top .navigation li a i {
		font-size: 12px;
		margin-right: 5px;
	}
	.global-post a.small-post img {
		width: 140px;
		height: 97px;
	}
	.global-post a.post-title {
		font-size: 16px;
	}
	.global-post h3 {
		font-size: 13px;
	}
	.global-post .excerpt {
		font-size: 13px;
	}
	.global-post .describe {
    	width: 63%;
	}
	ul.filter li {
		margin-bottom: 10px;
	}
	.text404 p {
		font-size: 18px;
	}

}

/* Extra Small Devices, Phones */ 
@media all and (max-width : 500px) {
	.entry404 img {
		padding-right: 20px;
		margin-right: 20px;
	}
}

/* Extra Small Devices, Phones */ 
@media all and (max-width : 480px) {
	#top .navigation {
		float: right;
		margin: 0 10px 0 0;
	}
	#logo a img {
		width: 240px;
		height: 92px;
	}
	#slider .item {
		background-size: 480px 309px !important;
		height: 309px;
	}
	.featured-gallery {
		background-position: center center;
		background-size: 480px 309px !important;
		height: 309px;
	}
	.global-post a.small-post {
		margin-right: 10px;
	}
	.global-post a.small-post img {
    	width: 110px;
    	height: 76px;
	}
	.global-post .describe {
    	width: 60%;
	}
	.global-post a.post-title {
    	font-size: 14px;
	}
	.global-post h3 {
    	font-size: 12px;
	}
	.global-post .excerpt {
    	font-size: 12px;
	}
	#logo a {
		margin-top: 10px;
	}
	#cboxTitle { font-size: 12px; line-height: 16px; letter-spacing: 0px; text-align: none !important; }
	.error404 .entry404 {
		padding: 0;
		text-align: center;
	}
	.entry404 img {
		border-right: 0;
		float: none;
		padding: 0;
		margin: 0 0 35px 0;
	}
	.text404 p {
		clear: both;
		font-size: 18px;
		text-align: center;
	}
}

@media print
{

	header,
	.ssba-wrap,
	.share,
	.quarterly-issues.quarterly-page,
	.sidebar,
	.slider-container,
	.right-side-container,
	.homepage-widget {
		display: none;
	}

	a,
	ol.reference li a,
	strong {
		font-weight: 300;
		-webkit-text-stroke: 0.00em !important;
    	-moz-text-size-adjust: 0.00em !important;
    	-ms-text-size-adjust: 0.00em !important;
	}

}


/*** Font-face ***/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?iefix') format('eot'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#webfont4Bjy2lJe') format('svg');
    font-weight: normal;
}