/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}

/* HTML5 display-role reset for older browsers */

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

@font-face {
	font-family: 'Conv_Futura-Heavy';
	src: url('graphics/fonts/Futura-Heavy.eot');
	src: local('☺'), url('graphics/fonts/Futura-Heavy.woff') format('woff'), 
	url('graphics/fonts/Futura-Heavy.ttf') format('truetype'), 
	url('graphics/fonts/Futura-Heavy.svg.xml') format('svg');
	font-weight: normal;
	font-style: normal;
}


html {
	height: 100%;
}

body {
	height: 100%;
	min-width: 764px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	cursor: pointer;
}
a img {
	border: none;
}

.uit {
	display: none!important;
}
.aan {
	display: block!important;
}


textarea {
font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	min-height: 100%;
	z-index: 20;
	
}

#header {
	min-width: 768px;
	max-width: 1280px;
	width: 100%;
	height: 77px;
	float: left;
	position: relative; 
	overflow: visible;
}

#header a.logo {
	display: block;
	width: 203px;
	height: 55px;
	position: absolute;
	top: 28px;
	left: 21px;
	z-index: 2000;
	background-image: url('graphics/ff-logo.png');	 
}

#nav {
	width: 20%;
	padding: 4% 0% 0% 0%;
	float: right;
	min-height: 100%;
	z-index: 1200;
	position: relative;
}

#nav a {
	margin-left: 8px;
}

#content {
	min-width: 764px;
	max-width: 1280px;
	overflow: auto;
	padding: 0px 0px 20px 0px;
	margin: auto;
 	font-size: 14px;
    	line-height: 130%;
	background-color: #fff;
}

#content div.topItems {
	float: left;
	position: relative; 
	border-bottom: 1px solid #E1E1E1;
}

#content div.CBlock {
	width: 16%;
	padding: 2%;
	float: left;
	/*min-height: 345px; EVEN UIT!! */
	min-height: 401px;
	position: relative;
}

#content  .bottomItems div.CBlock {
	min-height: 460px;
}

.home #content div.CBlock {
	min-height: 366px;
}


.home #content div.CBlock.nr2.login {
	min-height: 400px;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
.home #content div.CBlock {
	min-height: 413px;

}
}


@media only screen and (min-width: 1200px) and (max-width: 10024px) {
#content .topItems div.CBlock.nr1 {
	Zmin-width: 257px;

}
}

#content div.CBlock.widthX2 {
	width: 36%;
	padding: 2%;
}


#content div.CBlock.widthX3 {
	width: 56%;
	padding: 2%;
}
#content div.CBlock.BGTexture {
	background-image: url('graphics/bg-top-2nd.png');
	background-position: top left;
	background-repeat: repeat;
	color: #fff !important;
}

#content div.CBlock.BGTexture h2 {
	color: #fff !important;
}

.ContactInfo {
	position: absolute;
	left: 10%;
	bottom: 20px;
	color: #875F50;
}

#content div.CBlock.top-2nd p,
#content div.CBlock.top-2nd textarea {
	width: 45%;
	color: #fff;
	z-index: 20;
	position: relative;
}

#content div.CBlock.widthX3 p,
#content div.CBlock.widthX3 textarea {
	width: 52%;
	color: #875f50;
	background-image: url('graphics/semi-wit.png');
	z-index: 20;
	font-size: 14px;
	position: relative;
	border: 0;
	line-height: 160%;
	
}
#content div.CBlock.widthX3 textarea {
	min-height: 200px;
}

#content div.CBlock.widthX3 h1,
#content div.CBlock.widthX3 textarea.h1 {
	width: 52%;
	color: #3c3c46;
	background-image: url('graphics/semi-wit.png');
	z-index: 20;
	font-size: 22px;
	min-height: 20px;
	position: relative;
	line-height: 140%;
}

#content div.CBlock.top-2nd h2,
#content div.CBlock.top-2nd a{
	color: #fff!important;
}

#content div.CBlock.top-2nd a:hover {
 	opacity: 0.8;
	filter: alpha(opacity = 80);
}

a.facebook,
a.twitter,
a.linkedin {
	position: absolute;
	bottom: 5px;
	left: 9%;
	display: block;
	width: 18px;	height: 18px;	
	background-image: url('graphics/facebook.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

a.twitter {
	margin-left: 25px;
	background-image: url('graphics/twitter.png');
}


a.linkedin {
	margin-left: 50px;
	background-image: url('graphics/linkedin.png');
}

p.hidden {
	visibility:hidden;
}

img.person {
	position: absolute;
	right: 1px;
	bottom: 0px;
}

img.schetsen {
	position: absolute;
	right: -110px;
	bottom: 0px;
}
#content div.CBlock.login {
	padding: 0;
	width: 20%;
}

#content div.CBlock.login form,
#content div.CBlock.login div.loginform {
	padding: 0px 4% 0px 4%;
	width: 92%;
	height: 146px;
	background-image: url('graphics/bg-login.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#content div.CBlock.login form h2,
#content div.CBlock.login div.loginform h2 {
	color: #fff!important;
	padding-top: 10px;
}

#content div.CBlock.login form input {
	width: 98%;
	margin-bottom: 8px;
}

#content div.CBlock.login form input.loginBTN,
#content div.CBlock.login a.uitlogbtn {
	background: transparent;
	border: 0;
	color: #fff!important;
	font-size: 17px;
	text-align: right;
	padding: 0;
	float: right;
	cursor: pointer;
}

#content a {
	color: #875F50;
	text-decoration: underline;
}
#content nav a {
	text-decoration: none;
}
#content a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000;
}

#content div.CBlock ul li {
	padding: 0px 0px 2px 18px;
	background-image: url('graphics/bg-li.png');
	background-position: 0px 7px;
	background-repeat: no-repeat;
}
#content ul li a {
	color: #fff!important;
}

#content div.CBlock ul li a:hover {
 	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#content div.CBlock span.borderstripe {
	display: block;
	background: #E1E1E1;
	position: absolute;
	right: 0;
	top: 0;
	Bottom: 0;
	height: 100%;
	display: block;
	width: 1px;	
}

#content div.CBlock p {
	font-size: 12px;
	margin: 0px 0px 14px 0px;
}

#content div.CBlock h2 {
	color: #875F50;
	font-size: 16px;
}

#content div.CBlock h1 {
	color: #875F50;
	font-size: 18px;

}

#content div.CBlock h2.twitter {
	padding: 3px 0px 0px 30px;	
	background-image: url('graphics/bg-twitter.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#content div.CBlock.nr2 h2,
#content div.CBlock.nr2 a {
	color: #3C3C46!important;
}

#content div.CBlock.nr1 a {
	color: #875F50!important;
}

#content div.CBlock.nr1 a:hover {
	color: #3C3C46!important;
}

#content div.CBlock.nr2 a:hover {
	color: #875F50!important;
}

#content div.CBlock.Seminars {
	color: #fff!important;
	background-image: url('graphics/bg-brown-grunge.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#content div.CBlock.Seminars h2 {
	color: #fff!important;
}

form.NieuwsbriefForm {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4% 4% 8% 4%;
	width: 92%;
	background-image: url('graphics/bg-top-2nd.png');
	background-position: top left;
	background-repeat: no-repeat;
}

form.NieuwsbriefForm h2 {
	margin: 0 !important;
	padding: 0 !important;
}

.NieuwsbriefForm-New {
	margin: 20px 0px 0px 0px;
}

form.NieuwsbriefForm-New input#email {
	width: 90%;
	margin-bottom: 10px;
}

#content h1 {
	font-size: 30px;
	color: #00b9e0;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	line-height: 125%;
}

#content h2 {
	font-size: 25px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	line-height: 125%;
	min-height: 40px;	
}

form#newpage,
form#newSiminar  {
	background-color: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 2px 2px 6px 2px #444444;
	height: 125px;
	left: 50%;
	margin-left: -125px;
	margin-top: -100px;
	padding: 10px;
	position: absolute;
	top: 25%;
	width: 250px;
	z-index: 20000;
}
form#newpage h2,
form#newSiminar h2 {
	font-family: 'Conv_Futura-Heavy';
	font-size: 18px;
	color: #3c3c46;
}

form#newpage label,
form#newSiminar label {
	padding-right: 10px;
}
form#newpage input,
form#newSiminar input {
	max-width: 135px;
	float: right;
}
form#newpage input.NewPageSubmit,
form#newSiminar input.NewPageSubmit {
	bottom: 20px;
	float: none;
	left: 50%;
	margin: 0 0 0 -51px;
	position: absolute;
}

a.close {

	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear;

	background-color: #981C20;
	border-radius: 8px 8px 8px 8px;
	color: #FFFFFF !important;
	display: block;
	font-size: 10px !important;	
	height: 18px;
	left: -8px;
	top: -8px;
	line-height: 16px;
	padding: 0 7px;
	position: absolute;
	width: 4px;
	text-decoration: none !important;
}

a.close:hover {
   	background: red;
	box-shadow: 1px 1px 2px 1px #444444;
}

form#PageEditor {

	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear;
}
form#PageEditor.faded {
	opacity: 0.2 !important;
	filter: alpha(opacity=20);
}

a.newpageBTN {

	background-image: url('graphics/plus_icon.png');
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 0px 1px;
}


#ExtraInfo {
	background-color: #FFFFFF;
	border: 1px solid #835C4D;
	border-radius: 8px 8px 8px 8px;
	color: #3A3A44;
	display: block;
	font-size: 14px;
	padding: 10px 10px 20px;
	position: fixed;
	right: -222px;
	top: 45px;
	transition: all 0.5s linear 0s;
	width: 200px;
	min-height: 250px;
	z-index: 2000;
}

#ExtraInfo input {
	width: 98%;
}

#ExtraInfo.aan {
	right: 5px;
}

#ExtraInfo a.libje1 {
    	background-repeat: no-repeat;
	background-image: url("graphics/bg-extra-info-libje.png");
	width: 26px; height: 100px;
	display: block;
	position: absolute;
	left: -26px;
	top: 60px;
}

#ExtraInfo.login a.libje1 {
	background-image: url("graphics/bg-extra-info-libje-login.png");
}

#ExtraInfo a.libje2 {
	display: none;
}

#ExtraInfo.aan a.libje2 {
    	background-repeat: no-repeat;
	background-image: url("graphics/bg-extra-info-libje2.png");
	width: 26px; height: 100px;
	display: block;
	position: absolute;
	left: -26px;
	top: 60px;
}


#ExtraInfo.login.aan a.libje2 {
	background-image: url("graphics/bg-extra-info-libje2-login.png");
}
#ExtraInfo.aan a.libje1 {
	display: none;
}

.savefooter {
	background-color: #d7ccc8;
	width: 100%;
	height: auto;
	padding: 15px 0px;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 20px;
}

input.Save {
	/* position: fixed;
	top: 5px;
	right: 5px;
	*/
	background: none repeat scroll 0 0 transparent;
	z-index: 20000;
	background-image: url('graphics/bg-top-2nd.png');
	border: 2px solid #fff;
	color: #FFFFFF !important;
	cursor: pointer;
	font-size: 17px;
	padding: 10px 50px 10px 50px;
}
input.Save:hover {
	border: 2px solid #795548;
}
a.delIcon {
	width: 10px;
	height: 14px;
	display: block;
	background-image: url('graphics/icon-trash.png');
	float: left;
}

/*=============================================   Keurmerken + filmpje + Downloads [2013-08-01] ============================================= */

div.keurmerken {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;

}
div.keurmerken img {
	margin: 0px 3%;
}


@media only screen and (min-width: 0px) and (max-width: 1028px) {
div.keurmerken img {
	float: left;
	clear: both;
	margin: 10px 0px 0px 10px;
}
div.keurmerken {

	bottom: -30px;

}
}

.filmpje {
	position: absolute;
	top: 28px;
	text-align: center;
	width: 100%;
}

a.downloadFile {
	display: block;
	with: 94%;
	color: #fff!important;
	text-decoration: none!important;
	padding-left: 6%;
    	background-repeat: no-repeat;
	background-image: url("graphics/icon-doc.png");

}

a.downloadFile.pdf {
	background-image: url("graphics/icon-pdf.png");

}

a.downloadFile:hover {
	color: #97705E!important;
	text-decoration: underline!important;
}

/*=============================================   NAV   ============================================= */

#content div.CBlock nav a.current {
	color: #3d4046!important;
	text-decoration: underline;
}

/*=============================================   Twitter   ============================================= */


.twitterBox {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.tweet,
.query {
	color: #085258;
	font-size: 12px;
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	width: 100%;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px !important;
}
	
.tweet_list li a {
	color: #0C717A;
}
	
.tweet_list .tweet_even {
	Zbackground-color: #91E5E7;
}
	
.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

a.show-code {
	display: none;
}

h1, h2, h3, textarea.h1 {
	font-family: 'Conv_Futura-Heavy' !important;
}

.vlpn {
	margin: 10px 0px 0px 0px;
}.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
