.f-400 { /*Regular*/
	font-weight: 400;
}

.f-600 { /*Semibold*/ 
	font-weight: 600;
}

.f-700 { /*Bold*/
	font-weight: 700;
}

.f-800 { /*Extrabold*/
	font-weight: 800;
}


.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
	font-size: 16px;
}

.fs-17 {
	font-size: 17px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}


.fc-grey {
	color: #7f7f7f;
}

.fc-blue {
	color: #005ffd;
}

.lh-100 {
	line-height: 1;
}

.lh-200 {
	line-height: 2;
}

.lh-300 {
	line-height: 3;
}



.bg-red {
	background: red;
}

.bg-blue {
	background: blue;
}

.bg-yellow {
	background: yellow;
}




.black-shadow {
	text-shadow: 0 0 10px #000;
}

.btn-green {
	background-color: #30c330;
    border-color: #4cae4c;
}

.btn-yellow {
	background-color: #fed136;
    border-color: #fed136;
}

.btn-xs-cus {
	height: 35px;
}

.btn-favo {
	height: 62px;
	width: 62px;
	position: absolute;
	z-index: 100;
    position: absolute;
    right: -31px;
    bottom: 42px;
    border-radius: 50%;    
    font-size: 30px;
    color: #fff;
    padding-top: 7px;
	box-shadow: 0px 4px 5px 3px #69696940;
}



.logo-home {
	height: 35px;
	-webkit-filter: drop-shadow(0 0 5px #000);
    filter: drop-shadow(0 0 5px #000);
}

.user-img-div {
	padding: 0 0 0 15px;
	margin-top: -3rem;
}

.user-img-div img{
	width: 100%;
	z-index: 100;
    border-radius: 8px;    
    /*box-shadow: 0px 3px 13px 1px #69696975;*/
    border: 1px solid #ececec;
}

.user-info-div {
	padding-left: 0;
	margin-top: -3rem;
}

.user-info-inner-div {    
	background: #fff;
	margin-top: 1rem;
	padding-top: 30px;  
	padding-left: 30px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	/*box-shadow: 0px 4px 4px 3px #69696921;*/
	border: 1px solid #ececec;
}



.user-contact-div {    
	margin-top: 1rem;
	padding-top: 30px; 
	padding-bottom: 15px;   
	padding-left: 30px;
    border-radius: 8px;
    /*box-shadow: 0px 4px 4px 3px #69696921;*/
    border: 1px solid #ececec;
}

.user-stat {
	display: inline-block;
    list-style: none;
    margin-top: 1rem;
}

.user-stat span{
	display: block;
	text-align: center;
}

.user-about-div {
	padding: 30px;
    border-radius: 8px;
    /*box-shadow: 0px 4px 4px 3px #69696921;*/
    border: 1px solid #ececec;
}

.user-prom-div {
	padding: 0;
}

.user-gal-header-div {
	padding: 30px 30px 10px 30px;
}

.user-gal-div {
	padding: 0;
}

.sug-a {
	color: #000;
	text-decoration: none !important;
}

.sug-a:hover{
	color: #7f7f7f;
}

.sug {
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.sug:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.025);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.025);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.025);
    transition: all 200ms ease-in;
    transform: scale(1.025);
}

footer {
	background-color: #2b2b2b;
}

footer h5 {
	text-align: left;
	color: #ccc;    
	font-size: 14px;
	padding-bottom: 8px;
}

footer hr {
	border-top: 1px solid #3a3a3a;
}

footer span.copyright {
  	color: #ccc;
	font-size: 13px;
}

footer ul.quicklinks a{
  	color: #ccc;
  	text-decoration: none;
  	font-size: 12px;    
  	padding-left: 10px;
}

footer ul.quicklinks a:hover {
	color: #fed136;
}

.social-buttons li {
	display: inline-block;
}

.quicklinks li {
	display: inline-block;
}

.prof-prof-ico {
	font-size: 1.18em;
	vertical-align: 0;
}

.foot-ql {
	margin-bottom: 25px;
	margin-top: 20px;
}

.foot-ql-h5 {
    color: #ccc;
    text-decoration: none;
}

.foot-ql-h5:hover {
    text-decoration: none;
}

.foot-ql-ul {
	padding-left: 0;
}

.foot-ql-ul li {
	list-style-type: none;
	text-align: left;
	line-height: 2.3rem;
	font-size: 12px;
}

.foot-ql-ul li a {
	color: #ccc;
	text-decoration: none;
	font-size: 13px;
}

.foot-ql-ul li a:hover {
	color: #fed136;
}

.menu-logged-in {
	margin-right: 1.8rem;
}


@media (min-width: 992px) and (max-width: 1199px){
	.user-img-div img {
		width: 105%;
	}

  	.user-stat {
	    margin-top: -20px;
	}
}

@media (max-width: 1199px){
	.user-img-div {
		z-index: 50;
	}
}

@media (max-width: 767px){
	.user-img-div {
		margin-bottom: 3rem;
		padding: 0px 15px 0 15px;
	}

	.user-img-div img {
	    width: 50%;
	    display: block;
	    margin: 0 auto;
	}

	.user-info-div {
	    padding-left: 15px;
	}

	.user-info-inner-div {
		border-radius: 8px;
		text-align: center;
		padding-left: 0;
	}

	.user-stat {
	    padding-left: 0;
	}

	.btn-favo {
	    right: 1rem;
	}
}