/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

.social-share {
	margin-top: 60px;
}

#page {
	width: 100%;
	height: 100%;

	#menu {
		font-family: FuturaPTCondBold-Reg;
		position: fixed;
		top: 0;
		background: rgba( 193, 216, 47, 0.7 );
		height: 50px;
		line-height: 45px;
		text-align: center;
		width: 100%;
		z-index: 1000;

		span {
			color: #ffffff;
			font-size: 16px;
			text-transform: uppercase;
			cursor: pointer;
			margin: 0px 30px;
      border-bottom: #ffffff 3px solid;
		}
	}

	#intro {
		background-image: url( '../img/1/bg.jpg' );
    background-size: cover;
		background-attachment: fixed;
	}

	#clubs {
		background: #ffffff;

    a {
      width: 150px;
      height: 138px;
      z-index: 999999!important;
      cursor: pointer;

      /*-webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;*/

      -moz-box-shadow: 0 0 0px 0px #00ff00;
      -webkit-box-shadow: 0 0 0px 0px #00ff00;
      box-shadow: 0 0 0px 0px #00ff00;

      &:hover {
        -moz-box-shadow: 0 0 10px 3px #00ff00;
        -webkit-box-shadow: 0 0 10px 3px #00ff00;
        box-shadow: 0 0 10px 3px #00ff00;
      }
    }
	}

	#shoes {
		background: #ffffff;
	}

	#routes {
		background: #ffffff;
	}

	.scene {
		width: 100%;
		height: 100%;
		color: transparent;
		position: fixed;
		top: 0%;
	}

	.cadre {
		opacity: 0.001;
		position: fixed;
		color: #000000;
	}
}


/* common kaleidoscope styles */

.kal_main{
	overflow:hidden;height:100%;width:100%;position: relative;
	width: 100%;
	height: 100%;
}
.kal_cont{width:140%;height:140%;left:-20%;top:-20%;position:relative;margin:auto}
.kal_cont .ks{
-webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top;
width:100%;height:100%;position:absolute;top:50%;left:-50%;z-index:10;overflow:hidden;
}
.kal_cont .ksc{
height:100%;width:100%;-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg);position:relative;-webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;left:100%;top:0;
background-image:url(../img/3/img.jpg)
}

/* styles for each sector */
.kal_cont .s1 {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.kal_cont .s2 {
  -webkit-transform: rotate(30deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(30deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(30deg) matrix(-1,0,0,1,0,0);
  transform: rotate(30deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s3 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.kal_cont .s4 {
  -webkit-transform: rotate(90deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(90deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(90deg) matrix(-1,0,0,1,0,0);
  transform: rotate(90deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s5 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.kal_cont .s6 {
  -webkit-transform: rotate(150deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(150deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(150deg) matrix(-1,0,0,1,0,0);
  transform: rotate(150deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s7 {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.kal_cont .s8 {
  -webkit-transform: rotate(210deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(210deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(210deg) matrix(-1,0,0,1,0,0);
  transform: rotate(210deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s9 {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.kal_cont .s10 {
  -webkit-transform: rotate(270deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(270deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(270deg) matrix(-1,0,0,1,0,0);
  transform: rotate(270deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s11 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.kal_cont .s12 {
  -webkit-transform: rotate(330deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(330deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(330deg) matrix(-1,0,0,1,0,0);
  transform: rotate(330deg) matrix(-1,0,0,1,0,0);
}

/*************************/

.edge {
	width:  100%;
	margin: 75px 0px;
}

 #map {
 	top: -20px;
      width: 443px;
      position: fixed;
      left: 50%;
      margin-left: -221px;
      text-align: center;
      z-index: 5;
      height: 200%;

      .marshruts_lead {
    width: 403px;
    background: rgba(255, 255, 255, .9) url(../img/line1.jpg) no-repeat top left;
    padding: 56px 40px;
    margin: 120px auto 0;
    
    h2 {
      font: 40px/47px FuturaPTCondBold-Reg;
      text-transform: uppercase;
    }
    p {
      font: 15px/19px Futura;
    }
  }
  
  .instruction {
    margin: 0px 0 0 0px;
    width: 272px;
  }
  
  .instr {
    width: 272px;
    background: #C1D72D;
    padding: 0px;
    margin-left: -100px;
    
    h2 {
      font: 40px/47px FuturaPTCondBold-Reg;
      text-transform: uppercase;
      color: #fff;
    }
    h3 {
      font: 16px/19px Futura;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      margin: 10px 0 20px;
    }
    td {
      font: 15px/20px Futura;
      /*-webkit-font-smoothing: antialiased;*/
      width: 136px;
      padding: 20px 0;
      border: 1px solid #fff;
      border-collapse: collapse;
      span {
        color: #fff;
      }
      .big {
        font: 30px/45px FuturaPTCondBold-Reg;
        text-transform: uppercase;
        color: #000;
      }
    }
  }
  
  .map {
    width: 443px;
    margin-left: 200px;

    position: absolute;
    .vis_point {
      background: none;
      width: 32px;
      height: 31px;
      cursor: pointer;
      opacity: 0.2;
      margin-top: -30px;
      margin-left: -10px;
      position: absolute;
      
      img {
        position: absolute;
        top: 0;
      }
      .zindex100 {
        z-index: 500;
        opacity: 1;
      }
      .cover {
        &:hover {
          opacity:0;
        }
      }
      .hover{
        /*margin-left: 0px!important;*/
        opacity: 0;
      }
    }
    .vis_popup {
      background: #C9DC65 url(../img/popup/line_popup.jpg) no-repeat top left;
      padding: 0px;
      width: 370px;
      margin-left: -330px;
      margin-top: -40px!important;
      height: 550px;
      opacity: 0.95;
      position: absolute;
      display: none;
      top: 0;
      left: 0;
/*      padding-bottom: 40px;*/
      
      .cross {
      	display:  none;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 32px;
        height: 32px;
        background: url(../img/cross.png);
        cursor: pointer;
        &:hover {
          background: url(../img/cross_hover.png);
        }
      }
      h2 {
        font: 40px/47px FuturaPTCondBold-Reg;
        text-transform: uppercase;
        margin: 10px 0;
      }
      p {
        font: 16px/19px Futura;
        width: 297px;
        margin-left: 43px;
      }
    }
  }
    }