.search{
	display: none;
}

.choose-interests .categories ul > li.active img, .choose-interests .categories ul > li.active-category img {
	opacity: 0.43;
}
.choose-interests {
	color: #a9a9a9;
	text-align: center;
	padding-bottom: 0!important;
	background-color: #ececec;
}

.choose-interests .search input {
	display: inline-block;
	width: 400px;
	max-width: 100%;
}
.choose-interests .categories {
	overflow: hidden;
}
.choose-interests .categories ul > li.active > a .title, .choose-interests .categories ul > li.active-category > a .title  {
	opacity: 1;
	filter: alpha(opacity=1);
	padding-top: 0.6rem!important;
}
.title {
	color:#a9a9a9;
}

.user-home-interests .categories ul li.active > a .icon:after{
    /* border-color: #444!important; */
}
.choose-interests .categories ul li.active > a .icon:after, .choose-interests .categories ul li.active-category  > a .icon:after {
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #a9a9a9;
	/* border-color: rgba(0, 0, 0, 0.3); */
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.choose-interests .cat-menu {
	position: relative;
	-webkit-transition: margin-bottom 1000ms ease;
	-o-transition: margin-bottom 1000ms ease;
	transition: margin-bottom 1000ms ease;
}
.choose-interests .cat-menu a {
	position: relative;
	display: block;
	margin-bottom: 33px;
	margin-top: 13px;
	text-align: center;
	
}
.choose-interests .cat-menu > li {
	position: static;
}

.choose-interests .cat-menu > li > a {
	/* overflow: hidden; */
}

.choose-interests .cat-menu > li > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 120px;
	height: 200px;
	margin: auto;
	z-index: 1;
	/* background-color: #f0f0f0; */
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-transition: transform 910ms ease;
	-o-transition: transform 910ms ease;
	transition: transform 910ms ease;
}
.choose-interests .cat-menu span {
	display: block;
	position: relative;
	z-index: 2;
}

.choose-interests .cat-menu .icon {
	width: 100%;
	height: 100%;
	line-height: 100px;
	font-size: 0;
}
.choose-interests .cat-menu .icon:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(0, 90px);
	-ms-transform: translate(0, 90px);
	-o-transform: translate(0, 90px);
	transform: translate(0, 90px);
	opacity: 0;
	filter: alpha(opacity=0);
	border: 7px solid transparent;
	-webkit-transition: opacity 1000ms ease, transform 1000ms ease, border 1000ms ease;
	-o-transition: opacity 700ms ease, transform 1000ms ease, border 700ms ease;
	transition: opacity 700ms ease, transform 1000ms ease, border 700ms ease;
}
/* OMessages */
#home-messages-interest img {
    opacity: 1;
}
#home-messages-interest > a .icon:after{
    border-color: #F0B735;
}
#home-messages-interest .title{
    color: #E6A82F!important;
}
.choose-interests .cat-menu img {
	height:52px;
	opacity: 0.7;
	filter: alpha(opacity=25);
	-webkit-transition: 350ms ease-in-out;
	-o-transition: 350ms ease-in-out;
	transition: 350ms ease-in-out;
}

.choose-interests .categories ul li.active > a .choose-interests .cat-menu img{
    opacity: 1;
}


.choose-interests .cat-menu .title {
	opacity: 0;
	width: 180px;
	max-width: 100%;
	display: block;font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	-webkit-transition: opacity 700ms ease;
	-o-transition: opacity 700ms ease;
	transition: all 700ms ease;
}
.choose-interests .cat-menu li:not(.active) a:hover img, .interests-popup .choose-interests-popup .cat-menu li:not(.active) a:hover img {
	opacity: 0.46;
	filter: alpha(opacity=3);
	-webkit-transition: 350ms ease-in-out;
	-o-transition: 350ms ease-in-out;
	transition: 350ms ease-in-out;
}
/* Icon & title hover effect */
.active img{
    opacity: 0.48;
	-webkit-transition: 350ms ease;
	-o-transition: 350ms ease;
	transition: 350ms ease;
    
}
.choose-interests .cat-menu li:not(.active):hover .title{
    /* color: #737373; */
    -webkit-transition: 350ms ease-in-out;
	-o-transition: 350ms ease-in-out;
	transition: 350ms ease-in-out;
}
.choose-interests .cat-menu > li.active > a:before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.choose-interests .sub-cat {
	display: none;
	text-align: left;
}

.main-category-item {
	width: 20%;
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.choose-interests .sub-cat {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-left: -9999px;
	margin-right: -9999px;
	padding-left: 9999px;
	padding-right: 9999px;
	font-size: 0;
	background-color: #e7e7e7;
}
.choose-interests .cat-menu {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
}

.choose-interests .sub-cat li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
#saveInterests_btn, #changeDirectory_btn{
    margin: 60px auto;
}
@media screen and (min-width: 1120px) {
	.choose-interests {
		padding-bottom: 100px;
	}
	.choose-interests header {
		padding: 80px 0 120px;
	}
	.choose-interests h1 {
		font-size: 60px;
	}
	.choose-interests .search {
		margin-bottom: 192px;
	}
	.choose-interests .categories {
	}
	.choose-interests .cat-menu .title {
		font-size: 18px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1119px) {
	.choose-interests {
		padding-bottom: 70px;
	}
	.choose-interests header {
		padding: 100px 0;
	}
	.choose-interests h1 {
		font-size: 50px;
	}
	.choose-interests .search {
		margin-bottom: 130px;
	}
	.choose-interests .categories {
		margin-bottom: 60px;
	}
	.choose-interests .cat-menu .title {
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.choose-interests .cat-menu > li > a {
		padding: 10px 0;
	}
	.choose-interests .cat-menu .icon {
		width: 100%;
		height: 60px;
		line-height: 60px;
	}
	.choose-interests .cat-menu .icon:after {
		width: 70px;
		height: 70px;
		-webkit-transform: translate(0, 60px);
		-ms-transform: translate(0, 60px);
		-o-transform: translate(0, 60px);
		transform: translate(0, 60px);
	}
	.choose-interests .cat-menu img, .choose-interests .cat-menu svg {
		max-width: 36px;
		max-height: 36px;
	}
	.choose-interests .cat-menu .title {
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.choose-interests {
		padding-bottom: 50px;
	}
	.choose-interests header {
		padding: 60px 0;
	}
	.choose-interests h1 {
		font-size: 40px;
	}
	.choose-interests .search {
		margin-bottom: 80px;
	}
	.choose-interests .categories {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.main-category-item {
		width: 25%;
	}
	.choose-interests .sub-cat li {
		width: 25%;
	}
	.choose-interests .cat-menu .title {
		font-size: 11px;
	}

	.choose-interests {
		padding-bottom: 50px;
	}
	.choose-interests header {
		padding: 40px 0;
	}
	.choose-interests h1 {
		font-size: 25px;
	}
	.choose-interests .search {
		margin-bottom: 40px;
	}
	.choose-interests .search input {
		height: 45px;
	}
	.choose-interests .btn {
		margin-top: 30px;
	}
}
.interests-popup {
	max-width: 940px;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.interests-popup .choose-interests-popup {
	padding: 49px 0 0;
	color: #a9a9a9;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 40px #e4e4e4;
	box-shadow: 0 0 40px #e4e4e4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.interests-popup .choose-interests-popup .categories {
	display: none;
	overflow: hidden;
}
.interests-popup .choose-interests-popup .categories ul  li.active > a .title {
	opacity: 0;
	filter: alpha(opacity=0);
}
.interests-popup .choose-interests-popup .categories ul li.active > a .icon:after {
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #646464;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.interests-popup .choose-interests-popup .cat-menu {
	position: relative;
	-webkit-transition: margin-bottom 1000ms ease;
	-o-transition: margin-bottom 1000ms ease;
	transition: margin-bottom 1000ms ease;
}
.interests-popup .choose-interests-popup .cat-menu a {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.interests-popup .choose-interests-popup .cat-menu > li {
	position: static;
}
.interests-popup .choose-interests-popup .cat-menu > li > a {
	overflow: hidden;
	height: 100%;
}
.interests-popup .choose-interests-popup .cat-menu > li > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 120px;
	height: 200px;
	margin: auto;
	z-index: 1;
	/* background-color: #f0f0f0; */
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-transition: transform 910ms ease;
	-o-transition: transform 910ms ease;
	transition: transform 910ms ease;
}
.interests-popup .choose-interests-popup .cat-menu span {
	display: block;
	position: relative;
	z-index: 2;
}
.interests-popup .choose-interests-popup .cat-menu .icon {
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0;
}
.interests-popup .choose-interests-popup .cat-menu .icon:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(0, 60px);
	-ms-transform: translate(0, 60px);
	-o-transform: translate(0, 60px);
	transform: translate(0, 60px);
	opacity: 0;
	filter: alpha(opacity=0);
	border: 3px solid transparent;
	-webkit-transition: opacity 1000ms ease, transform 1000ms ease;
	-o-transition: opacity 1000ms ease, transform 1000ms ease;
	transition: opacity 1000ms ease, transform 1000ms ease;
}
.interests-popup .choose-interests-popup .cat-menu img {
	max-width: 36px;
	max-height: 36px;
	opacity: 0.25;
	filter: alpha(opacity=25);
	-webkit-transition: 350ms ease;
	-o-transition: 350ms ease;
	transition: 350ms ease;
}
.interests-popup .choose-interests-popup .cat-menu .title {
	width: 180px;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	-webkit-transition: opacity 700ms ease;
	-o-transition: opacity 700ms ease;
	transition: opacity 700ms ease;
}

.interests-popup .choose-interests-popup .cat-menu > li.active > a:before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.interests-popup .choose-interests-popup .sub-cat {
	display: none;
	text-align: left;
}
.interests-popup .choose-interests-popup .sub-cat li {
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 768px) {
	.interests-popup {
		margin-top: 100px;
	}
	.interests-popup .choose-interests-popup {
		height: 460px;
		overflow: auto;
	}
	.interests-popup .choose-interests-popup .cat-menu {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: stretch;
	}
	.interests-popup .choose-interests-popup .sub-cat {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		font-size: 0;
		background-color: #f0f0f0;
	}
	.interests-popup .choose-interests-popup .sub-cat li {
		display: inline-block;
		vertical-align: top;
		width: 25%;
	}
}
@media screen and (min-width: 992px) {
	.interests-popup .choose-interests-popup .categories {
		margin-bottom: 49px;
	}
	.interests-popup .choose-interests-popup .cat-menu a {
		padding-left: 30px;
		padding-right: 30px;
	}
	.interests-popup .choose-interests-popup ul {
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.interests-popup .choose-interests-popup .categories {
		margin-bottom: 39px;
	}
	.interests-popup .choose-interests-popup ul {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 767px) {
	.interests-popup {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.interests-popup .choose-interests-popup {
		padding: 20px 0;
	}
	.interests-popup .choose-interests-popup .sub-cat {
		margin-left: -15px;
		margin-right: -15px;
		background-color: #f0f0f0;
	}

	
	.choose-interests .cat-menu .icon:after {
		width: 60px;
		height: 60px;
	}
	.choose-interests .cat-menu img, .choose-interests .cat-menu svg {
		max-width: 30px;
	    max-height: 30px;
	}
	.choose-interests .cat-menu .title {
		font-size: 12px;/* font-weight: 300; */
	}
}
/*No Parents Edits-Only Child Categories Remaining*/
.no_parents-ul{
    display:table!important;
} 
