html {
	overflow-y: scroll;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media screen and (max-width: 768px) {
.visible-xs-inline {
	display: inline-block !important;
}
}
body {
	font: 100% "Lato", sans-serif;
	background-color: #fff;
}
/*SOCIAL BAR*/
.socialbar {
	background-color: #6E617f;
	padding:3px 
}
.social {
	height: 34px;
	float: right;
	line-height: 34px;
}
.social a {
	text-decoration:underline;
}
.social .social_icons {
	float: right;
	width:auto;
}
.social .social_icons img {
	float: right;
	display: block;
}
.social .social_icons p {
	float: left;
}
.social p {
	float: right;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	padding: 0 15px;
	margin: 0;
}
.social p a {
	color: #fff;
}
.social p span {
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.social p.signup {
		display:none;
	}
}

@media (max-width: 480px) {
	.socialbar {
		height: auto;
		display: none;
	}
	.social {
		height: auto;
		float: none;
		line-height: normal;
		padding-top: 10px;
	}
	.social .social_icons {
		float: none;
		clear: both;
		margin: auto;
	}
	.social p {
		float: none;
		padding: 8px 15px 10px 15px;
		clear: both;
		text-align: center;
	}
}
/*NAVBAR*/
.navbar {
	border-radius: 0;
	margin-bottom: 0px;
	min-height: 0;
	position: relative;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	padding-top: 40px;
}
.navbar-inverse {
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.navbar-brand {
	float: left;
	height: auto;
	line-height: normal;
	padding: 0;
}
.navbar-nav > li > a {
	padding-bottom: 0;
	padding-top: 0;
	color: #000;
}
.nav > li {
	color: #000;
	font-size: 13px;
	padding: 0 0;
	margin: 0;
	font-weight: 400;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #fff;
	color: #662d91;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #662d91;
}

@media (max-width: 1400px) {
.navbar-nav li > a {
	padding-left: 5px;
	padding-right: 5px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 5px;
}
}

@media (max-width: 1200px) {
.navbar-header {
	float: none;
}
.navbar-brand {
	float: none;
	height: auto;
	line-height: normal;
	padding: 0;
	margin: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
	display: block;
}
.navbar-brand > img {
	width: auto;
	margin: auto;
	display: block;
}
.navbar-collapse {
	padding-top: 0px;
	padding-bottom: 10px !important;
}
.navbar-inverse .navbar-nav {
	padding-bottom: 0;
	float: left;
}
.navbar-right {
	float: none !important;
}
.navbar-nav li > a {
	padding-left: 15px;
	padding-right: 15px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 10px;
	white-space: nowrap;
}
}

@media (max-width: 767px) {
.navbar-inverse .navbar-nav {
	float: none;
	margin: auto;
	padding-bottom: 0;
}
.navbar-inverse .navbar-nav > li {
	color: #000;
	border-bottom: 1px solid #ccc;
	font-size: 25px;
}
.navbar-inverse .navbar-nav > li:last-child {
	border-bottom: 0;
}
.navbar-inverse .navbar-nav > li a {
	line-height: normal;
	padding: 10px 0;
	padding-left: 15px;
}
.arrow-up, .arrow-down {
	width: 0;
	height: 0;
	float: right;
	cursor: pointer;
	margin-right: 30px;
}
.arrow-down {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #6E617f;
	border-bottom: 0;
	margin-top: 13px;
}
.arrow-up {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 0;
	border-bottom: 7px solid #fff;
	margin-top: 12px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #000;
	display: block;
	width: 30px;
	height: 2px;
	border-radius: 1px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #ccc;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 15px 15px;
	margin-top: 18px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #999;
	border-radius: 4px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #fff;
}
.navbar-inverse .navbar-toggle {
	border-color: #999;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #6E617F;
}
}

@media (max-width: 480px) {
.navbar-brand > img {
	width: 65%;
	margin: 0;
}
}
/*DROPDOWN*/
.dropdown-menu .divider {
	height: 1px;
	margin: 0px 0;
	overflow: hidden;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: normal;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #662d91;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #666;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #6E617F;
	color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #eee;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #fff;
}
/*SUBNAV*/
.container.about {
	background-color: #fff;
}
.toedges.subnav {
	background-color: #F4F4F2;
}
ul.sub.about {
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 0;
	text-align: center;
}
ul.sub li {
	list-style-type: none;
	padding-bottom: 10px;
	line-height: normal;
	font-size: 14px;
}
ul.sub li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
ul.sub li:hover {
	list-style-type: disc;
	color: #662d91;
}
ul.sub li.active {
	list-style-type: disc;
	color: #662d91;
}
ul.sub li a:hover {
	color: #662d91;
	text-decoration: none;
}
ul.sub li a.active {
	color: #662d91;
	text-decoration: none;
}

@media (max-width: 992px) {
ul.sub.about {
	padding-right: 517px;
}
}

@media (max-width: 767px) {
.subnav {
	display: none;
}
.dropdown-menu {
	font-size: 25px;
}
}
/*FOOTER*/
.footerbar {
	background-color: #6E617f;
	margin-top: 50px;
}
.footer p {
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin: 0;
	padding: 15px 0;
	line-height: 200%;
}
.footer p a {
	color: #fff;
}
/*HOMEPAGE*/
.toedge.home {
	background-color: #f4f4f2;
}
.container.home {
	padding-top: 50px;
	padding-bottom: 150px;
}
.cal-box {
	width: 749px;
	-border: 1px solid #f00;
}
.cal-box.left {
	float: left;
	margin-left: 16px;
	margin-top: 0px;
}
.cal-box.right {
	float: right;
	margin-right: 16px;
	margin-top: 0px;
}
.cal-box.left.first {
	margin-top: 0;
}
.cal-box.right.first {
	margin-top: 0;
}
.cal-box.left .cal-box-image img {
	box-shadow: 3px 3px 3px #ccc;
	float: left;
}
.cal-box.right .cal-box-image img {
	box-shadow: 3px 3px 3px #ccc;
	float: right;
}
.cal-box-image {
	width: 366px;
	vertical-align: middle;
	padding: 0 20px;
}
.cal-box-text {
	width: 241px;
	vertical-align: middle;
}
.box-text {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
}
.box-text h2 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 5px;
}
.box-text p {
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}
.cal-box-date {
	width: 188px;
	vertical-align: middle;
}
.date-box {
	width: 188px;
	height: 122px;
}
.date-box-icon {
	width: 94px;
	height: 122px;
	float: left;
}
.date-box-date {
	width: 94px;
	height: 122px;
	float: left;
}
.date-box-date p {
	font-size: 56px;
	color: #8b8299;
	line-height: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
}
.cal-box.left .date-box-date {
	text-align: left;
	padding-left: 5px;
}
.cal-box.right .date-box-date {
	text-align: right;
	padding-right: 5px;
}
.table {
	display: table;
	margin-bottom: 0;
}
.tr {
	display: table-row;
}
.td {
	display: table-cell;
}
.box-text p.readmorelink {
	margin-top: 10px;
}
.backtotop {
	position: fixed;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: right;
}
.totoplink a {
	padding: 5px;
	font-size: 18px;
}

/*Animation*/
@media (min-width: 768px) {
.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.os-animation.animated2 {
	opacity: 0;
}
}
img.reverse {
	-moz-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

@media (max-width: 1400px) {
.cal-box.left {
	margin-left: -30px;
	margin-top: 40px;
}
.cal-box.right {
	margin-right: -30px;
	margin-top: 40px;
}
}

@media (max-width: 1200px) {
.cal-box.left {
	margin-left: -30px;
	margin-top: 40px;
}
.cal-box.right {
	margin-right: -30px;
	margin-top: 40px;
}
}

@media (max-width: 992px) {
.cal-box.left {
	margin-left: 0;
}
.cal-box.right {
	margin-right: 0;
}
}

@media (max-width: 767px) {
.table {
	display: block;
}
.tr {
	display: block;
}
.td {
	display: block;
}
.cal-box {
	width: 100%;
}
/*CALBOX LEFT*/
.cal-box.left {
	margin-left: 0;
	margin: auto;
	float: none;
}
.cal-box.left .cal-box-image {
	width: auto;
	float: none;
}
.cal-box.left .cal-box-image img {
	float: none;
}
.cal-box.left .cal-box-text {
	width: auto;
	vertical-align: middle;
	padding: 0;
	clear: left;
	float: none;
}
.cal-box.left .cal-box-date {
	display: none;
}
/*CALBOX RIGHT*/
.cal-box.right {
	margin-right: 0;
	margin: auto;
	float: none;
}
.cal-box.right .cal-box-image {
	width: auto;
	float: none;
}
.cal-box.right .cal-box-image img {
	float: none;
}
.cal-box.right .cal-box-text {
	width: auto;
	vertical-align: middle;
	padding: 0;
	clear: left;
	float: none;
}
.cal-box.right .cal-box-date {
	display: none;
}
.box-text {
	border: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6E617F;
}
.cal-box-image {
	width: auto;
	vertical-align: top;
	padding: 0;
}
.cal-box-image img {
	max-width: 100%;
	display: block;
}
.date-box-icon {
	width: 94px;
	height: 122px;
	float: left;
}
}
/******************************************************GALLERY******************************************************/
/*GALLERY - SUBNAV*/
.toedges.galleryslideshow {
	background-color: #fff;
}
ul.sub.gallery {
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0;
}
ul.sub.gallery.pull-right {
	text-align: right;
	padding-right: 10px;
	list-style-position: inside;
}
ul.sub.gallery.pull-left {
	text-align: left;
	padding-left: 10px;
}

@media (max-width: 992px) {
.sub.left {
	padding-right: 30px;
}
.sub.right {
	padding-left: 30px;
}
}

@media (max-width: 767px) {
.subnav {
	display: none;
}
}
/*GALLERY - THUMBS*/
.thumbs {
	padding-top: 10px;
	padding-bottom: 0px;
}
.thumbs img {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	height: 50px;
}
/*GALLERY - INTERNAL NAV*/
ul.subgall {
	padding: 0;
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #fff;
	padding-left: 20px;
}
ul.subgall li {
	float: left;
	display: block;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 19px;
	color: #662d91;
	font-weight: 300;
}
ul.subgall li a {
	text-transform: uppercase;
	font-size: 19px;
	color: #662d91;
	font-weight: 300;
}
ul.subgall.left {
	float: left;
}
ul.subgall.right {
	float: right;
}

@media (max-width: 1200px) {
ul.subgall.left {
	float: left;
}
ul.subgall.right {
	float: left;
}
}
.project-description {
	margin-bottom: 0px;
}
.project-description h2 {
	margin-bottom: 20px;
}
.project-description p {
	line-height: 150%;
	color: #000;
	font-size: 14px;
	margin: 0 0 10px;
}
/*GALLERY - OWL CAROUSEL*/
#owl-example .item {
	border-radius: 3px;
	color: #fff;
	margin: 10px;
	padding: 0 0 30px 0;
	text-align: center;
	margin-top: 0;
}
#owl-example .item img {
	width: 100%;
	display: block;
	margin: auto;
}
/******************************************************ABOUT******************************************************/
/*ABOUT BIOGRAPHY*/
.page {
	padding-top: 70px;
	padding-bottom: 70px;
}
.about {
	padding-top: 70px;
	padding-bottom: 70px;
}
.about-left-menu p {
	font-size: 13px;
	color: #75248F;
}
.about-left-menu a {
	color: #000000;
	display: block;
	margin-bottom: 10px;
}
.about-left-menu a.active {
	color: #75248F;
	text-decoration: none;
}
.about-left-menu a:hover {
	color: #75248F;
	text-decoration: none;
}
#education h2 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 25px;
	margin-top: 0;
}
.about-article {
	padding-right: 30px;
}
.about-article img {
	max-width: 100%;
	height: auto;
}
.about-article p {
	line-height: 150%;
	color: #000;
	font-size: 14px;
}

@media (max-width: 1200px) {
.about-article img {
	max-width: 100%;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.page {
	padding-top: 20px;
	padding-bottom: 70px;
}
.about-left-menu {
	padding-bottom: 5px;
}
#education .about-article {
	padding-top: 20px;
}
#education h2 {
	margin-bottom: 15px;
}
}

@media (max-width: 768px) {
.about-article {
	padding-right: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.about-article.bio-art {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0;
	margin-bottom: 0;
}
}

@media (max-width: 480px) {
.about-article img {
	max-width: 100%;
	height: auto;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
}
/******************************************************BIBLIOGRAPHY******************************************************/
/*BIBLIOGRAPHY*/
.bibliography h2 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
	margin-bottom: 25px;
}
.bibliography h3 {
	font-size: 25px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
	margin-bottom: 25px;
}
.bibliography p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	line-height: 150%;
}
.bioimage p {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
.bioimage img {
	width: 100%;
}
.bib-titles {
	border-top: 1px solid #999;
	padding-top: 13px;
	margin-top: 20px;
}
.bib-titles a {
	font-size: 20px;
	color: #662d91;
	font-weight: 400;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #662d91;
}
.bib-titles a:hover {
	text-decoration: none;
}
.bib-titles h3 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 25px;
}
a.bib-titles-link {
	color: #662d91;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	border: 0;
}

@media (max-width: 768px) {
.bioimage p {
	padding-top: 5px;
}
}

@media (max-width: 480px) {
.biogcols {
	padding-bottom: 25px;
}
.bibliography.biogcols {
	padding-bottom: 0px;
}
.biogcols {
	width: auto;
	float: none;
}
.bibliography h3 {
	margin-bottom: 20px;
}
}
/*BIBLIOGRAPHY BOOKS*/
.bib {
	margin-bottom: 15px;
}
.bib img {
	margin-bottom: 10px;
	width: 147px;
}
.bib p {
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
.bib p a {
	font-size: 12px;
	color: #662d91;
	text-transform: uppercase;
}
.img1 {
	height: 200px;
}
.img2 {
	height: 250px;
}
.img3 {
	height: 150px;
}
.img4 {
	height: 100px;
}

@media (max-width: 768px) {
.bib img {
	margin: auto;
}
.bib p {
	text-align: center;
}
}
/*SELECT ESSAYS*/
.selectedessays article {
	padding-bottom: 20px;
}
.selectedessays h2 {
	font-size: 23px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.selectedessays p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	line-height: 170%;
}
.selectedessays img {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
.selectedessays article {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
}
/*EXHIBITION HISTORY*/
.exhibition-history section {
	margin-bottom: 40px;
}
.exhibition-history h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 45px;
	font-weight: 300;
	font-family: "Lato", sans-serif;
	font-size: 40px;
}
.exhibition-history h3 {
	margin-bottom: 25px;
	font-weight: 300;
	font-family: "Lato", sans-serif;
}
.exhibition-history p {
	font-size: 14px;
}

@media (max-width: 768px) {
.exhibition-history {
	padding-top: 25px;
}
.exhibition-history h2 {
	margin-bottom: 15px;
}
.exhibition-history h3 {
	margin-bottom: 15px;
}
.exhibition-history section {
	margin-bottom: 40px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
}
/*NEWS EVENT NAV*/
.newsevents_catnav h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 25px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.newsevents_catnav ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.newsevents_catnav li {
	list-style-type: none;
	padding-bottom: 5px;
}
.newsevents_catnav li a {
	font-size: 16px;
	color: #333;
	font-weight: 300;
}
.newsevents_catnav li a.active {
	color: #6E617F;
}
.newsevents_catnav li a:hover {
	color: #6E617F;
}
.facebook {
	padding-top: 50px;
}

@media (max-width: 768px) {
.newsevents_catnav ul {
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0;
}
}
/*NEWS EVENT TITLE*/
.newsevents-title h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 45px;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
}
/*NEWS EVENT TITLE*/
.newsevents article {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 5px;
}
.newsevents article img {
	margin-bottom: 25px;
}
.newsevents article time {
	font-size: 25px;
	margin-bottom: 10px;
	display: inline-block;
}
.newsevents article h3 {
	font-size: 35px;
	font-weight: 300;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.newsevents article p {
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
}
.separator {
	height: 15px;
	background-color: #eee;
	clear: both;
	margin-bottom: 25px;
}
/*PRESS*/
.bio-download-images img {
	margin-bottom: 25px;
}
.press-title {
	text-align: center;
	margin-bottom: 25px;
}
.press-title h2 {
	font-family: "Lato", sans-serif;
	font-size: 45px;
	font-weight: 300;
	padding: 0;
}
.press-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
}
.press-kit {
	text-align: center;
}
.press-kit a {
	font-size: 18px;
	display: inline-block;
	border: 0px solid #ccc;
	padding: 10px 10px;
	margin: auto;
	background-color: #6E617F;
	border-radius: 10px;
	color: #fff;
	box-shadow: 2px 2px 2px #ccc;
}
.press-contact {
	margin-bottom: 50px;
}
.press-contact p {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 0;
}
/*NAVIGATION*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 12px;
}
.navigation .alignleft {
	float: left;
	padding-left: 25px;
}
.navigation .alignright {
	float: right;
	padding-right: 25px;
}
.navigation a {
	font-size: 16px;
	color: #333;
	font-weight: 300;
}
/*RECENT ARTICLES*/
.recent-articles-title {
	text-align: center;
	padding-bottom: 10px;
}
.recent-articles p {
	font-size: 16px;
	font-weight: 300;
	line-height: 150%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-left: 120px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100px auto;
}
.recent-articles p:last-child {
	border-bottom: 0px solid #ccc;
	padding-bottom: 10;
}
.recent-articles p a {
	color: #6E617F;
	display: block;
}
.article-col {
	padding-top: 20px;
}
.recent-articles p span {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.recent-articles .click_details {
	font-weight: bold;
	display: block;
	padding-top: 10px;
}
/*VIDEOS*/
.videos-title {
	padding-bottom: 25px;
}
.videos-title h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 35px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
article.video-item {
	margin-bottom: 40px;
}
article.video-item h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 25px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
article.video-item p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 150%;
}
article.video-item iframe {
	width: 560px;
	margin: auto;
	display: block;
}

@media (max-width: 1400px) {
article.video-item iframe {
	width: 460px;
}
}

@media (max-width: 1200px) {
article.video-item iframe {
	width: 460px;
}
}

@media (max-width: 992px) {
article.video-item iframe {
	width: 560px;
	margin: auto;
	display: block;
	margin-bottom: 25px;
}
}

@media (max-width: 768px) {
article.video-item iframe {
	width: 100%;
	margin: auto;
	display: block;
	margin-bottom: 25px;
	height: 264px;
}
article.video-item {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
}
/*RESOURCES*/
.resources-title {
	padding-bottom: 10px;
}
.resources-title h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 35px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.resources-text {
	padding-bottom: 50px;
}
.resources-text p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 150%;
}
article.resource-item {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
article.resource-item h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
article.resource-item p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 150%;
}
article.resource-item img {
	width: 150px;
	height: 150px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*EXHIBITION NEWS*/
.container.exh {
	padding-bottom: 0;
}
.container.exh.first {
	padding-top: 70px;
}
.exhibitions-title {
	padding-bottom: 30px;
}
.exhibitions-title h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 35px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.exhibitions-text {
	padding-bottom: 50px;
}
.exhibitions-text p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 150%;
}
article.exhibition-item {
	margin-bottom: 20px;
	padding-bottom: 15px;
}
article.exhibition-item h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
article.exhibition-item p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 150%;
}
article.exhibition-item img {
	width: 150px;
	height: 150px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.line {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
article.exhibition-item {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
article.exhibition-item:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0;
	margin-bottom: 25px;
}
.article-col {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.article-col:last-of-type {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.clearfix.line {
	display: none;
}
}

/*# sourceMappingURL=styles.css.map */
