html {

	margin: 0;

	padding: 0;

}



body {

	margin: 0;

	padding: 0;

	font-family: 'Roboto Condensed', sans-serif;

	color: #8f8f8f;

	font-size: 16px;

	font-weight: 400;

	line-height: 26px;

	background-color: #fff;

}



* {

	outline: none;

	box-sizing: border-box;

}



img {

	max-width: 100%;

	max-height: 100%;

}



a {

	text-decoration: none;

	color: #8f8f8f;

	transition: all 0.15s ease-out;

	-webkit-transition: all 0.15s ease-out;

	-moz-transition: all 0.15s ease-out;

}



.sec {

	display: block;

	float: left;

	width: 100%;

	text-align: center;

}



.container {

	display: inline-block;

	width: 1088px;

	text-align: center;

}



.row {

	display: inline-block;

	float: left;

	width: 100%;

}



.fantom {

	display: inline-block;

	float: left;

	width: 100%;

}



.with_shadow {

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);

	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);

	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);

}



.border_top {

	border-top: 1px solid #c7c7c7;

}



.aleft {

	text-align: left;

}



.mbottom0 {

	margin-bottom: 0 !important;

}



.inner_title {

	display: inline-block;

	float: left;

	width: 100%;

	margin-top: 85px;

	font-size: 40px;

	color: #232730;

	line-height: 50px;

}



.inner_text {

	display: inline-block;

	float: left;

	width: 100%;

	margin-top: 40px;

	font-size: 16px;

	font-weight: 300;

}



.inner_text ul {

	display: inline-block;

	margin: 0;

	padding: 0;

	list-style-type:disc;

	text-align: left;

}



.more_info {

	margin-top: 20px !important;

}



.blue_btn {

	display: inline-block;

	padding: 7px 35px;

	text-align: center;

	background-color: #19bfef;

	color: #fff;

	font-size: 14px;

	font-weight: 400;

	border-radius: 40px;

	border: none;

}



.blue_btn:hover {

	background-color: #464b55;

}



.input_row {

	display: inline-block;

	float: left;

	width: 100%;

	margin-bottom: 20px;

}



.input_text {

	display: inline-block;

	float: left;

	width: 100%;

	height: 45px;

	padding-left: 15px;

	padding-right: 15px;

	border: 1px solid #d1d1d1;

}



.input_text:focus {

	border-color: #464b55;

}



.error {

	border-color: #ff0000;

}



/* HEADER */

.left_angle {

	position: fixed;

	top: 0;

	left: 0;

	width: 290px;

	height: 91px;

	background: url(../img/grad1.png)no-repeat top left;

}



.left_angle.second {

	position: absolute;

	width: 212px;

	top: 92px;

	height: 247px;

	background: url(../img/grad2.png)no-repeat top left;

	background-size: 100% auto;

}



.logo {

	display: inline-block;

	width: 290px;

	height: 90px;

}



.topbar {

	position: fixed;

	display: inline-block;

	float: left;

	width: 100%;

	top: 0;

	left: 0;

	padding-top: 15px;

	padding-bottom: 28px;

	background-color: #fff;

	z-index: 1001;

	/*background: url(../img/topbar_grad2.png)no-repeat top left;

	background-size: 103% 100%;

	border-bottom: 1px solid #c7c7c7;*/

}



.topbar .container {

	width: 100%;

	padding-left: 300px;

}



/*.logo_box {

	display: inline-block;

	float: left;

}



.logo {

	display: inline-block;

	float: left;

	width: 100%;

}



.logo img {

	vertical-align: middle;

}*/



.header_info {

	display: inline-block;

	float: left;

	width: 100%;

	margin-top: 15px;

	text-align: left;

}



.header_info span {

	display: inline-block;

	float: left;

	margin-right: 35px;

	font-weight: 300;

}



.header_info span:last-child {

	margin-right: 0

}



.topmenu {

	position: fixed;

	top: 91px;

	border-top: 1px solid #c7c7c7;

	z-index: 1002;

}



.topmenu_box {

	position: relative;

	display: inline-block;

	float: right;

	margin-top: -32px;

	background-color: #fff;

	border-radius: 18px;

}



.topmenu_box a {

	display: inline-block;

	float: left;

	padding: 5px 20px;

	padding-top: 7px;

	margin-right: 10px;

	border: 1px solid transparent;

	border-radius: 18px;

	font-size: 14px;

	font-weight: 400;

	text-transform: uppercase;

}



.topmenu_box a:last-child {

	margin-right: 0;

}



.topmenu_box a:hover,

.topmenu_box a.current {

	border: 1px solid #c6c6c6;

}



/* SLIDER */

.slider_sec {

	margin-top: 125px;

	margin-bottom: 40px;

	overflow: hidden;

}





.slider_sec .container {

	/*width: 100%;

	padding-left: 210px;

	padding-right: 2%;*/

}



.slider {

	position: relative;

	display: block;

	width: 100%;

	margin: 0 auto;

	padding: 0;

	text-align: center;

}



.bx-pager-item a {

	display: none;

}



/* ABOUT US */

.about_us .inner_title {

	margin-top: 0;

	font-size: 35px;

	line-height: 40px;

}



.about_us .inner_text {

	margin-top: 65px;

	font-size: 18px;

}



.btn_more {

	margin-top: 60px;

	cursor: pointer;

}



.btn_more:before {

	content: 'mer';

	font-size: 16px;

}



.btn_more.less:before {

	content: 'skjul';



}



.more_info {

	display: none;

	float: left;

	width: 100%;

}



/* CONTACT US */

.contact_sec {

	position: relative;

	margin-top: 60px;

	margin-bottom: 110px;

}



.map_holder {

	position: relative;

	display: inline-block;

	float: left;

	width: 100%;

	height: 475px;

	margin-bottom: 120px;

}





#map img {

	max-width: none;

	max-height: none;

}



.map_box {

	display: inline-block;

	float: left;

	width: 100%;

	height: 100%;

}



.map_box iframe {

	display: inline-block;

	float: left;

	width: 100%;

	height: 100%;

}



.contact_info {

	display: inline-block;

	float: left;

	width: 100%;

	/*margin-top: 595px;*/

	font-size: 26px;

}



.contact_info_item {

	display: inline-block;

	margin-right: 40px;

	vertical-align: middle;

	text-align: left;

}



.contact_info_item:last-child {

	padding-left: 40px;

	margin-right: 0;

	border-left: 1px solid #c7c7c7;

}



.contact_info_item span {

	display: inline-block;

	margin-bottom: 25px;

	color: #464b55;

}



.contact_info_item span:last-child {

	margin-bottom: 0;

}



.contact_form_box {

	position: relative;

	display: inline-block;

	float: left;

	width: 100%;

	margin-top: 40px;

	padding: 70px 65px 30px 65px;

	border: 1px solid rgba(211, 211, 211, .34)

}



.left_part {

	display: inline-block;

	width: 330px;

	margin-right: 22px;

}



.right_part {

	display: inline-block;

	width: 600px;

	vertical-align: top;

}





.right_part textarea {

	height: 175px;

	resize: none;

	padding-top: 20px;

	padding-bottom: 20px;

}



.btn_send {

	position: absolute;

	float: right;

	right: 50px;

	bottom: -18px;

	padding-bottom: 5px;

	text-transform: uppercase;

}



/* FOOTER */

.footer {

	margin-top: 80px;

	padding-top: 70px;

	padding-bottom: 70px;

	background-color: #464b55;

}



.footer_box {

	display: table;

	width: 100%;

}



.footer_item {

	display: table-cell;

	width: 25%;

    vertical-align: top;

    padding-left: 30px;

    padding-right: 10px;

    font-size: 15px;

    font-weight: 300;

    color: #d4d3d3;

    text-align: left;

    border-left: 1px solid #5c616b;

}



.footer_item:first-child {

	padding-left: 0;

	border-left: 0;

}



.footer_item:last-child {

	border-right: none;

}



.footer_item_title {

	margin-bottom: 60px;

	font-size: 22px;

	color: #fff;

}



.footer_item span {

	display: inline-block;

	float: left;

	width: 100%;

}



.antiscroll {

	display: none;

}





/* RESPONSIVE */



@media(max-width: 1600px) {

	.slider_sec .container {

		width: 100%;

		padding-left: 210px;

		padding-right: 2%;

		

	}



	.bx-wrapper {

		max-width: 1088px !important;

	}



}



@media(max-width: 1378px) {

	.slider_item {

		text-align: left;

	}

}



@media (max-width: 1024px) {

	.container {

		width: 100%;

		padding-left: 2%;

		padding-right: 2%;

	}



	.topbar .container {

		margin-left: 0;

		padding-left: 300px;

	}



	.left_part {

		width: 35%;

		margin-right: 2%;

	}



	.right_part {

		width: 62%;

	}



	.slider_sec .container {

		width: 100%;

		padding-left: 2%;

	}



	.slider_item {

		text-align: center;

	}



	.bx-wrapper {

		max-width: 100% !important;

	}



	.left_angle.second {

		display: none;

	}

}



@media (max-width: 800px) {

	.left_part {

		margin-right: 0;

	}



	.right_part {

		margin-bottom: 20px;

	}



	.left_part,

	.right_part {

		width: 100%;

	}

	

	.antiscroll {

		display: block;

		position: absolute;

		z-index: 300;

		background: none;

		top: 0;

		left: 0;

		width: 100%;

		height: 100%;

	}



	.antiscroll::after {

		content: 'Klikk for å aktivere kartet';

		width: 100%;

		position: absolute;

		top: 55%;

		left: 0;

		text-align: center;

		font-size: 30px;

		color: #fff;

		text-shadow: 0px 0px 3px #000;

	}



	.map_holder {

		margin-bottom: 40px;

	}

}



@media (max-width: 700px) {

	.header_info span {

		margin-right: 10px;

	}

	

	.contact_sec {

		margin-top: 40px;

		margin-bottom: 40px;

	}



	.contact_form_box {

		padding: 40px;

	}



	/*.contact_info {

		margin-top: 510px;

	}*/



	.contact_info_item {

		width: 100%;

		margin-right: 0;

		text-align: center;

	}



	.contact_info_item:last-child {

		border-left: none;

		margin-top: 40px;

		padding-left: 0;

	}



	.contact_info_item span {

		float: none;

		width: 100%;

		text-align: center;

	}



	.inner_title,

	.about_us .inner_text {

		margin-top: 40px;

	}



	.btn_more {

		margin-top: 45px;

	}



	.about_us .inner_title {

		font-size: 30px;

	}



	.footer {

		padding-top: 40px;

		padding-bottom: 40px;

	}



	.footer .container {

		text-align: left;

	}



	.footer_box {

		display: inline-block;

	}



	.footer_item {

		display: inline-block;

		width: 49%;

		margin-bottom: 40px;

		min-height: 100px;

	}



	.footer_item:nth-child(3n+3) {

		padding-left: 0;

		border-left: none;

	}



	.footer_item_title {

		margin-bottom: 20px;

	}



}





@media (max-width: 600px) {

	.left_angle {

		width: 220px;

		background-size: 100% auto;

	}



	.topbar {

		padding-bottom: 50px;

	}



	.topbar .container {

		margin-left: 0;

		padding-left: 240px;

	}



	.topmenu {

		top: 105px;

	}



	.topmenu_box {

		float: none;

	}



	.header_info {

		margin-top: 5px;

	}



	.slider_sec .container {

		margin-top: 20px;

		padding-left: 2%;

	}



}



@media (max-width: 480px) {

	.topbar {

		padding-bottom: 31px;

	}



	.header_info {

		margin-top: 0;

	}



	.header_info span {

		width: 100%;

		margin-right: 0;

	}



}



@media(max-width: 400px){

	.left_angle {

		width: 200px;

		height: 64px;

	}



	.topbar .container {

		padding-left: 195px;

	}



	.header_info {

		font-size: 14px;

	}



	.footer_item {

		width: 100%;

		padding: 0;

		text-align: center;

		border-left: none;



	}



}











