.more_space { 
	margin-top: 20px;
	width: 100%;	
}
.make_it_fit { 
	width: 100% !important; 
}
#section1 {
	background-image: url(/images/bg_nbda.jpg);
	background-size: cover; 
	background-repeat:no-repeat; 
	background-position:center top; 
	background-attachment: fixed;
	padding-top:220px; 
	height: 100vh;
	min-height: 100%;
	background-color: #020202;
}
#section2 {
	padding-top: 20px;
}
#section3 {
	padding-top: 20px;
	background-color: #020202;
	background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
	background-color: #020202;
}
#section4 {
	padding-top: 20px;
	background-image: url(/images/about_slider.jpg);
	background-size: cover; 
	background-repeat:no-repeat; 
	background-position:center top; 
	background-attachment: fixed;
	height: 100vh;
	min-height: 100%;
}
#section5 {
	padding-top: 150px;
}
#section6 {
	padding-top: 20px;
	background-image: url(/images/priv_back.jpg);
	background-size: cover; 
	background-repeat:no-repeat; 
	background-position:center top; 
	background-attachment: fixed;
}
.old_love{
    z-index: 600;
	right: 0px;
	position: absolute;
}

.test {
    background-color: white;
    z-index: 600;
    border: 1px solid black;
	padding: 10px;
}

.white-border {
    border: 1px solid white;
    z-index: 1600;
    background: url();
    height: 170;
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 90%;
}

.tech-slideshow {
  /*height: 200px;
  max-width: 100vw;*/
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  /*height: 200px;*/
  width: 5526px;
  background: url(/images/scroll.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  -webkit-animation: moveSlideshow 150s linear infinite;
          animation: moveSlideshow 150s linear infinite;
}

@-webkit-keyframes moveSlideshow {
  100% { 
    -webkit-transform: translateX(-66.6666%); 
            transform: translateX(-66.6666%);  
  }
}

@keyframes moveSlideshow {
  100% { 
    -webkit-transform: translateX(-66.6666%); 
            transform: translateX(-66.6666%);  
  }
}

.screw_that {
	transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
}

.scrollable-element{
	height: 70%;
	width: 100%;
	overflow-y: scroll;
	margin: 0 auto;
	background-color: f2f2f2;
}

.main_logo{
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
	-webkit-border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

@font-face{
    font-family: 'WebSymbolsRegular';
    src: url('/fonts/websymbols-regular-webfont.eot');
    src: url('/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/websymbols-regular-webfont.woff') format('woff'),
        url('/fonts/websymbols-regular-webfont.ttf') format('truetype'),
        url('/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.a-btn{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    padding:10px 30px 10px 70px;
    position:relative;
    float:left;
    display:block;
    overflow:hidden;
    margin:10px;
    background: #fecc5f;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#feda71,0),color-stop(#febb4a,1));
    background:-webkit-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-moz-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-o-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:linear-gradient(top, #feda71 0%, #febb4a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
    -webkit-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.a-btn-symbol{
    font-family:'WebSymbolsRegular', cursive;
    color:#000;
    text-shadow:0 1px 0 #fedd9b;
    font-size:20px;
    position:absolute;
    left:20px;
    width:20px;
    text-align:center;
    line-height:48px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.a-btn-text{
    font-size:20px;
    color:#000;
    text-shadow:0 1px 0 #fedd9b;
    line-height:16px;
    font-weight:bold;
    font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    display:block;
	padding-bottom: 5px;
    padding-top: 5px;
}
.a-btn-slide-text{
    font-family:Arial, sans-serif;
    font-size:10px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#555;
    text-shadow:0px 1px 1px rgba(255,255,255,0.9);
}
.a-btn:hover{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
	text-decoration: none;
}
.a-btn:hover .a-btn-symbol{
    opacity:0.5;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}
.a-btn:active{
    -webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    -ms-transform:scale(0.95);
    -o-transform:scale(0.95);
    transform:scale(0.95);
    -webkit-box-shadow:0px 0px 0px 1px #458a8c, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8), 0px 1px 1px 2px #fff;
    -moz-box-shadow:0px 0px 0px 1px #458a8c, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8), 0px 1px 1px 2px #fff;
    box-shadow:0px 0px 0px 1px #458a8c, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8), 0px 1px 1px 2px #fff;
}
