/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('https://www.venuelook.com/css/fonts/montserrat-v14-latin-regular.woff2') format('woff2'), 
       url('https://www.venuelook.com/css/fonts/montserrat-v14-latin-regular.woff') format('woff');
    font-display: swap; 
}

body
{ 
	font-family: 'Montserrat', sans-serif!important;
}
h1,h2,h3,h4,h5,a, ul, li, select, option, span, button{
	font-family: 'Montserrat', sans-serif!important;
}

a{
	text-decoration:none!important;
}
/*21/07*/
button:active {
    outline: none!important;
}
*:focus {outline:none !important}
.venue-category
{
	    text-align: left;
}
/*21/07*/
.cust_close{
    background: #fff;
}
.navbar-brand img {
    width: 85%!important;
}
nav.scrolled {
  background: #4B4B4D!important;
}
 .navbar-brand {
    height: auto!important;
    padding-bottom: 10px!important;
	    margin-top: 0!important;
}
/*.navbar-default {
    background-color: transparent!important;
	opacity:1!important;
}*/
.navbar-inverse
{
	 background-color: transparent!important;
}
.navbar-default
{
	display:flex!important;
}
.new_menu a
{
	color: white;
    text-transform: uppercase;
	font-size: 14px;
    padding: 5px 9px;
	    font-weight: 500;
	
}
 .hover-class:hover{
    color: #ffffff;
    text-decoration: none;
	border-bottom:2px solid #ed3237!important;
}
.new_menu_bar
{
	    margin-top: 15px;
		text-align:center;
		display:flex;

}
.headupper_row
{
	    margin-left: 0px;
        padding: 0px;
				display:flex;
				    white-space: nowrap;
}
 .suggest_new {
    margin-right: -8px;
    margin-top: 1px;
    color: white;
    padding: 4px 0px !important;
    margin: 8px 0px;
    width: 142px;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #e32a2f!important;
    font-family: inherit;
}
 .btn-danger {
    color: #fff;
    background-color: #ed3237!important;
	border:1px solid #ed3237!important;
        line-height: 1.7!important;
		 font-weight:500!important;
		     border-radius: 0;
}
 /*21/07*/
.btn-grey
{
	color: #ffffff;
    background-color: #f3f4f100;
    border: 1px solid rgb(255 255 255)!important;
    line-height: 1.7!important;
    width: 163px;
	 font-weight:500!important;
	     border-radius: 0;
}
.search-btn:active
{
	color:white!important;
}
.search-btn:focus
{
	color:white!important;
}
/*21/07*/
 .btn-grey:hover, .btn-grey:focus {
    color:#ed3237!important;
    text-decoration: none;
	    background: white;
}
 .btn-danger:hover, .btn-danger:focus {
    color: #ffffff!important;
    text-decoration: none;
     background: rgb(227, 38, 43)!important;
}
.user-login
{
	    color: rgb(237, 50, 55);
    background: #F3F4F1;
    padding: 4px 10px;
    border-radius: 50%;
    font-size: 20px;
    margin-top: 8px;
}

.user-login a
{
	    color: rgb(237, 50, 55);
}



 .user-login:hover, .user-login:focus {
    text-decoration: none;
 background: white;
}
.headupper_right
{
	    margin-left: 40px;
}
.category-list {
    width: 900px;
    text-align: left;
    padding: 10px 0;
    list-style: none;
}
.nav-dropdown {
    display: none;
    position: absolute;
    cursor: default;
    background: #fdfdfd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,.4);
	
}
.category-browser 
{
    top: 42px;
    left: 0px;
    width: 900px;
    padding: 0;
    border-top: 1px solid #ccc;
    border-top-left-radius: 0;
	
}
.category-browser-1 {
    top: 43px!important;
    left: 334px!important;
    width: 160px!important;
    padding: 0!important;
    border-top: 1px solid #ccc;
    border-top-left-radius: 0;
}
 .dropdown_1:hover .nav-dropdown{display: block;}
 .sub-cat
{
	color:#333!important;
	text-transform: initial!important;
	    font-weight: 400!important;
		    font-size: 14px!important;
}
 .sub-cat:hover{
	border-bottom:none!important;
	text-decoration: none;
	color:#ed3237!important;
	
}
 .sub-type-cat
{
	    list-style: none;
		    padding-bottom: 8px;
}
 .sub-type
{
		    padding: 24px 24px;
}
 .cat-head
{
	    margin-left: 33px;
    font-weight: 600;
    color: #ed3237;
	font-size:15px;
	margin-top:24px;
	margin-bottom: 0px;
}
.fcoal
{
	font-weight: 600;
}
 .img_venue
{
	    width: 350px;
    padding: 10px;
    margin-left: -80px;
    margin-top: 11px;
   
}



/*new*/

/*new*/



.work-section
{
	    text-align: center;
		    margin: 0px 0;
}
 .bg-grey{
	    background: #F3F4F1;
}
 
 .pad-0
{
	    padding: 0!important;
    font-weight: 400!important;
    font-size: 15px!important;
}





.tablinks
{
	    background: transparent;
        font-size: 16px!important;
    font-weight: 600!important;
    margin: 0px 0px;
    padding: 10px 16px;
    border: none;
    color: #333;
}
.tabcontent {
 display: none;
}
.tab button.active {
border-bottom: 2px solid rgb(237, 50, 55)!important;
    border-radius: 0!important;
	border:none;
}
.tab button:hover {
  background-color: #ddd;
}
.tab {
  overflow: hidden;
  margin-top: 0px;
}
.main-list
{
	    list-style: none;
    text-align: left;
	    padding-left: 14px;
}
#myDIV
{
	padding:23px 0px;
}
.footer-list
{
	color: #333;
    line-height: 1.9;
}
.footer-list a
{
	color: #333;
	    font-size: 13px;
}
.footer-list a:hover
{
	color: rgb(237, 50, 55);

	text-decoration:none;
}
.skills-hub-unit-container
{
	    margin-top: 11px;
}
.web-links a{
	color:white;
	font-size: 15px;
    line-height: 2.0;
}
.web-links a:hover{
	color:#dcdcdc;
    text-decoration:none;
}
.color-black{
	background: #4B4B4D;
}
.menu-1 h3
{
	color: white;
    font-weight: 600;
    font-size: 18px;
	    margin-bottom: 14px;
}
.left-menu
{
	    margin: 30px 0;
}
.footer-p
{
	color: white;
    margin-top: 23px;
	    margin-bottom: 34px;
}
#lname
{
	    width: 60%;
    padding: 8px;
}
.subscribe
{
	    margin: -5px;
    background: rgb(237, 50, 55);
    color: white;
    border: none;
    padding: 10px;
}
.social-icon
{
	    width: 29px;
		display:block;
}
.social-icon:hover
{
	background: rgb(237, 50, 55);
    border-radius: 5px;
}
.pad-30
{
	margin: 8px 21px;
}
.pad-30 a
{
	font-size:16px;
	font-weight:600!important;
}
.bottom-line
{
	    background: black;
    color: white;
    padding: 10px;
    padding-left: 71px;
}


.field-wrapper 
{
  position: relative;
  margin-bottom: 20px;
      display: flex;
}

.field-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 50%;
  max-width: 300px;
  height: 42px;
  margin: 5px 0px;
  padding: 0px 24px 0px 14px;
  outline: none;
  /*outline-width: 2px;
  outline-radius: 4px; 
  outline-color:#00bafa; */
  font-size: 13px;
  line-height: 1.75;
  color: #333;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
      border-right: 2px solid rgb(237, 50, 55);
    margin-top: 33px;
}


option
{
  color: black;
}
.watermark
{
  color: #00bafa;
}
.search-btn
{
	    height: 43px;
    margin-top: 32px;
    border-radius: 0!important;
    background: rgb(237, 50, 55);
	width: 109px;
}
.search-btn:hover
{
	   color:white!important;
    background: rgb(227, 38, 43)!important;
}
//

 /*search-page*/
#dropdown-city-list_new .navTop
{
   background-color: #333!important;
}
#dropdown-city-list_new .location_placeholder {
   padding: 0 6px;
   font-size: 14px;
   float: left;
   margin-left: 7px;
   color: #33373D;
   line-height: 39px;
font-family: inherit;
   
}
#dropdown-city-list_new .ml5 i
{
   position: absolute;
   top: 10px;
   font-size: 10px;
   color: grey;
   display:none;
}
#dropdown-city-list_new select.input-sm
{
padding-left: 27px!important;
font-family: inherit;
   border-radius: 3px 0 0 3px!important;
       line-height: 20px!important;
}
#dropdown-city-list_new input.input-icon
{
margin-top: 12px;
   padding: 5px;
   font-size: 11px;
}
#dropdown-city-list_new input#srcItem
{
padding-left: 24px;
   width: 412px;
   line-height: 30px;
   height: 30px;
font-size: 12px;
border: 1px solid #ccc;
    margin-left: 11px;
}
#dropdown-city-list_new .city-input {
margin-top: 9px;
}
#dropdown-city-list_new .city-input i
{
   position: absolute;
   top: 20px;
   font-size: 13px;
   margin-left: 7px;
   color: grey;
}
#dropdown-city-list_new .suggest_new
{
   margin-right: -8px;
   margin-top: 1px;
   color: white;
   padding: 4px!important;
   margin: 10px;
   width: 162px;
   margin-bottom: 3px;
   font-size: 16px;
   font-weight: 500;
   cursor: pointer;
   border: 1px solid #e32a2f!important;
   margin-left: 182px;
font-family: inherit;
}
#dropdown-city-list_new .search_new
{
  padding: 4px!important;
   margin-top: 11px;
   padding-left: 19px!important;
   padding-right: 19px!important;
border-radius: 0px!important;
border: 1px solid #e32a2f!important;
font-family: inherit;
}
#dropdown-city-list_new .searchButton {
margin-top: 10px;
background-color: #dd514c;
border: 2px solid #dd514c;
}
#dropdown-city-list_new .searchButton i{
padding: 5px;
color: #fff;
}
#dropdown-city-list_new #citySearch_detail {
margin-top: 10px!important;
margin-bottom: 5px!important;
width: 20%!important;
margin-left: 138px!important;
}
#dropdown-city-list_new .navbar-default-2
{
background-color: #848688!important;
   margin-top: 38px;
   border-radius: 0px;
       position: fixed;
    width: 100%;
    top: 15px;
	    z-index: 999;
		display:flex;
} 


/*side nav*/





/* NAVGATION: */



.menu h1 
{
  background-color: #313a45;
  text-align: center;
  color: #DDD; 
  padding: 10px;
}

.menu ul a { display: flex; padding: 10px;  color: #444; transition: all 0.2s; }

.menu a:hover { background-color: #DDD; }

.menu ul:first-child { border-bottom: 1px solid #DDD; }
/* A primeira <ul> do menu (primeiro filho (first-child)) */

.menu ul a li:first-child { margin-right: 10px; }

/* A primeira <li> de cada <ul> do menu (primeiro filho (first-child)) (Icones) */

/* Cores Icones */

.menu ul a .icone2 { color: #ff9933; }
.menu ul a .icone3 { color: #6666cc; }
.menu ul a .icone4 { color: #663300; }

.menu ul:last-child a:hover li:first-child { color: #222; }

/* Na ultima <ul>, quando o mouse passas sobre os links de cada uma, a primeira <li> muda a cor para um cinza mais escuro */


/* Opacidade quando o menu é aberto */

.opacMenu
{
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 650px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 40; 
}


.menu p 
{
  text-align: center; padding: 40px; color: #DDD; font-size: 50px; text-shadow: 1px 1px 1px #222;
}

.menu p span { color: #ff3366; }

.desktop-view-hide
{
	display:none;
}
.labelMenu i
{
	font-size: 28px;
    color: black;
    padding-top: 11px;
}
/*plan-my-event*/
.back-section {
    display: block;
    background-color: #4B4B4D;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}
.back-btn {
    color: #fff;
    background-color: #4B4B4D;
    padding: 8px 12px;
    float: left;
    font-size: 16px;
    font-weight: 700;
}
.back-title {
    padding: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.accordion-new
{
	    background: transparent!important;
    color: #333!important;
    border-bottom: 1px solid #e3e3e3!important;
	    font-size: 16px!important;
}




.new-build
{
	    color: rgb(237, 50, 55);
    font-size: 18px!important;
    padding-right: 11px;
}
.cat-1
{
	    padding-bottom: 12px!important;
}

/*plan-my-event*/
/*find vendor*/
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
 z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255);
	    overflow-y: scroll;
}

.venuesearch i
{
	color: #7b7a7a;
  position: absolute;
    top: 156px;
    right: 36px;
}
.inputsearch_new
{
	 width: 88%;
    height: 43px;
    padding-left: 15px;
    border: 1px solid #dad7d7;
	margin-bottom:15px;
	color:#333;
	    margin-top: 21px;
}
.ht-40
{
	min-height: 362px;
}
/*find vendor*/


/*scroll*/
#scroll {
    position:fixed;
    right:10px;
    bottom:64px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.footer-links-list-desktop li{
	padding:0!important;
}

@media only screen 
and (min-width: 320px) and (max-width: 900px)
{

.width-307 {
    min-height:222px;
}
	.mobile-view-hide
	{
		display:none!important;
	}
.desktop-view-hide
{
	display:block;
}
/*city-dropdown*/
.full-screen {
  
  background: #fff;
}
.inputsearch
{
	    width: 88%;
    height: 43px;
    padding-left: 15px;
    border: 1px solid #dad7d7;
	margin-bottom:15px;
	color:#333;
}
.citysearch
{
	text-align: center;
}
.citysearch i
{
	color: #7b7a7a;
  position: absolute;
    top: 73px;
    right: 36px;
}

.hidden {
    display: none;
}
.popular-city-sec
{
	background: #f2f2f2;
    color: #333;
    padding: 14px;
	
    padding-left: 25px;
}
.sub-type-cat-3
{
	    padding: 14px;
    padding-left: 25px;
    border-bottom: 1px solid #f3f3f3;
	    text-align: left;
}
.popular-city-sec p{
	margin-bottom:0px;
}
.popup-btn
{
	background: none;
    border: none;
}
/*city-dropdown*/

header 
{
  background: white;
    position: fixed;
    top: 0px;
    width: 100%;
        height: 48px;
	    box-shadow: 2px 2px 0px 2px rgb(237, 50, 55);
	    z-index: 9;
		
}
.small-font
{
	font-weight:600!important;
}
/*new search section*/
.text-center
 {

    padding-top: 30px;
    /*color: white;*/
    width: 90%;
    padding: 0!important;
    margin-bottom: 85px;
 }
.w-300
	{
		min-width: 164px;
		padding: 0px 8px 0px 12px!important;
	}
	.field-wrapper select 
	{
		margin-top: 15px;
	}
	.search-btn {
    margin-top: 14px;
	    width: 33px;
	}
	/*new search section*/
.menu 
{
  position: fixed;
  top: 0; 
  left: -253px; 
  bottom: 0;
  min-width: 245px; 
  max-width: 200px;
  min-height: 100vh;
  background-color: #FAFAFA;
  box-shadow: 0 0 16px rgba(0, 0, 0, .28);
  transition: all 0.2s;
  z-index: 50;
  overflow-y: auto;
}
#scroll {
bottom: 77px;}
.menu h1 
{
     background-color: #f3f4f1;
    text-align: left;
    color: #333;
    padding: 10px;
    font-size: 18px;
    margin-top: 0;
}
.red-bg
{
	    background-color: rgb(237, 50, 55);
    text-align: left;
    color: #F3F4F1;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
}
.panel-2
{
    padding: 0px 11px!important;
}
.sub-type_2 {
    padding: 3px 0px!important;
	border-bottom: none!important;
}
.sub-type-cat-1
{
	    list-style: none;
}
.style-class
{
	background-color: transparent!important;
    color: #444!important;
	font-size: 14px!important;
	padding: 11px 10px!important;
	border-top:none!important;
}

.menu ul a { display: flex; padding: 11px 10px;  color: #444; transition: all 0.2s; }

.menu a:hover { background-color: #DDD; }

.menu ul{ border-bottom: 1px solid #DDD; }
/* A primeira <ul> do menu (primeiro filho (first-child)) */

.menu ul a li:first-child { margin-right: 10px; }

/* A primeira <li> de cada <ul> do menu (primeiro filho (first-child)) (Icones) */

/* Cores Icones */

.menu ul a .icone2 { color: #ff9933; }
.menu ul a .icone3 { color: #6666cc; }
.menu ul a .icone4 { color: #663300; }

.menu ul:last-child a:hover li:first-child { color: #222; }

.side-menu
	{
		    list-style: none;
    padding-left: 0px;
	}
	
	.arrow-down-1{
	
	text-align: right;
	
		float:right;
}
.icone1 img{
	margin-right:10px;
  width: 16px;
}

.popup-btn img{
    width: 20px;
}

.bottom-list img{
 width: 26px;
}

.venicon1{
    width: 20px;
    margin-right: 9px;
}

.right-1
{
	margin-right: 10px;
	
    font-size: 17px!important;

}
.cat-flex {
    overflow-x: scroll;
}
.fixed-top
{
	    padding: 0!important;
        width: 27px!important;
}
.width-42
{
	width:41%!important;
}
.navbar-brand
{
	float: left!important;
    height: 40px!important;
        padding: 13px 7px 7px 0px!important;
    font-size: 18px!important;
    line-height: 20px!important;
	    padding-bottom: 10px!important;
}
.top-imgs
{
	    float: right;
		padding: 10px 0;
}
.color-white {
    color: white!important;
}
.icone1
{
	width:100%;
}
 .navbar-brand img {
    width: 100%!important;
}
.padding-0
{
	padding:0!important;
}
.top-imgs i
{
	    color: rgb(237, 50, 55);
    font-size: 25px;
    padding-left: 6px;
    padding-top: 0px;
    vertical-align: middle;
    margin-left: 5px;
}
 


i.right-angle {
    top: 119px;
}

 .same-head {
    font-size: 15px;
    text-align: left;
	    margin-left: 15px;
		margin-top:0px;
}
.hover-img {
height: 171px!important;}
.hover-img-1
{
	height: 149px!important;
}


.pad-20 {
    padding-bottom: 15px!important;
}
 .left {
   margin-top: 12px;
}
 .einvite-sec img {
    width: 100%!important;
}

.btn-sec {
    margin-top: 9px;
    margin-bottom: 22px;
}
.bottom-0
{
	margin-bottom:0!important;
}

 .pad-0 {
    font-weight: 400!important;
    font-size: 11px!important;
}
.p-small
{
	text-align: left;
    font-size: 13px;
    margin-left: 15px;
}
 .change h4 {
    margin-bottom: 10px!important;
    font-size: 11px;
}

.search-btn-2{
    margin-top: 0;
	color: white;
	    background: rgb(237, 50, 55);
    line-height: 1!important;
    border-radius: 0!important;
		margin-bottom: 10px!important;
		padding: 8px 7px!important;
    font-size: 11px!important;
}

.white-btn
 {
    background: white;
    border: none;
    width: 293px;
    text-align: left;
    font-size: 12px;
    padding: 8px 7px;
    margin-bottom: 27px;
    margin-top: 10px;
}
#lname {
    width: 68%;
    padding: 8px 7px;
    font-size: 12px;
}
.subscribe {
    padding: 10px 8px;
	margin-left:-5px;
	
	font-size: 12px;
}
.email-subscribe
{
	
	text-align: center;
}
.email-subscribe h3
{
	color: white;
}
.web-links
{
	 padding-right: 0px!important;
}
.social-icon-1 {
    width: 17px;
}
.web-links a {
    
    font-size: 13px;
   
}
.footer-links-list 
{
	margin-top: 10px;
}

.accordion {
    background-color: #4B4B4D;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
 
    border-top: 1px solid white;
}
.accordian-menu .panel {
  padding: 0px;
  display: none;
  background-color: white;
  overflow: hidden;
  border-radius:0!important;
  box-shadow:none!important;
}

#more {display: none;}
#more1 {display: none;}
#more2, #more3, #more4, #more5, #more6, #more7, #more8 {display: none;}
.view-more-btn
{
	    background: none!important;
    border: none!important;
    font-size: 12px!important;
    padding-left: 12px!important;
    font-weight: 700!important;
	    margin-bottom: 20px;
		    color: rgb(237, 50, 55)!important;
}
.sub-type-cat-footer {
    font-size: 12px;
    list-style: none;
    padding-top: 11px;
}
.main-cat
{
	font-size:14px!important;
	font-weight:600!important;
	padding-left: 12px;
}
.main-cat-sub
{
	    padding-left: 12px!important;
		font-size:12px!important;
}

 .sub-type {
    padding: 0px 0px!important;
}
 .sub-type {
    padding: 24px 0px;
}
 .sub-type-1
{
padding: 14px 24px!important;
}
.bottom-line {
   
    padding-left: 0px;
    font-size: 10px;
	
 

}
.bottom-list a
{
	    color: #444;
	
}
.bottom-list 
{
	    text-align:center;
		margin-top:7px;
		   margin: 10px 11px;
}
.bottom-list  p
{
	font-weight: 600;
	font-size: 11px;
	margin-bottom:0;
}
.bottom-menu
{
	    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    box-shadow: rgba(2, 5, 5, 0.09) 0px 1px 5px 1px;
    z-index: 99999;
}
.support
{
	position: fixed;
    z-index: 99;
    bottom: 72px;
    right: 9px;
}
.support img
{
width: 58px;
}
.text_justify
{
display: flex;
    justify-content: space-around;
}

.vendor-hover:hover{
	 visibility: hidden;
}
.hover-bg
{
	background: url(https://www.venuelook.com/images/new-home-images/ven-icon-1.png) center no-repeat;
	width: 26px;
  height: 26.85px;
  display: block;
	background-size:cover;
	    margin: auto;
}
.hover-bg-1
{
	background: url(https://www.venuelook.com/images/new-home-images/invite-red.png) center no-repeat;
	width: 26px;
  height: 26px;
  display: block;
	background-size:cover;
	  margin: auto;
}
.hover-bg-2
{
	background: url(https://www.venuelook.com/images/new-home-images/blog-icon-red.png) center no-repeat;
	width: 30px;
  height: 27px;
  display: block;
	background-size:cover;
	  margin: auto;
}
.bottom-list a:hover{
	color:#e72626;
}
.active_ a
{
	color:#e72626!important;
}
}
@media only screen 
and (min-width: 1000px)
and (max-width: 1260px) 
{
	 .new_menu a {
    
    font-size: 12px;
    padding: 0px 4px;
}
 .new_menu_bar {
    margin-top: 9px!important;
}

 .btn-grey {
   
    width: 138px!important;
 
}
 .suggest_new {

    width: 125px;
	 font-size: 12px;
}
 .user-login {
   
    padding: 5px 10px;
    font-size: 17px;

}
.category-browser-1 {
left: 246px!important;
}
}

@media only screen 
and (min-width: 600px) and (max-width: 900px)
{
	 .navbar-brand img {
    width: 52%!important;
}
.width-42
{    width: 42%!important;
}
.small-font {
    font-size: 27px!important;
	    margin-top: 55px;
		margin-bottom: 17px!important;
}
.einvite-sec p {
    font-size: 17px;
	
}
 .btn-sec {
    margin-top: 17px;
}
 .browse {
  
    padding: 11px 28px!important;
    font-size: 15px!important;
}
.bottom-list {
    margin-top: 7px;
}
.white-btn {
    
    width: 400px;
}

}
@media only screen 
and (min-width: 900px) and (max-width: 1060px)
{
	 .new_menu a {
    
   font-size: 11px!important;
    padding: 5px 2px!important;
}
 .new_menu_bar {
    margin-top: 8px!important;
}
 .btn-grey {
   
    width: 116px!important;
 
}
.suggest_new {

    width: 97px;
	 font-size: 11px;
}
.user-login {
   
    padding: 5px 10px;
    font-size: 15px;

}
.category-browser-1 {
left: 171px!important;}
}
@media only screen 
and (min-width: 1261px)
and (max-width: 1380px) 
{
	.category-browser-1 {
left: 269px!important;}
}


/* The popup form - hidden by default */
#pop-bottom  .form-popup {
    width:100%;
  display: none;
 position: fixed;
    bottom: 0;
    /* right: 15px; */
    border: 3px solid #f1f1f1;
    z-index: 111;
    margin: 0px;
}

#mobname {
    width: 68%;
    padding: 8px 7px;
    font-size: 12px;
}
.fa-3{
    font-size: 24px !important;
}
.tabactive{
    display: block;
}

.tabpad{
    padding: 21px 0px;
}

.slidewidth{
    width: 151px !important;
}


#top .navbar-inverse{
    border: none !important;
}


@media only screen 
and (min-width: 1261px) and (max-width: 1340px)
{
	.new_menu a {
    font-size: 13px;
    padding: 5px 5px;
	}
	.suggest_new {
		  font-size: 13px;
	}
}


@media only screen
and (min-width: 320px) and (max-width: 900px)
{
/*search-page*/

.found-status {
    margin: 60px 0 10px 0 !important;
}

.search
{
 margin-top: 59px!important;
    width: 65%!important;
    padding-right: 0!important;
    margin-bottom: 8px;
}
.location_placeholder i
{
   position: relative;
   top: 25px;
   font-size: 9px;
   left: 5px;
   display:none;
}
.input-sm {
   height: 35px!important;
 
   border-radius: 1px;
   padding-left: 15px;
}
.search_filter
{
   margin-top: 40px;
   margin-left: 31px;
   color: rgb(237, 50, 55);
   padding-right: 0px;
}
.search-bar-mobile
{
display:flex;
    background: white;
}
.search-toggle span
{
	display:flex;
	    font-size: 17px!important;
		  
}
.search-toggle span i
{
	    padding-right: 6px;
    padding-top: 3px;
}
.search-bar-mobile .search-toggle
{
	padding: 16px 0!important;
}

}
/*search-page*/

/*Anuj*/
.navbar-default{
    background: #4B4B4D!important;
	display:flex;
}

/*.navbar-brand {
    margin-top: unset !important;
}*/

 .suggest_new {
    padding: 4px 0px !important;
}

.breadcrumb {
    background-color: unset !important;
}

.header_mt {
    margin-top: 9% !important;
}

#slider_text .slider_width {
    margin-top: 50px !important;
}

.slider_content h1 {
    font-weight: 600 !important;
}

#breadcrumb_starts_review {
    margin-top: 45px !important;
}


.accord_up_down:after {
      content: "\f0d7";
   font-weight: bold;
   float: right;
   margin-left: 5px;
font-family: FontAwesome!important;
}
.accord_up_down.active:after {
       content: "\f0d8";
font-family: FontAwesome!important;
}
.accord_up_down_white:after {
      content: "\f0d7";
   font-weight: bold;
color:white;
   float: right;
   margin-left: 5px;
font-family: FontAwesome!important;
}
.accord_up_down_white.active:after {
       content: "\f0d8";
font-family: FontAwesome!important;
color:white;
}

#venuepanel{
  display: none;
}

#vendorpanel{
  display: none;
}

@media only screen 
and (min-width: 1261px)
and (max-width: 1380px) 
{
	.category-browser-1 {
left: 269px!important;}
}

@media only screen 
and (min-width: 1600px)
and (max-width: 1700px) 
{
	.category-browser-1 {
    left: 375px!important;
	}
}
@media only screen 
and (min-width: 1701px)
and (max-width: 1800px) 
{
	.category-browser-1 {
    left: 420px!important;
	}
}
@media only screen 
and (min-width: 1801px)
and (max-width: 1920px) 
{
	.category-browser-1 {
    left: 456px!important;
	}
}
@media only screen 
and (min-width: 1801px)
and (max-width: 1920px) 
{
	.category-browser-1 {
    left: 456px!important;
	}
}
@media only screen 
and (min-width: 1921px)
and (max-width: 2100px) 
{
	.category-browser-1 {
    left: 523px!important;
	}
}
@media only screen 
and (min-width: 2101px)
and (max-width: 2250px) 
{
	.category-browser-1 {
    left: 558px!important;
	}
}

.new_menu_bar li {
    padding-right: 3px!important;
    padding-left: 3px!important;
	list-style:none;
}
.hover-class:focus
{
	    color: white!important;
}
.sub-cat:focus {
    color: rgb(237, 50, 55)!important;
}