@charset "utf-8";
	body {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	p{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 30px;
		color: #000;
		padding: 0 0 20px 0;
	}
	.navbar {
		background-color: #003366;
		margin-top: 42px;
	}
	.navbar-nav .nav-link {
		color: white !important;
		font-weight: bold;
	}
	.small_device{
		display: none;
	}
	.large_device img{    
		position: absolute;
		z-index: 99;
		top: -48px;
	}
	.navbar-nav .nav-link{
		padding: 13px 15px 10px 15px;
		font-weight: 300;
	}
	.navbar-nav .nav-link.active {
		background-color: #00cc66;
		color: white !important;
		padding: 13px 15px 10px 15px;
	}
	.banner {
		position: relative;
		text-align: center;
		color: white;
	}
	.banner img {
		width: 100%;
		height: auto;
	}
	.content-section {
		padding: 40px 20px;
		text-align: justify;
	}
	ul{
		line-height: 30px;
	}
	.sidebar {
		padding: 20px;
		background: #f9f9f9;
		border: #CCC 1px solid;
		margin: 4px;
		text-align: left;
	}
	.sidebar h3{    
		font-family: 'Oswald', sans-serif;
	}
	h5{
		font-size: 30px;
		line-height: 40px;
		font-style: italic;
		padding: 0;
		margin: 0 0 20px 0;
		text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	.border-right{
		border-right: #999 1px dotted;
	}
	footer {
		background: #111;
		color: #fff;
		text-align: center;
		padding: 15px 0;
		margin-top: 30px;
	}
	footer p{
		color: #fff;
		text-align: center;
		padding: 0px;
	}
	.navbar-toggler{
		background-color:#fff;
	}
.catalog-title {
      color: #0066cc;
      font-weight: bold;
      margin-top: 20px;
    }
    .product-card {
      border: 2px solid #00a651;
      text-align: center;
      margin-bottom: 20px;
      background: #fff;
    }
    .product-card img {
      width: 100%;
      height: auto;
      object-fit: contain;
      padding: 10px;
    }
    .product-name {
      background: #00a651;
      color: #fff;
      padding: 8px 0;
      font-weight: bold;
    }

form.contact_form * {
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
}
.comm_fom {
  border: 1px solid #ccc;
  height: 38px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.half {
  width: 48%;
}
textarea.comm_fom {
  resize: none;
  height: 92px;
  padding: 8px 15px;
}
button#submit_mail {
  border: 0;
  padding: 0 24px;
  background-color: #00A952;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
}
button#submit_mail:hover{
  background-color: #1C4F91;
}
form.contact_form{margin-bottom: 24px;}
img.loader, .error_message{display: none !important;}
label.error {
  font-size: 12px;
  margin-top: -12px;
  display: block;
  color: #f00;
}
a#refreshpage {
  color: #fff;
  background-color: #00A952;
  display: inline-block;
  padding: 0 24px;
}
a#refreshpage {
  background-color: #1C4E91;
}
div#success_page p {
  margin-bottom: 1px;
  padding: 0;
}
fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 24px;
}

.clearfix{
	margin-bottom: 15px;
}
	@media (max-width: 766px) {
		.small_device{
			display: block;
			font-size: 25px;
			text-transform: uppercase;
			font-weight: 600;
			font-family: 'Oswald', sans-serif;
		}
		.small_device img{			  
			position: relative;
			max-height: 50px;
			top:0px;
			margin-right: 5px;
		}

		.large_device {
			display: none;
		}
		.navbar{
			margin-top: 0px;
		}
	}

