body
{
	margin: 10px 20px;
}
p
{
	font-size: 18px;
}
img
{
	border:0;
}



.header
{
	display: table;
	margin: 0 auto 10px;
}

.logo, .contact-top
{
	margin: auto;
	display: table;
}
.lang-selector {
    position: absolute;
    right: 10px;
	top: 0;
}
.lang-selector ul {
    list-style-type: none;
    padding: 0;
	    margin-top: 22px;
	    text-align: center;
}
.lang-selector li {
    margin: 0 2px;
    left: 0;
    display: inline-block;
}
.btn button{
    background-color: #98bf21;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
	outline: none;
}
.login a, .btn a
{
	    background-color: #686868;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
	outline: none;
	display: inline-table;
}
.login a:hover,  .btn a
{
	 background-color: #98bf21;
	text-decoration: none;
}
.contact-top > div {
    display: inline-block;
}
.contact-top img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin: 5px;
}
.header .contacttxt {
    color: #83B31A;
    font-size: xx-large;
    font-weight: bold;
    vertical-align: middle;
}
.header h3
{
	text-align: center;
	font-size: 20px;
}
.header h3 span
{
	display: table;
	margin: 5px;
}
.headlisttype:before { 
    content: " ";
    height: 10px;
    width: 10px;
    background-color: #fff;
    display: inline-table;
    vertical-align: middle;
    border-radius: 10px;
    margin-right: 10px;
	    margin-top: -3px;
}
.margbtm
{
	margin-bottom: 0;
}
.margtp
{
	margin-top: 0;
}
.greendiv
{
	background-color: #8CC63F;
	color:#fff;
}
.padding1
{	
	    padding: 0px 10px 5px;
}

.font20
{
	font-size: 20px;
}
.greenclr
{
	color: #8CC63F;
}
.img1
{
	    width: 100%;
    height: 400px;
}
.distable
{
	display: table;
}
.div100
{
	width:100%;
}
.rightborder
{
	border-right: 5px solid #fff;
}
.topborder
{
	border-top: 5px solid #fff;
}
.bottomborder
{
	border-bottom: 5px solid #fff;
}
.leftborder
{
	border-left: 5px solid #fff;
}
.minus4bottom
{
	margin-bottom: -4px;
}

.height1
{
	height: 400px;
}
.height2
{
	height: 350px;
}
.height3
{
	height: 300px;
}
.height4
{
	height: 250px;
}
.height5
{
	height: 200px;
}

.paddingz
{
	padding: 0;
}
.greendiv h3, .greendiv p
{
	padding-left: 10px;
}

.paddingtop1
{
	padding-top: 15px;
}
.paddingbtm1
{
	padding-bottom: 15px;
}
.headlisttype2:before
{
	content: " ";
    height: 10px;
    width: 10px;
    background-color: #6D6E71;
    display: inline-table;
    vertical-align: middle;
    border-radius: 10px;
    margin-right: 10px;
	    margin-top: -3px;
}

.logoimg
{
	    width: 150px;
    margin: auto;
    display: table;
}
.placeholder img
{
	width: 80%;
    height: 80%;
}

#userpricelist .lan, #userpricelist .btn
{
	display: none;
}

#userpricelist table tbody
{
	color: #000;
}

/*media query*/
@media(min-width:768px)
{
	.img1
	{
		height: 500px;
	}
	.height2
{
	height: 400px;
}
.height3
{
	height: 350px;
}
.height4
{
	height: 300px;
}
.height5
{
	height: 250px;
}
	
}
@media(max-width:768px)
{
	.rightborder, .leftborder
	{
		border: 0;
	}
	
	img
	{
		border-bottom: 8px solid #fff !important;
		height: 300px !important;
	}
	
	.pull-right
	{
		float: none !important;
	}
	
	#moblesec
	{
		margin-top: 5px;
	}
	
	.socialicon img
	{
		border: 1px solid #000 !important;
	}
	
	.logoimg
	{
		border: 0 !important;
		height: 135px !important;
	}
	
	.lang-selector img
	{
		width: auto !important;
		height: auto !important;
	}
	
	.contact-top img
	{
		width: 100px !important;
		height: 80px !important;
	}
	
	#userpricelist img
	{
		border: 0;
	}
}

@media(max-width:650px)
{
	.lang-selector {
        position: relative;
    display: table;
    margin: auto;
		right: 0;
}
	
	.gototop img
	{
		border: 0 !important;
	}
}

@media(max-width:500px)
{
	
	.lang-selector ul
	{
		margin: 10px auto;
    display: table;
	}
	img
	{
		height: 250px !important;
	}
	
	.header .contacttxt
	{
		font-size: large;
	}
	
	.logoimg
	{
		height: 135px !important;
	}
	
	.lang-selector img
	{
		width: auto !important;
		height: auto !important;
	}
	.contact-top img
	{
		width: 50px !important;
		height: 40px !important;
	}
	p
{
	font-size: 15px;
}
}

.gototop {
	width: 50px;
	height: 50px;
	background: #658D2C;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	position: fixed;
	bottom: 15px;
	left: 10px;
	padding: 4px;
	display: none
}
.gototop img {
	width: 40px !important;
	padding: 4px !important;
	height: auto !important;
}
.socialicon {
	right: 30px;
	position: fixed;
	bottom: 0;
}
.socialicon a {
	display: inline-block;
	text-decoration: none;
}
.socialicon span {
	display: block;
	color: #658d2c;
	text-align: center;
}
.socialicon img {
	width: 40px !important;
	height: 40px !important;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 4px;
	margin-top: 10px
}
.socialicon img:hover {
	border: 1px solid #0776df;
	background-color: #658d2c;
}


#matbtn
{
	display: none;
}

#userpricelist #matbtn
{
	display: inline-table;
}

#userpricelist table
{
	font-size: 20px;
}

#userpricelist table thead
{
	font-weight: 900;
}
#userpricelist table thead th:not(:first-child)
{
	width: 210px
}

@media (max-width: 1000px)
{
.contact-top .contacttxt {
    font-size: small;
	}
.contact-top img {
    width: 20px !important;
    height: 20px !important;
}
}

@media (max-width: 768px)
{
.contact-top img {
    height: 27px !important;
}
	.contact-top .contacttxt {
	    vertical-align: text-bottom;
}
}
#cookiesmodal .cookie-dialog .cookie-footer
{
	margin-top: 10px;
}

#cookiesmodal .cookie-dialog .cookie-footer button
{
	    width: 48%;
    padding: 9px;
    border-radius: 5px;
}
#cookiesmodal .cookie-dialog .cookie-footer .btn-success
{
	    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
#cookiesmodal .cookie-dialog
{
	position: fixed;
    bottom: 10px;
    margin: 0;
    left: 10px;
}

#cookiesmodal .cookie-dialog p
{
	margin: 0;
}

#cookiesmodal .cookie-dialog a
{
	font-size: 10px;
}

.btncookie:hover
{
	transform: translateY(0);
}

.btncookie
{
	padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
	position: fixed;
    bottom: 0;
    left: 10px;
	transition: transform 1s ease;
	transform: translateY(20px);
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
}
.modalshow
{
	display: block;
}
.modalDialog > div {
    max-width: 400px;
    width: 80%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}
.close {
    background: #f26d7d;
    color: #fff;
    position: absolute;
    right: -12px;
    top: -10px;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #fa3f6f;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
 background-color: #98bf21;
    color: #fff;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

@media(max-width:650px)
{	
	.btncookie
	{
		transform: translateY(0px);
		    position: relative;
		margin: 10px 0;
	}
}