/*
 * Globals
 
 
 */
 @import url(http://fonts.googleapis.com/css?family=Merriweather:400,400italic);

/* Links */
a,
a:focus,
a:hover {
  color: #fff; outline:none
}


ul { list-style:none}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #000;
font-family: 'Merriweather', serif;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
     background: url(../img/background-nicolas-desktop.png) repeat center center;
    background-size: cover;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 16px 20px 5px;
}

/*Social network*/
ul#social {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 336px;
}
ul#social li {
    float: left;
    list-style: outside none none;
}
ul#social li a {
    background: url("../img/nico_iconos.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 62px;
    margin: 0;
    text-indent: -6218em;
    width: 48px;
}

li.social_email a {
    background-position: -273px 0 !important;
}
li.social_email a:hover {
    background-position: -273px -59px !important ;
}
li.social_facebook a {
    background-position: -1px 0 !important;
}
li.social_facebook a:hover {
    background-position: -1px -59px !important;
}
li.social_twitter a {
    background-position: -175px 0 !important;
}
li.social_twitter a:hover {
    background-position: -175px -59px !important;
}
li.social_soundcloud a {
    background-position:-45px 0  !important;
}
li.social_soundcloud a:hover {
    background-position: -45px -59px !important;	
}
li.social_youtube a {
    background-position: -88px 0 !important;
nt}
li.social_youtube a:hover {
    background-position: -88px -59px !important;
}
li.social_mixcloud a {
    background-position: -127px 0 !important;
}
li.social_mixcloud a:hover {
    background-position: -127px -59px !important;}
li.social_instagram a {
    background-position: -224px 0 !important;
}
li.social_instagram a:hover {
    background-position: -224px -59px !important;
}


/*Presskit*/
ul#presskit {background: #000;
color: #eb0089;
margin: 0 auto;
padding: 22px 0px 42px;
width: 320px;
text-align: center;}
ul#presskit li { float:left; padding:0 0 0 36px}
ul#presskit li:last-child { padding:0 0 0 0px}
ul#presskit li a { color:#eb0089; font-style:italic}
ul#presskit li a:hover { color:#fff; text-decoration:none}
ul#presskit li a span { padding:0 10px}

/*Booking*/
.booking {
margin:13px auto 0;
padding: 15px 0px 9px;
width: 320px;
background:#000
}
.booking h3 { font-size:18px; color:#fff; margin:0; padding:0 0 6px 0px}
.booking a { color:#eb0089; font-style:italic}
.booking  a:hover { color:#fff; text-decoration:none}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left:auto;
  margin-right:auto;
  background:url(../img/nico_logo.png) no-repeat center center;
  text-indent:-9999px;
  width:320px; height:62px
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
   /* float: left;*/
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  ul#social {margin-top: 0 !important;}
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}
@media (min-width: 399px) { 
.mastfoot {
    position: fixed;
    bottom: 0;
	
  }

ul#social {margin-top: 104px;}
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  }

@media  (max-width: 399px) {
	.mastfoot {position: relative;
width: 100%;
left: auto;
bottom: auto;
margin-top: 48px;
}
.inner { padding:0} 
ul#social {margin-top: 125px;}
 
	
	}
