
@import url("fonts/stylesheet.css");

/*
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: local('Jura Regular'), local('Jura-Regular'), url(http://themes.googleusercontent.com/static/fonts/jura/v4/pqMzP52_r6zHbOILcX8h-A.woff) format('woff');
}
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: local('Play'), url(http://themes.googleusercontent.com/static/fonts/play/v3/-SXnV4mZjf4oh1IBw13WZw.woff) format('woff');
}
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  src: local('Play-Bold'), url(http://themes.googleusercontent.com/static/fonts/play/v3/ZzUearZLklGfoL18Ti0GaQ.woff) format('woff');
}
*/

body{
    width:100%;
    min-width: 1024px;
    min-height: 100%;
    position: absolute;
    color:#999999;
    font-family: "Play",Helvetica,Arial,sans-serif;
    font-size: 10px;
    line-height: 12px;
    background: url("../img/body-bg.png") repeat-x top left #CBCBCB;

}

table img{
    max-width: none;
}

.body-wrapper{
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index : -1;

    background: url("../img/body-bg.png") repeat-x top left #FFFFFF;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CBCBCB));
    background: -webkit-linear-gradient(top, #FFFFFF, #CBCBCB);
    background: -moz-linear-gradient(top, #FFFFFF, #CBCBCB);
    background: -ms-linear-gradient(top, #FFFFFF, #CBCBCB);
    background: -o-linear-gradient(top, #FFFFFF, #CBCBCB);


}

a{
    color:#999999;
}

a:hover, a:focus{
    text-decoration: none;
    color:#C00505;
    transition: color 0.4s ease 0s;
}

h6{
    background-color: #F2F2F2;
    text-align:center;
    padding-top:14px;
    padding-bottom:14px;
    border-radius: 5px 5px 5px 5px;
}

.clickable{
    cursor: pointer;
}

.container{
    width:980px;
}

.cookie-warning{
    margin:0;
}

.cookie-warning2{
    position:fixed;
    right:0;
    top: 40px;
    width:100px;
    z-index: 1000;
}

.body-wrapper{
    padding-top:100px;
}

.header{
    top:0;
    height:110px;
    width:100%;
    margin:0;
    position:fixed;
    z-index:1000;
}



.header .container{
    position:relative;
}

.header .header-block{
    display:inline-block;
    height:110px;
    float:left;
}


.header .spacer-left {
    background: url("../img/hd-bg1.png") repeat-x scroll left bottom transparent;
    height: 110px;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.header .spacer-right {
    background: url("../img/hd-bg2.png") repeat-x scroll left bottom transparent;
    height: 40px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


.header .logo{
    width: 25%;
    background: url("../img/hd-bg-logo.png") bottom right no-repeat transparent;
}
.header .logo img{
    padding-top:50px;
}
.header .main-menu{
    padding:0;
    height:40px;
    width:75%;
    background: url("../img/hd-bg2.png") bottom left repeat-x transparent;
    font-size:11px;
}
.header .main-menu ul{
    margin:0;
}

.header .main-menu .user-menu, .header .main-menu .user-menu a{
    font-weight: normal;
}
.header .main-menu .user-menu a:hover{
    color:#000000;
}



.header .page-header .breadcrumb{
    padding-right:0;
    margin-right:0;
}

.main-menu, .main-menu a{
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    display:block;
}
.main-menu a:hover{
    color:#000000;
}

.main-menu .menu li, .main-menu .user-menu{
    line-height: 34px;
    border-right:0 none;

}
.main-menu .menu li{
    background: url('../img/menu-sep.png') no-repeat center right transparent;
}
.main-menu .menu li.last{
    background: none;
}

.main-menu [class^="icon-"], .main-menu [class*=" icon-"] {
    vertical-align: text-bottom;
}

.main-menu .menu.menu-forum li {
    background-position: left center;
}
.main-menu .menu.menu-forum li, .main-menu .menu.menu-forum li a{
    font-weight: normal;
}

.main-menu .menu .dropdown-menu{
    min-width: 0;
}
.main-menu .menu .dropdown-menu li{
    background-image: none;
    padding:0;
    width:100%;
}

.container.controls{
    min-height: 36px;
    min-height: 5px;
    position:relative;
}

.container.controls .page-header{
    border: 0 none;
    font-size:41px;
    text-transform: uppercase;
}

.container.controls .page-header.pull-right{
    position:absolute;
    bottom:30px;
    right:0;
}
.container.controls .page-header.pull-right ul{
    padding-right:0;
}


.page-header {
    border-bottom: 2px dotted;
    color: #D8D8D8;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
}


.breadcrumb{
    background-color: transparent;
    margin: 0;
    padding-left:0;
    float:left;

}


.body{
    min-height:200px;
    clear:both;
    padding-bottom:150px;
    background-color: #FFFFFF;
}

.body .page{
    background-color: #F2F2F2;
    text-align: justify;
    font-size: 13px;
    line-height: 18px;
}

.body .page.fill{
    background-color: #FFFFFF;
}

.body .page table{
    border-collapse: separate;
    border-spacing: auto;
}

.body .page .page-body{
    padding:25px;
}
.body .page .page-image img{
    width:100%;
}

.body .page .page-body .page-header{
    border-bottom: 0 none;
    color: #666666;
    font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Jura", Arial, Helvetica, sans-serif;
    text-align: left;
}

.body .page-footer{
    margin-top:50px;
}

.sitemap{
    margin-top:20px;
    margin-bottom:30px;
}

.sitemap .page-header{
    padding-bottom:0;
}
.sitemap .menu{
    margin-top:9px;
}
.sitemap .menu li{
    border:0 none;
}

.sitemap .menu ul{
    margin:0;
}
.sitemap .menu>ul>li{
    width:17%;
    padding-left:0;
    padding-right:3%;
}

.sitemap .menu>ul>li li{
    float:none;
}


.footer {
    background-color: #BFBFBF;
    background-image: url("../img/bevel_300.png");
    background-repeat: repeat-x;
    border-bottom: 0 solid #FFFFFF;
    border-top: 0 solid #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.6) inset, 0 -1px 1px 0 rgba(0, 0, 0, 0.6) inset, 0 0 5px 0 rgba(0, 0, 0, 0.6);

    width: 100%;
    position:absolute;
    bottom: 0;
    color:#FFFFFF;
    font-weight: bold;
    height: 130px;
    padding-top:10px;
    padding-bottom:10px;
}
.footer a{
    color:#FFFFFF;
}

.footer ul.menu li{
    border: 0 none;
}

.footer .row-fluid{
    height:65px;
}
.footer .row-fluid img{
    max-height:57px;
}

.footer p.copy{
    margin:0;
    margin-top:45px;
    height:10px;
}
.main-menu .menu li {
  background: url("../img/menu-sep.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.footer .footer-menu li{
    border-right: 0;
    padding-left:2px;
    background: url("../img/hyphen.png") no-repeat center right transparent;
}
.footer .footer-menu li.last{
    background-image: none;
    padding-right:0;
}

.footer .design{
    text-align:right;
}
.footer .design .text-bottom{
    vertical-align:bottom;
}

.menu, .menu ul{
    list-style: none outside none;
}
.menu li{
  float:left;
  line-height: 14px;
  padding: 0 10px;
  border-right: 1px solid #999999;
}
.menu li.last{
    border-right: 0 none;
}
.menu li.separator{
    margin:0;
    padding:0;
}



.btn {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #666666;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer !important;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  padding-top:6px;
  padding-left:20px;
  padding-right:20px;
  text-shadow: none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.6);
}

.btn-mini{
    padding:5px;
}

.btn:hover, .btn:focus{
    background-color: #F2F2F2;
    color:#C00505;
    transition: color 0.4s ease 0s;
}

.btn-inverse{
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.6);
}
.btn-inverse:hover, .btn .btn-inverse:focus{
    background-color: #333333;
    border-color: #F2F2F2;
}

.row-fluid .span2-4 {
  width: 19.2%;
  margin-left:1%;
}

address strong{
    color:#666666
}

.highlights{
    /*margin-top:20px;*/
    margin-top:10px;
}

.highlights .thumbnail{
    padding:0;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.highlights .thumbnail .contents{
    background-color: #F2F2F2;
    /*height:250px;*/
    overflow:hidden;
    position:relative;
}
.highlights .thumbnail .contents p{
    background-color: #F2F2F2;
    padding:12px;
    margin:0;
    font-size: 12px;
    line-height: 14px;
    position:absolute;
    bottom: 0;
    left:0;
    right:0;
    height:60px;
    overflow : hidden;
    z-index: 10;
}

.highlights .thumbnail img{
    width:100%;
}

.news.list .page{
    margin-bottom:20px;
}
.news.list .page .date{
    margin-left:10px;
}

.news .downloads{
    list-style-type: none;
    margin-left:0;
}

 .news .downloads li{
    padding-left:38px;
    line-height: 32px;
    background: url('../img/pdf_icon.png') no-repeat center left;

}

.gallery.list .thumbnail{
    padding:0;
    border: 0 none;
    background-color: #F2F2F2;
    overflow:hidden;
    position:relative;
    border-radius: 0;
    box-shadow: 0 0 18px 1px rgba(185, 184, 184, 0.6);
    color:#666666;
    text-align: center;
    font-size:12px;
}

.gallery.list .thumbnail h3, .gallery.list .thumbnail h3 a{
    line-height: 12px;
    font-size:12px;
    text-transform: uppercase;
    font-weight: normal;
    color:#666666;

}

.gallery.list .thumbnail h3{
    border-bottom: 1px solid #666666;
    margin-top:0;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    padding:10px;
}

.gallery.list .thumbnail h3, .gallery.list .thumbnail p{
    min-height: 2em;
    line-height: 1em;
}

.gallery.list .thumbnail .contents p{
    background-color: #F2F2F2;
    padding:12px;
    margin:0;
    font-size: 12px;
    line-height: 14px;
    position:absolute;
    bottom: 0;
    left:0;
    right:0;
    height:60px;
    overflow : hidden;
    z-index: 10;
}

.gallery.list .thumbnail img{
    width:100%;
}

.gallery .page-body{
    margin:0;
}

.gallery .slideshow .window{
    box-shadow: none;
}

.gallery .slideshow .thumbnails{
    background-image:  url("../img/thumb-bg-gray.png");
    background-color: #FFFFFF;
}

.gallery  .slideshow .thumbnails li{
    background-color: #BABCBE;
}
/*
.gallery  .slideshow .window .overlay .arrow-left, .gallery  .slideshow .window .overlay .arrow-right{
    background-image: url("../img/arrows_red.png");
    width:50px;
}
.gallery  .slideshow .window .overlay .arrow-left{
    top:70%;
    left:10px;
}
.gallery  .slideshow .window .overlay .arrow-right{
    top:20%;
    right:10px;
}
*/


/**
 * product specifics
 */

.page.product{
    background-color: #FFFFFF;
    background-color: transparent;
}

.page.product .page-header{
    border:0 none;
    background-color:#E5E5E5;
    color:#999999;
    text-transform: uppercase;
    font: 38px "Jura";
    padding:5px;
    margin-bottom:10px;
}

.page.product .page-body{
    padding:0;
}

.page.product .tab-content{
    background-color:#E5E5E5;
    min-height:300px;
    padding:30px;
}

.page.product h4{
    font-size:12px;
    font-weight:normal;
    border-bottom:1px solid #999999;
    margin:14px;
    line-height: 20px;
}

.page.product .page-body .nav{
    border-bottom: 1px solid #FFFFFF;
    margin:0;
}

.page.product .page-body .nav, .page.product .page-body .nav a{
    background-color: #999999;
    color:#FFFFFF;
    text-transform: uppercase;

    font-size: 14px;
    text-align: center;
}

.page.product .page-body .nav li{
    margin:0;
    /*width:33.33333%;*/
}
.page.product .page-body .nav a:hover, .page.product .page-body .nav li.active a{
    color:#C00505;
    font-weight: normal;
    background-color:#E5E5E5;
    border:0 none;
    border-radius: 0;
    margin:0;
    height:20px;
}

.page.product .related{
    background-color: #FFFFFF;
    /*
    width:50%;
    margin-left:25%;
    */
}

.page.product .related .thumbnail img{
    width:50%;
    margin:0 auto;
}

.page.product .related, .page.product .related a{
    text-align:center;
    text-transform: uppercase;
    color: #666666;
}

.page.product .related .thumbnails li{
    margin:0;
    width:100%;
    /*margin-left:25%;*/
    /*width:200px;*/
}

.page.product .slideshow .window{
    box-shadow: none;
    height: auto;
    margin:14px;
    margin-right:0;
    min-height: 170px;
}
.page.product .slideshow .thumbnails, .page.product .slideshow .thumbnails li{
    background: none;
}



.page.product .slideshow .thumbnails .thumbnail{
    width:61px;
    height:50px;
}
.page.product .features{
    margin:12px;
    margin-top:20px;
    margin-right:0;
}
.page.product .features .thumbnails li{
    margin:0;
}

.page.product .features .thumbnails li img{
    max-width:32px;
    max-height:32px;
}

.page .download{
    list-style-type: none;
    background: url("../img/pdf_icon.png") no-repeat center left;
    padding-left:48px;
    line-height: 40px;
}


.thumbnail {
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0 0;
  padding: 1px;
}


.pagination, .pagination a{
    font-size:14pt;
}


select, input[type="file"] {
  height: 26px;
  line-height: 13px;
}

.actions select{
    margin-bottom: 0;
}

.page.login form{
    height:350px;
    position: relative;
}
.page.login form .form-actions{
    position:absolute;
    bottom: 0;
    width:50%;
}
