@charset "utf-8";
/* CSS Document */

body { 
	background-color: #222;
	outline: 0; 
	color: #4a4a4a;
	font-family: 'Nunito Sans', helvetica;
}
/*body:after {
  content: url(/images/bg_kip_street.jpg);
  display: none;
}*/

body#home {
	background-color: #000;
	background-image: url(/images/bg_home_blur.jpg);
	background-position: 50% 60px;
	background-size: 1920px auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
body#news { 
	background-image: url(/images/bg_news2.jpg);
	background-position: center -50px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body#tour { 
	background-image: url(/images/bg_tour_header.jpg); 
	background-position: center 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body#music { 
	background-image: url(/images/bg_kip_symphony_2.jpg);
	background-position: center -90px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body#contact, body#contactsent { 
	background-image: url(/images/bg_kip_reb.jpg);
	background-position: center -80px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body#tree {
	background-color: #111;
/*	background-blend-mode: darken;*/
	background-image: url(/images/wt_bg_01.jpg);
	background-position: 50% top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#home.scrolled {
	background-color: #000;
	background-image: url(/images/bg_kip_street.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: cover;
	background-attachment: fixed;
}

.bg-news { }

a, a h1, a h2 { color: #0099cc; font-weight: normal; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #000; text-decoration: none; outline: 0; }
a:active { color: #0099cc; text-decoration: none; outline: 0; }

h1, h2, h3, h4 { font-family: 'Nunito Sans', helvetica; color: #4a4a4a; font-weight: normal; text-decoration: none; margin: 0px 0 10px 0; }
h1 { font-size: 28px; line-height: 34px; padding: 0px; margin: 10px 0 15px 0; }
h2 { font-size: 28px; line-height: 34px; padding: 0px; margin: 10px 0 15px 0; }
h3 { font-size: 20px; line-height: 24px; padding: 0px; margin: 5px 0 10px 0; }
h4 { font-size: 16px; line-height: 22px; padding: 0px; margin: 5px 0 5px 0; font-family: 'Nunito Sans', helvetica; }
h4.news-sub { font-size: 17px;  margin: 0px 0 15px 0; }
h1.page-heading { font-family: 'Nunito Sans', helvetica; font-size: 28px; line-height: 34px; margin: 15px 0px 25px; text-transform: uppercase;  }

#tree h1.page-heading { margin: 15px 0px 5px;  }

#tree h1, #tree h2, #tree h3, #tree h4 { color: #eeeeee; text-align: center; }
#tree h2, #tree h3 { font-size: 18px; }
.tree-image { border-radius: 50%; /*width: 120px; height: 120px;*/ margin: 20px auto 0 auto; border: 2px solid #eee; }
.tree-link-image { border-radius: 50%; margin: 0px auto 0 auto; border: 2px solid #eee; }

.tree-icon { margin: 0 auto 30px auto; max-height: 64px; max-width: 64px; /*filter: grayscale(100%);*/ }
.tree-icon:hover {  filter: grayscale(0%); }

/*h1 a, h2 a, h3 a, h4 a { color: #0099cc; text-decoration: none; }*/
h1 a:hover, h2 a:hover, h3 a:hover, h4:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4:focus,
a h1:hover { color: #4a4a4a; text-decoration: none; }

.page-title { margin-top: 20px; }
p { color: #4a4a4a; font-size: 15px; line-height: 18px; font-weight: normal; }

.year-text { font-size: 16px; color: #4a4a4a; /*margin: -5px 0px 5px 0px;*/ }
.small-text { font-size: 13px; color: #4a4a4a; margin: 5px 0px;}
.smaller-text { font-size: 11px; color: #4a4a4a; margin: 5px 0px;}
.smallest-text { font-size: 10px; color: #4a4a4a;/* margin: 5px 0px;*/}
/*.small-text a:hover, .smaller-text a:hover, .smallest-text:hover { color: #000;}*/


/*===========================================
	CONTENT
=============================================*/

.container {
    padding-left: 0;
    padding-right: 0;
	width: 100%;
	box-sizing: border-box;
}

.wrapper { width: 100%; margin: 0px auto 0 auto; background: none; box-sizing: border-box; }

.main-content {
	top: 0px; 
	padding: 0px 0 0 0; 
	max-width: 100%; 
	margin: 0 auto; 
	box-sizing: border-box; 
	border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
}

.color-white {color: #fff; }
.color-light { color: #d8d8d8; }
.color-medium { color: #9d9d9d; }
.color-dark { color: #686868; }
.color-red { color: #bb0000; }
.color-link {color: #0099cc; }

.bg-empty-0 { height: 260px; width: 100%; margin: 0; padding: 0; }
.bg-empty-1 { height: 815px; width: 100%; margin: 0; padding: 0; text-align: right; position: relative; }

.bg-empty-1 .attach-to-bottom { position: absolute; z-index: 999; top: 80%; left: 50%; margin-left: -140px; width: 280px;  }
.btn-primary.attach-to-bottom { border: 2px solid #fff; background-color: rgba(0,0,0,.75); }
.btn-primary.attach-to-bottom:hover, .btn-primary.attach-to-bottom:focus { border: 2px solid #666; background: #666; }






.bg-empty-2, #home .bg-empty-2 { background-color: #000; height: 750px; width: 100%; margin: 0; padding: 0; background: none; }
#home .bg-empty-2 { height: 400px; }

#home .bg-empty-cameo {
	/*		height: 200px;*/
	height: auto;
/*	background-image: url(/images/bg_kip_symphony.jpg);*/
	background-image: url(/images/bg_news2.jpg);
	background-position: center center;
	background-attachment: fixed;
}

.bg-gray { background: #d8d8d8; }

.bg-content-card  {  background: #fff; padding: 20px 20px 15px 20px; margin-bottom: 15px; box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15); }
.bg-content-video  {  background: #fff; padding: 20px 20px 20px 20px; margin-bottom: 30px; box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15); }
.bg-content-video.minheight { min-height: 358px; }
							  
.bg-content-0, .bg-content-1, .bg-content-2  { margin-top: 0px; background: #f8f6f1; box-shadow: 0px -8px 12px rgba(0, 0, 0, 0.15); }
.bg-content-0  { margin-bottom: 0px; }
.bg-content-1  { margin-top: 0px; }
.bg-content-2  { margin-top: 0px; }
.bg-content-btm  { background: #f8f6f1; height: 15px; margin-top: -15px; box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.05); }

.bg-news-header { background: #d2d2d2 url(/images/bg_news_header.jpg) center center no-repeat fixed; background-size: cover; height: 230px; width: 100%; position: fixed; top: 0px; z-index: -1; }

/*#home.main-content { margin-top: 730px; }*/

.row { margin-left: auto; margin-right: auto; box-sizing: border-box; max-width: 1270px; }
#tree .row { max-width: 600px; }

header { position: fixed; width: 100%; height: 60px; z-index: 9999; box-sizing: border-box; margin: 0; padding-top: 10px; top: 0; box-shadow: 0px 5px 8px rgba(0,0,0, 0.5); background-color: #000; } 
.header-left { float: left; /*width: 50%;*/ height: auto; padding-left: 15px; /*border: 1px solid red;*/  }
.header-right { /*width: 50%;*/ height: auto; float: right; padding-right: 3px; /*border: 1px solid red;*/   }
	.header-logo { font-family: 'Nunito Sans', helvetica; font-size: 30px; line-height: 40px; color: #fff; width: 240px; }
	.header-logo a { /*padding-top: 10px;*/ }
	.header-logo a:hover { color: #888; }
.home-image { background: transparent url(/images/kw_home.png) center top no-repeat; height: 800px; width: 100%; background-size: cover; margin: 0 auto; }

.ellipsis-text {
    white-space: nowrap; 
    max-width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
}



.home-list-wrap { max-height: 345px; overflow-y: auto; margin-right: -10px; padding-right: 10px; }

.tour-list-home, .tour-list, .tour-list-detail,
.news-list-home, .news-list {
	margin: 0px 0px 0px -40px;
}

.tour-list li, .tour-list-detail li {
	list-style-type: none;
	width: 100%;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding: 10px 15px 5px 80px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #f2f2f2;
}



.tour-list-home li,
.news-list-home li {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	padding: 5px 0px 5px 55px;
	color: #4a4a4a !important; 
	border-bottom: 1px solid #f2f2f2;
}
.news-list-home li {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	padding: 10px 0px 5px 55px;
	color: #4a4a4a !important; 
	border-bottom: 1px solid #f2f2f2;
}
.tour-list-detail li {
	padding: 10px 20px;
	word-wrap: break-word;
}
	.tour-minheight {
		min-height: 450px;
	}
	


.buy-list {
	margin: 0px 0px 0px -40px;
}
.buy-list li {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	padding: 5px 0px 5px 55px;
	color: #4a4a4a !important; 
	border-bottom: 0px solid #f2f2f2;
}



.news-list-home li, .buy-list li {
	padding: 5px 0px 5px 0px;
}

.news-list li {
	list-style-type: none;
	width: 100%;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
	background: #fff;
	margin: 0px 0px 15px 0px;  
	padding: 15px;
	border-bottom: 1px solid #d2d2d2;
}

.buy-list {
	margin: 0px 0px 0px -40px;
}
.buy-list li {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	padding: 10px 0px 10px 15px;
	color: #0099CC !important; 
	border-bottom: 0px solid #f2f2f2;
}
.buy-list li:hover {
	background: #f2f2f2;
	color: #4a4a4a !important; 
}

/*===========================================
	AUDIO PLAYER - NEW
=============================================*/
.cd-thumb-container { background-color: transparent; margin-bottom: 15px; }
.cd-thumb-caption { background-color: transparent; padding: 0 15px; }

audio { width: 100%; background-color: transparent !important; color: #0099cc !important;; background-image: none; }

.mp3Player { color: #0099cc; }
.mp3Player:hover { color: #000; }


#audio-player { display: none; }
.play-list {
	margin: 0px 0px 30px -40px;
}
.play-list li {
	list-style-type: none;
	width: 100%;
/*	max-width: 500px;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);*/
	background: #fff;
	padding: 10px 10px 10px 40px;
	margin: 0px 0px 1px 0px;
/*	border-bottom: 1px solid #ccc;*/
	color: #aaa;
	font-size: 14px;
	min-height: 40px;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
}

.play-list li.a-link {
	color: #0099cc;
}
.play-list li.a-link:hover, .play-list li.a-link:focus {
	background: #eee !important;
	color: #000;
	cursor: pointer;
}

.play-list li.active, .play-list li:active {
	background: #f7f7f7 !important;
	color: #0099cc;
}

.play-list li:blur, .play-list li:not(:active), .play-list li:active ~ li {
	background: #fff;
	color: #ccc;
}

.play-list .glyphicon { margin: 0px; }

.btnPlayPause { color: #0099cc; cursor: pointer; font-weight: normal; }
.btnPlayPause:hover, .btnPlayPause:focus { color: #000; }
.btnPlayPause.color-red { color: #a00; }

#loading img, #loading-player img {
	width: 36px;
	height: 36px;
}

.track-number { font-size: 14px; margin-left: -30px; float: left; text-align: right !important; width: 20px; color: #686868; }
.track-title { font-size: 14px; margin-left: 0px; }




.news-image { float: left; /*width: 250px;*/ margin: 4px 0px 10px 0px; padding-left: 0px; padding-right: 15px; }
.cd-cover-image { 
 	background-color: #fff;
    border: 5px solid #fff;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
	margin: 0px 0px 15px 0px;
	width: 100%;
}

.news-head, .tour-head { font-family: 'Nunito Sans'; margin-top: 0px; margin-bottom: 5px; }
.tour-type {  font-family: 'Nunito Sans'; color: #888; }

.news-story, .event-notes { word-wrap: break-word; }
.news-list-image { padding: 0px 15px 15px 0px; }
/*.news-story { margin-left: 20%; }*/

.tour-date-home, .tour-date {
	float: left;
	font-size: 20px;
	line-height: 22px;
	margin-left: -55px;
	font-family: 'Nunito Sans', helvetica;
	color: #9d9d9d;
	margin-top: 0px;
	padding-top: 6px;
}
.tour-date {
	color: #4a4a4a;
	margin-left: -70px;
	text-align: center;
	width: 55px;
}



.news-date-home {
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin-left: -55px;
	font-family: 'Nunito Sans', helvetica;
/*	color: #0099cc;*/
	color: #4a4a4a;
	margin-top: 0px;
	padding-top: 6px;
	
}

.cd-image { border: 1px solid #f2f2f2; margin-bottom: 15px; }
#card-newcd .cd-image { margin-bottom: 0px; }
.cd-image-home { border: 1px solid #f2f2f2; margin: 3px 0px 10px 0px; }



/*===========================================
	FORMS - FORM ELEMENTS
=============================================*/

.contact-list {
	margin: 0px 0px 20px -40px;
}
.contact-list li {
	width: 100%;
	background-color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 15px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	color: #4a4a4a !important; 
/*	border-bottom: 1px solid #f2f2f2;*/
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
}
input.input-text, input.input-text-result, select.input-list, textarea.input-textarea { height: 40px; width: 100%; font-size: 14px; font-family: 'Nunito Sans', helvetica; margin: 5px 0px; border: 1px solid #d8d8d8; padding: 5px 10px; }
input.input-text-result { width: 40px;  }
input.input-text::placeholder, select.input-list::placeholder, textarea.input-textarea::placeholder { font-size: 14px; color: #777; font-family: 'Nunito Sans', helvetica; }
textarea.input-textarea { height: 100px; resize: vertical; }
.label-required { font-weight: bold; }


/*============ MAILCHIMP FORM =============*/
#box-subscribe { /*background: rgba(255,255,255, .95)*/; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #888;
    opacity: .5;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 0px;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
	background: rgba(234,234,234, .95);
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    min-height: 50px;
}
#mc_embed_signup input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	border: 1px solid #aaa;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 0;
    padding: 0px;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

#mc_embed_signup div.response {
    margin: 0;
    padding: 0;
    font-weight: bold;
    float: left;
    top: 0;
    z-index: 1;
    width: 80%;
}
#mc_embed_signup input[type="submit"] {
    border: 0px solid #ABB0B2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	border: 0px solid #ccc;
	height: 40px;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 5px 0px 15px 0px;
}

#mc_embed_signup h2 {
    font-weight: normal;
    padding: 0;
    margin: 0px 0 0 15px;
    font-size: 24px;
}

#mc_embed_signup .mc-field-group label {
/*    font-weight: normal;*/
    display: block;
    margin-bottom: 3px;
}



/*===========================================
	NAVIGATION
=============================================*/
.nav {
    margin: 0 auto;
    width: 100%;
	z-index: 99;
	border: none;
	padding: 0px 10px 0px 0px;
}
.nav > li {
	margin-top: 0px;
}
nav ul {
    margin-bottom: 0px;
    margin-top: 0;
	height: auto;
	font-size: 18px;
	text-align: left;
/*	border: 1px solid #000;*/
}

.navbar {
	z-index: 99;
    margin: 0 auto;
	min-height: 40px;
	border: none;
	border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 5px;
/*    margin: 0 auto;
    max-width: 640px;*/
}

.navbar-collapse.collapse {
/*    display: none;*/
    float: right;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
}

.navbar-inverse .navbar-toggle {
	font-weight: bold;
	border-color: #FFF;
	border-radius: 0;
	border-width: 0px;
    color: #fff;
    font-weight: bold;
	background: #000;
	z-index: 99;
	right: 8px;
}
.navbar-inverse .navbar-toggle .glyphicon {
	color: white;
}
.navbar-default {
/*    background-color: transparent;*/
    border: none;
/*	max-width: 900px;*/
}
/*.navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}*/

.navbar-toggle {
/*  position: relative;*/
  position: absolute;
  float: right;
/*  margin-right: 0px;*/
  padding: 10px 10px;
/*  margin-left: 300%;*/
  
  margin: 0px;
/*  background-color: #6a204c;*/
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 0px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	border-color: #0099cc;
	color: #888;
/*	background: transparent;*/
	background-color: #000;
}
.navbar-inverse .navbar-toggle:hover .glyphicon {
	color: #ccc;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0099cc;
    color: #0099cc;
	height: 3px;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #0099cc;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
/*	margin-top: 20px;*/
}

.navbar-inverse {
    background-color: transparent;
    border-color: #000;
}
.navbar-inverse .navbar-nav > li > a {
    color: #0099cc;
    font-weight: normal;
	padding: 7px 0px 10px;
	margin: 0px 8px;
	border-top: 3px solid transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ccc;
/*	background-color: #aaa;*/
	border-top: 3px solid #ccc;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border-color: transparent;
		border: none;
/*		margin-top: 50px;*/
/*		float: right;*/
/*		margin-top: 10px;*/
		box-shadow: none;
	}
	.navbar-collapse.in {
		background: rgba(0, 0, 0, 0.75);
		box-shadow: none;
		overflow-y: auto;
/*		margin-top: 50px;*/
/*		width: 95%;*/
	}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: #000;
    color: #fff;
	border-top: 3px solid #fff;
}


.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
/*    background-color: #6997ee;*/
    color: #fff;
	background: #000;
		box-shadow: none;
}
.navbar-collapse {
/*    border-top: 1px solid #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;*/
    max-height: 460px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
		box-shadow: none;
}

/*.dropdown li > .active { color: #fff; }*/
.dropdown-menu { text-align: left; background: rgba(0,0,0,0.8);	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5); }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #6997ee;

}

	.dropdown-menu > li > a {
		color: #6997ee;
		font-weight: normal;
		display: block;
	}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background: none;
		color: #888;
		font-weight: normal;
	}






/*------SLIDER--------------*/
.slider-wrap { /*display: none;*/ /*padding: 0px 15px;*/ /*box-sizing: border-box;*/ max-width: 900px; /*text-align: center;*/ }
#slider1_container { display: none; margin: 0 auto;  padding: 0; border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0;  }
.slider-caption, .slider-caption-2 { display: none; font-size: 4.0em; color: #fff; font-weight: normal; text-shadow: 2px 2px 5px #000; vertical-align: 50%; text-align: left; background: none;}
.slider-caption-2 { font-size: 3.0em;}
#slider1_container img { border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0;  }

/*JSSORN SLIDER*/
.jssorn01 div, .jssorn01 div:hover, .jssorn01 .av
{
	filter: alpha(opacity=70);
	opacity: .7;
	overflow:hidden;
	cursor: pointer;
	border: #000 0px solid;
}
.jssorn01 div { background-color: #6a204c; }
.jssorn01 div:hover, .jssorn01 .av:hover { background-color: #000; }
.jssorn01 .av { background-color: #000; }
.jssorn01 .dn, .jssorn01 .dn:hover { background-color: #555555; }

/* Direction Navigator Skin Begin */
/* jssor slider direction navigator skin 05 css */
.jssord05l, .jssord05r, .jssord05ldn, .jssord05rdn
{
	color: #6a204c;
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	opacity: .7;
	filter: alpha(opacity=70);
	top: 307px;
/*				background-color: transparent;
	background-size: 100% 100%;*/
}

.jssord05l {
/*				background-image: url("/images/b_arrow_wht_r.png");
	background-position: 100% 50%;*/
}
.jssord05r {
/*				background-image: url("/images/b_arrow_wht_l.png");
	background-position: 0px 50%;*/
}

.jssord05l:hover, .jssord05r:hover { color: #000; /*opacity: .9; filter: alpha(opacity=90);*/ }




/*----CATEGORY CAROUSEL-----------*/
.carousel { margin: 0 auto; padding: 0px 0px 45px 0px; max-width: 500px; /*background: #333;*/ }

.carousel-indicators {
/*    bottom: -50px;*/
    left: 50%;
    list-style: none outside none;
    margin-left: -50%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 15;
	bottom: 0px;
}
.carousel-indicators .active {
    background-color: #0099cc;
    width: 30px;
    height: 30px;
    margin: 3px 10px;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0099cc;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 30px;
	width: 30px;
    margin: 3px 10px;
    text-indent: -999px;
/*    width: 28px;*/
}
.carousel-inner {
	margin: 0 auto; 
	max-width: 100%;
	box-sizing: border-box;
	padding-bottom: 0px;
}
/*.carousel-control {
    bottom: none;
    color: #6a204c;
    font-size: 1.2em;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 43.5%;
    width: 15%;
	height: 50px;
	border: 1px solid #0F0;
}*/


.carousel-control.left, .carousel-control.right {
	width: 8%;
	height: 50px;
	top: 36%;
/*		height: 116px;*/
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background: none;
	background: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.carousel-caption {
    color: #fff;
	font-size: 14px;
    top: 15%;
    left: 0%;
    right: 0%;
	bottom: auto;
/*	margin: 0 auto;*/
	text-align: center;
	width: auto;
	height: 10px;
	padding: 5px;
	vertical-align: middle;
    position: relative;
    text-align: center;
/*    text-shadow: none;*/
/*    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
    z-index: 0;
}

.carousel-thumb-container { 
	text-align: center; 
	padding: 0px; 
	background: #fff; 
	margin: 0px 0px 30px 0px;
	background-color: #fff;
    border: 5px solid #fff;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);  
}
	
.carousel-thumb-container:hover, .carousel-thumb-container:focus { opacity: 0.85; filter: alpha(opacity=85); }

.carousel-thumbnail { 
/*	display: inline-block;*/
	max-width: 100%;
	margin: 0px 0 0px 0;
}

.carousel { max-width: 100%; }

.carousel-control {
    color: #0099cc;
    font-size: 2.65em;
    height: auto;
/*    left: 0;*/
    opacity: 1;
    text-align: center;
    text-shadow: none;
    top: 32%;
/*    width: 25%;*/
}
.carousel-control:hover, .carousel-control:focus {
    color: #0099cc;
}

.carousel-control.left, .carousel-control.right {
/*    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 72px;
    width: 40px;*/
}
.carousel-control.left {
/*    background-image: url("/images/b_arrow_wht_r.png");
    background-position: 0 50%;*/
    left: 1px;
}
.carousel-control.right {
/*    background-image: url("/images/b_arrow_wht_l.png");
    background-position: 0 50%;
    left: auto;*/
    right: 1px;
}
.selected-image { border: 1px solid #000; /*opacity: 0.6; filter: alpha(opacity=60);*/ }

.img-logos { margin: auto 0;  vertical-align: 50%; display: inline-block; /*max-width: 60%;*/ }

.thumbnail {
 	background-color: #fff;
    border: 5px solid #fff;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	display: block;
    line-height: 1.42857;
    margin-bottom: 30px;
    padding: 0px 15px 15px 15px;
    transition: all 0.2s ease-in-out 0s;
	text-align: left;
	box-sizing: border-box;
/*	min-height: 430px;*/
}
.thumbnail.minheight, .thumbnail-minheight {
	min-height: 450px !important;
    padding: 0px 15px 15px 15px;
}



#card-news .caption, #card-events .caption, #card-merchandise .caption, 
#card-facebook .caption, #card-twitter .caption, #card-newcd .caption, #card-newcd-top .caption { padding: 9px 9px 9px 9px; }

#card-newcd .btn.btn-primary { display: inline; float: right; margin: 7px 0px 0 0; height: 40px; }

.icon-x { width: 33px; margin: 4px 2px 0px; border-radius: 4px; }


/*------------ GLYPH ICONS ----------------*/
.glyphicon .glyphicon-phone-alt, 
.glyphicon .glyphicon-play, 
.glyphicon .glyphicon-envelope,
.glyphicon .glyphicon-circle-arrow-left,
.glyphicon .glyphicon-circle-arrow-right,
.glyphicon .glyphicon-circle-arrow-up,
.glyphicon .glyphicon-forward,
.glyphicon .glyphicon-menu-up,
.glyphicon .glyphicon-chevron-up,
.glyphicon .glyphicon-backward { color: #0099cc; font-size: 16px; transform: rotate(0deg); transition: transform 0.5s ease 0s; }

.glyphicon.glyphicon-facetime-video { font-size: 20px !important; vertical-align: -3px;  }
.glyphicon.glyphicon-cd { font-size: 21px !important;}

.glyphicon .glyphicon-phone-alt:hover, 
.glyphicon .glyphicon-phone-alt:focus, 
.glyphicon .glyphicon-play:hover, 
.glyphicon .glyphicon-play:focus, 
.glyphicon .glyphicon-envelope:hover,
.glyphicon .glyphicon-envelope:focus,
.glyphicon .glyphicon-circle-arrow-left:hover,
.glyphicon .glyphicon-circle-arrow-left:focus,
.glyphicon .glyphicon-circle-arrow-right:hover,
.glyphicon .glyphicon-circle-arrow-right:focus,
.glyphicon .glyphicon-circle-arrow-up:hover,
.glyphicon .glyphicon-circle-arrow-up:focus,
.glyphicon .glyphicon-backward:hover,
.glyphicon .glyphicon-forward:focus { color: #888; } 


label { color: #000; font-weight: bold; margin: 0; }
.form-control { margin: 5px 0px; width: 100%; border-radius: 0; border: none; padding: 5px 5px 5px 10px; color: #333; }




.tab-pane {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
	border-bottom: 1px solid #ddd;
	padding: 0.8em;
}

/*.glyphicon {
	color: #888;
}*/
.glyphicon-pushpin, 
.glyphicon-heart {
/*	color: #3F2B22;*/
}
.active .glyphicon {
	color: #cdae51;
}

.pull-right, .pull-right.img-responsive {
	margin: 0 0 1em 1em;
}

/*BUTTONS*/
.btn {  border-radius: 0; }
.btn:hover, .btn:focus { text-decoration: none; }
.btn:focus, .btn:active:focus, .btn.active:focus { outline: 0; }

.btn-link {
	background-color: rgba(0,0,0,0.35);
    color: #0099cc;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 5px;
}

.btn-link:hover, .btn-link:focus:hover { color: #888; background-color: #000; }
.btn-link:focus { color: #6a204c; }
.btn-link:active, .btn-link.active  { color: #fff; background-color: #000; }

.btn-danger { background-color: #6a204c; font-weight: bold; color: #fff; border: none; /*border: 1px solid #000;*/ box-shadow: 0px 2px 7px rgba(0,0,0, 0.3); }
.btn-danger:hover, .btn-danger:focus { background-color: #000; color: #fff; border: none; /*border-color: #FFF;*/ box-shadow: none; /*border: 1px solid #6a204c;*/ }

.btn-primary, btn-soldout, .btn-primary.cta { background: #0099cc; border: 0px solid #FFF; margin: 5px 15px 15px 0px; padding: 7px 10px 5px; }
#audioPlayer .btn-primary { margin: 0px 15px 15px 0px; padding: 7px 10px 5px; height: 40px; display: inline-block; }
.btn-soldout { background: #999; }
.btn-primary.cta { background: #006600; }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active { background: #424242; color: #fff; border: 0px solid #FFF; }
#tree .btn-primary { font-size: 18px; border-radius: 5px; border: 2px solid #fff; /*background-color: rgba(0,0,0,.75);*/ background-size: 100px 100px; background-repeat: no-repeat; background-attachment: auto; background-position: 0px 0px; width: 100%; height: 100px; }

/*.btn-primary.btn-tree, .btn-primary.btn-tree:hover { border: 2px solid #fff; background-color: rgba(0,0,0,.75); background-size: 100px 100px; background-repeat: no-repeat; background-attachment: auto; background-position: 0px 0px; width: 100%; height: 100px; }*/

.btn-info {
    background-color: #cdae51;
    border-color: #3F2B22;
    color: #FFFFFF;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3F2B22;
  border-color: #333;
}


.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: none;
}

footer {
	box-shadow: 0px -8px 12px rgba(0, 0, 0, 0.15);
	padding: 30px 0 30px 0;
	margin: 0px;
	color: #999;
	text-align: center;
/*	background-color: rgba(0,0,0,0.35);*/
	background-color: #000;
	width: 100%;
/*	min-height: 400px;*/
	position: relative;
}
footer p a:hover { color: #888;}



/* SOCIAL ICONS & LINKS*/
.social-links-wrap { position: fixed;  top: 30%; width: 40px; right: 5px; }

.social-links-wrap-horizontal { position: relative; margin: 0 auto 30px auto; }

img.social-links { margin: 0px 10px 10px 0px; padding-right: 10px; }

img.buy-links-player { float: left; width: auto; height: 40px; margin: 10px 10px 10px 0px; }
buy-link-icon, .fab { font-size: 40px; margin: 0px 2px 10px 2px; }
.buy-this-text { float: left; line-height: 20px; margin: 0px 5px 0px 0px; padding: 0px; }

.social_icons {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 5px 5px 0px 5px;
}
.social_icons:last child {
	margin-right: 0px;
}

.social_icons:hover,
.social_icons:focus {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.google-map iframe { display: block; width: 100% !important; height: 409px; margin-bottom: 0px; /*box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);*/ }

/* ADD THIS SOCIAL SHARING */
#widget { width: 83px !important;}
.addthis_toolbox { margin: 0 auto; width: 212px; }

/*FB WIDGET*/
.fb-like { margin: 0 auto 10px; }
/*.fb-widget-wrap { background: #FFF; width: 100%; max-height: 465px !important; margin: 0 auto; }*/

.fb-page.fb_iframe_widget { width: 100% !important; margin: 0 auto; }
/*._10b4 { max-height: 325px !important; }
._2p3a { width: 100% !important; }*/

/*TWITTER WIDGET*/
#home iframe > #twitter-widget-0, .twitter-timeline-rendered { width: 100% !important; height: 394px !important; overflow: hidden !important; }

/*.google-map-iframe { pointer-events: none; }*/

.grid-sizer, .grid-item { width: 48.6%; }
/* 2 columns wide */
.grid-item-width2 { width: 40%; }
.gutter-sizer { width: 20px; }

.grid-item-pad-left { padding-left: 15px !important; }
.grid-item-pad-right { padding-right: 15px !important; }




.embed-responsive > iframe { z-index: 69; }

#home .down-arrow { 
	font-size: 36px; 
	color: #0099cc; 	
	outline: 0;
    position: fixed;
    bottom: 10px;
    right: 8px;
	width: 50px;
	height: 50px;
    padding: 5px 6px 6px 6px;
    display: block;
	z-index:999;
	opacity: 0.75;
 }


/* BACK TO TOP */
.back-to-top {
	outline: 0;
    position: fixed;
    bottom: 10px;
    right: 8px;
    text-decoration: none;
    color: #0099cc;
	font-size: 36px;
/*	line-height: 1em;*/
/*    background-color: rgba(0,0,0, 0.35);*/
/*	background-image: url(/images/slicebox_navup_purple.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;*/
/*	box-shadow: 0px 0px 1px  rgba(0,0,0, 0.65);*/
/*	border: 1px solid #0099cc;*/
	border-right: none;
    padding: 5px 6px 6px 6px;
    display: none;
	width: 50px;
	height: 50px;
	z-index: 999;
	opacity: 0.75;
}

.back-to-top:hover, .back-to-top:focus {    
/*	border: 1px solid #888;*/
	border-right: none;
    color: #888;

/*    background-color: rgba(0,0,0, 0.70);
	background-image: url(/images/slicebox_navup_gray.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;*/
}

/*INFINITE SCROLL*/

#content { /*height: 300px;*/ }
.loading {
	color: #a8a8a8;	
}

#loading img {
	width: 36px;
	height: 36px;
}

#nomoreresults { display: none; }



/*MODALS*/
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}
.modal-content.socialLinks { /*max-width: 400px;*/ margin: 20% auto 0 auto; }

.modal-content button.close .glyphicon.glyphicon-remove {
    top: 10px;
	padding-right: 10px;
	color: #0099cc;
}
.modal-content button.close {
	opacity: 1;
	filter: alpha(opacity=100);
}
.close:hover, .close:focus, .glyphicon.glyphicon-remove:hover, .glyphicon.glyphicon-remove:focus {
	color: #4a4a4a !important;
}




/* ==========================================================================
   Reusables
   ========================================================================== */

.pc-font-regular { font-family: 'Nunito Sans', helvetica !important; }

.uppercase { text-transform: uppercase; }

.pc-border-00 { border: 0; }

.pc-bgcolor-green { background-color: #01a80a; }
.pc-bgcolor-cyan { background-color: #9ad9ea; }
.pc-bgcolor-brown { background-color: #c0ab9a; }
.pc-bgcolor-grayblue { background-color: #cad6e6; }
.pc-bgcolor-gray { background-color: #f2f2f2; }
.pc-green-text { color: #01a80a !important; }
.pc-white-text { color: #fff !important; }
.pc-red-text { color: #f00; }
   
.pc-spacer-transparent { height: 500px; width:100%; }   
.pc-spacer-80 { height: 80px; width:100%; }
.pc-spacer-70 { height: 70px; width:100%; }
.pc-spacer-60 { height: 60px; width:100%; }
.pc-spacer-50 { height: 50px; width:100%; }
.pc-spacer-45 { height: 45px; width:100%; }
.pc-spacer-40 { height: 40px; width:100%; }
.pc-spacer-35 { height: 35px; width:100%; }
.pc-spacer-30 { height: 30px; width:100%; }
.pc-spacer-25 { height: 25px; width:100%; }
.pc-spacer-20 { height: 20px; width:100%; }
.pc-spacer-15 { height: 15px; width:100%; }
.pc-spacer-10 { height: 10px; width:100%; }
.pc-spacer-05 { height: 5px; width:100%; }
.pc-spacer-04 { height: 4px; width:100%; }
.pc-spacer-03 { height: 3px; width:100%; }
.pc-spacer-02 { height: 2px; width:100%; }
.pc-spacer-01 { height: 1px; width:100%; }

.pc-spacing { float: left; width: 10px !important; }

.pc-gradient-grey {
	background: -webkit-linear-gradient(#262729, #000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#262729, #000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#262729, #000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#262729, #000); /* Standard syntax */
}

.pc-radius-all-10 { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.pc-radius-all-05 { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.pc-radius-all-06 { border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.pc-radius-top-05 { border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
.pc-radius-top-06 { border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; }

.pc-box-shadow { }

.pc-nobold { font-family: 'Nunito Sans', helvetica !important; }
.pc-morebold { font-family: 'Nunito Sans', helvetica !important; }

.pc-valign { display: table-cell; vertical-align: middle; width: 100%; }
.pc-valign-text { position: relative; top: 43%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); margin: 0px; padding-right: 5px; }  
.pc-valign-trans-90 { transform: translateY(90%); -moz-transform: translateY(-90%); -webkit-transform: translateY(-90%); -ms-transform: translateY(-90%); }   
.pc-valign-trans-50 { transform: translateY(50%); -moz-transform: translateY(50%); -webkit-transform: translateY(50%); -ms-transform: translateY(50%); }

#settings-list .pc-valign-text { position: relative; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); margin: 0px; padding-right: 5px; }  
#settings-myprivacy .radio { margin-top: 15px; }


 
.pc-valign-01 { vertical-align: 1px; }
.pc-valign-02 { vertical-align: 2px; }
.pc-valign-06 { vertical-align: 6px !important; }
.pc-valign--10 { vertical-align: -10px !important; }
.pc-valign-top { vertical-align: top; }


.pc-align-center { text-align: center; }
.pc-align-right { text-align: right; }
.pc-align-left { text-align: left; }
.pc-float-right { float: right; }
.pc-float-left { float: left; }

.pc-ellipsis, .pc-ellipsis-80 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
	.pc-ellipsis-80 {
	    max-width: 80%;
	}
	
.pc-nowrap { white-space: nowrap; }  

.pc-height-15 { height: 15px; }
.pc-height-20 { height: 20px; }
.pc-height-30 { height: 30px; }
.pc-height-40 { height: 40px; }
.pc-height-50 { height: 50px; }
.pc-height-60 { height: 60px; }
.pc-height-70 { height: 70px; }
.pc-height-80 { height: 80px; }
.pc-height-90 { height: 90px; }
.pc-height-100 { height: 100px; }

.pc-minheight-400 { min-height: 410px; }
.pc-minheight-390 { min-height: 385px; }
.pc-minheight-360 { min-height: 395px; }
.pc-minheight-300 { min-height: 360px; }
.pc-minheight-330 { min-height: 370px; }
.pc-minheight-320 { min-height: 320px; }
.pc-minheight-120 { min-height: 120px; }
.pc-minheight-240 { min-height: 240px; }
.pc-minheight-270 { min-height: 270px; }
.pc-minheight-250 { min-height: 250px; }

.pc-minheight-230 { min-height: 230px; }
.pc-minheight-175 { min-height: 190px; }
.pc-minheight-45 { min-height: 45px; }
.pc-minheight-50 { min-height: 50px !important; }
.pc-minheight-60 { min-height: 60px !important; }

.clear-fix, .clearfix { clear: both; width: 100%; height: 0px; }

.pc-nopadding { padding: 0 !important; }
.pc-nomargins { margin: 0 !important; }

.pc-padding-01 { padding: 1px; }
.pc-padding-02 { padding: 2px; }
.pc-padding-05 { padding: 5px; }
.pc-padding-10 { padding: 10px; }
.pc-padding-15 { padding: 15px; }
.pc-padding-20 { padding: 20px; }
.pc-padding-25 { padding: 25px; }
.pc-padding-30 { padding: 30px; }
.pc-padding-35 { padding: 35px; }
.pc-padding-40 { padding: 40px; }

.pc-padtop-00 { padding-top: 0px !important; }
.pc-padtop-02 { padding-top: 3px !important; }
.pc-padtop-03 { padding-top: 3px !important; }
.pc-padtop-05 { padding-top: 5px !important; }
.pc-padtop-07 { padding-top: 7px !important; }
.pc-padtop-10 { padding-top: 10px !important; }
.pc-padtop-15 { padding-top: 15px !important; }
.pc-padtop-20 { padding-top: 20px !important; }
.pc-padtop-30 { padding-top: 30px !important; }

.pc-padbtm-00 { padding-bottom: 0px; }
.pc-padbtm-02 { padding-bottom: 3px; }
.pc-padbtm-05 { padding-bottom: 5px; }
.pc-padbtm-10 { padding-bottom: 10px; }
.pc-padbtm-15 { padding-bottom: 15px; }
.pc-padbtm-20 { padding-bottom: 20px; }
.pc-padbtm-30 { padding-bottom: 30px; }
.pc-padbtm-40 { padding-bottom: 40px; }
.pc-padbtm-70 { padding-bottom: 70px; }

.pc-padleft-00 { padding-left: 0px !important; }
.pc-padleft-02 { padding-left: 3px !important; }
.pc-padleft-05 { padding-left: 5px !important; }
.pc-padleft-10 { padding-left: 10px !important; }
.pc-padleft-11 { padding-left: 11px !important; }
.pc-padleft-12 { padding-left: 12px !important; }
.pc-padleft-15 { padding-left: 15px !important; }
.pc-padleft-20 { padding-left: 20px !important; }
.pc-padleft-30 { padding-left: 30px !important; }
.pc-padleft-40 { padding-left: 40px !important; }
.pc-padleft-50 { padding-left: 50px !important; }
.pc-padleft-55 { padding-left: 55px !important; }
.pc-padleft-65 { padding-left: 65px !important; }

.pc-padright-00 { padding-right: 0px !important; }
.pc-padright-02 { padding-right: 3px !important; }
.pc-padright-05 { padding-right: 5px !important; }
.pc-padright-10 { padding-right: 10px !important; }
.pc-padright-15 { padding-right: 15px !important; }
.pc-padright-20 { padding-right: 20px !important; }

.pc-padlr-00 { padding-left: 0px !important; padding-right: 0px !important; }
.pc-padlr-05 { padding-left: 5px !important; padding-right: 5px !important; }
.pc-padlr-07 { padding-left: 7px !important; padding-right: 7px !important; }

.pc-padlr-10 { padding-left: 10px !important; padding-right: 10px !important; }
.pc-padlr-15 { padding-left: 15px !important; padding-right: 15px !important; }
.pc-padlr-20 { padding-left: 20px !important; padding-right: 20px !important; }

	.pc-col-padding { padding-left: 15px !important; padding-right: 15px !important; }


.pc-margtop-00 { margin-top: 0px !important; }
.pc-margtop-02 { margin-top: 2px !important; }
.pc-margtop-03 { margin-top: 3px !important; }
.pc-margtop-05 { margin-top: 5px !important; }
.pc-margtop-10 { margin-top: 10px !important; }
.pc-margtop-15 { margin-top: 15px !important; }
.pc-margtop-20 { margin-top: 20px !important; }
.pc-margtop-30 { margin-top: 30px !important; }

.pc-margright-00 { margin-right: 0px !important; }
.pc-margright-05 { margin-right: 5px !important; }
.pc-margright-10 { margin-right: 10px !important; }
.pc-margright-15 { margin-right: 15px !important; }
.pc-margright-20 { margin-right: 20px !important; }

.pc-margbtm-00 { margin-bottom: 0px !important; }
.pc-margbtm-05 { margin-bottom: 5px !important; }
.pc-margbtm-10 { margin-bottom: 14px !important; }
p.pc-margbtm-10 { margin-bottom: 10px !important; }
.pc-margbtm-20 { margin-bottom: 20px !important; }
.pc-margbtm-30 { margin-bottom: 30px !important; }
.pc-margbtm-40 { margin-bottom: 40px !important; }
.pc-margbtm-60 { margin-bottom: 60px !important; }
.pc-margbtm-80 { margin-bottom: 80px !important; }
.pc-margbtm-150 { margin-bottom: 150px !important; }
.pc-margbtm-200 { margin-bottom: 200px !important; }

.pc-margleft-00 { margin-left: 0px !important; }
.pc-margleft-05 { margin-left: 5px !important; }
.pc-margleft-10 { margin-left: 10px !important; }
.pc-margleft-15 { margin-left: 15px !important; }
.pc-margleft-20 { margin-left: 20px !important; }


.pc-margleft-30 { margin-left: 30px !important; }
.pc-margright-30 { margin-right: 30px !important; }


.pc-inline-thumbs { margin-right: 10px; margin-bottom: 12px; }

.pc-test-border { border: 1px solid red; /*background: #ddd;*/ }
.pc-test-border-grn { border: 1px solid green; /*background: #ddd;*/ }
.pc-test-border-blu { border: 1px solid cyan; /*background: #ddd;*/ }
.pc-test-border-yel { border: 1px solid cyan; /*background: #ddd;*/ }

.pc-light-color { color: #d8d8d8; }
.pc-medium-color { color: #9a9a9a; }
.pc-normal-color { color: #686868; }
.pc-dark-color { color: #424242; }
.pc-link-color { color: #0099cc !important; }





@media (max-width: 1600px) {

/*	.bg-empty-1 .attach-to-bottom { top: 70%;  }*/


}




@media (max-width: 1024px) {

	.tour-minheight { min-height: 20px !important; }
	
	.bg-content-video.minheight { min-height: 0px; }
	
	.thumbnail.minheight, .thumbnail-minheight { min-height: 530px !important; }
}

@media (max-width: 820px) {

	.thumbnail.minheight, .thumbnail-minheight { min-height: 510px !important; }
}


@media (max-width: 767px) {
	/*NAVIGATION*/
	.nav { padding: 0px 15px 10px 15px; }
	
	.navbar-nav {
		margin-top: 20px;
	}

	.navbar-inverse .navbar-collapse {
		width: 100%;
/*		background: rgba(0, 0, 0, 0.90);*/
		margin-top: 10px;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding: 10px;
	}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		padding: 10px;
	}

	body#music {
		background-size: 768px auto;
		background-position: center -10px;
	}


	body#tour, body#contact, body#contactsent { 
		background-size: 768px auto;
		background-position: center 30px;
	}
	body#news { 
		background-size: 768px auto;
		background-position: center 20px;
	}
	body#contact, body#contactsent { 
		background-size: 768px auto;
		background-position: center 30px;
	}
	
	.bg-empty-0 { height: 150px; }
	
	#home .bg-empty-2 {
		height: 200px;
		background-image: url(/images/bg_kip_street.jpg);
		background-repeat: repeat;
		background-position: center 0px;
		background-size: 130% auto;
	}


	#music .bg-empty-2 {
		height: 200px;
		background-image: url(/images/bg_winger_kawasaki.jpg);
		background-repeat: no-repeat;
/*		background-image: url(/images/bg_kip_symphony_2.jpg);*/
		background-position: center center;
		background-size: 130% auto;
	}
	#news .bg-empty-2 {
		height: 175px;
		background-image: url(/images/bg_news2.jpg);
		background-repeat: no-repeat;
/*		background-image: url(/images/bg_kip_symphony_2.jpg);*/
		background-position: center -10px;
		background-size: 100% auto;
	}
	#contact .bg-empty-2, #contactsent .bg-empty-2 {
		height: 175px;
		background-image: url(/images/bg_skywalker_orchestra.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
	}
	


	.thumbnail { padding: 0px 0px 0px 5px; /*margin-bottom: 15px;*/ }
	
	.thumbnail.minheight {
		min-height: 20px !important;
		padding: 0px 0px 0px 5px !important;
		margin-bottom: 15px;
	}
	
	#card-news .caption, #card-events .caption, #card-merchandise .caption, 
	#card-facebook .caption, #card-twitter .caption, #card-newcd .caption { padding: 9px 0px 0px 6px; }
	#card-merchandise.thumbnail {  margin-bottom: 30px; }
	.thumbnail h1, .thumbnail h2 { margin: 0px 0px 7px 0px; font-size: 24px; line-height: 24px; }
	
	#card-newcd .btn.btn-primary { margin: -9px 0px 0 0; height: 40px; }

/*	.bg-empty-1 .attach-to-bottom { top: 70%; }*/
	
	.carousel-control.left, .carousel-control.right {
		width: 10%;
		top: 34%;
	}
	
	.pc-col-padding { padding-left: 3px !important; padding-right: 3px !important; }


	.news-image { padding-right: 0px !important; }
	
	.modal-content.socialLinks { max-width: 300px; margin: 5% auto 0 auto; }

	.google-map iframe { height: 275px; }
	
	.news-list-image { padding: 0px 15px 10px 0px; }


}

@media (max-width: 480px) {

/*	body#home { 
		background-size: 560px auto;
	}
	.bg-empty-1 { height: 280px; }*/

	.carousel-control.left, .carousel-control.right {
		width: 15%;
		top: 15%;
	}
	.carousel-thumb-container { 
		border: 2px solid #fff;
	
	}

	.news-image { padding-right: 0px; }

}


/* RESPONSIVE HEIGHT */
@media (max-height: 1380px) {

	.bg-empty-1 .attach-to-bottom { top: 80%; }

}


@media (max-height: 1024px) {

	.bg-empty-1 .attach-to-bottom { top: 80%; }

}

@media (max-height: 815px) {

	.bg-empty-1 .attach-to-bottom { top: 80%; }

}
@media (max-height: 768px) {

	.bg-empty-1 .attach-to-bottom { top: 77%; }

}
@media (max-height: 736px) {

	.bg-empty-1 .attach-to-bottom { top: 70%; }

}
@media (max-height: 667px) {

	.bg-empty-1 .attach-to-bottom { top: 63%; }

}
@media (max-height: 640px) {

	.bg-empty-1 .attach-to-bottom { top: 70%; }

}
@media (max-height: 568px) {

	.bg-empty-1 .attach-to-bottom { top: 50%; }

}
@media (max-height: 480px) {

	.bg-empty-1 .attach-to-bottom { top: 55%; }

}
@media (max-height: 360px) {

	.bg-empty-1 .attach-to-bottom { top: 65%; }

}
