/* HTML5 ✰ Boilerplate */

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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
/*input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }*/
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; border:none; outline:none; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
a, a:active, a:visited { color: #ca0a42; }
a:hover { color: #808080; }

/*
#jsnotice { padding: 20px; background: #ca0a42;  text-align: center; color: white; }
#jsnotice strong { font-size: 1.5em; }
#jsnotice a { color: #FFF; }
.js #jsnotice { display: none;  }
.no-js #jsnotice { display: block; }
*/
#jsnotice, #ienotice { padding: 20px; background: #CE0842;  text-align: center; color: white; }
#jsnotice strong, #ienotice strong { font-size: 1.5em; }
#jsnotice a, #ienotice a { color: #FFF; }
.js #jsnotice { display: none;  }
.no-js #jsnotice { display: block; }

/**
 * Primary styles
 *
 * Author: 
 */
 
/* ***************************************************************** MASTER STYLES ************************** */
html {
	background: #e6e6e6;		
}
body {
	height: 100%;
	line-height: 20px;
	background: white;
}
.container {
	margin: 0 auto;	
	width: 960px;
}
.popup .container {
	width: 460px;	
}
header {
	border-top: 3px solid #ca0a42;	
}
#language {
	float: right;	
	list-style: none;
	margin-bottom: 20px;
}
#language li {
	float: left;
	margin-left: 2px;
}
#language li a {
	background: #f9eef0;
	font-size: 10px;
	color: #ca0a42;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	display:block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}
#language li a:hover, #language li a.current {
	padding-top: 7px;
	background: #ca0a42;
	color: white;
}
#level1 {
	clear: both;
	
}
#level1 li {
	display: block;
	width: 160px;
	height: 180px;
	float: left;
	background: transparent url('../img/active.png') no-repeat center 180px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;	
}
#level1 a {
	color: #6a1807;
	font-size: 18px;
	float: left;
	width: 160px; /* 960 / 6 */
	text-align: center;
	text-decoration: none;
	padding: 100px 0 40px 0;
	height: 40px;
}



#level1 .current {
	background: transparent url('../img/active.png') no-repeat center 170px;	
}

#level1 a span {
	color: #808080;
	font-size: 14px;
	display:block;
}
#level1 li:hover, #level1 li:focus {
	background: transparent url('../img/active.png') no-repeat center 160px;	
}

#main {
	clear: both;
	padding: 40px 0 40px 0;
	
}	
#main .left, #main .right, footer .left, footer .right {
	width: 460px;	
}
#main h1 {
	font-size: 30px;
	color: #ca0a42;	
}
#main h2 {
	font-size: 20px;
	color: #ca0a42;	
}
#main h3 {
	clear: both;
	font-size: 16px;
	color: #ca0a42;	
}
/*
#main h2 a {
	border-bottom: 1px solid #ca0a42;	
}
footer h3 a {
	border-bottom: 1px solid #444444;
}
¨*/
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main ul, #main ol {
	margin-bottom: 20px;	
}
#slider, #large_map_canvas {
	height: 300px; 
	width: 960px;
	background: white;
	display:block;
}
#saddr {
	margin-bottom: 5px;
	float: left;	
}
.ribbon {
	background: transparent url('../img/ribbon.png') no-repeat;
	height:	39px;
	text-align: center;
	padding-top: 25px;
	width: 646px;
	display:block;
	color: white;
	font-size: 26px;
	position: relative;
	bottom: 80px;
	left: 319px;
	/*z-index: 9999999999999999;*/
	/*text-shadow: 0px 1px 1px #000;*/
}
.divider {
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.article {
	border-bottom: 2px solid #E9E9E9;
	padding-bottom: 10px;
	margin-bottom: 30px;	
}
.article:last-child {
	border:none;
}
#logo {
	background: transparent url('../img/logo.png') no-repeat center 6px;	
}
#level1 #logo span {
	display: none;	
}
#recent_galleries {
	list-style: none;	
	margin: 0;
	padding: 0;
}
#hidden_albums {
	display: none;	
}
.ie7 #recent_galleries li {
	float: left;
	margin-bottom: 20px;
}
#recent_galleries li a {
	border: 10px solid #e6e6e6;		
	float: left;
	height: 120px; 
	width: 120px;
	margin: 0px 20px 20px 0px;
	-webkit-transition: border .1s ease-in-out;
	-moz-transition: border .1s ease-in-out;
	-o-transition: border .1s ease-in-out;
	transition: border .1s ease-in-out;	
	vertical-align: center;
	text-align: center;
}
#recent_galleries li a:hover {
	border: 10px solid #ca0a42;		
}
#recent_galleries li a.last {
	margin-right: 0;
}
#recent_galleries li a.awesome {
	border: none;
	height: auto;
	width: auto;	
	margin: 50px 15px;
}
/*
#recent_galleries li a.joinourteam {
	border: none;
	width: 140px;
	height: 140px;
}
*/
#recent_galleries li a.awesome:hover {
	border: none;
}
#recent_galleries li a img {
	padding: 0px;
	border: none;
}
footer {
	background: #e6e6e6 url('../img/stars.png') no-repeat bottom right;
	padding: 60px 0 0 0;	
	margin: 0px;
}
footer h3 {
	font-size: 24px;
	margin-bottom: 20px;	
}
footer h3 a {
	color: #444444;	
}
footer table, footer p {
	margin-bottom: 20px;
}
footer .awesome {
	margin-right: 20px;	
}
footer table {
	width: 100%;	
}
.thumbnail {
	float: left;
	clear:both;	
	border: 10px solid #e6e6e6;		
	margin: 5px 20px 20px 0px;
	-webkit-transition: border .1s ease-in-out;
	-moz-transition: border .1s ease-in-out;
	-o-transition: border .1s ease-in-out;
	transition: border .1s ease-in-out;	
	vertical-align: center;
	text-align: center;
}
.thumbnail:hover {
	border: 10px solid #ca0a42;		
}
.description {
	overflow: hidden;	
	padding-top: 10px;
}
.description ul {
	list-style:none;
	margin: 0;
	padding: 0;	
}
.get_in_touch {
	background: #e6e6e6 url('../img/telephone.png') no-repeat 20px 10px;	
	padding: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #ca0a42;
	text-align:right;
}
.get_in_touch span {
	font-size: 12px;
	font-weight: bold;	

}
/* ***************************************************************** EO MASTER STYLES ************************** */

/* ***************************************************************** CREDITS **************************** */

#credits {
	float: right;
	padding: 5px 10px;
	display:block;
	width: 69px;
	height: 18px;
	background: rgba(255,255,255,.40)  url('../img/chocolata-logo-set.png') no-repeat 0px -6px;	
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
#splash #credits {
	float: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
#credits:hover, .ie8 #credits:hover, .ie7 #credits:hover {
	background-position: 0px -64px;	
}
#credits span {
	display: none;	
}
.ie8 #credits, .ie7 #credits {
	background: #DCDCDC url('../img/chocolata-logo-set.png') no-repeat 0px -6px;
}
/* ***************************************************************** EO CREDITS **************************** */


/* ***************************************************************** AWESOME BUTTONS ******************* */
.awesome, .awesome:visited {
	background: #222 url('../img/alert-overlay.png') repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome img {
	margin-right: 5px;	
	vertical-align:bottom;
	padding: 0px;
}
.awesome:hover									{ background-color: #111; color: #fff; }
.awesome:active									{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
.green.awesome, .green.awesome:visited			{ background-color: #91bd09; }
.green.awesome:hover							{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited			{ background-color: #2daebf; }
.blue.awesome:hover								{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited				{ background-color: #e33100; }
.red.awesome:hover								{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }

/* ***************************************************************** EO AWESOME BUTTONS ******************* */

/* ***************************************************************** SMALL DATE ******************* */
#main ul.calendar {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 20px;
	background: #FFF;
	font-size: 10px;
	border: 1px solid #F5F5F5;
}
#main ul.calendar li { 
	text-align:center; 
	text-transform:uppercase;  
	line-height: normal;
	padding: 2px 5px 2px 5px;
	float:left;
	color: #4A5218;
	background: transparent;
}
#main ul.calendar .month {  
	background: #f9f9f9;
}
#main ul.calendar .day { 
}
/* ***************************************************************** EO SMALL DATE ******************* */

/* ***************************************************************** GENERAL STYLES ******************* */
.group:after, .form fieldset:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.float-left, .left {
	float: left !important;	
}
.float-right, .right {
	float: right !important;	
}
.clear-both {
	clear: both !important;	
}
.margin-left {
	margin-left: 20px !important;	
}
.margin-right {
	margin-right: 20px !important;	
}
.margin-bottom {
	margin-bottom: 20px !important;	
}
.no-margin {
	margin: 0px !important;	
}
.be {
	padding-left: 20px;
	background: transparent url("../img/icons/languages/belgium.png") no-repeat  6px center;
	
}
.nl {
	padding-left: 20px;
	background: transparent url("../img/icons/languages/netherlands.png") no-repeat 6px center;
}
.fr {
	padding-left: 20px;
	background: transparent url("../img/icons/languages/europe.png") no-repeat 6px center;
}
.telephone {
	padding-left: 20px;
	background: transparent url("../img/icons/famfamfam/telephone.png") no-repeat center left;
	height: 16px;
}
.mobile {
	padding-left: 20px;
	background: transparent url("../img/icons/famfamfam/phone.png") no-repeat center left;
	height: 16px;
}
.fax {
	padding-left: 20px;
	background: transparent url("../img/icons/famfamfam/printer.png") no-repeat center left;
	height: 16px;
}
.vcf {
	padding-left: 20px;
	background: transparent url("../img/icons/famfamfam/vcard.png") no-repeat center left;
	height: 16px;
}
.website {
	background: transparent url("../img/icons/famfamfam/world.png") no-repeat center left;
	padding-left: 20px;
	height: 16px;
}
.caution {
	background: transparent url("../img/icons/famfamfam/error.png") no-repeat center left;
	padding-left: 20px;
	height: 16px;	
}
.email {
	background: transparent url("../img/icons/famfamfam/email.png") no-repeat center left;
	padding-left: 20px;
	height: 16px;
}
.download_browser {
	padding: 10px;
	padding-left: 43px;
	margin: 5px 5px 0px 0px;
	color: #000;
	font-weight: bold;
	line-height: 50px;
}
.download_browser.firefox {
	background: transparent url("../img/icons/browser/32-firefox.png") no-repeat 5px center;
}
.download_browser.chrome {
	background: transparent url("../img/icons/browser/32-chrome.png") no-repeat 5px center;
}
.download_browser.ie {
	background: transparent url("../img/icons/browser/32-ie.png") no-repeat 5px center;
}
.download_browser.opera {
	background: transparent url("../img/icons/browser/32-opera.png") no-repeat 5px center;
}
.download_browser.safari {
	background: transparent url("../img/icons/browser/32-safari.png") no-repeat 5px center;
}
.no-margin {
	margin: 0px;	
}
.error {
	line-height: 20px;
	background: #B52531;
	color: white;
	padding: 4px 8px 4px 8px;
	font-size: 12px;
	font-weight: bold;	
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}
.error p {
	margin: 0 !important;
	padding: 0 !important;	
}
.warning {
	background: #FFFF99;
	padding: 30px;	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-shadow: none;
	margin-bottom: 20px;
}
.success {
	background: #CAFFAD;
	padding: 30px;	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.drop-shadow {
   position:relative;
   width:90%;
}

.drop-shadow:before,
.drop-shadow:after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   max-width:300px;
   -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
   box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
   -webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
   -o-transform:rotate(-3deg);
   transform:rotate(-3deg);
}

.drop-shadow:after{
   right:10px;
   left:auto;
   -webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
   -o-transform:rotate(3deg);
   transform:rotate(3deg);
 }

/* ***************************************************************** EO GENERAL STYLES ******************* */

/* ***************************************************************** FORM STYLES ******************* */
.form fieldset {
	margin-bottom: 20px;
	line-height: 20px;
}
.form input, .form select, .form textarea {
	/*width: 100%; Let's define this literally, for some more detail*/
	width: 448px;
	padding: 6px;
	font-family: "Courier New", Courier, monospace;
	color: #CB0A43;
	margin: 0px;
	background: #F9F9F9 url("../img/input-background.gif") repeat-x top left;
	border: none;
	outline: none;	
}
#keyword:focus, .form input:focus, .form select:focus, .form textarea:focus {
	-webkit-box-shadow: inset 0 0 7px rgba(255,0,0, 0.25);
	-moz-box-shadow: inset 0 0 7px rgba(255,0,0, 0.25);
	box-shadow: inset 0 0 7px rgba(255,0,0, 0.25);
	background: #FBEFEF;
}
.ie8 .form input:focus, .ie8 .form select:focus, .ie8 .form textarea:focus {
	outline: 1px solid #F0B7BC;
}
.form div input, .form div select, .form div textarea {
	width: 200px;
}
.form .left, .form .right {
	width: auto !important;
}
.form textarea {
	height: 100px;
	font-size: 12px;
}
.form input, .form select, .form textarea {
	display: block;	
}
.form textarea {
	scrolling: none;
	overflow: auto;
}
.form legend {
	display:none;	
}
.form label {
	/*display: block;	*/
}

.form .captcha {
	clear:both;
	float: left;
	margin-right: 20px;
}
.form .norobot {
	width: 90px !important;
	float: left;
}
.form .req {
	padding-right: 32px;
	background: transparent url("../img/icons/famfamfam/bullet_red.png") no-repeat center right;
}
/* ***************************************************************** EO FORM STYLES ******************* */

/* JQUERYTOOLS DATEPICKER */
/* the input field */
.date {
	/*
	border:1px solid #ccc;
	font-size:18px;
	padding:4px;
	text-align:center;
	width:194px;
	
	-moz-box-shadow:0 0 10px #eee inset;
	-webkit-box-shadow:0 0 10px #eee inset;
	*/
}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}
/* END DATEPICKER */

/* ***************************************************************** START BX SLIDER ******************* */
/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */
#references {
	list-style: none;	
	margin-top: 20px;
}
#references li {
	width: 150px;
}
#references li a img {
	vertical-align: middle;		
}
/*next button*/
.bx-next {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	color: transparent; 
	margin-right: 190px;
	margin-top: 20px;
	background: url(../js/mylibs/bxSlider/bx_styles/gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
 	display: block;
	width: 30px;
	height: 30px;
	float: left;
	color: transparent; 
	margin-left: 190px;
	margin-top: 20px;
	background: url(../js/mylibs/bxSlider/bx_styles/gray_prev.png) no-repeat 0 -30px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(../js/mylibs/bxSlider/bx_styles/gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(../js/mylibs/bxSlider/bx_styles/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(../js/mylibs/bxSlider/bx_styles/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
	color: transparent;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}
/* ***************************************************************** EO BX SLIDER ******************* */

/* ***************************************************************** START CAPTIFY ******************* */
#recent_galleries a {
	color: #FFF !important;
	text-decoration: none !important;
}
.caption-top, .caption-bottom {
	color: #FFF !important;	
	padding: 5px 0px 15px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;	
	font-family: Arial, Helvetica, sans-serif;
	/*cursor: default;*/
	border:none;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption a, .caption a {
	border: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
	color: #FFF;
}
.caption-wrapper {
	float: left;
	border:none;
}
br.c { clear: both; }
/* ***************************************************************** EO CAPTIFY ******************* */

/** 
 * End primary styles
 *
 *
 *
 */




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


