@charset "utf-8";
html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #333333;
	background-color: #cb93a4;
	background: url('../img/bck.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



/* Typography */
h1, h2, h3, h4, h5, h6{

	font-family: 'Open Sans Condensed', sans-serif;
	color: #cb93a4;
}

h1{
	font-size: 24px;
	color: #;
}

h4{
	font-size: 16px;
	color: #111111;
}

h5{
	font-size: 18px;
	font-family: 'Homemade Apple', cursive;
	color: #888;
}

h6{
	font-size: 18px;
	font-family: 'Homemade Apple', cursive;
}

h7{
	font-size: 16px;
	font-family: 'Homemade Apple', cursive;
	display: inline;	
}


hr{
	border:0 #222 solid;
	border-top-width:1px;
	clear:both;
	height:0
}


a{
	color: #AAA;
	text-decoration:none;
}

a:hover{
	color: #cb93a4;
	text-decoration:underline;
}

/* LAYOUT Container */
#container{
	position:relative;
	left:-20px;
	margin-top: 55px;
	
}


#backwood{
	width:100%;
	height:76px;
	margin: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url('../img/menu/back.jpg') repeat-x;
	z-index: 8100;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
	
}

#boat{
	width:750px;
	height:473px;
	margin: auto;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	
}

#header #site_navigation{
	width:515px;
	height:100px;
	margin: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 8150;
	font-family: 'Homemade Apple', cursive;
	font-size: 18px;
	
}

#header #site_navigation ul{
	list-style: none;
	list-style-type:none;
}

#header #site_navigation ul li{
	float:			left;
	padding:		0px;
	list-style-type:none;
	
}

#header #site_navigation ul li a{

	display:block; 
    text-indent: -9999px; 
    overflow: hidden; 
    width: 70px;
    height:70px;
    margin: 0px 15px 0px 15px;
}

#header #site_navigation ul li.menu-capicua a{
	background: url('../img/menu/capicua.png') no-repeat;
}

#header #site_navigation ul li.menu-capicua a:hover{
	background: url('../img/menu/capicua-over.png') no-repeat;
}

#header #site_navigation ul li.menu-capicua.current a{
	background: url('../img/menu/capicua-over.png') no-repeat;
}

#header #site_navigation ul li.menu-musica a{
	background: url('../img/menu/musica.png') no-repeat;
}

#header #site_navigation ul li.menu-musica a:hover{
	background: url('../img/menu/musica-over.png') no-repeat;
}

#header #site_navigation ul li.menu-musica.current a {
	background: url('../img/menu/musica-over.png') no-repeat;
}

#header #site_navigation ul li.menu-video a{
	background: url('../img/menu/video.png') no-repeat;
}

#header #site_navigation ul li.menu-video a:hover{
	background: url('../img/menu/video-over.png') no-repeat;
}

#header #site_navigation ul li.menu-video.current a{
	background: url('../img/menu/video-over.png') no-repeat;
}

#header #site_navigation ul li.menu-loja a{
	background: url('../img/menu/loja.png') no-repeat;
}

#header #site_navigation ul li.menu-loja a:hover{
	background: url('../img/menu/loja-over.png') no-repeat;
}

#header #site_navigation ul li.menu-loja.current a{
	background: url('../img/menu/loja-over.png') no-repeat;
}

#header #site_navigation ul li a:hover, #header #site_navigation ul #active a{
	
}


#content{
	margin-top: 10px;
	padding: 65px 75px 75px 65px;
	background-color: rgba(244, 244, 244, 0.90);
	-moz-box-shadow:0 0 10px #f4f4f4;
	-webkit-box-shadow:0 0 10px #f4f4f4;
	box-shadow:0 0 10px #f4f4f4;
	z-index: 2000;
}

#center-bt{
	width:800px;
	height:23px;
	margin: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;

}

#bt-close{
	width:25px;
	height:23px;
	margin: auto;
	position: fixed;
	top: 105px;
	right: -20px;
	left: 918px;
	z-index: 4000;
	

}

#download-west{
	position: relative;
	left: 20px;
	top:140px;
	z-index: 1500;

}

#dw-presskit{
	position:relative;
	left: 690px;
	top:-10px;
}

#musica{
	position:relative;
	left:25px;
}

.video{
	position:relative;
	left:75px;
	width:720px;
	height:410px;
	background-color: #000;
}

#contacts{
	width:250px;
	height:30px;
	margin: auto;
	position: fixed;
	bottom: 20px;
	right: -15px;
	z-index: 8000;
}

#contacts img{
	margin-bottom: 7px;
	margin-right: 7px;
}



ul{
	list-style-image:url('../img/list-dot.png');
	padding:0px;
	margin:0px;
}

ul li{
	margin-left:15px;
}




ul #galeria-fotos{
	list-style: none;
}


#thumbs {	
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

#thumbs a{
	color:#333333;;
}

#thumbs a:hover{
	color:#cb93a4;
	text-decoration: none;
}


.item-thumbs {
	position: relative;
	width:250px;
	height:250px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 40px;
	cursor: pointer;
}

.item-thumbs-empty {
	position: relative;
	width:250px;
	height:250px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 40px;
}


.item-thumbs a img{
	width:250px;
	
}

.item-thumbs .thumbs-video-title{
	display:block;	
	
	
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #cb93a4;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
}




.button {
  	display: inline-block;
  	margin-bottom: 0;
  	padding: 13px 26px;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  	background-color: #3C3F45;
  	color: #23262C;
  	vertical-align: middle;
  	text-align: center;
  	text-transform: uppercase;
  	font-weight:500;
  	font-size: 16px;
  	cursor: pointer;
	border:none;
  
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  	*border: 0;
  	*zoom: 1;
}


#popup-buy-music-links{
	
	margin:0px;
	padding:40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #DFDFDF;
	background-color: #111111;
}


/*--- Hover/Active/Focus State ---*/
.button{
	background-color: #cb93a4;
	color:#dfdfdf;
	
}

.button:hover,
.button:active,
.button:focus {
	background-color: #DFDFDF;
	color:#cb93a4;
	text-decoration: none;
}

/* --- Button Sizes --- */

.button.button-large {
  	padding: 16px 30px;
  	font-size: 18px;
}

.button.button-small {
  	padding: 8px 18px;
  	font-size: 14px;
}

.button.button-mini {
  	padding: 4px 12px;
  	font-size: 12px;
}

.button.button-block {
	padding-right: 0;
	padding-left: 0;
	width: 100%;	
}

.button + .button {
	margin-left: 10px;	
}



/* ==================================================
   Accordion & Toggle
================================================== */

.accordion {
  	margin-bottom: 20px;
}

.accordion-group {
  	margin-bottom: 4px;
  	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.accordion-heading {
  	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	color:#cb93a4;
	font-size: 22px;
	font-weight: 600;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-toggle {
  	cursor: pointer;
}

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	color:#cb93a4;
	text-decoration: none;
}

.accordion-heading .accordion-toggle.active {
	color:#111111;
	text-decoration: none;
	
}

.accordion-heading .accordion-toggle.inactive {
	color:#cb93a4;
}

.accordion-heading.accordionize .accordion-toggle span,
.accordion-heading.togglize .accordion-toggle span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    font-size: 18px;
	color: #cb93a4;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle span {
	color:#DFDFDF;
}

.accordion-heading .accordion-toggle.active span,
.accordion-heading:hover .accordion-toggle.inactive span {
	color:#DFDFDF;
	text-decoration: none;
}

.accordion-heading.accordionize .accordion-toggle.active span,
.accordion-heading.togglize .accordion-toggle.active span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle span {
	margin: -8px 0 0 0;
	font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle.active span {
	opacity:0;
	filter: alpha(opacity=0);
}

.accordion-heading.togglize .accordion-toggle.active span + span {
	opacity:1;
	filter: alpha(opacity=100);
}

.accordion-inner {
  	padding: 16px 20px;
	border: none;
}






