@charset "utf-8";

#PL_privacy {
  margin-top: 10px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  height: auto !important;
  line-height: 1.3em !important;
  cursor: pointer;
  font-size: .8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  color: black;
  font-weight: 700;
  color: #000;
  position:relative;
  z-index: 10;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: #79b2e1;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.privcnt input:checked ~ .checkmark:after {
  display: block;
}
.privcnt .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* oud cookie 
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  padding-top: 6px;
  margin-right: 200px;
  color: #404E68;
}

#siteby a
{
	color: #6e7c97;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #404E68;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #D40C2C;
}

@media all and (max-width: 550px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
  }
}



/* COOKIE MELDING 
#PLCookie * { box-sizing: border-box; }
#PLCookie {
  width: 100%;
  max-width: 500px;
  position: fixed;
  padding: 20px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.55);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.55);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.55);
  background-color: white;
  
  line-height: 150%;
  color: #939393;
}

#PLCookie div {
  margin-top: 20px;
  width: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

#PLCookie h2 {
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #353535;
}

#PLCookie div a {
  width: 48%;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #404E68;
  color: white;
  padding: 10px;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}

#PLCookie div a:hover {
 background-color: #373A3C;
}
*/

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #404E68;
	border: 1px solid #404E68;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #404E68;
	border: 1px solid #404E68;
}

/* NEW COOKIE END */

/* CSS Document */

html, body {
	height:100%; 
	min-height: 100%;
	font-size: .95em;
	color: #3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

.Tu{
	text-transform: uppercase;
}

.Tc{
	text-align: center;
}

.center-table
{
    display: table;
    width: 100%;
    height: 100%;
}

.center-cell
{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.center-element
{
    display: inline-block;
}

#container
{
	position: relative;
	min-height: 100%;
}

header
{
	position: relative;
	margin-bottom: 2px;
	height: 135px;
	border-bottom: 6px solid #B5B5B5;
}

header .home
{
	float: left;
	margin-top: 5px;
}

.BLC{
	color: #404E68;
}

.Colora p a{
	color: #404E68;
}

.linered
{
	background-color: #D40B2B;
	position: absolute;
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
}

#talenenbc
{
	background-color: #404E68;
	height: 20%;
	line-height: 20%;
	position: absolute;
	width: 100%;
	font-size: 1.1275em;
}

#talenenbc ul
{
	float: left;
	margin-top: 5px;
	font-size: .9em;
}

#talenenbc ul, #talenenbc li
{
	line-height: 100%;
	height: 100%;
	display: inline-block;
}

#talenenbc li a
{
	float: left;
	margin-left: 9px;
	border-left: 1px solid #fff;
	color: #fff;
	padding-left: 9px;
	display: block;
}

#talenenbc .center
{
	height: 100%;
}

#talenenbc .fr
{
	margin-left: 4px;
	width: 4%;
}

#talenenbc .fr img
{
	width: 100%;
}

header .center.pr
{
	height: 135px;
	max-width: 1200px;
	width: 94%;
}

header .logo
{
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -300px;
	z-index: 2;
}

#talenenbc .center
{
	max-width: 1200px;
	width: 94%;
}

header .smallball
{
	letter-spacing: -1px;
	z-index: 3;
	position: absolute;
	left: 50%;
	margin-left: 390px;
	bottom: -45px;
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	text-transform: uppercase;
	color: #434D66;
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
	background: url(images/smallball.png) no-repeat;
}

header .ball1
{
	margin-left: 0;
	left: 0;
}

header .ball2
{
	margin-left: 0;
	left: 120px;
}

header .ball3
{
	margin-right: 0;
	right: 120px;
	left: auto;
}

header .ball4
{
	margin-right: 0;
	right: 0;
	left: auto;
}

footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	background-color: #404E68;
}

footer .line
{
	margin-top: 4px;
	height: 5px;
	background-color: #fff;
}

footer #siteby
{
	text-align: center;
	color: #6e7c97;
	margin-top: 39px;
	display: block;
	font-size: .9em;
}

footer #m img
{
	margin-left: 6px;
	border: 1px solid #404E68;
}

footer #m
{
	position: absolute;
	left: 0;
	top: -55px;
	text-align: center;
	width: 100%;
}

#m .center
{
	width: 94%;
	height: 90px;
	overflow: hidden;
	max-width: 1200px;
}

#nieuws.center
{
	width: 94%;
	max-width: 1200px;
}

footer #m a:first-child img
{
	margin-left: 0;
}

#sliderzone
{
	z-index: 1;
}

#hoofdcats article
{
	position: relative;
	float: left;
	width: 240px;
	height: 490px;
}

.linkcontact
{
	color: #404e68;
	line-height: 2em;
}

#hoofdcats article h1
{
	position: absolute;
	height: 189px;
	width: 191px;
	background: url(images/bigball.png) no-repeat;
	text-align: center;
	top: -60px;
	z-index: 5;
	left: 50%;
	margin-left: -95px;
}

#hoofdcats article h2
{
	font-size: 1.2em;
	height: 70px;
	font-weight: bold;
	margin-top: 170px;
	margin-bottom: 25px;
	text-shadow: 0 0 1px #888;
	text-align: center;
	color: #404E68;
	padding: 0 4px;
}


#hoofdcats article h1 span
{
	display: inline-block;
	margin-top: 60px;
	line-height: 56px;
	border-top: 1px solid #404E68;
	border-bottom: 1px solid #404E68;
	width: 100px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #404E68;
	text-shadow: 0 0 1px #394459;
}


#hoofdcats article .c
{
	color: #404e68;
	line-height: 1.7em;
	margin-bottom: 15px;
	text-align: left;
	height: 135px;
	padding: 0 20px;
	overflow: hidden;
}

.lm
{
	color: #404e68;
	font-style: italic;
	float: right;
	margin-right: 20px;
}

.lm span
{
	color: #3f3f3f;
	display: inline-block;
	margin-left: 10px;
	font-style: normal;
}

#hoofdcats .lm
{
	margin-right: 20px;
}


#hoofdcats article h1 span.twolines
{
	line-height: 28px;
}

#hoofdcats article:hover
{
	background-color: #F1F2F7;
	-webkit-box-shadow: 0 0 4px 2px #262E3D;
	box-shadow: 0 0 4px 2px #262E3D;
}

#content
{
	padding-bottom: 65px;
}

#hoofdcats
{
	width: 960px;
	margin: 0 auto;
}

#merken h1, #nieuws h1, #contact h1
{
	font-style: italic;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #404E68;
	margin-top: 120px;
	margin-bottom: 30px;
}

#contact.center, #merken.center
{
	width: 94%;
	max-width: 1200px;
}

#merken .c
{
	line-height: 1.7em;
}

#merken, #nieuws, #contact
{
	margin-bottom: 150px
}

#merken article h2, #nieuws article h2
{
	background-color: #404E68;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
	position: relative;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

#nieuws p
{
	line-height: 1.8em;
	text-align: justify;
	color: #3f3f3f;
	margin: 10px 0 15px 0;
}

#nieuws .lm
{
	margin-right: 0;
	margin-top: 5px;
}

#merken article h2 span
{
	position: absolute;
	right: 12px;
	top: 0;
	font-weight: bold;
}

#quote
{
	height: 270px;
	vertical-align: middle;
	line-height: 1.9em;
	color: #bbb;
	font-size: 2em;
	display: table;
	overflow: hidden;
	text-align: center;
}

#quote div
{
	height: 270px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#merken .merkhover
{
	position: relative;
}

#merken .merkhover .hov
{
	display: none;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	padding: 15px 15px 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #404E68;
	background-color: rgba(255,255,255,.9);
}

#merken .merkhover:hover div
{
	display: block;
}

#merken .merkhover p
{
	line-height: 1.8em;
	padding-bottom: 10px;
	margin-bottom: 6px;
	height: 165px;
	overflow: hidden;
	border-bottom: 1px solid #404E68;
}

#merken .merkhover a
{
	color: #404E68;
}

#merken .merkhover .fr
{
	margin-top: 3px;
}

#nieuwscover
{
	display: block;
	background-color: #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	position: fixed;
	height: 100%;
	min-height: 100%;
	widows: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
}

#nieuwsitem
{
	background-color: #fff;
	position: fixed;
	z-index: 31;
	width: 546px;
	height: 90%;
	padding: 20px;
	left: 50%;
	top: 2%;
	margin-left: -273px;
	overflow-y: auto;

}

#nieuwsitem .nieuwsbar
{
	background-color: #2E3A52;
	height: 15px;
	line-height: 15px;
	padding: 10px;
	width: 526px;
	color: #fff;
	margin-top: 5px;
}

#nieuwsitem .nieuwsbar a
{
	color: #fff;
}

#nieuwsitem h2
{
	color: #404E68;
	margin: 25px 0;
	font-weight: bold;
	font-size: 1.1em;
}

#nieuwsitem .c
{
	line-height: 1.7em;
}

#nieuwsitem .nieuwsbar .fr span, #nieuwsitem .nieuwsbar .fr a
{
	margin-left: 15px;
}

#nieuwsitem .nieuwsbar .prev
{
	font-size: .85em;
	text-transform: uppercase;
	padding-right: 6px;
	border-right: 1px solid #fff;
}

#nieuwsitem .nieuwsbar .next
{
	font-size: .85em;
	text-transform: uppercase;
	padding-left: 6px;
	border-left: 1px solid #fff;
}

#nieuwsitem .nieuwsbar .next span
{
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	float: right;
	margin-left: 5px;
	margin-top: 3px;
}

#nieuwsitem .nieuwsbar .prev span
{
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 3px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #fff;
	float: left;
	margin-right: 5px;
}

#nieuwsitem .nieuwsbar .list
{
	margin: 0 6px;
}

aside
{
	width: 300px;
	height: 561px;
	float: right;
}
 form{
 	width: 300px;
 	float: left;
 	height: auto;
 }

#mymap
{
	margin: 0 340px;
	height: 561px;
	border: 1px solid #404E68;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type="text"], select, textarea
{
	width: 100%;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	color: #333;
	margin-bottom: 12px;
	border: 1px solid #777;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

textarea
{
	line-height: 1.3em;
	padding: 5px 10px;
	height: 100px !important;
}

select
{
	color: #777;
}

input[type="submit"]
{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #404E68;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	margin-top: 10px;
	height: 45px;
	line-height: 45px;
	border: 0;
	font-weight: bold;
}

#contact .i30
{
	width: 37%;
	float: left;
}

#contact .i70
{
	width: 60%;
	float: left;
	margin-left: 3%;
}

aside h2
{
	margin-top: 30px;
	color: #404E68;
	font-size: 1.3em;
	font-weight: bold;
}

address
{
	color: #404e68;
	background: url(images/bgaside.png) no-repeat 30px 52px;
}

address p
{
	margin: 25px;
	padding-left: 70px;
	line-height: 1.6em;
}

address a
{
	color: #404e68;
}

address span
{
	display: inline-block;
	width: 45px;
}

.errors
{
	color: #404E68;
	margin-left: 15px;
	list-style-type: disc;
	line-height: 2em;
	margin-bottom: 10px;
}

#resslider
{
	display: none;
}

@media all and (max-width: 1100px) {
	#mymap
	{
		height: 320px;
		margin: 0;
		clear: both;
	}

	form, aside
	{
		margin-bottom: 25px;
		width: 48.5%;
	}

	#merken h1, #nieuws h1, #contact h1
	{
		margin-top: 80px;
	}

	#prev
	{
		margin-left: -415px !important;
	}

	#next
	{
		margin-left: 380px !important;
	}
}

@media all and (max-width: 980px) {
	#hoofdcats article
	{
		width: 45%;
		margin-left: 2.5%;
		height: auto;
		margin-top: 80px;
		background-color: #F1F2F7;
		-webkit-box-shadow: 0 0 4px 2px rgba(38, 46, 61, .6);
		box-shadow: 0 0 4px 2px rgba(38, 46, 61, .6);
	}

	#hoofdcats
	{
		width: auto;
	}

	#hoofdcats article .c
	{
		height: auto;
	}

	#hoofdcats .lm
	{
		margin-bottom: 20px;
	}

	#hoofdcats
	{
		margin-bottom: 90px;
	}
}

@media all and (max-width: 885px) {
	header nav
	{
		position: absolute;
		top: 140px;
		left: 0;
		width: 100%;
		display: none;
		z-index: 100;
		background-color: #B5B5B5;
	}

	#res
	{
		float: right;
		margin-top: 80px;
		width: 35px;
		position: relative;
		z-index: 5;
		cursor: pointer;
	}

	#res > span, #res:before, #res:after
	{
		content: '';
		display: block;
		height: 5px;
		margin-top: 6px;
		background-color: #404E68;
	}

	.center nav .smallball
	{
		position: static;
		text-align: center;
		display: block;
		background: #fff none;
		font-size: 2.5em;
		height: 3em;
		line-height: 3em;
		width: auto;
		margin: 0;
		border-bottom: 6px solid #fff;
	}

	.center nav .ball3, .center nav .ball4
	{
		border-bottom: 6px solid #B5B5B5;
	}

	.center nav .smallball:hover, .center nav .smallball.active
	{
		background: #404E68;
		border-bottom: 6px solid #B5B5B5;
		color: #fff;
	}

	.center nav .ball3, .center nav .ball4
	{
		border-top: 6px solid #404E68;
		float: left;
		width: 50%;
		background-color: #B5B5B5;
	}

	#resslider
	{
		display: block;
		width: 100%;
	}

	#sliderzone
	{
		display: none;
	}
}

@media all and (max-width: 750px) {
	#hoofdcats article
	{
		width: 95%;
		height: auto !important;
	}
}

@media all and (max-width: 700px) {
	#talenenbc
	{
		display: none;
	}

	header .logo
	{
		top: 0;
	}

	form, aside
	{
		display: block;
		margin: 20px auto;
		float: none;
		width: 100%;
	}

	aside
	{
		max-width: 315px;
	}

	#merken h1, #nieuws h1, #contact h1
	{
		margin-top: 45px;
	}

	footer
	{
		height: 90px;
	}
}


@media all and (max-width: 580px) {
	header .logo
	{
		margin-left: 0;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		width: 115%;
	}

}@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 2%;
	margin-bottom: 2%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

.four-row-grid>*:nth-child(4n+1)
{
	clear: left;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(3n+1)
	{
		clear: left;
	}

	.four-row-grid>*:nth-child(4n+1)
	{
		clear: none;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}


	.four-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.four-row-grid>*:nth-child(2n+1)
	{
		clear: none;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}/**********************************************************************************************************
*********************************************FORMS*********************************************************
**********************************************************************************************************/
input:invalid, input:-moz-submit-invalid
{
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

/**********************************************************************************************************
******************************************MULTISLIDER******************************************************
**********************************************************************************************************/
.loctek-multislider
{
        position: relative;
        overflow: hidden;
}

.loctek-multislider>div
{
        position: relative;
        top: 0;
        left: 0;
}

/**********************************************************************************************************
*******************************************LIGHTBOX********************************************************
**********************************************************************************************************/
.loctek-lightbox
{
        position: fixed;
        background-color: #fff;
        z-index: 100;
        padding: 0 !important;
        left: 50%;
        top: 50%;
        overflow: hidden;
        border: 4px solid #00638F;
        border-radius: 8px;
        -wekkit-border-radius: 8px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.loctek-lightbox-tabs
{
        list-style-type: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
}
.loctek-lightbox-tabs li
{
    float: right;
    margin-right: 5px;
    display: inline-block;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    -webkit-box-shadow: 0px 2px 2px 1px #ccc;
    box-shadow: 0px 2px 2px 1px #ccc;
    background-color: #fff;
    padding: 3px 8px;
    cursor: pointer;
}

.loctek-lightbox-left, .loctek-lightbox-right
{
        height: 100%;
        width: 50%;
        position:absolute;
        top: 0;
        left: 0;
        background-image: url(images/trans.png);
}

.loctek-lightbox-loader
{
    margin-left: 8px !important;
    margin-top: 10px !important;
}

.loctek-lightbox-right
{
        left: 50%;
}

.loctek-lightbox
{
        position: fixed;
        background-color: #fff;
        z-index: 100;
        padding: 0 !important;
        left: 50%;
        top: 50%;
        overflow: hidden;
}


.loctek-lightbox-cover
{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #000;
        width: 100%;
        height: 100%;
        z-index: 99;
}

/**********************************************************************************************************
********************************************SLIDER*********************************************************
**********************************************************************************************************/
.loctek-slider
{
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    box-sizing: border-box;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
}

.loctek-slider>*
{
	position: absolute;
}

.loctek-slider-controls
{
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.loctek-slider-controls li
{
	cursor: pointer;
	list-style-type: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 16px;
	height: 16px;
	margin: 0 10px;
	background-color: #fff;
	background-image: linear-gradient(bottom, rgb(232,232,232) 13%, rgb(217,217,217) 88%);
	background-image: -o-linear-gradient(bottom, rgb(232,232,232) 13%, rgb(217,217,217) 88%);
	background-image: -moz-linear-gradient(bottom, rgb(232,232,232) 13%, rgb(217,217,217) 88%);
	background-image: -webkit-linear-gradient(bottom, rgb(232,232,232) 13%, rgb(217,217,217) 88%);
	background-image: -ms-linear-gradient(bottom, rgb(232,232,232) 13%, rgb(217,217,217) 88%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(232,232,232)),
		color-stop(0.88, rgb(217,217,217))
	);
	-webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
}

.loctek-slider-controls li.active
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #000;
	border-width: 3px;
	width: 18px;
	height: 18px;
	border-color: #fff;
}

/**********************************************************************************************************
********************************************TOOLTIP********************************************************
**********************************************************************************************************/
.loctek-tooltip
{
	position: fixed;
	left: 0;
    top: 0;
	margin-top: -120px;
	background-image: url("images/tooltip.png");
    height: 132px;
    width: 390px;
    display: none;
}
/*
.loctek-tooltip:before
{
	content: '';
	position: absolute;
	left: -16px;
	top: 4px;
    width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:15px solid #333;
}



.loctek-tooltip.right:before
{
	right: -16px;
	left: auto;
	top: 4px;
	border-left:15px solid #333;
	border-right: none;
}*/

/**********************************************************************************************************
********************************************TICKER*********************************************************
**********************************************************************************************************/
.loctek-ticker
{
	position: relative;
	overflow: hidden;
	text-align: center;
}

.loctek-ticker>*
{
	position: absolute;
	width: 99%;
}

/**********************************************************************************************************
**************************************TRANSPARENT SLIDER***************************************************
**********************************************************************************************************/
.loctek-transparent-slider
{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.loctek-transparent-slider-item
{
    float: left;
}

.loctek-transparent-slider-container
{
    width: 60000px;
    position: absolute;
    left: 50%;
}