#wp-admin-bar-wp-logo,
#wp-admin-bar-site-name,
#wp-admin-bar-updates,
#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#wp-admin-bar-edit,
#wp-admin-bar-search
{
	display: none !important;
}

.mobile {
	display: none;
}

svg {
  display: none;
}


/* Header */

.logo-search-area {
	height: 60px;
	margin-bottom: 45px;
}

.logo-search-area .logo {
	margin: 0 30px 0 0;
	float: left;
}

.logo-search-area .logo a {
	margin-right: 10px;
}

.logo-search-area .logo .title {
	color: #919496;
}

.logo-search-area .search-area {
	width: 0px;
	margin: 0;
}

.logo-search-area .search-area-inner {
	padding: 0;
	margin: 0;
}

.logo-search-area .search-form {
	margin: 0;
	padding: 0;
}

.logo-search-area .search-field {
	font-weight: 300;
	font-size: 1.375em;
	color: #919496;
	background: #ffffff;
	border: 0;
	border-bottom: 0px solid #bbbbbb;
	margin: 7px 0 0 0;
	padding-left: 0;
	padding-right: 0;
}

.logo-search-area .search-button {
	max-width: 12%;
	margin-top: 10px;
	font-size: 200%;
	line-height: 1;
}
.logo-search-area .search-button span {
/* 	margin-top: 10px; */
	color: #919496;
}

.logo-search-area .menu-button {
	max-width: 12%;
	margin-top: 10px;
	margin-left: 1%;
	font-size: 200%;
	line-height: 1;
}
.logo-search-area .menu-button span {
/* 	margin-top: 10px; */
	color: #c6c6c6;
}

.menu-main {
	width: 100%;
	clear: both;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.09;
	font-weight: 500;
	margin-bottom: 35px;
}

.menu-main li {
	width: 25%;
	height: 55px;
}
.menu-main li a {
	margin: 5px 15px;
	padding: 10px 0;
/* 	border-top: 1px dotted #000000; */
	position: relative;
}

.menu-main li a div.ptrn {
	position: absolute;
}

.menu-main li a.current_page {
/* 	font-weight: 600; */
}

.qmail {
	position:fixed;
	height:50px;
	bottom:290px;
	right:0;/*-93px;*/
	-webkit-transition:right .5s ease-in-out;
	transition:right .5s ease-in-out;
	z-index:9001;
}

/*.qmail:hover {
	right:0;
}*/

/* Search.php */
.content.search_result {
	width: 100%;
}

.content.search_result .search_result-inner {
	margin: 10px;
}

.content.search_result .pagination a {
	font-size: 1.125em;
	padding: 0;
	background: transparent;
}


/* single-post.php */
.qm_single_post .sidebar {
	width: 0%;
	display: none;
}
.qm_single_post .sidebar > div {
/* 	margin: 10px; */
}
.qm_single_post .content {
	width: 100%;
}
.qm_single_post .content article {
	margin: 0;
}

.qm_single_post .metaslider {
	margin: 0 15px 30px 15px;
}









/* Homepage */


.slide-content {
	display: none;
}

.qma_homepage .carousel-area {
	margin: 0 15px;
}

.qma_homepage .carousel-area hr {
	margin-bottom: 30px;
}

.qma_homepage .carousel-header,
.qma_exhibitions .carousel-header {
	width: 100%;
	height: 30px;
	margin-bottom: 28px;
	padding-top: 5px;
	text-align: left;
}
.qma_homepage .carousel-header .slider-header-inner {
	position: relative;
}
.qma_homepage .carousel-header .slider-header-inner span,
.qma_exhibitions .carousel-header .slider-header-inner span {
	font-weight: 700;
	font-size: 1.313em;
	letter-spacing: -0.02em;
}

.qma_homepage .touchcarousel,
.qma_exhibitions .touchcarousel {
	min-height: 310px;
	margin-bottom: 40px;
}

.qma_homepage .touchcarousel.tc-homepage .touchcarousel-item,
.qma_exhibitions .touchcarousel.tc-homepage .touchcarousel-item {
	width: 210px;
	min-height: 310px; /* including border */
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	background: #ffffff;

}
.qma_homepage .touchcarousel.tc-homepage .touchcarousel-item a.tc-state,
.qma_exhibitions .touchcarousel.tc-homepage .touchcarousel-item a.tc-state {
	display: block;
	width: 210px;
	min-height: 310px;
	position: relative;
	text-decoration: none;
	color: #3e4245;
	margin: 0;

	-webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.qma_homepage .touchcarousel.tc-homepage .touchcarousel-item img,
.qma_exhibitions .touchcarousel.tc-homepage .touchcarousel-item img {
	max-width: none;
	display: block;
	border: 0;
	margin: 0;
}
.qma_homepage .touchcarousel.tc-homepage .touchcarousel-item .round img,
.qma_exhibitions .touchcarousel.tc-homepage .touchcarousel-item .round img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

}
.qma_homepage .touchcarousel.tc-homepage .touchcarousel-item img,
.qma_homepage .touchcarousel.tc-homepage .touchcarousel-item h4,
.qma_homepage .touchcarousel.tc-homepage .touchcarousel-item span,
.qma_exhibitions .touchcarousel.tc-homepage .touchcarousel-item img,
.qma_exhibitions .touchcarousel.tc-homepage .touchcarousel-item h4,
.qma_exhibitions .touchcarousel.tc-homepage .touchcarousel-item span {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}
.qma_homepage .touchcarousel.tc-homepage .tc-block,
.qma_exhibitions .touchcarousel.tc-homepage .tc-block {
	padding: 10px;
/* 	width: 100%; */
	height: 100px;
	overflow: hidden;
/* 	background: #00a2df; */
	background: #e9eaeb;
}

.qma_homepage .touchcarousel.tc-homepage .touchcarousel-item h4,
.qma_exhibitions .touchcarousel.tc-homepage .touchcarousel-item h4 {
	color: #989b9d;
	font-size: 0.875em;
	line-height: 1.15em;
	padding: 0;
	text-decoration: none;
	font-weight: 700;

	height: 48px !important;
	overflow: hidden !important;
}
.qma_homepage .touchcarousel.tc-homepage .touchcarousel-item a.tc-state:hover,
.qma_exhibitions .touchcarousel.tc-homepage .touchcarousel-item a.tc-state:hover {
	color: #13937a;
}
.qma_homepage .touchcarousel.tc-homepage .touchcarousel-item span,
.qma_exhibitions .touchcarousel.tc-homepage .touchcarousel-item span {
	font-size: 12px;
	color: #666;
}

.tc-block h5 {
	color: #989b9d;
	font-size: 0.875em;
	line-height: 1.15em;
	padding: 0;
	text-decoration: none;
	font-weight: 600;

	position: absolute;
	bottom: 10px;
}





/* Visit Page */
.qma_visit .anchor {
/* 	min-height: 1000px; */
}

.qma_visit .col-75 > div.ptrn {
	margin-bottom: 30px;
}



/* Exhibition Page */
.qma_exhibitions .col-50 hr {
	margin-bottom: 30px;
}
.qma_exhibitions .col-50 .title-area {
	margin-bottom: 30px;
}

.qma_exhibitions .exhibition-item.upcoming > div {
	margin-bottom: 30px;
}

.qma_exhibitions .exhibition-item.current > div {
	margin-bottom: 30px;
}






/* About Page */


.qma_about h4 {
	line-height: 1.09;
}

.qma_about .featured_image {
	width: 100%;
	height: auto;
}

.qma_about .sub-title {
	border-bottom: 1px dotted #000000;
}








/* Programs */

.qma_programs h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.09;
}

.qma_programs .eo-events img {
	display: block;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}

.qma_programs .event-info h4 {
	font-weight: 700;
}

.qma_programs .event-info h6 {
	font-weight: 700;
	color: #898b8e;
}

.qma_programs .event-info p {
	color: #898b8e;
	font-weight: 500;
}

.qma_programs .calendar_table {
	overflow: hidden;
	position: relative;
	background: #898b8e;
}

.qma_programs .calendar_table .header-bg {
	width: 100%;
	height: 30px;
	background: #ffb81c;
	position: absolute;
	top: 0;
}

.widget_calendar {
	overflow: hidden;
	color: #ffffff;
	padding: 0;
	margin: 0 auto;
	width: 75%;
	position: relative;
}
.widget_calendar caption {
	background: #ffb81c;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	height: 30px;
}
.widget_calendar > div {
	min-width: 200px;
}
.widget_calendar .today {
	color: #ffb81c;
}
.widget_calendar thead {
	background: transparent;
}
.widget_calendar thead th {
	color: #bcbcbc;
	background: transparent;
	padding: 30px 0 10px 0;
	line-height: 1;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	color: #bfbfbf;
}
.widget_calendar tbody {
	background: transparent;
}
.widget_calendar tbody td {
	padding: 8px 0;
}
.widget_calendar tfoot {
/* 	background: #ffb81c; */
}
.widget_calendar tfoot #eo-widget-prev-month {
	text-align: left;
	padding: 12px 0;
	padding-left: 4%;
}
.widget_calendar tfoot #eo-widget-next-month {
	text-align: right;
	padding: 12px 0 24px 0;
	padding-right: 4%;
}
.widget_calendar tfoot a {
	color: #ffffff;
}
.widget_calendar .event {
/* 	font-family:'Avenir Next LT W01 Demi', Helvetica, sans-serif; */
	color: #000000;
}

.events-filter > div {
	height:37px;
	position:relative;
}
.events-filter .filter-arrow {
	position:absolute;
	right:5px;
	top:40%;
}
.events-filter .filter {
	position:absolute;
	font-size:1.375rem;
	color:rgb(145, 148, 150);
	padding:10px 0;
	height:47px;
	font-weight:600;
}
.events-filter ul {
	position:absolute;
	color:rgb(145, 148, 150);
	font-size:1.375rem;
	height:37px;
	width:100%;
	overflow:hidden;
	cursor:pointer;
	font-weight:500;
	padding:5px 0;
}
.events-filter ul li {
	background-color:rgba(255, 255, 255, .9);
	padding:5px 0 20px;
	height:52px;
}
.events-filter ul li:first-child {
	background-color:rgba(255, 255, 255, 0);
}
.filtered-out {
	display:none;
}

/* Projects Page */

.qma_projects h4 {
	line-height: 1.09;
}

.qma_projects .touchcarousel {
	max-width: 670px;
	min-height: 570px;
}

.qma_projects .touchcarousel.tc-projects .touchcarousel-item {
	max-width: 670px;
	min-height: 570px; /* including border */
	margin-right: 0;
	position: relative;
	overflow: hidden;
	background: #ffffff;

}
.qma_projects .touchcarousel.tc-projects .touchcarousel-item a.tc-state {
	display: block;
	max-width: 670px;
	min-height: 570px;
	position: relative;
	text-decoration: none;
/* 	color: #3e4245; */
	margin: 0;

	-webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.qma_projects .touchcarousel.tc-projects .touchcarousel-item .tc-image {
	height: 335px;
	overflow: hidden;
}
.qma_projects .touchcarousel.tc-projects .touchcarousel-item img {
	max-width: none;
	display: block;
	border: 0;
	margin: 0;
}
.qma_projects .touchcarousel.tc-projects .touchcarousel-item img,
.qma_projects .touchcarousel.tc-projects .touchcarousel-item h4,
.qma_projects .touchcarousel.tc-projects .touchcarousel-item span {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}
.qma_projects .touchcarousel.tc-projects .tc-block {
	max-width: 670px;
/* 	height: 225px; */
	margin-top: 30px; /* 20 + 40 + 20 */
	overflow: hidden;
	background: #e9eaeb;
	padding: 10px;
}

.qma_projects .touchcarousel.black-and-white .arrow-icon {
	color: #fff;
	top: 138px;
}

.qma_projects .flex-direction-nav a.flex-prev  {
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	display: block;
	background: url(images/circle_arrow_left.png) no-repeat 0 0;
	background-size: contain;
}
.qma_projects .flex-direction-nav a.flex-next  {
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	display: block;
	background: url(images/circle_arrow_right.png) no-repeat 0 0;
	background-size: contain;
}














/* Blog Page */

.month-picker {
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
}

.month-picker li {
	color: #ffffff;
}

.month-picker .month li {
	color: #ffffff;
}

.month-picker .month.active li {
	color: #833177;
}

.month-picker .col-inner {
	background: #898b8e;
}

.month-picker .col-inner ul {
	padding-bottom: 30px;
}

.month-picker .col-inner ul:first-child {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background: #833177;
}

.month-picker .col-inner ul:last-child {
	padding-bottom: 20px;
}

.month-picker .icm-icons-arrow_left:before,
.month-picker .icm-icons-arrow_right:after {
	font-size: 0.75em;
	line-height: 1.6;
}

.month-picker .icm-icons-arrow_left,
.month-picker .icm-icons-arrow_right {
/* 	margin-top: 3px; */
}

.qma_blog .most_read .widgettitle {
	color: #833177;
	font-weight: 700;
}

.qma_blog .most_read li {
	margin-bottom: 20px;
}
.qma_blog .most_read li a {
	font-size: 1.375em;
}

.qma_blog .blog-categories {
}

.qma_blog .blog-categories [class*="sub-nav-"] > div,
.qma_blog .blog-categories [class^="sub-nav-"] > div {
	position: absolute;
	left: 0;
	width: 100%;
	height: 20px;
	background: #833177;
	color: #ffffff;
	padding: 2px;
	text-align: center;
}
.qma_blog .blog-categories .sub-nav-top > div {
	top: 0;
}
.qma_blog .blog-categories .sub-nav-bottom > div {
	bottom: 0;
}
.qma_blog .blog-categories .blog-categories-inner {
	width: 100%;
}
.qma_blog .blog-categories .sub-item {
	width: 100%;
	font-size: 1.375em;
	line-height: 1.09;
	font-weight: 500;
	margin-bottom: 20px;
}
.qma_blog .blog-categories .sub-item a span {
	color: #919496;
}
.qma_blog .blog-categories .sub-item a.active .dotline {
	background: #833177;
	background-image: none !important;
}
.qma_blog .blog-categories .sub-item a.active span {
	color: #833177;
}

.blogitem .text-copy {
	color: #919496;
}





.qma_education h4 {
	line-height: 1.09;
}

.qma_education .tour-sub-buttons {
	font-size: 1.125em;
}

.qma_education .tour-sub-buttons a {
	margin-right: 5%;
}
.qma_education .tour-sub-buttons a:last-child {
	margin-right: 0;
}

.qma_education .icm-icons-arrow_right {
	font-size: 75%;
}



/* Support */
.qma_support .form_area label {
	color: #00b398 !important;
}

.qma_support div.ufo-form span.ufo-cell-left {
	width: 25%;
}

.qma_support div.ufo-form span.ufo-cell-center {
	width: 75%;
}

.qma_support div.ufo-form span.ufo-cell-right {
	width: 0 !important;
	display: none !important;
}

.qma_support div.ufo-form input {
	border: 0;
}


.qma_support div.ufo-customform-row div.ufo-customfields-valid,
.qma_support div.ufo-customform-row div.ufo-customfields-invalid {
	width: 0 !important;
	display: none !important;
	font-weight: 300;
	color: #00b398;
}


.qma_support div.ufo-customfields-invalid {
	border: 0;
	color: #cc0000;
	background-color: transparent;
}

fieldset > div.ufo-customform-row:last-child > div {
	margin-left: 25%;
}


.qma_support .ufo-form button {
	width: 100px;
	height: 40px;
	border: 0;
	color: #ffffff;
	background: #00b398;
	font-weight: 300;
	font-size: 1em;
}



/* Artist Services */

.qma_artist_services h4 {
	line-height: 1.09;
}

.open_artists {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;

	column-gap: 0;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
}

.open_artists > div {
	display: inline-table;
	margin-bottom: 30px;
}

.open_artists li {
	margin: 0;
}




/* Latest News */


.qma_latest_news h4 {
	line-height: 1.09;
}

.twitter-area hr.dotted {
	margin: 20px 0;
}

.twitter-area img.alignleft {
	display: none !important;
}

.news-area .news-contents .title {
	margin: 0;
}

.news-area .news-contents p {
	color: #898b8e;
}







/* Footer */
.footersidebar {
	border-top: 0px;
	padding: 0;
}

.footercredit h3 {
	color: #ffffff;
}

.footercredit .credit {
	font-size: 0.875em;
	color: #666666;
	font-weight: 500;
}

.footercredit .credit div {
	margin-left: 0px;
	margin-right: 0px;
}

.footercredit .credit div li {
	margin-bottom: 10px;
}

.footercredit .sns {
	font-size: 0.875em;
	color: #666666;
	font-weight: 500;
}

.footercredit .sns div {
/* 	line-height: 2; */
	margin-right: 0px;
}

.footercredit .sns .sns_links {
/* 	margin-bottom: 10px; */
}

.footercredit .sns .copyright {
}

.footercredit .sns [class*="sns-"],
.footercredit .sns [class^="sns-"] {
	width: 20px;
	height: 20px;
	background: url("images/sns.png");
	background-repeat: no-repeat;
	margin-right: 5px;
}

.footercredit .sns .sns-facebook {
	background-position: -10px -5px;
}
.footercredit .sns .sns-twitter {
	background-position: -40px -5px;
}
.footercredit .sns .sns-instagram {
	background-position: -70px -5px;
}
.footercredit .sns .sns-flickr {
	background-position: -100px -5px;
}
.footercredit .sns .sns-foursquare {
	background-position: -130px -5px;
}
.footercredit .sns .sns-vimeo {
	background-position: -160px -5px;
}
.footercredit .sns .sns-youtube {
	background-position: -190px -5px;
}
.footercredit .sns .sns-qmail {
	background-position: -220px -5px;
	width: 70px;
	margin-top: 5px;
}
/*
.ssba-container.ssba-footer > div {
	margin:0 10px 30px;
}
.ssba-container > div {
	float:left;
	margin-right:15px;
}*/
.ssba-container > a img {
	width: 21px;
	height: 21px;
	margin: 0 0 30px;
}
.ssba-container.ssba-footer > a:first-child img {
	margin-left: 15px;
}
.ssba-container > div {
	float:left;
	margin-right:15px;
}

/* Posts for Page */

.entry-content {
	margin-bottom: 40px;
}
.entry-content img {
	margin-bottom: 10px;
}
.entry-title {
	font-size: 1.5em;
}

.post-title {
	width: 75%;
}
.post-title .ptrn-over {
	min-height: 202px;
}

.post-date {
	width: 25%;
}
.post-date .ptrn-over {
	min-height: 202px;
}

.post-main {
	width: 75%;
}

.post-side {
	width: 25%;
}

.post-content .ptrn-over {
/* 	min-height: 300px; */
	padding-bottom: 30px;
}

.post-title h1.title {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 1.05;
}

.post-date h1.date {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 1.05;
}

.post-side .sidebar-contents p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.21;
}

.gallery-thumbnails .thumb-item {
	width: calc(50% - 10px);
	height: 90px;
	margin-bottom: 15px;
}
.gallery-thumbnails .thumb-item a {
	width: 100%;
}
.gallery-thumbnails .thumb-item a div {
	width: 100%;
	height: 90px;
}
.gallery-thumbnails .thumb-item:nth-child(odd) {
	margin-right: 10px;
}
.gallery-thumbnails .thumb-item:nth-child(even) {
	margin-left: 10px;
}

.gallery-text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.21;
}

.gallery-text span {
	font-weight: 700;
}

.sidebar-details {
	margin-bottom: 30px;
}
ul + .sidebar-details {
	margin-top: 30px;
}
.sidebar-details p {
	color: #898b8e;
}
.sidebar-details h1 {
	margin-bottom: 30px;
	font-size: 1.125rem;
	color: inherit;
}

.exhibition-links {
	height: 55px;
	list-style: none;
	margin-bottom: 15px;
}

.exhibition-links a {
	display: block;
	position: relative;
	margin: 5px 0;
	padding-top: 10px;
	color: #919496 !important;
	/*font-size: 1.1em;*/
	font-size: 22px;
}

.exhibition-links:hover a .exhibition-link-name-gray {
	display: none;
}

.exhibition-links a .exhibition-link-name-highlighted {
	display: none;
}

.exhibition-links:hover a .exhibition-link-name-highlighted {
	display: initial;
}

.exhibition-links .dots {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
	background: url(images/dot-pattern.png) repeat;
}

.exhibition-links .highlighted-dots {
	display: none;
}

.exhibition-links:hover .highlighted-dots {
	display: block;
}

.exhibition-links:hover .gray-dots {
	display: none;
}








/* Universal */

.pagetitle h1.title {
/* 	font-size: 1.5em; */
	margin: 0 9px;
	font-weight: 700;
}
.pagetitle h2.date {
	margin: 9px;
	color: #aaaaaa;
	font-weight: 700;
}

hr.dotted {
	border-top: 1px dotted #898b8e;
	border-bottom: 0px dotted #898b8e;
}
.subbar {
	margin-bottom: 60px;
	font-weight: 600;
}

.anchor li {
	width: 100%;
	padding: 11px 0;
	position: relative;
}

.anchor li a {
	display: block;
}

.anchor .menu-item {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.09;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}

.anchor .menu-item .sub-menu {
	margin-top: 20px;
	padding-left: 30px;
}

.anchor .menu-item .sub-menu .menu-item {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 0;
	padding: 2px 0px;
/* 	height: 32px; */
	line-height: 1.5;
}

.anchor .menu-item .sub-menu li a:before {
	width: 0;
	height: 0;
}

.text-copy {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.17;
	font-weight: 500;
}

.tc-posts-not-found {
	display: none;
	margin: 0;
	padding: 0;
	height: 0;
}

.anchor li a {
	color: #898b8e !important;
}

.qma_visit .anchor li.current-menu-item > a {
	color: #e782a9 !important;
}

.qma_projects .anchor li.current-menu-item > a {
	color: #0033a0 !important;
}

.qma_about .anchor li.current-menu-item > a {
	color: #73c741 !important;
}

.qma_education .anchor li.current-menu-item > a {
	color: #e03c31 !important;
}

.qma_support .anchor li.current-menu-item > a {
	color: #00b398 !important;
}

.qma_artist_services .anchor li.current-menu-item > a{
	color: #d95e31 !important;
}

.qma_space_rental .anchor li.current-menu-item > a{
	color: #0080B0 !important;
}


.qma_visit .anchor li.current-menu-item > div.dotline {
	background: #e782a9 !important;
}

.qma_projects .anchor li.current-menu-item > div.dotline {
	background: #0033a0 !important;
}

.qma_about .anchor li.current-menu-item > div.dotline {
	background: #73c741 !important;
}

.qma_education .anchor li.current-menu-item > div.dotline {
	background: #e03c31 !important;
}

.qma_support .anchor li.current-menu-item > div.dotline {
	background: #00b398 !important;
}

.qma_artist_services .anchor li.current-menu-item > div.dotline {
	background: #d95e31 !important;
}

.qma_space_rental .anchor li.current-menu-item > div.dotline {
	background: #0080B0 !important;
}



.popup-gallery {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
	display: table;
	color: #fff;
}
.popup-gallery a {
	color: #fff !important;
}


.popup-gallery > div {
	padding: 30px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.popup-gallery > div > ul {
	margin: 0 auto;
}

.popup-gallery #popup-caption {
	text-align: left;
	padding: 7px 10px;
	border-bottom: 1px solid #fff;
}

#popup-caption {
	background: #898b8e;
}

#popup-img {
	opacity: 1;
	display: block;
	margin: 0 auto;
}

.popup-gallery .controller {
	border-top: 1px solid #fff;
	background: #898b8e;
}

.popup-gallery .controller a {
	padding: 7px 10px;
}

#arrow-left {
	position: absolute;
	top: 50%;
	left: 10%;
}

#arrow-right {
	position: absolute;
	top: 50%;
	right: 10%;
}

.popup-gallery .button-close {
	background: url("images/gallery-close.png");
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}









.light {
	font-weight: 300;
}

.demi {
	font-weight: 600;
}

.med {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.heavy {
	font-weight: 800;
}

.touchcarousel.black-and-white .arrow-icon {
	width: 60px;
	height: 60px;
	background-image: none;
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	font-family: 'icomoon';
/* 	color: #00a2df; */
	color: #fff;
	font-size: 60px;
	font-weight: normal;
	top: 75px;
	line-height: 1;
	margin-top: 0;
}
.touchcarousel.black-and-white .arrow-icon.left:before {
	content: "\e603";
}
.touchcarousel.black-and-white .arrow-icon.right {
	text-align: right;
}
.touchcarousel.black-and-white .arrow-icon.right:after {
	content: "\e604";
}




.touchcarousel.black-and-white .arrow-holder:hover .arrow-icon {
	background-color: transparent;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left {
	background-position: -39px -6px;
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
	background-position: -138px -6px;
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left,
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
	background-color: transparent;
}

.touchcarousel .tc-item > ul > li:first-child {
	height: 210px;
	overflow:hidden;
	margin-bottom: 20px;
}

.flexslider:hover .flex-prev {
	left: 15px !important;
}
.flexslider:hover .flex-next {
	right: 15px !important;
}

.flex-direction-nav a.flex-prev  {
	width: 60px;
	height: 60px;
	top: 50%;
	margin: -30px 0 0;
	display: block;
	background: url(images/circle_arrow_left.png) no-repeat 0 0;
	background-size: 60px;
}
.flex-direction-nav a.flex-next  {
	width: 60px;
	height: 60px;
	top: 50%;
	margin: -30px 0 0;
	display: block;
	background: url(images/circle_arrow_right.png) no-repeat 0 0;
	background-size: 60px;
}

.metaslider .caption-wrap {
	position: static !important;
	margin: 0 !important;
	opacity: 1 !important;
	border-bottom: 1px solid #fff
}
.metaslider .caption-wrap .caption {
	padding: 5px 10px;
	line-height: 1.2;
}

.metaslider .flexslider {
	overflow: hidden;
}












.col-20 {
	width: 20%;
}
.col-25 {
	width: 25%;
}
.col-33 {
	width: 33.3%;
}
.col-50 {
	width: 50%;
}
.col-75 {
	width: 75%;
}
.col-100 {
	width: 100%;
}
.col-inner {
	margin: 0 15px;
}
.col-margin-right {
	margin-right: 10px;
}
.col-margin-left {
	margin-left: 10px;
}

.h-75 {	height: 75px; }
.h-100 { height: 100px; }

.m10 {
	margin-bottom: 10px;
}

.m30 {
	margin-bottom: 30px;
}

.p30 {
	padding-bottom: 30px;
}

.ptrn {
/* 	background: url(images/dot-pattern.png) repeat; */
}
.ptrn-over {
/* http://stackoverflow.com/questions/2504071/is-it-possible-to-combine-a-background-image-and-css3-gradients */

	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0.95))); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.75), rgba(255,255,255,0.95)); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.75), rgba(255,255,255,0.95)); /* FF3.6+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.75), rgba(255,255,255,0.95)); /* IE10 */
	background: -o-linear-gradient(top, rgba(255,255,255,0.75), rgba(255,255,255,0.95)); /* Opera 11.10+ */
	background: linear-gradient(top, rgba(255,255,255,0.75), rgba(255,255,255,0.95)); /* W3C */

/*
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,238,238,0)), to(rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,0), rgba(238,238,238,1));
	background: -moz-linear-gradient(top, rgba(238,238,238,0), rgba(238,238,238,1));
	background: -ms-linear-gradient(top, rgba(238,238,238,0), rgba(238,238,238,1));
	background: -o-linear-gradient(top, rgba(238,238,238,0), rgba(238,238,238,1));
	background: linear-gradient(top, rgba(238,238,238,0), rgba(238,238,238,1));
*/

	overflow: hidden;
	height:100%;
	padding-bottom: 30px;
}

.color-homepage {
	color: #00a2df !important;
	border-color: #00a2df !important;
}
.color-homepage a {
	color: #00a2df !important;
}
.color-homepage-bg {
	background: #00a2df !important;
}

.color-visit {
	color: #e782a9 !important;
	border-color: #e782a9 !important;
}
.qma_visit a,
.color-visit a {
	color: #e782a9 !important;
}
.color-visit-bg {
	background: #e782a9 !important;
}

.color-exhibitions {
	color: #00a2df !important;
	border-color: #00a2df !important;
}
.qma_exhibitions a,
.color-exhibitions a {
	color: #00a2df !important;
}
.color-exhibitions-bg {
	background: #00a2df !important;
}

.color-programs {
	color: #ffb81c !important;
	border-color: #ffb81c !important;
}
.qma_programs a,
.color-programs a {
	color: #ffb81c !important;
}
.color-programs-bg {
	background: #ffb81c !important;
}

.color-projects {
	color: #0033a0 !important;
	border-color: #0033a0 !important;
}
.qma_projects a,
.color-projects a {
	color: #0033a0 !important;
}
.color-projects-bg {
	background: #0033a0 !important;
}
.qma_projects a p {
	color: #898b8e !important;
}

.color-about {
	color: #73c741 !important;
	border-color: #73c741 !important;
}
.qma_about a,
.color-about a {
	color: #73c741 !important;
}
.color-about-bg {
	background: #73c741 !important;
}

.color-latest_news {
	color: #009349 !important;
	border-color: #009349 !important;
}
.qma_latest_news a,
.color-latest_news a {
	color: #009349 !important;
}
.color-latest_news-bg {
	background: #009349 !important;
}

.color-blog {
	color: #833177 !important;
	border-color: #833177 !important;
}
.qma_blog a,
.color-blog a {
	color: #833177 !important;
}
.color-blog-bg {
	background: #833177 !important;
}

.color-education {
	color: #e03c31 !important;
	border-color: #e03c31 !important;
}
.qma_education a,
.color-education a {
	color: #e03c31 !important;
}
.color-education-bg {
	background: #e03c31 !important;
}

.color-support {
	color: #00b398 !important;
	border-color: #00b398 !important;
}
.qma_support a,
.color-support a {
	color: #00b398 !important;
}
.color-support-bg {
	background: #00b398 !important;
}

.color-artist_services {
	color: #d95e31 !important;
	border-color: #d95e31 !important;
}
.qma_artist_services a,
.color-artist_services a {
	color: #d95e31 !important;
}
.color-artist_services-bg {
	background: #d95e31 !important;
}

.color-space_rental {
	color: #0080B0 !important;
	border-color: #0080B0 !important;
}
.color-space_rental a {
	color: #0080B0 !important;
}
.color-space_rental-bg {
	background: #0080B0 !important;
}










/* Single Pages/Posts */
.editor-contents > * {
	margin-bottom: 30px;
}

.editor-contents ul,
.editor-contents li {
	list-style: disc;
	margin-left: 2px;
}
.editor-contents li {
	margin-left: 1em;
}

.editor-contents div ul,
.editor-contents div li {
	list-style: none;
	margin-left: 0;
}

.post-image,
.post .post-image {
	margin: 0 15px;
	margin-bottom: 30px;
}
.post-image > img,
.post .post-image > img {
	display: block;
	width: 100%;
}

.mobile-meta-nav {
	display: none;
}


/* Comments */
.comments a, .commentform a {
	color: #898b8e !important;
}

.comment .comment-title {
	margin: 0 0 10px 0;
}

.comment .comment-content {
	margin: 0;
}

.commentform .comment-reply-title {
	font-size: 22px;
	font-size: 1.375rem;
	margin: 0 0 30px 0;
}

.comment-respond {
	margin: 0;
	margin-bottom: 30px;
}

.comment-respond input, .comment-respond textarea {
	border: 0;
	margin-bottom: 15px;
}

.comment-respond .form-submit input[type=submit] {
	background: #898b8e;
	text-shadow: none;
	border: 0;
	border-radius: 0;
}

.comment-respond .logged-in-as {
	margin-bottom: 15px;
}


/* Utils */
.hide {
	display: none!important;
}

.invisible {
	visibility: collapse!important;
	height: 0px!important;
}

.unselectable {
	/* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
    /* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
    -moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none; /* From IE10 only */
    user-select: none; /* Not valid CSS yet, as of July 2012 */

    -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    user-drag: none;
}

.ease {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.dotline {
	opacity: 0.75;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
}


/************
 * CLEARFIX *
 ************/

.left {
	float: left;
}
.right {
	float: right;
}
.clearboth{
	clear:both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	*zoom: 1;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
