body{
margin:0px;
font-family:Source Sans Pro;
background:#666;
color:#666;
-webkit-font-smoothing: antialiased;
scrollbar-face-color: slategray;
scrollbar-track-color: #b8c0c8;
}
ul{-webkit-padding-start: 0px;}


/* scrollbar */
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: slategray;
}

::-webkit-scrollbar-track {
  background: #b8c0c8;
}
/* scrollbar-end */


.full-container{
height:100vh;
width:100%;
}

.bg{
background-image: url("../img/mylobg.jpg");
width:100%;
height: 100vh;
background-size: cover;
background-position: center;
position:absolute;
z-index:-1;
}

.bg:before {
content: " ";
background-color: rgba(0,0,0,0.55);
width: 100%;
height: 100vh;
position: absolute;
}

.myheader{
height:60px;
top:0;
width:100%;
background-color:white;
position:fixed;
z-index:10;
border-bottom: 1px solid #e0e0e0;
box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
}

.logo{
	height:60px;
	float:left;
	width:200px;
	padding: 0px 20px;
}
.logo img{
	height:60px;
}


/*for home header*/
.full-container .head-search{
 visibility:hidden;
}
.full-container .myheader{
	background:transparent;
	position:initial;
	z-index:10;
	border-bottom: none;
	box-shadow: none;
}
.full-container .mob-search{
	display:none;
}
.full-container + #footer{display:none;}
/*end for home header*/


.head-search{
	display:inline-block;
	width:31%;
}

.head-search input {
    height: 40px;
    border: none;
    padding: 10px;
	background-color:white;
	outline: none;
	min-width:200px;
	width:91%;
	margin:10px 0px 0px 10px;
	border:1px solid #949393;
}

.head-search i{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    left: -28px;
    color: #fa842f;
}

.menu {
    display: inline-block;
    float: right;
    /*padding-right: 15px;*/
}

.menu ul{
	padding:0;
}

.navi {
    height: 60px;
    display: inline-block;
    padding: 20px 15px;
    list-style-type: none;
	cursor:pointer;
}

.navi a{
	color:#666;
	font-size: 15px;
}

.navi:hover a{
	color:#ff4d55;
	font-size: 15px;
	font-weight:bold;
}

/*for home header*/
.full-container .navi a{
	color:white;
}

/*end for home header*/



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	margin-left:-75px;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	color:#333;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.navi i {
	font-size: 12px;
    padding-left: 5px;
}

.dropdown-content i{
	padding-right:10px;
}

.search{
	margin-top:25vh;
}
.search-text{
	text-align:center;
	color:white;
}

.search-text h1{
font-size:55px;
}


.search-box {
    margin-top: 50px;
}

.search-all {
    display: inline-block;
}

.search-all input {
    height: 50px;
    border: none;
    padding: 15px;
    border-radius: 5px;
    min-width: 450px;
	outline: none;
}

.sr-btn {
    height: 50px;
    width: 100px;
    border: none;
    border-radius: 5px;
    color: white;
    background: #fa842f;
	font-size: 16px;
	margin-left:20px;
    font-weight: bold;
}
.sr-btn:hover {
    background: #ec7724;
}

.sr-btn i{
	font-size:16px;
	padding-left:5px;
}
.catg{
	font-size:30px;
	margin-top:8%;
}

.catg a{text-decoration:none;}

.shop, .dine, .enter, .welln { 
	background-color:rgba(255, 255, 255, 0.125);
	width: 85px;
	height:85px;
	color:white;
	display:inline-block;
	border-radius:5px;
	cursor:pointer;
	transition: .2s ease;

}

.shop:hover, .dine:hover, .enter:hover, .welln:hover { 
	background-color:rgba(255, 255, 255, 0.225);
	transform: scale(1.03);
}

.shop span:nth-child(2), .dine span:nth-child(2), .enter span:nth-child(2), .welln span:nth-child(2) {
	font-size:12px;
	display:block;
	margin-top:10px;
}


/* mobile-nav */
.mob-dropdown-content a{
	color:#333;
}

.nav-btn {
    position: fixed;
    z-index: 5;
    width: 40px;
    height: 40px;
    cursor: pointer;
    left: 0;
	top:0;
	display:none;
}

#nav-icon2 {z-index:5;}

.header{
	height:100vh;
	width:85%;
	top:40px;
	left:0;
	position:fixed;
	z-index:3;
	background-color:white;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	border:1px solid #666;
	box-shadow:15px 0px 15px -15px #333;
}
.slidehead{margin-left:-100%}
 
.header li .panel .panel-heading .panel-title {
	color:#666;
	text-align:center;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header .panel:hover .panel-heading{
	color:#202121;
	text-align:center;
	background-color:#f4f7f6;
}


#nav-icon2 span {
    display: block;
	top:0;
    position: absolute;
    height: 2px;
    width: 20%;
    background: #92291d;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 12px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
   top: 13px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
   top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 23px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 14px;
  top: 14px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 0px);
  top: 14px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 14px;
  top: 20px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 0px);
  top: 20px;
}

/* mobile-nav end */
.click-search{
	display:none;
    height: 30px;
    width: 30px;
    right: 0;
    top: 0;
    padding: 3px;
    text-align: center;
    margin: 5px;
    border-radius: 2px;
    border: 1px solid #666;
    position: absolute;
	z-index:9999;
	cursor:pointer;
}

.mob-search-bar{
	display:none;
	position:absolute;
	top:0;
	right:40px;
	left:40px;
	width:100%;
	height:40px;
	padding:5px 80px 5px 5px;
}

.popup-overlay{
	height:100vh;
	width:100%;
	background:rgba(0,0,0,0.3);
	z-index:6;
	position:fixed;
	top:0;
}

.popup-area{
	width:100%;
	background:#212121;
	box-shadow:0px 10px 20px 0px rgba(0,0,0,0.4);
}

.popup-close{
	float:right;position:absolute;top:20px;right:25px;cursor:pointer;
}

.popup-search{
	margin-top:8%;
}

.popup-search input{
	height: 40px;
    border: none;
    padding-left: 25px;
    border-radius: 5px;
    min-width: 450px;
	outline: none;
	margin-top:2%;
}

.popup-search i{
	position:relative;
	right:-20px;
	font-size:18px;
}

.popup-CM{
	margin-top:6%;
}

.city{
    display: inline-block;
    padding-top: 38px;
    margin: 15px 10px 0px 10px;
    border: 3px solid white;
    height: 100px;
    width: 100px;
    border-radius: 50%;
	background-position: center;
    background-size: cover;
	opacity:0.9;
}


.top-cities a{
	color:black;
	font-size:16px;
	font-weight:bold;
}

.popup-logo{
margin-top:4%
}

.popup-logo img{
	max-height:60px;
	margin-bottom:10px;
}

#srh{
	display:none;
	width:100%;
	height:30px;
	border:1px solid #666;
	border-radius:2px;
	padding:5px;
	outline:0px
}
/* footer css */

.foot-top{background: url("https://www.mylomart.com/images/footerbuilding.png") repeat-x left top;
height:172px;
filter: grayscale(100%) brightness(0.389);}

#footer p,#footer h5{color:white;display:inline-block;text-align:justify}

#footer.widthBg {
    background: url("") repeat-x left top #212121;
}
#footer .footer-top {
    padding: 1px;
}

#footer .footer-bottom {
    padding: 10px 0 5px 0;
}

.text-center {
    text-align: center;
	margin-left:40px;
}


#footer .footer-top .footer-link {
    width: 100%;
    text-align: left;
}


#footer.style2 .footer-bottom {
    background: none;
    margin-top: 10px;
    border-top: solid 1px #171717;
}
#footer.style2 .sosal-midiya {
    width: auto;
    float: right;
}
#footer.style2 .sosal-midiya ul {
    padding: 0px;
    margin: 0px;
}
#footer.style2 .sosal-midiya ul li {
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: top;
}

#footer.style2 .sosal-midiya ul li a {
    width: 26px;
    height: 26px;
    display: block;
    background: #26293b;
    border-radius: 50%;
}

#footer.style2.widthBg .sosal-midiya ul li a {
    background: rgba(255,255,255,0.2);
}
#footer.style2 .sosal-midiya ul li a .fa {
    width: 100%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-top: 2px;
    display: inline-block;
}

#footer .container{margin-top:30px}
/* footer css end */

@media (min-width: 678px) and (max-width: 992px) {
	.logo {width: 130px;padding: 10px 10px;}
	.logo img {height: 40px;}
	.head-search {width: 25%;}
	.head-search input {min-width:150px; width: 89%; margin: 10px 0px 0px 0px;}
	.menu {padding-right: 0px;}
	.navi {padding: 20px 7px;}
	.search {margin-top: 20vh;}
}

@media (max-width: 678px){
	.myheader {height: 40px;}
	.full-container .myheader {background: white;}
	.logo {height: 40px;width: 130px;margin: 0 auto; float:none}
	.logo img {height: 40px;}
	.search {margin-top: 12vh;}
	.search-text h1 {font-size: 30px;}
	.search-all input {height:40px; padding: 10px;min-width: 335px;}
	.sr-btn {height: 40px;width: 30px;color: #fa842f;background: none;font-size: 16px;position: relative;margin-left: -30px;}
	.sr-btn:hover {background: none}
	.sr-btn i {font-size: 16px;padding-left: 0px;}
	.sr-btn span {display:none}
	.head-search {display:none}
	.menu {display:none}
	.catg {font-size:10px;margin-top:15%}
	.shop, .dine, .enter, .welln {width: 80px;height: 80px;}
	.nav-btn {display:inline-block}
	.mob-search-bar{display:block}
	.click-search{display:block}
	.popup-search input{min-width: 280px;}
	.text-center {margin-left:20px;}
}