@font-face {
    font-family: GaramondPremrPro;
    src: url("fonts/GaramondPremrPro-Bd.otf") format("opentype");
	font-weight: 700;
}
@font-face {
	font-family: 'entypo';
	src:url('../fonts/controls/entypo.eot');
	src:url('../fonts/controls/entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/controls/entypo.woff') format('woff'),
		url('../fonts/controls/entypo.ttf') format('truetype'),
		url('../fonts/controls/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: ArquitectaBlack;
    src: url("fonts/ArquitectaBlack.otf") format("opentype");
	font-weight: 700;
}
@font-face {
    font-family: ArquitectaBold;
    src: url("fonts/ArquitectaBold.otf") format("opentype");
	font-weight: 700;
}
.navbar-toggle {
      position: relative;
      **float: left;**
      padding: 9px 10px;
      margin-top: 8px;
      **margin-left: 15px;**
      margin-bottom: 8px;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
    }
.sidebar-nav {
    position: absolute;
    top: 170px;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar-wrapper.active {
    right: 100px;
    width: 200px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#sidebar-wrapper {
    background-color: transparent !important;
}
#sidebar-wrapper {
    z-index: 200;
    position: fixed;
    left: 0;
    width: 200px;
    height: 100%;
    transform: translateX(100px);
    overflow-y: auto;
    background: rgba(0,0,0,0.7);
        background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding-top: 250px;
	color:#FFF !important;
	font-size:30px;
}/* CSS Document */
body{
	background-color: transparent;
	font-family: 'GaramondPremrPro';
	color:#FFF !important;
	font-weight: bold;
	letter-spacing: 5px;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
   opacity: 1;
	background-color: rgba(0,0,0,0.6); 
}
a {
    color:#FFF !important;
    text-decoration: none;
}
ul li{
	margin-bottom:40px;
}
#homediv {
	
}
#musicdiv {
	display:none;
}
#musicdivtitle {
    text-align: center;
    font-size: 85px;
    color: rgba(32, 109, 130, 1);
    margin-top: -30px;
}
#playerdiv {
	margin-left:40%;
	margin-top:4%;
}
#playlistdiv{
	font-family: 'ArquitectaBold';
	margin-top: 50px;
}
#videodiv {
	display:none;
}
#videodivtitle {
    text-align: center;
    font-size: 85px;
    color: #ffffff;
    margin-top: -30px;
}
#toursdiv {
	display:none;
}
.video_cont {
    margin-top: 2%;
    margin-bottom: 300px;
}
#imagevideo {
    display: block;
    margin: auto;
    max-width: 700px;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
}
.videochoice {
    text-align: center;
    font-size: 20x;
    color: #999;
    margin-bottom: 20px;
	letter-spacing: 3px;
}
.musicvideos {
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.spacervideo {
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.livesets {
    margin-left: 10px;
    cursor: pointer;
}
.cbp-biprev {
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.spacervideo {
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.cbp-binext {
    margin-left: 10px;
    cursor: pointer;
}
.cbp-bicontrols {
	text-align: center;
    font-size: 20x;
    color: #fff;
    margin-bottom: 20px;
	letter-spacing: 3px;
}
/*
.cbp-bicontrols {
	position: fixed;
	width: 46%;
	height: 100px;
	margin: -50px 0 0 -137px;
	top: 50%;
	left: 36%;
}

.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	
}

span.cbp-biprev:before {
	
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

*/
