/* CSS Document */

form.login_form,
.login_btn {
  max-width: 400px;
  margin: 0 auto;
/*  border: 1px solid #000;
*/}
form.login_form fieldset,
form.login_form ul {
  margin: 0;
  padding: 0;
}
form.login_form input[type="text"], 
form.login_form input[type="email"], 
form.login_form input[type="password"] {
  width: 100%;
  padding:10px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #616364;
  border-radius: 5px;
  color: #eaeae9;
  border: 0;
}
.login_form SPAN.property {
  display: block;
  font-weight: bold;
  float: none;
  margin:10px 0 3px;
  padding: 0 0.5em 0 0;
}
.login_form SPAN.autologin input,
.login_form SPAN.sm_register input {
  margin: 0 5px 0 0;
}
.login_btn {
  text-align: center;
  margin: 20px 0;
}
.login_btn input {
  background: #2060FF;
  border-radius: 5px;
  width: 100%;
  color: #fff;
}
.register_btn {
  display: block;
  background: #00A0FF;
  border-radius: 5px;
  padding: 8px;
  color: #fff;
}
.register_btn:hover {
  display: block;
  background: #00A0FF;
  border-radius: 5px;
  padding: 8px;
  color: #fff;
  text-decoration: underline;
}
.remember_btn {
  display: block;
  border-top: 1px solid #ccc;
  margin: 20px 0 0;
  padding: 20px 0 0;
}

.errors,
.infos {
  background-image: none !important;
}
#theImage {
  float: none !important;
}
#main_img {
  text-align: center;
}
.image_info_content {
  background: #ddd;
}

#image_details {
  background: #ddd;
  margin: 20px 0;
}
#image_details dl {
  margin: 0;
  padding: 0;
  color: #333
}
#image_details dl dt {
  color: #333
}

.image_details_cnt {
/*  border: 1px solid #FF00FF;
*/  max-width: 1000px;
  padding: 30px 0;
  margin: 0 auto;
}

#page_link {
  border: 1px solid #fff;
  width: 1000px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.image_detail_box {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
		grid-template-columns: repeat(5, 1fr);
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 0px;
}
.image_propaty strong {
		display: block;
		padding: 5px;
		background: #333;
}
.image_propaty p {
		margin: 5px 0 10px;
		color: #333;
}

.image_detail_txt {
	position: relative;
	padding: 5px 15px 5px 55px;
	margin: 0 0 10px 0;
		box-sizing: border-box;
		color: #464646;
		background: #f5f5f5;
}
.image_detail_txt:before {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 8px;
		width: 38px;
		height: 30px;
		text-align: center;
		content: "\f10d";
		font-family: FontAwesome;
		color: #FFF;
		font-size: 18px;
		line-height: 30px;
		background: #ff785b;
		font-weight: 900;
}
.image_detail_txt:after {
		content: '';
		position: absolute;
		left: 8px;
		top: 30px;
		height: 0;
		width: 0;
		border-left: 19px solid #ff785b;
		border-right: 19px solid #ff785b;
		border-bottom: 10px solid transparent;
}
.image_detail_txt p {
		position: relative;
		padding: 0;
		margin: 10px 0;
		z-index: 3;
		line-height: 1.7;
}
.image_detail_txt cite {
		display: block;
		text-align: right;
		color: #888888;
		font-size: 0.9em;
}

.balloon2 {
  position: relative;
  margin: 1.5em 0;
  padding: 10px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 5px #555;
  box-sizing: border-box;
	text-align: center;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -23px;
  border: 20px solid transparent;
  border-top: 20px solid #555;
  z-index: 1;
}

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

.btn,
a.btn,
button.btn {
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-tag {
  position: relative;
  padding: 1.25rem 2rem 1.25rem 60px;
  margin: 0 4px;
  line-height: 1;
  color: #fff;
}

a.btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  content: "";
  border-radius: 0.5rem 0 0 0.5rem;
}

a.dl_size i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  padding: 1.5rem 0;
  text-align: center;
  letter-spacing: 0;
  opacity: 0.5;
  color: #fff;
  font-size: 150%;
}
a.dl_size:hover i {
  opacity: 1;
  color: #fff100;
}

a.dl_size_S {
  background: #29BCA9;
}
a.dl_size_M {
  background: #FFC000;
}
a.dl_size_EX {
  background: #FC4060;
}
a.btn-tag--bookmark:hover {
  color: #212529;
  background: #f2f2f2;
}
a.btn-tag--bookmark:before {
  background: #eb6877;
}

.image_nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 1em;
  width: 1000px;
  margin: 20px auto;
}.image_nav > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.image_nav > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}.image_nav > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.image_nav_back { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 1 / 1 / 2 / 2; }
.image_nav_middle { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 1 / 2 / 2 / 3; }
.image_nav_next { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 3; -ms-grid-column-span: 1; grid-area: 1 / 3 / 2 / 4; } 
a.image_nav_button {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.image_nav_button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}




















