	/****   STYLE DOCUMENTATION   *****/
	/****   Elements   *****/
	/****   Heading   *****/
	/****   Helper Classess  *****/
	/****   Lists  *****/
	/****   Blockquote  *****/
	/****   HTML5 small codes  *****/
	/****   Tables  *****/
	/****   Inputs - form - labels  *****/
	/****   Buttons  *****/
	/****   Template Sections  *****/
	/****   Template Footer  *****/
	/****   Normalize   *****/
	
	/****   Template icomoon   *****/
	
	@charset "UTF-8";
	@font-face {
	  font-family: 'icomoon';
	  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	  font-weight: normal;
	  font-style: normal;
	}
	
	
	/****   Normalize   *****/
	
	/*!
	 * Bootstrap v3.3.5 (http://getbootstrap.com)
	 * Copyright 2011-2015 Twitter, Inc.
	 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
	 */
	/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
	html {
	  font-family: sans-serif;
	  -ms-text-size-adjust: 100%;
	  -webkit-text-size-adjust: 100%;
	}

	body {
	  margin: 0;
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	menu,
	nav,
	section,
	summary {
	  display: block;
	}

	audio,
	canvas,
	progress,
	video {
	  display: inline-block;
	  vertical-align: baseline;
	}

	audio:not([controls]) {
	  display: none;
	  height: 0;
	}

	[hidden],
	template {
	  display: none;
	}

	a {
	  background-color: transparent;
	}

	a:active,
	a:hover {
	  outline: 0;
	}

	abbr[title] {
	  border-bottom: 1px dotted;
	}

	b,
	strong {
	  font-weight: bold;
	}

	dfn {
	  font-style: italic;
	}

	mark {
	  background: #ff0;
	  color: #000;
	}

	small {
	  font-size: 80%;
	}

	sub,
	sup {
	  font-size: 75%;
	  line-height: 0;
	  position: relative;
	  vertical-align: baseline;
	}

	sup {
	  top: -0.5em;
	}

	sub {
	  bottom: -0.25em;
	}

	img {
	  border: 0;
	}

	svg:not(:root) {
	  overflow: hidden;
	}

	figure {
	  margin: 1em 40px;
	}

	hr {
	  box-sizing: content-box;
	  height: 0;
	}

	pre {
	  overflow: auto;
	}

	code,
	kbd,
	pre,
	samp {
	  font-family: monospace, monospace;
	  font-size: 1em;
	}

	button,
	input,
	optgroup,
	select,
	textarea {
	  color: inherit;
	  font: inherit;
	  margin: 0;
	}

	button {
	  overflow: visible;
	}

	button,
	select {
	  text-transform: none;
	}

	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	  -webkit-appearance: button;
	  cursor: pointer;
	}

	button[disabled],
	html input[disabled] {
	  cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
	  border: 0;
	  padding: 0;
	}

	input {
	  line-height: normal;
	}

	input[type="checkbox"],
	input[type="radio"] {
	  box-sizing: border-box;
	  padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
	  height: auto;
	}

	input[type="search"] {
	  -webkit-appearance: textfield;
	  box-sizing: content-box;
	}

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
	  -webkit-appearance: none;
	}

	fieldset {
	  border: 1px solid #c0c0c0;
	  margin: 0 2px;
	  padding: 0.35em 0.625em 0.75em;
	}

	legend {
	  border: 0;
	  padding: 0;
	}

	textarea {
	  overflow: auto;
	}

	optgroup {
	  font-weight: bold;
	}

	table {
	  border-collapse: collapse;
	  border-spacing: 0;
	}

	td,
	th {
	  padding: 0;
	}

	/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
	@media print {
	  *,
	  *:before,
	  *:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	  }

	  a,
	  a:visited {
		text-decoration: underline;
	  }

	  a[href]:after {
		content: " (" attr(href) ")";
	  }

	  abbr[title]:after {
		content: " (" attr(title) ")";
	  }

	  a[href^="#"]:after,
	  a[href^="javascript:"]:after {
		content: "";
	  }

	  pre,
	  blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	  }

	  thead {
		display: table-header-group;
	  }

	  tr,
	  img {
		page-break-inside: avoid;
	  }

	  img {
		max-width: 100% !important;
	  }

	  p,
	  h2,
	  h3 {
		orphans: 3;
		widows: 3;
	  }

	  h2,
	  h3 {
		page-break-after: avoid;
	 
	  }
	  .navbar {
		display: none;
	  }

	  .btn > .caret,
	  .dropup > .btn > .caret {
		border-top-color: #000 !important;
	  }

	  .label {
		border: 1px solid #000;
	  }

	  .table {
		border-collapse: collapse !important;
	  }
	  .table td,
	  .table th {
		background-color: #fff !important;
	  }

	  .table-bordered th,
	  .table-bordered td {
		border: 1px solid #ddd !important;
	  }
	}
		
	/****   Elements   *****/

	* {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}

	*:before,
	*:after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}

	html {
	  font-size: 10px;
	  -webkit-tap-highlight-color: transparent;
	}

	body {
	  font-family: "Montserrat", Helvetica, Arial, sans-serif;
	  font-size: 16px;
	  line-height: 1.42857;
	  color: #282828;
	  background-color: #fff;
	}

	input,
	button,
	select,
	textarea {
	  font-family: inherit;
	  font-size: inherit;
	  line-height: inherit;
	}

	a {
	  color: #eea73e;
	  text-decoration: none;
	}
	a:hover, a:focus {
	  color: #0d2a67;
	  text-decoration: underline;
	}
	a:focus {
	  outline: thin dotted;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	}

	figure {
	  margin: 0;
	}

	img {
	  vertical-align: middle;
	}

	.img-responsive {
	  display: block;
	  max-width: 100%;
	  height: auto;
	}

	.img-rounded {
	  border-radius: 6px;
	}

	.img-thumbnail {
	  padding: 4px;
	  line-height: 1.42857;
	  background-color: #fff;
	  border: 1px solid #ddd;
	  border-radius: 4px;
	  -webkit-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  display: inline-block;
	  max-width: 100%;
	  height: auto;
	}

	.img-social {
		padding-right: 4px;
		margin-top: -24px;
		border-radius: 0px;
		display: inline-block;
		width: 28px;
		height: auto;
	}

	.img-social-menu {
		padding-right: 4px;
		margin-top: -28px;
		border-radius: 0px;
		display: inline-block;
		width: 28px;
		height: auto;
	}

	.img-icons {
		padding: 4px;
		border-radius: 0px;
		display: inline-block;
		width: 48px;
		height: auto;

	}



	.img-circle {
	  border-radius: 50%;
	}

	hr {
	  margin-top: 20px;
	  margin-bottom: 20px;
	  border: 0;
	  border-top: 1px solid #eeeeee;
	}

hr.sininen {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(13,42,103.55), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(13,42,103.55), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(13,42,103.55), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(13,42,103.55), rgba(0,0,0,0)); 
    margin: 5em;

		  color: #0d2a67;

	}

	[role="button"] {
	  cursor: pointer;
	}

	/****   Heading   *****/
	

	/****   Helper Classess  *****/
	
	@media (min-width: 768px) {
	  .lead {
		font-size: 21px;
	  }
	}

	small,
	.small {
	  font-size: 85%;
	}

	mark,
	.mark {
	  background-color: #fcf8e3;
	  padding: .2em;
	}

	.text-left {
	  text-align: left;
	}

	.text-right {
	  text-align: right;
	}

	.text-center {
	  text-align: center;
	}

	.text-justify {
	  text-align: justify;
	}

	.text-nowrap {
	  white-space: nowrap;
	}

	.text-lowercase {
	  text-transform: lowercase;
	}

	.text-uppercase, .initialism {
	  text-transform: uppercase;
	}

	.text-capitalize {
	  text-transform: capitalize;
	}

	.text-muted {
	  color: #777777;
	}

	.text-primary {
	  color: #eea73e;
	}

	a.text-primary:hover,
	a.text-primary:focus {
	  color: AD8350;
	}

	.text-success {
	  color: #3c763d;
	}

	a.text-success:hover,
	a.text-success:focus {
	  color: #2b542c;
	}

	.text-info {
	  color: #31708f;
	}

	a.text-info:hover,
	a.text-info:focus {
	  color: #245269;
	}

	.text-warning {
	  color: #eea73e;
	}

	a.text-warning:hover,
	a.text-warning:focus {
	  color: #eea73e;
	}

	.text-danger {
	  color: #a94442;
	}

	a.text-danger:hover,
	a.text-danger:focus {
	  color: #843534;
	}

	.bg-primary {
	  color: #fff;
	}

	.bg-primary {
	  background-color: #eea73e;
	}

	a.bg-primary:hover,
	a.bg-primary:focus {
	  background-color: #eea73e;
	}

	.bg-success {
	  background-color: #dff0d8;
	}

	a.bg-success:hover,
	a.bg-success:focus {
	  background-color: #c1e2b3;
	}

	.bg-info {
	  background-color: #d9edf7;
	}

	a.bg-info:hover,
	a.bg-info:focus {
	  background-color: #afd9ee;
	}

	.bg-warning {
	  background-color: #fcf8e3;
	}

	a.bg-warning:hover,
	a.bg-warning:focus {
	  background-color: #f7ecb5;
	}

	.bg-danger {
	  background-color: #f2dede;
	}

	a.bg-danger:hover,
	a.bg-danger:focus {
	  background-color: #e4b9b9;
	}

	.page-header {
	  padding-bottom: 9px;
	  margin: 40px 0 20px;
	  border-bottom: 1px solid #eeeeee;
	}

	/****   Lists  *****/
	
	ul,
	ol {
	  margin-top: 0;
	  margin-bottom: 10px;
	}
	ul ul,
	ul ol,
	ol ul,
	ol ol {
	  margin-bottom: 0;
	}

	.container {
	  margin-right: auto;
	  margin-left: auto;
	  padding-left: 2em;
	  padding-right: 2em;
	  clear: both;
	}

	@media (min-width: 576px) {
	  .container {
		padding-left: 2em;
	  	padding-right: 2em;
	  }
	}
	
	@media (min-width: 768px) {
	  .container {
		width: 760px;
	  }
	}





	@media (min-width: 992px) {
	  .container {
		width: 980px;
	  }
	}
	
	@media (min-width: 1200px) {
	  .container {
		width: 1180px;
	  }
	}

	.container-fluid {
	  margin-right: auto;
	  margin-left: auto;
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.container-fluid:before, .container-fluid:after {
	  content: " ";
	  display: table;
	}
	.container-fluid:after {
	  clear: both;
	}
	
	/****   buttons  *****/
	.btn {
	  display: inline-block;
	  margin-bottom: 0;
	  font-weight: normal;
	  text-align: center;
	  vertical-align: middle;
	  touch-action: manipulation;
	  cursor: pointer;
	  background-image: none;
	  border: 1px solid transparent;
	  white-space: nowrap;
	  padding: 14px 12px;
	  font-size: 14px;
	  line-height: 1.42857;
	  border-radius: 4px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}
	.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	  outline: thin dotted;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	}
	.btn:hover, .btn:focus, .btn.focus {
	  color: #333;
	  text-decoration: none;
	}
	.btn:active, .btn.active {
	  outline: 0;
	  background-image: none;
	}
	.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	  cursor: not-allowed;
	  opacity: 0.65;
	  filter: alpha(opacity=65);
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}

	a.btn.disabled, fieldset[disabled] a.btn {
	  pointer-events: none;
	}

	.btn-default {
	  color: #333;
	  background-color: #fff;
	  border-color: #ccc;
	}
	.btn-default:focus, .btn-default.focus {
	  color: #333;
	  background-color: #e6e6e6;
	  border-color: #8c8c8c;
	}
	.btn-default:hover {
	  color: #333;
	  background-color: #e6e6e6;
	  border-color: #adadad;
	}
	.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	  color: #333;
	  background-color: #e6e6e6;
	  border-color: #adadad;
	}
	.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
	  color: #333;
	  background-color: #d4d4d4;
	  border-color: #8c8c8c;
	}
	.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	  background-image: none;
	}
	.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
	  background-color: #fff;
	  border-color: #ccc;
	}
	.btn-default .badge {
	  color: #fff;
	  background-color: #333;
	}

	.btn-lomake {
		color: #fff;
		background-color: #0d2a67;
		border-color: #0d2a67;
	}

	.btn-lomake:hover {
		color: #eea73e;
		background-color: #fff;
		border-color: #fff;
	  }

	.btn-primary {
	  color: #fff;
	  background-color: #eea73e;
	  border-color: #eea73e;
	}
	.btn-primary:focus, .btn-primary.focus {
	  color: #fff;
	  background-color: #eea73e;
	  border-color: #eea73e;
	}

	.btn-primary:hover {
	  color: #fff;
	  background-color: #e39828;
	  border-color: #e39828;
	}
	.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	  color: #fff;
	  background-color: #e39828;
	  border-color: #eea73e;
	}
	.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
	  color: #fff;
	  background-color: #0d2a67;
	  border-color: #0d2a67;
	}
	.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	  background-image: none;
	}

	.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	  background-color: #eea73e;
	  border-color: #eea73e;
	}
	.btn-primary .badge {
	  color: #eea73e;
	  background-color: #fff;
	}

	.btn-lg, .btn-group-lg > .btn {
	  padding: 10px 16px;
	  font-size: 18px;
	  line-height: 1.33333;
	  border-radius: 6px;
	}

	.btn-sm, .btn-group-sm > .btn {
	  padding: 5px 10px;
	  font-size: 12px;
	  line-height: 1.5;
	  border-radius: 3px;
	}

	.btn-xs, .btn-group-xs > .btn {
	  padding: 1px 5px;
	  font-size: 12px;
	  line-height: 1.5;
	  border-radius: 3px;
	}
	.label {
	  display: inline;
	  padding: .2em .6em .3em;
	  font-size: 75%;
	  font-weight: bold;
	  line-height: 1;
	  color: #fff;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: baseline;
	  border-radius: .25em;
	}
	.label:empty {
	  display: none;
	}
	.btn .label {
	  position: relative;
	  top: -1px;
	}

	a.label:hover, a.label:focus {
	  color: #fff;
	  text-decoration: none;
	  cursor: pointer;
	}

	.badge {
	  display: inline-block;
	  min-width: 10px;
	  padding: 3px 7px;
	  font-size: 12px;
	  font-weight: bold;
	  color: #fff;
	  line-height: 1;
	  vertical-align: middle;
	  white-space: nowrap;
	  text-align: center;
	  background-color: #777777;
	  border-radius: 10px;
	}
	.badge:empty {
	  display: none;
	}
	.btn .badge {
	  position: relative;
	  top: -1px;
	}
	.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
	  top: 0;
	  padding: 1px 5px;
	}
	.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	  color: #eea73e;
	  background-color: #fff;
	}
	.list-group-item > .badge {
	  float: right;
	}
	.list-group-item > .badge + .badge {
	  margin-right: 5px;
	}
	.nav-pills > li > a > .badge {
	  margin-left: 3px;
	}

	a.badge:hover, a.badge:focus {
	  color: #fff;
	  text-decoration: none;
	  cursor: pointer;
	}

	.list-group {
	  margin-bottom: 20px;
	  padding-left: 0;
	}

	.list-group-item {
	  position: relative;
	  display: block;
	  padding: 10px 15px;
	  margin-bottom: -1px;
	  background-color: #fff;
	  border: 1px solid #ddd;
	}
	.list-group-item:first-child {
	  border-top-right-radius: 4px;
	  border-top-left-radius: 4px;
	}
	.list-group-item:last-child {
	  margin-bottom: 0;
	  border-bottom-right-radius: 4px;
	  border-bottom-left-radius: 4px;
	}

	a.list-group-item,
	button.list-group-item {
	  color: #555;
	}
	a.list-group-item .list-group-item-heading,
	button.list-group-item .list-group-item-heading {
	  color: #333;
	}
	a.list-group-item:hover, a.list-group-item:focus,
	button.list-group-item:hover,
	button.list-group-item:focus {
	  text-decoration: none;
	  color: #555;
	  background-color: #f5f5f5;
	}

	button.list-group-item {
	  width: 100%;
	  text-align: left;
	}

	.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	  background-color: #eeeeee;
	  color: #777777;
	  cursor: not-allowed;
	}
	.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	  color: inherit;
	}
	.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	  color: #777777;
	}
	.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	  z-index: 2;
	  color: #fff;
	  background-color: #eea73e;
	  border-color: #eea73e;
	}
	.list-group-item.active .list-group-item-heading,
	.list-group-item.active .list-group-item-heading > small,
	.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
	.list-group-item.active:hover .list-group-item-heading > small,
	.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
	.list-group-item.active:focus .list-group-item-heading > small,
	.list-group-item.active:focus .list-group-item-heading > .small {
	  color: inherit;
	}
	.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	  color: #f1fcfa;
	}

	.list-group-item-success {
	  color: #3c763d;
	  background-color: #dff0d8;
	}

	a.list-group-item-success,
	button.list-group-item-success {
	  color: #3c763d;
	}
	a.list-group-item-success .list-group-item-heading,
	button.list-group-item-success .list-group-item-heading {
	  color: inherit;
	}
	a.list-group-item-success:hover, a.list-group-item-success:focus,
	button.list-group-item-success:hover,
	button.list-group-item-success:focus {
	  color: #3c763d;
	  background-color: #d0e9c6;
	}
	a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
	button.list-group-item-success.active,
	button.list-group-item-success.active:hover,
	button.list-group-item-success.active:focus {
	  color: #fff;
	  background-color: #3c763d;
	  border-color: #3c763d;
	}

	.list-group-item-info {
	  color: #31708f;
	  background-color: #d9edf7;
	}

	a.list-group-item-info,
	button.list-group-item-info {
	  color: #31708f;
	}
	a.list-group-item-info .list-group-item-heading,
	button.list-group-item-info .list-group-item-heading {
	  color: inherit;
	}
	a.list-group-item-info:hover, a.list-group-item-info:focus,
	button.list-group-item-info:hover,
	button.list-group-item-info:focus {
	  color: #31708f;
	  background-color: #c4e3f3;
	}
	a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
	button.list-group-item-info.active,
	button.list-group-item-info.active:hover,
	button.list-group-item-info.active:focus {
	  color: #fff;
	  background-color: #31708f;
	  border-color: #31708f;
	}

	.list-group-item-warning {
	  color: #8a6d3b;
	  background-color: #fcf8e3;
	}

	a.list-group-item-warning,
	button.list-group-item-warning {
	  color: #8a6d3b;
	}
	a.list-group-item-warning .list-group-item-heading,
	button.list-group-item-warning .list-group-item-heading {
	  color: inherit;
	}
	a.list-group-item-warning:hover, a.list-group-item-warning:focus,
	button.list-group-item-warning:hover,
	button.list-group-item-warning:focus {
	  color: #8a6d3b;
	  background-color: #faf2cc;
	}
	a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
	button.list-group-item-warning.active,
	button.list-group-item-warning.active:hover,
	button.list-group-item-warning.active:focus {
	  color: #fff;
	  background-color: #8a6d3b;
	  border-color: #8a6d3b;
	}

	.list-group-item-danger {
	  color: #a94442;
	  background-color: #f2dede;
	}

	a.list-group-item-danger,
	button.list-group-item-danger {
	  color: #a94442;
	}
	a.list-group-item-danger .list-group-item-heading,
	button.list-group-item-danger .list-group-item-heading {
	  color: inherit;
	}
	a.list-group-item-danger:hover, a.list-group-item-danger:focus,
	button.list-group-item-danger:hover,
	button.list-group-item-danger:focus {
	  color: #a94442;
	  background-color: #ebcccc;
	}
	a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
	button.list-group-item-danger.active,
	button.list-group-item-danger.active:hover,
	button.list-group-item-danger.active:focus {
	  color: #fff;
	  background-color: #a94442;
	  border-color: #a94442;
	}

	.list-group-item-heading {
	  margin-top: 0;
	  margin-bottom: 5px;
	}

	.list-group-item-text {
	  margin-bottom: 0;
	  line-height: 1.3;
	}

	.panel {
	  margin-bottom: 20px;
	  background-color: #fff;
	  border: 1px solid transparent;
	  border-radius: 4px;
	}

	.panel-body {
	  padding: 15px;
	}
	.panel-body:before, .panel-body:after {
	  content: " ";
	  display: table;
	}
	.panel-body:after {
	  clear: both;
	}

	.panel-heading {
	  padding: 10px 15px;
	  border-bottom: 1px solid transparent;
	  border-top-right-radius: 3px;
	  border-top-left-radius: 3px;
	}
	.panel-heading > .dropdown .dropdown-toggle {
	  color: inherit;
	}

	.panel-title {
	  margin-top: 0;
	  margin-bottom: 0;
	  font-size: 16px;
	  color: inherit;
	}
	.panel-title > a,
	.panel-title > small,
	.panel-title > .small,
	.panel-title > small > a,
	.panel-title > .small > a {
	  color: inherit;
	}

	.panel-footer {
	  padding: 10px 15px;
	  background-color: #f5f5f5;
	  border-top: 1px solid #ddd;
	  border-bottom-right-radius: 3px;
	  border-bottom-left-radius: 3px;
	}

	.panel > .list-group,
	.panel > .panel-collapse > .list-group {
	  margin-bottom: 0;
	}
	.panel > .list-group .list-group-item,
	.panel > .panel-collapse > .list-group .list-group-item {
	  border-width: 1px 0;
	  border-radius: 0;
	}
	.panel > .list-group:first-child .list-group-item:first-child,
	.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	  border-top: 0;
	  border-top-right-radius: 3px;
	  border-top-left-radius: 3px;
	}
	.panel > .list-group:last-child .list-group-item:last-child,
	.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	  border-bottom: 0;
	  border-bottom-right-radius: 3px;
	  border-bottom-left-radius: 3px;
	}
	.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	  border-top-right-radius: 0;
	  border-top-left-radius: 0;
	}

	.panel-heading + .list-group .list-group-item:first-child {
	  border-top-width: 0;
	}

	.list-group + .panel-footer {
	  border-top-width: 0;
	}

	.panel > .table,
	.panel > .table-responsive > .table,
	.panel > .panel-collapse > .table {
	  margin-bottom: 0;
	}
	.panel > .table caption,
	.panel > .table-responsive > .table caption,
	.panel > .panel-collapse > .table caption {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.panel > .table:first-child,
	.panel > .table-responsive:first-child > .table:first-child {
	  border-top-right-radius: 3px;
	  border-top-left-radius: 3px;
	}
	.panel > .table:first-child > thead:first-child > tr:first-child,
	.panel > .table:first-child > tbody:first-child > tr:first-child,
	.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
	.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	  border-top-left-radius: 3px;
	  border-top-right-radius: 3px;
	}
	.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
	.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
	.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
	.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
	.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
	.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
	.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
	.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	  border-top-left-radius: 3px;
	}
	.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
	.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
	.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
	.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
	.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
	.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
	.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
	.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	  border-top-right-radius: 3px;
	}
	.panel > .table:last-child,
	.panel > .table-responsive:last-child > .table:last-child {
	  border-bottom-right-radius: 3px;
	  border-bottom-left-radius: 3px;
	}
	.panel > .table:last-child > tbody:last-child > tr:last-child,
	.panel > .table:last-child > tfoot:last-child > tr:last-child,
	.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
	.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	  border-bottom-left-radius: 3px;
	  border-bottom-right-radius: 3px;
	}
	.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
	.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
	.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
	.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
	.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
	.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
	.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
	.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	  border-bottom-left-radius: 3px;
	}
	.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
	.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
	.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
	.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
	.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
	.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
	.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
	.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	  border-bottom-right-radius: 3px;
	}
	.panel > .panel-body + .table,
	.panel > .panel-body + .table-responsive,
	.panel > .table + .panel-body,
	.panel > .table-responsive + .panel-body {
	  border-top: 1px solid #ddd;
	}
	.panel > .table > tbody:first-child > tr:first-child th,
	.panel > .table > tbody:first-child > tr:first-child td {
	  border-top: 0;
	}
	.panel > .table-bordered,
	.panel > .table-responsive > .table-bordered {
	  border: 0;
	}
	.panel > .table-bordered > thead > tr > th:first-child,
	.panel > .table-bordered > thead > tr > td:first-child,
	.panel > .table-bordered > tbody > tr > th:first-child,
	.panel > .table-bordered > tbody > tr > td:first-child,
	.panel > .table-bordered > tfoot > tr > th:first-child,
	.panel > .table-bordered > tfoot > tr > td:first-child,
	.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
	.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	  border-left: 0;
	}
	.panel > .table-bordered > thead > tr > th:last-child,
	.panel > .table-bordered > thead > tr > td:last-child,
	.panel > .table-bordered > tbody > tr > th:last-child,
	.panel > .table-bordered > tbody > tr > td:last-child,
	.panel > .table-bordered > tfoot > tr > th:last-child,
	.panel > .table-bordered > tfoot > tr > td:last-child,
	.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
	.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	  border-right: 0;
	}
	.panel > .table-bordered > thead > tr:first-child > td,
	.panel > .table-bordered > thead > tr:first-child > th,
	.panel > .table-bordered > tbody > tr:first-child > td,
	.panel > .table-bordered > tbody > tr:first-child > th,
	.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
	.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
	.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
	.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	  border-bottom: 0;
	}
	.panel > .table-bordered > tbody > tr:last-child > td,
	.panel > .table-bordered > tbody > tr:last-child > th,
	.panel > .table-bordered > tfoot > tr:last-child > td,
	.panel > .table-bordered > tfoot > tr:last-child > th,
	.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
	.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
	.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
	.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	  border-bottom: 0;
	}
	.panel > .table-responsive {
	  border: 0;
	  margin-bottom: 0;
	}

	.panel-group {
	  margin-bottom: 20px;
	}
	.panel-group .panel {
	  margin-bottom: 0;
	  border-radius: 4px;
	}
	.panel-group .panel + .panel {
	  margin-top: 5px;
	}
	.panel-group .panel-heading {
	  border-bottom: 0;
	}
	.panel-group .panel-heading + .panel-collapse > .panel-body,
	.panel-group .panel-heading + .panel-collapse > .list-group {
	  border-top: 1px solid #ddd;
	}
	.panel-group .panel-footer {
	  border-top: 0;
	}
	.panel-group .panel-footer + .panel-collapse .panel-body {
	  border-bottom: 1px solid #ddd;
	}

	.panel-default {
	  border-color: #ddd;
	}
	.panel-default > .panel-heading {
	  color: #333333;
	  background-color: #f5f5f5;
	  border-color: #ddd;
	}
	.panel-default > .panel-heading + .panel-collapse > .panel-body {
	  border-top-color: #ddd;
	}
	.panel-default > .panel-heading .badge {
	  color: #f5f5f5;
	  background-color: #333333;
	}
	.panel-default > .panel-footer + .panel-collapse > .panel-body {
	  border-bottom-color: #ddd;
	}

	.panel-primary {
	  border-color: #eea73e;
	}
	.panel-primary > .panel-heading {
	  color: #fff;
	  background-color: #eea73e;
	  border-color: #eea73e;
	}
	.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	  border-top-color: #eea73e;
	}
	.panel-primary > .panel-heading .badge {
	  color: #eea73e;
	  background-color: #fff;
	}
	.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	  border-bottom-color: #eea73e;
	}

	.panel-success {
	  border-color: #d6e9c6;
	}
	.panel-success > .panel-heading {
	  color: #3c763d;
	  background-color: #dff0d8;
	  border-color: #d6e9c6;
	}
	.panel-success > .panel-heading + .panel-collapse > .panel-body {
	  border-top-color: #d6e9c6;
	}
	.panel-success > .panel-heading .badge {
	  color: #dff0d8;
	  background-color: #3c763d;
	}
	.panel-success > .panel-footer + .panel-collapse > .panel-body {
	  border-bottom-color: #d6e9c6;
	}

	.panel-info {
	  border-color: #bce8f1;
	}
	.panel-info > .panel-heading {
	  color: #31708f;
	  background-color: #d9edf7;
	  border-color: #bce8f1;
	}
	.panel-info > .panel-heading + .panel-collapse > .panel-body {
	  border-top-color: #bce8f1;
	}
	.panel-info > .panel-heading .badge {
	  color: #d9edf7;
	  background-color: #31708f;
	}
	.panel-info > .panel-footer + .panel-collapse > .panel-body {
	  border-bottom-color: #bce8f1;
	}

	.panel-warning {
	  border-color: #faebcc;
	}
	.panel-warning > .panel-heading {
	  color: #8a6d3b;
	  background-color: #fcf8e3;
	  border-color: #faebcc;
	}
	.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	  border-top-color: #faebcc;
	}
	.panel-warning > .panel-heading .badge {
	  color: #fcf8e3;
	  background-color: #8a6d3b;
	}
	.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	  border-bottom-color: #faebcc;
	}

	.panel-danger {
	  border-color: #ebccd1;
	}
	.panel-danger > .panel-heading {
	  color: #a94442;
	  background-color: #f2dede;
	  border-color: #ebccd1;
	}
	.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	  border-top-color: #ebccd1;
	}
	.panel-danger > .panel-heading .badge {
	  color: #f2dede;
	  background-color: #a94442;
	}
	.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	  border-bottom-color: #ebccd1;
	}

	.embed-responsive {
	  position: relative;
	  display: block;
	  height: 0;
	  padding: 0;
	  overflow: hidden;
	}
	.embed-responsive .embed-responsive-item,
	.embed-responsive iframe,
	.embed-responsive embed,
	.embed-responsive object,
	.embed-responsive video {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  height: 100%;
	  width: 100%;
	  border: 0;
	}

	.embed-responsive-16by9 {
	  padding-bottom: 56.25%;
	}

	.embed-responsive-4by3 {
	  padding-bottom: 75%;
	}

	.well {
	  min-height: 20px;
	  padding: 19px;
	  margin-bottom: 20px;
	  background-color: #f5f5f5;
	  border: 1px solid #e3e3e3;
	  border-radius: 4px;
	}
	.well blockquote {
	  border-color: #ddd;
	  border-color: rgba(0, 0, 0, 0.15);
	}

	.well-lg {
	  padding: 24px;
	  border-radius: 6px;
	}

	.well-sm {
	  padding: 9px;
	  border-radius: 3px;
	}

	.close {
	  float: right;
	  font-size: 21px;
	  font-weight: bold;
	  line-height: 1;
	  color: #000;
	  text-shadow: 0 1px 0 #fff;
	  opacity: 0.2;
	  filter: alpha(opacity=20);
	}
	.close:hover, .close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	  opacity: 0.5;
	  filter: alpha(opacity=50);
	}

	button.close {
	  padding: 0;
	  cursor: pointer;
	  background: transparent;
	  border: 0;
	  -webkit-appearance: none;
	}

	.modal-open {
	  overflow: hidden;
	}

	.modal {
	  display: none;
	  overflow: hidden;
	  position: fixed;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1050;
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
	}
	.modal.fade .modal-dialog {
	  -webkit-transform: translate(0, -25%);
	  -ms-transform: translate(0, -25%);
	  -o-transform: translate(0, -25%);
	  transform: translate(0, -25%);
	  -webkit-transition: -webkit-transform 0.3s ease-out;
	  -moz-transition: -moz-transform 0.3s ease-out;
	  -o-transition: -o-transform 0.3s ease-out;
	  transition: transform 0.3s ease-out;
	}
	.modal.in .modal-dialog {
	  -webkit-transform: translate(0, 0);
	  -ms-transform: translate(0, 0);
	  -o-transform: translate(0, 0);
	  transform: translate(0, 0);
	}

	.modal-open .modal {
	  overflow-x: hidden;
	  overflow-y: auto;
	}

	.modal-dialog {
	  position: relative;
	  width: auto;
	  margin: 10px;
	}

	.modal-content {
	  position: relative;
	  background-color: #fff;
	  border: 1px solid #999;
	  border: 1px solid rgba(0, 0, 0, 0.2);
	  border-radius: 6px;
	  background-clip: padding-box;
	  outline: 0;
	}

	.modal-backdrop {
	  position: fixed;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1040;
	  background-color: #000;
	}
	.modal-backdrop.fade {
	  opacity: 0;
	  filter: alpha(opacity=0);
	}
	.modal-backdrop.in {
	  opacity: 0.5;
	  filter: alpha(opacity=50);
	}

	.modal-header {
	  padding: 15px;
	  border-bottom: 1px solid #e5e5e5;
	  min-height: 16.42857px;
	}

	.modal-header .close {
	  margin-top: -2px;
	}

	.modal-title {
	  margin: 0;
	  line-height: 1.42857;
	}

	.modal-body {
	  position: relative;
	  padding: 15px;
	}

	.modal-footer {
	  padding: 15px;
	  text-align: right;
	  border-top: 1px solid #e5e5e5;
	}
	
	.modal-footer:before, .modal-footer:after {
	  content: " ";
	  display: table;
	}

	.modal-footer:after {
	  clear: both;
	}

	.modal-footer .btn + .btn {
	  margin-left: 5px;
	  margin-bottom: 0;
	}

	.modal-footer .btn-group .btn + .btn {
	  margin-left: -1px;
	}

	.modal-footer .btn-block + .btn-block {
	  margin-left: 0;
	}

	.modal-scrollbar-measure {
	  position: absolute;
	  top: -9999px;
	  width: 50px;
	  height: 50px;
	  overflow: scroll;
	}

	@media (min-width: 768px) {
	  .modal-dialog {
		width: 600px;
		margin: 30px auto;
	  }

	  .modal-content {
	  }

	  .modal-sm {
		width: 300px;
	  }
	}
	@media (min-width: 992px) {
	  .modal-lg {
		width: 900px;
	  }
	}

	.tooltip {
	  position: absolute;
	  z-index: 1070;
	  display: block;
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-style: normal;
	  font-weight: normal;
	  letter-spacing: normal;
	  line-break: auto;
	  line-height: 1.42857;
	  text-align: left;
	  text-align: start;
	  text-decoration: none;
	  text-shadow: none;
	  text-transform: none;
	  white-space: normal;
	  word-break: normal;
	  word-spacing: normal;
	  word-wrap: normal;
	  font-size: 12px;
	  opacity: 0;
	  filter: alpha(opacity=0);
	}
	.tooltip.in {
	  opacity: 0.9;
	  filter: alpha(opacity=90);
	}
	.tooltip.top {
	  margin-top: -3px;
	  padding: 5px 0;
	}
	.tooltip.right {
	  margin-left: 3px;
	  padding: 0 5px;
	}
	.tooltip.bottom {
	  margin-top: 3px;
	  padding: 5px 0;
	}
	.tooltip.left {
	  margin-left: -3px;
	  padding: 0 5px;
	}

	.tooltip-inner {
	  max-width: 200px;
	  padding: 3px 8px;
	  color: #fff;
	  text-align: center;
	  background-color: #000;
	  border-radius: 4px;
	}

	.tooltip-arrow {
	  position: absolute;
	  width: 0;
	  height: 0;
	  border-color: transparent;
	  border-style: solid;
	}

	.tooltip.top .tooltip-arrow {
	  bottom: 0;
	  left: 50%;
	  margin-left: -5px;
	  border-width: 5px 5px 0;
	  border-top-color: #000;
	}
	.tooltip.top-left .tooltip-arrow {
	  bottom: 0;
	  right: 5px;
	  margin-bottom: -5px;
	  border-width: 5px 5px 0;
	  border-top-color: #000;
	}
	.tooltip.top-right .tooltip-arrow {
	  bottom: 0;
	  left: 5px;
	  margin-bottom: -5px;
	  border-width: 5px 5px 0;
	  border-top-color: #000;
	}
	.tooltip.right .tooltip-arrow {
	  top: 50%;
	  left: 0;
	  margin-top: -5px;
	  border-width: 5px 5px 5px 0;
	  border-right-color: #000;
	}
	.tooltip.left .tooltip-arrow {
	  top: 50%;
	  right: 0;
	  margin-top: -5px;
	  border-width: 5px 0 5px 5px;
	  border-left-color: #000;
	}
	.tooltip.bottom .tooltip-arrow {
	  top: 0;
	  left: 50%;
	  margin-left: -5px;
	  border-width: 0 5px 5px;
	  border-bottom-color: #000;
	}
	.tooltip.bottom-left .tooltip-arrow {
	  top: 0;
	  right: 5px;
	  margin-top: -5px;
	  border-width: 0 5px 5px;
	  border-bottom-color: #000;
	}
	.tooltip.bottom-right .tooltip-arrow {
	  top: 0;
	  left: 5px;
	  margin-top: -5px;
	  border-width: 0 5px 5px;
	  border-bottom-color: #000;
	}

	.popover {
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 1060;
	  display: none;
	  max-width: 276px;
	  padding: 1px;
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-style: normal;
	  font-weight: normal;
	  letter-spacing: normal;
	  line-break: auto;
	  line-height: 1.42857;
	  text-align: left;
	  text-align: start;
	  text-decoration: none;
	  text-shadow: none;
	  text-transform: none;
	  white-space: normal;
	  word-break: normal;
	  word-spacing: normal;
	  word-wrap: normal;
	  font-size: 14px;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #ccc;
	  border: 1px solid rgba(0, 0, 0, 0.2);
	  border-radius: 6px;
	}
	.popover.top {
	  margin-top: -10px;
	}
	.popover.right {
	  margin-left: 10px;
	}
	.popover.bottom {
	  margin-top: 10px;
	}
	.popover.left {
	  margin-left: -10px;
	}

	.popover-title {
	  margin: 0;
	  padding: 8px 14px;
	  font-size: 14px;
	  background-color: #f7f7f7;
	  border-bottom: 1px solid #ebebeb;
	  border-radius: 5px 5px 0 0;
	}

	.popover-content {
	  padding: 9px 14px;
	}

	.popover > .arrow, .popover > .arrow:after {
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  border-color: transparent;
	  border-style: solid;
	}

	.popover > .arrow {
	  border-width: 11px;
	}

	.popover > .arrow:after {
	  border-width: 10px;
	  content: "";
	}

	.popover.top > .arrow {
	  left: 50%;
	  margin-left: -11px;
	  border-bottom-width: 0;
	  border-top-color: #999999;
	  border-top-color: rgba(0, 0, 0, 0.25);
	  bottom: -11px;
	}
	.popover.top > .arrow:after {
	  content: " ";
	  bottom: 1px;
	  margin-left: -10px;
	  border-bottom-width: 0;
	  border-top-color: #fff;
	}
	.popover.right > .arrow {
	  top: 50%;
	  left: -11px;
	  margin-top: -11px;
	  border-left-width: 0;
	  border-right-color: #999999;
	  border-right-color: rgba(0, 0, 0, 0.25);
	}
	.popover.right > .arrow:after {
	  content: " ";
	  left: 1px;
	  bottom: -10px;
	  border-left-width: 0;
	  border-right-color: #fff;
	}
	.popover.bottom > .arrow {
	  left: 50%;
	  margin-left: -11px;
	  border-top-width: 0;
	  border-bottom-color: #999999;
	  border-bottom-color: rgba(0, 0, 0, 0.25);
	  top: -11px;
	}
	.popover.bottom > .arrow:after {
	  content: " ";
	  top: 1px;
	  margin-left: -10px;
	  border-top-width: 0;
	  border-bottom-color: #fff;
	}
	.popover.left > .arrow {
	  top: 50%;
	  right: -11px;
	  margin-top: -11px;
	  border-right-width: 0;
	  border-left-color: #999999;
	  border-left-color: rgba(0, 0, 0, 0.25);
	}
	.popover.left > .arrow:after {
	  content: " ";
	  right: 1px;
	  border-right-width: 0;
	  border-left-color: #fff;
	  bottom: -10px;
	}

	.carousel {
	  position: relative;
	}

	.carousel-inner {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	}
	.carousel-inner > .item {
	  display: none;
	  position: relative;
	  -webkit-transition: 0.6s ease-in-out left;
	  -o-transition: 0.6s ease-in-out left;
	  transition: 0.6s ease-in-out left;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
	  display: block;
	  max-width: 100%;
	  height: auto;
	  line-height: 1;
	}
	@media all and (transform-3d), (-webkit-transform-3d) {
	  .carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
	  }
	  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	  }
	  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	  }
	  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	  }
	}
	.carousel-inner > .active,
	.carousel-inner > .next,
	.carousel-inner > .prev {
	  display: block;
	}
	.carousel-inner > .active {
	  left: 0;
	}
	.carousel-inner > .next,
	.carousel-inner > .prev {
	  position: absolute;
	  top: 0;
	  width: 100%;
	}
	.carousel-inner > .next {
	  left: 100%;
	}
	.carousel-inner > .prev {
	  left: -100%;
	}
	.carousel-inner > .next.left,
	.carousel-inner > .prev.right {
	  left: 0;
	}
	.carousel-inner > .active.left {
	  left: -100%;
	}
	.carousel-inner > .active.right {
	  left: 100%;
	}

	.carousel-control {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  width: 15%;
	  opacity: 0.5;
	  filter: alpha(opacity=50);
	  font-size: 20px;
	  color: #fff;
	  text-align: center;
	}
	.carousel-control.left {
	  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	}
	.carousel-control.right {
	  left: auto;
	  right: 0;
	  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	}
	.carousel-control:hover, .carousel-control:focus {
	  outline: 0;
	  color: #fff;
	  text-decoration: none;
	  opacity: 0.9;
	  filter: alpha(opacity=90);
	}
	.carousel-control .icon-prev,
	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
	  position: absolute;
	  top: 50%;
	  margin-top: -10px;
	  z-index: 5;
	  display: inline-block;
	}
	.carousel-control .icon-prev,
	.carousel-control .glyphicon-chevron-left {
	  left: 50%;
	  margin-left: -10px;
	}
	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-right {
	  right: 50%;
	  margin-right: -10px;
	}
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
	  width: 20px;
	  height: 20px;
	  line-height: 1;
	  font-family: serif;
	}
	.carousel-control .icon-prev:before {
	  content: '\2039';
	}
	.carousel-control .icon-next:before {
	  content: '\203a';
	}

	.carousel-indicators {
	  position: absolute;
	  bottom: 10px;
	  left: 50%;
	  z-index: 15;
	  width: 60%;
	  margin-left: -30%;
	  padding-left: 0;
	  list-style: none;
	  text-align: center;
	}
	.carousel-indicators li {
	  display: inline-block;
	  width: 10px;
	  height: 10px;
	  margin: 1px;
	  text-indent: -999px;
	  border: 1px solid #fff;
	  border-radius: 10px;
	  cursor: pointer;
	  background-color: #000 \9;
	  background-color: transparent;
	}
	.carousel-indicators .active {
	  margin: 0;
	  width: 12px;
	  height: 12px;
	  background-color: #fff;
	}

	.carousel-caption {
	  position: absolute;
	  left: 15%;
	  right: 15%;
	  bottom: 20px;
	  z-index: 10;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  color: #fff;
	  text-align: center;
	}
	.carousel-caption .btn {
	  text-shadow: none;
	}

	@media screen and (min-width: 768px) {
	  .carousel-control .glyphicon-chevron-left,
	  .carousel-control .glyphicon-chevron-right,
	  .carousel-control .icon-prev,
	  .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	  }
	  .carousel-control .glyphicon-chevron-left,
	  .carousel-control .icon-prev {
		margin-left: -15px;
	  }
	  .carousel-control .glyphicon-chevron-right,
	  .carousel-control .icon-next {
		margin-right: -15px;
	  }

	  .carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	  }

	  .carousel-indicators {
		bottom: 20px;
	  }
	}
	.clearfix:before, .clearfix:after {
	  content: " ";
	  display: table;
	}
	.clearfix:after {
	  clear: both;
	}

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

	.pull-right {
	  float: right !important;
	}

	.pull-left {
	  float: left !important;
	}

	.hide {
	  display: none !important;
	}

	.show {
	  display: block !important;
	}

	.invisible {
	  visibility: hidden;
	}

	.text-hide {
	  font: 0/0 a;
	  color: transparent;
	  text-shadow: none;
	  background-color: transparent;
	  border: 0;
	}

	.hidden {
	  display: none !important;
	}

	.affix {
	  position: fixed;
	}

	@-ms-viewport {
	  width: device-width;
	}
	.visible-xs {
	  display: none !important;
	}

	.visible-sm {
	  display: none !important;
	}

	.visible-md {
	  display: none !important;
	}

	.visible-lg {
	  display: none !important;
	}

	.visible-xs-block,
	.visible-xs-inline,
	.visible-xs-inline-block,
	.visible-sm-block,
	.visible-sm-inline,
	.visible-sm-inline-block,
	.visible-md-block,
	.visible-md-inline,
	.visible-md-inline-block,
	.visible-lg-block,
	.visible-lg-inline,
	.visible-lg-inline-block {
	  display: none !important;
	}

	@media (max-width: 767px) {
	  .visible-xs {
		display: block !important;
	  }

	  table.visible-xs {
		display: table !important;
	  }

	  tr.visible-xs {
		display: table-row !important;
	  }

	  th.visible-xs,
	  td.visible-xs {
		display: table-cell !important;
	  }
	}
	@media (max-width: 767px) {
	  .visible-xs-block {
		display: block !important;
	  }
	}

	@media (max-width: 767px) {
	  .visible-xs-inline {
		display: inline !important;
	  }
	}

	@media (max-width: 767px) {
	  .visible-xs-inline-block {
		display: inline-block !important;
	  }
	}

	@media (min-width: 768px) and (max-width: 991px) {
	  .visible-sm {
		display: block !important;
	  }

	  table.visible-sm {
		display: table !important;
	  }

	  tr.visible-sm {
		display: table-row !important;
	  }

	  th.visible-sm,
	  td.visible-sm {
		display: table-cell !important;
	  }
	}
	@media (min-width: 768px) and (max-width: 991px) {
	  .visible-sm-block {
		display: block !important;
	  }
	}

	@media (min-width: 768px) and (max-width: 991px) {
	  .visible-sm-inline {
		display: inline !important;
	  }
	}

	@media (min-width: 768px) and (max-width: 991px) {
	  .visible-sm-inline-block {
		display: inline-block !important;
	  }
	}

	@media (min-width: 992px) and (max-width: 1199px) {
	  .visible-md {
		display: block !important;
	  }

	  table.visible-md {
		display: table !important;
	  }

	  tr.visible-md {
		display: table-row !important;
	  }

	  th.visible-md,
	  td.visible-md {
		display: table-cell !important;
	  }
	}

	@media (min-width: 992px) and (max-width: 1199px) {
	  .visible-md-block {
		display: block !important;
	  }
	}

	@media (min-width: 992px) and (max-width: 1199px) {
	  .visible-md-inline {
		display: inline !important;
	  }
	}

	@media (min-width: 992px) and (max-width: 1199px) {
	  .visible-md-inline-block {
		display: inline-block !important;
	  }
	}

	@media (min-width: 1200px) {
	  .visible-lg {
		display: block !important;
	  }

	  table.visible-lg {
		display: table !important;
	  }

	  tr.visible-lg {
		display: table-row !important;
	  }

	  th.visible-lg,
	  td.visible-lg {
		display: table-cell !important;
	  }
	}
	@media (min-width: 1200px) {
	  .visible-lg-block {
		display: block !important;
	  }
	}

	@media (min-width: 1200px) {
	  .visible-lg-inline {
		display: inline !important;
	  }
	}

	@media (min-width: 1200px) {
	  .visible-lg-inline-block {
		display: inline-block !important;
	  }
	}

	@media (max-width: 767px) {
	  .hidden-xs {
		display: none !important;
	  }
	}
	@media (min-width: 768px) and (max-width: 991px) {
	  .hidden-sm {
		display: none !important;
	  }
	}
	@media (min-width: 992px) and (max-width: 1199px) {
	  .hidden-md {
		display: none !important;
	  }
	}

	@media (min-width: 1200px) {
	  .hidden-lg {
		display: none !important;
	  }
	}

	.visible-print {
	  display: none !important;
	}

	@media print {
	  .visible-print {
		display: block !important;
	  }

	  table.visible-print {
		display: table !important;
	  }

	  tr.visible-print {
		display: table-row !important;
	  }

	  th.visible-print,
	  td.visible-print {
		display: table-cell !important;
	  }
	}
	.visible-print-block {
	  display: none !important;
	}
	@media print {
	  .visible-print-block {
		display: block !important;
	  }
	}

	.visible-print-inline {
	  display: none !important;
	}
	@media print {
	  .visible-print-inline {
		display: inline !important;
	  }
	}

	.visible-print-inline-block {
	  display: none !important;
	}
	@media print {
	  .visible-print-inline-block {
		display: inline-block !important;
	  }
	}

	@media print {
	  .hidden-print {
		display: none !important;
	  }
	}
	/* =======================================================
	*
	* 	Template Style 
	*	Edit this section
	*
	* ======================================================= */
	body {
	  font-family: "Montserrat", Arial, sans-serif;
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 1.5;
	  color: #282828;
	  background: #fff;
	  height: 100%;
	  position: relative;
	}
	body.template-nt-overflow-x {
	  overflow-x: hidden;
	}

	a {
	  color: #eea73e;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}
	a:hover, a:active, a:focus {
	  color: #eea73e;
	  outline: none;
	}

p {
	font-size: 1.65rem;
	margin-bottom: 1.5em;
	line-height: 1.76;
	letter-spacing: .15px;
}

	::-webkit-selection {
	  color: #fff;
	  background: #f9f6f0;
	}

	::-moz-selection {
	  color: #fff;
	  background: #f9f6f0;
	}

	::selection {
	  color: #fff;
	  background: #f9f6f0;
	}

	#template-nt-menu {
	  background: transparent;
	  position: absolute;
	  top: 0;
	  z-index: 999;
	  width: 100%;
	  padding-bottom: 20px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -ms-border-radius: 0px;
	  border-radius: 0px;
	  margin-top: 20px;
	}
	#template-nt-menu.sleep {
	  -webkit-transform: translateY(-100%);
	  -moz-transform: translateY(-100%);
	  -ms-transform: translateY(-100%);
	  -o-transform: translateY(-100%);
	  transform: translateY(-100%);
	}
	#template-nt-menu.template-nt-sleep {
	  -webkit-transform: translateX(-290px) !important;
	  -moz-transform: translateX(-290px) !important;
	  -ms-transform: translateX(-290px) !important;
	  -o-transform: translateX(-290px) !important;
	  transform: translateX(-290px) !important;
	}
	.scrolled #template-nt-menu {
	  background: #fff;
	  position: fixed;
	  margin-top: 0px;
	  top: 0;
	  border-bottom: 1px solid #ccc;
	  -webkit-transform: translateY(0%);
	  -moz-transform: translateY(0%);
	  -ms-transform: translateY(0%);
	  -o-transform: translateY(0%);
	  transform: translateY(0%);
	}

	#template-nt-page {
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  float: left;
	  background: #fff;
	  width: 100%;
	  position: relative;
	  z-index: 89;
	}
	#template-nt-page.template-nt-sleep {
	  -webkit-transform: translateX(-290px);
	  -moz-transform: translateX(-290px);
	  -ms-transform: translateX(-290px);
	  -o-transform: translateX(-290px);
	  transform: translateX(-290px);
	}

	#template-nt-wrap {
	  z-index: 89;
	  position: relative;
	  float: left;
	  width: 100%;
	  background: #fff;
	}

	#template-nt-offcanvass {
	  position: fixed;
	  z-index: 90;
	  top: 0;
	  right: 0;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transform: translateX(290px);
	  -moz-transform: translateX(290px);
	  -ms-transform: translateX(290px);
	  -o-transform: translateX(290px);
	  transform: translateX(290px);
	  bottom: 0;
	  width: 290px;
	  padding: 40px 30px;
	  background:#eea73e;
	  color: #878c93;
	}
	#template-nt-offcanvass .template-nt-lead {
	  font-size: 12px;
	  letter-spacing: 2px;
	  color: #fff;
	  text-transform: uppercase;
	  margin-bottom: 20px;
	}
	#template-nt-offcanvass ul {
	  padding: 0;
	  margin: 30px 0 30px 0;
	}
	#template-nt-offcanvass ul li {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	}
	#template-nt-offcanvass ul li a {
	  display: block;
	  padding: 10px 4px;
	  border-bottom: 1px solid rgba(86, 58, 9, 0.17);
	  font-size: 18px;
	  color: black;
	}
	#template-nt-offcanvass ul li a:hover, #template-nt-offcanvass ul li a:focus, #template-nt-offcanvass ul li a:active {
	  outline: none;
	  text-decoration: none;
	  background-color:#eea73e;
	  color:#FFF;
	  
	 
	}
	#template-nt-offcanvass ul li.active a {
	  color:#FFF; !important;
	 
	}
	#template-nt-offcanvass.template-nt-awake {
	  -webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  -o-transform: translateX(0px);
	  transform: translateX(0px);
	}
	#template-nt-offcanvass .template-nt-offcanvass-close {
	  position: absolute;
	  right: 20px;
	  top: 40px;
	  text-transform: uppercase;
	  font-size: 15px;
	  letter-spacing: 2px;
	  font-family: "Montserrat", Arial, sans-serif;
	  z-index: 99;
	  float: left;
	  color: #444;
	}
	#template-nt-offcanvass .template-nt-offcanvass-close i {
	  font-size: 20px;
	  margin-top: 3px;
	  float: right;
	  margin-left: 10px;
	  color: red;
	}
	#template-nt-offcanvass .template-nt-offcanvass-close:hover, #template-nt-offcanvass .template-nt-offcanvass-close:focus, #template-nt-offcanvass .template-nt-offcanvass-close:active {
	  outline: none;
	  text-decoration: none;
	}
	#template-nt-offcanvass .template-nt-logo {
	  display: block;
	  float: left;
	  width: 100%;
	  text-transform: uppercase;
	  color: #000;
	  letter-spacing: 1px;
	  font-weight: bold;
	  padding: 0;
	  margin: 40px 0 0 0;
	}
	#template-nt-offcanvass .template-nt-logo a {
	  color: #000;
	  padding: 0;
	  margin: 0;
	}

	.template-nt-menu-btn {
	  font-size: 15px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  float: right;
	  margin-top: 16px;
	  position: relative;
	  z-index: 10;
	  font-family: "Montserrat", Arial, sans-serif;
	  color: #fff;
	}
	.template-nt-menu-btn i {
	  font-size: 20px;
	  margin-top: 3px;
	  float: right;
	  margin-left: 10px;
	}
	.template-nt-menu-btn:hover, .template-nt-menu-btn:focus, .template-nt-menu-btn:active {
	  outline: none;
	  text-decoration: none;
	  color: #fff;
	 
	}

	#template-nt-hero {
	  float: left;
	  width: 100%;
	  position: relative;
	  padding-top: 2em;
	  padding-bottom: 4em;
	  height: 1000px;
	  z-index: 10;
	}

	#template-nt-hero .template-nt-overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 9;
	  background: #3b3d40;
	  opacity: 0.1;
	}

	@media screen and (max-width: 768px) {
	  #template-nt-hero {
		padding-top: 2em;
		padding-bottom: 2em;
		height: inherit;
	  }
	}
	#template-nt-hero .template-nt-intro {
	  width: 100%;
	  color: #fff;
	  z-index: 12;
	  position: relative;
	}
	#template-nt-hero .template-nt-intro .template-nt-intro-img {
	  text-align: right;
	  bottom: -5em;
	}
	@media screen and (max-width: 768px) {
	  #template-nt-hero .template-nt-intro .template-nt-intro-img {
		bottom: -10em;
	  }
	  #template-nt-hero .template-nt-intro .template-nt-intro-img img {
		max-width: 100%;
	  }
	}
	#template-nt-hero .template-nt-intro .template-nt-text {
	  bottom: -15em;
	}
	@media screen and (max-width: 992px) {
	  #template-nt-hero .template-nt-intro .template-nt-text {
		bottom: 0;
		bottom: -4em;
	  }
	}
	@media screen and (max-width: 768px) {
	  #template-nt-hero .template-nt-intro .template-nt-text {
		bottom: 0;
		bottom: -4em;
	  }
	}
	#template-nt-hero .template-nt-intro h2 {
	  color: #fff;
	  font-size: 50px;
	  line-height: 50px;
	  font-weight: 700;
	  margin-top: 60px;
	}
	@media screen and (max-width: 768px) {
	  #template-nt-hero .template-nt-intro h2 {
		font-size: 40px;
		line-height: 40px;
	  }
	}
	#template-nt-hero .template-nt-intro p {
	  font-size: 18px;
	  line-height: 26px;
	  letter-spacing: .05em;
	}
	#template-nt-hero .template-nt-intro .btn {
	  background: AD8350;
	}
	#template-nt-hero .template-nt-intro .btn i {
	  font-size: 20px;
	  vertical-align: middle;
	  margin-top: -5px;
	  display: -moz-inline-stack;
	  display: inline-block;
	  zoom: 1;
	  *display: inline;
	}

	.navbar-brand {
	  text-align: left;
	  font-weight: bold;
	  display: -moz-inline-stack;
	  display: inline-block;
	  zoom: 1;
	  *display: inline;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  font-size: 20px;
	  float: left !important;
	  font-family: "Montserrat", Arial, sans-serif;
	  color: #fff;
	  z-index: 10;
	  position: relative;
	}
	.navbar-brand > span {
	  display: -moz-inline-stack;
	  display: inline-block;
	  zoom: 1;
	  *display: inline;
	  float: left;
	  border: 2px solid #fff;
	  padding: 7px 10px 7px 12px;
	}
	.navbar-brand:hover {
	  color: #fff;
	  opacity: .8;
	}
	@media screen and (max-width: 480px) {
	  .navbar-brand {
		margin: inherit;
		text-align: left;
		padding-left: 0;
		margin-left: 0;
	  }
	}

	.scrolled .navbar-brand {
	  color: #444;
	}
	.scrolled .navbar-brand:hover {
	  color: #000;
	}
	.scrolled .navbar-brand > span {
	  border-color: #444;
	}
	
	
	/****   Template Sections  *****/

	#template-nt-clients {
	  padding: 2em 0;
	  background: #eea73e;
	  position: relative;
	}

	#template-nt-clients .template-nt-client {
	  margin-bottom: 0px;
	}

	@media screen and (max-width: 992px) {
	  #template-nt-clients .template-nt-client {
		margin-bottom: 30px;
	  }
	}

	@media screen and (max-width: 768px) {
	  #template-nt-clients .template-nt-client {
		margin-bottom: 30px;
	  }
	}

	@media screen and (max-width: 480px) {
	  #template-nt-clients .template-nt-client img {
		max-width: 100%;
	  }
	}

	#template-nt-pricing {
	  padding: 7em 0;
	  position: relative;
	  border-bottom: 1px solid #f2f2f2;
	}
	#template-nt-pricing .template-nt-price {
	  padding-top: 1em;
	  display: block;
	  font-size: 50px;
	  line-height: 50px;
	  font-family: "Montserrat", Arial, sans-serif;
	  color: #eea73e;
	}
	#template-nt-pricing .template-nt-price > span {
	  font-size: 16px;
	  line-height: 16px;
	  font-family: "Montserrat", Arial, sans-serif;
	  font-weight: 500;
	  color: #ccc;
	}
	#template-nt-pricing .pricing-feature {
	  border-top: 10px solid #eea73e;
	}

	.lomake {
	  padding: 4em;
	  background: #eea73e;
	}
	.lomake .form-control {
		color: #0d2a67;
		background: #ffeed5;
		border: 2px solid rgba(208, 156, 75, 0.85);
	}

	.lomake .form-control::-webkit-input-placeholder {
	  color: rgba(31, 30, 46, 0.65);
	}
	.lomake .form-control:-moz-placeholder {
	  /* Firefox 18- */
	  color: rgba(31, 30, 46, 0.65);
	}
	.lomake .form-control::-moz-placeholder {
	  /* Firefox 19+ */
	  color: rgba(31, 30, 46, 0.65);
	}
	.lomake .form-control:-ms-input-placeholder {
	  color: #0d2a67;
	}
	.lomake .btn {
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  background: #0d2a67;
	}

	.lomake .btn i {
	  font-size: 20px;
	  vertical-align: middle;
	  margin-top: -5px;
	  display: -moz-inline-stack;
	  display: inline-block;
	  zoom: 1;
	  display: inline;
	}

	.lomake .form-group {
	  margin-bottom: .8em;
	}

	@media screen and (max-width: 768px) {
	  .lomake .form-group {
		margin-bottom: .95em;
	  }
	}

	#template-nt-products,
	#template-nt-features {
	  border-bottom: 1px solid #f2f2f2;
	}

	#template-nt-features,
	#template-nt-feature-3,
	#template-nt-faqs {
	  background: #f2f7ff;
	}
	#template-nt-features-2 {
	  background: #fff;
	}

	#template-nt-features-3 .template-nt-text-wrap {
	  margin-bottom: 2em;
	}

	@media screen and (max-width: 1200px) {
	  #template-nt-features-3 .template-nt-text-wrap {
		margin-top: 0em;
	  }
	}

	@media screen and (max-width: 992px) {
	  #template-nt-features-3 .template-nt-text-wrap {
		margin-top: 0em;
	  }
	}

	#template-nt-features-3 .template-nt-text-wrap .template-nt-text {
	  margin-bottom: 20px;
	}

	@media screen and (max-width: 768px) {
	  #template-nt-features-3 .template-nt-text-wrap .template-nt-text {
		padding-left: 15px;
		padding-right: 15px;
	  }
	}

	#template-nt-features-3 .template-nt-icon {
	  font-size: 40px;
	  display: block;
	  margin-bottom: 20px;
	}

	#template-nt-features-3 .template-nt-icon i {
	  color: #eea73e;
	}

	#template-nt-features-2 .template-nt-text-wrap {
	  margin-top: 5em;
	}

	@media screen and (max-width: 1200px) {
	  #template-nt-features-2 .template-nt-text-wrap {
		margin-top: 0em;
	  }
	}

	@media screen and (max-width: 992px) {
	  #template-nt-features-2 .template-nt-text-wrap {
		margin-top: 0em;
	  }
	}

	#template-nt-features-2 .template-nt-text-wrap .template-nt-text {
	  padding-left: 3em;
	  padding-right: 3em;
	}

	@media screen and (max-width: 768px) {
	  #template-nt-features-2 .template-nt-text-wrap .template-nt-text {
		padding-left: 15px;
		padding-right: 15px;
	  }
	}

	#template-nt-features-2 .template-nt-icon {
	  font-size: 40px;
	  display: block;
	  margin-bottom: 20px;
	}

	#template-nt-features-2 .template-nt-icon i {
	  color: #eea73e;
	}

	@media screen and (max-width: 992px) {
	  #template-nt-features-2 .template-nt-image {
		margin-top: 30px;
	  }
	}
	
	#template-nt-features-2 .template-nt-image img {
	  max-width: 100%;
	}

	@media screen and (max-width: 480px) {
	  #template-nt-features-2 .template-nt-image img {
		max-width: 100%;
	  }
	}

	#template-nt-faqs .faq-accordion {
	  position: relative;
	  float: left;
	  width: 100%;
	  padding: 30px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  -ms-border-radius: 4px;
	  border-radius: 4px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}


	
	@media screen and (max-width: 768px) {
	  #template-nt-faqs .faq-accordion {
		padding: 15px;
	  }
	
	}
	#template-nt-faqs .faq-accordion .faq-accordion-icon-toggle {
	  position: absolute;
	  top: 27px;
	  right: 30px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	@media screen and (max-width: 480px) {
	  #template-nt-faqs .faq-accordion .faq-accordion-icon-toggle {
		top: 17px;
	  }

	}
	#template-nt-faqs .faq-accordion .faq-accordion-icon-toggle i {
	  font-size: 20px;
	  color: #eea73e;
	}

	@media screen and (max-width: 768px) {
	  #template-nt-faqs .faq-accordion h3 {
		font-size: 20px;
		line-height: 1.5;
		font-weight: 500;
		width: 80%;
		float: left;
	  }

	}
		#template-nt-faqs .faq-accordion .faq-body {
	  clear: both;
	  display: none;
	  padding: 30px 0 0px 0;
	  color: #444;
	  font-size: 16px;
	  line-height: 30px;
	  overflow: hidden;
	}

	#template-nt-faqs .faq-accordion.active {
	  background: #fff;
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	#template-nt-faqs .faq-accordion.active h3 {
	  color: #0d2a67;
	}
	
	#template-nt-faqs .faq-accordion.active .faq-accordion-icon-toggle {
	  -webkit-transform: rotate(-180deg);
	  -moz-transform: rotate(-180deg);
	  -ms-transform: rotate(-180deg);
	  -o-transform: rotate(-180deg);
	  transform: rotate(-180deg);
	}


	.template-nt-feature, .template-nt-figure {
	  display: block;
	  color: #444;
	  float: left;
	  width: 100%;
	  text-align: center;
	  background: #fff;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  -ms-border-radius: 4px;
	  border-radius: 4px;
	  padding: 40px 10px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  margin-bottom: 1.5em;
	}
	.template-nt-feature:hover, .template-nt-feature:focus, .template-nt-feature:active, .template-nt-figure:hover, .template-nt-figure:focus, .template-nt-figure:active {
	  text-decoration: none;
	  outline: none;
	}
	.template-nt-feature .template-nt-feature-icon, .template-nt-figure .template-nt-feature-icon {
	  width: 80px;
	  height: 80px;
	  display: block;
	  display: table;
	  text-align: center;
	  margin: 0 auto;
	  position: relative;
	  border: 2px solid #eea73e;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  border-radius: 50%;
	  -webkit-transition: 0.3s;
	  -o-transition: 0.3s;
	  transition: 0.3s;
	}
	.template-nt-feature .template-nt-feature-icon i, .template-nt-figure .template-nt-feature-icon i {
	  display: table-cell;
	  vertical-align: middle;
	  font-size: 50px;
	  color: #eea73e;
	}
	.template-nt-feature .template-nt-feature-lead, .template-nt-feature .template-nt-figure-lead, .template-nt-figure .template-nt-feature-lead, .template-nt-figure .template-nt-figure-lead {
	  font-size: 1.9rem;
	  letter-spacing: 2px;
	  font-family: "Montserrat", Arial, sans-serif;
	  text-transform: uppercase;
	  font-weight: 700;
	}
	.template-nt-feature .template-nt-feature-text, .template-nt-feature .template-nt-figure-text, .template-nt-figure .template-nt-feature-text, .template-nt-figure .template-nt-figure-text {
	  color: #282828;
	  padding-left: 20px;
	  padding-right: 20px;
	  line-height: 24px;
	}
	.template-nt-feature:hover, .template-nt-feature.active, .template-nt-figure:hover, .template-nt-figure.active {
	  margin-top: -10px;
	}
	
	@media screen and (max-width: 768px) {
	  .template-nt-feature:hover, .template-nt-feature.active, .template-nt-figure:hover, .template-nt-figure.active {
		margin-top: 0px;
	  }
	}
	.template-nt-feature:hover .template-nt-feature-icon, .template-nt-feature.active .template-nt-feature-icon, .template-nt-figure:hover .template-nt-feature-icon, .template-nt-figure.active .template-nt-feature-icon {
	  background: #eea73e;
	}
	.template-nt-feature:hover .template-nt-feature-icon i, .template-nt-feature.active .template-nt-feature-icon i, .template-nt-figure:hover .template-nt-feature-icon i, .template-nt-figure.active .template-nt-feature-icon i {
	  color: #fff;
	}

	.template-nt-figure {
	  padding-left: 0 !important;
	  padding-right: 0 !important;
	  padding-top: 0 !important;
	  overflow: hidden;
	  position: relative;
	  z-index: 2;
	}
	.template-nt-figure figure {
	  margin-bottom: 50px;
	  float: left;
	  width: 100%;
	}
	.template-nt-figure img {
	  -webkit-transition: 0.3s;
	  -o-transition: 0.3s;
	  transition: 0.3s;
	  z-index: 1;
	}
	.template-nt-figure:hover img {
	  -webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -o-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  transform: scale(1.1);
	}

	#template-nt-products {
	  background: #fafafa;
	}

	.template-nt-uppercase-sm {
	  font-size: 1.5rem;
	  letter-spacing: 2px;
	  font-family: "Montserrat", Arial, sans-serif;
	  text-transform: uppercase;
	  font-weight: 700;
	  text-align: center;
	}

	.template-nt-section-heading {
	  margin-bottom: 1em;
	}
	.template-nt-section-heading .template-nt-lead {
	  font-size: 5rem;
	  line-height: 1.5;
	}

	@media screen and (max-width: 768px) {
	  .template-nt-section-heading .template-nt-lead {
		font-size: 4rem;
		line-height: 1.6;
	  }
	}

	.template-nt-section-heading .emp {
	  font-family: "Montserrat", times, serif;
	  font-style: italic;
	  font-weight: 500;
	}

	.template-nt-section-heading .template-nt-sub {
	  font-size: 18px;
	  line-height: 30px;
	}

	#template-nt-testimony {
	  background: #eea73e;
	  color: #fff;
	  padding: 8em 0;
	}

	#template-nt-testimony .template-nt-vcard img {
	  width: 170px;
	  height: 170px;
	  margin-bottom: 20px;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  border-radius: 50%;
	  margin-left: auto;
	  margin-right: auto;
	}

	@media screen and (max-width: 992px) {
	  #template-nt-testimony .template-nt-vcard img {
		width: auto;
		height: auto;
	  }
	}

	@media screen and (max-width: 768px) {
	  #template-nt-testimony .template-nt-vcard img {
		width: 120px;
		height: 120px;
	  }
	}

	@media screen and (max-width: 480px) {
	  #template-nt-testimony .template-nt-vcard img {
		width: 100px;
		height: 100px;
		margin: 0 auto 20px auto;
	  }
	}

	#template-nt-testimony blockquote {
	  padding: 0;
	  border-left: none;
	  color: #fff;
	  padding-left: 80px;
	  padding-right: 80px;
	  text-align: center;
	}

	@media screen and (max-width: 480px) {
	  #template-nt-testimony blockquote {
		text-align: center;
	  }
	}

	#template-nt-testimony blockquote p {
	  font-size: 20px;
	  line-height:30px;
	}

	@media screen and (max-width: 768px) {
	  #template-nt-testimony blockquote p {
		font-size: 20px;
		line-height: 35px;
	  }
	}

	#template-nt-testimony .template-nt-author {
	  font-family: "Montserrat", Arial, sans-serif;
	  color: #fff;
	}
	@media screen and (max-width: 480px) {
	  #template-nt-testimony .template-nt-author {
		text-align: center;
	  }
	}

	#template-nt-testimony .template-nt-author > span {
	  color: #000;
	}

	.template-nt-bg-section {
	  color: #fff;
	  background-color: #e9e9e9;
	  background-size: cover;
	  background-position: top center;
	  margin-top: 0px;
	  z-index: 10;
	  position: relative;
	}
	.template-nt-bg-section .template-nt-overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: #3b3d40;
	  z-index: 11;
	}

	.template-nt-hero-wrap, .template-nt-bg-section {
	  padding: 4em 0;
	}

	@media screen and (max-width: 768px) {
	  .template-nt-hero-wrap, .template-nt-bg-section {
		height: inherit;
		padding: 3em 0;
	  }
	}

	.template-nt-bg-section .template-nt-hero-wrap {
	  display: table;
	  width: 100%;
	  z-index: 12;
	  position: relative;
	}

	.template-nt-bg-section .template-nt-hero-wrap .template-nt-hero-intro {
	  display: table-cell;
	  vertical-align: middle;
	}

	.template-nt-bg-section .template-nt-hero-wrap .template-nt-hero-intro .template-nt-lead, .template-nt-bg-section .template-nt-hero-wrap .template-nt-hero-intro .template-nt-sub-lead {
	  color: #fff;
	  margin: 0;
	  padding: 0;
	  line-height: 1.5;
	}

	.template-nt-bg-section .template-nt-hero-wrap .template-nt-hero-intro .template-nt-lead {
	  margin-bottom: 30px;
	}

	@media screen and (max-width: 768px) {
	  .template-nt-bg-section, .template-nt-hero-wrap {
		height: inherit;
	  }
	}

	.template-nt-bg-section .template-nt-overlay {
	  background: #0d2a67;
	  opacity: .45;
	}
	.template-nt-bg-section .author {
	  font-size: 20px;
	  margin-bottom: 0;
	}

	#template-nt-main,
	#template-nt-footer {
	  width: 100%;
	}

	.cta .btn {
	  margin-bottom: 0;
	}

	pre {
	  background: #e9e9e9;
	  border: 1px solid #ccc;
	}

	/* Buttons */
	.btn {
	  font-family: "Montserrat", Arial, sans-serif;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  margin-top: 0.7em;
	  margin-bottom: 1em;
	  -webkit-border-radius: 30px;
	  -moz-border-radius: 30px;
	  -ms-border-radius: 30px;
	  border-radius: 30px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  padding-left: 30px;
	  padding-right: 30px;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  margin-right: 10px;
	  font-size: 1.25rem;
	  font-weight: 500;
	}
	.btn:hover, .btn:focus, .btn:active {
	  outline: none !important;
	  background: AD8350 !important;
	  border-color: transparent !important;
	}
	.btn:hover {
	  border-color: transparent;
	}
	.btn.template-nt-btn-icon {
	  text-transform: none !important;
	  letter-spacing: normal !important;
	  padding-left: 15px;
	  padding-right: 15px;
	}

	.btn-outline {
	  border: 2px solid #ccc !important;
	  background: transparent;
	  color: #2a2e37;
	}

	.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
	  border: 2px solid #eea73e !important;
	  background: #eea73e !important;
	  color: #fff;
	}

	.btn-primary {
	  background:#FA060;
	}

	.btn-success {
	  background: #5cb85c;
	}

	.btn-danger {
	  background: #d9534f;
	}

	.btn-info {
	  background: #5bc0de;
	}

	.btn-warning {
	  background: #f0ad4e;
	}

	.btn-primary,
	.btn-success,
	.btn-info,
	.btn-warning,
	.btn-danger {
	  border-color: transparent;
	}

	.form-control {
		width: 100%;
		margin-left: auto;
	  margin-right: auto;
	  box-sizing: border-box;
	  box-shadow: none !important;
	  border: 2px solid #444;
	  background: transparent;
	  font-family: "Montserrat", Arial, sans-serif;
	  padding: 0.35em;
	}
	.form-control:hover, .form-control:focus, .form-control:active {
	  outline: none;
	  box-shadow: none !important;
	  border: 2px solid #eea73e;
	}

	.btn-sm, .btn-group-sm > .btn {
	  padding-left: 30px;
	  padding-right: 30px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	}

	.btn-xs, .btn-group-xs > .btn {
	  padding-left: 30px;
	  padding-right: 30px;
	  padding-top: 7px;
	  padding-bottom: 7px;
	}

	.template-nt-social {
	  padding: 0;
	  margin: 0;
	}
	.template-nt-social li {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  display: inline-block;
	}
	.template-nt-social li a {
	  display: block;
	  float: left;
	  margin: 0;
	  padding: 0;
	}
	.template-nt-social li a:hover, .template-nt-social li a:active, .template-nt-social li a:focus {
	  outline: none;
	  text-decoration: none;
	}
	.template-nt-social li a i {
	  font-size: 15px;
	}

	/****   Template Footer  *****/
	
	#template-nt-footer {
	  padding: 4em 0;
	  background: #1b3a74;
	  color: #b4bbc4;
	  font-family: "Montserrat", Arial, sans-serif;
	  font-weight: 500;
	}
	#template-nt-footer .container .row > div {
	  margin-bottom: 30px;
	}

	@media screen and (max-width: 992px) {
	  #template-nt-footer {
		padding: 5em 0;
	  }
	}
	@media screen and (max-width: 768px) {
	  #template-nt-footer {
		padding: 5em 0;
	  }
	}
	#template-nt-footer p {
	  display: block;
	  margin-top: 1em;
	}
	#template-nt-footer .template-nt-copyright small {
	  font-size: 13px;
	}

	#template-nt-footer .template-nt-lead {
	  font-size: 14px;
	  font-family: "Montserrat", Arial, sans-serif;
	  text-transform: uppercase;
	  letter-spacing: 4px;
	  color: #fff;
	  margin-bottom: 20px;
	}

	#template-nt-footer a {
	  color: #9a9fa5;
	}

	#template-nt-footer a:hover, #template-nt-footer a:active, #template-nt-footer a:focus {
	  color: #eea73e;
	}

	#template-nt-footer .template-nt-footer-logo {
	  display: block;
	  float: left;
	  width: 100%;
	  margin-bottom: 20px;
	  margin-top:23px;
	}

	#template-nt-footer .template-nt-footer-logo a {
	  font-family: "Montserrat", Arial, sans-serif;
	  font-size: 20px;
	  letter-spacing: 2px;
	  color: #ccc;
	  border: 2px solid #9a9fa5;
	  float: left;
	  padding: 7px 10px 7px 12px;
	  text-transform: uppercase;
	}
	#template-nt-footer .template-nt-footer-logo a:hover, #template-nt-footer .template-nt-footer-logo a:active, #template-nt-footer .template-nt-footer-logo a:focus {
	  color: #fff;
	  border-color: #fff;
	  text-decoration: none;
	}
	#template-nt-footer ul {
	  padding: 0;
	  margin: 0;
	}
	#template-nt-footer ul li {
	  list-style: none;
	  padding: 0;
	  margin: 0 0 14px 0;
	  line-height: 16px;
	}

	.template-nt-list-check {
	  position: relative;
	  padding: 0;
	  margin: 0;
	  clear: both;
	}
	.template-nt-list-check li {
	  padding-left: 25px !important;
	  position: relative;
	  display: block;
	  margin-bottom: 10px !important;
	  line-height: 20px;
	}
	.template-nt-list-check li:before {
	  font-family: 'icomoon';
	  speak: none;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
	  /* Better Font Rendering =========== */
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  content: "\e116";
	  content: "\e042";
	  position: absolute;
	  top: 0;
	  left: 0;
	  font-size: 18px;
	  color: #ccc;
	}

	/* Helper Classes */
	/* Spacer */
	.template-nt-spacer {
	  clear: both;
	  position: relative;
	  border: none;
	  padding: 0;
	  margin: 0;
	  display: block;
	}

	.template-nt-spacer-xlg {
	  height: 150px;
	}
	@media screen and (max-width: 768px) {
	  .template-nt-spacer-xlg {
		height: 70px;
	  }
	}

	.template-nt-spacer-lg {
	  height: 100px;
	}
	@media screen and (max-width: 768px) {
	  .template-nt-spacer-lg {
		height: 50px;
	  }
	}

	.template-nt-spacer-md {
	  height: 80px;
	}
	@media screen and (max-width: 768px) {
	  .template-nt-spacer-md {
		height: 30px;
	  }
	}

	.template-nt-spacer-sm {
	  height: 50px;
	}
	@media screen and (max-width: 768px) {
	  .template-nt-spacer-sm {
		height: 20px;
	  }
	}

	.template-nt-spacer-xs {
	  height: 30px;
	}
	@media screen and (max-width: 768px) {
	  .template-nt-spacer-xs {
		height: 20px;
	  }
	}

	.template-nt-spacer-xxs {
	  height: 20px;
	}

	@media screen and (max-width: 480px) {
	  .col-xxs-12 {
		float: none;
		width: 100%;
	  }
	}

	.template-nt-mb30 {
	  margin-bottom: 30px;
	}

	.template-nt-row-padded {
	  padding: 50px 0;
	}

	.template-nt-colored {
	  color: #eea73e;
	}

	.image-popup {
	  opacity: 1;
	}
	.image-popup:hover {
	  opacity: .7;
	}

	.template-nt-social-icons > a {
	  margin-right: 10px;
	  color: #fff;
	}

	.template-nt-social-icons > a:hover, .template-nt-social-icons > a:focus, .template-nt-social-icons > a:active {
	  text-decoration: none;
	}

	.template-nt-nav-toggle {
	  width: 25px;
	  height: 25px;
	  cursor: pointer;
	  text-decoration: none;
	}

	.template-nt-nav-toggle.active i::before, .template-nt-nav-toggle.active i::after {
	  background: #fff;
	}

	.template-nt-nav-toggle:hover, .template-nt-nav-toggle:focus, .template-nt-nav-toggle:active {
	  outline: none;
	  border-bottom: none !important;
	}

	.template-nt-nav-toggle i {
	  position: relative;
	  display: -moz-inline-stack;
	  display: inline-block;
	  zoom: 1;
	  *display: inline;
	  width: 25px;
	  height: 3px;
	  color: #fff;
	  font: bold 14px/.4 Helvetica;
	  text-transform: uppercase;
	  text-indent: -55px;
	  background: #fff;
	  transition: all .2s ease-out;
	}

	.template-nt-nav-toggle i::before, .template-nt-nav-toggle i::after {
	  content: '';
	  width: 25px;
	  height: 3px;
	  background: #fff;
	  position: absolute;
	  left: 0;
	  -webkit-transition: 0.2s;
	  -o-transition: 0.2s;
	  transition: 0.2s;
	}

	.scrolled .template-nt-nav-toggle.active i::before, .scrolled .template-nt-nav-toggle.active i::after {
	  background: #000;
	}

	.scrolled .template-nt-nav-toggle i {
	  background: #000;
	}

	.scrolled .template-nt-nav-toggle i::before, .scrolled .template-nt-nav-toggle i::after {
	  background: #000;
	}

	.template-nt-nav-toggle i::before {
	  top: -7px;
	}

	.template-nt-nav-toggle i::after {
	  bottom: -7px;
	}

	.template-nt-nav-toggle:hover i::before {
	  top: -10px;
	}

	.template-nt-nav-toggle:hover i::after {
	  bottom: -10px;
	}

	.template-nt-nav-toggle.active i {
	  background: transparent;
	}

	.template-nt-nav-toggle.active i::before {
	  top: 0;
	  -webkit-transform: rotateZ(45deg);
	  -moz-transform: rotateZ(45deg);
	  -ms-transform: rotateZ(45deg);
	  -o-transform: rotateZ(45deg);
	  transform: rotateZ(45deg);
	}

	.template-nt-nav-toggle.active i::after {
	  bottom: 0;
	  -webkit-transform: rotateZ(-45deg);
	  -moz-transform: rotateZ(-45deg);
	  -ms-transform: rotateZ(-45deg);
	  -o-transform: rotateZ(-45deg);
	  transform: rotateZ(-45deg);
	}

	.template-nt-nav-toggle {
	  float: right;
	  position: relative;
	  top: 12px;
	  right: 0px;
	  margin-right: -20px;
	  z-index: 21;
	  padding: 6px 0 0 0;
	  display: block;
	  height: 44px;
	  width: 44px;
	  border-bottom: none !important;
	}

	.template-nt-nav-toggle > span {
	  display: -moz-inline-stack;
	  display: inline-block;
	  zoom: 1;
	  *display: inline;
	  position: absolute;
	  left: 0;
	  top: 0;
	  z-index: 99;
	  width: 100px;
	  margin-top: 12px;
	  color: #fff;
	  margin-left: -70px;
	  font-family: "Montserrat", Arial, sans-serif;
	  letter-spacing: 2px;
	  font-size: 15px;
	  text-transform: uppercase;
	}

	.scrolled .template-nt-nav-toggle > span {
	  color: #000;
	}

	.owl-carousel .owl-controls,
	.owl-carousel-posts .owl-controls {
	  margin-top: 0;
	}

	@media screen and (max-width: 768px) {
	  .owl-carousel .owl-controls .owl-nav {
		display: none;
	  }
	}

	.owl-carousel .owl-controls .owl-nav .owl-next,
	.owl-carousel .owl-controls .owl-nav .owl-prev {
	  margin-top: -19px;
	  top: 50%;
	  z-index: 9999;
	  position: absolute;
	  opacity: .5;
	  -webkit-transition: 0.3s;
	  -o-transition: 0.3s;
	  transition: 0.3s;
	}

	.owl-carousel .owl-controls .owl-nav .owl-next:hover,
	.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
	  opacity: 1;
	}

	.owl-carousel .owl-controls .owl-nav .owl-next {
	  right: 0;
	  margin-right:0px;
	}

	.owl-carousel .owl-controls .owl-nav .owl-next:hover {
	  margin-right: 10px;
	}

	@media screen and (max-width: 992px) {
	  .owl-carousel .owl-controls .owl-nav .owl-next {
		margin-right: 0px;
	  }
	}

	.owl-carousel .owl-controls .owl-nav .owl-prev {
	  left: 0;
	  margin-left: 0px;
	}
	.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
	  margin-left: 10px;
	}

	@media screen and (max-width: 992px) {
	  .owl-carousel .owl-controls .owl-nav .owl-prev {
		margin-left: 0px;
	  }
	}

	@media screen and (max-width: 768px) {
	  .owl-theme .owl-controls .owl-nav {
		display: none;
	  }
	}

	.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	  background: none !important;
	}

	.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
	  font-size: 30px;
	}

	.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
	  background: none !important;
	}

	.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
	  background: none !important;
	}

	.owl-theme .owl-dots {
	  position: absolute;
	  bottom: -5em;
	  width: 100%;
	  text-align: center;
	}

	.owl-carousel-fullwidth.owl-theme .owl-dots {
	  bottom: 0;
	  margin-bottom: 2.5em;
	}

	.owl-theme .owl-dots .owl-dot span {
	  width: 10px;
	  height: 10px;
	  background: rgba(255, 255, 255, 0.4);
	  -webkit-transition: 0.2s;
	  -o-transition: 0.2s;
	  transition: 0.2s;
	  border: 2px solid transparent;
	}

	.owl-theme .owl-dots .owl-dot span:hover {
	  background: none;
	  background: white;
	}

	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	  background: white;
	  border: 2px solid transparent;
	}

	.js .to-animate,
	.js .animate-object,
	.js .animate-box,
	.js .animate-single {
	  opacity: 0;
	}

	.template-nt-counter {
	  font-size: 50px;
	  display: block;
	  color: #fff;
	  width: 100%;
	  font-family: "Montserrat", Arial, sans-serif;
	  margin-bottom: .5em;
	}

	.template-nt-counter-label {
	  color: #fff;
	  text-transform: uppercase;
	  font-size: 13px;
	  font-family: "Montserrat", Arial, sans-serif;
	  letter-spacing: 5px;
	  margin-bottom: 2em;
	  display: block;
	}

	.mfp-with-zoom .mfp-container,
	.mfp-with-zoom.mfp-bg {
	  opacity: 0;
	  -webkit-backface-visibility: hidden;
	  /* ideally, transition speed should match zoom duration */
	  -webkit-transition: all 0.3s ease-out;
	  -moz-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
	  transition: all 0.3s ease-out;
	}

	.mfp-with-zoom.mfp-ready .mfp-container {
	  opacity: 1;
	}

	.mfp-with-zoom.mfp-ready.mfp-bg {
	  opacity: 0.8;
	}

	.mfp-with-zoom.mfp-removing .mfp-container,
	.mfp-with-zoom.mfp-removing.mfp-bg {
	  opacity: 0;
	}

	/* Image Alignment */
	img.template-nt-align-right {
	  float: right;
	  margin: 0 0 .5em 1em;
	}

	@media screen and (max-width: 480px) {
	  img.template-nt-align-right {
		width: 100%;
		margin: 0 0 .5em 0;
	  }
	}

	img.template-nt-align-left {
	  float: left;
	  margin: 0 1em .5em 0;
	}

	@media screen and (max-width: 480px) {
	  img.template-nt-align-left {
		width: 100%;
		margin: 0 0 .5em 0;
	  }
	}

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

	a > img.template-nt-align-right {
	  float: right;
	  margin: 0 0 .5em 1em;
	}

	@media screen and (max-width: 480px) {
	  a > img.template-nt-align-right {
		width: 100%;
		margin: 0 0 .5em 0;
	  }
	}

	a > img.template-nt-align-left {
	  float: left;
	  margin: 0 1em .5em 0;
	}

	@media screen and (max-width: 480px) {
	  a > img.template-nt-align-left {
		width: 100%;
		margin: 0 0 .5em 0;
	  }
	}

	a > img.template-nt-align-center {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	}

/* spessuttyylit */
.paakuva-mob {
	display:none;
}

.paakuva-med {
	display:none;
}

.hyodytkuva-mob {
	display:none;
}

#template-nt-hero .template-nt-intro {
		padding-bottom: 15px;
	}

#template-nt-cta .btn {
		margin-bottom: 20px;
	}

#contactform{
	max-width: 800px;
	margin: 0 auto;
}

textarea {
	padding: 7px 10px;
	width: 100%;
}


@media(max-width:993px) {
	#template-nt-menu {
	background-color: #26324B!important;
	padding-bottom: 10px;
	margin-top: 0px; 
	margin-bottom: 0px;
}

	.navbar-brand{
		padding-top: 12px;
	}

	.navbar-brand > img {
		display: block;
		max-width: 60px;
		height: auto;
	}
	
	#template-nt-hero{
		background:none!important;
		background-color: #26324B!important;
		height: auto;
	}

	#template-nt-features-2 {
	padding-top: 1em;
}

	#template-nt-hero .template-nt-overlay {
		opacity:0;
	}

	.paakuva-mob {
		display:block;
		margin-bottom: 1.5em;
	}

	.hyodytkuva-mob {
		display:block;
		margin-top: 4rem;
		margin-bottom: -20px;
	}
	.hyodytkuva-norm{
		display:none;
	} 
	.hyodytkuva-lg{
		display:none;
	} 


	/* kuva keskelle noissa pienemmissä */
	.hyodytkuva-mob img, .hyodytkuva-norm img{
		margin-left:auto;
		margin-right:auto;
	}

	#template-nt-hero .template-nt-intro h2 {
		margin-top: 0px;
	}

	#template-nt-hero {
	background-color:#26324B;
	padding-top: 20px;
	padding-bottom: 2em;
	}
	
	.template-nt-intro .btn {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

	#template-nt-hero .template-nt-intro .template-nt-text {
	bottom: -3em;
	}
}
@media(max-width:400px){
	.col-12.col-xs-5.col-sm-3.footer-col, .col-12.col-xs-7.col-sm-9.footer-col{
		/* yliajetaan palstat kaikista pienemmissä näytöissä */
		float:none!important;
		margin-left:auto;
		margin-right:auto;
		width: 90%!important;
	}
	
}
@media(min-width:500px) {
	.paakuva-mob{
		display:none;
	}
}

@media(min-width:500px) and (max-width:993px){
	.paakuva-mob {
		display:none;
	}
	
	.paakuva-med {
		display: block;
		margin-top: -4rem;
		margin-bottom: 20px;
	}
	/* tätä ei tarvita */
	.hyodytkuva-mob{
		display: none;
	}
	.hyodytkuva-norm {
		display: block;
		margin-top: 6rem;
		margin-bottom: -20px;
	}
	.hyodytkuva-lg{
		display: none;
	}
}

@media(min-width:994px){
	.hyodytkuva-mob {
		display: none;
	}
	.hyodytkuva-norm{
		display: none;
	}
	.hyodytkuva-lg{
		display:block;
	}

	#contactform{
		padding: 0;
		max-width: 900px;
		margin: 0 auto;
	}
	

}

  /* Alasivun kaksipalstaisen näkymän asetteluita */
  

  .row {
	border: 0;
	margin: 0;
	padding: 1.4em 0 0.1em 0;
}
  
  .vertical-align {
	display: flex;
	align-items: center; /* aligns the items vertically */
	height: 100%;
  }

 .text-content, .row>.text-content {
	flex: 1 1 50%;
	flex-basis: 60%;
	flex-grow: 1;
	width: 60%;
	display: flex;
 	align-items: center;
  	justify-content: center;
	padding: 4em;
	margin: 0;
	border: 0;
	background-color: #f2f7ff;
	color: #282828;
  }

  .text-content-2, .row>.text-content-2 {
	flex: 1 1 50%;
	flex-basis: 60%;
	flex-grow: 1;
	width: 60%;
	display: flex;
 	align-items: center;
  	justify-content: center;
	padding: em;
	margin: 0;
	border: 0;
	background-color: #fff8ec;
	color: #282828;
  }

  .tekstialue, .row>.tekstialue {
	padding: 2em 2em 1em 2em;
	margin: 0;
	border: 0;
	background-color: #f2f7ff;
	color: #282828;
  }

  .tekstialue-2, .row>.tekstialue-2 {
	padding: 2em 2em 1em 2em;
	margin: 0;
	border: 0;
	background-color: #fff8ec;
	color: #282828;
  }
  .tekstialue-3, .row>.tekstialue-3 {
	padding: 2em;
	margin: 0;
	border: 0;
	background-color: #ffffff;
	color: #282828;
  }

  .tekstialue-referenssit {
	margin: 0;
	padding-left: 4em;
	padding-right: 0;
	border: 0;
	background-color: #f2f7ff;
	color: #282828;
  }

  .image-container-1 {
	background-image: url(https://asbest24.fi/images/asbest24-palvelu-01.webp);
	background-position: top center;
	background-size: cover;
	min-width: 400px;
	min-height: 400px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	object-fit: cover;
}

  .image-container-2 {
	background-image: url(https://asbest24.fi/images/asbest24-palvelu-02.webp);
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	min-width: 400px;
	min-height: 400px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	object-fit: cover;
  }

  .image-container-3 {
	background-image: url(https://asbest24.fi/images/asbest24-palvelu-03.webp);
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	min-width: 400px;
	min-height: 400px;
	margin: 0;
	padding: 0;
	border: 0;
  }
 
  .image-container-4 {
	background-image: url(https://asbest24.fi/images/asbest24-palvelu-04.webp);
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	min-width: 400px;
	min-height: 400px;
	margin: 0;
	padding: 0;
	border: 0;
  }

  .image-container-5 {
	background-image: url(https://asbest24.fi/images/asbest24-palvelu-05.webp);
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	min-width: 400px;
	min-height: 400px;
	margin: 0;
	padding: 0;
	border: 0;
  }

  .image-container-6 {
	background-image: url(https://asbest24.fi/images/asbest24-palvelu-06.webp);
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	min-width: 400px;
	min-height: 400px;
	margin: 0;
	padding: 0;
	border: 0;
  }

  .image-container-11 {
	background-image: url(https://asbest24.fi/images/asbest24-palvelu-11.webp);
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	min-width: 400px;
	min-height: 400px;
	margin: 0;
	padding: 0;
	border: 0;
  }

  .image-container img {
	height: 100%;
	object-fit: cover;
  }

  .img-responsive {
	width: 100%;
	height: auto;
  }

  @media (max-width: 768px) {
	.vertical-align {
		flex-direction: column;
		align-items: flex-start;
	}
	.image-container {
		order: 1;
		width: 100%;
	}
	.text-content {
		order: 2;
		width: 100%;
		padding: 1em;
	}
	.image-container-2 {
		order: 1;
		width: 100%;
	}
	.text-content-2 {
		order: 2;
		width: 100%;
		padding: 1em;
	}
  }
    /* Alasivun kaksipalstaisen näkymän asetteluita loppuu tähän */

    /* Menuvalikon tyylit */

	.menuvalikko {
		background-color: #1b3a74; /* tummansininen sävy */
		color: #ffffff; /* valkoinen teksti */
		padding: 1em 0 1em 0;
		text-align: center;
	  }
	  
	  .menuvalikon-sisaltoalue {
		text-align: center;
		margin-right: 10em;
		margin-top: 1em;
	  }

	  .menuvalikko .logo-ja-ikoni {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		margin: 0 auto;
		width: 300px; /* lisätään leveyttä */
	  }
	  
	  .menuvalikko .logo {
		max-width: 200px; /* logo-kuvan leveys */
		margin-right: 2em;
	  }
	  
	  .menuvalikko .ikoni-ja-puhelinnumero {
		display: flex;
		align-items: center;
		font-size: 1.5em;
		color: #ffffff; /* valkoinen teksti */
		white-space: nowrap;
	  }
	  
	  .menuvalikko .ikoni-ja-puhelinnumero i {
		margin-right: 10px;
	  }

	  .menuvalikko .ikoni-ja-puhelinnumero span {
		margin-right: 2em;
	  }

	  .menuvalikko .linkit {
		clear: both;
		margin-top: 1em;
	  }
	  
	  .menuvalikko .linkit ul {
		list-style: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 4em;
		padding-right: 4em;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
	  }
	  
	  .menuvalikko .linkit li {
		margin-right: 0.4rem;
		margin-left: 0.4rem;
		font-weight: 500;
		letter-spacing: .35px;
	  }
	  
	  .menuvalikko .linkit li:last-child {
		margin-right: 0;
	  }
	  
	  .menuvalikko a {
		color: #eea73e; /* valkoinen teksti */
		text-decoration: none;
		transition: color 0.2s ease;
	  }
	  
	  .menuvalikko a:hover {
		color: #eea73e; /* keltainen sävy */
		text-decoration: underline;
	  }
	  
	  .menuvalikko a:active {
		color: #eea73e; /* keltainen sävy */
	  }
	  
	  /* responsiivisuus */
	  @media (max-width: 768px) {
		.menuvalikko .linkit ul {
		  display: flex;
		  flex-wrap: wrap;
		}
		.menuvalikko .linkit li {
		  margin-right: 10px;
		}
		.menuvalikko .linkit li:last-child {
		  margin-right: 0;
		}
	  }
	 
	/* Menuvalikon tyylit */

		/* Menun alle pääkuva */
	.hero-alue {
		max-width: 1460px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 20px;
	  }

	  .hero-alue img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	  }

		/* Menun alle pääkuva loppu */

/* Uusi footer */

.footer-bg {
	clear: both;
	padding: 4em 0;
	background: #1b3a74;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	margin-top: 5em !important;
  }

.footerin-logo {
	display: block;
	max-width: 400px; /* logo-kuvan leveys */
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
  }


  .footerin-puhelinnumero {
	text-align: center;
	font-size: 1.5em;
	color: #ffffff; /* valkoinen teksti */
	margin-left: 4em;
  }
  
  .footerin-puhelinnumero i {
	margin-right: 10px;
  }

  .footerin-puhelinnumero span {
	margin-right: 2em;
  }

.seuraa {
	font-size: 1.2em;
	line-height: 1.4;
	color: #9a9fa5;
	font-weight: 500;
	margin-bottom: 1.15em;
}

/* Uusi footer */


.row>* {
    padding-left: 0;
    padding-right: 0;
}
.row>.tekstialue-referenssit.pl-2{
    padding-left: 4em;
}
.row>.tekstialue-referenssit.pr-2{
    padding-right: 30px!important;
}

.kuvapalsta {
	padding: 0 0!important;
}

@media (min-width: 576px){
	.tekstialue, .row>.tekstialue {
		padding: 2em 2.3em 2em 2.3em;
	}

	.tekstialue-2, .row>.tekstialue-2 {
		padding: 2em 2.3em 2em 2.3em;
	}
}


@media (min-width: 783px){
	.tekstialue, .row>.tekstialue {
		padding: 6em 5em 6em 5em;
	}

	.tekstialue-2, .row>.tekstialue-2 {
		padding: 6em 5em 6em 5em;
	}
}

@media (min-width:992px) {
		.kuvapalsta {
			/*background-image: url(https://asbest24.fi/images/asbest24-palvelu-02.webp);*/
			background-position: top center;
			background-size: cover;
			overflow: hidden;
			margin: 0;
			padding: 0 0!important;
			border: 0;
			object-fit: cover;
		}
		 .palstakuva1{
			  background-image: url(https://asbest24.fi/images/asbest24-palvelu-01.webp);
		  }
		 .palstakuva2{
			  background-image: url(https://asbest24.fi/images/asbest24-palvelu-02.webp);
		  }
		  .palstakuva3{
			  background-image: url(https://asbest24.fi/images/asbest24-palvelu-04.webp);
		  }
		  .palstakuva4{ 
		  	background-image: url(https://asbest24.fi/images/asbest24-palvelu-31.webp);
		  }
		   .palstakuva5{ 
		  	background-image: url(https://asbest24.fi/images/asbest24-palvelu-03.webp);
		  }
		   .palstakuva6{ 
		  	background-image: url(https://asbest24.fi/images/asbest24-palvelu-11.webp);
		  }
		  	.palstakuva7{ 
		  	background-image: url(https://asbest24.fi/images/asbest24-palvelu-13.webp);
		  }
		  	.palstakuva8{ 
		  	background-image: url(https://asbest24.fi/images/asbest24-palvelu-05.webp);
		  }
		  	.palstakuva9{ 
		  	background-image: url(https://asbest24.fi/images/asbest24-palvelu-32.webp);
		  }
		   	.palstakuva10{ 
		  	background-image: url(https://asbest24.fi/images/asbest24-palvelu-33.webp);
		  }
		  	.palstakuva11{ 
		  	background-image: url(https://asbest24.fi/images/asbest24-palvelu-35.webp);
		  }
}

/* Refet: tyylit H-tason otsikoille */
h4.refet {
    margin-bottom: -1.6em;
	padding-right: 2em;
    color: #0d2a67;
    font-weight: 700;
    line-height: 1.2;
	font-size: 18px;
}

.ikoni-h4 {
  display: inline-flex;
  align-items: center;
  gap: .95em;
}

.ikoni-h4::before {
  content: "";
  width: 3.2em;
  height: 3.2em;
  /* display: inline-block; */
  background: no-repeat center / contain; 
  position: relative;
  top: -.55em; /* negatiivinen = nostaa ikonia, positiivinen = laskee */
}

/* Kolme erilaista ikonia referenssiotsikoiden eteen */
.ikoni-h4.julkisetrakennukset::before {
  background-image: url("../images/refe-julkiset-rakennukset.svg");
}
.ikoni-h4.yritystoimitilat::before {
  background-image: url("../images/refe-yritystoimitilat.svg");
}
.ikoni-h4.asuntoosakeyhtiot::before {
  background-image: url("../images/refe-asuntoosakeyhtiot.svg");
}


/* miksi valita meidät? */
.keskitetty {
	padding-left: 4em;
}

@media (min-width:576px) {
	.keskitetty {
		padding-left: 3.3em;
		padding-right: 1.6em;
	}
}

@media (min-width:768px) {
	.keskitetty {
	padding-left: 5em;
	}
}

@media (min-width:992px) {
	.keskitetty {
	padding-left: 11.5em;
	}
}

@media (min-width:1028px) {
	.keskitetty {
	padding-left: 12.5em;
	}
}

@media (min-width:1160px) {
	.keskitetty {
	padding-left: 12em;
	}
}

@media (min-width:1200px) {
	.keskitetty {
	padding-left: 18em;
	}
}

@media (min-width:1400px) {
	.keskitetty {
	padding-left: 18em;
	}
}
/* miksi valita meidät? loppu */


/* kavennettu palsta */
.kavennettu {
	max-width: 900px;
	padding: 0 1em 0 1.1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
}

/* ------------------------------------------------ */
/* Typografia koot */

h1, .h1 {
		font-family: inherit;
		font-weight: 700;
		font-size: 3.6rem;
		line-height: 1.1;
		color: #0d2a67;
		}

	h1.marginaali {
		margin-top: 0.9em;
	}

	h2, .h2,
	h3, .h3 {
		font-family: inherit;
		margin-top: 0;
		color: #0d2a67;
	}

	h2, .h2 {
		font-weight: 700;
		font-size: 2.4rem;
		line-height: 1.2;
		margin-bottom: .6em;
	}

	h2.marginaali {
		margin-top: 1.35em
	}

	h2.h1-iso {
		font-size: 4rem;
		line-height: 1.1;
		margin-top: 0.9em
	}

	h2.normi {
		line-height: 1.7;
		margin-top: 1.25em;
		margin-bottom: 0.75em;
	}

	h2.boksi {
		font-size: 4rem;
		line-height: 1.2;
		margin-top: .05em;
		margin-bottom: .5em;
	}

	h3, .h3 {
		font-family: inherit;
		font-size: 1.5rem;
	}

	h3.boksi {
		font-size: 2.1rem;
		margin-bottom: .5rem;
		font-weight: 600;
		line-height: 1.2;
		margin-top: .8em;
	}

	h4, .h4 {
		font-family: inherit;
		font-size: 1.25rem;
		margin-bottom: .5rem;
		font-weight: 600;
		line-height: 1.2;
	}

	h4.boksi {
		font-size: 1.75rem;
		margin-bottom: .5rem;
		font-weight: 600;
		line-height: 1.2;
		margin-top: 0;
	}

	h5, .h5 {
		font-family: inherit;
		font-size: 1.125rem;
	}

	h6, .h6 {
		font-family: inherit;
		font-size: 1rem;
	}

	p {
		margin: 0 0 10px;
	}

	p a {
		font-size: 1.75rem;
		line-height: 1.3;
		color: #eea73e;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		text-decoration: none;
		background-color: transparent;
		margin-bottom: 1em;
	}
	
	p.kavennettu {
		max-width: 900px;
		padding: 0 1em 0 1.1em;
		margin-left: auto;
		margin-right: auto;
	}

	p.kavennettu a {
		font-size: 3rem;
		font-weight: 700;
		color: #eea73e;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		text-decoration: none;
		background-color: transparent;
		margin-bottom: 3em;
	}


.gdprcookie p{
font-size: 1.35rem;
}
/* for-phone-only */
@media (max-width: 599px) {
	
}

/* for-tablet-portrait-up */
  @media (min-width: 600px) {

	h1, .h1 {
		line-height: 1.05;
	}

	h2, .h2 {
		line-height: 1.1;
	}

	h2.normi {
		font-weight: 600;
		font-size: 4rem;
		line-height: 1.7;
	}
	
	h2.boksi {
		font-weight: 700;
		font-size: 4rem;
		line-height: 1.2;
	}

	h2.h1-iso {
		line-height: 1.05;
	}
}

  @media (min-width: 768px) {
	h1, .h1 {
	font-size: 4.2rem;
	line-height: 1.1;
	}

	h2.h1-iso {
		font-size: 4.2rem;
		line-height: 1.1;
	}
}

/* for-tablet-landscape-up */
  @media (min-width: 900px) {
	h1, .h1 {
		font-size: 6.1rem;
		line-height: 1.1;
	}

	h2, .h2 {
		font-size: 4.1rem;
		line-height: 1.1;
	}

	h2.h1-iso {
		font-size: 6.1rem;
		line-height: 1.1;
	}
}

/* for-desktop-up */
  @media (min-width: 1200px){
	h1, .h1 {
		font-size: 7rem;
		line-height: 1.1;
		}

	h2.h1-iso {
		font-size: 7rem;
		line-height: 1.1;
	}
}

/* for-big-desktop-up */
  @media (min-width: 1600px) {
	h1, .h1 {
		font-size: 7.6rem;
		line-height: 1.1;
		}

	h2.h1-iso {
		font-size: 7.6rem;
		line-height: 1.1;
	}
}

/* Typografia loppu*/
/* ------------------------------------------------ */

/* Responsiivinen navigaation mobiiliversion tyylit */
.mobile-header .logo {
  max-height: 80px!important;
  margin: 0 auto;
  display: block;
}

.mobile-phone {
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: none;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar-toggler-icon .line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #eea73e!important;
  margin: 3px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.navbar-toggler-icon .line.line1 {
  transform-origin: center;
}

.navbar-toggler-icon .line.line2 {
  transform-origin: center;
}

.navbar-toggler-icon .line.line3 {
  transform-origin: center;
}

/* Make hamburger menu larger on mobile */
@media (max-width: 993px) {
  .navbar-toggler {
    padding: 12px;
  }
  
  .navbar-toggler-icon {
    width: 50px;
    height: 50px;
  }
  
  .navbar-toggler-icon .line {
    width: 35px;
    height: 4px;
    margin: 4px 0;
  }
}

/* Hamburger menu animation to X when active */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line.line1 {
  transform: translateY(11px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line.line2 {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line.line3 {
  transform: translateY(-11px) rotate(-45deg);
}

.scrolled .navbar-toggler-icon .line {
  background-color: #000;
}

/* Desktop view adjustments */
@media (min-width: 992px) {
  /* Hide hamburger menu toggle */
  .navbar-toggler {
    display: none !important;
  }

  /* Change the desktop container to column layout */
  .d-none.d-lg-flex.align-items-center.w-100 {
    flex-direction: column;
    align-items: center;
  }

  /* Stack logo and phone number horizontally and center */
  .logo-ja-ikoni {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    gap: 20px;
  }

  /* Position linkit container below logo-ja-ikoni */
  .linkit {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* Center menu items horizontally */
  .linkit ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  /* Ensure menu items are inline */
  .linkit ul li {
    display: inline-block;
    padding: 0 10px;
  }

  /* Hide the hamburger menu content on desktop */
  #navbarNav {
    display: none !important;
  }
}

@media (min-width: 1008px) {
  /* Hide hamburger menu items from 1008px and up */
  #navbarNav {
    display: none !important;
  }
}

/* Optional: Adjust spacing for desktop nav links */
.menuvalikko .linkit ul li {
  margin-right: 1rem;
}

.menuvalikko .linkit ul li:last-child {
  margin-right: 0;
}
/* Responsiivinen navigaation mobiiliversion tyylit */
