@charset "utf-8";
/* CSS Document for Joomla 3 styles */
/* ===========================
	FONT STYLES
	========================== */
body {
	font-family: Verdana, Arial, sans-serif;
	padding-top: 10px;
	background-color:#2A433A;
	margin-top: 50px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: 700;
}
h1 {
  font-size: 30px;
  line-height: 34px;
}
h2 {
  font-size: 26px;
  line-height: 30px;
}
h3 {
  font-size: 22px;
  line-height: 26px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
/* ======================
	GENERAL STYLES
	===================== */

.header {
	background-color:#333;	
}

.container-content {
	margin-top:45px;	
}

.logo p {
	margin: 26px 0;
}

.navigation {
	margin-top:20px;	
}

.navigation .toggleMenu{
	text-align:center;
	margin: 12px 0 10px;	
}

#navigation a:hover, #navigation a:focus {
    color: #ffc20e;
    text-decoration: underline;
}

.responsiveMenuTheme1d.isDesktop li a, .responsiveMenuTheme1d.isDesktop li span.separator, .responsiveMenuTheme1d.isDesktop li span.navHeader {
    text-align: center;
}

.contentFeature {
	background-color:#333333;
	color:#ffffff;
}

.contentFeatureGallery {
	border-bottom-left-radius:5px;
	height:470;	
}

.contentFeatureGallery img {
	margin:0px !important;
	max-width:100% !important;
	padding:0px !important;
}

.contentFeatureGalleryText {
	color:#333;
	padding:20px;
	font-weight:bold;
	font-size:12px;
	background-color:#F8F8F8;
}

.contentFeatureGalleryText a {
	color:#2A433A;
}

.contentFeatureRight {
	margin-left: 15px !important;
}

.contentFeatureText h1 {
	color:#FFC20E;	
	font-size: 40px;
	line-height: 42px;
	margin:20px;
}

.contentFeatureText h2 {
	color:#ffffff;
}

.contentFeatureText p {
	color:#FFFFFF;	
	font-size:18px;
	line-height:24px;
}

.contentSubFeature {
	background-color:#E5E5E5;
	margin-top:20px;	
	color:#333;
	padding:30px;	
	border-radius:5px;	
}

.contentSubFeature a {
	color:#2A433A;	
	font-weight:bold;	
}

.item-page {
	background-color:inherit;	
}

.footer {
	background-color: #333;	
}

.footer p {
	padding:0 30px 10px;	
	color:#FFC20E;
	margin: 0px;
}

.footer a{
	color:#FFC20E;	
}

/* ======================
	Home Page Styles
	===================== */
	
.homeSlider, .homeSlider img {
	border-radius:3px;
	background-color:#eeeeee;
	margin-bottom:10px;
}

.owl-stage-outer {
	margin:6px;	
}

.owl-item img {
	border-radius:5px;	
}

/* ======================
	About Us Page Styles
	===================== */
	
.accordion-group {
	margin: 10px 0;	
}

.accordion-heading {
	background-color: #FFC20E;	
}

.accordion-heading a{
	color: #333;	
}
.accordion-heading p {
	margin:0;
	padding:10px;
}

.accordion-inner  {
	background-color:#e5e5e5;
	color: #2A433A;	
}

.accordion-toggle {
	font-weight:bold;
	font-size:16px;
}

/* ======================
	Contact Page Styles
	===================== */
	
#itemid-127 .contact {
	background-color: #E5E5E5;	
}

#itemid-127 .address {
	text-align:center;
	margin: 30px 0px;	
	font-size: 18px;
}

#rsform_4_page_1 {
	padding:30px;	
}

#page2Next {
	margin: 50px 0px;	
}

/* ======================
	Home Sub Feature Module Styles
	===================== */
	
.subFeatures {
	background-color:#333;
	padding: 20px 0;	
}

.subFeature {
	color:#333;
	padding:10px;
	border:4px solid #ffc20e;
	border-radius:10px;
	background-color: #ffffff;	
}

.subFeature h3{
	text-align:center;
}

/* ======================
	Contact Us Module Styles
	===================== */

#rsform_3_page_0 .container {
	padding:10px 30px; 
	border:1px solid #ffffff;
	border-radius:2px;	
	background-color:#333;
	margin-top:50px;
}

#rsform_3_page_0 h3, #rsform_3_page_0 .formLabel {
	color:#ffc20e 	
}

#rsform_3_page_0 .rsform-captcha-box {
	float:none;	
}

#rsform_3_page_0 .row-fluid {
    margin-bottom: 10px;
}

#captcha27 {
    width: 115px;
    margin: 10px;
}

.rsform-submit-button {
    margin-top: 10px;
	background-color: #ffc20e;
    background-image: none;
	font-size:18px;
}

.rsform-submit-button:hover {
    background-color: #ffc20e;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    width: 90%;
    float: left;
}
	

/* ===================================================================================
	BOOTSTRAP MEDIA QUERIES OVERRIDES
	NOTE: The order of the media queries is important when styles overwrite each other
	================================================================================== */
@media (min-width: 980px) {
	
	.responsiveMenuTheme1d.isDesktop {
	font-size:20px;
}
	
}
@media (min-width: 1200px) {
	
	.responsiveMenuTheme1d.isDesktop {
	font-size:26px;
}
}
@media (max-width: 979px) {
			
body {
	margin-top:0px;	
}
.responsiveMenuTheme1d.isDesktop {
	font-size:20px;
}
.container-content {
	margin-top:5px;	
}
.logo p {
	margin:0px;
	text-align:center;
}
.header-inner {
	text-align:center;
}
.subFeature {
	margin-bottom:10px;
}


}
@media (min-width: 768px) and (max-width: 979px) {}
@media (max-width: 767px) {	
}
@media (max-width: 480px) {}

/* ======================
	MODULES
	===================== */
/* ----------------------
	Special module styles
	--------------------- */
/* Special general */
[class*="special"] .module-content ul {
	margin: 0 0 10px 17px;
}
[class*="special"] .module-content ul.unstyled {
	margin: 0 0 10px 0;
}
/* -------------
	Special Grey
	------------ */
.specialgrey {
    border: 1px #e6e6e6 solid;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    box-shadow: 0 2px 4px 0 #b4b4b4;
    color: #333;
	min-height: 20px;
	margin-bottom: 20px;
    background: #F5F5F5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
}
.specialgrey .page-header {
	border-bottom: 1px #ccc dotted;
	margin: 0;
	padding: 4px 19px;
}
.specialgrey .module-content {
	padding: 4px 19px;
}
/* -------------
	Special Blue
	------------ */
.specialblue {
    border: 1px #3c67a5 solid;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    box-shadow: 0 2px 4px 0 #b4b4b4;
    color: #333;
	min-height: 20px;
	margin-bottom: 20px;
	background: #507bb9; /* Old browsers */
	background: -moz-linear-gradient(top,  #507bb9 0%, #3c67a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#507bb9), color-stop(100%,#3c67a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #507bb9 0%,#3c67a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #507bb9 0%,#3c67a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #507bb9 0%,#3c67a5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #507bb9 0%,#3c67a5 100%); /* W3C */
}
.specialblue .page-header {
	border-bottom: 1px #fff dotted;
	margin: 0;
	padding: 4px 19px;
	color: #fff;
}
.specialblue hr {
    margin: 5px 0;
}
.specialblue .module-content {
	padding: 4px 19px;
	color: #fff;
}
.specialblue .module-content a {
	color: #fff;
}
/* -------------
	Special Red
	------------ */
.specialred {
    border: 1px #990000 solid;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    box-shadow: 0 2px 4px 0 #b4b4b4;
    color: #333;
	min-height: 20px;
	margin-bottom: 20px;
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0000 0%,#990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0000 0%,#990000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0000 0%,#990000 100%); /* W3C */
}
.specialred .page-header {
	border-bottom: 1px #fff dotted;
	margin: 0;
	padding: 4px 19px;
	color: #fff;
}
.specialred .module-content {
	padding: 4px 19px;
	color: #fff;
}
.specialred .module-content a {
	color: #fff;
}
/* -------------
	Special Gold
	------------ */
.specialgold {
    border: 1px #ab7915 solid;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    box-shadow: 0 2px 4px 0 #b4b4b4;
    color: #333;
	min-height: 20px;
	margin-bottom: 20px;
	background: #cc9933; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc9933 0%, #ab7915 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc9933), color-stop(100%,#ab7915)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc9933 0%,#ab7915 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc9933 0%,#ab7915 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc9933 0%,#ab7915 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc9933 0%,#ab7915 100%); /* W3C */
}
.specialgold .page-header {
	border-bottom: 1px #fff dotted;
	margin: 0;
	padding: 4px 19px;
	color: #fff;
}
.specialgold .module-content {
	padding: 4px 19px;
	color: #fff;
}
.specialgold .module-content a {
	color: #fff;
}
