@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/* Html tags
----------------------------------------------------------------------------- */
body,html {
	font-size: 13px;
	height: 100%;
	min-height: 100%;
	background: #1e2c3c;
	
	background: #222;
	
	color: #fff;
	
	
	min-width: 1150px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 50px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
h1 { font-size: 34px; }
h2 { font-size: 30px; }
h3 { font-size: 25px; }
h4 { font-size: 22px; } 
h5 { font-size: 18px; } 
h6 { font-size: 16px; } 

a {
	text-decoration: none;
	color: inherit;
	
}
b {
	font-weight: 700;
}
p {
	color: #f0f0f0;
	font-size: 15px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 30px;	
}
p.bigger {
	font-size: 14px;
}

hr {
	height: 1px;
	border:none;
	margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-weight: 100;
	font-size: 34px;
	width: 50px;
	white-space: nowrap;
	border-bottom: 2px solid #fff;
	padding: 0 0 30px 0;
}


/* Elements
----------------------------------------------------------------------------- */
.container {
	display: block;
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 0 25px;
}
.container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.section {
	padding: 60px 0;
}
.content {
	margin: 50px 0 40px 0;
}

.button {
	background-color: #FFF;
	color: #1e2c3c;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 8px 18px;
	border-radius: 4px;
	display: inline-block;
}

.button.red {
	background-color: #30D5C8;
	color: #FFF;
}

.button.small {
	font-size: 10px;
	line-height: 15px;
	padding: 4px 9px;
}

.button.round {
	font-size: 12px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	padding: 0;
	text-align: center;
	position: absolute;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    margin-top: 40px;
    opacity: 0.6;
	-webkit-transition: 1s;
	transition: 1s;
}

/* Header
----------------------------------------------------------------------------- */

#header {
	min-height: 600px;
	height: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-position: center bottom;
	position: relative;
}

#header #pusher {
	margin-top: 90px;
}

#header #biglogo {
	width: 400px;
	margin-bottom: 40px;
}

#header #post {
	color: #FFF;
	font-weight: 300;
	font-size: 25px;
	line-height: 32px;
	
}

#header #pusher #post a {
	color: #1cd7f8;
	
	font-weight: 600;
}

#header #date {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	display: block;
}

#header small {
	font-size: 10px;
}

#arrow {
	text-align: center;
	position: absolute;
	bottom: 0px;
	min-width: 1050px;
	opacity: 0;
	width: 100%;
}

#arrow img {
	width: 80px;
	height: 80px;
}

/* Menu
----------------------------------------------------------------------------- */

#menu {
	background-color: #141414;
	height: 70px;
	position: fixed;
	bottom: 0%;
	left: 0%;
	right: 0%;
	z-index: 10;
	display: none;
}

#menu #logo_small {
	width: 220px;
	margin-top: 25px;
	margin-left: 20px;
}

#menu #mainmenu {
	list-style: none;
	display: block;
	float: right;
}

#menu #mainmenu li {
	display: block;
	float: left;
}

#menu #mainmenu li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 70px;
	display: block;
	padding: 0px 20px;
	-webkit-transition: .3s;
    transition: .3s;
}

#menu #mainmenu li a.active {
	background-color: #1cd7f8;	
	
}

#menu #mainmenu li a:hover {
	background-color: #1cd7f8;
}


/* Footer
----------------------------------------------------------------------------- */

#footer {
	padding-bottom: 100px;
}

#footer #credits {
	display: block;
	color: #758597;
	line-height: 60px;
}

#footer .epicbrands {
	display: block;
	float: right;
	text-indent: -99999px;
	width: 150px;
	margin-top: 20px;
}

/* Facebook box
----------------------------------------------------------------------------- */

#facebookbox {
	background-color: #FFF;
	width: 100%;
	color: #000;
	padding: 20px;
}

/* Discography
----------------------------------------------------------------------------- */

#disco {
	display: block;
	padding-top: 0px;
}

#disco li {
	display: block;
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	-webkit-transition: .3s;
    transition: .3s;
	
    
    
}


#disco li .padding {
	
	display: block;
}

#disco li:nth-child(2n) {
	margin-right: 0px;
}

#disco li .artwork {
	display: block;
	width: 30.65%;
	margin-right: 4%;
	position: relative;
	float: left;
}

#disco li .artwork img{
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

#disco li .info {
	display: block;
	float: left;
	width: 65.25%;
}

#disco li .info .title {
	display: block;
	font-size: 25px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: 600;
}

#disco li .info .artist {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 15px;
	color: #758597;
	text-transform: uppercase;
}

#disco .buttons {
	padding: 0px 0px;
	padding-top: 20px;
	display: block;	
	width: 100%;
	overflow: hidden;
	text-align: center;
	bottom: 0px;
	-webkit-transition: .3s;
    transition: .3s;
}

#disco .buttons li {
	float: left;
	border: none !important;
	padding: 0;
	margin: 0;
	margin-right: 4%;
	display: inline-block;
	width: 30.65%;
	text-align: center;
	margin-bottom: 0px;
	border-radius: 1px;
	
}

#disco .buttons li:nth-child(3n) {
	margin-right: 0;
}

#disco .buttons li a {
	width: 100%;
	line-height: 30px;
	display: block;
	font-size: 11px;
	font-weight: 600;
	-webkit-transition: .3s;
    transition: .3s;
    
    background: #fff;
    color: #333;
}

#disco .buttons a:hover {
	background: #ccc;
	
	
}

#disco .buttons li .fa {
	margin-right: 3px;
}



/* Bio
----------------------------------------------------------------------------- */

#bio {
	padding-top: 30px;
}




/* Social
----------------------------------------------------------------------------- */

#social {
	padding: 60px 0;
	background-color: #fff;
	text-align: center;
}

#social h2 {
	color: #1e2c3c;
	border-color: #1e2c3c;
}

#social #networks {
	display: inline-block;
	height: 120px;
}

#social #networks li {
	display: inline-block;
	padding: 0px 15px;
	float: left;
	line-height: 100px;
}

#social #networks li img{
	width: 80px;
	height: 80px;
	-webkit-transition: .5s;
    transition: .5s;
    transform-origin:50% 50%;
    -ms-transform-origin:50% 50%; /* IE 9 */
    -webkit-transform-origin:50% 50%; /* Chrome, Safari, Opera */
}

#social #networks li img:hover{
	transform:scale(1.3);
	-ms-transform:scale(1.3); /* IE 9 */
	-webkit-transform:scale(1.3); /* Opera, Chrome, and Safari */
	-webkit-transition: .3s;
    transition: .3s;
}

/* Agenda
----------------------------------------------------------------------------- */

#agenda {
	padding: 60px 0;
	background: #1cd7f8;
}

#agenda .calendar {
	display: block;
}

#agenda .calendar li {
	display: block;
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#agenda .calendar li:nth-child(2n) {
	margin-right: 0;
}

#agenda .calendar li:last-child {

}

#agenda .calendar li .date {
	display: block;
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 5px;
	color: #187c8d;
	font-size: 14px;
}

#agenda .calendar li .name {
	display: block;
	font-size: 25px;
	position: relative;
	color: #FFF;
}

#agenda .calendar li .button {
	margin-left: 15px;
	bottom: -2px;
	position: absolute;
	color: #30D5C8;
	-webkit-transition: .2s;
    transition: .2s;
}

#agenda .calendar li .button:hover {
	margin-left: 25px;
}

/* Media
----------------------------------------------------------------------------- */

#pictures {
	padding: 60px 0;
	background-color: #466b8a;
	text-align: center;
	background-image: url(../images/banner1.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

#pictures #gallery {
	display: block;
}

#pictures #gallery li {
	display: block;
	width: 13.35%;
	float: left;
	margin-right: 4%;
	margin-bottom: 30px;
	border-radius: 4px;
	overflow: hidden;
}

#pictures #gallery li:nth-child(6n) {
	margin-right: 0;
}

#pictures #gallery li img {
	width: 100%;
	
}

/* Contact
----------------------------------------------------------------------------- */

#contact {
	padding: 60px 0;
	background-color: #1e2c3c;
	background: #1cd7f8;
}

#contact .info {
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 4px;
	display: none;
}

#contact .info.error {
	background-color: #e74c3c;
}


#contact .info.success {
	background-color: #30D5C8;
}

/* Form
----------------------------------------------------------------------------- */

label, input {
	display: block;
	margin-bottom: 20px;
}

label {
	font-size: 18px;
}

input, textarea {
	color: #1e2c3c;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	padding: 10px;
	outline: none;
	border: none;
	border-radius: 4px;
}

textarea {
	height: 150px;
}




/* Helpers
----------------------------------------------------------------------------- */

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.spacer {
	height: 20px;
}