/* GENERAL */

body
{
	background: #FCEDE9;
}


/* HEADER */

.tj-header
{
	margin-top: 20px;
	border-bottom: black 2px solid;	
}

.tj-logo
{
}

.tj-logo-404
{
}


/* MENU */

.tj-menu
{
	padding: 0;
	margin: 0;
	text-align: center;
	/*background: green;*/
}

.tj-menu li
{
	margin: 0;
	margin-top: 125px;	
	/*background: orange;*/
}

.tj-menu a
{
	color: black;
	font-size: 20px;	
	text-decoration: none;
	text-align: center;
	/*background: red;*/
}

.no-touch .tj-menu a:hover
{
	
}

.tj-menu h3
{
	font-weight: bold;
	margin-bottom: 0;
}

.tj-menu span
{
	/*background: yellow;*/
}

.tj-menu li.active span
{
	color: black;
	position: relative;
	top: 9px;	
	left: -5px;
}

.tj-menu li span
{
	color: #FCEDE9;
	position: relative;
	top: 9px;	
	left: -5px;
}

.no-touch .tj-menu li:hover span
{
	color: black;
}


/* BODY */

.tj-center
{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* HOME */
.tj-sofa
{
	width: 512px;
	height: 384px;
	background: url("../images/trudejanssens.png") no-repeat;
}

.tj-welcome
{
	
}

.tj-welcome-title
{
	font-style: italic;
	font-size: 40px;
	line-height: 120%;
	margin-top: 10%;
	position: relative;
	left: -45px;
}

.tj-welcome-text
{
	font-style: italic;
	font-size: 30px;
	line-height: 100%;
	position: relative;
	left: -45px;
}

/* PROFIEL */
.tj-profiel
{
}

.tj-profiel-image
{
	width: 250px;
	height: 375px;
	background: url("../images/profiel.jpg") no-repeat;	
}


/* LOCATIE */
.tj-praktijk
{
	text-align: center;
	margin-bottom: 15px;
}

.tj-praktijk-image
{
	width: 425px; 
	height: 350px;
	background: url("../images/praktijk-425x319.jpg") no-repeat;
	display: inline-block;		
}

.tj-google-maps
{
	text-align: center;
}

.tj-map
{
	width: 425px; 
	height: 350px;
}

.tj-map-link
{
	min-width: 20%;
	padding: 5px 10px 5px 10px;
	position: relative;
	margin: 10px 5px;
	top: 10px;
}

.tj-map-link-left
{
	margin-right: 50px;
}

.tj-map-link-right
{
	margin-left: 50px;
}

.tj-locatie-title
{
	font-style: italic;
	font-size: 25px;
	line-height: 100%;	
}

.tj-locatie-subtitle
{
	font-style: italic;
	font-size: 18px;
}

.tj-locatie-important
{
	font-weight: bolder;
}

.tj-text-bold
{
	font-size: 15px;
	font-style: italic;
}

.tj-locatie-text
{
	margin-top: 0;
	margin-bottom: 0;	
}

/* CONTACT */

.tj-contact-form
{
	margin-top: 20px;
	margin-left: 10%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tj-form-title
{
	font-style: italic;
	font-size: 30px;
	line-height: 120%;	
}

.tj-form-line
{
	display: block;
}

.tj-label
{
	display: inline-block;
	width: 35%;
}

input[type="text"].tj-input
{
	display: inline-block;
	width: 45%;
	border: solid #AAA 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FFFFFC;
    padding: 0px 0px;
    margin-bottom: 0px;
}

.tj-textarea
{
	width: 80%;
	margin-top: 10px;
	border: solid #AAA 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FFFFFC;
}

.tj-contact-button
{
	margin-left: 65%;
}

.tj-contact-title
{
	font-style: italic;
	font-size: 30px;
	line-height: 120%;
	margin-top: 5%;
	position: relative;
	margin-left: 10%;	
}

.tj-contact-text
{
	font-style: italic;
	font-size: 25px;
	line-height: 100%;
	position: relative;
	margin-left: 10%;		
}

.tj-contact-help
{
	margin-left: 10%;
	margin-right: 10%;
}

a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(255,240,230,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,240,230,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(255,240,230,.9) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(255,240,230,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(255,240,230,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(255,240,230,.3) 100%); /* W3C */
	  border: 1px solid #777;
	  border-top: 1px solid #888;
	  border-left: 1px solid #888;
	  padding: 4px 12px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
	  color: #000	;
	  display: inline-block;
	  margin-bottom: 0;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(200, 200, 200, .75);
	  cursor: pointer;
	  /*line-height: 21px;*/
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	  
.no-touch a.button:hover,
	.no-touch button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #000;
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(249,233,228,.7) 0%, rgba(249,249,249,.7) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,233,228,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(249,233,228,.9) 0%,rgba(249,249,249,.9) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(249,233,228,.7) 0%,rgba(249,249,249,.7) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(249,233,228,.2) 0%,rgba(249,249,249,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(249,233,228,.2) 0%,rgba(249,249,249,.2) 100%); /* W3C */
	  /*text-shadow: 0 1px rgba(50, 50, 50, .75);	*/
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

input[type="text"].input-error, textarea.input-error
{
	border: #B20000 1px solid;
}

.input-error-indicator
{
	color: #B20000;
	font-size: 18px;
}

/* FOOTER */

.tj-footer
{
	border-top: black 2px solid;
	text-align: center;
	padding-top: 10px;
}

.tj-footer h4
{
}

/* 404 */
.tj-text-404 p
{
	font-size: 40px;
	text-align: center;
	line-height: 110%;
	color: black;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Out Of Office */
.tj-login-container {
    width: 220px;
    margin: auto;
}

.tj-out-of-office {
    width: 260px;
    margin: auto;
}

.datepicker {
    text-align: center;
}

input.tj-input-ooo {
    width: 200;
    margin: auto;
}

.tj-checkbox-ooo {
    margin-left: 20px;
}

.row.buttons {
    text-align: center;
}

textarea.tj-textarea-ooo {
    width: 260px;
}

@media only screen and (min-width: 769px) and (max-width: 960px) 
{	
	.tj-menu li
	{
		margin: 0;
		margin-top: 175px;	
		/*background: orange;*/
	}	
	
	/* HOME */
	
	.tj-sofa
	{
		width: 340px;
		height: 256px;
		background-image: url("../images/trudejanssens-256x341.png");
	}
	
	/* PROFIEL */
	
	.tj-profiel-image
	{
		width: 240px;
		height: 360px;
		background-image: url("../images/profiel-240x360.jpg");	
	}
		
	.tj-welcome-title
	{
		margin-top: 5%;
		font-style: italic;
		font-size: 30px;
		line-height: 120%;
		position: relative;
		left: -60px;
	}

	.tj-welcome-text
	{
		font-style: italic;
		font-size: 25px;
		line-height: 100%;
		position: relative;
		left: -60px;
	}
	
	/* LOCATIE */
	
	.tj-praktijk-image
	{
		width: 284px; 
		height: 234px;
		background: url("../images/praktijk-284x213.jpg") no-repeat;
	}
	
	.tj-map
	{
		width: 284px;
		height: 234px;
	}
	
	.tj-map-link
	{
		font-size: 15px;
	}
	
	.tj-map-link-left
	{
		margin-right: 25px;
	}

	.tj-map-link-right
	{
		margin-left: 25px;
	}
	
	/* CONTACT */
	
	.tj-contact-form
	{
			
	}
	
	.tj-contact-button
	{
		margin-left: 60%;
	}
}

@media only screen and (max-width: 768px) 
{
	
	.tj-center
	{
		text-align: center;
	}
	
	.tj-logo
	{
		text-align: center;
	}
	
	.tj-menu li
	{
		margin: 0;
	}
	
	/* HOME */
	
	.tj-sofa
	{
		width: 256px;
		height: 192px;
		background-image: url("../images/trudejanssens-192x256.png");
		background-position: center;
	}
	
	/* PROFIEL */
	
	.tj-profiel-image
	{
		width: 180px;
		height: 270px;
		background-image: url("../images/profiel-180x270.jpg");	
		background-position: center;
	}
	
	.tj-welcome-title
	{
		margin-top: 0;
		font-style: italic;
		font-size: 30px;
		line-height: 120%;
		text-align: center;
		left: 0px;
	}

	.tj-welcome-text
	{
		font-style: italic;
		font-size: 25px;
		line-height: 100%;
		text-align: center;
		left: 0px;
	}
	
	.tj-welcome-email
	{
		font-size: 20px;
	}
	
	/* LOCATIE */
	
	.tj-praktijk-image
	{  
		width: 211px; 
		height: 175px;
		background-image: url("../images/praktijk-211x158.jpg");
		background-position: center;
	}
	
	.tj-map
	{
		width: 211px;
		height: 175px;
	}

	.tj-map-link
	{
		position: relative;
		top: 0;
		margin: 10px 0;
	}
	
	.tj-map-link
	{
		font-size: 15px;
		width: 75%;
		margin-left: 0%;
	}

	.tj-map-link-left
	{
		margin-right: 0;
	}

	.tj-map-link-right
	{
		margin-left: 0;
	}
	
	.tj-locatie-transport
	{
		position: relative;
		left: -20%;
	}
	
	.tj-locatie-text
	{
		margin-top: 20px;
		text-align: center;
	}
	
	/* CONTACT*/
	
	.tj-contact-form
	{
		text-align: center;
		margin-left: 0;	
	}
	
	.tj-form-title
	{
		
	}
	
	.tj-label
	{
		text-align: left;
		display: inline-block;
		width: 100%;
	}

	.tj-input
	{
		text-align: left;
		display: inline-block;
		width: 75%;
	}

	.tj-textarea
	{
		width: 73%;
		margin-top: 10px;
		margin-left: 12%
	}
	
	
	.tj-contact-title
	{
		left: 0;
	}
	
	.tj-contact-text
	{
		left: 0;
	}
	
	.tj-contact-button
	{
		width: 75%;
		margin-left: 0%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) 
{
	.tj-center
	{
		text-align: center;
	}
	
	.tj-sofa
	{
		width: 256px;
		height: 192px;
		background-image: url("../images/trudejanssens-192x256.png");
	}	
	
	.tj-profiel-image
	{
		width: 180px;
		height: 270px;
		background-image: url("../images/profiel-180x270.jpg");	
	}	
	
	.tj-welcome-title
	{
		margin-top: 0;
		font-style: italic;
		font-size: 30px;
		line-height: 120%;
		left: 0px;
	}

	.tj-welcome-text
	{
		font-style: italic;
		font-size: 25px;
		line-height: 100%;
		left: 0px;
	}
	
	.tj-welcome-email
	{
		font-size: 25px;
	}
}
