body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 700;
}

h3 {
  display: block;
  margin: 20px auto 10px;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

h4 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 31px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

p {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 19px;
  line-height: 36px;
}

a {
  color: #0159a2;
  text-decoration: underline;
}

figure {
  margin-bottom: 35px;
}

figcaption {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.ng-input-wrapper {
  position: relative;
  min-height: 63px;
  margin-bottom: 20px;
  background-color: transparent;
}

.ng-text-field {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent #ccc;
  font-size: 17px;
}

.ng-text-field:focus {
  border-bottom-color: #106cc8;
}

.ng-field-label {
  position: relative;
  top: 33px;
  float: left;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}

.ng-field-label:focus {
  color: #106cc8;
}

.ng-select {
  display: block;
  clear: both;
  color: #666;
}

.ng-select-toggle {
  display: block;
  height: 38px;
  padding: 0px;
  border-bottom: 2px solid #ccc;
  
  color: #888;
  font-size: 30px;
  line-height: 36px;
  text-align: right;
}

.ng-select-toggle.w--open {
  border-bottom-color: #106cc8;
}

.ng-select-link {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
}

.ng-select-link:hover {
  background-color: #eee;
}

.ng-select-box.w--open {
  overflow: visible;
  max-height: 256px;
  min-height: 48px;
  margin-top: -35px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 0 1px 1px rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.ng-radio-button-field {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 30px;
}

.ng-radio-field-label {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
  font-size: 18px;
  line-height: 18px;
}

.ng-radio-button {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .54);
  border-radius: 200px;
}

.ng-radio-button-inner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 200px;
  background-color: #106cc8;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ng-radio-button-group {
  margin-bottom: 30px;
}

.ng-checkbox-field {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 30px;
}

.ng-checkbox {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .54);
  border-radius: 3px;
}

.ng-checkbox-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 22px;
  height: 22px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 3px;
  background-color: #106cc8;
  
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.ng-datepicker-wrapper {
  max-width: 330px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ng-datepicker-toggle {
  position: relative;
  display: block;
  height: 36px;
  padding-left: 40px;
  color: #444;
  text-decoration: none;
}

.ng-datepicker-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  
  color: rgba(0, 0, 0, .54);
  font-size: 26px;
}

.ng-datepicker-text {
  margin-bottom: 0px;
  padding-bottom: 7px;
  border-bottom: 2px solid #ccc;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
  color: #666;
  font-size: 16px;
  letter-spacing: 1px;
}

.ng-datepicker-arrow {
  float: right;
  
  color: #888;
  font-size: 30px;
  line-height: 28px;
}

.ng-datepicker-dropdown {
  position: relative;
  display: none;
  clear: both;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 -2px 1px -1px rgba(0, 0, 0, .12);
  opacity: 0;
  -webkit-transform: translate(0px, -42px);
  -ms-transform: translate(0px, -42px);
  transform: translate(0px, -42px);
}

.ng-switch-wrapper {
  min-height: 50px;
}

.ng-toggle-switch {
  position: relative;
  width: 38px;
  height: 14px;
  border-radius: 200px;
  background-color: #9e9e9e;
  opacity: 1;
}

.ng-toggle-switch-button {
  position: relative;
  z-index: 100;
  width: 22px;
  height: 22px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2), 0 0 12px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.ng-toggle-switch-button-inner {
  position: relative;
  z-index: 100;
  width: 22px;
  height: 22px;
  border-radius: 200px;
  background-image: -webkit-linear-gradient(270deg, #ff5252, #ff5252);
  background-image: linear-gradient(180deg, #ff5252, #ff5252);
  opacity: 0;
}

.ng-toggle-switch-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 38px;
  height: 14px;
  border-radius: 200px;
  background-color: #ffa8a8;
  opacity: 0;
}

.ng-container {
  position: static;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.ng-toolbar-icon {
  width: 24px;
  height: 24px;
  
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.ng-toolbar-button {
  padding: 15px;
  border-radius: 200px;
  background-color: #0159a2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.ng-toolbar-button.w--open {
  z-index: 2;
  border-radius: 0px;
  background-color: #0159a2;
}

.ng-toolbar-menu {
  width: 100%;
  max-height: 56px;
  margin-right: 0px;
  padding-right: 60px;
  background-color: #0159a2;
  text-align: right;
}

.ng-toolbar-link {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
  color: #fff;
}

.ng-toolbar {
  margin-bottom: 22px;
  background-color: transparent;
}

.ng-box {
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
}

.ng-box-header {
  padding: 15px 20px;
  background-color: #0159a2;
  color: #fff;
}

.ng-box-inner {
  padding: 30px 20px;
}

.ng-box-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
	font-weight: 100;
  font-size: 21px;
}

.ng-form-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .12);
}

.ng-form {
  overflow: hidden;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14);
}

.form-header {
  margin: -20px -20px 40px;
  padding: 15px 20px;
  background-color: #0159a2;
  color: #fff;
}

.ng-divider {
  height: 1px;
  margin: 30px -20px;
  background-color: #eee;
}

.ng-button {
  display: inline-block;
  margin: 15px 5px;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .26);
  font-family: 'Roboto', sans-serif;
	font-weight: 500;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ng-button.button-primary {
  background-color: #0159a2;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
  color: #fff;
}

.ng-button.button-disabled {
  background-color: rgba(0, 0, 0, .12);
  box-shadow: none;
  color: rgba(0, 0, 0, .38);
}

.logo-image {
  width: 100%;
}

.brand {
  max-width: 300px;
  margin-top: 8px;
  padding-top: 5px;
}

.ng-navbar-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: transparent;
}

.ng-nav-link {
  display: inline-block;
  padding: 20px 20px 30px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.ng-nav-link:hover {
  border-bottom-color: #fdcc05;
}

.ng-nav-link.w--current {
  border-bottom-color: #fdcc05;
  color: #fff;
}

.ng-nav-link.sk-button {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding: 5px 45px 5px 40px;
  border-left: 1px solid hsla(0, 0%, 100%, .1);
  border-bottom-width: 0px;
  background-image: url('../images/search.svg');
  background-position: 100% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.ng-nav-link.sk-button:hover {
  border-bottom-style: none;
  border-bottom-color: transparent;
}

.ng-nav-dropdown-toggle {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ng-nav-dropdown-toggle:hover {
  border-bottom-color: #0159a2;
}

.ng-nav-dropdown-toggle.w--open {
  border-bottom-color: #0159a2;
  background-color: #eee;
}

.ng-dropdown-link {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ng-dropdown-link:hover {
  background-color: #eee;
}

.ng-dropdown-list.w--open {
  padding: 8px 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 0 1px 1px rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.menu-example {
  min-height: 600px;
  background-color: #f5f5f5;
}

.ng-search-button {
  display: inline-block;
  margin-top: 15px;
  padding: 21px 15px;
  float: right;
  
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  text-transform: none;
}

.ng-search-button:hover {
  color: #0159a2;
}

.ng-nav-dropdown {
  display: inline-block;
}

.ng-search-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
}

.ng-search-overlay-form-wrapper {
  position: relative;
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-search-overlay-input {
  padding: 40px 60px 40px 0px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 50px;
}

.ng-search-overlay-form {
  position: relative;
}

.ng-search-overlay-button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  
  color: #fff;
  font-size: 60px;
  line-height: 50px;
  text-decoration: none;
}

.ng-search-overlay-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  text-decoration: none;
}

.ng-dropdown-search-wrapper {
  display: none;
  overflow: hidden;
  height: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.ng-dropdown-search {
  position: relative;
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.ng-dropdown-searchfield {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
  font-size: 30px;
  font-style: italic;
}

.ng-dropdown-searchfield:focus {
  border-bottom-color: #0159a2;
}

.dropdown-search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 20px;
  
  color: #333;
  font-size: 40px;
  text-decoration: none;
}

.ng-display-menu {
  display: inline-block;
  float: right;
}

.ng-menu-text {
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  color: #0159a2;
  font-size: 17px;
  text-transform: uppercase;
}

.ng-menu-icon {
  margin-bottom: 0px;
  float: left;
  
  color: #0159a2;
  font-size: 17px;
}

.menu-button {
  margin-left: 10px;
  border-left: 1px solid #eee;
}

.menu-button.w--open {
  background-color: #f5f5f5;
}

.ng-display-menu-swipe {
  display: none;
}

.ng-mobile-link {
  display: inline-block;
  padding: 20px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

.ng-mobile-link:hover {
  border-bottom-style: solid;
  border-bottom-color: #0159a2;
  color: #333;
  text-decoration: none;
}

.ng-nav-menu {
  margin-top: 26px;
  margin-left: 10px;
  background-color: transparent;
}

.ng-topnav {
  position: relative;
  z-index: 1100;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333;
}

.ng-topnav-left {
  float: left;
}

.ng-topnav-right {
  float: right;
}

.ng-topnav-link {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.ng-topnav-link-icon {
  display: inline-block;
  margin-right: 5px;
  float: left;
  
}

.ng-topnav-dropdown {
  display: inline-block;
  float: right;
}

.ng-topnav-dropdown-toggle {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 15px;
}

.ng-topnav-text {
  margin-top: 8px;
  margin-bottom: 0px;
  color: #ccc;
  font-size: 15px;
}

.ng-post-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}

.ng-post-thumb {
  position: relative;
  overflow: hidden;
}

.ng-post-category {
  position: absolute;
  left: 0px;
  top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #0159a2;
  color: #fff;
  font-size: 14px;
}

.ng-post-heading {
  margin-top: 0px;
  margin-left: -40px;
  font-size: 26px;
}

.ng-post-text-wrapper {
  padding: 20px;
}

.white-section {
  min-height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ng-event-list-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 0 1px 1px rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.grey-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.ng-event-item {
  position: relative;
  display: block;
  min-height: 90px;
  padding-top: 10px;
  padding-left: 90px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

.ng-event-item:hover {
  background-color: hsla(0, 0%, 62%, .2);
}

.ng-event-item.last-event {
  border-bottom-style: none;
}

.ng-event-date {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 75px;
  height: 75px;
  text-align: center;
}

.ng-event-day {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 200px;
  line-height: 50px;
  text-align: center;
}

.ng-event-month {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.ng-box-subheading {
  margin-bottom: 5px;
  font-size: 18px;
}

.ng-event-location {
  display: inline-block;
  margin-right: 20px;
  padding-left: 20px;
  background-image: url('../images/pin2.svg');
  background-position: 0px 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
  color: #666;
  font-size: 16px;
}

.ng-event-time {
  display: inline-block;
  padding-left: 20px;
  background-image: url('../images/publish.svg');
  background-position: 0px 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
  font-size: 16px;
}

.ng-related-documents-wrapper {
  overflow: hidden;
  min-height: 100px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 0 1px 1px rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.ng-document-item {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 70px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

.ng-document-item:hover {
  background-color: hsla(0, 0%, 62%, .2);
}

.ng-document-icon {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
}

.ng-document-size {
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
  font-size: 16px;
}

.ng-example-banner {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.ng-example-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.ng-post-thumb-image {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.ng-post-thumb-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.ng-accordian-wrapper {
  min-height: 500px;
}

.ng-accordian-item {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.ng-accordian-button {
  position: relative;
  display: block;
  padding: 21px 20px 21px 80px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #444;
  font-size: 20px;
  text-decoration: none;
}

.ng-accordian-text-wrapper {
  display: none;
  overflow: hidden;
  height: 0px;
}

.ng-accordian-text-wrapper.open-accordian {
  display: block;
  height: auto;
}

.ng-accordian-text-wrapper-inner {
  padding: 20px;
}

.ng-accordian-button-icon {
  position: absolute;
  left: 15px;
  top: 21px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  float: left;
}

.accordian-button-text {
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 11px;
  float: left;
}

.ng-footer {
  padding-top: 60px;
  background-color: #171717;
}

.ng-footer.footer-bg {
  background-image: url('../images/hero-bg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ng-footer-logo {
  width: 100px;
  margin-bottom: 25px;
}

.ng-footer-text {
  color: #aaa;
  font-size: 16px;
  line-height: 40px;
}

.ng-footer-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
  color: #aaa;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ng-footer-shortcut {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background-image: url('../images/arrow_1.png');
  background-position: 0px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.ng-footer-shortcut:hover {
  background-position: 4px 50%;
}

.ng-footer-some-wrapper {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.ng-footer-some-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border: 1px none #666;
  border-radius: 200px;
  background-color: #333;
  
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.ng-footer-some-text {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
}

.ng-footer-submit {
  padding-right: 30px;
  padding-left: 30px;
}

.ng-footer-text-field {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
}

.ng-footer-text-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
  line-height: 40px;
}

.ng-footer-text-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  background-color: #333;
  
  color: #ccc;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.ng-footer-link {
  color: #fff;
  text-decoration: none;
}

.ng-footer-link.w--current {
  text-decoration: none;
}

.ng-subfooter {
  margin-top: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #111;
  color: #999;
  font-size: 14px;
  text-align: center;
}

.ng-nested-row {
  margin-right: -10px;
  margin-left: -10px;
  clear: both;
}

.ng-nested-col {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.ng-nested-col.col-50 {
  width: 50%;
  float: left;
}

.footer-divider {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #ccc;
}

.ng-flipcard-container {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.ng-flipcard {
  position: relative;
  display: block;
  width: 300px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.ng-flipcard-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #64ca78;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ng-flipcard-front.flip-image-front {
  background-image: url('../images/watch.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ng-flipcard-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 120;
  width: 100%;
  padding: 20px;
  background-color: #ffb4d8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ng-flipcard-back.flip-image-back {
  background-image: url('../images/watch.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ng-flipcard-inner {
  margin-left: 0px;
  padding: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 60px);
  transform: translate3d(0px, 0px, 60px);
  color: #fff;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ng-sub-header {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  color: #333;
  text-align: center;
}

.ng-mega-menu {
  position: static;
  display: block;
  float: none;
  clear: none;
  text-align: right;
}

.ng-mega-menu-nav-link-wrapper {
  display: inline-block;
}

.ng-mega-menu-dropdown {
  position: absolute;
  left: 0px;
  top: 100%;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top: 1px solid #ddd;
  background-color: #fff;
  text-align: left;
}

.ng-mega-menu-dropdown.ng-menu-1 {
  height: 0px;
}

.ng-mega-menu-dropdown.ng-menu-2 {
  height: 0px;
  border-top: 1px solid #ddd;
}

.ng-mega-menu-dropdown.ng-menu-3 {
  height: 0px;
}

.ng-mega-menu-dropdown-inner {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0px;
}

.ng-mega-meny-link-1 {
  display: block;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  background-image: url('../images/arrow.png');
  background-position: 0px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 21px;
  text-decoration: none;
}

.ng-mega-meny-link-1:hover {
  background-position: 4px 50%;
}

.ng-mega-meny-link-2 {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url('../images/arrow.png');
  background-position: 0px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 19px;
  text-decoration: none;
}

.ng-mega-meny-link-2:hover {
  background-position: 4px 50%;
}

.ng-mega-menu-link-3 {
  display: block;
  margin-bottom: 4px;
  margin-left: 10px;
  padding-left: 20px;
  background-image: url('../images/arrow.png');
  background-position: 0px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-decoration: none;
}

.ng-mega-menu-link-3:hover {
  background-position: 4px 50%;
}

.pre-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 275px;
  background-color: #f5f5f5;
  text-align: center;
}

.ng-button-1 {
  display: block;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #0159a2;
  background-image: url('../images/blue.png');
  background-position: 50% 60px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
}

.ng-button-1:hover {
  background-position: 0px 0px;
  color: #fff;
}

.ng-button-2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f5f5f5;
  text-align: center;
  text-decoration: none;
}

.ng-button-2-wrapper {
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.ng-button-3 {
  display: block;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0159a2;
  background-image: url('../images/camera.png');
  background-position: -35px 170%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
}

.ng-button-3:hover {
  padding-left: 30px;
  background-position: 15px 50%;
}

.ng-post-wrapper-2 {
  background-color: #fff;
}

.ng-post-thumb-arrow {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0px;
  height: 0px;
  min-height: 0px;
  min-width: 0px;
  margin-left: -20px;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
}

.ng-post-text-wrapper-2 {
  padding: 35px 30px 35px 70px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.ng-post-date-2 {
  display: block;
  padding-bottom: 10px;
  font-size: 15px;
  font-style: italic;
}

.ng-post-wrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url('../images/57a08ae1a1145ab061307ad2_5614edd2c8afe23958010a5a_photo-1433854304641-67729357fe18.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), url('../images/57a08ae1a1145ab061307ad2_5614edd2c8afe23958010a5a_photo-1433854304641-67729357fe18.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-decoration: none;
}

.ng-post-wrapper-3:hover {
  box-shadow: 0 8px 45px 0 rgba(0, 0, 0, .6);
}

.ng-post-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ng-post-text-wrapper-3 {
  padding: 15px 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.ng-post-intro {
  font-weight: 300;
}

.ng-hero-1 {
  position: relative;
  display: block;
  padding: 120px 20px 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-home-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide-home-1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.ng-hero-2 {
  position: relative;
  padding-top: 270px;
  padding-bottom: 222px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ng-hero-heading-1 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: none;
}

.ng-hero-into {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.ng-hero-textwrapper-1 {
  max-width: 600px;
}

.hero-button {
  display: inline-block;
  padding: 16px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #333;
}

.hero-button.hero-ghost {
  border-color: #fff;
  background-color: transparent;
}

.hero-button.hero-ghost:hover {
  background-color: #fff;
  color: #333;
}

.ng-hero-textwrapper-2 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ng-hero-preheading {
  margin-bottom: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: none;
}

.ng-hero-divider {
  display: block;
  width: 40px;
  height: 2px;
  margin: 25px auto;
  background-color: #fdcc05;
}

.ng-hero-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ng-hero-3-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  background-image: none;
}

.ng-hero-3-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ng-hero-3-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding-right: 70px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.ng-hero-4-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide-home-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide-home-1.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.ng-custom-col {
  padding-right: 0px;
  padding-left: 0px;
}

.ng-hero-4-textbox {
  position: absolute;
  right: -260px;
  width: 600px;
  height: 300px;
  padding: 20px;
  background-color: #f5f5f5;
}

.ng-hero-4-button {
  position: absolute;
  top: 100%;
  right: 0px;
  display: inline-block;
  width: 260px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #7d25a2;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.ng-hero-heading-2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
}

.ng-hero-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  background-image: url('../images/phone_guy.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.ng-hero-5-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
}

.ng-post-list-1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.ng-post-list-1-thumb {
  max-width: 30%;
  margin-right: 40px;
}

.ng-post-list-1-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-post-list-2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  text-decoration: none;
}

.ng-post-list-2-wrapper:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2);
}

.ng-post-list-2-thumb {
  width: 30%;
  margin-right: 40px;
}

.ng-post-list-2-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-employee-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ng-employee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}

.ng-employee-image-wrapper {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 200px;
}

.ng-employee-meta {
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-employee-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 20px;
}

.ng-employee-title {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ng-employee-contact-wrapper {
  position: relative;
  padding-left: 25px;
}

.ng-employee-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  
}

.ng-employee-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  text-decoration: none;
}

.ng-employee-wrapper-2:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .2);
}

.ng-employee-meta-2 {
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-breadcrumb-wrapper {
  padding: 20px 10px;
  background-color: #f5f5f5;
}

.ng-breadcrumb-link {
  display: inline-block;
}

.ng-breadcrumb-divider {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 300;
}

.ng-breadcrumb-current {
  display: inline-block;
}

.ng-main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ng-search-filter-wrapper {
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.ng-filter-dropdown {
  display: block;
  border-bottom: 1px solid #ddd;
}

.ng-dropdown-toggle-inner {
  display: block;
  background-image: url('../images/plus1.png');
  background-position: 94% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-weight: 600;
}

.ng-dropdown-toggle-inner.w--open {
  background-image: url('../images/plus2.png');
  background-size: 11px;
}

.ng-filter-dropdown-list.w--open {
  position: relative;
  background-color: transparent;
}

.ng-filter-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 24px;
}

.ng-acctab-wrapper {
  position: relative;
  min-height: 300px;
  clear: both;
}

.ng-acctab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  background-color: #000;
}

.ng-acctab-dropdown {
  position: static;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

.ng-acctab-toggle {
  display: block;
  padding: 20px 40px 20px 20px;
  text-align: center;
}

.ng-acctab-toggle.w--open {
  background-color: #ddd;
}

.ng-acctab-toggle.first-toggle {
  position: absolute;
  width: 100%;
}

.ng-acctab-pane.w--open {
  position: absolute;
  left: 0px;
  top: 68px;
  width: 100%;
  padding: 20px;
  background-color: #fafafa;
}

.ng-acctab-pane.hiden-pane.w--open {
  display: none;
  height: 0px;
  padding: 0px;
}

.ng-acc-first-pane {
  position: absolute;
  left: 0px;
  top: 68px;
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #fafafa;
}

.ng-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f5f5f5;
}

.ng-tab-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #eee;
  background-color: #fff;
  text-align: center;
}

.ng-tab-link.w--current {
  border-bottom-color: #0159a2;
  background-color: #fff;
}

.ng-tabs-content {
  min-height: 200px;
  background-color: transparent;
}

.ng-tabs-pane {
  padding: 20px;
}

.ng-acctab-dropdown-first {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

.ng-verttabs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ng-verttabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ng-verttabs-link {
  min-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.ng-verttabs-link.w--current {
  background-color: #f5f5f5;
  color: #333;
}

.ng-verttabs-content {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

.ng-verttabs-icon {
  margin-bottom: 10px;
  
  font-size: 40px;
  line-height: 40px;
}

.ng-filter-category {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.ng-filter-subheading {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
}

.ng-filter-checkbox-field {
  margin-bottom: 10px;
  line-height: 20px;
}

.ng-filter-form-wrapper {
  position: relative;
  margin-bottom: 0px;
}

.ng-filter-radiobutton-field {
  margin-bottom: 10px;
  line-height: 20px;
}

.ng-filter-field-label {
  display: block;
  font-size: 14px;
}

.ng-filter-amount {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  float: right;
  border-radius: 200px;
  background-color: #ddd;
  color: #333;
  font-size: 12px;
}

.ng-filter-tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 200px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.ng-filter-select-field {
  background-color: #fff;
}

.ng-nested-container {
  margin-right: -10px;
  margin-left: -10px;
}

.ng-filter-form-search {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #000;
  
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.ng-filter-search-field {
  min-height: 50px;
}

.ng-filter-search-form {
  padding-right: 50px;
}

.ng-filter-search-button {
  display: none;
}

.ng-toppbilde-wrapper {
  margin-bottom: 20px;
}

.ng-rich-main-text {
  margin-bottom: 30px;
}

.ng-rich-main-text p {
  max-width: 640px;
  font-size: 19px;
  line-height: 33px;
  letter-spacing: 0.5px;
}

.ng-rich-main-text h3 {
  max-width: 640px;
}

.ng-rich-main-text h4 {
  display: block;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.ng-image-caption {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.ng-image-meta {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 40px 25px 20px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.ng-image-meta-icon {
  display: inline-block;
  margin-right: 10px;
  float: left;
  
  font-size: 20px;
}

.ng-some-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  text-align: center;
}

.ng-some-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #ddd;
  border-radius: 200px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  
  color: #333;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
}

.ng-some-icon.some-facebook {
  border-color: #3b5998;
  background-color: #3b5998;
  color: #fff;
}

.ng-some-icon.some-facebook:hover {
  background-color: #fff;
  color: #3b5998;
}

.ng-some-icon.some-google {
  border-color: #dd4b39;
  background-color: #dd4b39;
  color: #fff;
}

.ng-some-icon.some-google:hover {
  background-color: #fff;
  color: #dd4b39;
}

.ng-some-icon.some-twitter {
  border-color: #55acee;
  background-color: #55acee;
  color: #fff;
}

.ng-some-icon.some-twitter:hover {
  background-color: #fff;
  color: #55acee;
}

.ng-some-icon.some-linkedin {
  border-color: #007bb5;
  background-color: #007bb5;
  color: #fff;
}

.ng-some-icon.some-linkedin:hover {
  background-color: #fff;
  color: #007bb5;
}

.ng-some-icon.some-share {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.ng-some-icon.some-share:hover {
  background-color: #fff;
  color: #333;
}

.ng-article-heading {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  text-align: center;
}

.ng-article-intro {
  max-width: 960px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.ng-article-intro.article-intro-left {
  text-align: left;
}

.ng-article-meta-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.ng-article-meta-wrapper.meta-wrapper-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.article-meta-text {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ng-article-meta-icon {
  display: inline-block;
  margin-right: 5px;
  
}

.ng-rich-left-text p {
  font-size: 19px;
  line-height: 33px;
  letter-spacing: 0.5px;
}

.article-heading-left {
  margin-bottom: 25px;
}

.right-sidebar {
  padding-left: 20px;
}

.ng-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}

.ng-reference-slider {
  min-height: 500px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ng-reference-slider-mask {
  background-color: rgba(0, 0, 0, .7);
}

.ng-reference-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ng-slider-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ng-slider-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ng-slider-icon {
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .4);
  border-radius: 200px;
  background-color: hsla(0, 0%, 100%, .2);
  
  font-size: 30px;
  line-height: 50px;
}

.ng-slider-icon:hover {
  background-color: hsla(0, 0%, 100%, 0);
}

.reference-slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.ng-reference-slider-image {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-bottom: 13px;
  border-radius: 200px;
}

.ng-reference-slider-name {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.ng-reference-slider-title {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ng-reference-slider-text {
  color: #fff;
  font-size: 19px;
  line-height: 35px;
  font-style: italic;
  font-weight: 300;
}

.ng-left-nav-wrapper {
  background-color: #f5f5f5;
}

.ng-left-nav-link {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  border-left: 2px solid transparent;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.ng-left-nav-link:hover {
  border-left-color: #000;
  background-color: #fafafa;
}

.ng-left-nav-link.left-nav-active {
  border-left-color: #000;
  background-color: #fafafa;
}

.ng-left-nav-dropdown-toggle-1 {
  display: block;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  border-left: 2px solid transparent;
  font-weight: 600;
}

.ng-left-nav-dropdown-toggle-1:hover {
  border-left-color: #000;
  background-color: #fafafa;
}

.ng-left-nav-dropdown-toggle-1.w--open {
  border-left-color: #000;
  background-color: #fafafa;
}

.ng-left-nav-dropdown-1 {
  display: block;
}

.ng-left-nav-dropdown-list-1.w--open {
  position: relative;
  background-color: #f5f5f5;
}

.ng-left-nav-dropdown-list-1.nav-list-active-1 {
  background-color: #fafafa;
}

.ng-left-nav-dropdown-link-1 {
  display: block;
  padding: 5px 20px 5px 40px;
  border-bottom: 1px solid #ddd;
  border-left: 2px solid transparent;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.ng-left-nav-dropdown-link-1:hover {
  border-left-color: #000;
  background-color: #fafafa;
}

.ng-left-nav-dropdown-link-1.left-nav-active-2 {
  border-left-color: #000;
  background-color: #fafafa;
}

.ng-left-nav-link-top {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.ng-mappevisning-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ng-mappevisning-item {
  min-width: 30%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 20px 20px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.ng-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.pagination-link {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.pagination-link.pagination-active {
  border: 1px solid #0159a2;
  border-radius: 200px;
}

.ng-mappevisning-image {
  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;
}

.ng-left-nav-dropdown-2 {
  display: block;
}

.ng-left-nav-dropdown-toggle-2 {
  display: block;
  padding: 5px 20px 5px 40px;
  border-bottom: 1px solid #ddd;
  border-left: 2px solid transparent;
  font-size: 16px;
}

.ng-left-nav-dropdown-toggle-2:hover {
  border-left-color: #000;
  background-color: #fafafa;
}

.ng-left-nav-dropdown-toggle-2.w--open {
  border-left-color: #000;
  background-color: #fafafa;
}

.ng-left-nav-dropdown-list-2.w--open {
  position: relative;
  background-color: #fafafa;
}

.ng-left-nav-dropdown-list-2.nav-list-active-2 {
  background-color: #fafafa;
}

.ng-left-nav-dropdown-link-2 {
  display: block;
  padding: 5px 20px 5px 60px;
  border-bottom: 1px solid #ddd;
  border-left: 2px solid transparent;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.ng-left-nav-dropdown-link-2:hover {
  border-left-color: #000;
  background-color: #fafafa;
}

.ng-mmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-height: 500px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ng-mmenu-level-1 {
  position: relative;
  min-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

.ng-mmenu-level-2 {
  position: relative;
  z-index: 100;
  min-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

.ng-mmenu-level-3 {
  position: relative;
  z-index: 200;
  min-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

.ng-mmenu-wrapper {
  display: none;
  overflow: visible;
  width: 300px;
}

.ng-mmenu-link {
  display: block;
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

.ng-mmenu-link.mmenu-arrow {
  background-image: url('../images/arrow.png');
  background-position: 95% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.ng-mmenu-link.mmenu-arrow:hover {
  background-position: 97% 50%;
}

.ng-mmenu-back {
  display: block;
  padding: 11px 20px;
  background-color: #ddd;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.ng-mmenu-back:hover {
  background-position: 15px 50%;
}

.ng-post-list-3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ng-post-list-3-wrapper:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2);
}

.ng-post-list-3-thumb {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/57a08ae1a1145ab061307ad2_5614edd2c8afe23958010a5a_photo-1433854304641-67729357fe18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ng-post-list-3-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.ng-ul {
  padding-left: 0px;
}

.ng-ul-li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 20px;
  line-height: 25px;
}

.ng-li-icon {
  position: absolute;
  left: 0px;
  top: 10px;
  display: inline-block;
  
}

.ng-ul-li-2 {
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-image: url('../images/pin.svg');
  background-position: 0px 0px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.ng-ul-3 {
  margin-bottom: 30px;
}

.ng-ul-li-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
}

.ng-li-3-thumb {
  width: 70px;
  height: 70px;
  background-image: url('../images/Huga-Fab-III-and-Headquarters-Building-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ng-li-3-text-wrapper {
  display: block;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-button-2-border {
  position: absolute;
  top: 0px;
  right: 100%;
  width: 100%;
  height: 3px;
  background-color: #0159a2;
}

.ng-button-4 {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-left: 50px;
  border-radius: 200px;
  background-color: #000;
  background-image: url('../images/plus.png');
  background-position: 0px 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: transparent;
  line-height: 50px;
  text-decoration: none;
}

.ng-button-4:hover {
  width: 200px;
  color: #fff;
  text-decoration: none;
}

.ng-button-4-text {
  width: 150px;
}

.ng-button-5 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 60px;
  border: 2px solid #0159a2;
  text-decoration: none;
}

.ng-button-5-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0159a2;
  color: #fff;
  text-align: center;
}

.ng-button-5-inner.button-5-top {
  background-color: #fff;
  color: #0159a2;
}

.ng-image-box-1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.ng-image-box-1-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
}

.ng-image-box-1-text {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ng-image-box-1-image:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.ng-image-box-2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.ng-image-box-2-image {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.ng-image-box-2-image:hover {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.ng-image-box-2-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 40px 10px 10px;
  background-image: -webkit-linear-gradient(90deg, #000, transparent);
  background-image: linear-gradient(0deg, #000, transparent);
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.ng-image-box-3 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.ng-image-box-3-border {
  position: absolute;
  top: 0px;
  right: 100%;
  width: 100%;
  height: 4px;
  background-color: #0159a2;
}

.experiment-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 101%;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experiment-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.experiment-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.experiment-right-inner {
  position: relative;
  z-index: 100;
  width: 700px;
  padding-top: 70px;
  padding-left: 70px;
}

.experiment-right-heading-wrapper {
  margin-right: -30px;
  margin-left: -30px;
  padding: 15px 30px;
  background-color: hsla(0, 0%, 100%, .4);
}

.experiment-right-background {
  position: fixed;
  top: 0px;
  right: 0px;
  display: block;
  width: 60%;
  height: 100%;
  background-color: #fff;
}

.ng-navbar-6 {
  border-top: 1px solid #ddd;
  background-color: #eee;
}

.ng-ecommerce-topnav {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.ng-brand-2 {
  max-width: 100px;
}

.ng-ecommerce-topnav-link-wrapper {
  margin-top: 8px;
  float: right;
}

.ng-ecommerce-topnav-link {
  display: inline-block;
  padding: 6px 20px;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.ng-ecommerce-topnav-icon {
  display: inline-block;
  margin-right: 5px;
  
}

.ng-ecommerce-megamenu {
  position: static;
  float: left;
  clear: none;
}

.ng-ecommerce-sort-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.ng-ecommerce-sort-form {
  display: inline-block;
  margin-bottom: 0px;
}

.ng-ecommerce-sort-label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

.ng-ecommerce-sort-select-field {
  display: inline-block;
  max-width: 120px;
  margin-bottom: 0px;
}

.ng-ecommerce-sort-display {
  float: right;
}

.ng-sort-display-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  
  color: #333;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}

.ng-sort-display-icon:hover {
  background-color: #ddd;
}

.ng-sort-display-icon.active {
  background-color: #ddd;
}

.ng-mobile-menu-icon {
  display: none;
}

.ng-ecommerce-product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ng-ecommerce-product-wrapper {
  min-width: 30%;
  margin-right: 10px;
  margin-bottom: 31px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.ng-ecommerce-product-thumb {
  position: relative;
  display: block;
}

.ng-ecommerce-product-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  
  color: #fff;
  font-size: 50px;
  text-decoration: none;
}

.ng-ecommerce-product-hover:hover {
  opacity: 1;
}

.ng-ecommerce-product-label {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 200px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
}

.ng-ecommerce-product-link {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  text-decoration: none;
}

.ng-ecommerce-product-price {
  margin-bottom: 10px;
}

.ng-ecommerce-gallery-wrapper {
  padding-right: 20px;
}

.ng-ecommerce-gallery-image {
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.ng-ecommerce-gallery-thumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ng-ecommerce-gallery-thumb {
  width: 100px;
  margin-right: 5px;
  margin-left: 0px;
  border: 1px solid #ddd;
}

.ng-ecommerce-info-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
}

.ng-ecommerce-lagerstatus {
  font-size: 14px;
  text-transform: uppercase;
}

.ng-ecommerce-lagericon {
  display: inline-block;
  margin-right: 10px;
  
  color: #27ae60;
  font-size: 18px;
}

.ng-ecommerce-order-form {
  position: relative;
  min-height: 100px;
  margin-bottom: 0px;
}

.ng-textfield-amount {
  display: inline-block;
  width: 50px;
  min-height: 48px;
  margin-right: 15px;
  float: left;
  text-align: center;
}

.ng-textfield-amount.no-float {
  display: block;
  margin-right: 0px;
  margin-bottom: 5px;
  float: none;
}

.ng-ecommerce-order-button {
  display: inline-block;
  padding: 10px 50px;
  background-color: #0159a2;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.ng-ecommerce-tabs-wrapper {
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 40px;
  border-top: 1px none #ddd;
}

.ng-ecommerce-related-products {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}

.ng-ecommerce-related-header {
  margin-bottom: 40px;
  text-align: center;
}

.ng-related-product {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.ng-filter-link {
  display: block;
  margin-bottom: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

.ng-store-locator-1 {
  position: relative;
}

.ng-store-locator-header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ng-store-locator-list {
  position: relative;
  top: 0px;
  width: 100%;
  background-color: #fff;
}

.ng-store-locator-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  text-decoration: none;
}

.ng-store-locator-list-item:hover {
  background-color: #f5f5f5;
}

.ng-store-locator-list-thumb {
  width: 70px;
  height: 70px;
  background-image: url('../images/url.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ng-store-locator-li-text-wrapper {
  padding-left: 25px;
  text-decoration: none;
}

.ng-store-locator-name {
  font-size: 18px;
  font-weight: 600;
}

.ng-store-locator-meta {
  font-size: 16px;
  line-height: 24px;
}

.ng-store-locator-icon {
  display: inline-block;
  margin-right: 5px;
  
}

.ng-store-locator-heading {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.store-locator-switch {
  position: relative;
}

.ng-switch-top {
  position: absolute;
  left: 0px;
  top: 0px;
}

.ng-store-locator-inner {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.ng-store-locator-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ng-store-locator-2-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-store-locator-2-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-store-locator-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ng-store-locator-3-left {
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-store-locator-3-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #333;
}

.ng-thumbnail-slider {
  display: block;
  height: auto;
  margin-top: 30px;
  clear: both;
  background-color: transparent;
}

.ng-thumbnail-slide {
  width: 16.666%;
  opacity: 0.2;
}

.ng-thumbnail-gallery-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ng-thumbnail-slide-image {
  opacity: 0.49;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ng-thumbnail-slide-image:hover {
  opacity: 1;
}

.ng-thumbnail-gallery-icon {
  width: 50px;
  height: 50px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, .2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  
  font-size: 30px;
  line-height: 50px;
}

.ng-thumbnail-gallery-icon:hover {
  background-color: rgba(0, 0, 0, .6);
}

.ng-shortcut-1 {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #fff;
}

.ng-shortcut-mask-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, .3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ng-shortcut-mask-1:hover {
  background-color: transparent;
}

.ng-shortcut-1-pre-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ng-shortcut-1-title {
  font-size: 30px;
  line-height: 36px;
}

.ng-shortcut-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ng-shortcut-1-arrow {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #fff;
  border-radius: 200px;
  
  line-height: 50px;
  text-align: center;
}

.ng-shortcuts-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  text-decoration: none;
}

.ng-shortcut-2 {
  position: relative;
  padding: 60px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2980b9;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  text-align: center;
  text-decoration: none;
}

.ng-shortcut-2:hover {
  z-index: 50;
  box-shadow: 0 2px 38px 0 rgba(0, 0, 0, .4), 0 -1px 13px 0 rgba(0, 0, 0, .2);
}

.ng-shortcut-2._2 {
  background-color: #8e44ad;
}

.ng-shortcut-2._3 {
  background-color: #27ae60;
}

.ng-shortcut-2._4 {
  background-color: #e74c3c;
}

.ng-shortcut-2-icon {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.ng-shortcut-2-tittle {
  color: #fff;
}

.ng-shortcuts-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ng-shortcut-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.ng-shortcut-3-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border: 2px solid #2980b9;
  border-radius: 200px;
  background-color: #2980b9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  
  color: #fff;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
}

.ng-shortcut-3-icon:hover {
  background-color: #fff;
  color: #2980b9;
}

.ng-shortcut-3-link {
  line-height: 23px;
  text-decoration: none;
}

.ng-shortcuts-wrapper-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.ng-shortcut-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4f1f0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.ng-shortcut-4:hover {
  background-color: #2980b9;
  color: #fff;
}

.ng-shortcut-4-icon {
  margin-bottom: 15px;
  
  font-size: 40px;
  line-height: 40px;
}

.ng-shortcut-4-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.ng-features-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding-top: 65px;
  padding-bottom: 65px;
  background-image: url('../images/bg-img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ng-features-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-feature {
  position: relative;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 61px;
}

.ng-feature-heading {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.ng-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.ng-feature-intro {
  color: #fff;
  font-size: 15px;
}

.ng-employee-wrapper-3 {
  position: relative;
  max-width: 400px;
  min-height: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  text-align: center;
}

.ng-employee-image-wrapper-3 {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 200px;
}

.ng-experiment-heading {
  font-size: 40px;
  line-height: 50px;
}

.ng-experiment-meta-text {
  margin-bottom: 30px;
}

.ng-sidebar {
  position: fixed;
  z-index: 1000;
  width: 300px;
  height: 100%;
  padding-top: 30px;
  padding-left: 30px;
  background-color: #fafafa;
  box-shadow: 1px 0 23px 0 rgba(0, 0, 0, .15);
}

.ng-sidebar-logo {
  display: block;
  width: 100px;
  margin-bottom: 20px;
  float: none;
}

.ng-sidebar-nav-menu {
  float: none;
}

.ng-sidebar-link {
  display: block;
  padding-right: 20px;
  padding-left: 0px;
}

.ng-sidebar-body {
  padding-left: 300px;
}

.ng-secondary-navbar {
  background-color: #ddd;
}

.ng-secondary-nav-menu {
  float: none;
  text-align: center;
}

.ng-secondary-nav-sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1100;
  display: none;
  width: 100%;
}

.ng-event-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  text-decoration: none;
}

.ng-event-list-item:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2);
}

.ng-event-list-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-event-list-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ng-event-list-day {
  width: 70px;
  height: 70px;
  border: 1px solid #ccc;
  border-radius: 200px;
  background-color: #fff;
  line-height: 70px;
  text-align: center;
}

.ng-event-list-info {
  color: #555;
}

.ng-event-list-icon {
  display: inline-block;
  width: 25px;
  
}

.ng-event-list-intro {
  margin-bottom: 7px;
}

.ng-event-list-month {
  width: 100%;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.ng-image-box-4 {
  position: relative;
  overflow: hidden;
}

.ng-image-box-4-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-align: center;
}

.ng-image-box-4-hover:hover {
  padding-bottom: 80px;
}

.ng-image-box-4-heading {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ng-image-box-4-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ng-image-box-4-text {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 10px;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ng-container-700 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.ng-button-6-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.ng-button-6 {
  display: block;
  padding: 15px;
  background-color: #0159a2;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ng-button-6:hover {
  box-shadow: 0 18px 23px -15px rgba(0, 0, 0, .8);
  -webkit-transform: rotateX(20deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(20deg) rotateY(0deg) rotateZ(0deg);
}

.ng-centered-heading-wrapper {
  margin-bottom: 50px;
  text-align: center;
}

.ng-contact-wrapper {
  position: relative;
  margin-top: 26px;
  margin-bottom: 26px;
  padding-left: 25px;
}

.ng-contact-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  
  font-size: 20px;
  line-height: 20px;
}

.ng-contact-form-wrapper {
  padding-right: 40px;
}

.ng-text-area {
  min-height: 200px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #ccc;
}

.ng-text-area:focus {
  border-bottom-color: #106cc8;
}

.ng-text-area-wrapper {
  margin-bottom: 20px;
}

.ng-form-button {
  display: inline-block;
  padding: 15px 31px;
  background-color: #0159a2;
  color: #fff;
  text-decoration: none;
}

.sidebar-heading {
  margin-bottom: 20px;
}

.ng-right-sidebar-content {
  margin-bottom: 30px;
}

.ng-arrangement-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ng-arrangement-hero-left {
  max-width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-arrangement-hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-arrangement-hero-meta {
  position: relative;
  display: block;
  min-height: 400px;
  min-width: 370px;
  padding: 20px;
  background-color: #fafafa;
  box-shadow: 1px 1px 23px 0 rgba(0, 0, 0, .2);
}

.ng-arrangement-hero {
  padding: 40px 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ng-arrangement-hero-heading {
  margin-right: -20px;
  margin-bottom: 25px;
  margin-left: -20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #e74c3c;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ng-arrangement-meta-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-bottom: 20px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
}

.ng-arrangement-meta-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 200px;
  background-color: #fff;
  
  line-height: 40px;
  text-align: center;
}

.ng-add-to-calendar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-color: #2c8f48;
  background-image: url('../images/cal.png');
  background-position: 20px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.ng-scroll-mouse {
  width: 40px;
  height: 40px;
}

.ng-scroll-button {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -25px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 200px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ng-scroll-button:hover {
  background-color: rgba(0, 0, 0, .3);
}

.ng-scroll-animation {
  position: absolute;
  left: 50%;
  top: 25px;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  border-radius: 200px;
  background-color: #fff;
}

.ng-event-list-wrapper-2 {
  margin-bottom: 40px;
}

.ng-disqus-wrapper {
  display: block;
  max-width: 650px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.ng-disqus-wrapper.align-left {
  margin-right: 0px;
  margin-left: 0px;
}

.ng-disqus-comment-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-bottom: 20px;
  padding-left: 70px;
}

.ng-disqus-comment-avatar {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}

.ng-disqus-text-field {
  width: 100%;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 600;
}

.ng-disqus-form-wrapper {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ng-disqus-meta-top {
  border-bottom: 2px solid #eee;
}

.ng-disqus-tab {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.ng-disqus-tab.active-tab {
  margin-right: 30px;
  margin-bottom: -2px;
  border-bottom: 2px solid #0159a2;
  color: #333;
}

.ng-disqus-settings {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  float: right;
  
  color: #666;
  font-size: 18px;
}

.ng-disqus-meta-bottom {
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ng-disqus-share {
  display: inline-block;
  color: #777;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.ng-disqus-share-icon {
  display: inline-block;
  margin-right: 10px;
  
}

.ng-disqus-dropdown {
  float: right;
}

.ng-disqus-toggle {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #777;
  font-size: 15px;
  font-weight: 600;
}

.ng-disqus-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.ng-disqus-dropdown-link {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #666;
  font-size: 15px;
}

.ng-disqus-post {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  padding-left: 65px;
}

.ng-disqus-author {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.ng-disqus-time {
  display: inline-block;
  color: #666;
  font-size: 15px;
}

.ng-disqus-comment {
  font-size: 16px;
  line-height: 26px;
}

.ng-disqus-post-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.ng-disqus-bottom-link {
  display: inline-block;
  margin-right: 5px;
  color: #777;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.ng-disqus-bottom-link.bottom-link-icon {
  margin-right: 5px;
  margin-left: 5px;
  
}

.ng-disqus-bar {
  display: inline-block;
  width: 1px;
  height: 28px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #ccc;
}

.ng-disqus-bottom-share {
  margin-left: 20px;
  color: #666;
  font-size: 15px;
  text-decoration: none;
}

.ng-post-reply {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  margin-left: 60px;
  padding-left: 50px;
}

.ng-disqus-reply-avatar {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.ng-disqus-reply-icon {
  margin-right: 5px;
  
}

.ng-left-section {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  float: left;
  background-image: url('../images/56c57a495f4a7cf431e728bd_Photo-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.split-body {
  height: 100%;
}

.ng-right-section {
  position: relative;
  overflow: auto;
  width: 50%;
  height: 100%;
  float: right;
}

.ng-left-section-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, transparent 25%, #000 94%);
  background-image: linear-gradient(180deg, transparent 25%, #000 94%);
}

.ng-left-section-content-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 80px;
  display: block;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  text-align: center;
}

.ng-left-section-title {
  color: #fff;
}

.ng-left-section-title._2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

.ng-right-section-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ng-right-section-content {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
}

.ng-split-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.ng-split-navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 900;
  background-color: transparent;
}

.ng-split-brand {
  width: 140px;
  margin-top: 50px;
  margin-left: 50px;
}

.ng-close-button-wrapper {
  position: absolute;
  top: 60px;
  right: 45px;
  z-index: 3000;
  color: #fff;
}

.ng-open-image-section-block {
  position: absolute;
  left: 0px;
  top: 30px;
  z-index: 2000;
  display: inline-block;
  padding: 5px 20px;
  background-color: #ddd;
  opacity: 0;
  
  color: #333;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.ng-close-button-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  border: 1px solid #fff;
  border-radius: 200px;
  
  line-height: 40px;
  text-align: center;
}

.ng-page-header {
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/562285934188c71c5ad8cd85_Photo-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/562285934188c71c5ad8cd85_Photo-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.ng-section-grey {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.ng-mappe-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 40px 30px;
  background-color: #fff;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  color: #333;
  text-decoration: none;
}

.ng-mappe-box:hover {
  box-shadow: 0 1px 22px 0 rgba(0, 0, 0, .2);
  -webkit-filter: grayscale(51%);
  filter: grayscale(51%);
}

.ng-mappe-container {
  display: block;
  max-width: 1200px;
  margin-top: -110px;
  margin-right: auto;
  margin-left: auto;
}

.ng-mappe-box-icon {
  width: 50px;
  height: 50px;
  clear: both;
  border: 1px solid #ccc;
  border-radius: 200px;
  
  color: #0159a2;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

.ng-post-list-4-wrapper {
  position: relative;
  height: 480px;
  margin-bottom: 60px;
  clear: both;
}

.ng-post-list-4-wrapper.left {
  margin-right: 50px;
  margin-bottom: 100px;
}

.ng-post-list-4-wrapper.right {
  margin-bottom: 99px;
  margin-left: 50px;
}

.ng-left-image {
  width: 60%;
  height: 480px;
  background-image: url('../images/bg1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.ng-left-image._2 {
  background-image: url('../images/kjorbo.jpg');
}

.ng-right-text-wrapper {
  position: absolute;
  top: 30px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 420px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
}

.ng-right-image {
  width: 60%;
  height: 480px;
  float: right;
  clear: both;
  background-image: url('../images/bg2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.ng-left-text-wrapper {
  position: absolute;
  left: 0px;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 420px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
}

.ng-post-list-4-link {
  position: absolute;
  left: 40px;
  bottom: 20px;
  text-decoration: none;
}

.ng-post-list-4-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border: 1px solid #bbb;
  border-radius: 200px;
  
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.ng-post-wrapper-5 {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}

.ng-post-mask-5 {
  position: absolute;
}

.ng-post-5-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, .3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ng-post-5-inner:hover {
  background-color: rgba(0, 0, 0, .1);
}

.ng-post-5-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  text-align: center;
}

.ng-custom-menu-button {
  display: none;
}

.ng-mmenu-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.ng-menu-link-next {
  display: inline-block;
  width: 50px;
  background-color: #333;
  
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.ng-mmenu-back-arrow {
  display: inline-block;
  padding-right: 10px;
  
}

.ng-shoppingchart-header {
  margin-bottom: 20px;
  padding: 10px 10px 20px;
  clear: both;
  border-bottom: 1px solid #ddd;
}

.ng-shoppingcart-checkout-btn {
  padding: 7px 40px;
  float: right;
  background-color: #0159a2;
  color: #fff;
  text-decoration: none;
}

.ng-shoppingcart-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ng-list-product {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ddd;
}

.ng-list-product-thumb {
  max-width: 15%;
  float: left;
  border: 1px solid #ddd;
}

.ng-list-product-name-wrapper {
  display: inline-block;
  width: 30%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.ng-list-product-name {
  font-weight: 700;
}

.ng-list-product-price-wrapper {
  display: inline-block;
  width: 20%;
  padding-right: 20px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.ng-shoppingcart-total-wrapper {
  padding: 20px;
  background-color: #f5f5f5;
}

.ng-list-product-qta {
  display: inline-block;
  width: 15%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.ng-list-product-total {
  display: inline-block;
  width: 15%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.ng-list-product-delete {
  position: absolute;
  top: 0px;
  right: 0px;
  
  font-size: 20px;
  text-decoration: none;
}

.ng-total-price {
  margin-top: 11px;
  margin-bottom: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
}

.ng-list-product-labels {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.ng-list-product-label-1 {
  display: inline-block;
  width: 45%;
}

.ng-list-product-label-2 {
  display: inline-block;
  width: 20%;
}

.ng-list-product-label-3 {
  display: inline-block;
  width: 15%;
}

.ng-list-product-label-4 {
  display: inline-block;
  width: 15%;
}

.ng-product-list-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.ng-empty-cart-button {
  font-size: 16px;
}

.ng-continue-shopping-btn {
  display: inline-block;
  padding: 5px 24px;
  float: right;
  border: 1px solid #0159a2;
  font-size: 16px;
  text-decoration: none;
}

.ng-pricing-row {
  margin-bottom: 10px;
  font-size: 16px;
}

.ng-checkout-method {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.ng-checkout-subheading {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.ng-checkout-form-wrapper {
  margin-top: 15px;
}

.ng-checkout-field-label {
  font-size: 15px;
}

.ng-checkout-radio {
  max-width: 300px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  background-color: #eee;
}

.ng-checkout-button {
  display: inline-block;
  padding: 7px 40px;
  background-color: #0159a2;
  color: #fff;
  text-decoration: none;
}

.ng-form-link {
  display: block;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}

.ng-label-required {
  display: inline-block;
  margin-left: 2px;
  color: #e74c3c;
  font-size: 13px;
  font-weight: 300;
}

.ng-checkout-step {
  min-height: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ddd;
}

.ng-checkout-step-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background-color: #0159a2;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.ng-checkout-step-text {
  display: inline-block;
}

.ng-checkout-step-edit {
  float: right;
}

.wiz-form-wrapper {
  display: block;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 1px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 9px 32px 0 rgba(0, 0, 0, .2);
}

.ng-step-paginator {
  height: 100%;
  background-color: #f5f5f5;
}

.ng-step {
  position: static;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.ng-collaborate-form-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
}

.ng-form-content {
  width: 60%;
  margin-bottom: -20px;
}

.ng-form-section-title {
  margin-bottom: 25px;
  text-align: center;
}

.ng-step-counter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  color: #777;
}

.ng-next {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  height: 50px;
  max-width: 160px;
  margin: auto auto 25px;
}

.ng-next-text {
  border-radius: 5px;
  background-color: #0159a2;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}

.ng-slide-nav {
  display: none;
}

.ng-wiz-textfield {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 30px 25px;
  border: 1px solid #cbced2;
  border-radius: 5px;
  background-color: rgba(225, 228, 233, .25);
  font-size: 20px;
  line-height: 40px;
}

.ng-back {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ng-back-text {
  border-bottom: 1px dotted #ccc;
  color: #999;
  font-size: 18px;
}

.ng-back-icon {
  display: inline-block;
  padding-right: 10px;
  
}

.ng-wiz-form-submit {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  border-radius: 5px;
  background-color: #0159a2;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
}

.body-2 {
  height: 100%;
}

.hero {
  position: relative;
  display: block;
  height: 100%;
  margin-bottom: 100px;
  background-image: none;
  background-size: auto;
}

.background-video {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}

.hero-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hero-mask.darken {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-container {
  max-width: 660px;
  padding: 40px 40px 70px;
}

.navbar-container {
  position: relative;
}

.hero-heading {
  margin-left: -70px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.hero-divider {
  width: 50px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fdcc05;
}

.hero-text {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #eee;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
}

.bear-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  margin-bottom: 100px;
}

.split-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/bg2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/bg2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.split-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.split-right-inner {
  height: 60%;
  max-width: 500px;
  padding-left: 160px;
}

.split-left-image-1 {
  position: relative;
  width: 60%;
  height: 60%;
  background-image: url('../images/bg3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.split-left-image-2 {
  position: absolute;
  left: 70%;
  top: 60%;
  width: 80%;
  height: 60%;
  background-image: url('../images/bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.split-heading {
  max-width: 400px;
  margin-left: -260px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
}

.full-width {
  min-height: 700px;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/bg5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/bg5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.full-width-text-wrapper {
  max-width: 490px;
  margin-left: 80px;
  padding: 30px 40px;
  background-color: hsla(0, 0%, 100%, .15);
}

.full-width-heading {
  margin-top: 0px;
  margin-left: -110px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
}

.full-width-text {
  margin-bottom: 40px;
  color: #fff;
  line-height: 34px;
}

.partners-section {
  display: none;
  margin-bottom: 70px;
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #555;
  background-color: #222;
}

.partner-logo {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.65;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.partner-logo:hover {
  opacity: 1;
}

.partner-link {
  display: block;
  max-width: 100%;
  color: #fff;
  text-decoration: none;
}

.split-right-text {
  margin-bottom: 30px;
  line-height: 34px;
}

.projects-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
}

.project-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 60%;
  -webkit-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
}

.project-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
}

.work-left-image-1 {
  position: relative;
  width: 60%;
  height: 60%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/work.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/work.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.work-left-image-2 {
  position: absolute;
  left: 70%;
  top: 50%;
  width: 80%;
  height: 60%;
  background-image: url('../images/Skjermbilde-2017-12-21-kl.-12.02.50.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-button {
  display: inline-block;
  padding: 16px 60px;
  border: 2px solid #fdcc05;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-button:hover {
  border-color: #fdcc05;
  background-color: #fdcc05;
  color: #333;
}

.section-button.white-section-button {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.section-button.white-section-button:hover {
  background-color: #fff;
  color: #333;
}

.section-button.small {
  padding: 10px 50px;
  font-size: 13px;
}

.footer-text {
  margin-top: 10px;
  margin-right: 24px;
  margin-bottom: 36px;
  color: #ccc;
  font-size: 18px;
  line-height: 34px;
}

.page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/bg5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/bg5.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-hero.project {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/bygg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/bygg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-hero.kontakt {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/kontakt-side-v2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/kontakt-side-v2.jpg');
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.partner-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.partner-logo-2 {
  max-width: 200px;
}

.project-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.next-project {
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 69px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.centered-heading {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
}

.more-project {
  color: #fdcc05;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: none;
}

.lightbox {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  text-decoration: none;
}

.lightbox-image {
  -webkit-transition: all 5000ms cubic-bezier(.25, .46, .45, .94);
  transition: all 5000ms cubic-bezier(.25, .46, .45, .94);
}

.lightbox-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mappe-content {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.right-text-inner {
  padding-left: 80px;
}

.split-heading-mappe {
  margin-top: 0px;
  margin-left: -80px;
  font-size: 40px;
  line-height: 50px;
}

.project-slider {
  height: 500px;
}

.slide {
  padding-top: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.slide.slide-2 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/kjorbo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/kjorbo.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.contact-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ansatt-tittel {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.phone {
  margin-bottom: 15px;
  font-size: 20px;
}

.email-link {
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #999;
  color: #333;
  font-size: 20px;
  text-decoration: none;
}

.contact-image {
  padding-right: 70px;
}

.mappe-2-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212121;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mappe-ingress {
  margin-bottom: 25px;
}

html.w-mod-js *[data-ix="ng-toolbar-link"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="ng-preloader-fade-out"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="experiment-background"] {
  width: 0px;
}

html.w-mod-js *[data-ix="experiment-text-effect"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="ng-experiment-intro-text"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="ng-scroll-effect"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="ng-scroll-effect-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media (max-width: 1200px) {
  .brand {
    max-width: 200px;
  }
  .ng-navbar-1 {
    padding-right: 0px;
    padding-left: 10px;
  }
  .ng-nav-link {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
    color: #333;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
  }
  .ng-nav-link.sk-button {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 15px 20px;
  }
  .menu-example {
    overflow: hidden;
  }
  .ng-search-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ng-search-overlay-form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ng-menu-text {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    float: left;
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .ng-menu-icon {
    display: inline-block;
    margin-bottom: 0px;
    float: left;
    
    color: #fdcc05;
  }
  .menu-button {
    border-left: 1px solid hsla(0, 0%, 100%, .1);
  }
  .ng-display-menu-swipe {
    display: none;
  }
  .ng-nav-menu {
    margin-top: 0px;
    margin-left: 60px;
    padding-top: 20px;
    background-color: #fff;
    box-shadow: -1px 0 60px 0 rgba(0, 0, 0, .3);
  }
  .ng-mega-menu {
    position: absolute;
    margin-left: 10px;
    background-color: #fff;
  }
  .ng-mega-menu-nav-link-wrapper {
    display: block;
  }
  .ng-hero-3-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ng-hero-4-textbox {
    right: -160px;
  }
  .ng-hero-5-left {
    width: 50%;
  }
  .ng-employee-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ng-employee-wrapper {
    margin-bottom: 15px;
  }
  .ng-employee-wrapper-2 {
    margin-bottom: 10px;
  }
  .ng-search-filter-inner {
    overflow: hidden;
    height: 0px;
  }
  .ng-filter-search-button {
    display: block;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 600;
    text-decoration: none;
  }
  .ng-filter-search-icon {
    float: right;
    
    font-size: 28px;
  }
  .ng-some-wrapper {
    margin-bottom: 35px;
  }
  .ng-mmenu {
    height: 100%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .ng-mmenu-wrapper {
    position: fixed;
    top: 73px;
    right: 0px;
    display: block;
    overflow: hidden;
    width: 300px;
    height: 100%;
    -webkit-transform: translate(300px, 0px);
    -ms-transform: translate(300px, 0px);
    transform: translate(300px, 0px);
  }
  .experiment-right-inner {
    padding-left: 30px;
  }
  .ng-ecommerce-topnav-link-wrapper {
    display: none;
  }
  .ng-mobile-menu-icon {
    display: inline-block;
    padding: 21px 15px;
    float: right;
    
    color: #333;
    font-size: 25px;
    text-decoration: none;
  }
  .ng-shortcut-1 {
    max-width: 45%;
  }
  .ng-shortcut-1-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ng-shortcuts-wrapper-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ng-shortcut-2 {
    min-width: 50%;
  }
  .ng-sidebar {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 0px;
  }
  .ng-sidebar-logo {
    display: block;
    width: 100px;
    margin-top: 6px;
    margin-bottom: 0px;
    float: left;
  }
  .ng-sidebar-nav-menu {
    min-width: 300px;
  }
  .ng-sidebar-link {
    padding-left: 20px;
  }
  .ng-sidebar-body {
    padding-left: 0px;
  }
  .ng-secondary-nav-sticky {
    position: static;
    overflow: hidden;
    height: 0px;
  }
  .ng-right-text-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ng-left-text-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ng-custom-menu-button {
    display: inline-block;
    padding: 22px 10px;
    float: right;
    text-decoration: none;
  }
  .ng-custom-menu-icon {
    padding-left: 15px;
    
  }
  .hero {
    height: auto;
    background-image: url('../images/work.jpg');
    background-size: cover;
  }
  .background-video {
    display: none;
  }
  .hero-mask {
    position: static;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .hero-mask.darken {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .bear-section {
    min-height: 600px;
  }
  .split-left {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .split-right {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .split-right-inner {
    padding-left: 80px;
  }
  .split-heading {
    margin-left: -110px;
  }
  .full-width {
    padding-right: 10px;
    padding-left: 10px;
  }
  .partners-section {
    display: none;
  }
  .partner-logo {
    max-width: 80%;
  }
  .partner-link {
    margin-bottom: 30px;
  }
  .projects-section {
    min-height: 600px;
  }
  .project-left {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .project-right {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .footer-text {
    margin-right: 10px;
    font-size: 16px;
  }
  .page-hero {
    min-height: 600px;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .partner-section-2 {

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partner-link-2 {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .partner-logo-2 {
    max-width: 120px;
  }
  .project-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .centered-heading {
    font-size: 35px;
    line-height: 45px;
  }
  .more-project {
    font-size: 18px;
  }
  .right-text-inner {
    padding-left: 50px;
  }
  .split-heading-mappe {
    margin-left: -40px;
    font-size: 35px;
    line-height: 45px;
  }
  .contact-image {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .ng-search-overlay-input {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }
  .ng-search-overlay-button {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 40px;
  }
  .ng-search-overlay-close {
    font-size: 40px;
    text-align: center;
  }
  .ng-display-menu {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    border-top: 1px solid #eee;
  }
  .ng-display-menu-inner {
    width: 700px;
  }
  .ng-display-menu-swipe {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    height: 50px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 30px;
    float: right;
    background-image: -webkit-linear-gradient(0deg, transparent, #fff 50%);
    background-image: linear-gradient(90deg, transparent, #fff 50%);
    
    line-height: 50px;
  }
  .ng-mobile-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ng-topnav-text {
    display: none;
  }
  .ng-footer-some-wrapper {
    margin-bottom: 45px;
  }
  .ng-post-wrapper-3 {
    margin-bottom: 10px;
  }
  .ng-post-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-button {
    padding: 10px 35px;
    font-size: 14px;
  }
  .ng-hero-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ng-hero-4-textbox {
    left: 40px;
    right: 0px;
    bottom: 0px;
    width: auto;
    margin-right: 0px;
  }
  .ng-hero-5 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .ng-hero-5-left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ng-post-list-2-text-wrapper {
    padding-left: 20px;
  }
  .ng-acctab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ng-acctab-dropdown {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .ng-acctab-toggle {
    display: block;
  }
  .ng-acctab-pane.w--open {
    position: relative;
    top: 0px;
  }
  .ng-acc-first-pane {
    position: relative;
    top: 0px;
  }
  .ng-tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ng-acctab-dropdown-first {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .right-sidebar {
    padding-left: 0px;
  }
  .ng-ecommerce-order-button {
    padding-right: 40px;
    padding-left: 40px;
  }
  .ng-arrangement-hero-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ng-arrangement-hero-left {
    max-width: 100%;
  }
  .ng-arrangement-hero-right {
    margin-top: 50px;
  }
  .ng-arrangement-hero-meta {
    min-height: auto;
    margin-bottom: -20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ng-arrangement-hero {
    padding-bottom: 0px;
  }
  .ng-disqus-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ng-left-section {
    width: 100%;
    height: auto;
  }
  .ng-right-section {
    width: 100%;
    height: auto;
  }
  .ng-left-section-overlay {
    position: relative;
    padding: 95px 30px;
  }
  .ng-left-section-content-wrapper {
    display: none;
  }
  .ng-right-section-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ng-right-section-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .ng-split-brand {
    margin-top: 20px;
    margin-left: 30px;
  }
  .ng-close-button-wrapper {
    display: none;
  }
  .ng-post-list-4-wrapper.left {
    height: auto;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
  }
  .ng-post-list-4-wrapper.right {
    height: auto;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
  }
  .ng-left-image {
    width: 100%;
    height: 250px;
  }
  .ng-right-text-wrapper {
    position: static;
    width: 100%;
    min-height: 200px;
    padding: 30px 25px;
  }
  .ng-right-image {
    width: 100%;
    height: 250px;
    float: none;
  }
  .ng-left-text-wrapper {
    position: static;
    width: 100%;
    min-height: 200px;
    padding: 30px 25px;
  }
  .ng-post-list-4-link {
    left: 25px;
  }
  .ng-checkout-button {
    display: block;
    text-align: center;
  }
  .ng-collaborate-form-step {
    margin-bottom: 160px;
  }
  .ng-form-content {
    width: 90%;
  }
  .ng-next {
    margin-bottom: 90px;
  }
  .ng-back {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero {
    margin-bottom: 50px;
  }
  .hero-container {
    padding-left: 110px;
  }
  .hero-heading {
    font-size: 40px;
  }
  .hero-text {
    font-size: 20px;
    line-height: 32px;
  }
  .bear-section {
    min-height: 400px;
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .split-left {
    height: 300px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-image: none;
    background-position: 0px 0px;
  }
  .split-right {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .split-right-inner {
    height: auto;
    max-width: none;
    min-width: 0px;
    padding-right: 20px;
    padding-left: 90px;
  }
  .split-left-image-1 {
    width: 100%;
    height: 100%;
  }
  .split-left-image-2 {
    display: none;
  }
  .split-heading {
    margin-left: -70px;
    font-size: 34px;
    line-height: 45px;
  }
  .full-width {
    margin-bottom: 50px;
  }
  .full-width-text-wrapper {
    margin-right: 70px;
  }
  .full-width-heading {
    font-size: 34px;
    line-height: 45px;
  }
  .full-width-text {
    font-size: 16px;
  }
  .split-right-text {
    font-size: 16px;
  }
  .projects-section {
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-left {
    height: 300px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .project-right {
    width: 568px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .work-left-image-1 {
    width: 100%;
    height: 100%;
  }
  .work-left-image-2 {
    display: none;
  }
  .section-button {
    padding: 10px 35px;
  }
  .page-hero {
    min-height: 400px;
  }
  .partner-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .partner-logo-2 {
    max-width: 100px;
  }
  .split-heading-mappe {
    font-size: 25px;
    line-height: 35px;
  }
  .project-slider {
    height: 300px;
  }
  .slide {
    padding-top: 30px;
  }
  .contact-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-image {
    width: 40%;
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 15px;
    line-height: 30px !important;
  }
  .brand {
    max-width: 150px;
  }
  .ng-search-overlay-input {
    font-size: 20px;
  }
  .ng-search-overlay-button {
    font-size: 30px;
  }
  .ng-search-overlay-close {
    font-size: 30px;
  }
  .ng-display-menu {
    position: relative;
    overflow: auto;
  }
  .ng-menu-text {
    font-size: 14px;
  }
  .ng-display-menu-inner {
    height: 50px;
  }
  .ng-display-menu-swipe {
    padding-left: 45px;
    background-image: -webkit-linear-gradient(0deg, transparent, #fff 40%);
    background-image: linear-gradient(90deg, transparent, #fff 40%);
    
  }
  .ng-topnav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .ng-topnav-dropdown-toggle {
    padding-left: 10px;
    font-size: 14px;
  }
  .ng-footer-shortcut {
    font-size: 12px;
  }
  .ng-nested-col.col-50 {
    width: 100%;
  }
  .ng-hero-4-image {
    height: 300px;
  }
  .ng-hero-4-textbox {
    left: 0px;
    top: 100%;
  }
  .ng-hero-4-button {
    position: relative;
  }
  .ng-post-list-1-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ng-post-list-1-thumb {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .ng-post-list-1-text-wrapper {
    padding-left: 0px;
  }
  .ng-post-list-2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ng-post-list-2-thumb {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .ng-post-list-2-text-wrapper {
    padding-left: 0px;
  }
  .ng-employee-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ng-employee-image-wrapper {
    margin-bottom: 20px;
  }
  .ng-employee-meta {
    padding-left: 0px;
  }
  .ng-verttabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ng-slider-right-arrow {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ng-mappevisning-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ng-post-list-3-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ng-post-list-3-thumb {
    min-height: 150px;
  }
  .experiment-wrapper {
    position: relative;
  }
  .experiment-left {
    display: none;
  }
  .experiment-right {
    overflow: visible;
  }
  .experiment-right-inner {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }
  .experiment-right-background {
    display: none;
  }
  .ng-textfield-amount {
    margin-right: 8px;
  }
  .ng-textfield-amount.no-float {
    margin-right: 15px;
    float: left;
  }
  .ng-shortcut-1 {
    max-width: 100%;
  }
  .ng-shortcut-2 {
    min-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
  .ng-shortcut-2-icon {
    display: inline-block;
    margin-right: 20px;
    float: left;
  }
  .ng-shortcut-2-tittle {
    display: inline-block;
    line-height: 40px;
  }
  .ng-event-list-date {
    width: 80px;
  }
  .ng-event-list-day {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .ng-arrangement-hero-meta {
    min-width: 100%;
  }
  .ng-disqus-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ng-disqus-post {
    padding-left: 65px;
  }
  .ng-post-list-4-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
  .ng-post-list-4-wrapper.left {
    margin-right: 10px;
    margin-left: 10px;
  }
  .ng-post-list-4-wrapper.right {
    margin-right: 10px;
    margin-left: 10px;
  }
  .ng-left-image {
    width: 100%;
    height: 200px;
  }
  .ng-right-text-wrapper {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-left: 10px;
    box-shadow: none;
  }
  .ng-right-image {
    width: 100%;
    height: 200px;
    float: none;
  }
  .ng-left-text-wrapper {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-left: 10px;
    box-shadow: none;
  }
  .ng-shoppingcart-checkout-btn {
    display: block;
    float: none;
    clear: both;
    text-align: center;
  }
  .ng-shoppingcart-heading {
    float: none;
  }
  .ng-list-product-thumb {
    max-width: 30%;
  }
  .ng-list-product-name-wrapper {
    display: block;
    width: 70%;
    margin-bottom: 5px;
    float: right;
  }
  .ng-list-product-price-wrapper {
    width: 70%;
    margin-bottom: 5px;
    padding-left: 20px;
    float: right;
  }
  .ng-list-product-qta {
    width: 70%;
    padding-left: 20px;
    float: right;
  }
  .ng-list-product-total {
    width: 70%;
    padding-left: 20px;
    float: right;
  }
  .ng-list-product-labels {
    overflow: hidden;
  }
  .ng-form-content {
    width: 90%;
  }
  .hero-container {
    padding-right: 20px;
    padding-left: 60px;
  }
  .hero-heading {
    margin-left: -40px;
    font-size: 30px;
    line-height: 40px;
  }
  .hero-text {
    font-size: 16px;
    line-height: 28px;
  }
  .split-left {
    height: 200px;
  }
  .split-right-inner {
    padding-left: 60px;
  }
  .split-heading {
    margin-left: -40px;
    font-size: 25px;
    line-height: 35px;
  }
  .full-width {
    min-height: 600px;
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .full-width-text-wrapper {
    margin-right: 10px;
    margin-left: 48px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
  }
  .full-width-heading {
    margin-left: -60px;
    font-size: 25px;
    line-height: 35px;
  }
  .full-width-text {
    font-size: 15px;
    line-height: 28px;
  }
  .split-right-text {
    font-size: 15px;
    line-height: 28px;
  }
  .section-button {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }
  .page-hero {
    min-height: 200px;
  }
  .partner-link-2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .partner-logo-2 {
    max-width: 120px;
  }
  .centered-heading {
    font-size: 25px;
    line-height: 35px;
  }
  .more-project {
    font-size: 15px;
  }
  .slider-arrow {
    font-size: 16px;
  }
  .slider-arrow.right {
    margin-right: 10px;
  }
  .slider-arrow.left {
    margin-left: 10px;
  }
}

/*Sørger for at placeholdertekst i skjemaer får god nok kontrast*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   color: #666;
   opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
   color: #666;
   opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder  {  /* Firefox 19+ */
   color: #666; 
   opacity:1; 
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
   color: #666; 
   opacity:1; 
}
/*Sørger for at tekst rendrer like skarpt som på prod-siter*/
body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #a9a9a9;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.font-wrapper {
  word-wrap: break-word;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
@media all and (min-width: 992px) {
.ng-nav-menu li {
    float: left;
}
}
@media all and (max-width: 1300px) {
.ng-nav-link {
    padding: 20px 10px 30px 10px;
}
}
.uunav {
	display: none;
}