/*---------------------------------------------------------------------------------
  Grids
---------------------------------------------------------------------------------*/

.container{
  padding-left:15px;
  padding-right:15px;
}
@media (max-width: 768px){
  .container{
    width: auto;
    padding-left:15px;
    padding-right:15px;
  }
}

@media (min-width: 768px){
  .container{
    width: 750px;
    padding-left:15px;
    padding-right:15px;
  }
}

@media (min-width: 992px){
  .container{
    width: 992px;
    padding-left:15px;
    padding-right:15px;
  }
}

@media (min-width: 1200px){
  .container{
    width: 1200px;
    padding-left:15px;
    padding-right:15px;
  }
}

/*---------------------------------------------------------------------------------
  Font faces
---------------------------------------------------------------------------------*/
body {
  background: #fff;
  font-family: 'MuseoSans', sans-serif;
  font-size:14px;
  line-height:26px;
}
h1,h2,h3 {
  font-family: 'League Gothic', sans-serif;
}
h4,h5,h6 {
  font-family: 'MuseoSans', sans-serif;
  font-weight:700;
}
h1, .h1 {font-size: 52px;}
h2, .h2 {font-size: 47px;}
h3, .h3 {font-size: 32px;}
h4, .h4 {font-size: 20px;}
h5, .h5 {font-size: 14px;}

a:link,a:visited,a:hover,a:active {  color:#E74142;font-weight:700;}
h1 a:link,h1 a:visited,h1 a:hover,h1 a:active,
h2 a:link,h2 a:visited,h2 a:hover,h2 a:active,
h3 a:link,h3 a:visited,h3 a:hover,h3 a:active
 {
  color:#E74142;font-weight:300;
}

::selection {
  background: #E74142;
  color:#fff;
}

/*---------------------------------------------------------------------------------
  Special manual classes
---------------------------------------------------------------------------------*/
/*280x68*/
.filled-btn-red,.filled-btn-white, .border-btn-red, .border-btn-white {
  font-weight: 100!important;
  font-size: 28px!important;
  line-height:52px!important;
  font-family: 'League Gothic', sans-serif;
  padding:4px;
  min-width:280px;
  text-align:center;
}
.filled-btn-red,.border-btn-white:hover,.border-btn-white:active {
  border: 4px solid #E74142;
  background: #E74142;
  color: #fff !important;
}
.filled-btn-white,.border-btn-red:hover,.border-btn-red:active {
  border: 4px solid #FFF;
  background: #fff;
  color: #E74142 !important;
}
.border-btn-red,.filled-btn-white:hover,.filled-btn-white:active {
  border: 4px solid #FFF;
  background: #E74142;
  color: #FFF !important;
}
.border-btn-white,.filled-btn-red:hover,.filled-btn-red:active {
  border: 4px solid #E74142;
  background: #fff;
  color: #E74142 !important;
}
/*350x68*/
.btn.bigger {
  min-width:350px;
}
/*120x48*/
.btn.smaller {
  min-width:120px;
  font-size: 26px!important;
  line-height:30px!important;
}
/*120x36*/
.btn.smallest {
  min-width:120px;
  font-size: 22px!important;
  line-height:18px!important;
}
@media (max-width: 768px){
  .btn.bigger {
    min-width:280px;
  }

}


/* svgs */
img.svg{display:none;}
.svg-redline-thin g,
.svg-redline-thin g *{
  stroke: #E74142 !important;
  stroke-width:0.2px!important;
}
.svg-redline-thin text{
  stroke: #FFF !important;
  stroke-width:0.3px!important;
  fill: #E74142 !important;
  font-weight:100;
}
.svg-redline-normal g,
.svg-redline-normal g *{
  stroke: #E74142 !important;
  stroke-width:0.3px!important;
}
.svg-redline-normal text{
  stroke: none !important;
  fill: #E74142 !important;
  font-weight:100;
}
.svg-redline-thick g,
.svg-redline-thick g *{
  stroke: #E74142 !important;
  stroke-width:0.5px!important;
}
.svg-redline-thick text{
  stroke: #E74142 !important;
  stroke-width:0.3px!important;
  fill: #E74142 !important;
  font-weight:100;
}

.svg-size-small{width:35px;height:35px;}
.svg-size-middle{width:65px;height:65px;}
.svg-size-big{width:100px;height:100px;}


/* icon lists with text */
.icon-text-list *{
  vertical-align: middle;
}
.icon-text-list strong{
  margin-left:30px;
}


/* link to top */
#top-link-block.affix-top {
    position: absolute;
    bottom: -82px;
    z-index:200;
    right: 25px;
}
#top-link-block.affix {
    position: fixed;
    bottom: 18px;
    right: 25px;
    z-index:200;
}

/*cookiebar */
.cookiebar {
    position: fixed;
    bottom: 0px;
    left:0px;
    right:0px;
    width:100%;
  background-color:#333333;
  height:50px;
  padding-top:12px;
  text-align:center;
  color:#fff;
  font-size:10px;
  z-index:100;
}
.cookiebar a{
  color:#fff;
  font-size:10px;
}
.cookiebar button{
  height:25px;
  font-weight: 100!important;
  font-size: 15px!important;
  line-height: 14px!important;
  font-family: 'League Gothic', sans-serif;
  padding: 2px!important;
  min-width: 75px;
  text-align: center;
  margin-left:10px;
  margin-right:10px;
}

@media (max-width: 650px){
  .cookiebar button{
    float:left;
    margin-left:19px;
    margin-right:0px;
  }
  .cookiebar a{display:none;}
  .cookiebar span{
    display: block;
    float: right;
    text-align:center;
    width: 175px;
    margin-right: 70px;
    margin-top: -2px;
    line-height: 15px;
    }
  }
  @media (max-width: 350px){
    .cookiebar span{
      width: 155px;
    }
  }

.page-title{
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (max-width: 768px){
  .page-title{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px){
  .page-title{
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px){
  .page-title{
    padding-top: 40px;
    padding-bottom: 30px;
  }

}

/* contact map */
.contact-map{
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  min-height: 350px;
  margin: 0;
}
.contact-map-wrapper{
  height:350px;
}
.contact-map.show-it{
  opacity: 1;
  transition:all 1s ease-out;
}
.block-namemap{
  min-height:350px!important;
  opacity:0.8;
}

/*---------------------------------------------------------------------------------
  Pages
---------------------------------------------------------------------------------*/
/* custom pages */
@media (max-width: 768px){
  .ccm-custom-style-container.ccm-custom-style-main47-1105{
    margin-right:0px;
  }
  .ccm-custom-style-container.ccm-custom-style-main46-1068 {
    padding-left: 0px;
  }
}

/*tjanst*/
.page-type-tjanst .page-title {
  text-align:center;
}

.page-type-tjanst .work-information .container{
  max-width:710px;
}

a.fb-page-link,
a.li-page-link{
 background-color:#2E2E2E;
  padding:0px;
  width:20px;
  height:20px;
  display:inline-block;

}

.fb-page-link svg,
.li-page-link svg{
  vertical-align:middle;
  width:20px;
  height:20px;
}
.fb-page-link svg *,
.li-page-link svg *
{
  fill:#fff;
  stroke:#2E2E2E;
  stroke-width:0.8px;
}


/*white paper*/
.page-template-whitepage{}
.page-template-whitepage .whitepage-page-title .container{
  max-width:710px;
}
.page-template-whitepage .page-title {
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom:-10px;
}
.page-template-whitepage .whitepage-page-title .col-sm-12{
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 650px){
  .page-template-whitepage .page-title {
    margin-left: 30px;
  }
}

/* full width-red */
.full-width-red-slider{
  background-color:#FFF;
  margin-left:-15px;
  margin-right:-15px;
  color:#fff;
}
.full-width-red-slider .ccm-image-slider-container{
  max-width:980px;
  margin:0px auto;
  position:relative;
}

.full-width-red-slider .ccm-image-slider-text{
  background-color:#E74142;
  color:#FFF;
  min-height: 150px;
    display: inline-block;
    min-width: 100%;
}

.full-width-red-slider .ccm-image-slider-text h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'MuseoSans', sans-serif;
    line-height: 17px;
    text-align: center;
    margin: 0px auto;
    margin-top:22px;
    max-width:870px;
    width: 100%;
}

.full-width-red-slider .ccm-image-slider-text .slider-text-inner {
    font-size: 14px;
    font-weight:300;
    line-height: 17px;
    text-align: center;
    margin: 0px auto;
    max-width:870px;
    width: 100%;
}

.full-width-red-slider .ccm-image-slider-text .slider-text-inner p {
    margin: 0px auto;
    max-width:870px;
    width: 100%;

}
.full-width-red-slider .ccm-image-slider-text .slider-text-inner p:nth-child(1) {
    font-size:12px;
    font-weight:300;
    margin-bottom:25px;
}
.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 99;
    opacity: 1;
    overflow: hidden;
    text-decoration: none;
    height: 55px;
    width: 55px;
    stroke: #fff;
    background: none;
    margin-top: -55px;
    background-color: #E74142;
}

.rslides_nav svg{
  height: 30px;
  width: 30px;
  margin-left:12px;
  margin-top:12px;
}
.rslides_nav svg *{
  stroke:#fff;
  stroke-width:0.7px;
}
/* full width-red */
.full-width-red{
  background-color:#E74142;
  margin-left:-15px;
  margin-right:-15px;
  color:#fff;
}
.full-width-red a:link,
.full-width-red a:visited,
.full-width-red a:hover,
.full-width-red a:active {
  color:#FFF;font-weight:700;
}
.full-width-red h1 a:link,
.full-width-red h1 a:visited,
.full-width-red h1 a:hover,
.full-width-red h1 a:active,
.full-width-red h2 a:link,
.full-width-red h2 a:visited,
.full-width-red h2 a:hover,
.full-width-red h2 a:active,
.full-width-red h3 a:link,
.full-width-red h3 a:visited,
.full-width-red h3 a:hover,
.full-width-red h3 a:active
 {
  color:#FFF;font-weight:300;
}

/* works */
.works h2{
  margin-bottom:70px;
}
.works .container{
  width:400px;
}

.works ul{
  padding:0px;
  list-style:none;
  text-align:center;
  margin:0 auto;
}
.works ul li{
  text-align:left;
  margin-top:30px;
}
@media (max-width: 768px){
  .works .container{
    width:auto;
  }
}

/* contact form tjanst */
.contact-form-tjanst-page {}
.contact-form-tjanst-page .col-sm-9 {}
.contact-form-tjanst-page .col-sm-3.top-border {
  border-top:1px solid #EBEBEB;
}
.contact-form-tjanst-page .col-sm-3 {
  font-size: 11px;
  font-weight:100;
  line-height:18px;
  color: rgb(89, 89, 89);
}
@media (max-width: 768px){
  .contact-form-tjanst-page .col-sm-9 {}
  .contact-form-tjanst-page .col-sm-3 {}
  .contact-form-tjanst-page .narrow-container{
    max-width: 750px;
  }
  .contact-form-tjanst-page .row{
    margin:0;
  }
}
@media (min-width: 768px){
  .contact-form-tjanst-page .two-column-container .col-sm-9 {
    width:480px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact-form-tjanst-page .two-column-container  .col-sm-3 {
    width:190px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left:40px;
  }
  .contact-form-tjanst-page .narrow-container .container,
  .contact-form-tjanst-page .two-column-container .container{
    width: 710px;
    padding-left: 0px;
    padding-right: 0px;
    margin:0 auto;
  }
  .contact-form-tjanst-page .narrow-container .container .col-sm-12,
  .contact-form-tjanst-page .two-column-container .container .col-sm-12{
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* logo thumbs*/
.logo-thumbs{
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding-top:50px;
  padding-bottom:20px;
  margin-bottom:50px;
  text-align:center;
}
.logo-thumbs p{
  display:inline-block;
  width:20%;
  margin:0 10px;
  height:110px;
}
.logo-thumbs p img{
  height:80px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.logo-thumbs p:hover img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (max-width: 768px){.logo-thumbs p{width:80%;}}
@media (min-width: 768px){.logo-thumbs p{width:40%;}}
@media (min-width: 992px){.logo-thumbs p{width:20%;}}


/*---------------------------------------------------------------------------------
  Default Blocks
---------------------------------------------------------------------------------*/
main img{
   max-width: 100%!important;
   height: auto!important;
   margin:0px auto;
}

select:focus,input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 3px rgba(231, 65, 66, 5)!important;
  border: 1px solid rgba(231, 65, 66, 3)!important;
}

.miniSurveyView {
    background: #fff;
    color: #333;
    font-size: 12px;
    padding: 0;
    max-width: 480px;
    margin: 0 auto;
}

.ccm-block-type-form{
  margin-left:-260px;
}
.miniSurveyView .form-actions input{
    width: 100%;
    border: 4px solid #E74142;
    background: #E74142;
    color: #fff !important;
    font-weight: 100!important;
    font-size: 28px!important;
    line-height: 52px!important;
    font-family: 'League Gothic', sans-serif;
    padding: 4px;
    min-width: 280px;
    text-align: center;
}
@media (max-width: 768px){
  .ccm-block-type-form{
    margin-left:0px;
  }
}



/*---------------------------------------------------------------------------------
  Nav
---------------------------------------------------------------------------------*/
header{height:40px!important;}
.navbar hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #888;
}
.navbar-nav > li > a, .navbar-brand {
    padding-top:11px !important;
    padding-bottom:0 !important;
    height: 40px;
    margin-left:45px;
}
.navbar-nav > li > a, .lang-link {
    margin-left:15px;
}
.navbar {min-height:40px !important;}
.navbar,.navbar a{
  font-size:12px;
  min-height:40px!important;
  font-weight:300!important;
}
.navbar-default {
  background-color: #2E2E2E;
  border:none;
  margin-bottom: 0;
  border-radius: 0;
}
.nav.navbar-nav>li>a {
  color: #fff;
}
.navbar-nav li a:hover,
.navbar-nav li a:active,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background: #444 !important;
  color: #fff !important;
}
.navbar-nav li a.navbar-brand:hover,
.navbar-nav li a.navbar-brand:active{
  background-color: #2E2E2E!important;
}
#navbar > ul > li.dropdown > a{color:#fff!important;}

.navbar-brand {
  padding-top:12px !important;
  margin-left: 0px!important;
  width: auto;
  height:40px
}
.navbar-brand > img {height: 14px;margin-top: 2px;}

.navbar-toggle {
    color:#EBEBEB;
    position: relative;
    float: right;
    margin-right: 25px;
    padding: 0;
    margin-top: 9px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.dropdown.open > a:active, .dropdown.open > a:hover {
  background: #444 !important;
  color: #fff !important;
}
.dropdown-menu ul{
  padding: 0!important;
  font-size: 12px;
}
.dropdown-menu ul li{
  list-style-type: none;
  padding: 0;
}

#navbar .dropdown-menu a {
  color: #EBEBEB !important;
  font-size:11px;
  min-height:40px!important;
  font-weight:700!important;
}

.dropdown-menu{
  background: #444;
  color: #fff;
  color: #000;
  padding: 15px 20px 15px;
  border: none;
  margin-top: -1px!important;
  margin-left:45px;

}
.dropdown-menu li{
  margin:0px;
  line-height:18px;
}

.dropdown-menu .meny-subheader{
    color:#a3a3a2;
    display:block;
    margin-top:15px;
    margin-bottom:5px;
    line-height:17px;
    border-bottom:1px solid;
    font-size:11px;
}

.dropdown-menu .meny-subheader.first{
    margin-top:0px;
}

.dropdown-menu .submenu-header-link{
    margin-left:7px;
}

.dropdown-menu .submenu-header-link-main{
    margin-left:0px;
}

.dropdown-menu .dropdown-menu-space{
    margin-top:10px;
}

.menu-reinventing .dropdown-menu{
  width:200px;
}

.products-and-services .dropdown-menu{
  width:200px;
}

.dropdown .arrow-closed,
.dropdown .arrow-opened{
  display:none;
}

@media  (max-width: 991px) {

        X.navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        X.navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        X.navbar-nav .open .dropdown-menu > li > a,
        X.navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        X.dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin: 7.5px 50px 7.5px -15px
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border: none;
      padding-bottom:10px;
  }
  .navbar-nav .navbar-brand{
    display:none;
  }
  .navbar-header .navbar-brand{
    display:inline-block;
    margin-left: 0px!important;
    padding-left: 20px!important;
  }
  .dropdown-menu {
    background: #222 !important;
    font-size: 13px !important;
  }
  .dropdown-menu li {
    padding-left: 10px;
  }
  .dropdown-header {
    font-size: 14px;
    color: #fff;
  }
  .navbar-nav > li > a {
    padding-top:11px !important;
    padding-bottom:0 !important;
    height: 40px;
    margin-left:0px;
    padding-left:20px;
    font-size:13px;
  }
  .navbar hr {
    display:none;
  }
  li a:active, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #222 !important;
    color: #fff !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: relative;
    float: none;
    background-color: transparent;
    margin-left:0px;
    padding-left:30px;
    padding-top:0px;
  }
  #navbar .dropdown-menu a {
    color: #EBEBEB !important;
    font-size: 13px;
    min-height: 40px !important;
    font-weight: 300 !important;
  }
  .dropdown .arrow-closed{
    display:inline;
    float:right;
    margin-right:10px;
  }
  .dropdown .arrow-opened{
    display:none;
  }
  .dropdown.open .arrow-closed{
    display:none;
  }
  .dropdown.open .arrow-opened{
    display:inline;
    float:right;
    margin-right:10px;
  }
}


@media  only screen and (min-width: 992px) {
  .navbar-header .navbar-brand{
    display:none;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .navbar .container{
    max-width:768;
  }
}

@media  only screen and (min-width: 768px) {
  .inrego-com .navbar-nav > li > a, .navbar-brand {
    margin-left:-5px;
  }
  .inrego-com .dropdown-menu {
    margin-left: -5px;
  }
}
@media  only screen and (min-width: 992px) {
  .inrego-com .navbar-nav > li > a, .navbar-brand {
    margin-left:25px;
  }
  .inrego-com .dropdown-menu {
    margin-left: 25px;
  }
}

@media  only screen and (max-width: 360px) {
  .navbar{
    max-width: 360px;
  }
}


/*
---------------------------------------------------------------------------------
  FOOTER
---------------------------------------------------------------------------------
*/
footer {
  background: #2E2E2E;
  margin-top: 60px;
  padding-bottom: 30px;
  padding-top: 50px;
  font-size: 12px;
  padding-left:15px;
  padding-right:15px;
  margin-left:-15px;
  margin-right:-15px;
}
.footer-nav, .social-media-links, .copyright-info {
  margin-bottom: 30px;
}
.social-media-links a {
  margin: 0 7px;
  color: #fff;
}
.copyright-info {
  color: #999;
}
.copyright-info div{
  margin-bottom:7px
}
.copyright-info a {
  color: #fff;
  font-weight: 100;
}

footer .row{}

.footer-nav a {
  margin: 0 20px;
  color: #fff;
  font-size: 12px;
  font-weight:100;
  text-decoration: none;
}
.footer-nav a:hover {
  color: #999;
}
footer .logo img{
  width:100px;
  margin-bottom:30px;
}


.footer-nav.sv-se {
  max-width:920px;
  margin: 0 auto;
  /* margin-left: 120px; */
}


footer.sv-se .row{}

.footer-nav.sv-se a {
  margin: 0 0px;
  color: #fff;
  font-size: 12px;
  font-weight:100;
  text-decoration: none;
  padding: 0;
  display: block;
  line-height: 15px;
}

.footer-nav.sv-se span {
  margin: 0 0px;
  color: #fff;
  font-size: 12px;
  font-weight:100;
  font-size:11px;
  text-decoration: none;
  padding: 0;
  display: block;
  line-height: 15px;
}

.footer-nav.sv-se span.italic {
  font-style:italic;
}
.footer-nav.sv-se .icons a{
  display: inline-flex;
  margin-right:5px;
  margin-bottom:20px;
  margin-left: 5px;
}
.footer-nav.sv-se .icons #TEH_LOGOTYPE{
  margin-left: 4px;
}
.footer-nav.sv-se .icons #gid-footer-youtube{
    margin-right: 20px;
    margin-left: 15px;
}
.footer-nav.sv-se .icons #gid-footer-fb{
    margin-left: 20px;
}
.footer-nav.sv-se .icons #gid-footer-youtube svg{
  margin-bottom: -8px;
}
.footer-nav.sv-se .icons svg{
  width:30px;
  height:30px;
}
.footer-nav.sv-se svg *{
  stroke: #FFF !important;
  stroke-width:0.8px!important;
}
.footer-nav.sv-se .icons #gid-footer-linkedin svg *,
.footer-nav.sv-se .icons #gid-footer-fb svg *{
  fill:#fff;
}
.footer-nav.sv-se .phone{
    margin-top:10px;
}
.footer-nav.sv-se .phone svg {
    margin-left: -25px;
    position: absolute;
    width: 18px;
    margin-top: -8px;
}
.footer-nav.sv-se .email{
    margin-top:20px;
}
.footer-nav.sv-se .email svg{
    margin-left: -25px;
    position: absolute;
    width: 18px;
    margin-top: -8px;
}
.footer-nav.sv-se .newsletter{
    margin-top:20px;
}
.footer-nav.sv-se .newsletter-email{
    border-radius: 0;
    height: 25px;
    margin-top: -6px;
    font-size: 11px;
    width: 145px;
}
.footer-nav.sv-se .newsletter-button{
    width: 25px;
    height: 25px;
    font-size: 17px!important;
    min-width: 25px;
    line-height: 18px!important;
    min-height: 25px;
    margin: 1px;
    padding: 0px;
}
.footer-nav.sv-se .newsletter_footer_result_with_blockname{
    color:red;
}

.footer-nav.sv-se .logo-mar{
  max-width: 165px !important; 
}
@media  only screen and (max-width: 768px) {
  .footer-nav.sv-se .col-sm-3{
    margin: 0 auto;
    display: block;
    text-align: center;
  }
.footer-nav.sv-se .phone svg {
    margin-left: -65px;
}
.footer-nav.sv-se .email svg {
    margin-left: -65px;
}
.footer-nav.sv-se .newsletter-footer{
  display: inline-flex;
  margin-top: 14px;
}
.footer-nav.sv-se .newsletter-button {
    margin-top: -6px;
}
  .footer-nav.sv-se .icons {display: block;align-items: center;margin-top: 15px;}
  .footer-nav.sv-se .icons a{
    margin: auto;
    /* width: 50px; */
    margin-right: 5px!important;
    margin-left: 9px!important;
}

}

/*---------------------------------------------------------------------------------
  Font faces
---------------------------------------------------------------------------------*/

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSans_300Web.eot");
  src: url("../fonts/MuseoSans_300Web.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans_300Web.woff") format("woff");

  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSans_300_ItalicWeb.eot");
  src: url("../fonts/MuseoSans_300_ItalicWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans_300_ItalicWeb.woff") format("woff");

  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSans_700Web.eot");
  src: url("../fonts/MuseoSans_700Web.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans_700Web.woff") format("woff");

  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSans_700_ItalicWeb.eot");
  src: url("../fonts/MuseoSans_700_ItalicWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans_700_ItalicWeb.woff") format("woff");

  font-weight: bold;
  font-style: italic;
}




/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/leaguegothic-italic-webfont.eot');
    src: url('../fonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-italic-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}

/* Italic */
@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/leaguegothic-regular-webfont.eot');
    src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('../fonts/leaguegothic-condensed-regular-webfont.eot');
    src: url('../fonts/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('../fonts/leaguegothic-condensed-italic-webfont.eot');
    src: url('../fonts/leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-condensed-italic-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
    font-weight: normal;
    font-style: italic;
}


  /* REMOVE ROUNDED CORNERS */
  .img-rounded,
.img-thumbnail,
code,
kbd,
pre,
pre code,
.form-control,
.input-sm,
.form-group-sm .form-control,
.input-lg,
.form-group-lg .form-control,
.btn,
.btn-link,
.btn-lg,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn,
.dropdown-menu,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.nav-tabs .dropdown-menu,
.navbar-toggle,
.navbar-nav > li > .dropdown-menu
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu,
.breadcrumb ,
.pagination ,
.pagination > li:first-child > a,
.pagination > li:first-child > span ,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span,
.pager li > a,
.pager li > span,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.list-group-item:first-child,
.list-group-item:last-child,
.panel,
.panel-heading,
.panel-footer,
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item ,
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child ,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child ,
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child ,
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child ,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child ,
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child ,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel-group .panel ,
.well ,
.well-lg,
.well-sm ,
.modal-content,
.tooltip-inner ,
.popover-title,
.label,
.resizable-textarea textarea {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom  {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;

}
}
