html{
	position: relative;
	min-height: 100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding-bottom: 150px;
}
.header{
	padding: 10px 0;
}
.menu{
	background: #3B7C1B;
}
.navMenu{
	min-height: auto;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}
.navbar-nav > li > a{
	text-transform: uppercase;
	color: #fff;
}
.nav > li > a:focus, .nav > li > a.active{
	background: #D7A10B!important;
}
.nav > li > a:hover, .nav > li:hover > a{
	background: transparent;
}
.dropdown-menu{
	background: #D7A10B;
}
.dropdown-menu > li > a{
	color: #fff;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D7A10B;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
h1{
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #fff;
	color: #3C8E1F;
}
h2{
	font-family: 'Oswald', sans-serif;
	color: #3C8E1F;
	margin-top: 0;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
}
h2 span{
	border-bottom: solid 2px #3C8E1F;
	padding-bottom: 3px;
}
.banner{
	padding: 15px 0;
	margin-bottom: 15px;
	background: url(../images/bg2.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.helpLineStyle li a{
	color: #333;
	display: block;
	padding: 10px 0;
	font-size: 23px;
	font-weight: bold;
	border-bottom: dashed 1px #c6c4c4;
	transition: 0.5s ease;
}
.helpLineStyle li:last-child a{
	border-bottom: 0;
}
.helpLineStyle li a:hover{
	text-decoration: none;
	color: #b22a24;
	background: #fff;
}
.helpLineStyle li a span{
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-style: italic;
}
.helpLineStyle li a:hover span{
	color: #333;
}
.helpLineStyle li a .icon{
	margin-right: 10px;
	background: #fff;
	font-size: 30px;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 8px;
	transition: 0.5s ease;
}
.helpLineStyle li a:hover .icon{
	background: #b22a24;
	color: #fff;
}
.lstHap{
	display: block;
	background: #3b7c1b;
	text-align: center;
	padding: 9px 0;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}
.lstHap:after{
	border-bottom: 23px solid transparent;
    border-left: 25px solid #3b7c1b;
    border-top: 20px solid transparent;
    content: "";
    position: absolute;
    right: -24px;
    top: 0;
}
.lstHapTxt{
	margin-top: 10px;
}
.searchPanel{
	background: url(../images/searchBg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	border: solid 1px #ddd;
	padding: 15px;
	margin: 15px 0;
}
.searchPanel h2{
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	border-bottom: 0;
}
.searchmain{
	float: none;
	margin: 0 auto;
}
.commonBx{
	background: url(../images/grayBg.jpg) no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding: 15px;
	border: solid 1px #ddd;
}
.commonBx h2{
	margin-top: 0;
	font-size: 22px;
}
.smH2{
	font-size: 22px;
	margin-top: 10px;
}
.h2Mar{
	margin-top: 12px;
}
.btn-danger{
	background: #ce212b;
	text-transform: uppercase;
}
.footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #4b4b4b;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.fotMenu {
    margin-bottom: 10px;
}
.footer a {
    color: #fff;
}
.footer a:hover{
	color: #6bb4f2;
	text-decoration: none;
}
.circle-list{
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
}
.circle-list li{
    padding-top: 10px;
    padding-left: 10px;
    border-bottom: 1px dashed #ccc;
}
.circle-list h4{
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #ba1922;
}
.circle-list h4:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;    
    z-index: -1;
    left: -1.3em;
    top: -.2em;
    background: #f5f5f5;
    height: 1.5em;
    width: 1.5em;
    border: .1em solid rgba(0,0,0,.05);
    text-align: center;
    font: italic bold 1em/1.5em Georgia, Serif;
    color: #ccc;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;    
}
.circle-list li:hover h4:before{
    background-color: #ffd797;
    border-color: rgba(0,0,0,.08);
    border-width: .2em;
    color: #444;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.portal{
	margin: 8px 0;
	display: block;
}
.social a{
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	border-radius: 50px;
}
.social a i{
	width: 35px;
	height: 35px;
	border-radius: 50px;
	padding-top: 8px;
	transition: 0.5s ease;
}
.social a i:hover{
	background: #ba1922;
}
.social a .fa-facebook{
	background: #2b3990;
}
.social a .fa-twitter{
	background: #26a9e0;
}
.social a .fa-linkedin{
	background: #1c74bc;
}
.table > thead > tr > th{
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-size: 15px;
	background: rgb(68,68,68);
	background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(125,126,125,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(125,126,125,1) 100%);
	background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(125,126,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#7d7e7d',GradientType=0 );
}
.phoFrame a{
	border: solid 1px #ddd;
	display: block;
	padding: 5px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease 0s;
}
.phoFrame a img{
	width: 100%;
	height: 150px;
	border-radius: 0;
}
.phoFrame a:hover{
	transform: scale(1.1);
}
a:focus{
	outline: 0;
}
h3{
	font-family: 'Oswald', sans-serif;
	color: #4b4b4b;
	margin-top: 0;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
}
h3 span{
	border-bottom: solid 2px #3C8E1F;
	padding-bottom: 3px;
}