/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}html,body,ul, h1, h2 ,h3, h4
{
	margin:0px;
	padding:0px;
	border:0px;
}

body
{
	width:100%;
	min-height:100%;
	font-family:Arial,sans-serif;
	overflow-y:scroll;
}

.firstview
{
	overflow:hidden;
}

ul
{
	list-style-type:none;
}

a {
   outline: 0;
}


.disableSelect
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#contentContainers
{
	display:none;
}

#login
{
	position:absolute;
	background:white;
	right:0px;
	height:20px;
	width:60px;
	top:0px;
	text-align:center;
}

#eldaLoginForm
{
	position:absolute;
	width:270px;
	height:200px;
	margin-left:-150px;
	margin-top:-100px;
	left:50%;
	top:50%;
	padding:5px;
	z-index:10000;
	border-radius:5px;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 16%, rgba(255,238,206,1) 32%, rgba(255,165,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,rgba(255,255,255,1)), color-stop(32%,rgba(255,238,206,1)), color-stop(100%,rgba(255,165,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 16%,rgba(255,238,206,1) 32%,rgba(255,165,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 16%,rgba(255,238,206,1) 32%,rgba(255,165,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 16%,rgba(255,238,206,1) 32%,rgba(255,165,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 16%,rgba(255,238,206,1) 32%,rgba(255,165,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69ffffff', endColorstr='#ffa500',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 1px 3px 4px 3px rgba(128, 128, 128, 0.8);
	box-shadow: 1px 3px 4px 3px rgba(128, 128, 128, 0.8);  
}

.eldaRootContainer
{
	position:relative;
}

.eldaPopup
{
	border-radius:5px;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 16%, rgba(255,238,206,1) 32%, rgba(255,165,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,rgba(255,255,255,1)), color-stop(32%,rgba(255,238,206,1)), color-stop(100%,rgba(255,165,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 16%,rgba(255,238,206,1) 32%,rgba(255,165,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 16%,rgba(255,238,206,1) 32%,rgba(255,165,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 16%,rgba(255,238,206,1) 32%,rgba(255,165,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 16%,rgba(255,238,206,1) 32%,rgba(255,165,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69ffffff', endColorstr='#ffa500',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 1px 3px 4px 3px rgba(128, 128, 128, 0.8);
	box-shadow: 1px 3px 4px 3px rgba(128, 128, 128, 0.8);  
	
	z-index:200;
}

.eldaOverlay
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(240,240,240,0.3);
	z-index:100;
}

#eldaLoginWelcomeTitle
{
	width:100%;
	text-align:center;
	padding-top:10px;
	font-size:1em;
}

#eldaLoginWelcomeInfo
{
	padding:0px 40px;
	text-align:center;
	padding-top:10px;
	font-size:0.6em;
}
#eldaLoginFields
{
	position:absolute;
	left:50%;
	margin-left:-110px;
	width:220px;
	margin-top:10px;
}

#eldaLoginFields ul
{
	list-style-type:none;
}

.eldaLoginTitle
{
	font-size:0.7em;
	font-weight:bold;
}

.eldaLoginField
{
	width:216px;
	border:1px solid #aaa;
	height:20px;
	font-size:14px;
	margin-bottom:10px;
	padding-left:2px;
	border-radius:4px;
}

.eldaLoginButton
{
	width:100px;
	border:1px solid #aaa;
	font-size:12px;
	padding:3px 0px;
	border-radius:4px;
	float:right;
	cursor:pointer;
}

.eldaLoginButton:hover
{
	background:#dfdfdf;
}

#HTML_AJAX_LOADING
{
	visibility:hidden;
}

/** Pan zoom handler **/
.eldaZoom
{
	margin-top:-23px;
	height:70px;
	background:url(http://www.hscripts.com/scripts/JavaScript/licensed/hrichtext-editor/images/horizontal_line.gif) repeat-x center left;
}

.eldaZoomHandle
{
	margin:30px 0px;
	font-size:10px;
	width:20px;
	height:8px;
	line-height:8px;
	border:1px solid #ccc;
	background:white;
	cursor:col-resize;
}

.eldaZoomPercentage
{
	position:absolute;
	top:0px;
	right:-1px;
	font-size:12px;
	width:70px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#333;
	background:rgba(255,255,255,0.9);
	padding:0px 3px;
	
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.eldaZoomHelp
{
	position:absolute;
	top:0px;
	left:1px;
	font-size:12px;
	width:auto ;
	height:22px;
	line-height:22px;
	padding:0px 7px;
	color:#333;
	background:rgba(255,255,255,0.95);
	
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.eldaZoomLoader
{
	width:20px;
	height:20px;
	background:url('http://www.eldainteractive.fi/assets/icons/bw-loader.gif') no-repeat center center;
}

/** upload progress **/
.eldaProgress
{
	position:absolute;
	top:50%;
	margin-top:-10px;
	width:80%;
	left:10%;
	height:10px;
	padding:5px;
	
	background: none repeat scroll 0 0 #ccc;
  
	border-radius: 25px 25px 25px 25px;
  
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
  
}

.eldaProgressBar
{
	width:0%;
	height:10px;

	background-image: linear-gradient(bottom, rgb(87,87,87) 18%, rgb(158,158,158) 59%);
	background-image: -o-linear-gradient(bottom, rgb(87,87,87) 18%, rgb(158,158,158) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(87,87,87) 18%, rgb(158,158,158) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(87,87,87) 18%, rgb(158,158,158) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(87,87,87) 18%, rgb(158,158,158) 59%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.18, rgb(87,87,87)),
		color-stop(0.59, rgb(158,158,158))
	);
	
	border-radius: 25px 25px 25px 25px;
 
	
}

/** webSocketSender **/
.webSocketSender
{
	overflow:hidden;
}

.webSocketSender #mobileTouch
{
	position:absolute;
	top:0px;
	height:40px;
	width:100%;
	
	background:#ccc;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
	background-image: -webkit-linear-gradient(top, #ccc, #eee);
	background-image: -moz-linear-gradient(top, #ccc, #eee);
	background-image: -ms-linear-gradient(top, #ccc, #eee);
	background-image: -o-linear-gradient(top, #ccc, #eee);
	background-image: linear-gradient(top, #ccc, #eee);
	
	
	border-top:1px solid #aaa;
	
	z-index:1000;
}

.webSocketSender .mobileTouchHeader
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	
	background:#ccc;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	
	border-bottom:1px solid #aaa;
}

.webSocketSender .mobileTouchHeader .logo
{
	position:absolute;
	left:50%;
	top:3px;
}

.webSocketSender .mobileTouchHeader .eldaTouch
{
	position:absolute;
	right:1%;
	margin-right:5px;
	height:35px;
	width:35px;
	background:url(assets/icons/elda-35-35-centeredclassic-01.png) no-repeat top left;
	top:3px;
}

.webSocketSender .mobileTouchButton {
	
	text-align:center;
	cursor:pointer;
	
    background-repeat:repeat-x;
    background-color: rgba(74,108,155,1);/*change this and the background color for the :before element*/
    background-image : -webkit-linear-gradient(
        bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 50%,
        rgba(255,255,255,0.1) 50%,
        rgba(255,255,255,0.3) 100%
        );
     background-image : -moz-linear-gradient(
        bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 50%,
        rgba(255,255,255,0.1) 50%,
        rgba(255,255,255,0.3) 100%
        );
       background-image : -o-linear-gradient(
        bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 50%,
        rgba(255,255,255,0.1) 50%,
        rgba(255,255,255,0.3) 100%
        );
        
        background-image : linear-gradient(
        bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 50%,
        rgba(255,255,255,0.1) 50%,
        rgba(255,255,255,0.3) 100%
        );
    height:30px;
    z-index : 0;
    border-radius: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    box-shadow :-1px -1px 0px rgba(0,0,0,0.2)inset,
        0 1px 2px rgba(0,0,0,0.8)inset;
    font-size : 18px;
    display : block; 
    text-align:center;
    color:#fff;
    text-shadow : 0px -1px 0px #000;
    line-height : 30px;
    font-weight: 700;
    -webkit-background-size : 30px;
}

.webSocketSender .mobileTouchButton.disconnect
{
	width:98%;
	margin-left:1%;
	margin-top:5px;
}

.webSocketSender .mobileTouchHeader .back
{
	position:absolute;
	left:1%;
	top:5px;
	padding:0px 15px;
}
 

#contentContainer_155
{
overflow:hidden;position:relative;
width:100%;
margin-top:;
margin-bottom:;
height:;
}

#eldaLoading
{
  width:200px;
   height:200px;
  position:Absolute;
  color:white;
  left:50%;
   top:200px;
  margin-left:-100px;
    background-image:url(assets/KarmaBucket/KARMABUCKET-LOGO_smooth-white.png);
  background-repeat:no-repeat;
background-size:contain;
  background-position:center top;
  padding-top:250px;
  text-align:center;
} 

iframe
{
  border:0;
}

#eldaLoading .title
{
   color:white;
}

a
{
  color:white;
}

html
{
  background:black;
}

body
{
  background:black;
  overflow:hidden;
  font-family: 'Roboto', sans-serif;


}



#slideshow
{
  position:fixed;
  width:100%;
  height:100%;
  background:black;

}

#slideshow #soverlay
{
  display:none;
  position:absolute;
  width:100%;
  height:100%;
 
}

#slideshow .image
{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center center;
 opacity:0;
  -webkit-transition:opacity 1s linear;
  transition:opacity 1s linear;


}

#slideshow .image.active
{
 opacity:1;
}

.box
{
  background:rgba(0,0,0,0.6);
  color:#bcbcbc;
}

.title
{
  color:white;
  font-family:'Graduate',cursive;
  margin-bottom:10px;
}

#content
{
  position:absolute;
  padding:40px;
  padding-top:40px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  opacity:0;

   -webkit-transition:opacity 0.5s linear;
  transition:opacity 0.5s linear;
}

#toplogo 
{
      position:absolute;
      right:40px;
      top:40px;
}



#toplogo img
{
   width:110px;
   position:relative;
   top:-20px;
}

#player
{
  // position:absolute;
  z-index:10;
  background:rgba(0,0,0,0.6);
  padding:10px;
  width:460px;
  margin-top:0px;
}

#members
{
 position:absolute;
  right:40px;
  top:150px;
  padding:20px;
  width:240px;
  margin-top:20px;
  text-transform:uppercase;
}


#members ul
{
  font-size:12px;
}

#members ul li
{
  letter-spacing:1px;
  line-height:18px;
}

#bio
{
  position:absolute;
   width:400px;
   bottom:40px;
   top:auto;
   padding:40px;
}

#bio .title
{
  font-size:25px;
}


#bio .text
{
  text-transform:uppercase;
  font-size:13px;
  line-height:16px;
  letter-spacing:1px;
}

#content_155
{
  display:none;
}

#insta
{
  position:absolute;
  right:40px;
  top:7px;
  z-index:10;
  display:none;


}



#instatitle
{
  height:44px;
  width:170px;
  margin-top:56px;
  margin-bottom:0px;
  line-height:44px;
  padding-left:10px;

}

#insta ul,
#insta .instawall
{
  overflow:hidden;
  
  clear:both;
}

#insta ul
{
   width:263px;
  margin-top:20px;
}

#insta ul li
{
  width:75px;
  height:75px;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  background:white;
  padding:3px;
  cursor:pointer;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(92,92,92,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(92,92,92,1);
box-shadow: 0px 0px 5px 0px rgba(92,92,92,1);
}

#insta ul li:nth-child(3n+3)
{
  margin-right:0px;
}

#insta ul li .attribution
{
  display:none;
}

#insta ul li .image img
{
  width:75px;
  height:75px;
  display:block;
}

#instatitle .icon
{
  width:20px;
  height:20px;
  font-family: 'FontAwesome';
  float:left;
  margin-right:10px;
font-size:20px;
}

#contact 
{
  position:absolute;
  bottom:40px;
  right:40px;
 // background-image:url(assets/KarmaBucket/logo.png);
 // background-repeat:no-repeat;
 // background-position:right bottom;
  //padding-right:120px;
}

#contactwrapper
{
  padding:20px;
  background:rgba(193, 71, 56, 0.8);
  width:240px;
  margin-top:60px;
  margin-right:0px;
} 

#contactwrapper .title
{
  font-size:25px;
}

#gigs .title
{
  font-size:20px;
}

#contactlist a:before
{
  margin-right:10px;
}

#contactlist a
{
  color:white;
  text-decoration:none;
  line-height:25px;
}

#contactlist a .link
{
   font-family:'Roboto',sans-serif;
}

#gigs
{
  padding:20px;
  position:absolute;
  top:325px;
  right:40px;
  width:240px;
}

#gigs .date
{
  margin-right:10px;
  display:block;
  font-size:13px;
  color:white;
}

#gigs .place
{
  display:block;
  margin-bottom:10px;
}

@media screen and (max-width: 1024px)
{

   #content
   {
    padding-left:20px;
   }

   #bio
  {
    padding:20px;
   // bottom:20px;
   }

   #bio .title,
   #contact .title,
  #gigs .title
  {
    font-size:20px;

  } 

  #contact 
{
  position:absolute;
  bottom:40px;
  right:40px;
 
}
  #contactwrapper
  {
   // width:170px;
   
  }

  #contactlist
  {
     font-size:13px;
  }

    #bio .text
  {
    font-size:12px;
  }

  #insta
  {
    right:20px;
   // top:20px;
  }

   #contact,
  #gigs
  {
    right:20px;
    //bottom:20px;
  }


    #toplogo
    {

         left:50%;
         right:auto;
        margin-left:-40px;
    }
    #contact
    {
       padding-right:0px;
       padding-top:60px;
       background-position:right top;
       background-size:60px auto;
     
    }

    #csv
    {
       position:static;
      width:100%;
       margin-top:180px;
       margin-bottom:15px;
    }

      #contactwrapper
      {
          margin-right:0px;
         width:230px;
      }

    #members
     {
        width:400px;
     }

  #instatitle
  {
    //width:235px;
  }

#player
{
   width:420px;
}

   body
   {   
      overflow:auto;
   }


    #content
  {
    padding:20px;
    height:auto;
    box-sizing:border-box; 
  }

    #player,#bio,#insta,#members,#contact,#gigs
     {
        position:static;
       width:100%;
        box-sizing:border-box;
         margin-top:20px;
      }

     #insta
   {
       background:transparent;
   }

     #instatitle
     {
       margin-top:20px;

     }

     #insta .title
     {
        width:100%;
       box-sizing:border-box;
        margin-bottom:0px;
     }

     #insta ul
  {
     width:100%;
    margin-top:20px;
  }

#insta ul li
{
  width:32.66%;
  height:32.66%;
  margin-right:1%;
  margin-bottom:1%;
   box-sizing:border-box;
}
     
#insta ul li .image img
{
    width:100%;
   height:100%;
}
 
  #toplogo
  {
    display:block;
   text-align:center;
   margin-top:20px;
  }

  #player
  {
     margin-top:0px;
   }

  #contact
  {
    padding:0px;
    background:transparent;
   }

  #contactwrapper
  {
    width:100%;
    box-sizing:border-box;
    margin-top:0px;
   margin-bottom:40px;
   }

}
