.navbar{
	border-radius:0;
	margin-bottom:0;
	border:none;
}
.search-main .btn{
	top:0;
	background:#2E2E2E;
	border:none;
	border-radius:0;
	color:#BCBCBC;
}

.search-main .form-control{
	background:#2E2E2E;
	border:none;
	border-radius:0;
	height:auto;
}
.navbar-inverse .navbar-right>li:last-child>a{
	background:#EB0010;
	color:#fff;
}
.navbar-inverse .navbar-nav>li>a{
	text-transform:uppercase;
}
.main-content{	
	position:relative;
    background-image: url(../images/main-bg-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.main-content-wrapper{
	/* height:100%; */
	background:rgba(247,247,247,0.9);
	/* position: relative; */
    z-index: 5;
    width: 100%;
    display: block;
    /* top: 0; */
    /* left: 0; */
	padding:25px;
}
.main-img img{
	min-height:450px;
	width:100%;
}
.text-block, .button-block{

}
.text-block h2{
	margin-top:0;
    font-weight: 600;
}
.text-block p{
    font-size: 18px;
	margin-bottom:15px;
}
.button-block{
	text-align:center;	
	margin-top:25px;
}
.button-block .btn{
	font-size:16px;
	padding:15px 40px;
	margin:0 25px;
}
.btn-orange{
	color: #fff;
    background-color: #f34900;
    border-color: #f34900;
}
.btn-black{
	color: #fff;
    background-color: #000;
    border-color: #000;
}


.wizard {
    margin: 20px auto;
    background: rgba(255,255,255,0.5);
	padding:25px;
}

.wizard .nav-tabs {
	position: relative;
	margin: 70px auto;
	margin-bottom: 0;
	border-bottom: none;
}

.wizard > div.wizard-inner {
	position: relative;
}

.connecting-line {
    height: 2px;
    background: #000;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100px;
    background: #000;
    border: 2px solid #000;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #000;
    border: 2px solid #000;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 50%;
    opacity: 0;
    margin: 0 auto;
	transform: translateX(-50%);
    top: -45px;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    opacity: 1;
    margin: 0 auto;
	background-image:url("../images/cycle.png");
	height: 100px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    top: -30px;
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
	background: transparent; 
}

.wizard .tab-pane {
    position: relative;
	min-height:250px;
}

.wizard h3 {
    margin-top: 0;
}
.options-main .btn{
	min-height:130px;
    font-size: 18px;
	width: 100%;
	border:none;
	border-radius:0;
}
.options-main .btn span{
    display: block;
    width: 100%;
	white-space: normal;
}
@media( max-width : 991px ) {
	.options-main .options{
		margin:15px 0;
	}	
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
	.options-main .options{
		margin:15px 0;
	}
	.button-block .btn{
		margin:15px 0
	}
}

.jawbreaker-challenge{
    position: unset;
    margin-bottom: 1px;
}

.main-content-wrapper .btn{
    border: 1px solid transparent;
    border-radius: 4px;
}