@import "bootstrap.min.css";

body {
    font-family: 'Open Sans', sans-serif;
    background-attachment: fixed;
    background-image: url("/img/climbers_1740.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 41px;
}

html, body{

}

.categories{
    padding-bottom:80px;
}

.article-image img{
    max-height:500px;
}

.article-row{
    padding-top:30px;
}

.article-content-main{
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:50px;
}

.latest-article{
    margin-bottom:20px;
}

.latest-article a{
    color:#7e255d;
    font-weight:600;
    font-size:17px;
    margin-bottom:0px;
}

.latest-article .article-description{
    font-size:14px;
}

.article-container{
    margin-bottom:50px;
    height:148px;
}

.article-container h4, h2{
    margin-top:0;
}

.article-anchor{
    font-weight:400;
}

.article-description{
    font-size:11px;
    margin-top:-2px;
    margin-bottom:6px;
    font-weight:400;
}

.article-content{
    font-size:13px;
}

.category-link.active:before{
    content:"-";
    margin-right:5px;
}

.category-link.active{
    /*margin-left:10px;*/
    font-weight:600;
    color:#4f1339;
}

.category-link{
    display:block;
    color:#222;
    font-weight:200;
    font-size:16px;
    letter-spacing: 1px;
    margin-bottom:3px;
}

.category-link:hover{
    color:#2a6496;
}

.category-block{
    width:100%;
    height:30px;
    background-color:#4f1339;
    margin-bottom:50px;
}

.article-img-preview{
    display:block;
    margin-right:auto;
    width:100%;
    max-width:100px;
    height:auto;
}

.container-bg{
    background: rgba(255,255,255,0.85);
}

.container-fill{
    min-height: calc(100% - 125px);
}

.bot-margin-37{
    margin-bottom:37px;
}

h1, h2, h3, h4, h5, h6, h7 {
    color: #7e255d;
}

h1#index-title {
    margin-bottom: 40px;
}

a {
    font-weight: 600;
    color: #7e255d;
    text-decoration: none;
}

.cj_hidden{
    display: none;
}

.transparent_white_bg{
    background:rgba(255,255,255,0.7);
    margin-top:30px;
    padding:10px;
}

#footerbar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    padding: 10px 0px;
    height: 41px;
}

#footerbar span {
    margin-right: 10px;
}

.menubar {
    height: 80px;
    position: relative;
}

#mainmenu {
    position: absolute;
    top: 38px;
    left: 178px;
    list-style-type: none;
}

#mainmenu li  {
    float: left;
    margin-right: 15px;
    padding: 5px;
}

#mainmenu li a {
    color: #111;
    font-weight: normal;
}

#mainmenu li.enhanced, #mainmenu li.enhanced a {
    font-weight:700;
    font-size:18px;
}

#mainmenu li.not_enhanced{
    margin-top: 2.5px;
}

#mainmenu li:last-child{
    margin-top:2.5px;
}

#mainmenu li#spacer {
    width: 1px;
    height: 30px;
}

#mainmenu li:first-child {
    border-left: 1px solid #000;
    margin-left: 15px;
}

.maincontent {
    padding-right: 20px;
    padding-bottom: 90px;
    border-left: 1px solid #7e255d;
}

/* Frontpage */
#frontpage-image {
    height: 200px;
    background: #eee url(/img/mountains.jpg) center -20px no-repeat;
    overflow: hidden;
    margin-bottom: 20px;
}

#frontpage-news {

}

.event_image {
    width: 100%;
    border: 1px solid #444;
}

#frontpage-news .news-block {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

#frontpage-news .news-block:last-child {
    border-bottom: none;
}

#frontpage-news h3 {
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
}

#frontpage-news p.news-date {
    font-weight: 600;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 6px;
}

.mobile-submenu{
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.mobile-submenu li{
    margin: 0px 0px 4px 0px;
}

.mobile-submenu li.active div{
    background: #4f1339;
}

.mobile-submenu li div{
    background: #7e255d;
    padding: 5px;
    color: #FFF;
}

.mobile-submenu li a{
    color: #111;
}

.submenu {
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.submenu li {
    margin: 0px 0px 4px 0px;
    padding: 3px;
}

.submenu li a {
    color: #111;
}



.submenu li a:hover {
    color: #7e255d;
}

.submenu li.subactive {
    background: #7e255d;
}

.submenu li.subactive a {
    color: #fff;
    text-decoration: none;
}

.submenu li.subactive a:hover {
    color: #eee;
}

#mainmenu li.mainactive {
    background: #7e255d;
}

#mainmenu li.mainactive a {
    color: #fff;
    text-decoration: none;
}

#mainmenu li.mainactive a:hover {
    color: #eee;
}

.pointer{
    cursor: pointer;
}

#consultants {
    margin-bottom: 100px;
}

#consultants a {
    color: #111;
}

#consultants .file {
    width: 200px;
    text-align: center;
}

#consultants_presentation {
    padding-bottom: 20px;
}

.rel {
    position: relative;
}


.consultant_aux a {
    color: #111;
}

.consultant_aux img{
    margin-bottom: 10px;
}

.testimonial {
    padding: 10px;
    background: #eee;
    margin-bottom: 20px;
    border-radius: 10px;
    font-style: italic;
}

.core-values{
    padding: 10px;
    background: #D6C0CE;
    margin-bottom: 20px;
    border-radius: 10px;
}

.bottomspace {
    padding-bottom: 90px;
}

#consultant-map, #m_norrland, #m_svealand, #m_gotaland{
    cursor: pointer;
}

.map-container{
    float: left;
    border: 1px solid red;
}

.con-container{
    float: left;
    height: 220px;
    overflow: hidden;
}

.con-container img{
    width: 100px;
}

#gears {
    border: 1px solid #ccc;
}

#gear_holder {
    position: relative;
}

a.gear_link {
    position: absolute;
    cursor: default;
    /*border: 1px solid orange;*/
    text-align: center;
    z-index: 1;
    text-decoration: none;
    color: #111;
    font-size: 11px;
}

#map {
    z-index: 100;
}

#gl1 {
    bottom: 32%;
    right: 4.25%;
    width: 10%;
}

#gl2 {
    bottom: 40%;
    right: 29.5%;
    width: 20%;
}

#gl3 {
    bottom: 15%;
    left: 18%;
    width: 15%;
}

#gl4 {
    top: 33.5%;
    left: 34.9%;
    width: 15%;
}

#gl5 {
    top: 17.5%;
    width: 12%;
    right: 35.25%;
}

#gl6 {
    width: 12%;
    right: 17.3%;
    top: 18%;
}

#gl7 {
    width: 15%;
    left: 16.25%;
    top: 29.5%;
}

#gl8 {
    top: 9%;
    left: 27.5%;
    width: 10%;
}

#gl9 {
    top: 44.5%;
    right: 16%;
    width: 10%;
}

#gl10 {
    bottom: 30%;
    left: 36.5%;
    width: 12%;
}

#gl11 {
    bottom: 40%;
    left: 11%;
    width: 10%;
}

#gl12 {
    font-size: 9px;
    top: 40%;
    right: 2%;
    width: 10%;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}

hr{
    border-color: #CCC;
}

.vdsbar {
    width: 100%;
    background: #4f1339;
    z-index: 2;
}

.vdsbar_small {
    width: 100%;
    height: 28px;
    background: #4f1339;
    margin-top: 27px;
}

.vdsbar_payoff {
    position: relative;
    color: #FFF;
    padding: 10px 0px;
}


.navbar {
    background: none;
    border: none;
    margin-bottom: 0px;
}

.navbar-brand{
    width:238px;
    position:relative;
    height:55px;
    padding:15px;
    margin-left:-15px;
}

.navbar-header{
    height:85px;
}

.navbar-nav{
    margin-top: 40px;
}

.navbar-toggle{
    padding: 10px;
    margin: 24px 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #111;
}

.navbar-default .navbar-nav .enhanced a{
    font-weight: 700;
    font-size: 18px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 13px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #FFF;
    background-color: #7e255d;
}

.nav>li:first-child{
    border-left: 1px solid #111;
}

.comp-cogs{
    display: none;
}

#formerror {
    background: red;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
}

span.req {
    color: red;
}

#sent {
    text-align: center;
    font-size: 20px;
    padding: 15px;
    background: #5cb85c;
    color: #fff;
}

#searchbox {
    position: absolute;
    top: 7px;
    right: 0px;
}

#searchbox input {
    width: 300px;
    color: #111;
    border-color: #fff;
}

.searchresult {
    padding: 5px 0px 15px 0px;
    border-bottom: 1px solid #4f1339;
    margin-bottom: 15px;
}

#search-btn {
    background: black;
    border-color: black;
    padding : 4px 8px 4px 8px;
    border-radius: 0px;
}

@media (max-width:1200px){
    .navbar-nav>li>a{
        padding-left:7px;
        padding-right:7px;
    }
}

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top:5px;
        padding-bottom: 5px;
    }

}

@media(max-width: 700px) {
    a.gear_link {
        position: static;
        width: 100%!important;
        font-size: 14px!important;
        text-align: left!important;
        text-shadow: none!important;
        display: block!important;
        padding: 5px;
        margin: 3px;
        background: #7e255d;
        color: #FFF;
        font-weight: normal;
    }

    .comp-cogs{
        display: inline-block;
    }

    #gear_holder img{
        display: none;
    }
}

@media(max-width: 768px){
    .container-bg {
        background: #FFF;
    }

    .navbar-nav{
        margin-top: 0px;
    }
    .navbar-default .navbar-nav .enhanced a, .navbar-nav>li>a{
        padding: 10px !important;
        font-size: 14px !important;
    }
}

@media(max-width: 991px){

    .nav>li:first-child{
        border-left: none;
    }

    .navbar-nav>li>a {
        font-size: 13px;
    }

    .navbar-default .navbar-nav .enhanced a {
        font-size: 13px;
    }

    .nav>li>a{
        padding: 5px 4px;
    }

    .maincontent{
        border-left:none;
        padding-bottom: 0px;
    }

    .bottomspace{
        padding-bottom: 15px;
    }

    #frontpage-news{
        padding-bottom: 90px;
    }

    .category-block{
        margin-bottom:15px;
    }

    .article-content-main{
        margin-bottom:0;
    }

    .article-container{
        height:auto;
        margin-bottom:25px;
    }

    .article-container:last-of-type{
        margin-bottom:15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar .container{
        padding:0px;
    }

    .navbar-collapse {
        border-top:none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
        padding-left:0px;
        padding-right:0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }

    .navbar-nav>li>a {
        padding-top:10px;
        padding-bottom: 10px;
        padding-left:15px;
    }
}

#logo25 {
    position: absolute;
    top: 0px;
    right: -40px;
    width: 100px;
    transform: rotate(10deg);
    z-index: 10000;
}

#banner15years {
    background: #f9f9e4;
    position: relative;
    padding-left: 140px;
    min-height: 120px;
    border: 1px solid #BDC48D;
    border-radius: 10px;
}
#banner15first {

}
#banner15first h2 {
    color: #466726;
    margin-top: 10px;
}
#banner15 {
    position: absolute;
    left: 10px;
    top: 5px;
    height: 100px;
    transform: rotate(10deg);
}
.tcenter {
    text-align: center;
}
#banner15open {
    margin-right: 70px;
}
.btn-green {
    background: #466726;
    color: #f9f9e4;
}
.btn-green:hover {
    background: #2f401e;
    color: #fff;
}

#banner15campaign {
    padding-bottom: 30px;
    padding-right: 15px;
}
#gdpr {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 30px;
    background: #230317;
    color: #fff;
    z-index: 10000;
    width: 100%;
    text-align: center;
    display: none;
}
#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
  }
  
  #popup-content {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    background: #7e255d !important;
  }
  #email-form {
    
    color: #fff;
  }
  
  #email-form input {
    padding: 10px;
    margin: 10px 0;
    width: 80%;
    text-align: center;
    color: #7e255d
  }
  
  #email-form button {
    color: #7e255d;
    background-color: #fff;;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
  }
  #close-popup {
    position: relative;
    margin-top:-20px;
    margin-right: -20px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    border-radius: 30px !important;
    color: #7e255d;
    background-color: #fff;;
    padding: 10px 20px;
  }
  
  