html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, strong, img, b, u, i, center, ol, ul, li, input, textarea, label, div, form, table, caption, tr, th, td, audio, video, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.clear {
	clear: both !important;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #f5f5f5;
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #434343;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body a {
	color: #000;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
body img {
	width: 100%;
	float: left;
}
body p {
	padding: 20px 0;
}
body h2,
.content h2 {
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-size: 78px;
	color: #434343;
	font-weight: normal;
	line-height: 80px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
}
body h3,
.content h3 {
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #acacac;
	font-weight: normal;
	line-height: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body h4,
.content h4 {
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	padding: 20px 0;
}
body strong {
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body > div {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
body > div > div {
	position: relative;
	width: 1440px;
	margin: 0 auto;
	transition-property: width;
	transition-duration: 0.5s;
}
body > div > div div.jumpUp {
	margin-top: -90px;
}
div.jumpUp div.content:first-child {
	margin-top: -90px;
}
div.containerContent {
	padding-top: 240px;
}
div.containerContent > div {
	background-color: #fff;
	padding-bottom: 44px;
}
div.containerTop {
	background-color: #ffee00;
	height: 48px;
	position: fixed;
	z-index: 15;
}
.containerTop > div > div {
	float: right;
	height: 48px;
	background-color: #fff;
}
.containerTop a,
.containerFooter a.Newsletter {
	display: block;
	float: right;
	width: 48px;
	height: 48px;
}
.containerTop a.Search {
	background: #fff url(../../images/user/magnifier.png) no-repeat 12px 12px;
	background-size: 21px 20px;
}
.containerFooter a.Newsletter {
	background: #acacac url(../../images/user/newsletter.png) no-repeat 13px 13px;
	background-size: 21px 20px;
	float: left;
}
.containerTop a.Language {
	background-color: #f6e50b;
	transition-duration: 0.2s;
	color: #b7ab2b;
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	padding-top: 10px;
	height: 38px;
}
.containerTop a.active {
	background-color: #434343;
	color: #fff;
}
.containerTop a.Language:hover {
	text-decoration: none;
	background-color: #434343;
	color: #fff;
	transition-duration: 0.2s;
}
.containerTop a.Search:hover,
.containerTop a.Search.active {
	background: #fff url(../../images/user/magnifier-hover.png) no-repeat 12px 12px;
	background-size: 21px 20px;
}
.containerFooter a.Newsletter:hover {
	background: #acacac url(../../images/user/newsletter-hover.png) no-repeat 13px 13px;
	background-size: 21px 20px;
}
.containerTop form,
.containerFooter form {
	float: right;
	width: 230px;
	height: 48px;
	background-color: #fff;
	display: none;
}
.containerFooter form {
	display: block;
	float: left;
	width: 250px;
	overflow: hidden;
}
.containerTop form input,
.containerFooter form input {
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #434343;
	line-height: 22px;
	text-indent: 10px;
	background-color: #fff;
	height: 48px;
	border: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.containerTop form input[type="text"],
.containerFooter form input[type="text"] {
	width: 100%;
}
.containerTop form input[type="submit"],
.containerFooter form input[type="submit"] {
	width: 0;
}
div.containerMenu {
	background: url(/public/images/user/bg-mainmenu.png) repeat 0 0;
	margin: 48px 0 80px 0;
	position: fixed;
	transition-property: margin;
	transition-duration: 0.5s;
	z-index: 15;
}
div.containerMenu:after {
	clear: both;
	content: '';
	display: block;
}
div.containerMenu > div > div > a > h1 {
	background: url(/public/images/user/logo.png) no-repeat;
	background-size: 140px;
	width: 140px;
	height: 77px;
	overflow: hidden;
}
div.containerMenu > div > div > a > h1:hover {
	background: url(/public/images/user/logo-hover.png) no-repeat;
	background-size: 140px;
}
div.containerMenuWrapper {
	max-width: 100%;
}
div.containerMenuWrapper:after {
	clear: both;
	content: '';
	display: block;
}
div.containerMenuWrapper > div {
	float: left;
}
div.containerMenu .Address {
	position: absolute;
	margin-left: -374px;
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #979797;
	line-height: 22px;
	display: none;
	margin-top: 25px;
}
div.containerMenu .Address a {
	color: #979797;
	text-decoration: none;
}
ul.mainMenu {
	clear: both;
	float: left;
	list-style-type: none;
	margin-top: 35px;
	margin-left: 15px;
}
ul.mainMenu:after {
	clear: both;
	content: '';
	display: block;
}
ul.mainMenu > li {
	float: left;
	min-height: 48px;
	width: 240px;
}
ul.mainMenu > li > div {
	position: relative;
}
ul.mainMenu > li > div > a {
	color: #b7ab2b;
	display: block;
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	height: 40px;
	line-height: normal;
	margin: 0;
	padding: 8px 0 0 0;
	transition-duration: 0.5s;
	transition-property: color;
	text-decoration: none;
}
ul.mainMenu > li > div > a:hover,
ul.mainMenu > li > div > a.active,
ul.mainMenu > li > div > a.menuActive {
	color: #434343;
	transition-property: color;
	transition-duration: 0.5s;
}

.submenuWrapper {
	margin: 0 auto;
	width: 1440px;
}
.subMenu .showMoreButton,
.subMenu .showLessButton {
	display: block;
	color: #434343;
	text-decoration: underline;
	cursor: pointer;
}
.subMenu {
	 background-color: #fe0;
	 left: 0;
	 right: 0;
	 width: 100%;
 }
.subMenu ul {
	list-style: none;
	height: 178px;
	overflow: hidden;
	transition: height 0.5s ease;
}
.subMenu .showLessButton {
	display: none;
}
.subMenuColumn {
	float: left;
	width: 225px;
	padding: 25px 0 25px 15px;
}
.subMenuColumn ul {
	float: left;
	width: 220px;
	list-style-type: none;
	border-right: 1px solid #b7ab2b;
	margin: 0 20px 20px 0;
}
.subMenuColumn ul.Last {
	border-right: none;
	border-bottom: none;
	margin-right: 0;
}
.subMenuColumn ul > li {
	height: 30px;
}
.subMenuColumn ul > li.Last {
	margin-top: 30px;
}
.subMenuColumn ul > li > a,
.subMenuColumn ul > li.First > a {
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: #434343;
}
.subMenuColumn ul > li > a:hover,
.subMenuColumn> ul > li > a.active,
.subMenuColumn ul > li.First > a:hover {
	color: #b7ab2b;
	text-decoration: none;
}
.subMenuColumn ul > li.First {
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #434343;
	font-size: 20px;
}
.subMenuColumn ul > li.First > a {
	float: right;
	display: none;
	font-size: 16px;
	text-decoration: underline;
}

div.containerFooter {
	background-color: #434343;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.logo {
	margin-top: -16px;
	margin-left: 10px;
}
.logo a:hover {
	text-decoration: none;
}

.containerFooter > div.Info {
	clear: both;
	padding: 35px 0 50px 0;
}
.containerFooter > div.Other {
	clear: both;
	box-sizing: border-box;
	padding-right: 15px;
}
.containerFooter > div.Disclaimer {
	box-sizing: border-box;
	clear: both;
	text-align: center;
	padding: 50px 10px 40px 10px;
	font-size: 12px;
}
.containerFooter > div.Info:after,
.containerFooter > div.Other:after,
.containerFooter > div.Disclaimer:after {
	clear: both;
	display: block;
	content: '';
}
.containerFooter > div > div {
	float: left;
	width: 25%;
}
.containerFooter > div > div.footerSocial {
	padding: 0;
}
.containerFooter > div.Other a {
	display: block;
	float: left;
	height: 21px;
	color: #fe0;
	background: transparent url(/public/images/user/logo-same-p.png) no-repeat 0 0;
	background-size: 80px;
	padding: 23px 0 0 90px;
}
.containerFooter > div.Other a:hover {
	background: transparent url(/public/images/user/logo-same-p-hover.png) no-repeat 0 0;
	background-size: 80px;
	color: #b5f2f9;
}
.containerFooter a {
	color: #fff;
}
.containerFooter a:hover {
	color: #acacac;
	text-decoration: none;
}
.containerFooter ul {
	list-style-type: none;
}
.containerFooter ul a {
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.containerFooter ul li:last-child {
	margin: 24px 0 0 0;
}
.containerFooter p {
	padding: 0;
	margin: 0 0 20px 0;
}
a.socialMedia {
	display: block;
	clear: both;
	float: right;
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
a.Facebook {
	background-image: url(../../images/user/social-facebook.png);
	background-color: #3b5998;
}
a.Twitter {
	background-image: url(../../images/user/social-twitter.png);
	background-color: #00acee;
}
a.LinkedIn {
	background-image: url(../../images/user/social-linkedin.png);
	background-color: #007bb6;
}
a.Mail {
	background-image: url(../../images/user/social-mail.png);
	background-color: #acacac;
}
a.Instagram {
	background-image: url('/public/images/user/social-instagram.png');
	background-color: #fff;
}
a.socialMedia:hover {
	background-color: #fff;
}
a.Facebook:hover {
	background-image: url(../../images/user/social-facebook-hover.png);
}
a.Twitter:hover {
	background-image: url(../../images/user/social-twitter-hover.png);
}
a.LinkedIn:hover {
	background-image: url(../../images/user/social-linkedin-hover.png);
}
a.Mail:hover {
	background-image: url(../../images/user/social-mail-hover.png);
}
a.Instagram:hover {
	background-image: url('/public/images/user/social-instagram-hover.png');
	background-color: #434343;
}
.loadMore {
	width: 100% !important;
	text-align: center;
	background-color: transparent !important;
	margin: 44px 0 0 0;
}
.loadMore a {
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #acacac;
	padding: 8px 12px 12px;
	transition-property: background-color;
	transition-duration: 0.5s;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.loadMore a:hover {
	text-decoration: none;
	background-color: #434343;
	transition-property: background-color;
	transition-duration: 0.5s;
}
.pageNav {
	width: 100%;
	background-color: transparent;
	position: absolute;
	top: 300px;
	z-index: 1;
	padding-bottom: 0 !important;
}
.pageNav a {
	position: absolute;
	width: 96px;
	height: 96px;
	display: block;
	background-size: 36px 58px;
	background-repeat: no-repeat;
	background-color: #acacac;
	text-decoration: none !important;
}
.pageNav a.pageNavLeft {
	left: 0;
	background-position: 24px 18px;
	background-image: url(../../images/user/nav-page-left.png);
}
.pageNav a.pageNavRight {
	right: 0;
	background-position: 30px 18px;
	background-image: url(../../images/user/nav-page-right.png);
}
.pageNav a:hover {
	background-color: #434343;
	width: 288px;
}
.pageNav a.pageNavRight:hover {
	background-position: 222px 18px;
}
.pageNav a div {
	position: absolute;
	width: 160px;
	height: 72px;
	padding: 12px 16px;
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	background-color: #fe0;
	display: none;
	color: #434343;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pageNav a:hover div {
	display: block;
}
.pageNav a.pageNavLeft div {
	right: 0;
}
.pageNav a.pageNavRight div {
	left: 0;
}
.blockContainer {
	background-color: #f5f5f5;	
	float: left;
	height: 480px;
	position: relative;
	width: 480px;
}
.blockContainer.fullWidth {
	width: 100%;
	height: auto;
	clear: both;
}
.cBlock {
	position: relative;
	float: left;
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	background-color: #fff;
	overflow: hidden;
}
.blockContainerFloatRight .cBlock {
	float: right;
}
.cBlock-480x480 {
	width: 480px;
	height: 480px;
}
.cBlock-240x480 {
	width: 240px;
	height: 480px;
}
.cBlock-240x240 {
	width: 240px;
	height: 240px;
	background-color: #818181;
}
.cBlock-480x240 {
	width: 480px;
	height: 240px;
}
.cBlock-fullWidth {
	width: 100%;
}
.cBlock-fullWidth:after {
	clear: both;
	display: block;
	content: '';
}
.cBlock-480x480 a {
	background: #434343 15px 8px no-repeat;
	background-size: 149px 33px;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 39px;
	left: 0;
	padding: 11px 0 0 20px;
	position: absolute;
	top: 0;
	transition-duration: 0.3s;
	width: 100%;
	z-index: 1;
}
.cBlock-480x480 a.Link2d {
	background-image: url(../../images/user/label-2d-design.png);
	transition-duration: 0.3s;
}
.cBlock-480x480 a.Link3d {
	background-image: url(../../images/user/label-3d-design.png);
	transition-duration: 0.3s;
}
.cBlock-480x480 a:hover,
.cBlock-480x480 a.active {
	background-color: #acacac;
	text-decoration: none;
}
.cBlock-480x480 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.cBlock-240x240 > img,
.cBlock-480x240 > img,
.cBlock-fullWidth > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cBlock-480x240 > img {
	width: 50%;
	cursor: pointer;
}
.cBlock-fullWidth > img {
	position: relative;
	float: left;
	height: auto;
}
.cBlock-240x240 > div,
.cBlock-480x240 > div {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: none;
	cursor: pointer;
}
.cBlock-240x240 > div {
	left: 0;
}
.cBlock-480x240 > div {
	right: 0;
	width: 50%;
	display: block;
}
.cBlock-240x240 > div div,
.cBlock-480x240 > div div {
	padding: 23px;
	line-height: normal;
}
.cBlock-240x240 > div div label,
.cBlock-480x240 > div div label {
	font-size: 15px;
}
.cBlock-240x240 > div div p,
.cBlock-480x240 > div div p {
	font-size: 25px;
}
.cBlock-480x240 > div div label {
	color: #acacac;
}
.cBlock-480x240 > div div p {
	color: #434343;
}
.cBlock-480x240 > div.projectInfo {
	color: #434343;
	opacity: 0;
}
.cBlock-480x240 > div.projectInfo p {
	color: #acacac;
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	max-height: 135px;
	overflow: hidden; /* added */
	padding: 23px;
}
.cBlock-240x480 > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #434343;
	line-height: 22px;
	cursor: pointer;
}
.cBlock-240x480 > div div {
	padding: 23px;
	position: relative;
}
.cBlock-240x480 > div div label {
	font-size: 25px;
	display: block;
	clear: both;
	line-height: normal;
}
.cBlock-240x480 > div:hover div label {
	text-decoration: underline;
}
.cBlock-240x480 > div div label.subLabel {
	font-size: 15px;
	color: #acacac;
}
.cBlock-240x480 > div:hover div label.subLabel {
	text-decoration: none;
}
.cBlock-240x480 > div div p {
	color: #434343;
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	margin: 10px 0 0 0;
}
.cBlock-240x480 > div:hover div p {
	color: #434343;
}
.cBlock-240x480 > div > a,
.cBlock-480x240 > div.projectInfo a {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 40px;
	padding: 38px 0 0 0;
	background: transparent url(../../images/user/gradient-white.png) repeat-x 0 0;
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	color: #acacac;
	text-decoration: underline;
	text-indent: 23px;
}
.cBlock-240x480 > div > a:hover,
.cBlock-240x480 > div:hover > a,
.cBlock-480x240 > div.projectInfo:hover > a,
.cBlock-480x240 > div.projectInfo a:hover {
	color: #434343;
}
.Profile > div {
	width: 25%;
	float: left;
	position: relative;
}
.Profile > div div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 48px;
}
.Profile > div p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0 10px 10px;
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	color: #fff;
	text-shadow: 1px 1px 0 #222;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.Profile > div p label {
	clear: both;
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.Profile a.socialMedia {
	clear: none;
	float: left;
}
.titleHeader {
	padding: 65px 0 40px 15px;
}
.titleHeader a {
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #adadad;
	font-weight: normal;
	line-height: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
}
.titleHeader a:hover {
	color: #434343;
	text-decoration: none;
}
.divTags {
	padding: 20px 0 0 0;
	color: #adadad;
}
.divTags a {
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	color: #adadad;
	text-decoration: underline;
	font-size: 20px;
	text-transform: lowercase;
}
.divTags a:hover {
	text-decoration: underline;
}
.narrowContent {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}
.headerImage {
	margin: 0 0 40px 0;
}
.content {
	width: 100%;
	background-color: #fff;
	clear: both;
	float: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #434343;
}
.ckeditor {
	width: inherit;
	padding: 10px;
	font-size: 16px;
	line-height: 26px;
}
.content strong,
.content .bigText {
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.content .bigText {
	font-size: 24px;
	line-height: 35px;
}
.ckeditor .bigText {
	font-size: 20px;
	line-height: 31px;
}
.content a {
	color: #434343;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content > div {
	float: left;
}
.content p {
	padding: 0 0 40px 0;
}
.ckeditor p {
	padding: 0 0 20px 0;
}
.cke_panel_listItem p {
	padding: 0 0 5px 0;
}
.content .spaceLeft {
	display: block;
	padding: 20px 0 0 20px;
}
.ckeditor h2,
.cke_panel_listItem h2 {
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #434343;
	font-weight: normal;
	line-height: 36px;
}
.ckeditor h3,
.cke_panel_listItem h3 {
	font-family: "Trade Gothic W01 Bold 2", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #acacac;
	font-weight: normal;
	line-height: normal;
}
.content form label {
	display: block;
}
.content form input,
.content form textarea {
	background-color: #fff;
	border: 1px solid #acacac;
	padding: 8px 5px;
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.content form input[type="checkbox"],
.content form input[type="radio"] {
	width: 16px;
	margin-right: 12px;
}
.content form label {
	margin: 15px 0 5px 0;
}
.content form .submit {
	background-color: #acacac;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	margin-top: 15px;
	width: 160px;
}
.content form .submit:hover {
	background-color: #434343;
}
.content ul,
.content ol {
	margin: 0 0 10px 16px;
	padding: 0;
}
.content ul li {
	list-style-type: circle;
}
.content ol li {
	list-style-type: decimal;
}
/* toevoegingen Edy */
.blockitem {
	background-color: #fff;
}
.blockitem.firstBlock {
	margin-top: -90px;
}
iframe {
	width: 100% !important;
}
img.captcha {
	width: auto !important;
}
.photosheet img {
	width: auto;
	margin: 0 45px 45px 0;

}
.lastPhotosheet img {
	margin-right: 0;
}
#mbox-filebox img {
	width: auto;
}
form .uniForm {
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;

}
form .uniForm .oneCol .col label {
	font-size: 20px;
}
.siteSearchResult {
	font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
}
.siteSearchResult .result {
	margin-top: 10px;
}
.imageFullWidth img {
	width: 100%;
}
.imageFullWidth div {
	width: 100%;
}
.imageFullWidth .readMoreBlock {
	display: none !important;
}
.textFullWidth div {
	width: 100%;
}
.videoBlock {
	position: relative;
}
.playButtonLink {
	width: 128px;
	position: relative;
	display: block;
	margin: 50px auto;
}
.playButton {
	display: block;
	position: absolute;
	width: 128px;
}
.hoverPlayButton {
	display: block;
	width: 100% !important;
	position: absolute;
}
#allBlocks {
	background-color: #f5f5f5;
	padding-bottom: 0px;
}


