.menufull
{
	padding-left: 10%;
}
.menufull>ul>li
{
	padding-left: 5%;
}
.button_right
{
	padding-left: 70%;
}

.middle_space
{
	padding: 0.1%;
}

.img_margin-lf
{
	margin-left: 90%;
}
.img_margin-rt
{
	margin-right: 90%;
}

.maxheight
{
	height: 120px !important;
}

.makeimage_down
{
	margin-bottom: -109px;
}

#dateinfo
{
	font-weight: 500;
}

/*.logoresize
{
	height:auto !important; 
	width: auto !important
}*/
.makesmallimg
{
	height: 60% !important;
	width: 70% !important;
}

.margin-bottom-100
{
	margin-bottom: 90px;
}

.text-line-height-1-2
{
	line-height: 1.2;
}

.margin-left-negetive-20
{
	margin-left: -20px !important;
}

.listnone
{
    list-style-type:none;
}

.hide
{
	display: none;
}

.padding-right-30
{
	padding-right: 30px;
}

.noborder
{
	border: 0px !important;
}

.padding-r-0
{
	padding-right: 0px !important;
}

.margin-top-negetive-30
{
	margin-top: -30px !important;
}

.padding-bottom-0
{
    padding: 3rem 1.25rem !important;
}

.textbox
{
	height: 50px;
	border-radius: 3px;
	width: 80%;
	color : #999;
	font-weight : 500;
	border: 1px solid;
    border-color: #999;
	font-family: "Poppins";
	padding-left: 5px;
}

textarea
{
	border-radius: 3px;
	width: 80%;
	resize: vertical;
	color : #999;	
	font-weight : 500;
	border: 1px solid;
    border-color: #999;
	font-family: "Poppins";
	padding-left: 5px;
	padding-top: 10px;
}

.txt-bold
{
	font-size: 0.92rem;
	font-weight : 500;
}

.margin-l-60
{
	margin-left: 60px;

}

/*Embeded Googlemap class */
/*
.mapouter{
	position:relative;
	text-align:right;
	height:479px;
	width:560px;
}
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:479px;
	width:600px;
}
*/
/*.mapouter{
	position:relative;
	text-align:right;
	height:479px;
	width:100%;
}
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:479px;
	width:100%;
}*/

/*.showmap{
	display: block !important;
}

.hidemap{
	display: none !important;
}*/

/*.textcolor-black
{
	color:black !important;
}*/


@media screen and (max-width:768px) {
  	.menufull
	{
		padding-top: 60px;
		padding-left: 0%;
	}
	.button_right
	{
		padding-left: 0%;
	}

	.makesmallimg
	{
		height: 85% !important;
		width: 85% !important;
	}

	.margin-bottom-100
	{
		margin-bottom: 20px;
	}

	.margin-b-60-mobile
	{
		margin-bottom: 80px;
	}
	.margin-negative-mobile-20
	{
		margin-left : -30px !important;
	}
	.logoresize
	{
		height:25px !important; 
	}

	.product_img_resize
	{
		height: 350px !important;
		width: 500px !important;
	}
	.hidelogo
	{
		display: none !important;
	}
	.textbox
	{
		width: 100%;
	}

	textarea
	{
		width: 100%;
	}
	.margin-l-60
	{
		margin-left: 0px;
	}

	/*.showmap
	{
		display: none;
	}
	.hidemap{
		display: block;
	}*/


	/*.mapouter{
		position:relative;
		text-align:right;
		height:250px;
		width:100%;
	}

	.gmap_canvas {
		overflow:hidden;
		background:none!important;
		height:250px;
		width:100%;
	}*/
}
@media screen and (min-width:769px) and (max-width: 855px) {
	.margin-l-60
	{
		margin-left: 20px;
	}
	.menufull
	{
		padding-left: 2%;
	}
	.menufull>ul>li
	{
		padding-left: 2%;
	}
	.top-nav li a 
	{
		padding: 1rem !important;
	}
}

@media screen and (min-width:855px) and (max-width: 1024px) {
	.margin-l-60
	{
		margin-left: 20px;
	}
	.menufull
	{
		padding-left: 2%;
	}
	.menufull>ul>li
	{
		padding-left: 3%;
	}
	.top-nav li a 
	{
		padding: 1.3rem !important;
	}
}

@media screen and (min-width:1025px) and (max-width: 1200px) {
	.menufull
	{
		padding-left: 5%;
	}
	.menufull>ul>li
	{
		padding-left: 3%;
	}
}