
* {
	margin: 0;
	box-sizing: border-box;
}
html {
	width: 100%;
	overflow-y: scroll;
	overflow-x:hidden;
}
a img {
	border:none;
}
body, html {
	height: 100%;
	width: 100%;
}
body, textarea {
	margin: 0;
	padding: 0;
	font-family: "ff-tisa-sans-web-pro";
	font-size: 16px;
}
#top {
	padding-bottom: 20px;
}
#headerMenu {
	width: 100%;
	position: relative;
}
#content {
	
}

.grCms img {
	max-width: 100%;
}

#interpoma {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99;
	text-align:center;
	background: #fff;
	box-shadow: 2px 2px 4px #000;
	padding: 10px;
}

.clsBtnPom {
	position: absolute;
	top: -5px;
	right: 5px;
	font-size: 20px;
}
.clsBtnPom:hover {
	cursor: pointer;
}

.center {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
#wlkmTxt {
	padding: 10px 100px 30px 100px;
	
}
#wlkmTxt h1 {
	font-family: "din-condensed-web";
	font-size: 40px;
	text-transform:uppercase;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
}
#wlkmTxt a {
	text-decoration: none;
	color: #1c5ba8;
	font-weight: bold;
}
#prodCarr {
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	background: #E4E7E9;
	position: relative;
}
.prodCarSlide {
	display: inline-block;
	width: 160px;
	height: 200px;
	text-align:center;
	position: relative;
	background: #fff;
}
.greyOverlay {
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #01012F;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	cursor: pointer;
}
.slideImg {
	width: 100%;
}

#prodCarrRight, #prodCarrLeft {
	position: absolute;
	right: 0px;
	width: 40px;
	height: 40px;
	background: #221E1F;
	top: 80px;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-align:center;
	font-family: "din-condensed-web";
}
#prodCarrLeft {
	left: 0px;
	right: auto;
}
#prodCarrRight:hover, #prodCarrLeft:hover {
	cursor: pointer;
	background: #454243;
}

.grtblxtr {
	background: #E4E7E9;
}

#navCntr {
	top: 0px;
	left: 0px;
	width: 100%;
	position: fixed;
	z-index:99;
	height: 160px;
	overflow: visible !important;
}

.swCls {
	
}

.first.column {
	padding-right: 50px;
}

.whtCms a {
	text-decoration: none;
	color: #1c5ba8;
	font-weight: bold;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 480px;
	xheight: 160px;
	z-index: 2;
	padding: 0px;
}
#blueGrad {
	background: url(/images/bluegradfull.png) repeat;
	height: 46px;
	width: 100%;
	padding-top: 8px;
	z-index: 10;
}

#blueGradMob {
	display: none;
}
.blueGradUl , .blueGradUlactv  {
	display: inline-block;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}

.blueGradUl ul, .blueGradUlactv ul {
	padding: 0px; 
	margin: 0px;
	height: 46px;
	overflow:hidden;
}

.blueGradUlactv:hover ul {
	overflow:visible;
}
.blueGradUlactv:hover li {
	background: url(/images/bluegradfull.png) repeat;
}
.blueGradUlactv:hover li:first-child {
	background: none;
}


.drpdwnMnu {
	display: block;
}
.blueGradUlactv {
	margin-top: -8px;
}


.blueGradUlactv li {
	display: block;
	padding: 8px 0px 9px 0px;
	text-align:center;
}

.blueGradUl li {
	display: inline-block;
	padding-top: 0px;
}
#blueGrad a {
	font-family: "ff-tisa-sans-web-pro";
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
	font-size: 16px;
	letter-spacing: -0.7px;
}
#blueGrad a:hover {
	color: #fef11c;
}
.mainNavActive {
	font-family: "din-condensed-web";
	letter-spacing: -0.5px;
	font-size: 24px;
	color: #fff;
	text-transform:uppercase;
	padding-left:20px;
	padding-top: 1px;
	padding-right: 20px;
	display:inline-block;
	border-right:1px solid #fff;
	cursor: pointer;
}
#blueGrad a.mainNavActive .bYlw {
	display: inline-block;
	padding-right: 4px;
	margin-top: -12px;
	color: #fef11c;
	font-weight: bold;
	font-size: 32px;
}
#yellowGrad {
	background: url(/images/yellow-grad.png) repeat-y;
	background-size: 100% 100%;
	position: absolute;
	top: 206px;
	height: 46px;
	width: 100%;
	padding-top: 12px;
}
#yellowGrad ul {
	text-align: right;
	
}
#yellowGrad li {
	display: inline-block;
	padding-top: 1px;
}
#yellowGrad a {
	font-family: "din-condensed-web";
	padding: 10px;
	text-decoration: none;
	color: #03779d;
	text-transform:uppercase;
	font-size: 20px;
	letter-spacing: -0.5px;
}
#yellowGrad a:hover {
	color: #013047;
}
#yellowGrad a.mainNavActive {
	color: #013047;
	text-decoration: underline;
}
#yellowGrad a.mainNavActive .bYlw {
	display: inline-block;
	padding-right: 4px;
	margin-top: -12px;
	color: #03779d;
	font-weight: bold;
	font-size: 32px;
}
#languageSelection {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 4;
}
#languageSelection ul {
	list-style: none;
}
#languageSelection li {
	display: inline-block;
	padding: 2px;
}
#languageSelection a {
	text-transform:uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}
#languageSelection img {
	vertical-align: middle;
}
.indnt {
	letter-spacing: -1.5px;
	padding-right: 3px;
}
#whiteBgTop {
	opacity: 0.9;
	background: #183649;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#topMenu {
	position: absolute;
	top: 58px;
	left: 500px;
	z-index: 5;
}
#topMenu ul {
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
#topMenu li {
	display: inline-block;
	padding: 10px;
	position: relative;
}
#topMenu a {
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
	font-size: 16px;
	letter-spacing: -0.7px;
}
#topMenu a:hover {
	text-decoration: underline;
}
.wf-loading {
    visibility: hidden;
}
#imgCntr {
	position: relative;
	z-index: -1;
}
#frImgOverlay {
	position: absolute;
    bottom: 120px;
    right: 10%;
    padding: 46px 0px;
    height: 180px;
    z-index: 6;
    border: none;
    border-radius: 400px;
    background: #fef11c;
    width: 180px;
}

#frImgOverlay h1 {
	font-size: 20px;
    color: #183649;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "din-condensed-web";
	text-align:center;
}

#frImgOverlay:hover {
	cursor: pointer;
}

#footer {
	min-height: 300px;
	background: #191A21;
	margin-top: 40px;
	position: relative;
}
#footerTop {
	position: relative;
	width: 100%;
	background: #00789E;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-align: right;
	height: 43px;
}
.footerBlck {
	display: table-cell;
	vertical-align: top;
	padding-top: 20px;
	color: #fff;
	width: 20%;
}

#lgbtm {
	width: 250px;
}

.footerBlck a {
	color: #fff;
	text-decoration: none;
}
.footerBlck a:hover {
	color: #aaa;
}
.footerBlck ul {
	list-style: none;
}
.footerBlck li {
	padding: 0px;
	margin: 0px;
}

.footerBlck.xmrg {
	padding: 30px;
	padding-top: 14px;
}

.mailingForm {
	padding: 4px;
	margin-left: 10px;
	border:none;
	width: 200px;
}
.mailingFormBtn {
	padding: 4px;
	border:none;
	width: 150px;
	background: #221E1F;
	color: #fff;
}
.homeTileLeft {
	background: #023048;
	height: 350px;
	position: relative;
	margin-bottom: 40px;
}
.bImg {
	position: absolute;
	left: 0px;
	top: 0px;
}
.homeTileRight .bImg {
	left: auto;
	right: 0px;
}
.txtHdlns {
	position: absolute;
	right: 10px;
	width: 600px;
	text-align:left;
	vertical-align: middle;
	display:table;
	color: #fff;
	padding: 40px 80px 0 0;
	font-size: 16px;
	line-height: 30px;
}
.txtHdlns h2 {
	font-size: 30px;
	color: #fef11c;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "din-condensed-web";
}
.txtHdlns a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
.txtHdlns a:hover {
	color: #DDD;
}
.homeTileLeft.whiteBG {
	background: #e3e3e2;
}
.homeTileLeft.whiteBG .txtHdlns {
	color: #000;
}
.homeTileLeft.whiteBG .txtHdlns a {
	color: #000;
}
.homeTileLeft.whiteBG h2 {
	color: #000;
}
.homeTileRight {
	background: #e3e3e2;
	height: 350px;
	position: relative;
	margin-bottom: 40px;
}
.bImgRght {
	position: absolute;
	right: 0px;
	top: 0px;
}
.txtHdlnsRght {
	position: absolute;
	left: 10px;
	width: 600px;
	text-align:left;
	vertical-align: middle;
	display:table;
	color: #000;
	padding: 40px 0px 0 80px;
	font-size: 16px;
	line-height: 30px;
}
.txtHdlnsRght h2 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "din-condensed-web";
}
.txtHdlnsRght a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.txtHdlnsRght a:hover {
	color: #000;
}
#ltstProdCarr {
	height: 400px;
	border: 1px solid #ddd;
}
#overlay {
	position: absolute;
	background: url(/images/bluegradfull.png) repeat;
	padding: 10px;
	z-index: 111;
	display:none;
	top: -100px;
	left: -100px;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 3px 3px 1px #000;
}

#overlay a {
	color: #fff;
	text-decoration: none;
}
.loginTxt {
	width: 200px;
	padding: 5px;
	color: #000;
	border:none;
	background: #fff;
}
.loginBtn {
	width: 200px;
	border: none;
	padding: 5px;
	color: #fff;
	background: #03769F;
	margin-top: 10px;
}
.langUl {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.langUl li {
	padding: 2px 10px 0px 10px;
}
.langUl a {
	color: #fff;
	text-decoration: none;
}
.langUl a:hover {
	color: #ddd;
}
.langUl img {
	vertical-align: middle;
	padding-right: 20px;
}
.breadCrumbs {
	padding: 20px 10px 10px 0px;
	color: #D0D2D3;
	text-transform:uppercase;
}
.breadCrumbs h2 {
	font-weight: normal;
	font-family: "din-condensed-web";
}
.breadCrumbs a {
	color: #D0D2D3;
	text-decoration: none;
}
.breadCrumbs a:hover {
	color: #666;
}
.breadCrumbs h1 {
	font-weight: normal;
	font-family: "din-condensed-web";
	font-size: 24px;
}

.mkmbl {
	color: #3497b4;
}

.greyBx {
	background: #E4E7E9;
	height: 450px;
	width: 48%;
	display:inline-block;
	margin-bottom: 60px;
	vertical-align:top;
	margin-right: 2%;
	position: relative;
}

.greyBxNorm {
	position: absolute;
	left: 10px;
	top: 10px;
}

.greyBxNorm .nrmFlt {
	padding: 5px;
}
.greyBxNorm .nrmFlt img {
	height: 25px;
}

.grey_left img {
	height: 100%;
}

.greyBx:hover .grey_left {
	border: 0px solid #E4E7E9;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	padding: 0px;
}
.grey_left, .grey_right {
	display: inline-block;
	width: 50%;
	padding: 10px;
	vertical-align:top;
	height: 100%;
	position: relative;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	overflow: hidden;
}
.grey_right {
	padding: 30px;
}
.grey_left {
	background: #fff;
	border: 6px solid #E4E7E9;
	text-align:center;
}
.grey_right h2 {
	font-weight: normal;
	font-family: "din-condensed-web";
	text-transform:uppercase;
}
.trGrey {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #010101;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	cursor: pointer;
	z-index:3;
}
.dtlsBtn {
	position: absolute;
	bottom: 10px;
	right: 0px;
	
}
.dtlsBtn a {
	background: url(/images/blue-grad.png) repeat-y right;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	font-family: "din-condensed-web";
	font-size: 20px;
}
.dtlsBtn a:hover {
	background: #22748f;
}
.navCntr {
	display: inline-block;
	width:100%;
	text-align:right;
}
.navBlck {
	display: inline-block;
	padding-left: 10px;
	height: 50px;
}
.navBlck a {
	padding: 10px 20px;
	background: #E4E7E9;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.navBlck.active a, .navBlck a:hover {
	background: url(/images/blue-grad.png) repeat-y right;
	color: #fff;
}
.productLeft {
	display:table-cell;
	position: relative;
	z-index: 1;
	vertical-align: top;
}

#mainPic {
	xborder: 1px solid #fff;
}
.zmCntr {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index:2;
}
.zmCntr h2, .dwnldCntr h2 {
	color: #AAA;
	font-size: 18px;
	font-weight: normal;
	font-family: "din-condensed-web";
}
.dwnldCntr {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index:4;
}

.dwnldCntr a {
	color: #AAA;
	text-decoration: none;
}
.dwnldCntr a:hover {
	color: #000;
}

.dwnldCntr:hover h2 {
	cursor: pointer;
	color: #000;
}

.overDeGreyBar {
	position: absolute;
	top: 140px;
	height: 300px;
	width: 100%;
	z-index:10;
}
.prodDetails {
	position: relative;
	font-size: 15px;
	padding: 40px 20px;
	display: table-cell;
	vertical-align: top;
}


.prodDetails h2 {
	font-family: "din-condensed-web";
	font-size: 30px;
	text-transform:uppercase;
	font-weight: normal;
}
.GrpHglt {
   font-weight: bold;
   vertical-align: top;
}
.GrpOpts {
	padding-left: 20px;
	
}
.pcsCntr {
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 70%;
	padding-left: 50px;
}
.prvvMgt {
	height: 190px;
}
.lttlRght, .lttlRghtOver {
	position: absolute;
	left: 350px;
	top: 100px;
	z-index: 0;
}
.lttlRghtOver {
	z-index: 11;
}
.lttlRght .prvvMgt {
	height: 80px;
}
.fauxOverlay {
	height: 80px;
	width: 60px;
	cursor: pointer;
}
.spA, .spB, .spC, .spD, .spE, .spF, .spG, .spAact, .spBact, .spCact, .spDact, .spEact, .spFact, .spGact {
	background-image: url(/images/normeringen.png?v=1);
	width: 42px;
	height: 49px;
	display:inline-block;
	vertical-align:top;
	margin-right: 3px;
}
.spAact, .spBact, .spCact, .spDact, .spEact, .spFact, .spGact {
	background-image: url(/images/normeringen-over.png?v=1);
}
.spA, .spAact { background-position: -0px -0px; }
.spB, .spBact { background-position: -51px -0px; }
.spC, .spCact { background-position: -102px -0px; }
.spD, .spDact { background-position: -153px -0px; }
.spE, .spEact { background-position: -204px -0px; }
.spF, .spFact { background-position: -255px -0px; }
.spG, .spGact { background-position: -304px -0px; }

#gMapsCnts {
	border-top: 4px solid #025575;
	border-bottom: 20px solid #025575;
}
.tlllnk {
	text-decoration: none;
	font-size: 24px;
	color: #000;
}
.txtLft, .txtRght {
	display: inline-block;
}
.txtLft {
	width: 70px;
}
.cntFrmCntr {
	padding-left: 40px;
	padding-top: 50px;
}
.cntFrmCntr h2 {
	font-family: "din-condensed-web";
	font-size: 30px;
	text-transform:uppercase;
	font-weight: normal;
}
.contactTxt {
	font-size: 14px;
	border: 1px solid #E5E5E5;
	background: #fff;
	padding: 10px;
	color: #000;
	width: 500px;
}
.contactArea {
	font-size: 14px;
	border: 1px solid #E5E5E5;
	background: #fff;
	padding: 10px;
	color: #000;
	width: 500px;
	height: 250px;
}
.contactBtn {
	font-size: 14px;
	border: none;
	background: #03769F;
	color: #fff;
	padding: 10px;
	width: 200px;
	font-weight: bold;
}
.rtrnmsg {
	padding: 10px;
	margin: 10px;
	width: 480px;
	color: #f00;
	font-weight: bold;
	text-align:center;
}

.whtCms {
	text-align: left;
	padding: 10px 100px 30px 100px;
	width: 60%;
}
.whtCms h1, .wrprnd h1 {
	font-family: "din-condensed-web";
	font-size: 30px;
	text-transform:uppercase;
	font-weight: normal;
	color: #321E1F;
}

.wrprnd p  {
	text-align: left;
	padding: 10px 100px 30px 100px;
	width: 60%;
}
.wrprnd h1 {
	padding-left: 100px;
}

.glySldr {
	position: relative;
	height: 500px;
	padding: 0px 44px;
	overflow: hidden;
	white-space:nowrap;
	margin-bottom: 40px;
}
.glySldCnts {
	white-space: normal;
	padding: 0 20px;
}

.glySldr ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 40px;
	
}
.glySldr li {
	display: inline-block;
	height: 500px;
	width: 32.5%;
	padding: 0px 40px;
	vertical-align: top;

}

.glySldr h2 {
	font-family: "din-condensed-web";
	font-size: 20px;
	text-transform:uppercase;
	font-weight: normal;
	padding: 20px 0 0 20px;
}

.glySldr li:hover {
	background: #eee;
	cursor: pointer;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
}

.blLft, .blRght {
	position: absolute;
	width: 40px;
	text-align: center;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #221E1F;
	color: #fff;
	font-size: 30px;
	padding-top: 210px;
}
.blRght {
	left: auto;
	right: 0px;
}
.blLft:hover, .blRght:hover {
	cursor: pointer;
	background: #3d3c3c;
}

.rndrnd {
	display: inline-block;
	border: none;
	border-radius: 12px;
	background: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
	min-width: 24px;
	height: 24px;
	padding: 2px 8px 0px 8px;
}

.omnipot {
	position: relative;
	background: #E6E6EA;
	margin-bottom: 40px;
}
.nrmrnn img {
	width: 30px;
}

.blttj {
	height: 60px;
	width: 40px;
	display: inline-block;
	position:relative;
}
.blttj:hover {
	cursor: pointer;
}

.indbl {
	position: absolute;
	top: 0px;
	left: 0px;
}
.indbl img {
	height: 60px;
}

.nbvlrtkln {
	padding-top: 20px;
	padding-bottom: 10px;
}
.nbvlrtkln h2 {
	font-family: "din-condensed-web";
	text-transform:uppercase;
	font-weight: normal;
}

.prcCntr {
	border-top: 4px solid #3497b4;
	border-bottom: 4px solid #fff;
	padding: 10px;
	color: #000;
	background: #E6E6EA;
}

.prcCntr h2 {
	font-family: "din-condensed-web";
	font-size: 40px;
	text-transform:uppercase;
	font-weight: normal;
	color: #000;
	display:inline-block;
}
.orderSel {
	padding: 4px;
	margin: 4px;
}
.orderTxt {
	padding: 4px;
	margin: 4px;
	font-size: 14px;
	width: 80px;
}

#crtMsg{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	background: #03769F;
	color: #fff;
	z-index: 99;
	display: none;
	box-shadow: 2px 2px 1px #666;
	font-size: 14px;
}
#crtMsg a {
	color: #fff;
	text-decoration: none;
}
#shpCntr {
	margin: 0 auto;
	max-width: 1600px;
	text-align: right;
	padding: 20px;
	font-family: "din-condensed-web";
	font-size: 16px;
}
.sbShpCrt {
	font-family: "ff-tisa-sans-web-pro";
	font-size: 12px;
}
.sbShpCrt a {
	color: #000;
}
.smlBld {
	font-family: "din-condensed-web";
	font-size: 16px;
	text-transform:uppercase;
	font-weight: bold;
}
.smlBldLc {
	font-size: 12px;
}
.cntrBtn {
	padding: 4px;
	border: none;
	background: #03769F;
	color: #fff;
	height: 37px;
	width: 37px;
	display: inline-block;
	text-align:Center;
	cursor: pointer;
}
.cntrTxt {
	width: 60px;
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #E5E6E7;
	
}

.prodLine td {
	border-bottom: 1px dotted #ddd;
}
.prodLine a {
	color: #03779d;
	text-decoration:none;
}
.prodLine a:hover {
	color: #000;
}


.kwffnkmr a {
	color: #03779d;
	text-decoration:none;
}

#totalPriceCntr {
	text-align:right;
	background: #E5E6E7;
	padding: 20px;
	margin-right: 20px;
}
#totalPriceCntr h2 {
	display: inline-block;
}

.fnlRdBtn {
	background: #03769F;
	padding: 15px 30px;
	color: #fff;
	border: none;
}

.dlrlg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.dlrlgGr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #01012F;
	opacity: 0.1;
	z-index: 2;
}

.grey_right a {
	color: #000;
	text-decoration: none;
}

.grHdrLn {
	padding: 10px;
}

.grHdrLn {
	font-family: "din-condensed-web";
	font-size: 30px;
	text-transform:uppercase;
	font-weight: normal;
}

#srchNpt {
	width: 500px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ddd;
	background: #fff;
}
.srchBtn {
	background: url(/images/blue-grad.png) repeat-y right;
	width: 150px;
	padding: 10px;
	border: none;
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
	height: 40px;
}

.classification h3 {
	font-family: "sarina";
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px -4px 4px;
}

table th {
	font-family: "sarina";
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px -4px 4px;
	text-align:left;
}

.fncprdpct {
	margin: 10px 20px;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	height: 220px;
}
.fncBtnLft, .fncBtnRght {
	height: 200px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 85px;
	padding-left: 4px;
	cursor: pointer;
	font-size: 20px;
}
.fncBtnRght {
	left: auto;
	right: 0px;
}

.fncBtnLft:hover, .fncBtnRght:hover {
	background: #333;
	color: #fff;
}

.fncprdpct ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.fncprdpct li {
	display: inline-block;
	padding-right: 10px;
}

.zmpcs:hover {
	opacity: 0.5;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.prdctsprc {
	padding: 14px 10px 6px 40px;
	font-family: "din-condensed-web";
	letter-spacing: -0.5px;
	font-size: 24px;
	color: #fff;
	text-transform:uppercase;
	vertical-align:top;
}

#cntsTxtCntr {
	margin-top: 100px;
	position: relative;
	height: 300px;
	background: #E5E5E5;
}
.pdctLft {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.pdctLft img {
	width: 100%;
}

.prodDetailsCnt {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 15px;
	padding: 40px 20px;
	display: table-cell;
	vertical-align: top;
	width: 500px;
	z-index: 3;
}

#srcMn {
	
}
.srchSel {
	width: 100%;
	padding: 10px 15px;
	background: #E4E7E9;
	border: none;
	height: 37px;
}
	

	

.xtrnTxtfld {
	position: relative;
	width: 100%;
}
.xtrnSrch {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #67696b;
	width: 37px;
	height: 37px;
	padding: 8px;
}
.xtrnSrch:hover {
	cursor: pointer;
	background: #AAA;
}

.cartFlt {
	float: left;
	width: 300px;
	height: 780px;
	margin: 20px 20px 0px 0px;
	background: #E5E6E7;
	overflow:hidden;
	position: relative;
	color: #fff;
}
.cartFlt img {
	width: 100%;
}

.crtDscr {
	padding: 20px;
	color: #000;
}

.crtDscr h2 {
	text-transform: uppercase;
	font-family: "din-condensed-web";
	font-weight: normal;
}
.crtBttm {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px;
}

.crtSell, .crtTxt {
	width: 180px;
	background: #D4D6D7;
	padding: 8px 5px;
	font-size: 14px;
	margin-bottom: 5px;
	border: 1px solid #888;
	height: 38px;
	-webkit-appearance: menulist-button;
	line-height: 30px;
}
.crtTxt {
	background: #fff;
}
.crtBtn {
	background: #03769F;
	width: 76px;
	height: 38px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: "din-condensed-web";
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	padding: 10px;
	text-align:center;
	cursor: pointer;
}

.btwncntr {
	padding: 20px 20px 0px 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.hdrTtl {
	position: absolute;
	top: 0px;
	left:0px;
	padding: 5px;
	width: 100%;
	color: #fff;
	overflow:hidden;
	white-space: nowrap;
	font-size: 12px;
	background: url(/images/bluegradfull.png) repeat;
}
.hdrTtl a {
	color: #fff;
	text-decoration: none;
}

.shpcrtCnts {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: url(/images/bluegradfull.png) repeat;
	height: 168px;
}
.shpcrtCnts h2 {
	display: inline-block;
}
.shpcrtCnts .orderSel {
	width: 100%;
	border: none;
	margin: 0px !important; 
}
.shpcrtCnts .orderTxt {
	border: none;
	margin: 0px !important; 
}



.mnyCntr {
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 16px;
}
.mnyCntrBtm {
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
}
.grCms {
	padding-bottom: 10px;
}


#mobileTop {
	display:none;
}

.shpcrtLn {
	float: right;
	width: 50%;
	height: 300px;
}

.dlfngvd {
	padding: 40px;
	text-align: center;
}

.dlfngvd iframe {
	max-width: 100%;
}


.homeTileLeft iframe, .homeTileRight iframe, .homeTileRight .dlfngvd , .homeTileLeft .dlfngvd {
	display: none;
}



.aniv_btn {
	position: absolute;
    bottom: 35px;
    right: 17%;
    padding: 26px 0px;
    height: 115px;
    z-index: 6;
    border: none;
    border-radius: 400px;
    background: url(/images/bluegradfull.png) repeat;
    width: 115px;
}

.aniv_btn h1 {
	font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "din-condensed-web";
	text-align:center;
}

.aniv_btn:hover {
	cursor: pointer;
}


.mkblck td {
	min-width: 300px;
}

#bnr_frnt {
	position: absolute;
	bottom: 120px;
	left: 10%;
}



@media (max-width: 1410px) {
	
	#headerMenu { 
		margin-top: 0px;
	}
	.greyBx {
		height: 400px;
		font-size: 14px;
	}
	.prvvMgt {
		height: 160px;
	}
	.prodDetails, .pcsCntr {
		width: 65%;
	}
	.glySldr li {
		padding: 0 30px;
	}
	.glySldr ul {
		left: 20px;
	}
	
	.grCms {
		padding: 10px;
	}
	.breadCrumbs {
		padding: 20px 10px 10px 10px;
	}
	
}

@media (max-width: 1310px) {
	.bImg, .bImgRght {
		opacity: 0.5;
	}
	
	.tpp {
		top: 4px !important;
	}
	
	.greyBx {
		height: 350px;
	}
	.grey_right h2 {
		font-size: 16px;
	}
	.grey_right {
		font-size: 12px;
	}
	.prodDetails, .pcsCntr {
		width: 60%;
		font-size: 13px;
	}
	.glySldr li {
		padding: 0 20px;
		font-size: 13px;
	}
	.glySldr {
		height: 450px;
	}
	.glySldr li {
		padding: 0 10px;
	}
	#blueGrad a {
		padding: 10px;
	}
	
	#topMenu a {
		font-size: 14px;
	}
	#topMenu li {
		padding: 2px;
	}
	
}


@media (max-width: 1160px) {
	
	#languageSelection li {
		display: block;
	}
	
	.tpp {
		top: 4px !important;
	}
	
	#navCntr #logo img {
		height: 70px;
	}
	#logo {
		width:210px;
	}
	#navCntr {
		height: 70px;
	}
	#navCntr #topMenu {
		top: 20px;
		left: 230px;
	}
	
	
	.bImg, .bImgRght {
		opacity: 0.2;
	}
	.greyBx {
		height: 300px;
	}
	.grey_right {
		font-size: 11px;
	}
	.grey_right p {
		max-height: 54px;
		overflow: hidden;
	}
	.prvvMgt {
		height: 120px;
	}
	.prodDetails, .pcsCntr {
		width: 55%;
	}
	.whtCms {
		font-size: 13px;
	}
	.prcCntr {
		font-size: 11px;
	}
	.pdctLft img {
		opacity: 0.2;
	}
	.grey_left img {
		width: 100%;
	}
	.greyBxNorm .nrmFlt img {
		height: 20px;
	}
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.footerBlck.frstffrt  {
		display: block;
	}
	.footerBlck.xmrg {
		padding: 10px;
	}
	
	#navCntr #topMenu {
		top: 20px;
	}
	
	#topMenu a {
		font-size: 13px;
	}
	#blueGrad {
		padding-top: 12px;
	}
	
	#blueGrad a {
		font-size: 12px;
		padding: 5px;
	}
	.mainNavActive {
		font-size: 18px;
	}
	.prdctsprc {
		margin-top: -5px !important;
	}
	
	.blueGradUlactv a{
		font-size: 10px !important;
	}
	.dlrlg img {
		width: 150px;
	}
	.txtHdlns {
		width: 90%;
	}
	.bImg img {
		width: 100%;
	}
	#topMenu #tbcntbtn {
		display: none;
	}
	
}

@media only screen and (max-device-width: 640px), (max-width: 1000px) {
	#navCntr {
		display:none;
	}
	body {
		font-size: 14px;
	}
	#mobileTop {
		display:block;
		position: relative;
		height: 62px;
		background: #183649;
	}
	#mobileLogo {
		position: absolute;
		left: 0px;
	}
	#mobileLogo img {
		height: 62px;
	}
	#prodCarr {
		display: none;
	}
	#wlkmTxt {
		padding: 20px;
	}
	#wlkmTxt h1 {
		font-size: 25px;
		text-align: left;
	}
	#drawers {
		position: absolute;
		right: 4px;
		top: 4px;
		font-size: 24px;
		padding: 2px 10px 7px 12px;
		-ms-transform: rotate(90deg); /* IE 9 */
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		transform: rotate(90deg);
		color: #fff;
	}
	#mobileMenu {
		background: #00789E;
		position: absolute;
		top: 60px;
		left: 0px;
		width: 100%;
		z-index: 112;
		padding: 10px;
		display:none;
	}
	#mobileMenu ul {
		list-style: none;
		display: table-cell;
		width: 40%;
		padding: 0px;
		margin: 0px;
	}
	#mobileMenu a {
		color: #fff;
		text-decoration: none;
		font-size: 18px;
	}
	.txtHdlns, .txtHdlnsRght {
		width: 100%;
		position: relative;
		right: auto;
		left: auto;
		padding: 20px;
		font-size: 14px;
		line-height: 24px;
	}
	.mbmnrght {
		text-align:right;
	}
	.mbmnrght img {
		vertical-align:middle;
	}
	
	.bImg, .bImgRght {
		opacity: 1;
		position: relative;
	}
	.bImg img, .bImgRght img {
		width: 100%;
	}
	.homeTileLeft, .homeTileRight {
		height: auto;
		margin-bottom: 0px;
	}
	
	.homeTileRight .bImg {
		margin-left: -30%;
	}
	#footer{
		margin-top: 0px;
	}
	
	#footerTop {
		height: auto;
		text-align:center;
	}
	.mailingForm {
		width: 90%;
		padding: 10px;
		margin: 0px;
	}
	.mailingFormBtn {
		width: 90%;
		padding: 10px;
	}
	.footerBlck {
		display: block;
		width: auto;
		padding: 10px;
	}
	.footerBlck.xmrg {
		padding: 10px;
	}
	.footerBlck ul {
		padding: 0px;
		margin: 0px;
	}
	#frImgOverlay h1 {
		font-size: 12px;
	}
	#frImgOverlay {
		bottom: 9px;
		width: 100px;
		height: 100px;
		padding: 20px;
	}
	
	.aniv_btn {
		right: 30%;
	}
	
	.txtHdlnsRght h2, .txtHdlns h2 {
		padding-bottom: 10px;
		color: #00789E !important; 
	}
	
	.whth h2 {
		color: #fff !important;
	}
	
	.grtblxtr {
		font-size: 10px;
	}
	.grtblxtr table {
		border-spacing: 0px;
    	border-collapse: separate;
	}
	.grtblxtr table th {
		font-size: 12px;
		margin: 0px;
	}
	.glySldr li {
		padding-left: 30px;
		padding-right: 30px;
		
	}
	.glySldCnts {
		width: 130%;
	}
	.glySldr li img {
		width: 124% !important;
	}
	
	#srcMn{
		display: none;
	}
	
	.greyBx {
		display:block;
		width: 100%;
		margin-left: auto !important;
		margin-bottom: 10px;
	}
	.grey_left {
		width: 40%;
	}
	.grey_right {
		width: 60%;
	}
	
	.navCntr {
		padding-top: 20px;
	}
	.mkmbl {
		display:block;
	}
	
	.productLeft {
		display: block;
	}
	#top {
		padding-bottom: 0px;
	}
	#blueGradMob {
		display:block;
		background: url(/images/bluegradfull.png) repeat;
		height: 46px;
		width: 100%;
		padding-top: 8px;
		z-index: 10;
		position: relative;
	}
	
	.mobHdrProd {
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
		font-family: "din-condensed-web";
		padding-left: 20px;
		padding-top: 3px;
	}
	#prodMenuMob {
		background: #5ea9c2;
		position: absolute;
		top: 46px;
		left: 0px;
		width: 100%;
		padding: 20px;
		padding-top: 0px;
		display: none;
		text-transform:uppercase;
	}
	#prodMenuMob a {
		color: #fff;
		text-decoration: none;
		font-size: 18px;
	}
	#prodMenuMob ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.mncCt {
		font-weight: bold !important;
	}
	#mobIcons {
		position: absolute;
		right: 60px;
		top: 15px;
	}
	#mobIcons ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#mobIcons li {
		display: inline-block;
		padding: 3px;
		margin: 0px;
	}
	.prodDetailsCnt {
		width: 100%;
	}
	.contactTxt, .contactArea {
		width: 90%;
	}
	.cntFrmCntr {
		padding-bottom: 40px;
	}
	
	
	.grey_left img {
		width: 100%;
		height: auto;
	}
	
	.dlrlg {
		position: relative;
		text-align:center;
	}
	.dlrlg img {
		height: 60px;
		padding-top: 10px;
	}
	.dlrlgGr {
		background: none;
	}
	
	.whtCms {
		padding: 10px;
		width: 100%;
	}
	.whtCms h1, .wrprnd h1 {
		font-family: "din-condensed-web";
		font-size: 30px;
		text-transform:uppercase;
		font-weight: normal;
		color: #321E1F;
	}
	
	.wrprnd p  {
		padding: 10px;
		width: 100%;
	}
	.wrprnd h1 {
		padding-left: 10px;
	}
	
	.mkblck td {
		display: block;
		width: 100%;
	}
	.mkblck img {
		width: 100%;
	}
	

	#bnr_frnt {
		bottom: 20px;
		left: 10px;
	}

	#bnr_frnt img {
		width: 150px;
	}

	#srchbtn {
		display: block !important;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	#topMenu ul {
		display: inline-block;
		padding-right: 10px;
	}
	#navCntr #topMenu {
		top: 20px;
	}
	
	#topMenu #tbcntbtn {
		display: inline-block;
	}
	
}

#srchbtn {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 99;
	width: 100%;
	display: none;
}
	
	#srchbtn .fa-magnifying-glass {
		display: inline-block;
		vertical-align: middle;
		padding: 10px;
		background: #183649;
		color: #fff;
		height: 45px;
		width: 45px;
		font-size: 22px;
	}

	#srchbtn .srchSelWdg {
		width: 200px;
		padding: 10px 15px;
		background: #E4E7E9;
		border: none;
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 45px);
	}

















