body {
    font-family: Verdana, sans-serif;
    font-size: 1em;
    font-family: 'Open Sans', Arial, sans-serif;
    background: #e9e9e9;
}
.page{
  background: #fff;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
padding:0px 20px;
}

h2 {
    padding: 0;
    font-size: 1.73333333em;
    margin: 0 0 .5em;
}

.dummy-block {
    background-color: #f0f0f0;
    border: 1px solid #e9e9e9;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 40px 20px;
    margin-bottom: 20px;
    font-size: 36px;
    color: #a7a7a7;
}

header {
    margin-top: 20px;
}

nav .dummy-block {
    padding: 16px 20px;
    font-size: 18px;
}

main {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    margin-bottom: 20px;
    padding: 20px 0px;
}

aside .dummy-block {
    padding: 160px 20px;
}
aside .dummy-block img{
margin-top:40px;
}
.banner {
    display: block;
    text-align: center;
}

.logo-velux {
    display: inline-block;
    float: left;
    margin-bottom:20px;
}

h2.title {
    display: inline-block;
   /* border-left: 1px solid #c4c4c4;*/
    margin-top: 0px;
    vertical-align: middle;
    padding: 15px 0px;
    padding-left: 0;
    margin-bottom:20px;
}

.category-info {
    font-size: 22px;
    line-height: 24px;
}
.category .row {
  margin-left:-10px;
  margin-right:-10px;
}
.category .col-md-3 {
  padding-left:10px;
  padding-right:10px;
}
.category-block {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 35px;
    margin-left: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-left: 1px solid rgba(0, 0, 0, .05);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.category-block__img {
    width: 100%;
    margin: 0;
    text-align: center;
    border-bottom: 1px dashed #e9e9e9;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.category-block__desc {
    width: 100%;
    padding: 1em 0 0;
    position: relative;
    height: 120px;
}

.category-block__desc h2 {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
	 line-height: normal!important;
}
.category-block__desc h2 sup {
  top: -.5em;
  font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.button {
    float: right;
    left: auto;
    right: 0;
    margin: 0;
    position: relative;
    background-color: #a9cae5;
}

.button a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: .55em 2.5em .55em .75em;
}

.button i {
    position: absolute;
    right: .75em;
    top: .83em;
    background-image: url(../img/chevron-right.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

.button:hover {
    background-color: #82b2d9;
}
.button-red {
  background-color: #f00;
border-color: #c00;
    width: 286px;
}
.button-red:hover {
  background-color: #c00;
}
.download-box {
border: 1px solid rgba(0, 0, 0, .05);
padding:20px;
margin-bottom:40px;
background: url(../img/download-bg.jpg)no-repeat center;
background-size:cover;
box-shadow: 0 2px 21px rgba(0, 0, 0, .05);
}
.download-box h3 {
  display:inline-block;
  margin:0px;
  font-size:2.35em;
  padding-top: 10px;
}
.nav-tabs {
  background-color: #5d5d5d;
  margin-top:30px;
  border:none;
}
.nav-tabs>li {
  background: none;
display: table-cell;
text-align: center;
border-top: 4px solid transparent;
vertical-align: middle;
padding: 0;
float:none;
margin:0px;
}
.nav-tabs>li>a {
  display: inline-block;
text-decoration: none;
white-space: nowrap;
color: #f0f0f0;
padding: 1.3em 1.6em;
border-radius:0px;
border:none;
font-size:16px;
margin:0px;
height:64px;
}
.nav-tabs>li.active {
  border-top-color: #f00;
background: #fff url(../img/chevron-down.png)no-repeat center 50px;
margin:0px;
}
.nav-tabs>li.active:hover {
  background: #fff url(../img/chevron-down.png)no-repeat center 50px;
}
.navbar>li.active:hover a,
.navbar>li.focus:hover a {
    color:#f00;
    background:transparent;
}
.nav-tabs>li.active>a {
  color: #f00;
font-family: 'Open Sans',Arial,sans-serif;
font-style: normal;
font-weight: normal;
border-radius:0px;
border:none;
margin:0px;
height:64px;
background:transparent
}
.nav-tabs>li:hover {
  border-top-color: #f00;
  background:transparent;
}

.nav-tabs>li>a:hover,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border:none;
  background:transparent;
}
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #f00;
}
.tab-content {
  margin:30px 0px;
}
.category {
  margin-bottom:-30px;
}
.tab-content .inline {
  display:inline-block;
}
.button-left {
  float:left;
  margin-top:20px;
}
.full {
  width:100%;
}
.small {
  width:70%;
  display:inline-block;
}
