@charset "UTF-8";
/* CSS Document 

1. ADJUSTMENTS
2. HEADER
3. GENERAL
4. FOOTER
5. SCROLL TOP BUTTON
6. PRODUCT PAGES 
7. PRODUCT CATEGORIES SIDEBAR
8. LOGIN MODAL
9. EXHIBITOR LIST
*/


/*  1. ADJUSTMENTS  */
.col-lg-9.page-content {
  width: 100%;
}

.side-banners {
  display: none !important;
}


/*  2. HEADER  */
.fixedMainHeader {
  position: fixed;
    top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.28);
}


.stickyMainHeader {
  z-index: 2000;
}


	
	.navbar {
		border-radius: 0px;
	}
	
	.navbar {
		margin-bottom: 0px !important;
	}
	
	.navbar-nav > li {
			font-family: 'Fjalla One', Helvetica, san-serif;
    font-size: 18px;
	}

	.navbar-nav .dropdown-menu li {
		font-family: 'Open Sans', Helvetica, san-serif;
	}
	
	
	.carousel-inner .item .img-responsive {
		width: 100%;
	}
	
	

	
	.navbar-header {
		width: 23%;
		flex-grow: 1;
	}
	
	.navbar {
		min-height: 0px;
	}
	
	.container-fluid {
		padding-right: 50px !important;
    	padding-left: 50px !important;
	}
	
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px !important;
	}
	

/*
	.mainContentContainer {
		margin-bottom: 0px;
		padding-left: 0px;
	}
*/
	
	.speakerItems div h2 span {
		display: none;
	}
	
/*
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	.subdropdown:hover .subdropdown-menu {
		display: block;
	}
*/
	
	.subdropdown-menu {
		position: absolute;
		top: 13%;
		left: 170px;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
			margin-top: 2px;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);

		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	
	.subdropdown-menu-other {
		position: absolute;
		top: 13%;
		left: 170px;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
			margin-top: 2px;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);

		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}

/*
	.subdropdown-other:hover .subdropdown-menu-other {
		display: block;
	}
*/
	
	
	#subdropdown-menu-two {
	 top: 35%;
	}
	
	
	#subdropdown-menu-three {
	 top: 15%;
	}
	
	.subdropdown-menu > li > a,
	.subdropdown-menu-other > li > a{
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
		text-decoration: none;
	}
	
	.subdropdown-menu > li > a:hover, .subdropdown-menu > li > a:focus,
	.subdropdown-menu-other > li > a:hover, .subdropdown-menu-other > li > a:focus{
		color: #262626;
		text-decoration: none;
		background-color: #f5f5f5;
	}
	
	
	#findProductsContainer {
		display: none;
		position: absolute;
		top: 0px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 23px;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.85);
		color: #ffffff;
		z-index: 100;
		padding-top: 120px;
	}

	.large-dropdown-menu a {
		color: #ffffff;
		text-decoration: none;
		font-family: 'Fjalla-One', sans-serif;
	}
	
	.large-dropdown-menu a:hover {
		color: gray;
		text-decoration: none;
	}
	
	.large-dropdown-menu, .super-subdropdown-menu {
		list-style-type: none;
		padding-left: 0px;
		line-height: 21px;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
	}
	
	.large-drop-down-menu-states {
		max-height: 337px;
		overflow: auto;
	}
	
	.productsLogo {
		max-height: 100px;
		width: auto;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	
	.super-subdropdown-menu {
		display: none;
		z-index: 1500;
		position: absolute;
		background-color: #ffffff;
		line-height: 1.1;
		line-height: 26px;
		padding-top: 5px;
		padding-bottom: 5px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		border-radius: 4px;
		top: -8px;
		left: 189px;
		max-height: 300px;
		overflow: auto;
	}
	
	.super-subdropdown-menu li a:hover {
		color: #262626;
		text-decoration: none;
		background-color: #f5f5f5;
	}
	
	.super-subdropdown-menu li a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	
	.super-subdropdown-menu a {
		color: #000000;
		font-family: 'Open Sans', sans-serif;
	}
	
	.super-subdropdown-menu a:hover {
		background-color: lightgray;
	}
	
	.super-subdropdown {
		position: relative;
	}

	.super-subdropdown:hover .super-subdropdown-menu {
		display: block;
	}

	.menu-info-text {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
		border-bottom: 1px solid #333;
	}	
	
	#preRegistrationStarburst {
		position: absolute;
		z-index: 1000;
		height: 300px;
		width: 23%;
		margin-left: 2%;
		margin-top: 10px;
	}




  
  .mega-menu li div a {
    width: 100%;
    display: table;
    padding: 3px 3px 3px 0px;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    color: #556B2F;
    text-transform: none;
    font-weight: normal;
    position: relative !important;
}
  .mega-menu-header {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 800;
    text-transform: capitalize; 
  }
.mega-menu.subdropdown-menu {
  top: auto;
}


#zipFormHeader label {
    padding: 3px 3px 3px 0px;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    color: #556B2F;
    font-weight: normal;
    text-transform: capitalize;
}
  
  #zipFormHeader input {
    border-radius: 4px !important;
    padding: 4px;
    border: 1px solid lightgray;
    margin-left: 5px;
}
  
  #zipFormHeader button {
    font-size: 12px;
    border: 1px solid lightgray;
    background: none;
    padding: 3px 5px 2px 5px;
    border-radius: 5px;
    color: #575757;
}
  
  
  .padding25 {
      padding-top: 25px !important;
  }
  
  .padding20 {
    padding-top: 20px !important;
}


.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #262626;
    background-color: #f5f5f5;
}



/*  3. GENERAL  */






/*  4. FOOTER  */
#sponsorContainer {
  margin-top: 60px;
}

	
	.footer {
    background-color: #001600;
		color: #ffffff;
		padding-top: 25px;
	}
	
	.footer ul {
		padding-left: 0px;	
	}
	
	.footer li {
		font-family: 'Open Sans', Helvetica, Sans-serif;
	}
	
	.footer a {
		color: white;
		text-decoration: none;
	}
	
	.footer .containerMain a:hover {
		color: #9d9d9d;
	}
	
	
	.footer li, .footer p {
		font-size: 14px;
		font-weight: 200;
		line-height: 1.5;
		list-style-type: none;
	}
	
	
	.footerHeader {
		font-size: 24px;
    color: #fff;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.footerLogo img {
		width: 100%;
	}
	
	.footerSocial {
		display: flex;
		justify-content: space-around;
		margin-top: 15px;
		font-size: 46px;
	}
	
	.footerSocialItem {
		width: 40px;
		
	}
	
	
	.footerBottom {
		color: #ffffff;
		font-size: 10px;
		font-style: italic;
		text-align: center;
		background-color: #000000;
		padding: 10px 50px 1px;
		margin-top: 20px;
	}
	
	.footerBottom p {
		font-size: 10px;
	}
	
	.footerContactItem {
		list-style-type: none;
	}
	
	.footerContact p {
		margin-bottom: 0px;
	}
	
	 @media screen and (max-width: 1100px) {
		 .footerSocial {
			justify-content: space-between;
			font-size: 3em;
		 }
	}


/*  5. SCROLL TOP BUTTON  */





/* 6. PRODUCT PAGES */
.subCatPageContainer {
  margin-top: 20px;
}

.catPageSubhead{
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-left: 0px;
  font-size: 28px;
}

.brand_ss .row a {
  margin-bottom: 30px;
}


.brdr {
    border: solid 1px #dbdbdb;
    border-radius: 5px;
}
  
  .full_width {
    float: left;
    width: 100%;
}
  
  
  .full_width.brdr img {
        padding-bottom: 10px;
    width: 100%;
    height: 150px;
    object-fit: contain;
  }
  
  .he_det {
    text-align: center;
}
  
  .he_det h4, .he_det h4 .he_det_product_name {
/*    font-family: 'Nunito Sans', sans-serif;*/
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
}
.brdr h4 {
    height: 48px;
}
.he_det h4 {
    height: 43px;
    overflow: hidden;
}
  
  .he_det h4 .he_det_product_name {
    margin-top: 0px;
    margin-bottom: 4px;
    height: 22px;
    overflow: hidden;
}
.he_det h4, .he_det h4 .he_det_product_name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
}
  .he_det h4 .companyName {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
}
  .check_box__ input[type=checkbox] {
    display: none;
}
  .white_side ul li .check_box__ input[type="checkbox"] + label {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    margin: 0px 4px 0px 0px;
}
  .white_side ul li .check_box__ input[type="checkbox"] + label + label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #878787;
    margin-bottom: 0px;
}

.check_box__ input[type="checkbox"] + label {
    display: inline-block;
    padding: 0 0 0 0px;
    background: url(https://landscapearchitect.com/images/login/checkbox.png) left top no-repeat;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    margin: 10px 0;
}

.check_box__ input[type="checkbox"]:checked + label {
    background: #1b8047;
    display: inline-block;
}
  
  .brandList {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .brandList li {
          display: table;
  }
  
  .productPages .sideBar {
    margin-top: 20px;
  }
  
  .laCategorySortBtn {
    font-size: 12px;
    border: 1px solid lightgray;
    background: none;
    margin-left: 15px;
    height: 22px;
    padding: 3px 9px;
    border-radius: 5px;
    color: #575757;
}


  #leftSideBar .white_side {
    background-color: #fafafa;
    padding: 15px;
    border-radius: 5px;
    margin-right: 20px;
  }

  
  .productPages .sideBar {
    margin-top: 20px;
  }
  .laCategorySortBtn {
    font-size: 12px;
    border: 1px solid lightgray;
    background: none;
    margin-left: 15px;
    height: 22px;
    padding: 3px 9px;
    border-radius: 5px;
    color: #575757;
}
  
  #brandsContainer {
    margin-top: 30px;
  }
  
  .dum_log .row a:nth-child(odd) {
    padding-right: 30px;
    padding-left: 20px;
}
  
  .dum_log .row a:nth-child(even) {
    padding-left: 30px;
    padding-right: 20px;
}
  
  .dum_log .row a img {
        padding-bottom: 10px;
    width: 95%;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  } 
  
  .center_section .categoryVendor {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    min-height: 66px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2a2a2a;
    margin-top: 10px;
}
    
  .center_section .categoryVendor .blockNumber {
    font-weight: normal;
        font-style: italic;
    font-size: 15px;
  }    font-size: 12px;
    font-weight: 600;
    background: #1b8047;
    line-height: 40px;
    padding: 5px 41px;
    color: white;
    text-transform: uppercase;
  
  .container.productPages {
      width: 100%;
    margin-top: 15px;
  }


  .pagination_strip {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
  .disable, a.disable:hover, a.nxt:hover, a.nxt, a.prev, a.prev:hover {
    color: #afafaf !important;
    cursor: default;
}
  
  a.nxt.active:hover, a.nxt.active, a.prev.active, a.prev.active:hover {
    color: #1b8047 !important;
    cursor: pointer;
}
  
  .pagination_strip a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1b8047;
    margin: 5px 8px 2px 8px;
}
  
  a.disable {
    pointer-events: none;
    cursor: default;
}
  
  .prev, .nxt {
    color: #afafaf !important;
    width: 43px;
    height: 33px;
    border-radius: 5px;
    border: solid 2px #eaeaea;
    background-color: #fff;
    padding-top: 6px;
}

.feature-section {
  padding: 10px 10px 50px;
      max-width: 1200px;
    margin: 0 auto;
}


.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs a {
    color: #949494;
    font-size: 12px;
    font-weight: 800;
}

.productDescriptionText {
      margin-top: 53px;
    font-family: 'Nunito', serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c4c4c;
}

.productName {
      margin: 35px 0px;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #4c4c4c;
}

.prod-format-icons {
    width: 100%;
    margin-left: -10px;
}

.prod-format-icons .single-icon {
    float: left;
    padding: 5px;
    max-width: 10%;
    margin: 1.2%;
}



.prodVenBtn {
  font-size: 12px;
  font-weight: 600;
  background: #1b8047;
  line-height: 40px;
  padding: 5px 41px;
  color: white;
  text-transform: uppercase;
      max-width: 300px;
   width: 100%;
   margin-top: 20px;
}
    margin: 150px auto 0px;
.prodVenBtn:hover {
    cursor: pointer;
    background-color: goldenrod;
}


a, a:hover, button, button:hover {
    transition: .4s;
}

.vendor-profile {
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    clear: both;
}

.vendr_l {
    margin-top: 42px;
    margin-bottom: 64px;
}

.vendor-product-cell-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}

.vendor-product-cell-image img {
    object-fit: cover;
    height: 100%;
}

.padding30 {
    padding-top: 30px !important;
}

.content-section .prod-grid {
  padding: 35px 0px;
    padding-bottom: 70px;
    background: #f4f4f4;
}

.section-titles-menu {
    display: flex;
}
.section-titles-underlined {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #35393e;
    border-bottom: 1px solid #00240f;
    padding-bottom: 11px;
    margin-bottom: 20px;
}

.section-titles-menu .sor {
    display: flex;
  align-items: center;
}
.section-titles-menu .sor {
    width: auto;
}
.sor {
    vertical-align: middle;
    margin-right: 27px;
      margin-top: 3px;
}

.sor select {
      font-size: 16px;
    margin-top: -4px;
}

.section-titles-menu .title {
    font-size: 16px;
      margin-right: 15px;
  margin-bottom: 0px;
}

.section-titles-menu .showview {
      font-size: 18px;
}

.section-titles-menu .sor span {
    width: auto;
}
.sor span {
    height: 22px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2a2a2a;
}

.prod-format-icons-small {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


/* 7. PRODUCT CATEGORIES SIDEBAR */

.brandsSubmitBtn {
    background: none;
    border: 1px solid green;
    border-radius: 5px;
    color: #878787;
    margin-top: 10px;
    padding-top: 2px;
    text-transform: uppercase;
    font-size: 12px;
}

.brandsSubmitBtn:hover {
    background: #1b8047 !important;
    color: #ffffff !important;
}

.brandsClearBtn:hover {
    color: #575757;
}
.brandsClearBtn:hover {
    text-decoration: underline;
}

.brandsClearBtn {
    font-size: 12px;
        border: none;
    background: none;
    height: 22px;
    padding: 3px 9px;
    border-radius: 5px;
    color: #1b8047;
    margin-top: 10px;
    margin-left: 10px;
}


.white_side .panel {
    box-shadow: none;
    background: none;
    border: none;
}
  
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
  
  .panel-group {
    margin-bottom: 20px;
}
  
  .panel-default>.panel-heading {
    background: none;
    border: none;
    color: #333;
}

.panel-body {
    padding: 10px 15px;
}


  
  .white_side .panel-heading {
    padding: 1px 0px;
}

  .white_side h4 {
font-family: 'open sans', helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #494949;
    margin-top: 0px;
}

  
h4.panel-title a {
  font-weight: 800;
  letter-spacing: 0.25px;
}

h4.panel-title a:focus {
  text-decoration: none;
}

.white_side a {
    color: #878787;
   font-weight: 400;
    display: block;
    padding: 1px 0;
    line-height: normal;
}

#sidebarLogo {
    margin-bottom: 15px;
}

.sideBarBrandTitle {
      margin-top: 30px;
    font-size: 20px;
    margin-bottom: 3px;
}


/* 8. LOGIN MODAL */

  .modal-open,
.modal.forgotPass.in,
.modal.in {
    overflow-y: auto;
    padding:0 !important;
  }

  .modal {
    z-index: 20000;
  }

  .modal.forgotPass.in {
        overflow-y: auto;
    padding:0 !important;
  }


  .logInModal {
      max-width: 500px;
         margin: 150px auto 0px;
  }
  
  .logInModal .modal-body {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
  }
  
  .loginExtraLinks{
    padding-top: 10px;
    border-top: 1px solid gray;
    margin-top: 30px;
  } 
  
  .button_style.loginBtn {
   width: 100%;
  }
  
  .contactVendorModal .modal-body,
  .logInModal .modal-body {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
  }

  
  .standardModal .thankYouBodyText {
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
  }

 .standardModal .contactTextArea {
    width: 100%;
    padding: 10px;
    border-radius: 5px !important;
    border: solid 1px rgba(35, 35, 35, 0.15);
}
  
  
  #contactVendorModal #errorText {
    text-align: center;
    height: 16px;
    margin-bottom: -22px;
    margin-top: 8px;
    color: red;
  }


.standardModal .modal-content {
    display: inline-block;
    width: 100%;
    padding: 0;
    background: #f4f4f4;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
    position: relative;
    border: none;
    border-radius: 0;
    outline: 0px none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 20px;
}
  
  .standardModal .modal-header {
    height: 90px;
    width: 100%;
    float: left;
    background-color: #271C00;
    padding: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
}

#mediaKitModal.standardModal .modal-header,
#contactVendorModal.standardModal .modal-header {
    height: 70px;
}
  
  .standardModal h5 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-top: 4px;
}
  
  .standardModal .modal-subtitle {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 3px;
}
  
  .standardModal .close {
    margin-top: -2px;
    width: 57px;
    height: 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    opacity: 9;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 99;
    outline: none;
}
  
  .standardModal .needHelpText {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  
  .standardModal .forgotPassText {
    font-size: 16px;
    margin-top: 20px;
  }
  
  .standardModal .userName {
    font-family: 'Open Sans', sans-serif;
  }
  
  .standardModal .welcomeUser {
    text-align: center;
     font-family: 'Open Sans', sans-serif;
  }
  
  .input_fl label {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.83px;
    color: #2e2e2e;
    text-transform: uppercase;
    padding: 10px 0 0 3px;
}
  
  .input_fl input[type="password"] {
    width: 100%;
    height: 33px;
    border-radius: 5px !important;
    border: solid 1px rgba(35, 35, 35, 0.15);
    background-color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.83px;
    color: #949494;
   font-family: 'Open Sans', sans-serif;
    padding: 0 15px;
    outline: none;
}
  
  .input_fl input[type="password"].smallPass {
    margin-left: 3px;
    height: 25px;
    border-radius: 5px !important;
    border: solid 1px rgba(35, 35, 35, 0.15);
    background-color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.83px;
    color: #949494;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0 15px;
    outline: none;
    margin-right: 5px;
    width: auto;
}
  
  .button_style {
    width: 339px;
    max-width: 100%;
    min-height: 36px;
    background-color: #4cae4c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    display: block;
    border: none;
    margin: 30px auto 0 auto;
}
  
  .button_style:hover {
    cursor: pointer;
    background-color: goldenrod;
  }
  
  
  .passContainer {
    margin-top: 20px;
    position: relative;
  }
  
  .input_fl input[type="text"] {
    width: 100%;
    height: 33px;
    border-radius: 5px !important;
    border: solid 1px rgba(35, 35, 35, 0.15);
    background-color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.83px;
    color: #949494;
    font-family: 'Open Sans', sans-serif;
    padding: 0 15px;
    outline: none;
}
  
  #incorrectPasswordText {
        color: red;
    position: absolute;
    top: -16px;
  }

.standardModal {
  left: -100px;
  opacity: 0;
}

#contactVendorModal,
#mediaKitModal{
   margin-top: 100px;
}
   
  
@media (min-width: 768px) {
  #loginModal .modal-dialog {
    width: 740px;
    margin: 220px auto;
}
}


/* 10. EXHIBITOR LIST */

/* Overflow text solution for firefox */
@-moz-document url-prefix() {
.exhbitProfile {
  position: relative;
  line-height: 1.4em;
  /* 3 times the line-height to show 3 lines */
  height: 7.1em;
}

.exhbitProfile-List {
    position: relative;
    line-height: 1.4em;
    /* 3 times the line-height to show 3 lines */
    height: 5.7em;
}
.exhbitProfile::after, .exhbitProfile-List::after {
    content: "...";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 1px 45px;
    background: url(http://www.landscapeonline.com/TLE-LB/images/ellipsis_bg.png) repeat-y;
}
}		


.exhibitorContainer {
  display: flex;
  width: 100%;
  height: 140px;
  padding-bottom: 30px;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #000000;
  padding-top: 30px;
  text-decoration: none;
  color: #333333;
}

.exhibitorContainerList {
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-top: 40px;
  text-decoration: none;
  color: #333333;
  flex-wrap: wrap;
  border-bottom: 1px solid #000000;
}


.exhibitorContainerImage {
  width: 250px;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.boothNumber {
  font-size: 20px;
  font-weight: bold;
  width: 12%;
  margin: 0px 10px;
}

.exhibitorContainerImage img {
  max-height: 100%;
  max-width: 100%;
  align-self: center;
}

/*
.exhibitorListText {
width: 46%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
margin-right: 15px;
}
*/

.exhbitProfile-List {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.btnList {
width: 100%;
}



.exhibitListHeaderContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exhibitListHeaderContainer .headersOne {
  margin-top: 0px;
}









     

#exhibitorListLetterContainer .deactive {
  pointer-events: none;
  color: lightgray;
}

.exhibitorListPage + .scrollTopButtonFixed {
    bottom: 10px;
}

                  
