@charset "utf-8";
/*
Cattery dreams of Heaven
*/

@import url("fontawesome-4.4.0.min.css");
@import url("framework.css");
* {
    box-sizing: border-box;
}

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0{border-bottom:1px solid;}
.row1, .row1 a{}
.row2, .row2 a{}
.row3, .row3 a{}
.row4, .row4 a{}
.row5, .row5 a{}

body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif; 

}


/* Header
--------------------------------------------------------------------------------------------------------------- */
#header{padding:0; text-align:center; max-width: 100%; height: auto !important;}
#header *{margin:0; padding:0; line-height:1;}

#header #logo{display:inline-block; min-height:60px; position:relative; padding:0; max-width: 100%; height: auto;}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container{
	padding: 10px 0;
}

/* Content */
.container .content{font-size: 0.9rem; line-height: 1.5;}


.blocks{text-align:center;}
.blocks article:last-child{margin-bottom:0;}
.blocks article *{margin:0; padding:0;}
.blocks article a{display:inline-block; width:100%; padding:50px; border:1px solid;}
.blocks article i{margin-bottom:20px; font-size:60px;}
.blocks article .heading{}

.heading{font-size: 1.1rem;}

p {
margin-left: 4px;
margin-right: 4px;
padding:5px;
text-align:left;
padding-left:0.9em;}

p {
  font-size: 1rem; /* 1rem = 16px */
  margin-bottom: 1em; /* 1em = 16px */
}

p a {
color: #fff;
background : inherit;
text-decoration: none;
}

p a:hover { 
color : #fff;
text-decoration : underline; 
} 
.color{ font: normal 1rem; color: #c99;} 

.content {
	width: 95%;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 8px;
	padding-top: 10px;
} 
.left{text-align:left;}

/* Sidebar */
.container .sidebar{}

.sidebar .sdb_holder{margin-bottom:50px;}
.sidebar .sdb_holder:last-child{margin-bottom:0;}




/* Testimonials
--------------------------------------------------------------------------------------------------------------- */
#testimonials{}
#testimonials li{}
#testimonials li:last-child{margin-bottom:0;}/* Used in mobile devices */
#testimonials li blockquote{display:block; position:relative; width:100%; margin:0 0 30px 0; padding:30px; line-height:1.4; z-index:1;}
#testimonials li blockquote::before{display:block; position:absolute; top:-15px; left:15px; padding:0 8px; font-family:"FontAwesome"; font-size:22px; content:"\f10d";}
#testimonials li blockquote::after{display:block; position:absolute; bottom:0; left:25px; margin-bottom:-18px; content:""; border:solid; border-width:18px 0 18px 18px; border-color:transparent;}
#testimonials li figure{}
#testimonials li figure img{float:left; margin-right:15px;}
#testimonials li figure figcaption{float:left; margin:15px 0 0 0;}
#testimonials li figure figcaption *{display:block; margin:0; padding:0; line-height:1;}
#testimonials li figure figcaption strong{margin-bottom:5px;}
#testimonials li figure figcaption br{display:none;}
#testimonials li figure figcaption em{font-size:.8rem;}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer{
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}

#footer .title{margin:0 0 30px 0; padding:0 0 8px 0; border-bottom:1px solid; font-size:1.2rem;}

#footer .linklist li{margin-bottom:10px;}
#footer .linklist li:last-child{margin-bottom:0;}

#footer .font-xs{margin:0;}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright{padding:20px 0;}
#copyright *{margin:0; padding:0;}


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after{transition:all .3s ease-in-out;}
#mainav form *{transition:none !important;}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{margin:0; padding:0; list-style:none;}
#mainav, #breadcrumb, .sidebar nav{line-height:normal;}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after{position:absolute; font-family:"FontAwesome"; font-size:10px; line-height:10px;}

/* Top Navigation plus kleur rechts*/
#mainav{background: #5C4C2B;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #5C4C2B),
	color-stop(1, #61552c)
);
background-image: -o-linear-gradient(bottom, #5C4C2B 0%, #61552c 100%);
background-image: -moz-linear-gradient(bottom, #5C4C2B 0%, #61552c 100%);
background-image: -webkit-linear-gradient(bottom, #5C4C2B 0%, #61552c 100%);
background-image: -ms-linear-gradient(bottom, #5C4C2B 0%, #61552c 100%);
background-image: linear-gradient(to bottom, #5C4C2B 0%, #61552c 100%);}

#mainav ul{text-align:center;}
#mainav ul ul{z-index:9999; position:absolute; width:160px; text-transform:none; text-align:left;}
#mainav ul ul ul{left:160px; top:0;}
#mainav li{display:inline-block; position:relative; margin:0 30px 0 0; padding:0;}
#mainav li:last-child{margin-right:0;}
#mainav li li{width:100%; margin:0;}

#mainav li a{display:block; padding:20px 0;background: #5C4C2B;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #5C4C2B),
	color-stop(1, #61552c)
);
background-image: -o-linear-gradient(bottom, #5C4C2B 0%, #61552c 100%);
background-image: -moz-linear-gradient(bottom, #5C4C2B 0%, #61552c 100%);
background-image: -webkit-linear-gradient(bottom, #5C4C2B 0%, #61552c 100%);
background-image: -ms-linear-gradient(bottom, #5C4C2B 0%, #61552c 100%);
background-image: linear-gradient(to bottom, #5C4C2B 0%, #61552c 100%);}

#mainav li li a{border:solid; border-width:0 0 1px 0;}
#mainav .drop{padding-left:15px;}
#mainav li li a, #mainav li li .drop{display:block; margin:0; padding:10px 15px;}
#mainav .drop::after, #mainav li li .drop::after{content:"\f0d7";}
#mainav .drop::after{top:25px; left:5px;}
#mainav li li .drop::after{top:15px; left:5px;}
#mainav ul ul{visibility:hidden; opacity:0;}
#mainav ul li:hover > ul{visibility:visible; opacity:1;}

#mainav form{display:none; margin:0; padding:0;}
#mainav form select, #mainav form select option{display:block; cursor:pointer; outline:none;}
#mainav form select{width:100%; padding:5px; border:1px solid;}
#mainav form select option{margin:5px; padding:0; border:none;}

.colorblue{color: #2FACFF;}

/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td{border:0px solid; border-collapse:collapse; vertical-align:top;}
table, th{table-layout:auto;}
table{width:100%; margin: 0 auto;
margin-bottom:15px;}
th, td{padding:5px 8px;text-align:left;}
td{border:0 px;}

/* Tables + Comments */
table, th, td, #comments, #comments input, #comments textarea{}
th{color:#fff;}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"]{
	color: inherit;
	background-color: #463828;
}
tr:nth-child(even), #comments li:nth-child(even){
}
table a, #comments a{background-color:inherit;}

table.table2 {border:1px solid; border-color: #605760;}
table.table2 tr {border:1px solid; border-color: #605760;}
table.table2 td {border:1px solid; border-color: #605760;}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery{display:block; width:100%; margin-bottom:50px;}
#gallery figure figcaption{display:block; width:100%; clear:both;}
#gallery li{margin-bottom:30px;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body{
	color: #fff;
	background-image: url(../../images/verzamel/BG.jpg);
	background-repeat: repeat;
}
a{color:#e2c060;}
.colorblue{color: #2FACFF;}

a:link, a:visited{color:#e2c060;cursor: pointer;}
a:active, a:focus{color:#e2c060;}

/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox{
	border-top-color: #eba99b;
	border-right-color: #eba99b;
	border-bottom-color: #eba99b;
	border-left-color: #eba99b;
}
hr {	border-top: 3px solid #eba99b;
border-image: linear-gradient(to left, #a8a622, #FAE4AD) 1;
}
label span{color:#FF0000; background-color:inherit;}

.overlay{color:#FFFFFF; background-color:inherit;}
.overlay::after{background-color:rgba(0,0,0,.55);}
.overlay.light::after{background-color:rgba(255,255,255,.85);}

.btn{color:#56AED4; background-color:transparent; border-color:#56AED4;}
.btn:hover{color:#FFFFFF; background-color:#56AED4; border-color:inherit;}


/* Rows */
.row0, .row0 a{color:#FFFFFF;}
.row0{
	border: 6px solid #7f6536;
	border-bottom:4px solid;
	border-image: linear-gradient(to left, #7f6536, #6e6a29) 1;
}
.row1, .row1 a{color:#FFFFFF; background-color: #5C4C2B;}
.row2, .row2 a{color:inherit; background-color: #5C4C2B;}
.row3{color:#fff; background-color: #5C4C2B;}
.row4{color:#fff; background-color: #5C4C2B;}
.row5, .row5 a{
	color: #fff;
	line-height : 1.6em;
}


/* Footer */
#footer .title{border-color:#606060;}


/* Navigation */
#mainav li a{color:inherit;}

/* kleur text navbar */
#mainav .active a, #mainav a:hover, #mainav li:hover > a{
	color: #e2c060;
}
#mainav li li a, #mainav .active li a{color:#FFFFFF;}

/* kleur text navbar */
#mainav li li:hover > a, #mainav .active .active > a{color:#e2c060; background-color:#5C4C2B;}

/* achtergrond kleur hamburger menu */
#mainav form select{
	color: #e2c060;
	background-color: #5C4C2B;
}

.container .sidebar nav a{color:inherit; border-color:#D7D7D7;}
.container .sidebar nav a:hover{color:#56AED4;}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px){
	.hoc{
	max-width: 62.500em;} /* - 1000px */
}



/* Smartphone + Tablet
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px){
	.hoc{max-width:90%;}

	#header{}

	#mainav{padding:20px 0;}
	#mainav ul{display:none;}
	#mainav form{display:block;}


	.container{}
	.post figure, .post .txtwrap{float:none; width:100%;}
	.post figure img{width:100%;}
	#comments input[type="reset"]{margin-top:10px;}
	.pagination li{display:inline-block; margin:0 5px 5px 0;}

	#team .one_half{display:block; float:none; width:100%; margin:0;}
	#team .teampics li{display:block; float:left; width:25%; max-height:200px; overflow:hidden; clear:none;}
	#team .teampics li p{display:none;}

	#footer{}

	#copyright{}
	#copyright p:first-of-type{margin-bottom:10px;}
}

@media screen and (max-width:750px){
.imgl, .imgr, .img{display:inline-block; float:none; margin:0 0 10px 0;flex-basis: 100%}
.fl_left, .fl_right{display:block; float:none;}
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}

	#pageintro{padding:120px 0;}

	.post{max-width:320px; margin:0 auto 50px;}
	.post:last-child{margin-bottom:0;}
	.post figure, .post .txtwrap{float:none; width:100%;}

	.blocks{margin-bottom:0;}

	#team .teampics li{display:block; float:left; width:50%; max-height:none; padding:12% 8%;}

	#footer{padding-bottom:50px;}
}

@media screen and (max-width:450px){
			table { display: block; }
			td{ display: block; padding: 5px 0; border: none; }
			td img{ display: block; margin: 0; width: 100%; max-width: none; }
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px){
	.scrollable{display:block; width:100%; margin:0 0 30px 0; padding:0 0 15px 0; overflow:auto; overflow-x:scroll;}
	.scrollable table{margin:0; padding:0; white-space:nowrap;}

	.inline li{display:block; margin-bottom:10px;}
	.pushright li{margin-right:0;}

}
