.ik_2_wrap{
	outline: 1px solid #474747;
	height: 190px;
}

.ik_2_wrap > div{
	height: 100%;
}

.stat_p, #home_bottom_top .stat p{
	line-height: 1.3;
}

.wfull{padding: 0;}
.wfull img{width: 100%;}

.align_center{
	display: flex;
	height: 100%;
}
.align_center > p{
	align-self: center;
}

.fim {
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.borders{
    padding: 15px 30px;
    border-radius: 0!important;
    border: 1px solid #fff;
    color: #fff;
    background-color: #8d2040;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.borders p{
	line-height: 1.3!important;
	color: #fff!important;
}

.border{
   	padding: 15px 30px;
    color: #fff;
    display: flex;
    align-self: center;

}

.borders p{
    font-size: 18px!important;
	font-weight: 600!important;
}
.count{
	position: absolute;
	top: -3px;
	right: -3px;
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	z-index: 2;
}

.wrapper{
	display: flex;
	justify-content: space-evenly;
}

h3.small-title{
	font-size: 28px;
	padding: 10px;
	margin:0;
	color: #8d2040;
}

.links{
	color: #000;
}
.links:hover{
	color: #8d2040;
}

.next{

  background-image: url(../imgs/next.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.selem p strong{
	color: #8d2040;
}

.square-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    display: flex;
}
.square-box h3 {
    margin: 0!important;
    color: #fff!important;
    z-index: 99;
    font-weight: 500;
    min-height: unset;
    width: 100%;
    text-align: center;
    align-self: center;
    font-size: 25px;
    font-size: 20px;
    padding: 5px;
}

.square-box .orangeOverlay {
    z-index: 1;
    opacity: 1;
    text-align: center;
    background-color: #eaeaea;
}
.square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    background-size: cover;
    background-position: center;
    z-index: 9;
    opacity: 0.2;
}
.square-box:before {
    content: "";
    display: inline-block;
    padding-top: 100%;
}

.hrwrapper{
	padding: 0px 0;
}

.hrwrapper p {
    font-size: 18px;
    line-height: 1.5;
    color: #777;
    padding: 10px;
    margin: 0;
}

.hrwrapper h3 {
    font-weight: bold;
    padding: 10px;
    color: #000;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.hrwrapper .container{
	padding: 30px 0;
}


.bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.square-box:hover .square-content {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.wrapper {
    display: flex;
    justify-content: space-evenly;
}

h3.small-title {
    font-size: 28px;
    padding: 10px;
    margin: 0;
    color: #8d2040;
}













