/*
Theme Name: Default
Theme URI: http://www.remonversteeg.nl
Type: Desktop
Description: Standaard iMod thema
Version: 1.5.0.0
Author: Remon Versteeg
Author URI: http://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;
}



select,
button,
input[type="button"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea{
	-webkit-appearance: none;
	-webkit-border-radius:0;
}
body {
	line-height: 1;
}

p{
	margin: 0 0 26px 0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
table{
	width:100%
}
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;
}
::selection {
	background: #cabaa8; /* achtergrondkleur tijdens selecteren */
}

/* Optioneel voor oudere Firefox */
::-moz-selection {
	background: #cabaa8;
}
a img {
	border: none;
}
a{
	text-decoration:none;
	color:#0083ff
}
body{
	font-family: 'Roboto', sans-serif;
	background-color: #cabaa8;
	line-height: 22px;
	padding-top:100px;
	-webkit-font-smoothing:antialiased;
	font-size:18px;
	font-weight:300;
	margin:0;
	color: #121212;
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden
}

.fancybox-thumbs__list a:before {
	border-color: #cabaa8 !important;
}
.fancybox-progress {
	background: #cabaa8 !important;
}
.fancybox-image, .fancybox-spaceball{
	border-radius:20px;
}
[data-scrollto]{
	cursor: pointer;
}
.wrap{
	margin:0 auto;
	max-width:1000px;
}

/* HEADER */
header{
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	right:0;
}
.down header{
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
}
header .nav ul{
	list-style:None;
	padding:0;
	margin:0;
}
header .main-menu ul li{
	display:inline-block;
}
header .nav ul a{
	font-weight:bold;
	color: #222222;
	line-height:75px;
	padding:0 15px;
	position: relative;
	transition: 0.3s ease;
}

header .nav ul a:hover{
	opacity:0.6
}
.heading .title,
.heading-sm .title{
	font-weight:900;
	font-size:32px;
	line-height: 32px;
}
.heading-sm .title{
	font-size:18px;
	line-height:18px;
}

/* FANCY */
.fancybox-content{
	border-radius:8px
}
/* BTN */
.btn{
	height: 52px;
	line-height: 52px;
	background-color: #121212;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	border:0;
	border-radius:2px!Important;
	-moz-border-radius:2px!Important;
	-webkit-border-radius: 8px!Important;
	font-size:15px;
	padding:0 20px;
}

.btn-lg{
	width:100%;
}
.btn-lt{
	background-color:#cabaa8;
	color:#121212
}
/* FORMS */
.input,
.select select{
	height: 50px;
	line-height: 50px;
	background:#fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius: 8px!important;
	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;
	line-height: 24px;
}
.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 25px 0 10px;
}
.select select::-ms-expand {
	display: none;
}
input[type="checkbox"],
input[type="radio"]{
	background: #fff;
	border:1px solid #e3dfd8;
	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: #33a6e1;
	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: #33a6e1;
	font-size:11px;
	text-align:center;
}

/* COMMENT */
.comment {
	position: relative;
	background: white;
	border-radius: 20px;
	padding: 1em;
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45), 0 0 195px rgba(235, 215, 190, 0.45);
}
.comment:after {
	content: "";
	display: table;
	clear: both;
}

.comment:before{
	content: '';
	position: absolute;
	top: 100%;
	left: 30px;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-top: 7px solid white;
}
.comment-body{
	min-height: 240px;
}

/* FLASH */
.flash{
	border: 2px solid #121212;
	padding: 15px;
	border-radius: 8px;
}
.flash a{
	color:#121212
}
.r{
	border-radius:100%
}
.round{
	padding-bottom:100%;
}
.bg-primary{
	background:#c0dad1
}
.bg-shadow{
	box-shadow:0 0 35px rgba(0,0,0,0.45)
}
.bg-pattern-dk{
	background-image: url('images/bg-pattern-dk.jpg');
	background-position: center;
	/* background-repeat: no-repeat; */
	background-size: cover;
}
.bg-white{
	background:#fff;
}
.bg-dk{
	background-color: #cabaa8;/*cab8aa old*/
	/*background: linear-gradient(
			272deg, #cabaa8 0%, #d8cbb9 100%);*/
}
.bg-black{
	background-color:#242424;
}
.bg-lt{
	background-color: #F8F4F1;
}
.pos-rel{
	position: relative
}

.pos-abs{
	position: absolute
}
.pos-abs.iframe{
	left:0;
	right:0;
	bottom:0;
	top:0
}
.z-1{
	z-index:1
}
.z-2{
	z-index:2
}
.z-3{
	z-index:3
}
.pos-abs.text{
	right:0;
	top:0
}

.pos-abs.text.left{
	left:0;
	right:auto
}

.pos-abs iframe{
	width:100%;
	height:100%
}

.pos-rel.round{
	overflow:hidden;
}

/* OWL */
.owl-theme .owl-dots{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

.owl-theme .owl-dots .owl-dot span{
	background-color:#fff
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background-color:#545447
}

.slider-comments.owl-carousel .owl-stage-outer{
	overflow:inherit
}

.slider-comments.owl-carousel{
	margin: 0 -20px;
}

.animate.bounce-up{
	opacity: 0;
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200px, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.animate.bounce-up.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.animate.bounce-in{
	opacity: 0;


	animation: cd-bounce-1 0.5s;
	backface-visibility: hidden;
}

.animate.bounce-in.in-view {
	opacity: 1;
	transform: scale(1);

}

.animate.slide-left {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px) rotate(-2deg);
	-webkit-transform: translate3d(-100px, 0px, 0px) rotate(-2deg);
	-o-transform: translate(-100px, 0px) rotate(-2deg);
	-ms-transform: translate(-100px, 0px) rotate(-2deg);
	transform: translate3d(-100px, 0px, 0px) rotate(-2deg);
}
.animate.slide-left.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.animate.slide-right {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(100px, 0px, 0px) rotate(2deg);
	-webkit-transform: translate3d(100px, 0px, 0px) rotate(2deg);
	-o-transform: translate(100px, 0px) rotate(2deg);
	-ms-transform: translate(100px, 0px) rotate(2deg);
	transform: translate3d(100px, 0px, 0px) rotate(2deg);
}
.animate.slide-right.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}


@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@media (max-width: 670px) {

	.animate.slide-right,
	.animate.slide-left{
		opacity: 0;
		-moz-transition: all 500ms linear;
		-webkit-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		transition: all 500ms linear;
		-moz-transform: translate3d(100px, 0px, 0px);
		-webkit-transform: translate3d(100px, 0px, 0px);
		-o-transform: translate(100px, 0px);
		-ms-transform: translate(100px, 0px);
		transform: translate3d(100px, 0px, 0px);
	}
	.animate.slide-right.in-view,
	.animate.slide-left.in-view{
		opacity: 1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}

}
/* COLS */
.row{

	margin-left:-30px;
	margin-right:-30px
}
.row-s{
	margin-left: -10px;
	margin-right:-10px;
}


.row:after,
.row-s:after{
	clear: both;
}

.row:before,
.row:after,
.row-s:before,
.row-s: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,
.col1-xs, .col2-xs, .col3-xs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12-xs{
	float: left;
	min-height: 1px;
	padding-left: 30px;
	padding-right:30px;
	box-sizing:border-box;
}
.row-s .col1-s, .row-s .col2-s, .row-s .col3-s, .row-s .col4-s, .row-s .col5-s, .row-s .col6-s, .row-s .col7-s, .row-s .col8-s, .row-s .col9-s, .row-s .col10-s, .row-s .col11-s, .row-s .col12-s{
	padding-left:10px;
	padding-right:10px;
}
.col12{
	width: 100%
}
.col11{
	width: 91.66666667%
}
.col10{
	width: 83.33333333%
}
.col9{
	width: 75%
}
.col8{
	width: 66.66666667%
}
.col7{
	width: 58.33333333%
}
.col6{
	width: 50%
}
.col6-no-padding{
	float: left;
	min-height: 1px;
	box-sizing:border-box;
	width: 50%
}
.col5{
	width: 41.66666667%
}
.col4{
	width: 33.33333333%
}
.col3{
	width: 25%
}
.col2{
	width: 16.66666667%
}
.col1{
	width: 8.33333333%
}


/* BORDER RADIUSES */
.r {
	border-radius: 2px 2px 2px 2px;
}
.r-2x {
	border-radius: 6px;
}
.r-3x {
	border-radius: 20px;
}
.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-t-2x {
	border-radius: 4px 4px 0 0;
}
.r-b {
	border-radius: 0 0 2px 2px;
}
.r-l-2x{
	border-radius: 4px 0 0 4px;
}
.r-r-2x {
	border-radius: 0 4px 4px 0;
}
.r-100{
	border-radius:100%
}
/* paddingS */
.p-xxs {
	padding: 2px 4px;
}
.p-xs {
	padding: 5px;
}
.p-sm {
	padding: 10px;
}
.p {
	padding: 15px;
}
.p-md {
	padding: 20px;
}
.p-lg {
	padding: 30px;
}
.p-xl {
	padding: 75px;
}
.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: 50px;
}
.p-l-xxl {
	padding-left: 75px;
}
.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: -50px;
}
.p-l-n-xxl {
	padding-left: -75px;
}
.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: 50px;
}
.p-t-xxl {
	padding-top: 100px;
}
.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: -50px;
}
.p-t-n-xxl {
	padding-top: -100px;
}
.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: 50px;
}
.p-r-xxl {
	padding-right: 100px;
}
.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: -50px;
}
.p-r-n-xxl {
	padding-right: -100px;
}
.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: 50px;
}
.p-b-xxl {
	padding-bottom: 100px;
}
.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: -50px;
}
.p-b-n-xxl {
	padding-bottom: -100px;
}


/* 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: 100px;
}
.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: 50px;
}
.m-l-xxl {
	margin-left: 100px;
}
.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: -50px;
}
.m-l-n-xxl {
	margin-left: -100px;
}
.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: 50px;
}
.m-t-xxl {
	margin-top: 100px;
}
.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: -50px;
}
.m-t-n-xxl {
	margin-top: -100px;
}
.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: 50px;
}
.m-r-xxl {
	margin-right: 100px;
}
.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: -50px;
}
.m-r-n-xxl {
	margin-right: -100px;
}
.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: 50px;
}
.m-b-xxl {
	margin-bottom: 60px;
}
.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: -50px;
}
.m-b-n-xxl {
	margin-bottom: -100px;
}

.m-r-star {
	margin-right: 3px;
}

/* TEXT */
.text-italic{
	font-style:italic;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-l{
	font-size:120%
}
.text-right{
	text-align:right!important
}
.text-lt{
	color:#fff!important
}
.text-lt a{
	font-weight: bolder;
}
.text-primary{
	color:#cabaa8
}
.text-ltdker{
	color:#9db5d4
}
.text-bold{
	font-weight:bold
}
.text-md{
	font-weight:500;
}
.text-success{
	color:#16cc53
}

.text-star {
	color: #ffee0a;
}
.text-lt{
	color:#828282
}
.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

.text-hand{
	font-family: 'Just Another Hand', cursive;
	font-size: 32px;

}

/*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 {
	border: 10px solid white;
	margin: 20px 0 0 0;
	border-radius: 4px;
	box-shadow: 0 0px 40px rgba(0,0,0,0.10);
	text-align: center;
}
.caption.alignnone {
	margin: 5px 0 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 0 10px 0;
	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;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.mceContentBody {}
[data-href]{
	cursor:pointer
}

.hidden{
	display:None;
}

@media (max-width: 1300px){
	nav > ul li a{
		padding: 0 1vw !important;
	}
}
@media (max-width: 1200px) {



}

@media only screen and (min-width : 670px) and (max-width : 1200px) {

	/* GENERAL */
	.visible-s{
		display:block!important;
	}

	.hidden-s{
		display:none;
	}

	.wrap,
	.wrap-sm{
		padding-left:30px;
		padding-right:30px
	}



	/* COLUMNS */
	.row{
		margin-left:-15px;
		margin-right:-15px
	}
	.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,
	.col1-xs, .col2-xs, .col3-xs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12-xs{
		padding-left: 15px;
		padding-right:15px;
	}
	.col12-s {
		width: 100%
	}
	.col11-s {
		width: 91.66666667%
	}
	.col10-s {
		width: 83.33333333%
	}
	.col9-s {
		width: 75%
	}
	.col8-s {
		width: 66.66666667%
	}
	.col7-s {
		width: 58.33333333%
	}
	.col6-s {
		width: 50%
	}
	.col5-s {
		width: 41.66666667%
	}
	.col4-s {
		width: 33.33333333%
	}
	.col3-s {
		width: 25%
	}
	.col2-s {
		width: 16.66666667%
	}
	.col1-s {
		width: 8.33333333%
	}
	.col-b{
		margin-bottom:30px;
	}



}



@media (max-width: 670px) {

	.container{
		overflow-x:hidden;
	}

	.pos-abs{

	}

	.pos-abs.text{
		margin:-50px 0 0 0;
		position:relative
	}



	.image{
		margin: 0 -50px;
	}

	.hidden-xs{
		display:none!Important;
	}

	.visible-xs{
		display:block;
	}

	.wrap,
	.wrap-sm{
		padding-left:30px;
		padding-right:30px
	}



	/* COLUMNS */
	.row{
		margin-left:-15px;
		margin-right:-15px
	}
	.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,
	.col1-xs, .col2-xs, .col3-xs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12-xs{
		padding-left: 15px;
		padding-right:15px;
	}
	.col12-xs {
		width: 100%
	}
	.col11-xs {
		width: 91.66666667%
	}
	.col10-xs {
		width: 83.33333333%
	}
	.col9-xs {
		width: 75%
	}
	.col8-xs {
		width: 66.66666667%
	}
	.col7-xs {
		width: 58.33333333%
	}
	.col6-xs {
		width: 50%
	}
	.col5-xs {
		width: 41.66666667%
	}
	.col4-xs {
		width: 33.33333333%
	}
	.col3-xs {
		width: 25%
	}
	.col2-xs {
		width: 16.66666667%
	}
	.col1-xs {
		width: 8.33333333%
	}


}



.gold-glitter-inner {
	background: rgb(238,201,0) !important;
	background: linear-gradient(90deg,  rgba(238,201,0,1) 0%, rgb(252, 232, 123) 22%, rgba(255,255,214,1) 49%, rgb(241, 220, 104) 79%, rgba(238,201,0,1) 100%) !important;
	filter: saturate(1.5) hue-rotate(-10deg);
	clip-path: polygon(0 9%, 24% 17%, 47% 21%, 61% 21%, 79% 16%, 100% 10%, 100% 72%, 80% 81%, 60% 86%, 40% 87%, 20% 83%, 0 71%);
}