/* Add here all your CSS customizations */

/* ----------------------------------------------------------------
    Divider
-----------------------------------------------------------------*/
div.ctct-form-embed div.ctct-form-defaults {
    background-color: none;
}

.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #666;
    width: 100%;
}

.divider:after,
.divider.divider-center:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #ccc;
}

.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center;
}

.divider a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.divider a:hover { color: #888; }


/* Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center { text-align: center; }

.divider.divider-center:before {
    left: -50% !important;
    right: 0;
    margin-left: -20px;
}

.divider.divider-center:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
}

/* Divider - Rounded Icon
-----------------------------------------------------------------*/

.divider.divider-border:after,
.divider.divider-border.divider-center:before {
    top: 19px;
    left: 40px;
}

.divider.divider-border i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #666;
    border-radius: 50%;
}


/* Divider - Rounded & Border
-----------------------------------------------------------------*/

.divider.divider-border { color: #666; }

.divider.divider-border i {
    line-height: 38px;
    background-color: transparent;
    border: 1px solid #666;
	}

.lead {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
	border-bottom: 1px solid #721212;
	}

/* Misc
-----------------------------------------------------------------*/

.page-top .lead {
	border-bottom: none;
	}

@media (min-width: 768px) {
	.lead {
		font-size: 28px;
	}
}

.map-wrapper{
  width: 100%;
	  margin: 0 auto;
}

#map_container{
  position: relative;
	}

#map{
	min-height: 300px;
    height: 0;
    overflow: hidden;
    padding-bottom: 32.25%;
    padding-top: 50px;
    position: relative;
	}

.quote {
	padding: 35px 15px;
	font-size: 21px;
	color: #721212;
}

.quote i {
	font-size: 14px;
	text-transform: capitalize;
	color: #333;
}


.selected {
	background-color: #eeeeee;
}

.MagicScroll {
	margin-top: 15px;
}

.MagicScroll img {
	border: 1px solid #ccc;
	margin: 0 2px 0 2px;
}

.exhibit_thumb {
	width: 50px;
	padding-right: 5px;
}

.pull-left {
	margin-right: 15px;
	margin-bottom: 5px;
}


/* Page Top Custom - Create your Own */
.page-top.custom-product {
	background-image: url(../images/site/custom-header-bg.jpg);
	background-position: 50% 50%;
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #721212;
	overflow: hidden;
}


.page-top.custom-product.library-collections {
	background-image: url(../images/site/hdr_library_collections.jpg);
	background-position: 50% 50%;
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #721212;
	overflow: hidden;
}

.page-top.custom-product.exhibitions {
	background-image: url(../images/site/hdr_exhibitions.jpg);
	background-position: 50% 50%;
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #721212;
	overflow: hidden;
}

.page-top.custom-product.volunteers {
	background-image: url(../images/site/hdr_volunteers.jpg);
	background-position: 50% 50%;
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #721212;
	overflow: hidden;
}

.art_detail .artist {
	color: #000;
}


.thumb-info-caption h5 {
	margin: 10px 0 0 10px;
	
}

.centered {
	text-align:center;
}

.presslink {
	margin-top: -20px;
}


.ex_images {
	position: relative;
	width: 500px;
    height: 640px;
}

.ex_images div {
    position: absolute;
    top: 0;
    left: 0;
    }


li.col-sm-4.col-xs-12.isotope-item.leadership {
	height: 400px;
}

.img-thumbnail {
	/*-- border: 1px solid #ddd;
	border-radius: 4px; --*/
	
}

pull-left-nomargin {
	margin-right: 15px;
}

