/*!
 * 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.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    letter-spacing: 6px;
}

h2 {
	font-size:30px;
}

h2.special {
	background-color: #84d2e1;
	padding:25px 0;
	margin-bottom:0px;
}

#hawknelson {
	padding-top:50px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.dropdown-menu {
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	right:0;
	background-color:#333;
	color:#f5f5f5;
}

.dropdown-menu>li>a {
	color:#c9c9c9;
}
.dropdown-menu .divider {
	background-color:#222;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #42dca3;
    -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: #1d9b6c;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-transform: uppercase;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:700;
    background-color: #fff;
    color:#151515;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #151515;
}

.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;
	padding-left:10px;
	padding-right:10px;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #36bccc;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #71AFCF;
    color:white;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.row .odd {
	background-color:#333333;
	margin-bottom:0px;
	margin-top:0px;
}

.row .even {
	background-color:#222222;
}

.event {
	margin-left:0px;
	margin-right:0px;
}

.event .collapse {
	background-color:#333;
	color:white;
}

.description {
	padding:15px 0px;
	background-color:#ededed;
	color:#333;
}

.date {
	font-size:25px;
	background-color: #84d2e1;
	color:black;
	border-bottom:1px solid black;
}

.venue-name {
	padding-top:20px;
}

.address {
	padding-top:20px;
}

.tix {
	padding-top:20px;
}

.tix a {
	padding-right:20px;
	font-size:25px;
}

@media(min-width:768px) {
    .navbar-custom {
        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;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 0px solid rgba(255,255,255,.1);
        background: #fff;
    }
}

.intro {
    display: table;
    width: 100%;
	margin-top:56px;
    height: auto;
    padding: 200px 0 50px 0;
    text-align: center;
    color: #fff;
    /*  background: url(../img/diamonds1.jpg) no-repeat bottom center scroll; */
	background-repeat:no-repeat;
	background-position:bottom center;
	background-attachment:scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro.bg0 {
	 background-image: url(http://hawknelson.com/img/bgimages/1.jpg);
	background-repeat:no-repeat;
		background-position:bottom center;
	background-attachment:scroll;
 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro.bg1 {
	 background-image: url(http://hawknelson.com/img/bgimages/2.jpg);
	background-repeat:no-repeat;
		background-position:bottom center;
	background-attachment:scroll;
 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro.bg2 {
	 background-image: url(http://hawknelson.com/img/bgimages/3.jpg);
	background-repeat:no-repeat;
		background-position:bottom center;
	background-attachment:scroll;
 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro.bg3 {
	 background-image: url(http://hawknelson.com/img/bgimages/4.jpg);
	background-repeat:no-repeat;
		background-position:bottom center;
	background-attachment:scroll;
 -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;
    color:#151515;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
		background-size:cover;	
    }

	.intro.bg0 {
	 background: url(http://hawknelson.com/img/bgimages/1.jpg);
	background-repeat:no-repeat;
		background-position:bottom center;
	background-attachment:scroll;
 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}

	.intro.bg1 {
	 background: url(http://hawknelson.com/img/bgimages/2.jpg);
	background-repeat:no-repeat;
		background-position:bottom center;
	background-attachment:scroll;
 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}

	.intro.bg2 {
	 background: url(http://hawknelson.com/img/bgimages/3.jpg);
	background-repeat:no-repeat;
		background-position:bottom center;
	background-attachment:scroll;
 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}

	.intro.bg3 {
	 background: url(http://hawknelson.com/img/bgimages/4.jpg);
	background-repeat:no-repeat;
		background-position:bottom center;
	background-attachment:scroll;
 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
    .description p {
    	font-size: 16px;
    }
	h2 {
	font-size:50px;
	}
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    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);
    }
}

.content-section {
    padding-top: 100px;
}

.acoustic {
	background:url(../img/bonusbkg.jpg) no-repeat top center scroll;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	padding-bottom:165px;
	padding-top:135px;
	
}	

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/guys.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.tour {
	background: url(../img/tourbkg.jpg) no-repeat top center scroll;
	padding-bottom:45px;
}

.chart-section {
	width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/chords.jpg) no-repeat top center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
   
  
}

.downloadcampaign {
	margin-top:20px
}

.video {

}

.contact {
	padding-bottom:150px;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

.widget {
	position: relative;
	background:rgba(0,0,0,0.1);
	padding:10px;
}

form.downloadcampaign input {
	font-size:25px;
}

form.downloadcampaign input.button {
	display: block;
}

form.downloadcampaign input.button:hover {
	position: relative;
}

.result {
	display: none;
	width: 100%;
	height: auto;
	position: relative;

}
.result.loading {
	background-image: url(../img/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.msg {
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding: 5px;
	line-height: 1.2em;
}
.msg.error {
	color: #b51b59;
}
input.error {
	border: 4px solid red !important;
	background-color: yellow !important;
}

.micahsays {
	font-size:25px;
	padding-top:20px;
	padding-bottom:20px;
	display:block;
}

.micahsays small {
	font-size:13px;
	color:white;
}

.form-control {
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	height:auto;
	
}



@media(min-width:767px) {
    .content-section {
        padding-top: 150px;
    }

	.tour .content-section {
		padding-top:80px;
	}

    .download-section {
        padding: 150px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
	.intro {
	margin-top:0px;
	}
	.widget {
	margin-top:150px;
	}
	.micahsays {
		padding-top:200px;padding-bottom:200px;font-size:25px;
	}
	.tix {
		padding-top:5px;
	}
}

@media(min-width:1199px) { 
	.tix {
		padding-top:15px;
	}	
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Lato,"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 #84d2e1;
	background-color:transparent;
    color: #84d2e1;	
	cursor: pointer;
}

.intro .btn-default {
    border: 1px solid #84d2e1;
	background-color:#84d2e1;
    color: #f5f5f5;	cursor: pointer;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #36bccc;
    outline: 0;
    color: #fff;
    background-color: #36bccc;
}

.btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	background-color:#36bccc;
	color:#fff;
	border-color:#84d2e1;
}

.btn-default:focus {
	background:transparent;
	 color: #84d2e1;
}

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;
    }
	ul.dropdown-menu>li {
		margin-bottom:0px;
	}
	.tix {
		padding-top:10px;
	}
	.tix .btn-default {
		margin-top:10px;
	}
	.address {
		padding-top:18px;
	}
	.locate {
	}
	.venue-name {
		padding-top:0px;
	}
	.date {
		font-size:18px;
		padding-bottom:20px;
		padding-top:20px;
	}
}

footer {
    padding: 50px 0;
    background:white;
}

footer p {
    margin: 0;
    color:#151515;
}

::-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);
}