:root {
  --red: #eeeeee;
  --gray: #6C5858;

  --blue: #008eb8; 
  --blue2: #6CB5DD;
}

/* #0079A5;  */

html, input, textarea, 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    color: #000000;
	font-family: "Avenir", serif;
	font-weight:400;
    font-size: 17px;
	line-height: 24px;
	letter-spacing:0.3px;
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
	-webkit-font-smoothing: subpixel-antialiased;
	outline:none !important;
	-webkit-tap-highlight-color: transparent;
}

html
{
	background-size:1800px;
	background-repeat:repeat-x;
	background-position:center 100px;
	position:relative;
    min-height: 100%;
}

body
{
	margin:0 auto 0;
	width:100%;
	background-color:#ffffff;
	position:relative;
}


a
{
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

.container
{
	max-width:1400px;
	width:100%;
	margin:0 auto;
	position:relative;
}


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


#nav ul {
    list-style: inside none none;
}

ul
{
	list-style-type:none;
}

ol
{
	margin-left:15px;
}

.pageinner  ul li,.blocks ul li
{
	padding-left:17px;
	position:relative;
}

.pageinner  ul li:before, .blocks ul li:before
{
	content:'•';
	position:absolute;
	left:0;
	color:#000000;
	font-weight:bold;
}

.bholder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;	
}

.blocks
{
	background-size:cover;
	background-position: center top;
  	width:50%;
}

.blocks .container 
{
	padding:5vw 9vw 5vw 10.5vw;
	min-height:45vw;
}



.blocks p
{
	padding-bottom:30px;
}

.bgblack {
	background-color:#000000;
}

.bgblack .container {
	padding-top:16vw;
}

.bgblack * {
	color:#ffffff;
}

.bgtext
{
	background-color:rgba(0,0,0,0.45);
	padding-top:10vw !important;
}

.bgtext  * {
	color:#ffffff;
}

.swing ul li
{
	text-align:center;
	font-weight:500;
	font-size:18px;
	padding-bottom:30px;
	letter-spacing:0;
	position:relative;
}

.swing ul li:before
{
	content:'';
	display:block;
	width:40px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url('/front/images/swirl.svg');
	background-size:contain;
	z-index:100;
	position:absolute;
	top:-18px;
	left:50%;
	margin-left:-25px;
}

.swing ul li:first-child:before
{
	display:none !important;
}


/* HEADER */

.background
{
	width:100%;
	background-size:cover;
	border-radius:0px;
	background-position:center center;
	min-height:700px;
	background-repeat:no-repeat;
	position:absolute;
}

.nobackground
{
	min-height:1px;
}

#nav > ul > li.hidemenu
{
	display:none;
}

.head
{
	margin:0 auto;
	top:0;
	position:absolute;
	width:50%;
}


.head .container
{
	padding:0.9em 3.5em;
}


.logo
{
	position:relative;
	width:258px;
	text-align:center;
	left:0;
	z-index:99999;
}

.logo a
{
	display:block;
	margin:0 auto 25px;
	position:relative;
}

.logotext
{
	background-image:url('/front/images/text-logo.svg');
	background-repeat:no-repeat;
	width:228px;
	height:49px;
	background-size:contain;
	background-position:center center;
}

.headertext
{
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
	text-align:center;
	font-size:27px;
	line-height:50px;
	font-weight:500;
	font-style:italic;
	top:65px;
}

.headertext span
{
	display:block;
	color:var(--red);
	font-size:21px;
	font-weight:500;
	line-height:40px;	
}

.linebefore
{
	position:relative;
}

.linebefore:before
{
	content:'';
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	content:'';
	display:block;
	position:absolute;
	width: 100%;
	height: 1px;
	background: transparent linear-gradient(90deg, #FFFFFF00 0%, #811B2E 52%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}

.calltop
{
	position:absolute;
	right:20px;	
	font-size:25px;
	line-height:40px;
	font-weight:bold;
	top:110px;
	display:block;
	color:var(--red);
	padding-left:20px;
	letter-spacing:0.5px;
	padding-right:20px;
}

.calltop span
{
	font-size:25px;
	line-height:40px;
	font-weight:bold;
}

img
{
	max-width:100%;
}

.topicons
{
	position:absolute;
	right:56px;
	top:39px;
}

.topicons a
{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 0px;
}

.icons
{
	border-bottom:1px solid #6CB5DD;
	margin-bottom:70px;
}

.icons a
{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:27px;
	padding:10px 0 10px 42px;
	display:block;
	font-size:16px;
	line-height:30px;
	font-weight:600;
	border-top:1px solid #6CB5DD;
}

.mail
{
	background-image:url('/front/images/email.svg');
}


/* NAV */

#navigation
{
	
}

/* MAIN PART */

#main-part
{
	min-height:280px;
}

.headimage {
    background-position: center center;
    min-height: 800px;
    padding: 0px;
    margin-bottom: 0;
	position:relative;
}

#short
{
	position:relative;
	padding-top:20px;
}

#short .container
{
	position:relative;
}

.plocation
{
	font-size:12px;
	line-height:12px;
	color:var(--bgray);
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	bottom:20px;
}


#content2 .container
{
	position:relative;
	max-width:800px;
}

#content2 img
{
	padding:40px 0 40px;
	display:block;
}

a.button
{
		max-width:230px;
		text-align:center;
		display:block;
		margin:0 auto;
		color:#ffffff !important;
		font-size:19px;
		position:relative;
		z-index:1;
		text-decoration:none  !important;
		background-color:var(--red);
		border-radius:8px;
		font-weight:600;
		padding:4px 4px 6px;
		letter-spacing:1px;
}


a.button:hover
{
  		background-color: var(--gray);
}

.isobuttons a.button
{
	background-color:#ffffff;
	color:var(--gray) !important;
	border:1px solid var(--gray);
	margin-top:10px;
	margin-bottom:10px;
}

.isobuttons a.button:hover, .isobuttons a.act
{
	background-color:#f0eeee;
}

.play
{
	position:relative;
	margin-bottom:15px;
	display:block;
}

.play img
{
	display:block;
	border-radius:8px;
	z-index:1;
	position:relative;
}

.play:after
{
	content:'';
	display:block;
	width:180px;
	height:180px;
	background-repeat:no-repeat;
	background-image:url('/front/images/play-arrow.png');
	background-size:contain;
	z-index:100;
	position:absolute;
	top:-10px;
	left:70px;
}

.toprightitem
{
	position:absolute;
	right:0;
	top:30px;
	border:0px solid red;
	width:420px;
	height:450px;
	z-index:1;
	opacity:0.7;
	padding-bottom:300px;
	background-image:url('/front/images/righttop.svg');
	background-size:contain;
	background-position:top right;
	background-repeat:no-repeat;
}

.topleftitem
{
	position:absolute;
	left:0;
	top:-420px;
	border:0px solid red;
	width:400px;
	height:540px;
	z-index:1;
	opacity:0.7;
	padding-bottom:300px;
	background-image:url('/front/images/logo-B.svg');
	background-size:contain;
	background-position:top left;
	background-repeat:no-repeat;
}

#content
{
	margin:0 auto 0px;
	padding-top:600px;
	position:relative;
}

#content .container
{
	position:relative;
	background-color:#F0EEEE;
	padding-bottom:300px;
	background-image:url('/front/images/logo-E.png');
	background-size:230px;
	background-position:right 59%;
	background-repeat:no-repeat;
}

body.leftbottom #content .container:after
{
	content:'';
	display:block;
	position:absolute;
	background-color:#F0EEEE;
	border:0px solid red;
	width:300px;
	height:400px;
	background-image:url('/front/images/B-logo-element-5.svg');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	bottom:100px;
	opacity:0.7;
}

.columns
{
	position:absolute;
	width:21.3%;
	top:1px;
	min-height:100px;
	z-index:1000;
}

.columns h2
{
	font-size:25px;
	line-height:29px;
	padding:0px 10px 12px;
	font-weight:800;
	letter-spacing:0.7px;
}

.columns p
{
	text-align:center;
}

.errmsg
{
	border:1px solid #e60012 !important;
}

#cform
{
	text-align:center;
	background-color: rgba(255, 255, 255, 0.75);
	padding:30px 30px 15px;
	opacity:0;
}

.radio_box
{
	line-height:40px;
}

.radio
{
	background-repeat:no-repeat;
	cursor:hand;
	cursor:pointer;
	background-size:20px 20px;
	background-position:bottom center;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
	font-size:13px;
	padding-bottom:28px;
	display:inline-block;
}

.radio_text
{
	margin-right:26px;
	display:block;
    font-weight: 600;
	text-align:center;
	letter-spacing:0.5px;
	line-height:18px;
	margin:0 auto;
	min-width:100px;
}

.ron
{
	background-image:url('/front/images/radio-on.png');
	cursor:hand;
	cursor:pointer;
}

.roff
{
	background-image:url('/front/images/radio-off.png');
	cursor:hand;
	cursor:pointer;
}

#scheme
{
	padding:0px 0 80px;
}

#cright::after
{
	content:'';
	position:absolute;
	width:100%;
	bottom:0px;
	left:0px;
	content:'';
	display:block;
	position:absolute;
	width: 100%;
	height: 1px;
	background: transparent linear-gradient(90deg, #FFFFFF00 0%, #811B2E 52%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}

.lineafter::after
{
	content:'';
	position:absolute;
	width:100%;
	bottom:0px;
	left:0px;
	content:'';
	display:block;
	position:absolute;
	width: 100%;
	height: 1px;
	background: transparent linear-gradient(90deg, #FFFFFF00 0%, #811B2E 52%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}



#pimages
{
	position:relative;
	padding:10px 0 10px;
	margin:20px auto 0px;
}

.imageitem
{
	width:15vw;
	height:8vw;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

.refer strong
{
	padding:20px 0;
	display:block;
	font-style:italic;
	font-size:13px;
	color: var(--blue);
}

.refer
{
	border-bottom:1px solid #6CB5DD;
	margin-bottom:20px;
	font-size:13px;
}

#content p
{
	padding-bottom:20px;
}



.owl-nav
{
	position:absolute;
	top:61%;
	width:100%;
}


/* FOOTER */

.bigtextline
{
	position:relative;
	text-align:center;
	font-size:22px;
	line-height:28px;
	padding:12px 0 20px;
	letter-spacing:0.3px;
	font-style:italic;
	color:var(--red);
	text-align:center;
	font-weight:500;
	margin:0 auto;
}


.page-contact #bigtext .container div:last-child
{
	display:none
}

.page-overmijn .whyme
{
	display:none !important;
}

body.page-overmijn div.pageinner
{
	min-height:500px !important;
}

#footer
{
	background-color:rgba(255,255,255,0.85);
	width:100%;
	clear:both;
}

#footer .container
{
	text-align:center;
}

.plinks
{
	padding:30px 0 10px;
}


#footer .plinks a
{
	display:inline-block;
	font-size:15px;
	line-height:20px;
	font-weight:500;
	position:relative;
	z-index:222;
	letter-spacing:0.5px;
	padding-right:35px;
	padding-left:35px;
	font-family: Avenir;
}

#footer .plinks a:hover
{
	color:#aaaaaa;
}

#disclaimer strong
{
	font-weight:500;
	padding-bottom:3px;
	display:inline-block;
}

#disclaimer .container
{
	text-align:center;
}

#disclaimer .container li span
{
	color:var(--red);
	padding-right:2px;
}

.postitem
{
		border-bottom:1px solid var(--red);
}

.postitem p
{
	font-style:italic;
}


.hidden
{
	display:none;
}

.meer
{
	border-bottom:0 !important;
}

.datum
{
	font-weight:400;
	font-size:12px;
	display:block;
	z-index:3;
	position: relative;
}

.wikimenu
{
	border-top:1px solid var(--blue2);
	margin-top:40px;
}

.wikimenu a
{
	display:block;
	background-color:#e9f3f7;
	border-bottom:1px solid var(--blue2);
	padding:10px 10px;
	font-size:16px;
	font-weight:500;
	letter-spacing:0.5px;
}

.wikimenu a.active
{
	font-weight:700;
}

.wikilabels
{
	position:absolute;
	top:-70px;
	display:table;
	width:100%;
}

.wikilabelsrow
{
	display:table-row;
}

.wikilabels a
{
    color: var(--gray) !important;
	font-weight:600;
	font-size:18px;
	line-height:24.8px;
	text-align:center;
	display:table-cell;
	width:2%;
}

.wikilabels a.active, .wikilabels a:hover
{
	color:#ffffff !important;
	position:relative;
	z-index:11;
}

.wikilabels a.active:before, .wikilabels a:hover:before
{
	background-color:var(--blue);
	width:30px;
	height:30px;
	content:'';
	display:block;
	border-radius:15px;
	position:absolute;
	z-index:-1;
	top:-3.5px;
	left:50%;
	margin-left:-15px;
}

.blogtop
{
	display:block;
	height:200px;
	background-color:#000000;
}

.blogitemholder
{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
}

#cleft
{
	background-color: #000000;
	width:26%;
	padding-left:3.5em;
	padding-right:3.5em;
}

.colhead
{
	position:relative;
	font-size:16px;
	line-height:30px;
	padding:5px 0;
	text-transform:uppercase;
	margin-top:90px;
	margin-bottom:60px;
	font-weight:600;
	color:#ffffff;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;	
	font-family: 'SecularOne',serif;
}

a.colhead
{
	display:block;
}

a.colhead:hover 
{
	text-decoration: none;
	opacity:0.8;
}

.publeft a
{
	display:block;
	text-align:left;
	position:relative;
	padding:10px 0px 15px;
	font-size:14px;
	line-height:17px;
	color:#ffffff;
	text-transform: uppercase;
}

.publeft a:first-child
{
	padding-top:0;
}

.publeft a.active {
	font-weight:600;
}

.publeft a span
{
	display:block;
	font-size:12px;
	text-transform:lowercase;
	color:#c6c6c6;
	line-height:12px;
	padding-top:2px;
}

.publeft a:hover {
	color:#c6c6c6;
}

.post-page h1
{
	padding-bottom:20px;
	font-size: 40px;
	line-height:40px;
	padding-top:20px;
}

.pageinner
{
	margin:0;
	position:relative;
	width:74%;
	padding:20px;
}



.pageme
{
	border:1px solid #eeeeee;
	padding:4em 6em 2.5em 6em;
	max-width:950px;
}

.subtit {
	color:#A8A8A8;
	font-weight: 400;
	font-size:28px;
	line-height:30px;
	font-family: 'SecularOne',serif;
	padding-bottom:20px;
	padding-top:20px;
}

.meer-holder
{
	padding-top:30px;
	border-top:1px solid var(--blue2);
	padding-bottom:40px;
	margin-top:20px;
}

.meer-holder .button
{
	max-width:180px;
}

.referent h3
{
	color:var(--blue);
	font-style:italic;
	font-size:28px;
	letter-spacing:0.5px;
	line-height:34px;
	padding-top:10px;
	padding-bottom:15px;
}

.referent img
{
	z-index:999;
}

.kname
{
	line-height:30px;
}

.kname span
{
	color:var(--blue);
	font-weight:bold;
	position:relative;
	top:-1px;
}

.contain {
	padding:11vw 6.5vw 2vw 4.5vw;
}

.vimages img
{
	display: inline-block;
	height:56px;
	margin-right:39px;
	margin-top:20px;
}

.vimages img:nth-child(2)
{
	height:40px;
	position: relative;
	top:-7px;
}

#bholder
{
	display:block;
}

#bholder
{
	text-align:center;
}

.teamitem
{
	position:relative;
	cursor:pointer;
}

.teamitem .hovered
{
	opacity:0;
    visibility: hidden;
    transition: all 1.0s ease-in-out;
	position: absolute;
	background-color: #000000;
	color:#ffffff;
	left:0;
	top:0;
	padding:0px 30px;
	overflow: hidden;
	z-index:9999;
	width:100%;
}



.teamitem .datum
{
	font-size: 22px !important;
}

.teamitem strong 
{
	font-size:22px !important;
}

.books 
{
 	text-align:center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
	max-width:90%;
	margin:0 auto;
}

.book 
{
	margin: 0px 0px 40px;
 	padding: 30px 30px;
	position: relative;
	z-index: 22;
	background-position:center center;
	background-repeat:no-repeat;	
	background-size:cover;
	width:15.7vw;
	height:15.7vw;
	text-align:left;
}

.book:after {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.4);
	top:0;
	left:0;
	z-index:1;
}


.bookimage
{
	background-image:url('/front/images/white-cloud.png');
	background-size:125%;
	background-position:center center;
	background-repeat:no-repeat;
	padding:14px 0;
}

.bookimage img
	{
		border:1px solid #cdc8c8;
	}

.book strong
{
	font-size:26px;
	line-height:29px;
	font-weight:400;
	display:block;
	position: absolute;
	bottom:30px;
	left:0;
	padding:0 30px;
	font-family: 'SecularOne',serif;
	z-index:2;
}

.phome
{
	display:none;
}


.bprice
{
	font-size:31px;
	line-height:46px;
	color:var(--red);
	font-weight:bold;
	padding-bottom:10px;
}

.bprice span
{
	font-size:31px;
	line-height:46px;
	color:var(--red);
	font-weight:400;
}

.bookimage img
{
	width:162px;
	height:228px;
}

.pimage
{
	width:385px;
	height:182px;
	border-radius:8px;
	border:1px solid #dddddd;
	display:block;
	margin-bottom:15px;
	object-fit:cover;
}

.ref .book::before
{
	content:'';
	position:absolute;
	width:120%;
	height:330px;
	background-image:url('/front/images/white-cloud.png');
	background-size:100%;
	background-position:center top;
	background-repeat:no-repeat;	
	left:-10%;
	top:-70px;
	z-index:-1;
	opacity:0.85;
	border:0px solid red;
}

.ref .book strong
{
	padding-left:18px;
	padding-right:18px;
}

.refname
{
	font-size:20px;
	line-height:28px;
	font-weight:500;
	padding:0px 0 5px;
}

.refposition
{
	font-style:italic;
	padding:0px 0 10px;
	font-size:19px;
}

#pubback
{
	display:block;
	padding-bottom:50px;
}

.post-page #image .container
{
	background-color:#F0EEEE;
	padding:60px 0;
}


#subfooter
{
		text-align:center;
		line-height:16px;
		font-size:12px;
		font-weight:400;
		padding:20px 0 5px;
		font-family: Avenir;
		letter-spacing:1px;
}

#subfooter a
{
		font-size:14px;
		font-weight:400;
		color:var(--grey);
}

#subfooter a:hover
{
		color:var(--gray);
}

.slinks
{
	max-width:900px;
}

.slinks::before
{
	content:'';
	position:absolute;
	width:100%;
	top:-14px;
	left:0px;
	content:'';
	display:block;
	position:absolute;
	width: 100%;
	height: 1px;
	background: transparent linear-gradient(90deg, #FFFFFF00 0%, #811B2E 52%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}

.slinks a
{
	text-transform:uppercase;
	padding:0 50px;
	display:inline-block;
	min-width:270px;
	font-size:15px;
	letter-spacing:1px;
	font-weight:500;
}

.slinks a:first-child
{

}

.slinks a:last-child
{

}


.smallicons
{
	position:absolute;
	right:0;
	top:-20px;
}


.smallicons a
{
	background-size:contain !important;
	width:36px !important;
	height:36px !important;
	margin-right:27px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	clear:none !important;
	display:inline-block;
}

.instagram
{
	background-image:url('/front/images/instagram.svg');
}

.instagram:hover
{
	background-image:url('/front/images/instagram-hover.svg');
}


.linkedin
{
	background-image:url('/front/images/linkedin.svg');
}

.linkedin:hover
{
	background-image:url('/front/images/linkedin-hover.svg');
}

.facebook
{
	background-image:url('/front/images/facebook.svg');
}

.facebook:hover
{
	background-image:url('/front/images/facebook-hover.svg');
}

.youtube
{
	background-image:url('/front/images/youtube.svg');
}

.youtube:hover
{
	background-image:url('/front/images/youtube-hover.svg');
}


.logo-holder {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 10px 0 12px;
    min-height:48px;
}

.logo-holder span {
    float: left;
    line-height: 32px;
    font-weight: 500;
    padding-right: 10px;
    font-size:18px;
    font-family: 'SecularOne',serif;
}

.logos {
    float: left
}

.logos span {
    font-weight: 600;
    padding-right: 10px
}

.logos img {
    height: 26px;
    margin-left: 5px;
    margin-right: 5px
}

.share {
    float: right
}

.share a {
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 28px;
    cursor: pointer;
    height: 28px;
    margin-left: 10px
}


.fb {
    background-image: url('/front/images/facebook.svg')
}

.fb:hover {
    opacity:0.5;
}



.kholder
{
	display:table;
	width:100%;
	padding-bottom:70px;
}

.krow
{
	display:table-row;
}

.vacatures .krow
{
	cursor:pointer;
}

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

.krow > div
{
	display:table-cell;
	border-bottom:1px solid var(--blue);
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
}

.kholder div.krow:nth-child(1) > div
{
	border-top:1px solid var(--blue);
}

.kfile a
{
	display:block;
	background-image:url('/front/images/pdf.svg');
	width:29px;
	height:36px;
	background-size:contain;
	background-repeat:no-repeat;
	float:right;
}

.karrow
{
	width:15px;
}

.karrow img
{
	height:36px;
	width:10px;
	object-fit:contain;
	padding:0 !important;
    -webkit-animation:spin 1s linear;
    -moz-animation:spin 1s linear;
    animation:spin 1s linear;
}

.nobefore li::before
{
	content:none !important;
	left:0;
	position:inherit;
}

.nobefore li
{
	margin-left:0 !important;
	text-indent:0 !important;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}




	.show-full
	{
		display:block !important;
	}

	.show-mobile
	{
		display:none !important;
	}


.clearfix
{
	clear:both;
}

strong, b
{
	font-weight:600;
}


i,em
{
	font-style:italic;
}

h1
{
	font-family: 'SecularOne',serif;
	font-size:63px;
	line-height:64px;
	font-weight:bold;
	padding-bottom:10px;
}

h1+p,h3+p {
	font-size:15px;
}


h2
{
	font-family: 'SecularOne',serif;
	font-size:52px;
	line-height:54px;
	font-weight:bold;
	padding-bottom:5px;
	color:rgb(153,153,151);
	padding-bottom:30px;
}

h3
{
	font-family: 'SecularOne',serif;
	font-size:52px;
	line-height:54px;
	font-weight:bold;
	padding-bottom:10px;
}

h5
{
	font-family: 'SecularOne',serif;
	font-size:40px;
	line-height:42px;
	font-weight:bold;
	font-style:italic;
	padding-bottom:5px;
}

h6
{
	font-family: 'SecularOne',serif;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	padding-bottom:5px;
}

.sliderhome
{
	background-color:#000000;
	padding:70px 0 40px;
	clear:both;
}

.sliderhome h3
{
	font-weight:normal;
	font-size:70px;
}

.sliderhome *
{
	color:#ffffff;
}

.sliderhead
{
	letter-spacing:1.2px !important;
}

.white-popup {
  position: relative;
  background: var(--bgray);
  padding: 0px 0;
  width: auto;
  max-width:960px;
  margin: 15px auto 0;
  border-radius:5px;
  text-align:center;
  z-index:9999;
  border-radius:15px
}

#modalcontent
{
	min-height:450px;
	min-width:960px;
	background-size:cover;
	background-position:center;
  	border-radius:15px 15px 0 0;
}

#modaltit
{
	min-height:90px;
	color:#E9580F;
	font-style:italic;
	font-weight:500;
	line-height:20px;
	font-size:15px;
	padding-top:15px;
	position:relative;
	padding-left:140px;
	padding-right:140px;
}

#poparrows
{
	position:absolute;
	min-height:40px;
	z-index:999999;
	width:100%;
	margin-top:20px;
}

#poparrows .arrow
{
	display:block;
	margin:0 auto;
	position:relative;
	left:auto;	
	right:auto;
	width:12px;
}

#poparrows .lefta
{
	left:40px;
	position:absolute;
	top:7px;
	width:80px;
	color:#999999;
	display:block;
	font-size:11px;
	line-height:13px;
	cursor:pointer;
}

#poparrows .righta
{
	right:40px;
	position:absolute;
	top:7px;
	width:80px;
	color:#999999;
	display:block;
	font-size:11px;
	line-height:13px;
	cursor:pointer;
}



/* killing 300ms touch delay */

html
{
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}



/* svg */

svg
{
	fill: currentColor;
	vertical-align: middle;
	pointer-events: none;
}



/* form */


.pageinner a
{
	color:#000000;
	text-decoration:underline;
	font-weight:600;
}

.pageinner a:hover 
{
	opacity: 0.8;
}

.pageinner em
{
	color:inherit;
}

.pageinner p
{
	padding-bottom:20px
}


form
{
	margin:0 auto;
}

form label
{
	letter-spacing:0.5px;
	line-height:20px;
	display:block;
	text-align:left;
	font-size:15px;
}


form input[type='text'], form textarea
{
    background-color: rgba(255, 255, 255, 0.4);
    border: 0px solid #dddddd;
	border-radius:0px;
	line-height:24px;
    padding: 8px 10px;
	letter-spacing:0.5px;
    width: 100% !important;
	margin-bottom:16px;
	margin-top:4px;
}

#subhidden
{
	opacity:0.01;
	position:absolute;
	left:-1000px;
}

form .submit
{
		line-height:42px;
		width:140px;
		text-align:center;
		display:inline-block;
		margin:15px 0 15px !important;
		color:#ffffff !important;
		position:relative;
		border:0;
		z-index:1;
		text-decoration:none  !important;
		background-color:var(--red);
		border-radius:20px !important; 
		font-weight:400;
		font-size:15px;
		padding-top:0px;
		letter-spacing:1px;
		background-color:#000000;
}


form .submit:hover
{
  		background-color: #aaaaaa;
}

.nebutton
{
		line-height:42px;
		text-align:center;
		display:inline-block;
		margin:15px 0 15px !important;
		position:relative;
		border:0;
		z-index:1;
		text-decoration:none  !important;
		background-color:#ffffff;
		border-radius:20px !important; 
		font-weight:400;
		font-size:17px;
		padding:0 15px;
		color:#000000 !important;
}


.nebutton:hover
{
  		background-color: #aaaaaa;
}


form textarea
{
	height:180px;
}

.button-holder
{
	padding-top:20px;
}

#errorhold
{
	display:none;
}

#sex_holder
{
	margin-bottom:20px;
}

.form-group
{
	position:relative;	
	clear:both;
}

.form-group strong 
{
	text-align: left !important;
	font-size:32px;
	font-weight:500;
	width:100%;
	display:block;
	margin-bottom:20px;
}

.alert
{
	color:var(--red);
	font-weight:bold;
}

.padding5
{
	padding-top:10px;
	padding-bottom:10px;
}

#hmobileline
{
	display:none;
}


.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-nav.disabled
{

}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 1;
}

.owl-prev
{
	position:absolute;
	left:-46px;
	top:-48px;
}

.owl-prev span{
  background: url(/front/images/arrow-left.svg) no-repeat scroll 0 0;
  width:36px;
  height:36px;
  display:block;
  color:transparent;
}

.owl-prev span:hover
{
  background: url(/front/images/arrow-left-hover.svg) no-repeat scroll 0 0;
}

.owl-next
{
	position:absolute;
	right:-45px;
	top:-48px;
}

.owl-next span{
  background: url(/front/images/arrow-right.svg) no-repeat scroll 0 0;
  width:36px;
  height:36px;
  display:block;
  color:transparent;
}

.owl-next span:hover
{
  background: url(/front/images/arrow-right-hover.svg) no-repeat scroll 0 0;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input::-ms-reveal	{ display: none; }
input::-ms-clear	{ display: none; }

button,
input[type='submit']
{
	cursor:pointer;
}

input[type="button"], input[type="submit"]
{
   -webkit-appearance: none !important;
   -moz-appearance: none !important;
   appearance: none !important;
   -webkit-border-radius:5px; 
}

input[type="text"],textarea
{
   -webkit-appearance: none !important;
   -moz-appearance: none !important;
   appearance: none !important;
}
