/* CSS Document */

html{	
}

body{
	width: 100%;
	height: 100%;
	font: normal normal 11pt 'Didact Gothic', Calibri;
	line-height: 18pt;
	color: #333;
	text-align: justify;
	padding: 0;
	margin: 0 auto;
}

.clear{
	clear: both;
}

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

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

.mainNav-Footer{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: fixed;
	bottom: 0;
	z-index: 9999 !important;
}
.navContainer{
	width: 100%;
	min-height: 90px;
	background: rgba(240,240,240,0.85);
	box-shadow: 0 0px 8px rgba(0,0,0,0.1);
	padding: 0;
	margin: 0;
}

@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;
	}
}

/* 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: #000000;
	font-size: 14pt;
	padding: 33px 20px;
	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: #3d8100;
	/*background: #003a76;*/
	border-bottom: 4px #3d8100 solid;
}
@media (min-width: 1000px) and (max-width: 1395px){
	.navbar-default .navbar-nav > li > a{
		padding: 33px 10px;
	}
}

/* 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){
.navContainer{
	background: rgba(255,255,255,0.85);
}
.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;
	color: #f5f5f5;
	text-align: center;
}
.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: 140px;
    }
}


.footerContainer{
	width: 100%;
	min-height: 40px;
	background: #333333;
	color: #008205;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	clear: both;
}
.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;
	}
}
.footerSocialMedia{
    display: table;
    margin: auto;
}

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/socialMedia.png) no-repeat 0 0;
}
a.faceBook:hover{
	background: url(../img/socialMedia.png) no-repeat 0 -24px;
}
a.twitter{
	background: url(../img/socialMedia.png) no-repeat -24px 0;
}
a.twitter:hover{
	background: url(../img/socialMedia.png) no-repeat -24px -24px;
}
a.in{
	background: url(../img/socialMedia.png) no-repeat -48px 0;
}
a.in:hover{
	background: url(../img/socialMedia.png) no-repeat -48px -24px;
}
a.youtube{
	background: url(../img/socialMedia.png) no-repeat -72px 0;
}
a.youtube:hover{
	background: url(../img/socialMedia.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;
}


.sliderMainContaimer{
	/*position: fixed;*/
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: -999 !important;
}
/*.sliderMainContaimer img{
	max-width: 100%;
	max-height: auto;
}*/