/* JT Staff Profiles Stylesheet */

.profile-header-info {
    background: #ffff;
    border: 1px solid #f0f0f0;
    margin: 30px 0 0 !important;
    padding: 30px 30px 30px 0 !important;
    border-radius: 2px;
    overflow:  auto;
}

.user-img-box img {
    width: 100%;
    height: 175px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    object-fit: cover;
}

.profile-header-info .profile-name {
    font-size: 26px;
    margin: 0 0 5px;
}
.profile-header-info .short-info {
	display: inline-block;
	font-size: 13px;
	margin: 0 0 20px;
}
.profile-social-links {
    text-align: right;
}

.profile-social-links a {
	display: inline-block;
	font-size: 15px;
    padding: 10px 8px;
    color: #318fe8;
	transition: all .4s ease;
}

.profile-social-links a:hover {
	transition: all .4s ease;
}

.profile-social-links a:hover .fa-facebook {
    color: #3b5998;
}

.profile-social-links a:hover .fa-twitter {
    color: #1da1f2;
}

.profile-social-links a:hover .fa-google-plus {
    color: #dd4b39;
}

.profile-social-links a:hover .fa-linkedin {
    color: #0077b5;
}

.profile-social-links a:hover .fa-youtube {
    color: #cd201f;
}

.profile-social-links a:hover .fa-pinterest {
    color: #bd081c;
}

.profile-social-links a:hover .fa-instagram {
    color: #833ab4;
}

.profile-social-links a:hover .fa-github {
    color: #333;
}
.profile-header-info p {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
.profile-header-info p span {
    padding: 10px 20px 0 0;
    box-sizing: border-box;
    width: 49%;
    display: inline-block;
}
.profile-header-info p span i {
    padding: 0 5px 0 0;
    color: #318fe8;
    width: 30px;
}

.profile-about-section {
    background: #fff;
    color: #727272;
    padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: 300;
}

.profile-about-section h3 {
    margin: 0 0 20px;
    color: #323232;
    font-size: 18px;
    font-weight: 300;
}

.profile-about-section p {
    line-height: 22px;
}

.profile-about-section .languages {
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #f9f9f9;
}

.profile-about-section span {
	padding-right: 10px;
}

#profile-gallery .uk-tab {
    padding: 0;
    margin: 0 0;
    text-align: left;
}
.profile-tabs-info .uk-tab {
    padding: 0;
    margin: 40px 0 0;
    text-align: left;
}
#profile-gallery .uk-tab:before,
.profile-tabs-info .uk-tab:before {
	display: none;
}
#profile-gallery .uk-tab > li,
.profile-tabs-info .uk-tab > li {
	border-radius: 0 !important;
	border: 0 !important;
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0;
	width: auto;
}

#profile-gallery .uk-tab > li a,
.profile-tabs-info .uk-tab > li a {
	border-radius: 0 !important;
	border: 0 !important;
    padding: 6px 0 !important;
    margin: 0 25px 0 0!important;
    color: #888;
    font-size: 14px;
    font-weight: 300 !important;
    text-transform: inherit;
	width: auto;
}

#profile-gallery .uk-tab > li.uk-active a,
.profile-tabs-info .uk-tab > li.uk-active a {
    background: #fff !important;
    color: #318fe8;
    border: 0;
    padding: 6px 18px;
    border-radius: 50px;
}

#profile-gallery .profile-media-tabs,
#profile-info-tabs {
    background: #fff;
    color: #555;
    padding: 20px 0 0;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 3px 3px;
    margin: 10px 0 0 !important;
}

#profile-info-tabs i {
    background: #57a6c3;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
}

.profile-left-column {
	padding-right: 25px;
}
.profile-sidebar {
	padding-left: 10px !important;
}

.profile-sidebar-section {
    background: #fff;
    padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}


.section-title {
    color: #58595c;
    font-size: 18px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: -20px -20px 20px;
    padding: 15px 20px 13px;
    background: #f9f9f9;
}

.section-title:first-child {
    border-top: 0;
    border-radius: 3px 3px 0 0;
}

.profile-sidebar-section i {
    color: #57a6c3;
    width: 40px;
    border-right: 1px solid #57a6c3;
    margin-right: 8px;
    text-align: center;
    padding: 4px 0;
}

.profile-sidebar-section i.fa-angle-right {
    color: #484848;
    width: auto;
    border: 0;
    font-size: 18px;
    margin: 0 6px 0 0;
    padding: 0;
}

.profile-sidebar .skill-category {
    font-size: 12px;
    padding: 10px 0 0;
    color: #57a6c3;
}

.profile-sidebar span {
    display: inline-block;
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    padding: 5px 15px 4px;
    margin: 2px 5px 5px 0;
    font-size: 11px;
    transition: all .4s ease;

}

.profile-sidebar span:hover {
    background: #57a6c3;
    color: #fff;
    transition: all .4s ease;
}

.profile-sidebar .space-top {
    margin-top: 35px;
}

#profile-projects {
    margin: 25px 0 0;
    background: #fff;
    padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    overflow:  auto;
}

#profile-projects h3 {
    margin: 0 5px 25px;
    color: #323232;
    font-size: 18px;
}

#profile-projects .uk-inline, #profile-projects img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

#profile-projects .uk-grid {
    margin: 0;
}
#profile-projects .uk-width-1-4 {
    padding: 0 6px 12px;
}

#profile-projects .uk-overlay {
    background: rgba(24, 24, 24, 0.65);
    font-size: 13px;
    margin: 5px;
    padding: 10px 15px;
    border: 1px solid transparent;
    transition: all .4s ease;
}

.cv-file {
    display: inline-block;
    margin: 45px 0 0;
    text-align: center;
    background: #626262;
    padding: 10px 15px !important;
    color: #fff !important;
    border-radius: 50px;
    font-size: 12px !important;
    transition: all .4s ease;
}

.cv-file:hover {
    background: #318fe8;
    transition: all .4s ease;
}

.cv-file i {
    padding-right: 8px;
}

.availability-hours-box {
	margin: 0 0 40px;
}

.availability-hours {
    font-size: 12px;
    margin: 0;
}

.availability-hours:last-child {
    margin: 0 0 30px;
}

.availability-hours span {
    background: transparent !important;
    border: 0 !important;
    font-size: 13px;
    padding: 0 5px 0 0 !important;
    color: #57a6c3 !important;
}
.jt-staff-profiles a {
	text-decoration: none !important;
}


/* Admin CSS */
#profile-tabs .uk-accordion-title {
    background: #f9f9f9;
    margin: 0 0 6px;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 2px;
}

#profile-tabs .uk-accordion-title a {
    color: #484848;
    text-decoration: none;
}

#profile-tabs .uk-accordion-content {
    padding: 20px;
    background: #fdfdfd;
    margin: -6px 0 12px;
    border: 1px solid #f0f0f0;
    border-top: 0;
}

#profile-tabs .languages {
    background: #fff;
    padding: 20px;
    margin: -20px -20px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.jt-settings-box form {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 0;
}

.jt-settings-box form table tr {
    width: 33%;
    display: inline-block;
}

.jt-settings-box form table tr:nth-child(16), 
.jt-settings-box form table tr:nth-child(24),
.jt-settings-box form table tr:nth-child(34),
.jt-settings-box form table tr:nth-child(42),
.jt-settings-box form table tr:nth-child(47) {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.jt-settings-box form table tr:nth-child(16) th, 
.jt-settings-box form table tr:nth-child(24) th,
.jt-settings-box form table tr:nth-child(34) th,
.jt-settings-box form table tr:nth-child(42) th,
.jt-settings-box form table tr:nth-child(47) th {
    width: 50%;
}


/* Staff Profiles Page */
.staff-profiles-page .col-md-4 {
    margin-bottom: 16px;
    padding: 0 8px;
}

.staff-profiles-page img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.staff-profiles-page .staff-info {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #f0f0f0;
}

.staff-profiles-page .staff-info .profile-name {
    position: relative;
    margin: 0 0 16px;
    font-size: 17px;
}

.staff-profiles-page .staff-short-info {
    font-size: 13px;
    margin: 0;
}

.staff-profiles-page .staff-info .profile-name:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #484848;
    left: 0;
    bottom: -8px;
}



/* Edit Profile Form */
.edit-profile-form .uk-accordion-title {
    font-size: 14px !important;
    padding: 10px 18px !important;
    background: #fbfbfb;
    border: 1px solid #f0f0f0;
}

.edit-profile-form .uk-accordion-title.uk-active {
    background: #57a6c3;
}

.edit-profile-form .uk-accordion-title.uk-active a {
    color: #fff;
}

.edit-profile-form .uk-accordion-title a {
    color: #484848;
}

.edit-profile-form .uk-accordion-content.uk-active {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 30px;
    margin: -16px 0 20px;
}

.edit-profile-form label.error {
    position: absolute;
    right: 20px;
    width: 20%;
    padding-right: 25px;
    margin: -40px 0 20px;
    display: block;
    color: #ef4949;
}

.edit-profile-form .user-files label.error {
    right: 242px;
    margin: 5px;
    width: 18% !important;
    position: absolute;
    background: #fff;
}

.edit-profile-form label {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    padding-right: 10px;
    margin: 0 0 20px;
    width: 30%;
    text-align: right;
}

.edit-profile-form table label {
	width: 70%;
}

.edit-profile-form input[type="text"],
.edit-profile-form input[type="url"],
.edit-profile-form input[type="email"],
.edit-profile-form .textarea-field,
.edit-profile-form select,
.edit-profile-form input[type="file"] {
    padding: 5px 10px !important;
    font-size: 13px;
    display: inline-block !important;
    width: 55% !important;
    border: 1px solid #eee !important;
}

.edit-profile-form input[type="button"] {
    padding: 8px 20px;
    margin: 0 0 0 15px;
    font-size: 13px;
    background: #484848;
    box-shadow: none !important;
    color: #fff;
    text-shadow: none;
    border: 0;
}

.edit-profile-form .textarea-label {
    vertical-align: bottom;
    margin-bottom: 30px;
}

.edit-profile-form table input {
	width: auto !important;
}

.edit-profile-form table tr {
	border: 0;
}

.edit-profile-form p {
    font-size: 12px;
    margin: 20px 0;
    text-align: center;
}

.edit-profile-form h4 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.edit-profile-form hr {
    border: 0;
    border-top: 1px solid #f0f0f0;
    padding: 0;
    margin: 20px 0;
    background: transparent;
}

.edit-profile-form .mce-panel {
    border: 1px solid #f0f0f0;
}

.view-form-btn {
    background: #484848;
    padding: 8px 15px;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    margin: 20px;
    display: inline-block;
    border: 1px solid #484848;
    transition: all .4s ease;
}

.edit-form-btn {
    background: #607a90;
    padding: 8px 15px;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #607a90;
    transition: all .4s ease;
}

.view-form-btn:hover {
    background: transparent;
    color: #484848;
    transition: all .4s ease;
}

.edit-form-btn:hover {
    background: transparent;
    color: #607a90;
    transition: all .4s ease;
}

.centered-text {
	text-align: center;
}

.user-files label {
    width: 100% !important;
}
 
.user-files input {
    width: 75% !important;
    float: left;
    color: #a0a0a0;
}

.user-files .button {
    width: 20% !important;
    float: right;
    padding: 8px 14px !important;
    font-size: 13px;
    font-weight: normal;
    border-radius: 50px;
    background: #fff;
    color: #484848;
}

.user-files .button:hover {
    color: #fff;
}


/* Media */
.profile-video {
    background: #318fe8;
    color: #fff !important;
    padding: 10px 14px 9px !important;
    border-radius: 50%;
    text-align: center !important;
    margin: 0;
}

#profile-video-url .uk-modal-dialog-lightbox,
#profile-video-embed .uk-modal-dialog-lightbox {
	margin: 150px auto !important;
}

#profile-video-url video {
	margin-bottom: -5px;
}

#profile-video-url video::-webkit-media-controls {
    overflow: hidden !important
}

#profile-video-url video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

#profile-video-embed iframe {
	width: 100%;
	height: 338px;
	margin-bottom: -5px;
}

#profile-gallery {
    background: #fff;
    padding: 20px;
    margin: 30px 0 0;
    border: 1px solid #f5f5f5;
}
#profile-gallery .uk-grid {
	margin: 0;
}
#profile-gallery .uk-grid > * {
	padding: 0;
	margin: 0;
}
#profile-gallery a {
    display: block;
    padding: 6px;
    opacity: 0.8;
    transition: all .4s ease;
}

#profile-gallery a:hover {
    opacity: 1;
    transition: all .4s ease;
}

#profile-gallery img {
    width: 100%;
    height: 120px;
	object-fit: cover;
}

#profile-gallery iframe,
#profile-gallery video {
	width: 100% !important;
	height: auto !important;
}

/* Appointment Form */
.appointment-btn {
    background: #484848;
    padding: 8px 15px;
    display: block;
    text-align: center;
    margin: 20px 0 0;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    transition: all .4s ease;
}

.appointment-btn:hover {
    background: #57a6c3;
    color: #fff;
    transition: all .4s ease;
}

#appointment-form .uk-modal-header,
#custom-appointment-form .uk-modal-header {
    background: #f9f9f9;
    padding: 15px 20px;
    margin: -20px -20px 20px;
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
}

#appointment-form .uk-close,
#custom-appointment-form .uk-close {
    float: right;
    margin: 5px 0;
}

#appointment-form label {
    color: #57a6c3;
    font-weight: normal;
    width: 30%;
    display: inline-block;
}

#appointment-form input {
    outline: none;
    border: 0;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    padding: 0;
    background: #fff;
}

#appointment-form input[type="submit"] {
    background: #484848;
    transition: all .4s ease;
    padding: 10px 28px;
    margin: 30px 0 0;
    font-size: 15px;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-radius: 50px;
}

#appointment-form input[type="submit"]:hover {
    background: #57a6c3;
    transition: all .4s ease;
}


/* Style 1 */
.profile-page-1 .container {
	margin: 0 auto;
	max-width: 1170px;
}

/* Style 2 */
.profile-page-2 {
    margin: 50px auto !important;
	max-width: 1170px;
}
.profile-page-2 a {
	text-decoration: none !important
}
.profile-page-2 .user-img-box {
    background: #fff;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.profile-page-2 .col-md-3 {
    padding: 0;
}

.profile-page-2 .col-md-9 {
    padding: 0 0 0 25px;
}

.profile-page-2 .user-img-box img {
    width: 60%;
    height: 160px;
    margin: 20px 0 0;
    border: 3px solid #fff;
    box-shadow: 0 0 2px #ccc;
	object-fit: cover;
}

.profile-page-2 .profile-name {
    font-size: 22px;
    margin: 20px 0 5px;
}

.profile-page-2 .short-info {
    font-size: 13px;
    font-style: italic;
    color: #888;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 15px 15px;
}

.profile-page-2 .profile-social-links {
    padding: 30px 10px 15px;
    text-align: center;
}

.profile-page-2 .profile-personal-info span {
    display: block;
    text-align: left;
    padding: 0 20px 8px;
}

.profile-page-2 .profile-personal-info {
    border: 0;
    overflow: auto;
    margin: 0 !important;
}
.profile-page-2 .profile-personal-info span {
	display: block;
	font-size: 12px;
}
.profile-page-2 .profile-personal-info span i {
	margin: 0 14px 0 0;
	color: #888;
}

.profile-page-2 .profile-video {
    float: left;
    margin: 0 15px;
}

.profile-page-2 .cv-file {
    margin: 0 0 20px;
    padding: 10px 40px;
}

.profile-page-2 .profile-about-section .languages {
    margin: 10px -21px -20px;
    padding: 10px 20px;
    border-top: 1px solid #f9f9f9;
    background: #57a6c3;
    color: #fff;
    font-size: 13px;
}
.profile-page-2 .profile-about-section .uk-tab {
	margin: 20px 0 0;
}
.profile-page-2 .profile-about-section .uk-tab li {
	padding: 0 25px 0 0;
}
.profile-page-2 .profile-about-section .uk-tab li a {
	font-size: 14px;
	text-transform: inherit;
	padding: 0 0 8px;
}
.profile-page-2 .profile-tabs-info .uk-tab {
    background: #fdfdfd;
    border: 1px solid #f5f5f5;
    padding: 10px;
    margin: 0;
    border-radius: 3px 3px 0 0;
    text-align: center;
}

.profile-page-2 .profile-tabs-info .uk-tab > li {
    float: none;
    display: inline-block;
}

.profile-page-2 .profile-tabs-info .uk-tab > li a {
	position: relative;
    background: transparent;
    padding: 6px 18px !important;
    margin: 0 !important;
    color: #555;
    border: 0;
}

.profile-page-2 .profile-tabs-info .uk-tab > li.uk-active a {
    color: #57a6c3;
    padding: 6px 18px;
	background: transparent !important;
}

.profile-page-2 .profile-tabs-info .uk-tab > li.uk-active a:after {
	position: absolute;
	content: '';
	background: rgba(87, 166, 195, 0.6);
	width: 8px;
	height: 8px;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
}

.profile-page-2 #profile-info-tabs {
    background: #fff;
    padding: 15px 0 0;
    border: 0;
    border-top: 0;
    border-radius: 0;
    margin: 0;
}

.profile-page-2 #profile-projects h3,
.profile-page-2 #profile-gallery h3 {
	margin: -20px -20px 20px;
    color: #57a3ce;
    font-size: 15px;
    position: relative;
    text-align: center;
    background: #fdfdfd;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.profile-page-2 #profile-projects h3:after,
.profile-page-2 #profile-gallery h3:after {
    position: absolute;
    content: '';
    background: rgba(87, 166, 195, 0.6);
    width: 8px;
    height: 8px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50px;
}

.profile-page-2 div.availability-hours {
    background: #fff;
    margin: 25px 0 0;
    padding: 20px 20px 0;
    border: 1px solid #f5f5f5;
}

.profile-page-2 .availability-hours
 .section-title {
    background: #fdfdfd;
    border-bottom: 1px solid #f5f5f5;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.profile-page-2 .availability-hours .section-title:after {
    position: absolute;
    content: '';
    background: rgba(87, 166, 195, 0.6);
    width: 8px;
    height: 8px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    border-radius: 50px;
}

.profile-page-2 p.availability-hours {
    font-size: 13px;
    margin: 0 0 6px;
}

.profile-page-2 .availability-hours .appointment-btn {
    background: #57a3ce !important;
    border-radius: 0;
    margin: 20px 0 -20px;
    transition: all .4s ease;
}

.profile-page-2 .availability-hours .appointment-btn:hover {
    background: #555 !important;
    transition: all .4s ease;
}

.profile-page-2 .profile-skills, 
.profile-page-2 .profile-interests {
    background: #fff;
    padding: 20px;
    border: 1px solid #f5f5f5;
    margin: 25px 0;
}

.profile-page-2 .profile-skills .section-title,
.profile-page-2 .profile-interests .section-title {
    position: relative;
    margin: -20px -20px 20px;
    background: #fdfdfd;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    font-size: 16px;
    color: #555;
}

.profile-page-2 .profile-skills .section-title:after,
.profile-page-2 .profile-interests .section-title:after {
    position: absolute;
    content: '';
    background: rgba(87, 166, 195, 0.6);
    width: 8px;
    height: 8px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    border-radius: 50px;
}

.profile-page-2 .profile-skills span {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 5px 10px;
    background: #fbfbfb;
    font-size: 11.5px;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
}

.profile-page-2 .profile-skills .skill-category {
    text-transform: uppercase;
    color: #57a3ce;
    font-size: 12px;
    display: block;
    margin: 20px 0 10px;
}

.profile-page-2 .profile-interests i {
    color: #57a3ce;
    width: 30px;
    text-align: center;
}


/* Style 3 */
.profile-page-3 .large-img .uk-inline {
    width: 100%;
    height: 450px;
}

.profile-page-3 .large-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.profile-page-3 .large-img .profile-name {
    font-size: 22px;
    font-weight: normal;
    margin: 5px 0 0;
}

.profile-page-3 .large-img .uk-overlay {
	padding: 30px 0;
    background: rgba(24, 24, 24, 0.5);
}

.profile-page-3 .large-img .uk-overlay .container {
    width: 80% !important;
    margin: 0 auto;
    padding: 0;
}

.profile-page-3 .large-img .uk-grid {
    margin: 0;
}

.profile-page-3 .large-img .uk-grid >
 * {
    padding: 0;
}

.profile-page-3 .profile-basic-info {
    padding-left: 20px;
    float: left;
    width: 78%;
}

.profile-page-3 .user-img-box {
	float: left;
}

.profile-page-3 .user-img-box img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.profile-page-3 .large-img {
    position: relative;
}

.profile-page-3 .profile-social-links {
	padding: 85px 0 0 !important;
}

.profile-page-3 .profile-social-links a {
	color: rgba(255, 255, 255, 0.85);
	transition: all .4s ease;
}

.profile-page-3 .profile-social-links a:hover i {
	color: #fff !important;
	transition: all .4s ease;
}

.profile-page-3 .short-info {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    display: block;
    margin: 0 0 14px;
}

.profile-page-3 .large-img p {
    margin: 0 0 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.95);
}

.profile-page-3 .profile-basic-info i {
    color: #fff;
    padding: 0 2px 0 0;
}

.profile-page-3 .profile-basic-info span {
	display: inline-block;
    padding: 0 20px 5px 0;
}

.profile-page-3 .profile-info-section {
    width: 80%;
    margin: 50px auto;
    padding: 0;
}

.profile-page-3 .profile-info-section .uk-grid {
    margin: 0;
}

.profile-page-3 .profile-info-section .uk-width-7-10 {
    padding-left: 0;
}

.profile-page-3 .profile-info-section .uk-width-3-10 {
    padding-right: 0;
}

.profile-page-3 .profile-about-section h3 {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    font-weight: normal;
}
.profile-page-3 .profile-about-section p {
	margin-bottom: 0;
	font-size: 14px;
}

.profile-page-3 .profile-about-section h3 span {
    border-bottom: 1px solid #57a6c3;
    padding: 10px 0 13px;
}
.profile-page-3 .profile-about-section .uk-tab {
	margin: 30px 0 10px;
}
.profile-page-3 .profile-about-section .uk-tab li {
	padding: 0 25px 0 0;
}
.profile-page-3 .profile-about-section .uk-tab li a {
	font-size: 13px;
	padding: 0 0 8px;
	text-transform: inherit;
}
.profile-page-3 .profile-tabs-info .uk-tab {
    background: #f9f9f9;
    padding: 4px 0;
}

.profile-page-3 .profile-tabs-info .uk-tab li {
    background: transparent !important;
}

.profile-page-3 .profile-tabs-info .uk-tab li a {
    border-radius: 0;
    border: 0;
    background: transparent !important;
    position: relative;
    color: #555;
}

.profile-page-3 .profile-tabs-info .uk-tab li.uk-active a {
    color: #57a6c3;
}
.profile-page-3 #profile-info-tabs {
	border-top: 0;
	padding: 15px 0 0;
}
.profile-page-3 #profile-info-tabs ul, 
.profile-page-3 #profile-info-tabs ol {
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
}

.profile-page-3 #profile-info-tabs p {
    font-size: 14px;
    margin-bottom: 0;
}
.profile-page-3 #profile-info-tabs li {
	margin: 0 0 6px;
}
.profile-page-3 .profile-tabs-info .uk-tab li.uk-active a:after {
    position: absolute;
    content: '';
    background: #57a6c3;
    width: 30px;
    height: 1px;
    bottom: -4px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.profile-page-3 #profile-projects h3,
.profile-page-3 #profile-gallery h3 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    font-weight: normal;
}

.profile-page-3 #profile-projects h3:after,
.profile-page-3 #profile-gallery h3:after {
    display: none;
}


.profile-page-3 #profile-projects h3 span,
.profile-page-3 #profile-gallery h3 span {
    border-bottom: 1px solid #57a6c3;
    padding: 10px 0 13px;
}

.profile-page-3 #profile-gallery a {
    width: 100%;
}

.profile-page-3 .cv-file {
    background: transparent;
    border-left: 1px solid #fff;
    border-radius: 0 !important;
    color: #fff !important;
    text-align: left;
    padding: 0 0 0 15px !important;
    margin: 0 0 0 5px;
}

.profile-page-3 .cv-file i {
    color: #fff;
    margin-right: 5px;
}

.profile-page-3 .profile-personal-info {
	border: 1px solid #f0f0f0;
}

.profile-page-3 .profile-video {
    background: transparent;
    color: #555 !important;
    float: none;
    padding: 5px 10px 10px;
    margin: 0;
    display: block;
    text-align: left;
	width: 100%;
}

.profile-page-3 .profile-video i {
    color: #57a6c3;
	padding-right: 5px;
    margin-right: 5px;
}

.profile-page-3 div.availability-hours {
    background: #fff;
    padding: 20px 20px 2px;
    margin-bottom: 35px;
    border:  1px solid #f5f5f5;
    border-radius: 3px;
}

.profile-page-3 div.availability-hours h3 {
    background: #555;
    color: #fff;
}

.profile-page-3 p.availability-hours {
    padding: 0 0 8px;
    font-size: 13px;
}

.profile-page-3 .appointment-btn {
    width: 80%;
    margin: 20px auto 0;
    display: block;
}

.profile-page-3 .profile-skills {
    background: #fff;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius:  3px;
    margin-bottom: 35px;
}

.profile-page-3 .profile-skills h3 {
    background: #555;
    color: #fff;
    font-weight: normal;
}

.profile-page-3 .profile-skills p {
	margin: 5px 0 20px;
}
.profile-page-3 .profile-skills .skill-category {
    color: #57a6c3;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}

.profile-page-3 .profile-skills p span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 11px;
    border: 1px solid #f0f0f0;
    margin: 3px 5px 3px 0
}

.profile-page-3 .profile-interests {
    background: #fff;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius:  3px;
}

.profile-page-3 .profile-interests h3 {
    background: #555;
    color: #fff;
    font-weight: normal;
}
.profile-page-3 .profile-interests p {
	margin: 0 0 12px;
	font-size: 14px;
}

.profile-page-3 .profile-interests i {
    color: #57a6c3;
    width: 30px;
    text-align: center;
}



/* Style 4 */
.profile-page-4 {
	background: #f9f9f9;
	padding: 0 0 50px;
}
.profile-page-4 .container {
	min-width: 1170px;
	margin: 0 auto;
	max-width: 1170px;
	width: 1170px;
}
.profile-page-4 .large-img {
    margin: 0 0 50px;
}
.profile-page-4 .large-img .uk-inline {
    height: 380px;
    width: 100%;
}
.profile-page-4 .large-img img {
    height: 380px;
    object-fit: cover;
    width: 100%;
}
.profile-page-4 .user-img-box {
    display: inline-block;
}
.profile-page-4 .user-img-box img {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    height: 140px;
    object-fit: cover;
    vertical-align: bottom;
    width: 140px;
}
.profile-page-4 .profile-about {
    font-size: 14px;
    font-style: italic;
    padding:  0 0 50px;
}
.profile-page-4 .profile-about h3 {
    display: none;
}
.profile-page-4 .profile-about p {
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.profile-page-4 .profile-basic-info {
    display: inline-block;
    padding: 0 0 0 20px;
}
.profile-page-4 .profile-basic-info h1 {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    margin: 0;
}
.profile-page-4 .profile-basic-info span {
    color: rgba(255, 255, 255, 0.9);
	display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
	padding: 5px 0 0;
}
.profile-page-4 .profile-social-links {
    padding: 110px 0 0;
}
.profile-page-4 .profile-social-links a {
    color: rgba(255, 255, 255, 0.8);
    transition: all .4s ease;
}
.profile-page-4 .profile-social-links a:hover i {
    color: #fff;
    transition: all .4s ease;
}
.profile-page-4 .profile-info-section {
    background: #fff;
    border-radius: 2px;
    margin: 0 auto 50px;
}
.profile-page-4 .profile-info-section .uk-grid {
	margin: 0;
}
.profile-page-4 .profile-info-section .uk-width-1-4 {
    border-right: 1px solid #f8f8f8;
    padding: 15px 20px 15px 40px;
}
.profile-page-4 .profile-info-section .uk-width-3-4 {
    border-left: 1px solid #f8f8f8;
    margin-left: -1px;
}
.profile-page-4 .profile-info-section .uk-width-3-4 span {
    display: block;
    margin: 0 0 5px;
}
.profile-page-4 .profile-info-section .uk-width-3-4 p {
    border-bottom: 1px solid #f9f9f9;
    margin: 0 0 10px;
    font-size: 14px;
    padding: 0 0 10px;
}
.profile-page-4 .profile-info-section .uk-width-3-4 p:last-child {
    border-bottom:  0;
    margin:  0;
    padding:  0;
}
.profile-page-4 .profile-info-section .uk-width-3-4 i {
    border-right: 1px solid #f2f2f2;
    color: #57a6c3;
    margin: 0 10px 0 0;
    width: 26px;
}
.profile-page-4 .profile-info-section .uk-width-3-4 a {
    margin: 0 0 0 -3px;
}

.profile-page-4 .profile-info-section .uk-width-1-4 {
    padding-top: 20px;
}
.profile-page-4 .profile-info-section p span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 12px;
}
.profile-page-4 .profile-info-section p i {
    color: #54a6c4;
    margin: 0 15px 0 0;
}
.profile-page-4 .profile-info-section .cv-file {
    margin: 20px 0;
}
.profile-page-4 .uk-tab {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 0 0;
    margin: 0;
    text-align: left;
}
.profile-page-4 .uk-tab:before {
	border: 0 !important;
}
.profile-page-4 .uk-tab li {
    margin: 0 0 -1px;
    padding: 0 20px 0 0;
}
.profile-page-4 .uk-tab li a {
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    color: #585858;
    font-size: 15px;
    padding: 0 0 10px !important;
    text-transform: inherit;
}
.profile-page-4 .uk-tab li.uk-active a {
    border: 0;
    border-bottom: 1px solid #57a6c3;
    border-radius: 0;
    color: #57a6c3;
}
.profile-page-4 #profile-info-tabs {
    border: 0;
    font-size: 14px;
	font-weight: 300;
    padding: 20px 0;
    text-align: left;
}
.profile-page-4 #profile-info-tabs ul,
.profile-page-4 #profile-info-tabs ol {
    margin: 0;
}
.profile-page-4 #profile-info-tabs ul li,
.profile-page-4 #profile-info-tabs ol li {
    margin: 0 0 8px;
}
.profile-page-4 .profile-projects-section {
    padding: 0;
}
.profile-page-4 #profile-projects {
    border: 0;
    border-radius: 2px;
	margin: 0;
}
.profile-page-4 #profile-projects .uk-inline {
    display: inline-block;
    width: 100%;
}
.profile-page-4 #profile-projects .uk-inline img {
    object-fit: cover;
    width: 100%;
}
.profile-page-4 #profile-projects .uk-overlay a {
    color: #fff;
    font-size: 13px;
}
.profile-page-4 .profile-skills-interests-section {
    background:  #fff;
    font-size: 15px;
    margin:  50px auto;
    padding: 0;
}
.profile-page-4 .profile-skills-interests-section .uk-grid {
    margin: 0;
}
.profile-page-4 .profile-skills-interests-section .uk-grid > * {
    border-right: 1px solid #f5f5f5;
    padding: 0 15px 15px;
}
.profile-page-4 .profile-skills-interests-section .uk-grid > *:last-child {
	border-right: 0;
}
.profile-page-4 .profile-skills-interests-section .section-title {
    background:  #fff;
    border-bottom: 1px solid #f6f6f6;
    font-size:  16px;
    font-weight:  normal;
    margin: 0 0 15px;
    padding: 15px 0 5px;
    position: relative;
}
.profile-page-4 .profile-skills-interests-section .section-title:after {
    background: #57a6c3;
    bottom: -1px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 62px;
}
.profile-page-4 .profile-skills-interests-section p {
    margin: 0 0 8px;
    font-size: 13px;
}
.profile-page-4 .profile-skills-interests-section i {
    color: #57a6c3;
    width: 25px;
}
.profile-page-4 .skill-category {
    color: #57a6c3;
    font-size: 11px;
	font-weight: 300 !important;
    margin: 22px 0 8px !important;
    text-transform: uppercase;
}
.profile-page-4 .skill-category:first-child {
	margin: 0 0 8px !important;
}
.profile-page-4 .profile-skills-interests-section span {
	border: 1px solid #f0f0f0;
	border-radius: 2px;
    color: #888;
    display: inline-block;
    font-size: 12px;
	font-weight: 300;
    margin:0 5px 0 0;
    padding: 5px 7px;
}
.profile-page-4 .skills span:after {
    content: '\2022';
    margin: 0 0 0 10px;
    color: #ccc;
}
.profile-page-4 .skills span:last-child:after {
    display: none;
}
.profile-page-4 .profile-gallery-section {
    padding:  0;
    margin-bottom: 50px;
}
.profile-page-4 #profile-gallery {
    border: 0;
	margin: 0;
}
.profile-page-4 #profile-gallery .section-title,
.profile-page-4 #profile-projects .section-title {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 5px;
    margin: 0 0 24px;
}
.profile-page-4 #profile-gallery .section-title:after,
.profile-page-4 #profile-projects .section-title:after {
    background: #57a6c3;
    bottom: -1px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 62px;
}
.profile-page-4 #profile-gallery .profile-media-tabs {
	border-top: 0;
	padding: 10px 0 0;
}
.profile-page-4 #profile-gallery .uk-grid > * {
	padding: 0 5px 10px;
}
.profile-page-4 #profile-gallery a {
    display: inline-block;
    padding: 0 2px;
    width: 100%;
}
.profile-page-4 #profile-gallery img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.profile-page-4 .appointment-btn {
    border-radius: 2px;
    display:  inline-block;
    margin: 15px 0 5px;
}
.profile-page-4 .availability-hours-box {
    margin: 0;
}



/* Create Profile */
.edit-profile-form .uk-accordion-content {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 20px;
	margin: 0 0 20px;
}


/* Responsive Design */
@media (max-width: 767px) {
	.profile-header-info {
		text-align: center;
	}

	.profile-social-links {
		text-align: center;
		padding: 30px 0 10px !important;
	}

	.profile-personal-info span {
		display: block;
		padding: 5px 0;
	}
	.profile-page-2 .cv-file {
		padding: 10px 30px;
	}
	.profile-page-2 .col-md-9 {
		padding: 0;
	}
	.profile-page-2 .profile-tabs-info .uk-tab > li.uk-active a:after {
		display: none;
	}
	#profile-info-tabs .uk-description-list-horizontal > dt {
		text-align: left;
	}
	#profile-info-tabs .uk-description-list-horizontal > dd {
		width: 100%;
	}
	#profile-gallery a {
		width: 100%;
	}
	.profile-page-3 .profile-social-links {
		padding: 40px 0 0 !important;
	}
	.profile-page-3 .profile-info-section .uk-grid > * {
		width: 100%;
	}
	.profile-page-3 .profile-info-section .uk-tab li {
		display: block !important;
		width: 100%;
	}
	.profile-page-3 .profile-info-section .uk-tab li.uk-active a:after {
		display: none;
	}
	.profile-page-3 #profile-gallery a {
		width: 50%;
	}
	.profile-page-3 .profile-info-section .uk-width-3-10 {
		padding: 0;
		margin: 30px 0 0;
	}
    .profile-page-4 .container {
        width: 100%;
        min-width: 100%;
        max-width:  100%;
    }
    .profile-page-4 .uk-grid > * {
        width: 100%;
    }
    .profile-page-4 .profile-basic-info {
        padding: 20px 0 0;
    }
    .profile-page-4 .profile-info-section .uk-width-3-10 {
        border-right: 0;
        padding-bottom: 30px;
    }
    .profile-page-4 .uk-tab {
        border-bottom: 0;
    }
    .profile-page-4 .uk-tab li {
        display: block;
        margin-bottom: 10px;
    }
    .profile-page-4 #profile-projects .uk-inline {
        margin-bottom: 4px;
    }
    .profile-page-4 .profile-skills-interests-section .uk-grid > * {
        border-bottom: 1px solid #f0f0f0;
        border-right: 0;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .profile-page-4 #profile-gallery a {
        max-width: 140px;
        margin-bottom: 5px;
    }
    .profile-page-3 .large-img .uk-inline {
    	height: auto !important;
    }
    .profile-page-3 .large-img .uk-inline img {
    	height: 250px !important;
		width: 100%;
		object-fit: cover;
    }
    .profile-page-3 .large-img .user-img-box img {
    	height: 120px !important;
		width: 100%;
		object-fit: cover;
    }
    .profile-page-3 .large-img .uk-inline .uk-overlay {
    	position: relative;
    	margin: -10px 0 0;
    	background: #f9f9f9;
    	color: #323232;
    }
    .profile-page-3 .large-img .uk-inline .uk-overlay p,
    .profile-page-3 .large-img .uk-inline .uk-overlay span,
    .profile-page-3 .large-img .uk-inline .uk-overlay i {
    	color: #585858 !important;
    }
    .profile-page-3 .large-img .uk-inline .uk-overlay p span {
    	display: block;
    	margin: 0 0 8px;
    }
    .profile-page-3 .large-img .uk-inline .uk-overlay .uk-grid > * {
    	width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 920px) {
    .profile-page-4 .uk-tab {
        border-bottom: 0;
    }
    .profile-page-4 .uk-tab li {
        width: 100% !important;
        padding-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1169px) {
    .profile-page-4 .container {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}