@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

body {
    background: #eee;
    font-family: Montserrat;
}
a {
	text-decoration: inherit;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
.outerrow {
	background-color: #fff;
	border: 1px solid #000000;
	border-radius: 4px;
	box-shadow: 0px 0px 1px 4px rgba(0, 0, 0, 0.055);
	color: #888;
	display: block;
	overflow: hidden;
	width: 96%;
	margin: 10px auto;
	-webkit-box-shadow: 0px 0px 1px 4px rgba(0, 0, 0, 0.055);
}

.pagetop {
    text-align: center;
    color: #126330;
}
.contain {
	background-size: contain;	
}
.header-subnav {
  float: none;
  position: relative;
  top: 4rem;
  text-align: center;
  margin-bottom: 0; }
  .header-subnav li {
    float: none;
    display: inline-block; }
    .header-subnav li a {
      padding: 0.9rem 1rem 0.75rem;
      font-size: 0.875rem;
      color: #fff;
      text-transform: uppercase;
      display: block;
      font-weight: bold;
      letter-spacing: 1px; }
		.header-subnav li a.ole {
			background: rgba(20,50,150,2.00);
			color: #000;
		}
		  .header-subnav li a.book {
			  background: rgba(195,0,3,1.00);
			  color: #FFFFFF;
		  }
      .header-subnav li a.is-active {
        background: rgba(250, 250, 250, 0.7);
        color: #333; }
      .header-subnav li a:hover {
        background: rgba(250, 250, 250, 0.7);
        color: #333;
        transition: all .25s ease-in-out;
		text-decoration: none; 
		}

		
.login-box {
    float: none;
    background: #fff;
    border: 1px solid #ddd;
    margin: 100px 0;
    padding: 40px 20px 0 20px;
}

fieldset.dynamo-form {
    border: 1px solid #c0c0c0;
    margin: 15px;
    padding: 0.35em 0.625em 0.75em;
}

div.row.adjust-left-1 {
    margin-left: 20px;
}

.slate-light-background {
    background-color: #f1f3f4;
}

.slate-medium-background {
    background-color: #e3e7ea;
}

.slate-dark-background {
    background-color: #d6dbe0;
}

.valign-middle {
    display: table;
}

.valign-middle .columns {
    display: table-cell;
    vertical-align: middle;
}

.valign-middle .columns,
.valign-middle [class*="column"] + [class*="column"]:last-child {
    float: none;
}
.footer {
	background-color: #292c2f;
	text-align: center;
	font-size: 0.8rem;
	padding: 1.5rem;
	border-top: 1px solid #000000;
}
	.footer .inline-list {
		text-align: center;
	}

	.footer .contact {
    	list-style-type: none;
		margin: 0;
		text-align: center;
		color: #fff;
	}
    .footer .contact li a {
		color: inherit;
		font-size: inherit;
		padding-left: 0.2rem;
		text-align: center;
	}
    .footer .contact li p {
	padding-left: 5rem;
	width: auto;
	}
    .footer .contact i {
	position: absolute;
	color: #fff;
	font-size: 1rem;
	margin: -0.2rem -0.2rem 0 -1rem;
	vertical-align: middle;
	padding: .1em .1em;
	}
	
	.footer .copywrite {
		color: #8f9296;
		font-size: 0.875rem;
		margin: 0 0 1rem 0;
	}
	.footer .about {
		color: #92999f;
		font-size: 0.875rem;
		margin: 0 0 1rem 0;
	}
	.footer .footer-links a {
		list-style: none;
		font-weight: normal;
		color: #fff;
		padding: 0 0 0;
		margin: 0;
		font-size: 0.675rem;
		text-align: center;
	}
@media only screen and (min-width: 40.063em) {
    .footer p {
	text-align: center;
	width: auto;
	}
    .footer .social {
	text-align: center;
	margin: 0;
	padding: .35rem;
	font-size: 1.5rem;
	}
    .footer .contact {
	text-align: center;
	display: inline;
	}
	.footer .contact > i {
		margin-right: 1rem;
	}
}
.logo {
	color: #fff;
	font-size: 1.2rem;
}
.logo i {
	margin-right: 0.5rem;
}
.main {
	padding: 2rem;
	color: #000000;
	min-height: 500px;
	font: inherit;
	font-size: inherit;
}
.main h1 {
	font-size: 2rem;	
	text-align: center;
}
.main h2 {
	font-size: 1.4rem;	
}
.main h3 {
	font-size: 1.2rem;
}
.main hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin-top: -0.5rem;
}
.main p a:hover {
	 color: #000;
	text-decoration: underline;
}
.main p.info {
	text-align: center;
}
.copy {
	font-size: 0.5rem;

}
.sticky {
  position: relative;
  top: 0;
}
i {
  font-size: 2.5rem; }
.icon-button {
  border-radius: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  background: white; }
  .icon-button span {
    display: block;
    border-radius: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s; }
  .icon-button:hover span {
    display: block;
    border-radius: 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
    margin: -1.8rem; }
  .icon-button i {
    background: none;
    height: 3.6rem;
    width: 3.6rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    line-height: 3.6rem;
    transition: all 0.3s;
}
.twitter span {
  background-color: #4099ff;
}
.facebook span {
  background-color: #3B5998;
}
.instagram span {
  background-color: #18A4C6;
}
.icon-button .fi-social-twitter {
  color: #4099ff;
}
.icon-button .fi-social-facebook {
  color: #3b5998;
}
.icon-button .fi-social-instagram {
  color: #18A4C6;
}
.icon-button:hover .fi-social-twitter, .icon-button:hover .fi-social-facebook, .icon-button:hover .fi-social-instagram {
  color: white;
  font-size: 2.6rem;
  line-height: 3.9rem;
}
.log-in-form {
  border: 1px solid #cacaca;
  padding: 2rem;
  border-radius: 3px; }
  
.kalender .datoheader {
	text-align: center;
	background-color: #7A7A7A;
	vertical-align: middle;
	color: #FFF;
}
.kalender h4 {
	font-size: 1.2rem;	
}
.kalender .tidsheader {
	text-align: left;
	background-color: #7A7A7A;
	vertical-align: middle;
	color: #FFF;
}

.kalender .reservasjon {
	background-color: #48AE01;	
}
p.promo {
	min-height: 500px;
}
.menu-hover-lines {
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	transition: all 0.35s ease;
}

.menu-hover-lines li a {
	padding: 0.75rem 0;
	color: rgba(10, 10, 10, 0.5);
	position: relative;
	margin-left: 1rem;
}

.menu-hover-lines li:first-child a {
	margin-left: 0;
}

.menu-hover-lines li.active > a {
	background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
	height: 3px;
	position: absolute;
	content: '';
	transition: all 0.35s ease;
	background-color: #1779ba;
	width: 0;
}

.menu-hover-lines a::before {
	top: 0;
	left: 0;
}

.menu-hover-lines a::after {
	bottom: 0;
	right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
	color: #0a0a0a;
	transition: all 0.35s ease;
	text-decoration: none;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
	width: 100%;
	text-decoration: none;
}
/* Dropdown Button */
.dropbtn {
	background-color: #3498DB;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.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;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

form #website {display:none;}