/* 
	HAVENS HORSEFEED (2) (bsv3)	
	Cybox Webdesign Boxmeer 
	www.cybox.nl
*/


@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,400italic,300italic,600,600italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@font-face {
    font-family: 'havens';
    src: url('../fonts/havens.eot');
    src: url('../fonts/havens.eot?#iefix') format('embedded-opentype'),
         url('../fonts/havens.woff2') format('woff2'),
         url('../fonts/havens.woff') format('woff'),
         url('../fonts/havens.ttf') format('truetype'),
         url('../fonts/havens.svg#adobe_garamond_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* reset */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }
/* clearfix  */   .cf:before, .cf:after {     content: " "; /* 1 */     display: table; /* 2 */ }  .cf:after {     clear: both; }  /**  * For IE 6/7 only  * Include this rule to trigger hasLayout and contain floats.  */ .cf {     *zoom: 1; }


html,
body {
   margin:0;
   padding:0;
}
body {
    font-family:  "Source Sans Pro" , Arial, Verdana, sans-serif;
    font-size: 1.1em;
    line-height: 1.8;
    background: #fff;
	color: #333;
	overflow-y: scroll;
}


/* links */
a {
    text-decoration: none;   
    color: #2a8cc4;
}
a:hover {
    color: #666;
}


/* wrapper */
#wrapper {
	position: relative;
}


/* header */
#header {
	min-height: 130px;
	background: #203b59;
	position: relative;
	z-index: 9;
}
#header #header-container {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	min-height: 130px;
	position: relative;	
}
#header #logo {
	width: 290px; height: 176px; 
	position: absolute;	left: 0px; top: 0; 
}
#header #logo a {
	display: block; width: 100%; height: 100%;
	background-image: url('../images/logo.png');
	background-size: 290px 176px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#header #logo a .sitename {
	position: absolute;
	left: 0; 
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #000405;
	font-family: 'havens';
	font-size: 1.2em;
}
#header #menu {
	position: absolute; right: 0; top: 70%;
	transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
#header #menu ul li {
	float:  left;
}
#header #menu ul li a {
	display: block; 
	color: #BBC8D9;
	margin-left: 1em;
	font-size: 1.3em;
	font-weight: 500;
}
#header #menu ul li.active a, #header #menu ul li a:hover {
	color: #fff;
}
#header #top {
	position: absolute;
	top: 20px;
	right: 0;
}
#header #top #flags {
	float: left;
}
#header #top #flags a {
	float: left;
	margin-left: 10px;
}
#header #top #flags a img {
	pointer-events: none;
}
#header #top #flags a.current img {
	opacity: 0.6;
}
#header #top #search {
	float: left; 
	color: #fff;
	margin-left: 1em;
	width: 25px;
	height: 30px;
	background-image: url('../images/icons/search.png');
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	border-left: 2px solid #325479;
	cursor: pointer;
}


/* sub-header */
#sub-header {
	min-height: 250px; 
	background: #162739;
	overflow: hidden;
	position: relative;
}
#sub-header img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0; top: 50%;
	transition: all 300ms;
	transform: translateY(-55%) scale(1.2);
	-webkit-transform: translateY(-55%) scale(1.2);
	opacity: 0.6;
}
#sub-header.scroll img {
	top: 40%;
}
#sub-header:after {
	content: "";
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(32,59,89,0.5);
	background-image: url('../images/overlay.png');
	opacity: 0.7;
	z-index: 2;
}



/* content */
#content {
	min-height: 600px;
	max-width: 1200px; 
	width: 90%;
	margin: 1em auto;
}


/* submenu */
#content #submenu {
	width: 280px; 
	float: left;
	margin-top: 55px;
	transition: margin 300ms;
}
@media screen and (max-width: 1100px) {
	#content #submenu {
		width: 200px;
	}
}
#content #submenu.sticky {
	position: fixed; 
	top: 0; 
	margin-top: 80px;
}
#content #submenu ul li.section {
	padding: 10px 15px; font-size: 1em; 
	background: #ccc; color: #666; font-weight: 300;
}
#content #submenu ul li a {
	display: block; padding: 5px 15px; 
	font-size: 1em;
	color: #333;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
	position: relative;
	padding-right: 40px;
	font-weight: 600;
}
#content #submenu ul li a:after {
	content: "›";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#content #submenu ul li a:hover,  
#content #submenu ul li.subactive, 
#content #submenu ul li.active > a {
	color: #6E829A;
}
#submenu ul.subsub {
    padding-left: 20px;
    box-sizing:border-box;   
}
#submenu ul.subsub.hidden {
    display:none;
}
#content #submenu ul li.archief a,
#content #submenu ul li.archief a:after {
	color: #999;
	font-weight: normal;
}
#content #submenu ul li.empty {
	border-top: 2px solid #5B809A;
	margin: 1em;
}



/* content */
#content .page_content {
	width: 70%; 
	float: right; 
	padding: 3em 0; 
	padding-bottom: 3em;
}
#content .page_content .text {
	width: 60%; float: left;
	box-sizing: border-box;
	padding-right: 60px;
}
#content .page_content p {
	margin-bottom: 20px;
}
#content .page_content p a {
	color: #203B59;
}
#content .page_content ul, #content .page_content ol {
	margin: 20px 0;
}
#content .page_content ul li {
	list-style-type: disc; 
	margin-left: 20px;
}
#content .page_content ol li {
	list-style-type: decimal; 
	margin-left: 20px;
}
#content .page_content table {
	border: 1px solid #ccc;	width: 100%; 
}
#content .page_content table tr td {
	border: 1px solid #ccc; padding: 10px;
}
#content .page_content h1 {
	font-size: 1.8em; 
	line-height: 1.3; 
	font-weight: bold;
	padding-bottom: 1em; 
	max-width: 95%;
	font-family: "Roboto Slab";
	color: #203B59;
	font-weight: 400;
}
#content .page_content a {
	color: #999;
}
#content .page_content a:hover {
	color: #2a8cc4;
}
/*
#content .page_content .text img {
	display: block;
	width: 100%!important;	height: auto!important;
	margin-top: 10px;
	border-radius: 3px;
}
*/

/* downloads links */
#content .page_content .links {
	margin-top: 50px;
	padding-top: 20px;
	position: relative;
}
#content .page_content .links:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #5B809A;
	position: absolute;
	left: 0;
	top: -2px;
}
#content .page_content .links a,  #content .product .links a {
	display: block; padding-left: 42px; 
	background-repeat: no-repeat; 
	background-position: center left; 
	background-size: 32px 32px;
	height: 32px; line-height: 32px;
	color: #333;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#content .page_content .links a.link {
	background-image: url('../images/icons/link.png');
}
#content .page_content .links a.file, #content  div.product .links a.file {
	background-image: url('../images/icons/download.png?v1');
}
#content .page_content .links a:hover {
	color: #666;
}


/* fotos on page */
#content .media {
	float: right;
	width: 40%;
    margin-top: 10px;
}
#content .media a {
	position: relative; display: block; overflow: hidden; 
	margin-bottom: 30px;
}
#content .media a img {
	width: 100%; display: block;
	/* box-shadow: 0px 0px px #999; */
	border-radius: 2px;
}
#content .media a.foto:hover:before, #content .fotoalbum a.foto:hover:before, #content .page_content .agenda .item a.foto:hover:before, #content .media a.video:before  {
	content: "";
	width: 48px; height: 48px; 
	border-radius: 30px;
	background-color: #203B59; 
	position: absolute; 
	left: 50%; top: 50%; 
	margin-left: -24px; 
	margin-top: -24px;
	background-image: url('../images/icons/search.png'); 
	background-size: 13px 13px; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#content .media a.video:before {
	background-image: url('../images/icons/play.png');
}
#content .media a.video:hover:before {
	background-color: #333; background-color: rgba(0,0,0,0.6); 
}



/* fotos > caption */
.caption {
	position: absolute; left: 0; bottom: 0; z-index:1;
	white-space: nowrap; overflow:hidden; text-overflow: ellipsis;
	box-sizing: border-box; padding: 1em 1em;
	width: 100%; background: #000; background: rgba(255,255,255,0.8); 
	font-size: 0.9em; color: #666;
	transition: bottom 500ms;
	
}
a:hover .caption {
	bottom: -100%;
}



/* home - intro */
#home {
	min-height: 375px; 
	background: #2e476f;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#home .content {
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	z-index: 3;
	font-weight: 600;
	width: 90%;
	max-width: 1100px;
}
#home h1 {
	font-size: 1.8em; 
	line-height: 1.4;
	padding-bottom: 1em;
	color: #fff;
	max-width: 600px; 
	margin: 0 auto;
	text-align: center;
	font-family: "Roboto Slab";
	font-weight: 400;
}
#home .slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}
#home .slider img {
	display: block;
	width: 100%; min-height: 100%;
	-webkit-transform: translateY(-15%);
	transform: translateY(-15%);
	transition: all 300ms;


}
#home:after {
	content: "";
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(32,59,89,0.5);
	background-image: url('../images/overlay.png');
	opacity: 0.7;
	z-index: 2;
}
#home .slider.scroll img {
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);	
}


/* producten-caroussel */
#producten-caroussel {
	min-height: 250px;
	position: relative;
	background: #203b59;
}
#producten-caroussel #producten-caroussel-slider {
	max-width: 1100px;
	margin: 0 auto;
}
#producten-caroussel #producten-caroussel-slider .product-item {
	width: 20%;
	float: left;
	font-size: 1em;
	color: #ccc;
	text-align: center;
	padding: 50px 0;
	line-height: 1.4;
	color: #bbc8d9;
	font-family: "Roboto Slab";
}
#producten-caroussel #producten-caroussel-slider .product-item span {
	display: block;
	padding: 0 1em;
	font-weight: bold;
}
#producten-caroussel #producten-caroussel-slider .product-item img {
	display: block;
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	padding-bottom: 1em;
}
#producten-caroussel .button {
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#producten-caroussel .button a {
	display: block;
	width: 360px;
	margin: 0 auto;
	color: #fff;
	background: rgba(17,32,51,0.9); /* #112033; */
	color: #BBC8D9;
	text-align: center;
	font-weight: 600;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 1.4em;
}
#producten-caroussel .button a:hover {
	color: #fff;
}



/* photo carousel */
#carousel {
	position: relative; 
	z-index: 9; 
	background: #203B59;
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);		
	pointer-events: none;
}
#carousel .slide {
	/* code */
}
#carousel img {
	display: block; width: 100%;

}


/* fotoalbums */
#content .page_content .fotoalbum {
	margin: 30px 0; width: 101%; margin-left: -1%;
}
#content .page_content .fotoalbum a {
	float: left;
	display: block; position: relative;
	overflow:hidden; width: 31.333%;
	margin: 1%;
}
#content .page_content .fotoalbum a.foto {
	width: 23%;
}
#content .page_content .fotoalbum a img {
	display: block;
	width: 100%;
}
#content .page_content a.back {
	
}


/* faq - menu */
#content .page_content #faqmenu {
	margin-top: 2em;
	border-top: 2px solid #ccc;
}
#content .page_content #faqmenu ol li {
	list-style-type: decimal;
}
#content .page_content #faqmenu ol li a {
	color: #172B43;
	display: block;
	line-height: 1.5;
	padding: 3px 0;
}
#content .page_content #faqmenu ol li.active a {
	color: #6E829A;
}




/* footermenu */
#footer-nav {
	z-index: 8; position: relative;
	width: 100%; min-height: 80px; 
	background: #112033; color: #6e829a;
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);		
}
#footer-nav ul {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	line-height: 80px;
	position: relative;
}
#footer-nav ul li {
	float: left; margin-right: 20px;
}
#footer-nav ul li a {
	color: #b3c5db; position: relative; display: block; height: 70px; 
}
#footer-nav ul li.active a, #footer-nav ul li a:hover {
	color: #6e829a;
}
#footer-navu ul li.active a:after {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #353535;	
	position: absolute; left: 50%; 
	bottom: -10px; -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
#footer-nav ul li.facebook {
	position: absolute;
	right: 0; top: 50%;
	line-height: 1;
	margin-right: 0;
	-webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#footer-nav ul li.facebook .fb-like {
	float: left; margin-right: 30px; 
}
#footer-nav ul li.facebook a.fb-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block; height: auto;
	border-radius: 3px;
	background: #203B59;
	width: 20px;
	height: 20px;
}
#footer-nav ul li.facebook a.fb-icon img {
	display: block;
	width: 16px; margin: 2px;
	float: left;
}




/* footer */
#footer {
	min-height: 240px;
	background: #172b43;
	margin-bottom: -1px; 
}
#footer #footer-container {
	max-width: 1200px; width: 90%; 
	margin: 0 auto; position: relative;
	min-height: 100px; 
}
#footer #footer-container .col {
	width: 25%; 
	float: left; 
	position: relative; 
	box-sizing: border-box;
	color: #b3c5db; 
	padding-top: 3em;

	color: #fff;
}
#footer #footer-container .col a {
	color: #6e829a;
}
#footer #footer-container .col #footer-logo {
	width: 139px; height: 85px;
	background-image: url('../images/footer-logo.png'); 
	background-size: 139px 85px; margin-top: -20px;
}
#footer #footer-container .col #footer-logo a {
	display: block; width: 100%; height: 100%; 	
}
#footer #footer-container .col .cta {
	height: 55px; background: #ffe711; 
	/* border-top-right-radius: 4px;
	border-top-left-radius: 4px; */
	overflow: hidden;
}
#footer #footer-container .col .cta a {
	display: block;  background-size: 40px 40px; text-align: right; color: #000;
	background-position: 50% 50%; background-repeat: no-repeat; display: block; height: 55px; float: left;
	line-height: 55px; box-sizing: border-box; padding-right: 20px; font-size: 1.3em;
	color: #353535; 

}
#footer #footer-container .col .cta a.phone {

	width: 80%; 
	background-position: 2% 50%; 
	background-image: url('../images/icons/phone.png');
	font-weight: bold;
}
#footer #footer-container .col .cta a.mail {
	border-left: 1px solid #d7c314;
	width: 20%; 
	background-position: 50% 50%; 
	background-image: url('../images/icons/mail.png');
}
#footer #footer-container .col .cta.dealers {
	border-top: 1px solid #d7c314;
	border-radius: 0;
	/* border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;	*/
}
#footer #footer-container .col .cta.dealers a {
	text-align: center; float: none; 
	display: block; 
	font-weight: 600; 
	padding-right: 0;
}
#footer #footer-container .col .cta a:hover {
	background-color: #fff;
}





/** Producten **/
.product_listing {
	padding-bottom: 2em;
	clear: both;
	position: relative;
	background: #fff;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 2px solid #5B809A;
}
.product_listing:after {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 20px;
	background-image: url('../images/producten.png');
}
.product {    
	max-width: 1200px;
	margin: 2em auto;
	position: relative;
}
.product .product-images {
    width: 25%; 
    float: left;
}
.product .product-images .media {
    width: 100%;   
    margin: 0;
    position: relative;
}
.product .product-images .media img {
	display: block;
	width: 100%;
	max-width: 150px;
	margin-top: 15px;
}
.product .product-info .links {
	margin-top: 10px;
}
.product .product-info .links a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product .product-info {
    width: 73%; margin-left: 2%;
    float:left;
    box-sizing: border-box;
    padding: 0 2em; 
    padding-top: 1.4em;
}
.product .product-info h2 {
	font-size: 1.4em;
	color: #203B59;
}
.product .product-info ul, .product .product-info ol {
	margin: 0px 0;
}
.product .product-info ul li {
	list-style-type: disc; 
	margin-left: 20px;
}
.product .product-info ol li {
	list-style-type: decimal; 
	margin-left: 20px;
}
.product .product-info img {
	display: block;
	width: 100%;
	margin-top: 10px;
}
.product .product-more-media {
	position: absolute;
	right: 0;
	top: -10px;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
	text-align: center;
}
.product .product-more-media ul li:first-child {
	display: none;
}
.product .product-more-media ul li {
	float: none; display: inline-block; margin-left: 10px;
}
.product .product-more-media ul li a {
	display: block;
	height: 40px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
}	
.product .product-more-media ul li a img {
	display: block;
	width: 70px;
	float: left;
	padding: 0;
}
.product .product-more-media ul li a:hover img {
	opacity: 0.5;	
}
.product .product-more-media ul li.video a:after {
	content: "";
	width: 25px; height: 25px;
	background: #E62016;
	position: absolute;
	left: 50%; top: 50%; border-radius: 3px;
	-webkit-transform: translateX(-50%) translateY(-50%); 
	transform: translateX(-50%) translateY(-50%); 
	background-image: url('../images/icons/play.png');
	
	background-position: 45% 45%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.product .product-cta-btn {
   white-space: nowrap;
   float: left;
   margin-top: 30px;
   padding: 10px 20px;
   border-radius: 5px;
   color: #000;
   font-weight: bold;
   font-size: 0.9em;
   background: #FFE711;
   cursor: pointer;
   position: absolute;
   left: 0;
   top: 0px;
   opacity: 0;
}
.product:hover .product-cta-btn {
	opacity: 1;
}
.product .product-cta-btn:hover {
	/* markup */	
}
.product .product-cta-btn:after {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #FFE711;
	position: absolute;
	right: -10px;
	top: 10px;
}


/* back to top */
.back-to-top {
	position: fixed; 
	bottom: 0; 
	right: 2em; 
	width: 40px; 
	height: 40px;
	background: #172B43; 
	z-index: 93; 
	cursor: pointer;
	-webkit-transform: translateY(120%); transform: translateY(120%);
	transition: all 300ms ease-out; 
	background-image: url('../images/icons/up.png'); 
	background-size: 24px 24px; 
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	
}
.back-to-top.active {
	-webkit-transform: translateY(0); transform: translateY(0);
}




/* home extra attention */
#attention {
	min-height: 250px;
	background-color: #172b43;
	background-image: url('../images/banners/gastro-bg.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}
#attention a {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
#attention a .image {
	display: block;
	position: absolute;
	right: -30px;
	top: 0;
}
#attention a .image  img {
	display: block;
	width: 100%;
	position: relative; 
	z-index: 2;
}
#attention a .image .quotes {
	position: absolute;
	left: 0;
	top: 80px;
	color: #8ABA24;
	width: 100%;
	z-index: 1;
}
#attention a .image .quotes div {
	padding-left: 28px;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: 600;
}
#attention a .text {
	float: left;
	font-size: 1.2em;
	color: #fff;
}
#attention a .text h2 {
	font-size: 1.1em;
	font-weight: 400;
	margin-top: 90px;
	font-family: "Roboto Slab";
}
#attention a .text em {
	font-style: normal;
	font-weight: 300;
	color: #89ba24;
}
#attention a:hover .text em {
	color: #9ace2f;
}



@media screen and (max-width: 900px) {
	#attention {
		background-position: 100% 50%;		
	}
	#attention a img {
		right: 50%;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	#attention a .image {
		right: 0px;
	}
	#attention a .text {
		display: none;
	}
}


/* disable selection */
#menu, #header
{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* kiek.js overrides */
#kiek-right, #kiek-left {
	display: none;
}
#kiek img {
	max-width:90%!important;
	max-height:90%!important;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
	box-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
}
#kiek-overlay {
	opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
}

/* SEARCH PLUGIN CSS */
#search {
	position: absolute;
	left: 1.2em;
	top: -50px;
}
#search form input {
	font-size: 0.8em;
	font-family: inherit;
	background: #172b43;
	color: #fff;
	padding: 8px;
	box-sizing: border-box;
	float: left;
	border: 0;
}
#search form input[type=text] {
	width: 200px;
}
#search form input[type=submit] {
	background-color: transparent;
	padding: 5px 10px;
	margin-left: 10px;
	margin-top: 3px;
	background-image: url('../images/icons/search.png');
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
#search form input[type=submit]:hover {
	background-size: 16px 16px;
}
@media screen and (max-width: 900px) {
	#search {
		width: 90%;
		top: auto;
		bottom: 30px;
		left: 30px;
	}
}
span.term {
	background: yellow!important
}
#content .page_content .text ul.search_results {
}
#content .page_content .text ul.search_results li.head {
	padding: 1em 0;
}
#content .page_content .text ul.search_results li.head span {
	background: #FFEE11;
	line-height: 1;
	padding: 7px 10px;
	border-radius: 3px;
	font-size: 1.1em;
	color: #000;
}
#content .page_content .text ul.search_results li {
	padding-left: 0;
	margin: 0;
	list-style-type: none;
	padding: 1em 0;
	line-height: 1.5;
}
#content .page_content .text ul.search_results li a {
	font-family: "Roboto Slab";
	font-weight: bold;
	color: #203B59;
	line-height: 1.7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding-bottom: 10px;
}
#content .page_content .text ul.search_results li:last-child {
	border: 0;
}
#content .page_content .text ul.search_results li a span.url {
	display: block;
	font-size: 0.8em;
	color: #000;
	font-weight: normal;
}
#content .page_content .text ul.search_results li a:hover span.url {
	color: #666;
	text-decoration: underline;
}

/* /SEARCH PLUGIN CSS */