* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

html, body {
    background-color: #f0f0f0;
    color: #4f4f4f;
    font-family: 'Lato', sans-serif;
    margin:0;
    padding-top:0px;
    padding-bottom:0px;
	background-image:none;
}

button.btn {
    background-color: #ea542e;
    border: 1px solid #ea542e;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin: 2px 0;
    outline: 0;
    padding: 10px 16px;
    width:auto; 
    background-image:none;
    box-shadow:none;
}
 
button.btn-primary {
    background-color: #ea542e;
    border-color: #ea542e;
    color:#fff;
}

button.btn:hover {
    background-color: #ea2e00;
    border-color: #ea2e00;
    color:#fff
}

.clear {
    clear:both
}

.theme-1.container {
    max-width: 650px;
    margin: auto;
    padding: 50px;
    padding-bottom:10px
}

.main-container {
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #a5a2a2;
    -moz-box-shadow: 0 0 3px 0 #a5a2a2;
    -webkit-box-shadow:0 0 3px 0 #a5a2a2
}

.header-info {
    background-color: #f7f7f7;
    padding: 30px;
    min-height: 156px;
    border-radius:5px 5px 0 0
}

.header-info > div {
    float: left;
    max-width: calc(100% - 95px);
    padding: 15px 10px;
    padding-left:20px
}

.header-info .wrap {
    width: auto;
    position:relative
}

.header-info div.name {
    font-size: 30px;
    font-weight: 700;
}

.header-info div.status {
    font-size: 14px;
    text-transform: capitalize;
    min-width: 67px;
    vertical-align:middle
}

.header-info .slogan-container {
    padding:5px 0
}

.header-info span.slogan {
    font-size: 14px;
    white-space: pre-line;
    word-wrap:break-word
}

.header-info div.status.online {
    color:#3aa225
}

.header-info div.status.offline {
    color:#777
}

.header-info div.status.away {
    color:#fac92d
}

.header-info .avatar {
    border-radius: 5px;
    height: 95px;
    width: 95px;
    vertical-align: middle;
    display: inline-block;
    background:#fff
}

.header-content-wrapper {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    max-width:calc(100% - 100px) !important
}

.page-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    flex-grow: 0;
    font-weight:700;
    height:30px;
}

.info {
    background-color: #fff;
    font-size: 14px;
    padding: 20px 30px;
    border-radius:0 0 5px 5px
}

.info .tag-dsp > span:after {
    content: ','
}

.info .tag-dsp > span:last-of-type:after {
    content: ''
}

.tag-dsp {
    display: inline-block;
    vertical-align:middle
}

.info .location {
    padding-top: 0;
    padding-bottom:5px
}

.info .website {
    padding-bottom: 5px;
    padding-top:0
}

.info .location .text, .info .website .text {
    display: inline-block;
    vertical-align:middle
}

.info .website .text {
    margin-left:3px
}

.info .buttons, .info .tags {
    margin:20px 0
}

.info .tags img, .info .location img, .info .website img {
    vertical-align: middle;
    margin-right: 5px;
    width:16px
}

.info .links > div {
    padding:5px 0
}

.info .links .link-favicon {
    height: 16px;
    margin-right: 3px;
    width: 16px;
    vertical-align:middle
}

.link-url:hover {
    text-decoration:underline
}

.link-url {
    vertical-align: middle;
    display: inline-block;
    color: #4f4f4f;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:calc(100% - 25px)
}

.link-favicon + .icon-file {
    display:none
}

.info .description {
    line-height: 20px;
    padding-top:10px
}

.info .summary {
    margin-bottom:0
}

.info .label {
    font-size: 15px;
    font-weight:700
}

.info .socials a {
    margin-right:15px
}

.footer {
    font-size: 14px;       
    width:100%;    
    height:30px;
    padding-left:20px;
}

.footer a {
    color: #ea542e !important;
    font-weight:700
}

hr {
	margin-bottom:8px;
	margin-top:0px;
}
.report {
    margin: 10px;
    padding-top:7px
}

.report a {
    color: #4f4f4f;
    font-size: 13px;
    text-decoration:none
}

.report a:hover {
    color: #4f4f4f;
    text-decoration:underline
}

#report-user {
    background-color: rgba(0, 0, 0, .5);
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top:0
}

#modal-report .modal-body .error {
    color: red;
    font-size:12px
}

#modal-report .modal-body textarea {
    background-color: #f1f2f2;
    border: 0;
    border-radius: 5px;
    height: 70px;
    margin-top: 15px;
    padding: 20px;
    resize: none;
    width:93%
}

#submit-report {
    background-color: #ea542e;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
    padding: 8px 15px;
    width:80px
}

#submit-report:hover {
    background-color:#0bf
}

@media screen and (max-width: 600px) {
    .theme-1.container {
        max-width: 100%;
        padding: 0;
        padding-bottom: 10px;
        min-height:calc(100vh - 95px)
    }

    .header-info {
        display: block;
        text-align:center
    }

    .header-info div {
        float: none;
        max-width:100%
    }

    .header-info div.name {
        justify-content: center;
        padding-right:0 !important
    }

    .header-content-wrapper {
        max-width:calc(100% - 10px) !important
    }

    .header-info .avatar {
        float: none;
        margin: auto;
        display:block
    }

    .footer {
        background-color: #4f4f4f;
        color: #fff;
        font-size: 12px;
        margin-top: 60px;
        padding-top: 10px;
        position: relative;
        width:100%
    }

    .footer a {
        color:#fff
    }
    
    .info {
		text-align:center;
	}
}

@font-face {
    font-family: 'socialico';
    src: url('../fonts/socialico.eot?wxl8gd');
    src: url('../fonts/socialico.eot?wxl8gd#iefix') format('embedded-opentype'), url('../fonts/socialico.ttf?wxl8gd') format('truetype'), url('../fonts/socialico.woff?wxl8gd') format('woff'), url('../fonts/socialico.svg?wxl8gd#socialico') format('svg');
    font-weight: 400;
    font-style:normal
}

.icon-file:before {
    content: "\e900"
}

.icon-tag:before {
    content: "\e901"
}

.icon-map-pin:before {
    content: "\e902"
}

.icon-briefcase:before {
    content: "\e903"
}

.company-link {
	color : #ea542e;
}

#powered-by {
	float:left;
}

#company-search {
	float:right;
	padding-right:20px;
}

#txt-company-search {
	width:200px;
}

#btn-company-search {
	height:20px;
	width:30px;
	padding: 0 0 0 0;
	margin-top:0px;
}

#company-search-result {
    padding: 5px
}

#company-search-result img {
    margin-right: 20px
}

#company-search-result a {
    color: #4f4f4f;
}

.modal-backdrop {
	background-color: #fafafa;
}