html, body {
	background-color: #313030; 
	font-family: "Lucida Grande", verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	cursor: default;
}

body {
	min-width: 980px;
}

.android select:focus, .ios select:focus  {
  font-size: 10em;
  color: white !important;
  text-indent: 1000px;
}


/*#front-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 389px;
	min-width: 980px;
	background: url("/images/home/background.jpg") no-repeat center 0;
	background-size: cover;
}*/

#front-footer {
	height: 70px;
	min-width: 980px;
	padding-top: 25px;
	line-height: 20px;
	text-align: center;
	background: #313030; 
	background: -moz-linear-gradient(top,  #313030 0%, #000000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313030), color-stop(100%,#000000)); 
	background: -webkit-linear-gradient(top,  #313030 0%,#000000 100%); 
	background: -o-linear-gradient(top,  #313030 0%,#000000 100%); 
	background: -ms-linear-gradient(top,  #313030 0%,#000000 100%); 
	background: linear-gradient(to bottom,  #313030 0%,#000000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313030', endColorstr='#000000',GradientType=0 ); 
	-moz-box-shadow: 0 -10px 13px -8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 -10px 13px -8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 -10px 13px -8px rgba(0, 0, 0, 0.6);
}

#front-footer a {
	color: #bbbbbb;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 5px;
	border-right: 1px solid #444444;
}

#front-footer a:hover, #front-footer a:hover * {
	color: #ffffff;
	text-decoration: underline;
}

#front-footer a em {
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: 0;
	color: #666666;
}

#front-footer #languages {
	border: none;
	background: url("/images/home/sprites-old.png") no-repeat 85px -22px;
	padding-right: 20px;
}

#front-footer span {
	color: #555555;
	font-weight: normal;
	margin-left: 10px;	
}

#footer-logo {
	width: 110px;
	margin: 0 20px;
	margin-left: 5px;
	display: inline-block;
	position: relative;
}

#footer-logo span {
	width: 110px;
	height: 90px;
	bottom: -30px;
	left: 0;
	position: absolute;
	background: url("/images/home/sprites-old.png") no-repeat -24px -750px;
}

.footer-icon {
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-right: 3px;
	xmargin-top: -10px;
	margin-bottom: -5px;
	border: none !important;
	xbackground-color: red;
	background: url("/images/home/sprites-old.png") no-repeat 0 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;	
}

.footer-icon:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.footer-icon#twitter {
	background-position: 0 0;
}

.footer-icon#gplus {
	background-position: -25px 0;
}

.footer-icon#facebook {
	background-position: -50px 0;
}

#screen-small {
	display: none;
}

@media only screen and (max-width:1150px) {
	#screen-small {
		display: block;
	}

	#front-footer span {
		color: #333333;
	}		
}





#front-header #front-search {
	width: 850px;
	height: 270px;
	display: block;
	margin: 0 auto;
	position: relative;
}

#front-search #search {
	position: absolute;
	left: 210px;
	top: 110px;
	width: 440px;
	height: 50px;
	line-height: 50px;
	border: 0;
	background-color: #ffffff;
	outline: none;
	font-size: 13px;
	padding: 0 50px;
	border-bottom: 1px solid #cfcfcf;
	z-index: 4;
	-webkit-border-radius: 25px; 
	border-radius: 25px; 	
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: inset 0 1px 5px -1px #000;
	-webkit-box-shadow: inset 0 1px 5px -1px #000;
	box-shadow: inset 0 1px 5px -1px #000;

}

#front-search #submit {
	position: absolute;
	width: 36px;
	height: 36px;

	top: 117px;
	left: 606px;
	z-index: 6;
	cursor: pointer;
	border: 0;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;	
	background: #3b68a6;
	background: -moz-radial-gradient(center, ellipse cover,  #3b68a6 0%, #4c84ce 66%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3b68a6), color-stop(66%,#4c84ce));
	background: -webkit-radial-gradient(center, ellipse cover,  #3b68a6 0%,#4c84ce 66%);
	background: -o-radial-gradient(center, ellipse cover,  #3b68a6 0%,#4c84ce 66%);
	background: -ms-radial-gradient(center, ellipse cover,  #3b68a6 0%,#4c84ce 66%);
	background: radial-gradient(ellipse at center,  #3b68a6 0%,#4c84ce 66%);
	-moz-box-shadow: 1px 1px 5px -2px #000;
	-webkit-box-shadow: 1px 1px 5px -2px #000;
	box-shadow: 1px 1px 5px -2px #000;

	-webkit-border-radius: 18px; 
	border-radius: 18px;	

	padding: 0;
}

#front-search #submit:hover {
	background: #5d95e2;
}

#front-desc {
	position: absolute;
	top: 120px;
	left: 680px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);	
}

#front-desc * {
	font-size: 12px;  
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #313030;
	line-height: 14px;
}

#front-desc p {
	font-weight: bold;
}

#front-header #big-logo {
	position: absolute;
	width: 184px;
	height: 184px;
	top: 44px;
	left: 60px;
	background: url("/images/home/sprites-old.png") no-repeat -9px -520px;	
	z-index: 5;
	pointer-events: none;
}

#front-search #search-tabs {
	position: absolute;
	top: 89px;
	left: 245px;
}

#front-search #search-tabs button {
	border: 0;
	padding: 0 15px;
	padding-bottom: 2px;
	padding-top: 0;
	line-height: 20px;
	z-index: 2;
	color: #ffffff;
	margin: 0;
	margin-right: 2px;
	cursor: pointer;
	border-bottom: 4px solid #ffffff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;			
	background: #487ec5;
	background: -moz-linear-gradient(top,  #487ec5 30%, #4171b4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#487ec5), color-stop(100%,#4171b4));
	background: -webkit-linear-gradient(top,  #487ec5 30%,#4171b4 100%);
	background: -o-linear-gradient(top,  #487ec5 30%,#4171b4 100%);
	background: -ms-linear-gradient(top,  #487ec5 30%,#4171b4 100%);
	background: linear-gradient(to bottom,  #487ec5 30%,#4171b4 100%);
}

#front-search #search-tabs button:hover {
	background: #5d95e2;	
}

#front-search #search-tabs button.active {
	background: #ffffff;
	z-index: 8;
	position: relative;
	cursor: default;
	color: #518fe5;
	padding-top: 1px;
	border-bottom: 4px solid #ffffff;
	-moz-box-shadow: inset 0 1px 4px -1px #000;
	-webkit-box-shadow: inset 0 1px 4px -1px #000;
	box-shadow: inset 0 3px 6px -3px #000;	
}

#front-toplist {
	position: relative;
	width: 250px;
	height: 50px;
	top: 155px;
	left: 13px;
	-webkit-border-radius: 25px; 
	border-radius: 25px; 	
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: inset 0 1px 5px -1px #000;
	-webkit-box-shadow: inset 0 1px 5px -1px #000;
	box-shadow: inset 0 1px 5px -1px #000;
	background: #ffffff url("/images/home/sprites-old.png") no-repeat 215px -4px;	
	background-position: 115px 10px;
	opacity: 0.65;
	cursor: pointer;
}

#front-toplist:hover {
	opacity: 0.9;
}

#front-toplist select {
	position: absolute;
	width: 250px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-moz-outline-style: none;
	-moz-appearance: window;
	-webkit-appearance: button;
	-ms-appearance: button;
	appearance: button; 
	background: transparent;
	color: #3f73ba;	
	font-weight: bold;	
	cursor: pointer;	
	padding-left: 20px;
	font-size: 12px;	

	height/*\**/: auto\9;
	padding-top/*\**/: 16px\9;	
}


@media screen and (min-width:0\0) {
	#front-toplist select { width: 280px; height: 50px; padding-top: 0; }
}


@-moz-document url-prefix() {
	#front-toplist select {
	width: 280px;
	padding-top: 17px;

	color: rgba(0,0,0,0);
	text-shadow: 0 0 0 #3f73ba;
}
}

#front-toplist select optgroup {
	font-style: normal;
	font-weight: normal;
	color: #888888;
	margin-top: 5px;
}

#front-toplist select optgroup option {
	color: #000000 !important;
	height: 18px;
	padding-top: 3px;
}

#front-toplist select optgroup option:before {
	content: "- ";
}


#front-toplist span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	right: 30px\9;
	bottom: 0;
	overflow: hidden;
}

@media screen and (min-width:0\0) {
	#front-toplist span { right: 0; }
}

@-moz-document url-prefix() {
	#front-toplist span { }
}

#front-contact {
	position: absolute;
	right: 10px;
	top: 6px;
}

#front-contact a#arielle {
	padding-right: 30px;
	margin-left: 22px;
	color: white;
	font-size: 12px;
	text-decoration: none;	
}

#front-contact a#arielle:hover {
	text-decoration: underline;
}

#front-contact a#arielle:after {
	position: absolute;
	height: 18px;
	width: 25px;
	content: " ";
	background: url("/images/home/sprites-old.png") no-repeat 0 0;	
}

#front-contact a#login:after {
	background-position: -2px -22px;
}

#front-contact a#signup:after {
	background-position: -2px -62px;
}

#front-contact a#arielle:after {
	background-position: 1px -81px;
}

#front-contact a#call:after {
	background-position: 0 -103px;
	opacity: 0.4;
}

#front-contact a#login, #front-contact a#signup {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);	
}

#front-contact a#arielle {
	color: #4079c9;
}

#front-contact a#call {
	color: #000000;
	cursor: default;
}

#front-contact a#call:hover {
	text-decoration: none;
}

#front-news {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 430px;
	padding-top: 320px;
	padding-bottom: 100px;
	margin: 0 auto -70px;
	display: block;
}

#intro {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	padding-top: 300px;
	padding-bottom: 100px;
	margin: 0 auto -70px;
	display: block;
}

#intro hr {
	border-color: #43A047;
	border-bottom: 0;
}

#intro > h2,
#intro > p {
	text-align: center;
}

#intro h2 {
	display: block;
	width: 670px;
	font-size: 22px;
	line-height: 30px;
	margin: 0 auto;
}

#intro > p {
	font-style: italic;
}

.intro-steps {
	text-align: left;
}

.intro-steps h3 {
	font-family: "Open Sans";
	font-size: 20px;
	color: #43A047;
	padding: 15px 0;
}

.intro-steps p {
	font-size: 13px;
	line-height: 15px;
}

.intro-steps li {
	background-position: top left;
	float: left;
	width: 320px;
}

.intro-steps li img {
	vertical-align: middle;
	padding-right: 10px;
}

.intro-steps li.step-one {
	text-align: left;
}

.intro-steps li.step-two {
	text-align: center;
}

.intro-steps li.step-three {
	text-align: right;
}

.s-blue {
	color: #4079C9;
}

.s-green {
	color: #47B800;
}


#front-news h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

#front-news .news {
	display: block;
	padding-left: 60px;
	position: relative;
	margin-bottom: 12px;
	padding-top: 12px;

	/*padding-bottom: 20px;*/
	/*width: 300px;*/
}

#front-news .news:before, #front-news .news::before  {
	position: absolute;
	content: " ";
	height: 1px;
	width: 100%;
	margin-top: -14px;
	left: 0;
	background: rgba(78,184,17,1);	
	background: -moz-linear-gradient(left,  rgba(78,184,17,1) 0%, rgba(78,184,17,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(78,184,17,1)), color-stop(100%,rgba(78,184,17,0)));
	background: -webkit-linear-gradient(left,  rgba(78,184,17,1) 0%,rgba(78,184,17,0) 100%);
	background: -o-linear-gradient(left,  rgba(78,184,17,1) 0%,rgba(78,184,17,0) 100%);
	background: -ms-linear-gradient(left,  rgba(78,184,17,1) 0%,rgba(78,184,17,0) 100%);
	background: linear-gradient(to right,  rgba(78,184,17,1) 0%,rgba(78,184,17,0) 100%);
}

#front-news .news h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;	
	margin: 0;
	padding: 0;
	margin-bottom: -2px;
}

#front-news .news p {
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	margin-top: 8px;	
	color: #bbbbbb;
}

#front-news .news img {
	position: absolute;
	top: 14px;
	left: 0;
}

#front-news .news .read-more a, #front-news .news .read-less a{
	display: block;
	margin-top: 4px;
	color: rgba(78,184,17,1);
	text-decoration: none;
	overflow: auto;
	clear: both;
}

#front-news .news .read-more a:hover, #front-news .news .read-less a:hover {
	text-decoration: underline;
}

#front-flow {
	position: absolute;
	top: 248px;
	/*z-index: 11;*/
	left: 0;
	right: 0;
	max-width: 1500px;
	min-width: 980px;
	height: 265px;
	margin: 0 auto;	
	visibility: hidden;
}

#ffright, #ffleft {
	opacity: 0.6;
	cursor: pointer;
	z-index: 279;
}

#ffright:hover, #ffleft:hover {
	opacity: 1;
}


.ffitems {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s; 	
}

.ffitems:after {
	content: ' ';
	position: absolute;
	height: 80px;
	width: 100%;
	bottom: 0;

	-webkit-box-shadow: 0 32px 56px -16px #111111;
	-moz-box-shadow: 0 32px 56px -16px #111111;
	box-shadow: 0 32px 56px -16px #111111;        
}

.ffsmaller.ffitems:after {
	-webkit-box-shadow: 0 32px 56px -30px #111111;
	-moz-box-shadow: 0 32px 56px -30px #111111;
	box-shadow: 0 32px 56px -30px #111111;	

}

.ffitems:hover, .ffactive, .ffclicked {
	z-index: 99;
	-moz-transform: scale(1.33);
	-webkit-transform: scale(1.33);
	-o-transform: scale(1.33);
	-ms-transform: scale(1.33);
	transform: scale(1.33);

	-moz-box-shadow: 0px 10px 35px #000000;
	-webkit-box-shadow: 0px 10px 35px #000000;
	box-shadow: 0px 10px 35px #000000;
}

.ffclicked {
	z-index: 109;
}

#ffcontrols, #ffalternate {
	position: absolute;
	width: 100px;
	height: 85px;
	top: 60px;
	z-index: 169;

	pointer-events: none;
	visibility: hidden;

	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);	
	-webkit-backface-visibility: hidden;	
}

#ffalternate {
	z-index: 269;
}


#ffplay, #ffstop {
	position: absolute;
	width: 56px;
	height: 46px;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	margin-top: -23px;
	background: url("/images/home/sprites-old.png") no-repeat 2px -400px;
	pointer-events: all;
	cursor: pointer;
	opacity: 0.75;	
}

#ffstop {
	background-position: -52px -400px;
}


#ffplay:hover, #ffview:hover, #ffstop:hover {
	opacity: 1;
}


#ffview {
	position: absolute;	
	width: 99px;
	height: 28px;
	left: 50%;
	top: 50%;
	margin-left: -50px;	
	margin-top: 29px;	
	background: url("/images/home/get_licence.png") no-repeat;	
	pointer-events: all;
	cursor: pointer;
	opacity: 0.75;
}



#ffreflection {		
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);	

	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	opacity: 1;	
}


#fftimeline {
	z-index: 154;	
}

.safari #fftimeline, .safari .ffitems {
	xtransform: translate3d(0,0,0);
	x-webkit-transform: translate3d(0,0,0);		
	-webkit-backface-visibility: hidden;	
	-webkit-perspective: 1000;		
}




#ffcontainer:after {
	content: ' ';
	position: absolute;
	height: 150px;
	width: 100%;
	bottom: 25px;
	z-index: 144;

	background: -moz-radial-gradient(center, ellipse cover,  rgba(102,100,100,0.65) 0%, rgba(49,48,48,0.13) 80%, rgba(49,48,48,0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(102,100,100,0.65)), color-stop(80%,rgba(49,48,48,0.13)), color-stop(100%,rgba(49,48,48,0)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(102,100,100,0.65) 0%,rgba(49,48,48,0.13) 80%,rgba(49,48,48,0) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(102,100,100,0.65) 0%,rgba(49,48,48,0.13) 80%,rgba(49,48,48,0) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(102,100,100,0.65) 0%,rgba(49,48,48,0.13) 80%,rgba(49,48,48,0) 100%);
	background: radial-gradient(ellipse at center,  rgba(102,100,100,0.65) 0%,rgba(49,48,48,0.13) 80%,rgba(49,48,48,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6666464', endColorstr='#00313030',GradientType=1 );

}

#fflabel {
	position: absolute;

	width: 200px;
	margin: 0;
	padding: 0;
	z-index: 1000;

	line-height: 17px;
	font-weight: bold;
	font-size: 12px;
}

#fflabel em, #fflabel span {
	font-weight: normal;
	font-size: 11px;
	font-style: italic;

}

#fflabel em {
	margin-right: 8px;
	color: #777777;
}

#fflabel span {
	color: #999999;
}

.mejs-controls {
	display: none !important;
}

#homepage-toplist img {
	padding-right: 5px;
}

#homepage-toplist {
	z-index: 250;
	position: relative;
	padding-right: 12px;
	text-align: right;
	top: 198px;
	left: 0;
}

#homepage-toplist a {
	color: #FFF;
}