	

html,body, 
body.large {
	border:none;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	min-width: auto;
	color: #919191;
	overflow-x: hidden;
	background-color: #101010;
}

body.large a { 
	color: #919191;
	}

body.large .stage { 
	padding: 0px;
    margin: 0;
	max-width: none;
    width:100%;
	min-height: 0;
	max-height: none;
    height: auto;
	border-right: 0px;
	border-left: 0px;
	}

.gallery-viewpic3large .course-header .course-header-outer {
	margin-top:30px;
	}
	
.gallery-viewpic3large .course-header.tiny {
background-image: none;
	}

body.large .tp-tabbedpane td,
body.large .tp-tabbedpane dl,
body.large .tp-tabbedpane p,
body.large .tp-tabbedpane {
  	color: #000;
	}

/* ---------------------------------------------------------------------- */

body.large .topbar-small {
  	background-color: #000;
  	height: 50px;
  	background-image: url("/styles/std/images/topstrip/new/topstrip_fs_mini6.png");
  	background-repeat: no-repeat;
  	width: 100%;
	}

/* body.large .topbar-small.topbar-gfs { background-image: url(/images/gfs/gfs-logo.gif); } */

.topbar-small {
	float: left;
	}

body.large #toppanel { 
	position: absolute; 
	right: 265px; 
	top: 10px; 
  	background: #222; 
  	height: 24px; 
  	border-radius: 5px;
  	padding: 6px 10px 0px 10px;
  	min-width: 50px;
	}

body.large li {
	font-size: 12px;
	}

body.large .topbar-small .pm-box, 
body.large .topbar-small .events-box,
body.large .topbar-small .loginbox {
	position: static; 
	float: right; 
	}

/* ---------------------------------------------------------------------- */

.photonavigator #pagecount {
  	background: url(/images/layout/large/viewlarge_bg.png) repeat-x;
  	height: 28px;
  	min-width: 100px;
  	padding-top: 6px;
  	text-align: center;
  	float: left;
	}

.socialwidget {
  	padding: 5px;
  	min-height: 25px;
  	min-width: 150px;
	}

.photoshare #shareslide {
  	z-index: 100;
  	background: #000;
  	height: auto;
  	width: 100px;
  	white-space: nowrap;
  	position: absolute;
  	top: 210px;
  	right: 100px;
  	padding: 10px;
  	background-color: #d0d0d0;
	}

#shareslide:after, 
#shareslide:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	}

#shareslide:after {
	border-bottom-color: #d0d0d0;
	border-width: 10px;
	margin-left: -10px;	
	}

#shareslide:before {
	border-bottom-color: #d0d0d0;
	border-width: 16px;
	margin-left: -16px;
	}

#shareslide .socialwidget {
	min-width:100%;
	text-align:left;
	}

.photonavigator .button,
.photoshare .button
.photoshare .button.selected {
  	padding-left: 0px;
  	float: left;
  	margin-left: 0px; 
  	margin-top: 0px; 
  	height: 30px; 
  	padding: 20px 0px 8px 0px;
 	}

a#navnext.button {
  	float: left;
  	margin-left: 0px; 
  	margin-top: 0px; 
  	height: 30px; 
  	padding: 0px;
 	}

a#navprev.button {
  	float: left;
  	margin-left: 0px; 
  	margin-top: 0px; 
  	height: 30px; 
  	padding: 0px;
 	}

.photonavigator .button:hover,
.photoshare .button:hover {
	}

.photoshare .button.first,
.photonavigator .button.first {
  	padding-left: 0;
  	background: none;
  	margin-left: 0px; 
  	margin-top: 0px; 
  	height: 30px; 
  	padding: 20px 0px 8px 0px;
	}

.photoshare .button.first:hover,
.photonavigator .button.first:hover {
	}

.photonavigator.wset .button.first {
  	background: right top url(/images/layout/large/viewlarge_separator.png) no-repeat;
	}

body.large .photoshare {
  	border: none;
  	background: none;
  	color: #fff;
  	margin: 0;
  	padding: 0;
	}

body.large #viewpicsidebar .photoshare {
	margin: 30px 0px 30px 0px;
	text-align: center;
	}

#returnbutton a::before {
	content: "\f00d"; 
	font-family: "Font Awesome 5 Pro"; 
	padding: 10px 10px 8px 10px; 
	color: #666;  
	text-decoration: none; 
	font-size: 20px;
	}

#returnbutton a { 
 	color: #fff;
 	text-decoration: none; 
 	padding: 0;
	}

#returnbutton a:hover {
	background-color: #333333; 
	}
	
#returnbutton a img {
	display:none;
	}

.photonavigator {
  	color: #fff;
  	float:left;
	}

.photonavigator.wset {
  	color: #fff;
  	float:left;
	}


/* ---------------------------------------------------------------------- */

body.large #viewpiccontainer {
	float: left;
	overflow: auto;
	position: relative;
	}

/* ---- */
#viewpiccontainer .overlay { position: absolute; z-index: 100; top: 350px; }
#viewpiccontainer .overlay img { opacity: 0.5; }
#viewpiccontainer .overlay.navnext { right: 5px; }
#viewpiccontainer .overlay.navprev { left: 5px; }

#viewpiccontainer .overlay.navnext a { background: url(/images/layout/large/arrow_next_black.png) no-repeat; height: 200px; width: 45px; display: block; }
#viewpiccontainer .overlay.navprev a { background: url(/images/layout/large/arrow_previous_black.png) no-repeat; height: 200px; width: 45px; display: block; }

#viewpiccontainer .overlay.navnext.bgcolorB a { background: url(/images/layout/large/arrow_next_white.png) no-repeat; height: 200px; width: 45px; display: block; }
#viewpiccontainer .overlay.navprev.bgcolorB a { background: url(/images/layout/large/arrow_previous_white.png) no-repeat; height: 200px; width: 45px; display: block; }

/* ---- */

body.large #viewpiccontainer .canvas {
  	margin: 0;
  	padding: 20px 0 0 0;
  	margin-left: auto;
  	margin-right: auto;
	}

body.bgcolorB .photoinfo { color: #fff; margin-top: 20px;  }
body.bgcolorG .photoinfo { color: #000; margin-top: 20px;  }
body.bgcolorW .photoinfo { color: #000; margin-top: 20px;  }

a#commentlink { padding-left: 20px; background: url(/images/layout/large/icon-comment_black.png) no-repeat 0px -2px; }
.bgcolorB a#commentlink { background-image: url(/images/layout/large/icon-comment_white.png); }

div.pm-box {
  	display: none;
  	position: absolute;
  	top: 9px;
  	right: 80px;  
  	left: auto;
  	background-image: url(/images/header/pm_on.png);
  	background-repeat: no-repeat;
  	background-position: 2px 2px; 
  	border-radius: 4px;
	}

div.events-box {
  	position: absolute;
  	top: 9px;
  	right: 40px; 
  	left: auto;
  	border-radius: 4px;
	}

body.large .ratingform-row {
	background-color: #111111;
	}

/* 20130327 */

#creditbox { text-align: left; padding: 20px 0px 10px 0px; color: #d0d0d0; overflow: auto; height: 20px; }
#creditbox h1 { float: left; }
#creditbox .author { float: right; }

body.large div.photoinfo {
  	padding: 10px 0 0 10px;
  	margin: 0;
	}

body.large.isstage #debuginfo {
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 10px;
  	color: #ccc;
	}

body.large #debuginfo {
  	display: none;
	}

body.large div.toolboxmenu {
  	display: none;
	}

/* ---------------------------------------------------------------------- */

body.large #viewpicsidebar {
	display: block;
	float: right;
	width: 300px;
	background-color: #111111;
	position: relative;
	color: #fff;
	height: 400px;
	margin-top: -1px;
	padding-top: 5px;
	}

#viewpicsidebar a {color: #fff; font-family: 'Open Sans', sans-serif;}
#viewpicsidebar .authorcell {font-family: 'Open Sans', sans-serif; font-size: 12px;color: #c5c5c5;}
#viewpicsidebar div.commentslist div {font-family: 'Open Sans', sans-serif; font-size: 12px;color: #c5c5c5;border-left:0px; font-weight: 600;}
#viewpicsidebar .buttoncell a {}
#viewpicsidebar .replycell .buttoncell a.function {margin: 0px;}
#viewpicsidebar .buttoncell a.function {font-family:Arial,Helvetica,sans-serif;text-transform:uppercase; font-size: 11px;line-height: 12px;font-weight: bold;display: inline-block;-webkit-appearance: none;box-sizing: border-box;border: 2px solid #ededed;background: #d6d6d6;color: #222;}
#viewpicsidebar .buttoncell a#ratingvote.function, #viewpicsidebar .buttoncell a#ratingvote.function {border: 0px;background: inherit;margin-right:20px;}

body.large #viewpicsidebar .comment.oddline, 
body.large #viewpicsidebar .comment.evenline {
	background-color: inherit;
	border: 0px;
	border-bottom: 1px dotted #555;
	}

body.large td, 
body.large dl, 
body.large p,
body.large td a, 
body.large dl a, 
body.large p a { 
	color: #d0d0d0; 
	}

body.large .overlay-message p,
body.large .overlay-message a,
body#login.large .overlay-message  a {
	color: #000;
	}

body.large #togglesidebar a {
	text-decoration: none; 
	font-weight: bold; 
	color: #d0d0d0;
	}

body.large #togglesidebar {
	position: absolute;	
	top: 42px; 
	right: 25px;
	}

body.large #viewpicsidebar textarea {
	width: 100%;  
	background: #f9f9f9; 
	padding: 5px; 
	border: 1px solid #f9f9f9;
	box-sizing: border-box;
	line-height: 18px;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	}

body.large #sidebar-adspace {
	position: absolute;
	min-height: 120px;
	bottom: 0;
	padding-left: 15px;
	border-top: 1px solid #444;
	padding-top: 10px;
	display: none;
	}

.textad {
  	padding: 2px 0 2px 0;
  	margin: 3px 45px 2px 0px;
  	padding-left: 10px;
  	background-color: #333;
  	text-decoration: none;
	}

body.large #socialtools {
   	height: 30px;
   	background-color: #999;
	}

body.large div.scoreboard {
   	padding-top: 20px;
   	margin-top: 0px;
   	padding-bottom: 20px;
   	margin-bottom: 0px;
   	font-weight: bold;
   	color: #AAA;
   	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
   	display: inline-block;
   	width:100%;
   	box-sizing: border-box;
	}

.scoreboard-detail-comment,
.scoreboard-detail-rating,
.scoreboard-detail-favcount {
	width: 33%; padding:5px; 
	text-align: center; 
	float: left;
	box-sizing: border-box;
	}

.scoreboardcount {
	font-family: 'Roboto', sans-serif; 
	font-size: 50px; 
	color: #ccc; 
	line-height: 60px; 
	margin-bottom:5px;
	font-weight: normal;
	}

.scoreboardcount-label {
	font-size: 11px; 
	height: 20px; 
	color: #444444;
	}

.comment.evenline, 
.comment.oddline {
	background-color: inherit; 
	border: 0px;
	}

body.large #comments {
   	background: inherit;
	}

body.large #commentbox {
  	border-bottom: 0px solid #d0d0d0;
  	padding-bottom: 5px;
  	margin-bottom: 10px;
  	width: 100%;
  	box-sizing: border-box;
  	margin-top: 10px;
  	padding-top: 5px;
	}

body.large .commentslist .comment {
  	padding: 0 0 0px 0;
  	margin-top: 10px;
	}

body.large .commentslist .replycell {
  	padding: 0 0 10px 0;
  	background-color: inherit;
  	margin-left: 20px;
	}

body.large .commentslist .replycell::before {
	}

body.large .commentslist .comment a {
   	text-decoration: none;
	}

body.large .commentslist .commentcell {
  	color: #c5c5c5;
  	background-color: inherit;
  	font-size: 12px;
  	font-family: 'Open Sans', sans-serif;
	}

body.large div.commentslist .buttoncell {
  	color: #c5c5c5;
  	background-color: inherit;
  	margin-bottom: 10px;
 	font-family: 'Open Sans', sans-serif;
	}

body.large .commentslist .comment .comment {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
    background-color: inherit;
	}
	
body.large #viewpicsidebar .buttoncell a.function {
	padding: 3px 5px 3px 5px;
	}

body.large span.votesum {
  	font-size: 11px;
  	margin-bottom: 5px;
  	line-height: 11px;
  	height: 9px;
  	padding:0px;
	}

.toggler { cursor: pointer; }

body.large #photoinfobox-toggler, 
body.large .commentbox h2, 
body.large h2 {
  	/* font-size: 22px;
  	margin: 10px 0px 10px 0px;
  	color: #fff;
  	padding: 20px 0px 10px 0px;
  	font-family: 'Roboto', sans-serif;
  	font-weight: normal;
  	line-height: 24px; 230505*/
  	}
	  
body.large #photoinfobox-toggler {
	border-top: 1px solid #393939;
	}	  
  
body.large #viewpicsidebar h3, 
#viewpicsidebar h3 {
    font-size: 16px;
    margin: 10px 0px 10px 0px;
    color: #fff;
    padding: 20px 0px 10px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
	}  
  
body.large div#photoinfobox {}  
  
body.large #photoinfobox-toggler::after {
	content: "\f105"; 
	font-family: "Font Awesome 5 Pro"; 
	padding: 6px 10px 8px 0px; 
	text-decoration: none;
	font-size:20px; 
	color: #f7e37c; 
	float: right;
	position: relative;
    bottom: 5px;}
  
body.large #photoinfobox-toggler.toggler-open::after {
	content: "\f107"; 
	font-family: "Font Awesome 5 Pro"; 
	padding: 6px 10px 8px 10px; 
	text-decoration: none;
	font-size:20px; 
	color: #f7e37c;
	float: right;
	position: relative;
    bottom: 5px;}  

body.large .prorating-from {
	font-size:14px;
	margin-bottom: 10px;
	font-weight: 500;
	}
      
body.large .prorating-plus {margin-bottom: 20px;}  
  
body.large .prorating-plus::before {
	/* content: "\f055"; 
	font-family: "Font Awesome 5 Pro"; 
	padding: 6px 5px 8px 0px; 
	text-decoration: none;
	font-size:14px; 
	color: #fff; */
	}
 
body.large .prorating-minus::before {
	/* content: "\f056"; 
	font-family: "Font Awesome 5 Pro"; 
	padding: 6px 5px 8px 0px; 
	text-decoration: none;
	font-size:14px; 
	color: #fff; */
	}     

body.large #commentform-toggler {
  	font-size: 20px;
  	background-image: url("/images/layout/large/arrow_info.png");
  	background-repeat: no-repeat;
  	background-position: left;
  	top: 1px;
  	padding: 18px 0px 18px 20px;
  	margin: 0px 0 0px 0;
  	border-top: 1px solid #333;
  	color: #fff;
  	}
  
body.large #commentform-toggler.toggler-open {
  	background-image: url("/images/layout/large/arrow_info_active.png");
  	background-repeat: no-repeat;
  	background-position: left;
  	top: 1px;
	}
  
body.large div.exifdetail {
  	height: 23px;
	}

body.large div.exifdetail img {
  	margin-bottom: -8px;
	}

body.large ul.poollist li.current {
	}

body.large ul.poollist li.current::before {
  	font-weight: 700;
  	content: "\f105";
    font-family: "Font Awesome 5 Pro";
    padding-right: 8px;
    } 

body.large ul.poollist li {
    border: 0px;
    color: #fff;
	}

body.large ul.poollist li:span {}

body.large ul.poollist li:hover {
  	border: 0px;
  	background-color: #222222;
	}

body.large #debuginfo {
   font-size: 10px;
   line-height: 12px;
	}

.scrollable-content {
	overflow-y: auto; 
	padding: 0 15px; 
	background-color: #1d1d1;
	}

body.large p.author {
	font-family: 'Open Sans', sans-serif;
	color: #919191; 
	margin: 0px; 
	padding: 0px;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	}

body.large p.author a {
	font-family: 'Open Sans', sans-serif;
	color: #919191; 
	text-decoration: none; 
	font-size: 14px; 
	line-height: 1.2;
	}

body.large h1 {
	text-transform: none;
	font-style: normal;
	color: #fff;
	margin: 30px 0px 30px 0px;
	padding: 10px 0 10px 0;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	line-height: 1.1;
	width: 80%;
	max-width: 80%;
	margin-left: 10%;
	font-size: 70px;
	color: #000000;
	letter-spacing: -0.6px;
	line-height: 1.2;
	font-weight: 900;
	}
	
body.large .magasin-gallery-view-wrapper h1 {
	color: #fff;
	margin-left: 0%;
	}

.functioncell {
	display: none;
	}

.buttoncell  {
	padding: 4px 0 4px 0; 
	}

#ratingvote {
	border: 0px; 
	padding: 0px 0 0 10px; 
	height: 8px; 
	margin-top: -3px;
	}

#ratingvote img {
	background-color: #222222;
	}

#buybutton {
	width: 100%;
	box-sizing: border-box;
	}

#buybutton a.button {
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	background-color: #222;
	padding: 15px; 
	width: 100%;
	box-sizing: border-box;
	background-color: #0090e3;
	margin: 10px 0px 10px 0px;
	display:block;
	text-align: center;
	}

#buybutton a {
	color: #fff; 
	text-decoration: none; 
	}

.xxreplycell .buttoncell a.function:after {
 	content: " -";
	}

div.document div.commentslist div, div.commentslist div {
 	color: #aaaaaa;
	}

div.captionbox {
   	margin-top: 10px;
   	max-height: 70px;
   	position: relative;
   	overflow: hidden;
	}

p.caption {
	margin: 0; 
	padding: 0; 
	}

p.readmore a { 
  background: #000; border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  text-decoration: none;
  font-size: 10px;
}

p.readmore { 
 position: absolute;
 bottom: 0; left: 0;
 width: 100%; 
 text-align: center; 
 margin: 0;
 padding: 10px 0 3px 0;

 /* 54 = #36 */
 background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(0,0,0,0)),color-stop(1, rgba(0,0,0,100)));
 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,100));
 background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,100));
 background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,100));
 background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,100));


}

/* viewpublication */

#switch2desktop_btn,
#switch2mobile_btn {
	text-align: center;
	display: block;
	background-color: #222;
	border-radius: 3px;
	}
	
#switch2desktop_btn {
	width: 200px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	}

#switch2mobile_btn {
	padding: 2px 3px 2px 3px;
	background-color: #999;
	color: #000;
	margin-top: 3px;
	}

a#switch2desktop_btn:hover,
a#switch2mobile_btn:hover  {
	background-color: #444;
	} 


/* button */

body.large input.slimbutton, 
body.large input.button, 
a.slimbutton, 
body.large a.slimbutton:link, 
body.large a.slimbutton:visited, 
body.large a.slimbutton:active, 
body.large span.slimbutton, 
#viewpicsidebar .buttoncell a.function {

	}

body.large .instruction input.slimbutton,
#login .stage input.slimbutton, 
#member-register .stage input.slimbutton, 
#tools-resetpassword .stage input.slimbutton, 
#tools-resetpasswordsent .stage input.slimbutton, 
#member-activate .stage input.slimbutton {
	padding: 12px;
  }
  
body.large input.slimbutton:hover { 
	} 

body.large input.slimbutton::before, 
body.large input.button::before {
	font-weight: 300;
  	content: "\f0e5";
    font-family: "Font Awesome 5 Pro";
    padding-right: 8px;
	}  

#viewpicsidebar .buttoncell a.function:hover, 
body.large input.slimbutton:hover, 
body.large input.button:hover, 
body.large a.slimbutton:hover, 
body.large input.slimbutton:hover, 
body.large input.button:hover  {
	}

body.large #commentbox a.slimbutton {
	display:none;
	}

#mainimgwrap:-webkit-full-screen {
  	background-color: black;
  	width:100% !important;
  	height:100% !important;
	}

#mainimgwrap:-webkit-full-screen img {
  	width:auto !important;
  	height:auto !important;
  	max-width:100% !important;
  	max-height:100% !important;
	}

#mainimgwrap:-moz-full-screen {
  	background-color: black;
  	width:100% !important;
  	height:100% !important;
	}

#mainimgwrap:-moz-full-screen img {
  	width:auto !important;
  	height:auto !important;
  	max-width:100% !important;
  	max-height:100% !important;
	}

ul.exifdata {
  	padding: 0px;
  	margin: 0px;
	}

div.exif a {
  	color: #fff;
  	text-decoration: none;
  	font-size: 20px;
	}

div.exifdetail {
 	color: #fff;
	}

li.exifdetail {
  	color: #fff;
  	display: block;
  	margin-right: 5px;
  	margin-bottom: 5px;
  	font-size: 13px;
  	font-weight: 300;
  	}
  
li.exifdetail::after {} 

li.exifdetail a {
  	display: block;
  	margin-right: 5px;
  	color: #000000;
  	font-size: 12px;
  	font-weight: 400;
  	text-decoration:underline;
	}

#exif-model.exifdetail a::before {}
#exif-aperture.exifdetail::before {}
#exif-aperture.exifdetail {}

#exif-model.exifdetail, 
#exif-aperture.exifdetail, 
#exif-lens.exifdetail, 
#exif-exposure.exifdetail, 
#exif-iso.exifdetail, 
#exif-focallength.exifdetail, 
#exif-flash.exifdetail {
	float: left;
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
	}

#exif-aperture.exifdetail {
  	background-image: url("/images/layout/exif_aperture.png");
	}

#exif-lens.exifdetail {
  	background-image: url("/images/layout/exif_lens.png");
	}

#exif-model.exifdetail {
  	background-image: url("/images/layout/exif_camera.png");
	}

#exif-exposure.exifdetail {
  	background-image: url("/images/layout/exif_shutterspeed.png");
	}

#exif-iso.exifdetail {
  	background-image: url("/images/layout/exif_iso.png");
	}

#exif-focallength.exifdetail {
  	background-image: url("/images/layout/exif_focallength.png");
	}

#exif-flash.exifdetail {
  	background-image: url("/images/layout/exif_flash.png");
	}

html.safari.iphone #mainimgwrap img,
html.safari.ipad #mainimgwrap img {
 	pointer-events: none; 
	}

/* LOGIN REGISTER */

#login, 
#member-register, 
#tools-resetpassword, 
#tools-resetpasswordsent,
#member-activate {
  	background-image: url(/images/login_bg12.jpg); 
  	background-size: cover;
  	color: white;
  	font-weight: 400;
  	font-size: 14px;
	}
	
#member-register {
	background-image: url(/images/login_bg23.jpg); 
	}		

#login a {
  	color: #fff;
	}

#login a.slimbutton {
	color: #000;
	}

#login .stage, 
#member-register .stage, 
#tools-resetpassword .stage, 
#tools-resetpasswordsent .stage,
#member-activate .stage {
  	padding: 40px;
  	width: 100%;
  	max-width: 450px;
  	min-height: 500px;
  	margin: auto;
  	margin-top: 30px;
  	font-family: Arial, sans-serif;
  	float: none;
  	min-height: inherit;
  	text-align: center;
  	box-sizing: border-box;
  	border: 0px;
	background-color: #101010;
	border-radius: 20px;
	}
	
#member-activate .stage {
	padding: 60px;
	}	

.login-page, 
.resetpassword {
	padding: 20px;
	}

#tools-resetpassword .instruction, 
#tools-resetpasswordsent .instruction {
	color: white; 
	font-size: 14px;
	margin: 0px;
	}

#tools-resetpassword div.instruction a {
	color:white;
	} 

#member-register div.stage {
  	box-sizing: border-box;
	}

div.formfield {}

.become-member {
	}

#member-register a {
  	color: white;
	}

#tools-resetpassword input, 
#member-register input, 
#login input {

	}

#member-register input[name="_captcha"] {}

#tools-resetpassword input[name="login"],
#tools-resetpassword input[name="email"],
#login input[name="login"],
#login input[name="password"],
#member-register input[name="login"],
#member-register input[name="email"],
#member-register input[name="_captcha"],
#member-register input[name="password"],
#member-register input[name="x_password"],
#member-register input[name="firstname"],
#member-register input[name="lastname"] {
	width: 100%;
	box-sizing: border-box; 
	max-width:355px; 
	}
	
#login h1, 
#member-register h1,
body.large .instruction h1 {
	color: white;
	padding: 0px 0px 40px 0px;
	font-size: 26px;
	margin: 0px;
	margin: auto;
	}
	
#login h2 {
	color: #fff;
	}	

#member-register h1 {
	padding-bottom: 0px;
	width: 100%;
	max-width: 100%;
	}	

#login div.instruction {
  	width: auto;
  	margin-bottom: 20px;
	}

body.large .member-register-step2 p {
	color: white; 
	font-size: 20px;
	font-weight: 700;
	}

.register-page .errorbox, 
.register-page .error, 
.register-page .errors {
    border: 0px;
    background-color: inherit;
    width: 400px;
    padding: 5px;
    margin: 5px 0px;
    color: red;}
    
.register-page span.error, 
.register-page .errors span.error {
	color: red;
	}     

.fs-login-button { 
    background-color: #3B5998;
    background-image: url(/images/fb-logo-button.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    border-color: #3B5998;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: none;
    cursor: pointer;
    display: inline-block;
    line-height: 12px;
    white-space: nowrap;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 12px 18px 40px;
    max-width:355px;
    border-radius: 5px;
	}

div.fs-login-button:hover {
    background-color: #ff9600;
	}

div.fs-login-button a {
  	color: white;
  	text-decoration: none;
  	}
  
.copyrightbox {
	background: #000; 
	color: #fff; 
	padding: 5px; 
	border-radius: 4px; 
	}

.crumbs span {
	color: #fff;
	}

#photocreditbox {
	padding: 40px 0px 60px 0px;
	}

.photographer-portrait {
	float: left;
	width:25%
	}

.photographer-portrait img {
	border-radius: 100px; 
	border: 2px solid #fff;
	}

#viewpicsidebar .photographer-c-name a {
	font-size: 19px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	font-weight: 100; 
	color: #f7e37c;
	}

.photographer-c-name {
	position: relative;
	top: 5px;
	}

.photo-title, .photographer-name {font-size: 14px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	overflow: hidden;
	width:100%; 
	text-align: center;
	color:#fff;
	}

#photocreditbox .photographer-name {}

#photocreditbox .photo-title {
	margin-top: 15px;
	display: inline-block;
	}

.photo-description {
	line-height: 20px; 
	color: #fff; 
	font-size: 14px;
	}

.photographer-name a {
	text-decoration: none;
	}

#photocreditbox .exif {
	margin: 25px 0px 15px 0px;
	}

#photocreditbox .memberfollowbox, .memberfollowbox {
	position: inherit;
	float:left;
	}

#photocreditbox .memberfollowbox a {}

#photocreditbox .memberfollowbox a.slimbutton, 
body.large #photocreditbox .memberfollowbox a.slimbutton:link {
	border-radius: 2px; 
	font-size: 10px; 
	padding: 2px 3px 2px 3px;
	color: #f7e37c; 
	border: 1px solid #f7e37c; 
	margin-top:10px;
	}

body#member-register label,
body#member-register .label {
    font-weight: bold;
    display: block;
    float: none;
    }

body#member-register div.error {
	width: auto !important;  
	margin-top: 0 !important; 
	color: red;
	}

body#member-register form .formfield {
	clear: both; 
	}

body#member-register form .formfield .fieldinfo {
    max-width: 355px;
    x-float: right;
  	}

.magasin-gallery-view-wrapper {
	padding:10px 20px 10px 20px;
	}

.magasin-gallery-view-wrapper .thumb {
	float:left; 
	margin-right: 20px;
	}
	
.magasin-gallery-view-wrapper #headers img.logo {
	width: 50px;
	height: auto;
	}
	
.magasin-gallery-view-wrapper h3 {
	color: #fff;
    font-weight: 700;
    line-height: 1.2;
    }	
    
body.large .instruction {
	}    	

body.large .instruction a {	
	color: #fff;
	text-decoration: underline;
	}
	
	
