/* CSS file generated by Responsify */
/* Columns: 3, Gutter Width: 1.5, Breakpoints:  */ 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

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




#balk {
  background: #6d3a60 none repeat scroll 0 0;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}


a {
   outline: 0;
}

body {
	font-family: agenda, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	color: #777;
}

.hideme
{
    /*opacity:0;*/
    float:left;
    width:100vw;
    min-height:50px;
}
	.ombox{
    float:left;
    width:100vw;
    min-height:50px;

		}


h1 {
  color: #084a5d;
  font-family: "kopik", sans-serif;
  font-size: 40px !important;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 60px;
  margin-bottom: 30px;
}

h2 {
	color: #b48843;
	font-family: "kopik", sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 40px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.contentkleur h2{
  line-height: 30px;	
}

h3 {
  color: #b48843;
  font-family: "kopik", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
}

h4 {
  color: #084a5d;
  font-family: "kopik", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
}


.grotefoto {
    margin-bottom: 40px;
    overflow: hidden;
    max-height: 706px;
    position: relative;
    -webkit-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-moz-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);

}
.grotefoto > img {
    margin-top: 0vh;
    margin-bottom: 0 !important;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.wsblok {
	border: 1px solid #084a5d;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 20px;
	width: calc(33% - 60px);
	float: left;
	margin-left: 20px;
	min-height: 540px;
}
.wslink a {
	background: #b48843;
	color: #fff;
	padding: 6px 20px;
	margin-top: 20px;
	float: right;
	border-radius: 8px;
}

.wslink a:hover {
	background: #cda669;
	color: #fff;
	padding: 6px 20px;
	margin-top: 20px;
	float: right;
	border-radius: 8px;
}
.sitemap.menu-top {
  list-style: none;
}
.sitemap li {
  margin-bottom: 20px;
  margin-left: 0 !important;
}


@media screen and  (min-width: 768px)  and (max-height: 750px){
.grotefoto {
max-height: 80vh;
}
.grotefoto > img {
    margin-top: -16vh;
}

}

@media screen and (max-width: 1100px) and (max-height: 750px){
.grotefoto {
max-height: 80vh;
}
}


@media screen and (max-width: 1100px){
.grotefoto {
max-height: 63vw;
}
}





.kolommen2{
    -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;
    
}
@media screen and (max-width: 768px){

.kolommen2{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    
        -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
    
}
	
}
hr {
    background: #084a5d;
    border: medium none;
    color: #084a5d;
    height: 1px;
}

a {
    text-decoration: none;
    color:#084a5d;
}
a:hover {
    text-decoration: underline;
        color:#e69b41;
}

.modal-message {
  white-space: pre-line;
}

.infoblokwrap{
float:left;
color: #ffffff;
padding:4%;
width:calc(92% - 2px);
/*border: solid 1px #b67693;*/
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background:rgba(216, 137, 42, 1) none repeat scroll 0 0 ;
}

.infoblokwrap a{
    color: #ffffff;
}	
.infoblokwrap a:hover{
    color: #ffffff;
}	
	
.infoblokwrap > h2 {
    color: #ffffff;
    margin-top: -20px;
}
.infoblokwrap > h23 {
    color: #ffffff;
}


.vak{
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;	
color: #ffffff;
padding:2%;
}
.vak a{
    color: #ffffff;
}	
.vak a:hover{
    color: #ffffff;
}	
	
.vak > h2 {
    color: #ffffff;
    margin-top: -20px;
}
.vak > h23 {
    color: #ffffff;
}





#img {
  max-width: 100% !important;
  height: auto !important;
}
.et-waypoint.et_pb_animation_top.et-animated {
	max-width: 100% !important;
	height: auto !important;
	margin-bottom: 30px;
	margin-top: 20px;
}

img[align="left"],
img[style*="float: left"],
img[style*="float:left"]{
    margin: 0 15px 0px 0px;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"]{
    margin: 0 0px 0px 15px;
}

td {
    vertical-align: top;
}

#adreswrap img {
  max-width: 90%;
  height: auto !important;
}

a img {   
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;	
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a img:hover {
zoom: 0;
filter: alpha(opacity=50);
transform:scale(1.1);
}




nav ul, nav li { margin: 0; }

  
.span1, .span2, .span3{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
  margin-left: 1.5%;
}

.col:first-child {
  margin-left:0;
}

.colr{
  margin-left: 1.5%;
}

.shader{	
-webkit-box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.33);
-moz-box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.33);
box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.33);
}



.ctaknop{
  font-size: 20px;
  color:#ffffff;
  text-decoration: none;
  -webkit-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
  -moz-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
  box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: width 0.2s, font-size 0.2s;
  -moz-transition: width 0.2s, font-size 0.2s;
  -o-transition: width 0.2s, font-size 0.2s;
  transition: width 0.2s, font-size 0.2s;
}


.ctaknop:hover{
	  color:#ffffff;
  text-decoration:none;
    font-size: 21px;
    width:100%;
    
}




#logo {
	height: auto;
	left: calc(50vw - 500px);
	margin: 0 auto;
	max-width: 250px;
	position: absolute;
	top: 100px;
	opacity: 0;
	margin-top: 20px;
	z-index: 99;
	width: 12vw;
	min-width: 300px;
}
#logo img {
  max-width: 20vw;
}
@media screen and (max-width: 1340px){
#logo {
    left: 80px;
}
#logo img {
	max-width: 18vw !important;
}
}

@media screen and (max-width: 860px){
#logo {
    left: 40px;
}

}


@media screen and (max-width: 768px){
#logo {
    left: 3vw;
    top: 10px;
}

.kolomrechts {
    margin-top: -35px !important;
}


#logo img {
  max-width: 25vw;
}
	
}



#socialbar {
  color: #888888;
  float: left;
  height: 44px;
  padding: 15px 20px;
  position: absolute;
  right: 10px;
  top: -50px;
  z-index: 999999999;
  opacity:0;
}
#socialbar img {
    vertical-align: middle;
}

@media screen and (max-width: 1100px){
#socialbar {
    right:2%;

}	
}
@media screen and (max-width: 768px){
#socialbar {
display:none;

}

	
}





#menu {
  float: left;
  height: 60px;
  max-height: ;
  min-height: ;
  width: 100%;
  z-index: 99999999;
  background: #6d3a60;
}

.mobmenu {
	
display:none;	
}
#seg0{
	width:100%;
	float: left;
	margin-top:20px;
	opacity:0;
}

#seg0 img {
  height: auto !important;
  margin-bottom: 30px;
  max-width: 100%;
}

#seg1{
	width:100%;
	float: left;
	margin-top:20px;
	opacity:0;
}

#seg1 img {
  height: auto !important;
  margin-bottom: 30px;
  max-width: 96vw;
-webkit-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-moz-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
border-radius: 8px;
}

#seg1top {
	width: 100%;
	height: 100px;
	background: url('images/seg1top.png');
	margin-top: -50px;
	background-size: 1400px;
	background-repeat: repeat-x;
}


#seg1 ul {
	display: table;
}
#seg1 li {
    margin-left: 30px;
}

#golfbottom {
	width: 100%;
	height: 100px;
	background: url('images/seg1top.png');
	bottom: 112px;
	background-size: 1400px;
	background-repeat: repeat-x;
	transform: rotate(180deg);
	position: absolute;
}

#seg2 {
    background: rgba(213,135,51,1) none repeat scroll 0 0;
    float: left;
    padding: 50px 0;
    width: 100%;
    color: #ffffff;
}

#seg2 h1{
color:#ffffff;	
}
#seg2 h2{
color:#ffffff;	
}


#seg2 img {
  height: auto !important;
  margin-bottom: 30px;
  max-width: 96vw;
-webkit-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-moz-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
}



#seg2 ul {
	display: table;
}
#seg2 li {
    margin-left: 30px;
}

#seg3 {
    float: left;
    padding: 50px 0;
    width: 100%;
}

#seg3 img {
  height: auto !important;
  margin-bottom: 30px;
  max-width: 96vw;
-webkit-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-moz-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
}



#seg3 ul {
	display: table;
}
#seg3 li {
    margin-left: 30px;
}



.noshade {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}



.fotoslide img{
	opacity:1 !important;
}

  .grid-sizer,
.grid-item { 
	width: 32%; 
	background:#f5f5f5;
	padding-top: 20px; 
	margin-bottom: 20px; }

.gutter-sizer { width: 2%; }

@media screen and (max-width: 900px){
	
  .grid-sizer,
.grid-item { 
	width: 49%;
	margin-bottom: 20px; }

.gutter-sizer { width: 2%; }	



	
}

@media screen and (max-width: 500px){
	
  .grid-sizer,
.grid-item { 
	width: 100%;
   	margin-bottom: 20px; }

.gutter-sizer { width: 0; }	
	
}


.langeberichtfoto{
	width:100%; 
	height:auto; 
	margin-top: 7px;
	float: left;
    margin-right: 20px;
}


.allebloglink{
  border-bottom: 2px dotted;
    border-color:#888888;
  float: left;
  margin-top: 50px;
  padding-bottom: 70px;
  padding-top: 69px;
  text-align: right;
  width: 100%;
}

/*   masonry */

#container {
  padding: 0px;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  max-width: 1320px;
}
.nwsbox { 
background:#f5f5f5;
padding:20px;
}

.centered { 
  margin: 0 auto; 
}

.box {
  margin: 5px 10px 5px 0;
  /*background: #D8D5D2;*/
  line-height: 1.4em;
  float: left;
}

.box h2 {
  font-size: 28px;
}

.box img,
#tumblelog img {
  display: block;
  width: 100%;
  	max-width: 100%;
	opacity:1 !important;
	-webkit-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-moz-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
}

.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}


.col1 { width: 180px; }
.col2 { width: 250px; }
.col3 { width: 350px; }
.col4 { width: 440px; }


.col1 img { max-width: 180px; }
.col2 img { max-width: 250px; }
.col3 img { max-width: 348px; }
.col4 img { max-width: 440px; }

@media screen and (max-width: 768px){


#seg1 img{
	max-width:100% !important;
	height:auto !important;
	margin-left:0 !important;
	margin-right:0 !important;
}


.ctaknop {
  display: block;
  width: calc(100% - 40px);
  font-size: 18px;
  margin-left:0%;
}
.ctaknop:hover{
   width:90%;
   font-size: 20px;
   maergin-left:0%;
    
}

#balk {
	display:none;
}

#container {
	width:100% !important;
}
.box {
  margin: 5px 0px;
}
.col3 {
  float: left;
  width: 97%;
  padding: 0;
  height: auto;
}
.col3 img {
  max-width: 100%;
}



.desktopfoto{
display:none;
}
.mobfoto{
display:block;
	
}

}



/*nieuws*/


.newsitem {
  float: left;
  min-height: 430px;
  margin-bottom: 40px;
}

.newsitem h2 {
    font-size: 30px;
}

.newsitemmarge{
	margin:1%; 
	width:98%; 
	float:left; 
}

.newsfoto {
margin: 20px 0;

}

.newsbericht {
  min-height: 120px;
}

.newslink {
text-align:center;
}

.newslink img {
	opacity: 1 !important;
}

.newsfotogroot{
	max-width: 720px;
	height:auto;
	overflow:hidden;
	float:left;
}

.newsberichtlang {
	width:345px;
  min-height: 100px;
  float:left;
  margin-left:15px;
}
.newsberichtlang > p {
  margin-top: -6px;
  padding: 0;
}

.blogknopdesk{
margin-top:0px;
	
}

.blogknopmob{
display:none;
	
}



/*  overons */
.overonsitem {
  float: left;
  min-height: 230px;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 2px dotted;
  border-color:#888888;
}

.overonsitem h2 {
    font-size: 25px;
}
.overonsitem h3 {
    font-size: 21px;
}



.overonsfoto {
    float: left;
    height: auto;
    margin: 7px 40px 20px 0;
    max-width: 550px;
    width: 30%;
}

.overonsbericht {
    float: left;
    min-height: 120px;
    width: calc(70% - 40px);
}


.overonsfoto2 {
	margin: 20px 0;
	max-width: 550px;
	height: auto;
	float: right;
	width: 30%;
	margin-left: 40px;
	margin-top: 7px;
}
.overonsbericht2 {
	min-height: 120px;
	float: left;
	width: calc(70% - 40px);
}

.overonstitel > h2 {
  margin-top: 5px;
}



/*social*/


#segsoc{
	width:100%;
	float: left;
}

#socialshare {
  float: left;
  height: 50px;
  margin-top: 30px;
  width: 100%;
  max-width: 1080px;
}

.soc {
    padding-right: 10px;
}
.a2a_kit.socs {
  float: right;
  height: 30px;
  text-align: right;
  width: auto;
}
.deelregel {
  color: #888888;
  float: right;
  font-size: 16px;
  margin-top: 8px;
  padding-right: 10px;
  width: auto;
}
#segcontact{
	width:100%;
	float: left;
	background:url("images/grijs.png") repeat;
}

#segcontact h2{
    color: #007d8f;
    margin:40px 0;	
}

#segcontact h3{
	margin:10px 0;	
}

#golfgrijs {
  background: rgba(0, 0, 0, 0) url("images/golfgrijs.png") repeat-x scroll center bottom;
  height: 63px;
  margin: 0 auto;
  padding: 0;
  width: 100vw;
  float:left;
}
#golfgrijs_b {
  background: rgba(0, 0, 0, 0) url("images/golfgrijs_b.png") repeat-x scroll center bottom;
  height: 63px;
  margin: 0 auto;
  padding: 0;
  width: 100vw;
  float:left;
}

.golfblue {
  background: rgba(0, 0, 0, 0) url("images/golfblue.png") repeat-x scroll center bottom;
  height: 63px;
  margin:30px auto 0;
  padding: 0;
  width: 100vw;
  float:left;
}
.golfblue_b {
  background: rgba(0, 0, 0, 0) url("images/golfblue_b.png") repeat-x scroll center bottom;
  height: 63px;
  margin: 0 auto;
  padding: 0;
  width: 100vw;
  float:left;
}





#seg3{
	width:100%;
		float: left;
}

#segbollen{
	width:100%;
	float: left;
	background:#f7f7f7;
	
}
#segreviews{
	width:100%;
	float: left;
	
}
#segnieuwsbrief {
  background: #e8e8e8 none repeat scroll 0 0;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}


#seg3{
	width:100%;
		float: left;
}

#logobottom {
	float: left;
	margin-bottom: -130px;
	margin-top: 60px;
	min-height: 100px;
	text-align: center;
	width: 100%;
	position:relative;
}

#logobottom img {
	max-width: 284px;
}


#adres {
	background: #6d3a60;
	float: left;
	min-height: 200px;
	text-align: center;
	width: 100%;
	padding-top: 113px;
}
#copy{
	width:100%;
	float: left;
}

.span1{
  width: 32.3333333333%;
  
}
.span2{
  width: 66.1666666667%;
  
}
.span3{
  width: 100%;
  margin-left: 0;
}
.spanrechts1{
	float:right;
	width: 32.3333333333%;
}
.spanrechts2{
	float:right;
	width: 66.1666666667%;
}

.blok{
  width: 33.333333%;
  float:left;
  position:relative;
  
}

.circle {
  position: relative;
  width: 90%;
  height: 0;
  padding: 45% 0;
  margin: 1em auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.circle > img  {
  left: 0;
  max-width: 300px;
  position: absolute;
  top: 0;
  width: 100%;
}
.circle img {
    max-width: 100%;
}

.circle > a {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.content {
  float: left;
  height: 100%;
  padding-top: 0;
  text-align: center;
  width: 100%;
}

.content.blogtekstblok p {
    margin-bottom: 0;
}

.content img  {
  width: 90%;
  
}


.content h2{
	text-transform: uppercase;
	margin-bottom: 0px;
}
.content a {
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: color 0.2s, font-size 0.2s;
  -moz-transition: color 0.2s, font-size 0.2s;
  -o-transition: color 0.2s, font-size 0.2s;
  transition: color 0.2s, font-size 0.2s;
}
.content a:hover{
  text-decoration:none;

}
.content h2 {
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: color 0.2s, font-size 0.2s;
  -moz-transition: color 0.2s, font-size 0.2s;
  -o-transition: color 0.2s, font-size 0.2s;
  transition: color 0.2s, font-size 0.2s;
  margin-bottom:0px;
}

.content h2 a {
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: color 0.2s, font-size 0.2s;
  -moz-transition: color 0.2s, font-size 0.2s;
  -o-transition: color 0.2s, font-size 0.2s;
  transition: color 0.2s, font-size 0.2s;
  margin-bottom:0px;
}
.content h2 a:hover{
  text-decoration:none;

}

.blogtekstblok {
    margin-left: 10%;
    width: 80%;
}






.content a{

}

.content a:hover{

}

.content span {
  vertical-align: middle;
  display: inline-block;
}


.half{
  width: 49.25%;
  float:left;
  
}
.infohalf {
  float: left;
  margin-top: 90px;
  width: 30%;
}
.infohalf2 {
  float: right;
  margin-top: 90px;
  width: 32%;
}
.kwart{
  width: 23.875%;
  float:left;
  
}

#driekolommen img {
    border-radius: 50%;
    width: 70%;
    max-width: 300px;
}


p{
    font-size: 1em; /* 14 / 14 */
    line-height: 1.5em; /* 21 / 14 */
    margin-bottom: 1.5em; /* 21 / 14 */
}

#fotokolom,  #driekolommen, #tweekolommen, #vierkolommen, .inner{
  margin: 0 auto;
  max-width:100%;
  padding: 0;
}
.kolomrechts {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 2% 0 2%;
	margin-top: -60px;
}


.kolomrechts2{
  margin: 0 auto;
  max-width:1200px;
  padding: 0 2% 0 2%;
}



#kolommidden{
  margin: 0 auto;
  max-width:550px;
  padding: 0 2% 0 2%;
}

#kolommidden h3 {
  color: #ffffff;
}

#kolommidden ul {
    list-style-image: url(images/bulletwit.png);
    margin-bottom: 20px;
}
.infoblokwrap ul {
    list-style-image: url(images/bulletwit.png) !important;
    margin-bottom: 20px;
}
.vak ul {
    list-style-image: url(images/bulletwit.png) !important;
    margin-bottom: 20px;
}


.kolomrechts2 ul {
    list-style-image: url(images/bullet.png);
    margin-bottom: 20px;
}


#kolomsoc{
  margin: 0 auto;
  max-width:1100px;
  padding: 0 2% 0 2%;
}

#kolomcontact{
  margin: 0 auto;
  max-width:1200px;
  padding: 0 2% 0 2%;
}
#bollenwrap {
  margin: 0 auto 20px;
  max-width: 1200px;
  min-height: 100px;
  padding: 50px 2% 0px;
  text-align: center;
}
.bollenwrapkop{
  font-size: 34px;
  margin-bottom: 44px;	
}


#bollenwrap > h2 {
  margin-bottom: 40px;
}


.bollentext{
font-style:italic;	
}

#reviewwrap {
  margin: 0 auto 50px;
  max-width: 1100px;
  min-height: 120px;
  padding: 40px 2% 0px;
}

#reviewwrapknop {
  margin-top: 40px;
  float: left;
  width: 100%;
}

#reviewwrapknop a {
  background: #b67693 none repeat scroll 0 0;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
    -webkit-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-moz-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
transition: all 0.2s ease-in-out 0s;
}
#reviewwrapknop a:hover {
  background: #d9a1ba none repeat scroll 0 0;
  text-decoration: none;
    color: #ffffff;

}

.leesmeerknop {
  background: #084a5d none repeat scroll 0 0;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
    -webkit-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-moz-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
transition: all 0.2s ease-in-out 0s;
}
.leesmeerknop:hover {
	  color: #ffffff;
  background: #dfa86d none repeat scroll 0 0;
  text-decoration: none;

}

.leesmeerknop2 {
  background: #084a5d none repeat scroll 0 0;
  color: #ffffff;
  padding: 14px 20px;
  text-decoration: none;
    -webkit-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-moz-box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
box-shadow: 2px 40px 36px -23px rgba(0,0,0,0.33);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
transition: all 0.2s ease-in-out 0s;
}
.leesmeerknop2:hover {
	  color: #ffffff;
  background: #dfa86d none repeat scroll 0 0;
  text-decoration: none;

}


#nieuwsbriefwrap {
  margin: 0 auto 10px;
  max-width: 1100px;
  min-height: 20px;
  padding: 10px 5%;
  width: 90%;

}


.blokje {
  color: #ffffff;
  text-align: center;
  width: 80%;
  padding: 0 10%;
}

.blokjetitel {
  min-height: 90px;
}

.blokjetekst{
  min-height: 380px;
}
.blokjelink{
  min-height: 50px;
}
.blokje h2 {
  color: #ffffff;
}
.blokje h3 {
  color: #ffffff;
}
.blokje h4 {
  color: #ffffff;
}

.blokje img{
display:inline !important;	
}

.knopje {
  	background: rgba(0,126,143,1) none repeat scroll 0 0;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  padding: 15px 0;
  text-decoration: none;
  width: 70%;
  transition: all 0.2s ease-in-out 0s;
}
.knopje:hover {
	color: #ffffff;
  background: rgba(0,0,0,1) none repeat scroll 0 0;
	text-decoration: none;
}

#mailchimptekst h4 {
  color: #888888;
  font-size: 30px;
  margin-bottom: -6px;
  padding: 24px 0;
  font-weight:300;
}
#mailchimptekst {
	color: #888888;
	float: left;
	width: 100%;
	text-align: center;
}
#mailchimpnaam {
  float: left;
  width: 30%;
}
#mailchimpemail {
  float: left;
  width: 30%;
}
#mailchimpknop {
  float: left;
  width: 30%;
}
.mailchimpspacer {
  float: left;
  width: 4%;
  min-height:40px;
}

.mailchimpnaamveld {
  border: medium none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 300;
  padding: 19px 5%;
  width: 90%;
}
.mailchimpemailveld {
  border: medium none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 300;
  padding: 19px 5%;
  width: 90%;
}

.mailbutton {
  background: #1b6f8d none repeat scroll 0 0;
  border: medium none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
	float: right;
    font-size: 17px;
    padding: 20px;
    text-align:center;
  transition: all 0.5s ease-in 0s;
-webkit-box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.35);
box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.35);

}
.mailbutton:hover {
      background: #3198bc;

}

.mailchimpbutton {
  background: #30819e none repeat scroll 0 0;
  border: medium none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
	float: right;
    font-size: 17px;
    padding: 19px 0;
    width: 100%;
    text-align:center;
  transition: all 0.5s ease-in 0s;
-webkit-box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.35);
box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.35);

}
.mailchimpbutton:hover {
      background: #3198bc;

}

#adreswrap {
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 50px;
  padding: 40px 2% 0;
}
#adreswrap a{
	  color: #ffffff;
	  text-decoration:none;
}
#adreswrap a:hover{
	  color: #ffffff;
	  text-decoration:underline;
}


#adresdt{	
display:block;
}
#adresmob{
display:none;
}


#copywrap{
  margin: 0 auto;
  max-width:1100px;
  padding: 0 2% 0 2%;
  height:50px;
  text-align: right;
    color: #ffffff;
     font-size: 12px;
}
#copywrap a{
	  color: #ffffff;
	  text-decoration:none;
}
#copywrap a:hover{
	  color: #ffffff;
	  text-decoration:underline;
}




#container{
  clear: both;
  padding-top: 20px;
}

.alt{
  color: #fff;
  color: rgba(255,255,255, 0.9);
  letter-spacing: 0.05em;
}



/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (min-width: 1600px){
#menu {
padding-top: ;
}
}

@media screen and (max-width: 1600px){
	
	#headergolf {
  background-image: url("images/golfwit.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: -1px;
}


#golfgrijs {
  background-image: url("images/golfgrijs.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#golfgrijs_b {
  background-image: url("images/golfgrijs_b.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 0;
}

.golfblue {
  background-image: url("images/golfblue.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.golfblue_b {
  background-image: url("images/golfblue_b.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 0;

}

}

	
	






@media screen and (max-width: 768px){

h1 {
  font-size: 48px;
}


#menu {
  margin-bottom: 100px;
}	

.blogknopdesk {
    display: none;
}

.blogknopmob {
    display: block;
}

	
	
#logo img {
  max-width: 50vw;
  width: 180px;
}

	table{
	max-width:100% !important;	
	}
	
  nav .span1{
    width: 100%;
  }

  .span2, article{
    width: 100%;
  }

  .span1, aside{
    width: 100%;
    margin-left: 0;
  }
  .spanrechts1{
	width: 100%;
  }
  .spanrechts2, aside{
	width: 100%;
  }
	
  .blok{
  	width: 100%;
  }
  .blok, aside{
    width: 100%;
    margin-left: 0;
  }

  .half{
  	width: 100%;
  }
  .half, aside{
    width: 100%;
    margin-left: 0;
  }
  
  #mailchimptekst {
  float: left;
  width: 100%;
}
#mailchimpnaam {
  float: left;
  width: 100%;
}
#mailchimpemail {
  float: left;
  width: 100%;
}
#mailchimpknop {
  float: left;
  width: 100%;
}
.mailchimpspacer {
display:none;
}

.langeberichtfoto{
	width:100%; 
	height:auto; 
	margin-top: 7px; "
}



  
   .infohalf{
  	width: 100%;
  	margin-top:300px;
  }
  .infohalf2{
    width: 100%;
    margin-left: 0;
    margin-top:50px;
  }
  
  .kwart{
  	width: 100%;
  }
  .kwart, aside{
    width: 100%;
    margin-left: 0;
  }
  
#header {
  padding: 0;
  width: 100%;
}

.blokje {
  color: #ffffff;
  padding: 0 20%;
  text-align: center;
  width: 60%;
}

.kolomrechts,.kolomrechts2, #driekolommen, #tweekolommen,#vierkolommen, .inner{
    width: 90%;
    padding: 0 5% 0 5%;

  }
  
  .content img  {
  width: 60%;
}


  #adreswrap{
  margin: 0 auto;
  width: 90%;
  padding: 0 5% 0 5%;
  min-height:50px;
}

#adresdt{
display:none;
}
#adresmob {
  display: block;
  padding: 40px 0 0;
}

#copywrap{
  margin: 0 auto;
  width: 90%;
  padding: 0 5% 0 5%;
  height:50px;
  text-align: center;
}

.circle {
  width: 100%;
  height:auto;
    border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
}



.circle > img {
  left: calc(50vw - 150px);
  max-width: 300px;
  position: absolute;
  top: 0;
  width: 100%;
}
.content {
    padding-top: 35px;
}
.content_l {
    margin-top: 20px;
}

#navcontainer {
    display: none;
}
#nav {
    display: none;
}

#navcontainer {
  display: none;
}


.mobmenu {
  display: block;
  float: right;
  height: 40px;
  margin: 0 auto;
  width: 35px;
}
.hlink{
	height:30px;
	width:12%;
	float:right;

}
.tlink{
	height:30px;
	width: 15%;
	text-align:center;
	margin-bottom:15px;
}
.mlink{
	height:30px;
	width: 15%;
	text-align:center;
}
.glink{
	height:30px;
	width: 15%;
	text-align:center;
}


.taal {
  float: right;
  height: 28px;
  position: relative;
  top: 24px;
  width: 127px;
  z-index: 999999999;
}

.overonsfoto {
	margin: 20px 0;
	max-width: 100%;
	height: auto;
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-top: 9px;
}
.overonsbericht {
	min-height: 120px;
	float: left;
  max-width: 100%;
}
.overonsbericht2 {
	min-height: 120px;
	float: left;
  max-width: 100%;
}

.overonsfoto {
    float: left;
    height: auto;
    margin: 0;
    max-width: 550px;
    width: 100%;
    margin-top:20px;
    margin-bottom:30px;
}
.overonsfoto2 {
    float: left;
    height: auto;
    margin: 0;
    max-width: 550px;
    width: 100%;
    margin-top:20px;
    margin-bottom:30px;
}


}

@media screen and (max-width: 480px){
	
  nav ul li{
    width: 100%;
    margin: 0 0 5px 0;
  }

  nav a{
    margin: 0;
    padding: 14px 0 14px 0;
  }
  
  .mobnav{
  	display:block;
  	width: 100%;
    background:red;
    height:30px;
  }
  
  
  
  .contactfoto{
  	width:100% !important;
  	height: auto !important;
  	
  }
  
  
  
}

/* Custom Breakpoints */

@media screen and (max-width: px) {
 /* Add your styles for devices with a maximum width of  */
}


/* Micro Clearfix */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}






/*formulier */


.mpform_radio_label {
  font-weight: normal;
}


input {
    margin-top: 10px;
}
select {
    margin-top: 10px;
}
textarea {
    margin-top: 10px;
}


.formuliervak {
    float: left;
    min-height: 30px;
    width: 100%;
}
.formuliervraag {
    float: left;
    min-height: 30px;
    width: 360px;
}
.formulierveld {
    float: left;
    min-height: 30px;
    width: 720px;
}
.contactformulier {
    margin-bottom: 70px;
}
div.mpform p {
    margin: 1px;
    padding: 1px;
}
div.mpform p.help_txt {
    color: #600;
}
div.mpform fieldset {
    background-color: #ffe;
    margin: 6px 0 16px;
    padding: 0 6px 6px;
    width: 610px;
}
:first-child + html div.mpform fieldset {
    margin: 22px 0 24px;
    padding: 6px;
}
div.mpform legend {
    background-color: #ffe;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 6px 6px 0;
}
:first-child + html div.mpform legend {
    margin: -22px 0 10px;
    padding: 2px 6px 0;
}
div.mpform div.newline {
    clear: both;
    margin: 0;
    padding: 0;
}
div.mpform div.questionbox {
    border-color: #aa3;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    clear: left;
    float: left;
    height: auto;
    margin: 2px 0 2px 2px;
    padding: 4px;
    text-align: right;
    width: 180px;
}
div.mpform fieldset div.questionbox {
    border-color: #aa3;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    clear: left;
    float: left;
    height: auto;
    margin: 2px 0 2px 2px;
    padding: 4px;
    text-align: right;
    width: 172px;
}
div.mpform div.answerbox {
    background: #ffd none repeat scroll 0 0;
    float: left;
    height: auto;
    margin: 2px 2px 2px 0;
    padding: 4px;
    width: 100%;
}
div.mpform fieldset div.answerbox {
    border: 1px solid #aa3;
    float: left;
    height: auto;
    margin: 2px 2px 2px 0;
    padding: 4px;
    width: 100%;
}
div.mpform div.submitbox {
    clear: both;
    float: left;
    height: 26px;
    margin: 2px;
    padding: 8px;
    text-align: center;
    width: 602px;
}
div.mpform div.submitbox input {
    border: 2px solid #999;
    color: #666;
    cursor: pointer;
    margin: 2px 2px 2px 180px;
    text-align: center;
    width: 200px;
}
.mpform_title, .mpform_help {
    font-weight: normal;
    vertical-align: top;
}
.mpform_error .mpform_title, .mpform_error .mpform_field, .captcha_err .mpform_title, .captcha_err .mpform_field {
    color: red;
}
.mpform_field {
    width: 460px;
}
.mpform_date, .mpform_email, .mpform_textarea, .mpform_text, .mpform_select {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 2px dotted #444444;
  border-image: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  border-color:#888888;
  margin-bottom: 20px;
  padding: 10px 1%;
  width: 98%;
  color: darkblue;
  font-family: "Bad Script",cursive;
  font-size: 26px;
}

.mpform_textarea{
  margin-bottom: 40px;
  resize: none;
  border: 2px dotted #888888;
  color: darkblue;
  font-family: "Bad Script",cursive;
  font-size: 26px;
  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;


}
.mpform_err_date, .mpform_err_email, .mpform_err_textarea, .mpform_err_text, .mpform_err_radio, .mpform_err_select, .captcha_err input 
{
    border: 1px solid red;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
    width: 98%;
}
div.mpform_missing {
  background-color: #b67693;
  border: 2px solid #b67693;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
  color: #ffffff;
  font-weight: bold;
  padding: 6px;
}
.mpform_textfield.mpform_readonly input.mpform_text {
    background-color: #ddd;
}
.mpform_date:hover, .mpform_email:hover, .mpform_textarea:hover, .mpform_text:hover, .mpform_radio:hover, .mpform_select:hover, .mpform_checkbox:hover, .mpform_err_date:hover, .mpform_err_email:hover, .mpform_err_textarea:hover, .mpform_err_text:hover, .mpform_err_radio:hover, .mpform_err_select:hover, .mpform_err_checkbox:hover {
}

.mpform_checkbox {
    display: block;
    float: left;
}



.mpform_date, .mpform_err_date {
    width: 120px;
}
.mpform_date_img {
    border: 0 none;
    cursor: pointer;
    vertical-align: middle;
}
.mpform_email, .mpform_err_email {
    padding: 14px 1%
}
.mpform table tr input {
    padding: 5px;
}
.mpform table tr textarea {
    padding: 5px;
}


.mpform_text, .mpform_err_text {
  margin-top: 17px;
  padding: 10px 1% !important;
  width: 98% !important;
}
	
.mpform_checkbox, .mpform_err_checkbox {
    width: 24px;
}
.mpform_select, mpform_err_select {
    padding: 1.1% 1%
    width: 100%;
}
.mpform_heading {
    padding: 1.1% 1%
}
.mpform_submit {
  background: #01b7cd none repeat scroll 0 0;
  border: medium none;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 30px;
  padding: 20px 0;
  transition: all 0.5s ease-in 0s;
  width: 100%;
  	    -webkit-box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.35);
box-shadow: 2px 29px 56px -25px rgba(0,0,0,0.35);

}
.mpform_submit:hover {
      background: #007d8f;

}
span.mpform_required {
    color: #084a5d;
    vertical-align: bottom;
    font-size:35px;
}
.captcha input {
    background-color: #f4f4d4;
    border: 1px solid #cccccc;
}
.captcha .captcha_expl {
    font-weight: normal;
}
.mpform_a_img {
    border: 0 none;
}
.mpform_img_help {
    border: 0 none;
    height: 16px;
    width: 16px;
}
.mpform_help_box_td {
    background-color: #ecf3f7;
    border: 1px solid #336699;
    color: #003366;
    padding: 6px;
}
.mpform_help_box_div {
    background-color: #ecf3f7;
    color: #003366;
}
#mpform_help_box_hr {
    color: #336699;
    margin: 0;
    padding: 0;
}
h5.mpform_help_box_h5 {
    background-color: transparent;
    color: #036;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.mpform_help_box_h6 {
    background-color: #ccf;
    color: #003366;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 4px;
}
div.mpform_results {
    background-color: #cfc;
    border: 2px solid #090;
    padding: 6px;
}
.calendar {
    background: window none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: windowtext;
    cursor: default;
    display: none;
    font-family: tahoma,verdana,sans-serif;
    font-size: 11px;
    position: relative;
}
.calendar table {
    background: window none repeat scroll 0 0;
    border: 1px solid #7938a9;
    color: windowtext;
    cursor: default;
    font-family: tahoma,verdana,sans-serif;
    font-size: 11px;
}
.calendar .button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: buttonface none repeat scroll 0 0;
    border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    text-align: center;
}
.calendar .nav {
    background: buttonface url("http://orthointern/include/jscalendar/menuarrow.gif") no-repeat scroll 100% 100%;
}
.calendar thead .title {
    background: #7938a9 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #ffffff;
    font-weight: bold;
    padding: 1px;
    text-align: center;
}
.calendar thead .headrow {
}
.calendar thead .daynames {
}
.calendar thead .name {
    background: buttonface none repeat scroll 0 0;
    border-bottom: 1px solid buttonshadow;
    color: buttontext;
    padding: 2px;
    text-align: center;
}
.calendar thead .weekend {
    color: #7938a9;
}
.calendar thead .hilite {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    padding: 0;
}
.calendar thead .active {
    border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
    border-width: 1px;
    padding: 2px 0 0 2px;
}
.calendar tbody .day {
    padding: 2px 4px 2px 2px;
    text-align: right;
    width: 2em;
}
.calendar tbody .day.othermonth {
    color: #aaa;
    font-size: 80%;
}
.calendar tbody .day.othermonth.oweekend {
    color: #faa;
}
.calendar table .wn {
    background: buttonface none repeat scroll 0 0;
    border-right: 1px solid buttonshadow;
    color: buttontext;
    padding: 2px 3px 2px 2px;
}
.calendar tbody .rowhilite td {
    background: #d9b5f4 none repeat scroll 0 0;
    color: highlighttext;
}
.calendar tbody td.hilite {
    border-color: #fff #000 #000 #fff;
    border-style: solid;
    border-width: 1px;
    padding: 1px 3px 1px 1px;
}
.calendar tbody td.active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 0;
}
.calendar tbody td.selected {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: buttonface none repeat scroll 0 0;
    border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: buttontext;
    font-weight: bold;
    padding: 2px 2px 0;
}
.calendar tbody td.weekend {
    color: #7938a9;
}
.calendar tbody td.today {
    color: #7938a9;
    font-weight: bold;
}
.calendar tbody td.disabled {
    color: graytext;
}
.calendar tbody .emptycell {
    visibility: hidden;
}
.calendar tbody .emptyrow {
    display: none;
}
.calendar tfoot .footrow {
}
.calendar tfoot .ttip {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: buttonface none repeat scroll 0 0;
    border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: buttontext;
    padding: 1px;
    text-align: center;
}
.calendar tfoot .hilite {
    background: #e4e0d8 none repeat scroll 0 0;
    border-color: #fff #000 #000 #fff;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
}
.calendar tfoot .active {
    border-color: #000 #fff #fff #000;
    border-style: solid;
    border-width: 1px;
    padding: 2px 0 0 2px;
}
.calendar .combo {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: menu none repeat scroll 0 0;
    border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: menutext;
    cursor: default;
    display: none;
    font-size: 90%;
    left: 0;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 4em;
    z-index: 99;
}
.calendar .combo .label, .calendar .combo .label-IEfix {
    padding: 1px;
    text-align: center;
}
.calendar .combo .label-IEfix {
    width: 4em;
}
.calendar .combo .active {
    border: 1px solid #000;
    padding: 0;
}
.calendar .combo .hilite {
    background: highlight none repeat scroll 0 0;
    color: highlighttext;
}
.calendar td.time {
    background-color: buttonface;
    border-top: 1px solid buttonshadow;
    padding: 1px 0;
    text-align: center;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
    background-color: menu;
    border: 1px solid #889;
    font-weight: bold;
    padding: 0 3px 0 4px;
}
.calendar td.time .ampm {
    text-align: center;
}
.calendar td.time .colon {
    font-weight: bold;
    padding: 0 2px 0 3px;
}
.calendar td.time span.hilite {
    background-color: highlight;
    border-color: #000;
    color: highlighttext;
}
.calendar td.time span.active {
    background-color: #000;
    border-color: #f00;
    color: #0f0;
}
.nixhier {
    display: none;
}
.mpform_td_help {
    vertical-align: top;
    width: 16px;
}


