/********************************************************************
 * @author Mark van Kleef (mvkleef@deactro.nl)				*
 * @copyright Copyright (c) 2012, Deactro BV - All rights reserved	*
 * @version 1.0.0							*
 ********************************************************************/

/* CSS Document*/
header, article, footer
{
	display: block;
}


/* Globals */
html {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
body
{
	margin: 0px auto;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	background-color: #FFF;
}

a
{
	text-decoration: none;
}

p
{	
	color: #666666;
}

/* fonts */

header p, .tekst1 {
	font-family: 'Shanti', Arial, Helvetica, sans-serif;
}

/* Default styling */
header
{
	color: #F00;
	background-image: url(../images/patroon.png);
	background-position: 0px 0px;
	height: 202px;
	border-top: 40px solid #000;
	border-bottom: 1px solid #F00;
}

header a
{
	color: #FFF;
}

header > section
{
	width: 795px;
	margin: 0 auto;
}

header nav:first-child
{
	float: left;
}

header nav:nth-child(2)
{
	float: right;
}

header nav
{
	margin: -40px 0px 30px 0px;
}

header nav:first-child ul
{
	margin-left: -40px;
}

header nav ul li
{
	float: left;
	list-style: none;
	margin-top: -16px;
}

header nav ul li a
{
	padding: 9px 10px 0px 10px;
	margin-right: 2px;
	border-top: 5px solid transparent; /* Benodigd voor gelijke uitlijning tussen standaard en hover */
	height: 26px;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}

header nav:nth-child(2) li a {
	padding: 9px 10px 0px 25px;

}

header nav:nth-child(2) li:nth-child(1) a {
	background-image: url(../images/icons/icon-security.png);
	background-repeat: no-repeat;
	background-position: 3px 7px;
}

header nav:nth-child(2) li:nth-child(2) a {
	background-image: url(../images/icons/icon-storage.png);
	background-repeat: no-repeat;
	background-position: 3px 7px;
}

header nav:nth-child(2) li:nth-child(3) a {
	background-image: url(../images/icons/icon-availability.png);
	background-repeat: no-repeat;
	background-position: 3px 9px;
}


header h1 span
{
	display: none;
}

header h1
{
	background-image: url(../images/tec-logo.png);
	background-repeat: no-repeat;
	height: 82px;
	width: 290px;
	float: left;
}

header p
{
	float: right;
	font-weight: bold;
	height: 82px;
	width: 437px;
	font-size: 17px;
	color: #5C5C5C;
	line-height: 150%;
	
}

header p strong
{
	background-color: #AA2d22;
	color: #fff;
	padding: 0px 5px;
}

body > article
{
	width: 795px;
	margin: 0 auto;
	color: #333;
}

body > section
{
	width: 795px;
	margin: 0 auto;
	color: #333;
}

body > section > aside
{
	background-image: url(../images/patroon.png);
	background-position: 0px 0px;
	margin-top: -20px;
	height: 140px;
}

body > section > aside > img
{
	background-color: #FFF;
	border: 1px solid #CCC;
	display: block;
	float: left;
	height: 80px;
	width: 173.75px;
	margin: 20px 11px;
}

article > h1
{
	color: #AA2D22;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

body > section > h2
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	clear: both;
	color: #888;
	font-family: 'Shanti', Arial, Helvetica, sans-serif;
	font-size: 20px;
}

body > section > a
{
	float: left;
	margin-left: 18px;
	width: 245px;
	text-align: justify;
	text-justify: inter-word;
	font-size: 11px;
	line-height: 160%;
	padding: 0px 4px;
	margin-top: -16px;
	margin-bottom: 50px;
}

body > section > a:hover
{
	background-color: #C73329;
	-webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	
}

body > section > a:hover p:nth-of-type(1)
{
	color: #FFF;
}

body > section > a p
{
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

body > section > a:nth-of-type(1)
{
	margin-left: 0px;
}

body > section > a > section > h1
{
	color: #AA2D22;
	font-size: 24px;
	text-align: center;
	padding-top: 60px;
	text-transform: uppercase;
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

body > section > a img
{
	position: absolute;
	margin-left: 95px;
	border: 0px;
}

body > section > a:hover img.top
{
	opacity: 0;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

body > section > a:hover > section > h1
{
	color: #FFF;
}

body > section > a:hover p:nth-of-type(2)
{
	color: #C73329;
	background-color: #FFF;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

body > section > a p:nth-of-type(2)
{
	font-size: 14px;
	color: #FFF;
	background-color: #216A72;
	min-width: 20px;
	display: inline-block;
	padding: 5px 5px;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	border: 1px solid rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

article > aside
{
	border-top: 1px solid #ccc;
	text-align: center;
	clear: both;
}

article > aside > h1
{
	color: #065A65;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 5px;
}

article > aside a
{
	color: #000;
	text-decoration: underline;
}

article > aside > p
{
	font-size: 12px;
	line-height: 180%;
	padding: 5px 0px 25px 0px;
}

footer
{
	background-color: #216A72;
	margin-bottom: -8px;
}

footer > section
{
	margin: 0 auto;
	width: 795px;
	height: 101px;
	color: #FFF;
	font-size: 10px;
}

footer > section > address
{
	float: left;
	line-height: 180%;
	padding: 12px 0px;
	font-style: normal;
}

footer address > strong
{
	font-size: 14px;
}

footer > section a
{
	color: #FFF;
}

footer > section > a
{
	float: right;
	margin-top: 78px;
	height: 23px;
	position: relative;
}

footer > section > a > img
{
	height: 23px;
	margin-bottom: -4px;
/*	-moz-box-shadow: 3px 3px 4px #000; /* Firefox/Mozilla */  
/*		-webkit-box-shadow: 3px 3px 4px #000; /*Safari/Chrome */  
/*		box-shadow: 3px 3px 4px #000; /* Opera & hoe het overal zou moeten */  
/*		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";   
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
}

/* Class */
header nav ul li.active a
{
	background-color: #AA2D22;
	border-top: 5px solid #7A2018;
}

nav ul li a:hover
{
	background-color: #333333;
	border-top: 5px solid #AA2D22;
}

.tekst1
{
	text-align: center;
	width: 600px;
	margin: 0 auto;
	line-height: 180%;
	font-size: 18px;
	font-style: italic;
}

.tekst1a
{
	text-align: justify;
	margin: 0 auto;
	font-size: 13px;
	line-height: 180%;
}


.tekst2
{
	width: 371px;
	float: left;
	font-size: 13px;
	line-height: 180%;
}

.tekst2:nth-of-type(1)
{	
	margin-right: 36px;	
} 

.tekst2 h1, .tekst1a h1
{
	color: #065a65;
	margin: 30px 0px -10px 0px;
	text-transform: uppercase;
}

.tekst3
{
	float: left;
	width: 225px;
	margin-left: 40px;
	font-size: 13px;
	line-height: 180%;
	padding-bottom: 20px;
}

 .tekst3:nth-of-type(3)
{	
	margin-left: 0px;	
} 

.tekst3 h1
{
	color: #AA2D22;
	margin: 30px 0px -10px 0px;
	text-transform: uppercase;
}

/* Experimentale */
.ca-menu li:hover .ca-icon#heart{
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}

.ca-menu li:hover .ca-main{
    color: #FFF;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub{
	color: #C73329;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.3);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(1);
    }
    to {
        -moz-transform: scale(1.3);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(1);
    }
    to {
        -ms-transform: scale(1.3);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

ol, ul 
{
	list-style: none outside none;
}