html {
	height: 100% !important;
}

body {
	height: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.715;
	background-color: #fff;
	color: #434243;
	overflow-x: hidden;
}

.social-links {
    list-style:none;
    margin:0;
    padding:0;
    margin: 20px 0px;
}

.social-links li{
    display:inline-block;
    margin:0 5px;
    border-radius:3px;
    box-shadow:0 4px 0 transparent;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a {
    display:block;
    color:#434243;
    font-size:21px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:#96c942;
    border-radius:50%;
    border: 2px solid #fff;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a:hover {
    color:#fff;
    background:#afb1b4;
}

.polaroid {
    border:12px solid #fff;
    max-width: 85%;
    box-shadow: 3px 5px 8px rgba(0,0,0,0.5);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.btn-project
{
    border: 1px solid #fff;
    color: #fff !important;
}

.btn-project:hover
{
    border: 1px solid #96c942 !important;
    color: #fff;
}

.portfolio-item-title .btn-default
{
    border: 1px solid #fff !important;
    color: #fff;
}

.portfolio-item-overlay
{
    background-color: #ec008c;
}

.BlackBG
{
    background-color: #434243;
}

.portfolio-item-title
{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 18px !important;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

/**
 * ========================================
 * PORTFOLIO
 * ========================================
 */
.portfolio-section {
	padding-bottom: 0;
}
.portfolio-row {
	margin-top: 50px;
}
.portfolio-item {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
}
.portfolio-item-picture {
	width: 100% !important;
	height: 100% !important;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
.portfolio-item:hover .portfolio-item-picture {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.portfolio-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.section-accent .portfolio-item-overlay {
	background-color: #222;
}
.portfolio-item:hover .portfolio-item-overlay {
	opacity: 0.8;
}
.portfolio-item-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	background-color: #222;
	color: #ccc;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	-webkit-transform: translate(0,100%);
	transform: translate(0,100%);
}
.section-accent .portfolio-item-text,
.section-dark .portfolio-item-text {
	background-color: #fff;
	color: #444;
}
.portfolio-item:hover .portfolio-item-text {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.portfolio-item-title {
	margin: 0 0 15px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}
.section-accent .portfolio-item-title,
.section-dark .portfolio-item-title {
	color: #222;
}

.LineUpArtist
{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.LineUp h3
{
    font-family: 'Raleway', sans-serif;
    color: #efa320;
}

.LineUp h2
{
    font-family: 'Raleway', sans-serif;
    color: #efa320;
}

.Nav2
{
    border-radius: 0px;
    border: 0px;
    box-shadow: #000000 0px 3px 15px 0px;
}

.dropdown-menu {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu,
.navbar-inverse .dropdown-menu {
	border-radius: 0;
	border: none;
	background-color: rgba(0,0,0,0.85);
	border: 1px solid rgba(255,255,255,0.1);
	font-size: inherit;
}
.navbar-default .dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.dropdown-menu > li > a {
	padding: 10px 20px;
}
.dropdown-menu > li > a,
.navbar-inverse .dropdown-menu > li > a {
	color: #ccc;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
	color: #ed217c;
	background-color: rgba(255,255,255,0.1);
}
.navbar-default .dropdown-menu > li > a {
	color: #444;
}
.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
	color: #222;
	background-color: rgba(0,0,0,0.1);
}

.NavPill
{
    text-transform: uppercase !important;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    padding: 4px 14px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 10px 2px 0px 2px;
    display: inline-block;
    border: 1px solid #ffffff;
}

.NavPill:hover, .NavPill:focus, .NavPill:active
{
    background-color: #ed217c;
    color: #ffffff !important;
}

.btn-fb, .btn-tw, .btn-web
{
    margin-top: 10px;
    margin-bottom: 20px !important;
    color: #ffffff;
}

.btn-fb
{
    background-color: #3B5998;
}

.btn-fb:hover, .btn-fb:focus, .btn-fb:active
{
	background-color: #4183C4 !important;
	color: #ffffff;
}

.btn-tw
{
    background-color: #55ACEE;
}

.btn-tw:hover, .btn-tw:focus, .btn-tw:active
{
	background-color: #4183C4 !important;
	color: #ffffff;
}

.venue-item-text
{
    position: relative;
    padding: 50px 0px 0px 0px;
    text-align: center;
}

.section-black
{
    background-color: #434243;
}

.VenueIcon
{
    font-size: 60px;
}

MarBot30
{
    margin-bottom: 30px;
}

.section-top
{
    background-color: #fff;
    color: inherit;
    position: relative;
    padding: 90px 0 50px 0 !important;
}

.SectionTitle
{
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    
}

.LineupThumb img
{   
    z-index: 98;
    width: 100%;
}

.LineupThumb
{
    border: 10px solid #ffffff; 
}

.LineupThumb:hover
{
    opacity: 0.7;
    transition: 0.3s;
}

.LineupThumb img:hover
{   
    opacity: 0.5;
}

.LineupThumbTitle
{
    color: #ffffff;
    position: absolute;
    z-index: 50;
    top: 44%;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.BackButton
{
    color: #ffffff;
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 30px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 40px;
}

.BlackBG
{
    background-color: #434243 !important;
}

.WhiteBG
{
    background-color: #ffffff !important;
}

.carousel-control.left, .carousel-control.right
{
    background: none;
    color: #9f9f9f;
    font-size: 50px;
}

.carousel-control
{
    text-shadow: none;
    top: 42%;
}

.carousel-control
{
    width: 8%;
}

.SponsorBorder
{
    border: 1px solid #d9d9d9;
}

.SponsorStatic
{
    padding: 15px 10px;
    transition: 0.2s;
}

.SponsorStatic:hover
{
    transform: scale(1.15);
    transition: 0.2s;
}

.Pad30
{
    padding: 30px;
}

#footer
{
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

.SponsorLink
{
    display: block;
    font-size: 12px;
}

.SponsorTitle
{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.SponsorLogo
{
    padding: 10px 10px 20px 10px;
}

.SponsorLinkIcon
{
    width: 20px;
    margin-left: 10px;
}

.sponsor
{
    padding: 30px 0px 40px 0px;
    background-color: #ffffff;
    display: block;
}

.Relative
{
    position: relative;
}

.ImageBG
{
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

.BlackBG
{
    background-color: #434243;
    color: #ccc;
}

.MarBot20
{
    margin-bottom: 20px;
}

ul.social-link {
list-style: none;
padding: 0;
margin: 0;
}

ul.social-link li {
display: inline-block;
padding: 10px 20px 10px 0;
}

ul.unstyled {
list-style: none;
padding: 0;
margin: 0;
}

ul.unstyled li {
padding: 5px 0;
}

ul.unstyled i {
margin-right: 20px;
}

.intro-text
{
    font-size: 18px;
}

.venue-link > a, .venue-link > a:link
{
    color: #ffffff !important;
    text-align: center;
    display: block;
}

.venue-link
{
    padding: 20px 5px 20px 5px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.venue-link:hover
{
    background-color: #a2bb66;
}

.fb-link > a, .fb-link > a:link
{
    color: #ffffff !important;
    text-align: center;
}

.fb-link
{
    padding: 20px 5px 20px 5px;
    width: 50%;
    display: block;
    background-color: #3B5998 !important;
    font-size: 16px;
    float: left;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.fb-link:hover
{
    background-color: #4183C4 !important;
}

.tw-link > a, .tw-link > a:link
{
    color: #ffffff !important;
    text-align: center;
}

.tw-link
{
    padding: 20px 5px 20px 5px;
    width: 50%;
    display: block;
    background-color: #55ACEE !important;
    font-size: 16px;
    float: left;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.tw-link:hover
{
    background-color: #4183C4 !important;
}

.TfestBG1
{
    background-image: url("../images/backgrounds/tfest_bg1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1.0;
	background-position: 50% 50%;
}

.TfestBG2
{
    background-image: url("../images/backgrounds/tfest_bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1.0;
	background-position: 50% 50%;
}

.TfestBG3
{
    background-image: url("../images/backgrounds/tfest_bg3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1.0;
	background-position: 50% 50%;
}


.HeaderBG1
{
    background-image: url("../images/tfest0033.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1.0;
	background-position: 50% 50%;
}

.venue-image1
{
    background-image: url("../images/backgrounds/scarbrough_arms.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
    min-height: 400px;
}

.venue-image2
{
    background-image: url("../images/backgrounds/cricket_club.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
    min-height: 400px;
}

.venue-description
{
    padding: 30px 40px;
    font-size: 16px;
    color: #ffffff;
}

.venue-description h2
{
    color: #ffffff !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 24px;
}

.Pad0
{
    padding: 0 0 0 0;
}

.white
{
    color: #ffffff !important;
}

.whitetitle
{
    color: #ffffff !important;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.05em;
    font-size: 34px;
}

.GreenBG
{
    background-color: #ed217c !important;
    color: #ffffff !important;
}

.info-button
{
    padding: 5px 15px !important;
    margin: 140px 0px 140px 0px !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.info-button:hover,
.info-button:focus,
.info-button.focus,
.info-button:active,
.info-button.active,
.open > .dropdown-toggle.info-button {
	background-color: #ffffff !important;
	color: #ed217c !important;
}

.facebook-button
{
    background-color: #3B5998;
    font-size: 16px !important;
    padding: 5px 15px !important;
    color: #ffffff !important;
}

.facebook-button:hover,
.facebook-button:focus,
.facebook-button.focus,
.facebook-button:active,
.facebook-button.active,
.open > .dropdown-toggle.facebook-button {
	background-color: #4183C4 !important;
}

.twitter-button
{
    background-color: #55ACEE;
    font-size: 16px !important;
    padding: 5px 12px !important;
    color: #ffffff !important;
}

.twitter-button:hover,
.twitter-button:focus,
.twitter-button.focus,
.twitter-button:active,
.twitter-button.active,
.open > .dropdown-toggle.twitter-button {
	background-color: #4183C4 !important;
}

.scarbrough-arms-section
{
    background-color: #afc873;
    color: #ffffff;
}

.venues-section h2 h3
{
    color: #ffffff !important;
}

.PadTop30
{
    padding-top: 30px;
}

.block
{
    display: block;
}

h1, h2, h3, h4
{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

h1
{
    letter-spacing: -1px !important;
}

.hero-layout-simple .hero-title
{
    font-size: 64px;
    line-height: 1.15;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
}

.back-to-top
{
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    right:25px;
    font-size: 50px;
    z-index: 999;
    display:none;
    color: #afb1b4;
}

.back-to-top:hover
{
    color: #96c942;
}

.GalleryThumb
{
    background-position: 50% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block; 
    overflow: hidden;
    max-height: 250px;
    min-height: 200px;
    border: 5px solid #ffffff;
}

.GalleryThumb:hover
{
    opacity: 0.7;
    transition: 0.2s;
}

.buy-button, .btn-primary
{
    background-color: #ed217c;
    font-size: 14px !important;
    padding: 7px 15px !important;
    color: #ffffff !important;
    border: 1px solid #c41e89;
}

.buy-button:hover,
.buy-button:focus,
.buy-button.focus,
.buy-button:active,
.buy-button.active,
.open > .dropdown-toggle.buy-button {
	background-color: #c41e89 !important;
}

a {
	color: #ed217c;
}
a:focus, a:hover {
	color: #c41e89;
}
.text-primary {
	color: #ed217c;
}
a.text-primary:hover {
	color: #c41e89;
}
.bg-primary {
	background-color: #ed217c;
}
a.bg-primary:hover {
	background-color: #c41e89;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #c41e89;
	border-color: #c41e89;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #c41e89;
}
.btn-primary .badge {
	color: #ed217c;
}
.btn-link {
	color: #ed217c;
}
.btn-link:hover,
.btn-link:focus {
	color: #c41e89;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #ed217c;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	border-color: #ed217c;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #ed217c;
}
.pagination > li > a,
.pagination > li > span {
	color: #ed217c;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #96af5a;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #ed217c;
	border-color: #ed217c;
}
.label-primary {
	background-color: rgba(175,200,115,0.85);
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #a2bb66;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #ed217c;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #ed217c;
}
.progress-bar {
	background-color: #ed217c;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #ed217c;
	border-color: #ed217c;
}
.panel-primary {
	border-color: #ed217c;
}
.panel-primary > .panel-heading {
	background-color: #ed217c;
	border-color: #ed217c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ed217c;
}
.panel-primary > .panel-heading .badge {
	color: #ed217c;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ed217c;
}

/* COMMON CLASSES */
.icon-list-icon {
	background-color: #ed217c;
}
/* HEADER */
.navbar-nav > li.header-action-button > a.btn-primary:hover, .navbar-nav > li.header-action-button > a.btn-primary:focus {
	background-color: #a2bb66;
}
/* SECTION COLOR */
.section-accent {
	background-color: #ed217c;
}
/* BENEFITS */
.section-accent .benefit {
	background-color: #a2bb66;
}
.benefit-icon {
	color: #ed217c;
}
/* HOW IT WORKS */
.hiw-item-icon {
	background-color: #ed217c;
}
.section-accent .hiw-item {
	background-color: #ed217c;
}
.section-accent .hiw-item.even {
	background-color: #a2bb66;
}
.section-accent .hiw-item-icon {
	border-color: #ed217c;
}
.section-accent .hiw-item.even .hiw-item-icon {	
	border-color: #a2bb66;
}
/* NUMBERS */
.numbers-item-counter {
	color: #ed217c;
}
/* PRICING TABLE */
.section-accent .pricing-package {
	background-color: #a2bb66;
}
.pricing-package-header {
	border-bottom-color: #ed217c;
}
.section-dark .pricing-package-header {
	background-color: #ed217c;
}
/* TESTIMONIAL */
.section-accent .testimonial {
	background-color: #a2bb66;
}
.testimonial-ratings {
	color: #afc873;
}
/* TEAM */
.section-accent .team-member {
	background-color: #afc873;
}
.section-accent .team-member.even {
	background-color: #a2bb66;
}
.section-accent .team-member-icon {
	border-color: #afc873;
}

/* JPRELOADER */
#jpreBar {
	background-color: #afc873;
}

.overlay
{
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
}

*:last-child {
	margin-bottom: 0;
}

a {
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	font-weight: bold;
}

a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}

.section-accent a {
	color: #444;
}

.section-accent a:focus, .section-accent a:hover {
	color: #222;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #222;
	margin-bottom: 25px;
	line-height: 1.715;
}

.section-dark h1, .section-dark .h1,
.section-dark h2, .section-dark .h2,
.section-dark h3, .section-dark .h3,
.section-dark h4, .section-dark .h4,
.section-dark h5, .section-dark .h5,
.section-dark h6, .section-dark .h6 {
	color: #fff;
}

.section-accent h1, .section-accent .h1,
.section-accent h2, .section-accent .h2,
.section-accent h3, .section-accent .h3,
.section-accent h4, .section-accent .h4,
.section-accent h5, .section-accent .h5,
.section-accent h6, .section-accent .h6 {
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

p, ul, ol {
	margin-bottom: 25px;
}

iframe {
	max-width: 100%;
	border: none;
}

.lead {
	position: relative;
	font-size: 20px;
	line-height: inherit;
	font-style: italic;
	font-weight: normal;
	padding: 10px 0 25px;
}

.lead:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 80px;
	background-color: rgba(0,0,0,0.1);
}

.section-dark .lead:after,
.section-accent .lead:after {
	background-color: rgba(255,255,255,0.2);
}
.icon-list {
	list-style: none;
	padding: 0;
}
.icon-list li {
	position: relative;
	padding: 20px 0 20px 95px;
}
.icon-list-icon {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 0 0 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.section-accent .icon-list-icon {
	background-color: #444;
}
.icon-list-title {
	margin: 0 0 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.nice-list {
	list-style: none;
	padding: 0;
}
.nice-list li {
	position: relative;
	padding: 8px 0 8px 40px;
}
.nice-list li:before {
	content: "\f105";
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 10px;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 1;
	opacity: 0.5;
}
.clear {
	clear: both;
}
.wait-animation {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

/**
 * ========================================
 * BASIC LAYOUT
 * ========================================
 */
.document {
	height: 100%;
	position: relative;
}
/* SECTION */
.section {
	color: inherit;
	position: relative;
	padding: 90px 0;
}
.section-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.section-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 120px;
	background-color: rgba(0,0,0,0.1);
}
.section-heading.text-center:after {
	left: 50%;
	margin-left: -60px;
}
.section-dark .section-heading:after,
.section-accent .section-heading:after {
	background-color: rgba(255,255,255,0.2);
}
/* SECTION COLOR */
.section-gray {
	background-color: #f6f6f6;
	color: inherit;
}
.section-dark {
	background-color: #222;
	color: #ccc;
}
.section-accent {
	color: #fff;
}
/* SECTION BACKGROUND */
.section-background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.section-background-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.section-background-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.section-background-video > video {
	opacity: 0.3;
	width: 100%;
	height: 100%;
}
.section-background-dot-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-image: url();
}
.section > .container-fluid, .section > .container {
	position: relative;
}
/* PARALLAX */
.parallax-background {
	background-attachment: fixed;
	background-position: top center;
}
.mobile-device .parallax-background {
	background-attachment: scroll;
	background-position: center center !important;
}
.mobile-device .parallax {
	top: 0 !important;
}
@media ( max-width: 991px ) {
	.parallax-background {
		background-position: center center !important;
	}
	.parallax {
		top: 0 !important;
	}
}

/**
 * ========================================
 * FORMS
 * ========================================
 */
.form-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
}
.form-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 60px;
	background-color: rgba(0,0,0,0.1);
}
.form-heading.text-center:after {
	left: 50%;
	margin-left: -30px;
}
.section-dark .form-heading:after,
.section-accent .form-heading:after {
	background-color: rgba(255,255,255,0.2);
}
.form-group {
	margin: 20px 0;
}
.form-group-submit {
	margin-top: 30px;
}
.form-group > label {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: #888;
}
.form-control:-moz-placeholder {
	color: #888;  
}
.form-control::-moz-placeholder {
	color: #888;  
}
.form-control:-ms-input-placeholder {
	color: #888;  
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
	background-color: #fff;
}
.form-control {
	font-size: inherit;
	line-height: inherit;
	height: 40px;
	padding: 6px 12px;
	color: #444;
	border-color: #aaa;
	background-color: rgba(255,255,255,0.85);
}
.form-control-lg {
	font-size: 17px;
	line-height: 30px;
	height: 60px;
	padding: 14px 24px;
}
.form-validation {
	display: none;
	padding: 11.5px 17px;
	border-radius: 0;
}
.form-validation:empty {
	display: none !important;
}
.form-validation.alert-danger {
	color: #fff;
	background-color: #a94442;
	background-color: rgba(169,68,66,0.8);
	border-color: #a94442;
}
.form-validation.alert-success {
	color: #fff;
	background-color: #3c763d;
	background-color: rgba(60,118,61,0.8);
	border-color: #3c763d;
}

.subscription-form {
	margin-top: 30px;
}
@media ( max-width: 767px ) {
	.subscription-form-input > * {
		text-align: center;
	}
	.subscription-form-submit {
		display: block;
		margin-top: 15px;
	}
	.subscription-form-submit > * {
		width: 100%;
	}
}
@media ( min-width: 768px ) {
	.subscription-form-wrapper {
		display: table;
		width: 100%;
		margin: 0;
	}
	.subscription-form-submit {
		display: table-cell;
		vertical-align: middle;
		padding-left: 15px;
	}
	.subscription-form-input {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
}

/**
 * ========================================
 * BUTTON
 * ========================================
 */
.btn {
	padding: 9px 14px;
	border-radius: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 1.819;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.btn:active, .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* BUTTON SIZE */
.btn-lg {
	font-size: 15px;
	line-height: 30px;
	padding: 14px 24px;
}
/* BUTTON COLOR */
.btn-default {
	border: 1px solid rgba(0,0,0,0.1);
	background-color: transparent;
	color: inherit;
}
.btn-default:hover, .btn-default:focus {
	background-color: transparent;
	color: #222;
	border-color: #222;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}
.section-dark .btn-default,
.section-accent .btn-default {
	border: 1px solid rgba(255,255,255,0.25);
	color: inherit;
}
.section-dark .btn-default:hover, .section-dark .btn-default:focus,
.section-accent .btn-default:hover, .section-accent .btn-default:focus {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.section-accent .btn-primary {
	color: #fff;
	background-color: #444;
}
.section-accent .btn-primary:hover, .section-accent .btn-primary:focus {
	color: #fff;
	background-color: #222;
}

.section-lime
{
    background-color: #96c942;
    color: #fff;
}

/**
 * ========================================
 * HEADER
 * ========================================
 */
.header-section {
	position: fixed;
	z-index: 100;
	min-height: 80px;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.1);
	box-shadow: 0 0px rgba(255,255,255,0.1);
	color: #ccc;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.header-section.floating {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 60px;
}
.navbar-nav {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
    line-height: 54px;
    font-weight: 400;
}

.navbar-nav > li {
	padding: 15px 15px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.header-section.floating .navbar-nav > li > a {
    color: #434243 !important;
}

.header-section.floating .navbar-nav > li > a:hover {
    color: #96c942 !important;
}

@media (max-width: 1052px)
{
    .navbar-nav > li
    {
        padding: 15px 15px;
    }
}

.header-section.floating .navbar-nav > li {
	padding-top: 4px;
	padding-bottom: 20px;
}
.navbar-nav a {
	position: relative;
	font-weight: normal;
}
.navbar-nav > li > a {
	padding: 0;
}
.navbar-nav > li > a {
	position: relative;
	color: #434243;
	line-height: inherit;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
	color: #96c942;
	background-color: inherit;
}
.navbar-nav > li > a.active {
	color: #fff;
}
.navbar-nav > li > a.active:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 2px;
	width: 100%;
	background-color: #fff;
}
.navbar-nav > li.header-action-button {
	padding: 20px 15px;
}
.header-section.floating .navbar-nav > li.header-action-button {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav > li.header-action-button > a {
	padding: 9px 14px;
	display: inline-block;
}
.navbar-nav > li.header-action-button > a.btn-primary {
	color: #fff;
}
.navbar-nav > li.current:not(.header-action-button) > a {
	color: #fff;
	background-color: transparent;
}
.navbar-nav > li.current:not(.header-action-button) > a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #96c942;
}
.navbar-logo {
    line-height: 50px;
    margin-left: 0 !important;
    padding: 12px 0px 12px 5px;
    width: 200px;
}
.navbar-logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
}
.header-section.floating .navbar-logo {
	height: 60px;
	line-height: 40px;
	padding: 8px 15px 12px;
}

@media (max-width: 991px)
{
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px;
        text-align: center;
    }
    
    .navbar-nav > li > a {
        position: relative;
        color: #000;
        line-height: inherit;
    }
    
    .navbar-logo
    {
        line-height: 50px;
        margin-left: 0 !important;
        padding: 10px 0px 6px 14px;
        width: 160px;
    }
    .navbar-logo img
    {
    	display: inline-block;
    	vertical-align: middle;
    	max-width: 200px;
    } 
}

.navbar-toggle {
	position: relative;
	z-index: 200;
	margin: 12px 15px;
	padding: 0px 10px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	color: #434243;
}
.section-dark .navbar-toggle {
	border-color: rgba(255,255,255,0.25);
}
.section-dark .navbar-toggle:hover, .section-dark .navbar-toggle:focus {
	border-color: #fff;
}
.navbar-toggle .icon-bar {
	background-color: #666;
}
.section-dark .navbar-toggle .icon-bar {
	background-color: #ccc;
}
.navbar-toggle .icon-bar:hover, .navbar-toggle .icon-bar:focus {
	background-color: #222;
}
.section-dark .navbar-toggle .icon-bar:hover, .section-dark .navbar-toggle .icon-bar:focus {
	background-color: #fff;
}
.header-section.floating .navbar-toggle {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #afb1b4;
	border: 1px solid #afb1b4;
}
@media ( min-width: 992px ) {
	.navbar-nav > li.header-action-button + li.header-action-button {
		margin-left: -15px;
	}
	
	.col-lg-5ths
    {
        width: 20%;
    }
}

.navbar-header
{
    padding: 0px 20px 0px 5px;
}

@media ( max-width: 768px ) {
	
	.SponsorLogo, .SponsorText
	{
	    text-align: center !important;
	}
}

@media ( max-width: 991px ) {
	
	.navigation {
		position: fixed;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 100% !important;
		max-height: none !important;
		margin: 0 !important;
		display: block !important;
		opacity: 0;
		padding-top: 80px;
		background-color: rgba(0,0,0,0.95);
		text-align: center;
		-webkit-transition: all ease 0.25s !important;
		transition: all ease 0.25s !important;
	}
	.navigation.collapsing, .navigation.collapse.in {
		bottom: 0;
		opacity: 1;
	}
	.navigation:before {
		content: "";
		display: inline-block;
		height: 100%;
		width: 1px;
		vertical-align: middle;
	}
	.navbar-nav {
		display: inline-block;
		vertical-align: middle;
		width: 99%;
		padding-bottom: 0px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-nav > li {
		-webkit-transition: none;
		transition: none;
		border-bottom: 1px solid #ccc;
	}
	.header-section
	{
	    min-height: 68px;
	}
	.header-section.floating .navigation {
		padding-top: 60px;
	}
	.navbar-nav > li,
	.header-section.floating .navbar-nav > li{
		padding: 0;
	}
	.navbar-nav > li > a {
		padding: 0px 0px;
	}
	.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
		background-color: rgba(255,255,255,0.1);
	}
	.navbar-nav > li.header-action-button,
	.header-section.floating .navbar-nav > li.header-action-button {
		padding: 10px 15px;
	}
	.navbar-nav > li.current:not(.header-action-button) > a {
		color: #96c942;
		background-color: rgba(255,255,255,0.1);
	}
	.navbar-nav > li.current:not(.header-action-button) > a:after {
		display: none;
	}
	
	.navbar-collapse
    {
        background-color: #fff;
    }
    
    .navbar-fixed-top .navbar-collapse
    {
        max-height: 100%;
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }
    
    .navbar-header
    {
        padding: 0px 10px;
    }
    
    .navbar-mobile
    {
        position: static;
    }
}



/**
 * ========================================
 * HERO
 * ========================================
 */
.hero-section {
	padding: 80px 0;
	text-align: center;
}
.hero-section:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}
.hero-section:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 0;
	height: 160px;
	width: 100%;
	display: block;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	opacity: 0.3;
}
.hero-section.hero-fullscreen {
	height: 100%;
}
.hero-section .container {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;	
}
.hero-section form {
	background-color: #f6f6f6;
	padding: 30px;
}
.section-gray.hero-section form {
	background-color: #fff;
}
.section-dark.hero-section form {
	background-color: rgba(0,0,0,0.4);
}
.hero-title {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.hero-tagline {
	font-size: 20px;
}
.hero-buttons {
	margin-top: 30px;
}
.hero-buttons > a {
	margin: 15px 15px 0;
}
.hero-buttons > a:only-child {
	margin: 0;
}
.hero-start-link {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	margin-bottom: 30px !important;
	display: block;
	width: 54px;
	height: 54px;
	border: 4px solid #c31e89;
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
	font-size: 32px;
	color: #c31e89;
	opacity: 0.7;
	z-index: 99;
}
.hero-start-link:hover, .hero-start-link:focus {
	opacity: 1.0;
	color: #c31e89;
}
@media ( max-width: 991px ) {
	.hero-section {
		padding: 60px 0;
	}
	.hero-section.hero-fullscreen {
		height: auto;
	}
	.hero-start-link {
		display: none;
	}
}

/* HERO LAYOUT: FULLSCREEN CTA (SIMPLE) */
.hero-layout-simple .section-background-image {
	background-image: url("../images/backgrounds/hero-bg--center-headline.jpg.html");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1.0;
}
.hero-layout-simple .hero-heading {
	text-align: center;
}
.hero-layout-simple .hero-title {
	font-size: 64px;
	line-height: 1.15;
}
@media ( max-width: 991px ) {
	.hero-layout-simple .hero-title {
		font-size: 56px;
	}
}

@media ( max-width: 767px ) {
	.hero-layout-simple .hero-title {
		font-size: 48px;
	}
	.hero-layout-simple .hero-tagline {
		font-size: 18px;
	}
}
@media ( max-width: 479px ) {
	.hero-layout-simple .hero-title {
		font-size: 40px;
	}
	.hero-layout-simple .hero-tagline {
		font-size: 16px;
	}
}

/* HERO LAYOUT: FULLSCREEN SUBSCRIPTION FORM */
.hero-layout-fullscreen-subscription-form .section-background-image {
	background-image: url("../images/backgrounds/tfest0062.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1.0;
}

/* HERO LAYOUT: CLASSIC */
.hero-layout-classic {
	padding: 120px 0;
	height: auto !important; /* force to disable fullscreen mode */
}
.hero-layout-classic .hero-heading {
	text-align: center;
}
.hero-layout-classic .hero-title {
	font-size: 56px;
	line-height: 1.15;
}
.hero-features {
	margin-top: 60px;
	text-align: left;
}
@media ( min-width: 992px ) {
	.hero-features-right {
		padding-left: 50px;
	}
	.hero-features-right.col-md-pull-5 {
		padding-right: 50px;
		padding-left: 15px;
	}
}
@media ( max-width: 991px ) {
	.hero-layout-classic .hero-title {
		font-size: 48px;
	}
	.hero-features {
		margin-top: 30px;
	}
	.hero-features-right {
		margin-top: 30px;
	}
}
@media ( max-width: 991px ) {
	.hero-layout-classic .hero-title {
		font-size: 40px;
	}
	.hero-layout-classic .hero-tagline {
		font-size: 18px;
	}
}
@media ( max-width: 479px ) {
	.hero-layout-classic .hero-title {
		font-size: 32px;
	}
	.hero-layout-classic .hero-tagline {
		font-size: 16px;
	}
}

/* HERO LAYOUT: FEATURES AND FORM */
.hero-layout-features-and-form .section-background-image {
	background-image: url("../images/backgrounds/hero-bg--features-with-form.jpg.html");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
}

/* HERO LAYOUT: VIDEO AND FORM */
.hero-layout-video-and-form .section-background-image {
	background-image: url("../images/backgrounds/hero-bg--video-with-form.jpg.html");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
}
.hero-layout-video-and-form .lead:after {
	display: none;
}
.hero-layout-video-and-form .lead {
	padding: 0;
	margin: 30px 0 0;
}

/* HERO LAYOUT: VIDEO AND FEATURES CTA */
.hero-layout-video-and-features-cta .section-background-image {
	background-image: url("../images/backgrounds/hero-bg--video-with-features-cta.jpg.html");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
}
.hero-layout-video-and-features-cta .video-embed {
	margin-top: 0;
}
.hero-layout-video-and-features-cta .lead:after {
	display: none;
}
.hero-layout-video-and-features-cta .lead {
	padding: 0;
	margin: 30px 0 0;
}
.hero-layout-video-and-features-cta .hero-buttons {
	margin-top: 20px;
}
.hero-layout-video-and-features-cta .icon-list {
	margin-top: -20px;
}

/**
 * ========================================
 * HEADLINE
 * ========================================
 */
.headline-text {
	position: relative;
	padding: 50px 0;
	font-size: 20px;
	text-align: center;
}
.headline-text:before, .headline-text:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -60px;
	display: block;
	height: 2px;
	width: 120px;
	background-color: rgba(0,0,0,0.1);
}
.headline-text:before {
	top: 0;
}
.headline-text:after {
	bottom: 0;
}
.section-dark .headline-text:before, .section-dark .headline-text:after,
.section-accent .headline-text:before, .section-accent .headline-text:after {
	background-color: rgba(255,255,255,0.2);
}

/**
 * ========================================
 * DESCRIPTION
 * ========================================
 */
.about-row {
	margin-top: 50px;
}
.about-image {
	text-align: center;
}
@media ( min-width: 992px ) {
	.about-image {
		padding-right: 40px;
	}
	.about-image.col-md-push-6 {
		padding-left: 40px;
		padding-right: 15px;
	}
}
@media ( max-width: 991px ) {
	.about-image {
		margin-bottom: 15px;
	}
}

/**
 * ========================================
 * BENEFITS
 * ========================================
 */
.benefit {
	text-align: center;
	padding: 30px;
	background-color: #f6f6f6;
	margin: 15px 0;
}
.section-gray .benefit {
	background-color: #fff;
}
.section-dark .benefit {
	background-color: #444;
}
.benefit-title {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.benefit-icon {
	font-size: 48px;
	margin-bottom: 15px;
}
.section-accent .benefit-icon {
	color: #444;
}

/**
 * ========================================
 * HOW IT WORKS
 * ========================================
 */
.how-it-works-section {
	padding-bottom: 0;
}
.hiw-row {
	margin-top: 50px;
}
.hiw-item {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #fff
}
.hiw-item.even {
	background-color: #f6f6f6;
}
.section-dark .hiw-item {
	background-color: #222;
}
.section-dark .hiw-item.even {
	background-color: #292929;
}
.hiw-item-picture {
	width: 100%;
}
.hiw-item-text {
	position: relative;
	padding: 50px 40px;
	text-align: center;
}
.hiw-item-icon {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -35px 0 0 -35px;
	display: block;
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}
.hiw-item.even .hiw-item-icon {
	border: 5px solid #f6f6f6;
}
.section-dark .hiw-item-icon {
	border-color: #222;
}
.section-dark .hiw-item.even .hiw-item-icon {	
	border-color: #292929;
}
.section-accent .hiw-item-icon {
	background-color: #444;
}
.hiw-item-title {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/**
 * ========================================
 * NUMBERS
 * ========================================
 */
.numbers-section .section-background-image {
	background-image: url("../images/backgrounds/numbers-bg.jpg.html");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
}
.numbers-item {
	text-align: center;
	padding: 15px 0;
}
.numbers-item-counter {
	margin-bottom: 15px;
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1em;
}
.section-accent .numbers-item-counter {
	color: #444;
}
.numbers-item-caption {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/**
 * ========================================
 * VIDEO
 * ========================================
 */
.video-embed {
	margin-top: 30px;
	position: relative;
	padding-top: 56.25%; /* 16:9 */
	height: 0;
	background-color: #000000;
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * ========================================
 * TEAM
 * ========================================
 */
.team-section {
	padding-bottom: 0;
}
.team-row {
	margin-top: 50px;
}
.team-member {
	margin-left: -15px;
	margin-right: -15px;
}
.team-member.even {
	background-color: #f6f6f6;
}
.section-dark .team-member {
	background-color: #222;
}
.section-dark .team-member.even {
	background-color: #292929;
}
.team-member-picture {
	width: 100%;
}
.team-member-text {
	padding: 30px 30px 60px;
}
.team-member-name {
	margin: 0 0 5px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.team-member-position {
	opacity: 0.6;
	font-size: 0.9em;
}
.team-member-description {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}
.team-member-description:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 2px;
	width: 40px;
	background-color: rgba(0,0,0,0.1);
}
.section-dark .team-member-description:after,
.section-accent .team-member-description:after {
	background-color: rgba(255,255,255,0.2);
}
.sponsors-row {
	text-align: center;
	margin: 60px 0;
}
.sponsors-row > * {
	margin: 15px 20px;
}

/**
 * ========================================
 * TWO COLS DESCRIPTION
 * ========================================
 */
.scarbrough-arms-image {
	background-image: url("../images/backgrounds/scarbrough_arms.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 37.5%;
}
.scarbrough-arms-image img {
	width: 100%;
}
.two-cols-description-text-inner {
	max-width: 720px;
	margin-right: auto;
}
.col-md-pull-6 .two-cols-description-text-inner {
	margin-left: auto;
	margin-right: 0;
}
@media ( max-width: 991px ) {
	.scarbrough-arms-image {
		margin-top: -90px;
		margin-bottom: 90px;
		padding-top: 75%;
	}
	.two-cols-description-text-inner {
		margin: 0 auto;
	}
}
@media ( min-width: 992px ) {
	.two-cols-description-section {
		padding: 0;
	}
	.two-cols-description-row {
		display: table;
	}
	.scarbrough-arms-image, .two-cols-description-text {
		display: table-cell;
		float: none !important;
	}
	.two-cols-description-text {
		vertical-align: middle;
		padding: 90px 60px;
	}
}

/**
 * ========================================
 * PRICING TABLE
 * ========================================
 */
.pricing-table {
	list-style: none;
	padding: 0;
	margin: 60px 0 0;
}
.pricing-package {
	position: relative;
	margin: 40px 0 0;
	background-color: #f6f6f6;
	text-align: center;
}
.section-gray .pricing-package {
	background-color: #fff;
}
.section-dark .pricing-package {
	background-color: #444;
}
.pricing-package.pricing-package-featured {
	margin-top: 0;
}
.pricing-package-header {
	background-color: #222;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

.section-dark .pricing-package-header,
.section-accent .pricing-package-header {
	border-bottom-color: #fff;
}
.price-title {
	margin: 0;
	padding: 17px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.1);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}
.section-dark .price-title {
	border-bottom-color: rgba(255,255,255,0.2);
}
.price {
	padding: 27px 30px 17px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	line-height: 0.7;
	letter-spacing: 0.05em;
}
.price-currency {
	vertical-align: bottom;
	font-size: 30px;
}
.price-number {
	vertical-align: bottom;
	font-size: 80px;
}
.price-decimal {
	vertical-align: top;
	font-size: 30px;
}
.price-description {
	padding: 0 30px 26px;
	font-style: italic;
	color: #888;
}
.section-dark .price-description {
	color: #fff;
}
.pricing-package-items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricing-package-items li {
	padding: 10px 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.05);
}
.pricing-package-items li:first-child {
	border-top: none;
}
.pricing-package-items del {
	text-decoration: none;
	opacity: 0.4;
}
.price-featured {
	position: absolute;
	width: 100%;
	padding: 10px 30px 11px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}
.section-dark .price-featured,
.section-accent .price-featured {
	color: #444;
}
.section-dark .pricing-package-items li {
	border-color: rgba(255,255,255,0.1);
}
.section-accent .pricing-package-items li {
	border-color: rgba(255,255,255,0.2);
}
@media ( max-width: 991px ) {
	.pricing-package.pricing-package-featured {
		margin-top: 40px;
	}
	.pricing-table > *:first-child > .pricing-package {
		margin-top: 0;
	}
}

/**
 * ========================================
 * TESTIMONIAL
 * ========================================
 */
.testimonial {
	padding: 30px;
	margin: 15px 0;
	background-color: #f6f6f6;
}
.section-gray .testimonial {
	background-color: #fff;
}
.section-dark .testimonial {
	background-color: #444;
}
.testimonial-quote {
	margin-bottom: 40px;
	padding: 0;
	border: none;
	font-size: 17px;
	font-style: italic;
}
.testimonial-ratings {
	font-size: 20px;
	margin-right: 10px;
}
.section-accent .testimonial-ratings {
	color: #444;
}
.testimonial-cite {
	position: relative;
	font-style: normal;
	font-size: 13px;
	padding-left: 30px;
	opacity: 0.6;
	white-space: nowrap;
}
.testimonial-cite:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
	border-top: 1px solid;
	border-color: inherit;
	opacity: 0.4;
}

/**
 * ========================================
 * CLOSING
 * ========================================
 */
.closing-section .section-background-image {
	background-image: url("../images/tfest0033.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.15;
}
.closing-shout, .closing-buttons {
	text-align: center;
}
.closing-shout {
	font-size: 24px;
	margin-bottom: 40px;
}

/**
 * ========================================
 * FOOTER
 * ========================================
 */
.footer-section {
	padding-bottom: 30px;
	text-align: center;
}
.footer-logo {
	margin-top: 0;
	margin-bottom: 60px;
}
.footer-socmed {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 15px;
}
.footer-socmed > a {
	display: inline-block;
	margin: 0 10px;
	color: inherit;
	opacity: 0.5;
}
.footer-socmed > a:hover, .footer-socmed > a:focus {
	color: inherit;
	opacity: 1;
}
.footer-copyright {
	opacity: 0.5;
}

/**
 * ========================================
 * FOOTER
 * ========================================
 */
body.enable-preloader > .document {
	opacity: 0;
}
body.enable-preloader.done-preloader > .document {
	opacity: 1;
}
#jpreOverlay {
	background-color: #fff;
}
#jpreButton, #jprePercentage {
	display: none !important;
}
#jpreLoader {
	width: 200px !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	margin: -4px 0 0 -100px;
	height: 8px;
	background-color: #eee;
}
#jpreBar {
	position: absolute !important;
	top: 0;
	overflow: hidden;
	text-align: center;
}