/* ==========================================================================
   9 = IMAGES & GALLERIES
   ========================================================================== */
/* 06 =IMAGES
---------------------------------------------------------------------------------------------------- */
a img { border: none; }
p img { margin-bottom: .5em;/* a small bottom margin prevents content floating under images */ }
img.alignleft, figure.alignleft {
	margin-right: 1em;
	display: inline;
	margin-top: .3em;
}
img.alignright, figure.alignright {
	margin-left: 1em;
	display: inline;
	margin-top: .3em;
}
/* Resize images to fit the main content area.*/

img[class*="size-"], img[class*="wp-image-"], img[class*="attachment-"], img.attachment-slide, .elastic img, .image-wrap img, .attachment img, img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}
figure figcaption {
	display: block;
}
.image-wrap, .single .image-wrapper { margin-bottom: 1.5em; margin-top: .8em }


.wp-caption img { margin: 0; }

.wp-caption,
figure.image-wrapper {
	position:relative;
	overflow:hidden;
	margin:0;
}

.wp-caption img,
figure.image-wrapper img {
	width: 100%;
	height:auto
}
.wp-caption .wp-caption-text,
.image-wrapper .wp-caption-text {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: rgba(0, 124, 183, .85);
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	font-size: .9em;
	line-height: 1.8em;
	position:absolute;
	bottom:0;
	left:0;
	width:100%
}
.media-featured  {
	margin-bottom: 30px;
}

.circle { border-radius: 500%}
.profile-image {
	border-radius: 500%;
}

.thumbviewport {
	margin: auto;
	text-align: center;
	background-color: #CF7507;
	background-image: url(../images/thumb-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
#secondary .thumbviewport {
	margin: auto;
	text-align: center;
	background-color: transparent;
}
.thumbviewport {
	overflow:hidden
}

.thumbviewport img {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	

	
/*	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);*/
	
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	
}
.thumbviewport:hover img { 
/*	opacity: 0;*/

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	

	
/*	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);*/


	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.thumbviewport {
	position: relative;
	z-index: 20;
}
.thumbviewport .icon {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.thumbviewport .icon {
	position: absolute;
	z-index: 1;
	text-align: center;
	top: 50%;
	left: 0;
	height: 120px;
	width: 100%;
	margin-top: -60px;
	/* Half the height */

	opacity: 0;
	color: #FFF;
	line-height: 30px;
}
.thumbviewport .itemsno {
	background-color: #A25B09;
	height: 104px;
	width: 104px;
	border-radius: 500%;
	text-transform: uppercase;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
}
.thumbviewport .itemsno span {
	display:block;
	font-size: .9em
}
.thumbviewport .itemsno span.number {
	display: block;
	padding-top: 29px;
	padding-bottom: 1px;
	font-size: .975em
}
.thumbviewport figcaption {
	text-align: center;
	font-family: "Lato";
	font-size: 0.9em;
	text-transform: uppercase;
	color: #FFF;
	font-style: normal !important;
	margin-top: 8px;
}
.thumbviewport .icon .dashicons { font-size: 30px !important }
.thumbviewport:hover .icon {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.thumbviewport .icon a {
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	color: #FFF;
	opacity: .75;
	padding-right: 5px;
	padding-left: 5px;
}
.thumbviewport .icon a:hover {
	color: #FFF;
	opacity: 1;
}
#secondary .thumbviewport .icon {
	position: absolute;
	z-index: 1;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	/* Half the height */
	margin-left: -12px;
	/* Half the width */
	opacity: 0;
	line-height: 20px;
}
#secondary .thumbviewport .icon a { color: #444851 !important; }
#secondary .thumbviewport .icon .fa { font-size: 19px !important }
.image-navigation {
	float: right;
	overflow: hidden;
	margin-top: 40px;
}
.previous-image {
	display: inline-block;
	width: 130px;
	text-align: center;
}
.next-image {
	display: inline-block;
	width: 130px;
	text-align: center;
}
.image-navigation img {
	height: 50px;
	width: 50px;
	border-radius: 500px;
	display: inline;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.image-navigation img:hover { opacity: .5; }
.image-navigation .thumb {
	display: inline;
	text-align: center
}
.page-featured-image figure {
	margin-top: -20px;
	overflow: hidden;
	position: relative;
	margin-right: -10px;
	margin-bottom: 27px;
	margin-left: -10px;
	

}

.featured-image.full-width img { width:100%; height:auto;}	

.image-description {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	color: #403E3E;
	opacity: .87;
	padding-top: 7px;
}
.image-description .fa {
	margin-right: 7px;
	color: #767676
}

.featured-image.full-width {
	margin:0;
	position:relative
}	
.featured-image.full-width .description {
	background-color: #1E5B7A;
	background-color: rgba(4, 42, 79, 0.93);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 18px 18px 18px 22px;
	font-size: 1.4em;
	font-weight: 300;
	opacity: .9;
}	


.hsection-right {
	margin-bottom: 1em;
	overflow: hidden
}
.hsection-right p { margin-bottom: .9em }
.hsection-right .page-subtitle {
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px
}
.hsection-left {
	background-color: rgba(3, 3, 3, 0.05);
	margin-right: 12px;
	padding: 20px;
	font-size: 1em;
	color: #454A52;
	margin-bottom: 35px;
	font-weight: bold;
}
.hsection-left p, .hsection-left h1, .hsection-left h2, .hsection-left h3, .hsection-left h4 {
	margin-bottom: 0;
	font-size: 1.8em;
	line-height: 1.45em;
}
.smartblock img {
	max-width: 100%;
	height: auto
}
.continue {
	position: relative;
	overflow: hidden;
	text-align: right;
	font-size: .825em !important;
}
.continue:before {
	background: none repeat scroll 0 0 rgba(3, 3, 3, 0.12);
	content: " ";
	height: 7px;
	left: 0px;
	margin-left: -140px;
	position: absolute;
	top: 7px;
	width: 100%;
	z-index: -1;
}
.triangle, .triangle-title { display: none }
.eventcat-training .triangle, .eventcat-training .triangle-title { display: block }
.triangle {
	width: 0px !important;
	height: 0px !important;
	border-style: solid !important;
	border-width: 0 60px 60px 0 !important;
	border-color: transparent #D3AD4A transparent transparent !important;
	position: absolute !important;
	right: 0px !important;
	top: 0px !important;
	z-index: 990;
}
.triangle-title {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	color: #FFF !important;
	position: absolute;
	top: 15px;
	right: -8px;
	z-index: 991;
	margin: 0px;
	padding: 0px;
}
#primary .event-one .triangle-title {
	font-size:12px !important
}
.site-content {
/*	overflow:hidden*/
}

/*gallery*/

.gallery {
	width: auto;
	max-width: none;
	margin: 0 -10px;
}
.gallery .gallery-item {
	position: relative;
	float: left;
	margin: 0 !important;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	background-color: #CF7507 !important;
}
.site-content .gallery img {
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	border: none !important;
	-webkit-backface-visibility: hidden;
}
.gallery-icon, .gallery-icon img {
	width: 100%;
	height: auto !important;
	background-color: #CF7507 !important;
	-webkit-transition: all 1.3s ease;
	-moz-transition: all 1.3s ease;
	-ms-transition: all 1.3s ease;
	-o-transition: all 1.3s ease;
	transition: all 1.3s ease;
}
  
.envira-gallery-item:hover img, .site-content .gallery .gallery-item:hover img { opacity: .2 !important; }
.image-gallery {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 20px;
}
.image-gallery h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.gallery .gallery-caption {
	position: absolute;
	bottom: 1em;
	left: 0;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s;
	text-align: center;
	opacity: 0;
	color: #fff;
	background-color: transparent;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.gallery .gallery-item:hover .gallery-caption {
	bottom: 1em;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.gallery-icon a {
	position: relative;
	z-index: 50;
	display: block
}
.action-icon {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.gallery-caption .action-icon {
	position: absolute;
	top: -35px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	opacity: 0;
	color: #000;
}
.action-icon span { opacity: .8; }
.action-icon * {
	font-family: "Lato" !important;
	font-size: 12px !important
}
.action-empty {
	position: absolute !important;
	/*	top: 50% !important;
	left: 50% !important;
	width: 50px !important;
	height: 50px !important;*/
	top: 25px !important;
	left: 10px !important;
	/*	width: 50px !important;
	height: 50px !important;*/
	margin-top: 5px !important;
	/*	margin-left: -15px !important;*/
	opacity: 0;
	max-width: 90%;
	color: #fff !important;
}
.action-empty .fa-2x { font-size: 2em; }
.action-empty .fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
.action-empty .dashicons {
	display: inline-block;
	font-family: Dashicons;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
.envira-gallery-item:hover .action-icon, .gallery .gallery-item:hover .action-icon {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.gallery br { display: none !important; }
 @media screen and (max-width:430px) {
.col-2, .gallery-columns-2 .gallery-item { width: 100% !important; }
.col-3, .gallery-columns-3 .gallery-item { width: 100% !important; }
.col-4, .gallery-columns-4 .gallery-item { width: 100% !important; }
.col-5, .gallery-columns-5 .gallery-item { width: 100% !important; }
.col-6, .gallery-columns-6 .gallery-item { width: 100% !important; }
.col-7, .gallery-columns-7 .gallery-item { width: 100% !important; }
.col-8, .gallery-columns-8 .gallery-item { width: 100% !important; }
.col-9, .gallery-columns-9 .gallery-item { width: 100% !important; }
.gallery .gallery-caption { font-size: .9em; }
.gallery { margin: 0 -10px; }
.gallery .gallery-item {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
}
 @media screen and (min-width:431px) and (max-width:767px) {
.col-2, .gallery-columns-2 .gallery-item { width: 50% !important; }
.col-3, .gallery-columns-3 .gallery-item { width: 50% !important; }
.col-4, .gallery-columns-4 .gallery-item { width: 50% !important; }
.col-5, .gallery-columns-5 .gallery-item { width: 50% !important; }
.col-6, .gallery-columns-6 .gallery-item { width: 50% !important; }
.col-7, .gallery-columns-7 .gallery-item { width: 50% !important; }
.col-8, .gallery-columns-8 .gallery-item { width: 50% !important; }
.col-9, .gallery-columns-9 .gallery-item { width: 50% !important; }
.gallery .gallery-caption { font-size: .9em; }
.gallery {
	width: auto;
	max-width: none;
	margin: 0 -10px;
}
.gallery .gallery-item {
	position: relative;
	float: left;
	margin: 0 !important;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
}
}
 @media screen and (min-width:768px) and (max-width:1024px) {
.col-2, .gallery-columns-2 .gallery-item { width: 50% !important; }
.col-3, .gallery-columns-3 .gallery-item { width: 33.333% !important; }
.col-4, .gallery-columns-4 .gallery-item { width: 33.333% !important; }
.col-5, .gallery-columns-5 .gallery-item { width: 25% !important; }
.col-6, .gallery-columns-6 .gallery-item { width: 33.333% !important; }
.col-7, .gallery-columns-7 .gallery-item { width: 25% !important; }
.col-8, .gallery-columns-8 .gallery-item { width: 25% !important; }
.col-9, .gallery-columns-9 .gallery-item { width: 12.5% !important; }
.gallery .gallery-caption { font-size: .8em; }
}
 @media screen and (min-width:1025px) {
.col-2, .gallery-columns-2 .gallery-item { width: 50% !important; }
.col-3, .gallery-columns-3 .gallery-item { width: 33.333% !important; }
.col-4, .gallery-columns-4 .gallery-item { width: 25% !important; }
.col-5, .gallery-columns-5 .gallery-item { width: 19.999% !important; }
.col-6, .gallery-columns-6 .gallery-item { width: 16.666% !important; }
.col-7, .gallery-columns-7 .gallery-item { width: 14.285% !important; }
.col-8, .gallery-columns-8 .gallery-item { width: 12.5% !important; }
.col-9, .gallery-columns-9 .gallery-item { width: 11.111% !important; }
.gallery .gallery-caption {
	font-size: .9em;
	line-height: 1.4em;
}
}
.logos-wrapper .gallery {
	padding-left: 50px;
	padding-right: 50px
}
.gallery-isotope { }
.gallery_item .page-subtitle { font-size: 1.36em }
.gallery_item .page-subtitle .last { color: #8D9092 }
.gallery-content {
	margin-bottom: 30px;
	min-height: 240px;
	padding: 25px 0 10px;
}
.gallery_item .gallery-content {
	overflow: hidden
}
.post-type-archive-gallery_item .gallery-content  {

}
.gallery-brick {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-bottom: 20px;
}
.gallery-brick img {
	width: 100%;
	height: auto
}
.brick-gallery-header {
	background-color: #EBF0F3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.brick-gallery-header h4 a { color: #8D9092; }
.brick-gallery-header h4 {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
}

.gallery-page {}

.filters-menu {
	list-style: none;
	display: inline-block;
	width: auto;
	float: left;
	padding: 0;
	margin: 0px 0px 5px 9px;
}
.page-template-template-events .filters-menu{
	float: none;
}
.menu-holder .affinity-buttons{
	padding-right: 5px !important;
}
.menu-holder .affinity-buttons .filters-menu{
	float: left;
	display: inline-block;
	width: auto;
}
.filters-menu li {
/*	display: inline-block;*/
	float: left;
	margin-bottom: 15px;
	margin-right: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid #b6b7b9;
	border-right: 1px solid #b6b7b9;
	border-bottom: 1px solid #a0a1a3;
	border-left: 1px solid #b6b7b9;
}


.filters-menu li a,
.single .event-back a{
	background: #eff8ff;
	background-image: -webkit-linear-gradient(top, #f9f9f9, #dfdfdf);
	background-image: -moz-linear-gradient(top, #f9f9f9, #dfdfdf);
	background-image: -ms-linear-gradient(top, #f9f9f9, #dfdfdf);
	background-image: -o-linear-gradient(top, #f9f9f9, #dfdfdf);
	background-image: linear-gradient(to bottom, #f9f9f9, #dfdfdf);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: -1px 1px 0px #f6f6f6;
	color: #717171;
	font-size: 14px;
	padding: 3px 18px;
	text-decoration: none;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.8);
	border-left: 1px solid rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.single .event-back {
	float:left;
	margin-top:25px;
	margin-bottom:5px;
	overflow:hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid #b6b7b9;
	border-right: 1px solid #b6b7b9;
	border-bottom: 1px solid #a0a1a3;
	border-left: 1px solid #b6b7b9;
}

.filters-menu li a:hover,
.single .event-back a:hover {
  background: #eaf7ff;
  background-image: -webkit-linear-gradient(top, #eaf7ff, #c4d1d9);
  background-image: -moz-linear-gradient(top, #eaf7ff, #c4d1d9);
  background-image: -ms-linear-gradient(top, #eaf7ff, #c4d1d9);
  background-image: -o-linear-gradient(top, #eaf7ff, #c4d1d9);
  background-image: linear-gradient(to bottom, #eaf7ff, #c4d1d9);
  text-decoration: none;
}
.filters-menu li.active,
.filters-menu.eventlink-training .eventlink-training,
.filters-menu.eventlink-events .eventlink-events,
.filters-menu li.current-cat {
	border-top: 1px solid #87949d;
	border-right: 1px solid #87949d;
	border-bottom: 1px solid #647179;
	border-left: 1px solid #87949d;
}
.filters-menu li.active a, .filters-menu li.active a:hover,
.filters-menu.eventlink-training .eventlink-training a,
.filters-menu.eventlink-events .eventlink-events a,
.filters-menu li.current-cat a {
	background: #eaf7ff;
	background-image: -webkit-linear-gradient(top, #eaf7ff, #c4d1d9);
	background-image: -moz-linear-gradient(top, #eaf7ff, #c4d1d9);
	background-image: -ms-linear-gradient(top, #eaf7ff, #c4d1d9);
	background-image: -o-linear-gradient(top, #eaf7ff, #c4d1d9);
	background-image: linear-gradient(to bottom, #eaf7ff, #c4d1d9);
	text-decoration: none;
	color: #3e4b53;
}
.filters-menu li a .fa,
.single .event-back .fa {
	height: 16px;
	width: 16px;
	border: 1px solid #999999;
	border-radius: 500px;
	text-align: center;
	margin-left: 8px;
	background-image: -webkit-linear-gradient(top, #fafafa, #d6d8d7);
	background-image: -moz-linear-gradient(top, #fafafa, #d6d8d7);
	background-image: -ms-linear-gradient(top, #fafafa, #d6d8d7);
	background-image: -o-linear-gradient(top, #fafafa, #d6d8d7);
	background-image: linear-gradient(to bottom, #fafafa, #d6d8d7);
	-webkit-box-shadow: 1px 1px 1px 0 rgba(255,255,255,.5);
	box-shadow: 1px 1px 1px 0 rgba(255,255,255,.5);
	position: relative;
	top: 1px;
}
.filters-menu li a .fa {
	float:right;
	top: 5px;
}
.single .event-back .fa {
	margin-left: 0px;
	margin-right: 8px;
	top:0 !important;
}
.filters-menu li a:hover .fa,
.single .event-back:hover .fa {
	border: 1px solid #7c8690;
	background-image: -webkit-linear-gradient(top, #fafafa, #cdd1cf);
	background-image: -moz-linear-gradient(top, #fafafa, #cdd1cf);
	background-image: -ms-linear-gradient(top, #fafafa, #cdd1cf);
	background-image: -o-linear-gradient(top, #fafafa, #cdd1cf);
	background-image: linear-gradient(to bottom, #fafafa, #cdd1cf);
	color: #3e4b53;
}
.filters-menu li a .fa:before,
.single .event-back .fa:before {
	margin-top: -1px;
	margin-left: 2px;
}
.filters-menu li.active a .fa, .filters-menu li.active a:hover .fa,
.filters-menu.eventlink-training .eventlink-training a .fa,
.filters-menu.eventlink-events .eventlink-events a .fa {
	border: 1px solid #647179;
background: #feffff;
background: -moz-linear-gradient(top, #feffff 0%, #becbd3 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #becbd3));
background: -webkit-linear-gradient(top, #feffff 0%, #becbd3 100%);
background: -o-linear-gradient(top, #feffff 0%, #becbd3 100%);
background: -ms-linear-gradient(top, #feffff 0%, #becbd3 100%);
background: linear-gradient(to bottom, #feffff 0%, #becbd3 100%);
	-webkit-box-shadow: 1px 1px 1px 0 rgba(255,255,255,.5);
	box-shadow: 1px 1px 1px 0 rgba(255,255,255,.5);
	
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#filters-cats.filters-menu { margin-bottom:20px}
#tab .list-cat  {
	margin:0;
	padding:0
}
#tab .list-cat li {
	display: inline-block !important;
	list-style: none !important
}
.category-title,
.searchresult-title {
	font-size: 1.5em;
	color: #a27802;
}


.booking-content div.em-booking-message-error {
	background-color: #FFF4F2;
	border: 1px solid #EE2D5E;
}
.booking-content div.em-booking-message {
	border-radius: 3px;
	color: #185776;
	margin: 10px 0 30px;
	padding: 5px 10px 7px;
}
.booking-content div.em-booking-message p {
	color: #185776;
	font-size: 0.938em;
	margin-bottom: 15px;
}


.fullcalendar ul { list-style:none; padding:0; margin:0}
.fullcalendar ul li {
	line-height: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #EBEBEB;
	font-size: 14px;
}








.image-navigation {
	float: right;
	overflow: hidden;
	margin-top: 40px;
}
.previous-image {
	display: inline-block;
	width: 130px;
	text-align: center;
}
.next-image {
	display: inline-block;
	width: 130px;
	text-align: center;
}
.image-navigation img {
	height: 50px;
	width: 50px;
	border-radius: 500px;
	display: inline;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.image-navigation img:hover { opacity: .5; }
.image-navigation .thumb {
	display: inline;
	text-align: center
}



.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger, .category-all { position: relative; }

@media screen and (min-width:600px) {
	
	.member-cat-menu ul {
		position: absolute;
		top: 100%;
		left: 1px; /* dropdown left or right */
		z-index: 110;
		display: none;
		min-width: 150px;
		list-style: none;
		padding: 0;
		margin: 0px -1px 0;
		background-color: #FFF;
		border-right: 1px solid #87949d;
		border-bottom: 1px solid #87949d;
		border-left: 1px solid #87949d;
		border-top: 1px solid #B3C4CE !important;
	}

	.member-cat-menu ul.two-cols-split {
		min-width: 300px;
		margin-top: 10px;
	}	
	.member-cat-menu ul.two-cols-split li {
		width: 100% !important;
		float: left !important;
	}
	.member-cat-menu ul.two-cols-split li a {
		font-size: 13px;
		font-weight:400;
		letter-spacing:normal !important;
		text-transform:none !important
	}
	.member-cat-menu ul.two-cols-split li:nth-child(odd) {
	border-right: 1px solid #C6D6DF !important;
	}

}

@media screen and (max-width:768px) {
	.member-cat-menu ul {
		position: relative;
		top: 0;
		left: 0; /* dropdown left or right */
		z-index: 110;
		display: none;
		min-width: 150px;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.member-cat-menu ul.two-cols-split li a {
		font-size: 12px;
	}
	#primary .filters-menu {
		padding: 0 20px 0 2px !important;
		width: 100% !important;
	}	
	#primary .filters-menu > li  {
		width: 100% !important;
	}
}
@media screen and (max-width:599px) {
	.member-cat-menu ul {
		position: relative;
		top: 0;
		left: 0; /* dropdown left or right */
		z-index: 110;
		display: none;
		min-width: 150px;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.member-cat-menu ul.two-cols-split li a {
		font-size: 12px;
	}
	#primary .filters-menu {
		padding: 0 20px 0 2px !important;
		width: 100% !important;
	}	
	#primary .filters-menu > li  {
		width: 100% !important;
	}
}
.above-footer-container { position:relative; z-index:100}

.main-container .member-cat-menu ul li {
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	border-style: none !important;
	border-radius: 0  !important;
}
.main-container .member-cat-menu ul li a {
	background-color: #fff;
	background-image: none !important;
	box-shadow:none !important;
	border-radius: 0  !important;
	border: none;
	border-bottom: 1px solid #D0DDE5;
}
.main-container .member-cat-menu ul li.last-child,
.main-container .member-cat-menu ul li.last-child a {
	border-bottom: 0px none;
}
.main-container .member-cat-menu ul li.current-cat,
.main-container .member-cat-menu ul li.current-cat a {
	background-color: #D0DDE5 !important;
	border-bottom: 1px solid #D0DDE5;
}
