/*
	
	#p: Scops Engine
	#a: Gor Arakelyan
	#c: All rights reserved (c) 2016
	#!: fb: facebook.com/arakelianGor
			mail: gor19973010@gmail.com

*/

body {
	font-family: 'Roboto';
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body * {
	font-size: 14px;
	box-sizing: border-box;
	font-weight: 300;
	font-family: 'Roboto';
}

body input:focus, body textarea:focus, body button:focus, body select:focus {
	outline: none;
}

::-webkit-input-placeholder { color: #ddd; }
:-ms-input-placeholder { color: #ddd; }
:-moz-placeholder { color: #ddd; opacity:  1; }
::-moz-placeholder { color: #ddd; opacity: 1; }

.container {
  position: absolute;
  height: 100%;
	width: 100%;
}

.content-block { height: 100%; }

.services {
	padding: 20px;
	border-bottom: 1px solid #184D71;
	text-align: right;
}

.services .s-content {
	max-width: 500px;
	margin: auto;
}

.services .item {
	display: inline-block;
	color: #2a80ba;
	margin: 0 20px;
	cursor: pointer;
}
.services .item:hover {
	text-decoration: underline;
}

.content-block  .table  {
	height: 100%;
	height: calc( 100% - 60px );
	width: 100%;
	display: table;
	color: #fff;
	background-image: url('../img/bg/4.jpg');
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

 .content-block  .content  {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(42, 128, 186, 0.85);
}

.content-block .form-box {
	max-width: 400px;
  padding: 0 20px 40px;
  margin: auto;
}

.content-block .form-box.hidden {
	display: none;
}

.content-block .form-box #login-form {
	transition: all 0.3s ease , opacity 0.7s ease;
}

.content-block .form-box .item {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.content-block .form-box .option {
	padding: 8px;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 12px;
  text-shadow: 0 0 2px #555;
  cursor: pointer;
	transition: all 0.3s ease;
}

.content-block .form-box .option:hover { background: rgba(255, 255, 255, 0.25); }

.content-block .form-box .item.input {
	padding: 10px;
	border: none;
  background: transparent;
  border: 1px solid #ddd;
	border-radius: 3px;
	color: #fff;
	transition: all 0.2s ease;
}

.content-block .form-box .item.input:focus {  border: 1px solid #bbb; }

.content-block .submit-button {
	background: rgba(124, 197, 118, 0.6)!important;
  color: #fff;
  border: none;
	border-radius: 2px;
	padding: 15px;
	text-align: center;
  text-shadow: 1px 1px 2px #1A5780;
	text-transform: uppercase;
	transition: all 0.2s ease;
	cursor: pointer;
}

.content-block .submit-button:hover { background: rgba(124, 197, 118, 0.7)!important; }
.content-block .submit-button:active { background: rgba(124, 197, 118, 0.8)!important; }

.content-block .form-box  .check {	display: none; }
.content-block .form-box  .label {	cursor: pointer; }
.content-block .form-box  .label span { 
	margin-left: 5px; 
  text-shadow: 0 0 1px #000;
}

.content-block .form-box  .check-view {
	width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: sub;
  border-radius: 50%;
  box-shadow: 0 0 1px #fff;
	transition: all 0.2s ease;
}

.content-block .form-box  .check:checked + .check-view {
	box-shadow: 0 0 1px #fff, inset 0 0 0 4px #eee;
}

.content-block .icon-box {
	margin: 70px auto 0;
	text-align: center;
}

.content-block .icon-box .chat {
	display: inline-block;
	font-family: 'Fontello';
	font-size: 40px;
	vertical-align: middle;
	padding: 6px 0 6px 25px;
	border-left: 1px solid rgba( 255, 255, 255, 0.2 );
}

.content-block .icon-box .logo {
	display: inline-block;
  vertical-align: middle;
	margin-right: 20px;
  width: 52px;
  height: 40px;
	background: url('img/main/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.content-block .header { 
	margin: 0 0 50px;
	color: #fff;
	text-shadow: 0 0 2px #555;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
}

.content-block .header span { 
  font-size: inherit;
  font-weight: 700;
}

.content-block.layer { margin-left: 420px; }

.content-block.layer .bg {
	height: 100%;
	background: rgba(42, 128, 186, 0.25);
	transition: background 0.2s ease;
	overflow-y: auto;
}

.content-block.layer .table-imit {
	display: table;
  height: 100%;
}

.input-box.select { text-align: center; }
.input-box { overflow: hidden; }

.input-box.select select {
  padding: 10px;
	margin-left: -0.25em;
  border: none;
	background: rgba( 255, 255, 255 , 0.1 );
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.input-box.select select:focus option { color: #000; }
.input-box.select.gender select { width: 100%; }
.input-box.select.birth select { width: 33.333%; }

.content-block .form-box.reg-box .item.input { margin-top: 0; }

.content-block .form-box.reg-box .input-info-content {
  padding: 8px 10px;
	margin-bottom: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
	border-radius: 0 0 2px 2px;
	color: #fff;
	text-shadow: 0 0 2px #666;
}

.form-box.reg-box .gender .input-info-content {
	margin-bottom: 0;
}

.form-box.reg-box #result {
	margin-top: 15px;
	display: none;
}

#login-res {
  text-align: center;
  margin: 5px 0;
  font-size: 13px;
  color: #eee;
}

@media screen and ( max-width: 400px ) {
	
	.content-block .header { 
		font-size: 27px;
	}
	
} 
