@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/centurygothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/segoeui.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI Bold';
	src: url('../fonts/segoeuibold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

html {
	height: 100vh; /* set viewport constraint */
	min-height: 100%; /* enforce height */
}

.no-js .lte-ie9 .browsehappy {
	display: block;
}

.no-js .lte-ie9 .site {
	display: none;
}

a {	
	color: rgb(98, 225, 222);	
	font-style: italic;
	text-shadow:
		text-shadow: -2px 2px 4px rgba(34,6,13,0.7),
		2px 2px 4px rgba(34,6,13,0.7),
		2px -2px 0 rgba(34,6,13,0.7),
		-2px -2px 0 rgba(235,222,200,0.7);
}

a:hover {
	color: rgb(128, 255, 252);
	font-style: italic;	
	text-shadow:
		text-shadow: -1px 1px 2px rgba(34,6,13,0.7),
		1px 1px 2px rgba(34,6,13,0.7),
		1px -1px 0 rgba(34,6,13,0.7),
		2px 2px 2 rgba(235,222,200,0.7);
}

a.btn,
button,
button.btn {
	color: rgb(145,31,20);
	border-radius: 5px;
	padding: 14px 28px;
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 19px;
	font-weight: 600;
	font-style: normal;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	display: inline-block;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);
	outline: none;
	border: 1px solid #ba6;
	border-color: #7c7c7c;
	background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
		-webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
		-webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
		linear-gradient(180deg, hsl(0,0%,78%)  0%, 
		hsl(0,0%,90%) 47%, 
		hsl(0,0%,78%) 53%,
		hsl(0,0%,70%)100%);

	overflow:hidden;
	margin: 4px 0;
}

a.btn:hover,
button:hover,
button.btn:hover {
	color: rgb(145,31,20);
	animation: btnglow 1s forwards;
}
a.btn:active {
	color: rgb(255,255,255); 
	background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
		-webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
		-webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
		linear-gradient(180deg, hsl(0,0%,78%)  0%, 
		hsl(0,0%,90%) 47%, 
		hsl(0,0%,78%) 53%,
		hsl(0,0%,70%)100%);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}
a.btn i.fa {
	font-size: 2.3em;
}
.btn:after {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));  
	transform: rotateZ(60deg) translate(-15em, 15.5em);
}
.btn:hover::after, button:focus::after {
	animation: sheen 1s forwards;
}

@keyframes sheen {
	100% {
		transform: rotateZ(60deg) translate(5em, -15em);
	}
}

body {
	color: #fff;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-weight: 550;
	font-size: 14px;
	line-height: 24px;
	padding-top: 50px;
	word-spacing: 0.1em;
	letter-spacing: 0.05em;
}

body::after {
	content: "";
	position: fixed; /* stretch a fixed position to the whole screen */
	top: 0;
	height: 106vh; /* fix for mobile browser address bar appearing disappearing */
	left: 0;
	right: 0;
	z-index: -1; /* needed to keep in the background */
	background: url('../images/bg-main.jpg') center center;
	background-size: cover;
}

body p, div.tab-content {	
	text-shadow: -1px 1px 2px rgba(34,6,13,0.7),
		1px 1px 2px rgba(34,6,13,0.7),
		1px -1px 0 rgba(34,6,13,0.7),
		-1px -1px 0 rgba(34,6,13,0.7);
	text-align: justify;
}

#banner {
	text-align: center;
}

#banner .dropdown-menu {
	text-align: left;
}

.btn-lg {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 20px;
	font-size: 18px;
}

.btn-danger {
	background: #f00;
	border: solid 1px rgba(0, 0, 0, 0.3);
}

.btn-danger:hover {
	background: rgb(241, 1, 51);
	border: solid 1px rgba(0, 0, 0, 0.3);
}

.btn-primary {
	border-color: rgb(70, 20, 27);
	background: rgb(165, 44, 44);
	background: -moz-linear-gradient(top, rgb(165, 44, 44) 0%, rgb(176, 73, 69) 100%);
	background: -webkit-linear-gradient(top, rgb(165, 44, 44) 0%, rgb(176, 73, 69) 100%);
	background: linear-gradient(to bottom, rgb(165, 44, 44) 0%, rgb(176, 73, 69) 100%);
}

.container-content {
	max-width: 90%;
	position: relative;
}

#intro .logo {
	margin-top: 80px;
}

.container-content.intro .video {
	max-width: 70%;
	margin: 0 auto;
}

.container-content.intro .videoWrapper {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.container-content.intro .videoWrapper iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
	background-color: #6b99f0;
	color: #fff;
	text-align: left;
}

.modal-dialog {
	width: 60%;
}

.modal-body li {
	list-style-type: none;
}
.modal-body li strong {
	font-family: 'Segoe UI Bold';
}
.modal-body h4 {
	margin-top: 1em;
}
.modal-body img {
	max-width: 100%;
}
.modal-footer {
	text-align: center;
	border: none;
}
.modal-content {
	background: linear-gradient(to bottom, rgb(151,73,69) 0%, rgb(171,115,104) 100%);
	max-height: calc(100vh - 112px);
}
.modal-body {
	overflow-y: auto;
	max-height: calc(100vh - 212px);
}

.modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(151,73,69,0.7);
}

.modal-body::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,0.4);
	border: 1px solid rgba(121,72,95,0.9);
}

button.btn-more,
a.btn-more {
	padding: 6px 12px;
	font-size: 13px;
}

.modal {
  text-align: center;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

span.source {
	font-style: italic;	
	color: rgb(0, 255, 167)
}
.modal-thumb {	
	width: 100%;	
	max-width: 200px;	
	border: solid 3px rgba(255,255,255,0.6);		
}
.modal-title {
	text-transform: uppercase;	
	font-weight: 900;
	font-size: 25px;
	color: #fff;
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	text-shadow: -1px 1px 2px rgba(34,6,13,0.7),
		1px 1px 2px rgba(34,6,13,0.7),
		1px -1px 0 rgba(34,6,13,0.7),
		-1px -1px 0 rgba(34,6,13,0.7);
}

#music .modal-body .box-header {
	display: inline-block;
	margin-bottom: 2em;	
}
#music .modal-body .box-header .box-left {
	float: left;
	width: 30%;
	margin-top: 6px;
}
#music .modal-body .box-header .box-right {
	float: right;
	width: 70%;
	padding-left: 1em;
}
#music .modal-body .box-header .box-right .modal-title {
	margin-bottom: 1em;
}
#music .box-right .header {
	vertical-align: top;
	width: 20%;
	display: inline-block;
}
#music .box-right .source {
	font-size: 1em;
}
#music .box-right ul {
	display: inline-block; 
	padding: 0;
	width: 70%
}

.modal-body li {
	list-style-type: none;
}
.modal-body li strong {
	font-family: 'Segoe UI Bold';
}
.modal-body h4 {
	margin-top: 1em;
}
.modal-title {
	padding-top: 0;
}
.modal-btn {
	height: 30px;	
	font-size: 12px;
	padding-top: 3px;	
}

fieldset.modal-contents {
	border-top: 8px double rgba(255,255,255,0.3);
	border-bottom: 8px double rgba(255,255,255,0.3);	
	margin-left: 5px;
	padding-bottom: 1em;
}

.modal-contents li.notes:last-of-type {
	border: none;
}
.modal-contents li.notes {
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	border-top: 0;
	padding: 0 0 1em 0;
}

legend {
	margin: 1em 0 0 1em;
	text-align: left;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 0;		
	border: none;
	padding: 0 4px;
	color: white;
	text-shadow: -1px 1px 2px rgba(34,6,13,0.7),
		1px 1px 2px rgba(34,6,13,0.7),
		1px -1px 0 rgba(34,6,13,0.7),
		-1px -1px 0 rgba(34,6,13,0.7);
	-webkit-text-stroke-width: 0.01px;
	-webkit-text-stroke-color: #999;	
}


section {
	background: rgba(61,12,25,0.3);		
	color: white;
	font-size: 1.1em;	
	margin-bottom: 60px;
	padding: 16px;
	position: relative;
	border-top: solid 2px rgba(255, 255, 255, 0.4);
	border-radius: 5px;
}

#intro {
	background: none;
	border-top: none;
}
#intro div.row {
	margin-bottom: 3em;
}
#intro a.btn {
	margin: 0 2em;
}


h1,
h2,
h3,
h4,
h5 {
	color: #fff;
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	margin-top: 0;
	text-shadow:
		0 0 5px #005eff,
		0 0 10px #004dff,
		0 0 20px #003cff,
		0 0 40px #002bff;
}

h1 {
	text-align: center;
	color: white;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-weight: 600;
	text-shadow:
		0 0 2px rgba(235, 222, 200, 0.4),
		0 0 5px rgba(240, 227, 205, 0.4),
		0 0 10px rgba(245, 232, 210, 0.4),
		0 0 20px rgba(250, 237, 215, 0.4),
		0 0 40px rgba(255, 242, 220, 0.4);
	-webkit-text-stroke-width: 0.01px;
	-webkit-text-stroke-color: #999;
}
h1:not(.modal-title):before,
h1:not(.modal-title):after{
	background-color: rgb(235,222,200);
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	/*Increase percentage here later to adjust width*/
	width: 12%;
}

h1:before {
	right: 0.5em;
	margin-left: -50%;
}

h1:after {
	left: 0.5em;
	margin-right: -50%;
}

h2 {
	font-size: 14px;
}
#music li {
	font-size: 0.9em;
}
#music h4 {
	font-family: 'CenturyGothic';
	text-shadow:
		0 0 4px rgba(235,222,200, 0.5),
		0 0 8px rgba(240,227,205, 0.5),
		0 0 12px rgba(245,232,210, 0.5);
	color: white;
	font-size: 1.3em;
	font-weight: 900;
	letter-spacing: 0.1em;
	word-break: break-word;
	text-align: left;
}

.artist h4 {
	color: white;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-size: 20px;
	font-weight: 550;	
	font-family: 'CenturyGothic', sans-serif;
	text-shadow:
		0 0 4px rgba(235,222,200, 0.5),
		0 0 8px rgba(240,227,205, 0.5),
		0 0 12px rgba(245,232,210, 0.5);
}

.artist .list-inline>li {
	padding-left: 2px;
	padding-right: 2px;
}

h3 {
	text-align: center;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-size: 20px;
	font-weight: 550;	
	font-family: 'CenturyGothic', sans-serif;
	text-shadow:
		0 0 4px rgba(235,222,200, 0.5),
		0 0 8px rgba(240,227,205, 0.5),
		0 0 12px rgba(245,232,210, 0.5);
}

iframe {
	border: none;
}

.list-inline > li {
	margin-bottom: 0.5em;
}
img.artist-icon {
	height: 24px;
	width: 24px;
	border: solid 1px rgba(0, 0, 0, 0.2);
}

img.artist-icon[alt*="Homepage"] {
	border: none;
}

img.cover {
	max-width: 80%;
	border: 2px solid rgb(61,12,25);
	box-shadow: 5px 5px rgba(235,222,200, 0.3);
}

footer.navbar-default {
	height: auto !important;
	min-height: 20px;
	border: none;
	margin-bottom: 0;
}

footer #ark {
	position: fixed;
	bottom: 1.8em;
	right: 0;
	width: 430px;
	height: 150px;
	background: url(../images/bg-footer-430.png) bottom right no-repeat;
}

footer .container-header {
	padding-top: 2px;
	background: rgba(61,12,25,0.7);
}

footer p {
	text-shadow: none;
	margin: 2px;
	font-family: 'Trebuchet MS';
	font-weight: 200;
	letter-spacing: normal;
	font-size: 10px;
	line-height: 1.2em;
	width: 90%;
}

.navbar-default {
	background: transparent;
}

#navbar-content.ng-hide-add,
#navbar-content.ng-hide-remove {
	transition: 0.5s linear all;
	display: block !important;
}

#navbar-content.ng-hide-add {
	height: 165px;
}

#navbar-content.ng-hide-remove {
	height: 165px;
}

#navbar-content.ng-hide {
	opacity: 0;
	height: 0;
}

#navbar-content {
	font-size: 18px;
	padding: 0 1em 0 0;
	background-color: rgba(61,12,25,0.7);
	width: 100%;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background: none;
	color: white;
	text-shadow:
		0 0 5px rgb(240, 222, 172),
		0 0 10px rgb(246, 235, 173),
		0 0 20px rgb(249, 240, 181),
		0 0 40px rgb(247, 235, 176);
}

header .navbar-default,
.navbar-nav a {
	font-family: 'Segoe UI', Arial, sans-serif;
	color: rgb(255, 255, 255);
}

.navbar-default {
	border-bottom: none;
	border-top: none;
	height: 100px !important;
}

.navbar-default .navbar-nav a {
	padding: 6px 20px 6px 34px;
}
.navbar-default .navbar-nav > li > a {
	color: white;
}

.navbar-nav > li > a.btn {
	padding: 5px !important;
	margin-left: 16px;
	margin-top: -1px;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 10px;
}

.navbar-nav > li > a.btn:hover {
	background: rgb(221, 1, 31);
	border: solid 1px rgba(0, 0, 0, 0.3);
	color: #fff !important;
}

.dropdown-toggle {
	cursor: pointer;
}

.dropdown-menu li {
	cursor: pointer;
}

.smaller {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

.nav-tabs {
	border-bottom: solid 2px white;
}

.nav-tabs > li {
	margin: 0 8px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	background-color: rgba(0, 171, 164, 0.4);
	border: solid 2px #00ffa7;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active a {
	color: white;
}

.nav-tabs > li a {
	font-family: 'Segoe UI';
	text-transform: uppercase;
	margin: 0;
	padding: 4px 16px;
	color: white;
	font-size: 1em;
	background-color: rgba(26, 69, 77, 0.2);
	border: solid 2px rgba(26, 69, 77, 0.4);
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li a:hover {
	background-color: rgba(26, 69, 77, 0.5);
	border: solid 2px rgba(26, 69, 77, 0.7);
	border-bottom: 0;
}

#music h2 {
	margin: 10px 0;
	font-size: 32px;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 20px rgb(109, 207, 129);
	letter-spacing: 1px;
}

ul.info li {
	font-size: .9em;
}

span.source,
span.arranger {
	color: rgb(0, 255, 167);
	letter-spacing: 0;
}

#artists h6,
#artwork h6 {
	font-size: 13px;
	font-weight: 700;
}
#artists .row,
#artwork .row {
	border-bottom: dotted 1px rgba(33, 55, 104, 0.5);
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.artwork {
	float: none;
	max-width: 30%;
}

.artwork img {
	border: solid 1px white;
	max-width: 100%;
}

.artist,
.track {
	margin-top: 20px;
}

.artist h4,
.track h4 {
	margin: 10px 0;
}

.artist a,
.nav a {
	border-bottom: none;
}
.artwork a {
	float: left;
	margin: 0 8px 8px 0;
}

.artist a:hover img {
	border: solid 1px rgb(128, 255, 252);
}

.artist button {
	margin-left: 10px;
}

.artist p::first-letter {
	margin-left: 20px;
}

#download a {
	margin-top: 10px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: white;
	border-bottom: none;
	text-shadow:
		0 0 5px rgb(240, 222, 172),
		0 0 10px rgb(246, 235, 173),
		0 0 20px rgb(249, 240, 181),
		0 0 40px rgb(247, 235, 176);
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: rgb(165, 44, 44);
}

.navbar-default .navbar-toggle {
	border-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

span.writer {
	color: rgb(0, 255, 167);
	font-size: 1.1em;
}

li.notes {
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	margin-top: 1em;
	padding-top: 1em;
	font-size: 90%;
	text-align: justify;
	line-height: 1.4em;
}
li.notes em {
	margin-left: 2em;
	display: inline-block;
	font-family: 'Segoe UI Bold';
	color: #ddd;
	font-size: 0.9em;
}
li.notes.short {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.thumb {
	width: 30%;
	max-width: 170px;
	float: right;
	border: solid 1px white;
	margin: 1.5em 0 1em 1.5em;
}
li.more {
	margin-top: 1em;
	text-align: center;
}
#___ytsubscribe_1 iframe {
	height: 20px !important;
}

#about-ocr {
	margin-bottom: 6em;
}

#about-ocr i.fa {
	text-shadow: 1px 1px 60px white;
}
#about-ocr .col-md-4 a {
	border-bottom: none;
}

.navbar-right li {
	margin-left: 8px;
}
#player {
	padding: 0;
}
#player.in {
	animation-duration: 0.8s;
	animation-name: slidein;
	animation-timing-function: ease-out;
	position: fixed;
	top: 10vh;
}

#player.out {
	animation-duration: 0.8s;
	animation-name: slideout;
	animation-timing-function: ease-in;
	position: fixed;
	top: 10vh;
}

.rellax, 
.rellax img {
	width: 100%;
}
div.content {
	z-index: 10;
}
.social-media {
	margin-top: 4px;
}
#art-bottom-right {
	max-width: 26%;
	min-width: 13%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0;
}

#art-top-right {
	max-width: 50%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
}

@keyframes slidein {
	0% {
		right: -500px;
		opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}

@keyframes slideout {
	0% {
		right: 0;
		opacity: 1;
	}
	100% {
		right: -500px;
		opacity: 0;
	}
}

@keyframes btnglow {
	0% {
		box-shadow: rgba(255,255,255,0.2) 0px 0px 10px 0px;
		color: black;
	}
	100% {
		box-shadow: rgba(255,255,255,0.7) 0px 0px 20px 0px;
		color: rgb(145,31,20);
	}
}

ul.nav-tabs span.shortdisc {
	display: none;
}

@media (max-width: 500px) {
	h1 {
		font-size: 32px;
	}
	#music h4 {
		text-shadow: none;
	}
	.container-content {
		max-width: 100%;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	h1:not(.modal-title):before, h1:not(.modal-title):after {
		display: none;
	}
	.col-xs-8 {
		width: 100%;
	}
	body p, div.tab-content {	
		text-align: left;
	}
	ul.nav-tabs span.shortdisc {
		display: block;
	}
	ul.nav-tabs span.fulldisc {
		display: none;
	}
	li.notes {
		text-align: left;
	}
	.thumb {
		display: none;
	}
	a span.smaller {
		display: none;
	}
	section {
		margin-bottom: 2em;
	}
	#intro {
		margin-bottom: 0;
	}
	#intro a.btn {
		font-size: 16px;
		margin: 0 0 1em 0;
		padding: 6px 12px;
	}
	#intro a.btn i.fa {
		font-size: 1.5em;
	}
	#sec-download h3 {
		margin-top: 1em !important;
	}
	#sec-download .col-xs-12 {
		text-align: center;
	}
	.container-content.intro .video {
		max-width: none;
	}
	#intro div.row {
		margin-bottom: 2em;
	}
	#intro .logo {
		margin-top: 0;
	}
	.modal-dialog {
		width: 90%;
	}
	#music .modal-body .box-header .box-left,
	#music .modal-body .box-header .box-right {
		width: 100%;
		padding: 0;
	}
	#music .modal-body .box-header .box-right .modal-title {
		margin-top: 0.5em;
		margin-bottom: 0;
	}

	#music .box-right .header,
	#music .box-right ul {
		width: 100%;
	}
	#music .box-right .header {
		margin-top: 1em;
	}
}
@media (max-width: 820px) {
	h1:not(.modal-title):before, h1:not(.modal-title):after {
		display: none;
	}
}

@media (max-width: 1366px) {
	#artwork .modal-body {
		text-align: center;
	}
	#artwork .modal-body img {
		max-width: 65%;
	}
	ul.nav-tabs span.shortdisc {
		display: block;
	}
	ul.nav-tabs span.fulldisc {
		display: none;
	}
	a.btn, button, button.btn {
		font-size: 16px;
		padding: 8px 14px;
	}
	.modal-header, .modal-footer {
		border: none;
		padding: 4px;
	}
	.modal-body {
		padding-bottom: 0;
	}
}
