/*
###################################################################################################################################
###################################################################################################################################
########################################'+#########################################################################################
##################,:###################,::########################:;###############################################################
##################:::############:,:###:::###:,+##################,,;,:;:##########################################################
#################':,:############,:####::+###:,:###############+:,:,::,:,,#########################################################
#################::::###########+::###;:,;:::::'###############,,:::####:,#######################################'#################
#################,,::###########,::;,:::,:+#::,##################::####,:##############################+:######+::#################
################'::######,:::,:::,:,;+,,####::##################:,;###:,+##############################,:######::;#################
################::;######,::::,;:;###::;###':+##################::###::################################::#::;;;::::::::::##########
###############'::#############::####::####,:#####,:,##########'::#,:;#########::;,####,:+#;:;#####:::,,##;::,::::;################
###############::#######,:'####:'###::;####:'###::,::##########::#:,#########+,:::,,##:,:;:,::###;,:;,:+#+'###;:###################
###############:,######::::####:####::####:,###::+':+##:######;:::::::::,###+:,##::###::+::#:;##::;#'::##::'##,:###################
##############::'#####;;::####,'####:;###;:+##,:##,+##:#######,:::'####':,#;:;##,:####,':;#::##;:;##,,##;::###:####################
##############::#####:;#:####;:####;,####,,##::#;,###:+######:::#######;:#':;##,:'###:::+#+:+#::;##,::##:,+##:,####################
#############::####':'#:;####:,####,;####:+#:::,;##':########:,#######,:'#::##:,,###:::###,:#:::##:::###::###:+####################
#############,,###:,+##:#####:####;,####::##:,'###::########,:######:::##::##,:,+#;:::'###:#:':;#:,::###,###::#####################
############;:##'::###:,####::####:,####,;#':+##+::#########:;###',::####,;#:;':+:;#:,###:::#;:';,+:###::###:;#####################
############::#:::####:'####:#####:####+:##;:##::##########::##;:,:######::::#:,,##;:####,:'#':::#::###:###+,######################
############::::;#####,####+,####,:####,,##+:,:+###########:::::;########:::##,,###:;####,'###,:##::###'###,:######################
###########':::+#################+########################':::'####################################################################
############::############################################,:+######################################################################
###################################################################################################################################
###################################################################################################################################
###################################################################################################################################
###################################################################################################################################
###################################################################################################################################
*/
/* Selection colours (easy to forget) */
::selection     {background: rgb(225,94,114); color: #FFF; }
::-moz-selection  {background: rgb(225,94,114); color #FFF; }
img::selection    {background: transparent;}
img::-moz-selection {background: transparent;}
html { height: 100%; }
body {-webkit-tap-highlight-color: rgb(225,94,114);}

body {
  font-family: 'optima',serif;
  font-weight: 500;
  line-height: 1em;
  background: #272526;
  height: auto !important;
  min-width: 320px;
  min-height: 100%;
  overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'legault', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.legault { font-family: 'legault', monospace; }
.optima { font-family: 'optima', serif; }
.helvetica { font-family: sans-serif; }

.fullwidth { max-width: 100%; }
.fullwidth [class*="block-grid-"] { margin-right: 0; margin-left: 0; }
.flush-padding .columns { padding-left: 0; padding-right: 0; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.uppercase { text-transform: uppercase; }
.bold { font-weight: 900; }

.white { color: #FFF; }
.white-bg { background-color: #FFF; }
.black { color: #272526; }
.black-bg { background-color: #272526; }
.pink { color: #f16379; }
.pink-bg { background-color: #f16379; }
.grey { color: #c8c8c8; }
.grey-bg { background-color: #c8c8c8; }
.green-bg { background-color: #5c7e52; }
.xmas-bg { background-color: #ab351b; }

.hidden, .is-hidden { display: none !important; }
.letterspace { letter-spacing: 2px; }
.letterspace-wide { letter-spacing: 1em; }

.small-only-padding-top, .small-only-padding-top-small { padding-top: 0; }
.padding-top-xsmall { padding-top: .5em; }
.padding-bottom-xsmall { padding-bottom: .5em; }
.padding-top-small { padding-top: 1.5em; }
.padding-bottom-small { padding-bottom: 1.5em; }
.padding-top { padding-top: 3em; }
.padding-bottom { padding-bottom: 3em; }
.padding-top-large { padding-top: 5em; }
.padding-bottom-large { padding-bottom: 5em; }

.margin-top-small { margin-top: 1.5em; }
.margin-bottom-small { margin-bottom: 1.5em; }
.margin-top { margin-top: 3em; }
.margin-bottom { margin-bottom: 3em; }
.margin-top-large { margin-top: 5em; }
.margin-bottom-large { margin-bottom: 5em; }

a, a:active {
  color: #f16379;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
}

@media only screen and (max-width: 40em) {
  .small-only-padding-top { padding-top: 3em; }
  .small-only-padding-top-small { padding-top: 1.5em; }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border { border: 10px solid #023240; }
.border-thick { border: 12px solid #023240; }
.border-thin { border: 5px solid #023240; }
.border-bottom { border-bottom: 1px solid #023240; }
.border-black { border-color: #023240; }
.border-left { border-left: 1px solid #023240; }
.border-right { border-right: 1px solid #023240; }
.border-top { border-top: 1px solid rgba(255,255,255,0.4); }

.clearfix { font-size: 1px; line-height: 1px; clear: both; }
.inline-block { display: inline-block; }

.relative { position: relative; }
.parent-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button {
  display: inline-block;
  background-color: #f16278;
  color: #ffffff ;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 16px;
  font-family: "optima",sans-serif;
  padding: 8px 30px;
  border: 2px solid #000;
}

.button:hover,
.button.hover {
  color: #FFF;
  border: 2px solid #FFF;
}


/*    Tablet Layout:   */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {


}
/*    Mobile Layout:   */
@media only screen and (max-width: 40em) {

}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* HEADER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.navbar {
}
.navbar .logo {
  height: 45px;
  width: auto;
}
header nav {
  display: inline;
  margin-left: 15px;
}
header nav a {
  font-family: "optima",sans-serif;
  font-size: 14px;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
header nav a:hover {
  color: #FFF;
  opacity: .5;
}

/*    Tablet Layout: 768px.  */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {


}
/*    Mobile Layout: 320px.  */
@media only screen and (max-width: 40em) {

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* ADVENTURE */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.theband {
  min-height: 650px;
  position: relative;
}
.theband .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

}
@media only screen and (max-width: 40em) {
  .theband {
    min-height: 0;
    height: 0;
    padding-bottom: 80%;
    margin-top: 50px;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* THE ALBUM */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.thealbum {
  margin-top: -120px;
  z-index: 100;
  position: relative;
}
.thealbum .cover {
  display: block;
  margin-top: -40px;
  margin-bottom: -50px;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.2);
  box-shadow: 0 0 20px 5px rgba(0,0,0,.2);
}
.thealbum h1 {
  font-size: 60px;
  margin: 0;
  padding: 0;
  line-height: 40px;
}
.thealbum ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 40em) {
  .thealbum .cover {
    max-width: 300px;
    margin: 0 auto;
    margin-top: -50px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* HEADER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.social {

}
.social a.dot {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  padding: 25px;
  -webkit-radius: 40px;
  border-radius: 40px;
  text-align: center;
  margin-right: 30px;
  border: 2px solid #FFF;
  font-size: 25px;
  line-height: 1em;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.social a.soundcloud i {
  left: -5px;
  position: relative;
}
.social a:hover {
  color: #fff;
  background: #000;
}

header .social {
  margin-top: 15px;
}
header .social a.dot {
  width: 30px;
  height: 30px;
  padding: 6px;
  font-size: 14px;
  margin: 0 2px 0 0;
}
header .social a.soundcloud i {
  left: 0;
}
footer .social a {
  width: 40px !important;;
  height: 40px !important;;
  -webkit-radius: 20px !important;;
  border-radius: 20px !important;;
  padding: 12px !important;
  font-size: 13px !important;;
}
@media only screen and (max-width: 40em) {
  /*header .branding {
    text-align: center;
  }
  header .social {
    text-align: center;
    margin-top: 0;
    padding-bottom: 10px;
  }*/
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* VIDEOS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.embed.relative,
.video-embed.widescreen  {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  z-index: 100;
}
.embed.relative iframe,
.video-embed.widescreen iframe {
  position: absolute;
  top:0; left:0;
  width: 100%; height:100%;
}
.videoplayer .background {
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  background-position: center center;
}
.videoplayer .row {
  position: relative;
  z-index: 100;
}

.videolist a {
  display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* FOOTER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
footer {

}
