/*
Theme Name: Default
Theme URI: https://www.remonversteeg.nl
Type: Desktop
Description: Standaard iMod thema
Version: 1.5.0.0
Author: Remon Versteeg
Author URI: https://www.remonversteeg.nl
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
    outline: 0!important;
}
input[type="text"],
input[type="submit"],
textarea{
   -webkit-appearance: none;
   -webkit-border-radius:0;
}
body {
    line-height: 1;
}

p{
	margin: 0 0 18px 0;	
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:top;	
}
a img {
    border: none;
}
a,
.orange{
	text-decoration:none;
	color:#d79342	
}
/*template sheet*/
body{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:15px;
	line-height:22px;
	font-weight:300;
	margin:0;
	color:#fff;
	background:#252424;
	height:100%;
	overflow-y:scroll
}

.wrap-sm{
	max-width:800px;
	padding:0 30px;
	margin:0 auto;	
}
.wrap{
	padding:0 80px 0 380px;
}
/* HEADER */
.header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	height:90px;
	border-bottom:1px solid rgba(255,255,255,0.2)	
}
.down .header{
	background: #191818;
}
.header .btn-contact{
	-webkit-transition: color 0.2s ease-out 0s;
	-moz-transition: color 0.2s ease-out 0s;
	-o-transition: color 0.2s ease-out 0s;
	transition: color 0.2s ease-out 0s;
	line-height:90px;
}
.header .btn-contact:hover{
	background-color:#bd813a	
}
.header .btn-contact a{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	display:block;
}
.header .flags{
	list-style:none;
	padding:27px 0;
	margin:0;	
}
.header .flags li{
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	width:36px;
	height:36px;
	text-align:center;
	text-transform:uppercase;
	line-height:34px;
	border-radius:100%;
	margin-right:20px;
	display:inline-block;
	background-size:cover;
	background-position:center;
	border:1px solid #fff;
	color:#fff;
	overflow:hidden;
}
.header .flags li:hover{
	background:rgba(255,255,255,0.3)	
}
.header .flags li.active{
	background:#fff;	
}
.header .flags li a{
	display:block;
	font-weight:900;
	color:#fff	
}
.header .flags li.active a{
	color:#111;	
}

/* SIDEBAR */
.sidebar{
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	bottom:0;
	width:300px;	
}
.sidebar .logo{
	text-align:center;
	height:90px;
	line-height:90px;
	border-bottom:1px solid rgba(255,255,255,0.2)	
}
.sidebar .logo img{
	vertical-align:middle;	
}
.sidebar .contact,
.mobile-menu-container .contact{
	list-style:none;
	padding:0;
	margin:0;	
	text-align:right;
}
.sidebar .contact li,
.mobile-menu-container .contact li{
	display:inline-block;
	padding-left:25px;	
}
.sidebar .contact li a,
.mobile-menu-container .contact li a{
	color:#fff	
}
/* MENU */
.nav > ul{
	margin:0;
	padding:0
}
.nav > ul li{
	list-style:none;
	height:54px;
	border-bottom:1px solid #333333
}
.nav > ul li a{
	-webkit-transition: color 0.2s ease-out 0s;
	-moz-transition: color 0.2s ease-out 0s;
	-o-transition: color 0.2s ease-out 0s;
	transition: color 0.2s ease-out 0s;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:54px;
	text-align:right;
	padding: 0 20px;
	display:block;
	word-break:break-all;
}
.nav > ul li a:hover{
	color:#b0b0b0	
}
.nav > ul li.current a{
	color:#d79342
}
.nav .haschild{
	position:relative;	
}
.nav .haschild:hover > a{
	color:#d79342
}
.nav .child{
	background:#d79342;
	padding:0;
	display:none;
	position:absolute;
	left:100%;
	top:0;
	width:270px;	
}

.nav .child:after {
	right: 100%;
	top: 17px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(215, 147, 66, 0);
	border-right-color: #d79342;
	border-width: 10px;
}
.nav .child li{
	border-bottom:1px solid rgba(255,255,255,0.2)	
}
.nav .child li:last-child{
	border:0;	
}
.nav .child li a{
	color:#fff!important;	
}
/* BANNER */
.banner{
	position:relative;	
}
.banner-vp .slider{
	height:100vh!important;	
}
.banner-contact{
    position: absolute;
    bottom: 10%;
    z-index: 75;
    margin: 0 auto;
    left: 300px;
    right: 0;
}

/* ARROWS */
.arrow-top{
	cursor:pointer;
	position:absolute;
	z-index:2;
	bottom: 100%;
	left: 50%;
	margin-left: -25px;
	width:50px;
	height:25px;
	text-align:center;
	line-height:25px;
}
.arrow-top i{
	font-size:30px;	
	position: relative;
    z-index: 3;
}
.arrow-top:before{
	position:absolute;
	z-index:1;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(108, 128, 46, 0);
	border-bottom-color: #848c4b;
	border-width: 25px;
}

.arrow-bottom{
	cursor:pointer;
	position:absolute;
	z-index:75;
	bottom: 0;
	width:100%;
	height:25px;
	text-align:center;
	line-height:25px;
}
.arrow-bottom i{
	font-size:30px;	
	position: relative;
    z-index: 3;
	color: #fff;
    line-height: 0;
}
.arrow-bottom:before {
	position: absolute;
	width: 380px;
	left: 0;
	bottom: 0;
	border-bottom: 20px solid #252424;
	border-right: 20px solid transparent;
	display: block;
	content:" ";
}
.arrow-bottom:after {
	position: absolute;
	left: 380px;
	bottom: 0;
	right: 0;
	border-bottom: 20px solid #252424;
	border-left: 20px solid transparent;
	display: block;
	content:" ";
}
.bg-dker .arrow-bottom:before,
.bg-dker .arrow-bottom:after{
	border-bottom-color:#191818	
}

/* HEADING */
.heading{
	position:absolute;	
	z-index:75;
	bottom:20%;
}
.heading .subtitle{
	color:#fff;
	opacity:.2;
	font-size:90px;
	font-weight:100;
	position:absolute;
	left:-30px;
	top:-30px
}
.heading .title{
	color:#fff;
    font-weight: bold;
    font-size: 63px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;	
}
/* CONTENT */
.column-2{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;	
}

/* SECTIONS */
.section .section-image{
	height:60vh;
	position:relative;
}
/* FOOTER */
.footer .widget{
	float:left;
	width:16.6667%;
	padding-bottom:30px;
}
.footer .widget_header h3{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	padding-bottom:20px;	
}
.footer .widget_content,
.footer .widget_content a{
	-webkit-transition: color 0.2s ease-out 0s;
	-moz-transition: color 0.2s ease-out 0s;
	-o-transition: color 0.2s ease-out 0s;
	transition: color 0.2s ease-out 0s;
	color:#b0b0b0	
}
.footer .widget_content a:hover{
	color:#fff	
}
.footer .widget_content ul{
	list-style:none;
	padding:0;
	margin:0;	
}
.footer .widget_content ul li{
	line-height:28px;	
}

.footer-bottom ul{
	list-style:none;
	padding:0;
	margin:0;	
}

.footer-bottom,
.footer-bottom a{
	color:#b0b0b0		
}
.footer-bottom{
	border-top:1px solid #2f2f2f	
}
.footer-bottom ul li{
	display:inline-block;
	padding-left:20px;	
}
/* FORMS */
.input,
.select select{
	height:40px;
	line-height:40px;
	background:#fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width:100%;
	border:1px solid #d3d3d3;
	padding:0 5px;	
	color:#5d5d5d;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
}
textarea.input{
	resize:vertical;
	min-height:100px;	
}
.select{
	position:relative;	
}
.select:after{
	content:'\f0d7';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;	
	position:absolute;
	right:10px;
	top:0;
	line-height:40px;
	pointer-events: none;
}
.select select{
	padding:0 10px;	
}


input[type="checkbox"],
input[type="radio"]{
	background: none;
	border:1px solid #fff;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -2px 10px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;	
}
input[type="radio"]{
	border-radius: 50px;	
}
input[type="checkbox"]:checked:before{
	content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color: #d79342;
	font-size:20px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	margin: 5px 0 0 0;
}
input[type="radio"]:checked:before{
	content: '\f111';
	font-family: FontAwesome;
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 3px;
	line-height: 16px;
	color: #d79342;
	font-size:11px;
	text-align:center;
}


#form_5 select option {
	color:#000;
}


/* BTN */
.btn{
	background-color:#d79342;
	height:48px;
	line-height:48px;
	color:#fff;
	border:0;
	cursor:pointer;
	display:inline-block;
	padding:0 68px 0 20px;
	font-size:16px;
	position:relative;
	text-transform:uppercase;
	font-weight:normal;	
	-webkit-transition: color 0.2s ease-out 0s;
	-moz-transition: color 0.2s ease-out 0s;
	-o-transition: color 0.2s ease-out 0s;
	transition: color 0.2s ease-out 0s;
}
/* READ MORE */
.read-more{
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	position: relative;
	z-index:14;
	padding:0;
	padding-left:10px;
	left: 0;
	bottom:0;
	-webkit-transition: color 0.2s ease-out 0s;
	-moz-transition: color 0.2s ease-out 0s;
	-o-transition: color 0.2s ease-out 0s;
	transition: color 0.2s ease-out 0s;
	background-color: #d79342;
	color: #fff;
	display: inline-block;
	border:0;
	cursor:pointer;
	vertical-align:middle;
}
.read-more.pull-left{
	left:0;
	right:auto;
	padding: 0 10px 0 0
}
.read-more:before{
	content:"";
	clear:both;	
}
.read-more:hover{
	color:#fff;	
}
.read-more:after{
    content: "";
    background-color: #bd813a;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    -webkit-transition: width 0.2s ease-in 0s;
    -moz-transition: width 0.2s ease-in 0s;
    -o-transition: width 0.2s ease-in 0s;
    transition: width 0.2s ease-in 0s;
}
.read-more.pull-left:after{
	left:0;
	right:auto;
}
.read-more span{
	float:right;
	width:40px;
	height:40px;
	color:#fff;
	margin-left:10px;
	background-color: #bd813a;
	text-align:center;
}
.read-more.pull-left span{
	float:left;
	margin:0 10px 0 0
}
.read-more:hover:after{
	width:100%
}
/* VISIBILITY */
.hidden{
	display:none;	
}

/* NEWS */
#news{
	position:relative;
	padding: 50px 0;	
}
.news-inline{
	padding:20px 0 0 0!important	
}
#news.socialmedia{
	padding-top:0	
}

#news > div{
	padding-bottom:20px;	
}

#news .image{
	box-sizing:border-box;	
	position:relative;
	height:100%;
	background-color:#ccc
}

#news .dark{
	height:235px;
	padding:15px;
	box-sizing:border-box;
	background-color:#252424;
	position:relative;	
}

#news .dark i{
	margin-right:5px;	
}



#news .text{
	padding-top:20px;
	color:#fff	;
	height:148px;
	overflow:hidden;
}
#news .title{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:900;	
	position:absolute;
	bottom:50px;
	left:20px;
}


#news .date{
	color:#fff;
	position:absolute;
	bottom:20px;
	left:20px;	
}
#news .mask{
	padding:15px 20px	
}
#news .date a{
	color:#fff	
}

.filter-button-group{
	text-align:center;	
	height:32px;
}
.filter-button-group > div{
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	height: 32px;
	line-height: 30px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	padding:0 10px;
	margin:0 10px;	
	border:1px solid #fff
}
.filter-button-group > div:hover{
	background:rgba(255,255,255,0.3)	
}
.filter-button-group .active{
	background-color:#fff;
	color:#111;	
}

/* BG COLORS */
.bg-primary{
	background-color:#d79342
}
.bg-image{
	background-size:cover;
    background-position: 0 0;	
}
.bg-mask{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
		
}
.bg-mask-dker{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
		
}
.bg-dk{
	background-color:#1c1c1c	
}
.bg-dker{
	background-color:#191818	
}
.bg-dk-o{
	background-color:rgba(21,21,21,.9)	
}

/* BORDER RADIUSES */
.r {
    border-radius: 2px 2px 2px 2px;
}
.r-2x {
    border-radius: 4px;
}
.r-3x {
    border-radius: 6px;
}
.r-l {
    border-radius: 2px 0 0 2px;
}
.r-r {
    border-radius: 0 2px 2px 0;
}
.r-t {
    border-radius: 2px 2px 0 0;
}
.r-b {
    border-radius: 0 0 2px 2px;
}

/* paddingS */
.p-xxs {
    padding: 2px 4px;
}
.p-xs {
    padding: 5px;
}
.p-sm {
    padding: 10px;
}
.m {
    padding: 15px;
}
.p-md {
    padding: 20px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 50px;
}
.p-n {
    padding: 0!important;
}
.p-l-none {
    padding-left: 0!important;
}
.p-l-xs {
    padding-left: 5px;
}
.p-l-sm {
    padding-left: 10px;
}
.p-l {
    padding-left: 15px;
}
.p-l-md {
    padding-left: 20px;
}
.p-l-lg {
    padding-left: 30px;
}
.p-l-xl {
    padding-left: 40px;
}
.p-l-xxl {
    padding-left: 50px;
}
.p-l-n-xxs {
    padding-left: -1px;
}
.p-l-n-xs {
    padding-left: -5px;
}
.p-l-n-sm {
    padding-left: -10px;
}
.p-l-n {
    padding-left: -15px;
}
.p-l-n-md {
    padding-left: -20px;
}
.p-l-n-lg {
    padding-left: -30px;
}
.p-l-n-xl {
    padding-left: -40px;
}
.p-l-n-xxl {
    padding-left: -50px;
}
.p-t-none {
    padding-top: 0!important;
}
.p-t-xxs {
    padding-top: 1px;
}
.p-t-xs {
    padding-top: 5px;
}
.p-t-sm {
    padding-top: 10px;
}
.p-t {
    padding-top: 15px;
}
.p-t-md {
    padding-top: 20px;
}
.p-t-lg {
    padding-top: 30px;
}
.p-t-xl {
    padding-top: 40px;
}
.p-t-xxl {
    padding-top: 50px;
}
.p-t-n-xxs {
    padding-top: -1px;
}
.p-t-n-xs {
    padding-top: -5px;
}
.p-t-n-sm {
    padding-top: -10px;
}
.p-t-n {
    padding-top: -15px;
}
.p-t-n-md {
    padding-top: -20px;
}
.p-t-n-lg {
    padding-top: -30px;
}
.p-t-n-xl {
    padding-top: -40px;
}
.p-t-n-xxl {
    padding-top: -50px;
}
.p-r-none {
    padding-right: 0!important;
}
.p-r-xxs {
    padding-right: 1px;
}
.p-r-xs {
    padding-right: 5px;
}
.p-r-sm {
    padding-right: 10px;
}
.p-r {
    padding-right: 15px;
}
.p-r-md {
    padding-right: 20px;
}
.p-r-lg {
    padding-right: 30px;
}
.p-r-xl {
    padding-right: 40px;
}
.p-r-xxl {
    padding-right: 50px;
}
.p-r-n-xxs {
    padding-right: -1px;
}
.p-r-n-xs {
    padding-right: -5px;
}
.p-r-n-sm {
    padding-right: -10px;
}
.p-r-n {
    padding-right: -15px;
}
.p-r-n-md {
    padding-right: -20px;
}
.p-r-n-lg {
    padding-right: -30px;
}
.p-r-n-xl {
    padding-right: -40px;
}
.p-r-n-xxl {
    padding-right: -50px;
}
.p-b-none {
    padding-bottom: 0!important;
}
.p-b-xxs {
    padding-bottom: 1px;
}
.p-b-xs {
    padding-bottom: 5px;
}
.p-b-sm {
    padding-bottom: 10px;
}
.p-b {
    padding-bottom: 15px;
}
.p-b-md {
    padding-bottom: 20px;
}
.p-b-lg {
    padding-bottom: 30px;
}
.p-b-xl {
    padding-bottom: 40px;
}
.p-b-xxl {
    padding-bottom: 50px;
}
.p-b-n-xxs {
    padding-bottom: -1px;
}
.p-b-n-xs {
    padding-bottom: -5px;
}
.p-b-n-sm {
    padding-bottom: -10px;
}
.p-b-n {
    padding-bottom: -15px;
}
.p-b-n-md {
    padding-bottom: -20px;
}
.p-b-n-lg {
    padding-bottom: -30px;
}
.p-b-n-xl {
    padding-bottom: -40px;
}
.p-b-n-xxl {
    padding-bottom: -50px;
}


/* MARGINS */
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0!important;
}
.m-l-none {
    margin-left: 0!important;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-xxl {
    margin-left: 50px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-l-n-xxl {
    margin-left: -50px;
}
.m-t-none {
    margin-top: 0!important;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-t-n-xxl {
    margin-top: -50px;
}
.m-r-none {
    margin-right: 0!important;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-xxl {
    margin-right: 50px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-r-n-xxl {
    margin-right: -50px;
}
.m-b-none {
    margin-bottom: 0!important;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-xxl {
    margin-bottom: 50px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.m-b-n-xxl {
    margin-bottom: -50px;
}

/* TEXT */
.text-italic{
	font-style:italic;	
}
.text-center{
	text-align:center;	
}
.text-l{
	font-size:120%	
}


/* COLS */
.row,
.form-row{
	margin:0 -10px!important
}
.form-row{
	padding:0 0 20px 0	
}
.row:after,
.row-fluid:after,
.form-row:after{
	clear: both;
}
.row-fluid:before,.row-fluid:after,
.row:before, .row:after,
.form-row:before, .form-row:after{
	display: table;
	content: "";
	line-height: 0;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col7-1 {
    float: left;
	min-height: 1px;
	padding-left: 10px;
	padding-right:10px;
	box-sizing:border-box;
}
.col12,
.col12-s {
    width: 100%
}
.col11,
.col11-s {
    width: 91.66666667%
}
.col10,
.col10-s {
    width: 83.33333333%
}
.col9,
.col9-s {
    width: 75%
}
.col8,
.col8-s {
    width: 66.66666667%
}
.col7,
.col7-s {
    width: 58.33333333%
}
.col6,
.col6-s {
    width: 50%
}
.col5,
.col5-s {
    width: 41.66666667%
}
.col4,
.col4-s {
    width: 33.33333333%
}
.col3,
.col3-s {
    width: 25%
}
.col2,
.col2-s {
    width: 16.66666667%
}
.col1,
.col1-s {
    width: 8.33333333%
}

.col7-1{
	padding:0 25px;
	width: 14.28571428571429%
}
.pull-left{
	float:left;	
}

.pull-right{
	float:right;	
}

/*defaults iMod*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.caption.alignnone {
    margin: 5px 20px 20px 0;
}
.caption.alignleft {
    margin: 5px 20px 20px 0;
}
.caption.alignright {
    margin: 5px 0 20px 20px;
}
.caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.caption p.caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.widget,#content,.menu{
	position:relative	
}
.edit_page_link,.edit_menu_link,.edit_widget_link{
	position:absolute;
	right:10px;
	top:10px
}
.clear{
	clear:both;	
}
[data-href],
[data-target]{
	cursor:pointer;	
}
.mceContentBody {}

/*START CIRKEL HOMEPAGE*/
.cirkel-homepage {
	ddisplay: none !important;
    background-color: #fff;
    position: absolute;
    width: 200px;
    right: 42%;
    height: 200px;
    border-radius: 200px;
    top: 80%;
}	
.cirkel-inner {
    position: absolute;
    top: 10px;
    padding: 40px 20px;
    color: #000;
    text-align: center;
    font-weight: 600;	
}
.lang-en .cirkel-inner {
    top: 0px;
}
/*END CIRKEL HOMEPAGE*/