/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"),
    url("../fonts/lato-v14-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/lato-v14-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/lato-v14-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/lato-v14-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/lato-v14-latin-regular.svg#Lato")
      format("svg"); /* Legacy iOS */
}
body {
  font-family: Lato, sans-serif;
  color: #131f34;
  -webkit-font-smoothing: subpixel-antialiased;
}

.float-none {
  float: none;
}

tr.clickable-row {
  cursor: pointer;
}

.row.locations.hidden-xs.slick-initialized.slick-slider {
    margin-right: 0px;
    overflow: hidden;
}

.cursor {
  cursor: pointer;
}

.glyphicon.disabled {
  color: grey;
  cursor: not-allowed;
}

.btn {
  color: #fff;
}

.btn-submit {
  margin-top: 24px;
  margin-bottom: 24px;
}

.btn-default {
  color: #131f34;
}

.btn-danger-light {
  background-color: #da6961;
}

.btn-danger-light:hover {
  background-color: #b25c52;
  color: #ffffff;
}

.btn-language {
  padding: 0px 5px 0px 5px;
}

.table-first-bold tr td:first-child {
  font-weight: bold;
  width: 50%;
}

.double-border {
  border-top: 4px double black;
}

.no-bold {
  font-weight: normal;
}

.table-first-bold {
  margin-bottom: 0px;
}

.card > .table,
.card > .table-responsive > .table,
.card > .card-collapse > .table {
  margin-bottom: 0;
}

.tablesorter-bootstrap .tablesorter-header {
  vertical-align: top;
}

.btn .glyphicon {
  font-size: 12px;
  padding-right: 4px;
}

.navbar-toggle .icon-bar {
  background: #131f34;
}

.navbar-brand {
  padding: 6px 16px;
}

.navbar-brand-big {
  padding: 16px 16px;
  margin-top: -46px;
}

@media (min-width: 768px) {
  .navbar-nav {
    padding-top: 0px;
  }
}

.btn-margin-bottom {
  margin-bottom: 10px;
}

.btn-primary:hover {
  color: #ed7f23;
  text-decoration: none;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px 4px 0px 0px;
}

.panel-body {
  padding: 8px;
}

.panel-body.box {
  padding-left: 0;
  padding-right: 0;
}

.panel-footer.box {
  padding-left: 0;
  padding-right: 0;
}

.panel-inside {
  margin: -15px;
  border: none;
  border-radius: 0px;
}

.panel-inside > .panel-heading {
  border-radius: 0px;
  text-align: center;
}

.panel-heading .btn {
  margin-left: 5px;
}

.panel-inside > .panel-body {
  padding-top: 0px;
}

.dropdown {
  display: inline;
}

#price {
  font-size: 90%;
}

.center-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-fullwidth {
  width: 100%;
}

.pager {
  margin: 0px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

.footer .text-muted {
  margin: 20px 0;
}

.main-content {
  margin-bottom: 100px;
  overflow: hidden;
}

.main-content.fixed-header {
  padding-top: 134px;
}

.form-group .checkbox {
  padding-top: 20px;
  padding-bottom: 20px;
}

.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
}
.card span.card-title {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.card .card-image {
  position: relative;
  overflow: hidden;
}
.card .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: -1;
}
.card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
.card .card-content {
  padding: 16px;
  border-radius: 0px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-content span.card-title {
  line-height: 48px;
}
.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
}

.carousel {
  margin-bottom: 15px;
}

.img-active {
  height: 60px;
  margin-bottom: 5px;
  margin-top: 5px;
  transition: all 0.3s;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.controls {
  margin-top: 15px;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-size-normal {
  margin-bottom: 45px;
  margin-top: 15px;
  transition: all 0.3s;
}

.img-size-big {
  margin-bottom: 25px;
  margin-top: 15px;
  transition: all 0.3s;
}

.img-size-small {
  margin-bottom: 35px;
  margin-top: 15px;
  transition: all 0.3s;
}

.img-active {
  height: 60px;
  margin-bottom: 25px;
  margin-top: 5px;
  transition: all 0.3s;
}

.carousel-caption {
  position: absolute;
  right: inherit;
  top: 25%;
  bottom: 40%;
  color: #ed7f23;
  left: initial;
  padding-left: initial;
}

.carousel-caption-index {
  position: absolute;
  right: 25%;
  left: 10%;
  color: #ed7f23;
}

.carousel-caption h1 {
  color: #131f34;
  font-size: 4em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  margin-bottom: 3px;
}

.carousel-caption h3 {
  color: #131f34;
  font-size: 1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  right: inherit;
  margin-top: 3px;
}

.navbar-brand > img {
  height: 50px;
}

.navbar-brand-big > img {
  height: 50px;
}

.navbar-brand.xl > img {
  height: 60px;
  margin-top: -10px;
}

@media (min-width: 576px) {
  .navbar {
    margin-bottom: 30px;
  }

  .navbar-brand > img {
    height: 50px;
  }

  .navbar-brand.xl > img {
    height: 60px;
    margin-top: -10px;
  }
}

.img-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1200px) {
  .img-container {
    height: 400px;
  }
}

@media (min-width: 1500px) {
  .img-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 610px;
  }
}

@media (min-width: 768px) {
  .navbar-brand-big > img {
    height: 60px;
  }

  .panel-body {
    padding: 15px;
  }

  .card .card-action {
    padding: 16px;
  }

  .card .card-content {
    border-radius: 2px 2px 0px 0px;
  }

  .panel-primary {
    border-color: #131f34;
  }

  .panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }

  .carousel-caption {
    /* right: -45%; */
    text-align: left;
  }

  .carousel-caption-index {
    /* right: -45%; */
    width: 55%;
    bottom: 5%;
    padding: 10px;
    background-color: rgba(19, 31, 52, 0.6);
    margin: 10px;
  }

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

  .carousel-caption h3 {
    font-size: 1.6em;
    text-align: left;
  }

  .carousel-caption h1 {
    font-size: 3em;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .carousel-caption h3 {
    font-size: 1.8em;
    text-align: left;
  }

  .carousel-caption h1 {
    font-size: 4em;
  }

  .carousel-caption {
    /* right: -45%; */
  }
}

.carousel-control {
  display: none;
}

.carousel-indicators > li {
  background-color: #fff;
  border-radius: 0px;
  width: 30px;
  height: 5px;
  border: none;
}

.carousel-indicators .active {
  background-color: #ed7f23;
  width: 30px;
  height: 5px;
  border: none;
}

.btn-tele {
  width: 100%;
  background: #131f34;
  /* background-image: none; */
  color: white;
  text-shadow: none;
  /* border-radius: 0px; */
}

.btn-tele:hover {
  color: #ed7f23;
  background: #131f34;
}

.text-mute {
  min-height: 160px;
}

.panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: black;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
}

footer {
  /*margin: 50px 0;*/
}

.panel-default .panel-footer {
  background: none;
}

.panel-default > .panel-heading {
  background: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.orange {
  color: #ed7f23;
  text-decoration: none;
}

.pink {
  color: #b70c7e;
  text-decoration: none;
}

.navbar {
  margin-bottom: 20px;
}

.partner img {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .col-md-2-10 {
    width: 20%;
  }
}

.navbar-collapse.collapse {
  height: 60px !important;
}

#div_id_addAnother label {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* Slick Slider */

.customer-logos .slick-slide img {
  width: 100%;
  padding: 12%;
}

.header-image {
  position: relative;
  overflow: hidden;
}

.top-20 {
  margin-top: 20px;
}

.product-headline {
  padding: 5px 0px 30px 0px;
}

.product-headline h2 {
  text-align: center;
}

#contact-button {
  margin-top: 20px;
}

.top-menu {
  font-size: 15px;
}

.top-menu.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.top-menu form {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-menu .navbar {
  margin-bottom: 0px;
}

.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus {
  background-color: #dbdee0;
}

.menu-wrapper {
  position: relative;
  padding: 0px 0 0px;
  background-color: #131f34;
  z-index: 3;
  font-size: 1rem;
}

.menu-wrapper ul {
  padding-top: 5px;
}

.menu-wrapper a {
  font-size: 15px;
  color: #fff;
}

.menu-wrapper .nav > li > a:hover,
.menu-wrapper .nav > li > a:focus {
  background-color: #131f34;
}

.menu-wrapper ul.nav {
  margin-top: 5px;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131f34;
  color: #fff;
  font-size: 17px;
  font-family: inherit;
}

footer h3 {
  font-size: 17px;
  margin-bottom: 20px;
}

footer a {
  color: #fff;
}

footer ul {
  margin-top: 10px;
}

footer a:hover {
  color: lightblue;
  text-decoration: none;
}

.locations {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  text-align: center;
}

#myCarousel .btn-primary,
.intro .btn-primary,
.external .btn-primary,
.internal .btn-primary,
.news .btn-primary,
.overview .btn-primary,
.btn-citec.btn-primary,
.navbar-nav .btn-primary,
.partner-contact .btn-primary {
  font-size: 1.2em;
  background: #cc6e20 none;
  border-radius: 0;
  border: none;
  padding-right: 10px;
  text-transform: uppercase;
}

.navbar-nav .btn-primary {
  font-size: 1em;
  padding: 5px 30px;
  text-transform: none;
}

#myCarousel .btn-primary:hover,
.intro .btn-primary:hover,
.external .btn-primary:hover,
.internal .btn-primary:hover,
.news .btn-primary:hover,
.overview .btn-primary:hover,
.btn-citec.btn-primary:hover {
  color: #cc6e20;
  background: #fff none;
  border-radius: 0;
}

.navbar-nav .btn-primary:hover {
  color: #fff;
  background: #cc6e20 none !important;
  border-radius: 0;
}

#myCarousel .btn-primary:after,
.intro .btn-primary:after,
.external .btn-primary:after,
.news .btn-primary:after,
.overview .btn-primary:after,
.btn-citec.btn-primary:after {
  content: url(../img/arrow_white.png);
  padding-left: 5px;
  position: relative;
  top: 1px;
}

#myCarousel .btn-primary:hover:after,
.news .btn-primary:hover:after,
.external .btn-primary:hover:after,
.overview .btn-primary:hover:after,
.btn-citec.btn-primary:hover:after {
  content: url(../img/arrow_red.png);
}

.news .item {
  margin: 10px;
  height: 420px;
  background-color: #fff;
}

.news {
  background-color: #dee1e3;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 500%;
  margin-left: -200%;
}

.news .content .btn-primary {
  position: absolute;
  bottom: 30px;
}

.news .crop {
  height: 150px;
  overflow: hidden;
}

.news .content {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.news img {
  object-fit: cover;
}

.news .owl-theme {
  margin: 0;
}

.news-site {
  padding-top: 50px;
}

.news-content h3 {
  margin-top: 5px;
}

.news h4,
.intro h4 {
    text-transform: uppercase;;
}

.img-content {
  padding-top: 20px;
}

.img-content img {
  width: 100%;
}

.carousel-inner img,
.header-image img {
  width: 100%;
}

.intro {
  background-image: url("../img/bg_intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 20px;
}

.intro .container {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.15);
  padding: 5px 20px 20px;
}

.intro p {
  font-size: 1.3em;
  padding-bottom: 20px;
}

.intro .links {
  margin-top: 10px;
}
.intro .links p {
  padding-bottom: 5px;
  font-size: 1em;
}

.intro #map {
  width: 100%;
  height: 400px;
  background-color: grey;
}
.intro .address {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.intro .address b {
  font-size: 1.2em;
}

.partner,
.partner-contact {
  font-size: 1.1em;
}

.partner li ,
.partner-contact li {
  padding-bottom: 10px;
}

.side p {
  font-size: 14px;
}

.top-nav-links {
  padding: 10px 15px;
}

.top-navbar a:hover {
  cursor: pointer;
  text-decoration: initial;
}

.top-navbar .list-inline > li {
  padding-left: 30px;
}

@media (max-width: 1200px) {
  .navbar,
  .menu-wrapper ul.nav {
    margin: initial;
  }
}

.links .intro a {
  text-transform: uppercase;
}

.container.way-text {
  background: initial;
  padding: 0 0 0 10px;
  border: initial;
  box-shadow: initial;
  margin-bottom: 15px;
}

.intro h2 {
  font-size: 35px;
  font-weight: bold;
}

.news-detail ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.news-detail li{
  padding-left: 1em;
  text-indent: -1em;
}

.news-detail li:before {
  content: "✓";
  padding-right: 5px;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #cc6e20;
    -webkit-box-shadow: 0 0 3px #cc6e20;
  }
  20% {
    background-color: #ed7f23;
    -webkit-box-shadow: 0 0 40px #ed7f23;
  }
  30% {
    background-color: #cc6e20;
    -webkit-box-shadow: 0 0 3px #cc6e20;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #cc6e20;
    -moz-box-shadow: 0 0 3px #cc6e20;
  }
  50% {
    background-color: #ed7f23;
    -moz-box-shadow: 0 0 40px #ed7f23;
  }
  100% {
    background-color: #cc6e20;
    -moz-box-shadow: 0 0 3px #cc6e20;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #cc6e20;
    box-shadow: 0 0 3px #cc6e20;
  }
  50% {
    background-color: #cc6e20;
    box-shadow: 0 0 40px #ed7f23;
  }
  100% {
    background-color: #cc6e20;
    box-shadow: 0 0 3px #cc6e20;
  }
}

@keyframes glowing {
  0% {
    background-color: #cc6e20;
    -webkit-box-shadow: 0 0 3px #cc6e20;
  }
  20% {
    background-color: #ed7f23;
    -webkit-box-shadow: 0 0 40px #ed7f23;
  }
  30% {
    background-color: #cc6e20;
    -webkit-box-shadow: 0 0 3px #cc6e20;
  }
}

hr.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.fa-plus-square {
  margin-right: 10px;
}

.panel-title.faq a:hover {
  text-decoration: none;
  color: #ee7f22;
}

.top-100 {
  margin-top: 100px;
}

.top-30 {
  margin-top: 30px;
}

.top-15 {
  margin-top: 15px;
}

.bottom-30 {
  margin-bottom: 30px;
}

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

.support h3 {
  margin: 3px 0;
}

.messages {
  font-size: 16px;
}

.intro .panel ul {
  -webkit-padding-start: 20px;
  padding-left: 20px;
  margin-bottom: -10px;
}

.intro .panel ul li {
  margin-bottom: 10px;
}

.intro .panel-body {
  padding: 10px;
}

@media (min-width: 992px) {
  .intro .panel-body {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .intro .panel-body {
    height: 400px;
  }
}

.teleforte-history-background {
  height: 277px;
}

.teleforte-history-background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teleforte-history-background {
    height: 123px;
  }

  .teleforte-history-background img {
    object-position: 0 88%;
  }
}

.border-right {
  border-right: 1px solid #999999;
}

.border-bottom {
  border-bottom: 1px solid #999999;
}

.button-margin-left {
  margin-left:5px;
}

/* Improve offer list table layout */
table#offer-index-table {
  table-layout: fixed;
}

table#offer-index-table th[data-column="0"] {
  width: 55px;
}

table#offer-index-table th[data-column="3"] {
  width: 100px;
}

table#offer-index-table td[data-column="3"] input.hasDatepicker {
  width: 90px;
}

table#offer-index-table td[data-column="3"] .compare-select3 {
  display: none;
}

table#offer-index-table th[data-column="4"] {
  width: 140px;
}

table#offer-index-table th[data-column="5"] {
  width: 90px;
}

table#offer-index-table th[data-column="6"] {
  width: 110px;
}

table#offer-index-table th[data-column="7"] {
  width: 150px;
}

table#offer-index-table th[data-column="8"] {
  width: 100px;
}

/* Improve offer list table layout */
table#offer-index-table-telefant {
  table-layout: fixed;
}

table#offer-index-table-telefant th[data-column="0"] {
  width: 55px;
}

table#offer-index-table-telefant th[data-column="3"] {
  width: 180px;
}

table#offer-index-table-telefant th[data-column="4"] {
  width: 100px;
}

table#offer-index-table-telefant td[data-column="4"] input.hasDatepicker {
  width: 90px;
}

table#offer-index-table-telefant td[data-column="4"] .compare-select3 {
  display: none;
}

table#offer-index-table-telefant th[data-column="5"] {
  width: 130px;
}

table#offer-index-table-telefant th[data-column="6"] {
  width: 120px;
}

table#offer-index-table-telefant th[data-column="7"] {
  width: 100px;
}

table#offer-index-table-telefant th[data-column="8"] {
  width: 100px;
}

.intro-video {
  position: relative;
}

.intro-video::before {
  content: '';
  display: block;
  padding-top: 50%;
}

.dimmable-video {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.dimmable-video video {
    animation: fadeIn 1s;
    display: block;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: 2;
}

@supports (object-fit: cover) {
    .dimmable-video video {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

.stick {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 300px;
}

.news-archive-img {
    height: 300px;
}

.read-more-button {
    font-size: 1.2em;
    background: #cc6e20 none;
    border-radius: 0;
    border: none;
    padding-right: 10px;
    text-transform: uppercase;
}

.read-more-button:hover {
    color: #cc6e20;
    background: #fff none;
    border-radius: 0;
}

#news-archive-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dropdown stuff */
.service-dropdown {
  position: relative;
  display: inline-block;
  border: none;
  background-color: white;
}


.service-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.service-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.service-dropdown-content a:hover {background-color: #ddd;}

.service-dropdown:hover .service-dropdown-content {display: block;}

.service-dropdown:hover {background-color: #cc6e20; color: white;}

.service-backend-dropdown {
  position: relative;
  display: inline-block;
  border: none;
}

.service-backend-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

.service-backend-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.service-backend-dropdown:hover .service-backend-dropdown-content {display: block;}

.service-backend-dropdown-content a:hover {background-color: #ddd;}

.service-backend-dropdown:hover {background-color: #ddd;}

.service-nav-active, .service-nav-active:hover {
  background-color: #cc6e20;
  color: white;
  cursor: pointer;
  text-decoration: none !important;
}

.service-nav-inactive, .service-nav-inactive:hover {
  cursor: pointer;
  text-decoration: none !important;
}

.service-nav-border-bottom {
  border-bottom: solid;
  border-width: 1px;
  border-color: lightgray;
}