
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  height: 100%;
}

body
{ font-family: 'Roboto', sans-serif; 
  background-color: white;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#breadcrumbs {
  padding-top: 5px;
  background-color: rgb(230, 225, 225);
  height: 28px;
}
.badge:empty {
  display: none;
}
.badge-warning[href] {
  background-color: #c67605;
}
#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}
/*.badge:after{
  content:attr(value);
  font-size:12px;
  background: red;
  border-radius:50%;
  padding:3px;
  position:relative;
  left:-8px;
  top:-10px;
  opacity:0.9;
  } */

header { 
  width: 100%;
}

footer {width: 100%; 
  border-top: 1px solid lightgrey;
  display: inline-flex;
  position: fixed;
  left:0;
  bottom:0;
  width:100%;
  height: 110px;
  background-color:white;
}
.top_footer{
  display:block;
}
.bottom_footer{
  text-align: right;
  width: 60%;
  padding-right: 5px;
}
.copyright {
  width: 100%;
  height: 100px;
  padding: 10px 0px;
  margin: 2px 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: black;
  text-align: right;
}
.content img{
  padding: 10px 10px 10px 10px;
  margin-top: 0px;
  width: 100%;
  height: 200px;
  object-fit: scale-down;
}

.header_top_noscroll{
  position: fixed;
  width: 100%;
	background: white;
  padding: 2px 0;
  top: 0px;
  margin-top: 0px;
  
}

.thin_header{
  margin-top: 10px;
  margin-right: 15px;
  float: right;
}
.aboutcontent{
  margin-top: 130px;
}
.aboutimg{
  display: inline-block;
  text-align: center;
  width: 100%;
}
.wrap-box {
  background: url(../img/strip.png);
  padding:2px;
  position: sticky;
}

head1 nav {
  background: white;
  z-index: 1000;
  height: auto;
  width: 100%;
  margin: auto;
  
}

head1 nav ul { list-style: none; }

head1 nav ul li {
  float: left;
  position: relative;

  z-index: 3;
}

head1 nav ul li ul li{
  float: left;
  position: relative;
  height: auto;
}

head1 nav:after {
  content: "";
  display: block;
  clear: both;
}

head1 nav ul li a {
  color: black;
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

head1 nav ul li:hover { 
  color: transparent;
  border-bottom: slategray;


}
head1 nav ul li:hover i { 
  display: inline;

}

head1 nav ul li i { margin-right: 5px; 
  padding-right: 0px;
  }

head1 nav ul li:hover .children { display: block; }


head1 nav ul li .children {
  display: none;
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 5;

}

head1 nav ul li .children li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff99;
}

head1 nav ul li .children li a {
  overflow: visible;
  margin-left: 5px; 
  padding: 5px 0;
  width: 80px;
}

head1 nav ul li .fafi-xtluxl-plus-thin{
  position: relative;

}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after
{
  display: table;
  content: " ";
}
.clearfix:after,
.container:after
{
  clear: both;
}

/*--contact--*/
.contactsection1, 
.contactsection2 {
  display: flex;
  margin: auto;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

}
.content{
  margin-top: 140px;
  
}
.business{
  padding: 10px;
}
.contactcontainer{
  width: 60%;

}

.findcontainer{
  margin-left: 20px;
  margin-right: 20px;
}
.map {
  margin-bottom: 5px;
  overflow: auto;
}
.map iframe {
  padding: 10px 5px 5px 5px;
  width: 100%;
  height: 350px;
  border: none;
  overflow: auto;
}
.picofgx {
  padding: 10px 5px 5px 5px;

  width: 100%;
  min-height: 300px;
  border: none;
}
.open {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: fill;
}
.find h3{
	color:#656363;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1px;
  
}
.contact_left h2 {
  color: #656363;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom:1em;
}
.contact_left h3 {
  color: #656363;
  font-size: 14px;
  margin-bottom:1em;
  float: left;
}
.column_2 input[type="text"],  .column_2 textarea  {
  padding: 3px;
  font-size: 14px;
  margin: 3px 0;
  border: 1px solid #DDDDDD;
  color:grey;
  background: none;
  float: left;
  outline: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  width: 100%;
  -webkit-appearance: none;
}

.form-submit1 input[type="submit"] {
  background:#f54d56;
  padding: 15px 15px;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  -o-border-radius: 1.5px;
}
.form-submit1 input[type="submit"]:hover{
	background:#000;
}

.form-submit1{
  padding-top: 20px;
}
.contact_right h2{
	color:#656363;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.col-md-7, .col-md-5, .col-md-4, .col-md-9, .col-md-8, .col-md-6 ,.col-md-3{
  padding: 5px 5px 5px 5px;
}

.col-md-3.contact_right {
  padding: 3px 3px 3px 3px;
  margin-top: 5px;
}

.address {
  color: black;
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 16px;
  font-style: normal;
}
.about {
  padding: 30px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  margin-left: 5px;
}
.aboutimg img {
  width: 385px;
  height: 210px;
  z-index: -1;
  padding: 10px;
  margin: auto;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
  min-height: 1px;
  padding: 5px 5px 5px 10px;
}

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-all{
    width: 100%;
    padding: 20px;
    margin: auto;
    

  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }


/* Slideshow container */
.indexcontent{
  margin-top: 130px;
  width: 100%;
  height:60%;
  
}
.slideshow-container {
  width: 100%;
  position: relative;
  padding: 0px 10px 10px 10px;
  margin: auto;
  /*width: 90%;
  height: 80%;*/
}

/* Hide the images by default */
.mySlides {
  display: none;
 
  object-fit:contain;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Position the "next button" to the right */
.next {
  right: 10px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-family: 'Roboto',sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
.privacy-content{
  margin-top: 120px;
  min-height: 1100px;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.dropbtn {
  background-color:white;
  color:black;
  padding: 5px;
  font-size: 13px;
  border: none;
}

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

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  bottom: 25px;
  z-index: 1;
}

.dropup-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {background-color: #ccc}

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

.dropup:hover .dropbtn {
  background-color:lightblue;
}

.smallmenu{
  display: none;
}

#myTop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:darkgrey;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 90%;
}

#myTop:hover {
  background-color: #555;
}

/*for the search */
.search-container {
  width: 50%;
  height:28px;
  float: right;
  background-color: rgb(230, 225, 225)
}

.search-container input[type=text] {
  float: right;
  padding: 2px;
  width:250px;
  margin-top: 4px;
  font-size: 13px;
  border:  1px solid #ccc; 
}

.search-container button {
  float: right;
  padding: 5px;
  margin-top: 3px;
  margin-right: 10px;
  background: transparent;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.search-container button:hover {
  background: #ccc;
}




/*responsive nav style*/

@media all and (max-width: 760px) {

.smallmenu{
    display: block;
  }
html{
  height: 100%;
}
body { 
  padding-top: 0px; 

}

header { 
  position: relative;
  width: 100%;

}
footer {
  width: 100%; 
  border-top: 1px solid lightgrey;
  display: block;
  position: fixed;
  left:0;
  bottom:0;
  width:100%;
  height: auto;
  background-color:white;
}
.bottom_footer{
  overflow: auto;
  height: 30px;
  text-align: right;
  width: 100%;
  
}
.copyright {
  border-top: 1px solid lightgrey;
  width: 100%;
  height: 25px;
  padding: 10px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: black;
  text-align: left;
}
.top_footer{
  display:none;
}
/*
.top_footer{
  width: 600px;
  height: 40px;
}
.top_footer:hover{
  width: 600px;
  height: auto;
}
.top_footer .col-md-4 {
  width: 120px;
  padding: 5px 5px 5px 5px;
  bottom: 0;
}
*/

.content img{
  width: 100%;
  max-height: 300px;
  object-fit: fill;
  overflow: hidden;
}
.header_top_noscroll{
  position: fixed;
  width: 100%;
	background: white;
  padding: 2px 0;
  top: 0px;
  margin-top: 0px;
}
.header_top_scroll{
  position: absolute;
  width: 100%;
	background: white;
  padding: 2px 0;
  top: 0px;
  margin-top: 0px;
}
.thin_header{
  margin-top: 5x;
  margin-right: 5px;
  float: right;
}

.wrap-box {
  background: url(../img/strip.png);
  padding:2px;
}

/*--contact--*/
.contactsection1, 
.contactsection2 {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-top: 5px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

}
.contactcontainer{
  width: 90%;
  margin-top: 110px;
}
.map {
  margin-bottom: 5px;
  overflow-y: scroll;
}
.map iframe {
  padding: 10px 10px 10px 10px;
  width: 100%;
  max-height: 300px;
  border: none;
}

.picofgx {
  padding: 30px 10px 10px 10px;
  max-width: 100%;
  max-height: 300px;
  border: none;
}
.find h3{
	color:#656363;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1px;
  
}
.contact_left h2 {
  color: #656363;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom:1em;
}
.contact_left h3 {
  color: #656363;
  font-size: 14px;
  margin-bottom:1em;
  float: left;
}
.column_2 input[type="text"],  .column_2 textarea  {
  padding: 1px;
  font-size: 14px;
  margin: 3px 0;
  border: 1px solid #DDDDDD;
  color: #BDBDBD;
  background: none;
  float: left;
  outline: none;
  border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  -o-border-radius: 1.5px;
  width: 100%;
  -webkit-appearance: none;
}

.form-submit1 input[type="submit"] {
  background:#f54d56;
  padding: 15px 15px;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  -o-border-radius: 1.5px;
}
.form-submit1 input[type="submit"]:hover{
	background:#000;
}
.contact_right h2{
	color:#656363;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.col-md-7, .col-md-5, .col-md-4, .col-md-9, .col-md-8, .col-md-6 ,.col-md-3{
  padding: 5px 5px 5px 5px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
  min-height: 1px;
  padding: 10px 10px 10px 10px;
}
.col-md-8 {
  width: 100%;
}
.col-md-4 {
  width: 100%;
}
.col-md-6 {
  width: 100%;
}
.address {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 16px;
  font-style: normal;
}
.about {
  padding: 20px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  margin-left: 1px;
}
.aboutimg {
  padding-top: 10px;
  display: block;
}
.aboutimg img {
  width: auto;
  max-height: 210px;
  z-index: -1;
  padding: 10px;
  margin: auto;
}

.copy{
  text-align:center;
}
.copy p{
  color:#999;
  font-size:0.85em;
}

.footer_bottom{
  padding:2em 0;
}

/* Slideshow container */
.indexcontent{
  margin-top: 130px;
  width: 100%;
  height:60%;
  
}
/* Slideshow container */
.slideshow-container {
  width: 90%;
  height: 80%;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;

}

.privacy-content{
  margin-top: 120px;
}


.search-container input[type=text] {
  float: right;
  padding: 2px;
  width:200px;
  margin-top: 4px;
  font-size: 13px;
  border:  1px solid #ccc; 
}


}



@media (max-width:320px){

.map iframe {
  min-height:150px;
}

.map {
  margin-bottom: 2em;
}
.navbar_right{
  float: none;
}
}

@media all and (max-width: 540px) {

.displayuser{
  display: none;

}
.fa-user-circle {
 color:limegreen;
}


.search-container input[type=text] {

  width:100px;

}


}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }

}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  
}

