@-webkit-keyframes order_button {
from {background-position: 50% 0;}
to {background-position: 50% 128px;}
}
@keyframes order_button {
from {background-position: 50% 0;}
to {background-position: 50% 128px;}
}

#comments {
	text-align: left;
	padding-bottom: 40px;
}
#comments .comment {
	margin-bottom: 40px;
}
#comments .image {
	display: inline-block;
	width: 295px;
	background: url('../../img/specific/commetn_bg.png') no-repeat center center;
	padding: 15px 15px 80px 15px;
	vertical-align: top;
	margin-right: 20px;
}
#comments .image img {
	width: 295px;
}
#comments .description {
	display: inline-block;
	width: 750px;
	vertical-align: top;
	background: url('../../img/specific/comment_description_bg.png') no-repeat left bottom;
	padding-bottom: 20px;
}



#add_comment {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}


#add_comment a {
	display: inline-block;
	padding: 12px 35px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	background: url('../../img/specific/wave_button.jpg') 50% top;
}

#add_comment a img {
	margin-right: 10px;
	vertical-align: middle;
}
#add_comment a:hover {
	background: url('../../img/specific/wave_button.jpg') !important;
	-webkit-animation: order_button 2s linear infinite;
	animation: order_button 2s linear infinite;
}


#lightbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background: url('../../img/specific/litebox_bg.png');
	text-align: center;
	z-index: 99;
}

#lightbox table {
	height: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

#lightbox  .calback_form {
	padding: 20px;
	background: #fff;
	position: relative;
	border-bottom: 5px solid #2783b6;
}

#lightbox  .close {
	position: absolute;
	top: 0px;
	right: -38px;
	cursor: pointer;
}

#lightbox  .calback_logo {
	margin-top: -68px;
}
#lightbox  .title {
	font-size: 14px;
	margin: 35px 0px 0px 0px;
}

#lightbox  input {
	width: 270px;
	padding: 7px;
	font-size: 16px;
}


#lightbox .send_button {
	padding: 15px 0px;
	background: url('../../img/specific/dnld_button_orange.jpg') 50% center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

#lightbox .send_button:hover {
	-webkit-animation: order_button 2s linear infinite;
	animation: order_button 2s linear infinite;
}

/*----------------------*/
/* Individual styles */

.input {
	position: relative;
	z-index: 1;
	overflow: hidden;
}


textarea {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 96%;
    height: 140px;
    resize: vertical;
	padding: 5px;
	background: #ededed;
	color: #2783b6;
	border: none;
	border-bottom: 3px solid #2783b6;
	
}

textarea:focus {
	background: #2783b6;
	color: #fff;
}

	#lightbox textarea::-webkit-input-placeholder {color:#2783b6;}
	#lightbox  textarea::-moz-placeholder          {color:#2783b6;}
	#lightbox  textarea:-moz-placeholder           {color:#2783b6;}
	#lightbox  textarea:-ms-input-placeholder      {color:#2783b6;}


	
	#lightbox textarea:focus::-webkit-input-placeholder {color:#fff;}
	#lightbox  textarea:focus::-moz-placeholder          {color:#fff;}
	#lightbox  textarea:focus:-moz-placeholder           {color:#fff;}
	#lightbox  textarea:focus:-ms-input-placeholder      {color:#fff;}
.input input {
	padding: 5px;
}

.input_field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	transition: all 0.4s;
}

.input_field:focus {
	outline: none;
	background: #2783b6;
}

.input_label {
	display: inline-block;
	float: right;
	width: 40%;
	color: #2783b6;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input_label-content {
	position: relative;
	display: block;
	width: 100%;
}


/* Ruri */
.input_field-ruri {
	width: 100%;
	background: transparent;
	margin-bottom: 2em;
	color: #fff;
}

.input_label-ruri {
	width: 100%;
	position: absolute;
	text-align: left;
	font-size: 14px;
	padding: 7px 0px;
	pointer-events: none;
	color: #2783b6;
}

.input_label-ruri::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #2783b6;
	left: 0;
	top: 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: all 0.3s;
}

.input_label-content-ruri {
	padding: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
}

.input-filled .input_field-ruri {
	background: #2783b6;
}

.input_field-ruri:focus + .input_label-ruri .input_label-content-ruri,
.input-filled .input_label-ruri .input_label-content-ruri {
	color: #000;
	-webkit-transform: translate3d(0, 27px, 0) scale3d(0.8, 0.8, 1);
	transform: translate3d(0, 27px, 0) scale3d(0.8, 0.8, 1);
}

