@charset "UTF-8";
/* CSS Document */

.clear {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
/*-------------------------------------------------
	FONTS
-------------------------------------------------*/
@font-face {
  font-family: 'BodoniXT';
  src: url('../fonts/BodoniXT-webfont.eot');
  src: url('../fonts/BodoniXT-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BodoniXT-webfont.woff') format('woff'), url('../fonts/BodoniXT-webfont.ttf') format('truetype'), url('../fonts/BodoniXT-webfont.svg#BodoniXT-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir';
  src: url('../fonts/avenir-webfont.eot');
  src: url('../fonts/avenir-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avenir-webfont.woff') format('woff'), url('../fonts/avenir-webfont.ttf') format('truetype'), url('../fonts/avenir-webfont.svg#avenir-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*-------------------------------------------------
	GLOBAL ELEMENTS
-------------------------------------------------*/
body {
  font-family: 'avenir';
  font-weight: 400;
  font-stretch: normal;
  font-size: 20px;
  line-height: 35px;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}
@media only screen and (max-width: 630px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }
}
body.home {
  background: #000;
}
h1,
h2,
h3,
h4 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-family: 'BodoniXT';
  text-transform: uppercase;
  font-weight: normal;
}

h5 {
  position: relative;
  display: inline;
  width: 50%;
  clear: both;
  padding: 10px;
  margin: 10px 0;
  font-size: 18px;
  font-weight:400;
  font-family: 'BodoniXT';
  text-transform: uppercase;
  font-weight: normal;
  color:#000;
}

.story a{
	color:#D526A0;
	font-weight:bold;
}

a {
  color: #666;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none; 
}
a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
p {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 5px 0 15px 0;
  line-height:180%;
}
ul {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
ul li {
  margin-left: 30px;
}
::selection {
  color: #000;
  background-color: #FFE42A;
}
::-moz-selection {
  color: #000;
  background: #FFE42A;
}
/*-------------------------------------------------
	GRID LAYOUT
-------------------------------------------------*/
/*-------------------------------------------------
		
	MAIN GRID
		Containers
		Columns
	RESPONSIVE ELEMENTS
	BREAKPOINTS

-------------------------------------------------*/
/*-------------------------------------------------
	MAIN GRID
-------------------------------------------------*/
.center {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1200px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.col_left,
.col_right {
  display: block;
  float: left;
  width: 47.5%;
}
.col_main {
  display: block;
  float: left;
  width: 61.66666666666667%;
}
.col_side {
  display: block;
  float: left;
  width: 33.333333333333336%;
}
.col_1,
.col_2,
.col_3 {
  display: block;
  float: left;
  width: 30%;
}
.col_1 a,
.col_2 a,
.col_3 a {
  color:#E34A8C;
  font-size:16px;
  font-weight:bold;
  line-height:22px;
  margin-top:10px;
  padding-left:10px;
}
.col_1,
.col_2,
.col_left,
.col_main {
  margin-right: 5%;
}
/*-------------------------------------------------
	RESPONSIVE ELEMENTS
-------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .center {
    width: 100%;
  }
}
/*-------------------------------------------------
	BREAKPOINTS
-------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .center {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
  .col_left,
  .col_right,
  .col_main,
  .col_side,
  .col_1,
  .col_2,
  .col_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
  }
}
/*-------------------------------------------------
	STRUCTURE (layout/nav)
-------------------------------------------------*/
/*-------------------------------------------------
		
	LAYOUT
	MAIN BLOCK WRAPPERS
		Header
		Nav
		Main Content
		Footer

-------------------------------------------------*/
/*-------------------------------------------------
	LAYOUT
-------------------------------------------------*/
#container {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1200px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
header,
#main,
nav,
footer {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  z-index: 1;
}
/*-------------------------------------------------
	MAIN BLOCK WRAPPERS
-------------------------------------------------*/
header {
  background: #fff;
  padding-bottom: 5px;
  height: auto;
  z-index: 9999;
  z-index: 9;
}
@media only screen and (max-width: 1200px) {
  header {
    height: auto;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 630px) {
  header {
    position: fixed;
    height: 70px;
    padding-bottom: 0;
  }
}
header #logo {
  display: none;
  position: absolute;
  top: 24px;
  left: 30px;
  width: 120px;
  height: 23px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
  background: url('../img/oxies_sml.png') top left no-repeat;
}
@media only screen and (max-width: 630px) {
  header #logo {
    display: block;
  }
}
ul.headerSocialLinks {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 267px;
  z-index: 99;
}
@media only screen and (max-width: 630px) {
  ul.headerSocialLinks {
    display: none;
  }
}
ul.headerSocialLinks li {
  display: block;
  float: left;
  margin: 0 2px 0 0;
}
ul.headerSocialLinks li a {
  display: block;
  float: left;
  width: 31px;
  height: 31px;
  background: url('../img/icons/header_social.png') top left no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
}
ul.headerSocialLinks li a:hover {
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
ul.headerSocialLinks li a.headerSocial_yt {
  background-position: -32px 0;
}
ul.headerSocialLinks li a.headerSocial_fb {
  background-position: -63px 0;
}
ul.headerSocialLinks li a.headerSocial_gp {
  background-position: -95px 0;
}
ul.headerSocialLinks li a.headerSocial_v {
  background-position: -128px 0;
}
ul.headerSocialLinks li a.headerSocial_ig {
  background-position: -159px 0;
}
ul.headerSocialLinks li a.headerSocial_p {
  background-position: -191px 0;
}
ul.headerSocialLinks li a.headerSocial_tum {
  background-position: -223px 0;
}
ul.headerSocialLinks li a:hover {
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/*html*/
.backgroundsize ul.headerSocialLinks li a {
  width: 28px;
  height: 28px;
  background-size: 251px auto;
}
nav ul.headerSocialLinks {
  top: 314px;
  padding: 0;
  width: 100%;
}
nav ul.headerSocialLinks li {
  width: auto;
}
.home .nl_signup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 362px;
  z-index: 99;
}
@media only screen and (max-width: 800px) {
  .home .nl_signup {
    display: none;
  }
}
.home .nl_signup label {
  text-shadow: 1px 1px 2px #000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
.home .nl_signup .input {
  border: 1px solid #cccccc;
  margin: 0 0 0 10px;
  width: 268px;
}
.backgroundsize header #logo {
  background: url('../img/oxies_sml.png') top left no-repeat;
  background-size: 100% auto;
}
nav {
  display: block;
  width: 1100px;
  margin: 0 auto;
  padding-top: 17px;
  float: none;
  z-index: 99;
}
@media only screen and (max-width: 1200px) {
  nav {
    width: 100%;
  }
}
nav ul.headerSocialLinks {
  display: none;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
}
nav ul.headerSocialLinks li {
  display: block;
  float: left;
  clear: none;
}
nav ul.headerSocialLinks li a {
  background-image: url('../img/icons/header_social_black.png');
}
@media only screen and (max-width: 630px) {
  nav ul.headerSocialLinks {
    display: block;
  }
}
nav > ul {
  list-style-type: none;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  nav > ul {
    width: 100%;
  }
}
nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 10px;
}
nav a {
  display: block;
  float: left;
  color: #8d8d8d;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 3px;
}
nav a:hover,
nav a.current {
  color: #000;
}
.mobileNavTrigger {
  display: block;
  float: right;
  width: 31px;
  height: 19px;
  background: url('../img/mobileNavTrigger.gif') top left no-repeat;
  margin: 8px 30px 0 0;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
  display: none;
}
@media only screen and (max-width: 630px) {
  .mobileNavTrigger {
    display: block;
  }
}
/*body*/
.stuckNav header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .stuckNav header {
    height: 113px;
  }
}
@media only screen and (max-width: 650px) {
  .stuckNav header {
    height: 153px;
  }
}
@media only screen and (max-width: 630px) {
  .stuckNav header {
    height: 70px;
  }
}
.stuckNav header #logo {
  display: block;
}
.stuckNav #main {
  padding-top: 70px;
}
@media only screen and (max-width: 1200px) {
  .stuckNav #main {
    padding-top: 113px;
  }
}
@media only screen and (max-width: 630px) {
  .stuckNav #main {
    padding-top: 70px;
  }
}
.stuckNav nav {
  float: right;
  padding-right: 20px;
}
.stuckNav nav > ul {
  float: right;
}
@media only screen and (max-width: 1200px) {
  .stuckNav nav {
    width: 74%;
  }
  .stuckNav nav ul {
    text-align: right;
  }
}
@media only screen and (max-width: 630px) {
  .stuckNav nav {
    width: 100%;
    padding-right: 0;
  }
  .stuckNav nav ul {
    text-align: left;
  }
}
/*body*/
.stuckNavBottom header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 630px) {
  .stuckNavBottom header {
    bottom: none;
    top: 0;
  }
}
.stuckNavBottom #main {
  padding-top: 70px;
}
@media only screen and (max-width: 1200px) {
  .stuckNavBottom #main {
    padding-top: 113px;
  }
}
@media only screen and (max-width: 630px) {
  .stuckNavBottom #main {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 630px) {
  nav {
    width: 100%;
    z-index: 999;
  }
  nav > ul {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    -webkit-box-shadow: inset 0 2px 3px #f4f4f4;
    -moz-box-shadow: inset 0 2px 3px #f4f4f4;
    box-shadow: inset 0 2px 3px #f4f4f4;
    display: none;
  }
  nav > ul li,
  nav > ul a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
    position: static;
    text-align: left;
  }
  nav > ul > li {
    padding: 4px 0;
  }
  nav > ul > li:first-child {
    padding-top: 10px;
  }
  nav > ul > li:last-child {
    padding-bottom: 20px;
  }
  nav > ul > li.fullWidthLi {
    width: 100%;
  }
  nav > ul a {
    text-indent: 30px;
    font-size: 20px;
  }
  nav > ul .selector {
    width: auto !important;
    margin: 15px 30px 0;
  }
  nav > ul .selector span {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    text-indent: 10px;
  }
}
@media only screen and (max-width: 630px) {
  nav > ul {
    padding: 20px 0;
  }
  nav > ul > li {
    width: 50%;
    float: left;
    clear: none;
    margin: 0;
  }
  nav > ul > li:first-child {
    padding-top: 4px;
  }
  nav > ul > li:last-child {
    padding-bottom: 0;
    padding-top: 16px;
    width: 100%;
  }
}

/*-------------------------------------------------
	MAIN BLOCK WRAPPERS
-------------------------------------------------*/

#main {
  background: #eee;
}
@media only screen and (max-width: 630px) {
  #main {
    padding-top: 70px;
  }
}
footer {
  padding: 20px 0;
  background: #fff;
  color: #8f8f8f;
  font-size: 14px;
}
footer form {
  position: absolute;
  top: 25px;
  right: 0;
  width: 351px;
  clear: none;
}
footer form label {
  font-size: 14px;
  line-height: 16px;
  padding-right: 5px;
}
footer form .input {
  width: 260px;
}
footer div {
  height: 40px;
  width: 112px;
  display: block;
  margin: 12px auto -12px;
  text-align: center;
}
footer div a {
  display: block;
  float: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
}
footer div a.rocnation {
  width: 112px;
  height: 19px;
  background: url('../img/footer/rocnation.gif') top left no-repeat;
}
footer div a.theunit {
  width: 56px;
  height: 25px;
  background: url('../img/footer/the_unit.gif') top left no-repeat;
  margin-top: -6px;
}
footer > ul {
  position: absolute;
  top: 25px;
  left: 0;
  width: 490px;
  clear: none;
}
@media only screen and (max-width: 1200px) {
  footer > ul {
    width: 300px;
    top: 15px;
  }
  footer > ul li {
    margin-bottom: -5px;
  }
}
footer > ul li {
  display: block;
  float: left;
}
footer a {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 880px) {
  footer form,
  footer > ul {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
    list-style-type: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  footer form a,
  footer > ul a,
  footer form li,
  footer > ul li {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer form {
    padding: 15px 0  0 0;
    text-align: center;
  }
  footer div {
    width: 112px;
    float: none;
  }
  footer div a.rocnation {
    margin-bottom: 30px;
  }
  footer div ul {
    text-align: center;
  }
  footer div ul li {
    display: inline-block;
    float: none;
  }
  footer > ul {
    padding: 0 0 25px 0;
    text-align: center;
  }
  footer > ul li {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 0 15px;
  }
}
/*-------------------------------------------------
	CONTENT (unique site requierments)
-------------------------------------------------*/
/*-------------------------------------------------
	GLOBAL
-------------------------------------------------*/
.pageContent {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 1240px) {
  .pageContent {
    width: 90%;
  }
}
.pageContent h1 {
  padding: 0 0 20px 0;
}
.pageContent p {
  padding: 0 0 30px 0;
}
.langSelect {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.site_message {
  position: fixed;
  top: 0;
  left: 0;
  width: 60%;
  padding: 10px 20%;
  text-align: center;
  background: #000;
  z-index: 999;
}
.site_message a {
  position: absolute;
  top: 10px;
  right: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4d4d4d;
  width: 25px;
  height: 25px;
  text-decoration: none;
  line-height: 25px;
}
#main .titleBar {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #333;
  z-index: 999;
}
#main .titleBar h1,
#main .titleBar h2,
#main .titleBar h3 {
  display: block;
  float: left;
  font-size: 27px;
  line-height: 40px;
  margin-left: 30px;
  clear: none;
  width: auto;
}
#main .titleBar .newsIcon,
#main .titleBar .backIcon {
  display: block;
  float: right;
  margin: 8px 45px 0 0;
  width: 37px;
  height: 19px;
  background: url('../img/icons/backToGrid.gif') top left no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
  z-index: 99;
}
@media only screen and (max-width: 630px) {
  #main .titleBar .newsIcon,
  #main .titleBar .backIcon {
    display: none;
  }
}
#main .titleBar label {
  display: block;
  float: right;
  font-size: 13px;
  line-height: 33px;
  margin-top: 2px;
  margin-right: 40px;
  z-index: 1;
}
@media only screen and (max-width: 630px) {
  #main .titleBar label {
    width: 94%;
    margin: 10px 3%;
  }
}
#main .titleBar label > span {
  display: block;
  float: left;
}
@media only screen and (max-width: 630px) {
  #main .titleBar label > span {
    display: none;
  }
}
#main .titleBar label .selector {
  display: block;
  float: left;
  margin-right: 0;
}
@media only screen and (max-width: 630px) {
  #main .titleBar label .selector {
    width: 100% !important;
  }
  #main .titleBar label .selector span {
    width: 78% !important;
  }
}
.home .fancybox-wrap {
  max-width: 300px;
  max-height: 300px;
}
.home .fancybox-inner {
  max-height: 300px;
}
.home .fancybox-outer {
  background: none;
}
.newsletter-fb {
  max-width: 100% !important;
  max-height: 100% !important;
}
.newsletter-fb .fancybox-inner {
  max-height: 500px !important;
}
.newsletter-fb .fancybox-outer {
  background: none;
}
#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99999;
}
.fancybox-wrap {
  background: #fff;
  color: #fff;
  max-width: 90%;
  max-height: 90%;
  z-index: 999991;
}
.fancybox-wrap iframe {
  width: 100%;
  height: 100%;
}
.fancybox-inner {
  max-width: 100%;
}
.fancybox-outer {
  background: #fff;
}
.fancybox-wrap img {
  max-width: 100%;
  max-height: 100%;
}


/*-------------------------------------------------
	lightbox
-------------------------------------------------*/
#main #lightbox {
  display: none;
}
#lightbox .lb_logo {
  display: block;
  margin: 40px auto 20px;
  width: 218px;
  height: 40px;
  background: url('../img/logo.png') top left no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
}
#lightbox .lb_flags {
  display: block;
  float: none;
  width: 227px;
  height: 51px;
  margin: 30px auto 20px;
  padding: 0;
}
#lightbox .lb_flags li {
  display: block;
  float: left;
  margin: 10px 0 0 0;
  width: 50%;
  text-align: center;
}
#lightbox .lb_flags li a {
  border: 3px solid #000;
  color: #000;
  text-decoration: none;
  padding: 7px 16px;
}
#lightbox .lb_text {
  display: block;
  float: none;
  text-align: center;
  font-size: 13px;
  margin: 0 0 30px 0;
  padding: 0;
  color: #000;
}
/*-------------------------------------------------
	share
-------------------------------------------------*/
.shareButtons {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 172px;
  overflow: hidden;
}
.shareButtons li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 5px 0 0;
  line-height: 10px;
  overflow: hidden;
}
.shareButtons li a,
.shareButtons li a:hover {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.storyBox {
  position: relative;
  display: block;
  float: center;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
.storyBox p {
  padding: 20px 20px;
  text-align: left;
  background: #fff;
  color: #6666;
  font-size: 18px;
  line-height: 32px;
  font-family: 'BodoniXT';
  text-transform: uppercase;
  text-decoration: none;
}
.shareBar {
  position: relative;
  display: block;
  float: center;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
.shareBar > a,
.shareBar > div {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  margin-bottom: 1px;
}
.shareBar > a {
  padding: 20px 20px;
  text-align: left;
  background: #fff;
  color: #333;
  font-size: 18px;
  line-height: 32px;
  font-family: 'BodoniXT';
  text-transform: uppercase;
  text-decoration: none;
}


.shareBar > a span {
  display: inline-block;
  width: 10px;
  height: 5px;
  background: url('../img/icons/shareBar_downArrow.gif') top left no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
  margin: 0 0 6px 3px;
}
.shareBar > div {
  position: relative;
  padding: 20px 0;
  background: #242424;
}
.shareBar > div .shareBar_buttons {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
}
.shareBar > div .shareBar_buttons > li {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 78px;
  margin: 0 18px;
}
.shareBar > div .shareBar_buttons > li > span {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.shareBar > div .shareBar_buttons > li > div {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  line-height: 0px;
}

.shareBar > div .shareBar_buttons a,
.shareBar > div .shareBar_buttons a:hover {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/*-------------------------------------------------
	HOME
-------------------------------------------------*/
#homeLogo {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 472px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}
#homeLogo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  #homeLogo {
    top: 80px;
  }
}
@media only screen and (max-width: 800px) {
  #homeLogo {
    width: 236px;
    height: 44px;
  }
}
@media only screen and (max-width: 630px) {
  #homeLogo {
    display: none;
  }
}
.homeBanner {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  min-height: 680px;
  background: #e8e8e8;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .homeBanner {
    min-height: 100px;
  }
}
@media only screen and (max-width: 630px) {
  .homeBanner {
    margin: 71px 0 -70px 0;
    z-index: 9;
  }
}
.homeBanner li {
  position: relative;
  margin: 0;
}
.homeBanner li span {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'BodoniXT';
  font-size: 30px;
  line-height: 66px;
}
.homeBanner li span a {
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 800px) {
  .homeBanner li span {
    bottom: 70px;
    font-size: 26px;
    line-height: 50px;
  }
  .homeBanner li span a {
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 630px) {
  .homeBanner li span {
    font-size: 16px;
    line-height: 26px;
    bottom: 15px;
  }
  .homeBanner li span a {
    padding-bottom: 2px;
  }
}
.homeBanner li span,
.homeBanner li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 630px) {
  .homeBanner > .center {
    position: static;
  }
  .homeBanner li span {
    padding-bottom: 25px;
  }
  .homeBanner .flex-container {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
  }
  .homeBanner .flex-control-nav li a {
    padding: 0 2.15px;
    font-size: 5px;
  }
}
.flexslider li {
  list-style-type: none;
}
.flex-control-nav {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: -57px;
}
@media only screen and (max-width: 630px) {
  .flex-control-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 99;
    margin-top: 0;
  }
}
.flex-control-nav ol {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
.flex-control-nav li {
  display: inline;
  margin: 0;
}
.flex-control-nav li a {
  display: inline;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 3px;
  font-size: 8px;
  padding: 0 3px;
  color: transparent;
}
.flex-control-nav li a.active {
  background: #fff;
}
@media only screen and (max-width: 630px) {
  .flex-control-nav {
    bottom: -40px;
  }
}
.homeBlocks,
.homeNav,
.contentGrid {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.homeBlocks li,
.homeNav li,
.contentGrid li {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  width: 33.333333333333336%;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .homeBlocks li,
  .homeNav li,
  .contentGrid li {
    width: 50%;
  }
}
@media only screen and (max-width: 630px) {
  .homeBlocks li,
  .homeNav li,
  .contentGrid li {
    width: 100%;
  }
}
.homeBlocks li > div,
.homeNav li > div,
.contentGrid li > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/blocks/background.png') repeat;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}
@media only screen and (max-width: 630px) {
  .homeBlocks li > div,
  .homeNav li > div,
  .contentGrid li > div {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.homeBlocks li > div.showFull,
.homeNav li > div.showFull,
.contentGrid li > div.showFull {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.homeBlocks li:hover div,
.homeNav li:hover div,
.contentGrid li:hover div {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  transition: 0.9s;
}
.homeBlocks li img,
.homeNav li img,
.contentGrid li img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  filter: gray;
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  z-index: 1;
}
@media only screen and (max-width: 630px) {
  .homeBlocks li img,
  .homeNav li img,
  .contentGrid li img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    filter: none;
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
  }
}
.homeBlocks li:hover img,
.homeNav li:hover img,
.contentGrid li:hover img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  filter: none;
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.homeBlocks li > ul,
.homeNav li > ul,
.contentGrid li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
.fullBlockLink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
#main .homeNav > li {
  width: 33.333333333333336%;
  min-height: 400px;
}
@media only screen and (max-width: 800px) {
  #main .homeNav > li {
    width: 50%;
    min-height: 200px;
  }
}
@media only screen and (max-width: 630px) {
  #main .homeNav > li {
    width: 100%;
    min-height: 200px;
  }
}
#main .homeNav > li span {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding-top: 30%;
  padding-bottom: 30%;
}
#main .homeNav > li:nth-child(2) {
  background: #232323;
}
#main .homeNav > li a {
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'BodoniXT';
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#main .homeNav > li a:hover {
  border-bottom: 1px solid transparent;
}
.contentBlock_News div > a,
.contentBlock_Tweet div > a,
.contentBlock_Date div > a,
.contentBlock_Home div > a,
.contentBlock_Photos div > a,
.contentBlock_Videos div > a,
.contentBlock_Music div > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.contentBlock_News .date,
.contentBlock_News h2,
.contentBlock_News .readMore {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  text-shadow: 0 1px 4px #000;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.contentBlock_News .date {
  font-size: 12px;
  line-height: 14px;
  padding: 15% 0 10px 0;
}
.contentBlock_News h2 {
  width: 80%;
  margin-left: 10%;
  font-size: 30px;
  line-height: 34px;
  padding: 0 0 30px 0;
}
.contentBlock_News .readMore {
  font-size: 14px;
  line-height: 16px;
}
#main .contentBlock_Tweet > div {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#main .contentBlock_Tweet img {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#main .contentBlock_Tweet p {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  font-family: 'BodoniXT';
  text-transform: uppercase;
  width: 80%;
  font-size: 18px;
  line-height: 24px;
  padding: 20% 0 20px 10%;
  font-weight: normal;
}
@media only screen and (max-width: 1200px) {
  #main .contentBlock_Tweet p {
    padding-top: 15%;
  }
}
@media only screen and (max-width: 800px) {
  #main .contentBlock_Tweet p {
    padding-top: 10%;
    font-size: 14px;
    line-height: 20px;
  }
}
#main .contentBlock_Tweet ul {
  display: block;
  float: none;
  margin: 0 auto;
  width: 170px;
  height: 20px;
  padding-top: 10px;
  padding-left: 35px;
  background: url('../img/icons/tweet.png') 0 4px no-repeat;
  font-size: 12px;
  line-height: 14px;
}
#main .contentBlock_Tweet ul li {
  margin: 0;
  display: block;
  float: left;
  width: 50%:;
}
#main .contentBlock_Tweet ul li:first-child {
  border-right: 1px solid #fff;
  height: 10px;
}
#main .contentBlock_Tweet .tweetIcon {
  display: block;
  clear: both;
  width: 27px;
  height: 20px;
  margin: 0 auto;
  background: url('../img/icons/tweet.png') top left no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
}
#main .contentBlock_Date > div {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: none;
}
#main .contentBlock_Date .date,
#main .contentBlock_Date h2,
#main .contentBlock_Date .ticketsLink {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  text-shadow: 0 1px 4px #000;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
#main .contentBlock_Date .date {
  font-size: 22px;
  line-height: 24px;
  padding: 10% 0 40px 0;
  font-family: 'BodoniXT';
}
#main .contentBlock_Date h2 {
  width: 80%;
  margin-left: 10%;
  font-size: 30px;
  line-height: 34px;
  padding: 0 0 30px 0;
}
#main .contentBlock_Date h2 span {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
}
#main .contentBlock_Date .ticketsLink {
  font-size: 14px;
  line-height: 16px;
}
.contentBlock_Home {
  text-shadow: 0 1px 4px #000;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.contentBlock_Home h3 {
  padding: 20% 0 20px 0;
  font-size: 30px;
  line-height: 34px;
}
.contentBlock_Home p {
  font-size: 14px;
  line-height: 16px;
}
.contentBlock_Photos {
  font-size: 30px;
  line-height: 34px;
  font-family: 'BodoniXT';
  text-transform: capitalize;
  text-decoration: none;
}
.contentBlock_Photos a {
  text-decoration: none;
}
.contentBlock_Photos:hover {
  text-decoration: none;
}
.contentBlock_Photos:hover a {
  text-decoration: none;
}
.contentBlock_Photos:hover a:hover {
  text-decoration: none;
}
.contentBlock_Photos span {
  display: block;
  margin: 27% auto 10px;
  width: 59px;
  height: 41px;
  background: url('../img/icons/photos.png') top left no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
}
.contentBlock_Videos {
  font-size: 30px;
  line-height: 34px;
  font-family: 'BodoniXT';
  text-transform: capitalize;
  text-decoration: none;
}
.contentBlock_Videos a {
  text-decoration: none;
}
.contentBlock_Videos:hover {
  text-decoration: none;
}
.contentBlock_Videos:hover a {
  text-decoration: none;
}
.contentBlock_Videos:hover a:hover {
  text-decoration: none;
}
.contentBlock_Videos span {
  display: block;
  margin: 27% auto 10px;
  width: 49px;
  height: 49px;
  background: url('../img/icons/video_icon.png') top left no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
}
.contentBlock_Music {
  font-size: 30px;
  line-height: 34px;
  font-family: 'BodoniXT';
  text-transform: capitalize;
  text-decoration: none;
}
.contentBlock_Music a {
  text-decoration: none;
}
.contentBlock_Music:hover {
  text-decoration: none;
}
.contentBlock_Music:hover a {
  text-decoration: none;
}
.contentBlock_Music:hover a:hover {
  text-decoration: none;
}
.contentBlock_Music span {
  display: block;
  margin: 37% auto 10px;
  width: 47px;
  height: 47px;
  background: url('../img/icons/music.png') top left no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
}
.contentBlock_Music em.date {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
}
/*-------------------------------------------------
	NEWS SINGLE
-------------------------------------------------*/
.clearNews {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1200px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  width: 997px;
}
@media only screen and (max-width: 1200px) {
  .clearNews {
    width: 90%;
  }
}
.clearNews .news_left,
.clearNews .news_right {
  display: block;
  float: left;
  padding-top: 50px;
}
.clearNews .news_left {
  width: 62%;
  padding-bottom: 30px;
}
.clearNews .news_right {
  width: 31%;
  margin-left: 7%;
}
@media only screen and (max-width: 630px) {
  .clearNews .news_left {
    width: 100%;
    padding-bottom: 10px;
  }
  .clearNews .news_right {
    width: 100%;
    margin-left: 0;
    padding-bottom: 60px;
  }
}
.newsPost {
  display: block;
}
.newsPost .date {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.newsPost > h2 {
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
}
.newsPost div.clear {
  padding: 35px 0 40px 0;
}
.newsPost .shareButtons {
  margin: 0 auto;
  float: none;
}
.post_story {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 0 0 40px 0;
}
.post_story img {
  width: 100%;
  height: auto;
}
.post_story iframe {
  width: 100%;
  height: 335px;
}
@media only screen and (max-width: 800px) {
  .post_story iframe {
    height: 265px;
  }
}
@media only screen and (max-width: 800px) {
  .post_story iframe {
    height: 200px;
  }
}
.post_story .media_container {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.post_story .media_container img,
.post_story .media_container iframe,
.post_story .media_container embed {
  width: 100%;
}
.post_story .media_container img {
  height: auto;
}
.news_archive {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 0 0 30px 0;
}
.news_archive h2 {
  font-family: 'avenir';
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.news_archive .month-link {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #fff;
}
.news_archive .month-link a {
  font-family: 'BodoniXT';
  text-decoration: none;
}
.news_archive .year-list > ul {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 5px 0;
}
.news_archive .year-list > ul > li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
.news_archive .article-list {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
.news_archive .article-list li {
  display: block;
  width: auto;
  padding-left: 10px;
  font-size: 16px;
}
#MPU {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
.tags {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 20px 0 0 0;
  color: #999999;
  font-size: 14px;
  line-height: 14px;
}
.tags em {
  font-style: normal;
  color: #fff;
  font-size: 18px;
  line-height: 14px;
  font-family: 'BodoniXT';
}
.hiddenSizeImage {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 33.333333333333336%;
  height: auto;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (max-width: 800px) {
  .hiddenSizeImage {
    width: 50%;
  }
}
@media only screen and (max-width: 630px) {
  .hiddenSizeImage {
    width: 100%;
  }
}
#newsLoader {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
/*-------------------------------------------------
	MUSIC
-------------------------------------------------*/
.discographyList {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding-top: 50px;
}
.discographyList > li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 10px 0 35px 0;
  padding: 25px 0;
}
.discographyList > li > a.enlarge_image,
.discographyList > li > div {
  display: block;
  float: left;
}
.discographyList > li > a.enlarge_image > div,
.discographyList > li > div > div {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
.discographyList > li > a.enlarge_image {
  width: 20%;
  height: auto;
  border: 5px solid #fff;
  margin: -6px;
}
@media only screen and (max-width: 800px) {
  .discographyList > li > a.enlarge_image {
    width: 30%;
  }
}
@media only screen and (max-width: 630px) {
  .discographyList > li > a.enlarge_image {
    width: 100%;
    margin-top: 50px;
  }
}
.discographyList > li > a.enlarge_image img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}
.discographyList > li > div {
  width: 70%;
  margin-left: 4%;
  margin-top: -18px;
}
@media only screen and (max-width: 800px) {
  .discographyList > li > div {
    width: 60%;
  }
}
@media only screen and (max-width: 630px) {
  .discographyList > li > div {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.discographyList > li > div > ul.buyLinks {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
}
.discographyList > li > div > ul.buyLinks li {
  display: block;
  float: left;
  width: 100px;
  height: 30px;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
}
.discographyList > li > div > ul.buyLinks li a {
  display: block;
  float: left;
  width: 78px;
  height: 25px;
}
.discographyList > li > div > ul.buyLinks li a.musicButotn_itunes {
  background: url('../img/icons/musicBuy_itunes.png') top left no-repeat;
}
.discographyList > li > div > ul.buyLinks li a.musicButotn_amazon {
  background: url('../img/icons/musicBuy_amazon.png') top left no-repeat;
}
.discographyList > li > div > ul.buyLinks li a.musicButotn_spotify {
  background: url('../img/icons/musicBuy_spotify.png') top left no-repeat;
}
@media only screen and (max-width: 1200px) {
  .discographyList > li > div > ul.buyLinks {
    top: 15px;
  }
}
@media only screen and (max-width: 630px) {
  .discographyList > li > div > ul.buyLinks {
    top: 0;
    width: 100%;
  }
  .discographyList > li > div > ul.buyLinks li {
    margin: 0 -5px;
  }
}
.discographyList > li .date {
  font-size: 12px;
}
.discographyList > li h2 {
  font-size: 30px;
  line-height: 34px;
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 1200px) {
  .discographyList > li h2 {
    padding: 60px 0 10px 0;
  }
}
@media only screen and (max-width: 630px) {
  .discographyList > li h2 {
    padding: 10px 0 10px 0;
  }
}
.discographyList div.buyButtons {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.discographyList div.buyButtons > a {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 14px;
  border: 3px solid #fff;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  background: #fff;
  color: #000;
  margin: 0 0 0 5px;
}
.discographyList div.buyButtons > a:hover {
  border-color: #a6a6a6;
}
.discographyList div.buyButtons > a:hover {
  filter: alpha(opacity=90);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border-color: #fff;
}
.fancybox-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 34px;
  height: 34px;
  background: url('../img/fancybox/fancybox_sprite.png') top left no-repeat;
}
/*-------------------------------------------------
	TOUR
-------------------------------------------------*/
.gigs_nav {
  display: block;
  float: right;
  margin: 0 30px 0 0;
  width: 261px;
}
.gigs_nav a {
  display: block;
  float: left;
  margin: 0 0 0 10px;
}
.gigs_nav .current {
  border-color: transparent;
}
@media only screen and (max-width: 630px) {
  .gigs_nav {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
    width: 80%;
    padding-left: 10%;
    margin: 20px 0;
  }
  .gigs_nav a {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.gigsList {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 40px 0;
}
@media only screen and (max-width: 1240px) {
  .gigsList {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    width: 92%;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 2%;
  }
}
.gigsList h2 {
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 6px;
}
.gigsList .gig_list {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
.gigsList .gig_list > li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 630px) {
  .gigsList .gig_list > li {
    padding: 20px 0 20px 0;
  }
}
.gigsList .gig_list .shareButtons {
  clear: none;
  float: right;
  margin: 10px 20px 0 10px;
}
.gigsList .gig_list li .moreInfo {
  color: #808080;
  font-size: 13px;
  line-height: 15px;
  font-family: 'avenir';
  padding-top: 5px;
}
.gigsList .gig_date {
  float: left;
  width: 130px;
  margin-right: 20px;
  font-size: 28px;
  line-height: 38px;
  font-family: 'BodoniXT';
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 630px) {
  .gigsList .gig_date {
    width: 100%;
    border-right: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.gigsList .gig_date span {
  display: block;
  float: left;
}
.gigsList .gig_date em {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  font-style: normal;
  margin: 5px 0 0 6px;
}
.gigsList .gig-venu {
  width: 70%;
}
@media only screen and (max-width: 1200px) {
  .gigsList .gig-venu {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .gigsList .gig-venu {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
}
.gigsList .gig-venu .gig_title {
  font-family: 'BodoniXT';
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}
@media only screen and (max-width: 630px) {
  .gigsList .gig_all {
    width: 100%;
  }
}
.gigsList .gig_all .gig_title,
.gigsList .gig_all .social_buttons {
  display: block;
  float: right;
}
.gigsList .gig_all .button {
  float: right;
  margin: -30px 0 10px 0;
}
.gigsList .gig_all .shareButtons {
  margin-top: -18px;
}
@media only screen and (max-width: 800px) {
  .gigsList .gig_all .shareButtons {
    margin-top: 10px;
  }
  .gigsList .gig_all .button {
    margin-top: 0;
  }
}
@media only screen and (max-width: 630px) {
  .gigsList .gig_all .shareButtons {
    margin: 10px auto 30px;
    float: none;
  }
  .gigsList .gig_all .button {
    margin: 10px 0 30px 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.gigsList .social_buttons {
  width: 200px;
  margin: -53px 87px 0 0;
}
.gigsList .social_buttons li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  float: left;
  width: 50%;
}
#main .gig_title {
  float: none;
}
.pagination {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 20px 0;
}
.pagination .prev {
  display: block;
  float: left;
}
.pagination .next {
  display: block;
  float: right;
}
/*-------------------------------------------------
	PHOTOS
-------------------------------------------------*/
.videoSingle {
  width: 1012px;
}
@media only screen and (max-width: 1200px) {
  .videoSingle {
    width: 90%;
  }
}
.videoSingle h2 {
  text-align: center;
  padding: 40px 0 20px;
  font-size: 30px;
  line-height: 40px;
}
.videoSingle .shareButtons {
  margin: 0 auto;
  float: none;
}
.video_player {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 25px 0 65px 0;
}
.video_player iframe {
  width: 100%;
  height: 560px;
}
@media only screen and (max-width: 1200px) {
  .video_player iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 800px) {
  .video_player iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 630px) {
  .video_player iframe {
    height: 300px;
  }
}
/*-------------------------------------------------
	PHOTOS
-------------------------------------------------*/
.photo_gallery .drop_down,
.gallery_select {
  position: relative;
  display: block;
  float: right;
  width: 200px;
}
.photo_gallery .drop_down > ul,
.gallery_select > ul {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
}
.photo_gallery .center {
  width: 830px;
}
@media only screen and (max-width: 830px) {
  .photo_gallery .center {
    width: 90%;
  }
}
.single_photo {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  padding: 40px 0 50px 0;
}
.single_photo h3 {
  text-align: center;
  padding: 10px 0 20px;
  font-size: 30px;
  line-height: 40px;
}
.single_photo .prevgallimg,
.single_photo .nextgallimg {
  position: absolute;
  top: 200px;
  width: 1.2%;
  border: 1px solid #fff;
  background: #000;
  padding: 20px 1%;
}
@media only screen and (max-width: 1200px) {
  .single_photo .prevgallimg,
  .single_photo .nextgallimg {
    top: 150px;
  }
}
@media only screen and (max-width: 800px) {
  .single_photo .prevgallimg,
  .single_photo .nextgallimg {
    top: 100px;
  }
}
.single_photo .prevgallimg img,
.single_photo .nextgallimg img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}
.single_photo .prevgallimg {
  left: -29px;
  border-right: none;
}
@media only screen and (max-width: 1300px) {
  .single_photo .prevgallimg {
    left: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .single_photo .prevgallimg {
    left: 6.7%;
  }
}
@media only screen and (max-width: 800px) {
  .single_photo .prevgallimg {
    left: 5.5%;
  }
}
@media only screen and (max-width: 630px) {
  .single_photo .prevgallimg {
    left: 8%;
  }
}
.single_photo .nextgallimg {
  right: -29px;
  border-left: none;
}
@media only screen and (max-width: 1300px) {
  .single_photo .nextgallimg {
    right: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .single_photo .nextgallimg {
    right: 6.7%;
  }
}
@media only screen and (max-width: 800px) {
  .single_photo .nextgallimg {
    right: 5.5%;
  }
}
@media only screen and (max-width: 630px) {
  .single_photo .nextgallimg {
    right: 8%;
  }
}
@media only screen and (max-width: 1300px) {
  .single_photo .tags {
    margin-left: 5%;
    width: 90%;
  }
}
.single_photo .shareButtons {
  margin: 0 auto;
  float: none;
}
#main_gallery_image {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1300px) {
  #main_gallery_image {
    width: 90%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  #main_gallery_image {
    width: 80%;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 630px) {
  #main_gallery_image {
    width: 70%;
    padding-left: 15%;
  }
}
#main_gallery_image img {
  width: 100%;
  height: auto;
}
#main_gallery_image img.loader {
  width: 40px;
  display: block;
  margin: 20% auto;
  float: none;
}
/*-------------------------------------------------
	PHILANTHROPY
-------------------------------------------------*/
.philanthropy .center {
  width: 940px;
}
@media only screen and (max-width: 980px) {
  .philanthropy .center {
    width: 90%;
  }
}
.philanthropy h1 {
  text-align: center;
  font-size: 44px;
  line-height: 48px;
  padding: 30px 0 20px 0;
}
@media only screen and (max-width: 630px) {
  .philanthropy h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.philanthropy h2,
.philanthropy p {
  width: 90%;
  padding-left: 5%;
}
.philanthropy h2 {
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  border-top: 1px solid #666;
  margin-top: 40px;
}
.philanthropy h3 {
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
.philanthropy img {
  width: 110%;
  height: auto;
  margin: 30px -5%;
}
.philanthropy #main {
  padding-bottom: 70px;
}

/** footer **************************************/

#copy {
	width               : 100%;
	height				:100px;
	margin              : 0 auto;
}



p.img_thanks img {
	display: block;
	margin: 50px auto;
}

#return-top {
	position: fixed;
	right: 5%;
	bottom: -35px;
	z-index: 1000;
	display: none;
}


/*-------------------------------------------------
	404 PAGE
-------------------------------------------------*/
.error_page #main {
  padding: 130px 0 50px;
  text-align: center;
}
.error_page h1 {
  font-size: 155px;
  line-height: 155px;
}
.error_page span {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  font-size: 12px;
}
.newsletter_signup {
  position: absolute;
  color: grey;
  right: 3%;
  top: 2%;
  z-index: 999;
  cursor: pointer;
}
@media only screen and (max-width: 880px) {
  .newsletter_signup {
    display: none;
  }
}
@media only screen and (max-width: 630px) {
  .newsletter_signup {
    display: none;
  }
}
footer .newsletter_signup {
  top: 30%;
}
/*-------------------------------------------------
	THEME (buttons/forms/tables)
-------------------------------------------------*/
/*-------------------------------------------------
		
	BUTTONS
	FORMS

-------------------------------------------------*/
/*-------------------------------------------------
	BUTTONS
-------------------------------------------------*/
.button {
  font-size: 14px;
  line-height: 14px;
  border: 3px solid #fff;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
}
.button:hover {
  border-color: #a6a6a6;
}
.middleButton {
  display: block;
  margin: 0 auto;
}
.news_single .middleButton {
  width: 100px;
}
/*-------------------------------------------------
	FORMS
-------------------------------------------------*/
form {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
form ul,
form li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
.input,
textarea,
input[type="text"] {
  background: #dfdfdf;
  color: #4b4b4b;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 8px;
  border: none;
}
select {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
header .selector {
  position: relative;
  height: 36px;
}
header .selector > span {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  background: url('../img/icons/select_arrows.gif') top right no-repeat #efefef;
  color: #b1b1b1;
  padding: 3px 31px 2px 11px;
  margin-right: 30px;
}
header .selector select {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 34px;
  min-height: 34px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#main .selector {
  position: relative;
  display: block;
  float: left;
  height: 36px;
}
#main .selector > span {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  line-height: 23px;
  padding: 3px 31px 2px 11px;
  background: url('../img/icons/select_arrows_dark.gif') top right no-repeat #000000;
}
#main .selector select {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 33px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#main .titleBar .selector {
  float: right;
  margin: 0 45px 0 12px;
}
/*-------------------------------------------------
	HELPERS
-------------------------------------------------*/
.mobileOnly,
.hidden {
  display: none;
}
@media only screen and (max-width: 630px) {
  .mobileOnly {
    display: inline;
  }
}
/*-------------------------------------------------
	BROWSER WARS
-------------------------------------------------*/
#fb-root {
  width: 1px;
  height: 1px;
  display: none;
  visibility: hidden;
  overflow: hidden;
}
.home #main .homeNav li,
.home #main .homeBlocks li,
.home #main .keepHeight,
.news #main #newsList > li,
.news #main .contentGrid > li,
.news_single #main #newsList > li,
.news_single #main .contentGrid > li {
  min-height: 100px;
}
.ie10 .homeBlocks li img,
.ie10 .homeNav li img,
.ie10 .contentGrid li img {
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.ie10 .homeBlocks li:hover img,
.ie10 .homeNav li:hover img,
.ie10 .contentGrid li:hover img {
  filter: alpha(opacity=1000);
  -khtml-opacity: 10;
  -moz-opacity: 10;
  opacity: 10;
}
.ie8 #newsLoader {
  display: block !important;
}
.lt-ie8 #homeLogo {
  left: 50%;
  margin-left: -236px;
}
.lt-ie8 nav li {
  display: block;
  float: left;
}
.lt-ie8 .shareBar > div .shareBar_buttons > li.sb_facebook {
  top: -10px;
}
.lt-ie8 .shareBar > div .shareBar_buttons > li.sb_facebook > div {
  height: 26px;
  margin-top: -12px;
}
.lt-ie8 .shareButtons li.sb_facebook {
  margin-top: -10px;
}
.lt-ie8 .gigsList .gig_list {
  margin-bottom: 30px;
}
.lt-ie8 .gigsList h2 {
  margin-top: 30px;
}
#google_translate_element .goog-te-gadget-simple {
  border: none !important;
  background: url('../img/icons/select_arrows.gif') top right no-repeat #efefef !important;
  padding: 3px 31px 2px 11px !important;
}
#google_translate_element .goog-te-gadget-simple > img {
  display: none !important;
}
#google_translate_element .goog-te-gadget-simple > span a {
  font-family: 'avenir';
  color: #b1b1b1 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  margin: 0 !important;
}
@media only screen and (max-width: 630px) {
  #google_translate_element .goog-te-gadget-simple {
    width: auto !important;
    margin: 15px 30px 0 !important;
  }
  #google_translate_element .goog-te-gadget-simple > span a {
    text-indent: 0 !important;
  }
}

