* {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;
	 transform: translateY();
}
.p{
	text-align:center;
}
h2{
	background-color:#f2f2f2 ;
	height:70px;
	padding-top:10px;
	text-align:center;
	float:left;
	width:100%;
}
#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;
}


.profile-btn{
	float: right;
	margin-top:37px;
	margin-right:-30px;
	width:30px;
	height:30px;
	background-color:#CCC;
	border-radius:15px;
	padding: 4px 10px;	
}
.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;
}




@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}



@media screen and (max-width: 768px) {
	
}


@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;}
			
}
	
@media screen and (max-width: 375px){

	.logo img{
		width:150px;
		height:50px;
	}
	.footer_social {
		padding:0px;
		height:20px;
		width:auto;
	}
	#main{
		height:80px;
	}
}


@media screen and (max-width: 320px){
	
	#main{
		height:100px;
		
	}
	.logo{
		margin:0px;
	}
	.footer_social ul li a i{
		font-size:14px;
		width:auto;
		margin:0px;
	}
	.fa-google-plus{
		height:20px;
		width:30px;
	}
	.fa-instagram{
		height:20px;
		width:20px;
	}
	.fa-facebook {
		height:20px;
		width:15px;
	}
	.fa-twitter {
		height:20px;
		width:20px;
	}
	.mail-btn{
		margin-top:14px;
		font-size:11px;
		height:auto;
		width:auto;
		right:0;
		left:0;
	}
	.profile-btn{
		margin-top:15px;
		font-size:12px;
		height:22px;
		width:22px;
		padding:2px 5px;
		right:0;
		left:0;
	}
	p1{
		font-size:10px;
	}
	#imgwrapper img{
		height:100px;
	}
	.title{
		font-size:9px;
	}
		
	
	
}











