.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%;
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	color: white;
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #cbbfae url(../images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 0 1px 1px rgba(255,255,255,0.6), 
	inset 0 1px 1px rgba(0,0,0,0.1), 
	inset 0 0 0 3px #cbbfae,
	inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}

.margt50 {
	margin-top: 50px;
}

.blackcolor {
	color: #000 !important;
}

.listnopad li {
	padding-bottom: 0px;
}

.numbering li {
	list-style: decimal;
}

.lightlccolor {
	background: #cbe2c1;
}

.topblock-box {
	border-bottom: 1px solid #000;
}

.topblock-box > h3 {
	background: #5cae4a;
	color: #fff;
	padding: 10px 15px;
	width: 200px;
	font-size: 18px;
	margin: 40px auto 0;
	text-align: center;
}

.leftimg {
    float: left;
    width: 50%;
    margin: 0 20px 15px 0px;
}

span.sn {
	float: right;
}

.colorbox {
	background: #ddf2fa;
	padding: 20px 30px;
}

.listings li {
	list-style: decimal;
}

.imgboxWrap .fancybox {
	display: block;
}

.imgboxWrap .fancybox img {
	width: 100%;
}

.customfield {
	margin-top: 20px;
	line-height: 40px;
}

span.hnum {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background: #000;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.innholdListBox ul.nostylelist li {
	margin-bottom: 30px;
	padding-bottom: 0;
	position: relative;
}

.innholdListBox ul.nostylelist li:after {
	border-bottom: 1px dotted #000000;
	position: absolute;
	content: "";
	bottom: 5px;
	left: 0;
	width: 100%;
	z-index: 0;
}

.innholdListBox ul li .innholdTxt,
.innholdListBox ul li .sn {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.innholdListBox ul li .innholdTxt {
	padding-right: 8px;
}
.innholdListBox ul li .sn {
	padding-left: 2px;
}

.site-table .table-gps thead > tr {
	background: #5cae4a;
}

.site-table .table-gps tbody > tr {
	background: #ebf4e8;
}

.site-table .table-gps tbody > tr:nth-of-type(even) {
	background: #cbe2c1;
}

.site-table .table-gps.alt tbody > tr {
	background: #acd19c;
}

.site-table .table-gps.alt tbody > tr:nth-of-type(even) {
	background: #ebf4e8;
}

.site-table .table-gps thead.firstThead > tr {
	background: #fff;
}

.site-table .table-gps.two tbody > tr {
	background: #cbe2c1;
}

.site-table .table-gps.two tbody > tr:nth-of-type(even) {
	background: #ebf4e8;
}

ul.triangleBullet {
	padding: 0 !important;
}

.triangleBullet li {
	position: relative;
	list-style-type: none;
	padding-left: 15px;
}

.triangleBullet li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	background: #5cae4a;
	height: 7px;
	width: 7px;
}

.headingcolorbox {
	background: #5cae4a;
	padding: 10px 15px;
	color: #fff;
	margin: 0 0 30px;
}

.textLarge {
	font-size: 40px;
	color: #eb2943;
	margin: 0 0 20px;
}

.nobeforeEle {
	background: #bbd9ad !important;
	padding: 10px 15px 20px 15px;
}

.nobeforeEle:before,
.nobeforeEle:after {
	visibility: hidden;
}

@media (max-width: 767px) {
	.numBox img {
		width: 100%;
	}

	.articalHeadingBox {
		margin: 30px 0;
	}

	.adsBox.container {
		padding: 0;
	}

	.lead {
		margin-bottom: 20px;
	}

	.factBoxSingleheader {
		margin-top: 20px;
	}

	.site-table {
		overflow-x: scroll;
	}

	.site-table .table-gps {
		width: 1000px;
	}

	#ghar .ghartext {
		font-size: 17px !important;
	}

}


/*======= GY 2019 CSS =====*/
.topimgBox {
    width: 200px;
    margin: 20px auto 30px;
}

.topimgBox.biggerimg {
	width: 350px;
}

.content-box {
	border: 1px solid #5cae4a;
}

.content-box h4 {
	background: #5cae4a;
	padding: 15px 20px;
	margin: 0;
	color: #fff;
	text-align: center;
	font-family: 'The mix bold';
}

.content-box-inner {
	padding: 20px 20px;
}

.boldfont {
	font-family: 'The mix bold' !important;
	font-weight: normal !important;
}

#team .noListing {
	padding-left: 0px;
}

.noListing li {
	list-style: none;
}

.noListing.hasmenu li {
	position: relative;
	padding-left: 20px;
}

.noListing.hasmenu li span {
	position: absolute;
	left: 0;
	top: 0;
}

.fancybox {
	position: relative;
}

.fancybox .number {
	position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    line-height: 27px;
    text-align: center;
    background: #5aaf4a;
    color: #fff;
    font-family: 'The Mix Bold';
    font-size: 18px;
}

.middleText {
    font-family: 'The Mix Bold';
    color: #5cae4a;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}


/*================================
ADVERTISING CSS
================================*/

.advbox.tek2 {
	position: relative;
}

.advbox.tek2 .addlink1 {
	position: absolute;
    right: 10%;
    bottom: 9%;
    height: 3%;
    width: 20%;
}

.advbox.tek2 .addlink2 {
	position: absolute;
    right: 9%;
    bottom: 6%;
    height: 3%;
    width: 23%;
}

.advbox {
	position: relative;
}

.advbox.norges .addlink1 {
	position: absolute;
    top: 0;
    right: 9%;
    height: 17%;
    width: 5%;
}
.advbox.norges .addlink2 {
	position: absolute;
    left: 6%;
    height: 3%;
    width: 16%;
    bottom: 20%;
}
.advbox.norges .addlink3 {
	position: absolute;
    left: 6%;
    height: 3%;
    width: 22%;
    bottom: 15%;
}

.advbox.leven .addlink1 {
	position: absolute;
    top: 33%;
    left: 7%;
    height: 3%;
    width: 12%;
}

.advbox.leven .addlink2 {
	position: absolute;
    top: 36%;
    left: 6%;
    height: 2%;
    width: 14%;
}

.advbox.leven .addlink3 {
	position: absolute;
    top: 38%;
    left: 6%;
    height: 2%;
    width: 14%;
}

.hascircleimg .thumbnail-img {
	height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.advLinkGYL3c {
	height: 5%;
    right: 5%;
    width: 23%;
    bottom: 7%;
}

.advbox.nippo .addlink1 {
	position: absolute;
    top: 16%;
    right: 4%;
    height: 24%;
    width: 5%;
}

.advbox.flogas .addlink1 {
	position: absolute;
    bottom: 4%;
    left: 55%;
    height: 7%;
    width: 7%;
}

.advbox.hage .addlink1 {
	position: absolute;
    bottom: 9%;
    height: 40%;
    width: 62%;
    left: 29%;
}

.advbox.jiffy .addlink1 {
	position: absolute;
    bottom: 16%;
    height: 3%;
    width: 25%;
    left: auto;
    right: 1%;
}

.background-box {
	background: #e7e7e8;
	border: 2px solid #000;
	padding: 20px 30px;
}

.topmidheading {
	text-align: center;
	border-bottom: 1px solid #000;
}

.topmidheading p {
	background: #849837;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 6px 15px 4px 0;
}

.font55px {
	font-size: 55px;
}

.articalHeadingBox.font55px {
	margin-bottom: 20px;
}

.relBox {
	position: relative;
}

.thumbnail-img.width120 {
	max-width: 120px;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.marTop50 {
	margin-top: 50px !important;
}

.marTop30 {
	margin-top: 30px !important;
}

.advbox.groeli .addlink1 {
	position: absolute;
    bottom: 1%;
    left: 50%;
    height: 13%;
    width: 25%;
}

.font26 {
	font-size: 26px !important;
}

.bgbox {
	background: #9cc98b;
    position: relative;
    padding: 30px 20px;
}

.bgbox::before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 10px;
    width: 60px;
    background: #ffd24f;
}

.bgbox::after {
	position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 10px;
    width: 60px;
    background: #ffd24f;
}

.bgbox .titlepara {
	font-size: 24px;
	margin-bottom: 20px;
}

.advbox.herbs .addlink1 {
	position: absolute;
    bottom: 3%;
    left: 0;
    height: 5%;
    width: 24%;
}

.colbl {
	color: #00aeef;
}

.bwidthbox {
	border: 1px solid #5cae4a;
	padding: 20px 30px;
}

.bwidthbox .titlepara {
	margin-top: 0px;
	margin-bottom: 13px;
	font-size: 22px;
}

.bwidthbox ul {
	margin-bottom: 0px;
	padding-left: 0px !important;
}

.bwidthbox ul li {
	list-style-type: none;
	padding-bottom: 7px;
}

.bwidthbox ul li:last-of-type {
	padding-bottom: 0px;
}

.bwidthbox ul li span {
	font-family: 'The Mix Bold';
}

.boxColors {
	background: #dbebd4;
	padding: 20px 20px;
}

.width200px {
	width: 250px;
	margin: 0 auto;
}

.mixboldbox p {
	font-weight: bold;
	margin-bottom: 10px;
}

.mixboldbox ul li {
	list-style-type: decimal;
	padding-bottom: 5px;
}

.advbox.ysm .addlink1 {
    position: absolute;
    bottom: 2%;
    right: 15%;
    height: 6%;
    width: 15%;
}

.advbox.ysm .addlink2 {
	position: absolute;
    bottom: 2%;
    right: 31%;
    height: 6%;
    width: 17%;
}

.listdisc li {
	padding-bottom: 5px;
}

.advbox.gart .addlink1 {
	position: absolute;
    bottom: 1%;
    left: 21%;
    height: 5%;
    width: 39%;
}

.advbox.gart .addlink2 {
	position: absolute;
    bottom: 1%;
    left: 70%;
    height: 5%;
    width: 20%;
}

@media (max-width: 767px) {

	.textNphotoBy2 {
		margin: 10px 0;
	}

	.thumbnail-img.width120 {
		max-width: 80px;
	}

}


.site-table table thead {
	background: #5cae4a;
}

.site-table table tbody tr {
	background: #acd19c;
}

.site-table table tbody tr:nth-of-type(even) {
	background: #d3e6ca;
}

.mediplantitle {
	font-family: 'Berthold Akzidenz-Grotesk';
	font-size: 45px;
	text-align: center;
	line-height: 50px;
}

.mediplantitle span {
	color: #689e44;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.fontlight {
	font-family: 'Berthold Akzidenz-Grotesk';
}

.color1 {
	color: #689e44;
}

.dottedBorder {
	border: none;
	border-bottom: 1px dashed #939598;
}

.sidebarBgbox {
	background: #fef3d2;
	padding: 30px 30px;
}

.padl20 {
	padding-left: 20px;
}

.hasLeftborder {
	border-left: 1px dashed #939598;;
}

.table-Contenttable thead tr th {
	font-family: 'Berthold Akzidenz-Grotesk';
	font-weight: bold;
}

.table-Contenttable tbody {
	background: #eeefef;
}

.table-Contenttable tbody tr td {
	font-family: 'Berthold Akzidenz-Grotesk';
}

.isborderbox {
	border: 1px solid #000;
	padding: 20px 20px;
}

.isborderbox p {
	font-family: 'Berthold Akzidenz-Grotesk';
	font-size: 16px;
}

.isborderbox ul {
	padding-left: 0 !important;
	margin: 0;
}

.isborderbox ul li {
	list-style-type: none;
	padding: 0;
	font-family: 'Berthold Akzidenz-Grotesk';
	font-size: 16px;
	position: relative;
}

.isborderbox ul li span {
    width: 140px;
    display: inline-block;
}

.max70 {
	max-width: 70px;
}

.max100 {
	max-width: 100px;
}

.max140 {
	max-width: 140px;
}

.advbox.norgro .link1 {
	position: absolute;
    bottom: 3%;
    left: 25%;
    height: 2%;
    width: 11%;
}

.advbox.norgro .link2 {
	position: absolute;
    bottom: 3%;
    left: 12%;
    height: 2%;
    width: 13%;
}

.advbox.gjense .addlink1 {
	position: absolute;
    bottom: 32%;
    left: 71%;
    height: 4%;
    width: 21%;
}

.advbox.peterson .addlink1 {
	position: absolute;
    bottom: 3%;
    right: 0;
    height: 5%;
    width: 20%;
}

.bgtable .table-bordered > tbody > tr > td, 
.bgtable .table-bordered > tbody > tr > th, 
.bgtable .table-bordered > tfoot > tr > td, 
.bgtable .table-bordered > tfoot > tr > th, 
.bgtable .table-bordered > thead > tr > td, 
.bgtable .table-bordered > thead > tr > th {
	border-color: #fff !important;
}

.bgtable thead {
	background: #5cae4a;
	color: #fff;
}

.bgtable .table-bordered > tbody > tr {
	background: #acd19c;
}

.bgtable .table-bordered > tbody > tr:nth-of-type(even) {
	background: #dbebd4;
}

.advbox.vefi .addlink1 {
	position: absolute;
    bottom: 4%;
    right: 2%;
    height: 2%;
    width: 13%;
}

.advbox.vefi .addlink2 {
	position: absolute;
    bottom: 1%;
    right: 5%;
    height: 3%;
    width: 11%;
}

.advBox.freg .addlink1 {
	position: absolute;
    bottom: 1%;
    right: 48%;
    height: 6%;
    width: 30%;
}

.advBox.freg .addlink2 {
    position: absolute;
    bottom: 1%;
    right: 25%;
    height: 6%;
    width: 22%;
}

.advBox.freg .addlink3 {
	position: absolute;
    bottom: 1%;
    right: 0;
    height: 6%;
    width: 24%;
}

.advBox.electa .addlink1 {
	position: absolute;
    bottom: 18%;
    left: 20%;
    height: 4%;
    width: 60%;
}

.advbox.norsk .addlink1 {
    position: absolute;
    bottom: 9%;
    left: 35%;
    height: 3%;
    width: 21%;
}

.advbox.norsk .addlink2 {
    position: absolute;
    bottom: 16%;
    left: 51%;
    height: 3%;
    width: 21%;
}