
*{
	margin:0;
	padding:0;
}
@font-face {
  font-family: 'Conv_HEX-Font-Regular';
  src: url('../fonts/HEX-Font-Regular.eot');
  src: local('?'), url('../fonts/HEX-Font-Regular.woff') format('woff'), url('../fonts/HEX-Font-Regular.ttf') format('truetype'), url('../fonts/HEX-Font-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*material icons*/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
   src: url(../../../map_v1/app/webroot/fonts/materials.woff) format('woff'),url(../../../map_v1/app/webroot/fonts/materials.woff2) format('woff2'),url(../../../map_v1/app/webroot/fonts/materials.ttf) format('truetype');
  }
  
  @font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(../../../map_v1/app/webroot/fonts/materials-outlined.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
  }
  
  .material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

a,img,ul{
	text-decoration:none;
	border:0;
	outline:none;
	list-style:none;	
}
@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}

blink{animation: blink 2s infinite;color: red;}
body{
	font-size:13px;
	font-weight:700;
	font-family: "Montserrat Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1{
	font-size: 22px;
    font-weight: 600;	
	
}
.no_padding{
	padding:0;	
}
.map_view{
	text-decoration:none;
	overflow:hidden; 
	height:100vh; 
	width:100%; 
	max-width:100%;
}
.main_content{
	width:100%;
	background:#fff;
	height:100vh;
	-webkit-box-shadow: -1px 1px 100px rgba(0,0,0,.56);
	-moz-box-shadow: -1px 1px 100px rgba(0,0,0,.56);
	box-shadow: -1px 1px 100px rgba(0,0,0,.56);
}
.header{
	margin: 0;
    padding: 8px 10px;
    background: #fff;
    width: 100%;
    height: 120px;
    z-index: 6;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    text-align:center;
}
.header .back_to_maps{
	font-size: 14px;
    float: left;
    color: #999;
    display: inline-block;
    margin-top: 36px;
    text-align: left;
}
.header .back_to_maps:hover{
	color:#ef6c00;
	text-decoration:none;
}
.header .logo{
	margin: 0 auto;
    display: inline-block;
    margin-left: -50px;
}
.logo h3{
	color: #212121;
    font-size: 28px;
    margin-top: 40px;
    font-weight: 600;
}

.logo h3 span {
    font-size: 20px;
    font-weight: 400;
}

.header button{
	background: #ef6c00;
	color:#fff;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
}
.header button:hover{
	opacity:.8;
	color:#fff;
}

.header .back_to_maps span {
    margin-left: 5px;
}
.header .back_to_maps span img {
    max-width: 60%;
}
.cur_loc {
    background: #339E82;
    border: 2px solid #fff;
    box-shadow: 0px 1px 1px #333;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.exp-eloc {
    /* font-family: "Conv_HEX-Font-Regular"; */
    color: #f28a35;
    margin-top: 15px;
    display: inline-block;
}

.lightbox_item{
	padding:10px;
}
.lightbox_item .img_preview{
	list-style:none;
	margin-top:10px;	
	display:block;
	text-align:center;
	margin-bottom:0;
}
.lightbox_item .img_preview li{
	display:inline-block;
	cursor:pointer;	
	margin:0 3px;
}
.about_content{
	padding:0 10px;
}
.about_content h1{
	font-size: 22px;
    font-weight: 600;
    color: #212121;
}
.about_content .web{
	display: block;
    color: #007BBE;
    margin-top: 5px;
}
.description{
	color: #757575;
    font-weight: 400;
}
.description p{
	line-height: 24px;	
}
.direct_link_wrap{
	float:left;	
	width:100%;
}
.direct_link_item{
	list-style:none;
	float:left;
	width:100%;
	margin-top:20px;
}
.direct_link_item li{
	float:left;
	width:33.3%;
	border-right:1px solid #efefef;
}
.direct_link_item li:last-child{
	border-right:0;
}
.direct_link_item li a{
	color:#d26d00;
	display:block;
	text-align:center;
	padding:10px 0;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
}
.direct_link_item li a:hover{
	text-decoration:none;
	background:#efefef;
	border-radius:3px;
}
.direct_link_item li a i{
	color:#d26d00;
}
.direct_link_item li a i.rev_count{
        font-style: normal;
        background: #d26d00;
        color: #fff;
        border-radius: 4px;
        width: auto;
        padding: 2px;
}
.direct_link_item li a span{
	display:block;
}
.write_review_wrap{
	margin:0 10px;
	padding:10px;
	background:#efefef;
	box-sizing:border-box;	
}
.write_review_wrap .review_title{
	margin-top:10px;
        font-size:22px;
        font-weight: 600;	
	
	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);	
}
.write_review_wrap .rating{
	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);	
}
.textarea_wrap{
	width:100%;
	position:relative;
	padding-bottom: 15px;
}
.textarea_wrap .ui_textarea{
	width:100%;
	border:1px solid #999;	
	margin-top:10px;
	padding:10px;
	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);	
}
.textarea_wrap .switch_btn{
	border-radius:4px;
	color:#fff;
	background:#ef6c00;	
	padding:10px;
	position:absolute;
	left: 50%;
    margin-left: -75px;
    top: 50%;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
}
.textarea_wrap .switch_btn:hover{
	opacity:.8;
	text-decoration:none;
	color:#fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.download_app_wrap{
	float:left;
	margin-top:10px;
	padding:0 10px;	
}
.download_app_wrap img{
	width:100px;
}
#addphoto{
	width:100% !important;	
}
.bx-wrapper{
	margin: 0 !important;	
}
.bx-wrapper .bx-viewport {
    border: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: #fff !important;
    padding: 0 !important; 
}
.bx-wrapper ul li{
	width:100% !important;	
}
.bx-wrapper-thumb{
	height:auto !important;	
	margin-top: -17px;
}
.bx-wrapper-thumb .bx-wrapper{
	max-width: 100% !important;
}
.slider {
    z-index: 0 !important;
}
.slider li a img {
    width: 100% !important;
}
.input-group .form-control:focus {
    z-index: 6 !important;
}
/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.fade-in.two {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}

.fade-in.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

@media screen and (max-width: 768px){
.header{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}

.logo h3 span {
    font-size: 14px;
}

.header .logo {
    position: absolute;
    width: 100%;
    left: 10px;
    top: 70px;
    text-align: left;
    margin-left: 0 !important;
    padding-right: 120px;
}
.map_view {
	height: 100%;
	position: relative;
}
.map .float {
    position: absolute;
    bottom: 30px;
    right: 10px;
}
.main_content{
	box-shadow:none;	
}
.logo{ 
        margin-left: -36px !important;
}
.header .back_to_maps{ 
	margin-top:5px;
}
/*.header .back_to_maps span{ 
	display:none;
}*/
.about_content h1{ 
	margin-top:0;
        display: none;
}
.textarea_wrap .switch_btn{
	margin-left:-85px;	
}
.lightbox_item h1{
    display: block !important;
}
.map{
    width: 100vw;
    height: 58vh !important;
    background-position: center 40% !important;
    position: relative;
    z-index: 0;
    margin-top: 120px;
}
.light_box_wrap{
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.3);
    box-shadow: 0 -1px 3px rgba(0,0,0,.3);
}
.review_scroll{
	max-height:100% !important;
        overflow-y: inherit !important;
}
}
.map{
    height: 100vh;
}
/*searc*/
.as-results {position : relative;width: 100%;background : #fff;bottom: -35px;height : 100%;z-index: 999}
.result-wrapper,.as-results{
	/* width: calc(100% - 23px); */
	/* position: absolute; */
	/* top: 32px; */
	left: 0;
	border-top: 2px solid #ff8400;
	/* z-index: 1000; */
	/* display: none; */
	/* -webkit-box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.23); */
	-moz-box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.23);
	/* box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.23); */
	/* transition: all 100ms ease; */
}
.as-results .as-list{
	list-style:none;
	border:1px solid #e0e0e0;
	background:#fff3e0;
	display:inline-block;
	padding:0;
	margin:0;
	width:100%;
	float:left;
	overflow-x: hidden;
	position: absolute;
	left: 0;
}
.as-results .as-list li{
	font-size:14px;
	color:#757575;
	border-left:2px solid transparent;
	padding:5px 8px;
	display:block;
	float:left;
	width:100%;

}
.as-results .as-list li:hover:first-child {
    /* border-left: 2px solid transparent; */
    /* background: transparent; */
}
.as-results .as-list li.active {
    border-left: 2px solid #d26d00;
    background: #fff;
}
.as-results .as-list li.title-list-item{
	padding:10px;
	font-family:Montserrat-Regular;
	font-weight:700;
        cursor:pointer;
}
.as-results .as-list .icon-item{
	float:left;cursor:pointer;display: none;
}
.as-results .as-list li .search-item{
	padding-left:0;cursor:pointer;
}
.as-results .as-list li .search-item .search-fill{
	float:left;
	width:100%;
}
.as-results .as-list li .search-item .search-fill span{
	text-decoration:underline;
}
.as-results .as-list li .search-item .tag-line{
	text-transform:uppercase;
	color:#424242;
	background:#bdbdbd;
	padding:1px 6px !important;
	border-radius:30px;
	font-style:normal;
	float:left;
}
.as-results .as-list li .search-item p{
	font-size:10px;
	font-style:italic;
	margin-bottom:0;
}
.as-results .as-list li.title-list-item:not(:first-child):hover, .result-wrapper .result-item-bx li.sub-title-list-item:hover {
	background:transparent;
	border-left:2px solid transparent;
}
.icon-item{
	float:left;margin-right:-21px
}
 .search-item{
	padding-left:20px;float:left;text-align: left;width:100%
}
.bgfont{font-size:10px;color:#aaa}
.search-font {
    display: inline;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    float: left;
    width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lightbox_item h1{
    margin-top: 10px;
    display: none;
}
#additional .modal-content{
	float:left;	
}
.additional_wrap{
	float:left;
	width:100%;	
}
.additional_wrap .additional_item{
	float:left;
	width:100%;	
	margin-bottom:15px;
}
.additional_wrap .additional_item label{
	display:block;
	margin-bottom:0;
}
.additional_wrap .additional_item .label_text{
	display:block;
}



.review_scroll{       
background: #fff;
        float:left;
        width:100%;
        display: inline-block;
}
.read_review_wrap{
	padding:10px;
	background:#fff;
	box-sizing:border-box;	
}
.review_list{
	list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
	background:#fff;
}
.review_list li:last-child{
	margin-bottom:10px;
}
.review_list li .review_profile{
	float:left;
	width:40px;
	height:40px;	
	overflow:hidden;
	border-radius:50%;
}
.review_list li .review_text{
	padding-left:50px;
}
.review_list li .review_text h3{
	font-size: 13px;
    font-weight: bold;
	margin-bottom:0;
	color:#d26d00;
}
.review_list li .review_text p{
	margin:5px 0;
	padding:0;
}
.review_list li .review_text .review_time{
	color: #999;
    font-size: 13px;
}
.review_list li .review_text .review_p{
	color: #222;
    font-size: 13px;
    line-height: 18px;
}


/* nearby categories */

.nearby-cat-sec {
    margin-top: 20px;
}

.mob-cat-list li {
    width: 25%;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-bottom: 10px;
    min-height: 70px;
}

.mob-cat-list li .cat-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 50%;
    line-height: 28px;
    border: 1px solid #007BBE;
}

.mob-cat-list li .cat-icon img {
    max-width: 100%;
}

.mob-cat-list li .cat-name a {
    display: block;
    color: #212121;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}

.nearby-cat-trig {
    display: inline-block;
    background-color: #007BBE;
    padding: 4px 10px;
    border-radius: 4px;
    margin-left: 36px;
    position: relative;
    top: 3px;
    cursor: pointer;
    color: #ffff;
    font-weight: 400;
}

.nearby-cat-trig:hover {
    color: #ffff;
    text-decoration: none;
}

.nearby-cat-trig img {
    margin-right: 5px;
}

/**new css**/
.similar-places{
	float:left;
	width:100%;
	padding: 30px 10px 0;	
}
.s-p-head{
	float:left;
	width:100%;
	border-bottom:1px solid #efefef;	
}
.s-p-head h2{
	color: #212121;
    border-bottom: 5px solid #339e82;
    font-size: 18px;
    margin: 0;
    padding-bottom: 12px;
    display: inline-block;
    font-weight: 600;
    position: relative;
}
.s-p-head h2:after {
    content: '';
    width: 1px;
    height: 24px;
    background-color: #ddd;
    position: absolute;
    top: 3px;
    right: -20px;
}

.places-list{
	width:100%;	
	list-style:none;
	margin:0;
}
.places-list > li{
	float: left;
    width: 50%;	
	margin-top:8px;
}

.places-list > li .p-l-pic{
	float:left;	
	width:36px;
	height:36px;
}
.places-list > li .p-l-text{
	margin-left:45px;
	line-height:14px;
        margin-top: 13px;
}
.places-list > li .p-l-text a{
	color:#339E82;
}
.places-list > li .see-route{
	color: #fff !important;
    background-color: #339E82;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 45px;
    line-height: 14px;
}
.places-list > li .see-route:hover, .places-list > li .see-route:focus {
	text-decoration: none;
    border: 0;
    outline: none;
    box-shadow: none;
}
/*.imd-logo{
    position: absolute;
    top: 1px;padding:5px 10px;
}*/
.theme-font-clr{
	color:#d26e01;
}
.more-btn{
	font-size: 14px;
    color: #ababab;
    padding: 10px 30px;
    border: 1px solid #ababab;
    text-decoration: none;
    display: inline-block;
	border-radius:3px;
}
.more-btn:hover{
	color:#fff;
	background:#d26e01;
	border:1px solid #d26e01;
	text-decoration: none;
        cursor:pointer;
}
.more-sec{
	text-align:center;
	width:100%;	
	float:left;
	margin-top:25px;
}
.scroll-content{
	overflow-y: auto;
    height: calc(100vh - 100px);	
}
.onboarding-sec{
	float:left;
	width:100%;
	background:#e8f4ff;
	margin-top:30px;
	padding: 0 100px 0 130px;	
}
.onboarding-sec h2{
	display:block;
	text-align:center;
	font-size:24px;
	color:#333333;	
	margin-bottom:20px;
	font-weight:700;
}
.o-s-list{
	width:100%;	
	list-style:none;
	margin:0;
}
.o-s-list > li{
	display:block;
	margin-top:30px;
	float:left;
	width:100%;
}
.o-s-list > li .o-s-l-pic{
	width:130px;
	height:130px;
	float:left;
}
.o-s-list > li .o-s-l-text{
	margin-left:130px;
	color:#333333;
	font-size:14px;
}
.o-s-list > li .o-s-l-text h4{
	font-size:14px;
	margin:0 0 15px;
	font-weight:600;
}
.o-s-list > li .o-s-l-text p{
	
}
.onboarding-sec .more-btn{
    color: #000;
    border: 1px solid #000;
}
.onboarding-sec .more-btn:hover{
    color: #fff;
    border: 1px solid #d26e01;
}
.onboarding-sec .more-sec{
	margin-bottom:25px;
	margin-top: 15px;
}
@media (max-width:1024px){
.scroll-content {
    height: auto;
    background: #fff;
}
.places-list > li {
    width: 100%;
    margin-top: 15px;
}	
.onboarding-sec {
    padding: 0 10px;
}
.o-s-list > li .o-s-l-pic {
    width: 100%;
    text-align: center;
}
.o-s-list > li .o-s-l-text {
    margin-left: 0;
    text-align: center;
}
}


/**new css**/
.eloc-exp-sec {
    margin: 10px 0;
}
.eloc-exp-sec .eloc-icon {
    float: left;
    width: 24px;
	color: #d26d00;
}
.eloc-exp-sec .eloc-desc {
    margin-left: 24px;
}
.eloc-exp-sec .eloc-desc .eloc-title{
    font-size: 14px;
}
.eloc-desc-main .eloc-name {
    margin: 0;
    color: #d26d00;
    position: relative;
    font-weight: 600;
    float: left;
    cursor: pointer;
    font-size: 24px;
}
.eloc-desc-main .eloc-control {
    float: right;
	margin-top: 7px;
    margin-bottom: 0;
}

.eloc-control > li{
	position: relative;    float: left;
    margin-left: 10px;

}
.eloc-control > li > a{
    padding: 5px;
	color: #757575;
}
.eloc-control > li > a:hover{
	color: #d26d00;
}
.qr-hover-copy {
    position: absolute;
    font-size: 10px;
    background: #323232;
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
    text-transform: capitalize;
    z-index: 1;
	right: 0;
    display: none;
}
.qr-hover-copy:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #323232;
    position: absolute;
    right: 4px;
    top: -4px;
}
.eloc-control > li > a:hover .qr-hover-copy, .eloc-desc-main .eloc-name:hover .qr-hover-copy {
	display: block;
}

.exp-share-modal{
	width: 388px !important;
    right: 0;
    left: auto !important;
	top: 16px !important;
	z-index: 100 !important;
	
}


/**share model**/
/* share-wrap  */

.share-modal{
	left:0;
	box-shadow:none;
	position:absolute;
	top:49px;
	border-top:0;
	width: 100%;
	display:none;
	z-index:10;
}
.share-wrap .search-title {
	border-bottom: 1px solid #dddddd;
    color: #fff;
    background: #d26d00;
    float: left;
    width: 100%;
    padding: 10px;
    position: relative;
}
.share-wrap .search-title-left.blue-font.pull-left h3{
    font-size: 12px;
    color: #fff;
	margin-top: 4px;
	    margin-bottom: 0;
}
.share-wrap .search-title-right a {
    margin-left:0 !important;
	font-size:12px !important;
	color:#fff !important;
	cursor: pointer;
}
.share-wrap .search-title-right a span{
	display:inline !important;
        text-transform: uppercase;
    margin-right: 5px;
}
.share-wrap .search-title-right a i{
    margin-left:0 !important;
	    font-size: 18px;
    line-height: 16px;
}
.share-wrap .share-list{
        display: block;
    text-align: center;
    background: #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.23);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.23);
    float: left;
    width: 100%;
    padding-top: 15px;
	padding-bottom: 15px;
}
	
.share-wrap .share-list li {
     display: inline-block;
    width: auto;
    padding: 0 !important;
    margin: 0px 15px;
}
.share-wrap .share-list li a{
    margin-left:0 !important;
    position: relative;
	text-decoration: none;
	cursor: pointer;
}

.share-wrap .share-list li a .qr-hover-copy{
    top: 26px;
    padding: 4px 5px;
}

.share-wrap .share-list li a:hover .qr-hover-copy{
    display: block;
}

.share-wrap .share-list li a.fa_url i{
    background: #1769ff;
}
.share-wrap .share-list li a.fa_fb i{
    background: #3b5998;
}
.share-wrap .share-list li a.fa_tw i{
    background: #55acee;
}
.share-wrap .share-list li a.fa_gp i{
    background: #dd4b39;
}
.share-wrap .share-list li a.fa_wh i{
    background: #4dc247;
}
.share-wrap .share-list li a.fa_em i{
    background: #ef6c00;
}
.share-wrap .share-list li a i{
    width: 37px !important;
    height: 37px !important;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding-top: 12px;
    color: #fff;
}
.share-wrap .share-list li a span{
    color: #000;
    font-size: 10px;
    margin-top: 10px;
    display: block;
    float: none;
    margin-left: 0;
}



@media (max-width:1024px){
	
.share-wrap .share-list li {
    display: inline-block;
    width: auto;
    padding: 0 !important;
    margin: 0px 5px;
}
.exp-share-modal {
    width: 320px !important;
    right: -10px;
}
	
}



/** input hoshi **/

/* Hoshi */

.read_only_label {
    top: -10px;
    font-size: 12px;
    padding: 0;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #6a7989;
	font-weight: normal;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
}



.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 1em;
	padding: 0.75em 0.15em;
	width: 100%;
	background: transparent;
	color: #788288;
	font-size:14px;
	font-weight:normal;
}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.25em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
	color:rgba(0,0,0,.5);
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 5px);
	border-bottom: 1px solid #c9c9c9;
}

.input__label--hoshi::after {
	margin-top: 2px;
	border-bottom: 4px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
	border-color: #c9c9c9;
}

.input__label--hoshi-color-2::after {
	border-color: #c9c9c9;
}

.input__label--hoshi-color-3::after {
	border-color: #c9c9c9;
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
  font-size:12px;
}
*/

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}



/** save to email **/

#cropit-overlay {
    background: rgba(51, 51, 51, 0.91);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 9999;
	display: none;
}
.cropit-overlay-popup {
    width: 388px;
    height: auto;
    position: relative;
    top: 15%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.23);
    border-radius: 4px;
    margin: 0 auto;
    overflow: hidden;
}
.cropit-head {
    position: relative;
    padding: 15px;
    background-color: #d26d00;
}
.cropit-head h2 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding: 0;
	margin: 0;
	
}
.parent-closebtn {
 	width: 20px;
    height: 20px;
    line-height: 12px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #fff;
    color: #fff;
    padding-top: 2px;
    z-index: 1;
    font-size: 12px;
}
.parent-closebtn:hover {
    border: 1px solid #fff;
    color: #fff;
}
.cropit-change-pic-sec {
    padding: 20px 15px;
}
.cropit-export-sec {
    width: 100%;
}
.submit-common {
    border: 1px solid #d26d00;
    background-color: transparent;
    color: #d26d00;
    padding: 10px 25px;
    color: #fafcf7;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #d26d00;
    border-radius: 30px;
    border: 1px solid transparent;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
}

.submit-common:hover {
    color: #fff;
}

.cropit-change-pic-sec input:focus{
	border:0;
}

@media screen and (max-width: 1024px){
	
.save-to-email {
    width: auto;
    position: relative;
    top: 20%;
    position: absolute;
    left: 10px;
    right: 10px;
}

#imageloading {
    top: 55px !important;
    width: 100% !important;
    margin-left: 0 !important;
}
	
}
/**pilgrimage**/
.ch-reveal-body{
    display:none;
}
.places-list.pilgrimage-list > li {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}
.places-list.pilgrimage-list > li .p-l-text {
    border-right: 1px solid #efefef;
}
.places-list.pilgrimage-list > li .p-l-text .ch-place-name {
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -7px;
    line-height: 24px;
}
.places-list.pilgrimage-list > li .p-l-text .ch-place-state, .places-list.pilgrimage-list > li .p-l-text .ch-place-eloc {
    font-size: 16px;
}
.places-list.pilgrimage-list > li .p-l-text .ch-place-state i, .places-list.pilgrimage-list > li .p-l-text .ch-place-eloc i{
    color: #757575;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.places-list.pilgrimage-list > li .p-l-text .ch-place-eloc span{
	font-size: 12px;
}
.places-list.pilgrimage-list > li .p-l-text .ch-place-state, .places-list.pilgrimage-list > li .p-l-text .ch-place-eloc{
	margin-bottom: 15px;
}
.places-list.pilgrimage-list > li .p-l-text .ch-place-eloc div {
    font-size: 14px;
    margin-left: 7px;
	display: inline-block;
}
.places-list.pilgrimage-list > li .p-l-pic {
    position: relative;
    top: 8px;
}
.places-list.pilgrimage-list > li .p-l-pic .count{
    position: absolute;
    top: 8px;
    left: 14px;
}
.ch-reveal-body .places-list.pilgrimage-list > li .p-l-pic .count{
    left: 11px;
}
.ch-reveal-body .places-list.pilgrimage-list > li .p-l-pic .count .fa{
    color: #696969;
}
    
.ch-bdr{
	border-bottom: 1px solid #efefef;
}


.ch-reveal-item{
	border-bottom: 1px solid #efefef;
}

.ch-reveal-item .places-list.pilgrimage-list > li {
    margin-top: 15px;
	position: relative;
    padding-bottom: 0;
}
.ch-reveal-item .places-list.pilgrimage-list > li:before {
    content: "";
	position: absolute;
	width:5px;
	left: 0;
}

.ch-reveal-item .places-list.pilgrimage-list > li .p-l-text .ch-place-name {
    color: #212121;
    font-size: 14px;
    margin-bottom: 8px;
}

.ch-reveal-item .places-list.pilgrimage-list > li .p-l-text .ch-place-state, .ch-reveal-item .places-list.pilgrimage-list > li .p-l-text .ch-place-eloc {
    font-size: 14px;
}

.ch-reveal-item .weather-icon {
    width: 40px;
    height: 40px;
}

.ch-reveal-item .weather-text {
    margin-left: 42px;
    color: #2d3941;
}
/*.ch-reveal-item .weather-text h4 {
    font-size: 13px;
}*/

/**weather**/
.weather-sec {
	padding: 10px;
}
.weather-list {
	margin-top: 4px;
}
.weather-list > li {
	display: inline-block;
	margin-top: 10px;
}
.weather-icon {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 0;
}
.weather-icon img {
	max-width: 100%;
}
.weather-icon i {
	font-size: 32px;
}
.weather-text {
	margin-left: 50px;
	color: #2d3941;
}
.weather-text h4 {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.weather-text .temp-calc {
	font-size: 12px;
}
.weather-text .temp-calc p {
	margin-bottom: 0;
	font-size: 13px;
	margin-top: 10px;
}
.weather-text .temp-calc span:first-child {
	padding-right: 10px;
	border-right: 1px solid rgba(45, 57, 65, 0.23);
	margin-right: 10px;
	font-size: 16px;
	font-weight: 700;
}
.weather-list.weather-list-5day > li .temp-calc span:first-child {
	padding-right: 0;
    border-right: 0;
    margin-right: 0;
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.my_polyline { 
	 stroke: #016f99;
     fill: none;
     stroke-dasharray: 3,10; 
     stroke-width: 5;  
   }

   .scroll-content {
    overflow-y: auto;overflow-x: hidden;
    height: calc(100vh - 120px);  }                
/*.weather-list-5day{display:none;} */
                


/**new css**/
.eloc-exp-sec {
    margin: 10px 0;
}
.eloc-exp-sec .eloc-icon {
    float: left;
    width: 24px;
	color: #d26d00;
}
.eloc-exp-sec .eloc-desc {
    margin-left: 24px;
}
.eloc-exp-sec .eloc-desc .eloc-title{
    font-size: 14px;
}
.eloc-desc-main .eloc-name {
    margin: 0;
    color: #d26d00;
    position: relative;
    font-weight: 600;
    float: left;
	cursor: pointer;
}
.eloc-desc-main .eloc-control {
    float: right;
	margin-top: 7px;
    margin-bottom: 0;
}

.eloc-control > li{
    display: inline-block;
	position: relative;
}
.eloc-control > li > a{
    padding: 5px;
	color: #757575;
}
.eloc-control > li > a:hover{
	color: #d26d00;
}
.qr-hover-copy {
    position: absolute;
    font-size: 10px;
    background: #323232;
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
    text-transform: capitalize;
    z-index: 1;
	right: 0;
    display: none;
}
.qr-hover-copy:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #323232;
    position: absolute;
    right: 4px;
    top: -4px;
}
.eloc-control > li > a:hover .qr-hover-copy, .eloc-desc-main .eloc-name:hover .qr-hover-copy {
	display: block;
}

.exp-share-modal{
	width: 388px !important;
    right: 0;
    left: auto !important;
	top: 22px !important;
	z-index: 100 !important;
}

.day-trig a{
    color: #ef6c00;
	font-size: 12px;
	float: right;
}

.weather-list.weather-list-5day > li {
	margin-left: 0;
	margin-top: 0;
    text-align: center;
	border-right: 1px solid #efefef;
}
.weather-list.weather-list-5day > li .weather-icon {
	width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: -2px;
}
.weather-list.weather-list-5day > li .weather-text {
	margin-left: 30px;
    margin-right: 30px;
}
.weather-list.weather-list-5day > li:first-child .weather-text {
	margin-left: 42px;
}
.weather-list.weather-list-5day > li .weather-text h4 {
	font-size: 12px;
	text-transform: uppercase;
}
.weather-list.weather-list-5day > li .weather-text .temp-calc {
	font-size: 12px;
}

.forecast-warning {
    margin: 10px 0 0;
    padding: 10px;
    font-size: 12px;
}
#loader {text-align:center;position:absolute;padding:1px 1px 20px 0px;top:0px;left:0px;right:0px;width:100%;height:100%;overflow:hidden;z-index: 12;background:#ddd; margin:0px; background-image: url(../images/loading.gif); background-repeat: no-repeat; background-attachment: fixed; background-position: center; opacity: .5;filter: alpha(opacity=50);-moz-opacity:0.50;z-index: 1001;display:none}

#imageloading {
    position: absolute;
    top: 0;
    width: 34%;
    z-index: 99999;
    margin-left: 33%;
    text-align: center;
}
.map-control{
	display:none !important;
}

.nearby-cat-modal .modal-dialog {
    width: 400px;
}

.nearby-cat-modal .modal-header, .nearby-cat-modal .modal-body, .nearby-cat-modal .modal-footer {
    padding: 10px;
}

.nearby-cat-modal .modal-header .close {
    margin-top: -20px;
}

.nearby-cat-modal .modal-title {
    font-size: 14px;
    font-weight: 600;
}

.nearby-cat-modal .btn-primary {
    background-color: #339E82;
    border-color: #339E82;
    position: relative;
}

.nearby-cat-modal .btn-secondary {
    color: #339E82;
    background-color: #fff;
    border-color: #339E82;
    position: relative;
}

.nearby-cat-modal .form-control {
    color: #212121;
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
}



.btn-list a {
    background: #d1d1d1;
    padding: 7px 10px;
    display: inline-block;
    color: #333;
    border-radius: 4px 4px 0 0;
}
.btn-list a.active, .btn-list a:hover {
    background: #2a445b;
    color: #fff;
    text-decoration: none;
}

.close-btn:hover {  
	background: #d26f02 !important;
    color: #fff;
    text-decoration: none; 
}

.close-btn {
	float: right;
    background: none;
    text-decoration: none;
    border-radius: 50% !important;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 5px 0 0 1px !important;
}

/* .cur_loc {
    background: #33b5e5;
    border: 2px solid #fff;
    box-shadow: 0px 1px 1px #333;
    border-radius: 10px/50%;
    width: 20px;
    height: 20px;
} */

.weather-dropdown .forecast-trigger-btn {
    background-color: transparent;
    color: #339e82;
    border-color: #339e82 !important;
    outline: none;
    box-shadow: none;
    margin: 20px 0 10px 42px;
}
.weather-dropdown .btn-primary.forecast-trigger-btn:focus, .weather-dropdown.open .btn-primary.forecast-trigger-btn:focus {
    background-color: #d26e01 ;
    border-color: #d26e01 !important;
    color: #fff;
}
.weather-dropdown .dropdown-menu {
    width: 100%;
    position: relative;
    border: 0;
    box-shadow: none;
    margin-bottom: 10px;
}
.day-next-block.dropdown-menu{
	background-color: transparent;
}
.blinking{
	animation:blinkingText 0.20s infinite;
}
@keyframes blinkingText{
	0%{		color: red;	}
	49%{	color: red;	}
	50%{	color: transparent;	}
	99%{	color:transparent;	}
	100%{	color: red;	}
}

.div_map {
    float: right;
}


.report-sec {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    margin-top: -54px;
}

.report-sec .traffic_trig {
    margin: 10px 0;
}

.report-sec .traffic_trig, .report-sec .safty_trig {
    width: 36px;
    display: block;
    cursor: pointer;
}
    
.report-sec .traffic_trig img, .report-sec .safty_trig img {
    width: 100%;
}

.arw-wh-sec {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    display: none;
}

.arw-wh {
    background: #efefef;
    width: 48px;
    height: 4px;
    border-radius: 30px;
    border: 2px solid #dddddd;
    margin: 15px auto 0;
}

@media screen and (max-width: 768px){

.arw-wh-sec {
    display: block;
}

.report-sec {
    top: auto;
    right: auto;
    bottom: 50px;
    left: 10px;
    margin-top: 0;
}

.report-sec .traffic_trig {
    margin: 5px 0;
}

.report-sec .realviewIcon {
    top: auto;
    left: auto;
    position: relative;
}

.scroll-content {
    overflow-x: hidden;
    height: 100vh;
    overflow-y: visible;
    max-height: none;
    width: 100%;
}


.weather-list.weather-list-5day > li .weather-text {
    margin-left: 10px;
    margin-right: 10px;
}


.header .back_to_maps {
    margin-top: 13px;
}


.logo h3 {
    color: #212121;
    font-size: 16px;
    margin-top: 0;
}

.nearby-cat-modal .modal-dialog {
    width: auto;
}

.places-list {
    float: left;
}

.s-p-head span {
    float: right;
    font-size: 11px;
    margin-top: 3px;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    border-top: 1px solid #ddd;
    background: #fff;
    z-index: 1;
}

.places-list.pilgrimage-list > li .p-l-text .ch-place-name {
    margin-bottom: 0;
}

.div_map {
    float: none;
}

.description_amarnath {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.address_amarnath {
    margin: 5px 0;
    float: left;
    width: 100%;
}

.main_content {
    height: auto;
    padding-bottom: 7px;
}

}

.leaflet-bottom {
    display: none;
}


@media screen and (max-width: 375px) {
.new-map-control {
    top: 240px;
  }
}
@media screen and (max-width: 320px) {
  .new-map-control {
    top: 222px;
  }
}

.new-map-control {
    position: absolute;
    right: 10px;
    top:248px;
    z-index: 1;
    top: 45%;
    margin-top: -100px;
    display:block;
}

.n-m-c-list li {
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    margin-bottom: 15px;
}
.top-head{
	margin: 0 0 10px 17px;
    color: #212121;
    font-size: 20px;
    font-weight: 700;
}

.float{
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 10px;
    background-color: #fff;
    color: #2a445b;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
    overflow: hidden;
}

.float .current_loc{
    width: 84px;
    height: 84px;
    display: inline-block;
    background: url(../images/current_loc@3x.png) 17px 17px no-repeat;
    background-size: 30%;
    position: relative;
    left: -9px;
    top: -9px;
}
.float:hover{
 background-color: #2a445b;
}

.float:hover .current_loc{
 background: url(../images/act_current_loc@3x.png) 17px 17px no-repeat;
 background-size: 30%;
}

/* marker */

.nearby-marker{
    width: 32px;height: 32px;display: inline-block;margin-bottom: 5px;   border-radius: 50%;line-height: 28px;border: 1px solid #007BBE;background-color: #fff;
}

