#crumbList li {display:inline-block;}
#crumbList li:after{padding-left:5px; content: ' /'; padding-right:5px;}
#crumbList li:last-child:after{
	content : none;
}
#crumblist {list-style:none;}


a.highlight {
    color: #5c6873;
}

a.highlight:hover {
    color: #F1592A;
}


ul.unstyled
{
    list-style-type: none;
}


table.schedule {
	line-height:35px;
	vertical-align: top;
	text-align: left;
}

table.schedule th {
	background-color: #F1592A;
	padding-left: 7px;
	color: #ffffff;
}

table.schedule td {
	padding-right: 7px;
	padding-left: 7px;
}

/* Featured Box */
.featured-box {
	background: #F5F5F5;
	background-color: transparent;
	background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	min-height: 100px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.featured-box h4 {
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: -0.7px;
	margin-top: 5px;
	text-transform: uppercase;
}

.featured-box .box-content {
	border-radius: 8px;
	border-top: 3px solid #33B8FF;
	border-top-width: 4px;
	padding: 30px 30px 10px 30px;
}

.featured-box .learn-more {
	display: block;
	margin-top: 10px;
}

/* Featured Boxes */
.featured-boxes .featured-box {
	margin-bottom: 30px;
	margin-top: 45px;
}

.featured-boxes .featured-box.info-content {
	text-align: left;
}

/* Primary */
.featured-box-primary i.icon-featured {
	background-color: #E36159;
}

.featured-box-primary h4 {
	color: #E36159;
}

.featured-box-primary .box-content {
	border-top-color: #E36159;
}

/* Secundary */
.featured-box-secundary i.icon-featured {
	background-color: #CCC;
}

.featured-box-secundary h4 {
	color: #CCC;
}

.featured-box-secundary .box-content {
	border-top-color: #CCC;
}

/* Tertiary */
.featured-box-tertiary i.icon-featured {
	background-color: #2BAAB1;
}

.featured-box-tertiary h4 {
	color: #2BAAB1;
}

.featured-box-tertiary .box-content {
	border-top-color: #2BAAB1;
}

/* Quartenary */
.featured-box-quartenary i.icon-featured {
	background-color: #734BA9;
}

.featured-box-quartenary h4 {
	color: #734BA9;
}

.featured-box-quartenary .box-content {
	border-top-color: #734BA9;
}

/* Quinary */
.featured-box-quinary i.icon-featured {
	background-color: #0C7F4F;
}

.featured-box-quinary h4 {
	color: #0C7F4F;
}

.featured-box-quinary .box-content {
	border-top-color: #0C7F4F;
}

a.homepage {
	color: #3f444a;}
	
a.homepage hover {
	color: #F1592A;}

.c-content-pricing-1 .c-tile-container .c-tile {
	background: #ffffff;
    width: 16%;
    height: 100%;
    float: left;
    padding: 90px 0;
    margin: 0 10px;
}

.c-content-pricing-1. c-tile-container .c-tile p {
	font-size: 15px;
    font-weight: 400;
    padding: 10px;
}

h2.white {
	color:#FFF;
}

.c-layout-header .c-navbar {
    line-height: 1.3px;
    height: 100px;
}

.c-layout-header .c-brand {
    margin: 10px 0 10px 0;
}

.row {
	line-height: 1.3;
}

.dropdown-menu {
	top: inherit;
}


#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 700px;
  height: 225px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  padding-bottom: 10px;
  width: 250px;
  left: 200px;
}


