/*
Theme Name: MoAD.
Theme URI: http://www.moadsf.org/
Description: Museum of the African Diaspora
Version: 1.0
Author: Creative B'stro
Author URI: http://www.bstro.com/
*/

/* ==========================================================================
	 Author's custom styles
========================================================================== */
	 
/*****FONTS*****/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:,300,400,600,700);

/***iphone/ipad fix***/

input {
    border-radius: 0;
	border: 0;
}
/*****GLOBAL*****/

body {
	color: #635f5a;
	font: 15px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #f1f1f1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 2.667em;
}

h2 {
	font-size: 1.867em;
}

h3 {
	font-size: 1.467em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.13em;
}

h6 {
	font-size: 0.8em;
}

ul {
		margin:0;
}

li { 
	font-weight: 300;
	line-height: 25px;
}

table {
	width: 100%;
	margin-bottom: 25px;
}

table thead tr, table thead tr td {
	color: #605b4e;
	background: #ffe16b;
	font-size: 1.067em;
	font-weight: 600;
	line-height: 0.7;
	text-transform: uppercase;
	padding: 11px;
	border-bottom: 6px solid #fff;
	border-right: 5px solid #fff;
}
	
tr:nth-child(odd) {
	background: #f1f1f1;
}

tr:nth-child(even) {
	background: #ffffff;
}

table.nostyle thead tr, table.nostyle thead tr td {
	color: #605b4e;
	background: #000;
	font-size: 1.067em;
	font-weight: 600;
	line-height: 0.7;
	text-transform: uppercase;
	padding: 5px;
	border-bottom: 0px;
	border-right: 0px;
}
	
table.nostyle tr:nth-child(odd) {
	background: #ffffff;
}

table.nostyle tr:nth-child(even) {
	background: #ffffff;
}
table.nostyle td {
	border-right: 0px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	padding: 5px;
	color: #605b4e;
}

td {
	border-right: 5px solid #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	padding: 11px;
	color: #605b4e;
}

table strong {
	font-weight: 400;
}


.btn, .gform_button.button {
	background-color: #b95684;
	color: #ffffff;
	font-size: 1em;
	background-image: none;
	text-shadow: none;
	border-radius: 0px;
}
.btn:hover, .btn:active{
	background-color: #853b5e;
	color: #ffffff;
}

.btn.white {
	background-color: #ffffff;
	color: #b95684;
	border: 1px solid #b95684;
}

figcaption {
	font-size: 0.933em;
	font-style: italic;
}

a {
	color: #b95684;
	font-weight: normal;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #612f46;
}

.container-fluid {
		max-width: 1200px;
}

.max-container {
		margin: 0 auto;
}

.form-control {
		border: none;
		border-radius: 0;
		box-shadow: none;
		margin: 0 5px;
		padding: 6px 12px;
		transition: none;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: 400;
}

.highlight-y {
	color: #ddb230;
	font-weight: 400;
}

hr {
	border: 1px solid #e0e0e0;
    clear: both;
    display: block;
    margin: 35px 0;
}
/*****HEADER******/

.header-container {
	background: #ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	position: fixed;
	z-index: 999;
}
@media (max-width: 768px) {
	.header-container{
		max-height: 100%;
		overflow-y: scroll;
	}
}

.header-container .row {
	padding: 0;
	margin-bottom: 10px;
}

.header-container > .container-fluid > .row {
	margin-bottom: 0;
}

.header {
		max-width: 940px;
		margin: 0 auto;
}

.logo {
		margin: 20px 0 10px;
}
.header .logo{
		height: 55px;
		width: 236px;
}
.nav-container {
		display: inline;
		padding-top: 9px;
}

.nav-container .sec-nav {
	margin: 10px 0 15px;
}
.navbar-toggle {
	padding: 15px 15px 0 0;
	margin: 0;
}
.navbar-toggle i.fa-reorder{
	display: none;
}

.navbar-toggle.collapsed i.fa-times{
	display: none;
}

.navbar-toggle.collapsed i.fa-reorder {
	color: #b9b9b9;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: block;
}

.navbar-toggle i.fa-times {
	color: #b9b9b9;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: block;
}


.navbar-collapse {
	float: right;
}

.navbar-collapse.col-sm-8 {
	width: 66.66666667%;
	position: static;
}


.navbar-toggle:hover .navbar-toggle:active{
	cursor: pointer;
}

.navbar-toggle .icon-bar {
	background-color: #b9b9b9;
	height: 0px;
	width: 25px;
}

.navbar-toggle.collapsed .icon-bar {
	height: 3px;
}

#menu-secondary-navigation {
	margin: 0;
	padding-right: 5px;
}

#menu-secondary-navigation li {
	padding-left: 10px;
	padding-right: 10px;
}

#menu-secondary-navigation li a {
		color: #ababab;
		font-size: 14px;
}

#menu-secondary-navigation li a:hover, #menu-secondary-navigation li a:active {
		color: #6b6b6b;
}

.top-cart {
		color: #ababab;
	line-height: 2;
	padding-right: 20px;
}
.top-cart a, .top-cart a:hover, .top-cart a:active{
	color: #ababab;
}

.nav-menu {
		margin-bottom: 0;
}

.nav-menu > li > a {
	color: #737373;
	font-size: 1.133em;
	display: block;
	line-height: 1em;
}

.nav-menu > li > a > .nav-border{
		padding: 0 32px;
}

.nav-menu li:last-child a .nav-border {
	padding-right: 20px;
}

.nav-menu > .menu-item:hover:after , .nav-menu > .menu-item:active:after {
	background: url("img/menu-arrow.png");
	width: 15px;
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 45%;
	content: "";
}

.nav-menu > .menu-item > a {
	display: block;
	padding: 0 0 21px 0;
}

.nav-menu > .menu-item > a:hover , .nav-menu > .menu-item > a:active{
	text-decoration: none;
}

.nav-menu > .menu-item a span {
		border-left: none;
}

.nav-menu > .menu-item + .menu-item > a span {
	border-left: 1px solid #cfcfcf;
}

.nav-menu li a.current-menu-item {
	color: #c79602;
}

.nav-container .prim-nav {
		margin: 0;
}

.header-container > .container-fluid {
		position: relative;
}

.mobile-nav-btn, .donate-sm {
		display: none;
}

.mobile-nav-search {
		display: none;
}

.nav-menu {
		list-style: none;
		margin-bottom: 0;
		float: right;
		padding-left: 0;
}

.nav-menu > li {
		float: left;
		position: relative;
}

.nav-menu > li > .sub-menu {
		display: none;
		padding: 0;
		position: absolute;
		width: 570px;
		background-image: url("img/overlay_bg2.png");
		z-index: 500;
		top: 100%;
}

.nav-menu .sub-menu {
		list-style: none;
}

.nav-menu .sub-menu li {
		margin-left: 0;
}

.nav-menu .sub-menu li a {
	border: none;
}

.nav-menu .sub-menu .sub-menu {
		padding-left: 0;
}

.nav-menu .col-left .sub-menu,.nav-menu .col-right .sub-menu {
		position: relative;
}

.nav-menu .textwidget{
    background: #ffffff;
	margin: 15px;
	padding: 15px;
}

.nav-menu .textwidget, .nav-menu .textwidget p{
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}

.nav-menu .textwidget h4 {
	color: #cca332;
	font-size: 1.2em;
	margin-bottom: 2px;
    margin-top: 15px;
}

.nav-menu .textwidget a {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #b95684;
    background-image: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 1em;
    text-shadow: none;
	margin-top: 5px;
}

.nav-menu .textwidget a.btn:hover, .nav-menu .textwidget a.btn:active{
	background-color: #853b5e;
	color: #ffffff;
}
.nav-menu .col-left > a, .nav-menu .col-right > a, .nav-menu .col-right a .nav-border,
.nav-menu .col-right .menubar-widget-title, .multimedia-menu .menubar-widget-title{
	display: none;
}

.nav-menu .col-left, .nav-menu .col-right{
		width: 50%;
		float: left;
}

.nav-menu .col-left {
		background: none;
		padding: 20px 0 20px;
}

.nav-menu .col-left > .sub-menu li a {
		color: #ffffff;
		font-weight: 600;
		padding: 6px 15px 6px 15px;
		margin-left:15px;
		display: block;
}

.nav-menu .col-left li a:hover, .nav-menu .col-left li a:active{
		background: #B95684;
}
.nav-menu .col-left li.resources-donors {
		margin-bottom: 0;
}

.nav-menu .col-left li.resources-donors p a {
		display: inline;
		padding-right: 0;
}

.nav-menu .col-left li.resources-donors p a:hover, .nav-menu .col-left li.resources-donors p a:active {
		background: none;
}
.nav-menu .sub-menu .title > a {
		background: #5ebad4;
		padding: 20px;
		color: #ffffff;
		font-size: 18px;
		margin-bottom: 0;
		width: 100%;
		display: block;
		cursor: default;
}

.nav-menu .sub-menu a:hover, .nav-menu .sub-menu a:active {
		text-decoration: none;
}
.nav-menu .col-left .small {
		font-size: 10px;
}

.nav-menu .col-left .resources-donors .registration {
		text-transform: capitalize;
		font-weight: normal;
		color: #e87835;
		letter-spacing: normal;
}

.nav-menu .menu-third-level .sub-menu li a:before {
		content: "\00a0 \00a0 \00a0 \002022 \00a0 \00a0 \00a0";
		color: #5ebad4;
}

.nav-menu .menu-fourth-level .sub-menu li a:before {
		content: "\002022 \00a0 \00a0 \00a0";
}

.nav-menu .col-left .menu-fourth-level .sub-menu li a {
		padding-left: 30px;
		padding-right: 0;
		letter-spacing: -0.5px;
}

.nav-menu .col-left .menu-third-level .sub-menu a {
		font-weight: normal;
		text-transform: capitalize;
		color: #494949 !important;
		display: inline-block;
		letter-spacing: 0px;
		width: 100%;
		font-size: 14px;
}

.nav-menu .col-right {
}

.nav-menu .col-right .inner {
		background: #ffffff;
		margin: 15px 15px 15px 0;
}


.nav-menu > .menu-item:hover .sub-menu , .nav-menu > .menu-item:active .sub-menu {
		display: block;
}

.mobile-nav-back-container {
		background: #ffffff;
}
.mobile-nav-back {
		display: none;
}

.desktop-header-search {
	margin-right: 20px;
	position: relative;
	line-height: 1.5;
}

.desktop-header-search .search-box {
	float: right;
}

.desktop-header-search .search-toggle {
		float: right;
}

.desktop-header-search .screen-reader-text:hover , .desktop-header-search .screen-reader-text:active {
		text-decoration: none;
		color: #6b6b6b;
}
.desktop-header-search .screen-reader-text {
	font-size: 12px;
		width: 10px;
		color: #959595;
		overflow: hidden;
		width: 20px;
		height: 18px;
		padding: 5px 3px 0;
}
.desktop-header-search .search-form label span, .desktop-header-search .search-form .search-submit {
		display: none;
}

.desktop-header-search .search-field {
	background-color: #efefef;
		height: 24px;
		margin: 0 5px;
		font-weight: normal;
		font-size: 11px;
		border: none;
		padding-left: 6px;
}

.desktop-header-search .search-form label {
	margin: 0;
}

.nav-menu .overview { display: none;}

.header-pushdown {
	min-height: 75px;
}



/*****SLIDER*****/
.slideshow, .slideshow-basic-page {
	width: 100%;
	max-height: 734px;
}
.slider {
	position: relative;
	
}

.slide {
	width: 100%;
	max-height: 734px;
	height: 734px;
	overflow: hidden;
}

.slide img {
	width: 100%;
	height: auto;
}

.cycle-overlay {
	width: 533px;
	position: absolute;
	z-index: 200;
	bottom: 50px;
	background-image: url("img/overlay_bg.png");
	padding: 15px 15px 10px;
}

.caption .title, .caption .description, .caption a {
	color: #fff;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;
}

.caption .description {
	margin-bottom: 0;
	margin-top: 12px;
	font-size: 18px;
	line-height: 22px;
}
.caption .title {
	text-transform: uppercase;
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 0;
}

.caption .col-cont {
	display: inline-block;
	width: 100%;
}
.caption .col-left, .caption .col-right {
		float: left;
}

.caption .col-left {
	width: 75%;
}

.caption .col-right {
		width: 25%;
		position: relative;
		height: 41px;
}

.caption .slide-meta {
	color: #ffe16b;
	font-size: 14px;
	text-transform: uppercase;
}

.button {
	background-color: #b95684;
}
.button:hover, .button:active{
	background-color: #853b5e;
}
.caption .button {
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px 20px;
}
.slider-nav-container {
	position: absolute;
	z-index: 199;
	width: 100%;
	bottom: 40px;
	left: 0;
}

.slider-nav {
	max-width: 1170px;
	margin: 0 auto;
	display: block;
	padding: 0 10px;
}

.slider-nav-items {
	float: right;
}
.slider-nav a {
	font-family: 'FontAwesome';
	font-size: 60px;
	color: rgba(0,0,0,0.7);
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7);
}

.slider-nav a:hover {
	color: #666666;
}


.slider-nav a.slider-nav-prev {
	margin-right: 30px;
}

/*basic page*/
.page-template-default .caption .col-right,
.page-template-default .caption .slide-meta{
	display: none;
}

.page-template-default .caption .col-left{
	width: 100%;
}

.ftrd-img {
	min-height: 540px;
}

@media (max-width: 959px) {
	.ftrd-img {
		min-height: 0;
	}
}
/*.page-template-default .cycle-overlay {
	background: none;
	padding: 0;
}*/
@media (max-width: 711px){
	.slider-nav-container {
		bottom: 3px;
		z-index: 201;
		width: auto;
		left: auto;
		right: 0;
	}
	.slider-nav a {
		color: rgba(255,255,255,0.5);
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	}
	.caption .description {
		margin-top: 0;
		margin-bottom: 10px;
	}
}

@media (max-width: 711px){
	.home .home-page .blog-cal .cal-item {
		border: none;
		border-bottom: 2px solid #cccccc;
		display: block;
		padding: 20px;
		margin: 0;
	}
	
	.home .home-page .blog-cal .cal-right-col .cal-item:last-child {
		border: none;
	}
	
	.home .home-page .blog-cal .cal-right-col {
		padding: 0;
	}
}
/*****MAIN CONTENT*****/
.row {  
	background-color: #fff;
	margin-bottom: 30px;
}

.home .home-page .home-intro-wrapper {
	padding: 15px;
	background: #ffffff;
}

.home-intro {
	padding: 0px;
	height: 220px;
	background-color: #ffffff;
}

.home-intro h2 {
	font-size: 1.5em;
	color: #bd588c;
	margin-top: 0px;
}

.home-intro p {
	font-size: 1.467em;
	font-weight: 300;
	line-height: 35px;
}

.home-info {
	font-size: 1.067em;
	padding: 20px 30px;
	font-weight: 300;
	height: 220px;
	background-color: #ffffff;
}


.home-info a {
	clear: both;
	display: block;
}

.block-title {
	font-size: 1.333em;
}

.blog-wrapper .block-title {
	padding: 0 30px;
	margin-bottom: 0px;
}

.blog-meta {
	color: #c79602;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.blog-title {
	font-size: 1.067em;
}

.blog-wrapper {
	border-right: 12px solid #f7f7f7;
	padding: 0;
}

.blog-item {
	border-bottom: 2px solid #e5e5e5;
	padding: 20px 7px;
	display: block;
	margin:0px -22px;
}

.blog-item + .blog-item {
	border-bottom: none;
}

.blog-item .col-md-4 {

}
.blog-item .col-md-8 {

}

.blog-title,
.cal-meta,
.cal-label {
	color: #635f5a;
	margin-top: 0;
}
.content-box p.blog-title{
margin-bottom: 7px;
}
.cal-wrapper {
	padding-right: 0px;
	padding-left: 0px;
	background: #ffffff;
}

.cal-right-col {
	border-left: 1px solid #e5e5e5;
	padding: 0 20px;
}
.cal-feature {
	border-right: 1px solid #e5e5e5;
	position: relative;
	height: 100%;
	min-height: 100%;
	padding: 0 20px;
}
.event-location{
	font-size: 13px;
	font-weight: 400;
	color: #635f5a;
}
.cal-item:first-child {
	border-bottom: 2px solid #e5e5e5;
}

.cal-item {
	margin: 0 -20px;
	padding: 20px;
	display: block;
}

.cal-feature .cal-item {
	border-bottom: none;
	width: auto;
}

.cal-item .row {
	margin: 0 -20px;
}

.cal-item .row div{
	padding: 0 20px;
}

.cal-right-col .cal-item .row div {
    margin: 0 -20px;
    padding-left: 40px;
}

.cal-right-col .cal-item .cal-meta {
    margin-left: 20px;
}
.cal-meta {
	background-color: #ffe16b;
	display: inline-block;
}

.cal-mth {
	background-color: #efcb3b;
	text-transform: uppercase;
    color: #605b4e;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    padding: 4px 5px;
    text-shadow: none;
}
.cal-day {
    font-weight: 400;
    padding: 0 0 0.2em;
}

.cal-date {
    font-size: 2em;
    font-weight: 600;
    padding: 4px 8px;
	line-height: 1em;
}

.cal-label {
	text-transform: uppercase;
}

.cal-img {
	margin-bottom: 15px;
	width: 100%;
}

.cal-mth,
.cal-day,
.cal-date {
	margin: 0 -15px;
	display: block;
	text-align: center;
	font-size: 0.867em;
}

.cal-date {
	font-size: 2em;
}

.cal-title {
	font-size: 1.467em;
}

.home-page .cal-title {
	line-height: 28px;
	margin-top: 10px;
}

.sections-container .cal-title {
	margin-top: 10px;
	line-height: 1.275;
}

.calendar-box .event-location {
	font-size: 13px;
	font-weight: 400;
	color: #635f5a;
}

.cal-feature .cal-meta {
	position: absolute;
	top: 20px;
	left: 35px;
	z-index: 10;
}

.cal-wrapper .read-more {
	bottom: 20px;
	display: inline-block;
	position: absolute;
	padding: 0 10px;
}
.row.cards-wrapper .card {

}
.card {

	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
	padding: 0px;
	height: 100%;
	-webkit-user-select: none;
	-webkit-touch-callout: none; 
}

.card .title {
	float: left;
	position: absolute;
	z-index: 8;
	color: #fff;
	width: 100%;
	margin: 0;
	line-height: 0.8;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	font-weight: 700;
	-webkit-user-select: none;
-webkit-touch-callout: none; 
}

.card .hover,
.card .mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #853b5e;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
-webkit-user-select: none;
-webkit-touch-callout: none; 
}

.card .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.card:hover .mask , .mask.hover_effect {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.card .hover {
	z-index: 10;
	background-color: transparent;
	margin: auto;
	height: 100%;
}

.card:hover .title, .title.hover_effect {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.card img, .card .title {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 100%;
}
.card img{

}
.card p {
	font-size: 1.1333em;
	font-weight: 600;
}

.card:hover img, .card img.hover_effect {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.card:hover h2.hover-title, .card:hover p, .card:hover a,  .card h2.hover-title.hover_effect , .card p.hover_effect ,  .card a.hover_effect {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.card:hover p, .card p.hover_effect {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
	color: #ffffff;
	padding: 0px 15px;
	line-height: 1.3;
	font-weight: 400;
}

.card h2.hover-title {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #ffffff;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 3.2em;
}

.card p {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.cta-wrapper {
	padding: 15px 0px;
}

.cta {
	overflow: hidden;
	display: block;
	padding: 0px 12px;
}

.cta img {
	width: 100%;
}

.cta-wrapper .mask {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0px 12px;
	left: 0;
}

.cta-wrapper .mask .inner {
	background-color: #000000;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	padding: 15px;
	color: #ffffff;
}

.cta-wrapper h2 {
	font-size: 1.333em;
}

.cta:hover .mask .inner, .mask .inner.hover_effect {
	background-color: #853b5e;
}

.cta h2 {
	margin: 0;
}

@media (max-width: 768px){
	.home-intro {
		padding: 30px;
	}
	.cal-item:first-child {
		border: none;
	}
	.cal-item {
		display: none;
	}
	.cal-item:first-child {
		display: block;
	}
	.cal-feature .cal-item{
		display: block;
	}
	
	.blog-item .blog-excerpt  {
		width: 100%;
	}
}
/*****PAGE TEMPLATE*****/

.page .row {
	background: none;
}
.sidebar-row {
	margin-bottom: 0;
}
.hero-img, .hero-img-with-caption img {
	width: 100%;
	height: auto;
}
 
.main-content {
	padding: 0 15px;
}

.page-content {
	background: #fff;
	padding: 0 55px 55px;
}

	.breadcrumb {
		background-color: #fff;
		border-radius: 0;
		list-style: none outside none;
		margin-bottom: 20px;
		padding: 15px 0 0;
		font-size: 14px;
		margin-left: -5px;
	}
	
	.breadcrumb span {
		padding: 0 5px;
	}
	
	.breadcrumb span span {
		padding: 0;
	}
	
	.page-content h1, .calendar-top h1 {
		color: #c79602;
		font-size: 2.667em;
	}
	 .calendar-top h1 {
	 	margin-left: 15px;
	 }
	.page-content .content-container .hero-text,
	.page-content .hero-text{
		font-size: 1.467em;
		line-height: 1.7;
		font-weight: 300;
		color: #8d867c;
	}
	
	.page-content p {
		font-weight: 300;
		line-height: 25px;
		margin-bottom: 25px;
	}
	
	.page-content h4 {
		text-transform: uppercase;
	}
	
	.page-content h1, .page-content h2, .page-content h3, .page-content h4,
	.page-content h5, .page-content h6 {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.page-content h2, .page-content h3, .page-content h4, .page-content h6{
		font-weight: 300;
	}
	
	.page-content h5 {
		font-weight: normal;
	}
	
	.page-content ul, .page-content ol {
		margin-bottom: 25px;
	}
	
	.page-content li {
		margin-bottom: 10px;
	}
	
	.page-content table thead tr {
		background: #ffe16b;
		text-transform: uppercase;
	}
	
	.page-content table thead tr td {
		font-weight: 400;
	}
	
.wp-caption {
		background: #f1f1f1;
		border: none;
		margin: 0;
		padding-top: 0;
		text-align: center;
		margin-top: 8px;
}

.wp-caption-text {
	padding: 5px 0;
	margin: 0 0 50px;
	font-style: italic;
}

blockquote {
	color: #c79602;
	font-size: 1.400em;
	font-style: italic;
	font-weight: 300;
	padding: 20px;
	margin: 0 auto 10px;
	border-left: none;
}

	.page-content blockquote p {
		line-height: 35px;
	}
	
	.quote-info {
		font-size: 15px;
		color: #635f5a;
		font-style: normal;
	}
	
	.quote-info strong {
		text-transform: uppercase;
	}
cite a {
	color: #635f5a;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

cite a span.cite-title {
	text-transform: lowercase;
	font-weight: 300;
}

li a {
	font-weight: normal;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright .wp-caption-text,
.alignleft .wp-caption-text{
	margin-bottom: 0;
}

.main-content .page-content img.half-width {
	width: 47%;
	height: auto;
	margin-bottom: 10px;
	padding-top: 8px;
}

.main-content .page-content img.half-width.alignright,
.main-content .page-content .half-width-caption.alignright{
	float: right;
	margin-left: 3%;
}

.main-content .page-content img.half-width.alignleft,
.main-content .page-content .half-width-caption.alignleft{
	float: left;
	margin-right: 3%;
}

.main-content .page-content .half-width-caption {
	width: 47%;
}

.main-content .page-content .wp-caption p {
	margin-bottom: 0;
}

.wonderplugingallery div[class*="html5gallery-container-"] {
	background: #f1f1f1;
}

.wonderplugingallery div[class*="html5gallery-title-text-"] {
	display: none;
}

.wonderplugingallery div[class*="html5gallery-description-text-"] {
	overflow: auto;
	color: #635f5a;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
    padding: 10px;
    text-align: center;
    white-space: normal;
}

.wonderplugingallery div[class*="html5gallery-car-list-"] {
	background-color: #f1f1f1;
	border: none;
}

.wonderplugingallery div[class*="html5gallery-car-"] {
	background: transparent;
	border: none;
}

.wonderplugingallery div[class*="html5gallery-car-left-"] {
	background: url("img/carousel_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.wonderplugingallery div[class*="html5gallery-car-right-"] {
	background: url("img/carousel_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.wonderplugingallery div[class*="html5gallery-car-mask-"] {
	top: -12px;
}

.mm-detail .wonderplugingallery div[class*="html5gallery-car-mask-"] {
    top: -4px;
}
.page-content .mejs-container, .page-content .mejs-embed, .page-content .mejs-embed body, .page-content .mejs-container .mejs-controls {
	background: #474747;
}
iframe.soundcloud{
	margin: 25px 0px;
}

.no-sidebar-featured-img {
	height: 350px;
}
/*****SIDEBAR*****/

.primary-sidebar .widget {
	background: #fff;
	margin: 0 0 24px 0;
	padding: 22px;
}

	.widget h2 {
		color: #b95684;
		font-weight: 300;
	}
	
	.widget p {
		font-weight: 300;
		line-height: 1.7;
	}

.primary-sidebar .widget-nav {
	margin-top: 0;
	padding-top: 30px;
	height: 100%;
	margin-bottom: 0;
}
	.widget-nav .sidebar-title {
		color: #c79602;
		font: 2.133em "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 0 0 25px;
		line-height: 0.7;
	}
	
	.widget-nav p {
		font: 300 1.200em/1.5em "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	.widget-nav ul {
		padding: 0;
		margin: 55px 0 0;
		list-style-type: none;
	}
	
	.widget-nav ul li a {
		display: block;
		line-height: 2.20em;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	.widget-nav ul li a:hover, .widget-nav ul li a:active,
	.widget-nav ul li.current_page_item > a{
		color: #737373;
		background: url("img/side-menu-arrow.png") #f1f1f1 no-repeat center left;
		padding: 0 0 0 15px;
	}
	.widget-nav ul.children{
		margin: 0px 0 0;
		padding: 0 0px 0px 25px;
	}
.primary-sidebar .widget-cal {
	padding: 0;
}
	.widget-cal .side-cal-title{
		color: #8d867c;
		font-size: 20px;
		font-weight: 300;
		padding: 22px 0 0 22px;
		margin-top: 0;
	}
	
	.page-template-page-home-php .blog-box {
		border-right: 12px solid #f1f1f1;
		overflow: hidden;
		background: #ffffff;
	}
	.page-template-page-home-php .blog-box .blog-container{
		padding:20px 7px;
	}
	 .blog-box  .side-cal-title{
		color: #8d867c;
		font-size: 20px;
		font-weight: 300;
		padding: 0px 0 0px 0px;
		margin-top: 0;
		margin-bottom: 0px;
	}
	
	
	.blog-link.col-sm-12, .blog-link.col-md-12{
		padding: 0px  22px 0 22px;
	}
	.widget-cal .cal-item {
		border-top: none;
		margin: 0;
	}
	
	.widget-cal .cal-item + .cal-item {
		border-top: 2px solid #e5e5e5;
	}
	
	.widget-cal .read-more {
		display: block;
		padding: 0 0 15px 25px;
	}
	
	.widget-cal .cal-time-place,
	.widget-cal .cal-label{
		color: #635f5a;
		font-size: 14px;
	}
	
	.widget-cal .cal-info {
		margin-top: 5px;
	}
	
	@media (max-width: 768px){
		.blog-box img {
			display: none;
		}
	}
.single-ai1ec_event .box-item .timely
{
	display: none;
}
.primary-sidebar-bottom{
	margin-top: 30px;
}

.calendar-top {
		background-color: #fff;
		display: block;
		float: left;
}
.calendar-top-nav {
		background-color: #fff;
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 15px;
}
.calendar-top-nav-wrapper {
		
		display: block;
		padding: 12px 10px 7px;
		border-top: 2px solid #f1f1f1;
}

.both-sidebars .widget-nav {
	margin-bottom: 30px;
}

/*****SECTIONS PAGE TEMPLATE*****/

.section-page .sidebar-row {
	margin-bottom: 30px;
}
.top-content{
	height: 100%;
}
.top-content img {
	height: auto;
	width: 100%;
}

.content-box {
	background: #fff;
	height: 100%;
    padding: 5.9%;
	overflow: hidden;
}
.content-box table {
	width: 100%;
	margin-bottom: 17px;
}
.content-box td {	
	padding: 5px 11px;
}
.content-box p{
font-weight: 300;
line-height: 25px;
margin-bottom: 20px;
}
.content-box .btn{
	clear: both;
}
.box-item a.post-edit-link{
	position: absolute;
	top: -16px;
	line-height: 1;
	padding: 2px 10px;
	font-size: 12px;
	background-color: #fff;
}
.content-box.widget-cal{
	padding: 0px 0px 20px 0px;
}
.content-box p:last-child{
	margin-bottom: 0;
}
	.box-item {
		margin-bottom: 30px;
	}
.card.box-item {
		margin-bottom: 0px;
	}
	.box-title {
		font-size: 1.733em;
		line-height: 1.25;
		color: #b95684;
		margin: 0 0 5px;
	}
	
	.basic-box img {
		margin-bottom: 16px;
	}
	.basic-box img.main_img {
		width: 100%;
		height: auto;
	}	
	.full-image-box,  .full-image-box-2{
		padding: 0;
		position: relative;
		min-height: 400px;
	}
	.absolute_image{
		position: absolute;
	}
	
	.full-image-box .box-img-caption {
		background-color: #000000;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
		filter: alpha(opacity=80);
		opacity: 0.8;
		padding: 15px;
		color: #ffffff;
		padding: 18px 25px;
		position: absolute;
		bottom: 0px;
		width: 100%;
		font-size: 22px;
		font-weight: 300;
	}
	.full-image-box:hover .box-img-caption, .full-image-box:active .box-img-caption {
		background-color: #853b5e;
	}
	
	.full-image-box-2 .box-img-caption {
		color: #fff;
		background-image: url("img/overlay_bg.png");
		padding: 18px 25px;
		position: absolute;
		bottom: 0px;
		width: 100%;
		font-size: 22px;
		font-weight: 300;
	}
	
	.full-image-box-2 .box-img-caption {
		font-size: 15px;
		font-weight: 300;
	}
	 .full-image-box-2 p,.full-image-box-2.large-txt  p{
	 	color: #fff;
	 	font-size: 15px;
		font-weight: 300;
		line-height: 1.5;
		margin-bottom: 10px;
	 }
	 

	 .full-image-box-2.content-box .btn.left{
	 	display: none;
	 }
	 .full-image-box-2.content-box .btn.right{
	 	clear: none;
	 	margin-left: 10px;
	 	float: right;
	 	display: block;
	 }
	.full-image-box-2 .box-img-caption h2{
		color: #fff;
		font-size: 1.733em;
		font-weight: 400;
		margin-top: 5px;
	}
	.full-image-box img, .full-image-box-2 img {
		width: auto;
		height: auto;
		float: left;
		max-width: none;
	}
	.full-bgimg{
	 background-repeat: no-repeat;
	 background-position: center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 100%;
  	width: 100%;
  	position: absolute;
	}
	

	.map-box {
		padding: 0;
	}
	.map-box  {
        position: relative;
        
    }
    .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height:100% !important; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100% !important; }
   
	.calendar-box .cal-feature {
		border: none;
	}
	
	.calendar-box .cal-feature .cal-item {
		padding: 0;
		margin: 0;
	}
	
	.calendar-box .cal-feature .cal-item div {
		padding: 0;
	}
	
	.calendar-box .cal-feature .cal-item .cal-meta {
		top: 0;
		left: 15px;
		min-width: 25px;
	}
	
	.yellow-bg {
		background-color: #ffe16b;
	}
	
	.grey-bg {
		background-color: #dedede;
	}
	
	.yellow-bg h2{
		font-size: 2.4em;
		margin-top: 0;
	}
	
	.grey-bg h2{
		color: #3f3c33;
	}
	
	.large-txt h2{
		font-size: 2.4em;
	}
	 .large-txt p{
		font-size: 1.1em;
		color: #3f3c33;
		line-height: 1.867em;
	}
	
	.blog-box h2 {
		padding: 0 15px;
		color: #8d867c;
		font-weight: 300;
	}
	
	.animated-image-box {
		padding: 0;
		min-height: 370px;
	}
	.animated-image-box .card{
		min-height: 370px;
	}
	.page-template-page-home-php .animated-image-box{
		height: 380px;
	}
	
	.heritage-center-content .box-item{
		max-height: 50%;
		height: 50%;
		width: 50%;
	}
	.animated-image-box .cardbg{
	 background-repeat: no-repeat;
	 background-position: center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 100%;
  	width: 100%;
	position: absolute;
  	}
  	
  	.animated-image-box .card:hover .cardbg,  .card .cardbg.hover_effect{
  		-webkit-transform: scale(1.1, 1.1);
   		-moz-transform: scale(1.1, 1.1);
   		-ms-transform: scale(1.1, 1.1);
   		-o-transform: scale(1.1, 1.1);
   		transform: scale(1.1, 1.1);
   		-webkit-transition-duration: 1s; /* Safari */
    	transition-duration: 1s;
	}
	.animated-image-box .card .hover-title{
  		display: none;
	}
	.animated-image-box .card:hover .title, .animated-image-box .card .title.hover_effect{
		display: none;
	}
	.animated-image-box .card:hover .hover-title, .animated-image-box .card .hover-title.hover_effect{
		display: block;
	}
	.heritage-center-content .card{
		overflow:hidden;position: relative;
		cursor:default;
		min-height: 370px;
	}

	.heritage-center-content .card:hover p{
	 padding: 0px 20px;
	}
	.heritage-center-content .animated-image-box img{
		position: absolute;
		left:0px
	}
	.cards-wrapper{
		height: 100%;
	}
	.animated-image-box .card img {
		width: auto;
		height: auto;
		float: left;
		max-width: none;
	}
		
	.animated-image-box .card .hover .center {
		position: absolute;
		width: 100%;
	}

/*****BOARD MEMBERS PAGE*****/
.menu-board-of-directors-container {
	margin-top: 35px;
}

ul.profiles-menu {
	margin-bottom: 25px;
	list-style: none;
	padding-left: 0;
	height: 50px;
	border-bottom: 2px solid #e5e5e5;
}

.profiles-menu li {
	margin-right: 0;
	float: left;
	width: 33%;
}

.profiles-menu li:first-child a {
	text-align: left;
	display: inline-block;
}

.profiles-menu li a {
	padding: 6px 0;
	background: none;
	font-size: 1.333em;
	font-weight: 300;
	color: #635f5a;
	text-transform: uppercase;
	text-align: center;
	line-height: 15px;
	height: 50px;
	display: block;
	vertical-align:middle;
	padding-top: 17px;
}

.profiles-menu li a:hover , .profiles-menu li a:active {
	color: #494643;
}
.profiles-menu li.menu-item-two-lines a {
	padding-top: 10px;
}

.profiles-menu li.current_page_item a {
	color: #ccac4a;
	background: url('img/current_tab_arrow.png') center bottom no-repeat;
}

.board-profiles-list .staff-name {
	color: #635f5a;
	margin-bottom: 10px;
}

.board-profiles-list .profile p {
	margin-bottom: 10px;
}

.board-profiles-list .staff-name i {
	font-weight: 300;
}

@media (min-width: 960px) and (max-width: 1080px) {
	.profiles-menu li a {
		font-size: 1.1em;
	}
}

@media (min-width: 640px) and (max-width: 768px) {
	.profiles-menu li a {
		font-size: 1.25em;
	}
}

@media (max-width: 639px) {
	.profiles-menu li {
		float: none;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		border-top: 1px solid #cccccc;
		margin-bottom: 0;
	}
	
	.profiles-menu li.menu-item a{
		text-align: center;
		display: block;
	}
	
	ul.profiles-menu {
		border-bottom: 1px solid #ccc;
		height: auto;
	}
}
/*****Staff page*****/
.profiles-list{
	margin-top: 50px;
}
.profiles-list .profile{
	padding-bottom: 65px;
}
.staff-photo{
	max-width: 220px;
	width: 100%;
}
h2.staff-name{
	font-size: 22px;
	margin-bottom: 18px;
	line-height: 1;
	color: #b95684;
}
h3.staff-title{
	font-size: 18px;
	margin-bottom: 18px;
}
.profiles-list .profile .profile-read-more {
	cursor: pointer;
	display: none;
	display: block;
}

.profiles-list .profile .profile-read-more.collapsed {
	background: url("img/icon-accordion-closed.png") center right;
	background-repeat: no-repeat;
	width: 89px;
}

.profiles-list .profile .profile-read-more.expanded {
	background: url("img/icon-accordion-opened.png") center right;
	background-repeat: no-repeat;
	width: 80px;
}

/*****SPONSORS PAGE TEMPLATE*****/
.sponsors .row {
	margin-bottom: 5px;
}

.sponsors h3 {
	padding-left: 15px;
}

.sponsors .row:first-child > h3 {
	font-size: 1.867em;
}

.sponsor-simple {
	margin: 5px 0 15px;
}

.sponsor-simple .sp-link {
	width: 100%;
	overflow: hidden;
	border: 3px solid #f1f1f1;
	display: table !important;
}

.sp-link.no-expand {
	color: #b95684;
}

.sp-simple-title {
	width: 100%;
	height: 70px;
	padding: 15px 30px 15px 15px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.sponsor-simple .sp-plus, .sponsor-simple .sp-minus {
	top: 0;
	bottom: 0;
	margin: auto;
}

.sponsor-simple .sp-arrow {
	bottom: -32px;
	left: 50%;
}

.sponsor-simple .sp-link.active {
	border: 3px solid #b95684;
}

.sp-logo .sp-link {
	position:relative;
	display: block;
}

.sp-logo img {
	display: block;
	width: 100%;
	margin: 15px 0;
	border: 3px solid #f1f1f1;
}

.active img{
	border: 3px solid #b95684;
}

.sp-plus {
	background: url(img/sp-plus.png) no-repeat top;
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	height: 30px;
	width: 30px;
}

.sp-minus {
	background: url(img/sp-minus.png) no-repeat top;
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	height: 30px;
	width: 30px;
}

.sp-arrow {
	background: url(img/sp-arrow.png) no-repeat top;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -15px;
	display: block;
	width: 30px;
}

.sp-close {
	background: url(img/sp-close.png) no-repeat top;
	position: absolute;
	top: 15px;
	right: 25px;
	display: block;
	height: 30px;
	width: 30px;
}

.sp-hidden {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	margin: 0;
}

.sp-show {
	max-height: 1000px;
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	transition: max-height 1s;
	visibility: visible;
}

.sponsor-container {
	margin-bottom: 15px;
	clear: both;
}

.sponsor-container.sp-hidden {
	margin: 0;
}

.sponsor-detail {
	background-color: #f1f1f1;
	padding: 35px;
	margin: 0 0 45px;
}

.sponsor-container h4 {
	margin: 0 0 15px;
	font-size: 1.667em;
	text-transform: none;
}

.sponsor-container .sp-website {
	float: left !important;
	margin-bottom: 10px;
}

.sponsor-container .sp-social-links {
	list-style: none;
	margin: 0;
}

.sponsor-container .sp-social-links li {
	display: inline;
}

.sponsor-container .sp-social-links li a {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.sponsor-container .sp-social-links > li:first-child a {
	margin-left: 0;
}

.sponsor-container .sp-social-links li a.facebook {
	background: url(img/sp-facebook.png) no-repeat top;
}
.sponsor-container .sp-social-links li a.twitter {
	background: url(img/sp-twitter.png) no-repeat top;
}
.sponsor-container .sp-social-links li a.youtube {
	background: url(img/sp-youtube.png) no-repeat top;
}
.sponsor-container .sp-social-links li a.instagram {
	background: url(img/sp-instagram.png) no-repeat top;
}
.sponsor-container .sp-social-links li a.pintrest {
	background: url(img/sp-pintrest.png) no-repeat top;
}

.sp-bio {
	margin: 25px 0 0;
}

.sp-bio .sp-right-info {
	padding: 0;
}

.sp-bio .sp-left-info {
	padding: 0 30px 0 0;
}

@media (min-width: 445px) and (max-width: 711px) {

	.sp-logo.col-sm-6.col-xs-12 {
		width: 50%;
	}
	
	.sp-logo.col-sm-4.col-xs-12 {
		width: 33.333%;
	}
	
	.sp-logo.col-sm-3.col-xs-12 {
		width: 25%;
	}
	
	.cal-feature {
		border-left: none;
		padding: 0;
	}
	.navbar-toggle {
		padding: 15px 15px 0 0;	
	}
}

/*****FOOTER*****/
footer {
	width: 100%;
	background-color: #474747;
}

footer .newsletter {
	text-align: center;
	float: none;
}

.newsletter .form-group {
	float: none;
	padding-left: 5px;
	padding-right: 5px;
}

.newsletter .form-control {
	width: 100%;
}

footer .container-fluid .row {
	background-color: #474747;
	padding: 15px 0px;
	margin-bottom: 0px;
}

footer .container-fluid .row .cta {
	color: #fff;
	font-size: 1.125em;
	font-weight: 300;
	margin-top: 3px;
}

footer .f-widgets {
	color: #ededed;
	background-color: #575757;
	font-weight: 300;
	width: 100%;
	margin: 0 auto;
}

footer .f-widgets .container-fluid .row {
	background: url("img/f_widgets_bg.png") no-repeat right #575757;
}

footer .f-widgets .address a {
	color: #fff;
	font-weight: normal;
}

footer .f-widgets .hours,
footer .f-widgets .social-legal{
	padding-top: 40px;
}

footer .f-widgets .hours div {
	margin-right: 11.25%;
}

footer .f-social .s-icon {
	display: block;
	height: 27px;
	width: 24px;
	margin: 10px 10px 0 0;
	float: left;
}

footer .f-social .facebook {
	background: url(img/facebook.png) no-repeat top;
}

footer .f-social .twitter {
	background: url(img/twitter.png) no-repeat top;
}

footer .f-social .instagram {
	background: url(img/instagram.png) no-repeat top;
}


footer .f-social .pintrest {
	background: url(img/pintrest.png) no-repeat top;
}

footer .f-social .s-icon:hover, footer .f-social .s-icon:active {
	background-position: bottom;
}

footer .f-social .s-icon.first {
	margin-left: 0;
}
.f-social {
    margin-bottom: 20px;
}

.f-widgets .f-social h5.cta {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.f-legal {
	color: #eeeeee;
	font-size: 13px;
}

.footer-nav li a{
	color: #eeeeee;
	font-size: 13px;
	font-weight: 300;
	border-right: 1px solid #eeeeee;
	padding-right: 10px;
}

.footer-nav li a:hover {
	text-decoration: underline;
}

.footer-nav li:last-child a{
	border-right: none;
	padding-right: 0;
}

.heritage-center-container + .footer-kiosk {
	background: #575757;
	margin-top: -25px;
}
.footer-kiosk .logo {
	margin: 8px 10px 8px 0;
}
.footer-kiosk #footer-navigation #menu-item-810{
	display: none;
}
.footer-kiosk{
	max-width: 1024px;
	z-index:1001;
}
.footer-kiosk p {
	font-weight: 300;
	color: #c4c4c4;
	font-size: 13px;
	display: inline;
}

.footer-kiosk li a {
    border-right: none;
	color: #c4c4c4;
}

body .footer .container-fluid .row .signup-form .gform_wrapper form.newsletter .gform_body ul.gform_fields .gfield {
    clear: none;
    float: left;
    margin-bottom: 0 !important;
    padding: 0 5px !important;
    width: 33.33%;
}

.footer form.newsletter {
	width: 100%;
}

.footer .signup-form .gform_wrapper {
	margin: 0;
	width: 100%;
	max-width: none;
}

.footer .signup-form .gform_wrapper .gform_heading {
	width: 33%;
	float: left;
	padding-right: 20px;
	margin-bottom: 0;
}

.footer .signup-form .gform_wrapper .gform_heading .gform_description{
	text-align: right;
	color: #ffffff;
	font-size: 1.125em;
    font-weight: 300;
    margin-top: 3px;
	width: 100%;
	display: block;
}
.footer .signup-form .newsletter .gfield_label {
	display: none;
}

.footer .signup-form .newsletter .gform_body {
	width: 42%;
	float: left;
	padding-right: 5px;
}
.footer .signup-form .newsletter .gform_footer {
	width: 12%;
	clear: none;
	margin: 0;
	float: left;
}

.footer .signup-form .gform_body .gfield input {
	width: 100%;
	height: 30px;
	font-size: 15px;
	padding: 5px;
	outline: none;
}

.footer .signup-form .newsletter .gform_footer .button {
	height: 30px;
	padding: 5px;
	width: 100%;
}

.footer .signup-form {
	padding-left: 0;
}

.footer .signup-form .gform_confirmation_message {
	color: #ffffff;
}

.footer .gform_wrapper form div.validation_error{
	display: none;
}

.footer .gform_wrapper form .gfield_description.validation_message {
    color: #ffffff;
    font-size: 13px;
    padding: 3px 0 0 !important;
}


/*****BLOG*****/
.widget-nav .sidebar-subtitle {
	font: 1.33em "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 13px;
}
.category-blog .sidebar-row {
	margin-bottom: 30px;
}
.widget-nav ul.blog-cats { margin-top: 0px;}
.widget-nav ul.blog-cats li a { text-transform: uppercase;}
.widget-nav-blog p { margin-bottom: 20px;}
.page-content.blog-roll { padding: 0; background-color: transparent;}
.blog-roll-item img {width: 100%; height: auto;}
.blog-roll-item-text {background-color: #ffffff; padding: 30px;}
.blog-roll-item-sm {background-color: #ffffff; padding: 40px 20px; border-top: 2px solid #e5e5e5; display: inline-block; padding: 40px 20px; width: 100%;}
.blog-roll-item-sm.first {border-top: none;}
.blog-roll-item-sm .blog-roll-item-text {padding: 0;}
.blog-roll-item .entry-title {font-weight: 300;}
.blog-roll-item-lrg .entry-title { font-size: 28px; line-height: 35px; padding-right: 135px; display: inline-block; width:  100%; margin-top: 0; }
.blog-roll-item-md .entry-title, .blog-roll-item-sm .entry-title { font-size: 22px; line-height: 30px; margin-top: 0;}
.blog-roll .entry-title a, .single-blog .entry-title a{ color: #635f5a;}
.blog-roll-item-lrg .blog-roll-item-text {display: inline-block; width: 100%; padding: 20px 30px 30px;}
.blog-roll-item-sm img {float: left; width: auto; margin-right: 30px; }
.blog-roll-item-text .post-meta {font-size: 14px; font-weight: 300; margin-bottom: 10px;}
.post-meta .category a{color: #c79602; text-transform: uppercase; font-weight: 400;}
.blog-rill-item-md .post-meta {margin-bottom: 5px;}
.blog-roll .more-link { color: #b95684; font-size: 16px; font-weight: normal;}
.blog-roll .more-link:hover, .blog-roll .more-link:active {color: #612f46;}
.blog-roll .more-link.button { color: #ffffff; padding: 7px 20px; background-color: #b95684;}
.blog-roll .blog-roll-item-lrg .more-link.button { position: absolute; bottom: 16px; right: 0;}
.blog-roll-item .title-n-button {position: relative;}
.blog-roll-item-md .blog-roll-item-text {padding: 13px 20px 20px 20px;}
.blog-roll-item-sm .blog-roll-item-text {margin-left: 30px;}
.blog-roll-item-md-container {padding: 0 15px;}
.blog-roll-item-md-container .col-md-6.col-sm-6 { background-color: #ffffff; padding: 0; width: 48%;}
.blog-roll-item-md-container .col-md-6.col-sm-6.first { margin-right: 4%;}
.blog-roll-item-md-container .blog-roll-item-text .post-meta {margin-bottom: 0px;}
.blog-roll-item-sm .blog-roll-item-text .post-meta {margin-top: -8px;}
.posts-nav {text-align: center; background-color: #ffffff; margin-top: -2px; position: relative; z-index: 9; padding: 0px 20px;}
.posts-nav a {color: #ffffff; padding: 10px 20px; background-color: #b95684; font-size: 16px; font-weight: 600; display: inline-block; margin: 40px 1%; width: 48%;}
.posts-nav a:hover, .posts-nav a:active, .blog-roll .blog-roll-item-lrg .more-link.button:hover, .more-link.button:active {background-color: #853b5e;}
#infscr-loading { text-align: center; background-color: #ffffff; padding: 20px 0;}
#infscr-loading > img { display: block; margin: 0 auto 10px; }

.single-blog .page-content {padding: 0; background: transparent}
.single-blog .content-container { background: #ffffff; padding: 0 50px 55px; margin-bottom: 30px;}
.single-blog .social-sharing { padding-top: 0;}
.single-blog .author a {font-weight: 600; color: #635f5a;}
.single-blog .entry-content {margin-bottom: 63px;}
.single-blog .entry-content .entry-title { margin-bottom: 14px;}
.single-blog .entry-content .post-meta {margin-bottom: 20px;}
.single-blog .entry-content p {line-height: 25px;}

.social-sharing {padding-top: 45px; clear: both;}
.social-sharing p {text-transform: uppercase; font-weight: 600; line-height: 20px; font-size: 14px; margin-bottom: 10px;}
.single-blog .content-container .cat-list {margin-bottom: 20px; font-size: 14px; text-transform: uppercase; font-weight: normal;}
.single-blog .content-container .cat-list a {color: #c79602; font-weight: 400;}
/*.related-posts {overflow: hidden;}*/
.single-blog .featured-img img {width: 100%; height: auto;}

/*****404*****/
.error404 .main-content {background: #ffffff; padding-top: 22px; border-left: 15px solid #f1f1f1; margin-bottom: 25px;}
.error404 .main-content p { margin-bottom: 22px; }
.error404 .inpage-searchform {padding-top: 10px;}
.error404 .inpage-searchform input.search-field {height: 32px; width: 100%; border: 1px solid #cccccc; padding-left: 10px; font-weight: 300; font-size: 15px; font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;}
.error404 .inpage-searchform a {color: #979797; font-size: 24px; margin-left: 10px; top: 5px;}
.error404 .inpage-searchform label {display: inline-block; width: 70%;}
.error404 .inpage-searchform .submit {border: none; background: none;}

/*****Contact*****/
.gform_wrapper form .top_label .gfield_error, .gform_wrapper form .top_label .gfield_error .ginput_container {width: 100%;}
.gform_wrapper form div.validation_error{color: #ff0000; font-weight: normal; font-size: 17px; margin-bottom: 12px; font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;}
body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description,body .gform_wrapper .instruction{
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body .gform_wrapper textarea{
font-size: 15px;
}
.gform_wrapper form .ginput_container + .gfield_description.validation_message {margin-top: 0 !important;}
.gform_wrapper form div.validation_message {color: #ff0000; font-weight: normal; font-size: 15px;}
.gform_wrapper form .gfield_error.gfield_contains_required input, .gform_wrapper form .gfield_error textarea {outline: 2px solid #ff0000; border: none !important; }
.gform_wrapper form ul.gform_fields li.gfield.gfield_error { background-color: transparent; border: none; padding: 0 !important; margin: 0;}
.hero-img-with-caption {position: relative;height:100%;overflow: hidden; min-height: 540px;}
.hero-img-with-caption  img{position: absolute;max-width:none;}
body .gform_wrapper label.gfield_label+div.ginput_container{
	margin-top: 0px !important;
}
.section-info{
	position: absolute;
	bottom:0px;
	left: 18px;
	width: 80%;
	max-width: 462px;
	min-width: 200px;
	background-color: #fff;
	background-color:rgba(255,255,255,0.85);
	padding: 23px 28px;
	display: none;
}
.section-info h2.sidebar-title {
		color: #c79602;
		font: 2.133em "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 0 0 25px;
		font-weight: 400;
		line-height: 0.7;
}
.section-info p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	margin: 0;
}
.page.contact .hero-img-with-caption img{
 position: relative;
 }

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus{

}
/* woocommerce */
.main-content .placeholder{
	padding-bottom: 7px !important;
}
.woocommerce .slideshow-shop, .woocommerce .slideshow-shop .slide {
	height: 490px;
}

.woocommerce .slideshow-shop .button {
	padding: 10px 20px;
	position: absolute;
}
.woocommerce .storehero-container > .row {
	margin-left: 0;
	margin-right: 0;
}

.woocommerce h1 {
	text-align: left;
	margin-bottom: 20px;
}
.page-content .woocommerce form .form-row label, .page-content .woocommerce-page form .form-row label{
	margin-top: 5px;
	margin-left: 5px;
}
.woocommerce .select2-container .select2-choice{
	height: 30px;
	padding: 2px 0 0 8px;
}
.woocommerce  .select2-container .select2-choice .select2-arrow b{
	background-position: 0px 3px;
}
.woocommerce  .select2-dropdown-open .select2-choice .select2-arrow b{
	background-position: -18px 3px;
}
.woocommerce .select2-container .select2-choice abbr{
right: 0px;
}
.woocommerce .select2-container .select2-choice span{
	margin-right: 0px;
}
.select2-container .select2-choice abbr{
	
}
.woocommerce  .select2-search-choice-close{
	
	}
.woocommerce .select2-container .select2-choice abbr{
display: none;
}
.woocommerce .social-sharing{ padding: 0 0 45px 0px;}

.woocommerce .storehero{
background-position: 50% 50%;
background-size: cover;
height: 490px;
}
.storeDesc{
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding: 145px 100px;
}
.storeDesc h1{
text-shadow: rgba(0, 0, 0, 0.4) 1px 0px 15px;
font-size: 58px;
font-weight: 800;
}

.storeDesc p{
text-shadow: rgba(0, 0, 0, 0.4) 1px 0px 10px;
font-size: 20px;
margin: 0px 10%;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering select {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 25px;
}
.woocommerce .woocommerce-ordering select{
margin-bottom: 0px;
    direction: rtl;
}
.woocommerce .woocommerce-ordering select option{
text-align: right;
  direction: ltr;
}
.woocommerce .products ul, .woocommerce ul.products {
	border-top: 2px solid #e5e5e5;
	padding-top: 35px;
}

.woocommerce .browsecategory + .products {
	border-top: none;
	padding-top: 0;
}

.woocommerce .checkout-button {
	font-weight: bold !important;
}

.woocommerce .single_add_to_cart_button {
	font-weight: bold !important;
}

.woocommerce .upsells.products h2 {
	text-transform: uppercase;
	color: #8d867c;
	font-size: 20px;
}

@media (min-width: 481px) and (max-width: 768px) {
.woocommerce .storehero{
height: 300px;
}
.storeDesc{
	padding: 50px;
}
.storeDesc h1{
font-size: 48px;
}

.storeDesc p{
font-size: 16px;
}

}

@media (max-width: 768px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-left: 1%;
		margin-right: 1%;
	}
	
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin-left: -1%;
		margin-right: -1%;
	}
}
@media (max-width: 480px) {
	.woocommerce .storehero{
	height: 210px;
	}
	.storeDesc{
		padding: 15px;
	}
	.storeDesc h1{
	font-size: 24px;
	}
	
	.storeDesc p{
	font-size: 14px;
	}
	
	.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
		float: none;
	}
	
	.woocommerce .woocommerce-ordering {
		padding-top: 5px;
	}
}
.woocommerce .both-sidebars .row{
	margin-bottom: 0;
}
.shopwidgetheader{
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 10px 0px;
	margin: 0 0 10px;
	border-bottom: 1px solid #e0dadf;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{
	float:left;
	width: 60px;
	margin: 0 12px 7px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	border: 0px;
}
.woocommerce ul.cart_list li .amount, .woocommerce ul.product_list_widget li .amount, .woocommerce-page ul.cart_list li .amount, .woocommerce-page ul.product_list_widget li .amount{
	font-weight: 600;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a{
	font-weight: 600;
	line-height: 1.1;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img{
-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	border: 0px;
}
ul.product-categories, ul.product-categories ul{
	list-style: none;
	padding-left: 0px;
	margin: 0;
}
ul.product-categories li{
	list-style: none;
	padding-left: 20px;
	margin: 0;
}
ul.product-categories li{
	padding-top: 3px;
	padding-bottom:3px;
}
ul.product-categories ul.children{

}
ul.product-categories ul.children li{
	padding-left: 20px;
}
ul.product-categories li.current-cat{
	background-color: #f1f1f1;
}
ul.product-categories li.current-cat a{
	color: #777;
}
ul.product-categories li.current-cat > ul{
	background-color: #fff;
}
ul.product-categories li.current-cat > ul li a {
color: #b95684;
}
div.price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all{
	border-radius: 0px;
	border: 0px;
	background-image: none;
	height: 7px;
	background-color: #f1f1f1 !important;
}
div.price_slider .ui-widget-header{
	background-image: none;
	height: 7px;
	background-color: #b95684 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: 4px solid #d7d7d6;
	border-radius: 8px;
	width: 16px;
	height: 16px;
	background-image: none;
	background-color: #777777;
}

.price_slider_wrapper{
	padding: 5px 12px;
	margin: 5px 0px;
	display: block;
}
.price_slider_amount{
	padding-top: 20px;
	margin: 0px -10px;

}
.price_slider_amount .button{
	float: right;
}
.price_slider_amount div.price_label{
	float: left;
	padding-top: 5px;
}

.woocommerce .box-item .screen-reader-text{display: block;}
.woocommerce .box-item .screen-reader-text { color: transparent;
font-size: 14px;
text-transform: uppercase;
padding: 0 0 10px 0px;
margin: 0 0 10px;
border-bottom: 1px solid #e0dadf;
}
.woocommerce .content-box form.woocommerce-product-search{
	position: relative;
}
.woocommerce .box-item .screen-reader-text:before { 
        content: "SEARCH PRODUCTS ";
        position: absolute;
        left:0;
        color: #635f5a;
        /* margin-left equals length of text we're replacing */
    }
    
.search-field{ outline: 1px solid #cccccc;
outline-offset: -2px; padding: 8px 6px;}
.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page input[type="button"] , .woocommerce-page input[type="submit"]{
	filter: none;
	background: none;
	background-image: none;
	background-color: #b95684;
	color: #ffffff;
	font-size: 1em;
	background-image: none;
	text-shadow: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	border: 0px;
	font-weight: normal;
	padding: 7px 25px;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page input[type="submit"]:hover{
filter: none;
	background: none;
	background-image:transparent;
	background-color: #853b5e !important;
	color: #ffffff;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	border: 0px;
}


.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce ul.products li.product a.button:hover, .woocommerce-page ul.products li.product a.button:hover, , .woocommerce-page input[type="button"]:hover, .woocommerce-page input.button:hover{
	filter: none;
	background: none;
	background-image:transparent;
	background-color: #853b5e !important;
	color: #ffffff;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	border: 0px;
}
.woocommerce form .form-row{
	padding: 3px 0px;
}
 .woocommerce-page legend{
	padding-top: 25px;
	margin-bottom: 10px;
	font-size: 1.467em;
	font-weight: 300;
}
.woocommerce-account.woocommerce-page .page-content input[type="submit"]{
	margin-top: 10px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width: 100%;
}
.woocommerce .page-content .summary p,.woocommerce .page-content .summary  li{
	font-size: 22px;
	line-height: 1.7;
	font-weight: 300;
	color: #8d867c;
}
.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price{
	color: #8e8c88;
	font-size: 28px;
	font-weight: 600;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{
color: #8e8c88;
	font-size: 20px;
	font-weight: 600;
}
.woocommerce span.onsale, .woocommerce-page span.onsale{
	background: none;
	background-image:none;
	background-color: #C79602;
	color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
}
.woocommerce-page ul.products li.product-category:last-child{
	/*border: 1px red solid;
*/
}
.woocommerce ul.products li.product-category:last-child{
	clear: right;
}
.woocommerce ul.products li.product-category a img{
	margin: 0;
}
.woocommerce ul.products li.product-category h3{
	position: absolute;
	padding: 15px;
	display: block;
	width: 100%;
	bottom: 0px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;

	background-color: #000000;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	font-weight: 300 !important;
}
.woocommerce ul.products li.product-category a:hover h3{
	background-color: #853b5e;
}
.quantity_select{
	z-index:5; 
}
.quantity_select:after{
	content: "\f0dc";
	font-family: fontAwesome;
	font-size: 10px;
	font-weight: normal;
	margin-left: -12px;
	line-height: 0.1;
	display: line-block;
	padding-bottom: 5px;
	z-index: 1;
}
.woocommerce .quantity_select select{
-webkit-appearance: none;
background-color: transparent;
border: 1px solid #e0dadf;
color: #000;
font-size: 14px;
line-height: 1;
padding: 5px 25px 5px 5px;
height: auto;
z-index:10;
}
.woocommerce .woocommerce-ordering {
	
}

.woocommerce .woocommerce-ordering:after {
	content: "\f107";
	font-family: fontAwesome;
	background-color: transparent;
	font-size: 18px;
	font-weight: normal;
	margin-left: -15px;
	margin-top: 1px;
	z-index: 1;	float:left;
}

.woocommerce .woocommerce-ordering select{
	-webkit-appearance: none;
	border: none;
	position: relative;
	background-color: transparent;
	float:left;
	padding: 0px 22px 0 15px;
	z-index:10;
}
@media (max-width: 480px) {
	.woocommerce-cart table th{
		font-size: 0.8em;
}
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
outline: 1px solid #cccccc;
outline-offset: -2px;
border: 0px;
width: 48%;
min-width: 120px;
padding: 4px 6px;
}
.page-content .woocommerce form .form-row input.input-text,.page-content .woocommerce form .form-row textarea{
padding: 5px;
}
#customer_details{
	margin-bottom: 25px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	font-weight: 600;
}
h3.addon-name{

}
#wc-bookings-booking-form h3.addon-name{
font-size: 14px;
margin-top: 20px;
font-weight: 500;
color: #8d867c;
}
.page-content #wc-bookings-booking-form  p{
	margin-bottom:5px;
}
select.addon{
	margin-bottom: 10px;
}
abbr[title], abbr[data-original-title]{
	border-bottom: 0px;
}
#wc-bookings-booking-form h3 abbr[title]{
	
}
#wc-bookings-booking-form h3 abbr[title]:after{

}
.related.products h2{
	text-transform: uppercase;
	color: #8d867c;
	font-size: 20px;
}
.related.products{
	margin-top: 25px;
}
.main-content input.button{
outline: 0px solid #cccccc;

}
.main-content input[type="text"]{
	outline: 1px solid #cccccc;
	outline-offset: -2px;
height: 31px;
padding: 5px;
font-size: 15px;
}
.main-content input.input-text{
	outline: 1px solid #cccccc;
	outline-offset: -2px;
height: 32px;
padding: 5px;
font-size: 15px;
}
.main-content input.input-text:focus, .main-content input.input-text::hover { 
    height: 32px;
padding: 5px;
font-size: 15px;
}
.main-content textarea {
outline: 1px solid #cccccc;
outline-offset: -2px;
border: none;
font-size: 15px;padding: 5px;
}

#commentform label{
	padding-right: 5px;
	min-width: 55px;
}
.count{
	background: none;
	color: #fff;
}
.woocommerce ul.products li.product h3{
	font-weight: 500;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, .col-2 h3#ship-to-different-address label{
	font-weight: 300 !important;
}
.col-2 h3#ship-to-different-address label{
	margin-top: 0px;
}
.woocommerce-checkout #payment div.payment_box::after{
margin: -0.95em 0 0 2em;
}
.woocommerce-checkout #payment ul.payment_methods li img{
	margin: -2px 5px 0 .5em;
}
.woocommerce-checkout #payment{
background: #f1f1f1;
}
.woocommerce nav.woocommerce-pagination ul li{
	border: none;

	border-left: 1px solid #d3ced2;
}
#wc-bookings-booking-form .product-addon-tour-guide{
	display: none;
}
.woocommerce nav.woocommerce-pagination ul{
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	margin: 0px 0px;
	padding: 6px 13px;
	width: 35px;
	font-size: 1.45em;
}
.woocommerce nav.woocommerce-pagination ul li:first-child{
	border: none;
}
ins{
	text-decoration: none;
}
.single-product .product_meta{
	float: left;
}
.single-product .product_meta > span{
	display: block;
	float: left;
	border-left: 1px solid #cfcfcf;
	padding: 0 10px;
	margin-bottom:1.618em
}
.single-product .product_meta > span:first-of-type{
	padding-left: 0;
	border-left: none;
}
.woocommerce .star-rating{
	color: #b95684;
}
.single-product .woocommerce-product-rating {
  margin-top: 1px;
  padding: 1px 10px;
  float: left;
  white-space: nowrap;
  border-left: 1px solid #cfcfcf;
  }
.woocommerce-page .main-content .row{
	margin-bottom: 0;
}
.shop-landing #content{
	padding-top: 50px;
}
.browsecategory{
	text-align: center;
	padding-bottom: 35px;
}
.post-type-archive-product .woocommerce-breadcrumb{
	display: none;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product{
	width: 30.8%;
}

@media (min-width: 480px) and (max-width: 768px) {
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n){
	float: left;
	clear: none;
	}
	.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product{
	width: 30.8%;
	margin-right: 2%;
	}
	.woocommerce .related ul li.product.last, .woocommerce .related ul.products li.product.last, .woocommerce .upsells.products ul li.product.last, .woocommerce .upsells.products ul.products li.product.last, .woocommerce-page .related ul li.product.last, .woocommerce-page .related ul.products li.product.last, .woocommerce-page .upsells.products ul li.product.last, .woocommerce-page .upsells.products ul.products li.product.last{
	width: 30.8%;
	margin-right: 0%;
	clear: none;
	}
}

@media (max-width: 480px) {
	.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product{
	width: 47%;
	margin-right: 2%;
	}
	.single-product .product_meta > span, .single-product .woocommerce-product-rating{
		margin-bottom: 0.6em;
	}
}
.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating{
	margin: 0 4px 0;
}
.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating{
	line-height: 1em;
}
.woocommerce div.product form.cart div.quantity, .product-quantity{
	position: relative;
}
.woocommerce #content .quantity .minus, .woocommerce .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce-page .quantity .minus{
top: 0;
left: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.woocommerce #content .quantity .plus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .plus{
top: 0;
right: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.woocommerce #content .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .plus:hover{

background: none;
	background-image:none;
background-color: #853b5e ;
}
.woocommerce .quantity .qty{
	outline: 0px !important;
}
.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus{
	display: block;
padding: 0;
margin: 0;
position: absolute;
text-align: center;
vertical-align: mddile;
width: 28px;
height: 28px;
overflow: visible;
text-decoration: none;
font-weight: 700;
cursor: pointer;
line-height: 14px;
font-size: 16px;
color: #fff;
border: 0px;
background: none;
	background-image:none;
background-color: #b95684;
	text-shadow: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty{
	/* margin-left: 29px;*/
	border-radius: 0px;
	border: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	 background-color: #f1f1f1;
	 
	font-weight: 700;
	-moz-appearance: textfield;
}
.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity{
	width: 98px;
}

.woocommerce .woocommerce-message::before, .woocommerce-page .woocommerce-message::before{
background: none;
	background-image:none;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message{
	border-color:  #b95684;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	background: none;
	background-image:none;
	 background-color: #f1f1f1;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before, .woocommerce-page .woocommerce-error::before, .woocommerce-page .woocommerce-info::before, .woocommerce-page .woocommerce-message::before{
padding-top: 3px;
line-height: 1;
}
.woocommerce form input.input-text{ outline: 1px solid #cccccc !important; padding:5px;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea{
	border: 0px;outline: 1px solid #cccccc !important; 
}
.woocommerce .page-content  td{
	padding:11px;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd{
	padding: 0 0 3px;
	margin-bottom: 0;
	
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl{
	border: 0px;
	margin-left: 0px;
	padding:0px;float: left;
	line-height: 1.1;
}
.woocommerce form input.input-checkbox{ outline: 0px !important;}
.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel{
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.05);
box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	border: 0px;
    filter:none;
    background: none;
	background-image:none;
    background: transparent;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
    display: inline-block;
    position: relative;
    z-index: 0;
   border-radius: 0;
    margin: 0 -5px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 0px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 20px 40px;
    font-weight: 400;
    color: #8d867c;
   -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
    text-decoration: none
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:first-child  a, .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child  a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:first-child  a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child  a {
margin-left: -40px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
	background: none;
	background-image:none;
    text-decoration: none;
    color: #777
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
    color: #ccac4a;margin-bottom: 1px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
	border: 0px;
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 0px;
    content: ""
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {

}

.woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a{
background: url("img/current_tab_arrow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
.woocommerce-page .page-content table thead tr{
	background: transparent;
}
.woocommerce-page .page-content table tr:nth-child(odd){
	background: none;
}
.woocommerce-page .page-content table td {
border-right: 0px solid #fff;

}.woocommerce-page #primary-sidebar-bottom{
	display: none;
}
.woocommerce a.remove {
	position: absolute;
}
.woocommerce .product-remove a.remove {
	position: relative;
}
.woocommerce a.remove:hover{
	border-radius: 0;
}
ul.product-categories li{
	padding: 0px 0px;
}
ul.product-categories li a{
	padding: 3px 15px;
	display: block;
}
ul.product-categories li.current-cat > a{
	background-color: #f1f1f1;
	
}
.woocommerce label{
font-weight: 500;
}
.woocommerce span.onsale{
min-height: 3.75em;
min-width: 3.736em;
padding: .15em;
line-height: 3.336;
}
.woocommerce ul.products li.product .onsale{
margin: -1em -1em 0 0;
}
.wc-bookings-date-picker .ui-datepicker td.bookable a{
background-color: #b95684 !important;
background-image: none !important;
border-color: rgba(0,0,0,.1) !important;
color: #fff !important;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
width:auto;
height:auto;
}
.wc-bookings-date-picker .ui-datepicker td .ui-state-default{
width:auto;
height:auto;
}
.wc-bookings-booking-form .form-field input[type=number]{
	color: #585657;
	background-color: #f1f1f1;
	padding: 2px 2px 2px 10px;
	font-weight: 600;
}
.wc-bookings-booking-form .booking-error{
 color: red;
}
#wc-bookings-booking-form  p, #wc-bookings-booking-form li, #wc-bookings-booking-form legend, #wc-bookings-booking-form label{
	font-size: 14px;
	color: #8d867c;
}
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a{
background-color: #853b5e !important;
}
.wc-bookings-booking-form .block-picker li a.selected{
border: 2px solid #853b5e;
background-color: #fff;
color: #853b5e;
}
.relative{position: relative;}
@media (max-width: 959px) {
    .hero-img-with-caption { min-height: 0;}
	.hero-img-with-caption  img{position: relative;max-width:none;}
	
	#primary-sidebar-top{display: none;}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{
		font-size: 16px;
	}
}
.hero-img-with-caption .caption { position: absolute; right: 0; bottom: 0; padding: 10px 20px; background-color: #000000; background-color: rgba(0,0,0, 0.6); color: #ffffff; margin-bottom: 0; font-style: italic; font-weight: 300;}
.hero-img-with-caption .caption p { margin-bottom: 0;}
.contact-form_wrapper .contact-form .half-col, .contact-form_wrapper .contact-form .half-col.gfield_error {width: 48%; float: left; clear: none;}
.contact-form_wrapper .contact-form .half-col .ginput_container input {width: 100%; height: 32px; padding: 5px; font-size: 15px;}
.gform_wrapper form textarea, .gform_wrapper form .ginput_container input[type="text"], .gform_wrapper form .ginput_container input[type="password"], .gform_wrapper form .ginput_container input[type="email"], .gform_wrapper form .dropdown .ginput_container {outline: 1px solid #cccccc; border: none;}
.contact-form_wrapper .contact-form .half-col.left, .contact-form_wrapper .contact-form .half-col.left.gfield_error {margin-right: 4%;}
.contact .contact-info h4 {font-weight: 300; line-height: 28px;}
.contact .contact-info h4 strong, .contact .contact-info h4 a {font-weight: normal;}
.contact .form-title {font-weight: 300; margin-bottom: 4px;}
.contact .contact-info-container {margin-top: 40px; margin-bottom: 64px;}
.contact-info-container p, .contact-info-container address {font-size: 18px; line-height: 28px; font-weight: 300;}
.gform_wrapper form .gfield label.gfield_label, .gform_wrapper form .gfield_error .gfield_label { font-weight: normal; font-size: 16px; color: #635f5a;}
.gform_wrapper form label.gfield_label span {display: none;}
.gform_wrapper form .gfield {margin-bottom: 13px;}
.gform_wrapper form .dropdown .ginput_container {height: 32px; overflow: hidden; background-image: url(img/dropdown-arrow.png); background-repeat: no-repeat; background-position: 99% center;}
.gform_wrapper form .dropdown .ginput_container select {border: none; width: 103%; height: 32px; font-size: 15px; background: none; background-color: transparent; margin-left: 0 !important; border-radius: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding-left: 10px; padding-top: 2px;}
.gform_wrapper .top_label textarea.textarea {width: 100% !important; padding: 5px;}
.gform_wrapper .top_label textarea.textarea:focus {outline: 1px solid #cccccc;}
.gform_wrapper .gform_button.button {border: none; padding: 10px 35px; font-size: 16px;}
.gform_wrapper .gform_button.button:hover, .gform_wrapper .gform_button.button:active { color: #fff;}
.gform_wrapper form .gform_footer {margin: 20px 0 0 0; padding: 0;}
.contact-form_wrapper {padding-bottom: 50px;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container { margin-top: 0 !important; }
.page-template-page-contact-php .main-content { margin-bottom: 25px;}
.divider { color: #cfcfcf;}
.container-fluid .main-content .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
	margin-left: 1px;
}
.gform_wrapper span.ginput_product_price_label, .gform_wrapper span.ginput_product_price { font-weight: 600;}
/*****SEARCH******/
.search .main-content { margin-bottom: 25px; }
.search .page-content .inpage-searchform {
	margin-top: 27px;
	margin-bottom: 0px;
	background: #ffffff;
	padding: 30px 20px 26px;
}
.search .blog-roll-item-text .entry-title { margin-top: 0;}
.row .archive-title { font-size: 22px; font-weight: 300; padding-top: 35px; padding-bottom: 13px; margin-top: 0; margin-bottom: 0px;}
.archive-title span {font-weight: normal;}
.search .page-content .inpage-searchform .submit {position: absolute; right: 0; top: 3px; background: none; padding: 0; border: none; padding-right: 9px}
.search .page-content .inpage-searchform .submit a {color: #8c8c8c; font-size: 23px;}
.search .page-content .search-form label { width: 100%; padding-right: 40px;}
.search .page-content .search-form {position: relative;}
.search .page-content .search-form label input { font-weight: 300; font-size: 17px; width: 100%; height: 32px; padding-left: 8px; outline: 1px solid #cccccc;}
.search h3 {font-size: 18px; margin-bottom: 15px; font-weight: normal;}
.search .no-result {background: #ffffff; padding: 40px 30px;}
.search .more-link {
	display: block; margin-top: 9px; font-weight: normal;
	word-wrap: break-word;
	-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

@media (max-width: 959px){
	.row .archive-title {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/****EXHIBITION****/
/*landing*/
.exh-prev-lrg { margin-bottom: 30px;}
.desc-overlay img { width: 100%; height: auto;}
/*.exh-prev-lrg-content {max-height: 734px; overflow: hidden; position: relative;}*/
.exh-prev-lrg .description {font-size: 18px; line-height: 22px;}
.desc-overlay .button {background-color: #b95684;}
.desc-overlay .button:hover, .desc-overlay .button:active {background-color: #853B5E;}
.desc-overlay .cycle-overlay { width: cal(); height: auto;}
/*.desc-overlay .col-left {padding-right: 125px; width: 100%; float: none;}
.desc-overlay .col-right {display: inline;}
.exh-prev-md .slideshow {height: 544px; max-height: 544px;}*/
.exh-prev-md {min-height: 543px; }
.exh-prev-md-sidebar { margin-bottom: 30px;}
.exh-prev-md .cycle-overlay {bottom: 20px;}
.exh-prev-md .description {font-size: 17px;}
.exhibition-preview-blocks.blog-roll-item-md-container {margin-top: 25px;}
.exh-prev-md .slideshow { width: 100%; height: 100%; position: relative; }
.exh-prev-md .slide { height: 543px; max-height: 543px; overflow: hidden; width: 100%; }
.exh-prev-md.desc-overlay img { height: 100%; width: 774px; max-width: none;}
.exh-prev-md-content.slideshow { overflow: hidden;}
/*archive*/
.exh-archives .exh-prev-sm {margin-bottom: 30px;}
/*detail*/
.page-template-page-exhibition-php .main-content, .page-template-page-past-exhibitions-php .main-content {background: transparent;}
.exhibition-content.page-content .content-container { background: #fff; padding: 0 55px 55px; margin-bottom: 25px;}
.exhibit-date { background-color: #ffe16b; display: inline-block; margin-left: -55px; padding-left: 50px; padding-right: 15px; margin-bottom: 20px;}
.exhibit-date p { font-size: 15px; font-weight: normal; margin-bottom: 0; text-transform: uppercase; }
.caption .bold {font-weight: normal;}
.exhibition-content h1.intro { margin-bottom: 6px; margin-top: 0; }
.exhibition-content h2.intro { margin-bottom: 25px; margin-top: 0; }
.exhibition-content .hero-text.intro { margin-bottom: 25px; margin-top: 0; font-size: 21px; }
.page .related-posts.exhibition-preview-blocks {padding: 0;}
.exh-prev-content { position: relative; }
.box-img-caption .exh-prev-date { font-size: 14px; font-weight: 400; color: #ffe16b; text-transform: uppercase; margin-bottom: 8px; margin-top: 0; }
.box-img-caption .exh-prev-title { font-size: 32px; font-weight: 300; letter-spacing: 0.5px; margin-bottom: 5px; margin-top: 0; }
.box-img-caption .exh-prev-sectitle { font-size: 16px; margin-bottom: 0; margin-top: 0; font-weight: 300; }



/********MULTIMEDIA & HERITAGE********/
/*header*/
.multimedia-header-content {
	margin-top: 38px;
	position: static;
}
.multimedia-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.multimedia-menu li {
    float: left;
	padding: 0;
}

.multimedia-menu > li {
    float: left;
}

.multimedia-menu > .menu-item > a {
    display: block;
    padding: 0 0 30px;
	 color: #737373;
    display: block;
    font-size: 17px;
    line-height: 1em;
	text-transform: uppercase;
	position: relative;
}

.multimedia-menu > .menu-item a span {
    border-left: medium none;
}

.multimedia-menu > li > a > .nav-border {
    padding: 0 20px;
}

.multimedia-menu > .menu-item + .menu-item > a span {
    border-left: 1px solid #cfcfcf;
}

.multimedia-menu > .menu-item-has-children:hover > a > span:after, .multimedia-menu > .menu-item-has-children:active > a > span:after {
    background: url("img/menu-arrow-multimedia.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0px;
    content: "";
    height: 7px;
    left: 45%;
    position: absolute;
    width: 21px;
}

.multimedia-menu > li > .sub-menu-wrapper {
    background: rgba(185, 86, 132, 0.97);
    display: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 500;
	left: 0;
	overflow-y: scroll;
}

.multimedia-menu > .menu-item-has-children:hover > .sub-menu-wrapper, .multimedia-menu > .menu-item-has-children:active > .sub-menu-wrapper {
	display: block;
}

.multimedia-menu .sub-menu-wrapper > .sub-menu {
	max-width: 1200px;
	margin: 0 auto;
	padding: 13px;
}

.multimedia-menu .sub-menu-wrapper > .sub-menu:before,
.multimedia-menu .sub-menu-wrapper > .sub-menu:after{
	content: "";
	display: table;
	clear: both;
}

.multimedia-menu .sub-menu-wrapper > .sub-menu > li{
	width: 25%;
	float: left;
	padding: 13px;
}

.multimedia-menu .sub-menu-wrapper > .sub-menu > li:hover, .multimedia-menu .sub-menu-wrapper > .sub-menu > li:active{
	background: #c7789a;
}
.full-width-nav {
	position: relative;
}

.header-container > .full-width-nav > .container-fluid > .row {
    margin-bottom: 0;
}

.multimedia-menu .sub-menu a {
    color: #ffffff;
}


.multimedia-menu .sub-menu img {
    display: block;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.multimedia-menu .sub-menu a span,
.multimedia-menu .menu-item-type-custom .textwidget a{
    font-size: 21px;
	line-height: 23px;
	display: block;
	margin-bottom: 10px;
}

.multimedia-menu .sub-menu a span:after {
    content: "\00a0\00BB";
}

.multimedia-menu .overview a span:after {
	content: " ";
}

.multimedia-menu .overview a span.nav-border {
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 25px;
}

.multimedia-menu .sub-menu-wrapper > .sub-menu > li.overview {
	display: none;
}

.multimedia-menu.heritage-menu .sub-menu h3 {
    font-size: 35px;
	display: block;
	font-weight: bold;
	line-height: 30px;
	margin-top: 0;
	color: #ffffff;
}

.multimedia-menu.heritage-menu .sub-menu p {
    font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 17px;
	color: #ffffff;
}

.multimedia-menu.heritage-menu .sub-menu a {
    font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	border: 3px solid #ffffff;
	display: block;
	width: 75%;
	text-align: center;
	padding: 2px 5px;
}
.multimedia-menu.heritage-menu .sub-menu a:hover {
	color: #b95684;
	background-color: #ffffff;
}
.multimedia-menu.heritage-menu .sub-menu.menubar-widgets li {
	width: 100%;
}

.multimedia-menu .sub-menu-wrapper .sub-menu li ul.menubar-widgets {
	background: transparent;
}
	
@media (min-width: 960px) and (max-width: 1200px) {
	.multimedia-menu .sub-menu h3{
		font-size: 30px;
	}
}

@media (min-width: 872px) and (max-width: 989px) {
	.multimedia-menu .sub-menu h3 {
		font-size: 25px;
	}
}

@media (min-width: 711px) and (max-width: 871px) {
	.multimedia-menu .sub-menu h3 {
		font-size: 20px;
		margin-bottom: 0;
	}
	
	.multimedia-menu .sub-menu a {
		width: 100%;
	}
}



@media (max-width: 768px) {
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse.multimedia-header-content {
		margin-top: 0;
		padding-bottom: 0;
	}
	.multimedia-menu li {
		float: none;
		width: 100%;
	}

	.multimedia-menu .sub-menu-wrapper > .sub-menu > li {
		float: none;
		width: 100%;
		padding: 0;
		display: block;
		clear: both;
		margin-bottom: 20px;
	}
	.multimedia-menu > li > .sub-menu-wrapper {
		position: relative;
		top: auto;
		background: transparent;
	}
	
	.multimedia-menu > .menu-item-has-children:hover > .sub-menu-wrapper {
		display: none;
	}
	
	.multimedia-menu > .menu-item-has-children.open > .sub-menu-wrapper {
		display: block;
	}

	.multimedia-menu .sub-menu-wrapper > .sub-menu > li:hover,
	.multimedia-menu .sub-menu-wrapper .textwidget a:hover{
		background: transparent;
	}
	
	.multimedia-menu .sub-menu img {
		width: 33%;
		float: left;
		margin-right: 3%;
		margin-top: 6px;
	}
	.multimedia-menu .sub-menu a {
		width: 100%;
	}
	
	.multimedia-menu .sub-menu h3 {
		font-size: 27px;
		line-height: 30px;
	}
	
	.nav-menu > .menu-item + .menu-item a span,
	.multimedia-menu > .menu-item + .menu-item a span{
		border-left: none;
	}
	
	.multimedia-menu > li > a > .nav-border {
		padding: 0;
	}
	
	.multimedia-menu > .menu-item-has-children:hover > a > span:after {
		background: none;
	}
	
	.multimedia-menu .sub-menu img {
		margin-bottom: 12px;
	}
	
	.multimedia-menu > .menu-item.menu-item-has-children .sub-menu{
		background-color: #733752;
		background-color: rgba(115, 55, 82, 0.5);
	}
	
	.multimedia-menu .sub-menu-wrapper > .sub-menu > li.overview {
		display: unset;
	}
	
	.multimedia-menu .sub-menu-wrapper > .sub-menu > li.overview a {
		border: medium none;
		text-align: left;
		width: 100%;
	}
	
	.multimedia-menu.heritage-menu .sub-menu-wrapper > .sub-menu .textwidget p a{
		width: 62%;
		float: right;
	}
	
	.multimedia-menu .sub-menu-wrapper .sub-menu > li:after {
		content: " ";
		display: block;
		clear: both;
	}
	
	.multimedia-menu.heritage-menu .sub-menu h3 {
		font-size: 27px;
	}
	
	.multimedia-menu .sub-menu img {
		margin-right: 5%;
	}
	
	.exh-prev-md-sidebar{
	display: none;
	}

}
/*multimedia content*/
.mm-related-links .mm-section {
	margin-bottom: 0;
}
.page-template-page-multimedia-php,
.page-template-page-heritage-detail-php,
.page-template-page-multimedia-overview-php{
	background: #ffffff;
}

.mm-detail .mm-two-col img {
	width: 100%;
	height: auto;
}
.mm-detail .row {
	margin-bottom: 0;
}
.mm-detail .page-content {
	padding: 0 15px;
	margin: 0;
	background: transparent;
}
.fullwidthimg {
	width: 100%;
	max-height: 400px;
	overflow: hidden;
	margin-bottom: 25px;
}

.fullwidthimg img{
	width: 100%;
	height: auto;
}

.mm-content-padding {
	padding-left: 12%;
	padding-right: 12%;
}

.mm-content-padding-narrowest {
	padding-left: 17%;
	padding-right: 17%;
}

.mm-grey-txtbox {
	padding: 25px;
	background: #f1f1f1;
	margin-bottom: 45px;
}

.mm-grey-txtbox h6{
	color: #000000;
}

.mm-grey-txtbox p:last-child, .mm-grey-txtbox h4:last-child,
.mm-grey-txtbox h5:last-child, .mm-grey-txtbox h6:last-child{
	margin-bottom: 0;
}

.mm-related-links {
	background: #f1f1f1;
}

.mm-related-links .page-content > h2 {
	text-align: center;
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 28px;
}

.mm-related-links {
	margin-top: 75px;
}
.mm-related-links .page-content {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 60px;
}

.mm-related-links .page-content .row {
	margin-bottom: 10px;
}

.mm-preview-container,
.page-template-page-heritage-detail-php .mm-related-links .row.cards-wrapper{
	margin-bottom: 25px;
}

.mm-preview {
	background: #ffffff;
	padding: 20px;
	height: 100%;
	text-align: left;
}

.mm-preview.full-image-box{
	padding: 0;
}

.mm-preview img {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.mm-preview-roll .mm-preview h3 {
	font-size: 1.733em;
line-height: 1.25;
color: #b95684;
margin: 0 0 5px;
font-weight: normal;
}

.mm-preview-roll .mm-preview p {
	font-size: 15px;
	font-weight: 300;
line-height: 25px;
margin-bottom: 20px;
}

.mm-preview a {
	text-align: left;
	display: block;
}

.mm-overview .mm-related-links {
	padding-top: 25px;
}

.img-overlay-text {
	position: relative;
}
.img-overlay-text img{
	width: 100%;
	height: auto;
}
.img-overlay-text p:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
    padding: 17px;
    position: absolute;
    width: 100%;
}

.mm-two-col .left {
	padding-right: 5px;
	padding-left: 0;
}

.mm-two-col .right {
	padding-left: 5px;
	padding-right: 0;
}

.mm-detail .fullwidthimg:first-child {
	margin-bottom: 55px;
}

.mm-two-col .row {
	padding: 0;
}
/*multimedia typography*/
.mm-detail p { font-size: 17px; line-height: 30px;}
.mm-detail h1 { font-size: 45px; line-height: 46px; margin-bottom: 25px;}
.mm-detail h2 { font-size: 35px; line-height: 46px; font-weight: 300; margin-bottom: 20px;}
.mm-detail h3 { font-size: 28px; line-height: 35px; font-weight: 300;}
.mm-detail h4 { font-size: 22px; line-height: 25px; font-weight: 300;}
.mm-detail h5 { font-size: 18px; line-height: 20px; font-weight: 300;}
.mm-detail h6 { font-size: 14px; line-height: 24px; font-weight: 300;}
.mm-detail .hero-text {font-size: 25px; line-height: 39px;}
.mm-detail blockquote {
	padding: 0;
	margin: 0;
	margin-right: 10%;
	margin-left: 10%;
}

.mm-detail blockquote p {
	font-size: 30px;
	line-height: 52px;
}


/*header overview*/
.heritage-center-container {
	margin-bottom: 55px;
}
.heritage-center-container .heritage-center-overview {
	background: #ffffff;
}

.heritage-top-img {
	margin-bottom: 25px;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}
.heritage-top-img img {
	width: 100%;
	height: auto;
}

.heritage-top-img h1 {
	position: absolute;
	bottom: 33px;
	font-size: 55px;
	line-height: 55px;
	color: #ffffff;
	text-shadow: 1px 0 10px rgba(0, 0, 0, 0.75);
	font-weight: bold;
	z-index: 1;
}
.heritage-center-content .page-content {
	padding: 30px 20px;
}

.heritage-center-overview .page-content p {
	font-size: 17px;
	line-height: 30px;
}

.heritage-center-overview .page-content .hero-text {
    font-size: 25px;
    font-weight: 300;
    line-height: 39px;
	color: #8d867c;
}

body .page-content .yellow-callout {
	font-size: 30px;
	line-height: 52px;
	font-style: italic;
	color: #c69522;
	margin-top: 30px;
	margin-bottom: 35px;
}

.heritage-center-overview .page-content .yellow-callout {
	line-height: 40px;
}

.heritage-center-content .row.cards-wrapper {
	margin-bottom: 0;
}

.heritage-center-overview .row { margin-bottom: 0;}

.heritage-center-content .cards-wrapper .box-item,
.mm-related-links .cards-wrapper .box-item{
	padding: 0;
	margin-bottom: 0;
}

.row.heritage-center-content,
.page-template-page-heritage-detail-php .mm-related-links .row{
	margin: 0;
}

.page-template-page-heritage-detail-php .mm-related-links .row .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.heritage-center-container .card{
	min-height: 380px;
}
.heritage-center-container .box-item{
	overflow: hidden;
}
.card .btn{
	background: none repeat scroll 0 0 transparent;
border: medium none;
color: #ffffff;
display: inline-block;
font-size: 16px;
margin: 0 auto 0px auto;
outline: 3px solid #ffffff;
padding: 3px 5px;
text-align: center;
min-width: 140px;
}
.card .btn:hover{
	color: #b95684;
	background-color: #ffffff;
}
.card p {
	font-size: 16px;
}

.card h2 {
	font-size: 40px;
}

.card h2 span {
	font-family: FontAwesome;

}

.card h2.title{
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.heritage-center-container .card .btn-container {

}

/*tabs*/

.no-ui-theme .ui-widget-content, .no-ui-theme .ui-widget-header,
.no-ui-theme .ui-state-active, .no-ui-theme .ui-widget-content .ui-state-active, .no-ui-theme .ui-widget-header .ui-state-active,
.no-ui-theme .ui-state-default, .no-ui-theme .ui-widget-content .ui-state-default, .no-ui-theme .ui-widget-header .ui-state-default {
	background: none;
    border: none;
    color: inherit;
	font-weight: inherit;
}
.no-ui-theme .ui-tabs .ui-tabs-nav {
	padding: 0;
}

.no-ui-theme .ui-corner-all, .no-ui-theme .ui-corner-bottom, .no-ui-theme .ui-corner-right, .no-ui-theme .ui-corner-br, .no-ui-theme .ui-corner-bl,
.no-ui-theme .ui-corner-top, .no-ui-theme .ui-corner-tr, .no-ui-theme .ui-corner-left, .no-ui-theme .ui-corner-tl {
    border-radius: 0;
}
 
.no-ui-theme .ui-tabs-anchor {
	padding: 0;
	color: #ccac4a;
	font-size: 25px;
	line-height: 46px;
}

.no-ui-theme .ui-tabs .ui-tabs-panel {
    background: none;
    border-width: 0;
    display: block;
    padding: 0;
}

.no-ui-theme .ui-widget {
	font-family: inherit;
    font-size: unset;
}

.moad-tabs ul.ui-tabs-nav li a {
	color: #838383;
	font-size: 25px;
	line-height: 46px;
	font-weight: 300;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.moad-tabs ul.ui-tabs-nav li.ui-tabs-active a {
	color: #ccac4a;
}

.moad-tabs ul.ui-tabs-nav {
	border-bottom: 2px solid #E5E5E5;
	margin-bottom: 25px;
}

.moad-tabs .ui-tabs-active.ui-state-active a {
	background: url("img/current_tab_arrow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

.moad-tabs ul.ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
	padding-bottom: 10px;
}

.moad-tabs ul.ui-tabs-nav .ui-tabs-anchor:focus {
	outline: none;
	border: none;
}

.moad-tabs ul.ui-tabs-nav li {
    padding-right: 50px;
	height: auto;
	width: auto;
}

/********KIOSK*******/
.kiosk {
	width: 1024px;
	height: 768px;
	overflow: scroll;
	margin: 0 auto;
	background: #ffffff;
}
.kiosk.page-template-page-calendar-php, .kiosk.single-exhibition {
	background: #f1f1f1;
}
.kiosk .header-container {
	width: 1024px;
}
.kiosk .heritage-center-content{
margin: 0 -15px;
}
.kiosk .social-sharing, .kiosk .ai1ec-subscribe-container, .kiosk .ai1ec-tickets {
	display: none !important;
}
.kiosk .ai1ec-single-event .ai1ec-row{
	margin: 0px;
}
.kiosk .heritage-center-container {
    margin-bottom: 0;
}
.kiosk .page-template-page-kiosk-exhibitions-php .main-content .row{
	margin-bottom: 0;
}
.kiosk .mm-detail{
	padding-bottom: 30px;
}
.kiosk .main-content, .kiosk #primary-sidebar{
	padding: 0;
}
.kiosk .main-content.exh-archives{
padding: 0 15px;
}
.kiosk .main-content.exh-archives .exh-prev-sm.col-md-6.col-sm-6.box-item{
	padding: 0px;
	margin-bottom: 0px;
}
.kiosk #primary-sidebar .box-item, .kiosk .breadcrumb{
	display: none;
}
.kiosk .exhibit-date{

	padding-left: 40px;
}
.kiosk .footer-kiosk {
    margin-top: 0;
	bottom: 0px;
	position: fixed;
}

.kiosk-homepage-container {
    padding: 0;
	width: 1024px;
}

.kiosk .top-row {
	height: 475px;
}
.kiosk .home-intro {
	height: 265px;
	background: #f1f1f1;
	padding: 20px;
}

.kiosk .home-intro .home-intro-text {
	font-weight: 300;
	line-height: 31px;
	margin-top: 15px;
}
.kiosk-homepage-container .row  {
	margin:0px -15px;
}
.row.top-row {  
	background-color: #fff;
	margin-bottom: 0px;
}

.kiosk.single-ai1ec_event .entry-title{
	margin-top: 20px;
}
.kiosk-event{
	width: 404px;
	float: right;
	max-width:404px;
}
.kiosk-exhibition{
	width: 620px;
	max-width: 620px;
	float:left;
}
.kiosk-event .cal-item{
margin: 0 -15px;
padding: 12px;
display: block;
height: 100%;
}
.kiosk-event .cal-item:first-child {
	border-right: 2px solid #e5e5e5;
	border-bottom: 0px;
}

.kiosk-event .cal-meta {
position: absolute;
left:20px;
display: block;
overflow: hidden;
width: 45px;
}
.kiosk-event .cal-mth, .kiosk-event .cal-day, .kiosk-event .cal-date {
padding: 2px 10px;
margin: 0 -15px;
display: block;
text-align: center;
font-size: 0.7125em;
}
.kiosk-event .cal-day{
	padding: 0px 10px 2px;
}
.kiosk-event .cal-date{
padding: 0px 10px;
margin: 0 -15px;
display: block;
text-align: center;
font-size: 1.57em;
line-height: 1;
}
.kiosk-event .cal-img-bg{
	 background-repeat: no-repeat;
	 background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	width: 182px;
  	height: 102px;
  	display: block;
}
.kiosk-event .cal-label{
	padding-top: 11px;
	font-size: 13px;
	display: block;
}
.kiosk-event .cal-title{
	font-size: 19px;
	margin-top: 5px;
	font-weight: 300;
	line-height: 1.3;
}
.slideshowk{
	position: relative;
	height: 263px;
	max-height:  263px;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.slideshowk .slide {
width: 100%;
max-height: 263px;
height: 263px;
overflow: hidden;
}
.slideshowk .ext-status{
	height: 30px;
	background-color: #ffe16b;
	font-size: 14px;;
	color: #635f5a;
	position: absolute;
	left: 8px;
	top:0;
	padding: 6px 16px;
	text-transform: uppercase;
}
.slideshowk #prev , .slideshowk #prev:hover{

	height: 263px;
	position: absolute;
	left: 35px;
	top:0;
	padding-top: 180px;
	font-size: 54px;
	color: #b8b9b7;
	z-index: 1000;
}
.slideshowk #next {

	height: 263px;
	position: absolute;
	right: 35px;
	top:0;
	padding-top: 180px;
	font-size: 54px;
	color: #b8b9b7;
	z-index: 1000;
}
.slideshowk #next:hover, .slideshowk #prev:hover{
color: #b95684;
}

.slideshowk .cycle-overlay{
width: 265px;
height: 240px;
position: absolute;
z-index: 200;
bottom: 0px;
right: 18px;
background-image: url("img/overlay_bg.png");
padding: 20px;
}
.slideshowk .caption .title {
	text-transform: uppercase;
	font-size: 28px;
	margin-top: 10px;
}
.slideshowk .caption .button {
font-size: 16px;
position: relative;
bottom: auto;
right: auto;
margin-top: 8px;
float: left;
padding: 10px 20px;
}
.home-nav-list {
	list-style: none;
	padding: 0;
}

.home-nav-list .page-link-item{
	background: #ffffff;
	padding: 10px;
	position: relative;
	height: 105px;
}

.home-nav-list .page-link-item:first-child{
	border-bottom: 2px solid #cccccc;
}

.home-nav-list .page-link-item:after {
	display: table;
	content: " ";
	clear: both;
}

.home-nav-list .page-link-item .img-container{
	width: 106px;
	height: 87px;
	margin-right: 25px;
	overflow: hidden;
	float: left;
}

.home-nav-list .page-link-item .img-container img{
	width: 106px;
	height: auto;
}

.home-nav-list .title-container {
	height: 100%;
	display: table;
}
.home-nav-list .page-link-item h2{
	font-size: 25px;
	font-weight: 300;
	padding-right: 20px;
	line-height: 1.3;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

.home-nav-list .page-link-item span{
	position: absolute;
	top: 37px;
	right: 10px;
	font-size: 30px;
}

.kiosk-homepage-container .no-padding-left {
	padding-left: 0;
}

.kiosk-homepage-container .no-padding-right {
	padding-right: 0;
}

.kiosk-homepage-container .lrg-pg-preview {
	height: 100%;
}
.kiosk-homepage-container .lrg-pg-preview .overlay {
	background-image: url("img/overlay_bg.png");
	bottom: 0;
    position: absolute;
    width: 100%;
	padding: 11px 20px 20px;
}

.kiosk-homepage-container .lrg-pg-preview a {
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.kiosk-homepage-container .lrg-pg-preview a h2 {
	font-size: 38px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	margin-bottom: 12px;
}

.kiosk-homepage-container .lrg-pg-preview a p {
	font-size: 19px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 300;
	margin: 0;
}

.kiosk-homepage-container .lrg-pg-preview .cta {
	position: absolute;
	bottom: 26px;
	right: 20px;
}

.kiosk-homepage-container .lrg-pg-preview .cta .btn {
	width: 125px;
}

.kiosk-homepage-container .lrg-pg-preview .text {
	padding-right: 160px;
}

/*******MOAD TV******/
.moad-tv h1 {
	margin: 25px 0 50px;
}

.video-content {
	margin-bottom: 25px;
}

.video-content h2 {
	margin: 10px 0;
}

.video-content h3, .video-content h4{
	margin: 25px 0 15px 0px;
	font-weight: 400;
	text-transform: none;
}
.video-content h4{
	margin: 25px 0 10px 0px;
}




/*******RSVP FORM******/
.rsvp-form .sponsor-level.gfield {
	margin-bottom: 10px;
	clear: none;
	float: left;
	width: 47%;
}

@media(max-width: 568px){
	.rsvp-form .sponsor-level.gfield {
		width: 100%;
		float: none;
		clear: both;
	}
}

.rsvp-form .sponsor-level.gfield.left {
	margin-right: 6%;
}

.rsvp-form .sponsor-level.gfield > .gfield_label{
	font-weight: bold;
	color: #f37b20;
}

.rsvp-form .sponsor-level.gfield label, .rsvp-form .sponsor-level.gfield .gfield_description {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

.rsvp-form .inline-qty.gfield .ginput_container{
	display: inline;
	margin-left: 10px;
	width: 37px;
}

.rsvp-form .inline-qty.gfield .ginput_container input {
	width: 37px;
}

.gform_wrapper .rsvp-form .half-col {
	width: 47%;
	float: left;
	clear: none;
}

.gform_wrapper .rsvp-form .half-col.left {
	margin-right: 4.5%;
}

.gform_wrapper .rsvp-form .half-col.auto,
.gform_wrapper .rsvp-form .half-col.auto.right,
.gform_wrapper .rsvp-form .half-col.auto.left {
	width: auto;
}

.gform_wrapper form span.ginput_product_price {
    color: #f37b20;
}


@media(min-width: 711px){
	.video-content {
		margin-bottom: 35px;
	}

	.video-content p {
		margin-bottom: 0;
	}
}
@media (max-width: 1400px) {
	.slide img {
		max-width: none;
		width: auto;
		height: 734px;
	}
}

@media (max-width: 1100px) {
	.nav-menu > li > a > .nav-border {
		padding: 0px 15px;
	}
	
}

@media (max-width: 980px) {
	.cal-wrapper .read-more {
		position: relative;
	}
}

@media (min-width: 481px) and (max-width: 980px) {
	.cal-mth,
	.cal-day,
	.cal-date {
		padding: 0 5px;
	}
	
	.cal-date {
		font-size: 1.5em;
	}
	
	.card h2 {
		margin: 5% 0 0 0;
	}
	
	.cta {
		padding: 0px 8px;
	}
	
	.cta .mask {
		padding: 0px 8px;
	}
}

@media (max-width: 959px) {
	.page-content, .blog-roll .content-container{
		padding-right: 22px; padding-left: 22px;
		margin: 0 -15px;
	}
	.exhibition-content.page-content .content-container{
		padding-right: 22px; padding-left: 22px;
		margin: 0 -7px;
	}
	div.col-md-8.col-md-push-4.main-content{
		overflow-x: hidden;
	}
	.hero-img-with-caption{
		margin: 0px -15px;
	}

	.row.related-posts{
		margin-bottom: 0px;
	}
	.section-info{
		display: block;
	}
	.exh-prev-md {
		margin-bottom: 25px;
	}
	
	.both-sidebars {
		margin-top: 25px;
	}
	
	.exh-archives .row { margin-bottom: -25px;}
	
	.heritage-top-img {
		margin-bottom: 0;
	}
	
	.single-exhibition .primary-sidebar-bottom {margin-top: 30;}
}

@media (min-width: 769px) and (max-width: 959px) {
	.exh-prev-md.desc-overlay,
	.exh-prev-md-content.slideshow {
		height: 543px;
		max-height: 543px;
		overflow: hidden;
	}
	
	.footer .signup-form .gform_wrapper .gform_heading {
		width: 30%;
	}
	.footer .signup-form .newsletter .gform_footer {
		width: 12%;
	}
	.footer .signup-form .newsletter .gform_body {
		width: 58%;
	}

}

@media (min-width: 568px) and (max-width: 959px) {
	.related-posts {margin-bottom: 0px; }
	.blog-roll-item-md-container .col-sm-6, .related-posts .col-sm-6 { width: 50%; float: left;}
	.blog-roll-item-md-container .col-md-6.col-sm-6 { padding: 0; width: 48%;}
}

@media (max-width: 567px) {
	.blog-roll-item-md-container .col-md-6.col-sm-6 { width: auto;}
	.blog-roll-item-md-container .col-md-6.col-sm-6.first { margin-right: 0; margin-bottom: 25px;}
	.blog-roll-item-text, .blog-roll-item-sm { padding: 22px; }
	.blog-roll-item-sm img { margin-bottom: 22px;}
	.main-content .page-content .wp-caption { margin-bottom: 10px;}
	.main-content .page-content img.half-width,
	.main-content .page-content .half-width-caption{
		width: 100%;
		margin-bottom: 10px;
		padding-top: 0;
		margin-top: 0;
	}
	
	.main-content .page-content img.half-width.alignright,
	.main-content .page-content .half-width-caption.alignright,
	.main-content .page-content img.half-width.alignleft,
	.main-content .page-content .half-width-caption.alignleft{
		float: none;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		margin-top: 0;
	}
	
	.row.primary-sidebar .box-item {
		width: 100%;
		float: none;
	}
	img.size-full {
		margin-bottom: 15px;
	}
	img.alignright , img.alignleft{
		width: 100%;
		margin-bottom: 15px;
		float: none;
		margin-left: 0px;
	}
	.wp-caption.alignright , .wp-caption.alignleft{
		width: 100%;
		margin-bottom: 15px;
		float: none;margin-left: 0px;margin-right: 0px;
	}
	.wp-caption.alignright img, .wp-caption.alignleft img{
	margin-bottom: 0px;
	}
	 .full-image-box-2.content-box .btn.left{
	 	float: left;
	 	display: block;
	 }
	 .full-image-box-2.content-box .btn.right{
	 	float: left;
	 	display: none;
	 }
	 
	 .mm-preview-roll .col-xxs-12, .heritage-content .cards-wrapper .col-xxs-12 {
		width: 100%;
	 }
	 
	 .heritage-center-container .card h2 {
		font-size: 35px;
	}
	
	.sp-bio .sp-left-info {
		padding: 0;
	}
	
	.single-exhibition .related-posts.exhibition-preview-blocks .box-item{
		margin-bottom: 30px;
	}
	.single-exhibition .related-posts.exhibition-preview-blocks .box-item:last-child{
	 margin-bottom: 0px;
	}
	
	.section-info h2.sidebar-title {
font-weight: 300;
line-height: 0.7;
	font: 1.7em "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
	}
	.section-info p {
		font-size: 15px;
		line-height: 1.4;
		font-weight: 300;
		margin: 0;
		}
}


@media (max-width: 711px) {
	.blog-box {
		border-bottom: solid 30px #f1f1f1;
	}
	
	.home-intro-wrapper {
		padding: 0px;
	}
	
	.home-intro,
	.home-info {
		padding: 30px 15px 60px;
	}

	.blog-wrapper .block-title {
		padding: 0 15px;	
	}
	
	.blog-meta {
		padding: 0 15px;
	}
	
	.blog-wrapper {
		border-right: none;
		border-bottom: 25px solid #f7f7f7;
	}
	
	.blog-img {
		display: none;
	}
	
	.blog-item .col-md-8 {

	}
	
	.cal-feature {
		border-left: none;
		padding: 0;
	}
	
	.cal-feature .cal-item {
		margin: 0;
	}
	
	.cal-feature .cal-item > div {
		padding: 0;
	}
	
	.cal-item {
		padding: 20px 15px;
		margin: 0 -15px;
	}
	
	.cal-date {
		font-size: 1.8em;
	}
	
	.cal-wrapper .read-more {
		font-size: 1.2em;
		font-weight: 600;
	}
	
	.cta-wrapper .cta {
		margin-bottom: 15px;
	}
	
	.cta h2 {
		font-size: 1.1333em;
	}
	
	.cta-wrapper .cta.odd {
		padding-right: 7px;
	}
	
	.cta-wrapper .cta.even {
		padding-left: 7px;
	}
	
	.cta-wrapper .cta.even .mask {
		padding: 0px 15px 0px 7px;
	}
	
	.cta-wrapper .cta.odd .mask {
		padding: 0 7px 0 12px;
	}
	
	.cta-wrapper .mask .inner {
		padding: 10px;
	}
	
	.slideshow, .slideshow-basic-page,
	.slide,
	.slide img {
		max-height: 404px;
		height: auto;
	}
	
	.slide img {
		width: initial;
		max-width: none;
	}
	
	.cycle-overlay {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		height: auto;
	}
	
	.caption .col-left,
	.caption .col-right {
		width: 100%;
		float: none;
	}
	
	.caption .button {
		position: relative;
		bottom: auto;
		right: auto;
		display: inline-block;
	}
	
	
	
	footer .container-fluid .row .cta {
		text-align: center;
	}
	
	.f-widgets .f-social h5.cta {
		text-align: left;
	}
	
	footer .social-legal, footer .hours {
		float: none;
		clear: both;
	}
	footer .hours {
		float: none;
		width: 100%;
		clear: both;
	}
	.newsletter .form-group {
		float: left;
		padding: 0 15px;
	}
	
	.newsletter .form-group.odd {
		padding-right: 7px;
	}
	
	.newsletter .form-group.even {
		padding-left: 7px;
	}
	
	.form-control {
		margin: 0;
	}
	
	.footer .signup-form {
		padding-left: 15px;
	}
	
	footer .container-fluid .row .cta {
		margin-bottom: 15px;
	}
	
	.footer .signup-form .newsletter .gform_body {
		width: 100%;
		padding: 0;
	}
	
	.footer .signup-form .newsletter .gform_footer {
		width: 50%;
	}
	
	.footer .signup-form .gfield {
		width: 50%;
		margin-bottom: 10px;
	}
	
	body .footer .container-fluid .row .signup-form .gform_wrapper form.newsletter .gform_body ul.gform_fields .gfield {
		padding: 5px !important;
		width: 50%;
	}
	
	.footer .signup-form .newsletter .gform_body {
		float: none;
	}
	
	.footer .signup-form .newsletter .gform_footer{
		padding: 5px;
	}
	
	.footer .signup-form .gform_wrapper {
		margin: 0 -5px;
		width: auto;
	}
	
	.footer .signup-form .gform_wrapper .gform_heading {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.footer .signup-form .gform_wrapper .gform_heading .gform_description{
		text-align: center;
	}
	.blog-roll .blog-roll-item-lrg .more-link.button {position: static;}
	.blog-roll-item-sm img {margin-right: 0; width: 100%; height: auto; float: none;}
	.blog-roll-item-sm .blog-roll-item-text {margin-left: 0; }
	.blog-roll-item-lrg .entry-title {padding-right: 0;}
	
	.exh-prev-lrg.desc-overlay img { max-height: 404px; }
	.exh-prev-md .cycle-overlay {bottom: 0; height: auto;}
	.exh-prev-md .container-fluid { padding: 0 15px;}
	.exh-prev-sm {margin-bottom: 25px;}
	.exh-prev-md-content.slideshow {height: 358px !important; margin-bottom: 25px; position: relative; }
	.desc-overlay .slideshow {height: auto; max-height: none;}
	.desc-overlay .col-left {padding-right: 0;}
	.exh-prev-md .slide { height: auto; max-height: none; }
	.exh-prev-md {min-height: 358px;}
	
	.exh-prev-md-content.slideshow img {
		width: 710px;
		height: 498px;
	}
	
	.exh-prev-md-sidebar { margin-bottom: 0;}
	
	
}


@media (min-width: 769px) and (max-width: 871px) {
	.nav-menu > li > a > .nav-border {
		padding: 0px 8px;
	}
	
	.multimedia-menu > li > a > .nav-border{
		padding: 0px 15px;
	}
	
	.card {
		font-size: 0.8em;
	}
	
	.card h2 {
		margin: 0;
	}
	
	.multimedia-menu > .menu-item > a {
		font-size: 1em;
	}
	
	.multimedia-header-content {
		margin-top: 35px;
	}
	
	.mm-preview-roll .col-sm-6{
		width: 33% !important;
	}
}
@media (min-width: 769px)  {
	
	.mm-preview-roll .col-sm-6{
		width: 33% !important;
	}
}
/**
 * The bootstrap mobile screen is at 768px so using that for mobile!
 * It was previously set at 568!
 **/
@media (max-width: 768px) {
 
	.header-pushdown {
		/*min-height: 0;*/
	}
	
	.header-container .row {
		margin-bottom: 5px;
	}
	
	.nav-menu {
		width: 100%;
	}
	
	.navbar-collapse {
		background-color: #b95684;
		background-color: rgba(185, 86, 132, 0.9);
		position: absolute;
		top: 100%;
		z-index: 999;
		padding: 0 0 20px 0;
	}
	
	.nav-container {
		display: table;
		width: 100%;
		padding-top: 0;
	}
	
	.navbar-collapse .pull-right {
		width: 100%;
	}
	
	.navbar-collapse .row {
		background: none;
	}
	
	.nav-container .prim-nav {
		display: table-header-group;
	}
	
	.nav-container .sec-nav {
		display: table-footer-group;
	}
	
	.nav-menu {
		padding: 0 0 15px;
		float: none;
	}
	
	.navbar-collapse.col-sm-8 {
		width: 100%;
		
	}
	
	.nav-menu > li {
		float: none;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #ffffff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.9);
		padding-bottom: 0;
		line-height: 30px;
	}
	
	.nav-menu > .menu-item:hover:after {
		background: none;
		width: 0;
		height: 0;
	}
	
	.nav-menu > .menu-item > a,
	.multimedia-menu > .menu-item > a{
		color: #ffffff;
		border: none;
		padding: 15px;
	}
	
	.nav-menu .menu-item-has-children > a {
		position: relative;
	}
	
	.nav-menu .menu-item-has-children > a:after,
	.multimedia-menu .menu-item-has-children > a:after{
		height: 7px;
		width: 12px;
		display: inline-block;
		vertical-align: middle;
/*		background: url("img/menu-arrow-sprite.png") no-repeat -13px 0;
*/		position: absolute;
		right: 5%;
		top: 38%;
		font-family: FontAwesome;
		content: "\f107";
	}
	
	.nav-menu .menu-item-has-children.open > a:after,
	.multimedia-menu .menu-item-has-children.open > a:after{
		font-family: FontAwesome;
		content: "\f106";
	}
	
	.nav-menu .col-left > .sub-menu li a {
		font-weight: normal;
	}
	
	.nav-menu > .menu-item .nav-border,
	.nav-menu .col-left {
		border-left: none;
		padding: 0;
	}
		
	.nav-menu > .menu-item.menu-item-has-children .sub-menu{
		overflow-y: hidden;
		transition-property: all;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
		display: block;
		position: relative;
		background-color: #733752;
		background-color: rgba(115, 55, 82, 0.5);
		visibility: hidden;
		height: 0;
		width: 100%;
	}
	
	.nav-menu .col-left, .nav-menu .col-right {
		width: 100%;
		float: none;
	}
	.nav-menu .col-right {
		display: none;
	}
	
	.nav-menu > .menu-item.menu-item-has-children.open .sub-menu {
		display: block;
		height: auto;
		visibility: visible;
	}
	
	.sub-menu .menu-item a:hover,
	.nav-menu .col-left li a:hover {
		background-color: #b95684;
		background-color: rgba(185, 86, 132, 0.9);
	}
	
	.nav-menu .col-left > .sub-menu li a {
		color: #ffffff;
	}
	
	.nav-menu > .menu-item:hover .sub-menu {
		display: block;
	}
	
	#menu-secondary-navigation li a {
		color: #e6b0c9;
		text-transform: uppercase;
	}
	
	#menu-secondary-navigation .menu-item {
		width: 33.333%;
		padding: 0 0 0 15px;
		margin-bottom: 20px;
	}
	
	.sec-nav-inner {
		display: table;
		width: 100%;
	}
	
	.desktop-header-search {
		display: table-footer-group;
	}
	
	.sec-nav-inner > ul {
		display: table-header-group;
		float: none !important;
	}
	
	.desktop-header-search {
		padding-left: 15px;
		padding-right: 43px;
	}
	
	.desktop-header-search .screen-reader-text {
		color: #ffffff;
		width: 100%;
		font-size: 18px;
		height: 18px;
		padding: 0;
	}
	
	.desktop-header-search .search-field,
	.desktop-header-search .search-form label {
		width: 100%;
	}
	
	.desktop-header-search .search-field {
		height: 30px;
	}
	
	.desktop-header-search .search-box {
		float: left;
		padding-left: 15px;
		width: 100%;
	}
	
	.desktop-header-search .search-toggle {
		padding-right: 5px;
		padding-top: 5px;
		position: absolute;
		right: 0;
	}
	
	.nav-menu .overview { display: block;}
	
	
	.mm-content-padding,
	.mm-content-padding-narrowest{
		padding-left: 0;
		padding-right: 0;
	}
	.mm-detail .page-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.fullwidthimg {
		max-height: 200px;
	}
	
	.heritage-top-img img {
		margin-bottom: 25px;
	}
	.heritage-top-img h1 {
		color: #737373;
		font-size: 35px;
		line-height: 42px;
		position: relative;
		text-shadow: none;
		margin: 0;
		bottom: unset;
		margin-bottom: 30px;
	}

	.heritage-center-content .page-content {
		padding-left: 12px;
		padding-right: 12px;
	}
	.page-template-page-heritage-overview-php .heritage-center-container{
		margin: 0px -15px;
	}
	.heritage-top-img h1{
		margin-bottom: 0px;
		margin-top: 30px;
		margin-left: -3px;
		margin-right: -3px;
	}
	.mm-two-col .left, .mm-two-col .right {
		padding-right: 15px;
		padding-left: 15px;
	}	
}

@media screen and (max-width:600px) {
    #wpadminbar {
        position: fixed !important;
	}
}
@media (max-width: 639px) {
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child{
		float: none;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		border-top: 1px solid #cccccc;
		margin-bottom: 0;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a{
		text-align: center;
		display: block;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li:first-child a, .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:first-child a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child a{
		margin-left: 0;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs{
		height: auto;
	}
}
