div.bx-colpic-cont {z-index:9999 !important;}
/* steps */
.steps.vertical_rounded .step .content,
.steps.vertical_rounded,
.clearfix {*zoom: 1;}
.steps.vertical_rounded .step .content:before,
.steps.vertical_rounded .step .content:after,
.steps.vertical_rounded:before,
.clearfix:before,
.steps.vertical_rounded:after,
.clearfix:after {display: table;line-height: 0;content: "";}
.steps.vertical_rounded .step .content:after,
.steps.vertical_rounded:after,
.clearfix:after {clear: both;}

.steps.vertical_rounded {
font-family: 'PT Sans Narrow', sans-serif;
line-height:22px;
}
.steps.vertical_rounded .step {
position:relative;
margin:0 0 10px 0;

-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
overflow:hidden;
}
.steps.vertical_rounded .step .content .num-col {
    width: 10%;
    position: relative;
}
.steps.vertical_rounded .step .bg {
position:absolute;
z-index:1;
background:#91d6f5;
width:100%;
height:100%;
}

.steps.vertical_rounded .step .content {
display:table;
width:100%;
border:0px;
border-collapse:collapse;
position:relative;
z-index:5;
}
.steps.vertical_rounded .step .content a,
.steps.vertical_rounded .step .content {
color:#334d5c;
}

.steps.vertical_rounded .step .content > div {
display:table-cell;
vertical-align:middle;
padding:20px;
}
.steps.vertical_rounded .num-col {
width:50px;
text-align:center;
}
.steps.vertical_rounded .step .title {
font-size:25px;
font-weight:700;
}
.steps.vertical_rounded .step .text {
font-size:18px;
}
.steps.vertical_rounded .step .num-wrapper {
position:relative;
display:inline-block;
width:46px;
height:46px;
}
.steps.vertical_rounded .step .number,
.steps.vertical_rounded .step .number_bg {
position:absolute;
left:0px;
top:0;
width:46px;
height:46px;
}
.steps.vertical_rounded .step .number_bg {
z-index:1;
background:#000;
opacity:.7;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}
.steps.vertical_rounded .step .number {
z-index:2;
font-size:30px;
font-weight:bold;
color:#fff;
text-align:center;
padding-top:10px;
}
