/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.course {list-style:none; margin:0; padding:0; }
.course li {margin-left:10px; margin-bottom:20px;}
.course p {margin:0; color:#979797 ;}
.time {font-size:14px;}
.topic {display:block; font-family:blair itc, Arial, Helvetica, sans-serif; font-size:12px !important; color:#c3b297 !important;}
.name {display:block; font-family: Montserrat, Helvetica, sans-serif; font-size:13px !important; color:#e00000 !important; font-style:italic;}
.eod {font-family:blair itc, Arial, Helvetica, sans-serif; font-size:12px; color:rgba(255,255,255,.5); margin-bottom:30px;}

body {
    width: 100%;
    height: 100%;
	font-family: 'Merriweather Sans', sans-serif;
/*    font-family: 'Bree Serif', serif; "Helvetica Neue",Helvetica,Arial,sans-serif;
*/	font-weight:500;
	font-size:14px !important;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: "impactreg","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}
h2, .h2 {
font-size: 28px;
}
p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 25px;
        font-size: 14px;
        line-height: 1.6;
    }
}
section#contact {
    background-color: #222;
    background-image: url(../img/map.png);
    background-position: center;
    background-repeat: no-repeat;
}
.section-heading {
	font-size:50px;
	text-transform: uppercase;
}	

section#contact .section-heading {
    color: #fff;
	}
section#contact .form-group {
    margin-bottom: 25px;
}
a {
    color: #b8a568;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #b91515;
}
a.link {
    color: #b91515;
}
.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: antonio-bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
	font-size:20px;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    text-shadow: 2px 2px #000000;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff !important;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom li a {
    color: rgba(255,255,255,.7); 
    text-shadow: 2px 2px #000000;
	font-family: blair itc;
	font-size: 15px;
	margin-top: 10px;
}

.navbar-custom .nav li.active {
outline: nonte;
}
.navbar-custom .nav li.active a{
	color:#e00000!important;
}
.navbar-custom .nav li a {
   /* -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;*/
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    color:#fff !important;
	background-color: #e00000;
}

@media(min-width:767px) {
	.navbar-nav>li>a  {
		padding: 12px 24px;	
	}
	.navbar-custom {
		margin-bottom: 0;
		border-bottom: 1px solid rgba(255,255,255,.3);
		text-transform: uppercase;
		font-family: antonio-bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
		background-color: #000;
		font-size:20px;

	}

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
}
.intro .intro-body .intro-text {
    font-size: 18px;
}
@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}
.content-section {
    padding-top: 100px;
}
@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }
    .download-section {
        padding: 100px 0;
    }
    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}
@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}
footer {
    padding: 50px 0;
}
footer p {
    margin: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}
::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

@font-face {
    font-family: 'blair itc';
    src: url('../fonts/blair_itc_bold1-webfont.eot');
    src: url('../fonts/blair_itc_bold1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blair_itc_bold1-webfont.woff2') format('woff2'),
         url('../fonts/blair_itc_bold1-webfont.woff') format('woff'),
         url('../fonts/blair_itc_bold1-webfont.ttf') format('truetype'),
         url('../fonts/blair_itc_bold1-webfont.svg#deathe_maach_ncvregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'antonio-bold';
    src: url('../fonts/antonio-bold-webfont.eot');
    src: url('../fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-bold-webfont.woff2') format('woff2'),
         url('../fonts/antonio-bold-webfont.woff') format('woff'),
         url('../fonts/antonio-bold-webfont.ttf') format('truetype'),
         url('../fonts/antonio-bold-webfont.svg#deathe_maach_ncvregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'impactreg';
    src: url('../fonts/impactreg.eot');
    src: url('../fonts/impactreg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impactreg.woff') format('woff'),
         url('../fonts/impactreg.ttf') format('truetype'),
         url('../fonts/impactreg.svg#impactreg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.info-box {
	padding:40px 20px;  
	color:#c3b297; 
	line-height:40px;
}
.info-inner-box {
	margin-left:80px;
}
.conf-sub {
	display:block; 
	font-family:impactreg; 
	font-size:18px; 
	text-align:left; 
	color:#fff; 
	text-shadow: 2px 2px #000000;
}
.conf-title {
	display:block; 
	font-family:impactreg; 
	font-size:28px; 
	text-align:left; 
	text-shadow: 2px 2px #000000;
}
.conf-desc {
	display:block; 
	font-family:impactreg; 
	font-size:20px; 
	text-align:left; 
	text-shadow: 2px 2px #000000;
}
.conf-icon {
    display: inline-block;
    position: absolute;
    left: 50px;
    top: 50px;
    font-size: 30px;
    color: rgba(255,255,255,.7);
    BACKGROUND-COLOR: #000;
    BORDER-RADIUS: 100PX;
    WIDTH: 50PX;
    HEIGHT: 50PX;
}
.conf-icon i {
    margin-top:10px;
}
.conf-note {
	font-size:14px;
	line-height: 20px;
	padding:5px;
	background-color: rgba(0,0,0,.3);
	color:#ccc;
}
.side-box .conf-sub, 
.side-box .conf-title, 
.side-box .conf-desc {
    text-shadow: none;
}
.side-box .conf-sub {
    color: rgba(0,0,0,.4);
}
.role {
	display:block; 
	font-family:antonio-bold, Arial, Helvetica, sans-serif; 
	font-size:16px !important;
}
.name {
	display:block; 
	font-family:blair itc, Arial, Helvetica, sans-serif; 
	font-size:12px !important; 
	color:#2b2b2b;
}
.panel-default > .panel-heading {
	color: #333;
	background-color:transparent !important;
	border-bottom:1px solid rgba(255,255,255,.2);
}
.panel {
	margin-bottom: 20px;
	background-color:transparent !important;
	border: 0 solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0);
	box-shadow: 0 ;
	color:#000 !important;
}
.panel-heading {
	position:relative;
}
.panel-heading a {
	color:#000 !important;
}
.panel-heading a:hover {
	text-decoration:none;
}
.speaker-name {
	font-family:blair itc, Arial, Helvetica, sans-serif; 
	font-size:18px; 
	display:block; 
	line-height:2; 
	color:#eee !important;
}
.speaker-title {
	font-family:antonio-bold, Arial, Helvetica, sans-serif; 
	font-size:14px; display:block; 
	color:rgba(255,255,255,.4);
}
.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 */
    color: #ccc;         /* adjust as needed */
	position:absolute;
	top:20px;
	right:0;
	font-size:20px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.scheduleBG {
	background-attachment: scroll;
    background-image: url(../img/header-bg2.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
}
/*5e7b84{
	color:#c4c4c4;
}*/
header .intro-text {
    padding-top: 60px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    text-transform: uppercase;
    font-family: "impactreg","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 62px;
    line-height: 1;
    color: #ddd;
    margin-bottom: 20px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: "impactreg","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 70px;
    line-height: 1.1;
	color:#e00000;
    text-shadow: 2px 2px #000000;
    letter-spacing: 2px
}
.intro-text-line {
    display: block;
    color:#e00000;
}
.year {
    display: block;
    color:#debc86;
}
@media(max-width:992px) {
	header .intro-text .intro-heading {
		font-size: 45px;
		line-height: 1.2;
	}	
	.sub-intro1 {
    	font-size: 24px !important;
		
	}
	.sub-intro2 {
		font-size:45px !important;
	}
	.navbar-custom li a {
		font-size: 12px;
	}
	.navbar-nav > li > a {
		padding: 12px 14px;
	}
	.class {
		min-height: auto !important;
	}
}
.logo {
    font-family: "impactreg" !important;
    color: #eee !important;
    font-size: 50px;
    text-shadow: -1px -1px 0px #e5e4e4;
    margin-top: 10px;
    text-transform: uppercase;
    color: #e00000!important;
}

.logo span {
	color:#debc86
}
header .intro-text .intro-location {
    margin-bottom: 20px;
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
}
/*header .intro-text .intro-heading span {
	color:#949494;
}*/

header .intro-text {
    padding-top: 150px;
    padding-bottom: 50px;
}
.sub-intro1 {
    font-size: 30px;
    line-height: normal !important;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #e00000 !important;
    font-family: "impactreg","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: -2px -2px 0 #000 !important;
}
.sub-intro2 {
    font-size: 62px;
    line-height: normal !important;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #ddd !important;
    font-family: "impactreg","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: -2px -2px 0 #000 !important;
}

.service-heading {
        margin: 0;
    text-transform: none;
    font-family: "blair itc","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 30px;
    padding: 15px 0;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
	background-color: rgba(0,0,0,.9);
	color:rgba(255,255,255,.6);
	}
.service-heading span {
	font-size:16px; 
	display:block;
}
@media(min-width:768px) {
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 15px;
        font-size: 16px;
        font-style: normal;
        line-height: 30px;
		padding:0  ;
		letter-spacing:1px;
    }
	
	.navbar-default .nav li a {
		text-transform: uppercase;
		font-family: 'antonio-bold', cursive !important;
		color: #949494;
		font-size:24px;
	}
	.navbar-default .nav li a:hover {
		color:#e00000!important;
	}
	
	section {
    padding: 40px 0;
}




.btn-primary {

    text-transform: uppercase;
    font-family: antonio-bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: rgba(255,255,255,.7);
    background-color: #000;
	border-radius:0;
	font-size:20px;
	 padding: 15px 20px;
	 border:0;	
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #e00000;
}

}
@media(min-width:767px) {
	.speaker-name {
		font-size:16px; 
		display:block; 
		line-height:2;
	}
	.speaker-title {
		font-size:16px; 
		display:block;
	}
}
section#contact {
    background-color: #222;
    background-image: url(../img/map.png);
    background-position: center;
    background-repeat: no-repeat;
}
section {
    padding:40px 0;
}
header .intro-text {
	padding-top: 150px;
	padding-bottom: 50px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}
.class {
	/*background-image:url(../img/transBG.png);*/
	padding:10px;
	min-height:500px;
	background-color: rgba(0,0,0,.5)
}
.instructor-heading {
	color:#ccc;	
}
.panel-body {
	background-color:rgba(255,255,255,.05);	
	color:rgba(255,255,255,.7);
}
@media (max-width:768px){
	.panel {
		background-color:rgba(255,255,255,.05) !important;	
		color:rgba(255,255,255,.7) !important;
	}
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
     border-top: 1px solid rgba(255,255,255,.1);   
}
.bold {
	font-weight:bold;
	color:#fff;	
}
.text-reg {
	color:#b8a568 !important;
	font-family: antonio-bold,"Helvetica Neue",Helvetica,Arial,sans-serif;	
	line-height:1.7;
}
.blue-bold {
	color:#e00000;
	font-weight: bold;	
}