.row-profiles {
	margin-top: 200px;	
}
.profile-image {
    max-height: 140px;
}
.profile-content {
	font-size: 14px;
	line-height: 18px;
	width: 90%;
}
.profile-title {
    font-size: 40px;
    line-height: 46px;
}
.profile-quiz-link {
	padding: 8px 16px;
	border-radius: 15px;
	color: #000;
	border: 2px solid #000;
	display: inline-block;
}
.profile-quiz-link:hover {
	color: #f12d1a;
	border-color: #f12d1a;
	text-decoration: none;
	
}
#profile-nav-tab .profile-nav-link {
	opacity: 0.5;
	background-color: transparent;
	padding: 0;
}
#profile-nav-tab .profile-nav-link:hover {
	opacity: 1;
	background-color: transparent;
}
#profile-nav-tab .profile-nav-link.active {
	opacity: 1;
	background-color: transparent;
}

@media (max-width:1200px) {
	.profile-title {
	    font-size: 30px;
	    line-height: 36px;
	}
}
@media (max-width:992px) {
	.profile-title {
	    font-size: 20px;
	    line-height: 26px;
	}
	.profile-image {
	    max-height: 120px;
	}
	
	#profile-content-tab {
		margin-top: 1em;
	}
}
@media (max-width:767px) {
	#profiles-content {
		min-height: 100vh;
	}
	.row-profiles {
		margin-top: 240px;
	}
	.profile-content {
		width: 100%;
	}
	.profile-image {
	    max-height: 100px;
	}
}

/*
.init-height {
	height: 400px;
}
.hidden-info {
	display: none;
	opacity: 0;	
	position: relative;
	margin: 20px auto 0;
	left: -45px;
	
	background-color: #fff;
	width: 350px;
	border-radius: 14px;
}
.init-height {
	height: 300px;
	height: auto;
}
.ticket-images {
	text-align: center;
}
.each-hover {
    border: 2px solid transparent;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.each-hover.active {
	border: 2px solid #fff !important;
}
.each-logo {
    height: 160px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.each-ticket-block {
	position: relative;
}

.ticket-info {
	background-image: url('../images/statics/transparent_grid.png');
}
.inner-info {
	display: block;
	width: 90%;
	margin: 30px auto 0;
}

.inner-buttons {	
	position: relative;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
    width: 90%;
}
.inner-last {
	display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
	color: #f12d1a;
	border: 2px solid #f12d1a;
    border-radius: 15px;
    font-family: 'goth_medium', Helvetica, Arial, "Lucida Grande", sans-serif;
    vertical-align: bottom;
    margin-right: 10%;
    margin-bottom: 20px;
}

.ticket-title {
	margin: 0 auto;
	display: inline-block;
	font-family: 'goth_medium', Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
}
.ticket-desc {
    font-size: 14px;
    line-height: 16px;
    font-family: 'goth_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    height: auto;
    max-height: 160px;
    min-height: 80px;
}
.ticket-desc p {
	margin: 0 auto;
}

.divider-viewmore {
    display: table;
    text-align: right;
    margin: 10px auto;
    width: 100%;
}

.subtitle {
	text-transform: none;
}
.subtitle h5 {
	font-size: 16px;
	line-height: 18px;
}

.link-bottom,
.link-bottom:hover,
.link-bottom:visited,
.link-bottom:focus {
	color: #f12d1a;
	text-decoration: none;
	text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
}

.ticket-share {	
	display: block;
	
	margin-right: 0;
	padding: 5px 0px;
	vertical-align: bottom;
	text-align: right;
	
}
.ticket-share .share-btn {
	display: inline-block;
	margin: 0;
}
.ticket-share .share-btn-title {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.ticket-share .twt {
	background-color: #00abf1;
}
.ticket-share .fbk {
	background-color: #3b5998;
}

#option-profile {
	margin-bottom: 30px;
}

#popup_views {
	display: none;
	opacity: 0;
	position: fixed;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background-color: rgba(0,0,0,0.8);
}
#popup_views #inner-popup {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 70%;
	height: 35%;
	margin: auto;
	text-align: right;
	background-color: #fff;
	background-image: url('../images/statics/transparent_grid.png');
	border-radius: 14px;
}
#popup_views #close-popup {
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	display: inline-block;
	margin: -50px 0 0;
	float: right;
	padding: 10px;
	cursor: pointer;
}
#popup_views #content-popup {
	text-align: left;
}

#mobile-last-button {
	background: transparent !important;
	text-align: center;
}
#mobile-last-button .inner-last {
	margin: 0 auto;
}

@media (max-width:1300px) {
	.hidden-info {
		width: 300px;
		left: -23px;
	}
}
@media (max-width:1200px) {
	.each-hover {
		width: 160px;
		height: 160px;
	}
	.each-logo {
		height: 120px;
	}
	.hidden-info {
		width: 250px;
	}
	.ticket-desc {
		max-height: 220px;
	}
}
@media (max-width:992px) {
	#option-profile {
		text-align: center;
	}
	.each-ticket-block {
		display: inline-block;
		float: none;
	}
}
@media (max-width:767px) {
	#popup_views {
		display: none !important;
		opacity: 0 !important;
	}
	.each-ticket-block {
		margin-bottom: 30px;
	}
	.each-hover,
	.each-hover.active {
		border: 2px solid transparent !important;
		cursor: default;
	}
	.hidden-info {
		display: table !important;
		opacity: 1 !important;
		left: 0;
		margin: 0 auto;
		position: relative;
		width: 70%;
		float: none;
		text-align: left;
	}
	
	.ticket-desc {
		max-height: inherit;
	}
}
