body { padding-top: 50px;background: #0e0e0e url(../img/bg.jpg);background-size: cover;background-repeat: no-repeat no-repeat;background-attachment: fixed; }

.headline { display:block;margin:10px 0px 25px;border-bottom: 1px solid #cecece; }
.headline h2, .headline h3 { display:inline-block;padding-bottom:5px;margin:0 0 -2px;border-bottom:2px solid #131619;width:200px; }

.screenshot { background-size: cover;width:100%;height:360px;margin:0;padding:0; }
.screen_1 { background-image:url(../img/screen_1.jpg); }
.screen_2 { background-image:url(../img/screen_2.jpg); }
.screen_3 { background-image:url(../img/screen_3.jpg); }

.container { background: none repeat scroll 0 0 rgba(64, 64, 64, 0.5); }
.container { padding-top:30px; }

.banners { border:1px solid #888;border-left:0;border-right:0; }

/*.banners a.carousel-control { font-size:60px;padding:120px; }
.banners .carousel-caption { width:25%;text-align:left; }
.banners .carousel-caption  a{ }*/

/*.container .navbar.navbar-default { background-color:initial;border:0;min-height:0;margin-bottom:3px;margin-top:15px;background-image:initial;box-shadow:none; }

.container .navbar  li a { padding-bottom:8px;width:130px; }
.container .navbar  li { padding-bottom:0; }
.container .navbar  li:hover { border-bottom:2px solid #000; }*/

footer { padding:20px; }

/*.banners { }

.main_content { padding:0; }
.content { background-color:#111;margin-bottom:30px;border: 1px solid #888; }

.list-group-item:first-child { border-radius: 0 !important; } 
.list-group-item:last-child { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 8px; } */

.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}