/**********************************************************************************************/
/*    PRIMARY STRUCTURE                                     									                          
/**********************************************************************************************/

/* CSS Reset
================================================== */
html, body, div, span, h1, h6, p, a, ul, li, audio {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 100%;
	vertical-align: baseline;
}

html, body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #C8C7C8;
	font: 20px/24px "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding: 0;
}

*{
	z-index: 10;
}

ul {
	list-style: none;
}

.clearBoth {
	clear: both;
}


/* Typography
================================================== */
h1, h6, p {
	color: white;
	font-weight: 400;
}

h1 {
	font-size: 60px !important;
	margin: 0px 0 0 !important;
	color: rgba(255, 255, 255, 0.9);
}

.Center-Block .Title {
  padding: 0;
  margin: 0 0 .5em;
  line-height: 1em;
}


p {
	font-size: 18px;
	margin: 0 0 20px;
	line-height: 24px;
}


/* Links
================================================== */
a, a:visited {
	outline: 0;
	text-decoration: underline;
}

a:hover, a:focus {
	color: white;
}

p a, p a:visited {
	line-height: inherit;
}

.Clear {
  clear: both;
}

/**********************************************************************************************/
/*   	END PRIMARY STRUCTURE                                     									                          
/**********************************************************************************************/

/**********************************************************************************************/
/*    BODY CONTENT                                   									                          
/**********************************************************************************************/

/* Container
================================================== */


.container {
width: 100%;
  margin: 0 auto;
  height: 100%;
}

.Center-Container.is-Table { display: table; }

.Center-Container {
    width: 500px;
  position: relative;
  margin: 20px auto 40px;
  clear: both;
  height: 100%;
}

.is-Table .Table-Cell {
  display: table-cell;
  vertical-align: middle;
}


.Center-Block .Title {
  padding: 0;
  margin: 0 0 1em;
  line-height: 1em;
  text-align: center;
  font-size: 24px;
}
.Center-Block .Title {
	text-align: center;
}

.Center-Block {
  margin: 0 auto;
  background: #933132;
  color: #FFF;
  padding: 30px;
}


@media (max-width: 600px) {
	.Center-Container {
		width: 300px;
	}
}


/* Button -> Settings, Info
================================================== */
.buttonClass {
	outline: none;
	font-weight: 600;
	cursor: url("../images/cursorinfo.png"), auto;
	border: none;
	color: #fff;
	position: absolute;
	background: #933132;
	height: 60px;
	width: 60px;
	top: 80px;
	left: 10px;
	border: 1px solid transparent;
	z-index: 12;
}

.fa-info {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 40px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.buttonClose{
	padding: 10px 20px;
	outline: none;
	font-weight: bold;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	font-size: 20px;
	font-family: 'Open Sans';
	color: #fff;
	background: #933132;
	margin-top: 15px;
	transition: all 0.5s ease;
}


.buttonClose:hover{
	transition: all 0.1s ease;
	background: black;
}



/* Sidebar Settings
================================================== */

#sidebar {
	margin-top: 20px;
	position: absolute;
	left: -399px;
	width: 350px;
	top: 0;
	background-color: #333;
	z-index: 30;
}
#sidebar.active {
    left: 0
}
    
#nav-btn {
	position: absolute;
	right: -120px;
	border: 0;
	outline: none;
	top: 10px;
	background: #933132;
	height: 60px;
	width: 60px;
	color: rgba(255, 255, 255, 1);
	cursor: url('https://www.mediafire.com/convkey/063a/14xf6o6fk3w40opzg.jpg'), auto;
}

#nav-btn:hover{
	background: white;
	color: black;
}

#nav-btn > div {
    position: relative;
    height: 4px;
    width: 35px;
    margin: 7px auto;
    background-color: #FFF;
    border-radius: 5px
}
    
#nav-btn.active {
	right: 0;
	top: 0;
	background: rgba(147, 49, 50, 1);
	margin-top: 0px;
	color: rgba(255, 255, 255, 0.9);
}


.buttonClass:hover{
	background: white;
	color: black;
}



.fa-set{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 35px;
	vertical-align: middle;
}


#sidebar h3{
	background: #933132;
	text-align: center;
	margin: 0;
	height: 60px;
	font-size: 28px;
	line-height: 60px;
	margin-top: 0px;
	font-family: 'Open Sans';
	font-weight: bold;
	color: #FFFFFF;
}


.picker {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	height: 50px;
	float: left;
	margin-left: 20px;
	padding-left: 10px;
	color: black;
	background: white;
	width: 80px;
	height: 40px;
	border-right: 40px solid rgb(147, 49, 50);
}

.textpicker{
	border-right: 40px solid rgba(229, 229, 229, 0.7);
}

.pcolor{
	height: 50px;
	margin-bottom: 20px;
}


#sidecontent{
	margin: 50px 0px 80px 20px;
	min-height: 100px;
}


#sidecontent p{
	margin: 0;
	float: left;
	line-height: 35px;
	font-size: 22px;
	font-family: 'Open Sans';
	color: #FFFFFF;
}


.colorScheme{
	width: 360px;;
}

.colorScheme li{
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.colorScheme li:hover{
	transform: scale(1.05);
}

.colorsch{
	width: 100%;
	margin-bottom: 10px !important;
}


.red{
	background: #933132;
}

.blue{
	background: #0e324d;
}

.green{
	background: #4A5F67;
}

.purple{
	background: #443266;
}

.yellow{
	background: #c2931d;
}

.orange{
	background: #b0551c;
}


span.rand{
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	background: rgb(147, 49, 50);
}


.fa-rand, .fa-ey, .fa-fil{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.9);
}

.fa-rand:hover, .fa-ey:hover, .fa-fil:hover{
	background: white;
	color: black !important;
	-webkit-transition: all .15s ease-in-out;
}

.tracklist .fa-play{
	font-size: 18px !important;
}


/**********************************************************************************************/
/*   	END BODY CONTENT                                   									                          
/**********************************************************************************************/


/* AUTHOR LINK */


footer{
  z-index: 100;
  padding-bottom: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer p {
color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 0;
  font-family: 'Open Sans';
  width: 100%;
  line-height: 25px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin: 0;
}

footer .authorWindow a{
  text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9);
  margin-left: 5px;
  cursor:pointer;
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
    border: 1px solid #FFFFFF;
    background: #4A5F67;
}


.about-me-img img {
  margin-top: 10px;
  margin-left: 5px;
}


.authorWindow{
    width: 560px;
  background: #4A5F67;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper{
  display:none; 
  left: 110px;
  bottom: 0;
  padding-left: 30px;
  position: absolute;
}


.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  transition: all 500ms ease;
}

@media screen and (max-width: 680px) {
    .authorWindow{
         width: 180px;
    }

    .authorWindowWrapper{
          bottom: -50px;
    }

    footer p{
          font-size: 14px;
    }
}










/**********************************************************************************************/
/*    									COLOR PICKER                                          */                           
/**********************************************************************************************/


/*Main container*/
.colpick {
	position: absolute;
	width: 346px;
	height: 170px;
	overflow: hidden;
	z-index: 999;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*Color selection box with gradients*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsb_h {
	top: 40px;
	left: 277px;
}
.colpick_hsb_s {
	top: 67px;
	left: 277px;
}
.colpick_hsb_b {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 68px;
	left: 207px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #bdbdbd;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	display:none;
}
.colpick_rgbhex {
	width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:201px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	background: #161616;
	border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
	outline-color: #333;
}
.colpick_dark .colpick_hue {
	border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	background: #101010;
	border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
	background: #131313;
	border-color: #2d2d2d;
	color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	border-color:#444;
}
.colpick_dark .colpick_submit {
	background: #131313;
	border-color:#2d2d2d;
	color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	background-color:#101010;
	border-color:#444;
}