@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;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}


.chosen-container.chosen-container-single{
	text-align: left;
}

.red{
	color:red;
}
.blue{
	color:blue;
}
.grey{
	color:grey;
}

.card label.label-search{
	font-weight:bold;
}


 .doneSection {
  height: 540px;
  text-align: center;
  font-size: 14px;
}

 .doneSection .contents {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

 .doneSection .contents img {
  margin-bottom: 24px;
}

 .doneSection .contents h1 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px;
  line-height: 1.3;
}

 .doneSection .contents p {
  line-height: 23px;
  font-size: 14px;
}

 .doneSection .contents .btn {
  margin-top: 24px;
}

 .doneSection .contents .btn {
  padding: 24px 0 8px 0;
  text-align: center;
}

 .doneSection .contents .btn a {
  width: 190px;
  padding: 16px;
  display: inline-block;
  border-radius: 8px;
  text-decoration: none;
}

 .doneSection .contents .btn a span.point {
  color: #AD0026;
  font-weight: bold;
  margin-left: 8px;
}

 .doneSection .contents .btn a .visited {
  color: #828282;
  font-weight: normal;
}

 .doneSection .contents .btn .applyRed {
  border: 1px solid #AD0026;
  color: white;
  background-color: #AD0026;
  font-weight: bold;
}

 .doneSection .contents .btn .applyRed:hover {
  background-color: #940020;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

 .doneSection .contents .btn .applyRed:hover {
  background-color: #c7002c;
}


.loginerror {
  border: 2px solid #AD0026;
  background-color: rgba(173, 0, 38, 0.1);
  padding: 16px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loginerror li {
  margin-bottom: 8px;
  color: #AD0026;
  padding-left: 28px;
  display: block;
  line-height: 1.3;
}

.loginerror li:first-child {
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 0 center;
}

.loginerror li:last-child {
  margin-bottom: 0;
}
