.flag {
	max-width: 20px;
}

.cta {
	padding-top:50px; 
	padding-bottom:50px; 
	background-color:#38B6FF; 
}
.footer {
	padding-top:30px; 
	padding-bottom:30px; 
	background-color:#464655;
}
.copyright {
	padding-top:15px; 
	padding-bottom:15px; 
	background-color:#2b3235;
}

.flag-login {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.flag-login img {
	margin-right: 20px;
}

.main-container {
	margin-top: 32px;
	margin-bottom: 60px;
}

.profile_img {
	border-radius: 5px;
}

.no_underline, .no_underline:hover {
	text-decoration: none;
}

.editor {
	height: 400px !important;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
 
.checklist .item-box {
	line-height: 40px;
}

.btn-card {
	position:absolute;
	bottom:30px;
}

a, a:hover{ 
	color: #38B6FF;
}

@media (min-width: 991px) {	
	.h100 {
		height: 100% !important;
	}
}

.dots {
	/*display: inline-block;*/
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.badge-notification {
	background-color: rgb(255, 146, 4);
	color: #fff;
}

.dropdown-item {
	font-size: 14px !important;
}

.badge-info {
	background-color: #FF914D;
	margin: 4px;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff !important;
}

.top-bar {
	background-color:#004AAD;
}

.red {
	color: #ff0000;
}

.dotted {
	border: 1px dotted;
}

div.dotted {
	padding: 8px;
}
span.dotted {
	margin: 8px;
	padding:4px;
}

.developer_line {
	height: 24px; 
	overflow:hidden;
}
/*.tab-content {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}*/



@media (max-width: 575px) {
	.col-md-4 {
		margin-bottom: 60px;
	}
}

/*--------------------------------------------------------------*/
/*  CAROUSEL                   									*/
/*--------------------------------------------------------------*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------*/
/*  GENERAL                    									*/
/*--------------------------------------------------------------*/

body{
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	line-height: 1.75em;
	color: #2b3235;
	background-color: #D6E4EF;
}

p, .text {
	color: #2b3235;
}

/*.row img{
	width: 100%!important;
	height: auto!important;
}*/

.no-top-bottom-padding{
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 575px) {
	.mobile-center {
		margin-left: auto;
		margin-right: auto;
	}
}

.container-fluid {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.footerContent {
	margin-top: auto;
}

.footerContent a {
	color: #fff;
	text-decoration: none;
}

.mb-2rem {
	margin-bottom: 2rem;
}

.mt-2rem {
	margin-top: 2rem;
}

/*--------------------------------------------------------------*/
/*  HEADERS                   									*/
/*--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	line-height: 2em;
}

h3{
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}

@media (max-width: 575px) {
	h1,h2,h3,h4,h5,h6 {
		line-height: 1.4em;
	}
}

/*--------------------------------------------------------------*/
/*  TOPBAR                     									*/
/*--------------------------------------------------------------*/

.top-bar {
	padding: 8px 0;
}

.top-bar .top-bar-icon {
	margin-bottom: -2px;
}

.top-bar .flag-login {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top-bar .language-flag {
	min-width: 20px;
	margin-right: 10px;
}

.top-bar .language-flag img {
	max-width: 20px;
}

@media (max-width: 575px) {
	.top-bar .language-flag {
		margin-right: 15px;
	}
}

.top-bar .login-button {
	margin-left: 20px;
}

.top-bar .login-button .btn {
	padding: 4px 14px;
}

.top-bar .login-button span {
	padding: 0;
}

@media (max-width: 575px) {
	.top-bar .login-button {
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	.top-bar .login-button span {
		padding-right: 18px;
	}
}

/*--------------------------------------------------------------*/
/*  MENU                      									*/
/*--------------------------------------------------------------*/

.main-menu{
	border-bottom: 1px solid #f5f5f5;
}

.main-menu a{
	color:#2b3235;
	text-decoration: none;
	margin: 0 10px;
	padding: 5px 10px;
}

.main-menu a.navbar-brand {
	padding: 0;
}

.main-menu li:last-child a{
	padding-right: 0;
}

.main-menu a:hover,
.main-menu li.active a{
	color:rgba(22,20,19,.5);
	text-decoration: none;
}

@media(max-width: 991px){
	.main-menu .nav-item{
		padding: 14px;  
		border-bottom: 1px solid #eaeaea;
	}

	.main-menu .nav-item:first-child{
		padding-top:20px;
	}

	.main-menu .nav-item:last-child{
		border-bottom: 0;
	}
}

/*--------------------------------------------------------------*/
/*  FOOTER                     									*/
/*--------------------------------------------------------------*/

.footer,
.footer p{
	color: #fff;
	font-size: 14px;
	line-height: 1.75em;
}

@media (max-width: 575px) {
	.footer {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.footer h4{
	font-size: 20px;
}

/*--------------------------------------------------------------*/
/*  copyright                  									*/
/*--------------------------------------------------------------*/
.copyright{
	color: #fff;
	font-size: 12px;
	line-height: 1.75em;
}

@media (max-width: 575px) {
	.copyright {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*--------------------------------------------------------------*/
/*  NEWS                      									*/
/*--------------------------------------------------------------*/

.newsBlock {
    padding-bottom: 30px;
}

/*--------------------------------------------------------------*/
/*  BUTTONS                   									*/
/*--------------------------------------------------------------*/

.btn{
	background-color: #FF914D;
	border: 1px solid #FF914D;
	border-radius: 5px;
	color: #fff;
	font-size: 0.8rem;
}

.btn-lg {
	font-size: 1.25rem;
	padding:15px 30px 15px 30px;
}

.btn:hover {
}

.btn.btn-blue {
	background-color: #38B6FF;
	border: 1px solid #38B6FF;
	color: #fff !important;
}

.btn.btn-blue:hover {
	background-color: transparent;
	color: #38B6FF !important;
}

.btn.btn-blue.btn-outline {
	background-color: transparent;
	border: 1px solid #38B6FF;
	color: #38B6FF !important;
}

.btn.btn-blue.btn-outline:hover {
	background-color: #38B6FF;
	color: #fff !important;
}

.btn.btn-outline {
	background: transparent;
	color: #464655;
}

.btn.btn-outline:hover {
	background: #464655;
	color: #fff;
}

.btn-goBack{
	margin-bottom: 20px;
}

.btn-goBack .fa-chevron-left{
	margin-right: 10px;
}

.btn .btn-icon-left {
	margin-right: 10px;
}

.btn.btn-delete {
	
	font-weight: 600 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 12px;
	background: transparent;
	border: none;
	color: #464655;
}

.btn.btn-delete:hover {
	color: #cc5454;
}

.btn.btn-delete.disabled,
.btn.btn-delete:disabled {
	color: #999 !important;
}

/*--------------------------------------------------------------*/
/*  CTA BAR                    									*/
/*--------------------------------------------------------------*/

.cta,
.cta .col-md-9,
.cta .col-md-3{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}


.cta-text{
	font-size: 2em;
	line-height: 2em;
	color: #fff;
}

.cta .btn{
	background: #fff;
	border-color: #fff;
	border-width: 2px;
	color: #464655;
	font-size: 1.3em;
}

.cta .btn:hover {
    background: transparent;
    color: #fff;
}

/*--------------------------------------------------------------*/
/*  LOGIN / REGISTER           									*/
/*--------------------------------------------------------------*/
.loginPages {
	padding-top: 60px;
	padding-bottom: 60px;
}

.loginPages .form-group {
	flex-direction: column;
}

.txt-goback,
.grey-link {
    color: #2b3235;
    cursor: pointer;
}

.txt-goback:hover,
.grey-link:hover {
	color: rgba(22,20,19,.5) !important;
	text-decoration: none;
}

.details-title {
	font-weight: 700;
	margin-bottom: 0.4rem;
}


.nav-tabs, .nav-tabs .nav-link {
	border-color: #ccc;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #ccc;
	background-color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color: #ccc #ccc #fff;
}

.nav-tabs {
	width:100%;
}

.nav-tabs .nav-item {
	/*margin-bottom: -8px;*/
}
.tab-content {
	background: #f4f4f4;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tab-content .custom-control-label::before {
	background: #fff;
	border: 1px solid #ced4da;
}

.tab-content .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.tab-content .custom-radio .custom-control-input:checked~.custom-control-label::before {
	border-color: #f4f4f4;
}

/*--------------------------------------------------------------*/
/*  CARD                      									*/
/*--------------------------------------------------------------*/

.card {
    padding: 30px;
    border-color: #eaeaea;
    border-radius: 5px;
}

.card .btn{
	margin-top: 30px;
}

.card {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------*/
/*  HEADER/SLIDER              									*/
/*--------------------------------------------------------------*/

.header{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.dark-overlay::before {
	content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: inherit;
    right: 0;
}

@media (max-width: 363px) {
	.header.header.dark-overlay.home::before {
		height: 351px !important;
	}
}

@media (max-width: 389px) {
	.header.header.dark-overlay.home.en-home::before {
		height: 351px !important;
	}
}

@media (max-width: 445px) {
	.header.header.dark-overlay.home::before {
		height: 318px;
	}
}

@media (max-width: 542px) {
	.header.header.dark-overlay.home.en-home::before {
		height: 318px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header.header.dark-overlay.home.en-home::before {
		height: 424px !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.header.header.dark-overlay.home::before {
		height: 378px;
	}
}

.header h1 {
	font-weight: 900;
	letter-spacing: 2px;
    text-align: center;
	color: #fff;
	text-transform: uppercase;
}

@media (min-width: 769px) {
	.header.home h1 {
		font-size: 2.2em;
	}
}

@media (min-width: 769px) and (max-width: 1199px) {
	.header.home h1 {
		font-size: 2em;
	}
}

@media (min-width: 1200px) {
	.header.home h1 {
		font-size: 2.2em;
	}
}

.header h2 {
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.header p{
	text-align: center;
}

.header .btn{
	background: transparent;
	border-radius: 0;
	margin: 20px;
	color: #fff;
	padding: 10px 20px;
	border: 2px solid #FF914D;
	border-radius: 5px;
	font-size: 16px;
	width: 378px;
}

@media(max-width:992px) {
	.header h1,
	.header h2 {
		line-height: 1.7em;
	}
	
	.header .btn {
		margin: 12px;
	}
}

@media(max-width: 768px){
	.header h1,
	.header h2 {
		font-size: 2em;
		line-height: 1.5em;
	}

	.header .btn {
		font-size: 18px;
		margin: 10px 0;
		width: 350px;
	}
}

@media (max-width: 575px) {
	.header h1,
	.header h2 {
		font-size: 1.4em;
		line-height: 1.6em;
	}

	.header .btn {
		font-size: 14px;
		width: 100%;
		max-width: 300px;
	}
}


/*--------------------------------------------------------------*/
/*  VACANCIES / DEVELOPERS	/ COMPANIES							*/
/*--------------------------------------------------------------*/
.container.vacancies-overview,
.container.developers-overview,
.container.companies-overview {
	padding-top: 40px;
	padding-bottom: 60px;
}

.vacancies-overview .page-title,
.developers-overview .page-title,
.companies-overview .page-title {
	margin-bottom: 20px;
}

.btn-best-match,
.filter-categories-group {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.btn-best-match,
	.filter-categories-group {
		margin-bottom: 15px;
		width: auto;
		min-width: 210px;
	}
}

.filter-categories-group-title{
	font-weight: 700;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
}

.filter-categories-group-title:focus {
	outline: none;
}

.filter-categories-group-title:before {
	font-family: "Font Awesome 5 Free";
    content: "\f078";
    margin-right: 10px;
    color: #38B6FF;
}

.filter-categories-group-title[aria-expanded="true"]:before {
	content: "\f106";
}

.subfilter-category-title {
	font-weight: 700;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	padding-left: 2px;
}

.subfilter-category-title:focus {
	outline: none;
}

.subfilter-category-title:before {
	font-family: "Font Awesome 5 Free";
    content: "\f078";
    margin-right: 6px;
	color: #38B6FF;
}

.subfilter-category-title[aria-expanded="true"]:before {
	content: "\f077";
}

.filter-categories-items {
	padding-left: 33px;
}

.btn-toggle-category {
	margin-bottom: 20px;
	display: block;
}

@media(min-width: 992px){
	.filter-categories.collapse:not(.show) {
	    display: block;
	}

	.btn-toggle-category {
		display: none;
		margin-bottom: 0;
	}
}

.custom-select:focus,
.form-control:focus{
	box-shadow: none;
}

.vacancy-column,
.developer-column,
.company-column {
	margin-bottom: 30px;
}
.vacancy-column a:hover,
.developer-column a:hover,
.company-column a:hover {
	text-decoration: none;
}

.vacancy,
.developer,
.company {
	padding: 20px;
}

.vacancy:hover,
.developer:hover,
.company:hover {
	-webkit-box-shadow: 0px 0px 22px -3px rgba(12,12,12,0.36);
	-moz-box-shadow: 0px 0px 22px -3px rgba(12,12,12,0.36);
	box-shadow: 0px 0px 22px -3px rgba(12,12,12,0.36);
	border-radius: 5px;
	/*cursor: pointer;*/
}

.vacancy,
.developer,
.company {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 22px -3px rgba(158,156,158,0.36);
	-moz-box-shadow: 0px 0px 22px -3px rgba(158,156,158,0.36);
	box-shadow: 0px 0px 22px -3px rgba(158,156,158,0.36);
	border-radius: 5px;
	/*cursor: pointer;*/
}

.contactinfo {
	background-color: #fff;
}

/*.vacancy:after,
.developer:after,
.company:after {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	font-size: 30px;
	position: absolute;
	right: 0;
	color: #ccc;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
}

.vacancy:hover:after,
.developer:hover:after,
.company:hover:after {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 30px;
	position: absolute;
	right: 0;
	color: #38B6FF;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
}*/

@media(max-width: 768px){
	.vacancy,
	.developer,
	.company {
		padding-right: 40px;
	}

	.vacancy::after,
	.vacancy:hover:after,
	.developer::after,
	.developer:hover:after,
	.company::after,
	.company:hover:after {
		right: 20px;
	}
}

.vacancy h2,
.developer h2,
.company h2 {
	color: #464655;
	font-size: 1.3em;
	line-height: 1.5em;
	word-wrap: break-word;
}

.vacancy-info,
.developer-info,
.company-info {
	font-size: 12px;
	color: #999;
}

.vacancy-info .fa-clock,
.vacancy-info .fa-bell,
.vacancy-info .fa-euro-sign {
	margin-right: 10px;
}

.vacancy-icon,
.developer-icon,
.company-icon {
	margin-right: 10px;
}

.vacancy-detail,
.developer-detail,
.container.company-detail {
	word-wrap: break-word;
}

.vacancy-detail h2,
.developers-detail h2,
.container.company-detail h2 {
	font-size: 1.8rem;
	margin-bottom: 0;
}

.developers-detail h2 {
	line-height: 1em;
	margin-bottom: 0.5rem;
}

.developers-detail h3 {
	font-size: 1.6rem;
	line-height: 1.5em;
	margin-bottom: 0;
}

.vacancy-detail .location {
	margin-bottom: 0.6rem;
}

.vacancy-number {
	font-size: 14px;
	color: #888;
}

.vacancy-number .vacancy-icon {
	font-size: 15px;
}

.vacancies-detail,
.developers-detail,
.container.company-detail {
	padding-top: 40px;
	padding-bottom: 60px;
}

@media (max-width: 576px) {
	.developer-photo {
		margin-bottom: 15px;
	}
}

.developer-photo {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.developer-photo img {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.company-photo {
	max-width: 300px;
	max-height: 300px;
	margin-bottom: 2.5rem;
}

.company-photo img {
	width: auto !important;
	max-width: 100%;
	max-height: 300px;
}

.contactinfo, .developer {
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	/*padding: 1.5rem;
	margin-top: 10px;
	margin-bottom: 30px;*/
}

.contactinfo {
	padding: 1.5rem;
}

.experienceinfo {
	background-color: rgb(244, 244, 244);
	padding: 1.5rem;
	margin-top: 10px;
	margin-bottom: 30px;
}

.company-detail .contactinfo h5 {
	margin-bottom: 1.2rem;
}

.contactinfo .info,
.contactinfo .info a {
	color: #464655;
}

.company-detail .contactinfo a,
.vacancies-detail .contactinfo a {
	color: inherit;
}

.contactinfo .info {
	display: flex;
	margin-bottom: 0;
	word-break: break-word;
}

.contactinfo .info .vacancy-icon,
.contactinfo .info .developer-icon,
.contactinfo .info .company-icon {
	margin-top: 6px;
}

.contactinfo.card .btn + .btn,
.contactinfo .btn {
	margin-top: 20px;
}
.contactinfo .btn {
	width: 100%;
}

@media (max-width: 767px) {
	.contactinfo.card {
		margin-top: 2em;
	}
}

.companyLogo {
    padding: 25px 0;
    max-width: 300px;
}

.edit-profile {
	color: #2b3235;
	font-weight: 700;
}
.edit-profile:hover {
	text-decoration: none;
	color: #006cff;
}

/*--------------------------------------------------------------*/
/*  PAGINATION                 									*/
/*--------------------------------------------------------------*/

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #38B6FF;
    border-color: #38B6FF;
}
.page-link, .page-link:hover {
	color: #38B6FF;
}

/*--------------------------------------------------------------*/
/*  ITEMBOX                   									*/
/*--------------------------------------------------------------*/

.item-box .row {
    padding: 10px 0;
}

.item-icon-top{
	text-align: center;
}

.checklist .item-box .row,
.platform .item-box .row {
	padding: 4px 0;
}

.checklist .item-box .row .col-1 {
	padding-right: 0;
	flex-basis: 20px;
}

.checklist .card .btn,
.checklist .item-box + a.btn {
	margin-top: 50px;
	width: 242px;
}

@media (max-width:768px) {
	.checklist .card .btn,
	.checklist .item-box + a.btn {
		margin-top: 30px;
	}
}

@media (max-width: 577px) {
	.checklist .item-box + a.btn {
		margin-bottom: 20px;
	}
}

.item-box-bordered {
	border-bottom: 2px solid;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
	padding: 1.5rem 1rem 1rem;
	height: calc(100% - 40px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}

.item-box-bordered h3 {
	line-height: 1.6rem;
}

/*--------------------------------------------------------------*/
/*  PRICE CARD               									*/
/*--------------------------------------------------------------*/
.price-header .row {
	padding-bottom: 156px;
}

@media (max-width: 575px) {
	.price-cards {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.price-card {
	background-color: #fff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border: 1px solid #eaeaea;
	text-align: center;
	align-self: flex-end;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.price-card {
		max-width: 300px;
		margin-bottom: 0;
	}
	
	.price-card:nth-of-type(2) {
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.price-card {
		max-width: 320px;
		margin: 0 auto;
	}
}

.price-card.price-card-highlight {
	border-top: 10px solid #38B6FF;
	border-bottom: 10px solid #38B6FF;
}

.price-card h5 {
	color: #38B6FF;
}

.price-card .price {
	font-size: 2rem;
}

.price-card ul {
	list-style-type: none;
	padding: 0;
	padding-right: 25px;
}

.price-card li {
	border-top: 1px solid #eaeaea;
	padding: 10px 0;
	padding-left: 2.5em;
	text-align: left;
}

.price-card li:last-of-type {
	border-bottom: 1px solid #eaeaea;
}

/*.price-card li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: #38B6FF;
	margin-left: -2rem;
	padding-right: .5rem;
}*/

.price-card .btn {
	margin: 10px auto 15px;
	width: 100%;
	max-width: 256px;
	padding: 10px 0;
	text-align: center;
}

.price-card.price-card-highlight .btn {
	margin-top: 20px;
}

img.thumbnail {
	width: 60px!important;
	height: auto!important;
	margin: 20px 20px 60px;
}

.remove-image{
    position: absolute;
    background: red;
    height:2rem;
    top:1rem;
    right:1.5rem;
    width:2rem;
    text-align: center;
    line-height: 2rem;;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
    border:1px solid red;
    cursor: pointer;
}

.remove-resume
{
	color: red;
	cursor: pointer;
	margin-left: 10px;
}

.thumbnail-wrapper {
    display: inline-block;
	width: 125px;
	position: relative;
	height: 100%;
}





.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
  	margin-left:12px;
    margin-top:0px;
}

.list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}
.developer_line {
	color: #38B6FF;
}

.tab-content {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


.nav-link.active {
	color: #FF914D;
}

.social-icons span {
	margin-left: 50px;
}
.small {
	font-size: 12px;
	line-height: 12px;
}

.hidden {
	display: none;
}
.navbar-toggler-icon {
	color: #fff;
}

@media (min-width: 991px) {
	.login_buttons {
		float: right;
		padding-top: 60px;
	}
}
@media (max-width: 991px) {
	.login_buttons {
		text-align: center;
		padding-bottom: 12px;
	}
}

.hamburger_explanation {
	color: #fff;
	font-size: 9px;
}

.img-rounded {
	border-radius: 5px;
}

.btn-xs {
	font-size: 10px;
	padding: 8px 16px 8px 16px
}
.text-small {
	font-size: 12px;
}

.card {
	display: block !important;
}