/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Palanquin);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

.classesBold {
	font-family: 'Open Sans Condensed', sans-serif;
}

.clearfix { 
	margin: 0px;
	padding: 0px;
	clear: both;
}

html, body { 
	margin: 0px;
	padding: 0px;
	font-family: 'Palanquin', sans-serif;
	color:#FFF;
	background:#df2229;
	height:100%;
	border-top: 2px solid #aa0305;
}
h2 {
	font-size: 32px;
    text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
img {
	border:0px;
}

a:link, a:visited {
	color:#999;
	text-decoration:none;
	transition: color 0.4s;
}
a:active, a:hover {
	color:#999;
	text-decoration: none;
}

/* HEADER */
.header_wrapper {
	min-height:185px;
	display:block;
	clear:both;
}
.header {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.header_center {
	text-align: center;
	color: #000;
}

.header_center h4, .header_center p {
	margin: 0;
	padding: 0;
}

.header_center h4 {
	margin-top: -10px;
	font-size: 24px;
}

.header_center p {
	font-size: 20px;
	margin-top: -20px;
}

.header_center p a {
	color: #000;
	text-decoration: none;
}

.header_center p a:hover {
	color: #000;
}


/* NAVIGATION */
.moduletable_menu_left ul, .moduletable_menu_right ul {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
    list-style-type: none;
    margin: 0 auto;
    padding: 0 0 10px 0;
	font-weight: bold;
	bottom: 0px;
	position: absolute;
}

.moduletable_menu_left ul {
	left: 0px;
}

.moduletable_menu_right ul {
	right: 0px;
}

ul.nav li a:link, ul.nav li a:visited {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	transition: color 0.4s;
}
ul.nav li a:hover, ul.nav li a:active {
	color:#999;
}
.moduletable_menu_left ul li a {
	margin-right:26px;
}
.moduletable_menu_right ul li a {
	margin-left:26px;
}

/* ANIMATION */
.animation {
	margin:0 auto;
	position:relative;	
	display:block;
	clear:both;
}
.slide-title {
	font-size:30px !important;
	color:#FFF !important;
	text-transform:uppercase !important;
	margin-top:36px !important;
	margin-bottom:20px !important;
	font-family: 'Open Sans Condensed', sans-serif;
}
.slide-text {
	font-size:15px !important;
}
.slide-desc-in {
	height:200px !important;
}
.slide-desc-bg {
    background: none repeat scroll 0 0 #000 !important;
    opacity: 0.8 !important;
}
.slide-desc-text {
	margin-left:80px !important;
	margin-right:80px !important;
}

.djslider91 {
	width: 100%;
}

/* Adrian Edits */

.slide-title {
	border-top: 15px solid #df2229;
}

.slide-desc-in {
	height: 100% !important;
}

.slide-desc-bg {
    background: none repeat scroll 0 0 #30302f !important;
    opacity: 1 !important;
}

.slide-desc {
    bottom: 0px !important;
    left: 0px;
    width: 33% !important;
    top: 0px !important;
}

.slide-desc-text-default .slide-title {
    font-size: 3.5em !important;
    border-top: 15px solid #df2229;
    line-height: 1em;
    padding-top: 9.5%;
    padding-bottom: 9.5%;
    margin-bottom: 0px !important;
}

#prev91 {
	left: 90px !important;
}

#play91, #pause91 {
	left: 130px !important;
	margin-left: 0px !important;
}

#next91 {
	left: 170px !important;
}

	
/* COMPONENT */
.component_100 {
	float:left;
	margin-bottom:40px;
	width:100%;
}
.component_80_left {
	float:left;
	margin-bottom:40px;
	width:50%;
}
.component_80_right {
	float:right;
	margin-bottom:40px;
	width:70%;
}
.component_60 {
	float:left;
	margin-bottom:40px;
	width:50%;
}
.component_wrapper {
	display:block;
	clear:both;
	padding-bottom: 20px;
	max-width: 100%;
	margin:0 auto;
}

/* FTP */
.ftp_wrapper {
	height:10px;
	background:#000;
	position:relative;
}
.ftp {
	max-width:1024px;
	margin:0 auto;
	padding-top:10px;
	text-align:right;
	text-transform:uppercase;
}
.ftp img {
	padding-left:10px;
}

/* SEPERATOR */
.seperator_wrapper {
	height:10px;
	background:#df2229;
	border-top:1px solid #a91d22;
	border-bottom:1px solid #a91d22;
	margin-top:30px;
}

/* FEATURES */
.feature_wrapper {
	border-top: 10px solid #30302f;
	background-color: #f1f1f1;
	padding-top:30px;
	padding-bottom:60px;
}
.feature {
	max-width: 100%;
	margin:0 auto;
	font-size:14px;
}
.feature h2 {
	margin-right: auto;
	margin-left: auto;
	font-family: 'Open Sans Condensed', sans-serif;
}
.feature a {
	color:#FFF;
}
.module_title {
	font-size:32px;
	text-transform:uppercase;
}
.module_text {
	font-size:15px;
	color:#a0a0a0;
	font-style:italic;
}
.feature div h3 {
	font-size:30px;
	text-transform:uppercase;
	padding-left:12px;
	margin:0px;
	background:#6e6e6e;
	font-weight:normal;
}
.testimonial_text {
	margin-top:6px;
}
.testimonial_name {
	text-align:right;
	padding-bottom:6px;
	border-bottom:1px solid #6b6b6b;
}

.feature h2, .feature p {
	color: #30302f;
	text-align: center;
}

/* Border */

.border {
	border-bottom: 1px solid #000;
}

.border-red {
	border-color: #df2229;
}

.border-dark-red {
	border-color: #c41e24;
}

/* Headings */

.standardCase {
	text-transform: none;
}

.center {
	text-align: center;
}

.headings {
	font-size: 60px;
	max-width: 58.33%;
	margin-left: auto;
	margin-right: auto;
}

/* Phoca Edits */

#phocagallery-module-ri {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.pg-cv-box-mod-ri {
    float: left;
    padding: 10px;
    margin: 5px;
    box-shadow: none !important;
    border-radius: 2px;
    background: none !important;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.pg-cv-box-img-mod-ri img {
	border: 5px solid #30302F;
}

.phocaname {
	text-align: left !important;
}

.window-container td {
	background-image: none !important;
}

.lightBox .image-browser-caption {
    height: auto !important;
}

.lightBox, div.window-container table, div.window-container table tr, div.window-container table tr td {
    background-color: #30302f !important;
}

.lightBox .image-browser-caption {
	background-color: #30302f !important;
}

.moduletableplace {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* WRAPPER */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -190px;
}

/* FOOTER */
.footer, .push {
	height: 190px;
	clear: both;
}
.footer_top_wrapper {
	height: 200px;
}
.footer_top {
	max-width:1024px;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
}
.footer_bottom_wrapper {
	background-color:#FFF;
	height:56px;
	color:#000;
	font-size:26px;
	text-transform:uppercase;
	height: 60px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.footer_bottom_wrapper img {
	width: 100%;
	max-width: 35px !important;
	margin-left: 5px;
}
.footer_bottom {
	text-align:center;
	background:#fff;
	display:table;
	margin:0 auto;
	padding-top:10px;
}
.footer_bottom a {
	color:#000;
	text-decoration:none;
}
.footer_bottom a:hover, .footer_bottom a:active {
	color:#999;
	text-decoration:underline;
}
.custom_footer_bottom div {
	float:left;
}
.certs {
	border-bottom: 1px solid #b1191f;
	font-style: italic;
}

.footerLogos {
	margin: 0 5%;
}


/* sidebar left */
.sidebar_left {
	float:left;
	/*width:23%;*/
	margin-top:40px;
	letter-spacing:1px;
	padding-left:90px;
	padding-right:20px;
}
.sidebar_left h3 {
	font-size:20px;
	color:#716d6d;
	padding-bottom: 10px;
}
.sidebar_left a {
	color:#756a59;
	margin-top:8px;
}
.sidebar_left a:hover, .sidebar_left li.current a {
	color:#70A07B;
	background-color:transparent !important;
}

/* sidebar right */
.sidebar_right {
	float:right;
	width:25%;
	margin-top: 40px;
	color:#8eae30;
	font-size:19px;
	line-height:30px;
	padding-right:20px;
}

/* GALLERY */
#phocagallery .pagination {
	display:none;
}

/* CONTACT */
.contact h3 {
	display:none;
}
.contact fieldset {
	border:0px;
}
.contact-category .filters {
	display:none;
}
.contact-category .pull-right, .contact-category p {
	display:none;
}
.contact-category li {
	margin-bottom:10px;
}
input, textarea {
	width:400px;
}

/* ============================= */
/* ====  BASIC JOOMLA STUFF ==== */
/* ============================= */

p {
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

/* tool tips */
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	margin-top:18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.chronoform {
/*	display:none; */
}
.pg-csv-name {
	background:none !important;
	margin:0px !important;
	padding:0px !important;
}

/* Chronoform */

.introText {
	text-align: center;
}

.chronoform {
	width: 100%;
	max-width: 925px;
	margin: 0 auto;
}

.form-group div {
	width: 100%;
}

.gbs3 form .A {
    width: 100% !important;
}

.chrono_credits {
	display: none;
}

#fin-button5 {
	text-align: center;
}

#button5 {
	width: 100px !important;
	background: none;
	background-color: #30302f;
	border: 1px solid #30302f;
	color: #fff;
	transition: background-color 0.4s;
	text-transform: uppercase;
	box-shadow: none;
	height: 40px;
	margin-top: 30px;
}

.gbs3 .fa {
	display: none !important;
}

#button5:hover {
	background-color: #101010;
}

/*  COLUMN SETUP  */
.moduletable_feature {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.moduletable_feature:first-child { margin-left: 0; }

/*  GROUPING  */
.feature:before,
.feature:after {
	content:"";
	display:table;
}
.feature:after {
	clear:both;
}
.feature {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.moduletable_feature {
	width: 32.2%;
}

/* ARTICLE COLUMNS */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
.span_1_of_3 {
	width: 32.2%;
}
.feature img {
	float:none;
	max-width:100%;
}

/* Sidr Stuff */

#responsive-menu-button {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 50;
	cursor: pointer;
	visibility: hidden;
}

.sidr .sidr-inner {
    padding-bottom: 0px !important;
}

#sidr-main li {
	padding: 15px 0 15px 25px;
	text-transform: uppercase;
	list-style-type: none;
	background: none;
	transition: background 0.4s;
	border-bottom: 1px solid #000;
}

#sidr-main li:hover {
	background: #101010;
}

#sidr-main {
	background-color: #30302f;
	box-shadow: none;
	border-left: 1px solid #000;
}

.image-browser-slideshow {
	display: none;
}

.lightBox .image-browser-prev-disabled, .lightBox .image-browser-next-disabled {
	opacity: 0.1;
}

/* Chronoform */

.gbs3 .gcore-label-left {
	min-width: 0px !important;
	max-width: 100% !important;
}

.gbs3 .gcore-radio-item input, .gbs3 .gcore-checkbox-item input {
	display: inline !important;
	width: 10px !important;
	margin-top: 10px !important;
	float: left !important;
	margin-right: 5px !important;
}

#button95 {
	width: 100px !important;
	background: none;
	background-color: #DF2229;
	color: #fff;
	border: none;
	transition: background-color 0.4s;
	text-transform: uppercase;
}

#button95:hover {
	background-color: #AA0305;
}

/* responsive stuff */


@media (max-width: 1595px) {

/* Slider Responsive */

	.slide-desc-text-default .slide-title {
		padding-top: 4.5%;
		padding-bottom: 4.5%;
		margin-top: 25px !important;
	}
	
	.slide-desc-text-default .slide-title {
    	font-size: 2.5em !important;
	}
	
}

@media (max-width: 1440px) {
	
	.slide-text {
    	font-size: 13px !important;
	}
	.slide-desc-text-default .slide-title {
    	border-top: 10px solid #DF2229;
	    padding-top: 2.5%;
    	padding-bottom: 2.5%;
		magin-top: 10px !important;
	}
}


@media (max-width: 1300px) {
	.slide-desc {	
		width: 40% !important;
	}
}

@media (max-width: 1250px) {
	.slide-desc-text-default .slide-title {
    	font-size: 1.5em !important;
	}
	
	.slide-desc-text {
    	margin-left: 40px !important;
    	margin-right: 40px !important;
	}
	
	.navigation-container {
		top: 85% !important;
	}
}

@media (max-width: 1200px) {
	.headings {
	    font-size: 45px;
	}
}

@media (max-width: 1075px) {
	.slide-desc-text-default .slide-title {
    	font-size: 1.25em !important;
	}
	.slide-text {
		line-height: 1.5em;
	}
	.slide-desc-text-default .slide-title {
		margin-top: 15px !important;
	}
}

@media (max-width: 1050px) {
	.header_wrapper {
    	min-height: 250px;
	}
	
	.header {
		height: 250px;
	}
}

@media (max-width: 1024px) {
	.component_outer {
		padding-left:10px;
		padding-right:10px;
	}
	.ftp {
		padding-right:10px;
	}
	
}

@media (max-width: 1010px) {
	.slide-desc-text {
    	margin-left: 10px !important;
    	margin-right: 10px !important;
	}
	
	.slide-desc-text-default .slide-title {
    	margin-top: 5px !important;
	}
    .sidebar_right {
        float: left;
        clear: both;
    }
}

@media (max-width: 940px) {
	.header {
		/*display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;*/
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		padding-bottom:20px;
	}
	.header_center {
		/*order:1;
		-ms-flex-order: 1;     
  		-webkit-order: 1;*/  
		width:100%;
	}
	.header_left {
		/*order:2;
		-ms-flex-order: 2;     
  		-webkit-order: 2; */ 
		float:none;
		text-align:center;
		margin:0 auto;
		width:100%;
	}
	.header_right {
		/*order:3;
		-ms-flex-order: 3;     
  		-webkit-order: 3;*/  
		float:none;
		text-align:center;
		margin:0 auto;
		width:100%;
	}
	.moduletable_menu_left ul li a, .moduletable_menu_right ul li a {
		margin-left:10px;
		margin-right:10px;
	}
}

@media (max-width: 900px) {
	
	/* Slider Stuff */
	.slide-desc {
    	width: 100% !important;
		top: auto !important;
		bottom: 0px;
	}
	
	.animation_wrapper_home {
		height: 435px !important;
	}
	
	.djslider-default {
		overflow: auto !important;
		height: 435px !important;
	}
	
	.djslider-in li {
		height: 435px !important;
	}
	
	.slide-desc-in {
		height: 185px !important;
	}
	
	.dj-image {
		width: 858px !important;
		height: 253px !important;
		top: 0px !important;
		transform: translateY(0px) !important;
	}
	
	.navigation-container {
    	top: 205px !important;
	}
	
	#prev91 {
    	left: 20px !important;
	}
	
	#play91, #pause91 {
    	left: 60px !important;
	}
	
	#next91 {
    	left: 100px !important;
	}
	
	/* Lightbox Stuff */

	.lightBox, .lightBox .image-browser-image, .lightBox .image-browser-caption {
		width: 550px !important;
	}
	
	.lightBox .image-browser-close {
		left: initial !important;
		right: 30px !important;
	}
	.lightBox .image-browser-image {
		text-align: center;
	}
	.image-browser-image img {
/*		max-width: 300px !important; */
		height: auto !important;
	}
}

@media (max-width: 800px) {
	.headings {
	    font-size: 30px;
		max-width: 90%;
	}
}

@media (max-width: 750px) {
	.header_right, .header_left {
		display: none;
	}
	
	.header {
		height: auto;
		padding-bottom: 0px;
	}
	
	.header_wrapper {
		min-height: 185px;
	}
	
	#responsive-menu-button {
		visibility: visible;
	}
	
	.span_1_of_3 {
    	width: 100%;
	}
}

@media (max-width: 700px)
{
	.footer_bottom {
		width:100%;
		font-size:16px;
	}
	.custom_footer_bottom div {
		float:none;
	}
	.footer_bottom .bullet {
		display:none;
	}
	
	.pg-cv-box-mod-ri {
		text-align: center !important;
		margin-bottom: 50px !important;
	}
	
	.pg-cv-box-mod-ri {
    	height: auto !important;
    	width: 90% !important;
		max-width: 320px;
	}
	.pg-cv-box-img-mod-ri {
		width: 100% !important;
		max-width: 320px !important;
	}
	.phocaname {
		text-align: center !important;
	}
	
	#phocagallery-pane .pg-box2, #phocagallery .pg-box2, .pg-box2 {
    	display: block !important;
	}
	
	.jaklightbox img {
		width: 100%;
		height: 100%;
	}
	.custom_footer_bottom div {
		margin-bottom: 10px;
	}	
	
	.custom_footer_top img {
		display: block;
		margin: 2.5% auto;
	}
	.footer {
		height: auto;
	}
	.footer_top_wrapper {
    	height: auto;
		padding-bottom: 20px;
	}
		
}


@media (max-width: 650px) {

	/* Lightbox Stuff */

	.lightBox, .lightBox .image-browser-image, .lightBox .image-browser-caption {
		width: 300px !important;
	}
	.lightBox .image-browser-close {
		right: 10px !important;
	}
	.image-browser-image img {
		max-width: 300px !important;
		height: auto !important;
	}

}

@media (max-width: 525px) {
	
	/* Slider Stuff */
	
	.djslider-in li, .animation_wrapper_home, .djslider-default {
    	height: 350px !important;
	}
	.slide-desc-in {
		height:100px !important;
	}
	.slide-title {
		font-size:20px !important;
	}	
	.slide-text {
		display:none;
	}
	.navigation-container {
    	top: 115px !important;
	}	
	#prev91 {
		left: 30% !important;
	}
	#play91, #pause91 {
    	left: 45% !important;
	}
	#next91 {
    	left: 60% !important;
	}
}


@media (max-width: 500px) {
	.custom_footer_top img {
		display: block;
		margin: 2.5% auto;
	}
	.footer {
		height: auto;
	}
	.footer_top_wrapper {
    	height: auto;
		padding-bottom: 20px;
	}
}
@media (max-width: 480px)
{
	.moduletable_feature {
		width: 96%;
		text-align:center;
	}
	.feature { 
		margin: 1% 0 1% 0%;
	}
	.header_left, .header_center, .header_right {
		width: 100%;
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width: 100%;
	}
	input, textarea {
		width:90%;
	}
}
@media (max-width: 400px){
	.header_center img {
		width: 60%;
	}
	
	.header_center h4 {
    	font-size: 20px;
	}
	
	.header_wrapper {
    	min-height: 0px;
	}
	

	/* Lightbox Stuff */

	.lightBox, .lightBox .image-browser-image, .lightBox .image-browser-caption {
		width: 245px !important;
	}
	.image-browser-image img {
		max-width: 245px !important;
	}
	
}