/*Default-CSS*/


.kd-1,.kd-2,.kd-3,.kd-4,.kd-5,.kd-6,.kd-7,.kd-8,.kd-9,.kd-10,.kd-11,.kd-12{
	float: left;
}
.kd-1,.kd-2,.kd-3,.kd-4,.kd-5,.kd-6,.kd-7,.kd-8,.kd-9,.kd-10,.kd-11,.kd-12{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.kd-4 {width: 33.33%;}
.kd-12 {width: 100%;}

.kd-row:after {
    clear: both;
    content: "";
    display: block;
}
.age.filter:after {
    clear: both;
    content: "";
    display: block;
}

/*grid*/
.kd-4 .search-item{
    min-height: 217px;    
}

/*Default-CSS close*/

#search-bar {
	background: #e9e6f4 !important;
	padding: 12px 0 10px !important;
}
.filter label{
	float: left;
	font-size: 14px;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: 500;
	margin-top: 6px;
	margin-right: 10px;
}
.icon_select_mate {
   position: absolute;
   width: 27px;
   height: 28px;
   display: block;
   right: 0;
   top: 0;
   transition: all 275ms;
}
.icon_select_mate:after {
	content: "";
	display: block;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #aaa transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -2px;
	margin-left: -5px;
}

.select_mate {
  position: relative;
  float: left;
  white-space: nowrap;
  margin-right: 12px;
  transition: all 375ms ease-in-out;
}
.select_mate:last-child{
  margin-right: 0;
}

.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}
.cont_select_int {
	position: absolute;
	left: 0px;
	right:0px;
	top: 0px;
	z-index: 5;
	overflow: hidden;
	height: 0px;
	max-height: 200px;
	overflow: auto;
	background-color: #fff;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background: rgba(255,255,255,0.95);
	border: solid 1px #ccc;
	opacity: 0;
	transition: all 375ms ease-in-out;
}
.select_mate[data-selec-open="true"] .cont_select_int {
	opacity: 1;
}

.cont_select_int li {
	color: #555;
	font-size: 13px;
	cursor: pointer;
	padding: 3px;
	padding-left: 6px;
	padding-right: 38px;
	min-height: 18px;
	line-height: 18px;
	margin: 0;
	white-space: nowrap;
	list-style: none;
}


.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}
.cont_select_int li:hover {
  background: #cdebf5;
  color: #000;
}
.cont_select_int .active {
  background: #cdebf5;
  color: #000;
}

.selecionado_opcion {
  padding:0 38px 0 10px;
  width:100%;
  display: block;
  margin: 0px;
  cursor: pointer;
  width: 160px;
  line-height: 26px;
  min-height: 28px;
  min-width:160px;
  color:#141414;
  font-weight: 300;
  background-color: #fff;
  border:1px solid  #ddd;
  display: block;
  line-height: 26px;
}
.search-result .button,
.select_mate .button {
	width: auto;
	border: none;
	background: #e5e46e;
	color: #4D4D4F;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 8px 14px;
	position: relative;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}
.search-result .button:hover,
.select_mate .button:hover{
	background-color: #8fc2d1;
	border: none;
	color: #fff;
}

.text-center {
	text-align: center;
}
.search-result h2 {
	font-size: 46px;
	color: #000;
	font-weight:bold;
	font-family:'Fjalla One';
}
.search-result .item-list-tabs ul {
	list-style: none;
}
.search-result .item-list-tabs ul li {
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 5px;
}
.search-result .item-list-tabs ul li a{
	color: #333333;
}
.search-result .item-list-tabs ul li a:hover{
	color:#0296C0;
}

div.item-list-tabs li#members-all.selected{
	border-bottom: 3px solid #e5e46e;
	position: relative;
}
.search-result .item-list-tabs ul li:last-child {
	margin-right: 0;
}
div.item-list-tabs li#members-all.selected::after {
	content: "\f0d7";
	position: absolute;
	bottom: -5px;
	left: 0;
	padding: 0;
	width: 10px;
	font-family: fontawesome;
	line-height: 0;
	font-size: 20px;
	color: #e5e46e;
	right: 0;
	margin: auto;
}
.search-list {
	margin: 0 0 40px;
	display: inline-block;
	width: 100%;
}
.search-result{
	font-size: 14px;
	font-family: 'Open Sans';
	margin-bottom: 35px;
}
.search-item {
	margin-top: 80px;
	padding: 0 0 15px;
	background-color: #e9e6f4;
	border: 1px solid #e5e5e5;
	list-style: none;
	text-align: center;
}
.search-item .avatar {
	width: 94px;
	height: 94px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: -45px auto 25px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.search-item .avatar a {
	display: block;
}


div.pagination a,
div.pagination span.current {
	border-radius: 48px 48px 48px 48px;
	color: #333333;
	padding: 1px 0;
	text-align: center;
	display: inline-block;
	float: none;
	font-size: 14px;
	height: 24px;
	margin-left: 5px;
	width: 24px;
}
div.pagination span.current {
	background: #e5e46e;
	color: white;
	cursor: default;
	font-weight: bold;
	line-height: 22px;
}

/*
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/

/*member section*/
.topmatches {
    min-height: 304px;
    padding: 10px 0 15px;
}
.topmatches h2 {
    font-size: 30px;
    padding-top: 20px;
    margin: 0;
    text-align: center;
}
.topmatches .desc {
    color: #000000;
    padding: 4px 0 5px;
    text-align: center;
}
.my-matches .search-list {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}
.my-matches {
    width: 920px;
    margin: auto;
    margin-top: 19px;
}
.my-matches .four.columns {
    width: 20%;
    float: left;
    width: 150px;
    display: block!important;
}
.topmatches h5 a {
    color: #ffffff !important;
}
.my-matches .friend-item .friend-meta .author {
    font-size: 14px;
    margin: 4px 0 3px;
    line-height: 18px;
    height: auto;
}
.my-matches .friend-item .friend-meta .score {
    color: rgba(255,255,255,0.75) !important;
    font-weight: bold;
}
.my-matches .friend-item div.avatar {
    border: 0px;
    width: auto;
    height: auto;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100px;
    height: 100px;
}
.my-matches .friend-item div.avatar span {
    width: 100px;
    height: 100px;
    display: block;
    background: #EDF0FB;
    opacity: 0;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 4px solid #e5e46e;
}
.my-matches .friend-item div.avatar img {
    overflow: hidden;
    min-width: 100px;
    min-height: 100px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.my-matches .friend-item:hover div.avatar span {
    opacity: 0.8;
}
.my-matches .friend-item div.avatar span a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 22px;
    text-transform: uppercase;
    color: #000000 !important;
}
.load_more_matches {
    background-color: #648791;
    border-radius: 5px;
    clear: both;
    color: #ffffff !important;
    display: table;
    font-size: 12px;
    margin: 7px auto 0;
    padding: 5px 17px 7px;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.load_more_matches:hover {
    background-color: #E5E46E;
    color: #4d4d4f !important;
}
.search-list .hide_matches {
    display: table;
    font-size: 11px;
    padding: 7px 0 0;
    text-align: center;
    margin: 0 auto;
}

.load_more_matches.active i{
     animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
}
.loading-arrow i{
     animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

@-moz-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
.age.filter {
    display: table;
    margin: 0 auto;
}
.loading-arrow {
    display: table;
    margin: 0 auto;
}
#pag-bottom {
    margin: 40px 15px 0;
}
.standard-form#signup_form .field_2 div div.error {
    margin: 0 6px 10px 6px;
}

.popup_wrapper {
   display: none;
   position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 640px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #e9e6f4;
    height: 340px;
    border-radius: 7px;
    border: 9px solid #fff;
}

.popup_content_show {
    text-align: center;
}

.show_login_box .login_popup_box,
.show_membership_box .membership_popup,
.accept_request_membership_box .custom_accept_friend_request_popup {
    display: block;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
}

.show_login_box {
    overflow: hidden;
}

.popup_wrapper .lock_icon {
    margin-top: 20px;
}

.popup_wrapper .lock_icon img {
   height: 150px;
    width:auto;
}

.show_login_box h4 {
    font-size: 18px;
    color: #4d4d4f;
    font-weight: 600;
    padding: 6px;
}

.close_popup:after {
    content: "\f00d";
    font-family: fontawesome;
    font-size: 20px;
    background-color: #e5e46e;
    padding: 5px 7px;
    border-radius: 15px;
    cursor: pointer;
    color: #333;
}
.close_popup:hover:after {
    background-color: #481ddc;
    color: #fff;
}

.close_popup {
    right: -17px;
    position: fixed;
    top: -15px;
    z-index: 99;
}
.show_login_register_button li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
}
.show_login_register_button li a {
    display: block;
    padding: 8px 45px;
    border: 2px solid #481ddc;
    border-radius: 25px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #481ddc;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.show_login_register_button li a:hover {
    background: #e5e46e;
    color: #252525;
    border: 2px solid #e5e46e;
}

.show_login_register_button li a.login1 {
    border: 2px solid #481ddc;
    border-radius: 25px;
    color: #481ddc;
    background-color:transparent;
}
.show_login_register_button li a.login1:hover {
    background: #e5e46e;
    color: #252525;
    border: 2px solid #e5e46e;
}

.show_login_box:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff !important;
    z-index: 99;
    opacity: 0.7;
}

/*responsive*/

@media screen and (max-width: 900px) {
    
.topmatches .my-matches .four.columns:nth-child(3n+1) {
    clear: left!important;
}
.my-matches {
    width: 500px!important;
}
.my-matches .four.columns {
    padding: 0 !important;
    width: 33.33% !important;
    margin-bottom: 15px;
    float: left !important;
}

}


@media screen and (max-width: 767px) {

.topmatches .desc {
    padding: 0 15px;
}    
.my-matches {
    width: 299px!important;
}
.my-matches .four.columns {
    width: 50% !important;    
}
.topmatches .my-matches .four.columns:nth-child(3n+1) {
    clear: right!important;
}
.topmatches h2 {
    font-size: 28px;
}


.kd-1, .kd-2, .kd-3, .kd-4, .kd-5, .kd-6, .kd-7, .kd-8, .kd-9, .kd-10, .kd-11, .kd-12 {
	float: none;
	width: 100%;
}
#search-bar {
	padding: 20px;
}
.filter label {
	float: none;
	display: block;
	margin-right:auto;
	text-align: center;
	font-size: 20px;
}
.select_mate {
	display: inline-block;
	width: 45%;
	margin: 3px 7px;
}
.select_mate[data-indx-select="4"] {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 6px;
}
.select_mate .selecionado_opcion {
	width: 100%;
	min-width: 100%;
}
.popup_wrapper {
    width: 90%;
    height: 400px;
}
.show_login_register_button li {
    margin: 10px 15px 0px;
}


}
/*member section*/

/*register page*/
.profilewrap.custom-register {
	padding: 0 !important;
	overflow: hidden;
}
.profilewrap.custom-register > .row{
    margin:0;
}
.custom-register #basic-details-section {
	display: none;
}
.custom-register #profile-details-section {
	width: 100%;
	float: none;
	padding: 10px;
	background: #fff;
	overflow: visible;
}
.custom-register .questions_header {
	text-align: center;
	color: #fff;
	padding: 20px;
	background: #481ddc;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.custom-register #profile-details-section .steps.clearfix {
	display: none;
}
.custom-register #profile-details-section .content {
	margin: auto;
	background: #fff;
	border-radius: 0;
	min-height: 1px;
	height: 100%;
	overflow: visible;
	margin-bottom:20px;
}
.custom-register #profile-details-section h4 {
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
	border:none;
	position:relative;
}
.custom-register #profile-details-section h4::before {
	content: "";
	width: 75px;
	height: 2px;
	background: #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.custom-register #profile-details-section section.body.current {
	padding: 0;
	float: none;
	width: 100%;
	height: 100%;
	position: relative;
	opacity:1;
	display:block;
}
.custom-register #profile-details-section .content > section,
.custom-register #profile-details-section .body[aria-hidden="true"],
.custom-register #profile-details-section .body{
	height:0;
	opacity:0;
}
.custom-register #profile-details-section .body > .twelve {
	width: 80%;
	margin: auto;
	float: none;
	padding: 0;
}
.custom-register #profile-details-section .reglabel {
	color: #481ddc !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin: 0 0 6px 0;
	padding-left: 0 !important;
}
.custom-register #profile-details-section p.description {
	color: #333;
}
.custom-register #profile-details-section .editfield {
	margin: 0;
}
.custom-register #profile-details-section .custom.dropdown > a.current,
.custom-register #profile-details-section .body textarea,
.custom-register #profile-details-section .body input[type="text"],
.custom-register #profile-details-section .body select,
.custom-register #profile-details-section .body input[type="password"]{
	display: block;
	border: 1px solid #481ddc;
	height: 40px;
	padding: 0 12px;
	border-radius:5px;
}
.custom-register #profile-details-section .body textarea{
    height:100px;
    padding:12px
}
.custom-register #profile-details-section .custom.dropdown > a.selector {
	height: 40px;
	border: none;
}
.custom-register #profile-details-section .custom.dropdown > a.current{
    line-height:35px;
}
form.custom div.custom.dropdown {
	height: 40px;
}
.custom-register #profile-details-section .custom.dropdown ul {
	overflow-y: auto;
	max-height: 100px;
}
.custom-register #profile-details-section .checkbox label,
.custom-register #profile-details-section .radio label {
	color: #333;
	font-size: 14px !important;
	font-weight: normal;
	margin: 5px 0 5px 0;
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
	padding-right: 10px;
	width: 33.33% !important;
}
.custom-register #profile-details-section span.custom.checkbox {
	margin: 0 8px 0 0;
	border: 1px solid #333;
	position: absolute;
	top: 3px;
	left: 0;
}
.custom-register #profile-details-section span.custom.checkbox:before {
	line-height: 14px;
    font-size: 12px;
    content: "\f00c";
    font-family: 'fontawesome';
}

.custom-register #profile-details-section .actions {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
}
.custom-register #profile-details-section .actions .disabled {
	display: none;
}
.custom-register #profile-details-section .actions a {
	padding: 7px 10px;
	font-weight: bold;
	font-size: 16px;
	background: #481ddc;
	color: #fff !important;
	min-width: 130px;
	text-align: center;
}
.custom-register #profile-details-section .actions a[href="#previous"]{
	background:#ccc;
	color: #333 !important;
}
.custom-register #profile-details-section .actions a[href="#next"]:hover,
.custom-register #profile-details-section .actions a[href="#previous"]:hover{
	background:#333;
	color:#fff !important;
}
.profilewrap.custom-register #signup_submit {
	float: none;
	display: none;
}
.custom-register .progress_bar {
	height: 6px;
	background: #e5e46e;
	transition: all 0.5s ease;
	display: block;
}
.custom-register #profile-details-section .terms_condition_section{
    text-align:center;
}
.custom-register #profile-details-section .terms_condition_section .checkbox label {
	width: auto !important;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.custom-register #profile-details-section .editfield > .checkbox > label.reglabel {
	width: 100% !important;
	padding: 0;
	font-size: 18px !important;
}
.twelve.columns.main-section-register {
	width: 80%;
	margin: 0 auto 0 auto;
	float: none;
}
ul.ui-autocomplete.ui-front {
	max-width: 57.6%;
	width: 100%;
}
ul.ui-autocomplete.ui-front > li {
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
ul.ui-autocomplete.ui-front > li:hover {
	background: #f4f4f4;
}
.custom-register .error-div {
	max-width: 80%;
	width: 100%;
	margin: 10px auto 0 auto;
	border: 1px solid #f00;
	padding: 7px;
	text-align: center;
	color: #f00;
	border-radius: 5px;
	clear: both;
	float: none;
}
.input-options.checkbox-options {
	margin-bottom: 10px;
	float: none;
	display: block;
}
.input-options.checkbox-options:after {
	clear: both;
	content: "";
	display: block;
}
.row .twelve.columns.main-section-register {
	padding: 0;
}
form.custom .custom-register div.custom.dropdown {
	height: 40px;
}
.main-section-register .check-input {
	clear: both;
}
/*register page*/


@media screen and (max-width:1024px){
.custom-register #profile-details-section {
	width: 100% !important;
}
.custom-register #profile-details-section .checkbox label,
.custom-register #profile-details-section .radio label {
	font-size: 13px !important;
}
}
@media screen and (max-width:767px){
.custom-register #profile-details-section .reglabel {
	font-size: 14px !important;
}
.custom-register .questions_header {
	font-size: 16px;
}
.custom-register #profile-details-section .actions a {
	padding: 6px 8px;
	font-size: 14px;
	min-width: 90px;
}
.custom-register #profile-details-section .datebox .columns {
	padding: 6px 6px;
}
.custom-register #profile-details-section .checkbox label,
.custom-register #profile-details-section .radio label {
	width: 49% !important;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
}
.custom-register #profile-details-section .body input[type="checkbox"] {
	display: inline-block;
	margin-right: 7px;
	margin-top: 2px;
	vertical-align: top;
	padding:0 5px 0 0;
}
.custom-register #profile-details-section span.custom.checkbox {
    top: 1px;
}
.custom-register #profile-details-section .terms_condition_section .checkbox label {
    text-align: left;
}
}





/*
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/

