/* RESPONSIVE GRID SYSTEM =============================================================================  */

/*  IMPORT FONTS  ============================================================================= */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Open Sans', sans-serif;
color : #000; 
-text-align: center;

}

button, 
input, 
select, 
textarea { 
font-family : MuseoSlab100, lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  'Open Sans', sans-serif;
font-weight : 100;
margin-top: 0px;
letter-spacing: -1px;
}

h1 { 
font-family: 'Open Sans', sans-serif;
color: #000;
margin-bottom : 0.2em;
font-size : 6em; /* 96 / 16 */
line-height : 1.4;
}


h2 { 
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.75em; /* 40 / 16 */
line-height : 1.2;
}

h3 { 
color: #333;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #ccc;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; 
color: #333;

}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : black; 
X-webkit-transition: all 0.3s ease;
X-moz-transition: all 0.3s ease;
X-o-transition: all 0.3s ease;
Xtransition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
sb-color : #ee3344; 
color: black;
}

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #dd2233;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
		
	}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			
			padding: 0px;		
		
			position: relative;
			color: #000;
			text-align: left;
		}
 
   
		

	#maincontentcontainer {
		width: 100%;
	}

		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.25);
		}
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}

	#footercontainer {
		width: 100%;	
		background: pink;
	}
	
		footer {
			clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 0px;
				color: #333;
				xline-height: 1.5em;
				position: relative;
	}

		


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	


/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }



/* brekelmans */


/* STICKY BAR ============================================================================= */

/* TODO put this in the 480 file, etc */

* {margin:0;padding:0;} 

#footercontainer {
	position: relative;
	height: auto;
}
@media screen and (min-width: 480px) {

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
	
html, body {height: 100%;}

#wrapper {min-height: 100%;}

#maincontentcontainer {overflow:auto;
	padding-bottom: 42px;}  /* must be same height as the footer */

#footercontainer {
	position: relative;
	margin-top: -42px; /* negative value of footer height */
	height: 42px;
	clear:both;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#footermenu
{
	height: 40px;
line-height: 40px;


}


}

#footermenu .col
{
margin: 0; float:left; 
}

#footermenu-newsletter
{
	text-align: right; 
	vertical-align: middle;
}

/* SOCIAL MEDIA BAR ============================================================================= */

.sharebuttons
{
	float: right;
}

/* ====================================================================================== */

.nav
{
	float: left;
}

.nav a
{
	padding-right: 10px;
}

.nav a.activeSlide
{
	color: red;
}


.cycle img, .single img {
  background: #EEEEEE;
  padding: 2%;
  width: 95% !important;
  height: auto !important;
  max-width: 95%;
  height: auto;
  xvisibility: hidden; /* fade in, so start not visible */
 }

img.loading {
  width: 95% !important;
  height: auto !important;
  max-width: 95%;
  height: auto;
  border: none;
  xdisplay: none;
  xvisibility: none;
}

.logoimage { 
width: 128px; display:  block; float: left; margin-right: 20px;}


#logo {
	background: url("../images/logo128x32.png");
	background-repeat: no-repeat;
	width: 128px;
	height: 32px;
	display: block;
	margin:0 auto;
	}

.logobutton {
	background-color: black;
	width: 100%;
	display:block;
	text-align: center;
}

.button
{
	background-color: Orange;
	width: 100%;
	display:block;
	text-align: center;
}

#menu_container
{
	border-bottom: 1px solid black;
}

ul.menu li {
	
}

#theblock
{
	width: 200px;
	height: 5400px;
	background-color: Orange;
}

#menu_container
{
}

@media screen and (max-width: 480px)
{
.mobile_button a
{
	xbackground-color: purple;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size : 1.75em; /* 28 / 16 */
	width: 100%;
	border-top: 1px solid black;
}

#footermenu .col
{
	-background-color: pink;
	border-bottom: 1px solid black;
	
	background-color: rgba(175,175,175,0.75);
}

#footermenu-newsletter
{
	text-align: center; 
}


#logo {

	top: 8px;
	position: relative;
	}

#logobutton {
	background-color: black;
}


}

.page_title { display: block; 
width:100p%; 
height: 48px; 
text-align: center; 
font-size: 1.5em;

border: 1px solid black;
}

.subpage { display: none; }

/* TODO put this in the 480 file, etc */
@media screen and (min-width: 480px) {

/* hide & show some elements */

.page_title { display: none; font-size: 400px;}

.subpage { display: block; }



#logobutton {
	background-color: black;
	width: 128px;
	height: 128px
	display:block;
	text-align: center;
	background: url("../images/logo128x128.jpg");
	background-repeat: no-repeat;
	
	
	
	
	width: 128px; display:  block; float: left; margin-right: 20px;
	}

#menu_container
{
	width: auto;
	text-align: left;
	display: block;
		overflow: hidden; width: auto;
	height: 128px;
	position: relative;
	
		overflow: hidden; width: auto;

	height: 128px;
		position: relative;
	
	border-bottom: 1px solid black;
	
	font-size: 100%;
	
}

#menu_container a
{
	width: auto;
	font-size : 100%;
	text-align: left;
	display: inline;
	height: auto;
}

#footermenu ul li {
	padding-right: 20px;
}


#logo {
	background: url("../images/logo128x128.jpg");
	background-repeat: no-repeat;
	width: 128px;
	height: 128px;
	display: block;

}

#header
{
			padding: 30px 0px 10px 0px; 
}


	
#menu_content
{
	position: absolute;
	bottom: 0;
	width: auto;
}


ul.menu
{
	
		
}



ul.menu { 
	margin: 0; 
	display:  inline; 
	width: 300px;
	padding: 0;
	list-style-type: none; 
	font-size : 1.5em; /* 24 / 16  */
	font-weight: 100;
	line-height : 1.25;
}

ul.menu li { 
	display: inline; 
	padding-right: 35px;
	border: 0;
}

} /* media */

ul.menu li a { 
	xtext-decoration: none; 
}

.current_page_item a
{
	color: red;
	text-decoration: none;
}

/* contact form */

#contact_form input, #contact_form textarea
{
	width: 100%;
}

/* purchase text */

.purchase a, .purchase a:visited
{
	color: red;
}

/* footer */


#footercontainer {
	width: 100%;	
	background: #077 ; /* fallback */
	background-color: rgba(175,175,175,0.75);
}
		
#footermenu
{
	font-family: "Open Sans", serif;
	font-weight: 100;	
	text-align: left;
}

#footermenu ul
{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.75em;
}


#newsletter
{
	display: inline;
	position: relative;
	
}

#newsletter form, #newsletter fieldset
{
	display: inline;	
	padding-left: 0.5em;
}

#newsletter .inputtextfield {
	height: 24px;
	background: transparent;
	border: 1px solid #4D4D4D;
	font-family: "Open Sans", serif;
	font-weight: 100;
	font-size : 0.75em; /* 16 / 16  */
	color: #FFF;
	background: rgba(0,0,0,.2);
	margin: 0px;
	padding: 0px;	
	text-align: center;
	width: 150px;
	}

#newsletter .thebutton {
	
font-family: "Open Sans", serif;
		text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.75em;
	font-weight: 100;	
	
		
	background: transparent;
	width: 36px;
	height: 26px;
	xposition: absolute;
	xtop: 0px;
	xright: 30px;
	border: 0px;
	border: 1px solid #4D4D4D;
	border-left: 0px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


body { 
	background-color: #CCC;
	background: url("../images/bg_grey-03.jpg");
}


img.home-mobile {
	/* Set rules to fill background */
			min-height: 100%;
			min-width: 400px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;			
	
	}


@media screen and (max-width: 400px){
img.home-mobile {
	left: 50%;
	margin-left: -200px; }
}
	img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;			
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}