/*general*/
#content { overflow:hidden;}
a:hover,a:focus{color:#1468a0; text-decoration: none;}
.user { margin-right: 40px;}
.icons {
    line-height:65px;
    margin-left: 40px;
}
.social .ico { margin-right:6px;}
li{font-size:inherit;     list-style-type: none;}
/*search*/
.Distance ul { display:inline-block; border-top:1px solid #ddd;    display: inline-block;
    border-top: 2px solid #ddd;
    width: 92%;
    margin-left: 2.5%;
	    margin-top: 50px;}
.miles {    text-align: right;
    margin-right: 4%;
    color: #28ace7;
    font-size: 14px;
	margin-bottom: -30px;
    margin-top: 20px;}
.Distance li {     width: 5%;
    margin: 2.5%;
    display: inline-block;
    text-align: center;}
	.list li {    display: -webkit-inline-box;}
	.title_radio {     line-height: 50px;
    padding-left: 5%;}
	.search-box,.close-icon{
	position: relative;
	padding: 10px;
}
.search-wrapper {
	width:100%;
	margin:0;
}
.search-box {
	width: 95%;
	border: 1px solid #ccc;
	    margin-left: 2.5%;
  outline: 0;
  border-radius: 15px;
}
.search { padding-left:5%;}
[type='text'].search-box {
    width: 95%;
    display: -webkit-inline-box;
    margin: 0px;
    padding-left: 2.5%;
    margin-left: 2%;
}
.search-box:focus {
	box-shadow: 0 0 15px 5px #b0e0ee;
	border: 2px solid #d2cfcf;
}
.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
[type='text'].search-box::-webkit-input-placeholder::before { font-family: fontAwesome; content:'\f002  '; color: #69f }
[type='text'].search-box::-moz-placeholder::before  { font-family: fontAwesome; content:'\f002  '; color: #69f } /* firefox 19+ */
[type='text'].search-box:-ms-input-placeholder::before  { font-family: fontAwesome; content:'\f002  '; color: #69f } /* ie */
input:-moz-placeholder::before  { font-family: fontAwesome; content:'\f002  '; color: #69f }
.close-icon:after {
    content: "X";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #f1f1f1;
	vertical-align:middle;
    z-index: 1;
    right: 35px;
    top: 0;
	font-weight:700;
    bottom: 0;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: #28ace7;
    font-weight: normal;
    font-size: 12px;
    box-shadow: 0 0 2px #dadada;
    cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
	
}
/*ocordion*/


      .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h2 {
  font-size: 18px;

  display: block;
  margin: 0;
  cursor: pointer;
}


.setting ul li i:before, .setting ul li i:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 9px;
}
.setting ul li i:before {
  transform: translate(-2px, 0) rotate(0deg);
}
.setting ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.setting ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background:none;
}
.setting ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.setting ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(180deg);
}


@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/*setting*/
 .setting .checkbox-main {    width: 90%;
    margin: 0 5%;
    border-bottom: 2px solid #e3e3e3;
	    padding: 0px;}
 .setting .checkbox-main .col-lg-7 ,  .setting .checkbox-main .col-lg-5 {padding: 0px;}		
.setting  ul.checkbox li {    border-top: none;
    padding-top: 0px;
    margin-top: -10px;
    margin-right:20px;}
.setting { color:#525198; font-size:16px;}
.setting  h2 { font-size:16px; line-height:30px;     margin-bottom: -.5rem;}
.setting  h1  {font-size:16px; width:90%;  margin-left:5%;
    padding-bottom: 10px;}
.setting ul li {border-top: 2px solid #e3e3e3; padding-top:10px; list-style-type: none;}
.setting  ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top:8px;
  right: 0;
      right: 10px;
	  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.setting  ul li i:before {
           content: "\f077";
		   color:#00b8f1;
}
.setting ul li {border-top: 2px solid #e3e3e3; padding-top:10px;}
.setting p {
  color:#333;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin-top:20px;
  z-index: 2;
}
.setting .form-group { float:right;}
.setting  ul li:last-of-type { border-bottom:2px solid #e3e3e3;}
.setting  ul.occordion{ width:90%; margin-left:5%;}
.setting  ul.list {}
.setting .checkbox-inline { float:right;}

/*report_user*/
.rpt_usr .container-btn {padding-right: 70px;     margin-top: 0px;}
.container-btn  { margin-bottom:0px;}
.rpt_usr .btn-ben {float:right; 
    margin: 0px 10px;
    margin-top: 10px;
	margin-bottom:10px;}
.title.title-st2 h2{font-size:1.3em;padding:15px 0;margin:0;padding:0; margin-left:30px; font-weight:700;}
.content-holder .rpt_content{
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
}
.content-holder .rpt_content p { font-size:16px; color:#888888; margin-bottom:0px;}
textarea[rows] { height:120px;}
.btn-gray { color:#b3b3b3; border:#b3b3b3 solid 2px;}
.btn-purple{ color:#525198; border:#525198 solid 2px;}
.btn-purple:hover {border:2px solid #525198; color:#fff; background: #525198;}
.btn-gray:hover {border:2px solid #28ace7;}
/*complete-profile*/
h1.profile   { color:#28ace7; font-weight:700;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;}
h1.profile 	.checkbox-inline {
    float: right;
	line-height:40px;
}
/*notification*/
.notification { width:90%; margin-left:5%;}
.user.user-st1{display:block;border-bottom:2px solid #e3e3e3;padding-top:20px;padding-bottom:20px}
.bdr-top {border-top:2px solid #e3e3e3; margin-top:40px;}
/*soc_pg*/
.soc_pg a { background:#fff; border-radius:50%; width:30px; height:30px; text-align:-webkit-center;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;}
.soc_pg a:hover { background:#34c2f1;}
.soc_pg a:hover i { color:#fff;}
.soc_pg a  i{ color:#34c2f1; font-size:16px; line-height:30px; 	transition: background-color 0.25s ease-out, color 0.25s ease-out; padding: 0px;
text-align: center;
width: 100%;}

/*my-profile*/
.profile_data {   background-color:#51509d;
  background-repeat: repeat-x;
    border-top: 3px solid #fff;
	text-align:center;
    padding: 20px 0px;
	border-bottom: 6px solid #454a92;}
.follow-bar { background:#2bb2ed; padding:10px;}
.border { border-left:1px solid #51509d; border-right:1px solid #51509d;}
.follow-bar  h1 {
    font-size: 2.7rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0rem;
    color: #51509d;
}
.follow-bar  p {
    font-size: 1rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: .7rem;
    color: #fff;
}
 .profile_data a.report {
    line-height: inherit;
    color: #8093c6;
    cursor: pointer;
    float: right;
	padding-right:50px;
    line-height: 50px;
    text-decoration: underline;
}
.profile_data .col-lg-9 {    padding-right: 0px; }
.profile_data .user .user-img .profile-img{width:80px;
    height: 80px; }
.profile_data .user .user-details .name {
    font-size: 1.45em;
    padding: 5px 0px 0px;
}
.profile_data .user .user-details .loc {
    font-size: 1em;}
.profile_data .btn.btn-st1 {
    font-size: 0.85em;
    border: 2px solid #fff;
	width: 60%;
    margin: 10px 20%;
}
.profile_data .user .user-img .status {
    right: 15px;
    top: 7px;}
.items { width:94%; margin:2% auto; padding-top:50px;}
.item-box {     background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin:20px auto;
    padding:5px; }
.item-box h1 {     font-size: 18px;
    float: left;
    color: #525198;
    font-weight: 700;
    margin: 10px 10px 0px;
    width: 100%;}
.item-box h1 span	{
    float: right;
width:100px;
}
.item-box h5 {font-size:14px;
    color:#333;
    margin-left:10px;}
.item-box p { color:#bfbfbf; font-size:12px; margin-left:10px; }
.items .item-box .label-2 {
    color: #333;
	background:none;
}
.items .item-box .label-2 .fa {
    color: #f7d100;
}
.item-img img {
	    width: 100%;
    border-radius: 10px;}
	
	
	/*wishlist*/
	/*tabs */
.cd-tabs {
  position: relative;
  width:100%;
  margin: 0em auto;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after { display: none;}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
      width: 100%;
    height: 60px;
	margin-top:-23px;
    background: #34b5ed;
}
.setting ul.chekbox {
    border-bottom: 2px solid #e3e3e3;
    height: 50px;
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}


.cd-tabs-navigation {    width: auto;
	text-align:center;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {float: left;}
.cd-tabs-navigation a {
  position: relative;
  display: block;

  text-align: center;
  color:#fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
      height: 60px; 
    line-height: 60px;
    width:100px;
    font-size: 14px;

    padding: 0 .6em 0 .6em;
}

.cd-tabs-navigation a.selected {
    border-bottom: 2px solid #525198;
    color: #525198;
}

.cd-tabs-content li {display: none;}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-content { min-height: 480px;}
  .user {
    margin-right: 0px;
}
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content { min-height: 0;}
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;}
}

@-webkit-keyframes cd-fade-in {
  0% { opacity: 0; }
  100% {  opacity: 1; }
}
@-moz-keyframes cd-fade-in {
  0% {  opacity: 0; }
  100% { opacity: 1; }
}
@keyframes cd-fade-in {
  0% { opacity: 0; }
  100% {opacity: 1; }
}


/*details*/
.title-st1 a.report { float:right; font-size:12px; margin-right:40px;}
.title-st1 a.report i { margin:0px 10px;}
.detail_title  {border-bottom: 3px solid #2bb2ed;     background: #f3f3f3;}
.title-st1 a.report i.fa {color: #00a1e3;}

.follow-bar_details { text-align:center; width:90%;  margin:0 auto;     border-bottom: #ddd solid 1px;}
.follow-bar_details h1  {    font-size: 33px;
    color: #3eb9ee;
    line-height: 1rem;
    margin-top: 10px;}
.follow-bar_details p  { font-size:12px; color:#888;}
.border-side { border-right:1px solid #ddd;}
/*scroll_photo*/
.carousel {
  position : relative;
  margin : 0 auto;
  width :90%;
  margin-top:50px;
  height : auto;
  border : none;
  overflow : visible;}
/* SLIDES */
/* slide container */
.carousel .slides {
  margin : 0;
  padding : 0;
  border : none;
  list-style : none;
  position : relative;
  overflow : visible;}
/* slide item */
.carousel .slides .slideItem {
  position : absolute;
  cursor : pointer;
  overflow : hidden;
  padding : 0;
  margin : 0;
  border : none;}
.carousel .slides .slideItem a {
  display: block;
  text-decoration : none;
  margin : 0;
  padding : 0;
  border : none;
  outline : none;}
.carousel .slides .slideItem img {
  margin : 0;
  padding : 0;
  border : none;
  width : 300px;
  height :450px;}
/* DIRECTION BUTTON */
.carousel .nextButton {

  right : 0px;
}
.carousel .prevButton {
  left : 0px;
}
/*details*/
.btn-group { padding-right:70px;}
/*complete-profile*/
.complete-profile   ul.chekbox{ margin-bottom: -15px;    border-bottom: none;}
body {
  background: #f2f2f2;
}

.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 100%;
}

.selectdiv:after {
    content: '\f0d7';
    font: normal normal normal 17px/1 FontAwesome;
    color: #0ebeff;
    right: 11px;
    top: 0px;
    height: 30px;
    padding: 12px 0px 0px 8px;
    /* border-left: 1px solid #0ebeff; */
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv select {
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 24px;

}

/* NAVIGATION BUTTON */
/* buttons container */
.carousel .buttonNav {
  position : relative;
  margin : -30px auto;
  z-index : 999;}
/* numbers */
.carousel .buttonNav .numbers {
  position : relative;
  float : left;
  margin : 5px;
  color : #828282;
  cursor : pointer;
  font-weight : bold;
  text-decoration : none;
  font-size : 1em;
  font-family : Arial, Verdana;}
.carousel .buttonNav .numbers:hover {
  color: #000;
  text-decoration : underline;}
.carousel .buttonNav .numberActive {
  background : none;
  color : #000;
  cursor : default;}
/* bullets */
.carousel .buttonNav .bullet {
  position : relative;
  float : left;
  width : 13px;
  height : 13px;
  background : url(../images/Bullet-White.png) no-repeat center;
  margin : 1px;
  float : left;
  cursor : pointer;}
.carousel .buttonNav .bullet:hover { background : url(../images/Bullet-Black.png) no-repeat center; }
.carousel .buttonNav .bulletActive {
  background : url(../images/Bullet-Black.png) no-repeat center;
  cursor : default;}
/*chat*/
.send-msg { margin-top:-73px;}
.share-btn {
    color: #fff;
    padding-left:15px;
    display: inline-block;
    border-left: 1px solid #61ccfa;
}
.chat-content .text {
    background: none;}
	.chat-tool   textarea[rows].text-input { height:80px;}
/*end-scroll-photo*/
@media only screen and (max-width:1300px) {
.carousel {
    width: 70%;
    margin-left: 5%;
}
.carousel .buttonNav {
    margin-left: 70%;
  
}
.cd-tabs-navigation a {
    width: 90px;
    font-size: 13px;
    padding: 0 .1em 0 .1em;
}
}
@media only screen and (max-width:1200px) {
		.cd-tabs-navigation a {
    width:72px;
    font-size: 13px;
    padding: 0 .1em 0 .1em;
}
.carousel {margin-left: -1.5%;}

	}
		@media only screen and (max-width:1150px) { .carousel {margin-left: -5%;}}
	@media only screen and (max-width:1100px) { .carousel {margin-left: -7.5%;}}
		@media only screen and (max-width:1050px) { .carousel {margin-left: -10%;}}
@media only screen and (max-width:1024px) {
	.cd-tabs-navigation a {
    width:70px;
    font-size: 12px;
    padding: 0 .1em 0 .1em;
}
.carousel {margin-left: -15%;}
.carousel .buttonNav {
    margin-left: 80%;
}
	}

@media only screen and (max-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
	    width: 100%;
    height: 60px;
    background: #34b5ed;
  }
  .cd-tabs-navigation a {
    width: 65px;
    font-size: 12px;
    padding: 0 .1em 0 .1em;
}
.carousel .buttonNav {
    margin-left: 90%;
}
.follow-bar h1 {
    font-size: 1.6rem;
}
.follow-bar p {
    font-size: 1.2rem;
    margin-bottom: .2rem;
}
	.carousel {margin-left: -20%;}
}
@media only screen and (max-width:880px) {
	.cd-tabs nav {height: 120px;}
	
/*my-profile*/
.profile_data .user { margin-right:0px; text-align:center;}
.profile_data .btn.btn-st1 {
    width: 40%;
    margin: 10px 30%;
}
.profile_data .col-lg-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.profile_data a.report {
    float: initial;
    padding-right: 0px;
    text-align: -webkit-center;
}
.follow-bar h1 {
    font-size: 1.4rem;
}
.follow-bar p {
    font-size: .9rem;
    margin-bottom: .2rem;
}
.carousel {margin-left: -32%;}
.carousel .buttonNav {
      margin-left: 110%;
}}
@media only screen and (max-width:800px) {
	.carousel {margin-left: -32%;}
.carousel .buttonNav {
      margin-left: 110%;
}
}
	}
	@media only screen and (max-width:760px) {
	.carousel {margin-left: -46%;}}
		@media only screen and (max-width:700px) {
	.carousel {margin-left: -51%;}}
			@media only screen and (max-width:650px) {
	.carousel {margin-left: -56%;}
	.carousel .buttonNav {
    margin-left: 130%;
}
.btn-group {
    padding-right: 20px;
}
}
@media only screen and (max-width:600px) {
	.carousel {margin-left: -70%;}
	.chat-tool textarea[rows].text-input {font-size: 12px;}
.carousel .buttonNav {margin: -70px auto; margin-left: 150%;}
.icons {
    line-height:50px;
    margin-left: 10px;
}
.cd-tabs-navigation a {
    width: 60px;
    font-size: 11.5px;
    padding: 10px .1em 0 .1em;
}
.rpt_usr .btn-ben {
    margin: 0px 1px;
    margin-top: 10px;
	
}
.rpt_usr .container-btn {
    padding-right: 20px;
    margin-top: 0px;
}
.search { padding-left:10%;}
.checkbox label, .radio label {
    padding-left: 5px;


}
.setting ul.checkbox li {
    margin-right: 5px;
} 
.carousel .nextButton {

    right: 2px;
    top:70px;
    width: 25px;
    height: 25px;
} 
.carousel .prevButton {

    left:2px;
    top:70px;
    width: 25px;
    height: 25px;

}

/*my-profile*/
.profile_data .user { margin-right:0px; text-align:center;}
.profile_data .btn.btn-st1 {
    width: 40%;
    margin: 10px 30%;
}
.profile_data .col-lg-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.profile_data a.report {
    float: initial;
    padding-right: 0px;
    text-align: -webkit-center;
}
.follow-bar h1 {
    font-size: 1rem;
}
.follow-bar p {
    font-size: .7rem;
    margin-bottom: .2rem;
}

}

[type='text'].search-box {
    width: 80%;
    display: -webkit-inline-box;
    margin: 0px;
    padding-left: 5.5%;
    margin-left: 7%;
}
.search-box {background-image:url("../img/search.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 20px;
    text-indent: 20px;
    -webkit-transition: all 0.2s; 
    -moz-transition: all 2s;
}
@media only screen and (max-width: 500px) { .carousel {margin-left: -70%;}
.carousel .buttonNav {

    margin: -70px auto;

    margin-left: 170%;
}}
@media only screen and (max-width: 400px) {

/*header*/
.icons {
    line-height: 50px;
    margin-left: 40px;
}

.carousel {margin-left: -150%;}
.carousel .buttonNav {
    margin-left: 140%;
}
.carousel .buttonNav {

    margin: -70px auto;

    margin-left:250%;
}

}
