@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

body {
	font-family:'Roboto', sans-serif, Helvetica Neue, Helvetica, Liberation Sans, Arial;
	/*font-family:Circular,-apple-system,BlinkMacSystemFont,'Roboto',Helvetica Neue,sans-serif, Helvetica, Liberation Sans, Arial;*/
	margin: 0px;
	padding: 0px;
	color:#333333;
	overflow-x:hidden;
	background-color: #000000;
	overscroll-behavior-y: none;
}
.scale{
	-moz-transform: scale(0.8, 0.8); /* Moz-browsers */
    zoom: 0.8; /* Other non-webkit browsers */
    zoom: 80%;
}
body select{
	font-family:'Roboto', sans-serif, Helvetica Neue, Helvetica, Liberation Sans, Arial;
}

body textarea {
	font-family:'Roboto', sans-serif, Helvetica Neue, Helvetica, Liberation Sans, Arial;
	resize: none;
}
.pgMainContent{
	min-height: calc(100vh - 50px);
}
input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
	cursor: default;
}
input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FE0211;
}
input[type="text"] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*
input[type="checkbox"]:before {
  border: 0px solid #333;
  color: #fff;
  content: "\2713";
  display: inline-block;
  height: 20px;
  margin: -2px .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 20px;
  background: #e2e2e2;
  font: 20px/1em sans-serif;
  text-align: center;
  font-weight: 800;
  border-radius: 5px;
}

input[type="checkbox"]:checked:before {
  background: #e2e2e2;
  color: #FE0211;
  content: "\2713";
  text-align: center;
  font-weight: 800;
}
*/


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #cccccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #cccccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #cccccc;
}

.pltext::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #cccccc;
}
.pltext:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:  #cccccc /*   #8a8a8a; */
}
.pltext::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:  #cccccc;
}
.pltext:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:  #cccccc;
}
/*Common for all form*/
.sgVerifiedBadge{
	font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Liberation Sans, Arial;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0px 0px 25px;
    /*background: url('/images/verified.png') no-repeat left center/contain; #FE0211 */
    height: 20px;
}

.sgVerifiedBadgeSearch{
	font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Liberation Sans, Arial;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0px 0px 20px;
    margin-left: 8px;
    line-height: 14px;
    /*background: url('/images/verified.png') no-repeat left center/contain; #FE0211 */
    height: 18px;
}

.sgExpertVerified{
	color: #FF0000;
    background: url('/images/eid_expertid.png') no-repeat left center/contain;
}
.sgVerified{
	color: #393838;
    background: url('/images/eid_verified.png') no-repeat left center/contain;
}
.sgPreVerified{
	color: #737373;
    background: url('/images/eid_preverified.png') no-repeat left center/contain;
}
.sgUnVerified{
	color: #FF0000;
	background: url('/images/eid_unverified.png') no-repeat left center/contain;
}

.sgExpertVerified:after{
	content:"EXPERT ID";
}
.sgVerified:after{
	content:"VERIFIED";
}
.sgPreVerified:after{
	content:"NOMINATED";
}
.sgUnVerified:after{
	content:"UN-VERIFIED";
}

.gmnoprint {
	/* for map icon override */
    transform: scale(.85);
    transform-origin: top left;
}
.divUserIcon{
	 border-radius:50px;
	 width:30px;
	 height:30px;
	 float:left; 
	 border: 0px solid #bababa;
	 margin:0px 10px 0px 0px;
	 cursor:pointer;
}
.main_container {
	background-color:  #fff;
	display: block;
	/*margin: 0 50px 0 50px;*/
}
.inp_txt {
	border: 1px solid #e2e2e2;
	font-size: 12px;
	margin-right: 6px;
	padding:5px 10px;
	height: 40px;
    border-radius:50px;
    background-color: #fff;
    color: #464646;
}
.frm_select {
	border: 1px solid #e2e2e2;
	height: 40px;
	margin: 5px 0 5px 0;
	padding: 7px;
    border-radius:50px;
    background-color: #fff;
}
#cmbprivacy:disabled {
    color: #bababa;
    border-color: transparent;
}
.carDiv {
	margin-top:20px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	padding: 5px 20px 5px 20px;
}
.photo {
	margin-left: 20px;
    /*width: 80px;
    height: 80px;
    border: 4px solid #C2C2C2;
    padding: 2px;
    background-color: gray;
    border-radius: 4px;*/
    float: left;
    position: relative;

}
.photo img{
	border-radius: 8px;
}
.photo_wrb {
	margin-left: 20px;
    /*width: 80px;
    height: 80px;
    border: 4px solid #C2C2C2;
    padding: 2px;
    background-color: gray;
    border-radius: 4px;*/
    float: left;
    position: relative;

}
.photo_wrb img{
	border-radius: 0px;
}
.imginfo{
	/*border-radius:4px;
	width:120px;
	background-color:#ffffff;
	padding:0px 5px 5px 5px;
	margin-bottom:5px;
	margin-top:15px;*/
	font-size: 10px;
	text-align: center;
    height: 30px;
}
.imgInfotxt{
	height:auto;
	max-height:44px;
	line-height:22px;
	font-size:12px;
	text-align: left;
	color: #464646;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis; 
	overflow: hidden;
	display: -webkit-box !important;
}
.imgPlCat{
	padding-top: 8px;
	font-size: 11px;
	color: #FE0211;
	-webkit-line-clamp: 1;
	line-height: 18px;
}
.gCarimginfo18{
	max-height:56px;
	line-height:28px;
	font-size:18px;
}
.gCarPlTitle18 {
	font-size: 20px !important;
	font-weight: 700;
}
.gCarimginfo12,
.gCarimginfo13,
.gCarimginfo12 .expert_rating_text,
.gCarimginfo13 .expert_rating_text{
	max-height:46px;
	line-height:21px !important;
	font-size:13px !important;
}
.gCarPlTitle12,
.gCarPlTitle13 {
	font-size: 16px !important;
	font-weight: 700;
}
.divActivityCar .gCarimginfo18{
	max-height:28px;
}
.divActivityCar .gCarimginfo12,
.divActivityCar .gCarimginfo13{
	max-height:23px;
}
.gCarimginfo12 .expert_rating_icon,
.gCarimginfo13 .expert_rating_icon{
	margin: -4px 0px 0px -4px !important;
	position: initial !important;
}
.gCarimginfo18 .expert_rating_icon{
	margin: -2px 0px 0px -4px !important;
	position: initial !important;
}
.gCarimginfo18 i{
	font-size:20px;
}
.gCarimginfo12 i,
.gCarimginfo13 i{
	font-size:16px;
}
.gCarimginfo18 .reviewCount{
	color: #464646;
    top: -1px;
    font-size: 13px;
    margin-left: 8px;
    position: relative;
    display: inline-block !important;
    float: none;
}
.gCarimginfo12 .reviewCount,
.gCarimginfo13 .reviewCount{
	color: #464646;
    top: 0px;
    font-size: 12px;
    margin-left: 8px;
    position: relative;
    display: inline-block !important;
    float: none;
}
.gCarimginfoTitle18{
	min-height:56px;
}
.gCarimginfoTitle12,
.gCarimginfoTitle13{
	min-height:46px;
}
.divActivityCar .gCarimginfoTitle18{
	min-height:28px;
}
.divActivityCar .gCarimginfoTitle12,
.divActivityCar .gCarimginfoTitle13{
	min-height:23px;
}
.conncar{
	width: 160px;
	/*height:360px;*/
}
.connwd160 {
	width: 160px; 
	float: left;
}
.connInfo {
	margin-left: 5px;
	font-size: 18px;
	display: block;
}
.connSpn {
	clear: left;
	width: 160px;
	margin: 10px;
	color: #8a8a8a;
	font-weight: 400;
	top: 150px;
	position: absolute;
	left: 190px;
}
.connsrchBtn {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    /* padding: 0px 50px; */
    background-color: #FE0211;
    margin: 0px 7px;
    color: #ffffff;
    cursor: pointer;
    line-height: 40px;
}
.connsrchBtn:hover {
	background-color: #515151;
}
.connbtn {
	font-size: 12px;
   	font-weight: 400;
	width: 160px;
	text-align: center;
	padding: 0px;
}
.chkPhoto{
	background: url('/images/plus_unsel.png') no-repeat right;
	right: 10px;
	top:10px;
    position: absolute;
    width: 30px;
    height: 40px;
    cursor: pointer;
    z-index: 30;
}
.chkPhoto_minus {
	background: url('/images/plus_sel.png') no-repeat right;
	right: 10px;
	top:10px;
    position: absolute;
    width: 30px;
    height: 40px;
    cursor: pointer;
    z-index: 30;
}
.offer-pg-cont{
    width: 430px;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 30px;
    
}
.nvgt{
   display: block;
    position: absolute;
    background-color: #555;
    top: 110px;
    z-index: 2;
    cursor: pointer;
}
.nvgtBig{
   display: block;
    position: absolute;
    background-color: #555;
    top: 170px;
    z-index: 2;
    cursor: pointer;
}
/* next and prev buttons for carousal */
.prev {
	background: url('/images/left_light_arrow.png') no-repeat center;
	left: 0px;
	padding-left: 70px;
}
.prev:hover{
	background: url('/images/left_dark_arrow.png') no-repeat center;
	left: 0px;
}
.next {
	background: url('/images/right_light_arrow.png') no-repeat center;
	left: 510px;
	padding-left: 10px;
}
.next:hover {
	background: url('/images/right_dark_arrow.png') no-repeat center;
	left: 510px;
	padding-left: 10px;
}
.nextBig {
	background: url('/images/right_light_arrow.png') no-repeat center;
	left: 900px;
	padding-left: 10px;
}
.nextBig:hover {
	background: url('/images/right_dark_arrow.png') no-repeat center;
	left: 900px;
	padding-left: 10px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Upload';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.comListMain{
	padding: 5px 5px 0px 5px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    width: 33.33%;
    /* float: left;
    white-space: nowrap;
    min-height: 180px;*/
    overflow: hidden;
}
.comListMain:hover{
	/*background-color: #f3f3f3;*/
}
.comListMain .srchComImgCover{
	position: relative;
    width: 80px;
    height: 80px;
    padding-top: 15.5%;
    overflow: hidden;
    float: left;
    margin-left: 5px;
}
.comListMain .srchComImg{
	width: inherit;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}
.srchBtnShare {
	line-height: 35px;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid #8a8a8a;
	background-color: #8a8a8a;
	text-align: center;
	cursor: pointer;
}
.srchBtnShare:hover {
	background-color: #515151;
}
.srchBtnCmnt {
	line-height: 20px;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: 300;
	border-radius: 7px 7px 0px 0px;
	color: #bababa;
	border: 1px solid #8a8a8a;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 85px;
}
.srchBtnCmnt:hover, 
.srchBtnCmntSel {
	font-weight: 500;
	color: #ffffff;
	background-color: #8a8a8a;
}
.srchBtnInvite {
	line-height: 35px;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50px;
	color: #ffffff;
	border: 1px solid #bababa;
	background-color: #bababa;
	text-align: center;
	cursor: pointer;
}
.srchBtnInvite:hover {
	background-color: #8a8a8a;
}
.srchBtnInviteDisable {
	line-height: 35px;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	color: red;
	border: 1px solid #bababa;
	background-color: #bababa;
	text-align: center;
	cursor: pointer;
}
#x-Removed { 
	display:none; 
	position:relative; 
	z-index:200; 
	top: -80px;
	float:right;
	cursor: pointer;
}
#previewPane { 
	display: block;
    overflow: hidden;
    position: relative;
    top: 5px;
    width: 100%;
    clear: left;
}
.replyx { 
	display:none; 
	position:relative; 
	z-index:200; 
	float:right;
	top: -80px;
	cursor: pointer;
}
.replypreviewPane { 
	display: inline-block;
    position: relative;
    right: 250px;
    top: 25px;
    line-height: 44px;
}
.cmnttxt {
	width: 100%;
	height: 70px;
	white-space: pre-wrap;
	float: left;
	margin-top: 10px;
}
.divMsg {
	float: left;
	margin:0px 15px;
	width: calc(100% - 15px);
	height: calc(100vh - 270px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 10px;
}
.msgphoto {
	min-height: 20px;
    line-height: 24px;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative;
    max-width: 320px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    background-color: #FE0211;
    color: #ffffff;
    padding: 3px 8px;
    white-space: pre-line;
}
.photodivmsg {
    clear: both;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    margin-top: 10px;
    float: right;
    position: relative;
    text-align: right;
}
.photodivmsg img{
	border-radius: 8px;
}
.photodt {
	clear: left;
    padding: 10px 0px;
    color: #bababa;
    font-size: 12px;
    text-align: center;
}
.divmainmsg {
	position:relative;
	width:100%;
	padding-top:133.33%;
	float: right;
}
.divmsgimg {
	width:inherit;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
.txtmsgphoto {
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    top: 175px;
    font-weight: 300;
    color: #8a8a8a;
    /*-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    position: absolute;*/
    overflow: hidden;
}
/*Common for all form*/
/*profile*/
.profCover{
	overflow: hidden;
	min-height: calc(100vh - 135px);
	padding-left: 15px;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
}
.profTxt{
	width: calc(50% - 9px);
	margin-top: 15px;
}
.profAbtInfo{
	float: left;
	width: 673px;
}
/*profile*/
/*header*/
.divHdSpacer{
	height: 121px; 
	width:100%
}
.header {
	position: fixed;
	width: calc(100% - 500px);
	z-index: 9999;
	top: 0;
	background-color: #000000;
}
.hdrMailIcon{
	width: 30px;
	margin-right: 10px;
	padding-bottom:2px;
	cursor: pointer;
}
.msgCount{
	position: absolute;
    font-size: 10px;
    font-weight: 900;
    color: #ffffff;
    background-color: #FE0211;
    padding: 2px 5px;
    border-radius: 50px;
    top: 0;
    left: 51px;
}
.hdrUserImg{
	left:10px;
	margin-top: 4px;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	background-color: #f3f3f3;
	object-fit: cover;
}
.imgLoader{
	width: 50px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.divLoader{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	display: none;
	top:0;
	left:0;
}
.divHdLoaderImg{
	display:none;
	position: absolute;
	top: 21px;
	right: 38px;
	float:right
}
.btnMapMenuTop{
	background: url(/images/sgMapIcon.png) no-repeat;
    background-size: contain;
    padding: 13px !important;
    top: 2px;
    position: absolute;
    right: 40px;
    color: #ffffff !important;
    text-shadow: 1px 1px 1px black;
    margin: 5px 0px 0px 0px !important;
    border-radius: 0px !important;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.btnMapMenuTop:hover{
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.ifrOverMain {
	border: none;
    width: 500px;
    height: 300px;
    position: relative;
    display: none;
}
.divMessageDisplay{
	position: fixed;
    z-index: 99999;
    top: calc(50% - 33px);
    height: 20px;
    width: calc(100% - 40px);
    text-align: center;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    display: none;
}
.divMessageDisplay span{
	display: inline-block;
	color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.6);
    width: auto;
    padding: 20px;
    font-size: 22px;
    font-weight: 900;
}
.inptxt {
	border: 1px solid #e2e2e2;
	font-size: 18px;
	height: 40px;
	color:#464646;
	padding: 0px 5px;
	width:434px;
}
.inptxt:focus {
	outline: none;
	border: 1px solid #FE0211;
}
.navDiv {
    overflow: hidden;
    padding: 0px 15px 0px 15px;
    height: 35px;
    -webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	flex: 1 1 auto;
}
.navDivSpacer{
	width: 100%;
    height: 29px;
    background-color: #ffffff;
}
.navDivLeftCover{
    overflow: hidden;
    float: left;
    width: calc(100% - 206px);
    height: 35px;
}
.navDivRightCover{
    overflow: hidden;
    float: right;
    height: 35px;
}
.navTopFilters{
	padding: 2px 0px 12px 106px;
}
.navSpan {
	padding: 1px 5px 3px 5px;
	margin: 3px 0px;
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
	color:#8a8a8a;
	border-width: 0px 0px;
	border-style: solid;
	border-color: transparent;
}
.navSpanDisp {
	padding: 1px 5px 0px 5px;
	margin: 3px 0px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	border-radius: 4px;
	color:#8a8a8a;
	border-width: 0px 0px;
	border-style: solid;
	border-color: transparent;
}
.navSpanDispH:hover{
	color:#FE0211;
}
.navSpanSel {
	border-color: #ffffff;
	color:#FE0211;
	font-weight: 300;
}

.navMenuSpan {
	padding: 1px 10px 3px 10px;
	margin: 0px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
	/*color:#8a8a8a;*/
	border-width: 0px 0px;
	border-style: solid;
	border-color: transparent;
}
.navMenuSpanSel {
	border-color: #ffffff;
	color:#5190ED;
	font-weight: 500;
}
.navMenuSpan:hover {
	color:#5190ED;
}
.navSpan:hover {
	border-width: 0px 0px;
	border-style: solid;
	border-color: white;
	color: #FE0211;
}
.sgNavDiv {
    height: 40px;
    overflow: hidden;
    /*padding: 1px 0px 0px 15px;
    width: calc(100% - 300px)*/;
}
.sgNavMenu {
	padding: 8px 0px;
	font-size: 16px;
	font-weight: 500;
	float: left;
	cursor: pointer;
	width: 25%;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 50px;
    margin: 0px 10px 0px 0px;
}
.sgNavMenuSel {
	color:#FFFFFF;
	font-weight: 500;
	background-color: #5190ED;
}
.sgNavMenu:hover {
	color:#5190ED;
}
.sgNavMenuSel:hover {
	color:#FFFFFF;
}
.srchBtn {
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	padding: 0px 50px;
	background-color: #FE0211;
	margin: 0px 7px;
	color: #ffffff;
	cursor: pointer;
	line-height: 40px;
}
.srchBtn:hover {
	background-color: #696969;
	color: #ffffff;
	/*#6b6b6b;*/
}
.srchBtnAccount{
	display: inline-block;
	background-color: #FE0211;
	color: #ffffff;
    margin: 18px 0px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    width: 141px;
    cursor: pointer;
}
.mdyBtnCampaign {
	display: inline-block;
    background-color: #FE0211;
    color: #ffffff;
    margin: 18px 0px 0px 15px;
    font-weight: 500;
    font-size: 41px;
    text-align: center;
    line-height: 42px;
    border-radius: 30px !important;
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin-left: 41.5%;
    margin-top: 24%;
    position: absolute;
}

.pendingBtn {
    background-color: #e7e3e3;
    color: #000000;
    font-weight: 500;
    font-size: 12px;
    line-height: 90px;
    text-align: center;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    left: 155px;
    top: -45px;
    position: absolute;
    z-index: 999;
}

.userImage {
	position:relative;
	width:200px;
	height:200px;
	border-radius:10px;
	box-shadow: 3px 3px 3px 3px #e3e3e3;
}

.mdyBtnChannel {
	display: inline-block;
    background-color: #FE0211;
    color: #ffffff;
    margin: 18px 0px 0px 15px;
    font-weight: 500;
    font-size: 41px;
    text-align: center;
    line-height: 31px;
    border-radius: 30px !important;
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin-left: 41.5%;
    margin-top: 24%;
    position: absolute;
}


.bottom-left {
  	position: absolute;
    bottom: 5px;
    left: -55px;
    color: white;
    font-size: 10px;
    text-shadow: 2px 2px #000;
    font-weight: 600;
}
.bottom-left1 {
    position: absolute;
    bottom: 8px;
    left: -60px;
    color: white;
    font-size: 10px;
    text-shadow: 2px 2px #000;
    font-weight: 600;
}
.bottom-left2{
	position: absolute;
    bottom: 8px;
    left: -63px;
    color: white;
    font-size: 10px;
    text-shadow: 2px 2px #000;
    font-weight: 600;
}
.srchBtnMapPg {
	line-height: 35px;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	color: #8a8a8a;
	border: 1px solid #8a8a8a;
	background-color: #f3f3f3;
}
.srchBtnMapPgSel {
	line-height: 35px;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid #8a8a8a;
	background-color: #FE0211;
}
.srchBtnGuidesPg{
	width: 170px;
    padding: 0px;
    margin: 5px 5px;
    text-align: center;
    font-size:16px;
}
.srchBtnGuide{
	/*background-color: #515151;
    color: #ffffff;
    width: calc(100% - 10px);*/
    margin: 0px 0px 15px 0px;
    width:173px;
    text-align: center;
}
.srchBtnGuide:hover{
	/*background-color: #FE0211;*/
}
.srchBtnMapPgRed {
	background-color: #FE0211;
	color: #FFFFFF;
}
.srchBtnMapPgBlue {
	background-color: #5190ED;
	color: #FFFFFF;
	border-radius: 50px;
	border: none;
}
.srchBtnGrey {
	background-color: #f8f8f8; 
	margin: 0px 13px 0px 13px;
    width: calc(50% - 26px);
    padding: 0px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    line-height: 40px;
}
.profDropDown {
	position: absolute;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 7px 0px #8a8a8a;
	border-radius: 6px;
    top: 55px;
    max-height: calc(100vh - 85px);
    display: none;
    z-index: 1;
}
.profDropDown:after {
    width: 20px;
    height: 20px;
    background: #ffffff;
    box-shadow: 3px 3px 3px -2px #8a8a8a;
    transform: rotate(-135deg);
    position:absolute;
    top: -8px;
    content: " ";
    right: 35px;
}
.profDDCover {
    width: auto;
    overflow: hidden;
    padding: 10px 25px;
    border-bottom: 1px solid #e2e2e2;
}
.profDropDown .navMenuDisp,
.profDropDown .navMenuSpan{
	display: block;
    padding: 1px 5px 5px 5px;
    font-size: 13px;
    font-weight: 300;
    background-color: #FFFFFF;
    color: #8a8a8a;
    margin: 3px 0px;
    border-radius: 0px;
}
.profDropDown .navMenuSpan:hover{
	color:#FE0211;
}
.divPreviewRibbonCover{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.divPreviewRibbon{
    background-color: #5190ED;
    color: #ffffff;
    font-weight: 500;
    float: right;
    font-size: 16px;
    line-height: 30px;
    padding: 0px 64px 0px 70px;
    -ms-transform: rotate(46deg); /* IE 9 */
    -webkit-transform: rotate(46deg); /* Safari */
    transform: rotate(46deg);
    position: absolute;
    top: 26px;
    right: -58px;
    width: 202px;
}
.sgAniCircleCover{
	width: 128px;
    margin: auto;
    margin-top: calc(50vh - 64px);
    display: none;
}
.sgAniCircle{
    position: relative;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background-color: transparent;

}
.sgAniCircle:before{
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #FE0211;
    width: 102px;
    height: 102px;
}
.sgAniCircle .sgSlice{
    position: absolute;
    width: 128px;
    height: 128px;
    clip: rect(0px, 128px, 128px, 64px);
}
.sgAniCircle .sgbar{
    position: absolute;
    border: 14px solid #FFFFFF;
    width: 99px;
    height: 99px;
    clip: rect(0px, 64px, 128px, 0px);
    border-radius: 50%;
    /*-webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);*/
    transform: rotate(0deg);
    box-sizing: content-box;
}
.sgAniCircle .sgfill{
    position: absolute;
    border: 14px solid #FFFFFF;
    width: 99px;
    height: 99px;
    clip: rect(0px, 64px, 128px, 0px);
    border-radius: 50%;
    /*-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);*/
    transform: rotate(0deg);
    box-sizing: content-box;
}
.sgAniCircle .sgImage{
    position: absolute;
    width: 128px;
    margin:-1px;
    top: 0px;
    left: 0px;
}
.imgChLogoHdr:before{
	content: attr(alt);
	padding-right: 18px;
    margin-left: -16px;
    position: absolute;
    background: #fff;
    line-height: 40px;
    font-weight: 700;
    font-size: 17px;
    color: #6a6a6a;
}
/*header*/
/*footer */
.footercopyright {
	color: #8a8a8a;
	float: left;
	font-size: 13px;
	padding: 10px 0;
}
.footermarleft {
	margin-left: -155px;
    float: unset;
    display: inline-block;
}
.common_footer{
	color: #464646;
	margin-top: 33px;
}
.footer_heading {
	color: #464646;
	font-size:15px;
	margin:0px 0px 15px;
	font-weight: 600;
	width: 200px;
}
.footer_links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_links li a {
	font-size: 13px;
	color: #8a8a8a;
	text-decoration: none;
}
.divlang {
	float: left;
    padding: 60px 35px 60px 102px;
}
.col-md-2 {
	width: 200px;
	float: left;
}
.form_dropdown {
	border: 1px solid #e2e2e2;
	/*float: left;*/
	color: #464646;
	height: 40px;
	margin: 5px;
}

/*footer */

.Title {
	border-bottom: 1px dotted #B4B4B4;
	margin: 10px 10px 0;
	font-size: 20px;
	font-weight:bold;
}
.divfooterCover{
	/*border-top: 2px solid #ccc;*/
	float: left;
	width: 100%;
	margin-top: 10px;
	position: relative;
	z-index: 9;
	background-color: #000000;
	text-align: center;
}
/* filters inputboxes*/
.divFilterMain{
	font-size: 12px;
	padding: 10px;
	margin: 10px 0px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}
.divFilterMain div{
	float: left;
	margin-right: 20px;
}
.divFilterMain legend{
	background-color: #FE0211;
	padding: 3px 8px;
	font-size: 14px;
	color: #ffffff;
	margin-left:5px;
}

.fldFilterLbl {
	line-height: 25px;
	font-size: 14px;
	color: #464646;
	width: 100px;
	padding-right: 5px;
	display: inline-block;
	font-weight: 500;
}
.fldFilterTxt {
	height: 35px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	width:300px;
	margin-bottom: 10px;
	padding: 0px 5px;
}
.fldFilterTxt option{
	color:#000000;
}
.divFilterBtn{
	float:right;
	margin:20px 0px 0px 0px;
	padding: 5px;
}
/* filters inputboxes*/

/*Table Formatting*/
.divTabCover{
	border-bottom: 2px solid #999999;
	padding: 0px 0px 5px 0px;
	margin-bottom: 5px;
	overflow-x: auto;
}
.tabList{
	font-size: 11px;
	margin-top:10px;
	width: 100%;
}
.srchresult_colheader {
	background: none repeat scroll 0 0 #D5D5D5;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	height: 30px;
}
.srchresult_bgwhite {
	background: none repeat scroll 0 0 #FFFFFF;
	cursor: pointer;
}
.srchresult_bgwhite:hover {
	background-color:#FE0211;
	color:#FFFFFF;
}
.tabList td {
	padding: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100px;
}
.srchresult_colheader td {
	padding-right: 14px;
}
.srchresult_dispImage{
	width: 90px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	float:left;
	padding-bottom: 33.33%;
	margin:0px;
}
.srchresult_dispImage:hover{
	width: 532px;
	height: 270px;
	position: absolute;
	margin-left: -472px;
	margin-top: -10px;
	padding-bottom: 50.76%;
	z-index: 1;
}
.tabSortIcon{
	width: 15px;
	height: 8px;
	background: url("/images/sortingarrow.png") 0 0px /100% no-repeat;
	display: inline-block;
	float: right;
	cursor:pointer;
}
.tabSortIconSel{
	background: url("/images/sortingarrowsel.png") 0 0px /100% no-repeat;
}
.tabSortIconAsc{
	background-position: 0px -8px;
}
.tabSortIconDesc{
	background-position: 0px -0px;
}
/*Table Formatting*/
/*Details View*/
.MapDisplayMain{
	width:519px;
	height: 465px;
	overflow:hidden;
	display: none;
}
.MapDisplayCommon{
	width:100%;
	height: 100%;
	overflow:hidden;
	display: none;
}
.MapDisplay{
	width:100%;
	height: 100%;
}
/*Details View*/
/*Pagination*/
.pgBtn{
	float:left;
	padding:2px 5px 1px 5px;
	border-radius:4px;
	font-weight:Bold;
	margin:5px 2px;
	cursor:pointer;
	line-height:16px;
	border:1px solid #cccccc;
}
.pgBtnSel{
	float:left;
	padding:2px 5px 1px 5px;
	border-radius:4px;
	background-color:#FE0211;
	color:#FFFFFF;
	font-weight:Bold;
	margin:5px 2px;
	line-height:16px;
	border:1px solid #cccccc;
	cursor:not-allowed;
}
.pgBtn:hover{
	background-color:#FE0211;
	color:#FFFFFF;
}
.pgMain{
	overflow:hidden;
	font-size:10px;
	height:27px;
	text-align: center;
}
.pgScr{
	overflow:hidden;
	/*max-width:<?php echo $dWidth ;?>px;*/
	float:left;
	height:30px;
}
.pgInfo{
	background-color:#cccccc;
	color:#000000;
	border-radius:4px;
	border:1px solid #cccccc;
	float:left;
	padding:1px 5px 1px 5px;
	margin:5px 2px;
}
.pgPgNm{
	border:0px solid #7F9DB9;
	margin:1px;
	height:12px;
	font-size:10px;
}
.pgDrpDwn{
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 10px;
	height: 21px;
}
.ifrAdminLstDet{
	width: calc(100% + 40px);
    border: none;
    margin-left: -20px;
}
/*Pagination*/
/*Login*/
.login_body {
	background-color: #000000;
	padding: 10px 0 5px 0;
}

#login {
	margin: 1em auto;
	/*width: 360px;*/
	margin-bottom: 80px;
}
#login form p {
	margin-bottom: 0;
}
.login_lbl {
	color: #555555;
	float: none;
	font-size: 12px;
	font-weight: bold;
}

.login_form {
	background: none repeat scroll 0 0 #FFFFFF;
	/*border: 3px solid #A6C1D5;*/
	font-weight: normal;
	margin-left: 8px;
	padding: 25px 25px 40px;
	margin:0 auto;
}

.login_txt {
	background: none repeat scroll 0 0 #F2F2DE;
	border: 1px solid #A6C1D5;
	font-size: 22px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	padding: 1px 3px;
	width: 100%;
}
.login_submit {
	display: block;
	font-size: 15px;
	padding: 7px 20px;
	background-color: #FE0211;
	/*border-radius: 10px;
	margin: 3px 7px;*/
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	float:left;
}

.login_submit:hover {
	background-color: #515151;
}
.login_logo {
	margin-bottom: 25px;
}
.background-line {
	display: table;
	white-space: nowrap;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
.background-line > span {
	padding: 0 20px;
	font-weight: 500;
}

*, *:before, *:after {
	box-sizing: border-box;
}

.background-line:before, .background-line:after {
	border-top: 1px solid #C0C0C0;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.6em;
	width: 50%;
}
.msg_def {
	padding: 0px 8px 0px 30px;
	height: 30px;
    margin-left: 23px;
    font-size: 13px;
}
.msg_error {
	background: url("/images/error.png") no-repeat scroll 8px 7px #FFFFFF;
	color: #FE0211;
	padding: 0px 8px 0px 30px;
	height: 30px;
/*    margin-left: 23px;*/
    font-size: 13px;
    display: flex;
    justify-content: center;
  	align-content: center;
  	flex-direction: column;
}
.msg_error_t {
	background: url("/images/error.png") no-repeat scroll 8px center #FFFFFF;
	color: #FE0211;
	padding: 10px;
	margin: 40px 300px;
	border: solid 1px #FE0211;
	text-align:center;
}
.msg_success {
	background: url("/images/success_blue.png") no-repeat scroll 8px 7px #FFFFFF;
	color: #5190ED;
	padding: 0px 8px 0px 30px;
	height: 30px;
    margin-left: 23px;
    font-size: 13px;
    display: flex;
    justify-content: center;
  	align-content: center;
  	flex-direction: column;
}
/*Login form F3FFF3 397F1F*/


/* search screen */
.divLeft{
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
	width:550px;
	height: calc(100vh - 85px);
}
.divRight{
	overflow: hidden;
}
.divMapDisplay{
	border: 1px solid #e2e2e2;
	margin: 0px 0px 5px 5px;
	height: calc(100vh - 85px);
	/*max-height: 763px;*/
}
.divFilters {
	border: 1px solid #e2e2e2;
	margin: 0px 5px 0px 0px;
}
.divFilters div {
	margin: 5px 5px 15px 10px;
	height: 35px;
}
.divAllPlaces div {
    margin: 0px;
    height: auto;
}
.divAllPlaces {
    width: 310px;
    height: 172px !important;
    padding: 2px 2px 0px 2px;
    overflow: hidden;
    border: 1px solid #8a8a8a;
    position: relative;
    background-color: #FFFFFF;
    top: -5px;
    right: -28px;
    z-index: 9;
    text-align: center;
    display: none;
}
.sgPlaceCover{
	float: left;
	margin: 6px 2px;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	cursor: pointer;
	width: 72px;
}
.sgPlaceCoverSel, 
.sgPlaceSubCatCoverSel,
.sgPlaceCover:hover{
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.sgPlaceIcon{
	display: block;
	width:50px;
	height:50px;
	margin: 0px auto;
	border-radius: 100px;
}
.sgPlaceIcon:hover{
	
}
.sgPlaceName{
	font-size: 12px;
	line-height: 14px;
	color: #8a8a8a;
	/*max-width: 62px;*/
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 4px;
}
.sgPlaceButtonImg{
	display: none;
	position: absolute; 
	right: 21px;
    top: -1px;
    width: 36px;
    height: 36px;
}
#divHideShowPlaceTypes:hover .sgPlaceButtonImg{
	-webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} 
.divMoreFilters{
	background-color: #f8f8f8;
	padding: 10px 5px 15px 10px;
	width:529px;
	z-index: 999;
	margin-left: -2px !important;
}
.srchBtnShowFilters:after {
	content: "show filters";
}
.srchBtnHideFilters:after {
	content: "hide filters";
}
.fldLabel {
	line-height: 35px;
	font-size: 14px;
	color: #8a8a8a;
	width: 100px;
	display: inline-block;
	font-weight: 500;
}

.fldText {
	height: 35px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	width:250px;
	color:#8a8a8a;
	padding-left: 5px;
	padding-right: 5px;
}
.fldText:focus {
	outline: none;
	border: 1px solid #FE0211;
}
.fldDisTxt:disabled{
	background-color: #ffffff;
	border: none;
}
.fldRange{
	width:390px;
	margin-left: -20px;
}
.fldRangeStart {
	font-size: 10px;
	position: absolute;
	margin-top: 22px;
}
.fldRangeEnd {
	font-size: 10px;
	position: absolute;
	margin-top: 22px;
	margin-left: -22px;
}
.fldStars i{
	color:#FE0211;
	font-size: 13px;
}
.fldStarsgrey i{
	color:#e2e2e2;
	font-size: 13px;
}
.fldChoice{
	display: inline-block;
	padding: 8px 19px;
	border-left: 1px solid #e2e2e2;
	cursor: pointer;
	text-align: center;
	margin-left: -5px;
	background-color: #ffffff;
}
.fldChoice:hover .fldStars i{
	color:#FFFFFF;
}
.fldChoiceSel, .fldChoice:hover{
	background-color: #FE0211;
	color: #FFFFFF;
	border-left: 1px solid #FE0211;
}
.fldChoiceSel .fldStars i{
	color:#FFFFFF;
}
.fldChoiceRate{
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	display: inline-block;
	width: auto;
	height: auto;
	overflow:hidden;
	margin-left:-5px; 
	font-size:10px;
	position: relative;
	color: #8a8a8a;
    padding-left: 5px;
}
.fldChoiceRate .fldChoice{
	padding: 3px 9.5px 1px 9.5px;
}
.navMenuOptLabel{
	color: #8a8a8a;
    line-height: 20px;
    float: left;
    margin: 3px 0px;
    font-size: 15px;
    font-weight: 300;
}
.fldSgRatedOnly,
.fldChainAlso,
.fldMultilocationAlso{
	background:url('/images/toggle.png') no-repeat top left/45px;
	height:30px;
	display:inline-block;
	width:45px;
	cursor: pointer;
	border-radius: 30px;
	float: right;
}
.fldSgRatedOnlySel,
.fldChainAlsoSel,
.fldLocalPicksAlsoSel,
.fldMultilocationAlsoSel{
	background-position: 0px -28px;
}

.giveToggle .fldSgRatedOnlySel{
	background-position: 0px -20px;
}

.rangeSelect div {
    margin: 0px !important;
}
.rangeSelect {
	margin: 0px 0px 0px 2px !important;
    display: inline-block;
    padding-top: 12px;
}
.dtOpen div {
    margin: 0px;
    height: auto;
}
.dtOpenCalIcon{
	padding: 6px 6px 7px 6px;
    float: left;
    position: absolute;
    z-index: 1;
    margin: 7px 0px 0px 40px !important;
    border-radius: 3px;
    cursor: pointer;
}
.dtOpenCalIcon:hover{
	background-color: #FE0211;
}
.closeBtnText{
	top: -1px;
    right: 12px;
    display: none;
    padding: 0px 5px;
    width: 18px;
    height: 18px;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    color:#8a8a8a;
    cursor: pointer;
}
.divResults {
	border: 1px solid #e2e2e2;
	margin: 0px 5px 5px 0px;
	overflow: hidden;
}
.divResultEnd {
	display:none;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	color: #bababa;
	/*text-shadow: 2px 2px 3px #888888;*/
	padding: 10px;
	margin:0px 10px;
	border-top: 2px solid #999999;
}
.srchResultMain{
	padding: 5px 0px 20px 0px;
	font-size: 14px;
	position: relative;
	/*cursor: pointer;
	clear:both;*/
}
.srchResultMain:hover{
/*	background-color: #f3f3f3;*/
}
.srchResultMain .srchSpnNumbers{
	font-size: 30px;
	font-weight: bold;
	color: #f3f3f3;
	text-shadow: 2px 2px 4px #434343;
	position: absolute;
	margin: 5px 8px;
	display: none;
}
.srchResultMain .srchResImgCover{
	position: relative;
    width: 100%;
    height: 0px;
    padding-top: 51%;
    overflow: hidden;
	border-radius: 5px;
}
.srchResultMain .srchResImg{
	width: inherit;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	/*border-radius: 8px;*/
}
.srchResultMain .srchInfoCover{
	overflow: hidden;
}
.srchResultMain .srchOvrRating{
	display: none;
}
.srchResultMain .srchPlCatTitle{
	-webkit-line-clamp: 1;
    display: -webkit-box;
    color: #FE0211;
    padding: 10px 10px 0px 10px;
    font-size: 13px;
}
.srchResultMain .srchTitle {
	font-weight:900;
	font-size:22px;
	padding:10px 10px 0px 10px;
	color: #464646;
}
.srchResultMain .expert_rating_text{
	color: #bababa;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-style: normal;
	float: none;
	display: block;
}
.srchResultMain .expert_rating_icon{
	float: left;
	transform: scale(0.8);
	margin: -6px 0px 0px -30px;
	display: inline-block;
	position: absolute;
}
.srchResultMain .srchStars{
	float: right;
	font-weight: 500;
	font-style: normal;
}
.srchResultMain .srchStars i{
	color:#FE0211;
	position: relative;
	top: 3px;
	left: 6px;
}
.srchResultMain .expert_rating_stars .srchStars i{
	color:#464646;
}
.srchResultMain .expert_rating_stars .ratingValDisp{
	color:#464646;
}
.srchResultMain .user_rating_stars .srchStars i{
	color:#bababa;
}
.srchResultMain .user_rating_stars .ratingValDisp{
	color:#bababa;
}
.srchResultMain .reviewCount , .srchResultMain .srchCategories{
	display: none;
}
.srchResultMain .srchRevInfo{
	float: left;
	width:calc(100% - 165px);
	overflow: hidden;
}
.srchResultMain .srchRevCat{
	color: #bababa;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    margin-right: 12px;
    padding-top: 10px;
    width: 152px;
}
.srchResultMain .srchURL{
	padding:0px 10px;
}
.srchResultMain .srchURL:hover {
	color: #FE0211;
}
.srchResultMain .srchAddress{
	padding:0px 10px;
}
.srchResultMain .srchTel{
	padding:0px 10px;
}
.srchResultMain .srchTel:hover {
	color: #FE0211;
}
.srchResultMain .srchTel a{
	text-decoration: none;
	color:inherit;
}
.srchResultMain .srchContent{
	display: none;
}
.srchResultMain .srchSocial{
	display: none;
}
.srchResultMain .srchInGuide{
    font-size: 12px;
    color: #FE0211;
    padding: 20px 10px 0px 10px;
    font-weight: 500;
}
.srchResultMain .divbtnCover{
	display: none;
}

.srchResultMain .srchChkBox{
	margin: 5px;
    background: url(/images/chkUnSelected.png) 3px 3px / 20px no-repeat #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border-radius: 4px;
}

.srchResultMain .srchChkBoxSel{
	background-image: url(/images/chkSelected.png);
}
.srchRegionHdr{
	font-weight:700;
	font-size:18px;
	padding:10px 10px 10px 10px;
	color: #8a8a8a;
}
.srchPgResults{
	text-align: right;
	padding: 15px 40px 15px 0px;
	display: none;
	background-color: #f8f8f8;
	overflow: hidden;
}
.srchPgResNum{
	color: #8a8a8a;
}
.srchPgResLeft, .srchPgResRight{
	background-image: url("/images/arrow_black.png");
	background-size: 20px 16px;
	display: inline-block;
	height: 16px;
	margin-top: 2px;
	vertical-align: top;
	width: 9px;
	cursor: pointer;
	margin-left: 14px;
	padding: 0px 4px 0px 4px;
}
.srchPgResLeftCover, .srchPgResRightCover{
	cursor: pointer;
}	
.srchPgResRight{
	background-position: -11px 0;
}
.srchPgResDisabled{
	pointer-events: none;
	opacity: 0.38;
}
.srchMarkerInfo{
	width: 150px;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.srchMarkerInfo .srchSpnNumbers{
	font-size: 18px;
	font-weight: bold;
	color: #f3f3f3;
	text-shadow: 2px 2px 4px #434343;
	position: absolute;
	margin: 5px 8px;
	display: none;
}
.srchMarkerInfo .srchResImgCover{
	position: relative;
    width: 150px;
    height: 0px;
    padding-top: 51%;
    overflow: hidden;
	border-radius: 5px;
}
.srchMarkerInfo .srchResImg{
	width: inherit;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	/*border-radius: 5px;*/
}
.srchMarkerInfo .srchResSocialCoverTop,
.srchMarkerInfo .srchResSocialCoverBtm{
	display: none !important;
}
.srchMarkerInfo .srchInfoCover{
	overflow: hidden;
}
.srchMarkerInfo .srchTitle {
	font-weight:900;
	font-size:14px;
	max-height:34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0px;
}
.srchResultMain .srchAbout{
	color:#FFFFFF;
	padding: 54px 0px 54px 95px;
	font-size:30px;
	font-weight:700;
}
.srchMarkerInfo .expert_rating_text{
	color: #bababa;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	float: none;
	display: block;
	padding-left: 18px;
}
.srchMarkerInfo .expert_rating_icon{
	float: left;
	transform: scale(0.6);
    margin: -9px 0px 0px -26px;
	display: inline-block;
	position: absolute;
}
.srchMarkerInfo .srchStars{
	display: block;
	float: none;
}
.srchMarkerInfo .srchStars i{
	color:#FE0211;
	font-size: 11px;
}
.srchMarkerInfo .srchStars span{
	display: none;
}
.srchMarkerInfo .srchStars .reviewCount{
	color: #464646;
    top: -2px;
    font-size: 11px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    float:none;
    font-style: italic;
}
.srchMarkerInfo .srchCategories{
	display: block;
}
.srchMarkerInfo .srchRevInfo{
	float: left;
	overflow: hidden;
}
.srchMarkerInfo .srchRevCat{
	display: none;
}
.srchMarkerInfo .srchURL{
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px;
}
.srchMarkerInfo .srchURL:hover {
	color: #FE0211;
}
.srchMarkerInfo .srchAddress{
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px;
}
.srchMarkerInfo .srchTel{
	overflow: hidden;
	text-overflow: ellipsis;
	padding:0px;
	text-decoration: none;
}
.srchMarkerInfo .srchTel:hover {
	color: #FE0211;
}
.srchMarkerInfo .srchTel a{
	text-decoration: none;
	color:inherit;
}
.srchMarkerInfo .srchContent{
	display: none;
}
.srchMarkerInfo .divbtnCover{
	display: none;
}
.srchMarkerInfo .srchChkBox{
	display: none;	
}

.srchMarkerInfo .igSocial {
	-ms-transform: scale(0.6); /* IE 9 */
    -webkit-transform: scale(0.6); /* Safari */
    transform: scale(0.6);
    margin-left: -25% !important;
}
.srchPlaceMarkerInfo{
	width: 200px;
	cursor: pointer;
}
.srchPlaceMarkerInfo .photo {
    margin: 0px !important;
    padding: 0px !important;
}
.srchPlaceMarkerInfo .plUserInfo,
.srchPlaceMarkerInfo .srchResSocialCoverTop,
.srchPlaceMarkerInfo .srchResSocialCoverBtm{
	display: none !important;
}
.srchResultImgOvrGrey{
	position: absolute;
	background-color: #8a8a8a;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .15;
	display: none;
}
.srchResultImgOvrPurple{
	position: absolute;
	background-color: #FE0211;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .1;
	display:none;
	/*border-radius: 8px;*/
}
.srchResultImgOvrBlue{
	position: absolute;
	background-color: #178ccb;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .1;
	display: none;
}
.srchResObjType{
	color: #ffffff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: 700;
    /*text-shadow: 1px 1px #8a8a8a;*/
}
.srchResObjTypeFeed{
	bottom: 2px;
	right: 8px;
}
.srchResTxtOvrImage{
	top: 15px;
	left: 15px;
	right: unset;
	bottom: unset;
	font-size: max(1.31vw, 15px);
	font-weight: 500;
	text-align: left;
	line-height: 26px;
	padding-right: 15px;
}
/* search Screen */
/* guides page */
.guideTab{
	overflow: hidden;
}
.guidesCoverDiv{
	overflow: hidden;
	min-height: calc(100vh - 135px);
	padding-left: 15px;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
}
.gCarMainCover{
    overflow: hidden;
    position: relative;
    padding: 0px 78px 0px 78px;
}
.gCarHdr{
	text-align: left;
	font-weight: 900;
	color: #464646;
	font-size: 28px;
	line-height: 30px;
	margin: 0px 0px 0px 15px;
	padding: 54px 0px 54px 0px;
	display: inline-block;
}
.gCarHdrSM{
	float: right;
    font-size: 12px;
    font-weight: 300;
    color: #bababa!important;
    padding-right: 20px;
    cursor: pointer;
}
.gCarHdrSMImg {
	width: 80px;
	height: 49px;
	object-fit:contain;
	float: right;
	cursor: default;
	margin: 43px 20px 0px 0px;
}
.divGuideFilter div{
	margin-top: 10px;
}
.fldGuideFilterLbl {
	line-height: 25px;
	font-size: 14px;
	color: #bababa;
	padding-right: 5px;
	display: inline-block;
	font-weight: 500;
}
.fldGuideFilterTxt {
	height: 35px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	width:168px;
	padding: 0px 5px;
}
.srchSubHdr {
	font-weight:700;
	font-size:22px;
	padding:10px 10px 0px 10px;
	color: #8a8a8a;
	border-top: 1px solid #e2e2e2;
}
.placeListMain{
	padding: 5px 5px 20px 5px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    float: left;
    width: 33.33%;
    /*white-space: nowrap;
    min-height: 180px;*/
    overflow: hidden;
}
.placeListMain:hover{
	background-color: #f3f3f3;
}
.feedStyle0 .placeListMain:hover{
	background-color: transparent;
}
.pgHdrInner .placeListMain{
	padding: 0px;
}
.pgHdrInner .srchInfoCover{
	padding: 0px 15px 5px 15px;
	background-color: #FFFFFF;
}
.placeListMain .srchSpnNumbers{
	font-size: 30px;
	font-weight: bold;
	color: #f3f3f3;
	text-shadow: 2px 2px 4px #434343;
	position: absolute;
	margin: 5px 8px;
	display: none;
}
.placeListMain .srchResImgCover{
	position: relative;
    width: 100%;
    height: 0px;
    padding-top: 51%;
    overflow: hidden;
	border-radius: 5px;
}
.placeListMain .srchResImg{
	width: inherit;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	/*border-radius: 8px;*/
}
.placeListMain .srchPlCatTitle{
	-webkit-line-clamp: 1;
    display: -webkit-box;
    color: #FE0211;
    padding: 10px 10px 0px 10px;
    font-size: 13px;
}
.placeListMain .srchTitle {
	font-weight:900;
	font-size:22px;
	padding:10px 10px 0px 10px;
	color: #464646;
}
.placeListMain .srchSrNo{
	float:left;
}
.placeListMain .sage_rating_stars,
.placeListMain .expert_rating_stars,
.placeListMain .user_rating_stars{
	padding-left: 16px;
}
.placeListMain .expert_rating_text{
	padding-left: 33px;
	color: #bababa;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-style: normal;
	float: none !important;
	display: inline-block;
}
.placeListMain .expert_rating_icon{
	float: left;
	transform: scale(0.8);
	margin: -6px 0px 0px -30px;
	display: inline-block;
	position: absolute;
}
.placeListMain .srchStars{
	font-size: 14px;
	float: none;
	font-weight: 500;
	margin-left: -5px;
}
.placeListMain .srchStars i{
	color:#FE0211;
	font-size: 14px;
}
.placeListMain .expert_rating_stars .srchStars i{
	color:#464646;
}
.placeListMain .expert_rating_stars .ratingValDisp{
	color:#464646;
}
.placeListMain .user_rating_stars .srchStars i{
	color:#bababa;
}
.placeListMain .user_rating_stars .ratingValDisp{
	color:#bababa;
}
.placeListMain .srchURL{
	padding:0px 10px;
}
.placeListMain .srchURL:hover {
	color: #FE0211;
}
.placeListMain .srchAddress{
	padding:0px 10px;
}

.placeListMain .srchTel{
	padding:0px 10px;
}
.placeListMain .srchTel:hover {
	color: #FE0211;
}
.placeListMain .srchTel a{
	text-decoration: none;
	color:inherit;
}
.placeListMain .reviewCount{
	font-size: 13px;
	color:#464646;
	position: relative;
	top: 0px;
	left: 8px;
	font-weight:500;
}
.placeListMain .divbtnCover {
	display: none;
}
.eventListMain .srchResImgCover{
	padding-top: 100%;
	border-radius: 0px;
}
.reg-disabled-opt-hdr{
	color: #8a8a8a;
	font-size: 16px;
	font-weight: 500;
}
.regHdrImg{
	width: 100%;
    height: 380px;
    object-fit: cover;
    margin: 0px 0px 15px;
    display: block;
}
.regHdrImgBlur{
	-webkit-filter: blur(4px); /* Safari 6.0 - 9.0 */
    filter: blur(4px);
}
.regHdrTitle{
	font-weight: 900;
	font-size: 40px;
	line-height: 55px;
	color:#464646;
}
.regHdrDate{
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color:#bababa;
}
.regHdrWeatherTxt{
	font-weight: 500;
	font-size: 18px;
	color:#8a8a8a;
	position: relative;
	top: -5px;
}
.regHdrWeatherIco{
	font-weight: 500 !important;
	font-size: 30px;
	/*line-height: 55px !important;*/
	color:#8a8a8a;
}
/* guides page */

/* indiviual Guide page */
.divGCreatorCover{
	margin: 10px 10px 10px 10px;
	overflow:hidden;
}
.divIGNavBar .navSpan{
	padding-left: 15px;
	display: block;
}
.divIGNavBar{
	clear:left;
	padding:5px 0px 0px 5px;
	background-color: #f8f8f8;
    width: 200px;
    height: calc(100vh - 95px);
    z-index: 5;
    top:82px;
    float: left;
}
.divIGNavBarSpacer{
	float:left;
	width:200px;
	display: none;
}
.divIGSpacer{
	width:100%;
	height:15px;
	top:65px;
	z-index:9;
	background-color: #ffffff;
}
.igTopImage{
	position: relative;
}
.igTopImageSrc{
	width:100%;
	height:500px;
	object-fit: cover;
	margin: 15px 0px 0px 0px;
	display: block;
}
.igTopImage .igRegname, .igTopImage .igUserName, .igTopImage .igTitle{
	position: absolute;
	color:#ffffff;
	width: calc(100% - 40px);
	text-align:center;
}
.igTitle{
	font-size: 45px;
    margin-top: -420px;
    padding: 0px 50px;
	line-height: 50px;
}
.igRegname{
	font-size: 25px;
    margin-top: -200px
}
.igTopImage:hover .igSocialTopImage{
	display: block;
}
.igSocialTopImage{
	overflow: hidden;
    margin: 30px auto;
    background-color: #ffffff;
    transform: scale(2);
    width: 150px;
    opacity: .8;
    border-radius: 20px;
    display: none;
}
.igUserName{
    font-size: 24px;
    margin-top: -325px;
}
.spnRevRate{
	cursor: pointer;
	display: inline-block;
}
.spnRevRate:hover{
	font-weight: 700;
}
.igSocial{
	margin:50px 0px 20px 10px;
	overflow:hidden;	
}
.igSocial .igCover{
	float:left;
	text-align: center;	
	padding: 0px 3px;
	cursor: pointer;
	opacity: 0.38;
}
.igSocial .igCoverExtra {
	float:right;
}
.igSocial .igCover:hover{
	opacity: 0.9;
}

.divCrGPlaces .igSocial {
	display: none;
}
.divCrGPlaces .igSocial .igCover{
	cursor: default;
	opacity: 0.2;
	pointer-events: none;
}
.divCrGPlaces .igSocial .igCover:hover{
	opacity: 0.2;
}
#div_Places_inner .placeListMain, 
.divCrGPlaces .placeListMain {
	/*min-height: 185px;*/
	width: calc(100% / var(--sg-place-list-itm-no));
	max-width: 526px;
}
.lblInfoCover{
	max-width: calc(526px * var(--sg-place-list-itm-no));
}
.lblInfoDesc{
	padding: 10px;
}
#div_inner_Events .placeListMain,
#div_Events_inner .placeListMain {
	/*min-height: 185px;*/
	width: calc(100% / var(--sg-event-list-itm-no));
	max-width: 526px;
}
.divCrGPlaces .placeListMain .divbtnCover,
.expGuideMain .recomListingMain .divbtnCover {
	display: block;
}
.igSocialL, .igSocialC, .igSocialS, 
.igSocialLk, .igSocialT, .igSocialW,
.igSocialH, .igSocialA, .igSocialSt, 
.igSocialM, .igSocialSa, .igSocialF, 
.igSocialCk, .igSocialUp, .igSocialUpld, 
.igSocialSrch, .igSocialCont, .igSocialEF,
.igSocialMenu, .igSocialP, .igSocialTrash, 
.igSocialArwDn, .igSocialArwUp, .igSocialArwRt, .igSocialCp{
	background-image: url("/images/iOS7_icons.png?v=1.1");
	width: 30px;
    height: 30px;
    background-size: 1000%;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto;
}
.igSocial .igCoverSel{
	opacity: 1;
}
.igSocial .igCoverSel:hover{
	opacity: 0.38;
}
.igSocial .igCoverSel .igSocialL, .igSocial .igCoverSel .igSocialC, .igSocial .igCoverSel .igSocialS, 
.igSocial .igCoverSel .igSocialLk, .igSocial .igCoverSel .igSocialT, .igSocial .igCoverSel .igSocialW,
.igSocial .igCoverSel .igSocialH, .igSocial .igCoverSel .igSocialA, .igSocial .igCoverSel .igSocialSt, 
.igSocial .igCoverSel .igSocialM, .igSocial .igCoverSel .igSocialSa, .igSocial .igCoverSel .igSocialF, 
.igSocial .igCoverSel .igSocialCk, .igSocial .igCoverSel .igSocialUp, .igSocial .igCoverSel .igSocialUpld,
.igSocial .igCoverSel .igSocialSrch, .igSocial .igCoverSel .igSocialMenu, .igSocial .igCoverSel .igSocialP,
.igSocial .igCoverSel .igSocialTrash,
.igCoverSel .igSocialCont{
    background-image: url(/images/iOS7_icons_sel.png?v=1.1);
}
.igSocialL{
	/* love icon - heart image */
	background-position: -151px -160px;
} 
.igSocialC{
	/* comment icon - bubble image */
	background-position: 4px -160px;
} 
.igSocialS{
	/*share icon - download image */
	background-position: -119px -68px;
}
.igSocialLk{
	/* like icon - thumbsup image */
	background-position: -119px -344px;
}
.igSocialT{
	/* trust icon - flag image */
	background-position: -119px -35px;
}
.igSocialW{
	/* wow icon - horn image */
	background-position: -182px -281px;
}
.igSocialH{
	/* helpful Icon - info image */
	background-position: -274px -35px;
}
.igSocialP{
	/* add Icon - plus image old icon */
	background-position: -243px -66px;
    cursor:pointer;
}
.igSocialA{
	/* add Icon - Bookmark image */
	background-position: -247px -35px;
}
.igSocialSt{
	/* review Icon - star image */
	background-position: -213px -5px;
}
.igSocialM{
	/* message Icon - paper plane image */
	background-position: -150px -281px;
}
.igSocialSa{
	/* save Icon - download image */
	background-position: -150px -68px;
}
.igSocialF{
	/* follow Icon - android share image */
	background-position: 1px -5px;
}
.igSocialCk{
	/* check-in Icon - key image */
	background-position: 4px -220px;
}
.igSocialUp{
	/* upload Icon - upload image */
	background-position: -120px -66px;
}
.igSocialUpld{
	/* upload Camera Icon - upload image */
	background-position: -273px -129px;
}
.igSocialSrch{
	/* search Icon - magnifier image */
	background-position: -120px -5px;
    cursor: pointer;
}
.igSocialCont{
	/* contacts Icon - address book image */
	background-position: -28px -313px;
}
.igSocialEF{
	/* badge with star Icon - badge with star image */
	background-position: -89px -251px;
}
.igSocialMenu{
	/* menu icon - book image */
	background-position: -151px -190px;
} 
.igSocialTrash{
	/* remove icon - trash can image */
	background-position: -181px -35px;
} 
.igSocialCp{
	background-position: -26px -5px;
}
.igSocialTick {
    background-position: -86px -254px;
}
.igExtSocial{
	overflow:hidden;	
}
.igExtSocial .igExtCover{
	float:left;
	text-align: center;	
	padding: 0px 0px;
	cursor: pointer;
	-webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.igExtSocial .igExtCover:hover{
	-webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.igExtSocialI, .igExtSocialT, .igExtSocialF, 
.igExtSocialG, .igExtSocialP, .igExtSocialL {
	background-image: url("/images/picons-social-red.png?v=1.1");
	width: 30px;
    height: 30px;
    background-size: 1300%;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto;
}
.igExtSocialI{
	/* instagram icon */
	background-position: -274px -110px;
} 
.igExtSocialT{
	/* twitter icon */
	background-position: -84px -9px;
} 
.igExtSocialF{
	/* facebook icon */
	background-position: -198px -9px;
}
.igExtSocialG{
	/* google plus icon */
    background-position: -433px -139px;
    background-size: 1600%;
}
.igExtSocialP{
	/* pinterest icon */
	background-position: -85px -110px;
}
.igExtSocialL{
	/* linbkedin icon */
	background-position: -9px -43px;
}

.nbs-flexisel-item .igSocial .igCover {
    opacity: 1;
    background: rgba(255,255,255,.9);
    border-radius: 50px;
    padding: 2px;
}

.nbs-flexisel-item .igSocial .igCover:hover {
    background-color: rgba(237,78,28,1);
}

.nbs-flexisel-item .igSocial .igCoverSel {
    opacity: 1;
    background: rgba(0,0,0,.4);
    border-radius: 50px;
    padding: 2px;
}

.nbs-flexisel-item .igSocial .igCoverSel:hover {
    background-color: rgba(0,0,0,1);
}

.divIGMain{
	background-color: #FFFFFF;
}
.divIGMain .igAbout{
	overflow: hidden;
	clear: both;
	padding: 20px 0px 20px 25px;
	color: #8a8a8a;
}
.divIGMain .igAbout .igAboutTitle{
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: 500;
}
.divIGMain .igAbout .igAboutDesc{
	font-size: 14px;
	line-height:18px;
	padding-bottom: 20px;
	font-weight: 400;
	text-align: justify;
	width:800px;
}
#addPlMap .igSocial {
    display: none;
}

#addPlMap .divbtnCover {
    display: block;
    clear: both;
}

#addPlMap .srchMarkerInfo .divbtnCover {
	margin: 0px 0px 0px -5px;
	-ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8); /* Safari */
    transform: scale(.8);
    transform-origin: left top;
}
.crgSelect {
	margin: 0px 402px 0px 20px;
    width: 150px;
}
.crgCsvUpld{
	overflow: hidden;
    margin-top: 20px;
    margin-left: 525px;
    display: block;
}
.crgFileUlpd{
	float: left;
	border: 1px solid #8a8a8a;
	height: 150px;
	margin-right: 10px;
	position: relative;
    background-color: #bababa;
}
.crgFileUlpd div{
	position: relative;
}
.crgFileUpldLabel{
	padding: 10px 0 5px 10px;
    position: relative;
    color: #ffffff;
    text-shadow: 1px 1px #8a8a8a;
}
.crgFileUpldImg{
	position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.crgFileUpldLar{
	width: 390px;
}
.crgFileUpldLar div{
	width: 200px;
	margin: 10px 100px 0 100px;
}
.crgFileUpldMed{
	width: 281px;
}
.crgFileUpldMed div{
	width: 150px;
	margin: 10px 70px 0 70px;
}
.crgFileUpldSma{
	width: 150px;
}
.crgFileUpldSma div{
	width: 100px;
	margin: 10px 25px 0 25px;
}
.spnPlstOpt {
    width: 154px;
    display: inline-block;
    padding-left: 30px;
}
.plDetAdvCover{
	display: none;
	position: absolute;
	width: 160px;
	border: 1px solid #000000;
	z-index: 1;
	margin: -28px 0px 0px -35px;
	line-height: 25px;
}
.plDetAdvInner{
	margin-top: 33px;
	background-color: #ffffff;
	border-top:1px solid #f2f2f2;
	padding: 10px 4px 4px 4px;
}
.plDetChkBox:hover .plDetAdvCover{
	display: block;
}
/* indiviual Guide page */

.btnCrGuide {
	font-weight: 400;
	width: 160px;
	text-align: center;
	padding: 0px;
}
.btnMakeReserve{
	margin: 10px 0px 0px 0px;
    width: 160px;
    padding: 0px;
    text-align: center;
    font-size: 16px;
}
.plOpenMainCover{
    margin: 9px 0px 0px 279px;
    font-size: 14px;
}
.plOpenCover{
	margin-bottom: 10px;
	overflow: hidden;
}
.plOpenCoverSel{
	font-weight: 800;
}
.plOpenCoverHidden{
	display: none;
}
.plOpenDay {
    float: left;
    width: 130px;
    clear: left;
}
.plOpenTime{
	float: left;
}
/*experience page*/
.evtDetMainCover{
	padding: 10px 0px 10px 0px;
	margin-left: 15px;
	border: 1px solid #e2e2e2;
	overflow:hidden;
	border-bottom: 0; 
	border-top: 0;
}
.evtDetCntCover{
	margin: 9px 0px 0px 210px;
    font-size: 14px;
    width: 330PX;
    text-align: justify;
    line-height: 22px;
}

.expDetails{
	margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #8a8a8a;
}
.expDetails div{
	margin-top: 10px;
}
/*experience page*/
/* ATG overlay */
.ATGMain {
	padding: 15px 10px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #ffffff;
    width: 770px;
    position: relative;
}
.ATGTitle {
	text-align: center;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #464646;
}
.ATGCover{
	border:1px solid #ccc;
	overflow: hidden;
}
.ATGLeft {
	float: left;
    width: 350px;
    padding: 10px;
}
.ATGRight {
	float: left;
    width: calc(100% - 350px);
    padding: 10px 0px 0px 0px;
    border-left: 1px solid #ccc;
}
.ATGLeft .srchResultMain {
   /* zoom: 0.63;
    -moz-transform: scale(0.63);*/
    -ms-transform: scale(0.63); /* IE 9 */
    -webkit-transform: scale(0.63); /* Safari */
    transform: scale(0.63);
    transform-origin: top left;
    position: absolute;
    width:526px;
    padding-bottom: 0px;
    cursor: default;
}
.ATGLeft .srchResultMain:hover{
	background-color: #FFFFFF;
}
.ATGLeft .srchResultMain .srchResImg {
	
}
.ATGLeft .igSocial {
    display: none;
}
.ATGGuideRow{
	clear:both;
	overflow:hidden;
	background: url("/images/chkUnSelected.png")  no-repeat right 10px top 10px/15px;
	cursor: pointer;
	position: relative;
}
.ATGGuideRowSel{
	background-image: url("/images/chkSelected.png");
}
.rdb .ATGGuideRow{
	background-image: url("/images/rdbUnSelected_black.png");
}
.rdb .ATGGuideRowSel{
	background-image: url("/images/rdbSelected.png");
}
.noSel .ATGGuideRow,
.ATGRowDisabled {
	background-image: none;
	cursor: default;
}
.noSel .ATGGuideRowSel{
	background-image: none;
	cursor: default;
}
.ATGGuideRow:hover{
	background-color: #f3f3f3;
}
.ATGGuideN {
    line-height:109px;
    height:109px;
    font-size:18px;
    text-align: left;
    font-weight:500;
    color: #8a8a8a;
    overflow: hidden;
    margin:10px 0px 10px 0px;
}
.ATGGuideN span{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.ATGGuideExists{
	position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    color: #bababa;
    font-style: italic;
}
.ATGImgCover {
	float:left;
	width:73px;
	height:109px; 
	margin: 10px;
}
.ATGImgCover img {
	width:inherit;
	height:inherit;
	object-fit:cover;
	border-radius:8px;
}
/* ATG overlay */

/* Guide selection overlay */
.GSGuideRow:after{
	content: " ";
	background: url("/images/rdbUnSelected.png")  no-repeat 0px 0px / 18px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right:10px;
	width: 18px;
	height: 18px; 
}
.GSGuideRowSel:after{
	background-image: url("/images/rdbSelected.png");
}
/* Guide selection Overlay */

/* rating overlay */
.getRating i{
	color:#FE0211;
	font-size: 28px;
	cursor: pointer;
}
/* rating overlay */
/* activity page */
.divActMain {
	overflow: hidden;
	padding: 20px 0px 20px 15px;
	font-size: 14px;
	position: relative;
	min-height: 100vh;
}
.divActItmCover{
	overflow: hidden;
	margin:5px 0px 30px 15px;
}
.divActItmLeft{
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.divActMain .divUserIcon{
	 border-radius:50px;
	 width:30px;
	 height:30px;
	 float:left; 
	 border: 0px solid #bababa;
	 margin:0px 10px 0px 0px;
	 cursor:pointer;
}
.divActNoData{
	text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #bababa;
}
.divActTop tb {
    font-weight: 700;
    cursor: pointer;
}
/* activity page */
/* add place from google */
.bdANPdisp{
	width: 1300px;
	margin:0px auto;
}
.ANPMain .srchResultMain .srchStars i ,
.ANPMain .srchResultMain .srchStars .ratingValDisp,
.dispExtRating .srchStars i ,
.dispExtRating .srchStars .ratingValDisp{
	font-style: normal;
	color:#bababa;
}
.ANPMain .srchMarkerInfo .srchStars i,
.ANPMain .srchMarkerInfo .srchStars .ratingValDisp{
	font-style: normal;
	color:#bababa;
}

.ANPMain .srchResultMain .srchStarsSel i {
	color:#FE0211;
}
.ANPMain .srchMarkerInfo .srchStarsSel i{
	color:#FE0211;
}
.ANPMain .srchResultMain .srchStarsSel .ratingValDisp{
	font-style: normal;
	color:#464646;
}
.ANPMain .srchMarkerInfo .srchStarsSel .ratingValDisp{
	font-style: normal;
	color:#464646;
}
.divAPFoundSP{
	color: #f2f2f2;
    background-color: #464646;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
}
/* add place from google */

/* machine learnig page */
.chartContainer{
	width: calc( (100% - 45px) / 3);
    float: left;
    border: 1px solid #bababa;
    margin: 0px 0px 15px 15px;
    overflow: hidden;
    height: 200px;
}
.chartContainerBig{
	display: none;
	width: calc(100% - 15px);
    border: 1px solid #bababa;
    margin: 0px 0px 15px 15px;
    overflow: hidden;
}
.chartCoverBig{
	height: 400px;
}
.listCoverBig{
	margin: 10px
}
.listCoverBig td{
	pointer-events: none;
}
/* machine learnig page */
/* quick guide page */
.qgInfoCover{
	width: 482px;
    overflow: hidden;
    position: relative;
    margin-left: 30px
}
.qgCatListCover{
	display: block;
	overflow: hidden;
}
.qgCatListTitle{
	overflow: hidden;
}
#divResultsAdded .qgCatListTitle{
	cursor: pointer;
}
#divResultsAdded .qgCatListTitle:hover{
	background-color: #f3f3f3;
}
.qgCatListInfo{
	font-size: 12px;
	color:#bababa;
	margin-left: 114px;
}
.qgCatList{
	overflow: hidden;
}
.QGlstToggleCover{
	background: url('/images/listToggle.png') top right no-repeat;
	background-position-y:0px;
	height: 13px;
	margin: 2px 20px 1px 0px;
	text-align: right;
}
.QGlstToggleCoverSel{
	background-position-y:-14.6px;
}
.QGlstToggleBtn{
	width: 17px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
}
.placeQuickListMain{
	padding: 15px 5px 15px 5px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    width: 100%;
    /*white-space: nowrap;
    float: left;
    min-height: 180px;*/
    overflow: hidden;
}
.placeQuickListMain:hover{
	background-color: #f3f3f3;
}
.inIframeDisp .divResults .placeQuickListMain:nth-child(2),
.divResults .placeQuickListMain:nth-child(1) {
    padding-top:15px !important;
}
.placeQuickListMain .srchResImgCover{
	position: relative;
    width: 80px;
    height: 0px;
    padding-top: 15.5%;
    overflow: hidden;
    float: left;
    margin-left: 5px;
	border-radius: 5px;
}
.placeQuickListMain .srchResImg{
	width: inherit;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	/*border-radius: 5px;*/
}
.placeQuickListMain .srchInfoCover{
    overflow: hidden;
    padding-left: 24px;
}
.placeQuickListMain .srchOvrRating{
	display: none;
}
.placeQuickListMain .srchTitle {
	font-weight:900;
	font-size:16px;
	padding:0px;
	color: #464646;
	overflow: hidden;
}
.placeQuickListMain .srchAddress, 
.placeQuickListMain .srchTel, 
.placeQuickListMain .srchURL{
	padding:0px;
	overflow: hidden;
	font-size: 12px;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
	color: #bababa;
}
.placeQuickListMain .igSocial{
	margin-left: -8px !important;
}
.placeQuickListMain .srchSocial{
	display: block;
}
.placeQuickListMain .srchResSocialCoverTop,
.placeQuickListMain .srchResSocialCoverBtm{
	display: none !important;
}
.placeListMain .srchContent, 
.placeQuickListMain .srchContent,
.plDetInfo .srchContent{
	margin: 0px 0px 15px -24px;
	padding-left: 24px;
    font-size: 13px;
    line-height: 20px;
    color: #464646;
    position: relative;
    display: block;
    box-sizing: content-box;
    display: -webkit-box !important;
}
.placeListMain .srchContent{
	margin: 20px 0px 0px 1px;
}
.plDetInfo .srchContent{
	margin: 0px 0px 10px 1px;
}
.placeListMain .srchContent:before, 
.placeQuickListMain .srchContent:before,
.plDetInfo .srchContent:before {
	display: block;
    font-family: Georgia, serif;
    content: "\201C";
    font-size: 35px;
    position: absolute;
    left: 6px;
    top: 7px;
    color: #bababa;
}
.placeListMain .srchContent:after,
.plDetInfo .srchContent:after {
    display: inline-block;
    font-family: Georgia, serif;
    content: "\201D";
    font-size: 35px;
    position: absolute;
    bottom: -7px;
    color: #bababa;
}
.srchContentTrimmed{
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	max-height: 60px;
}
.srchContentTrimmed:after {
    display: none !important;
}
.feedStyle0 .srchContentTrimmed div p{
	margin: 0px;
}
.srchContentNoQuote:before,
.srchContentNoQuote:after {
	display: none!important
}
.placeQuickListMain .expert_rating_text{
	font-style: normal;
	font-size: 12px;
}
.placeQuickListMain .expert_rating_icon{
	float: left;
	transform: scale(0.7);
    margin: -9px 0px 0px -27px;
	display: inline-block;
	position: absolute;
}
.placeQuickListMain .srchStars {
	padding-right: 5px;
	padding-bottom: 2px;
}
.placeQuickListMain .srchStars i {
	font-size: 16px;
}
.placeQuickListMain .ratingValDisp {
	font-size: 13px;
}
.placeQuickListMain .srchRevInfo {
	float: left;
	width:calc(100% - 110px);
	overflow: visible;
}
.placeQuickListMain .srchRevCat {
	margin-right: 2px;
	font-size: 12px;
	padding-top: 0px;
	width: 107px;
}
/* quick guide page */
/* expert Guide Page */
.expGuideMain {
	margin-bottom: 20px;
	border: 1px solid #e2e2e2;
	padding:10px 0px 15px 15px;
	overflow: hidden;
	min-height: calc(100vh - 141px);
}
.expGuideCover{
	display: none !important;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.expGuideCoverSel{
	display: block !important;
}
.expHdrTitle{
	font-size: 28px;
	font-weight: 700;
	color:#8a8a8a;
}
.expFtrNxt{
	width: 120px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #FE0211;
    font-weight: 700;
    border: 3px solid #FE0211;
    border-radius: 4px;
    cursor: pointer;
    clear: both;
    float: left;
    position: absolute;
    bottom: 35px;
}
.expFtrNxt:hover{
	color: #ffffff;
    background-color: #515151;
    border-color: #515151;
}
.navSpanStepDone{
	background: url("/images/red_tick.png") right 5px top 6px / 11px no-repeat;
	pointer-events: initial !important;
}
.divEGNavBar .navSpan {
	pointer-events: none;
}
/* expert guide page */
/* posts listing */
.postsListingMain {
	width: calc(100% / var(--sg-posts-list-itm-no));
	padding: 0px 5px 0px 5px;
	/*max-width:526px;*/
	float: left;
	overflow:hidden;
	margin-top:10px;
	box-sizing:border-box;
}
.blogsSubListingMain {
	width: calc(100% / var(--sg-blogs-list-itm-no));
}
.booksSubListingMain {
	width: calc(100% / var(--sg-books-list-itm-no));
}
.podcastsSubListingMain {
	width: calc(100% / var(--sg-podcasts-list-itm-no));
}
.videosSubListingMain {
	width: calc(100% / var(--sg-videos-list-itm-no));
}
.moviesSubListingMain {
	width: calc(100% / var(--sg-movies-list-itm-no));
}
.tv_showsSubListingMain {
	width: calc(100% / var(--sg-tv_shows-list-itm-no));
}
.live_showsSubListingMain {
	width: calc(100% / var(--sg-live_shows-list-itm-no));
}
.musicsSubListingMain {
	width: calc(100% / var(--sg-musics-list-itm-no));
}
.productsSubListingMain {
	width: calc(100% / var(--sg-products-list-itm-no));
}
.srchResultMain .srchResImgCoverproducts {
	padding-top: 153%;
}
.srchResultMain .srchResImgCoverpodcasts,
.srchResultMain .srchResImgCovermusics,
.srchResultMain .srchResImgCoverapp,
.srchResultMain .srchResImgCovernfts  {
	padding-top: 100%;
}
.srchResultMain .srchResImgCovermovies,
.srchResultMain .srchResImgCoverbooks {
	padding-top: 143%;
}
.srchResultMain .srchResImgCovervideos,
.srchResultMain .srchResImgCoverlinks {
	padding-top: 56.3%;
}
.srchResultMain .srchResImgCovertv_shows {
	padding-top: 148%;
}
.srchResultMain .srchResImgCoverProdServ,
.srchResultMain .srchResImgCoverCollect {
	padding-top: 100%;
	box-shadow: 8px 8px 8px -4px #f2f2f2;
    border: 1px solid #f2f2f2;
}
.srchResultMain .srchResImgCoverProdServ1,
.srchResultMain .srchResImgCoverCollect1 {
	padding-top: 56.3%;
	box-shadow: 8px 8px 8px -4px #f2f2f2;
    border: 1px solid #f2f2f2;
}
.srchResultMain .srchResImgCoverbooks .srchResImg {
	object-fit: contain;
}
/* posts Listing */
/* social Listing */
.socialListingMain{
	width: calc(100% / var(--sg-social-list-itm-no));
	padding: 0px 5px 0px 5px;
	max-width:526px;
	float: left;
	overflow:hidden;
	margin-top:10px;
	box-sizing:border-box;
}
/* social Listing */
/* review Listing */
.reviewListingMain{
	width: calc(100% / var(--sg-review-list-itm-no));
	padding: 0px 5px 0px 5px;
	max-width:526px;
	float: left;
	overflow:hidden;
	margin-top:10px;
	box-sizing:border-box;
}
.socialListingMain .srchAddress,
.reviewListingMain .srchAddress{
	padding: 0px;
}
/* review Listing */
/* cart listing */
.cartListingMain{
	overflow:hidden;
	padding:5px;
}
.cartListingMain .objTitle{
	color: #464646;
    line-height: 23px !important;
    font-size: 16px !important;
    font-weight: 700;
}
.cartListingMain .objUserName{
	color: #464646;
    line-height: 19px !important;
    font-size: 12px !important;
    font-weight: 300;
}
.cartListingMain .objPrice{
	color: #5190ED;
    line-height: 19px !important;
    font-size: 14px !important;
    font-weight: 700;
}
.cardsdisplay{
    padding-left: 45px;
    line-height: 25px;
    margin: 5px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #464646;
    background-size: contain;
    background-position: left -3px;
    background-repeat: no-repeat;
}
/* cart listing */
/* recom Listing */
.recomListingMain{
	width: calc(100% / var(--sg-recom-list-itm-no));
	padding: 0px 5px 0px 5px;
	max-width:526px;
	float: left;
	overflow:hidden;
	margin-top:10px;
	box-sizing:border-box;
}
.recomListingMain .pollquestion{
    font-size: 13pt;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    color: #6d6d6d;
    display: -webkit-inline-box;
    min-height: 40px;
}
.recomListingMain .regTitle{
	text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 20pt;
    margin: 10px 0px;
    color:#6d6d6d;
}
.recomListingMain .recComment{
	font-size: 12pt;
    color: #858585;
}
.recomListingMain .recPlace{
	font-size: 10pt;
    margin: 10px 0px 10px 10px;
    color: #858585;
}
.recomCover .placeQuickListMain .srchRevInfo{
	width: 100%;
}
/* recom Listing */
/*message screen */
.MsgUserLst:hover{
	background-color: #f8f8f8;
}
.MsgUsrNew{
	margin:0px 5px 5px 5px;
	height: 34px;
	border: 1px solid #8a8a8a;
	border-radius: 4px;
	color:#8a8a8a;
	cursor: pointer;
}
.MsgUsrNew:hover{
	background-color: #FE0211;
    color: #ffffff;
}
.MsgUsrBtnTxt{
	float: left; 
	line-height: 34px; 
	padding-left: 7px; 
	font-size: 14px; 
	font-weight: 500; 
	color: inherit;
}
.ATGGuideT{
	display: none !important;
}
#msgHdrPanel .ATGGuideT{
	display: block !important;
    font-size: 12px;
    font-weight: 300;
}
.sgALoading{
	background: linear-gradient(to right, #FE0211 50%, #8a8a8a 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {background-position:right bottom;}
    to {background-position:left bottom;}
}

@keyframes mymove {
    from {background-position:right bottom;}
    to {background-position:left bottom;}
}
#btnShowContact{
	display: none;
}
/*message screen */
/* feed styling */
.feedStyle1, .feedStyle2, .feedStyle3, .feedStyle4, .feedStyle5, .feedStyle6 {
	margin-top:0px;
	float: left;
	overflow:hidden;
}
.feedStyle0{
	max-width: 617px;
    float: none;
    margin: 0 auto 54px auto;
}
.feedStyle1{
	width: 66.66%;
}
.feedStyle2, .feedStyle3{
	width: 33.33%;
}
.feedStyle4, .feedStyle6{
	width:50%;
}
.feedStyle5{
	width: 100%;
}
.feedStyle2, .feedStyle3{
	margin-top:0px;
	width: 33.33%;
	float: left;
	overflow:hidden;
}
.feedStyle0 .placeListMain:hover{
	border-radius: 42px 42px 0px 0px;
}
.feedStyle0 .srchResImgCover{
    height: auto;
    box-sizing: content-box;
    border-radius: 40px 40px 0px 0px;
    padding-top: 0px;
    line-height: 0px;
}
.feedStyle1 .srchResImgCover{
    height: 116px;
    box-sizing: content-box;
}
.feedStyle4 .srchResImgCover{
    width: 60%;
    float: left;
    padding-top: 33.3%;
}
.feedStyle5 .srchResImgCover{
    width: 65%;
    float: left;
    padding-top: 42%;
}
.feedStyle4 .srchResImg,
.feedStyle5 .srchResImg{
    width: 100%;
}
.feedStyle0 .srchTitle{
	font-size:22px;
	padding: 10px 5px 0px 4px;
}
.feedStyle1 .srchTitle{
	font-size:34px;
	padding: 10px 5px 0px 4px;
}
.feedStyle2 .srchTitle{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 5px 0px 4px;
	font-size: 34px;
}
.feedStyle3 .srchTitle{
	padding: 10px 5px 0px 4px;
	font-size: 30px;
}
.feedStyle4 .srchTitle{
	padding: 0px 5px 0px 4px;
	font-size: 24px;
}
.feedStyle5 .srchTitle{
	padding: 0px 5px 0px 4px;
	font-size: 34px;
}
.feedStyle6 .srchTitle{
	padding: 10px 5px 0px 4px;
	font-size: 34px;
}
.feedStyle2 .srchContent {
	display: none !important;
}
.feedStyle2 .srchRevPlaceTitle{
	display: none;
}
.feedStyle0 .placeListMain .srchResImg {
    position: relative;
    min-height: 415px;
}
#divNewsFeed .srchContent:after,
#div_Feed .srchContent:after{
	display: none;
}
.srchResSocialCoverTop{
	overflow: hidden;
    background-color: #FE0211;
    /*width: 81px;*/
    border-radius: 20px;
    position: absolute;
    /*top: calc(37.5% - 15px);
    left: calc(50% - 40px);*/
    top:5px;
    right:5px;
    display:none;
}
.srchResSocialCoverTop .igCover div{
	display: none;
}
.srchResSocialCoverTop .igSocial .igCover{
	opacity: 1;
	background-color: transparent;
	padding: 0px;
}
.srchResSocialCoverTop .igSocial .igCover:hover{
	opacity: .6;
	background-color: transparent;
}
.srchResSocialCoverTop .igSocialA {
	display: block !important;
	background-image: url("/images/iOS7_icons_white_red.png?v=1.1");
}
.srchResSocialCoverBtm{
	overflow: hidden;
    background-color: #ffffff;
    /*width: 108px;*/
    opacity: .8;
    border-radius: 20px;
    position: absolute;
    /*bottom: 5px;
    right: 5px;*/
    top:5px;
    left:5px;
    display:none;
}
.srchResSocialCoverBtm .igSocial .igCover{
	background-color: transparent;
	padding: 0px;
	opacity: 0.38
}
.srchResSocialCoverBtm .igSocial .igCover:hover{
	background-color: transparent;
	opacity: 0.9;
}
.srchResSocialCoverBtm .igSocialA {
	display: none;
}
.srchResSocialSaveTxt{
	float: left;
    line-height: 30px;
    padding: 0px 3px 0px 7px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.srchResImgCover:hover .srchResSocialCoverTop,
.srchResImgCover:hover .srchResSocialCoverBtm{
	display: block;
}
.feedStyle1 .srchResSocialCoverTop {
    
}
.igTopImage .srchResSocialCoverTop {
    transform: scale(1.2);
    transform-origin: top right;
    /*
    top: inherit;
    transform-origin: center top;
    margin-top: 15px;*/ 
}
.igTopImage .srchResSocialCoverBtm {
	transform: scale(1.2);
	/*transform-origin: right bottom;*/
	transform-origin: top left;
}
.srchCCDtCover {
    padding: 5px 0px 0px 5px;
    font-size: 12px;
    color: #bababa;
    font-weight: 300;
    line-height: 20px;
    overflow: hidden;
    height: 20px;
}
.srchActDateTime{
	float: right;
}
/* feed styling */
.width300{
	width: 300px;
}
.width140{
	width: 140px;
}
.width100{
	width: 100px;
}
.width200{
	width: 200px;
}
.width170{
	width: 170px;
}
.width250{
	width: 250px;
}

.btmBorder{
	border-bottom: 1px solid #c0c0c0;
}

.displayOn{
	display: block;
}
.displayOff{
	display: none;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.closeBtn{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    background-position: -243px -66px;
    background-image: url("/images/iOS7_icons.png?v=1.1");
    width: 30px;
    height: 30px;
    background-size: 1000%;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    opacity: 0.38;
    position: absolute;
    top:10px;
    right:10px;
}
.btnPlayButton{
	background: url("/images/video_play_128.png?v=1.1") no-repeat center center/15%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}
.btnPlayButton:hover{
	-webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.vp-sidedock{
	display: none!important;
}
/* for multiple input */
.multiple-val-input{
        height: auto;
        min-height: 34px;
        cursor: text;
}
.multiple-val-input ul{
    float: left;
    padding: 0;
    margin: 0;
}
.multiple-val-input ul li{
    list-style: none;
    float: left;
    padding: 3px 5px 3px 5px;
    margin-bottom: 3px;
    margin-right: 3px;
    position: relative;
    line-height: 13px;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.multiple-val-input ul li a{
    display: inline;
    color: #333;
    text-decoration: none;
}
.multiple-val-input ul li a, .multiple-val-input ul li div{
    display: inline;
    margin-left: 3px;
}
.multiple-val-input input[type="text"]{
    float: left;
    border: none;
    outline: none;
    height: 20px;
    min-width: 5px;
    width: 5px;
}
.multiple-val-input span.input_hidden{
    font-size: 14px;
    position: absolute;
    clip: rect(0,0,0,0);
}
/* places page */
.srchResLeft{
	float:left;
	width:calc(100% - 486px);
}
.srchResLeftNoMap{
	width:100%;
}
.srchResRight{
	float:left;
	height: calc(100vh - 135px);
	width:486px;
	margin-top:9px;
	position: fixed;
	right: 36px;
}
.srchResRightWorldMap{
	height:500px;
}
.btnShowHideMap{
	display:none;
	padding:0px;
	position:fixed;
	right:45px;
	top:124px;
	z-index:1;
	background:url('/images/mapbg.jpg') no-repeat;
}
.btnShowHideMapOff{
	padding:10px;
	position:absolute;
	right:0px;
	top:8px;
}
/* places page */
/* for embed */
.embed_tag {
    overflow: hidden;
    float: left;
}

/*social page*/
.revUserImageIco,
.socUserImageIco{
	border-radius:50px;
	width:40px;
	height:40px;
	float:left;
	margin: 0px 10px 10px 0px;
	border: 0px solid #bababa;
}
.socContentText{
	overflow:hidden;
	clear: left;
	padding: 0px 0px 0px 0px;
	margin-top: 10px; 
}
.socExternaltext{
	font-size: 14px;
	margin-top: 5px;
	font-weight: 400;
    color: #8a8a8a;
}
.divSocialOneItm .socialListingMain {
    max-width: 100%;
}
.divSocialOneItm .srchResImgCover {
    display: none;
}
.divReviewOneItm .revUserImageIco,
.divSocialOneItm .socUserImageIco{
	width:60px;
	height:60px;
}
.divSocialOneItm .socContentText{
	width: 66%;
}
.divSocialOneItm .socContentText .srchAddress{
	padding-left: 0px;
}
.divInstaOnTop .divSocialOneItm .socContentText,
.divInstaOnTop .divSocialOneItm .btnMakeReserve,
.divInstaOnTop .divSocialOneItm .socExternaltext,
.divInstaOnTop .divSocialOneItm .socPostDate,
.divInstaOnBtm .divSocialOneItm .socUserImageIco,
.divInstaOnBtm .divSocialOneItm .srchAddress,
.divInstaOff{
	display: none;
}
.divInstaOnBtm .divSocialOneItm .socialListingMain{
	padding: 0px !important;
	margin-top: 0px;
}
.divInstaOnBtm .divSocialOneItm .igSocial .igCover{
	opacity: 0.9;
	cursor: default;
}
.divInstaOnBtm .divSocialOneItm .socContentTextInsta .srchAddress {
	display: block;
}
/*social Page*/
/*review Page */
.revContentText{
	float: left;
	margin-bottom: 15px;
	text-align:left;
	clear:both;
}
.rrReviewerInfo{
	width: calc(100% - 192px); 
}
.rrReviewRatingInfo{
	max-width: 192px;
}
.rrReviewRatingInfo .ratingValDisp{
	font-size: 22px;
}
.revExtRatingCover{
	font-size: 14px;
}
.divplDetRev .socContentText,
.divplDetRev .revContentText{
	font-size: 12px;
	line-height: 13px; 
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 60px;
}
.divplDetRev .revExtLink{
	display: none;
}
.divplDetRev .revExtRatingCover{
	padding-left: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
    float: left !important;
    clear: both;
}
.divplDetRev .revReviewCount{
	display: none;
}
.divplDetRev .revExtRatingCover img{
	margin-bottom: 10px;
}
.divplDetRev .rrReviewerInfo{
	width: 100%; 
}
.divplDetRev .srchResImgCover{
	/*padding-top: 90%;*/
}
.divplDetRev .ratingValDisp,
.divplDetRev .srchStars{
	font-size: 13px;
}
.divplDetRev .srchStars i{
	font-size: 15px;
}
.cardMiniLayout .divplDetRev .rrReviewRatingInfo,
.cardMediumLayout .divplDetRev .rrReviewRatingInfo{
	max-width: 100%;
	float: left!important;
	margin-top: 10px;
}
.rrReviewerInfo .revPlaceTitle,
.revPlaceTitle{
	font-size: 14px;
	clear: left;
	padding: 0px;
	font-weight: bold;
	max-width: 335px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
}
.divReviewOneItm .reviewListingMain{
	float: none;
}
.divReviewOneItm .rrReviewerInfo .revPlaceTitle,
.divReviewOneItm .revPlaceTitle{
	font-size: 28px;
	font-weight: 900;
	max-width: 100%;
	padding: 0px;
    margin-bottom: 15px;
}
.divReviewOneItm .rrReviewerInfo,
.divReviewOneItm .revContentText{
	width:66%;
}
.rrReviewSpacer{
	float: left;
	margin: 0px 0px 30px 0px;
	width:100%;
}
/*review Page */
/* activity carousel */
.srchUserIconName{
	margin: 5px 0px 0px 5px;
}
.divActivityCar .srchUserIconName{
	margin: 5px 0px 0px 0px;
}
.divConnectLst .divActivityCar .srchUserIconName,
.divActivityCar .srchContent {
    display: none !important;
}
.divActivityCar .srchCCDtCover {
    padding-left: 0px;
}
.divActivityCar .srchResObjTypeFeed {
    bottom: 7px;
    right: 4px;
    font-size: 11px;
}
.divActivityCar .imgInfotxt{
	-webkit-line-clamp:1;
}
.divActivityCar .socialListingMain{
	margin: 10px !important;
	padding: 10px !important;
	width:auto !important;
	height: calc(100% - 20px);
}
/* activity carousel */
/* recommendations */
.recomCover{
	border: 1px solid #f2f2f2;
    padding: 0px 7px;
    border-radius: 5px;
}
.recomUserImageIco{
	border-radius:50px;
	width:40px;
	height:40px;
	float:left;
	margin: 0px 10px 0px 0px;
	border: 0px solid #bababa;
}
.recomUserSuggestedImageIco{
	border-radius:8px;
	width:75px;
	height:75px;
	float:left;
	margin: 0px 10px 0px 0px;
	border: 0px solid #bababa;
}
.recomRegionTitle{
	font-weight: 700;
    font-size: 22px !important;
    text-align: center;
    margin: 10px 0px;
    color: #8a8a8a;
    -webkit-line-clamp: 1;
    min-height: 23px;
}
.recomCommentHdr{
	overflow: hidden;
    line-height: 11px;
    font-size: 11px;
    color: #bababa;
    margin-bottom: 10px;
    text-align: center;
}
/* recommendations */
/*filters new navbar*/
.fltRegHdrDisp{
    float: left;
    margin-right: 15px;
    line-height: 33px;
    height: 35px;
}
.fltRegHdrDisp .srchBtn{
	margin: 0px;
	font-size: 13px;
	font-weight: 300;
	line-height: 33px;
	padding: 0 15px;
}
.fltRegOpt{
	background: url(/images/rdbUnSelected_grey.png) no-repeat left 5px top 2px/20px;
    cursor: pointer;
    position: relative;
    padding: 0px 15px 0px 35px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #464646;
    line-height: 24px;
}
.fltRegOptSel{
	background: url(/images/rdbSelected.png) no-repeat left 4px top 2px/20px;
}
.flt-reg-disabled-opt-hdr{
	clear: both;
    font-size: 21px;
    font-weight: 700;
    color: #8a8a8a;
    padding: 15px 5px 0px 5px;
}
.cardStyling{
	padding: 10px 10px 20px 10px;
	border: 1px solid #8a8a8a;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 5px 0px #8a8a8a;*/
    overflow: hidden;
    position: fixed;
    z-index: 9;
    background-color: #ffffff;
    display: none;
}
.plCityCountry{
	top:1px !important;
	text-overflow:ellipsis;
	white-space:nowrap; 
	overflow:hidden;
}
.hidePlaceCityCountry .plCityCountry{
	display: none !important;
}
/*filters new navbar*/
/*place details cards*/
.plDetBtnCover{
	overflow: hidden;
	clear: both;
	margin: 0px 0px 10px 0px;
	width:100%;
}
.plDetMain .srchResultMain{
	background-color: #ffffff;
}
.plDetMain .srchInfoCover{
	width: calc(100% + 15px);
    margin-left: -10px;
}
.plDetMain .srchRevCat .srchTitle{
	display: none;
}
.plDetCover .gCarUserTitle{
	display: none;
}
.plDetCover #div_Channel_inner .srchResImgCover {
    border-radius: 24px !important;
}
/*place details cards*/
/*add new post*/
.addNewPost .plDetMain .igSocial{
	display: none;
}
.srchBtnNPOpt {
    line-height: 25px;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    background-color: #f3f3f3;
    width: 86px;
    margin: 15px 11px 0px 0px;
    text-align: center;
}
.srchBtnNPOptSel {
    background-color: #FE0211;
    color: #FFFFFF;
}
.srchPlddImage{
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}
.srchPlddTxtCover{
	overflow: hidden;
	padding: 0px 10px 0px 5px;
}
.srchPlddTitle{
	font-weight: 700;
    font-size: 18px;
    padding: 0px 0px 0px 5px;
    color: #8a8a8a;
    overflow: hidden;
}
.srchPlItmCover{
	cursor: pointer;
    padding: 2px 0px !important;
    overflow: hidden;
    list-style-image: none !important;
    width: 482px !important;
    margin-right: 5px !important;
}
.srchPlItmCover:hover,
.srchPlItmCover:hover .srchPlddTitle,
.srchPlItmCover:hover .srchCCDtCover,
.srchPlItmCover .ui-state-focus .srchPlddTitle,
.srchPlItmCover .ui-state-focus .srchCCDtCover{
	background-color: #bababa !important;
	color: #ffffff !important;
}
.divLoveIco .igSocial .igCover{
	padding: 0px;
}
.divLoveIco .igSocial .igSocialA,
.divLoveIco .igSocial .igSocialSt,
.divLoveIco .igSocial .igSocialS{
	display: none;
}
.divLoveIco .igSocial .igSocialL{
	float: left;
}
/*add new post*/
/*card Layouts*/
.cardMiniLayout,
.cardMediumLayout{
	background-color: #f2f2f2;
}
.cardMiniLayout .divIGMain,
.cardMediumLayout .divIGMain{
	width: 528px;
    margin: 15px auto 20px auto;
    background-color: white;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 0px #8a8a8a;
}
.cardMiniLayout .igTopImageSrc,
.cardMediumLayout .igTopImageSrc{
	height: 415px;
}
.cardMiniLayout .divReviewOneItm .rrReviewerInfo,
.cardMediumLayout .divReviewOneItm .rrReviewerInfo{
    width: calc(100% - 200px);
}
.cardMiniLayout .divReviewOneItm .revContentText,
.cardMediumLayout .divReviewOneItm .revContentText,
.cardMiniLayout .divSocialOneItm .socContentText,
.cardMediumLayout .divSocialOneItm .socContentText{
    width: 100%;
}
.cardMiniLayout .divReviewOneItm .rrReviewerInfo .revPlaceTitle,
.cardMediumLayout .divReviewOneItm .rrReviewerInfo .revPlaceTitle,
.cardMiniLayout .divReviewOneItm .revPlaceTitle,
.cardMediumLayout .divReviewOneItm .revPlaceTitle{
	font-size:20px;
	line-height: 22px;
	white-space: normal;
}
.cardMiniLayout .rrReviewRatingInfo,
.cardMediumLayout .rrReviewRatingInfo{
	max-width: 200px;
}
.cardMiniLayout .rrReviewSpacer,
.cardMediumLayout .rrReviewSpacer{
	margin:0px;
}
.cardMiniLayout .divReviewOneItm .revContentText,
.cardMediumLayout .divReviewOneItm .revContentText {
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 60px;
    line-height: 20px;
    box-sizing: content-box;
    display: -webkit-box !important;
}
.cardLayout,
.flexLayout{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.cardLayout .socialListingMain,
.cardLayout .postsListingMain,
.cardLayout .reviewListingMain,
.cardLayout .recomListingMain{
	padding: 0 10px;
	box-sizing: border-box;
    /*box-shadow: 0px 0px 5px 0px #8a8a8a;*/
    border: .5px solid #f2f2f2;
    margin: 10px 15px 20px 15px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.cardLayout .socialListingMain .srchAddress,
.cardLayout .postsListingMain .srchAddress,
.cardLayout .reviewListingMain .srchAddress,
.cardLayout .recomListingMain .srchAddress{
	color: #333333;
}
.cardLayout .socialListingMain{
	width: calc((100% / var(--sg-social-list-itm-no)) - 30px);
}
.cardLayout .postsListingMain{
	width: calc((100% / var(--sg-posts-list-itm-no)) - 30px);
}
.cardLayout .blogsSubListingMain {
	width: calc((100% / var(--sg-blogs-list-itm-no)) - 30px);
}
.cardLayout .booksSubListingMain {
	width: calc((100% / var(--sg-books-list-itm-no)) - 30px);
}
.cardLayout .podcastsSubListingMain {
	width: calc((100% / var(--sg-podcasts-list-itm-no)) - 30px);
}
.cardLayout .videosSubListingMain {
	width: calc((100% / var(--sg-videos-list-itm-no)) - 30px);
}
.cardLayout .moviesSubListingMain {
	width: calc((100% / var(--sg-movies-list-itm-no)) - 30px);
}
.cardLayout .tv_showsSubListingMain {
	width: calc((100% / var(--sg-tv_shows-list-itm-no)) - 30px);
}
.cardLayout .live_showsSubListingMain {
	width: calc((100% / var(--sg-live_shows-list-itm-no)) - 30px);
}
.cardLayout .musicsSubListingMain {
	width: calc((100% / var(--sg-musics-list-itm-no)) - 30px);
}
.cardLayout .productsSubListingMain {
	width: calc((100% / var(--sg-products-list-itm-no)) - 30px);
}
.cardLayout .recipesSubListingMain {
	width: calc((100% / var(--sg-recipes-list-itm-no)) - 30px);
}
.cardLayout .nftsSubListingMain {
	width: calc((100% / var(--sg-nfts-list-itm-no)) - 30px);
}
.cardLayout .linksSubListingMain {
	width: calc((100% / var(--sg-links-list-itm-no)) - 30px);
}
.cardLayout .reviewListingMain{
	width: calc((100% / var(--sg-review-list-itm-no)) - 30px);
	padding-top: 15px;
}
.cardLayout .recomListingMain{
	width: calc((100% / var(--sg-recom-list-itm-no)) - 30px);
}
.cardLayout .ProdServSubListingMain,
.cardLayout .CollectSubListingMain,
.postsListingMain.linksSubListingMain.round{
    border: 0px;
}
.cardLayout .reviewListingMain .rrReviewSpacer{
	margin: 0px;
}
.cardLayout .socialListingMain .srchResImgCover,
.cardLayout .postsListingMain .srchResImgCover,
.cardLayout .reviewListingMain .srchResImgCover{
    border-radius: 0px;
}
.cardLayout .ProdServSubListingMain .srchResImgCoverProdServ,
.cardLayout .CollectSubListingMain .srchResImgCoverCollect{
	border-radius: 10px;
}
.cardLayout .ProdServSubListingMain .srchResImgCoverProdServ1,
.cardLayout .CollectSubListingMain .srchResImgCoverCollect1{
	border-radius: 5px;
}
.cardLayout .nftsSubListingMain.medium{
	border-radius: 20px;
	padding: 0px;
	box-shadow: 8px 8px 8px -4px #f2f2f2;
    border: 1px solid #f2f2f2;
}
.cardLayout .nftsSubListingMain.medium .sgMetaInfo{
	padding: 0px 10px;
}
.srchResImgCover.srchResImgCoverlinks.round{
    border-radius: 50%;
    padding-top: 100%;
}
.srchResImgCover.srchResImgCoverlinks.medium{
    padding-top: 153%;
}
.srchResImgCover.srchResImgCoverlinks.square{
    padding-top: 100%;
}
.srchResImgCover.srchResImgCoverlinks.small{
    padding-top: 56.3%;
}
.srchResImgCover.srchResImgCoverlinks.medium,
.srchResImgCover.srchResImgCoverlinks.square,
.srchResImgCover.srchResImgCoverlinks.small,
.srchResImgCover.srchResImgCoverlinks.minicard{
	border: 1px solid #f2f2f2;
    border-radius: 5px;
	box-shadow: 8px 8px 8px -4px #f2f2f2;	
}
.srchResImgCover.srchResImgCoverimages{
    border-radius: 0px;
    margin-top: 0px!important;
}
.srchResImgCover.srchResImgCoverimages.banner{
    padding-top: 41.7%;
}
.srchResImgCover.srchResImgCoverimages.minicard{
    padding-top: 153%;
}
.postsListingMain.linksSubListingMain.medium,
.postsListingMain.linksSubListingMain.square,
.postsListingMain.linksSubListingMain.small,
.postsListingMain.linksSubListingMain.minicard{
	border: 0px solid #CCCCCC;
}
.postsListingMain.imagesSubListingMain{
	padding: 0px;
	margin-top: 0px;
}
.srchResImgCover.srchResImgCovernfts.medium{
	margin-top: 0px !important;
}
.linksSubListingMain .srchAddress.medium,
.linksSubListingMain .srchAddress.square,
.linksSubListingMain .srchAddress.small{
    font-weight: 700;
    text-align: center;
}
.imagesSubListingMain .srchAddress{
    display: none;
}
.sgimagesbannerCarMainCover .nbs-flexisel-container{
	margin: 0px;
}
.sgimagesbannerCarMainCover .nbs-flexisel-nav-left, 
.sgimagesbannerCarMainCover .nbs-flexisel-nav-right{
	background-color: rgba(0,0,0,.6);
	width: 30px;
	height: 30px;
	border-radius: 50px;
	top: calc(50% - 15px);
}
.sgimagesbannerCarMainCover .nbs-flexisel-nav-left:hover, 
.sgimagesbannerCarMainCover .nbs-flexisel-nav-right:hover{
	background-color: rgba(0,0,0,.9);
}
/*card Layouts*/
/* generic overrides */
.reset:hover{
	background-color: #FFFFFF;
}
/* generic overrides */
/* sage apps overrides */
.sgAppLayout .divHdSpacer{
	height: 107px;
}
.sgAppLayout .btnShowHideMap{
	top:167px;
}
.sgAppLayout .btnShowHideMapOff{
	top:8px;
}
.sgAppLayout .divLeft
.sgAppLayout .divMapDisplay{
    height: calc(100vh - 128px);
}
.sgAppLayout .btnMapMenuTop{
	display: none;
}
.sgAppLayout .profDropDown{
	top:103px;
	max-height: calc(100vh - 128px);
}
/* sage apps overrides */
/* sage io overrides */
.sagemap-io .hdrMailIcon,
.sageplaces-io .hdrMailIcon{
	display: none;
}
.sagemap-io .divHdLoaderImg{
	right: 60px;
}
.sageplaces-io .divHdLoaderImg,
.sageplaces-com .divHdLoaderImg{
	right: 105px;
}
/*,
.sageplaces-io .navTopFilters,
.sageplaces-com .navTopFilters*/
.sageassist-io .navTopFilters{
	padding: 2px 0px 12px 199px;
}
.sageplaces-io .fltRegOptRed{
	font-weight: 500;
	color: #FE0211;
	
}
.navFilterOpt{
	display: none;
}
/* sage io overrides */

/* Find New Places Admin Page */
#find-places-container {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}

#find-places-config-row {
	min-width: fit-content;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	box-sizing: border-box;
	padding: 20px 10px;
}

#find-places-config-row-col {
	display: flex;
	flex-flow: column nowrap;
	flex: 2;
}

.find-places-config-row-input-container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 15px 15px;
	flex: 1;
}

.find-places-config-row-input-label {
	font-size: 10pt;
	font-weight: 600;
	min-width: 55px;
	max-width: 55px;
	margin-right: 10px;
}

.find-places-config-row-widget {
	padding: 0;
	display: inline;
	margin: 0;
	flex: 1;
}

.find-places-config-row-input {
	width: 100%;
	padding: 5px 5px;
	margin: 0;
	box-sizing: border-box;
	font-size: 10pt;
	color: #8a8a8a;
	height: auto;
}

#find-places-saved-searches-container {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px solid rgb(209, 209, 209);
	min-height: calc(100% - 30px);
	position: relative;
	overflow: scroll;
	max-height: 0px;
	min-width: 150px;
}

.find-places-saved-searches-entry {
	padding: 5px 5px;
	font-size: 9pt;
	font-weight: 600;
	color: rgb(151, 151, 151);
	cursor: pointer;
	min-width: 100%;
}

.find-places-saved-searches-entry.selected {
	background: rgb(230, 230, 230);
}

.find-places-saved-searches-entry:hover:not(.selected) {
	background: rgb(243, 243, 243)
}

#find-places-buttons-container {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	height: calc(100% - 30px);
	min-width: 250px;
}

#find-places-buttons-row {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

.find-places-button {
	padding: 10px;
	border-radius: 5px;
	font-size: 10pt;
	font-weight: 500;
	flex: 1;
	background: #E0DCDC;
	text-align: center;
	cursor: pointer;
	pointer-events: auto;
}

.find-places-button.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.find-places-button:hover:not(.disabled) {
	background: rgb(199, 195, 195);
}

.find-places-button-orange {
	background: rgb(216, 73, 41);
	color: white;
}

.find-places-button-orange:hover {
	background: rgb(201, 65, 35);
}

#find-places-results-container {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	margin: 5px 0px;
}

#find-places-results-header {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	font-size: 10pt;
	font-weight: 600;
	color: black;
	padding-bottom: 5px;
	border-bottom: 2px solid black;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.find-places-results-result {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	border: 1px solid rgb(143, 143, 143);
	border-radius: 5px;
	color: rgb(112, 112, 112);
	margin: 10px 0;
	padding: 10px;
	font-size: 10pt;
	font-weight: 400;
	width: 100%;
}

.find-places-results-result-value {
	flex: 1;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	padding-right: 10px;
}

.find-places-results-header-label {
	flex: 1;
	padding-right: 10px;
}

/*****************************************/
/******* NEIGHBORHOOD REGISTRATION *******/
/*****************************************/

.neighbor-reg-profpic-button {
	background: #DE4C22; 
	color: white;
	font-size: 10pt;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.neighbor-reg-profpic-button:hover {
	background: rgb(190, 64, 29);
}

.sdfldLabel{
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}
.sdfldInputTxt {
	font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Liberation Sans, Arial;
	font-size: 14px;
	border: 2px solid #f2f2f2;
	width:300px;
	margin-bottom: 15px;
	padding: 10px 15px;
	background-color: #f2f2f2;
	border-radius: 50px;
}

.sdfldInputTxt:focus{
	outline: none;
	border:2px solid #5190ED;
}
.sdfldInputTxt.onlyReadable{
	padding-right: 35px;
	background: url("/images/eid_expertid.png") no-repeat right 8px center/20px #F2F2F2;
}
.sdfldInputTxt.onlyReadable:focus{
	outline: none;
	border:2px solid #f2f2f2;
}

.sdfldInputCurr{
	border: 0px solid #F2F2F2;
	margin-bottom: 0px;
	padding: 10px 15px;
	background-color: #F2F2F2;
	border-radius: 50px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	width: 220px;
	line-height: 24px;
	color: #8a8a8a;
}

.sdfldInputCurr:focus{
	outline: none;
	border:0px solid #5190ED;
}
.sgCurrError{
	border: 0px solid #FE0211;
	background-color: #FE0211;
	color:#FFFFFF;
}
.sgCurrError:focus{
	border:0px solid #FE0211;
}
.sgCurrencyHandles{
	background: url("/images/up-down.png") no-repeat center center/40px #DDDDDD;
	margin: 12px;
    border-radius: 71px;
    cursor: pointer;
    display: inline;
    padding: 4px 12px;
}
.sgCurrencyHandles:hover{
	background-color: #464646;
}
.sgCurrencyHandles.priceDown{
	background-position: -8px -17px;
}
.sgCurrencyHandles.priceUp{
	background-position: -8px 1px;
}

.sdfldDDBox{
	color: #cccccc;
	padding-right: 45px;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

.divModalBlock{
	position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.errMessage{
	margin: 100px 0px;
    font-size: 24px;
    font-weight: 800;
}

.objBlur{
	-webkit-filter: blur(3px);
  	-moz-filter: blur(3px);
  	-o-filter: blur(3px);
  	-ms-filter: blur(3px);
  	filter: blur(3px);
}

.divLand{
}
.sgBigImageCover{
	position: absolute;
    top: -115px;
    left: 955px;
    overflow: hidden;
    height: 800px;
    width: 1115px;
}
.sgBigImage {
	width: 990px;
    height: 586px;
    background: url(/images/marcus_mac_wck.png) no-repeat 0 0/cover;
    margin: 51px 0px 0px 66px;
    transform: rotate(-19deg);
}

.divLand .pgHdr{
/*	background-color: #FFFFFF;*/
    width: 100%;
    min-width:980px;
    overflow: hidden;
}


.divLand .pgHdrInner{
	text-align: center;
	line-height: 30px;
	height: 50px;
	padding: 0px 0px;
	width: 100%;
	max-width: 1440px;
	min-width: 980px;
	margin: 0 auto;
}

.Post .divLand .pgHdr,
.Social .divLand .pgHdr,
.Rating .divLand .pgHdr,
.Post .divLand .pgHdrInner,
.Social .divLand .pgHdrInner,
.Rating .divLand .pgHdrInner{
	min-width: 592px;
}


/*.Home .divLand .pgHdrInner,
.Experiences .divLand .pgHdrInner,
.Fundraisers .divLand .pgHdrInner,
.Review .divLand .pgHdrInner,
.Order .divLand .pgHdrInner,
.Terms .divLand .pgHdrInner,
.Privacy .divLand .pgHdrInner,
.Support .divLand .pgHdrInner,
.Give .divLand .pgHdrInner,
.BlackBusinessesMatter .divLand .pgHdrInner,
.TopMusicArtists .divLand .pgHdrInner,
.Talent .divLand .pgHdrInner*/
.Index .divLand .pgHdrInner{
	width: 1440px;
}

.divLand .drpUsrSelect{
	float: left;
    width: 140px;
    border: 2px solid transparent;
    margin: -5px 5px 0px 0px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	padding: 10px 0px;
}
.divLand .drpUsrSelect:focus{
	outline: none;
	border: 2px solid transparent;
}

.pgSgDesc div{
	padding: 50px 0px;
}

.sgfooterSmallText{
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	width: 728px;
	padding: 31px 0px 0px 0px;
	margin: 0px auto 13px auto;
}
.footerLinksCover{
	max-width:920px;
	margin: 31px auto 0px auto;
	overflow: hidden;
	text-align: left;
}
.footerLinks,
.footerAbout,
.footerSocial{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
}
.footerLinks div:hover,
.footerAbout div:hover,
.footerSocial div:hover{
	color: #5190ED;
	cursor: pointer;
}
.footerLinks{
	float: left;
	margin-right: 170px;
}
.footerAbout{
	float: left;
	overflow: hidden;
}
.footerSocial{
	float:right;
}
.footerSiteVer{
	margin-left: 50px;
}
.footerColHdr{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 25.5px;
	margin: 0px 0px 22px 0px;
}
.footerColHdr:hover{
	color: #5190ED !important;
	cursor: pointer !important;
}
.footerColHdrNonClick{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 25.5px;
	margin: 0px 0px 22px 0px;
	display: block;
}
.footerSocialinstagram {
	width: 42px;
	height: 42px;
	background: url("/images/ft-insta.png") no-repeat 0 0/cover;
	display: inline-block;
	margin: 0px 7px 7px 0px;
}
.footerSocialtwitter {
	width: 42px;
	height: 42px;
	background: url("/images/ft-twitter.png") no-repeat 0 0/cover;
	display: inline-block;
	margin: 0px 7px 7px 0px;
}
.footerSociallinkedin {
	width: 42px;
	height: 42px;
	background: url("/images/ft-linkedin.png") no-repeat 0 0/cover;
	display: inline-block;
	margin: 0px 7px 7px 0px;
}
.footerSocialfacebook {
	width: 42px;
	height: 42px;
	background: url("/images/ft-facebook.png") no-repeat 0 0/cover;
	display: inline-block;
	margin: 0px 7px 7px 0px;
}
.footerSocialyoutube {
	width: 42px;
	height: 42px;
	background: url("/images/ft-youtube.png") no-repeat 0 0/cover;
	display: inline-block;
	margin: 0px 7px 7px 0px;
}
.divCampCover{
	display: inline-block;
	width:250px;
	border-radius: 25px;
	background-color: #000000;
	overflow: hidden;
	margin: 0px 35px 70px 35px;
	text-align:left;
	cursor: pointer;
}
.divCampImage{
	width: 250px;
	height: 226px;
}
.divCampCover .cimg1{
	background: url("/images/harlemservesup.jpg") no-repeat center center/cover;
}
.divCampCover .cimg2{
	background: url("/images/blacklivesmatter.jpg") no-repeat center center/cover;
}
.divCampCover .cimg3{
	background: url("/images/danielboulud.jpg") no-repeat center center/cover;
}

.txtFont{
	font-size: 13px;
	font-weight: 500;
}

/* event card page style */
.evtMainImageCover {
    width: calc(100% - 170px);
    overflow: hidden;
    border-radius: 10px;
    margin:0px 90px 80px 80px;
}
.evtMainImageCover div {
   	width: calc(26.5%);
	float: left;
	padding-top: 42.5%;
	margin-left: 1.6%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.evtMainImageCover div:nth-child(1) {
    margin-left: 0px;
}

.evtMainImageCover .evtInnerImg3,
.evtMainImageCover .evtInnerImg4 {
   	width: 100%;
	float: none;
	padding-top: 130%;
	margin-left: 0px;
}
.evtMainImageCover .evtInnerImg3{
	margin-bottom: 10.6%;
}
.evtMainImageCover .evtSubImageCover{
	width: calc(15.7%);
	overflow: hidden;
	padding-top: 0px;
}
.evtLeftContentCover{
	width: calc(73.6% - 230px);
    margin: 10px 0px 0px 80px;
    float: left;
    overflow: hidden;
}
.evtDetCover{
	overflow: hidden;
}
.evtDetCover div{
    float: left;
    width: 50%;
    font-size: 16px;
}
.evtRightContentCover{
    float: right;
    width: 26.4%;
    min-width: 300px;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    /* box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12); */ 
    margin: 50px 90px 0px 0px;
}
#evtSchListTop:empty {
    display: none;
}
.evtAbtContentCover{
    overflow: hidden;
    clear: both;
    background-color: #000000;
    padding-bottom:70px;
}
.evtExpSchCover{
	padding: 0px 90px 0px 155px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.evtSchMainCover{
	max-width: 380px;
	overflow: hidden;
	border:1px solid #DDDDDD;
	border-radius: 10px;
	padding:calc(6%);
	display: flex;
    flex-direction: column;
}
.evtExpSchCover .evtSchMainCover{
	width: 31.2%;
	float: left;
	margin-left: 2.1%;
	margin-bottom: 25px;
	padding: calc(1.8%);
}

/*@media only screen 
and (max-width : 1200px){
	.evtSchList .evtSchMainCover:nth-child(3) {
	    display: none;
	}
}*/


.evtSchLeftCover{
	float: left;
	overflow: hidden;
	width: calc(63%);
}

.evtSchRightCover{
	float: right;
	overflow: hidden;
	width: calc(35%);
}

.evtSchImg {
   	/*width: 115px;
   	height: 95px;*/
   	padding-top: 82.7%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
}
.evtInfoTxt{
	padding: 0px 0px 0px 75px;
    font-size: 16px;
    line-height: 22px;
}

.revMainCover{
	overflow: hidden;
    clear: both;
}
.revLeftCover{
	float: left;
	overflow: hidden;
}
.revRightCover{
	float: right;
	overflow: hidden;
}
.revClearCover{
	overflow: hidden;
	clear: both;
}
.checkOutInner,
.revConfirmResp{
	padding:60px 0px 0px 0px;
	margin:50px;
	background-color:#FFFFFF;
	width:calc(100% - 100px); 
}
.checkOutInner{
	background-color:#FFFFFF;
}
.revLstTitle{
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #8a8a8a;
	margin:0px;
}
.revRemove{
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #5190ED;
	/*margin: 0px 250px 0px 25px;*/
	float: left;
	cursor:pointer;
}
.revMainGAddOverlay,
.revMainCusAddrAddOverlay,
.revMainOfferbyOverlay,
.revMainMarketPlaceOverlay,
.revMainStorefrontOverlay,
.revMainCustomerOverlay,
.revMainShowallOverlay,
.revMainSearchCusOverlay,
.saveGroupOverlay,
.bannerImageOverlay,
.imageCollectionOverlay,
.addBannerOverlay,
.createBannerOverlay,
.addImageCollectionOverlay,
.createCollectionOverlay,
.showSellListOverlay,
.revTransferNFTOverlay,
.revMainShowNftsOverlay,
.revMainSearchNftsOverlay
{
	position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 0px 25px;
    border-radius: 8px;
    z-index: 10000;
    left: calc(50% - 177px);
    /*top:188px;
    margin-top: -124px;*/
    display: none;
}
.revMainCardsAddOverlay{
	position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 0px 25px;
    border-radius: 8px;
    z-index: 10000;
    left: calc(50% - 177px);
    display: none;
}
.revMakeOfferOverlay
{
	position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 0px 25px;
    border-radius: 8px;
    z-index: 10000;
    left: calc(49vw - 177px);
    max-width:475px;
    display: none;
}
.nftDetailsOverlay {
	position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 0px 25px;
    border-radius: 8px;
    z-index: 10000;
    left: calc(50vw - 364px);
    display: none;
	max-width:728px;
}
.accountSwitchOverlay, .addWalletOverlay{
	position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 0px 25px;
    border-radius: 8px;
    z-index: 10000;
    left: calc(46vw - 184px);
    width: 490px;
    display: none;
}
.revMainShowCustomerOverlay ,
.revMainShowNftsOverlay, 
.revMainSearchCusOverlay,
.revMainOfferbyOverlay{
    position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 0px 25px 25px 25px;
    border-radius: 8px;
    z-index: 10000;
    left: calc(50% - 177px);
    height: fit-content;
    width: 400px;
    display: none;
}


.accLstTitle{
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #8a8a8a;
	margin:0px;
}
.accLstTitleB{
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: 900;
	line-height: 30px;
	color: #8a8a8a;
	margin:0px;
}
.accLstStatusEarning,
.accLstStatusDnld,
.accLstStatusDue{
	border-radius: 50px;
    background-color: #ffeebc;
    color: #bc8e00;
    text-align: center;
    line-height: 22px;
    margin-top: 4px;
    text-transform: uppercase;
}
.accLstStatusEarning{
	background-color: #d6ecff;
    color: #5190ED;
}
.accLstStatusDnld{
	background-color: #696969;
    color: #FFFFFF;
    cursor:pointer;
    text-transform: capitalize;
}
/* event card page style */

/* new login/register screen*/
.sgLRightText{
	display: inline-block;
    margin-left: 45px;
    font-size: 12px;
    line-height: 15px;
    vertical-align: top;
    color: #8a8a8a;
}

.UserIconNew{
	border-radius: 50px;
    width: 60px;
    height: 60px;
    margin: 15px 15px 0px 0px;
}

.sgRdBtn{
	margin: 4px;
    width: 22px;
    height: 22px;
    border: 2px solid #DDDDDD;
    border-radius: 50px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
.sgRdBtnSel{
	background-color: #FE0211;
	border-color: #FE0211;
}

.sgStripeCardDisp{
	height: 45px;
    width: 69px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    margin-right: 20px;
}

.sgLargeBlueTick{
	background: url("/images/Large_Blue_tick.png") no-repeat center center/cover;
    width: 100px;
    height: 100px;
    margin: 45px auto;
}

.sgLargeGrayTick{
	background: url("/images/Large_Gray_tick.png") no-repeat center center/cover;
    width: 100px;
    height: 100px;
    margin: 45px auto;
}

.clipTextToTwoLines{
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis; 
	overflow: hidden;
	display: -webkit-box !important;
}

.spacerGeneric{
    margin: 45px 0px 0px 0px;
    height: 0px;
}

.topSpacerGeneric{
    margin: 45px 0px 0px 0px;
    height: 0px;
}

.spacerBottom{
	margin: 0px 0px 45px 0px;
    height: 0px;
}
.spacerBtmBorder{
	border-bottom: 1px solid #DDDDDD;
    margin: 45px 0px 0px 0px;
    height: 0px;
}

.spacerTopBorder{
	border-top: 1px solid #DDDDDD;
    margin: 0px 0px 45px 0px;
    height: 0px;
}

.OverlayspacerBtmBorder{
	border-bottom: 1px solid #fff;
    margin: 45px 0px 0px 0px;
    height: 0px;
}

.OverlayspacerTopBorder{
	border-top: 1px solid #fff;
/*    margin: 0px 0px 45px 0px;*/
    height: 0px;
}

.transBtn {
    font-size: 16px;
    font-weight: 700;
    margin: 20px;
    color: #999999;
    cursor: pointer;
    line-height: 50px;
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    text-align: center;
}
.transBtn:hover {
	background-color: #696969;
	color: #ffffff;
	/*#6b6b6b;*/
}
.fade {
    position: absolute;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
} 

/* common padding margin styles */
.divLand .hdrPad{
	padding: 10px 93px;
}
.revMainCoverPad{
	margin:0px 90px 0px 95px;
}
.revMainCoverGivePad{
	padding:0px 0px 0px 100px;
}
.sgRedBorderOnly{
	border: 2px solid #FE0211;
}
/* common padding margin styles */


/* Tab CSS start */
@media only screen and (min-width:768px) {
.expHdrTitle{
    margin: 0px 10px 15px 0px;
    font-size: 14px;
    font-weight: 300;
    font-weight: 450 !important;
    color: #7b7878a3 !important;
    width: calc(100% - 0px);
}

 
}

/* Tab CSS Closed */

/* Airdrop page css */
.marketplace-creator .igSocialP, .storefront-creator .igSocialP {
    background-position: -89px -190px;
}
.airdrop-offerby .igSocialP {
    background-position: -89px -190px;
}
.igSocialArwDn {
    background-position: 2px -283px;
}
.igSocialArwRt {
    background-position: -88px -191px;
}
.igSocialArwUp {
    background-position: -28px -283px;
}
.code.igSocialP {
    background-position: -93px -251px;
    float: right;
}
.airdrop-showall .igSocialP {
    background-position: -120px 0px;
}
.receipients input[type="radio"]:checked:before {
    top: -2px;
    left: -1px;
}
.airdropRemove{
	padding: 0px 4px 0px 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	color: #a9a9a9;
	float:right;
	cursor:pointer;
	border-radius: 63px;
    border: 2px solid #00000036;
}
.postRemove{
	padding: 5px 14px 5px 14px;
	font-size: 16px;
	font-weight: 900;
	line-height: 25px;
	color: #a9a9a9;
	float:right;
	cursor:pointer;
	border-radius: 63px;
    border: 2px solid #00000036;
}

/*Nfts CSS*/
.nftsRemove{
	padding: 5px 14px 5px 14px;
	font-size: 16px;
	font-weight: 900;
	line-height: 25px;
	color: #a9a9a9;
	float:right;
	cursor:pointer;
	border-radius: 63px;
    border: 2px solid #00000036;
}
/* End */
/* START MY WALLET CSS */

.revWalletAddOverlay
{
	position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 0px 25px;
    border-radius: 8px;
    z-index: 10000;
	margin-top: 10px;
	left: calc(46vw - 191px);
    width: 490px;
    display: none;
	margin-top: 0px;
	
}
.addBtnWallet{
    cursor: pointer;
    height: 28px;
    color: #fff;
    text-align: center;
    float: right;
    width: 28px;
    font-size: 23px;
    font-weight: 300;
    border-radius: 50%;
    background-color: #5190ed;
}
.add-wallet{
	text-align: center;
	color: #fff;
	background-color: #5190ED;
	border-radius: 50%;
	cursor: pointer;
	width: 50px;
	height:50px;
	font-weight: 900;
	float: right;
}
.btnWallet{
	margin-top: -46px;
    margin-right: 0;
}
.wallet-bg{
	cursor: pointer;
    border-radius: 10px;
    margin: 10px;
    width: 125px;
    height: 180px;
	box-shadow: 1px 1px 5px 0px #8a8a8a;
}
.wallet-bg-disabled{
	box-shadow: none !important;
	cursor:default !important;
}
.conneted-wallet-bg{
	cursor: pointer;
	box-shadow: 1px 1px 5px 0px #8a8a8a;
	border-radius: 10px;
	margin: 10px;
	width: 125px;
	height: 180px;
	
}
.overLayWallet{
	overflow-y: scroll;
    height: calc(46vw - 177px);
}


#accordion section, #accordion .pointer, #accordion h1, #accordion p {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  #accordion {
	margin-bottom:30px;
	padding: 10px;
	background-color: #000;
	border-radius: 8px;
  }
  #accordion h1 {
	height: 80px;
	line-height: 40px;
    font-size: 18px;
    margin: 0;
	margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    text-align: center;
	text-transform: uppercase;
	color:#fff;
  }
  #accordion section {
	overflow:hidden;
	height:301px;
	cursor: pointer;
	border-radius: 10px;
  }
  #accordion .content {
	padding:5px;
	color:black;
  }
  #accordion .desc {
	padding:0 40px 0px 10px;
	color:#fff;
	margin-top: 30px;
    margin-bottom: 25px;
	overflow-wrap: break-word;
	text-align: center;
	font-size: 15px;
  }
  #accordion section.ac_hidden p:not(.pointer) {
	color:#fff;
  }
  
  #accordion section.ac_hidden {
	height: 64px;
    margin-bottom: -18px;
    margin-top: -18px;
    opacity: 1;
  }
  
  #accordion section:nth-last-child(2).ac_hidden {
  	height: 60px;
  }
  /* #accordion section:not(.ac_hidden) h1 {
	background-color:rgba(255,0,0,0.7);
  } */
  
  #accordion section:not(.ac_hidden) .pointer {
	display:block;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	padding:0;
  }
  .qr-code{
	clear: both;
    margin: auto;
    width: 24%;
  }
  .cardAddrTitle{
    font-size: 42px;
    font-weight: 700;
  }

   .coinOpt{
    background: url(/images/rdbUnSelected_grey.png) no-repeat left 100% top 14px/20px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #464646;
    line-height: 24px;
  }
  .coinOptSel{
	background: url(/images/rdbSelected.png) no-repeat left 100% top 14px/20px;
  }
  .cmgSoon{
    border-radius: 0.6rem;
    height: calc(29vw - 177px);
    margin-bottom: 20px;    
  }
  .coinBlockStyle{
	padding: 9px;
	float:left;
	border-radius: 6px;
	margin:10px 10px 10px 0px; 
	width:70px; 
	height: 40px;
	text-align:center;
	font-weight: 900;
	color: #fff;
  }

/* END MY WALLET CSS */


/* START Airdrop Customer Group  CSS */
.airDropCustGrp {
	margin:0px 10px 15px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color: #a9a9a9;
	float: left;
	cursor: pointer;
	border-radius: 63px;
	border: 2px solid #00000036;
}
.custGrpOverlay {
	position: absolute;
	background-color: #FFFFFF;
	border: 2px solid #DDDDDD;
	padding: 0px 25px;
	border-radius: 8px;
	z-index: 10000;
	left: calc(50vw - 177px);
	width: 400px;
	height: 515px;
	/*margin-top: 0px;*/
	display: none;
}
.custHdrTitle {
	margin: 15px 0px 0px 0px;
	font-size: 20px;
	padding: 0.4rem;
	font-weight: 450;
	color: #7b7878a3;
	width: calc(67% - 10px);
}
/*.customerGroupSection {
	position: absolute;
	margin-top: 230px;
}*/
}
.custGrpHead{
	width: 100%;
	margin-bottom: 70px;
}
.custGrpName {
	width: 60%;
	font-size: 16px;
	color: #ABABAB;
	font-weight: 500;
	position: relative;
	margin: 10px;
    text-transform: capitalize;
}
.custGrpChk {
	float: right;
	width:15px;
	height:15px;
	margin-top: -25px;
	background-color: rgb(255, 255, 255);
}

.airdrop-recipient {
	float: right;
	width:15px;
	height:15px;
	background-color: rgb(255, 255, 255);
}
.custGrpChk-checkbox:checked {
	background-color: hsl(0, 84%, 47%);
	color: white;
}
.userSvCustGrp {
	overflow-y: auto;
	height:400px;
}
.customerImg {
	margin: 0.4rem;
	width: 50px;
	height: 50px;
	cursor:default;
	color: #464646;
	text-align: center;border-radius: 50%;
}

.closeBtnOverlay{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-position: -243px -66px;
    background-image: url(/images/iOS7_icons.png?v=1.1);
    width: 30px;
    height: 30px;
    background-size: 1000%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    opacity: 0.38;
    position: absolute;
    top: 20px;
}
/* END Airdrop Customer Group CSS */


.photoGS {
    background-color: #FFFFFF;
    padding-top: 5px !important;
}


/**********Defaul Account Creation CSS *****/
.createDefAccntOverlay{
	position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 0px 25px;
    border-radius: 8px;
    z-index: 10000;
    left: calc(50vw - 177px);
    height: calc(50vw - 177px);
    width: calc(40vw - 177px);
    display: block;
}
.confirmForm{
	width:100%;
	padding: 25px 0px 13px 0;
	border-radius: 7px;
	border: 2px solid #DDDDDD;
}
.errorMSGReset {
	background: url(/images/error.png) no-repeat scroll 8px 7px #FFFFFF;
	color: #FE0211;
	padding: 0px 8px 0px 30px;
	line-height: 28px;
}

.inline-block-item {
	display: inline-block;
}

.floatleft {
	float: left;
	position: relative;
}
.paraStyle{
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-weight: 900;
	font-size: 16px;
}

.bottomSpace{
	margin-bottom: 40px;
}
.checkBoxOpt {
	background: url(/images/chkUnSelected.png) no-repeat left 5px top 2px/20px;
	cursor: pointer;
	position: relative;
	margin-left:20px;
	padding: 0px 0px 0px 35px;
	font-size: 16px;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #464646;
	line-height: 24px;
}
.checkBoxSel {
	background: url(/images/chkSelected.png) no-repeat left 5px top 2px/20px;
}

.igSwitchAccount {
	margin: 10px 0px 0px 10px;
	background: url(/images/switch.png) no-repeat top left/contain;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
}
.validateBtn{
	background-color:#5190ED;
	margin: 20px 0px;
	width: 165px;
	font-weight: 500;
	font-size: 18px;
	border-radius: 50px;
	text-align:center;
	padding: 0px;
}

.otpTypeSelect
{
	min-height: 85px;
	padding: 20px;
    margin: 30px 0px;
    border: 1px #8a8a8a solid;
    box-shadow: 1px 1px 5px 0px #8a8a8a;
    border-radius: 5px;
}
.selectOtpDisable{
		background: url(/images/rdbUnSelected_grey.png) no-repeat left 95% top 33px/20px;
		cursor: pointer;
		position: relative;
		font-size: 16px;
		font-weight: 900;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #464646;
		line-height: 24px;
}
.selectOtpActive{
background: url(/images/rdbSelected.png) no-repeat left 95% top 33px/20px;
}

.boxWithShadow{
	border-radius: 20px;
    box-shadow: 8px 8px 8px -4px #f2f2f2;
    border: 1px solid #f2f2f2;
}
#getUserPwdOverlay{
	position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 0px 25px;
    border-radius: 8px;
    z-index: 10000;
    left: calc(50vw - 177px);
    width: 356px;
	top: 245px;
    display: none;
}
.signup-head{
    color:#bababa;
    font-size:14px;
    margin-left:55px;
}
.signup-align{
    margin:12.9% 0;
}
.signup-w{
    width:50%;   
}
.updateBtn{
    background-color: #5190ED;
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    line-height: 55px;
    width: 100%;
    text-align: center;
}
.haveac{
    margin-top: 10px;
    float: left;
    font-size: 14px;
}
.signin{
    margin-top: 10px;
    float: left;
    padding: 0px 0px 0px 5px;
}
.signup-main{
    margin: 0px;
}
.myac{
    font-size: 42px;
    font-weight:700;
    padding:10px 0px 0px 0px;
}
.accholder{
    font-size: 28px;
    padding: 10px 0px 0px 0px;
    float: left;
    text-transform: capitalize;
    width: calc(100% - 40px);
    font-weight: 900;
}
.walletholder{
    font-size: 28px;
    float: left;
    text-transform: capitalize;
    width: calc(100% - 40px);
    font-weight: 900;
}
.coinlogo{
    width:70px;
}
.coinvalue{
    width: calc(50% - 40px);
    text-align: right;
}
.curentbal{
    font-weight: 900;
    font-size: 35px;
}
.ttknow{
    margin: 54px 0px 54px 80px;
    clear: both;
    font-size: 30px !important;
}
.codefields{
    width: 45px;
    line-height: 30px;
    border-radius: 10px;
}
.rpmain{
    padding: 0 30px 15px 30px;
}
.Modify_result{
    text-align: left;
    line-height: unset;
    padding: 0px 93px;
}
.Modify_img{
        margin-top: 316px;
}
.Makeofrimg{
    float:left;
    width:50%;
    margin-bottom:20px;
}
.nfttitle{
    float:right;
    width:50%;
}
.OfferToflowT,
.ToflowT{
    max-width:165px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.Showliststyele{
    width: 92%;
    margin: 40px 4%;
}
.scrolltbl{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.NftActions{
    padding: 45px 0px;
    font-size: 18px;
    line-height: 30px;
    border: 1px solid #CCCCCC;
    border-width: 1px 0px;
}
.Btncmn{
    width:49%;
    background-color: #5190ED;
    font-weight: 500;
    border: 1px solid #5190ED;
    font-size: 18px;
    border-radius: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align:center;
    display: inline-block;
    padding: 0px 50px;
    cursor: pointer;
}
.Makeofrbtn{
    width:49%;
    float: right;
    background-color: #ffffff;
    font-weight: 500;
    border: 1px solid #5190ED;
    font-size: 18px;
    border-radius: 50px;
    line-height: 50px;
    color: #5190ED;
    text-align: center;
    display: inline-block;
    padding: 0px 50px;
    cursor: pointer;
}
.ListItemSellimg{
    float: left;
    width: 50%;
    margin-bottom: 20px;      
}
.OverlayTitle{
    float: right;
    width: 50%;
}
.list_product_main{
    text-align: left;
    line-height: unset;
    padding: 0px 93px;
}
.fLabel{
    font-size: 18px;
    margin:10px 0px 5px 0px;
    text-align: left;
    color: #8a8a8a;
    font-weight: 450 !important;
    width:100%;
    padding: 0px 0px 0px 6px;
}
.OverlayfLabel{
    font-size: 18px;
    margin:0px 0px 5px 0px;
    text-align: left;
    color: #8a8a8a;
    font-weight: 450 !important;
    width:100%;
    padding: 0px 0px 0px 6px;
}

.addrWid{
    width: 400px;
}
.editions{
    width: 17px;
    height: 17px;
}

.clearall{
    display: block;
    content: "";
    clear: both;
    margin-bottom:15px;
}
.editionfields{
    width:23%;
    margin:0px 15px;
}
.nftmintTitles{
    font-size:20px;
    font-weight:500;
    margin: 30px 0px 20px 0px;
}
.userdropwidth{
    width: 457px;
}
.estimateBtn{
    background-color:#5190ed;
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    border: none;
    padding: 10px 35px;
    color: #fff;
    cursor: pointer;
}
.MintBtn{
    background-color:#5190ed;
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    border: none;
    padding: 10px 35px;
    color: #fff;
    width:301px;
    margin: 20px 0px 0px 0px;
    cursor: pointer;
}
.feenote{
    font-size:13px;
    color:#BABABA;
    margin:0px 0px 20px 0px;
}
.connWalletCardMain{
    text-transform: uppercase;
    color: #5190ED;
    font-size: 32px;
    font-weight: 900;
    position: absolute;
    margin: 0 calc(50% - 46px);
    bottom: 20px;
}
.ItemActivityBtn{
    background-color: #ffffff;
    display: inline-block;
    color: #5190ed;
    font-weight: 500;
    font-size: 12px;
    padding: 1px 20px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    margin: 0px 10px 0px 0px;
    width: 125px;
    cursor: pointer;
    border: solid 1px #5190ed;
}
.nft-item-counts, .EndSale, .nft-icons {
    position: relative;
    padding: 10px 0px 0px 30px;
    margin: 0px 15px 0px 0px;
    color: #000;
    font-weight:600;
}
.nft-item-counts::before{
    content: '' !important;
    width: 30px;
    height: 30px;
    background-size: 1000%;
    background-image: url(/images/iOS7_icons.png?v=1.1);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}
.nft-icons::after{
    content: '' !important;
    width: 30px;
    height: 30px;
    background-size: 1000%;
    background-image: url(/images/iOS7_icons.png?v=1.1);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.nftOwners::before{
    background-position: -276px -341px;
}
.nftViews::before{
    background-position: -59px -217px;
}
.nftFav::before{
    background-position: -150px -156px;
}
.nftCategory::before{
    background-position: 4px -311px;
}
.EndSale::before{
    background-position:-28px -32px;
}
.ListIcon::before{
    background-position:-183px -189px;
}
.SaleIcon::before{
    background-position:-152px -221px;
}
.TransferIcon::before{
    background: url(/images/switch.png) no-repeat top left/contain;
    width: 19px;
    margin: 8px 5px 0px 5px;
}
.NewtabIcon::after{
    background-position:-271px -97px;
}
.cellPad{
    padding: 12px 0px;
}

.PropertyBox{
    border: solid 1px #bababa;
    text-align: center;
    background-color:#f2f2f2;
    padding: 10px;
    width: 293px;
    height:100px;
    border-radius: 15px;
    margin: 6px;
}

.organizationsList{
    position: absolute;
    width: 100%;
    background-color:#fff;
    overflow-y: auto;
    min-height: 0;
    max-height: 150px;
    border: solid 1px #e2e2e2;
/*    border-top: none;*/
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

#organizationImage{
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 25px 6px;
    border-radius: 50px;
}
.ExpertLargeImg{
    position: unset;
    height:400px;
    border-radius:15px;
    color: #464646;
    object-fit: cover;
}
select{
    color: #464646;
}

.expertVerifiedBadge{
	font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Liberation Sans, Arial;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0px 0px 25px;
}
.expert-bg {
	text-align: center;
	position: relative;
	box-shadow: 4px 8px 16px 0px #bababa;
	border-radius:35px;
	width:370px;
	height:590px;
	background :url('/images/eid_background.png') no-repeat center center/ cover;
}

.exptImageState{
	height: 120px;
    width: 120px;
	margin-top: 175px;
	background: url('/images/eid_preverified.png') center/120px no-repeat;
}
.expApproved {	
    background: url('/images/eid_verified.png') center/120px no-repeat;
}
.expVerified {
    background: url('/images/eid_verified.png') center/120px no-repeat;
}
.expertId {
    background: url('/images/eid_expertid.png') center/120px no-repeat;
}

.expertLabel {
	font-weight: 900;
	font-size: 30px; 
	position: absolute;
	top: 110px;
    left: 112px;
	color: #bababa;
}

.expAprrovedColor {
	color: #737373;
}
.expertIdColor {
	color: #ff0000;
}
.statusTxt {	
	position: absolute;
    left: 110px;
    bottom: 90px;
	color:#fff;font-weight:700;
	background-color:red;
	font-size:22px;
	width:150px;
	height:150px; 
	border-radius:50%;
	line-height:30px;
	padding-top: 45px;
}
#getVerified {
	margin: 0 auto;
	width: 370px;
	font-size:42px;
	font-weight:700;
	padding:0px;
	text-align:center;
}
#expertInfo {
	font-size: 26px;
    margin-top: 90px;
    color: #737373;
}
#getVerifyTxt {
	font-size:28px;
	font-weight:700;
	padding:0px;
}
#verifiedBtn {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 50px;
	background-color: #FE0211;
	border-radius:25px;
	margin-top: 20px;
	color: #ffffff;
	line-height: 40px; 
	cursor:pointer;
	box-shadow: 5px 10px 10px 0px #bababa;
}

/*expertid card css*/
.scene {
  width: 370px;
  height: 590px;
  margin: 40px auto;
  perspective: 600px;
}

.card {
  width: 100%;
  height: 100%;
  margin: 80px auto;
  transition: transform 1s;
  transform-style: preserve-3d;
  position: relative;
}

.card.is-flipped {
  transform: rotateY(180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card__face--front {
}

.card__face--back {
  transform: rotateY(180deg);
}

.GenIdIcon{
    display: inline-block;
    margin-top:115px;
    height: 50px;
    width: 50px;
    background: url(/images/eid_expertid.png) center/50px no-repeat;
}
.leftLabel{
    color: #737373;
    text-align: left;
    font-size: 13px;
    margin: 15px 0px 3px 0px;  
}
.RightLabel{
    text-align: left;
    font-weight: 700;
}

#userImageBlock{
    padding:15px;
    bottom:90px;
    position: absolute;
}
.expertUserKey{
    text-align: left;
    line-height: 29px;
    font-size: 14px;
    color: #8c8c8c;
    padding-left: 10px;
}
.ExpertcardData{
    padding: 0px 20px;
    margin-top: 35px;
}
.QrPar{
    display: flex;
    justify-content: center;
    margin-top: 50px;    
}
.expertQrImg{
    height: 150px;
    width: 150px;
}
























/*tablet css start*/

@media (min-width: 768px) and (max-width: 979px){
.divLand .pgHdr{
    min-width: unset;
    background-color:unset;
    }
.divLand .pgHdrInner{
	min-width: unset;
    }
.divLand .hdrPad{
	padding: 10px 23px;
    }
.revAllContent{
	margin:0px 13px 0px 13px;
    }
.tab-over{
    width:46%;
    }
.tab-mbl {
    margin: 0 0%;
    }
.otpTypeSelect {

    }
.divLand .pgHdrInner{
	text-align: center;
	line-height: 30px;
	height: 50px;
	width: 100%;
	max-width: 820px;
	min-width: 768px;
	margin: 0 auto;
    }
.ProImgMain{
        width: 45%;
    }
.ProImg{
    width: auto !important;
    margin: 0px 30px 55px 0px !important;;        
    }
.footerLinks {
    margin: 0px 50px 0px 50px;
}
.RightDes{
    width: 54% !important;    
    }
.AddIcon{
    width: 50% !important;    
    }
.CampImg{
    width: 41% !important;
    }
.Makeofrbtn{
     padding:0px;   
    }
.ipadBtnStyle{
	padding: 0px 25px !important;
    margin: -7% 0px 0px 41.5% !important;
    line-height: 20px;
	font-size:11px;
}
.ipadCreateSupport{
	font-size: 7px !important;
	margin: -8.8% 0px 0px 42% !important;
}
.ipadCreateSupportGrey{
	font-size: 7px !important;
	margin: -4.2% 0px 0px 40.2% !important;
}


}
/*tablet css end*/
