body {
	line-height: 1.55;
}

.module {
	padding: 80px 0px 50px;
}

.ajaxloader {
	display: none;
}

.post-header {
	margin: 0px 0px 20px;
}

.post-content p {
	margin: 0px 0px 20px;
	line-height: 1.35;
}

.blogingress {
	font-size: 18px;
	font-weight: bold;
}

.blogtext p {
	line-height: 1.4;
	margin: 0px 0px 15px;
}

.feature .feature-content h6 {
	margin: 0px 0px 8px;
}

.blogdate {
	font-size: 12px;
	font-style: italic;
	margin: 0px 0px 8px;
}

::-moz-selection {
    background: #a6191d;
    color: #fff!important
}

::-webkit-selection {
    background: #a6191d;
    color: #fff!important
}

::selection {
    background: #a6191d;
    color: #fff!important
}

.inner-header {
	min-width: 160px;
	max-width: 160px;
}

.bg-gradient:after {
    background-color: #a6191d;
    background: -webkit-linear-gradient(45deg rgba(166, 25, 29, .8), rgba(166, 25, 29, .3));
    background: -o-linear-gradient(45deg rgba(166, 25, 29, .8), rgba(166, 25, 29, .3));
    background: -moz-linear-gradient(45deg rgba(166, 25, 29, .8), rgba(166, 25, 29, .3));
    background: linear-gradient(45deg, rgba(166, 25, 29, .8), rgba(166, 25, 29, .32));
    top: 0
}

li.active a {
	color: #a6191d !important;
}

.module-header {
	padding: 150px 0px;
}

.flexslider p,
.module-header p,
.module-slides p {
    font-size: 28px;
    margin: 0
}

.inner-nav>ul>li>a {
	font-size: 14px;
	font-weight: bold;
}

.icon-box {
	padding: 35px 10px;
}

.icon-box-icon, .icon-box-left .icon-box-icon, .icon-box-title h6, a {
	color: #a6191d;
}

.scroll-top {
	background: #a6191d;
}

.what_p {
	color: #000;
}

.what_p:hover {
	color: #a6191d;
}
.icon-box-content {
	min-height: 110px;
}

.special-heading h4 {
	border-bottom: 1px solid #a6191d;
}

.testimonials-card {
	min-height: 240px;
	padding: 0px 20px 30px;
}

#ajaxloader {
	display: none;
}

.form-control {
	text-transform: none;
	border-color: #ccc;
}
.form-control:focus {
	border-color: #a6191d;
	box-shadow: none;
}
.contact {
	font-size: 13px;
	line-height: 20px;
}

.btn-xxs {
	padding: 0.25rem 1.5rem;
	color: #fff !important;
}

.modal {
	z-index: 65530;
}

.modal-dialog {
	margin: 60px auto;
}

.card-header {
	background-color: #fff;
}

.card-block {
	padding: 5px;
	font-size: 0.825rem;
	text-transform: uppercase;
}

.post-date {
	opacity: 1;
}

#searchresults {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	color: #fff;
	margin-top: 1px;
	padding: 2px 5px;
	font-size: 0.825rem;
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	display: none;
}


.tooltip {
    font-size: 11px;
}

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

#blogimage {
	width:100%;
	height:100%;
	min-height: 500px;
	opacity:.6;
	color:red;
	font-size:40px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
}

#blogform input, #blogform select, #blogform textarea {
	font-family: Hind,"Open Sans",Arial,serif;
	color: #000000;
	font-size: .95em;
	letter-spacing: 0;
	padding: .6em;
}
#blogform input:not('checkbox'), #blogform select {
	height: 40px;
}
#blogingress {
	min-height: 70px;
}

.nyhetsbrev_caption {
	font-style: italic;
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
}






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

