/* CSS Document */

html{
	min-height: 100% !important;
	position: relative;
}

body{
	font: normal normal 11pt 'Didact Gothic', Calibri;
	line-height: 22pt;
	color: #555555;
	/*background: #fcfcfc;*/
	text-align: justify;
	padding: 0;
	margin: 0 auto;
}

hr{
	width: 95%;
	height: 1px;
	background: #999;
	border: none;
	padding: 0;
	margin: 10px auto;
}

h1, h2, h3, h4{
	margin-bottom: 10px;
    margin-top: 15px;
}
h1{
	font-size: 16pt;
	color: #000000;
}
h1.span{
	color: #5caa00 !important;
}
h1.includeImg img{
    display: block;
	float: left;
	margin-right: 10px;
}
h2{
	font-size: 13pt;
	color: #5caa00;
}
h3{
	font-size: 10pt;
	color: #59a500;
}

.bull-left{
	float: left;
}
.bull-right{
	float: right;
}

.txt-center{
	text-align: center !important;
}

.color-green{
	color: #508800;
}

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

img.alignCenter{
	display: block;
	margin: 0 auto 20px auto !important;
	text-align: center !important;
}

.mainNav{
	width: 100%;
	min-height: 90px;
	background: rgba(0, 0, 0, 0.88);
	box-shadow: 0 0px 8px rgba(0,0,0,0.1);
	padding: 0;
	margin: 0;
	position: fixed;
	top: 0;
	z-index: 9;
}

@media (max-width: 420px){
	.logo{
		display: none !important;
	}
	.logo-small{
		display: block !important;
		margin: 0 20px 0 -10px;
	}
}
@media (min-width: 421px){
	.logo{
		display: block !important;
		margin: 0 20px 0 -10px;
	}
	.logo-small{
		display: none !important;
	}
}

.menu-active{
	color: #98ef00 !important;
	border-bottom: 4px #98ef00 solid;
}

/* Nav Styles */
.navbar{
	margin-bottom: 0;
}

.navbar-default{
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
.navbar-brand{
	padding: 0 30px 15px 0;
}
@media (max-width:360px){
	.navbar-brand{
	padding: 0 0 15px 0;
    }
}

@media (min-width: 1023px){
.navbar-nav{
	/*float: right;*/
}
}
.navbar-default .navbar-nav > li > a{
	color: #ffffff;
	font-size: 14pt;
	padding: 33px 20px;
	text-align: center;
	text-shadow: none/*rgba(0, 0, 0, 0.2) 2px 2px 3px*/;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active{
	color: #98ef00;
	/*background: #003a76;*/
	border-bottom: 4px #98ef00 solid;
}
@media (min-width: 1000px) and (max-width: 1395px){
	.navbar-default .navbar-nav > li > a{
		padding: 33px 9.5px;
		
	}
}

/* Dropdown Menu Styles */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background: #003a76;
	color: #f5f5f5;
}

.dropdown-menu{
	/*padding-top: 0px;
	padding-bottom: 0px;*/
	padding: 3px;
	border-radius: 0 !important;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.3) 0 3px 7px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 11pt;
	z-index: 10000;
}
.dropdown-menu > li > a{
	color: #003a76;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background: rgba(0, 58, 118, 0.8);
	color: #f5f5f5;
}
.navbar-default .navbar-toggle{
	border-color: #b0b0b0;
	border-radius: 0px;
	margin-top: 30px;
	margin-right: 15px;
	color: #000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border-color: #888888;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #b0b0b0;
}


@media (max-width: 1023px){
.mainNav{
	background: rgba(255,255,255,0.98)/*rgba(0, 0, 0, 0.88)*/;
}
.navbar-collapse{
	margin-top: 0px;
	box-shadow: none;
	border: none;
}
.navbar-nav{
	background: rgba(0, 0, 0, 0.8)/*rgba(255,255,255,0.1)*/;
}
.navbar-default .navbar-nav > li > a{
	padding: 12px 40px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active{
	color: #000000;
	background: #86d300;
	border-bottom: none;
}


.dropdown-menu{
	background: rgba(255, 255, 255, 1) !important;
}
.dropdown-menu > li > a{
	color: #003a76 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background: rgba(0, 58, 118, 0.6) !important;
	color: #f5f5f5 !important;
}
}
@media (max-height: 360px){
	.navbar-collapse{
	    max-height: 188px;
    }
}

.siteContentContainer{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 120px auto 50px auto;
}

@media (max-width: 991px){
	.siteContentContainer{
		margin: 120px auto 100px auto;
	}
}

a.moreBTN, a.moreBTN2{
	display: table;
	/*width: 100px;
	height: 40px;*/
	background: #75d800;
	padding: 5px 30px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	font-size: 12pt;
	cursor: pointer;
	clear: both;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a.moreBTN{
	margin: 20px auto 0 auto;
}
a.moreBTN2{
	margin: 10px 6px 10px auto;
}
a.moreBTN:hover, a.moreBTN2:hover{
	color: #75d800;
	background: #444444;
}

.aboutSections{
	width: 100%;
	padding: 0;
	margin: 0 auto 20px auto;
}
.aboutSections hr.aboutSectionLine{
	display: none !important;
}
@media (max-width: 991px){
	.aboutSections hr.aboutSectionLine{
		display: block !important;
		height: 0px;
		background-color: transparent;
		border-bottom: 1px #666666 dashed;
		margin: 30px 0;
	}
	.aboutSections:last-child{
	    
	}
}

.galleryBarContainer{
	clear: both;
	width: 100%;
	min-height: 255px;
	background: #f5f5f5;
	padding: 0;
	margin: 0 auto;
}

.anyElementContainer{
	width: 100%;
	height: auto;
	padding: 0;
	margin: auto;
	text-align: center !important;
}

ul.ameanities{
	width: 95%;
	min-width: 20px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
ul.ameanities li{
	/*width: 50%;
	float: left;*/
	padding: 0 5px;
}
ul.ameanities ul{
	list-style: none;
}
@media (max-width: 640px){
	ul.ameanities li{
		width: 100%;
		float: none;
	}
}

.contactsData{
	width: 100%;
	height: auto;
	background: rgba(255,255,255,1);
	padding: 10px;
	margin-bottom: 20px;
}

.footerContainer{
	width: 100%;
	min-height: 40px;
	background: #333333;
	color: #008205;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	position: fixed;
	bottom: 0;
}
.footerContainer span{
	color: #bfbfbf;
}
.footerContainer a{
	color: #bfbfbf;
	text-decoration: none;
}
.footerContainer a:hover{
	color: #00ee09;
}

.socialMediaIcons, .socialMediaIcons2{
	text-align: center !important;
	padding: 35px 0 0 0;
}
@media (max-width: 1215px){
	.socialMediaIcons{
		display: none !important;
		visibility: hidden !important;
	}
	.socialMediaIcons2{
		/*display: block !important;*/
		visibility: visible !important;
		padding: 0 !important;
	}
}
@media (min-width: 1216px){
	.socialMediaIcons{
		display: block !important;
		visibility: visible !important;
	}
	.socialMediaIcons2{
		display: none !important;
		visibility: hidden !important;
	}
}
@media (max-width: 1215px){
    .footerSocialMedia{
	    display: table !important;
	    margin: 0 auto !important;
	    text-align: center !important;
	}
}
a.faceBook, a.twitter, a.in, a.youtube, a.faceBook2, a.twitter2, a.in2, a.youtube2{
	float: left;
	display: block !important;
	width: 24px;
	height: 24px;
	padding: 12px;
	margin: 0 10px 0 0;
	text-decoration: none;
	cursor: pointer;	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a.faceBook{
	background: url(../img/socialMedia2.png) no-repeat 0 0;
}
a.faceBook:hover{
	background: url(../img/socialMedia2.png) no-repeat 0 -24px;
}
a.twitter{
	background: url(../img/socialMedia2.png) no-repeat -24px 0;
}
a.twitter:hover{
	background: url(../img/socialMedia2.png) no-repeat -24px -24px;
}
a.in{
	background: url(../img/socialMedia2.png) no-repeat -48px 0;
}
a.in:hover{
	background: url(../img/socialMedia2.png) no-repeat -48px -24px;
}
a.youtube{
	background: url(../img/socialMedia2.png) no-repeat -72px 0;
}
a.youtube:hover{
	background: url(../img/socialMedia2.png) no-repeat -72px -24px;
}

a.faceBook2{
	background: url(../img/socialMedia2.png) no-repeat 0 0;
}
a.faceBook2:hover{
	background: url(../img/socialMedia2.png) no-repeat 0 -24px;
}
a.twitter2{
	background: url(../img/socialMedia2.png) no-repeat -24px 0;
}
a.twitter2:hover{
	background: url(../img/socialMedia2.png) no-repeat -24px -24px;
}
a.in2{
	background: url(../img/socialMedia2.png) no-repeat -48px 0;
}
a.in2:hover{
	background: url(../img/socialMedia2.png) no-repeat -48px -24px;
}
a.youtube2{
	background: url(../img/socialMedia2.png) no-repeat -72px 0;
}
a.youtube2:hover{
	background: url(../img/socialMedia2.png) no-repeat -72px -24px;
}
