@charset "UTF-8";
/* CSS Document */


/**************************
     FONTS
*****************************/

/*html { font-size: 2vw; }*/
* {
    margin: 0;
    box-sizing: border-box;
}


/*#hero .panel { width: 100%; height: 150px; position: absolute; overflow: hidden; } 
*/#hero .panel .caption h3 { color: #fff; }	

a, .panel-title > a {
	 cursor: pointer; 
}


button.controls{
  border:none;
  background-color: transparent;
}

/*    FOOTER     ***************************************************/

footer { font-size: .85em; color: #777; background-color: #fff;  }

footer .content ul { 
  list-style: none;
  display: inline-block;
        margin: 0;
        padding: 0;
   }

footer .content li { display: inline-block; }
footer .content {  text-align: center; background-color: #336666; }
footer .content.footer {  text-align: center; background-color: #fff; }
footer img { margin: 0 10px; width:120px; }
footer a:visited { color:#777; }
footer a:hover { color: #000; }

/****************************************************/

.style1 {
	margin-top: 10px;
  margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px 0;
  border: 0;
  border-top: 3px dotted #cc6633;
}

.style2 {
	margin-top: 0px;
    margin-bottom: 10px;
	margin-right: 10px;
	padding: 0;
    border: 0;
    border-top: 3px dotted #cc6633;
}


hr {
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 5px 0;
    border: 0;
    border-top: 3px dotted #cc6633;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.header-call {
	font-family: Arial, Helvetica, sans-serif;
		font-size:1.5em;
		font-weight:bold;
		color:#000;
		margin-bottom:0;
		text-align:right;
		float:right;
}

.header-call-number {
		font-family: Arial, Helvetica, sans-serif;
	
		font-weight:bold;
		color:#cc6633;
		margin-bottom:0;
		white-space: nowrap;
		text-align:right;
		padding-left:5px;
		float:right;
}

.orange {
	color:#cc6633;
}

legend {
    display: block;
    margin-bottom: 1em;
    font-size:inherit;
    line-height: inherit;
    border: 0;
    border-bottom: none;
}

.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.warning {
	font-weight: bold;
	color: #ff0000;
}

fieldset {
    border: none;

}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 100px; 
  overflow: visible;
}
  
.phone {
	 white-space: nowrap;
}

.popular {
	border: #000000 dashed 3px;
}

.base {
	background-color:#CCFFFF;
}
.dlight {
	background-color:#CCFFCC;
}

.adventure {
	background-color:#FFFF99;
}

.voyageur {
	background-color:#FFCC33;
}

.hidden {
     display:none;
}

.packages > .col-md-3 {
	padding-left:5px;
	padding-right:5px;
}

input {
	margin: 0 0 10px 0;
}

blockquote {
	 border-left: none;
}

.radblockquote {
    padding: 10px 15px;
    margin: 0 10px 10px;
    font-size: 1em;
    border-left: 5px solid #336666;
	text-align:justify;
}
.radblockquote-reverse {
    padding: 10px 15px;
    margin: 0 10px 10px;
    font-size: 1em;
    border-right: 5px solid #336666;
	text-align:justify;
}

.xenblockquote {
    padding: 10px 15px;
    margin: 0 10px 10px;
    font-size: 1em;
    border-left: 5px solid #006699;
	text-align:justify;
}
.xenblockquote-reverse {
    padding: 10px 15px;
    margin: 0 10px 10px;
    font-size: 1em;
    border-right: 5px solid #006699;
	text-align:justify;
}

/*********************   FOR PROMOTIONS    ****************************/
.parent {
  text-align: center;
}

.parent > ul {
  display: inline-block;
}

.orange_highlight {
    background:#cc6633;
	width:90%;
    padding: 1px;
	margin: 0 auto;
}
.highlight {
    background:#336666;
	width:80%;
    padding: 1px;
	margin: 0 auto;
}
/*.highlight h1, .highlight h2, .highlight h3,.highlight h4, highlight a, .orange_highlight h1, .orange_highlight h2, .orange_highlight h3,.orange_highlight h4, orange_highlight a {
    color:#fff;
}
*/
.detail {
    background:#ffffff;
	width:90%;
    padding: 1px;
	margin: 0 auto;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    text-align: center;
    width: 95%;
    max-width: 1170px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.promo-overlay-content {
    text-align: center;
    width: 90%;
    max-width: 900px;
	position:relative;
	top:55%;
    z-index: 100;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}

.overlay a {
    padding: 0;
    text-decoration: none;
    font-size: 16px;
	color: #cc6633;
   /* color: #ffffff; */
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px;
}

.modal-header .close {
    margin-top: 0;
}

.modal-body {
    position: relative;
    padding: 5px;
}

.modal-footer {
    padding: 1% 0;
    text-align: center; 
    border-top: 1px solid #e5e5e5;
}

/****************************************************/

@media screen and (max-width: 450px) and (orientation:portrait) {
	.promo-overlay-content .closebtn {
		font-size: 10px;
		top: 14px;
		right: 20px;
	}
	.promo-overlay-content {
		text-align: center;
		width: 90%;
		position:relative;
		top:50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);	
	}
	.promo-overlay-content .modal-header .close {
   		margin-top: 1%;
		font-size: inherit;
	}
	.header-call {
		font-size:1em;
	}
}

@media screen and (max-height: 700px) and (orientation:landscape) {
.navbar-default .navbar-brand {
    color: #777;
    height: auto; 
}
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
    overflow-y: hidden;
    transition: 0.5s;
}


	.promo-overlay-content .closebtn {
		font-size: 8px;
		vertical-align:bottom;
		top: 14px;
		right: 20px;
	}
	
	.promo-overlay-content {
		text-align: center;
		width: 40%;
		position:fixed;
		top:55%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);	
	}
	.promo-overlay-content .modal-header .close {
   		margin-top: 1%;
		font-size: inherit;
	}
	
	.header-call {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    text-align: right;
    float: right;
	margin-right:.25em;
}
}

/****************************************************/


#Progress {	
  position: relative;
  width: 75%;
  height: 30px;
  background-color: #ddd;
}

#radBar {
  position: absolute;
  width: 10%;
  height: 100%;
  background-color: #336666;
  opacity: .95;
}

#balBar {
  position: absolute;
  width: 10%;
  height: 100%;
  background-color: #5f0606;
  opacity: .95;
}

#zaneBar {
  position: absolute;
  width: 10%;
  height: 100%;
 /* background-color: #543f2a;*/
    background-color: #006699;
  opacity: .95;
}

#label {
  text-align: center;
  line-height: 30px;
  color: white;
}

/****************************************************/

.grhead {
	text-align:left;
}

.header-row {
   /* padding-top: 10px; */
    background-color: #fff;
}


.menu1 {
       background-image:url(../../images/green_bar.png);
}	
.barg {
       background-image:url(../../images/banner/generic_bar.png);
}	
.barb {
       background-image:url(../../images/banner/baltimore_bar.png);
}	
.barr {
       background-image:url(../../images/banner/radisson_bar.png);
}	
.barz {
       background-image:url(../../images/banner/xenia_bar.png);
}		

.slideshow {
	float:left;
	background-color:transparent;
	/*background:none;*/
	width:100%;
	padding-bottom:15px;
}


.navbar.navbar-tall .navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar.navbar-tall .navbar-brand img {
  height: 90px;
}

.navbar-default .navbar-brand {
    color: #777;
    height: auto;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #cc6633;
    background-color:transparent!important;
	font-weight:bold;
}

.navbar-fixed-top {

    z-index: 100;
}
.navbar .navbar-collapse {
	text-align: left;
	max-height:400px;
}
	 
@media (min-width: 768px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none; 
	}
	
	.navbar .navbar-collapse {
		text-align: center;
	}
}



/*@media (min-width: 1500px) { */
@media (min-width: 1200px) {

  .navbar.navbar-tall .navbar-nav > li > a {
    line-height: auto;
  }
}
/*@media (max-width: 1199px) and (min-width: 1000px) {*/
@media (min-width: 1000px) {
  .navbar.navbar-tall .navbar-nav {
    display: table;
    float: none;
  }
  .navbar.navbar-tall .navbar-nav > li {
    display: table-cell;
  }
   /*
    .navbar.navbar-tall .navbar-nav > li > a {
    line-height: 120px; 
  } */
}


@media (max-width: 1499px) and (min-width: 1000px) {
  .navbar.navbar-fixed-bottom .navbar-collapse,
  .navbar.navbar-fixed-top .navbar-collapse {
    max-height: auto;
	min-height: 100px;
	overflow-x: hidden;
   /* overflow-x: visible; */
  }
}

@media (max-width: 999px) {
  .navbar .navbar-header {
    float: none;
    min-height: 100px;
  }
  .navbar .navbar-left,
  .navbar .navbar-right {
    float: none !important;
  }
  .navbar .navbar-right {
    margin-right: 0;
  }
  .navbar .navbar-right~.navbar-right {
    margin-right: 0;
  }
  .navbar .navbar-toggle {
    display: block;
    /*margin-top: 32.5px;*/
	margin-top: 12.5px;
  }
  .navbar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar .navbar-collapse.collapse {
    display: none!important;
    overflow: visible!important;
  }
  .navbar .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar .navbar-nav>li {
    float: none;
  }
  .navbar .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .collapse.in {
    display: block !important;
    overflow-y: auto;
  }
  .navbar .navbar-nav .open .dropdown-menu  .sub-dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #cc6633;
}

.sub-dropdown-menu>.active>a, .sub-dropdown-menu>.active>a:hover, .sub-dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #cc6633;
}

sub-dropdown-menu  {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cc6633;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.sub-dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #cc6633;
    white-space: nowrap;
}

.breadcrumb {
	background-color: #ffffff;
	text-align:center;
}

@media screen and (max-width: 350px) {
.breadcrumb.footer {
	background-color: #ffffff;
	text-align:left;
	margin-left:1em;
}
}
.breadcrumb > li > a {
	color: #ff9933;
}

.breadcrumb {
  margin-bottom: 0px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: " ";
}


.tan_bg {
	background-color: #F5EFD3;	
}

.white a {
	color: #ffffff;
	text-decoration:none;
}

.tall {
	padding:10px 0;	
}

#fm_no_records_found_subtext {
	font-size: 16px;
}

.pull-right {
  float: right !important;
  padding-left:10px;
}

.pull-left {
  float: left !important;
  padding-right:10px;
}

#centered.img-responsive {
    margin: 0 auto;
}

#centered {
    margin: 0 auto;
}

.embed-responsive-item {
    background-color: transparent !important;
}

/************************     BGIMAGE     ***********************************/

#radisson > .bgimage {
    background-image: url(../../images/banner/radisson_pan.jpg);
    background-position: center center; 
    background-size: cover;
	height: 500px;
}


#xenia > .bgimage {
    background-image: url(../../images/banner/xenia_lodge.jpg);
    background-position: center center; 
	background-repeat:no-repeat;
    /*background-size: cover;*/
    height: 355px;
}

#about > .bgimage {
    background-image: url(../../images/banner/aboutus.jpg);
    background-position: center center; 
    background-size: cover;
    height: 500px;
}

#grooming > .bgimage {
    background-image: url(../../images/banner/grooming_banner.jpg);
    height: 500px;
}

#training > .bgimage {
    background-image: url(../../images/banner/training_banner.jpg);
    background-position: center center; 
    background-size: cover;
    height: 500px;
}

#ddc > .bgimage {
    background-image: url(../../images/banner/ddc_banner.jpg);
    background-position: center center; 
    background-size: cover;
    height: 500px;
}

#retail > .bgimage {
    background-image: url(../../images/banner/retail_banner.jpg);
    background-position: center center; 
    background-size: cover;
   	height: 500px;
}

#careers > .bgimage {
    background-image: url(../../images/banner/careers.jpg);
    background-position: center center; 
 	background-size:cover;
	height:500px;
}

#events > .bgimage {
    background-image: url(../../images/banner/events.jpg);
    background-position: center center; 
 	background-size:cover;
	height:500px;
}

#lodging > .bgimage {
    background-image: url(../../images/banner/lodging_banner.jpg);
    background-position: center center; 
 	background-size:cover; 
	height:500px;
}

.icon {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.services section {
    text-align: center;	
}

.important_notice {
	clear: both;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #777 #444 #aaa;
	margin-bottom: 10px;
	padding: 5px;
	background-image: url(../../images/silver_bar_tall.gif); /* this image is 65px tall */
	background-repeat: repeat-x;
	background-color: #eeeeee;
}

.important_notice_badge {
	float: left;
	margin-right: 10px;
}

.important_notice p {
	margin: 7px 0 0 0;
}

.location-footer {
	background-color: #336666;
	margin-bottom: 0px;
	color:#ffffff;
	/*border-bottom:solid 1px #ff6333;*/
}

.col-lg-12    {
    position: relative;
    min-height: 1px;
    padding-right: 0px; 
    padding-left: 0px; 
}

#packages.col-xs-3 {
	padding-right: 0px;
    padding-left: 0px;
}

#packages > .panel {
	margin-bottom: 0;
}


/***************************    TABLES    ******************************/
.hours h4, .bhours h4, .zhours h4 {
	text-align:left;
}

.hours table, .bhours table, .zhours table {
	width:100%;
	margin:0;
}

.hours td, .bhours td, .zhours td {
	padding: 2px;
	font-size:.9em;
}

.hours th, .bhours th, .zhours th {
	padding: 2px;
	font-size:.9em;
	font-weight:600;
}


.table>tbody>tr>td, .table>tbody>tr>th {
/*	 , .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th  */
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border:none; 
}

/************************  Training Details Table  *************************/ 
    table.train {
     border: 1px solid #ccc;
     width: 100%;
     margin:0;
     padding:0;
     border-collapse: collapse;
     border-spacing: 0;
    }
    
    table.train tr {
     border: 1px solid #ddd;
     padding: 5px;
    }
    
    table.train th, table.train td {
     padding: 10px;
     text-align: left;
    }
    
    table.train th {
     text-transform: uppercase;
     font-size: 14px;
     letter-spacing: 1px;
    }
     
  /*  table.train tbody {
     height: 300px;
     overflow-y:scroll;
     -ms-overflow-style: -ms-autohiding-scrollbar; 
    }
*/    
    
    @media screen and (max-width: 600px) {
    
    table.train {
     border: 0;
    }
    
    table.train thead {
     display: none;
    }
    
    table.train tr {
     margin-bottom: 10px;
     display: block;
     border-bottom: 2px solid #ddd;
    }
    
    table.train td {
     display: block;
     text-align: right;
     font-size: 13px;
     border-bottom: 1px dotted #ccc;
    }
    
    table.train td:last-child {
     border-bottom: 0;
    }
    
    table.train td:before {
     content: attr(data-label);
     float: left;
     text-transform: uppercase;
     font-weight: bold;
    }
     
}
/************************    Groom Prices by Breed    *************************/ 
 table.groom {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

 table.groom tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

 table.groom th, table.groom td {
    padding: 10px;
    text-align: left;
  }

    table.groom  th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  table.groom tbody {
		height: 300px;
		overflow-y:scroll;
	  	-ms-overflow-style: -ms-autohiding-scrollbar;	
}
table.groom td:nth-child(n), table.groom th:nth-child(n) {
    width: 15%;
} 
table.groom td:first-child, table.groom th:first-child {
      width: 30%;
}
 
 table.groom  td:last-child, table.groom  th:last-child {
      width: 10%;
}

  @media screen and (max-width: 600px) {

    table.groom  {
      border: 0;
    }

     table.groom  thead {
      display: none;
    }

    table.groom  tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

     table.groom td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    
      table.groom td:nth-child(n) {
      width: auto;
}
  
  table.groom  td:last-child {
      width: auto;     
      border-bottom: 0;
    }

 table.groom td:first-child {
      width: auto;
}

    table.groom  td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
	
  }


@media screen and (max-width: 767px) {

.table-responsive  {
 width: 100%;
 margin-bottom: 15px;
 overflow-y: scroll;
 -ms-overflow-style: -ms-autohiding-scrollbar;
 border:none;
/* border: 1px solid #ddd; */
}




}
.table-responsive  {
 min-height: .01%;
 max-height: 400px;
 overflow: scroll;
}


table.vaccinations {
	width: 80%;
}

table.vaccinations td{
    min-width:150px; /* force table to be oversize */
}
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}


.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 2px;
}

.img_pop a, .img_pop a:hover, .img_pop a:focus {
	color:#777;
	font-style:italic;
	text-decoration:none;
	text-align:center
}

/***************************   PANELS      ********************************/

.panel-body p {
    padding: 10px 0 0;
	font-size:1em;
}

.panel-heading {
    text-align:center;
	cursor: pointer; 
}

.panel-default {
	box-shadow:none;
}

.panel-default>.panel-heading {
	background-image:none;	
}

.panel-default > .panel-heading {
    color: #FFF;
    background-color: #cc6633;
    border-color: #ddd;
}

.panel-default > .panel-heading.blk {
    color: #FFF;
    background-color: #000;
    border:dashed #ddd 2px;
 
}

.nextmonth >.panel-default > .panel-heading {
    color: #336666;
    background-color: #ffff66;
	border:dashed #336666 2px;
}

.nextmonth >.panel-default > .panel-y {
	border:dashed #336666 2px;
}


.location > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#cc6633;
    border-color: 		#ddd;
}

.modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header > .panel-body p {
    padding: 10px 0 0;
	font-size:1em;
	text-align:left;
}

/************************* RADISSON ***************************/
.radisson> .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#336666;
    border-color: 		#ddd;
}

.radisson > .panel-default > .panel-heading a {
	text-decoration:none;
	color: #ffffff;
}
.radisson> .panel {
    margin-bottom: 5px;
}

/************************* BALTIMORE ***************************/
.baltimore > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#5f0606;
    border-color: 		#ddd;
}

.baltimore > .panel-default > .panel-heading a {
	text-decoration:none;
	color: #ffffff;
}

.baltimore> .panel {
    margin-bottom: 5px;
}

/************************* ZANE ***************************/
.zane > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#006699;
    border-color: 		#ddd;
}

.zane > .panel-default > .panel-heading a {
	text-decoration:none;
	color: #ffffff;
}

.zane > .panel {
    margin-bottom: 5px;
}

.location > .panel-default > .panel-heading a {
	text-decoration:none;
	color: #ffffff;
}

.lodging > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#ff6633;
    border-color: 		#ddd;
}

.hours > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#336666;
    border-color: 		#ddd;
}
.bhours > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#5f0606;
    border-color: 		#ddd;
}
.zhours > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#006699;
    border-color: 		#ddd;
}

.pet_taxi > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#336666;
    border-color: 		#ddd;
}

.about > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#ff6633;
    border-color: 		#ddd;
}
.careers > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#336666;
    border-color: 		#ddd;
}

.ddc > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#336666;
    border-color: 		#ddd;
	text-align:			center;
}

.ddcmain > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#ff6633;
    border-color: 		#ddd;
	text-align:			center;
}

.services > .panel-default {
	background-color: 	#fff;
}

.services > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#cc6633;
    border-color: 		#cc6633;
	height: 			5em;
}

.services > .panel-default > .panel-heading > h3  {
    color:				#FFF;
    background-color: 	#cc6633;
    border-color: 		#cc6633;
	cursor:				pointer;
	text-decoration:	none;
	font-size: 			1.5em;
	padding-top:		.5em;
}

.services > img-responsive {
	padding-bottom: 6px;
}

#avail_tabs {
    margin-bottom: 0;
    list-style: none;
	padding-left:inherit;
	font-size:1.2em;
}
   
#avail_tabs li a {
	position: relative;
    display: block;
    padding: 10px 15px;
	font-size:1.0em;
}

ul#avail_tabs {
    -webkit-padding-start: 0px;
}

#avail_tabs_stacked {
    margin-bottom: 0;
    list-style: none;
	padding-left:inherit;
	font-size:1.2em;
}
   
#avail_tabs_stacked li a {
	position: relative;
    display: block;
    padding: 10px 15px;
	font-size:1.0em;
	margin-bottom: 15px;
}

#avail_tabs_thin {
    margin-bottom: 0;
    list-style: none;
	padding-left:inherit;
	font-size:1.0em;
}
   
#avail_tabs_thin li a {
	position: relative;
    display: block;
	font-size:1.0em;
}

ul#avail_tabs_thin {
    -webkit-padding-start: 0px;
}

.btn-service {
    font-size: 1.0em;
}

.programs > .panel-default {
	background-color: 	#fff;
	text-align:			left;
}

.programs > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#cc6633;
    border-color: 		#cc6633;
}

.programs > .panel-default > .panel-heading panel-title h3 {
    color:				#FFF;
    background-color: 	#cc6633;
    border-color: 		#cc6633;
	cursor:				pointer;
	text-decoration:	none;
	text-align:			left;
}

.options >  .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#cc6633;
    border-color: 		#cc6633;
}

.options > .panel-default > .panel-heading panel-title {
    color:				#FFF;
    background-color: 	#cc6633;
    border-color: 		#cc6633;
	cursor:				pointer;
	text-decoration:	none;
	text-align:			left;
}

.options >  .panel-default > .panel-body img {
   float:left;
   padding: 5px 10px 5px;
}

.training > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#ff6633;
    border-color: 		#ff6633;
}

.training > .panel-default > .panel-heading > .panel-title {
	text-align:			left;
}
.fmtraining.panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#ff9933;
    border-color: 		#ff9933;
}

.fmtraining.col-sm-12 > .panel-default {
  	margin: 5px;
}


/*
#fmtraining.panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#ff9933;
    border-color: 		#ff9933;
}

#fmtraining.col-sm-12 > .panel-default {
  	margin: 5px;
}
*/
.training-details > .panel-default > .panel-heading {
    color:				#FFF;
    background-color: 	#ff6633;
    border-color: 		#ff6633;
}

.training > .row > .tab-pane {
	margin-left:-15px;
}

.panel-footer-white {
  padding: 0px 15px 10px 15px;
  background-color: #ffffff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-footer {
  padding: 10px 15px 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}


.request-bar {
  padding: 10px 15px 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btn-training {
	font-size:1.25em;
	color:#ffffff;
	background-color: #cc6633;
	border:#eeeeee;
}

.btn-vac {
	
	margin:10px;
}

/*************************************** Radisson Button ***************************************/
.btn-pkg {
  display: inline-block;
  width:100%;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space:normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border:none;
  color:#336666;
  background-color: #ffffff;

  padding: 2px 10px;
   /* line-height: 1.5; */
    border-radius: 3px;
    margin: 5px 0;
}

.btn-rad:focus,
.btn-rad:active:focus,
.btn-rad.active:focus,
.btn-rad.focus,
.btn-rad:active.focus,
.btn-rad.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-rad:hover,
.btn-rad:focus,
.btn-rad.focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #336666;
}

.btn-rad {
  display: inline-block;
 /* padding: 6px 12px;
  margin: 3px 30px;*/
  width:100%;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space:normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color:#336666;
  background-color: #ffffff;
  border-color: #ddd;
  padding: 2px 10px;
   /* line-height: 1.5; */
    margin: 5px 0;
}

.btn-rad:focus,
.btn-rad:active:focus,
.btn-rad.active:focus,
.btn-rad.focus,
.btn-rad:active.focus,
.btn-rad.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-rad:hover,
.btn-rad:focus,
.btn-rad.focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #336666;
}

.btn-bal {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
 white-space:normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color:#5f0606;
  background-color: #ffffff;
  border-color: #ddd;
  padding: 2px 10px;
  margin: 5px 0;
}

.btn-bal:focus,
.btn-bal:active:focus,
.btn-bal.active:focus,
.btn-bal.focus,
.btn-bal:active.focus,
.btn-bal.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-bal:hover,
.btn-bal:focus,
.btn-bal.focus {
	color:#fff;
	background-color:#5f0606;
    text-decoration: none;
}


.btn-zan {
  display: inline-block;
 /* padding: 6px 12px;
  margin: 3px 30px;
  width: 80%; */
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space:normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color:#006699;
	background-color: #ffffff;
	border-color: #ddd;
	    padding: 2px 10px;
  /*  line-height: 1.5;*/
  margin: 5px 0;
}

.btn-zan:focus,
.btn-zan:active:focus,
.btn-zan.active:focus,
.btn-zan.focus,
.btn-zan:active.focus,
.btn-zan.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-zan:hover,
.btn-zan:focus,
.btn-zan.focus {
  color:#fff;
  background-color:#006699;
  text-decoration: none;
}


.btn-gen {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: wrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-gen:focus,
.btn-gen.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-gen:hover,
.btn-gen.focus {
  color: #333;
  text-decoration: none;
}

/*************************************** General Button End ***************************************/

.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default:active.focus, .btn-default:active:focus, btn-default:focus {
    color: 				#fff;
    background-color: 	#ff9933;
    border-color: 		#ff9933;
	background-image:none;
}

.btn-player, .btn-player.active.focus, .btn-player.active:focus, .btn-player.active:hover, .btn-player:active.focus, .btn-player:active:focus, .btn-player:active:hover, .btn-player:hover, btn-player:focus {
    color: 				#fff;
    background-color: 	#ff9933;
    border-color: 		#ff9933;
	background-image:none;
}

.btn-radisson {
    color: 				#fff;
    background-color: 	#336666;
    border-color: 		#336666;
}

.btn-baltimore {
    color: 				#fff;
    background-color: 	#5f0606;
    border-color: 		#5f0606;
}

.btn-zane {
    color: 				#fff;
    background-color: 	#006699;
    border-color: #ddd;
}

.btn-bal:focus
.btn-bal.focus {
	color:#fff;
	background-color:#5f0606;
}

.btn-zan:focus
.btn-zan.focus {
	color:#fff;
	background-color:#006699;
}

.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}




btn-modal  {
	margin-top:10px;
	
}

.modal-dialog {
   /* width: 900px; */
	width: 100%;
	max-width:700px;
    margin: 10px auto;
}

.modal-body li {
	margin-left:5px;
}

.label-xenia {
    background-color: #006699;
	color: #fff;
	font-size: 70%;
	text-shadow:none;
	text-align:left;
}

.tax {
	font-size: 50%;
}

.plan_notes {
	font-size: 95%;
	font-style:italic;
}

.plan_notes li {
	border-bottom: solid 1px #eee;
}

.label-radisson {
    background-color: #336666;
	}

@media (max-width: 768px)
.img-thumb {
  display: inline-block;
}

.thumbnail {
    display: 			block;
    padding: 			5px;
    margin-bottom: 		20px;
    line-height: 		1.42857143;
    background-color: 	#fff;
    border: 			1px solid #663333;
   /* border: 1px solid #e2d1a6;*/
    border-radius: 		8px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: 		border .2s ease-in-out;
    transition: 		border .2s ease-in-out;
}


.logo-left {
	float:left;
	padding-right: 10px;
}


/***************************************************************************
     FLEX

***************************************************************************/   
.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
	align-content: center;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
	text-align:center;
}


/***************************************************************************
     NAV TABS

***************************************************************************/


.nav>li>a {
    position: relative;
   /* display: inline-block; */
    padding: 10px 5px 10px; 
}

a {
    color: #cc6633;
    text-decoration: none;
}

#smpl.nav-tabs {
    border-bottom: none;
}


#smpl-tab.tab-content > .tab-pane > .panel-default > .panel-heading  {
  	border-top-left-radius: 0px;
}

	
#smpl.nav-tabs > li.active > a, #smpl.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #cc6633;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding: 10px;
	border-radius: 4px 4px 0 0;
    text-align: center;
	cursor: pointer;
}

#smpl.nav-tabs > li > a {
	color: #fff;
    background-color: #336666;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	padding: 10px;
	text-align: center;
	
	cursor: pointer;
}

#radisson.nav-tabs{
  background-color: transparent;
}

#radisson.nav-tabs > li.active > a, #radisson.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #336666;
    border: 1px solid #336666;
    border-bottom-color: transparent;
    padding: 0px;
	border-radius: 4px 4px 0 0;
    text-align: center;
	cursor: pointer;
	
}

#radisson.nav-tabs > li > a {
	color: #336666;
    background-color: #fff;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #336666;
    border-radius: 4px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 650px) {
#radisson.nav-tabs > li {
	width: 100%;
	margin-bottom:1px;
}
#baltimore.nav-tabs > li {
  width: 100%;
  margin-bottom:1px;
}
#zane.nav-tabs > li{
  width: 100%;
  margin-bottom:1px;
}

#smpl.nav-tabs > li{
  width: 100%;
  margin-bottom:1px;
}
#breeds.nav-tabs > li {
  width: 25%;
  margin-bottom:1px;
}

}


#zane.nav-tabs{
  background-color: transparent;
}

#zane.nav-tabs > li.active > a, #zane.nav-tabs > li.active > a:hover, #zane.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #006699;
    border: 1px solid #006699;
    border-bottom-color: transparent;
    padding: 0px;
	border-radius: 4px 4px 0 0;
    text-align: center;
	cursor: pointer;
}

#zane.nav-tabs > li > a {
	color: #006699;
    background-color: #fff;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #543f2a;
    border-radius: 4px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}

#baltimore.nav-tabs{
  background-color: transparent;
}

#baltimore.nav-tabs > li.active > a, #baltimore.nav-tabs > li.active > a:hover, #baltimore.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #5f0606;
    border: 1px solid #5f0606;
    border-bottom-color: transparent;
    padding: 0px;
	border-radius: 4px 4px 0 0;
    text-align: center;
}

#baltimore.nav-tabs > li > a {
	color: #5f0606;
    background-color: #fff;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #5f0606;
    border-radius: 4px;
	padding: 0px;
	text-align: center;
}


#breeds.nav-tabs > li.col-sm-1 {
	padding:0px;
}

#breeds.nav-tabs > li.active > a, #breeds.nav-tabs > li.active > a:hover, #breeds.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #cc6633;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding: 3px 1px;
	border-radius: 4px 4px 0 0;
    text-align: center;
	cursor: pointer;
}

#breeds.nav-tabs > li > a {
	color: #fff;
    background-color: #336666;
    margin-right: 1px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
	padding: 3px 1px;
	text-align: center;
	
	cursor: pointer;
}

.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.training > .nav-pills > li > a {
	/*border-radius: 4px 4px 0 0 ;*/
	border-radius: 4px;
    background-color: #336666;
	color: #ffffff;
	/*padding: 10px;*/
}

.training > .nav-pills > li.active > a, .training > .nav-pills > li.active > a:hover, .training >.nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .training >.nav-pills > li > a:focus  {
    color: #fff;
    background-color: #ff6633;
	/*padding: 10px;*/
}

.tab-content > .active {
  display: block;
}

#lodge_tab .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#lodge_tab .tab-content {
  /* color : white;
  background-color: #cc6633;*/
  padding : 5px 15px;
}


nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px;
}


@media (min-width: 768px){
.home_form {
    float: right;
   }
 
}
@media (max-width: 767px){
	.home_form {
    	float: none;
	}
}

@media (min-width: 768px) {
.mountain {
		width: 30%;
	}
}
@media (max-width: 767px) {
	.mountain {
		width: 60%;
	}
}


.home_form {
	border:dashed; 
	border:dashed 1px #777;
	border-radius:4px;
}

.home_form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1px;
    font-weight: 700;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 2px solid #e3e3e3;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well h2, .well h4 {
	color: #cc6633;
}
  
.well h2.required_red {
	color: #FF0000;
}

.main_well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 2px solid #e3e3e3;
    border-radius: 0 0 8px 8px;;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.row#form_well {
	background-color:#ffffff;
	padding:15px;
	margin-bottom:20px;
}

.well_style1 {
background-color:#F5F5DC;
	padding:15px;
	margin-bottom:20px;
}


#imagedest {
	padding-bottom: 0px;
  /*  padding-bottom: 20px;  */
}

.required_red {
	color: #FF0000;
}

.form_required {
	color: #FF0000;
	font-size:1.5em;
	font-weight:700;
}

.specials {
    color: 				#000;
  /*background-color: 	#e9e9e9; */
	background-color: 	#ffffff;
    border-bottom: 3px solid #cc6633;
	border-top: 3px solid #cc6633;
    /*padding: 			10px 0px;
	text-align: 		center;*/
	min-height: 		3em;
	margin-bottom:1em;
}

.specials h2 a {
    color: 				#000;
    background-color: 	#ffffff;
	/*text-align: 		center;*/
	min-height: 		3em;
	cursor:				pointer;
	text-decoration:	none;
	padding-bottom:		10px;
}


.classes {
    color: 				#fff;
    background-color: 	#cc6633;
    border-bottom: 3px solid #000;
	text-align: 		center;
	min-height: 		4em;
}

.classes h2 a {
    color: 				#fff;
    background-color: 	#cc6633;
	text-align: 		center;
	min-height: 		4em;
	cursor:				pointer;
	text-decoration:	none;
}


.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}


.carousel-caption{
	position: relative;
    left: auto;
    right: auto;
    textl-align:center;
    display: inline;
}

.carousel-caption h4 {
	color: #cc6633;	
	text-shadow: 0 1px 1px #ddd;
	padding-top: 10px;
}

.carousel-indicators {
	bottom:-10px;
}

.carousel-control {
    background-image: none!important;
    background-color: transparent!important;
	border:none!important;
}


@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left {
		margin-left: -50px;
	}
	
	.carousel-control .glyphicon-chevron-right {
		margin-right: -50px;
	}
}


/***************************************************************************
     BOOTSTRAP ACCORDIAN
***************************************************************************/
		  
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
   /* content: "\e114";     adjust as needed, taken from bootstrap.css */
	content: "\002b";
    float: right;        /* adjust as needed */
    color: #ff6633;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	content: "\2212";
}


/***************************************************************************
     CLASSES ACCORDIAN
***************************************************************************/
.ac-section {
	background-color: #ffffff;
}

.ac-label {
  font-weight: 700;
  position: relative;
  padding: .6em 1em;
  margin-bottom: .2em; 
  display: block;
  cursor: pointer;
  background-color: #608d8d;
  transition: background-color .15s ease-in-out;
  /*min-height:50px;*/
}

#equal.ac-label {
	min-height:80px;
}
.ac-input:checked + label {
  /* background-color: #ff6633;*/
  background-color: #aac8c8;
   color: #000;
}

.ac-label:hover {
   background-color: #aac8c8;
   color: #000;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  line-height: 2.25em;
  text-align: center;
  background-color: #e5e5e5;
  transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #b5b5b5;
}

.ac-input:checked + .ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
/*  margin-bottom: .1em; */
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
  color:#000;
}

.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  padding: .5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
  margin:.35em;
}
.ac-text {
 margin: .1em 2em; 
}


.glyphicon-training-smpl {
	background-image: url(../../images/glyphicons/icon-training.svg); 
}



/***************************************************************************
     FILEMAKER TABLE EVENTS
***************************************************************************/
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/***************************************************************************
     FILEMAKER STYLES
***************************************************************************/
.fm_status_icon {
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 5px;
}

#fm_status_icon_success {
	background-image: url(images/success.png);
}

#fm_status_icon_error {
	background-image: url(images/alert.png);
}

#fm_status_text {
	margin-bottom: 10px;
}

#fm_no_records_found {
	margin: 5px auto;
	width: 550px;
	height: 200px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/* Fallback background */ 
	background-color: #8c0000;
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c0000), to(#2F2727));
	
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #8c0000, #2F2727);
	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #8c0000, #2F2727);
	
	/* IE 10 */
	background: -ms-linear-gradient(top, #8c0000, #2F2727);
	
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #8c0000, #2F2727);
	
	text-align: center;
	font-size: 18px;
	color: #FFF;
}

#fm_no_records_found_subtext {
	font-size: 16px;
}

.fm_event_status_icon {
	display: inline-block;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}

#fm_event_status_icon_open {
	background-image: url(images/status_open.png);
}

#fm_event_status_icon_in_session {
	background-image: url(images/status_in_session.png);
}

#fm_event_status_icon_closed {
	background-image: url(images/status_closed.png);
}

#fm_event_status_icon_canceled {
	background-image: url(images/status_canceled.png);
}

#fm_event_status_label {
	margin-top: 10px;
}

#fm_event_status {
	border: 1px solid #AAAAAA;
	background-color: #EBEBEB;
	margin-left: 5px;
	padding: 2px 5px;
}

#fm_event_status_message {
	margin-top: 5px;
	font-size: smaller;
	font-style: italic;
	color: #666;
}

#fm_schedule_notes {
	font-weight: bold;
}

.fm_list_group {
	clear: both;
}

.fm_image {
	float: left;
	margin: 0 10px 10px 0;
}

.fm_list_group_subhead {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #333;
}

#fm_event_description, #fm_event_prerequisites, #fm_event_additional_notes, #fm_event_additional_supplies {
	font-size: 12px;
}

.fm_list_group_text {
	font-size: 12px;
	margin-bottom: 10px;
}
