/*
 Theme Name:     NPAD-Snail Rocks
 Theme URI:      http://www.snailrocks.com
 Description:    Customized Theme for Snail Rocks designed and developed by Nickolas Productions & Designs (NPAD).
 Author:         NickolasPAD
 Author URI:     http://www.nickolaspad.com/software
 Version:        1.0.0
 */
 
 * {
	margin: 0px;
	padding: 0px;
}
html, body, footer {
	color: #6D6E71;
	font-family: Arial !important;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
}
p {
	margin: 30px 0px;
}
@keyframes banner {
	0% {
  		opacity: 0;
	}
	100% {
  		opacity: 1;
	}
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@font-face {
    font-family: 'Impact Regular';
    font-weight: 400;
    src: url('/wp-content/themes/npad-snail-rocks/fonts/Impact-Regular.ttf') format('truetype');
}
#openplayertab {
	bottom: 0px;
	position: fixed;
	margin-left: 10px;
	padding-top: 12px;
	display: none;
	width: auto; height: 25px;
	border: 0px solid orange;
	border-bottom: 0px solid orange;
	border-radius: 3px;
	font-size: 16px;
	line-height: 16px;
	background: #111111;
	color: orange;
	text-align: left;
	cursor: pointer;
	opacity: .8;
	padding-right: 20px;
	z-index: 6;
}
#openplayertab:hover {
	opacity: 1;
}
#openplayertab img {
	float: left;
	position: relative;
	margin-top: -3px;
	width: 25px; height: 20px;
	margin-left: 20px;
	margin-right: 10px;
	border: .5px solid white;
}
.playertab {
	margin-top: -28px;
	margin-left: -2px;
	padding-top: 8px;
	width: 80px; height: 20px;
	border: 1px solid orange;
	border-bottom: 0px solid orange;
	border-radius: 3px;
	font-size: 12px;
	background: #111111;
	color: orange;
	text-align: center;
	cursor: pointer;
}
#player {
	display: none;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #eb9215;
	height: 90px;
	position: fixed;
	background-color: #111111;
	z-index: 6;
}
#player span {
	padding: 0px 20px;
}
ol {
	margin-left: 60px;
}
.round-button {
	float: left;
	top: 12px;
	position: absolute;
	margin-left: 90px;
	box-sizing: border-box;
	display:block;
	width:45px;
	height:45px;
	padding-top: 6px;
	padding-left: 6px;
	line-height: 20px;
	border: 4px solid orange;
	border-radius: 50%;
	color: orange !important;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
	font-size: 12px;
	font-weight: bold;
	transition: all 0.3s ease;
}
.round-button:hover {
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(255,255,100,1);
	text-shadow: 0px 0px 10px rgba(255,255,100,1);
}
#container {
	height: 100%;
	display: block;
	position: relative;
	text-align: center;
}
#backgroundwrap {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	background: url('/wp-content/themes/npad-snail-rocks/images/snailmultibg.jpg');
    background-repeat: no-repeat;
  	/*background-image: linear-gradient(transparent, #eb9215 150%));*/
	background-size: 100%, auto;
	background-position-y: 65px;
}
body {
	background-color: #111111;
}
.drawer {
	float: left;
	margin-left: -11px;
	display: none;
	top: -275px;
	position: absolute;
	width: 255px; height: 260px;
	color: white;
	border: 1px solid #737373;
	border-bottom: 0px;
	font-weight: normal;
	background: #111111;
	overflow-y: scroll;
	z-index: -2;
  	transition : all 1s;
  	-wekit-transition : all 1s;
  	-moz-transition : all 1s;
}
.drawer::-webkit-scrollbar {
	width: 2px;
}
.drawer::-webkit-scrollbar-track {
  background: black;
}
.drawer::-webkit-scrollbar-thumb {
  border: 1px orange solid;
}
#openarrow {
	width: auto; height: auto;
	display: inline;
	top: -25px;
	font-size: 6px !important;
	color: orange;
	right: 15px;
	float: right;
	position: relative;
	cursor: pointer;
    display: inline-block;
    transform: scaleX(3);
	pointer-events: none;
}
.playlists {
	display: block;
	float: left;
	margin-top: -315px;
	margin-left: 4px;
	width: 251px; height: 40px !important;
	background-color: #111111 !important;
	color: white;
	transition : all 1s;
	-wekit-transition : all 1s;
	-moz-transition : all 1s;
}
#playlists {
	width: 255px; height: auto;
	background-color: #111111 !important;
	border: 1px solid #737373;
	border-bottom: 0px;
}
.playlists li {
	width: 247px; height: 38px;
	padding-left: 8px;
	padding-top: 0px;
	list-style: none;
	font-size: 18px;
	line-height: 38px;
	border-bottom: 1px solid #262626;
	background-color: #111111;
	cursor: pointer;
}
.playlists li img {
	display: block;
	position: relative;
	margin-top: 5px;
	margin-right: 8px;
	float: left;
	width: 28px; height: 28px !important;
}

.playlists li:hover {
	background-color: #262626 !important;
	color: orange !important;
}
.playlists li:first-child {
	font-size: 12px;
	width: 232px;
	padding-right: 15px;
	text-align: right;
}
#currentlyplaying {
	position: relative;
	display: block;
	float: left;
	margin-top: 0px;
	width: 230px; height: 42px;
	margin-left: 10px;
	padding: 5px !important;
	line-height: 20px;
	color: orange !important;
	text-align: left;
	text-decoration: none;
	/*background-color: rgba(0,0,0,0.5);*/
	font-size: 14px;
	font-weight: bold;
	border: 0px solid #333333;
}
#currentlyplaying li {
	list-style: none;
	color: white;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-style: italic;
	border-bottom: 1px solid #404040;
	cursor: pointer;
}
#currentlyplaying li:hover {
	background-color: #404040 !important;
	color: orange !important;
}
#currentlyplaying li:nth-child(-n+9) {
	padding-left: 5px;
}
#openarrowupsidedown {
	display: block;
	width: auto; height: auto;
	font-size: 6px !important;
	color: orange;
	top: 0px;
	right: 8px;
	float: right;
	position: absolute;
	cursor: pointer;
	transform: rotate(180deg) scaleX(3);
	pointer-events: none;
}
.playlisttitle {
	margin-top: -5px;
	color: orange;;
	display: block;
	float: left;
	font-size: 18px;
	font-style: default;
	z-index: 6;
	cursor: pointer;
	width: 230px;
	padding-bottom: 5px;
}
.cursong {
	z-index: 6;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	cursor: pointer;
	width: 230px;
}
#logo {
	display: inline-block;
	width: 50px; height: 50px;
	float: left;
	margin: 10px 5px;
	margin-left: 18px;
	cursor: pointer;
}
#logo img {
	width: 50px; height: 50px;
}
#albumlogo img {
	display: block;
	float: left;
	margin-left: 10px;
	width: 50px; height: 50px;
	border: 1px solid white;
	border-left: 5px solid black;
	cursor: pointer;
}
#title {
	display: inline-block;
	float: left;
	margin: 10px 0px;
	color: orange;
	font-family: 'Impact Regular' !important;
	font-style: italic;
	font-size: 36px;
	font-weight: none;
	cursor: pointer;
}
.footer #logo img {
	margin-left: 5px;
	margin-right: 5px;	
}
.footer #title {
	font-size: 28px;
	margin-left: -10px;
}
#playercontent {
	margin-top: 12px;
	width: 100%; height: 85px;
}
#progressBar {
	float: left;
	position: relative;
	left: 0;
	margin-top: 8px;
	margin-left: 0px;
    display: inline-block;
    width: 100%; height: 17px;
    border: 0px solid #aaa;
    padding: 0px; 
    background: #1a1a1a;
}
#progress {
    /*background: #ff9900; /*#b36b00;*/
    width: 0%;
    height: 17px;
    left: 0px;
	background: linear-gradient(#ff9900,black);
}
#progress:hover {
	cursor: pointer;
}
#progressBar:hover {
	cursor: pointer;
}
#timer {
	display: block;
	float: left;
	position: relative;
	left: 0;
	margin-left: 2px;
	display: inline-block;
	height: 10px; width: 100%;
	font: 12px arial, serif;
	cursor: default;
	color: white;
}
#timesontab {
	font: 12px arial, serif;
	color: #808080;
}
#songLength {
	position: absolute;
	right: 12px;
	margin-top: 34px;
	margin-right: 65px;
	display: block;
	height: 10px; width: 25px;
	font: 12px arial, serif;
	cursor: default;
	color: white;
}
#times {
	position: relative;
	/*margin-left: -212px;
	top: 45px;*/
	top: -17px;
	margin-left: 35px;
	width: 100%;
}
#timer:hover {
	cursor: pointer;
}
#songLength:hover {
	cursor: pointer;
}
#buttons {
	padding-top: 8px;
	width: 140px; height: 35px;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
}
#buttons div {
	display: inline-block;
	width: 30px; height: 30px;
	padding-left: 10px;
	font-size: 14px;
}
#buttons div:nth-child(1) {
	margin-left: 8px;
}
#buttons div:hover {
	color: orange;
	cursor: pointer;
}
a:link {
	text-decoration: none;
	color: #666666;  
}
a:hover {
	text-decoration: none;
	color: orange;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#title:hover {
	color: orange;
}
#title:active {
	color: orange;
}
#menu-main {
	background-color: #111111;
}
.poptin-credit {
	display: none;
}
#removeFromList {
	display: none;
}
.header {
	display: block;
	top: 0;
	position: fixed;
	width: 100%;
	margin: 0px 0px;
	margin-bottom: 0px;
	padding: 0px 0px;
	text-align: center;
	height: 75px !important;
	border: 1px solid black;
	border-bottom: 1px solid #eb9215;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    z-index: 8;
	background-color: #111111;
	opacity: 0.95;
}
h1 .tagline {
	text-align: center;
}
.tagline {
	position: relative;
	width: 100%;
	margin-top: 100px;
	padding-top: 120px;
	margin-bottom: -10px;
	color: #FFFFFF;
	font-family: 'Impact Regular' !important;
	font-style: italic;
	font-size: 65px;
	font-weight: none;
	opacity: 0.8;
	text-shadow: -1px 0px 0px black;
	text-rendering: optimizeLegibility;
}
.hiddenmenus {
	display: none;
	visibility: hidden;
	position: fixed;
	top: 0px;
    width: 34px; height: 34px;
	float: right;
	position: relative;
	margin-top: 20px;
	margin-right: 15px;
	z-index: 2;
	border-left: 3px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
	border-radius: 1px;
	cursor: pointer;
	background-color: #332600;
}
.hiddenmenus:hover {
	color: orange;
}
.hiddenmenus:hover div {
	border-bottom: 1px solid orange;
}
.hiddenmenus div {
	border-bottom: 1px solid #997a00;
	width: 34px; height: 1px;
	margin: 3px auto;
	line-height: 19px;
}
#mainmenu img {
	margin-left: 10px;
	margin: 0px 10px;
	padding: 10px 0px;
	height: 50px; width: 50px;
	cursor: pointer;
}
.menus {
	top: 0px;
	position: relative;
	height: 75px; width: auto;
	/*background: rgba(17, 17, 17, 0.8);*/
	cursor: pointer;
	z-index: 1;
	text-align: left;
	margin-left: 200px;
}
.menus ul {
	list-style-type: none;
    margin-top: 0px;
	padding: 0px;
}

.menus li {
    display: inline-block;
    width: 100px;
	height: 33px !important;
	border: 0px solid black;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
    margin-top: 30px;
	letter-spacing: 2px;
    line-height: 1.5;
}
.menus li:hover {
	color: orange;
}
.menus li:active {
	color: orange;
}
.styleCurrentItem {
	color: orange;
}
h1 {
	margin-bottom: 20px;
}
#space {
	height: 150px;
}
article {
	display: block;
	position: relative;
	width: 1110px; min-height: 768px;
	top: 100px; bottom: 100px;
	left: 0; right: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 65px;
	background: rgba(17, 17, 17, 0.4);
	color: #FFFFFF;
	border-radius: 20px;
	font-family: 'Impact Regular' !important;
	font-style: italic;
	font-size: 30px;
	font-weight: none;
	opacity: 0.9;
	text-shadow: -1px 0px 0px black;
	text-rendering: optimizeLegibility;
	text-align: center;
}
#articletext {
	text-align: left;
	font-size: 18px;
	width: 80%;
	margin-left: auto !important;
	margin-right: auto !important;
	font-family: 'Libre Baskerville Regular' !important;
	font-style: normal;
	text-align: justify;
}
#SHOP #articletext {
	width: 85%;
}
#articlesubtext {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
.mailto {
	padding: 10px 20px;
	background: #111111;
	color: white !important;
	border: 1px solid orange;
	border-radius: 5px;
	font-size: 18px;
}
.mailto:hover {
	color: orange !important;
}
album {
	display: inline-block;
	padding: 0px 10px 15px 10px;
	width: 212px; height: 270px;
	font-style: italic;
	font-size: 14px;
	font-weight: none;
	text-align: center;
}
#albumtext {
	text-align: center;
	font-size: 14px;
	width: 228px;
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
	background: none;
	color: orange;
	font-family: Arial !important;
}
#albumtext i {
	color: white;
}
album img {
	width: 210px; height: 204px;
	border: 1px solid white;
	border-left: 10px solid black;
}
album img:hover {
	opacity: 1;
}
#hovertext {
	width: 219px; height: 192px;
	background: #111111;
	display: block;
	position: absolute;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-left: -2px;
	float: left;
	font-style: normal;
	font-family: Arial !important;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	opacity: 0.85;
	z-index: -1;
	border: 1px solid white;
}
#hovertext li {
	list-style: none;
}
#hovertext div:first-child {
	font-size: 16px;
	font-weight: bold;
	color: orange;
	font-style: normal;
	background-color: black;
	height: 30px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	cursor: pointer;
	border: 0px solid #000000;
	border-bottom: 4px solid #000000;
	box-shadow: 0px 5px 5px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0px 5px 5px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0px 5px 5px rgba(255, 255, 255, 0.1);
}
.albumheader {
	font-style: italic !important;
}
.playbuttonalbumheader {
	position: absolute;
	top: 10px; right: 20px; 
	width: 16px; height: 20px;
	color: #666666;
	background-color: none;
	opacity: 0.9;
	border: 2px solid orange;
	border-radius: 20px;
	padding-top: 0px;
	padding-left: 3px;
	cursor: pointer;
}
.playbuttonalbumheader i {
	font-size: 12px;
	margin-top: -15px !important;
}
.scrolllist::-webkit-scrollbar {
	width: 2px;
}
.scrolllist::-webkit-scrollbar-track {
  background: black;
}
.scrolllist::-webkit-scrollbar-thumb {
  border: 1px orange solid;
}
.scrolllist {
	margin-top: -18px;
	width: 185px; height: 150px !important;
	border: 0px solid white;
	margin-bottom: 10px;
	overflow-y: scroll;
	text-align: left;
	padding-left: 25px;
	font-style: italic;
}
album img:hover #hovertext {
	scroll-padding-top: 10px;
	scroll-padding-bottom: 10px;
}
#articleimage {
	display: block;
	position: relative;
	float: left;
}
.buybutton {
	display: block;
	position: relative;
	margin-top: 0px;
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	width: 100px; height: 10px;
	/*background: #eb9215;*/
	background: #111111;
	color: white;
	text-align: center;
	border: 1px solid orange;
	border-radius: 5px;
	cursor: pointer;
}
.buybutton:hover {
	color: orange;
}
.listenbutton {
	display: block;
	position: relative;
	margin-top: 0px;
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	width: 50px; height: 8px;
	/*background: #eb9215;*/
	background: #111111;
	color: white;
	text-align: center;
	border: 1px solid orange;
	border-radius: 5px;
	cursor: pointer;
}
.listenbutton:hover {
	background: orange;
	color: black;
	border: 1px solid white;
}
.details {
	display: inline-block;
	padding: 22px;
	width: 500px; 
    vertical-align: top;
	font-size: 16px;
}
.details p {
	padding: 10px;
}
.detailsimage img {
	display: inline-block;
	width: auto; height: 300px;
	margin: 0;
	padding: 0;
}
.details h2 {
	padding-top: 0px;
	padding-bottom: 10px;
}
footer {
	height: 100px;
  	/*background-image: linear-gradient(transparent, #eb9215 150%));*/
  	background-image: url('/wp-content/themes/npad-snail-rocks/images/guitarthin.jpg');
	background-repeat: no-repeat;
	background-size: 100% 250%;
	background-position-y: -60px;
	color: #FFFFFF;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid orange;
	position: relative;
	display: block;
	background-color: #111111;
	z-index: 3;
}
.footer img {
    margin-top: -2px;
    margin-left: 20px;
	width: 40px !important;
	height: 40px !important;
}
#footercontent {
	height: 70px; width: 100%;
	bottom: 25px;
	position: absolute;
}
#logotext {
	display: block;
	position: relative;
	width: auto; height: auto;
    margin-top: 5px;
	font-size: 12px;
}
#copyright  {
	float: left;
	margin-left: auto;
	margin-right: auto;
	bottom: 20px;
	position: relative;
    width: 100%; height: auto;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
}
#copyright ul  {
	display: disc;
    width: 430px; height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#copyright li  {
	display: inline-block;
}
#copyright a  {
	color: orange;
}
.social {
    margin-top: 0px;
	padding: 0;
	display: block;
	position: relative;
    /*margin-top: 10px;*/
    margin-right: 10px;
}
#social {
	top: 0px;
	padding-top: 12px;
    width: auto; height: 30px;
	float: right;
	display: block;
	position: relative;
	margin-top: 10px;
	z-index: 2;
}
footer #social {
	top: 0px;
	padding-top: 12px;
	padding-right: 20px;
    width: auto; height: 30px;
	display: block;
	position: relative;
	margin-top: 10px;
	z-index: 1;
}
.social li {
	width: 30px; height: 30px;
    display: inline-block;
	text-align: center;
	padding-right: 10px;
	cursor: pointer;
}
.social li img {
	width: 30px !important; 
	height: 30px !important;
	filter: invert(.5);
}
.social li img:hover  {
	filter: invert(0.0);
}
.playerspace {
	display: block;
	position: relative;
	width: 100%; height: 90px;
	background-color: #111111;
}
.playertabspace {
	display: block;
	position: relative;
	width: 100%; height: 0px;
	border: 0px solid white;
}
.Xclose {
	float: right;
	display: block;
	width: 15px; height: 15px;
	font-size: 15px;
	line-height: 15px;
	cursor: pointer;
}
.Xclose:hover {
	color: orange;
}
#terms .Xclose {
	margin-top: 25px;
	position: relative;
}
.terms {
	display: block;
	position: relative;
	background: linear-gradient(#333333,black);
	background: #333333;
	width: auto; height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 80px;
	padding-bottom: 20px;
	font-size: 12px;
	border-top: 1px solid #999999;
	color: #FFFFFF;
	z-index: 1
}
.terms p {
	padding: 0px !important;
}
.terms a:link {
	color: #FFFFFF;
}
.terms a:hover {
	color: orange;
}
#termstext {
	color: orange;
	cursor: pointer;
}
#credstext {
	color: orange;
	cursor: pointer;
}
#credits .Xclose {
	left: 20px;
	margin-top: 20px;
	position: absolute;
	z-index: 1;
}
.credits {
	position: relative;
	background: linear-gradient(#003366,#000d1a);
	width: auto; height: 100px;
	padding-top: 0px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	color: #CCCCCC;
	border-top: 1px solid #999999;
}
.creditsbg {
	float: left;
	position: absolute;
	top: -40px;
	width: auto; height: 140px;
	margin-left: 20%;
	opacity: 0.2;
	z-index: 0;
	overflow: hidden;
}
.creditsbg img {
	width: 210px; height: 190px;
}
.credits h2 {
	padding: 10px 0px 0px 100px;
}
.creditlinks {
	display: block;
	position: relative;
	width: auto; height: 100px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
 	list-style-type: disc;
 	list-style-position: inside;
	opacity: 1.0 !important;
 }
.creditlinks li {
	display: inline-block;
	width: auto; height: auto;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 35px;
	padding-right: 10px;
}
.creditlinks li:first-child {
	margin-top: -25px;
}
.creditlinks li:first-child img {
	margin-top: 10px;
	width: 65px;
	z-index: -1;
}
.creditlinks li:nth-child(2) {
	margin-left: -20px;
	margin-right: 15px;
	font-family: 'Impact Regular';
	font-size: 16px;
	z-index: 1;
	position: relative;
}
.creditlinks li:last-child {
	padding-left: 10px;
	width: 50px; height: auto;
	filter: invert(1);
	margin-top: 5px; 
}
.creditlinks li:last-child img {
	width: 40px; height: auto;
	margin-top: -10px;
}
.creditlinks li a:link {
	color: white;
}
.creditlinks li a:hover {
	color: orange;
}
.content {
  width: auto;
}
#times {
	color: #FFFFFF;
}
movie, iframe, video {
	width: 260px; height: 200px;
}
.movieiframe {
	z-index -2;
}
#moviethumb {
	border: 1px solid white;
	width: 260px; height: 200px;
	background: #111111;
	z-index 1;
}
movie {
	display: inline-block;
	padding: 0px 10px 15px 10px;
	width: 260px; height: 270px;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	font-size: 16px;
	font-weight: none;
	text-align: center;
}
#movietext {
	text-align: center;
	font-size: 14px;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
	color: orange;
	font-family: Arial !important;
}
#movietext i {
	color: white;
}
#welcome {
	color: yellow;
	cursor: pointer;
}
#br {
	display: block;
}

// Tribe calendar styling
.calendar-head {
	background: orange !important;
}
.widgets {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}
.widgets ul {
	list-style: none;
}
.widgets li {
	float: left;
	width: 30%; height: 100px;
	margin-top: 5px;
	margin-left: 12px;
	padding: 0px 10px;
	display: inline-block;
	border: 0px solid #4d4d4d;
	text-align: center;
	bottom: 0px;
}
.widgets li:first-child {
	text-align: left;
}
.widgets li:nth-child(2) {
	text-align: center;
}
.widgets li:last-child {
	text-align: right;
}



/* ipad landscape */
@media (max-width: 1044px) {
	.header {
		background-position: -100px 0px;
		position: fixed;
	}
	.tagline {
		font-size: 80px;
	}
	.menus {
		display: block;
	    width: auto;
		margin-left: 200px;
	}
	.menus li {
	    width: auto;
	    padding: 6px; 0px;
		margin-top: 25px;
	}
	article {
		width: 800px;
	}
	#articletext {
		width: 90% !important;
	}
	.terms {
		padding: 5px 50px;
	}
	.credits span:first-child {
		padding-left: -35px;
	}
	#buttons div:nth-child(1) {
		margin-left: 0px;
	}
	.widgets li {
		width: 28%;
		padding: 0px 12px;
	}
}

/* ipad portrait */
@media (max-width: 768px) {
	.buttons {
		position: absolute;
		padding-top: 535px;
		bottom: 0px;
		width: 100%;
		right: auto;
		text-align: center;
		padding-left: auto;
		padding-right: auto;
	}
	.tagline {
		padding-top: 150px;
	}
	movie {
		padding: 0px 5px 10px 5px;
	}
	.menus {
		display: none;
		float: right;
		width: 100%; height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 77px;
		position: fixed;
	}
	.menus li {
		display: block;
		padding: 0px;
		margin: 0px;
		height: 50px !important;
		width: 100% !important;
		background-color: #111111;
		font-size: 14px;
		line-height: 50px;
	}
	.menus li:hover {
		background-color: #1a1a1a;
	}
	.hiddenmenus {
		display: block;
		visibility: visible;
	}
	article {
		width: 85%; height: auto;
		top: -20px;
	}
	#articletext {
		width: 550px !important;
	}
	#br {
		display: none;
	}
	.footer ul {
		text-align: right;
	}
	.footer li:nth-child(1) {
	    display: block;
	}
	.terms {
		padding: 5px 40px;
	}
	#social li {
		display: inline-block;
	}
	#buttons {
		padding-top: 6px;
		width: 140px; height: 35px;
		margin-right: 10px;
		color: #666666;
	}
	#buttons div {
		width: 13px; height: 13px;
		padding: 0px 10px;
		margin: 0px;
		font-size: 14px;
	}
	#buttons div:first-child {
		height: 13px;
		font-size: 13px;
		line-height: 13px;
	}
	#buttons div:last-child {
		height: 13px;
		font-size: 13px;
		line-height: 13px;
	}
	.widgets li {
		width: 92%;
		display: block;
	}
	/*#footer {
		height: 410px;
	}*/
}

/* iphone landscape */
@media (max-width: 600px) {
	#copyright  {
		bottom: 5px;
	}
	#copyright li  {
		padding: 0px;
	}
	.playlisttitle {
		width: 210px;
	}
	.cursong {
		width: 210px;
	}
	.menus {
		height: auto;
	}
	.menus li {
		height: 50px !important;
	}
	.tagline {
		padding-top: 120px;
		font-size: 60px;
	}
	article {
		top: -40px;
	}
	#articletext {
		width: 90% !important;
	}
	.logotext {
		visibility: hidden;
	}
	.footerinfo img {
		margin-left: 8px;
	}
	.footer li {
		font-size: 11px;
		padding: 0px 5px;
	}
	.footer li:nth-child(1) {
	    display: inline-block;
	}
}
@media (max-width: 540px) {
	.social {
		right: 0px;
	}
	.social li:first-child {
		margin-right: -7px;
	}
	#copyright  {
		bottom: 5px;
	}
	#copyright li  {
		padding: 0px;
	}
	.creditlinks li {
		padding-top: 16px;
	}
	.creditlinks li:last-child {
		float: left;
		margin-top: -30px;
		margin-left: 90px;
	}
	.creditlinks li:nth-child(5) {
		display: block;
		padding-top: 13px;
		margin-left: -14px;
	}
	.creditlinks li:nth-child(6) {
		padding-top: 0px;
		margin-left: 77px;
		margin-top: -38px;
	}
	#menu-main {
		background-color: #111111;
	}
	.tagline {
		margin-top: 250px;
		position: relative;
		text-align: center;
		margin-left: auto; margin-right: auto;
		padding-top: 50px;
		margin-top: 150px;
	}
	.menus {
		margin-bottom: 30px !important;
	}
	.hiddenmenus {
		margin-right: 25px;
	}
	article {
	}
	#articletext {
		font-size: 16px;
	}
	#articlesubtext {
		font-size: 14px;
	}
}

/* iphone portrait */
@media (max-width: 480px) {
	.header {
		position: fixed;
	}
	#copyright  {
		bottom: 5px;
	}
	#copyright li  {
		padding: 0px;
	}
	.creditlinks li {
		padding-top: 16px;
	}
	.creditlinks li:last-child {
		float: left;
		margin-top: -30px;
		margin-left: 48px;
	}
	.creditlinks li:nth-child(5) {
		display: block;
		padding-top: 13px;
		margin-left: -14px;
	}
	.creditlinks li:nth-child(6) {
		padding-top: 0px;
		margin-left: 115px;
		margin-top: -38px;
	}
	#menu-main {
		background-color: #111111;
	}
	.mail img {
		width: 25px !important; height: auto !important;
		content: url('/wp-content/uploads/2018/08/email.jpg') !important;
	}
	.headerimages img {
		height: 250px !important;
	}
	/*.header {
		height: 250px !important;
		background-position: -400px 0px;
	}*/
	.tagline {
		position: relative;
		text-align: center;
		margin-left: auto; margin-right: auto;
		padding-top: 50px;
		margin-top: 150px;
		font-size: 48px;
	}
	.menus {
		margin-bottom: 30px !important;
	}
	.article {
		width: 95%;
	}
	#articletext {
		font-size: 16px;
		width: 100%;
		padding-right: 0px;
		padding-left: 10px;
	}
	#articletext movie {
	}
	#moviethumb {
		width: 265px;
	}
	#articlesubtext {
		font-size: 14px;
	}
	#buttons div {
		margin-right: 0px;
		padding-right: 8px;
		padding-left: 0px;
	}
	#buttons {
		width: 85px;
		margin-right: -1px;
	}
	#buttons div:first-child {
		height: 10px;
		font-size: 10px;
		line-height: 10px;
	}
	#buttons div:last-child {
		height: 10px;
		font-size: 10px;
		line-height: 10px;
		padding-left: 5px;
	}
	.playertabspace {
		height: 37px;
	}
}

@media (max-width: 375px) {
	#copyright  {
		margin-bottom: 0px;
		margin-top: -10px;
	}
	#copyright ul {
		width: 300px;
	}
	#copyright li  {
		display: block;
		width: 300px;
		padding-bottom: 5px;
	}
	.playlists {
		margin-top: -315px;
	}
	.credit {
		height: 100px;
	}
	.tagline {
		font-size: 42px;
	}
	.creditlinks li {
		display: block;
		margin: 0px;
		padding: 0px;
	}
	.creditlinks li:nth-child(2) {
		margin-top: 40px;
		width: 120px;
		padding-left: 16px;
		margin-left: 0px;
		z-index: 2;
	}
	.creditlinks li:last-child {
		float: right;
		position: absolute;
		margin-top: -40px;
		margin-right: 35px !important;
		right: 0px !important;
	}
	.creditlinks li:nth-child(5) {
		margin: 0px;
		padding: 0px;
	}
	.creditlinks li:nth-child(6) {
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 15px;		
	}
	#albumlogo img {
		margin-left: 10px;
		margin-right: 0px;
	}
	.footer {
		height: 201px;
	}
	#footercontent {
		height: 130px;
		bottom: 0px;
	}
	#buttons div {
		margin-left: 15px;
		margin-top: 5px;
	}
	#buttons .prev {
		display: none;
	}
	#buttons .next {
		display: none;
	}
}
@media (max-width: 320px) {
	#currentlyplaying {
	}
	.creditlinks li:last-child {
		margin-top: -35px;
		margin-right: 25px !important;
		right: 0px !important;
	}
	.tagline {
		font-size: 40px;
	}
	.hiddenmenus {
		margin-right: 20px;
	}
	article {
		padding-left: 0px;
		margin-left: 20px;
	}
	#articletext {
		font-size: 16px;
		padding-left: 0px;
	}
	#logo {
		margin-left: 10px;
	}
	#albumlogo img {
		width: 40px; height: 40px;
		margin-left: 0px;
		padding-left: 5px;
	}
	movie, iframe, video {
		width: 250px; height: 200px;
	}
	#moviethumb {
		width: 250px;
	}
	#buttons .play {
		display: block;
		right: 18px;
		padding-top: 5px;
		float: right;
		position: absolute;
	}
	#buttons .stop {
		display: block;
		right: 18px;
		padding-top: 5px;
		float: right;
		position: absolute;
		z-index: 0;
	}
	#buttons .prev {
		display: none;
	}
	#buttons .next {
		display: none;
	}
}
