/* General reset and some basic styles */
html {min-height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}
ol, ul {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,  q:before, q:after {content:''; content:none;}
del {text-decoration: line-through;}
svg:not(:root) {overflow: hidden;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
table {width: 100%; border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
button, input, select, textarea {margin: 0; font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;}
textarea {resize: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
img {display: block;}
td img {vertical-align: top;}
address {display: inline;}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 14px;}
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
a:hover, a:active {outline: none;}
body a, a:hover {text-decoration: none;}
body a:active {color: #999;}
body a:visited {text-decoration: none;}
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
::-webkit-input-placeholder {color: #444; font-family: "Open Sans", Helvetica, Arial, sans-serif;}
:-moz-placeholder {color: #444; font-family: "Open Sans", Helvetica, Arial, sans-serif;}
::-moz-placeholder {color: #444; font-family: "Open Sans", Helvetica, Arial, sans-serif;}
:-ms-input-placeholder {color: #444; font-family: "Open Sans", Helvetica, Arial, sans-serif;}

.alignleft { float: left; margin: 0 15px 0 0;}
.alignright { float: right; margin: 0 0 0 15px; }
.aligncenter { display: block; margin: 15px auto;}

*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

body {
	font: 14px/1.5 "Roboto", Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	color: #000;
  font-weight: 400;
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f3f3f3;
}
  #map {
    width: 100%;
    height: 100%;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    opacity: 0;
  }
  .app-active #map, .touch #map {opacity: 1;}
  
  .page-wrapper {
    display: table; 
    table-layout: fixed; 
    width: 100%; 
    height: 100%; 
    padding-top: 130px;
  }

  .page-right {display: table-cell; width: 100%; vertical-align: top;}
  aside {
    height: 100%;
    background-color: #f57202;
    padding: 20px 25px 0 25px;
    display: table-cell;
    width: 470px;
    vertical-align: top;
    -moz-transform: translateX(-470px);
    -webkit-transform: translateX(-470px);
    -o-transform: translateX(-470px);
    -ms-transform: translateX(-470px);
    transform: translateX(-470px);
    -webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    transition: all 800ms linear;
    opacity: 0;
    position: relative;
  }
    aside .copy-note {position: absolute; left: 25px; bottom: 20px; color: rgba(255,255,255,0.9); font-size: 15px; font-weight: 600;}
      aside .copy-note a {color: rgba(255,255,255,0.9);}
        aside .copy-note a:hover {text-decoration: underline;}
  .app-active aside, .touch aside {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
    aside .content-piece-info, aside .content-piece-info > * {
      -webkit-transition: all 600ms linear;
      -moz-transition: all 600ms linear;
      -ms-transition: all 600ms linear;
      -o-transition: all 600ms linear;
      transition: all 600ms linear;
    }
    aside.user-interaction .content-piece-info {
      height: 0;
    }
    aside.user-interaction .content-piece-info > * {opacity: 0; pointer-events: none;}
    /* aside:after {
      display: block;
      content: "";
      width: 312px;
      height: 76px;
      background: url(images/sidebar-end-bg.png) no-repeat scroll;
      position: absolute;
      left: 0;
      bottom: -76px;
      z-index: 901;
    } */
    aside h1 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 51px;
      color: #fff;
      line-height: 1.1em;
      margin-bottom: 10px;
      text-align: center;
    }
    aside h2 {
      font-size: 15px;
      color: #b85602;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 10px;
    }
    aside p {
      color: #fff;
      line-height: 1.8em;
      margin-bottom: 10px;
      text-align: justify;
    }
    aside section {margin-bottom: 25px;}
    aside .aside-meta-wrapper {margin-bottom: 10px;}
    
    .no-touch .user-map-active aside {min-height: 0;}
      .no-touch .user-map-active aside h1 {padding: 15px 0; margin: 0;}
      .no-touch .user-map-active aside h1:hover {cursor: pointer;}
      .no-touch .user-map-active aside:after {display: none;}
      .no-touch .user-map-active aside p, .no-touch .user-map-active aside .aside-meta-wrapper {display: none;}
    
    
.popup-info-wrap {
  background-color: #00529c;
  /* position: absolute;
  left: 19%;
  top: 15%; */
  padding: 20px 0 50px 0;
  width: 420px;
  z-index: 999;
  min-height: 565px;
  position: relative;
}
  .popup-info-wrap a.close {
    display: block;
    width: 17px;
    height: 17px;
    font: 0/0 a;
    color: transparent;
    background: url(images/popup-close.jpg) no-repeat scroll;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .popup-info-wrap a.next {
    display: block;
    width: 40px;
    height: 40px;
    font: 0/0 a;
    color: transparent;
    background: url(images/new-next-arrow.jpg) no-repeat scroll;
    position: absolute;
    right: -50px;
    top: 110px;
  }
  .popup-info-wrap a.prev {
    display: none;
    width: 40px;
    height: 40px;
    font: 0/0 a;
    color: transparent;
    background: url(images/new-prev-arrow.jpg) no-repeat scroll;
    position: absolute;
    left: -50px;
    top: 110px;
  }
  .popup-info-wrap .piw-heading {padding: 10px 50px 20px 50px;}
  .popup-info-wrap .piw-heading img {
    max-width: 120px;
    float: left;
    margin-right: 10px;
  }
  .popup-info-wrap .piw-heading h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
  }
  .popup-info-wrap .piw-heading h3 {
    color: #99bad7;
    font-size: 15px;
    font-weight: 600;
  }
  .popup-info-wrap .piw-info {width: 320px; margin: 0 auto; position: relative;}
    .popup-info-wrap .piw-info img {max-width: 320px !important; margin: 0 0 10px 0;}
    .popup-info-wrap .piw-info h4 {
      font-size: 15px;
      color: #fff;
      font-weight: 900;
      text-transform: uppercase;
    }
    .popup-info-wrap .piw-info p {font-size: 15px; color: #99bad7; border-top: 1px solid #fff; padding: 5px 0 0 0;}
      .popup-info-wrap .piw-info p strong {font-weight: 900; color: #001f3b;}
      .popup-info-wrap .piw-info p strong:last-of-type {padding-left: 10px;}
    .popup-info-wrap .piw-info .circle {
      border: 2px solid #fff;
      border-radius: 100%;
      width: 280px;
      height: 280px;
      margin: 0 auto 37px auto;
      position: relative;
    }
      .popup-info-wrap .piw-info .circle:after {
        display: block;
        content: "";
        width: 320px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: -20px;
        bottom: -40px;
      }
      .popup-info-wrap .piw-info .circle h4 {text-align: center; padding: 60px 0 20px 0;}
      .popup-info-wrap .piw-info .circle h5 {text-align: center; margin: 0 30px; font-size: 32px; font-weight: 400; color: #99bad7; text-transform: uppercase; line-height: 1.1em;}
  .piw-slides .slide {display: none;}

  #list-artists-generated {width: 260px; background-color: #b85502; position: absolute; left: 100%; top: 0; z-index: 9999; height: 100%; display: none; padding: 20px 0 0 0;}
    #list-artists-generated:after {
      display: block;
      width: 100%;
      height: 76px;
      content: "";
      background-color: #b85502; 
      position: absolute;
      left: 0;
      bottom: -76px;
    }
    aside #list-artists-generated p {padding: 5px 15px; margin: 0; font-size: 14px; color: #fbb03b;}
      aside #list-artists-generated p a {color: #fbb03b;}
  
/* Default custom select styles */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}
div.cs-skin-slide {
	color: #fff;
	width: 100%;
}


div.cs-skin-slide::before {
	content: '';
	background: #b85602;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.cs-skin-slide.cs-active::before {
	-webkit-transform: scale3d(1.1,3.5,1);
	transform: scale3d(1.1,3.5,1);
}

.cs-skin-slide > span {
	-webkit-transition: text-indent 0.3s, opacity 0.3s;
	transition: text-indent 0.3s, opacity 0.3s;
  font-size: 19px;
}

.cs-skin-slide.cs-active > span {
	text-indent: -290px;
	opacity: 0;
}

.cs-skin-slide > span::after,
.cs-skin-slide.cs-active > span::after {
	display: block;
	content: '';
  width: 21px;
  height: 18px;
  background: url(images/select-icon.jpg) no-repeat scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-skin-slide.cs-active > span::after {
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.cs-skin-slide .cs-options {
	background: transparent;
	width: 80%;
	padding: 10px 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

@media screen and (max-width: 30em) {
	.cs-skin-slide .cs-options {}
}

.cs-skin-slide .cs-options li {
	opacity: 0;
	-webkit-transform: translate3d(30%,0,0);
	transform: translate3d(30%,0,0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cs-skin-slide.cs-active .cs-options li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
  padding: 4px 0;
}

.cs-skin-slide.cs-active .cs-options li:first-child {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
} /* more options need more delay declaration */

.cs-skin-slide .cs-options li span {
	font-weight: 500;
	font-size: 19px;
	padding: 0 0 0 2.5em;
  height: 32px;
}

.cs-skin-slide .cs-options li span:hover,
.cs-skin-slide .cs-options li.cs-focus span,
.cs-skin-slide .cs-options li.cs-selected span {
	color: #fbb03b;
	background: transparent;
}

.cs-skin-slide .cs-selected span::after {
	content: '';
}

[class^="icon-"] span:before,
[class*=" icon-"] span:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
  display: block;
  width: 31px;
  height: 32px;
  content: "";
}

.icon-athlete span::before {
	background: url(images/menu-icon-1.jpg) no-repeat scroll;
}
  .icon-athlete.cs-selected span::before {
    background: url(images/menu-icon-1-active.jpg) no-repeat scroll;
  }

.icon-actor span::before {
	background: url(images/menu-icon-2.jpg) no-repeat scroll;
}
  .icon-actor.cs-selected span::before {
    background: url(images/menu-icon-2-active.jpg) no-repeat scroll;
  }

.icon-musician span::before {
	background: url(images/menu-icon-3.jpg) no-repeat scroll;
}
  .icon-musician.cs-selected span::before {
	background: url(images/menu-icon-3-active.jpg) no-repeat scroll;
}

      
.cf:before, .cf:after {content:""; display:table;} .cf:after {clear:both;}



.box-name {
    background-color:#00529c;
    color:#ffffff;
    width:100% !important;
    min-height:35px;
    text-align:center;
   
    padding:10px 14px 10px 14px;
    
    font-size:17px;
}

#social-bar {
    width:100%;

}

#social-bar > .title {
    font-weight:400;
    font-size:27px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.social-icon  {
    float:left;
}

.social > .item {
    float: left;
    margin-right: 25px;
}


.artists-name {
    cursor:pointer;
}

#user-help {
  position: fixed;
  left: 50%;
  width: 280px;
  margin-left: -200px;
  top: 150px;
  z-index: 99999;
  background-color: #00529c;
  padding: 20px 0;
  border-radius: 4px;
  -webkit-animation: moveclouds 1800ms cubic-bezier(0.435, 0.315, 0.305, 1.005) infinite;
  -moz-animation: moveclouds 1300ms cubic-bezier(0.435, 0.315, 0.305, 1.005) infinite;
  -o-animation: moveclouds 1300ms cubic-bezier(0.435, 0.315, 0.305, 1.005) infinite;
  animation: moveclouds 1300ms cubic-bezier(0.435, 0.315, 0.305, 1.005) infinite;
  opacity: 0;
}
  #user-help:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #00539c transparent;
    content: "";
    position: absolute;
    left: 30px;
    top: -10px;
  }
  #user-help p {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    text-align: center;
  }
  @-webkit-keyframes moveclouds {
    0% {-webkit-transform: scale(1);}
    50% {-webkit-transform: scale(0.9);}
    100% {-webkit-transform: scale(1);}
  }
  @-moz-keyframes moveclouds {
    0% {-moz-transform: scale(1);}
    50% {-moz-transform: scale(0.9);}
    100% {-moz-transform: scale(1);}
  }
  @-o-keyframes moveclouds {
    0% {-o-transform: scale(1);}
    50% {-o-transform: scale(0.9);}
    100% {-o-transform: scale(1);}
  }
  @keyframes moveclouds {
    0% {transform: scale(1);}
    50% {transform: scale(0.9);}
    100% {transform: scale(1);}
  }
  

#bar-top {
  background-color: #f57202;
  width: 100%;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -moz-transform: translateY(-130px);
  -webkit-transform: translateY(-130px);
  -o-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
  -webkit-transition: all 700ms linear;
-moz-transition: all 700ms linear;
-ms-transition: all 700ms linear;
-o-transition: all 700ms linear;
transition: all 700ms linear;
opacity: 0;
}

.app-active #bar-top, .touch #bar-top {
  -moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}

#carousel {
  background-color: #f57202;
  width: 100%;
  position: relative;
  padding: 10px 0;
}
#carousel ul {display: table; margin: 0 auto;}
#carousel ul li {
  float: left;
  margin: 0 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 600ms linear;
  -moz-transition: all 600ms linear;
  -ms-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  opacity: 0;
  display: none;
}
#carousel ul li.carousel-item-active {opacity: 1; display: block;}

#carousel ul li.hidden-carrousel-item {
  display: none;
  opacity: 0;
}

#carousel ul li img {margin: 0 auto 5px auto; width: 80px !important; height: auto !important;}
#carousel .prev {
  display: block;
  width: 37px;
  height: 37px;
  font: 0/0 a;
  color: transparent;
  background: url(images/popup-prev.jpg) no-repeat scroll;
  float: left;
  margin-left: 15px;
  margin-top: 34px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 1900ms linear;
  -moz-transition: all 1900ms linear;
  -ms-transition: all 1900ms linear;
  -o-transition: all 1900ms linear;
  transition: all 1900ms linear;
}
#carousel .next {
  display: block;
  width: 37px;
  height: 37px;
  font: 0/0 a;
  color: transparent;
  background: url(images/popup-next.jpg) no-repeat scroll;
  float: right;
  margin-right: 15px;
  margin-top: 34px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 1900ms linear;
  -moz-transition: all 1900ms linear;
  -ms-transition: all 1900ms linear;
  -o-transition: all 1900ms linear;
  transition: all 1900ms linear;
}
.app-active #carousel .prev.inactive-btn, .app-active #carousel .next.inactive-btn {opacity: 0;}
.touch #carousel .prev.inactive-btn, .touch #carousel .next.inactive-btn {opacity: 0;}

.app-active #carousel .prev, .app-active #carousel .next {opacity: 1;}
.touch #carousel .prev, .touch #carousel .next {opacity: 1;}
.info-celebrity {
  cursor:pointer;
}



@media all and (max-width: 1024px) {
  aside h1 {font-size: 32px;}
  aside p {line-height: 1.6em;}
  #carousel ul li {margin: 0 15px;}
}
@media all and (max-width: 768px) {
  #user-help {display: none;}
  #bar-top {position: static; height: auto;}
  .page-wrapper {padding-top: 0; display: block; height: auto;}
  #carousel .next, #carousel .prev {margin-top: 10px;}
  aside {
    height: auto;
    padding: 20px 25px;
    display: block;
    width: 100%;
  }
  .page-right {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .social > .item {margin-right: 10px;}
  aside .social-icon {float:none;}
  aside .copy-note {position: static; padding: 10px 0; text-align: center;}
  .popup-info-wrap {margin: 0 auto;}
  aside .aside-section-b h2 {text-align: center;}
  aside .social {display: table; margin: 0 auto;}
  #carousel ul li {margin: 0 0 20px 0; width: 25%;}
}
@media all and (max-width: 600px) {
  #map {display: none !important;}
  .popup-info-wrap {width: 100%; padding: 40px 0 50px 0;}
  .popup-info-wrap a.close {top: 60px;}
  .popup-info-wrap .piw-heading {padding: 10px 15px 20px 15px;}
  .popup-info-wrap .piw-info {width: 90%; padding-top: 50px;}
  .popup-info-wrap a.next {right: 0; top: 0;}
  .popup-info-wrap a.prev {left: 0; top: 0;}
    .popup-info-wrap .piw-info img {max-width: 100% !important;}
  #carousel ul {width: 240px;}
  #carousel ul li {width: 120px;}
  aside h2, #social-bar {display: none;}
  aside .popup-info-wrap .piw-heading h2 {display: block;}
  .popup-info-wrap .piw-info .circle {width: 100%; height: auto; border: 0;}
  #formgenerated {
    position: fixed;
    top: -570px;
    left: 0;
    z-index: 1500000;
    width: 100%;
  }
}

