@font-face {
	font-family: 'Didact Gothic';
	font-style: normal;
	font-weight: 400;
	src: local(DidactGothic),local(DidactGothic),url(/fonts/DidactGothic.ttf) format("truetype");
}

@font-face {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
	src: local(Arimo-Regular),local(Arimo-Regular),url(/fonts/Arimo-Regular.ttf) format("truetype");
}

#filter,footer a {
	font-weight: 700;
}

.panel a,footer a:hover {
	text-decoration: none;
}

body {
	overflow-x: hidden;
	background-image: url(../imgs/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 20px 0;
	color: #fff;
	font-family: Arimo,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Didact Gothic',sans-serif;
	margin: 0;
	padding: 5px 0;
}

.featuredbg,.panel,.whitebg {
	margin-bottom: 10px;
}

h2 {
	font-size: 22px;
}

small {
	font-size: 11px;
	font-style: italic;
}

.bodyshadow {
	position: fixed;
	background-color: rgba(0,0,0,.6);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.whitebg {
	background-color: rgba(255,255,255,.8);
	color: #333;
}

.featuredbg {
	background-color: rgba(255,255,255,1);
	color: #333;
}

.padded {
	padding: 10px;
}

#aboutkennyhard {
	display: none;
}

#aboutkenny {
	display: block;
	z-index: -1;
}

#aboutkenny a,.headersocial a {
	color: #fff;
	font-size: 34px;
	margin-right: 5px;
}

#aboutkenny a:hover,.headersocial a:hover {
	color: #5cb85c;
}

.ribbon-wrapper-green {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
}

.panel {
	background-color: rgba(255,255,255,.8);
	color: #333;
}

footer a {
	color: silver;
}

footer a:hover {
	color: #fff;
}

.ribbon-green {
	z-index: 9999;
	font: 700 12px Sans-Serif;
	text-align: center;
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#BFDC7A),to(#8EBF45));
	background-image: -webkit-linear-gradient(top,#BFDC7A,#8EBF45);
	background-image: -moz-linear-gradient(top,#BFDC7A,#8EBF45);
	background-image: -ms-linear-gradient(top,#BFDC7A,#8EBF45);
	background-image: -o-linear-gradient(top,#BFDC7A,#8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.ribbon-green:after,.ribbon-green:before {
	content: "";
	border-top: 3px solid #6e8900;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}

.featuredimg a img,.smallgallery a img {
	width: 100%;
	position: relative;
}

.ribbon-green:before {
	left: 0;
}

.ribbon-green:after {
	right: 0;
}

.whitebg ul {
	padding: 0;
	margin: 0;
}

.whitebg ul li {
	list-style-type: none;
	display: inline-block;
	background-color: rgba(92,184,92,.7);
	padding: 2px 5px;
	color: #fff;
	margin-bottom: 5px;
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color: grey;
	color: #fff;
}

.smallgallery {
	margin-top: 5px;
}

.smallgallery a {
	overflow: hidden;
	width: 32.5%;
	padding: 0 .5%;
	height: 70px;
	display: inline-block;
}

.smallgallery a img {
	height: auto;
}

.gallery {
	width: 100%;
	overflow: hidden;
	border: 1px solid silver;
	padding: 5px;
	background-color: #fff;
}

.featuredimg a {
	overflow: hidden;
	height: 200px;
	display: block;
}

.featuredimg a img {
	height: auto;
}

.btn-warning {
	background-color: #d46e07;
}

.btn-success {
	-webkit-animation: bounce .3s infinite alternate;
	-o-animation: bounce .3s infinite alternate;
	-moz-animation: bounce .3s infinite alternate;
	animation: bounce .3s infinite alternate;
}

@-webkit-keyframes bounce {
	to {
		transform: scale(1.05);
	}
}

@-o-keyframes bounce {
	to {
		transform: scale(1.05);
	}
}

@-moz-keyframes bounce {
	to {
		transform: scale(1.05);
	}
}

@keyframes bounce {
	to {
		transform: scale(1.05);
	}
}

@media only screen and (max-width:1100px) {
	.featuredimg a {
		width: 50% !important;
		float: left !important;
	}

	.smallgallery {
		text-align: center !important;
		margin-top: 0 !important;
	}

	.smallgallery a {
		overflow: hidden !important;
		width: 23% !important;
		padding: 1% 0 !important;
		height: 95.5px !important;
		display: inline-block !important;
		float: left !important;
		margin: 0 1% 1% !important;
	}

	.smallgallery a img {
		position: relative;
		bottom: 40%;
		height: auto;
		width: 100%;
	}

	.featuredimg a img,.smallgallery a img {
	bottom: 80%;
	}
}

@media only screen and (max-width:700px) and (orientation:landscape) {
	.featuredimg a {
		width: 50% !important;
		float: left !important;
	}

	.smallgallery {
		text-align: center !important;
		margin-top: 0 !important;
	}

	.smallgallery a {
		overflow: hidden !important;
		width: 23% !important;
		padding: 1% 0 !important;
		height: 81.5px !important;
		display: inline-block !important;
		float: left !important;
		margin: 0 1% 1% !important;
	}

	.smallgallery a img {
		position: relative;
		bottom: 40%;
		height: auto;
		width: 100%;
	}
}

@media only screen and (max-width:700px) {
	h2,h4 {
		font-weight: 700;
	}

	.featuredimg a img,.smallgallery a img {
		width: 100%;
		position: relative;
		bottom: 40%;
	}

	h2,h4 {
		padding: 2px;
	}

	h2 {
		font-size: 16px;
	}

	h4 {
		font-size: 14px;
	}

	body {
		font-size: 12px;
	}

	.featuredimg a {
		width: 100%;
		float: none;
	}

	.smallgallery {
		margin-top: 5px;
	}

	.smallgallery a {
		overflow: hidden;
		width: 31%;
		padding: 0 1%;
		height: 50px;
		display: inline-block;
	}

	.smallgallery a img {
		height: auto;
	}

	.gallery {
		width: 100%;
		overflow: hidden;
		border: 1px solid silver;
		padding: 5px;
		background-color: #fff;
	}

	.featuredimg a {
		overflow: hidden;
		height: 200px;
		display: block;
	}

	.featuredimg a img {
		height: auto;
	}
}
@media only screen and (max-width:499px) {
	.featuredimg a {
		width: 100% !important;
		float: left !important;
		height:auto !important;
	}

	.smallgallery {
		text-align: center !important;
		margin-top: 0 !important;
	}

	.smallgallery a {
		overflow: hidden !important;
		width: 23% !important;
		padding: 1% 0 !important;
		height: auto !important;
		display: inline-block !important;
		float: left !important;
		margin: 1% !important;
	}

	.smallgallery a img {
		position: relative;
		bottom: 40%;
		height: auto;
		width: 100%;
	}
}

@media only screen and (max-width:600px) and (orientation:landscape) {
	.featuredimg a {
		height:auto !important;
	}
	.smallgallery a {
		height: 75px !important;
	}
}

.mfp-bg,.mfp-wrap {
	left: 0;
	top: 0;
	position: fixed;
}

.mfp-bg,.mfp-container,.mfp-wrap {
	width: 100%;
	height: 100%;
}

.mfp-container:before,.mfp-figure:after {
	content: '';
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	z-index: 1043;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container,img.mfp-img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-close,.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
	display: none;
}

button.mfp-arrow,button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mfp-figure:after,.mfp-iframe-scaler iframe {
	position: absolute;
	left: 0;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,.mfp-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-figure,img.mfp-img {
	line-height: 0;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}

.mfp-arrow .mfp-a,.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow .mfp-b,.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left .mfp-a,.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left .mfp-b,.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right .mfp-a,.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right .mfp-b,.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-image-holder .mfp-content,img.mfp-img {
	max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.mfp-figure:after,img.mfp-img {
	display: block;
	width: auto;
	height: auto;
}

img.mfp-img {
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0,0,0,.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0,0,0,.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.cb_slide_panel {
	background: url(../img/panel_bg_default.jpg);
	border-right: 1px solid #E0E0E0;
	box-shadow: 1px 1px 23px rgba(0,0,0,.17),-1px -1px 0 rgba(255,255,255,.85) inset;
	position: fixed;
	z-index: 65000;
	display: none;
}

.cb_slide_panel.panel_left,.cb_slide_panel.panel_right {
	width: 278px;
	height: 100%;
}

.cb_slide_panel.panel_right {
	box-shadow: 1px 1px 23px rgba(0,0,0,.17),1px 1px 0 rgba(255,255,255,.85) inset;
}

.cb_slide_panel.panel_bottom,.cb_slide_panel.panel_top {
	height: 278px;
	width: 100%;
}

.cb_slide_panel.panel_top {
	box-shadow: 1px 1px 23px rgba(0,0,0,.17),-1px -1px 0 rgba(255,255,255,.85) inset;
}

.cb_slide_panel.panel_bottom {
	box-shadow: 1px 1px 23px rgba(0,0,0,.17),1px 1px 0 rgba(255,255,255,.85) inset;
}

.cb_slide_panel a.close {
	background: url(../img/panel_close_default.jpg) no-repeat;
	border: 1px solid #E0E0E0;
	height: 40px;
	position: absolute;
	text-indent: -9999em;
	width: 40px;
	display: none;
}

.cb_slide_panel.panel_left a.close {
	right: -42px;
	top: 20px;
}

.cb_slide_panel.panel_right a.close {
	left: -42px;
	top: 20px;
}

.cb_slide_panel.panel_top a.close {
	bottom: -41px;
	left: 20px;
}

.cb_slide_panel.panel_bottom a.close {
	top: -41px;
	left: 20px;
}

.cb_slide_panel a.close:hover {
	background-position: -40px 0;
}

.cb_slide_panel .inner {
	padding: 20px 0 0 20px;
	width: 248px;
}

.cb_slide_panel.loading .inner {
	min-height: 300px;
	background: url(../img/ajax-loader.gif) 50% 50% no-repeat;
}

.cb_slide_panel h1 {
	color: #FFF;
	font-size: 1.2em;
	margin: -.15em 0 20px;
	text-shadow: 0 1px 0 #000;
}

.cb_slide_panel h2 {
	border-bottom: 1px solid #276BB3;
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding: 1px 0 0;
	text-decoration: none;
	text-shadow: 0 1px 0 #1F5287;
}

.cb_slide_panel ul {
	padding: 0 0 0 10px;
	list-style-type: none;
}

.cb_slide_panel ul li a {
	color: #91aac4;
	text-decoration: none;
}

.cb_slide_panel ul li a:hover {
	color: #fff;
}

.saucier img {
	bottom: 6% !important;
}

.long-beach img {
	bottom: 18% !important;
}

.ocean-springs img {
	bottom: 25% !important;
}

.diberville img {
	bottom: 20% !important;
}