@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Righteous');
/* CSS Document */

#search-usr	{
    max-width: 680px;
	padding: 15px;
	margin: auto;
}

.form-style-9a	{
    max-width: 35%;
    /*background: #FAFAFA;*/
	background: #fff;
    padding: 30px;
    margin: auto auto;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 6px solid #305A72;
}


.form-style-8ax	{
    font-family: 'Open Sans Condensed', arial, sans;
    width: 80%;
    padding: 30px;
    background: #FFFFFF;
    margin: 50px 240px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}

.form-style-datatable {
    font-family: 'Open Sans Condensed', arial, sans;
    float: right;
	width: 89%;
    padding: 30px;
    background: #FFFFFF;
    margin: -130px 0 0 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}

.form-style-8ax	h1 {
	margin:auto;
	
}

.form-style-8ax .wordbox { 
	font-family: 'Open Sans Condensed', arial, sans;
	border: 1px solid #000;
	text-align:center;
	max-width:90%;
	padding:10px;
	border-radius:15px;
	margin-bottom:10px;
}

.form-style-8a	{
    font-family: 'Open Sans Condensed', arial, sans;
    width: 668px;
    padding: 30px;
    background: #FFFFFF;
    margin: 50px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}

.form-style-9a .search-box {
	width: 500px;
	height: 40px;
	margin: auto auto;
	background: #fff;
	background: rgba(0,0,0,.2);
	border-radius:  3px;
	border: 1px solid #444;
}

.form-style-9a .search-box input {
	width: 270px;
	padding: 10px 5px;
	float: left;color: #000000;
	border: 0;
	background: transparent;
	border-radius: 3px 0 0 3px;
}

.form-style-9a .search-box input:focus {
	outline: 0;
	background:transparent;
}

.form-style-9a .search-box button {
	position: relative;
	float: right;border: 0;
	padding: 0;
	cursor: pointer;
	height: 38px;width: 120px;
	color: #fff;
	background: #444;
	border-left: 1px solid #444;
	border-radius: 0 3px 3px 0;
}   

.form-style-9a .search-box button:hover {
	background: #fff;
	color:#444;
}

.form-style-9a .search-box button:active {
	box-shadow: 0px 0px 0px 0px rgba(225, 225, 225, 1);
}

.form-style-9a .search-box button:focus {
	outline: 0;
}

.form-style-8a ol {
    box-sizing: content-box;
	counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 12;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.form-style-8a .circle-list li	{
    padding: 2.5em;
    border-bottom: 1px dashed #ccc;
}

.form-style-8a .circle-list h2	{
    position: relative;
	z-index:2;
    margin: 0;
}

.form-style-8a .circle-list p	{
    margin: 0;
}

.form-style-8a .circle-list h2:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;    
	z-index: -1;
	left: -1.3em;
	top: -.8em;
	background: #f5f5f5;
	height: 1.5em;
	width: 1.5em;
	border: .1em solid rgba(0,0,0,.05);
	text-align: center;
	font: italic bold 1em/1.5em Georgia, Serif;
	color: #ccc;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.form-style-8a .circle-list li:hover h2:before {
	background-color: #ffd797;
	border-color: rgba(0,0,0,.08);
	border-width: .2em;
	color: #444;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}


/***************
 * Arrow
 ***************/
 
.arrow-wrapper {
  display: flex;
  align-items: center;
}

.block {
  width: 100px;
  height: 50px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block h1 {
  color: rgb(25, 40, 89);
  opacity: 0.4;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.3s;
}

.arrow-wrapper:hover h1 {
  opacity: 1;
}

#arrow_2 .arrow {
  $size: 10px;
  $width: 2px;
  
  /*color: #fff;*/
  color: rgb(25, 40, 89);
  cursor: pointer;
  display: block;
  align-items: flex-start;
  text-transform: uppercase;
  position: relative;
  transition: transform 0.3s;
    
  span {
	display: block;
    width: 3em;
    opacity: 0;
    transition: opacity 0.3s 0s;
    padding: 0 0.5em;
  }
  
  &:hover span {
    opacity: 1;
    transition: opacity 0.3s 0.1s;
  }
  
  &:before {
    content: '';
    display: block;
    border: solid #fff;
    border-width: $width $width 0 0;
    position: absolute;
    top: 4px;
    width: $size;
    height: $size;
  }
  
  &.arrow--left:before {
    transform: rotate(-135deg);
    right: 0;
    transition: right 0.3s 0.2s;
  }
  &.arrow--left:hover:before {
    right: 100%;
    transition: right 0.3s;
  }
    
  &.arrow--right {
    text-align: right;
  }
  &.arrow--right:before {
    left: 0;
    transform: rotate(45deg);
    transition: left 0.3s 0.2s;
  }
  &.arrow--right:hover:before {
    left: 100%;
    transition: left 0.3s;
  }
  
  &:hover {
    transform: none;
  }
}