	  	  .centered8{top: 50%;left: 0%;right:0%;transform: translate(0%, -50%);}		
		  .pattern1{left: -250px;top: -70px;transform: rotate(30deg);}	
		  .zIndex2{z-index: 2;}
		  .zIndex3{z-index: 3;}
		  .borderBlack{border-bottom: solid 1px #4d4d4d;}
		  .shadowblack{filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.8));}
		  .shadowblack:hover{filter: drop-shadow(0px 0px 4px rgba(225,225,225,0.4));}
		  .shadowWhite{filter: drop-shadow(0px 0px 12px rgba(225,225,225,0.1));}
		  .centered10{position: absolute;top: 50%;left: 0%;transform: translate(0%, -50%);}	
		  .centered5,.centered6{position: absolute;}
		  .centered5{transform: rotate(23deg);left: -49px;top: 17px;width: 80%;max-width: 400px}
		  .centered6{right: -35%;top: 50%;transform: translate(0%, -50%);width: 118%;}
		  .imgW{max-width: 50px;min-width: 45px;}
          .marginTopN{margin-top: 25px;}
          .minWidth200{min-width: 200px;}
          .maxWidth600{max-width:600px;}
		  @media (min-width:767px) and (max-width:1040px){			
				.changeWidth2{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
				.changeWidth3{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
				.changeWidth4{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
		  }	
		  @media (max-width: 767px){
			   .centered10{position: relative !important;left: 0;top: 0%;transform: translate(0%,0%);}
		  }		  
		  @media (max-width: 1000px){
			   .centered5,.centered6{position: relative !important;left: 0;top: 0%;transform: translate(0%,0%);margin-bottom:-20px}
		  }
		  @media (max-width:1040px){
				.padding0{padding-left:10px !important;padding-right:10px !important;}
				.ptSmall{padding-top:10px;}
		  }		  
		  @media (max-width: 1000px){
			   .ml-s{margin-left:auto !important;margin-right:auto !important;}
			   img.centered5{width: 100px;margin-top: 40px;margin-right: auto;margin-left: auto;display: block;}
		  }