body {
	font-family: Myriad Pro, FuturaBT-Light, arial, verdana;
	/* font-family: functions_cap, arial, verdana; */
}
 

.fd_teaser_list .span6 img {
	width:100%;
	margin:0 0 0 0;
}

.newsteaser .systemteaser_text  {
	font-size:56px;
	line-height: 48px;
}

#dynamic_teasers .systemteaser_image {
	width:220px;
}

.login_logo img {
	width: 170px;
}

.login_logo {
	position: absolute;
	bottom: 40px;
	width: 100%;
}

.example_link:hover {
	text-decoration: none;
}

.fd_teaser_list {
	overflow:hidden;
	margin-bottom:20px;
}

.fd_teaser_list a {
	color:#222;
}

.fd_teaser_list {
	overflow:hidden;
}

#dummy_navi {
	position:absolute;
}

.txt_black {
	color:#000;
}

.txt_error{
	color: #F9A4A4;
	font-size: 11px;
	display: none;
}

.txt_bold {
	font-weight: bold;
}

.wrong_txt {
	color: #F9A4A4;
	font-size: 11px;
}

.txt_grey {
	color:#AEAEAE;
}

.txt_right {
	text-align: right;
}

.txt_blue,
.ok_txt {
	color:#02b2ee;
}

.hide {
	display: none;
}

.bg_blue {
	background: #02b2ee;
}

.ok_txt {
	font-weight: bold;
}

.txt_light {
	color:#fff;
}

.txt_normal {
	font-weight: normal;
}

.fd_contentbox {
	position: relative;
	margin:0 0 30px 0;
	overflow:hidden;
}

.txt_uppercase {
	text-transform: uppercase;
}

.txt_itailc {
	font-style:italic;
}

.pos_relative {
	position:relative;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.fontstyle_m  h3 {
	margin-bottom:0;
}

.fontstyle_m  h4 {
	margin-bottom:5px;
}

.fontstyle_m  h3,
.fontstyle_m  h4 {
	font-size:14px;
	line-height: 11px;
}

.txt_small {
	font-size: 12px;
}

.txt_normal {
	font-weight:normal;
}

.background {
	min-height: 100px;
}

hr{
 border: 0px; /* F�r Firefox und Opera */
 border-top: solid 2px #E0E0E0;
 height:1px;
 margin-bottom:20px;
}

.modal.fade.in {
    top: 50%;
}

.modal.fade {
    -moz-transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
    top: -25%;
}

.fade.in {
    opacity: 1;
}

.modal {
    width: 900px;
}



.modal {
    left: 50%;
    margin: -250px 0 0 -450px;
    top: 50%;
    width: 880px;
	overflow: hidden;
	height: 570px;
	display:none;
}

.modal-body {
	max-height:550px;
}

.modal.medium {
    width: 600px;
}



.modal.medium {
    left: 50%;
    margin: -225px 0 0 -300px;
    top: 50%;
	overflow: hidden;
	height: 550px;
	display:none;
}

.modal.medium .modal-body {
	max-height:450px;
	margin-right: 10px;
}


/* search */
#inline_search {
	margin-top:68px;
}

.websites_col h3 {
	padding-left:40px;
}

.images_col h3 {
	padding-left:20px;
}

.search_infotext {
	font-size:18px;
	line-height:26px;
	margin:30px 0 30px 20px;
	width:900px;
}


#register_container {
	padding:10px;
	margin-bottom: 50px;
}

#facebook_login_btn {
	position: absolute;
	top:80px;
	left:0;
	display:none;
}

#register_container label {
	font-size: 12px;
	font-style: italic;
}

.registerform_textbox {
	padding:0 0 0 20px;
}

.step_txt {
	margin: 0 0 20px 0;
}

#domain_message,
#password_message,
#email_message {
	margin:0 0 10px 0;
}

.blue_border_box {
	border:50px solid #00B5F3;
	padding:20px;
	text-align: center;
	background: #fff;
	margin: auto;
	margin-top:20px;
	margin-bottom: 20px;
	width:200px;
}

.blue_border_box.login {
	height:200px;
	padding:100px 20px 20px 20px;
	overflow: hidden;
	-webkit-box-shadow: -1px 10px 15px #C9C9C9; /* webkit browser*/ 
	-moz-box-shadow: -1px 10px 15px #C9C9C9; /* firefox */ 
	box-shadow: -1px 10px 15px #C9C9C9;
	
}

.blue_border_box.login.new {
	border: none;
	background: #00B5F3;
}

.blue_border_box.login.new .inner_box {
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: -1px 10px 15px #C9C9C9; /* webkit browser*/ 
	-moz-box-shadow: -1px 10px 15px #C9C9C9; /* firefox */ 
	box-shadow: -1px 10px 15px #C9C9C9;
}


.blue_border_box.login .linkbox {
	position:absolute;
	bottom: 10px;
	left: 10px;
}

.blue_border_box.login .linkbox a {
	font-size: 11px;
	color: #02b2ee
}

.blue_border_box.login .linkbox a.active {
	/*
	background: #00B5F3;
	color: #fff;
	*/
	font-weight: bold;		
}

.blue_border_box.login .formpage {
	position:absolute;
	width:85%;
	top: -100px;
}

.blue_border_box.login .formpage.first {
	top: 100px;	
}

.blue_border_box.login .formpage .text input,
.blue_border_box.login .formpage .password input  {
	width:85%;
	color: #02b2ee;
}

.blue_border_box.login .submit {
	text-align: left;
	margin: 10px;
}

.blue_border_box.login .submit input {
	padding:7px 40px 7px 10px;
	background:	#02b2ee;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-box-shadow: -1px 10px 15px #C9C9C9; /* webkit browser*/ 
	-moz-box-shadow: -1px 10px 15px #C9C9C9; /* firefox */ 
	box-shadow: -1px 10px 15px #C9C9C9;
	border-color: transparent;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font-weight: bold;
}

.blue_border_box #message_container_login {
	position: relative;
	top: -70px; 
	right:0;
	text-align:center;
}

#flashmessage {
	margin: 0 0 10px 0;
	background: #00B5F3;
	padding:10px;
	color:#fff; 
}

#registerForm .radio input[type="radio"],
#registerForm .checkbox input[type="checkbox"] {
	position: absolute;
	top:0;
	left:0;
	margin-left: 0;
}

#registerForm .input.medium.text input {
	width: 130px;
}

#registerForm .input.large.text input {
	width: 97%;
}

#registerFormContainer  label {
	font-size: 13px;
	margin-top:0;
	font-style: normal;
}

#registerFormContainer form .fd_field_wrapper label {
	font-style: normal;
}

#registerFormContainer {
	background: #000;
	padding:10px 10px 10px 20px;
	margin-bottom: 20px;
	position: relative;
	color: #ebebeb;
	min-height: 430px;
	margin-left: 10px;
	font-family:HelveticaNeueW01-ThinIt;
/*	font-family:'HelveticaNeueW02-66Medi'; */
}

#registerFormContainer {
	font-family:HelveticaNeueW01-ThinIt;
}

#registerFormContainer .introtext {
	font-size: 14px;
}

#registerFormContainer label,
#registerFormContainer .introtext {
	color: #cdcdcd;
}

#registerFormContainer #infotext {
	font-size: 13px;
	margin-left:20px;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
	background: #e9e9e9;
}

#thankyou_container {
	display:none;
}

#home_static {
	position:relative;
	padding-bottom: 30px;
	overflow: hidden;
	height:850px;
}

#home_static .rightbox {
	float: right;
	border: 1px solid green;
}

#static_leftcol {
	position: relative;
	float: left;
	width: 55%;
}

.static_teaser {
	margin: 0 0 20px 0;
}

.teaserlist .static_teaser {
	margin: 0 0 0px 0;
}

.teaserlist .static_teaser p {
	margin: 0;	
}

#static_leftcol h3,
#home_teasers h3,
#home_teasers h4
#static_leftcol h4 {
	font-size: 16px;
	margin-left:5px;
}

#static_leftcol h3,
#static_rigtcol h3,
#home_teasers h4 {
	font-size: 14px;
	font-family: Myriad Pro, functions_cap_bold, arial, verdana;
	font-weight: bold;
}

#home_teasers a:hover {
	text-decoration: none;
}

#static_leftcol h4,
#static_rightcol h4,
#home_teasers h4{
	font-family:Myriad Pro, functions_cap, arial, verdana;
	font-weight: normal;
}

#static_rightcol h3,
#static_rightcol h4,
#home_teasers h4,
#home_teasers h3 {
	margin-left: 0;
}
 
#static_leftcol img {
	
}

#static_rightcol {
	position: absolute;
	right:10px;
}

.col1_abs {
	position:absolute;
	left:-5px;
	width:230px;
}

.col2_abs {
	position:absolute;
	left:273px;
	width:270px;
}

.fd_formfield_row {
	margin:0 0 5px 0;
}

#registerFormContainer form .fd_field_wrapper,
#loginFormContainer form .fd_field_wrapper { position:relative }
#registerFormContainer form .fd_field_wrapper label,
#loginFormContainer form .fd_field_wrapper label  { 
	position:absolute; 
	top:5px; 
	left:5px; 
	color: #777; 
	font-size: 12px;
}

#loginFormContainer form .fd_field_wrapper label  { 
	left:15px;
	color:#02b2ee;
	font-weight: bold;
}

#registerFormContainer form p,
#loginFormContainer form p {
	margin:0;
}

#loginFormContainer form p {
	margin-bottom:5px;
}

#loginFormContainerWrapper {
	/*position:fixed!important;*/
	position:absolute;
	left: 50%;
    margin: -250px 0 0 -200px;
    top: 50%;
    width: 400px;
	overflow: hidden;
	height: 530px;
}

#template_scroller {
	margin-bottom: 50px;
	display: none;
}

#social_bar {
	position: absolute;
	left:0;
	top:500px;
	width:20px;
	overflow: hidden;
	z-index: 10;
}

#social_bar a {
	display: block;	
}

#social_bar img {
	width:20px;	
}

#facebook_icon {
	float:left;
}

#facebook_twitter {
	float:left;
}

#yt_icon {
	float:left;
}

#footer ul.x {
	overflow: hidden;
	padding: 0 20px 0 0
}

#footer ul.x li {
	float:left;
	margin: 0 0 0 10px;
}

.teasertext {
	line-height: 10px;
	font-size: 11px;
}

#message_container {
	color:#fff; 
	padding:10px 20px 10px 10px;
	top:20px;
	right:-10px;
	-moz-border-radius: 5px; 
	z-index: 111111;
	font-weight: bold;
	color: #00B5F3;
	position: absolute;
}

#message_container  {
	
} 

#message_container.onsuccess {
	background-color: #F81F1F;
} 

#flash_message_container {
	background: #00B5F3;
	color:#fff;
	font-weight: bold;
	padding:10px;
	position: absolute;
	top:0px;
	right:-5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 111111;
}

#flash_message_container.success {
	
} 

#flash_message_container.onsuccess {
	background-color: #F81F1F;
}

#display_message {
	position:absolute; 
	right:0; top:-2px; 
	color:#fff; 
	padding:10px;
	
	border-right:none;
	border-radius: 0px 0px 0px 11px; 
	-moz-border-radius: 0px 0px 0px 11px; 
	-webkit-border-radius: 0px 0px 0px 11px; 
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
}

#display_message.success {
	/* background-color:rgba(24,135,12,0.5); */
	background:#00B4F2; 
}

#display_message.failure { 
/* 	background-color:rgba(211,88,162,0.5); */
	background:#D10202; 
}


/* examples */

.example_teaser  { 
	float: left;
	width: 33.33333%;
	font-family:Myriad Pro, functions_pro_book, verdana;
	line-height: 1.4em;
	font-weight: normal;
	height: 280px;
}

.example_teaser h3 {
	font-size: 20px;
	margin-left:8px;
}

.example_teaser h4 {
	font-size: 13px; 
	margin-left:8px;
}

.template_name {
	font-style: italic;
}

#featureTable {
	text-align: left;
	width: 100%;
	font-size: 18px;
	margin-left: -15px;
}

#featureTable th .price {
	font-size: 18px;
}

#featureTable th {
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 15px;	
}

#featureTable tr.odd {
	background: #fff;
}

#featureTable tr.even {
	background: #F6F6F6;
}

#featureTable td {
	padding: 10px 10px 10px 0;	
}

#featureTable th.c1 {
	width:50%;
}

#featureTable th.c2 {
	width:25%;
}

#featureTable th.c3 {
	width:25%;
}


#featureTable td.title,
#featureTable th.headline {
	padding-left: 30px;
}

#featureTable td.title h3 {
	text-transform: uppercase;
	font-size: 18px;
}

#featureTable .info_toggle {
	display: none;
	font-size: 14px;
	line-height: 16px;
	color: #222;
}

#featureTable td p {
	font-size: 11px;
	line-height: 9px;
	margin: 3px 0 0 0;
}

#featureTable td .register_btn .text {
	font-size: 11px;
	line-height: 9px;
}


#featureTable td.title a {
	color: #222;
	text-decoration: none;
	font-style: italic;
}

#featureTable .headline {
	font-size: 24px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#featureTable a.register_btn {
	display: block;
	padding:5px;
	width: 100px;
	line-height: 8px;
}

#featureTable a.register_btn:hover {
	text-decoration: none;
	color: #fff;
	background: #04A5DB;
}

/* templates teasers */

#templates_slideshow {
	margin-left: 40px;
	background: #fff;
	height: 450px;
	overflow: hidden;
	position: relative;
	font-family:Myriad Pro, HelveticaNeueW01-ThinIt;
}

#templates_slideshow  .template_info_text {
	position: absolute;
	right: 20px;
	width: 230px;
	top:-400px;
	color: #9a9a9a;
	/*font-family:HelveticaNeueW02-66Medi; */
	
}

#templates_slideshow  .template_info_text h3 {
	font-size: 32px;
	font-weight: normal;
	line-height: 50px;
	color:#000;
}

#templates_slideshow .template_price {
	width:80px;
    height:80px;
    background:#469DFA;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	background: #00B0E2;
	color: #fff;
	position: absolute;
	top: 30px;
	right: -200px;
	font-size: 25px;
}

#templates_slideshow .template_price .template_price_inner {
	position: relative;
}

#templates_slideshow .template_price .template_price_inner  span{
	position: absolute;
	top: 30px;
	left: 10px;
}

.pagerbtn{
	position: absolute;
	top: 40%;
	cursor: pointer;
	z-index: 100;
	height: 63px;
	width: 32px;
	background: url(../img/arrows.png) no-repeat 0 0;
}

#next_teaser_btn{ background-position: 0 -226px; width: 32px; height: 63px; } 
#next_teaser_btn:hover{ background-position: 0 -339px; width: 32px; height: 63px; } 
#prev_teaser_btn{ background-position: 0 0; width: 32px; height: 63px; } 
#prev_teaser_btn:hover{ background-position: 0 -113px; width: 32px; height: 63px; } 


#next_teaser_btn {
	right: 5px;
}

#prev_teaser_btn {
	left: 20px;
}

/* template teaser */

.template_teaser {
	float: left;
	margin:0 0 20px 0;
}

.template_teaser.right {
	float: right;
}

/* search */

#search_page .search_item img {
	height: 150px;
}

/* search page */

body#FD_website_template_search #navi {
	position: absolute;
	top: 75px;
	left: 35px;
	width: 100%;
}

body#FD_website_template_search  {
	background: #EAEAEA;
}

#closeSearchResult {
	display: none;
	position: absolute;
	right: 30px;
	top: 180px;
}

body#FD_website_template_search  #search_header  {
	top:0; 
	background: #fff; 
	z-index: 999999; 
	overflow: hidden; 
	position:fixed; 
	width: 100%; 
	height: 110px; 
	-webkit-box-shadow: 0px 10px 5px rgba(70, 70, 70, 0.50);
	-moz-box-shadow:    0px 10px 5px rgba(70, 70, 70, 0.50);
	box-shadow:         0px 10px 5px rgba(70, 70, 70, 0.50);
}

body#FD_website_template_search  #search_header.open  {
	/* position: absolute;  */
}

body#FD_website_template_search #search {
	margin-right: 60px;
}

.searchform_fd {
	position: fixed;
	right: 30px;
	top: 70px;
	z-index: 50000000;
}


body#FD_website_template_search ul#dynamic li {
	position: absolute; 
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.75); 
	padding: 10px;
	background: #fff;
}

.searchterm_result_item {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 5px;
}

.searchterm_result_item:hover,
.tt-is-under-cursor {
	background: #E0E0E0;
}

.searchterm_result_item .username {
	display: block;
}

.searchterm_result_item p.name {
	font-size: 18px;
	font-style: italic;
}

.searchterm_result_item_text {
	margin-right: 80px;
}

.searchterm_result_item .searchterm_thumb img {
	float: right;
	width: 70px;
	
}

#searchResult {
	background: #F1F1F1;
	margin: 30px;
	margin-top: 120px;
	padding: 10px;
}

#resultDisplay {
	margin: auto;
	width: 1010px;
	height: 900px;
	margin-top: 0px;
	position: relative;
}

#resultCol2 {
	float: right;
	width: 250px;
	padding-right:10px;
	margin-top: 60px;
}

#resultCol2 h3 {
	color: #8C8C8C;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	
}

#resultCol2 ul {
	margin: 0 0 30px 0;
	list-style: none;
}

#resultCol2 ul li a {
	display: block;
	text-transform: uppercase;
	height: 26px;
	text-decoration: none;
	color: #9E9E9E;
	padding: 10px 0 0 55px;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
}

#resultCol2 ul li a:hover {
	color: #222;
}

#resultCol2 ul li#artist_all_images a {
	background: url(../img/photographer_all_images.png) 0 0 no-repeat;
}

#resultCol2 ul li#artist_website a {
	background: url(../img/website.png) 0 0 no-repeat;
}

#resultCol2 ul li#follow_artist a {
	background: url(../img/search_follower_button.png) 0 0 no-repeat;
	padding-top:0;
	height: 50px;
}

#resultCol1 {
	float: left;
	width: 700px;
	background: #fff;
	padding: 10px;
	text-align: center;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.75); 
	position: relative;
}

#search_sharer {
	position: absolute;
	top: 60px;
	left: -50px;
	width: 50px;
	z-index: 10;
}

#search_sharer img {
	margin: 0 0 15px 0;
}

.album_list {
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.75);
	background: #fff;
	padding: 10px;
	overflow: hidden;
}

.searchresult_album_photo {
	float: left;
	margin: 0 5px 5px 0;
}

#search_button {
	background: url(../img/search_button.png) 0 0 no-repeat;
	width: 55px;
	height: 50px;
	position: absolute;
	top: 110px;
	right: 20px;
	z-index: 999999999999999;
}

/* default layout */
#content #search_button,
.content_page #search_button {
	top: 70px;
	display: block; 
}

.profession_list {
	display: none;
}

.profession_list a {
	color: #DCDCDC;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0 0 7px;
}

.profession_list a:hover,
.profession_list a.active {
	color: #03B7F7
}

.bubble
{
position: fixed;
top: 180px;
right: 5px;
width: 170px;
height:auto;
padding: 20px;
background: #818181;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.75); 

z-index: 9999999999999;
text-transform: uppercase;
}

/* content ist nicht die search page */
#content .bubble {
	position: absolute;
	top: 125px; 
}

.content_page .bubble {
	position: absolute;
	top: 10px;
}

.bubble:after
{
content: "";
position: absolute;
top: -15px;
left: 140px;
border-style: solid;
border-width: 0 15px 15px;
border-color: #818181 transparent;
display: block;
width: 0;
z-index: 1;
}


#search_content_new #search {
	display: none;
}

img#searchresult_album_photo_big {
	max-height: 700px;
	max-width: 700px;
}

img.searchresult_album_photo {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

img.searchresult_album_photo.active,
img.searchresult_album_photo:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.cursor_pointer {
	cursor: pointer;
}

#search_sharebutton {
	position: absolute;
	background: url(../img/searchresult_share.png) 0 0 no-repeat;
	width: 96px;
	height: 73px;
	top: -20px;
	right: 175px;
}

#search_closebutton {
	position: absolute;
	background: url(../img/searchresult_close_black.png) 0 0 no-repeat;
	width: 97px;
	height: 86px;
	top: -28px;
	right: 173px;
}

#dynamic li img.searchThumb {
	cursor: url(../img/lupe.png), default;
}

#floatingCirclesG{
display: none;
margin: auto;
margin-top:300px;
height:90px;
width:90px;
-moz-transform:scale(0.6);
-webkit-transform:scale(0.6);
-ms-transform:scale(0.6);
-o-transform:scale(0.6);
transform:scale(0.6);
z-index:99999;
}

.f_circleG{
position:absolute;
background-color:#FFFFFF;
height:16px;
width:16px;
-moz-border-radius:8px;
-moz-animation-name:f_fadeG;
-moz-animation-duration:0.88s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:8px;
-webkit-animation-name:f_fadeG;
-webkit-animation-duration:0.88s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:8px;
-ms-animation-name:f_fadeG;
-ms-animation-duration:0.88s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:8px;
-o-animation-name:f_fadeG;
-o-animation-duration:0.88s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:8px;
animation-name:f_fadeG;
animation-duration:0.88s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#frotateG_01{
left:0;
top:37px;
-moz-animation-delay:0.33s;
-webkit-animation-delay:0.33s;
-ms-animation-delay:0.33s;
-o-animation-delay:0.33s;
animation-delay:0.33s;
}

#frotateG_02{
left:11px;
top:11px;
-moz-animation-delay:0.44s;
-webkit-animation-delay:0.44s;
-ms-animation-delay:0.44s;
-o-animation-delay:0.44s;
animation-delay:0.44s;
}

#frotateG_03{
left:37px;
top:0;
-moz-animation-delay:0.55s;
-webkit-animation-delay:0.55s;
-ms-animation-delay:0.55s;
-o-animation-delay:0.55s;
animation-delay:0.55s;
}

#frotateG_04{
right:11px;
top:11px;
-moz-animation-delay:0.66s;
-webkit-animation-delay:0.66s;
-ms-animation-delay:0.66s;
-o-animation-delay:0.66s;
animation-delay:0.66s;
}

#frotateG_05{
right:0;
top:37px;
-moz-animation-delay:0.77s;
-webkit-animation-delay:0.77s;
-ms-animation-delay:0.77s;
-o-animation-delay:0.77s;
animation-delay:0.77s;
}

#frotateG_06{
right:11px;
bottom:11px;
-moz-animation-delay:0.88s;
-webkit-animation-delay:0.88s;
-ms-animation-delay:0.88s;
-o-animation-delay:0.88s;
animation-delay:0.88s;
}

#frotateG_07{
left:37px;
bottom:0;
-moz-animation-delay:0.99s;
-webkit-animation-delay:0.99s;
-ms-animation-delay:0.99s;
-o-animation-delay:0.99s;
animation-delay:0.99s;
}

#frotateG_08{
left:11px;
bottom:11px;
-moz-animation-delay:1.1s;
-webkit-animation-delay:1.1s;
-ms-animation-delay:1.1s;
-o-animation-delay:1.1s;
animation-delay:1.1s;
}

@-moz-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

.toggle_indexing {
	background: url(/img/system/indexing.png) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	float:right;
	cursor: pointer;
}

.toggle_indexing.unpublish {
	color: #0AB229;
	background-position: left bottom;
}

pre.cake-error {
  display: none;
}

#follower_form_container {
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 10px 10px 30px 10px #222222;
    color: #A8A8A8;
    display: none;
    font-family: Terminal Dosis;
    /*
	height: 180px;
    margin: 0 auto 80px;
	margin-top: 300px;
    padding: 40px;
    position: relative;
    text-align: left;
    width: 340px;
	*/
	
	padding: 40px;
	position:fixed;
	height:280px;
	width:340px;
	margin:-140px 0px 0px -170px;
	top: 50%;
	left: 50%;
	
	
    z-index: 99999999;
}



#follower_form_container div.submit input,
body#FD_fullsite_black_navi_template form#follower_form_container button, 
body#FD_fullsite_black_navi_template form#follower_form_container div.submit input {
	border-radius: 0;
	float: left;
	font-weight: normal;
	background: #000;
	color: #fff;
	text-align: left;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 16px;
	font-family: Terminal Dosis;
	font-size: 15px;
	text-transform: uppercase;
}

form#follower_form_container label {
	color: #000;
	font-family: Terminal Dosis;
	font-size: 15px;
}

#follower_form_container div.input input {
	border-radius: 0;
}

#follower_form_container .wrapper .input  {
	width: 332px;
	padding-right: 10px;
}

#follower_form_container .input input {
	background: #fff;
	padding: 10px;
	padding-left: 5px;
	border: 1px solid #8B8B8B;
	width: 262px;
	margin-bottom: 20px;
}

.form_badge {
	margin-left: -61px;
}

h2.badgetitle {
	position: absolute;
	top:-4px;
	left:0px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing:1px;
	font-weight: normal;
	font-size: 15px;
	font-family: Terminal Dosis;
}

#sendpwd {
	position: absolute;
	color: #000;
	top: 194px;
	right: 40px;
	font-family: Terminal Dosis;
	font-size: 15px;
	overflow: hidden;
	width: 220px;
}

#sendpwd input#sendpwd_email {
	padding: 9px 2px 9px 2px;
	width: 175px;
	border: 2px solid #8B8B8B;
	color:#A8A8A8;
	float: right;
	margin-right: 4px;
}

#sendpwd .pwdlabel_request {
	margin-right: 5px;
}

#follower_form_container input#math_result {
	padding: 2px;
	padding-top: 3px;
	width: 50px;
	border: 1px solid #8B8B8B;
	margin-top: 0;
	border-radius: 0;
	background: #fff;
}

#follower_form_container .math_field_wrapper {
	float: right;
	margin-top:5px;
	margin-right: 3px;
}

#follower_form_container .result_wrapper {
	position: absolute;
	top: 157px;
	left: 100px;
}

#follower_form_container .go_button {
	float: right;
	background: #000;
	color: #fff;
	padding:5px;
	height: 13px;
	line-height: 13px;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 1px;
	margin-right: 1px;
}

#follower_form_container .go_button:hover {
	background: #333333;
}

#follower_form_container .input input.error,
#follower_form_container input#math_result.error {
	border: 1px solid #990000;
}

/* feature teaser */

.feature_teaser {
	background: #F8F8F8;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 20px -10px #666;
	   -moz-box-shadow: 0 8px 20px -10px #666;
	        box-shadow: 0 8px 20px -10px #666;
	padding: 20px 0 20px 0;
	margin-bottom:20px;
	margin-top: -5px;
	display: none;
}

.feature_teaser.first {
	display: block;
}

#featurespage {
	margin-top: -50px;
	position:relative;
	z-index: 10;
}

.feature_teaser h2 {
	font-size: 36px;
	letter-spacing: -2px;
	margin-bottom: 20px;
	
}

.feature_teaser_wrapper {
	margin: auto;
	width: 1150px;
	position: relative;
}

.feature_text {
	float: left;
	width: 370px;
	margin-left:10px;
	margin-top: 100px;
	font-size: 16px;
}

.feature_teaser_wrapper .account_badge {
	position: absolute;
	right: 100px;
	bottom: -35px;	
}

.feature_text p,
.feature_text div {
	font-size: 16px;
}

.feature_image {
	float: left;
	margin-left: -50px;
}

#more_features_btn,
#create_account_btn {
	/*
	position:absolute;
	bottom:-25px;
	left: 47%;
	*/
	position: relative;
	left: 47%;
	z-index:9;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background:	#00B3F2;
	padding:5px;
	padding-top: 25px;
	width:100px;
	top: -120px;
	cursor: pointer;
	-webkit-box-shadow: -8px 10px 15px #C9C9C9; /* webkit browser*/ 
	-moz-box-shadow: -8px 10px 15px #C9C9C9; /* firefox */ 
	box-shadow: -8px 10px 15px #C9C9C9;
	text-align: center;
}

#create_account_btn {
	display: none;
	top: -30px;
}

#more_features_btn a,
#create_account_btn a {
	color:#fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	/*
	text-shadow: 3px 5px 5px #777;
	filter: dropshadow(color=#777, offx=5, offy=);
	*/
}

#follower_form_container.form_sended {
	background: #00B3F2;
	color: #fff;
	font-family: Myriad Pro,FuturaBT-Light,arial,verdana;
}

#follower_form_container.form_sended h1 {
	color: #fff;
}

/*
 * templates
 */
.shadowbox {
	background: #F8F8F8;
	color: #000;
}

