::selection {
  color: #fff;
  background: #b11e29;
}
.spacer.p-top-xl {
    padding-top: 3.421rem!important;
}
.spacer.p-bottom-xl {
    padding-bottom: 3.421rem!important;
}

#menu-modal .modal-header .logo img, .site-footer .logo img, .site-header .logo img {
	width: 12rem;
}
#main {
    padding-top: 0;
}
#img {
    padding-top: 0!important;
}
#page-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.mark-style {
	background: #b11e29;
	color: #fff;
}
.btn-primary {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
.btn-primary:hover {
	color: #000;
	background: #fff;
	border: 1px solid #000;
}
.bg-secondary {
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}
.text-tertiary, .text-tertiary [class*=widget-text-editor] {
	color: #000;
}
#services .text-tertiary p {
	color: #000!important;
}
.adv-slider-services .adv-swiper-container .services-items .services-item .services-item-content .services-item-number {
	color: #b11e29;
}
.adv-slider-services .adv-swiper-container .services-items .services-item .services-item-content .service-item-footer .btn-link, 
.adv-slider-services .adv-swiper-container .services-items .services-item .services-item-content .service-item-footer [class*=-block-search] [class*=-block-search__button], 
.adv-slider-services .adv-swiper-container .services-items .services-item .services-item-content .service-item-footer [class*=-password-form] input[type=submit], 
[class*=-block-search] .adv-slider-services .adv-swiper-container .services-items .services-item .services-item-content .service-item-footer [class*=-block-search__button], 
[class*=-password-form] .adv-slider-services .adv-swiper-container .services-items .services-item .services-item-content .service-item-footer input[type=submit] {
	color: #b11e29;
}
.text-tertiary a:hover {
	color: #b11e29!important;
}
#services .text-tertiary .adv-swiper-control .adv-3-swiper-button-next, #services .text-tertiary .adv-swiper-control .adv-3-swiper-button-prev {
	color: #b11e29;
}
#services .text-tertiary .adv-swiper-control .adv-3-swiper-button-next:not(.adv-swiper-button-disabled):after, 
#services .text-tertiary .adv-swiper-control .adv-3-swiper-button-next:not(.adv-swiper-button-disabled):before, 
#services .text-tertiary .adv-swiper-control .adv-3-swiper-button-prev:not(.adv-swiper-button-disabled):after, 
#services .text-tertiary .adv-swiper-control .adv-3-swiper-button-prev:not(.adv-swiper-button-disabled):before {
	background-color:  #b11e29;
}
#menu-modal nav.menu-primary ul.nav li.nav-item.active>a {
	color: #b11e29;
}
#menu-modal nav.menu-primary ul.nav li.nav-item:hover>a {
	color: #b11e29!important;
}
#menu-modal nav.menu-primary ul.nav li.nav-item>a {
	color: #000!important;
}
.nav-item a i {
	color: #000!important;
}
.nav-item a:hover i {
	color: #b11e29!important;
}
.menu-close-toggle .close {
	color: #000!important;
}
.menu-close-toggle .close:hover {
	color: #b11e29!important;
}
.search-toggle button {
	color: #b11e29!important;
}
.img-size-1 .img.object-fit {
	max-height: 1000px;
}
/*.img.object-fit .object-fit-cover {
	height: 1000px;
    }*/
    #about-us {
       padding-top: 14rem!important;
   }
   .adv-slider-services .adv-swiper-container .services-items .services-item {
       padding-top: 0;
   }
   .adv-slider-services .adv-swiper-container .services-items .services-item .services-item-content .services-item-number {
     position: absolute;
     font-size: 200px;
     font-weight: 800;
     opacity: .1;
     left: 0;
     top: 75px;
 }

 .site-footer {
   background-image: url('../img/footer/footer-bg.jpg');
   background-repeat: no-repeat;
   background-size: cover;
}
.row[class*=gutter-width-].with-pb-xl {
	margin-bottom: 0;
}

footer label,
footer input, 
footer textarea,
footer h2,
footer h6,
footer p,
footer a {
	color: #fff!important;
}
footer input,
footer textarea {
	background: transparent!important;
}
.slides-social {
  right: 4%;
  top: -25%;
  z-index: 99;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  color: #111;
}
.social {
  position: absolute;
  top: calc(100vh - 250px - 123px - 170px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
.social-item {
  list-style: none;
  font-size: 24px;
}

.social-item a {
  color: #fff;
}
.social-item:before {
  content: ""!important;
}

.scroll-anim {
  position: absolute;
  top: calc(100vh - 200px);
}

.scroll-line {
  background: #000;
  width: 2px;
  height: 100px;
  position: relative;
  margin: 0 10px;
  display: inline-block;
}

.scroll-line-anim {
  -webkit-animation: scrollAnimation 2s infinite;
  animation: scrollAnimation 2s infinite;
  position: absolute;
  left: -5px;
  top: 10px;
  width: 12px;
  height: 30px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  z-index: 1;
}

.scroll-text {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    position: absolute;
    left: 0;
    color: #fff;
}





@-webkit-keyframes scrollAnimation {
    0% {
        opacity: 0;
        top: 0;
    }
    40% {
        opacity: 1;
    }
    80%,
    to {
        opacity: 0;
        top: calc(100% - 30px);
    }
}
@keyframes scrollAnimation {
    0% {
        opacity: 0;
        top: 0;
    }
    40% {
        opacity: 1;
    }
    80%,
    to {
        opacity: 0;
        top: calc(100% - 30px);
    }
}

.container-product {
    border: 1px solid #cccccc70;
    height: 800px;
    max-height: 800px;
    transition: all .3s linear;
}
.container-product:hover {
    box-shadow: 0 0 15px #cccccc70;
    transition: all .3s linear;
}
.kolbeinn-product-description {
    padding: 15px 25px;
}
.kolbeinn-img-col img{
    width: 100%;
}
.product-title-col {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.product-title-col h3 {
    margin-bottom: 0;
}


@media only screen and (max-width: 726px) {
    .slides-social {
        right: 10%;
        top: -22%;
    }

    .container-product {
        height: 600px;
    }
}















