@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body{
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 15px !important;
}
.navbar {
    margin-bottom: 40px;
}
.tab-title{
	padding: 10px 0px 10px 0;
    border-bottom: 1px #ccc solid;
}
.tab-title h4{
	    color: rgb(76, 76, 76);
    font: 100 40px/20px "Raleway", Helvetica, Arial, sans-serif;

}
.tab-title h4 span {
    display: block;
    color: #FF2638;
    font: 100 20px/48px "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}
.tab-title:after{
	position: absolute;
    margin-top: 10px;
    content: "";
    width: 50px;
    border-top: 4px #444 solid;
}
.title-desc{
	color: #888;
    font: 300 16px/20px "Raleway", Helvetica,Arial,sans-serif;
    padding: 10px 20px 0px 0;
}
.large-button{
		padding: 20px;
    font-size: 18px;
    width: 260px;
    display: block;
    background-color: #FF2638;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: 20px auto;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
	    border: 1px solid transparent;
}
.large-button:hover{
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 5px 5px 8px #888;
	-webkit-box-shadow: 5px 5px 8px #888;
	box-shadow: 5px 5px 8px #888;
}

.large-button.active{
	text-decoration: none;
	-moz-box-shadow: 5px 5px 8px #888;
	-webkit-box-shadow: 5px 5px 8px #888;
	box-shadow: 5px 5px 8px #888;
	    border: 1px solid black;
	
}

.large-button:link, .large-button:visited, .large-button:active  {
    color: #fff;
	text-decoration: none;
}

.nav-pills>li>a,  .nav-pills>li>a:visited,  .nav-pills>li>a:active, .nav-pills>li>a:link{
	    font-size: 16px;
    color: #FFF;
    background: #000;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    border-radius: 3px;
}
.nav-pills>li>a:hover{
	color: #eec30c;
    background-color: #000;
    margin-top: 2px;
}

.nav-pills>li>a>.sf-nav-subtext{
	padding-left: 30px;
}

.nav-pills>li>a>.sf-nav-number {
	    position: absolute;
    left: 2px;
    top: 0;
    font-size: 80px;

    font-weight: 700;
    overflow: hidden;
	
}
.nav-pills>li>a>.sf-nav-number-inner {
    display: block;
}
.navbar-inner li.active:after{
	content: "";
    width: 5px;
    height: 5px;
    background: transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
	border: 12px solid black;
    border-color: transparent #000000 #000000 transparent;
    z-index: -1;
}
.nav-pills>li.active>a {
    color: #eec30c;
    background-color: #000;
	margin-top: 2px;
}
.pager .next>a, .pager .previous>a{
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 3px;
    border: 0;
    color: #FFF;
    text-decoration: none;
    background-color: #000;
}
.pager .next>a:hover, .pager .previous>a:hover, .pager .previous>a:link, .pager .previous>a:visited, .pager .next>a:visited, .pager .next>a:link{
    background-color: #000;
}
.pager .next.disabled>a, .pager .previous.disabled>a{
	    background-color: #283d50;
}
.ar-1-1 {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 3px auto;
}
.ar-1-1 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background: #5b5b5b;
    color: #fff;
}
.panel .panel-body {

    height: 100%;
    width: 100%;
}
#tab4 .ar-1-1 {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 3px auto;
}
.padding-25 {
    padding: 25px !important;
}
.what-includes{
    bottom: 100px;
    font-size: 11px;
    font-family: "Open Sans";
    position: absolute;
    cursor: pointer;
    font-weight: bold;
	text-decoration: underline;
    color: #f0cc30;
}
.price {
    bottom: 45px;
    position: absolute;
}
.price .amount{
    font-size: 20px;
    font-weight: bold;
}
.pull-bottom-select {
    position: absolute !important;
    bottom: 20px;
}
.cat.select{
	cursor: pointer;
    background: red;
	font-weight: 600;
    font-size: 11px;
}
.cat.selected{
    background: #eec30c;
	color: #000;
}
.progress-bar{
	background-color: #eec30c;
}
.speaker{
    color: #FF2638;
    font: 100 18px/22px "Open Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.tbl{
	display: table;
    height: 90px;
}
.tbl div{
	display: table-cell;
    vertical-align: middle;
}

.padding-30-t-b {
    padding: 30px 0;
}
.windows h2 {
	font-size: 29px;
	line-height: 40px;
}

.windows body, .windows p {
	font-size: 13px;
	letter-spacing: normal;
}

.windows small, .windows .small {
	font-size: 89%;
}

.table.table-condensed {
	table-layout: fixed;
}

.table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td * {
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table.table-condensed tbody tr td {
	padding-top: 12px;
	padding-bottom: 12px;
}

.table tbody tr td {
	background: #fff;
	border-bottom: 1px solid rgba(230, 230, 230, 0.7);
	border-top: 0px;
	padding: 20px;
	font-size: 13.5px;
}

table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none;
}

.windows h4 {
	font-size: 23px;
	line-height: 32px;
	    color: #eec30c;
}



.b-grey {
	border-color: #e6e6e6;
}

.b-dashed {
	border-style: dashed;
}

.b-r {
	border-right-width: 1px;
}

.padding-30 {
	padding: 30px;
}

.paylater {
	padding: 20px;
	font-size: 18px;
	width: 260px;
	display: block;
	background: #4C4C4C;
	color: white;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}

.creditcard {
	padding: 20px;
	font-size: 18px;
	width: 260px;
	display: block;
	background: #FF0015;
	color: white;
	text-align: center;
	text-decoration: none;
	margin: 20px auto;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}

.paylater:hover {
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 5px 5px 8px #888;
	-webkit-box-shadow: 5px 5px 8px #888;
	box-shadow: 5px 5px 8px #888;
}

.creditcard:hover {
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 5px 5px 8px #888;
	-webkit-box-shadow: 5px 5px 8px #888;
	box-shadow: 5px 5px 8px #888;
}
#activities .padding-25 h4.text-white{
	font-weight: bold;
}
#activities .padding-25 h4.text-white span{
	display: block; font-size: 15px; margin-top: 9px; font-weight: 500;
}
#activities .padding-25 h4.text-white span sup{
	font-size: 11px; top: -10px; left: 1px;
}
#activities .padding-25 .quantity{
	bottom: 45px; position: absolute;right: 25px;
}
#activities .padding-25 .quantity .qty{
	width: 50px;color: #000;
}
@media screen and (max-width: 767px) {
	.nav-pills>li>a>.sf-nav-subtext {
		padding-left: 30px;
		display: none;
	}
}
									