@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.wrap {
	position: relative;
	background-color: #FFF;
	padding-bottom: 20px;
}
.content {
	padding-bottom: 10px;
}
.logo {
	padding-top: 15px;
}
.headText {
	font-size: 60px;
	line-height: normal;
	color: #16315a;
	padding-top: 20px;
}
.headText h1 {
	font-size: 36px;
}

.do {
	color: #7d56a6;	
}
.thermo {
	color: #4b8517;
}
.headPic {
	float:none;
	margin-top: 10px;
	}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:focus {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


.header {
	position: relative;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 20px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	background-color:#000
}

#footC {
	margin-left: auto;
	/* [disabled]width: 320px; */
	text-align: center;
	margin-right: auto;
}
#adm {
	float: left;
	/* [disabled]width: 100px; */
	margin-left: 42px;
}

.dibiz {
	/* [disabled]text-align: right; */
	/* [disabled]width: 100px; */
	/* [disabled]position: absolute; */
	/* [disabled]right: 0px; */
	float: right;
	padding-right: 42px;
}
.dibiz a {
	/* [disabled]color: #CCC; */
	text-decoration: none;
}
.navbar {
	min-height: 10px;
	border: none;
	border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.navbar-default {
background-color: #16315a;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.navbar-default .navbar-brand {
color: #b3b3b3;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
}
.nav > li > a {
  padding-right: 10px;
  padding-left: 10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #547e1c;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-toggle {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
background-color: #fd5e00;
}
.navbar-default .navbar-toggle {
background-color: #000;
}
.navbar-default .navbar-toggle:focus {
    background-color: #fd5e00;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.call {
    color: #000;
    text-align: center;
    padding-bottom: 5px;
}
.call p {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 24px;
}
.call a {
	color: #fff;
	text-decoration: none;
}
.call a:hover {
	text-decoration: underline;
}
.thumbnails {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #bebfbf;
	height: 290px;
}

.thumbnailscont {
    padding: 0px 10px;
    display: table-cell;
    vertical-align: bottom;
    cursor: pointer;
}
.thumbnailscont h5 {
	font-size: 16px;
	color: #63C;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.media{
}
.media-body {
}
.media:hover{
	cursor: pointer;
	background-color: #eefff5;
	color:#000;
}
.media a:hover{
	color:#000;
}
.panel {
  margin-bottom: 20px;
  border: 1px solid #6a6a6a;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	background-color:fff;
	color:#000;
}
.panel-pink {
	background: linear-gradient(to bottom, #6a6a6a 0%,#6a6a6a 80%);
}
.panel-heading h2 a {
	color:#FFF;
	text-decoration: none;
}
.panel-body {
	padding: 5px;
	overflow: hidden;
}
.panel-body h2 {
	font-size: 18px;
}
.panel-body h3 {
	margin:0;
	font-size: 16px;
}
.panel-body:hover {
	cursor: pointer;
	background-color: #eefff5;
}

.panel a {
	color:#000;
	text-decoration: none;
}
.panel a:hover {
	background-color:#333;
	color:#FFF;
}

.panel .panel-body .media .pic {
	height: 160px;
	overflow: hidden;
	width: auto;
}
.dets {
	margin-top: 20px;
}
label {
	display: block;
}
hr {
}
#register {
	background-color:#edecf1;
	padding-top: 15px;
	padding-bottom: 15px;
}
.clickReg {
	margin-top: 0px;
	margin-bottom: 20px;
}
.red {
	color:#F00;
}
.slogan {
	font-size: 15px;
	line-height: 15px;
	display: block;
	font-style: italic;
}
.specBox {
	margin-left: 0px;
	padding-left: 0px;
}
.spec {
	border: 1px solid #bebfbf;
}
.spec h2 {
	color: #FFF;
	background-color: #4b8517;
	text-align: center;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.specDet {
	padding: 5px;
}
.spec h3 {
	margin-top: 10px;
}
.spec hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #7d56a6;
	margin-top: 0px;
	margin-bottom: 5px;
}
.eventBox {
	margin-left: 0px;
	padding-left: 0px;
}
.event {
	border: 1px solid #bebfbf;
}
.event h2 {
	color: #FFF;
	background-color: #4b8517;
	text-align: center;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.eventDet {
	padding: 5px;
}
.eventDet:hover{
	cursor: pointer;
	background-color: #CAFBAA;

}

.event h3 {
	margin-top: 10px;
}
.event hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #7d56a6;
	margin-top: 0px;
	margin-bottom: 5px;
}
.icon {
	background-color: #f79d29;
	vertical-align: top;
	height: 55px;
	width: 55px;
	display: inline-block;
	border-top-left-radius: 0.3em;
	-o-border-top-left-radius: 0.3em;
	-moz-border-top-left-radius: 0.3em;
	-webkit-border-top-left-radius: 0.3em;
	border-border-bottom-left-radius: 0.3em;
	-o-border-bottom-left-radius: 0.3em;
	-moz-border-bottom-left-radius: 0.3em;
	-webkit-border-bottom-left-radius: 0.3em;
}
.con {
	display: inline-block;
	height: 55px;
	width: 80%;
border-radius: 0px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.bform {
	background-color: #16315a;
	padding: 20px;
	color: #FFF;
}
input, button, select, textarea {
	color: #000;
}
.radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: static;
    margin-left: 0px;
}
.sec {
	color: #000;
}
.details {
	font-size: 20px;	
}
.list-nav-toggle {
height: 35px;
}
.list-nav-toggle a {
	line-height: 28px;
	margin-top: 18px;
	font-size: 14px;
	border: 1px solid #317106;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #429B08), color-stop(100%, #317106));
	background-image: -webkit-linear-gradient(#429B08,#317106);
	background-image: -moz-linear-gradient(#429B08,#317106);
	background-image: -o-linear-gradient(#429B08,#317106);
	background-image: linear-gradient(#429B08,#317106);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#429B08, endColorstr=#317106);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00bce9, endColorstr=#005e9f)";
	color: #FFF;
	text-shadow: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}
#menuElem {
margin: 10px 0;
padding: 0;
background-color:#fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
width:100%;
list-style: none;
}

#menuElem > li > a {
	display: block;
	width: 190px 9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
	color: #4b8517;
	text-decoration: underline;
}

#menuElem > li > a:hover {
	color:#ffffff;
	background-color:#429b08;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

#menuElem > li:first-child > a{
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}

#menuElem > li:last-child > a {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}

#menuElem2 {
margin: 10px 0;
padding: 0;
background-color:#fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
width:100%;
list-style: none;
display:none;
}

#menuElem2 > li > a {
display: block;
width: 190px 9;
margin: 0 0 -1px;
padding: 8px 14px;
border: 1px solid #e5e5e5;
}

#menuElem2 > li > a:hover {
	color:#ffffff;
	background-color:#429b08;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

#menuElem2 > li:first-child > a{
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}

#menuElem2 > li:last-child > a {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}

.menuElem {
margin: 10px 0;
padding: 0;
background-color:#fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
width:100%;
list-style: none;
}

.menuElem > li > a {
	display: block;
	width: 190px 9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
	color: #4b8517;
	text-decoration: underline;
}

.menuElem > li > a:hover {
	color:#ffffff;
	background-color:#429b08;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.menuElem > li:first-child > a{
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}

.menuElem > li:last-child > a {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
#back-to-top {
    background: #d0d0d0 url('../images/icon-arrow-top.png') center center no-repeat;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    outline: 0;
    text-align: center;
    display: none;
    opacity: 0.85;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#back-to-top:hover {
	background-color: #176A8D;
}
.shadow {
	background-color: #EBEBEB;
	border-radius: 10px;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}
#galInner {
	clear: right;
	margin-top: 20px;
}



#gal h2 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}

.galOuter {
	/* [disabled]width: 150px; */
	min-height: 191px;
	padding: 5px;
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

.gal {
	padding: 5px;
	text-align: center;
	border: 1px solid #000;
}
.gal a {
    display: inline-block;
}
.gal a img{
	border:none
}
.clickinfo {
	font-size: 10px;
	/* [disabled]text-align: center; */
	margin: 0px;
	padding: 0px;
}
.galOuter .clickinfo {
	font-size: 10px;
	text-align: center;
	padding: 0px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.greenBG {
	background-color: #40ae49;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (min-width: 1200px) {


}
@media (max-width: 1199px) {

.conmain {
	line-height: 120%;
}
.thumbnails {
	height: 270px;
}

}
@media (max-width: 991px) {
.thumbnails {
	height: 300px;
}
}
@media (max-width: 992px) {
.nav > li > a {
  padding-right: 6px;
  padding-left: 6px;
}
.conmain {
	display:none;
}
}
@media (min-width: 992px) {
.conmain {
	font-size: 18px;
	position: absolute;
	right: 20px;
	line-height: 180%;
	top: 20px;
	color: #16315a;
}
.conmain .conPhone {
	font-size: 18px;
	padding-top: 3px;
	text-shadow: 1px 1px 1px #fff;
}

.conmain a {
	color: #16315a;
	text-decoration: none;
	font-size: 18px;
	padding-bottom: 5px;
}
.conmain a:hover {
	color: #16315a;
	text-decoration: underline;
}
	
	
}

@media (min-width: 768px) {
.topPad {
	padding-top: 20px;
}
.navbar-nav > li {
      float: none;
      display: inline-block;
    }

.navbar-nav {
    width: 100%;
    text-align: center;
}
.header {
	margin-bottom:10px;
}
}
@media (max-width: 767px) {
body {
	background-image: none;
}
.wrap {
	border: none;
	margin-top: 0px;
}
h1 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 10px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

.panMob {
	float:none;
	width:100%;
	height:auto;

}
.navbar-collapse {
	padding-left: 0px;
	padding-right:0px;
}
.navbar {
	min-height: 10px;
	border: none;
	border-radius: 4px;
	margin-bottom: 0px;
	position: static;
}
.navbar .nav {
	position: static;
	display: block;
	float: none;
	margin: 0;
	clear: none;
}
.navbar .nav > li {
	display: block;
	float: none;
	position: static;
}
.navbar-default .navbar-nav > li > a {
	text-align: left;
	display: block;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom:2px;
    background-color: #000;
    text-decoration: none;
}
.thumbnails {
    margin-bottom: 10px;
    height: auto!important;
    font-size:12px;
    line-height: 18px;
}
.thumbnailscont {
    padding: 2px;
}
.homepagethumbnails {
    float: left;
    padding-right: 2%;
    max-width: 50%;
}
.specBox {
	padding-left: 15px;
}
.headText {
	font-size: 36px;
	padding-top: 5px;
}

.caseTxt {
	display:block;
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
}
@media (max-width: 550px) {
.headText {
    font-size: 20px;
}
}
@media (max-width: 479px) {
.panel-body h2 {
	margin:0;
}
.con {
	width: 180px;
}
.rad {
	display: block;
}
.radio-inline {
	padding-left: 0px;
	}
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
