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

.item{
  height:250px;
}
.expand{
  height:450px;  
}



#toggleBtn {
		background-color:transparent;
	display:inline-block;
	cursor:pointer;
	color:#474747;
	font-family:Arial;
	font-size:12px;
	padding:6px 24px;
	text-decoration:none;
	border:none;
}
#toggleBtn:hover {
	background-color: transparent;
}
#toggleBtn:active {
	position:relative;
	top:1px;
}

button:focus {outline:0;}
        

#imageSize{
	position: fixed;
	bottom:50px;
	right:0px;
}

#loading {

   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;#
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
	height:32px;
	width:32px;
	margin-left:-16px;
	margin-top:-16px;
  z-index: 100;
}

html, body{
	padding:0px;
	marging:0px;	
	font-family:HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	max-width:100%;
}

/* Dividers */

.navbarBackground{
	position:fixed;
	height:50px;
	top:0px;
	left:0px;
	right:0px;	
	background-image:url(../images/black.png);
	z-index:500;
}

.navbarDiv{
	margin:0 auto;
	width:650px;
	height:40px;
}

.navbarLeftDiv{
	float:left;
	height:40px;
	width:250px;	
	color:#fff;
	
}
	

.navbarRightDiv{
	float:left;
	height:40px;
	width:400px;
	text-align:right;
	color:#fff;
}

#navlist li{
display: inline;
list-style-type: none;
padding-left: 20px;
font-size:12px;
}

#navlist a:link{
color:#fff;
text-decoration:none;	
}

#navlist a:visited{
	color:#fff;
	text-decoration:none;
}

#navlist a:hover{
	opacity:0.6;
}



/*Social Media*/ 

.socialmediaDiv{
	position:fixed;
	top:13px;
	right:0px;
	width:120px;
	height:50px;
	z-index:600;
}

.socialmediaDiv img{
	height:25px;
}

.socialmediaDiv a:hover{
	opacity:0.6;
}



/* Wrapper etc */

.artistBottomDiv{
	position:fixed;
	width:100%;
	height:100px;	
	bottom:0px;
	background-image:url(../images/white90.png);
	text-align:center;
}

.mainContent{
	margin:0 auto;
	text-align:center;
}

.artistBottomDiv h2{
	font-size:20px;	
	font-weight:400;
    padding-left:25px;
	
}

#subMenuDiv li{
		display: inline;
list-style-type: none;
padding-right: 7px;
font-size:12px;
line-height:10px;
}

#subMenuDiv a{
	font-weight:300;
	color:#666;
	text-decoration:none;	
}

#subMenuDiv a:hover{
	opacity:0.9;	
}


#imageGallery{
	max-width:100%;
	text-align:center;
	padding-bottom:150px;
   -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;	
}

#imageGallery img{

	padding:0px;	
}

#active{
	font-weight:bold;
}



/* Grid System */

.cbp-rfgrid {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 16.6666667%; /* Fallback */
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.cbp-rfgrid li a img {
	max-width: 100%;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
	padding-top:24px;
	
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 16.6666667%; /* Fallback */
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	cursor:default;
}

.cbp-rfgrid li a img {
	max-width: 100%;
	overflow:hidden;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a div {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(71,163,218,0.2);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}

.cbp-rfgrid li a:hover div {
	opacity: 1;
}

.cbp-rfgrid li a div h3 {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 0 10px;
}

/* Example for media query: change number of items per row */

@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
		width: 20%; /* Fallback */
		width: -webkit-calc(100% / 5);
		width: calc(100% / 5);
	}
}

@media screen and (max-width: 945px) {
	.cbp-rfgrid li {
		width: 25%; /* Fallback */
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 400px) {
	.cbp-rfgrid li {
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
		width: 100%;
	}
}

@media only screen and (max-width: 1000px) {
	
	.navbarDiv{
	float:left;
	padding-left:10px;
}
.navbarLeftDiv{
	width:250px;
}

	.navbarRightDiv{
		text-align:left;
        padding-left:-50px;
	}
}

@media only screen and (max-width: 690px) {
   .socialmediaDiv{
	display:none;
}
.yourClass {
    content:url("../images/white2.png");
  }

.navbarLeftDiv{
	width:58px;	
} 
    
    	.navbarRightDiv{
		text-align:left;
        position:fixed;
            left:20px;
        height:50px;
	}
    
   			 .menuArtist{
            width:135px;
            height:175px;
            padding-top:20px;
            display: inline-block;
            }
            .menuArtistImg{
            margin:0 auto;
            width:130px;
            height:171px;
            overflow:none;
            }
            .menuArtistText{
            margin:0 auto;
            width:130px;
            height:30px;
            text-align:center;
            line-height:30px;
            }
    
/*
.socialmediaDiv{

	margin-top:37px;
	background-image:url(../images/black.png);
	height:30px;
	padding:5px;
 
}
    
.navbarLeftDiv{
	position:fixed;
	left:0px;
	width:100%;
text-align:center;
}
.navbarRightDiv{
	left:0px;
	width:100%;
	position:fixed;
	background-image:url(../images/black.png);
top:50px;
text-align:center;
}
.cbp-rfgrid{
	padding-top:60px;
}*/
}





