* {box-sizing: border-box;}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.container-fluid{
  width:100%; height:auto; padding:0 auto;
}
.container{
  margin:0 auto; width:100%; max-width:1170px; height:auto;
  padding:15px;
}

.logo img{
   max-width:300px; 
   height:100px;
   width:100%;
   float:left;
}
p{
  text-align:justify;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color:#333; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #999; /* Add a dark-grey background on hover */
}

.sidenav {
  display:none;
}
#main{
  display:none;
}

.footer_social
{
	margin-top: 20px;	
	height:30px;
	/*background-color:#933;*/
	
	float:right;
	margin-right:20px;
	
}
.fa-instagram {
  background-color: #be3c87;
  color: white;
  border-radius:26px;
  padding:3px 4px;
  height:30px;
  width:30px;
  float:left;
 }
 .fa-instagram img{
	 height:auto;
	 width:auto;
 }
.fa-facebook {
  background-color: #3c5998;
  color: white;
  border-radius:26px;
  padding:3px 8px;
  height:30px;
  width:30px;
  float:left;
}
 .fa-facebook img{
	 height:auto;
	 width:auto;
 }
.fa-twitter {
  background-color: #1da1f2;
  color: white;
  border-radius:26px;
  padding:3px 4px;
  height:30px;
  float:left;
  width:30px;
}
 .fa-twitter img{
	 height:auto;
	 width:auto;
 }
.fa-google-plus {
  background-color: #dd5144;
  color: white;
  border-radius:26px;
  padding:3px 0px;
  height:30px;
  max-width:30px;
  float:left;
}
 .fa-google-plus img{
	 height:auto;
	 width:auto;
 }
.fa-youtube {
  background-color: #ff0000;
  color: white;
  border-radius:26px;
  padding:3px 4px;
  height:30px;
  float:left;
  width:30px;
}
 .fa-youtube img{
	 height:auto;
	 width:auto;
 }
.footer_social ul li
{
	display: inline-block;
	margin-left:0px;
}
.footer_social ul li:last-child
{
	margin-left:0px;
}
.footer_social ul li a i
{
	font-size: 24px;
	color: white;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
	color: white;
	background-color: black;
}

.mail-btn{
	float: right;
	margin-top:37px;
	margin-right:50px;
	width:30px;
	height:30px;
	background-color:#CCC;
	border-radius:15px;
	padding: 4px 7px;
}
.profile-btn{
	float: right;
	margin-top:37px;
	margin-right:10px;
	width:30px;
	height:30px;
	background-color:#CCC;
	border-radius:15px;
	padding: 4px 10px;	
}

h2{
	width:100%;
	text-align:center;
	float:left;
	background-color:#f2f2f2;
}
.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
}

.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}
.search-container{
  margin-top:5px;
}


.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

.row{
	width:100%;
	height:auto;
	/*background-color:#999;*/
	float:left;
}
.product_text{
	float:right;
	width:100%;
	max-width:600px;
	height:250px;
	/*background-color:#00C;*/
}
.row_img{
	width:100%;
	max-width:250px;
	float:left;
	height:200px;
	margin-left:25px;
	margin-bottom:40px;
}
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}



* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media screen and (max-width: 425px) {
  .logo img{
    max-width:200px;
    height:75px;
  }
  .footer_social{
    margin:0px;
  }
  .mail-btn{
    margin-top:15px;
  }
  .profile-btn{
    margin-top:15px;
  }
  .topnav{
    display:none;
    text-decoration:none;
  }
  .w3-container{
    display:none;
  }
  .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: rgba(0,0,0,0.5);
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
      display:block;
    }   
  .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color:white;
      display: block;
      transition: 0.3s;
    }
    
  .sidenav a:hover {
      color: #f1f1f1;
    }
    
  .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
  .mySlides{
    height:150px;
  }
#main {
      transition: margin-left .5s;
      padding: 16px;
      display:block;
      height:auto;
    }
  #imgwrapper img{
      height:150px;
    }
  .title{
    font-size:10px;
  }
  @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
      
}



.carousel-control {
  
    filter:none !important;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}




