*{
    margin:0;
    padding:0;
    outline:none;
    font-size:12px;
    font-family:arial;
    box-sizing: border-box;
}

body{
    background:#DFE3E5;
}

p{
    display:block;
    margin-bottom:10px;
}

a{
    color:#035300;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#top{
    background:#fff;
    height:145px;
}

#logo{
    width:399px;
    height:106px;
    background:url('../img/logo.png');
    display:block;
    margin-top:17px;
    float:left;
}

#logo_right{
    width:180px;
    height:64px;
    background:url('../img/logo_right.png');
    display:block;
    margin-top:10px;
    float:right;
    margin-top:45px;
}

.container{
    width:1200px;
    margin:0 auto;
    display:block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#menu ul li{
    display:block;
    float:left;
    list-style-type: none;
    height:50px;
}

#menu ul li a:hover{
    background: #1F3152;
}

#menu ul li a:active{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.6) inset;
}

#menu ul li.active a, #menu ul li.active a:hover
{
    background:#B11706;
}

#menu ul li a{
    height:50px;
    display:block;
    line-height:50px;
    color:#fff;
    text-decoration: none;
    padding:0 50px;
    font-size:24px;
    font-family: 'BenchNine';
     font-weight: 300;
}

#header .title{
    background:rgba(0,0,0,0.65);
    position:absolute;
    width:100%;
    z-index:999;
}

#header .title p a{
    color:#fff;
}

#header .title p{
    color:#fff;
    margin:0;
    padding:10px 0;
}

#header{
    position:relative;
}

#menu{
    background:#243960;
    height:50px;
}

.row{
    display:table;
    margin:0;
    padding:0;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;        
    
}

.row .col{
    display:table-cell;
    vertical-align: top;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;    
}

.row .col.sidebar{
    width:270px;
    background:#fff;
}

footer .row .col.sidebar{
    background:none;
}

.row .col.main.big{
    width:930px;
    padding:30px;
    padding-left:0;
}

.row .col.main{
    width:660px;
}

.articles_list{
    list-style-type: none;
}



.main .articles_list article{

    border-top:4px solid #fff;
    border-bottom:4px solid #fff;
}

.articles_list article{
    display:block;

}

.main_photo img{
    display:block;float:left;
}

.main_photo {
    display:block;
    float:left;
    background:#fff;
    padding:4px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    margin:0 20px 20px 0;
}

.articles_list article img{
    border:none;
}

.articles_list article .body p{
    font-family: arial;
    font-size:14px;
    color:#243766;
    line-height:19px;
    
}


.articles_list article .body{
    padding:30px;
    display:block;
}

.articles_list article h1 a:hover{
    color:#B11706;
}

.articles_list article img{
    display:block;
    max-width: 100%;
    width: 100%;
    min-width: 200px;
    height: auto;
    
    clear:both;
}

.articles_list.sidebar article h1 a{
    
    font-family: 'BenchNine';
    font-weight: 300;
    font-size:24px;
    line-height:24px;
    margin-bottom:10px;
}

.articles_list.sidebar article p{
    font-size:12px;
}

.articles_list article h1 a{
    color:#243766;
    display:block;clear:both;
    font-family: 'BenchNine';
    font-weight: 400;
    font-size:30px;
    text-decoration:none;
}



.page_title{
    font-weight: normal;
    display:block;
    padding:30px;
    font-size:35px;
    display:block;
    clear:both;
    font-weight: 400;
    font-family: 'BenchNine';
    
}

footer{
    background:#243767;
    color:#ccc;
    font-size:12px;
}



footer nav ul{
    list-style-type: none;
    padding-left:30px;
    
}



footer .container{
    padding:30px 0;
    
}

footer nav ul li a:hover{
    text-decoration: none;
    color:#fff;
}

footer nav ul li:last-child a{
    padding-bottom:0;
}

footer nav ul li a{
    
    display:block;
    color:#ccc;
    text-decoration: none;
    padding-bottom:5px;
    font-size:22px;
    font-family: 'BenchNine';
     font-weight: 300;
     float:left;
     display:block;
     clear:both;
}


footer p.citat{
    margin-bottom:10px;
    font-family: 'BenchNine';
     font-weight: 300;
     font-size: 16px;
     font-style: italic;
     padding:0 30px;
}

footer p.citat span{
    display:block;
    text-align:right;
    font-family: 'BenchNine';
     font-weight: 300;
     font-size: 14px;
     float:right;
    
}

.article h2{
    clear:both;

    margin:0 auto;
    font-family: 'BenchNine';
    font-size:28px;
    line-height:40px;
    font-weight:300;
    color:#243767;
    margin-bottom:10px;
}

.article h1{
    font-family: 'BenchNine';
    font-size:35px;
    line-height:45px;
    font-weight:300;
    color:#243767;
    margin-bottom:15px;
}

.article{
    line-height:20px;
    color:#444;
    font-size:13px;
}

.article p{
    margin-bottom:15px;
    font-size:13px;
}

.sidebar .padding.docs a{
    display:block;
    margin-bottom:5px;
}

.sidebar p.citat span{
    display:block;
    color:#999;
    text-align:right;
    padding-top:5px;
}

.sidebar p.citat{
    font-style: italic;
    line-height:19px;
    color:#444;
    margin-bottom:0;
}

.sidebar h2.big.green{
    background:#035300;
}

.sidebar h2.big{
    margin-bottom: 0;
    font-family: 'BenchNine';
    padding:20px 30px;
    font-size:26px;
    line-height:28px;
    font-weight:300;
    background:#243767;
    color:#fff;
}

.sidebar h2{
       font-family: 'BenchNine';
    font-size:24px;
    line-height:24px;
    font-weight:300;
    color:#243767;
    margin-bottom:10px;
}

.sidebar .padding{
    padding:30px;
    border-bottom:1px solid #eee;
}

.membru:hover .img{
    -webkit-transform: rotate(5deg); 
    transform:rotate(5deg);
    -moz-transform: rotate(5deg);
    
}

.membru .img img{
    float:left;
    display:block;

}

.membru .name span{
    text-decoration: none;
    display:block;
    color:#666;
}

.membru .name{
        width:175px;
    text-decoration: none;
    margin-top:10px;
    display:block;
    text-align: center;
    line-height:20px;
}

.membru .img{
    width:180px;
    overflow: hidden;
    margin:0 auto;
    display:block;
    border:5px solid #fff;
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.membru{
    float:left;
    display:block; 
    margin:0 30px 30px 0;
}

@media only screen and (max-width: 1201px) {
    
.thumbnail{
    
    margin-right:20px; 
    margin-bottom:20px;
}    
    


    .container{
	width:1100px;
    }
    
    .row .col.sidebar{
	width:250px;
    }

    .row .col.main.big{
	width:850px;
    }

    .row .col.main{
	width:600px;
    }
    .sidebar .padding{
	padding:20px;
    }
    
    .sidebar h2.big{
	padding:20px;
    }
    
    .articles_list article .body{
	padding:20px;
    }
    
}

.thumbnail:hover{
    -webkit-transform: rotate(5deg); 
    transform:rotate(5deg);
    -moz-transform: rotate(5deg);
}

.thumbnail img{
    display:block;
    border:none;
    margin:0 auto;
    width:180px;
    height:130px;
}

.thumbnail{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background: #fff;
    display:block;
    float:left;
    padding:5px;
    box-shadow:0 0 5px rgba(0,0,0,0.1);
    margin-right:30px; 
    margin-bottom:30px;
}

.pagination{
    display:block;clear:both;
    overflow:hidden;
    list-style-type: none;
}

.pagination li.active a{
    font-weight: bold;
    text-decoration: underline;
}

.pagination li{
    display:block;float:left;
    padding:3px;
}

/** carousel  **/

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}


.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;}


