body {
 margin: 0px;
 padding: 0px; 
 background: rgb(179,179,179);  
 font-size: 0.9em; 
 font-family: arial; 
}

#ifMobile {
 max-width: 1160px; 
 min-width: 390px; 
 height: 0px; 
 font: normal 0px verdana; 
}

@media screen and (max-width: 1160px) {
	 #ifMobile {
	 width: 100%; 
	 height: 0px; 
	 font: normal 0px verdana; 
	}
}

a {
 text-decoration: none; 
 color: rgb(237,24,71); 
}

a:hover {
 color: rgb(255,84,0); 
}

.fullw {
 width: 1160px; 
 height: auto; 
 left: 50%; 
 margin-left: -580px; 
}

.fullWidth {
 width: 1160px; 
 height: auto; 
 left: 50%; 
 margin-left: -580px; 
}

@media screen and (max-width: 640px) {
 .flw50 {
  width: 100%; 
  height: auto; 
  padding-bottom: 5px; 
  padding-top: 5px; 
 }
 
} /* media rule */ 

@media screen and (max-width: 1160px) {

 .flw50  .flw50 {
  width: 100%; 
  height: auto; 
 }
 .fullWidth {
  width: 98%; 
  height: auto; 
  left: 0px; 
  margin-left: 1%; 
  margin-right: 1%; 
 }
 
 .fullw {
  width: 98%; 
  height: auto; 
  left: 0px; 
  margin-left: 1%; 
  margin-right: 1%; 
 }
}


.headLine {
 width: 100%; 
 height: auto; 
 background: white; 
 border-bottom: 10px solid white; 
 top: 0px; 
 z-index: 999; 
}

.click2home, .click2homebg, .click2homeen {
 padding-top: 22px; 
 width: 257px; 
 height: auto; 
 text-transform: uppercase; 
 font: normal 8px arial; 
 text-transform: uppercase; 
 padding-bottom: 10px; 
}

.click2homeen {
 letter-spacing: 0px; 
}

.click2home img, .click2homebg img, .click2homeen img {
 margin-bottom: 7px; 
 min-height: 30px; 
 max-width: 100%; 
}

.click2home a, .click2home a:visited, .click2home a:active, .click2home a:hover, 
.click2homeen a, .click2homeen a:visited, .click2homeen a:active, .click2homeen a:hover, 
.click2homebg a, .click2homebg a:visited, .click2homebg a:active, .click2homebg a:hover {
 color: black; 
}

.mainMenu {
 height: 75px; 
}

.pageTabIn {
 padding-left: 16px; 
 padding-right: 16px; 
 padding-top: 40px; 
 padding-bottom: 25px; 
 font: bold 0.88em arial; 
 text-transform: uppercase; 
 color: black; 
 background: rgb(229,229,229); 
 /* border-bottom-left-radius: 25px; */
 margin-right: 5px; 
 min-width: 40px; 
 min-height: 22px; 
}

.pageTabLink {
 padding-left: 14px; 
 padding-right: 14px; 
 padding-top: 38px; 
 padding-bottom: 23px; 
 border: 1px solid white; 
 font: bold 0.88em arial; 
 text-transform: uppercase; 
 color: black; 
 /* border-bottom-left-radius: 25px; */
 margin-right: 5px; 
 min-height: 22px; 
 cursor: pointer; 
}

.pageTabInIn {
 padding-left: 16px; 
 padding-right: 16px; 
 padding-top: 40px; 
 padding-bottom: 25px; 
 font: bold 0.88em arial; 
 text-transform: uppercase; 
 color: black; 
 background: rgb(237,24,71); 
 /* border-bottom-left-radius: 25px; */
 border-right: 5px solid white; 
 min-width: 40px; 
 min-height: 22px; 
}


	.mainMenu .pageTabLink:hover {
	 border: 1px solid rgb(237,24,71);
	 padding-left: 14px; 
	 padding-right: 14px; 
	 padding-top: 38px; 
	 padding-bottom: 23px; 
	 margin-right: 5px; 
	 min-height: 22px; 
	}

.pageTabLink:hover a, .pageTabLink:hover a:visited, .pageTabLink:hover a:active {
 color: rgb(237,24,71); 
}
.pageTabLink a, .pageTabLink a:visited, .pageTabLink a:active {
 color: rgb(179,179,179); 
}

.searchOpen {
 padding-left: 24px; 
 padding-right: 8px; 
 padding-top: 20px; 
 padding-bottom: 25px; 
 font: bold 0.9em arial; 
 text-transform: uppercase; 
 color: black; 
 background: rgb(179,179,179); 
 /* border-bottom-left-radius: 25px; */
 border-right: 5px solid white; 
 width: 40px; 
 min-height: 23px; 
}

.searchOpen img {
 margin-top: 15px; 
 cursor: pointer; 
}

.langLink {
 padding-left: 16px; 
 padding-right: 16px; 
 padding-top: 40px; 
 padding-bottom: 25px; 
 font: bold 0.88em arial; 
 text-transform: uppercase; 
 color: black; 
 background: black; 
 /* border-bottom-left-radius: 25px; */
 min-width: 40px; 
 min-height: 22px; 
 text-align: center; 
 cursor: pointer; 
}

.langLink  a, .langLink a:visited, .langLink a:active {
 color: white; 
}

.searchInput {
 width: 0px; 
 height: 37px; 
 overflow: hidden; 
 top: 10px; 
 left: -10px; 
}


.searchInput input  {
 width: 130px; 
 color: rgb(96,96,96);
 height: 30px; 
 margin-top: 5px; 
 margin-left: 10px; 
 font: normal 1em arial; 
 border-top: 1px solid rgb(80,80,80); 
 border-left: 1px solid rgb(80,80,80); 
 border-right: 1px solid rgb(80,80,80); 
 background: rgb(179,179,179); 
 border-bottom: 1px solid rgb(80,80,80); 
}

.homeFrames {
 width: 100%; 
 height: auto; 
 height: 645px; 
 overflow: hidden; 
 background: black; 
}

.homeFrame {
 position: absolute; 
 top: 0px; 
 left: 50%; 
 width: auto; 
}

.pageFrames {
 width: 100%; 
 height: auto; 
 height: 380px; 
 overflow: hidden; 
 background: black; 
}

.pageFramesPathOnly {
 width: 100%; 
 height: auto; 
 height: 60px; 
 overflow: hidden; 
 background: black; 
}


@media screen and (max-width: 800px) {
	.homeFrames, .pageFrames {
	zoom: 0.75; 
	}
}

@media screen and (max-width: 600px) {
	.homeFrames, .pageFrames {
	zoom: 0.5; 
	}
}

@media screen and (max-width: 300px) {
	.homeFrames, .pageFrames {
	zoom: 0.35; 
	}
}

.pageFramesPathOnly .pageFrameSign {
 display: none; 
}

.blurTexture {
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: 100%; 
 height: 100%; 
 background: black;
 -moz-opacity: 0.30;  
 opacity: 0.30; 
 filter:alpha(opacity=30);
}

.blurTextureAlways {
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: 100%; 
 height: 100%; 
 background: url('img/blur-texture-dark-7.png');
 -moz-opacity: 0.15;  
 opacity: 0.15; 
 filter:alpha(opacity=15);
}

.homeFrameSign {
 position: absolute; 
 top: 35%; 
 width: auto; 
 max-width: 90%; 
 left: 0%; 
 font: bold 3.2em arial; 
 color: rgb(204,204,204); 
 text-transform: uppercase; 
}

.pageFrameSign {
 position: absolute; 
 top: 30%; 
 width: auto; 
 max-width: 70%; 
 left: 0px; 
 font: bold 3.2em arial; 
 color: rgb(204,204,204); 
 text-transform: uppercase; 
}

.readMoreHomeFrame {
 position: absolute; 
 top: 75%; 
 width: auto; 
 left: 50%; 
 margin-left: -580px; 
 font: bold 0.8em arial; 
 padding: 0.6em; 
 color: white; 
 text-transform: uppercase; 
 border: 1px solid white; 
}

.readMoreHomeFrame a, .readMoreHomeFrame a:visited, .readMoreHomeFrame a:active {
 color: white; 
 padding-right: 20px; 
 background: url('img/read-more-home.gif') no-repeat center right;
}

.readMoreHomeFrame:hover {
 border: 1px solid rgb(237,24,71); 
}

.readMoreHomeFrame:hover a, .readMoreHomeFrame:hover a:visited, .readMoreHomeFrame:hover a:active, .readMoreHomeFrame:hover a:hover {
 color: rgb(237,24,71);
 background: url('img/read-more-link-hover.gif') no-repeat center right;
}

@media screen and (max-width: 1160px) {
	.homeFrameSign {
		 top: 20%; 
		 width: auto; 
		 max-width: 90%; 
		 left: 0px; 
		 margin-left: 0px; 
		 font: bold 2em arial;  
	}
	.pageFrameSign {
		 top: 30%; 
		 width: auto; 
		 max-width: 90%; 
		 left: 0px; 
		 margin-left: 0px; 
		 font: bold 2em arial; 
	 }
	 .readMoreHomeFrame {
	  margin-left: 0px; 
	  top: 80%; 
	  left: 0px; 
	  margin-left: 0px;
	 }
	 
} /* media */

.greyLines { 
 width: 100%; 
 background: rgb(179,179,179) url('img/grey-lines-fon.jpg') no-repeat top center; 
 padding-bottom: 30px; 
 overflow: hidden; 
}

.blackLines { 
 width: 100%; 
 background: black; 
 padding-bottom: 30px; 
 overflow: hidden; 
}

.whiteHR {
 width: 100%; 
 height: 10px; 
 background: white; 
 font: normal 1px arial; 
}

.blackHR {
 width: 100%; 
 height: 10px; 
 background: black; 
 font: normal 1px arial; 
}

.greyHR {
 width: 100%; 
 height: 10px; 
 background: rgb(204,204,204); 
 font: normal 1px arial; 
}

.labelContainer {
 width: 100%; 
 padding-bottom: 17px; 
}

.pageLabel {
 left: 50%; 
 padding-left: 30px; 
 padding-right: 30px; 
 padding-top: 6px; 
 padding-bottom: 14px; 
 /* border-bottom-left-radius: 20px; */
 background: black; 
 color: rgb(229,229,229); 
 text-transform: uppercase; 
 font: bold 1em arial; 
}
.pageLabel h1, .pageLabel h2, .pageLabel h3 {
 color: rgb(229,229,229); 
 margin: 0px; 
 padding: 0px; 
 font: bold 1em arial; 
}

.homeMainCard {
 width: 98%; 
 margin-right: 2%; 
 height: 620px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
}

.home3rdcard {
 width: 98%; 
 margin-right: 2%; 
 height: 468px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 margin-bottom: 12px; 
 overflow: hidden; 
}

.homeNewsCard {
 width: 98%; 
 margin-right: 2%; 
 height: 140px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
}

.add2deynCard {
 width: 96%; 
 margin-right: 4%; 
 height: 460px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.certISOcard {
 width: 96%; 
 margin-right: 4%; 
 height: 435px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.certISOcard .homeMaincardPic {
 max-height: 235px; 
 cursor: pointer; 
}

.certWithLicense {
 width: 96%; 
 margin-right: 4%; 
 height: 435px;  
 color: white; 
 background: rgb(60,52,46) url('img/isos2license.png') no-repeat top center; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.certWithLicense .cardTxt {
 color: white; 
 padding-top: 230px; 
}

.certWithLicense .cardTxt h2 {
 color: white; 
}

.certWithLicense .cardTxt a, .certWithLicense .cardTxt a:visited, .certWithLicense .cardTxt a:active {
 color: white; 
 font-weight: bold; 
}

.certWithLicense .cardTxt a:hover {
 color: rgb(237,24,71);
}

.home2n1Card  {
 width: 96%; 
 margin-right: 4%; 
 height: 468px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.kareEQ {
 width: 96%; 
 margin-right: 4%; 
 height: 462px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.kareEQ .homeMaincardPic {
 height: auto; 
 overflow: hidden; 
 max-height: 240px; 
}

.add2deynCard .homeMaincardPic {
 height: 235px; 
}

.add2deynCard .homeMaincardPicWhite {
 height: auto; 
 overflow: hidden; 
 max-height: 235px; 
}

.homeJobCard  {
 width: 96%; 
 margin-right: 4%; 
 height: 140px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
}
@media screen and (max-width: 1160px) {
	.homeJobCard {
	 margin-bottom: 15px; 
	}
	
	.homeJobCard  {
		 width: 98%; 
		 margin-right: 2%; 
		 height: 140px;  
		 background: white; 
		 /* border-bottom-left-radius: 25px; */
		 overflow: hidden; 
		}
	.home2n1Card  {
	 	 width: 98%; 
		 margin-right: 2%; 
	}
	
}

.homeMaincardPic {
 width: 100%; 
 height: auto; 
 max-height: 380px; 
 overflow: hidden; 
 border-bottom-left-radius: 25px; 
 background: rgb(112,112,112);
}

.homeMaincardPic .blurTexture, .homeMaincardPic .blurTextureAlways {
 border-bottom-left-radius: 25px; 
}

.homeMaincardPic div img, .homeMaincardPic img {
 border-bottom-left-radius: 25px; 
}

.homeMaincardPicWhite {
 width: 100%; 
 height: auto; 
 max-height: 380px; 
 overflow: hidden; 
 border-bottom-left-radius: 25px; 
 background: white; 
}

.home2n1Card  .homeMaincardPic {
 max-height: 190px; 
}

.home3rdcard .homeMaincardPic {
 max-height: 280px; 
}

.flw84 {
 width: 84%; 
 padding-left: 8%; 
 padding-right: 8%; 
}

.homeMainCard:hover .blurTexture, 
.home2n1Card:hover .blurTexture, 
.home3rdcard:hover .blurTexture, 
.deynostCard1:hover .blurTexture, 
.deynostCard2:hover .blurTexture, 
.deynostCard3:hover .blurTexture, 
.deynostCard4:hover .blurTexture, 
.deynostCard5:hover .blurTexture, 
.deynostCard6:hover .blurTexture, 
.deynostCard7:hover .blurTexture, 
.deynostCard8:hover .blurTexture,
.kareEQ :hover .blurTexture, 
.certISOcard:hover .blurTexture,
.add2deynCard:hover .blurTexture, 
.contDesire2card:hover .blurTexture, 
.contMainCard:hover .blurTexture {
 display: none; 
}

.newsCardNews, .cardTxt {
 padding-top: 20px; 
 padding-left: 30px; 
 padding-right: 30px; 
 font: normal 12px arial; 
 color: black; 
}

.cardTxt h1, .cardTxt h2, .cardTxt h3 {
 font: bold 1.3em arial; 
 text-transform: uppercase; 
 color: rgb(51,51,51); 
 margin-bottom: 10px; 
 margin-top: 0px; 
 padding: 0px; 
}

.readMoreCard {
 position: absolute; 
 top: 100%; 
 left: 0px; 
 width: 100%; 
 margin-top: -52px; 
 height: 42px; 
 background: white; 
 padding-top: 10px; 
 /* 
 box-shadow: 0px -7px 7px 7px white;
 -moz-box-shadow: 0px -7px 7px 7px white;
 -webkit-box-shadow: 0px -7px 7px 7px white;
 */
}

.readMoreCard a, .readMoreCard a:visited, .readMoreCard a:active {
 color: rgb(127,127,127); 
 text-transform: uppercase; 
 font: normal 0.75em arial; 
 margin-left: 30px; 
 padding-right: 20px; 
 background: url('img/read-more-link.gif') no-repeat center right; 
}
.readMoreCard a:hover, .pageTextDeynost .readMoreCard a:hover {
 color: rgb(237,24,71); 
 background: url('img/read-more-link-hover.gif') no-repeat center right; 
}

.pageTextDeynost .subMenuButton a, .pageTextDeynost .subMenuButton a:visited, .pageTextDeynost .subMenuButton a:active, 
#pageTextRealH .subMenuButton a, #pageTextRealH .subMenuButton a:visited, #pageTextRealH .subMenuButton a:active {
 margin-left: 0px; 
 color: rgb(127,127,127); 
 text-transform: uppercase; 
 font: normal 0.8em arial; 
 padding-right: 20px; 
 background: url('img/read-more-link.gif') no-repeat center right; 
}

#pageTextRealH .subMenuButton:hover a:hover, 
.pageTextDeynost .subMenuButton a:hover {
 color: rgb(237,24,71); 
 background: url('img/read-more-link-hover.gif') no-repeat center right; 
}

.pageText .readMoreCard a, 
.pageTextDeynost .readMoreCard a
 {
 margin-left: 0px; 
 color: rgb(127,127,127); 
 text-transform: uppercase; 
 font: normal 0.8em arial; 
 padding-right: 20px; 
 background: url('img/read-more-link.gif') no-repeat center right; 
}

.homeNewsCard h2 {
 width: 100%; 
 padding-bottom: 7px; 
 margin-bottom: 9px;
}

.theFooter {
 width: 100%; 
 background: black; 
 padding-top: 30px; 
 padding-bottom: 30px; 
 color: rgb(204,204,204); 
 font: normal 0.78em arial;
 text-transform: uppercase; 
 line-height: 1.6em; 
}

.theFooter a, .theFooter a:visited, .theFooter a:active { 
 color: rgb(204,204,204); 
}
.theFooter a:hover {
 color: rgb(237,24,71); 
} 

.contactsInFoot {
 padding-left: 60px; 
 line-height: 1.9em; 
}

@media screen and (max-width: 1160px) {
	.contactsInFoot {
	 width: 100%;
	 line-height: 1.9em; 
	 float: left; 
	 padding-left: 0px; 
	}
	
	.theFooter .divRighter {
	 width: 100%;
	 float: left; 
	}	
}
@media screen and (max-width: 600px) {
.theFooter .flw50 {
	  width: 90%; 
	  padding-left: 10%; 
	  height: auto; 
	  padding-bottom: 5px; 
	  padding-top: 5px; 
	 }
}

.theFooter span {
 text-transform: none; 
}

.socIcon {
 width: 34px; 
 padding-top: 4px; 
 height: 30px; 
 /* border-radius: 17px; */
 background: rgb(76,76,76); 
 text-align: center; 
 cursor: pointer; 
 margin-top: 10px; 
 margin-right: 15px; 
}

.socIcon  img {
 vertical-align: middle; 
}

.socIcon:hover {
  background: rgb(237,24,71); 
}

.whiteLine {
 width: 100%; 
 background: white; 
 padding-bottom: 10px; 
}

.certsLine {
 width: 100%; 
 background: rgb(229,229,229); 
 padding-bottom: 10px; 
}

.deynostCard1, .deynostCard2, .deynostCard3, .deynostCard4, .deynostCard5, .deynostCard6, .deynostCard7, .deynostCard8, .kareEQ , 
.newsCard1, .newsCard2, .newsCard3, .newsCard4, .newsCard5, .newsCard6, .newsCard7, .newsCard8 {
 width: 96%; 
 margin-right: 4%; 
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.newsArch {
 width: 96%; 
 margin-right: 4%; 
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
 background: rgb(34,34,34) url('img/submenu.jpg');
 height: 384px; 
}

.deynostCard1 {
 height: 646px; 
} 
.deynostCard2 {
  height: 424px; 
}
.deynostCard3 {
   height: 540px; 
}
.deynostCard4 {
   height: 530px; 
}
.deynostCard5 {
   height: 646px; 
}
.deynostCard6 {
   height: 424px; 
}
.deynostCard7 {
   height: 386px; 
}
.deynostCard8 {
   height: 684px; 
}

.deynostCard1 .homeMaincardPic {
 height: auto; 
 max-height: 333px; 
 cursor: pointer; 
} 
.deynostCard2 .homeMaincardPic {
 height: auto; 
 max-height: 280px; 
 cursor: pointer; 
}
.deynostCard3 .homeMaincardPic {
 height: auto; 
 max-height: 280px; 
 cursor: pointer; 
}
.deynostCard4 .homeMaincardPic {
 height: auto; 
 max-height: 305px; 
 cursor: pointer; 
}
.deynostCard5 .homeMaincardPic {
 height: auto; 
 max-height: 365px; 
 cursor: pointer; 
}
.deynostCard6 .homeMaincardPic {
 height: auto; 
 max-height: 235px; 
 cursor: pointer; 
}
.deynostCard7 .homeMaincardPic {
 height: auto; 
 max-height: 240px; 
 cursor: pointer; 
}
.deynostCard8 .homeMaincardPic {
 height: auto; 
 max-height: 365px; 
 cursor: pointer; 
}

.whiteLineText {
 width: 80%; 
 padding-left: 10%; 
 padding-right: 10%; 
 font: normal 0.9em arial; 
 color: black; 
 max-height: 190px; 
 overflow: hidden; 
}

.whiteLineText h1, .whiteLineText h2, .whiteLineText h3, .whiteLineText h4 {
 text-align: center; 
 color: rgb(51,51,51); 
 font: bold 1.8em arial; 
 text-transform: uppercase; 
 padding-left: 20%; 
 padding-right: 20%; 
 width: 60%; 
}

.expHcontainer {
 width: 100%; 
 padding-top: 15px; 
 padding-bottom: 15px; 
}

.readMoreText {
 top: 75%; 
 width: auto; 
 left: 50%; 
 margin: auto; 
 color: rgb(51,51,51);
 border: 3px solid rgb(51,51,51); 
 font: bold 0.8em arial; 
 padding: 0.7em; 
 text-transform: uppercase; 
 cursor: pointer; 
}
.readMoreText img {
 margin-left: 0.3em; 
 margin-right: 0.3em; 
}
.readMoreText:hover {
  color: rgb(237,24,71); 
 border: 3px solid rgb(237,24,71); 
}

.readMoreText:hover .imgHover {
 display: inline; 
}

.readMoreText:hover .imgUnhover {
 display: none; 
}

.imgHover, .imgUnhover {
 padding-left: 4px; 
}

.imgHover {
 display: none; 
}

.shortPageExplain {
 font: normal 0.4em arial; 
 text-transform: none; 
 padding-top: 30px; 
}

@media screen and (max-width: 800px) {
	.shortPageExplain { 
	 font: normal 0.6em arial; 
	}
}

.path2page {
 position: absolute; 
 top: 20px; 
 left: 0px; 
 max-width: 1000px; 
 font: normal 0.75em arial; 
 text-transform: uppercase; 	
 color: rgb(179,179,179); 
}


.path2page a, .path2page a:visited, .path2page a:active {
 color: rgb(179,179,179); 
}

.path2page a:hover {
  color: rgb(237,24,71);  
}

.deynostH1 {
 width: 100%; 
 padding-top: 20px; 
}

@media screen and (max-width: 1160px) {
 .deynostH1 {
	 width: 95%; 
	 padding-left: 5%; 
	}
}

.deynostH1 h1 {
 font: bold 2em arial; 
 color: rgb(51,51,51); 
 text-transform: uppercase; 
 margin: 0px; 
 padding: 0px; 
 margin-bottom: 15px; 
} 

.deynostH1 h2, .deynostH1 h3 {
 font: bold 1.4em arial; 
 color: rgb(51,51,51); 
 text-transform: uppercase; 
 margin: 0px; 
 padding: 0px; 
 margin-bottom: 15px; 
} 

.pageText {
 width: 71%; 
 padding-right: 5%; 
 font: normal 0.9em arial; 
 color: black; 
 max-height: 500px; 
 overflow: hidden; 
}

.pageTextDeynost {
 width: 71%; 
 padding-right: 5%; 
 font: normal 0.9em arial; 
 color: black; 
 max-height: 600px; 
 overflow: hidden; 
}

.pageTextDeynost .realContText img, .pageTextDeynost .realContText a img, .pageTextDeynost .realContText a span img {
 vertical-align: middle; 
}

.pageText .pageTextDeynost {
 width: 100%; 
}

@media screen and (max-width: 1160px) {
	.pageText {
		 width: 65%; 
		 padding-left: 5%; 
		 padding-right: 5%; 
		 font: normal 0.9em arial; 
		 color: black; 
		 max-height: 500px; 
		 overflow: hidden; 
	}
	.pageTextDeynost {
		 width: 65%; 
		 padding-left: 5%; 
		 padding-right: 5%; 
		 font: normal 0.9em arial; 
		 color: black; 
		 max-height: 650px; 
		 overflow: hidden; 
	}
}

@media screen and (max-width: 700px) {
	.pageText {
		 width: 90%; 
		 padding-right: 5%; 
		 padding-left: 5%; 
		 font: normal 0.9em arial; 
		 color: black; 
		 max-height: 500px; 
		 overflow: hidden; 
	}
	.pageTextDeynost {
		 width: 90%; 
		 padding-right: 5%; 
		 padding-left: 5%; 
		 font: normal 0.9em arial; 
		 color: black; 
		 max-height: 650px; 
		 overflow: hidden; 
	}
}

.pageTextFullH {
 width: 71%; 
 padding-right: 5%; 
 font: normal 0.9em arial; 
 color: black; 
}

@media screen and (max-width: 900px) {
	.pageTextFullH {
	 width: 90%; 
	 padding-left: 5%; 
	 padding-right: 5%; 
	 font: normal 0.9em arial; 
	 color: black; 
	}
}

@media screen and (max-width: 1160px) {
	.pageTextFullH {
	 width: 65%; 
	 padding-left: 5%; 
	 padding-right: 5%; 
	 font: normal 0.9em arial; 
	 color: black; 
	}
}

.certsTextFullH {
 width: 95%; 
 padding-right: 5%; 
 font: normal 0.9em arial; 
 color: black; 
} 

@media screen and (max-width: 1160px) {
	 .certsTextFullH {
	 width: 90%; 
	 padding-right: 5%; 
	 padding-left: 5%; 
	 font: normal 0.9em arial; 
	 color: black; 
	} 
}

.deynostSubM {
 float: right; 
 width: 24%; 
 background: rgb(34,34,34);
 min-height: 50px; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
}

@media screen and (max-width: 900px) {
	 .deynostSubM {
		 display: none; 
		}
}

@media screen and (max-width: 1160px) {
	 .deynostSubM {
		 float: right; 
		 max-width: 25%; 
		 padding: 0px; 
		 background: rgb(34,34,34);
		 min-height: 50px; 
		 /* border-bottom-left-radius: 25px; */
		 overflow: hidden; 
		 margin: 0px; 
		}
}


.pageInSubMLink {
 padding-right: 20px; 
 background: url('img/read-more-link.gif') no-repeat center right; 
}

.pageInSubMLink:hover {
 padding-right: 20px; 
 background: url('img/read-more-link-hover.gif') no-repeat center right; 
}

.horSep25px {
 width: 100%; 
 height: 30px; 
}

.horSep10px {
 width: 100%; 
 height: 10px; 
 font: normal 1px arial; 
}

.submenuName {
 width: 85%; 
 padding-left: 10%; 
 padding-right: 5%; 
 padding-top: 18px; 
 padding-bottom: 12px; 
 background: rgb(51,51,51); 
 color: rgb(204,204,204); 
 text-transform: uppercase; 
 font: bold 1em arial; 
}

#pageTextRealH .subMenuButton, 
.pageTextDeynost .subMenuButton {
 padding-left: 0px;
 font: bold 1em arial; 
 width: 100%; 
 padding-left: 0%; 
 padding-right: 0%; 
}

.subMenuButton {
 width: 85%; 
 padding-left: 10%; 
 padding-right: 5%; 
 padding-top: 6px; 
 padding-bottom: 8px; 
 color: rgb(204,204,204); 
 text-transform: uppercase; 
 font: bold 0.75em arial; 
}
.subMenuButton a, .subMenuButton a:visited, .subMenuButton a:active {
 color: rgb(204,204,204); 
}
.subMenuButton a:hover {
 color: rgb(237,24,71); 
} 

.subMenuButton .subMenuButton {
 font: bold 1em arial; 
 padding-top: 6px; 
 padding-bottom: 3px; 
 padding-left: 0px; 
}

.subMenuButton .subMenuButton a {
 padding-right: 15px; 
 color: rgb(140,140,140);
}

.subMenuButton .subMenuButton a:hover {
 padding-right: 15px; 
 color: rgb(237,24,71); 
}

.subMenuButton img {
 margin-left: 5px; 
 margin-top: -2px; 
 vertical-align: middle; 
}

.ordinaryDeynostFootPic {
 width: 100%; 
 height: 112px; 
 overflow: hidden; 
 background: black; 
 text-align: center; 
}

.deynostyHead {
 width: 100%; 
 text-align: center; 
 color: rgb(229,229,229); 
 margin: 0px; 
 padding: 0px; 
 font: bold 1em arial; 
 text-transform: uppercase; 
 padding-top: 15px; 
 padding-bottom: 15px; 
 color: rgb(51,51,51); 
}
.deynostyHead h1, .deynostyHead h2, .deynostyHead h3, .deynostyHead strong {
 color: rgb(229,229,229); 
 margin: 0px; 
 padding: 0px; 
 font: bold 1.6em arial; 
 color: rgb(51,51,51); 
} 

.mainSubMenu { 
 display: none; 
}

.mainSubMenuOn {
 position: absolute; 
 top: 85px; 
 border-top: 10px solid white; 
 left: 0px; 
 width: 100%; 
 height: auto; 
 background: rgb(237,24,71); 
 z-index: 1000; 
 padding-top: 50px; 
 padding-bottom: 55px; 
 /* border-bottom-left-radius: 25px; */
 cursor: default;
}

.mainSubMenuOn a, .mainSubMenuOn a:visited, .mainSubMenuOn a:active, 
.inMainMenu a, .inMainMenu a:visited, .inMainMenu a:active, 
.pageTabLink .mainSubMenuOn .inMainMenu a, .pageTabIn .mainSubMenuOn .inMainMenu a {
 color: black; 
 font: normal 1em arial;
}

.inMainMenu { 
 width: 90%; 
 height: auto; 
 padding-right: 10%; 
 padding-top: 5px; 
 padding-bottom: 5px; 
}

.inMainMenu a:hover, .pageTabLink .mainSubMenuOn .inMainMenu a:hover, .pageTabIn .mainSubMenuOn .inMainMenu a:hover {
 color: white; 
}

.homeDotsContainer {
 position: absolute; 
 top: 100%; 
 margin-top: -50px; 
 left: 50%; 
 width: auto; 
 height: auto; 
}

.dotOn {
 width: 20px; 
 height: 20px; 
 background: rgb(179,179,179); 
 margin-left: 7px; 
 margin-right: 7px; 
 margin-bottom: 5px; 
}

.dotOff {
 width: 20px; 
 height: 20px; 
 background: rgb(130,130,130); 
 margin-left: 7px; 
 margin-right: 7px; 
 cursor: pointer; 
 margin-bottom: 5px; 
}
.dotOff:hover {
 background: rgb(90,90,90); 
}

.imageLeftShadow {
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: 100px; 
 height: 100%; 
}

.imageRiteShadow {
 position: absolute; 
 top: 0px; 
 left: 100%; 
 width: 100px; 
 height: 100%; 
 margin-left: -99px; 
}

.statDiv {
 width: 100%; 
 margin-right: 4%; 
 height: auto; 
 min-height: 250px;  
 padding-top: 10px; 
 padding-bottom: 10px; 
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.statExplain {
 min-width: 470px; 
 width: 40%;
 padding-left: 2%;
 padding-right: 2%; 
 min-height: 50px; 
}

.statDisplay {
 width: 52%; 
 min-width: 400px; 
 min-height: 50px; 
 float: right; 
 padding-right: 3%; 
 padding-bottom: 20px; 
}

@media screen and (max-width: 1160px) {

	.statDiv {
	 width: 100%; 
	 margin-right: 0%; 
	 height: auto; 
	 min-height: 250px;  
	 padding-top: 10px; 
	 padding-bottom: 10px; 
	 background: white; 
	 /* border-bottom-left-radius: 25px; */
	 overflow: hidden; 
	 margin-bottom: 12px; 
	}

	.statExplain {
	 width: 96%;
	 padding-left: 2%;
	 padding-right: 2%; 
	 min-height: 50px; 
	}

	.statDisplay {
	 width: 95%; 
	 min-height: 50px; 
	 float: left; 
	 padding-left: 2%; 
	 padding-right: 3%; 
	 padding-bottom: 20px; 
	}
}


@media screen and (max-width: 600px) {
	.statDiv {
	 width: 100%; 
	 margin-right: 0%; 
	 height: auto; 
	 min-height: 250px;  
	 padding-top: 10px; 
	 padding-bottom: 10px; 
	 background: white; 
	 /* border-bottom-left-radius: 25px; */
	 overflow: hidden; 
	 margin-bottom: 12px; 
	 zoom: 0.8; 
	}
	.statDisplay {
	 width: 90%; 
	 min-height: 50px; 
	 float: left; 
	 padding-left: 2%; 
	 padding-right: 3%; 
	 padding-bottom: 20px; 
	 zoom: 0.8; 
	}
}

.statRow {
 width: 100%; 
 height: 40px; 
 background: rgb(153,153,153); 
 margin-bottom: 20px; 
 overflow: hidden; 
}

.statSlide {
 height: 30px; 
 padding-top: 10px; 
 font: normal 1.2em arial; 
 color: white; 
 text-align: right; 
}


.statSlide div {
 float: right; 
 padding-right: 15px; 
}

.statDot {
 padding-left: 30px; 
 padding-right: 10px; 
 height: 25px; 
 float: left; 
 position: relative;
 font: normal 0.9em arial; 
 text-transform: uppercase; 
}

.statDotColor { 
 position: absolute; 
 top: 0px; 
 left: 5px; 
 height: 20px; 
 width: 20px; 
 border-radius: 10px; 
}

.dataBy {
 margin-top: 10px; 
 padding-bottom: 10px; 
 padding-left: 20px; 
 font-size: 0.8em; 
 color: rgb(96,96,96);
 text-transform: uppercase; 
 background: url('img/read-more-link.gif') no-repeat top left; 
}

.dataBy img {
 margin-top: 5px; 
 margin-left: -20px; 
}

.theFooter .flw100center {
 padding-top: 20px; 
 text-transform: none; 
}

.isosList {
 width: 100%; 
 text-align: center; 
 font-size: 1.4em; 
 padding-top: 20px; 
 font-weight: bold; 
}

.telcolor {
 color: rgb(237,24,71); 
 font-weight: bold; 
}

.gasFormula {
 width: 100%; 
 text-align: center; 
 color: rgb(229,229,229); 
 font-size: 7em; 
 padding-top: 20%; 
 font-weight: bold; 
}

.gasFormula sub {
 font-size: 0.4em; 
 top: -0.5em; 
 position: relative; 
}

.gasFormulaH2 {
 position: absolute; 
 width: 100%; 
 top: 80%; 
 text-align: center; 
 text-transform: uppercase; 
}

.gasFormulaH2 h2 {
 color: rgb(229,229,229); 
 font: bold 1.1em arial; 
 margin: 0px; 
 padding: 0px; 
}

.dangKare {
 width: 96%; 
 margin-right: 4%; 
 height: 260px;  
 padding-top: 33px; 
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 19px; 
}

.dangKareBio {
 width: 96%; 
 margin-right: 4%; 
 height: 260px;  
 padding-top: 33px;  
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 0px; 
 background: white url('img/biolinx-grey.jpg') no-repeat bottom right;
}

.dangKare .readMoreCard {
 text-align: left; 
}

.dangerPic {
 width: 140px; 
 height: 140px; 
 border: 17px solid rgb(229,229,229); 
 border-radius: 140px; 
 margin-left: 52px; 
 margin-bottom: 20px;  
 text-align: center; 
 overflow: hidden; 
}

.dangKareExpl {
 padding-left: 20%; 
 width: 70%; 
 padding-right: 10%; 
 text-transform: uppercase; 
 color: rgb(76,76,76); 
 font: bold 1em arial; 
 text-align: left; 
}

.dangKareContact {
 padding-left: 10%; 
 width: 90%; 
 text-transform: uppercase; 
 color: rgb(76,76,76); 
 font: normal 0.8em arial; 
 text-align: left; 
 padding-top: 10px; 
}

.dangLogo {
 padding-left: 8%; 
 padding-top: 65px; 
 font: normal 8px arial; 
 color: black; 
 text-transform: uppercase; 
 letter-spacing: 0px; 
}

.dangLogo img {
 max-width: 100%; 
 height: auto; 
}

.dangKareTxt {
 padding-left: 10%; 
 width: 70%; 
 padding-right: 10%; 
 text-transform: none; 
 color: rgb(76,76,76); 
 font: normal 1em arial; 
 text-align: left; 
 padding-top: 20px; 
}

.dangKareBio .dangKareExpl {
 padding-left: 10%; 
}

.certISOcard h2 span {
 text-transform: none; 
}

.pdfIcon {
 width: 40px; 
 height: 40px; 
 border-radius: 40px; 
 border: 7px solid rgb(178,178,178); 
 background: white url('img/pdf.gif') no-repeat center center;
}

.PDFlink {
 position: absolute; 
 top: 100%; 
 margin-top: -80px; 
 left: 10px; 
 cursor: pointer; 
}

.PDFlink span {
 color: rgb(127,127,127); 
 text-transform: uppercase; 
 font: normal 0.75em arial; 
 padding-right: 20px; 
 margin-left: 10px; 
 background: url('img/read-more-link.gif') no-repeat center right; 
} 

.PDFlink .flwA {
 padding-top: 15px; 
}

.PDFlink:hover span {
 color: rgb(237,24,71); 
 background: url('img/read-more-link-hover.gif') no-repeat center right; 
}

.newsCard1 {
 height: 646px; 
} 
.newsCard5 {
  height: 424px; 
}
.newsCard2 {
   height: 540px; 
}
.newsCard6 {
   height: 530px; 
}
.newsCard3 {
   height: 646px; 
}
.newsCard7 {
   height: 424px; 
}
.newsCard4 {
   height: 370px; 
}
.newsCard8 {
   height: 305px; 
}

@media screen and (max-width: 640px) {
		.newsCard1, 
		.newsCard5, 
		.newsCard2, 
		.newsCard6, 
		.newsCard3, 
		.newsCard7, 
		.newsCard4, 
		.newsCard8 {
		   height: auto; 
		}
} /* media screen */

.cardTxt h2 span  {
 color: rgb(51,51,51); 
}

.contMainCard {
 width: 98%; 
 margin-right: 2%; 
 height: 730px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
}

.contDesire2card {
 width: 96%; 
 margin-right: 4%; 
 height: 730px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}


.contDesireR2C2card, .contDesireR2C1card {
 width: 96%; 
 margin-right: 4%; 
 height: 500px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}


.cont2n1Card {
 width: 96%; 
 margin-right: 4%; 
 height: 510px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.cont2n2Card {
 width: 96%; 
 margin-right: 4%; 
 height: 160px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.contCol3card1 {
 width: 96%; 
 margin-right: 4%; 
 height: 510px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.contCol3card2 {
 width: 96%; 
 margin-right: 4%; 
 height: 160px;  
 background: white; 
 /* border-bottom-left-radius: 25px; */
 overflow: hidden; 
 margin-bottom: 12px; 
}

.contMainCard .homeMaincardPic {
 max-height: 380px; 
}

.contDesire2card .homeMaincardPic {
 max-height: 330px; 
}

.contDesire3card .homeMaincardPic {
 max-height: 395px; 
}

.contDesireR2C1card .homeMaincardPic {
 max-height: 330px; 
}

.contDesireR2C2card .homeMaincardPic {
 max-height: 395px; 
}

.cont2n1Card .homeMaincardPic {
 max-height: 340px; 
}

.contCol3card1 .homeMaincardPic {
 max-height: 395px; 
}

.contMainCard h2 {
 font: bold 1.3em arial;  
}

.dangFullText {
 display: none; 
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: 80%; 
 height: 90%; 
 padding-top: 10%; 
 padding-bottom: 1%; 
 padding-left: 10%; 
 padding-right: 10%; 
 background: rgb(178,178,178); 
 overflow: hidden; 
}

.dangFullText .dangKareExpl {
 text-align: left; 
 width: 100%; 
 padding-bottom: 20px; 
 padding-left: 0px; 
}

.gallThumb {
 float: left; 
 position: relative; 
 width: 115px; 
 height: 85px; 
 overflow: hidden; 
 cursor: pointer; 
 margin-right: 15px; 
 font: bold 26px arial; 
 color: white; 
}

.ordinaryDeynostFootPic a, .ordinaryDeynostFootPic a:visited, .ordinaryDeynostFootPic a:active {
 text-transform: uppercase; 
 color: white; 
 border: 2px solid white; 
 font: bold 1em arial; 
 padding-left: 10px; 
 padding-top: 10px; 
 padding-bottom: 10px; 
 padding-right: 30px; 
 background: url('img/read-more-home.gif') no-repeat center right; 
 background-position: 90% 50%; 
}

.ordinaryDeynostFootPic a:hover {
 border: 2px solid rgb(237,24,71); 
 color: rgb(237,24,71); 
 background: url('img/read-more-link-hover.gif') no-repeat center right; 
 background-position: 90% 50%; 
}

.ordinaryDeynostFootPic .flw100center {
 padding-top: 50px; 
}

.galleryLine { 
 width: 100%; 
 background: rgb(76,76,76);
}

.galleryTitle {
 text-align: center; 
 width: 100%; 
 font: bold 1.4em arial; 
 color: rgb(229,229,229); 
 text-transform: uppercase; 
 padding-top: 30px; 
 padding-bottom: 20px; 
}

.gallPicAndArr {
 width: 900px; 
 height: 600px; 
 left: 50%; 
 margin-left: -450px; 
}

.gallPicLoadsHere {
 width: 900px; 
 height: 680px; 
 overflow: hidden; 
 text-align: center; 
}

.galleryLine iframe {
 max-width: 100%; 
 width: 100%; 
}

.gallSlider {
 float: left; 
 position: relative; 
 width: 905px; 
 left: 50%; 
 margin-left: -450px; 
 height: 85px; 
 overflow: hidden; 
 margin-bottom: 20px; 
}

@media screen and (max-width: 905px) {
	.galleryTitle { margin-top: 20px; } 
	.gallPicAndArr {  
	 width: 100%; 
	 height: auto; 
	 left: 0px; 
	 margin-left: 0px; 
	 margin-bottom: 5px; 
	}
	.gallPicLoadsHere {
	 width: 100%; 
	 height: auto; 
	}
	.gallPicLoadsHere img {
	 max-width: 100%; 
	 height: auto; 
	}
	.gallSlider { 
	 left: 0px; 
	 margin-left: 0px; 
	 width: 100%; 
	}
}

.gallThumbsLine {
 width: 100%; 
 background: black; 
 padding-top: 20px; 
 padding-bottom: 20px; 
}

.gallsBelt { 
 height: 85px; 
 width: 10000px; 
}

.closeGallery {
 position: absolute; 
 top: 0px; 
 left: 50%; 
 width: 45px; 
 height: 45px; 
 background: black url('img/close-gallery.jpg') no-repeat center center; 
 cursor: pointer; 
 margin-left: 405px; 
}

@media screen and (max-width: 905px) {
	 .closeGallery {
	 position: absolute; 
	 top: 0px; 
	 left: 100%; 
	 width: 45px; 
	 height: 45px; 
	 background: black url('img/close-gallery.jpg') no-repeat center center; 
	 cursor: pointer; 
	 margin-left: -45px; 
	}
}

.menuResponsive {
 width: auto; 
}

@media screen and (max-width: 1160px) {
	.menuResponsive {
		border: 1px solid rgb(237,24,71);
		 padding-left: 14px; 
		 padding-right: 14px; 
		 padding-top: 38px; 
		 padding-bottom: 23px; 
		 margin-right: 5px; 
		 min-height: 22px; 
		 min-width: 40px; 
		 min-height: 22px; 
		 /* border-bottom-left-radius: 25px; */
		 cursor: pointer;
		 background: url('img/menu-responsive.gif') no-repeat center center;
	}
}
@media screen and (min-width: 1160px) {
	.menuResponsive {
	 display: none; 
	}
}

.mainMenuAll {
 width: 100%; 
}

@media screen and (max-width: 600px) {
	.divRighter {
	 float: left; 
	}
}


@media screen and (max-width: 1160px) {
	.mainSubMenu {
	 width: 90%; 
	 height: auto; 
	 float: left;
	 position: relative; 
	 padding-left: 5%; 
	 padding-right: 5%; 
	 min-height: 0px; 
	}
	
	.pageTabIn, .pageTabIn:hover {
	 display: inline;
	 height: auto; 
	 width: 90%; 
	 padding-top: 5px; 
	 padding-bottom: 5px; 
	 padding-left: 5%; 
	 padding-right: 5%; 
	 margin: 0px; 
	 float: left; 
	 position: relative; 
	 min-height: 0px; 
	}
	 
	.pageTabInIn, .pageTabInIn:hover {
	 display: inline;
	 height: auto; 
	 width: 90%; 
	 padding-top: 5px; 
	 padding-bottom: 5px; 
	 padding-left: 5%; 
	 padding-right: 5%; 
	 margin: 0px; 
	 float: left; 
	 position: relative; 
	 min-height: 0px; 
	}
	.pageTabLink, .pageTabLink:hover {
	 display: block;
	 width: 90%; 
	 padding-left: 5%; 
	 padding-right: 5%; 
	 margin: 0px; 
	 height: auto; 
	 padding-top: 5px; 
	 padding-bottom: 5px; 
	 float: left; 
	 position: relative; 
	 min-height: 0px; 
	}
	
	.mainSubMenu {
	 float: left; 
	 position: relative; 
	 width: 90%; 
	 padding-left: 5%; 
	 padding-right: 5%; 
	 display: block; 
	 height: auto; 
	 min-height: 0px; 
	}
	
	.mainSubMenuOn {
	 float: left; 
	 position: relative; 
	 width: 90%; 
	 padding-left: 5%; 
	 padding-right: 5%; 
	 display: block; 
	 height: auto; 
	 min-height: 0px; 
	}
	
	.mainMenuAll .flw50 {
	 width: 100%; 
	}
	
	.mainMenu {
	 display: none; 
	}	
}


.followSign { 
  padding-top: 20px; 
  padding-right: 7px; 
}

@media screen and (max-width: 1160px) {
	 .homeMainCard .homeMaincardPic div img {
	  width: 100%; 
	  height: auto; 
	  border-bottom-left-radius: 25px; 
	}
	.homeMaincardPic div img {
	 border-bottom-left-radius: 25px; 
	}
}

.fullwfix {
 width: 1160px; 
 height: 100%; 
 left: 50%; 
 margin-left: -580px; 
 position: absolute; 
 top: 0px; 
}

@media screen and (max-width: 1160px) {
	.fullwfix {
	 width: 800px; 
	 height: 100%; 
	 left: 50%; 
	 margin-left: -400px; 
	 position: absolute; 
	 top: 0px; 
	}
}

@media screen and (max-width: 800px) {
	.fullwfix {
	 width: 600px; 
	 height: 100%; 
	 left: 50%; 
	 margin-left: -300px; 
	 position: absolute; 
	 top: 0px; 
	}
}
@media screen and (max-width: 600px) {
	.fullwfix {
	 width: 400px; 
	 height: 100%; 
	 left: 50%; 
	 margin-left: -200px; 
	 position: absolute; 
	 top: 0px; 
	}
}
@media screen and (max-width: 400px) {
	.fullwfix {
	 width: 300px; 
	 height: 100%; 
	 left: 50%; 
	 margin-left: -150px; 
	 position: absolute; 
	 top: 0px; 
	}
}
@media screen and (max-width: 300px) {
	.fullwfix {
	 width: 280px; 
	 height: 100%; 
	 left: 50%; 
	 margin-left: -140px; 
	 position: absolute; 
	 top: 0px; 
	}
}

.pageTextDeynost .listSubs {
 width: 100%; 
}

.listSubs {
 width: auto; 
 font-size: 1.2em; 
 cursor: pointer; 
}

.listSubs .subMenuButton {
 width: auto; 
 font-family: arial;
 font-weight: bold; 
 margin-bottom: 5px; 
 min-width: 150px; 
 padding: 0.6em; 
 color: white; 
 text-transform: uppercase; 
 border: 1px solid rgb(127,127,127); 
}


.listSubs .subMenuButton a, .listSubs .subMenuButton a:visited , .listSubs .subMenuButton a:active {
 font-family: arial;
 font-weight: bold; 
 color: rgb(127,127,127); 
 text-transform: uppercase; 
 margin-left: 10px; 
 padding-right: 20px; 
 background: url('img/read-more-link.gif') no-repeat center right; 
}
.listSubs .subMenuButton a:hover, .listSubs .subMenuButton:hover a {
 color: rgb(237,24,71); 
 background: url('img/read-more-link-hover.gif') no-repeat center right; 
}

.listSubs .subMenuButton:hover {
 border: 1px solid rgb(237,24,71); 
}

.gallArrL {
 width: 53px; 
 height: 48px; 
 cursor: pointer; 
 position: absolute; 
 top: 50%; 
 margin-top: -24px; 
 left: 0px; 
 -moz-opacity: 0.80;  
 opacity: 0.80; 
 filter:alpha(opacity=80);
}

.gallArrR {
 width: 53px; 
 height: 48px; 
 cursor: pointer; 
 position: absolute; 
 top: 50%; 
 margin-left: -53px; 
 margin-top: -24px; 
 left: 100%; 
 -moz-opacity: 0.80;  
 opacity: 0.80; 
 filter:alpha(opacity=80);
}

.gallArrL img, .gallArrR  img {
 width: 100%; 
 height: 100%; 
}

@media screen and (max-width: 600px) {
	.gallArrL {
	 width: 26px; 
	 height: 24px; 
	 margin-top: -12px; 
	}
	.gallArrR  {
	 width: 26px; 
	 height: 24px; 
	 margin-top: -12px; 
	 margin-left: -26px; 
	}
}
.calendarDivInPage {
 width: 250px; 
 background: white; 
 z-index: 1000; 
 display: none; 
 font: normal 12px arial; 
 color: black; 
 height: auto; 
 position: absolute; 
 margin-top: -10px; 
 border: 1px solid silver;
}

.calendarprevNext, .calendarYear {
 width: 100%; 
 float: left; 
 text-align: center;
 padding-top: 2px; 
 padding-bottom: 2px; 
 font: bold 14px arial; 
 color: rgb(78,190,212);
 height: auto; 
}

.calendarprevNext a, .calendarprevNext a:visited, .calendarprevNext a:active {
 color: rgb(78,190,212);
}

.ajCalDay {
 width: 13%; 
 height: auto; 
 margin-left: 1%; 
 padding-top: 1px; 
 padding-bottom: 1px; 
 margin-top: 1px; 
 float: left; 
 text-align: right; 
 position: relative; 
 font: normal 12px arial; 
}

.ajCalDayLink {
 width: 13%; 
 height: auto; 
 margin-left: 1%; 
 padding-top: 1px; 
 padding-bottom: 1px; 
 float: left; 
 text-align: right; 
 margin-top: 1px; 
 position: relative; 
 background: rgb(78,190,212); 
 font: normal 12px arial; 
 cursor: pointer; 
 color: white; 
}
.ajCalDayLink a, .ajCalDayLink a:active, .ajCalDayLink a:visited {
 color: white; 
}

.ajCalDayLinkSlctd {
 width: 13%; 
 height: auto; 
 margin-left: 1%; 
 padding-top: 1px; 
 padding-bottom: 1px; 
 margin: 1px; 
 float: left; 
 text-align: right; 
 position: relative; 
 margin-top: 1px; 
 background: gold; 
 font: normal 12px arial; 
}

.calendarDivDirect {
 width: 160px; 
 background: white; 
 display: block; 
 font: normal 12px arial; 
 color: black; 
 height: auto; 
 float: left; 
 position: relative; 
}

.ajcalRow {
 float: left; 
 position: relative; 
 width: 100%; 
 height: auto; 
}

.calendarPrevMonLink {
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: 25%; 
 height: auto; 
 font: bold 14px arial; 
 text-align: center; 
 text-align: center; 
 border: 1px solid silver; 
 cursor: pointer;
 background: rgb(230,230,230); 
 color: rgb(78,190,212);
}

.calendarNextMonLink {
 position: absolute; 
 top: 0px; 
 left: 75%; 
 width: 25%; 
 height: auto; 
 font: bold 14px arial; 
 text-align: center; 
 text-align: center; 
 border: 1px solid silver; 
 cursor: pointer;
 background: rgb(230,230,230); 
 color: rgb(78,190,212);
}
div {
 float: left; 
 position: relative; 
 height: auto; 
}

.flw100 {
 width: 100%; 
}

.flw50 {
 width: 50%; 
}

.flw20 {
 width: 20%; 
}

.flw25 {
 width: 25%; 
}


.flw100alert, .docSheet, .flw100, .flw50, .flw33, .flw100center, .flw20, .flw25 {
 float: left; 
 position: relative; 
 height: auto; 
}

@media screen and (max-width: 480px) {	
	.flw50 {
	 width: 100%; 
	 min-height: 1px; 
	}
}

.flw33 {
 width: 33%; 
}

.flw100center {
 text-align: center; 
 width: 100%; 
}

.flwA {
 float: left; 
 position: relative; 
 width: auto; 
 height: auto; 
}

.posAbs {
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: auto; 
 height: auto; 
}

.divRighter, .divR {
 float: right; 
 position: relative; 
 width: auto; 
 height: auto; 
}

.floatR {
 float: right; 
}

.noDisplay {
 display: none; 
}

.flw100alert {
 width: 100%; 
 font: bold 14px arial; 
 color: red; 
 text-align: center; 
}

a img {
 border: 0px; 
}
 
img {
 border: 0;
}

.topRminOrMax {
 position: absolute; 
 top: 0px; 
 left: 100%; 
 width: 23px; 
 height: 15px; 
 z-index: 500; 
 cursor: pointer; 
 margin-left: -26px; 
 background: white; 
 border: 1px solid silver; 
 text-align: center; 
 font: normal 12px courier; 
 line-height: 14px; 
 color: rgb(30,30,30);
}

.warnDiv {
 font: bold 14px arial; 
 color: red; 
}

.docSheet {
 width: 100%; 
 border: 1px solid silver; 
 background: white; 
 color: black; 
 padding: 10px; 
 margin-top: 3px; 
 margin-bottom: 3px; 
}

.realContText {
 width: 100%; 
}

.bordRed {
 border: 1px solid red; 
}

.cursPoint { 
 cursor: pointer; 
}

.upcase { 
 text-transform: uppercase; 
}

.anycase { 
 text-transform: none; 
}

.text-center {
 text-align: center; 
}

.text-right {
 text-align: right; 
}

.text-left {
 text-align: left; 
}

.noTrans {
 -webkit-transition:  0.0s; /* Safari */
 transition: 0.0s;
}

.realContText p, .realContText td
{
 font: normal 1em arial; 
 color: black; 
}

a, a:visited,  a:active {
 text-decoration: none;
  color: rgb(238,23,69); 
}

a:hover {
 text-decoration: none;
}

a img {
 border: 0; 
}

.realContText p, .realContText td p  {
 padding-top: 0px; 
 margin-top: 0px;
 margin-bottom: 1.4em; 
}

.realContText h1, .realContText td h1 {
 text-align: center; 
 color: rgb(51,51,51); 
 font: bold 1.8em arial; 
 text-transform: uppercase; 
 padding-left: 20%; 
 padding-right: 20%; 
 width: 60%; 
}

.realContText h2, .realContText td h2 {
  text-align: center; 
 color: rgb(51,51,51); 
 font: bold 1.6em arial; 
 text-transform: uppercase; 
 padding-left: 20%; 
 padding-right: 20%; 
 width: 60%; 
}

.realContText h3, .realContText td h3 {
  text-align: center; 
 color: rgb(51,51,51); 
 font: bold 1.5em arial; 
 text-transform: uppercase; 
 padding-left: 20%; 
 padding-right: 20%; 
 width: 60%; 
}

.realContText h4, .realContText td h4 {
  text-align: center; 
 color: rgb(51,51,51); 
 font: bold 1.4em arial; 
 text-transform: uppercase; 
 padding-left: 20%; 
 padding-right: 20%; 
 width: 60%; 
}

.realContText h5, .realContText td h5 {
  text-align: center; 
 color: rgb(51,51,51); 
 font: bold 1.2em arial; 
 text-transform: uppercase; 
 padding-left: 20%; 
 padding-right: 20%; 
 width: 60%; 
}


.realContText h6, .realContText td h6 {
  text-align: center; 
 color: rgb(51,51,51); 
 font: bold 1.2em arial; 
 text-transform: uppercase; 
 padding-left: 20%; 
 padding-right: 20%; 
 width: 60%; 
}

.realContText ul {
 margin: 0px; 
 padding: 0px;  
}

.realContText li {
 margin-bottom: 4px; 
 list-style-type: disc;
 padding-left: 5px; 
 list-style-position: inside; 
}

.realContText a, .realContText a:visited, .realContText a:active {
 text-decoration: none; 
}

