@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:0;
	margin:0;
}
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/sial.jpg);
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

.p-padding{
	padding:20px;
	text-align:justify;
}
body{ 
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


#logo{
	width:150px;
	height:103px;
	
}

nav ul {
	margin:0;
	padding:0;
}
.carousel-inner img {
      width:100%;
      height:70vh;
	  object-fit:contain;
	  
  }
  
 .carousel-indicators li{
	 background-color:gray;
 }
 
 .btn-custom{
	 background-color:#b81319;
	 color:#fff;
	 text-decoration:none;
 }
 
 .btn-custom:hover{
	 background-color:#980d12;
	 color:#fff;
	 text-decoration:none;
 }
 
 /*Mullti-column dropdown*/
 .multi-column-dropdown {
	list-style: none;
}

.dropdown-menu.columns-3 {
	min-width:700px;
}
 
 /*open dropdown on hover*/
/*.dropdown:hover>.dropdown-menu {
 display: block;
}*/

.navLogo{
	width:50px;
	height:34px;
}


#long-navLink{
	min-width:200px;
}

.navLinks:hover {
	background-color:#d6d5d5;
}

.social{
	font-size:16px;
}

.carouselCaption{
	color:#fff;
	background-color:rgba(0,0,0,0.4);
	width:30%;
	top:5px;
	left:0;
	height:60px;
}

.hideme
{
    opacity:0;
}

.member img{
	width:80%;
	height:80%;
}

.brands{
	width:100%;
	height:200px;
	

}
.b-margin{
	margin-bottom:30px;
}
footer{
	
}

footer dl dd a, footer dl dt a{
	color:black;
	text-decortion:none;


}

footer dl dd a:hover, footer dl dt a:hover{
	color:gray;
	text-decoration:none;

}

.smallP{
	font-size:13px;

	
}

.socialicon i{
	text-decoration:none;
	color:black;
	font-size:18px;
}

.kitchen{
	background-image:
	url(../images/kitchen-1.jpg);
	height:80vh;
}

.red-button{
	background-color:#ad0f19;
	color:#fff;
}

.col-image{
	width:100%;
	height:100%;
}


  .img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 1px solid gray;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 80px;
  height: 80px;
}

.modal-height{
	height:551px;
	width:500px;
}

.sial{
	padding:10px;
	
}

input.ng-invalid {
    background-color: lightgray;
}
input.ng-valid {
    background-color:#cedead;
}
input.ng-not-empty{
	background-color:#cedead;
}
input:-internal-autofill-selected{
	background-color:#cedead;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#test{
	color:red;
}


  
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.carouselCaption{
	
	width:60%;
	top:8px;
	left:0;
	height:60px;
}
.modal-height{
	height:440px;
	width:400px;
}
.carousel-inner img {
      width:100%;
      height:50vh;
	  object-fit:contain;
	  
  }

.containermap{
  
  margin: 0 auto;
  margin-top:50px;
}

#map_container{
  position: relative;
}
#map {
        width: 100%;
        height: 400px;
        background-color: grey;
      }
	}
	
	  @media (max-width: 768px) {
  .dropdown-menu.columns-3 {

    min-width: 240px !important;
    overflow-x: hidden;
  }
  #colImage{
	  display:none;
  }
  
  .carousel-text{
	  font-size:12px;
  }
	  }
  
  @media screen and (max-width: 600px) {
  .dropdown-menu.columns-3 {
    width: 100%;
    height: auto;
  }
} 
@-moz-document url-prefix() {
    .form-control {
    	height: auto;
    }
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    width: 1870px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	 .carousel-text{
	  font-size:12px;
  }
	
	} 

/* Medium devices (landscape tablets, 768px and up) */


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
		 .carousel-text{
	  font-size:16px;
  }
	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
		 .carousel-text{
	  font-size:16px;
  }
	}



