@charset "utf-8";
/* CSS Document */

body {
	padding-top: 30px;
	font-family: "Open Sans";
	color: #4d4d4d;
	scroll-behavior: smooth;
	font-size: 1.5em;
	 margin: 0;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
.navbar.navbar-inverse.navbar-fixed-top {
	background-color: #282E34;
	max-height: 30px;
	min-height: 30px;
	border: none;
	color: #ffffff;
}
.container {
	margin-top: -10px;
	width: 90%;
}	


.second-navbar{
	top: 30px;
	background-color: #FFFFFF;
	font-size: medium;
	padding-left: 15px;
	padding-right: 20px;
	border: none;
	text-transform: uppercase;
	z-index: 9999;
}
.navbar-brand {
	padding-top: 9px;
	width: 90%;
}
#topFixedNavbar1, #topFixedNavbar3 {
	float: right;
}
#topFixedNavbar1 .navbar-nav li > a, #topFixedNavbar3 .navbar-nav li > a {
	color: #4d4d4d;
}		
#topFixedNavbar1 .navbar-nav li > a:hover, #topFixedNavbar3 .navbar-nav li > a:hover {
	color: #C31128;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: #FFFFFF;
}
#topFixedNavbar1 .navbar-nav li.active > a, #topFixedNavbar3 .navbar-nav li.active > a {
	color: #C31128;
	background-color: #FFFFFF;
}
.dropdown-menu {
	background-color: #FFFFFF;
	border-style: solid;
}

* {box-sizing:border-box}

.mySlides, .mySlides1, .mySlides2   {
	display: none
}


.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin-left:17.5%;
	padding-bottom: 5%;
	width: 100%;
	color: #FFFFFF;
	background-color: #ffffff;
	
}

.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 031 css*/
.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#62717F;fill-opacity:0.5;stroke:#62717F;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#C31128;fill-opacity:.7;stroke:#C31128;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#C31128;stroke:#C31128;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 051 css*/

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#C31128;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;
}

.text {
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  top: 31%;
  left: -24%;
}
.text p {
	color: #C31128;
	margin-top: 2%;
	font-size: 1.5em;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(195,17,40,0.8);
	color: #ffffff;
	text-decoration: none;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px 3%;
	background-color: #4d4d4d;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #62717F;
text-decoration: none;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 10.0s;
  animation-name: fade;
  animation-duration: 10.0s;
}

@-webkit-keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}
/* Container needed to position the button. Adjust the width as needed */
.image-container {
	position: absolute;
	float: right;
	clear: both;


}

/* Style the button and place it in the middle of the container/image */
.image-container .btn {
  position: absolute;
  top: 50%;
  left: 50%;
-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}
.voruurval{
	color:#ddd;
	background-color:#282E34;
	padding:50px;
}
body, html {
  height: 100%;
	margin: 0;

}

.parallax {
  /* The image used */
  background-image: url("../images/heim/vinnast.png");

  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	
}

div.transbox {
	width: 30%;
	background-color: #ffffff;
	filter: alpha(opacity=60);
	border-radius: 10px;
	margin-left: 10%;
	margin-bottom: 10%;
	margin-top: 10%;
	display: inline-block;
}
h1              , h3, h4, h5, h6  {
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 2px solid #c31128;
	padding-bottom: 10px;
	font-weight: 300;
	font-family: lato;
	font-style: normal;
}
div.transbox h1 {
	margin-top: 5%;
	margin-bottom: 5%;
	font-weight: bold;
	color: #4d4d4d;
	text-align: center;
	margin-left: 7%;
}
div.transbox p {
	margin-right: 4%;
	margin-left: 4%;
	margin-bottom: 2%;
	color: #4d4d4d;
	text-align: justify;
}
div.transbox button {
  margin: 2% 5% 5% 0%;
	float: right;

}
.btn.btn-default {
	background-color: #C31128;
	border: none;
	color: #ffffff;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
}

.btn.btn-default:hover {
    background-color: #FF1634;
}
.action-btn{
  font-family: "Open Sans";
}
.column {
	float: left;
	width: 50%;
	text-align: center;
	
}
.column.right{
	border-left: thick solid #c31128;
	text-align: center;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 31px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #C31128;;
    color: #4d4d4d; 
	cursor: pointer;
	border-radius: 50px;
	width: 50px;
	height: 50px;
}

#myBtn:hover {
     background-color: #FF1634;
}

#up-icon{
	font-size: 1.25em;
	
}

.fa.fa {
	color: #ffffff;
}
#carousel1 {
	background-color: #62717F;
	padding-top: 5%;
	padding-bottom: 5%;
}
#carousel2 {
	background-color: #62717F;
	padding-top: 5%;
	padding-bottom: 5%;
}

.video-heading {
	color: #ddd;
	font-weight: bold;
	position: absolute;
	text-align: center;
	left: 0%;
	right: 0%;
	padding: 8px;
	bottom: 20%;
	background-color: rgba(98, 113, 127, 0.65);

}

.carousel-caption {
	bottom: 0%;
	padding-bottom: 24px;
}
.carousel-indicators {
	bottom: 0%;
}
.titill-um-okkur{
	color:#ddd;
	background-color:#282E34;
	padding-top:40px;
	text-align:center;
}
.slideshow-container-frettir {
	max-width: 1000px;
	position: relative;
	margin: 0%;
	padding-bottom: 3%;
	width: 70%;
}
.frettir2:after {
  content: "";
  display: table;
  clear: both;
}
.parallax-2 {
  /* The image used */
  background-image: url("../images/vinnast.png");

  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	
}


.backgr-img, .backgr-img-2, .backgr-img-3, .backgr-img-4 {
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
}
.backgr-img {
  background-image: url("../images/um-okkur/hella.png");
  min-height: 100%;

}
.backgr-img-2 {
  background-image: url("../images/hafa-samband/hafa-samband-opnunar-mynd.png");
  min-height: 650px;
  opacity: 0.7;
}
.backgr-img-3 {
  background-image: url("../images/um-okkur/starfsmenn.png");
  min-height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
}

.title {
	background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
	color: #C31128;
}
.texti-um-hellu {
	text-align: justify;
	padding: 2% 15% 5%;
	color: #ddd;
	background-color: #282E34;
	line-height: 24px;
}

.column-starfsmenn {
	float: left;
	width: 25%;
	padding: 5px;
	position: relative;
	margin-left: 6%;

}
.text-block {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.85);
	top: 85%;
	  padding-left: 20px;
  padding-right: 20px;
	color: #4d4d4d;
	text-align: center;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}


.starfsmenn-row:after {
  content: "";
  display: table;
  clear: both;
}
.starfsmenn {
	background-color: #62717F;
	padding-top: 5%;
	padding-bottom: 5%;
}

.column-starfsmenn2 {
	float: left;
	width: 25%;
	padding: 5px;
	position: relative;
	margin-left: 6%;
	margin-top: 4%;

}
.text-block p{
	line-height: 12px;
}
.contact-form {
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px;
	font-family: lato;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	position: absolute;
	margin-top: 3%;
	width: 60%;
	margin-bottom: 5%;
	margin-left: 20%;
	}

.contact-form input, .contact-form textarea{
	width: 100%;
	padding: 12px;
	border-radius: 15px;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	background-color: #FFFFFF;
	color: #000000;
	
}

input[type=submit] {
	background-color: #c31128;
	color: white;
	opacity: none;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bolder;
	float: right;
}

input[type=submit]:hover {
	background-color: #FF1634;
}
#map-canvas{
width: 100%;
height: 333px;
}

.vl {
  border-left: 6px solid #C31128;
  height: 2000px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 1;
 
}

.frettir:after {
  content: "";
  display: table;
  clear: both;
}

.leftcolumn {
	float: left;
	width: 60%;
	padding-left: 20px;
}
.rightcolumn {
	float: left;
	width: 30%;
	padding-left: 0px;
	padding-right: 20px;
}


.frettir-img {
	max-width: 70%;
	margin-left: 15%;
}

.card {
	background-color: white;
	padding: 20px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.numbertext {
	color: #ffffff;
	font-size: 12px;
	padding: 8px 12px 8px 18%;
	position: absolute;
	top: 0;
}
	
.fade2 {
  -webkit-animation-name: fade2;
  -webkit-animation-duration: 1.5s;
  animation-name: fade2;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade2 {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade2 {
  from {opacity: .4} 
  to {opacity: 1}
}


.frettir-img img:hover {
	color: #ffffff;
	 opacity: 0.6;
}


#main {
	transition: margin-left .5s;
	padding: 16px;

}

.backgr-img-4 {
  background-image: url("../images/vorur/vorur-opnunar-mynd.png");
  min-height: 470px;
	opacity: 0.9;
}

.titill-verslun{
	color:#ddd;
	background-color:#282E34;
	margin-bottom: 3%;
	padding-top: 9%;
	padding-bottom: 9%;
}
.titill-hafa-samband{
	color:#ddd;
	background-color:#282E34;
	padding-top: 9%;
	padding-bottom: 9%;
}
.titill-hafa-samband-2{
	color:#ddd;
	background-color:#282E34;
	padding:6% 0% 8.5%;
}
.container-verslun{
	margin-bottom: 3%;
	width: 90%;
}
.verslun-row:after{
  content: "";
  display: table;
  clear: both;
}

.column-verslun {
	float: left;
	width: 25%;
	padding-right: 3%;
	padding-top: 25px;
	margin-bottom: 2%;
}

.popup input, .popup textarea[type=text] {
	width: 100%;
	padding: 10px;
	margin: 5px 0 12px 0;
	border: none;
	background: #f1f1f1;
	z-index: 0;
	border-radius: 15px;
	color: #000000;
}

.popup input[type=text]:focus, .popup textarea[type=text]:focus, .contact-form input[type=text]:focus, .contact-form textarea[type=text]:focus{
  background-color: #ddd;
  outline: none;
}

.popup .btn {
  padding: 8px 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
}	

.popup {
	margin-right: 0%;
	margin-left: 0%;
	width: 40%;
	padding: 0px 15px 0px 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: white;
	position: absolute;
	z-index: 9999;
	text-align: center;
	left: 30.1%;
	float: left;
	border-radius: 10px;
	margin-top: 5%;
}
.hideform {
    display: none;
}
.container-verslun a{
color: inherit;
}
.container-verslun a:hover{
color: #C31128;
	text-decoration: none;
}
.mySlides img{
  height: 450px;
  object-position: center;
	overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 13%;
padding-bottom: 2%;
  left: 0;
  top: 0;
  width: 100%;
	height: 100%;
  overflow: auto;
  background-color: #FFFFFF;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #ffffff;
border: none;
  margin: auto;
  padding: 0;
  width: 45%;
  max-width: 1200px;

}
/* The Close Button */
.close {
  color: #C31128;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
	right: 0;
  top: 0;
	font-weight: bold;
	opacity: 9;
}

.close:hover,
.close:focus {
  background-color: rgb(195,17,40);
	color: #ffffff;
	text-decoration: none;
	opacity: 9;
}

.cursor {
  cursor: pointer;
}

img {
  margin-bottom: -4px;
	border-radius: 4px;
}
.img-verslun {
	height: 200px;
	object-fit: contain;
	object-position: center center; 

}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.column-verslun, .column-verslun-solo-vorur, .column-verslun-solo {
  transition: 0.3s;
}

.hover-shadow :hover {
  color: #ffffff;
	 opacity: 0.6;
}

.numbertext2 {
	color: #C7C7C7;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	font-weight: bold;
}	
.content {
  min-height: 100%;
}
.content-inside {
  padding-bottom: 290px;
}
.column-footer {
	float: left;
  width: 33.33%;
}
.footer-row:after {
  content: "";
  display: table;
  clear: both;
}
.footer {
left: 0;
bottom: 0;
background-color: #282E34;
height: 290px;
 margin-top: -290px;
}
.logo-footer  {
	width: 70%;
	margin-left: 15%;
	margin-top: 18%;
}
.fa.fa-map-marker.fa-lg {
	float: left;
	margin-top: 6px;
	padding-left: 0px;
	margin-left: -25px;
}
.location-opening {
	text-align: left;
	color: #ffffff;
	padding-top: 5%;
	width: 70%;
	margin-left: 15%;
}
.fa.fa-clock-o.fa-lg {
	margin-left: -25px;
	padding-left: 0px;
	float: left;
	margin-top: 6px;
}

.fa.fa-phone.fa-lg{
	margin-left: -25px;
	padding-left: 0px;
	float: left;
	margin-top: 6px;
}

.footer .copyright {
	color: #62717F;
	border-top: 1px solid #62717F;
	bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;	
	margin-top: 20px;
	background-color: #282E34;
	padding-bottom: 10px;
}
#nav-verslun{
	position: fixed;
	top: 70px;
	width: 100%;
	height: 110px;
	background-color: #ffffff;
	z-index: 9998;
	display: none;
	padding-top: 15px;
	text-align: center;
	border-bottom: 30px solid #282E34;
	padding-left: 2%;
	padding-right: 2%;
	line-height: 25px;

}
#topFixedNavbar2 a {
	color: #4d4d4d;
	padding: 10px;
	font-family: lato; 
}		
#topFixedNavbar2 a:hover {
	color: #C31128;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: none;
	text-decoration: none;
}
#topFixedNavbar2 a.active {
	color: #C31128;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: #ffffff;
	text-decoration: none;
}
.navbar-verslun {
	text-transform: uppercase;
	font-family: lato;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 20px;
}
#content-desktop {
	display: block;
}
.texti-vid-vorumynd {
	text-align: center;
	margin-top: 10%;
	text-transform: capitalize;
	margin-bottom: -3%;
}

.bottom-statement a:hover {
	 opacity: 0.6;
	text-decoration: none;
	color: #C31128;
}
.bottom-statement a {
	color: inherit;

}
.bottom-statement{
	color: #ddd;
	background-color: #62717F;
	padding: 50px 100px;
	text-align: center;	
}
.bottom-statement h4{
	line-height: 35px;
	text-transform: none;	
}	
.circle {
  height: 10px;
  width: 10px;
	margin-right: 1%;
	margin-top: 1%;
  background-color: #C31128;
  border-radius: 50%;
  display: inline-block;
}
.container-verslun{
	float:left;
	margin-left: 7%;
	margin-bottom: 3%;
	padding-right: 4%;
}

.column-verslun-solo{
	width: 20%;	
	margin-bottom: 5%;
	padding-top: 25px;
	margin-left: 40%;	
	margin-right: 40%;
}
.column-verslun-solo-vorur{
	width: 25%;
	float: left;
	padding-top: 25px;
	padding-right: 3%;
	margin-bottom: 2%;
}

.column-verslun-solo-left {
	width: 25%;
	padding-top: 25px;
	float:left;
	margin-left: 4%;
	margin-bottom: 5%;
	padding-right: 4%;
}
.column-verslun-right {
	width: 25%;
	padding-top: 25px;
	float:left;
	margin-left: 12%;
	margin-bottom: 5%;
	padding-right: 4%;
}
.column-verslun-left {
	width: 51%;
	padding-top: 25px;
	float:left;
	margin-left: 4%;
	margin-bottom: 5%;
	padding-right: 4%;
}
.texti-vid-raflinubunad{
	margin-top: 10%;
	margin-bottom: -3%;
	text-align: center;
	line-height: 25px;
}

.nav-mobile th{
	padding-left: 20px;
	padding-top: 13px;
}

#content-mobile {
	display: none;
	margin-bottom: 6px;
}
#content-mobile-navbar {
	display: none;
}
#content-mobile-navbar-primary {
	display: none;
}
h2 {
	text-transform: uppercase;
	font-family: lato;
	font-style: normal;
	font-weight: 300;
	border-bottom: solid 2px #C31128;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 3%;
}
.skilmalar {
	color: #4D4D4D;
	font-family: "Open Sans";
	margin: 5% 20%;
	text-align: justify;
	width: 60%;
	line-height: 24px;
}
.skilmalar a{
color: inherit;
}
.skilmalar a:hover{
color: #C31128;
	text-decoration: none;
}

@media screen and (max-width: 350px) {
.footer {
height: 350px;	
	}
	}
@media screen and (max-width: 400px) {
#content-desktop2 {display: none;
	}
#content-mobile {display: block;}

	}
@media screen and (max-width: 430px) {

.title{
	font-size: 16px;
}

.slideshow-container {
	padding-top: 5%;
}
.voruurval h3, .transbox h3, .column h3 {
	font-size: 18px;
}
.container{
height: 30px;
	width: 70%;
	margin-top: -10px;
	margin-left: 30%;
}
.location-opening {
	font-size: 12px;
	width: 80%;
	margin-left: 10%;
}
.video-heading {
	font-size: 10px;
	margin-bottom: 6%;
}
.carousel-caption .btn-default{
	font-size: 10px;
	padding-top: 3%;
}
.modal-content {
  width: 70%;
	margin-top: 30%;
}
}
@media screen and (max-width: 600px) {

.slideshow-container {
	margin-top: 15%;
}

.bottom-statement {
	padding-left: 30px;
	padding-right: 30px;
}
.bottom-statement h4{
	font-size: 15px;
	text-align: justify;
}

.titill-um-okkur h3{
	font-size: 16px;
}	
.texti-um-hellu{
	font-size: 12px;
}
.title{
	font-size: 24px;
}
.popup {
	width: 70%;
	left: 16%;
}
.skilmalar-headline{
	font-size: 18px;
}
}
@media screen and (max-width: 630px) {
.navbar-brand {
	width: 70%;
}
	}
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
  .column{
	  width: 100%;
	  padding-bottom: 3%;
}
}
@media screen and (max-width: 750px) and (min-width: 431px)  {
	.modal-content {
  width: 70%;
	margin-top: 15%;
}
}
	
@media screen and (max-width: 750px) {
  .column3, .column-starfsmenn, .column-starfsmenn2 {
    width: 80%;
	  padding: 0;
	  margin-left: 10%;
	  margin-right: 10%;
}
.column-starfsmenn, .column-starfsmenn2{
	padding-bottom: 3%;
	padding-top: 5%;
}


.titill-verslun, .titill-hafa-samband, .titill-hafa-samband-2{
	padding: 80px 0px;
}

.titill-hafa-samband h1, .titill-verslun h1{
	font-size: 24px;
	padding-top: 30px;
}
.titill-hafa-samband-2 h1{
	font-size: 24px;
}

.location-opening {
	font-size: 10px;
}
div.transbox {
	width: 55%;
}
.container-verslun h2{
	font-size: 18px;
	text-align: center;
	padding-right: 0%;
	margin-bottom: 5%;
}

.container-verslun{
	margin-bottom: 10%;
}
}
@media screen and (max-width: 767px) {

#content-mobile-navbar-primary{
	display: block;
}
#content-desktop-navbar-priamry {display: none;
}
}


@media screen and (max-width: 768px) {

#content-desktop {display: none;
	}

#content-desktop-navbar {display: none;
	}
#content-mobile-navbar{
	display: block;
}

.navbar-brand {
	margin-bottom: 9px;
}
.column-verslun, .column-verslun-solo-vorur, .column-verslun-solo, .column-verslun-left, .column-verslun-right  {
    width: 80%;
	  padding: 0;
	  margin-left: 10%;
	  margin-right: 10%;
}
.column-verslun, .column-verslun-solo-vorur, .column-verslun-solo, .column-verslun-left, .column-verslun-right  {
	padding-bottom: 3%;
	padding-top: 5%;
}

#topFixedNavbar3 {
	float: left;
	padding-bottom: 2%;
	width: 100%;
	height: 100vh;
}
.dropdown-menu {
	border: none;
}
.column.right{
	border-left: none;
}
.contact-form {
	margin: 7% 10% 2% 10%;
	width: 80%;
	}
.mySlides img{
  height: 300px;

}
.column-footer{
	  width: 100%;
	  padding-bottom: 3%;
}
.location-opening {
	font-size: 12px;
	margin-right: 20%;
	width: 80%;
}
#content-desktop-footer {display: none;
}
.footer {
height: 330px;	
}
}

@media screen and (max-width: 996px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
	  padding: 0;
} 
.leftcolumn p, .leftcolumn h3{   
	  margin-left: 20px;
} 
.reviews-2 {   
    margin-top: 20%;
} 
.numbertext {
	padding: 8px 12px 8px 25%;
}
.card {
	padding: 0px 10px;	
	margin-top: 5px;
	margin-bottom: 5px;
}
.frettir-img {
	max-width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
.bottom-statement h4{
	text-align: justify;

}
.slideshow-container-frettir {
	width: 100%;
}
.slideshow-container {
	width: 100%;
}

.location-opening {
	font-size: 14px;
	padding-left: 40px;

}
.titill-hafa-samband h1, .titill-verslun h1{
	padding-top: 20px;
}
}
@media screen and (max-width: 1000px) and (min-width: 751px)  {
.text-block {
	padding-left: 10px;
  padding-right: 10px;
}
.text-block h4{
	font-size: 14px;
}
.text-block p{
	font-size: 12px;
	line-height: 10px;
}
}

@media only screen and (max-device-width: 1024px) {
  .parallax, .backgr-img, .backgr-img-2, .backgr-img-3, .backgr-img-4 {
    background-attachment: scroll;
  }
#nav-verslun{
		padding-left: 0%;
	padding-right: 0%;
}

#content-desktop {display: none;
	}
#jssor_1{
	margin: 0;
	}
.logo-footer  {
	padding-top: 20%;
}
.footer{
	height: 340px;
}
}
@media only screen and (max-width: 1200px) {
	
#nav-verslun{
	height: 130px;

}
.logo-footer  {
	width: 80%;
	margin-left: 10%;
	margin-top: 20%;
	}
	}
@media only screen and (max-width: 1500px) {
.slideshow-container {
	margin-left:10%;
	width: 80%;
	
}
}
@media only screen and (min-width: 1640px){
.footer {
height: 350px;	
}
}
@media only screen and (min-width: 2000px){
.footer {
height: 400px;	
}
}
@media only screen and (min-width: 2290px){
.footer {
height: 450px;	
}
}
@media only screen and (min-width: 2590px){
.footer {
height: 500px;	
}
}
@media only screen and (min-width: 2890px){
.footer {
height: 550px;	
}
}
@media only screen and (min-width: 3190px){
.footer {
height: 650px;	
}
}
@media only screen and (min-width: 3790px){
.footer {
height: 750px;	
}
}	

