@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.icon-section {
	margin: 0 0 3em;
	clear: both;
	overflow: hidden;
}
.icon-container {
	width: 240px;
	padding: .7em 0;
	float: left;
	position: relative;
	text-align: left;
}
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
	color: #000;
	position: absolute;
	margin-top: 3px;
	transition: .3s;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
	font-size: 2.2em;
	margin-top: -5px;
}
.icon-container:hover .icon-name {
	color: #000;
}
.icon-name {
	color: #aaa;
	margin-left: 35px;
	font-size: .8em;
	transition: .3s;
}
.icon-container:hover .icon-name {
	margin-left: 45px;
}

.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.badge-completed, .badge-closed {
    border-color: #7AC29A;
    background-color: #7AC29A;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}
body.nude{
    background-color: #f4f3ef;
}

.input-group-addon {
    background-color:white;
}


.section-yellow {
    background-color: #F3BB45;
}

.section-danger {
    background-color: rgba(237, 85, 101, 0.25);
    border-color: #c84513;
    font-weight: bolder;
}

.badge-danger {
    background-color: #c84513;
    color: #FFFFFF;
    border-color: #c84513;
}

.table {
    color: #000000!important;
}
.form-control {
    color: #000000 !important;
}



.alert-display {
    background-color: #68B3C8;
    color: #000;
    font-weight:bold

}
.alert-display A {
    color: #000;
    font-weight: bold
}
.IsHot {
    
    background-color: rgba(237, 85, 101, 0.25);
    border-color: #c84513;
    font-weight: bolder;
}
.bold {
    font-weight: bolder;
}

@keyframes pulse {
    0% {
        background-color: rgba(255, 255, 255, 1);
    }

    100% {
        background-color: rgba(237, 85, 101, .9);
        color: white;
        font-weight:bolder;
          
    }
}

#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0,0,0,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


.font-h2 {
    font-size: 1.75em;
}

.alert-display-alt {
    background-color: #95E0D6;
    color: #000;
    font-weight: bold;
}
.label-danger-alt {
    background-color: #F9B42E;
}

.black-link {
    color: #000;
}