/* Add here all your CSS customizations */
.body-inner {
	padding-top: 120px;
}

.rev_slider video {
        top: 0 !important;
}

.wizard-progress .wizard-steps li a {
    white-space: nowrap !important;
}

.body-inner-two {
    padding-top: 83px !important;
}

@media (max-width: 991px) {
    .body-inner-two {
        padding-top: 80px !important;
    }
}

.form-control {
        border-radius: 4px;
}

.slider-container .tp-opacity-overlay {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
}

.deal-room-sector {
    background-color:#0099E6; 
    color:#FFF;
    margin: auto;
    padding: 10px;
    text-align: center;
}

.grey-row {
    background-color:#EEEEEE;
}

.black-vertical-bar {
    border-color: #000 !important; // Color black
}

row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}

@media (min-width: 992px) {
	.highlited-item {
		background: #0099e6 none repeat scroll 0 0 !important;
		border-radius: 4px !important;
		color: #fff !important;
		display: inline-block !important;
		line-height: 24px !important;
		margin-top: 17px !important;
		padding: 4px 10px !important;
	}
}