/* Popup */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index: 2;
}
/* Inner */
.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
}
/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
}
.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
}
img.popupimg{
		padding-right:15px;
		float:left;
		width:30%; 
		height:auto;
}
.popup-inner h2{
	margin-top: 0px;
	padding-top: 0px;
}
/********************************/
body{
	background-color:white;
}

@keyframes Highlight{
	0%   {color: darkgreen;}
	100%  {color: rgb(173, 67, 6);}
	
}
.navbar{
	margin-bottom:0px;
}

.company-name{
	color: cadetblue;
	text-shadow: 1px 1px 3px;  
	animation-name: Highlight;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.bgm-navbar-nav{
	float:right;
}

.bgm-banner{
	margin:auto;
	/*box-sizing:border-box;
	background-image:url("../images/banner.jpg");*/
}
.bgm-footer{
	height: 100px;
	background-color: rgb(243, 237, 229);
	position: relative;
}
.copyright{
	position: absolute;
	top:80%;
	left:20px;
}
h1.bgm-message{
	background-color:lightslategrey;
	margin:auto;
	width:75%;
	color:saddlebrown;
	text-align:center;
	text-decoration:overline;
	letter-spacing:3px;
	font-style:Italic;
}

div.bgm-product{
	background-color:white;
	border:1px solid lightgray;
	margin:5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 6px;
	float:left;
	width:100%;
}

div.bgm-product img{
	width:100%;
	height:auto;
}
div.bgm-product-desc{
	padding:15px;
	text-align:center;
	/*border:1px solid lightgrey;*/
}
div.bgm-product:hover{
	box-shadow: 0px 0px; /*4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

div.bgm-product:active{
	width: 99%;
	height: 99%;
}
.baner-info{
	padding-top: 35em;
	text-align: center;
	width: 100%;
	position: absolute;
	padding-right: 0px;
	margin-right: 0px;
 }
 .baner-text-block {
	margin: 0 auto;
	position: relative;
	top:50%;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding-left: 20px;
    padding-right: 0px;
}
 .baner-info h3 {
	text-align: center;
	 font-size: 3.5em;
	 color: #fff;
	 font-weight: 300;
	 letter-spacing: 4px;
 }
 .baner-info h3 span {
	 color:#2baf2b;
 }
/*@media screen and (min-width:700px)
{
	div.bgm-product{
		width:19.99999%;
		margin:6px 0;
	}
}*/

@media screen and (max-width:500px){
	div.bgm-product{
		width: 100%;
	}
	img.popupimg{
		width: 100%;
	}
	.baner-text-block{
		display: none;
	}
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.bgm-center{
	margin:auto;
	width:50%;
	text-align: center;
}

.sec-hd:after {
    left: 104px
}

.sec-hd:before {
    right: 104px
}

/*.sec-hd:after, .sec-hd:before {
    content: "";
    position: absolute;
    top: 14px;
    width: 30%;
    height: 1px;
    background-color: #e0e0e0
}*/

/*.sec-hd:after, .sec-hd:before {
    content: " ";
    display: table
}*/

.sec-hd:after {
    clear: both
}
.home-sec {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

/*.home-sec:after,.home-sec:before {
    content: " ";
    display: table
}*/

.home-sec:after {
    clear: both
}

.home-sec .sec-hd {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin: 25px auto 25px;
    text-align: center
}

.sec-hd h2{
	color: lightgray;;
}
.bgm-address{
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 15px;
	padding-left:20px;
	padding-bottom:15px;
	letter-spacing: 1px;
	line-height: 1.8;
}