﻿html, body{
	font-family: Century Gothic;
	background:#fff;
	font-size: 100%;
}

.navbar {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 15px;
}

.navbar {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-weight: 300;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0 !important;
    }
}
.navbar-nav {
    margin-top: 13px;
}


.sb-navbar .navbar-brand img {
    height: 3.5rem;
}

.light {
    color: #f6b526 !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.sb-navbar .navbar-brand {
    font-size: 1.15rem;
    font-weight: 700;
}

@media (min-width: 992px) {
    .sb-navbar .navbar-nav .nav-item .nav-link {
        padding: 1rem 0.5rem;
        margin-bottom: 0;
    }
}

.sb-navbar .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding: 1rem 0.9rem;
}

.carousel-item {
    height: 80vh !important;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mobile-search input[type=text] {
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 15px;
    font-size: .83333em;
    background-color: white;
    background-image: url(/content/images/searchicon.png);
    background-position: 5px 8px;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-size: 15px;
    position: absolute;
    right: 5%;
    top: 24%;
    z-index: 99999;
}

.search input[type=text] {
    width: 100px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 15px;
    font-size: .83333em;
    background-color: white;
    background-image: url(/content/images/searchicon.png);
    background-position: 5px 8px;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-size: 15px;
    position: absolute;
    right: 13%;
    top: 24%;
    z-index: 99999;
}

.search input[type=text]:focus {
    width: 20%;
    outline: none !important;
}

.mobile-search input[type=text]:focus {
    outline: none !important;
}

.carousel-caption {
    right: 0 !important;
    bottom: 40% !important;
    left: 13.5% !important;
    text-align: left !important;
    width: 50%;
}

.carousel-caption h2{
    font-weight: 500;
}

.carousel-caption .btn-primary, .slide_content_wrap .btn-primary, .features .btn-primary {
    background: #fab218 !important;
    border: none;
}

.carousel-multi-item .controls-top .btn-floating {
    background: #fab218 !important;
}

.slide_content_wrap .btn-primary {
    margin-left: 21%;
}

.slide_content_wrap .btn-primary a {
    color: #fff !important;
}

.h2 {
    color: #818a91 !important;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 100;
}

.py-5 .carousel-indicators {
    top: 50%;
}

.font-weight-bold {
    font-weight: 500!important;
    font-size: 20px !important;
}

.card-body {
    padding: .5rem 0 .04rem 0 !important;
    text-align: center !important; 
}

.featured-products {
    margin-bottom: -25%;
}

.section-title {
    font-weight: 500;
    font-size: 52px;
    font-size: 3.46667rem;
    line-height: 1.23077;
    margin-bottom: 15px;
}

.teaser {
    background-color: #e0e0e0;
    margin-top: 3%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 40%; /* 16:9 */ 
    padding-top: 25px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-multi-item .carousel-indicators li {
    background-color: #f7b82e !important;
}


section.brands {
    color: #fff !important;
    margin-bottom: -25%;
    background: #95a8b4 !important;
    height: 400px;
    overflow: auto;
}

section.brands .h2 {
    color: #fff !important;
}

#brand-logos .carousel-inner, #brand-logos.carousel {
    height: 120px;
}

#card {
    width: 312px;
    padding: 0px !important;
    background-color: #fff !important;
}

#card .btn.btn-md {
    padding: 0.7rem 0.6rem !important;
    background-color: #fab218!important;
}

#brand-logos .card-img-top {
    height: 110px;
}

.features.p select {
    display: block !important;
}


.carousel-multi-item {
    margin-bottom: 5rem;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-multi-item .controls-top {
    text-align: center;
    margin-bottom: 1.88rem;
}

.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

img {
    vertical-align: middle;
    border-style: none;
}

.card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
    font-weight: 400;
}

.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.btn.btn-md {
    padding: .7rem 1.6rem;
    font-size: .7rem;
}

.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}

.dropdown-menu.show {
    transform: translate3d(0px, 45px, 0px) !important;
}

/*.shape-filter {
    margin-left: 1%;
}

.shape-filter .btn-group {
    margin-left: -5.5%;
    margin-top: 4% !important;
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 111% !important;
    }
}*/

.modal {
    overflow: auto !important;
    overflow-x: hidden !important;
}

#next .page-link, #prev .page-link{
    padding: .2rem .1rem !important;
    background-color: transparent !important;
    border: none !important;
}

#cartModal input[type=text] {
    padding: 1px !important;
    width: 70px !important;
}

#cartModal .row {
    display: block !important;
}

#cartModal .btn-floating i {
    font-size: .89rem !important;
    line-height: 26px !important;
}

#cartModal .btn-floating:hover {
    cursor: pointer;
}

#cartModal .btn-floating {
    width: 25px !important;
    height: 25px !important;
    margin: 0px !important;
    background-color: #fab218 !important;
}

/*#cartModal .directions {
    background-color: #fab218 !important;
}

.removeItem {
    background: #F44336;
}*/

.top-projects .dropdown-menu {
    padding: 10px;
    width: 225px;
}

.top-projects .dropdown-menu label, .top-projects .dropdown-menu ul li a {
    font-size: 15px;
    color: rgba(0,0,0,.5);
}

.top-projects .dropdown-menu ul li {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 10px !important;
 }

.top-projects #current-projectname {
    margin-left: 10px;
}

.top-projects .dropdown-menu ul li:hover, .top-projects .current-projectname:hover, .top-projects #current-projectname:hover {
    cursor: pointer;
    background-color: #f6b526;
    color: #fff;
}

#cartModal .pull-left p {
    margin-bottom: 0;
    font-size: 12px;
}
#nextModal #create-new-project {
    color: #fff !important;
}

.f .tab-content {
    width: 100%;
    background-color: #95a8b4;
    padding: 10px 0px 20px 0px;
}

.f .tab-content .tab-pane {
    margin-top: -10px;
}

.f .tab-content #menu1 .col-md-12 {
    margin-top: 0px !important;
}

.f .tab-content .dropdown-menu {
    width: 90% !important;
    transform: translate3d(0px, 45px, 0px) !important;
}

.line {
    width: 100%;
    border-top: 5px solid #fab218;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .last-active {
    background-color: #fab218 !important;
    color: #fff !important;
}

.nav > li {
   margin-right: 10px;
}

.nav > li > a {
    background-color: #bfbfbf;
    color: #fff !important;
}

 .ui-slider {
    margin-left: 9px;
    margin-right: 9px;
 }

.selectedFilter {
    margin-left: -16px;
    padding: 10px 0px;
    margin-top: 10px;
}

.shape-filter, .shape-filter-diameter {
    border-top: 2px solid #fff;
    margin-top: 1%;
}

.trim-filter .col-md-3 {
    margin-left: 37% !important;
}

.lumen-filter {
    margin-left: 14.9%;
}

.lumen-filter .col-md-12, .wattage-filter .col-md-12, .shape-filter .col-md-12 {
    margin-top: 0% !important;
}

.lumen-filter .col-md-5, .wattage-filter .col-md-5 {
    margin: 14px 0px 0px 14px;
    padding: 20px 0px 20px 0px;
    margin-top: 1% !important;
}

.min {
    position: relative;
    left: -13px;
}

.max {
    position: relative;
    right: -19.5%;
}

.shape-filter .max {
    right: -22.5%;
}

.lumen-filter .col-md-4, .wattage-filter .col-md-4 {
    background-color: #fff;
    margin: 14px 0px 0px 14px;
    padding: 20px 0px 20px 0px;
    margin-top: 1% !important;
}

.shape-filter .col-md-4, .shape-filter-diameter .col-md-4 {
    background-color: #fff;
    margin: 14px 11px 0px 0px;
    padding: 20px 0px 20px 0px;
    margin-top: 1% !important;
    margin-left: 1%;
    border-right: 2px solid #95a8b4;
    max-width: 31.333333% !important;
}

.shape-filter-diameter .semi-hidden{
    background-color: transparent !important;
    border-right: none !important;
}

.lumen-filter .filter-header, .wattage-filter .filter-header, .shape-filter .filter-header, .shape-filter-diameter .filter-header {
    text-align: center;
}

.lumen-filter .col-md-5 input[type=number], .wattage-filter .col-md-5 input[type=number], .shape-filter .col-md-5 input[type=number], .shape-filter-diameter .col-md-5 input[type=number] {
    border-radius: 5px !important;
    width: 50% !important;
    border: 1px solid #000 !important;
    text-align: center !important;
    padding: 2px !important;
}

.shape-filter .col-md-5 input[type=number], .shape-filter-diameter .col-md-5 input[type=number] {
    width: 60% !important;
}

.tab-menu-bar {
    position: relative !important;
    float: right !important;
    right: -111% !important;
}

.clear-all {
    position: relative !important;
    margin-right: -15% !important;
    margin-top: 6px;
}

.clear-all .clear-filters {
    padding: .5rem 1.6rem !important;
}

.moved-item {
    background: #d5d5d5;
}

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 999;
  top: 9%;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  display: none;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.mobile-brand {
    justify-content: center !important;
    position: relative !important;
    margin-left: 35% !important;
}

#burger-menu .fa-bars {
    color: #f6b526;
    font-size: 2em !important;
    margin-top: 10px;
}

.mobile-brand-side {
    position: relative;
    border-bottom: 1px solid #d5d5d5;
}

.mobile-brand-side img {
    margin-left: 15%;
    margin-bottom: 10%;
}

.mobile-side-bar {
    margin-left: -15%;
}

.mobile-side-bar li{
    border-bottom: 1px solid #d5d5d5;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media screen and (min-width: 1065px) {
    .mobile-search {
        display: none;
    }

    #burger-menu {
        display: none;
    }

    .mobile-brand {
        display: none !important;
    }
}

@media screen and (max-width: 1065px) {
   .web-header {
        display: none !important;
    }
}

@media screen and (min-width: 500px) {
    .sidenav {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .sidenav {
        display: none;
    }

   .mobile-brand {
        opacity: 0 !important;
    }

   #ContentPlaceHolder1_banner {
        padding-top: 70px;
   }

   .slide_content .slider-info {
       margin-left: 0% !important;
       padding: 30px;
       padding-bottom: 0px !important;
   }

   #fwslider .title {
       font-size: 30px !important;
   }

   .slide_content_wrap .btn-primary {
       margin-left: 0% !important;
   }

   #mixedSlider {
       margin-left: 10% !important;
   }

   #brand-logos .carousel-inner, #brand-logos.carousel {
        margin-left: -5% !important;
        width: 365px !important;
   }

   .carousel-multi-item .controls-top {
        margin-left: 35%;
   }

   .sidenav a {
        padding: 5px 7px 5px 32px;
        font-size: 17px;
   }
}

/*@media screen and (min-width: 500px) {
    #brand-logos .carousel-inner, #brand-logos.carousel {
        margin-left: 4% !important;
        width: 365px !important;
   }
}*/


@media screen and (max-width: 360px) {
    .sidenav {
        display: none;
    }

   .mobile-brand {
        opacity: 0 !important;
    }

   #ContentPlaceHolder1_banner {
        padding-top: 70px;
   }

   .slide_content .slider-info {
       margin-left: 0% !important;
       padding: 30px;
       padding-bottom: 0px !important;
   }

   #fwslider .title {
       font-size: 30px !important;
   }

   .slide_content_wrap .btn-primary {
       margin-left: 0% !important;
   }

   #mixedSlider {
       margin-left: 10% !important;
   }

   .carousel-multi-item .controls-top {
        margin-left: 53%;
   }

   .sidenav a {
        padding: 5px 7px 5px 32px;
        font-size: 17px;
   }

   #fwslider .slide_content {
       top: 15px !important;
   }
}

.f .tab-content input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

.f .tab-content input[type=number] {
  -moz-appearance: textfield;
}

.tab-content .dropdown-toggle::after {
    float: right;
    margin-top: 5px;
}

.selected-field {
    margin-top: 10px;
    margin-left: -6.6%;
}

.selected-field .selected-item {
    border: 1px solid #afafaf;
    padding: 7px;
    background: #a9a6a6;
    color: #fff !important;
    margin-right: 10px;
    display: inline-block;
    margin-top: 5px;
}

.btn-group [type=button] {
    box-shadow: 0 2px 5px 0 rgba(0,0,0, .1), 0 2px 10px 0 rgba(0,0,0, .5);
}

.btn-filter {
    box-shadow: none !important;
}

.lumen-filter .col-md-4, .wattage-filter .col-md-4, .shape-filter .col-md-4 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0, .1), 0 2px 10px 0 rgba(0,0,0, .5);
}

.dropdown-menu .searchable-item {
    padding: 5px 10px !important;
}

.sb-navbar .navbar-nav .nav-item .nav-link {
    padding-right: 2rem;
}