div {
 float: left; 
 position: relative; 
 height: auto; 
 width: auto; 
}

.flw10 { width: 10%; }
.flw15 { width: 15%; }
.flw20 { width: 20%; }
.flw25 { width: 25%; }
.flw30 { width: 30%; }
.flw33 { width: 33%; }
.flw40 { width: 40%; }
.flw50 { width: 50%; }
.flw60 { width: 60%; }
.flw66 { width: 66%; }
.flw67 { width: 67%; }
.flw70 { width: 70%; }
.flw80 { width: 80%; }
.flw85 { width: 85%; }
.flw90 { width: 90%; }
.flw100 { width: 100%; }

.flw100, .flw50, .flw30, .flw33, .flw15, .flw25, .flw66, .flw60, .flw70, .flw20, .flw80, .flw10, .flw40, .flw67, .flw90, .flw85 {
 float: left; 
 position: relative; 
 height: auto; 
}

@media screen and (max-width: 480px) {	
	.flw50, .flw30, .flw33, .flw15, .flw25, .flw66, .flw60, .flw70, .flw20, .flw80, .flw10, .flw40, .flw67, .flw90, .flw85 {
	 width: 100%; 
	 min-height: 1px; 
	}
}

.flw100center {
 text-align: center; 
 width: 100%; 
 float: left; 
 position: relative; 
}

.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; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.realContText {
 width: 100%; 
}

.bordRed {
 border: 1px solid red; 
}

.cursPoint { 
 cursor: pointer; 
}

.upcase { 
 text-transform: uppercase; 
}

.anycase { 
 text-transform: none; 
}

.text-center {
 text-align: center; 
}

.font-bold { font-weight: bold; }

.text-right {
 text-align: right; 
}

.text-left {
 text-align: left; 
}
/* COOKIES START */

.cookiesHint { 
 position: fixed; 
 top: 100%; 
 left: 0px; 
 margin-top: -45px; 
 width: 100%; 
 height: auto; 
 min-height: 45px; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
 text-align: center; 
 padding-top: 15px; padding-bottom: 3px; 
 background: white; color: black; 
 font-size: 12px;
 font-family: arial;
 box-shadow: inset 0px 11px 8px -10px #BBB;
 z-index: 100; 
}

.cookiesHeight { 
 width: 100%; float: left; 
 position: relative; height: 45px; 
}
 
@media screen and (max-width: 600px) {	
	.cookiesHint, .cookiesHeight { height: 60px; }
	.cookiesHint { margin-top: -60px; }
}

@media screen and (max-width: 400px) {	
	.cookiesHint, .cookiesHeight { height: 75px; }
	.cookiesHint { margin-top: -75px; }
}

.cookiesGotLink, a.cookiesGotLink:visited, a.cookiesGotLink {
 display: inline-block; 
 color: white; 
 background: rgb(190,190,190); 
 margin-left: 5px; 
 margin-right: 5px; 
 border-radius: 3px; 
 padding: 3px; 
 color: white; 
 -webkit-transition:  0.2s; /* Safari */
 transition: 0.2s;
}

a.cookiesGotLink:hover {
 background: rgb(90,90,90); 
 color: white; 
}

/* COOKIES END */

.docCell {
 width: 12.5%; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
 padding: 4px; 
 border: 1px solid white; 
 background: rgb(240,240,240);  
 min-height: 40px; 
}

.doc_user_head_row {  font-weight: bold; width: 100%; }
.doc_user_row { width: 100%; }

.doc_user_head_row .docCell { background: rgb(210,210,210); }

.doc_user_row:hover .docCell { background: rgb(230,230,230); }

.doc_user_row.doc_paid_row .docCell { background: rgba(100,255,100,0.4); }
.doc_user_row.doc_unpaid_row .docCell { background: rgba(255,100,100,0.4); }

@media screen and (max-width: 440px) {	
 .docCell { width: 100%; min-height: 10px; border-bottom: 2px solid white; }
 .doc_user_row { margin-top: 10px; }
 .doc_user_head_row { display: none; }
}

.overauto { overflow: auto; }

.bord-box { 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
}

/* select period control - START */

.selectPeriod {
 display: inline-block; 
 width: 16px; 
 height: 16px; 
}

.selectPeriodSubM {
 display: block!important; 
 top: -2px; 
 left: 0px; 
 margin: 0px; 
 border: 1px dotted silver;
 background: white; 
 z-index: 20; 
 background: white; 
 position: absolute!important; 
}

.selectPeriodLink {
 min-width: 180px; 
 padding: 5px; 
 border-bottom: 1px dotted silver;
 background: white; 
 z-index: 30;
 font-size: 11px; 
}

.selectPeriodLink:hover { background: rgb(235,235,235); }

/* select period control - END */

.padTop5 { padding-top: 5px; }
.padTop10 { padding-top: 10px; }
.padTop20 { padding-top: 20px; }
.padTop30 { padding-top: 30px; }
.padTop40 { padding-top: 40px; }
.padTop50 { padding-top: 50px; }
.padTop100 { padding-top: 100px; }

.margTop5 { margin-top: 5px; }
.margTop10 { margin-top: 10px; }
.margTop20 { margin-top: 20px; }
.margTop30 { margin-top: 30px; }
.margTop40 { margin-top: 40px; }
.margTop50 { margin-top: 50px; }
.margTop100 { margin-top: 100px; }

.padBot5 { padding-bottom: 5px; }
.padBot10 { padding-bottom: 10px; }
.padBot20 { padding-bottom: 20px; }
.padBot30 { padding-bottom: 30px; }
.padBot40 { padding-bottom: 40px; }
.padBot50 { padding-bottom: 50px; }
.padBot100 { padding-bottom: 100px; }

.margBot5 { margin-bottom: 5px; }
.margBot10 { margin-bottom: 10px; }
.margBot20 { margin-bottom: 20px; }
.margBot30 { margin-bottom: 30px; }
.margBot40 { margin-bottom: 40px; }
.margBot50 { margin-bottom: 50px; }
.margBot100 { margin-bottom: 100px; }

/* MULTY SELECT - START */

.multySelectValues {
 border: 1px solid silver; 
 min-height: 12px; 
 height: auto; 
 width: 100%; 
 background: white;
 color: rgb(30,30,30); 
 margin-bottom: 3px; 
 text-align: left!important; 
}

.multSelectIn { 
 width: 100%; font-size: 11px; color: black; min-height: 16px; float: left; position: relative; 
 background: white url('img/img-common/point-bot-blue.gif') no-repeat center right; 
 padding: 4px 20px 4px 5px; 
}

.multSelectSubs { 
 position: absolute; 
 top: 16px; 
 background: white; 
 color: rgb(30,30,30); 
 border-left: 1px solid silver; 
 border-right: 1px solid silver; 
 border-bottom: 1px solid silver; 
 width: 100%; 
 left: 0px; 
 max-height: 250px; 
 overflow: auto; 
 z-index: 999999; 
 padding: 5px; 
 text-align: left!important; 
}

.multSelectSubs input { width: auto!important; display:inline-block; height: auto!important; padding-right: 3px;  }

/* MULTY SELECT - END */

/* TRANSITIONS */
.trans02 {
 transition: 0.2s;
 -webkit-transition: 0.2s;
}
.trans05 {
 transition: 0.5s;
 -webkit-transition: 0.5s;
}

.noTrans {
 -webkit-transition:  0.0s; /* Safari */
 transition: 0.0s;
}

.loadIndicator { width: 100%; height: 14px; border: 1px solid black; background: white; margin-top: 5px; margin-bottom: 5px;  } 
.loadStatus { position: absolute; top: 0px; left: 0px; width: 0%;  height: 14px; 
 background: rgb(100,255,100) url('javascript/ajax-loader.gif') no-repeat center center;
 background-size: auto 100%; 
}

.streamFileName { width: 100%; color: green; margin-top: 2px; margin-bottom: 2px; }

.smallLoader { 
 background-color: rgb(240,240,240);
 background-image: url('javascript/ajax-loader.gif');
 background-size: 15px 15px;
 background-position: center center;
 background-repeat: no-repeat; 
 
}

.OKresult { 
 color: rgb(0,155,0); 
 background: white; 
 padding: 2px; 
 margin-bottom: 3px; 
}

.bord20prc { border: 1px solid rgba(155,155,155,0.3); 
 float: left; 
 position: relative; 
 width: 20%; 
 height: auto; 
 min-height: 3px; 
}

.bord80prc { border: 1px solid rgba(155,155,155,0.3); 
 float: left; 
 position: relative; 
 width: 80%; 
 height: auto; 
 min-height: 3px; 
}

.invalid, input.invalid, select.invalid, textarea.invalid {
 -webkit-box-shadow: 0px 0px 3px 3px rgb(255,0,0,0.6);
 -moz-box-shadow: 0px 0px 3px 3px rgb(255,0,0,0.6);
 box-shadow: 0px 0px 3px 3px rgb(255,0,0,0.6);
 -webkit-transition:  0.3s; /* Safari */
 transition: 0.3s;
}

.alertBlur {
 width: 100%; 
 height: 100%; 
 position: fixed; 
 top: 0px; 
 left: 0px; 
 display: none; 
 background: rgba(0,0,0,0.7); 
 z-index: 999999; 
}

.alertInBlur {
 left: 50%; 
 margin-left: -220px; 
 width: 400px; 
 top: 50%;
 margin-top: -100px; 
 position: fixed; 
 padding: 20px; 
 background: white; 
 color: red; 
 border: 1px solid rgb(51,51,51); 
 border-radius: 10px; 
 z-index: 1000000; 
}

.alertClose {
 position: absolute; 
 top: 0px; 
 left: 100%; 
 margin-left: -20px;
 margin-top: -10px; 
 width: 30px; 
 height: 30px; 
 border-radius: 15px; 
 font-weight: bold; 
 color: white; 
 background: rgb(51,51,51); 
 cursor: pointer; 
 text-align: center; 
 font-size: 18px; 
 line-height: 18px; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 padding-top: 6px; 
  -webkit-transition:  0.4s; /* Safari */
 -moz-transition: 0.4s; 
 transition: 0.4s;
}
.alertClose:hover { background: rgb(127,127,127); }

.posAbs100 { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }

@media screen and (max-width: 440px) {	
 .alertInBlur { left: 5%; width: 80%; padding: 10px 5%; margin-left: 0px; margin-top: -130px; }
}

.mailValidity { position: absolute; top: 100%!important; left: 0px!important; font-size: 11px; margin-top: -12px; line-height: 11px; }

.loadAboveMain { 
 display: none; 
 position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; padding-top: 0px; padding-bottom: 0px; Z-INDEX: 9999999;
 background: rgba(0,0,0,0.4); 
 text-align: center; 
}

.loadAboveIn {
 display: inline-block; float: none; text-align: left; 
 overflow: hidden; width: calc(100% - 20px); height: calc(100% - 10px); margin-top: 5px; z-index: 99999;
 max-width: 1300px; 
 background: white url('javascript/ajax-loader.gif') no-repeat center center; 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 border-radius: 10px; 		  
 -webkit-box-shadow: 0px 0px 3px 3px rgb(0,0,0.6);
 -moz-box-shadow: 0px 0px 3px 3px rgb(0,0,0,0.6);
 box-shadow: 0px 0px 3px 3px rgb(0,0,0,0.6);	  
 -webkit-overflow-scrolling: touch;  
}

.loadAboveIn.loadAboveWhite {
 background-color: white; 
 background-image: none!important; 
 overflow-y: auto!important; 
 padding: 10px; 
}

.loadAboveIn iframe {
 -webkit-overflow-scrolling: touch!important;  
 overflow: scroll!important; 
 width: 100%; height: 100%; 
 border: none; 
}

.loadAboveClose {
 position: fixed; top: 3px; left: 100%; margin-left: -35px; width: 30px; 
 height: 30px; 
 border-radius: 15px; 
 font-weight: bold; 
 color: white; 
 background: rgb(51,51,51); 
 cursor: pointer; 
 text-align: center; 
 font-size: 18px; 
 line-height: 18px; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 padding-top: 6px; 
  -webkit-transition:  0.4s; /* Safari */
 -moz-transition: 0.4s; 
 transition: 0.4s;
 z-index: 999999; 
}

.loadAboveClose:hover { background: rgb(127,127,127); }

@media screen and (min-width: 1310px) {	
 .loadAboveClose {left: 50%; margin-left: 615px;}
}

.econt_reg_select, .econt_reg_select_input, .econt_city_select, .econt_city_select_input, .econt_quarter_select, 
.econt_quarter_select_input, .econt_other_select, .econt_other_select_input, .econt_street_block, .econt_delivery_radios, 
.econt_office_fld, .econt_office_select, .econt_office_select_input, .econt_office_info, 
.econt_address_flds {
 width: 100%; 
}

.econt_street_select, .econt_street_select_input { width: 70%; }
.econt_streetnum_select, .econt_streetnum_select_input { width: 28%; padding-left: 2%; }

.datalist_def {
 background-image: url('img/img-common/point-bot-grey.gif'); 
 background-position: center right; 
 background-repeat: no-repeat; 
 background-size: 7px 30%; 
}

body {
 background: white; 
 margin: 0px; 
 padding: 0px; 
 overflow-x: hidden; 
 font-family: Arial,Helvetica,sans-serif;
 color: rgb(51,51,51);  
}

a, a:visited, a:active, .blueH {
 text-decoration: none; 
 color: rgb(53,144,194);
 -webkit-transition:  0.4s; /* Safari */
 -moz-transition: 0.4s; 
 transition: 0.4s;
}

a:hover { color: rgb(46,151,196); }

.trans04, a, .mbPad, .whiteA, a.whiteA, .blueA, a.blueA, .trigMenu, .dotOff, .napravCell img, .napravAbout img, 
.facebook, .initHeight, .flw100.initHeight, #mainTextContainer, 
.greyA, a.greyA, .gallExplain, .napravAbout .theBlur, #theAgree, .formSubmit input, .closeLabel span, .machineShortDesc, .back2cat, 
.arrL, .arrR {
 -webkit-transition:  0.4s; /* Safari */
 -moz-transition: 0.4s; 
 transition: 0.4s;
}

.mainFont { font-family: Arial,Helvetica,Sans-serif; font-size: 14px; color: rgb(51,51,51);  }
@media screen and (max-width: 600px) { .mainFont76, .mainFont { font-size: 12px; } }

.fullW, .fullw {
 width: 1150px; 
 left: 50%; 
 margin-left: -575px; 
}

.max1180 {
 width: 100%; 
 max-width: 1180px; 
 display: inline-block; 
 float: none; 
}

@media screen and (max-width: 1150px) {
	.fullW, .fullw { 
	 width: 99%; 
	 left: 0px; 
	 margin-left: 0px; 
	 padding-left: 0.5%; 
	 padding-right: 0.5%; 
	}
}

header, main, footer {
 width: 100%; 
 height: auto; 
 float: left; 
 position: relative; 
}

nav { width: auto; height: auto; float: left; position: relative; }

.upcase {
 text-transform: uppercase; 
}

.click2home { 
 margin-top: 32px; 
 margin-left: 20px; 
 width: 248px; 
 height: 70px; 
 margin-bottom: 10px; 
}
.click2home img {
 width: 100%; 
 height: 100%; 
}

.stickTop .click2home { width: 124px; height: 35px; margin-top: 5px; margin-left: 2px; margin-bottom: 5px; }

.myHead {
 background-image: url('img/head-ice.gif'); 
 background-repeat: no-repeat; 
 background-position: top right;  
}

.stickHeighter { 
 display: none; height: 173px; 
}
@media screen and (max-width: 900px) { .stickHeighter { height: 155px; }}
@media screen and (max-width: 765px) { .stickHeighter { height: 88px; }}

.stickTop { position: fixed; top: 0px; left: 0px; z-index: 5; width: 100%; background: rgba(255,255,255,0.97);}

.topMenu {
 float: right; 
 max-width: calc(100% - 255px);
} 

.topMenu nav { width: auto; height: auto; }

.topMenu a, .topMenu span, .topMenu a:visited {
 display: inline-block; 
 padding-top: 64px; 
 font-size: 15px; 
 padding-left: 10px; 
 padding-right: 10px; 
 padding-bottom: 11px; 
 line-height: 15px; 
 font-family: Calibri, Verdana, Helvetica, Sans-serif;
}

.stickTop .topMenu a, .stickTop .topMenu span, .stickTop .topMenu a:visited { padding-top: 8px; }

.topMenu a, .topMenu a:visited { color: rgb(127,127,127); }
.topMenu span { color: rgb(121,181,215); }
.langIn { background: rgb(229,229,229); }
.topMenu a:hover { background: rgb(229,229,229);  color: rgb(121,181,215); }

@media screen and (max-width: 799px) { 
 .click2home { width: 124px; height: 35px; margin-top: 5px; margin-left: 2px; margin-bottom: 5px; }
 .topMenu { max-width: calc(100% - 128px); } 
 .topMenu a, .topMenu span, .topMenu a:visited, 
 .stickTop .topMenu a, .stickTop .topMenu span, .stickTop .topMenu a:visited {
 padding-top: 12px; 
 font-size: 14px; 
 padding-left: 7px; 
 padding-right: 7px; 
 padding-bottom: 7px; 
 line-height: 14px;  
 }
}
@media screen and (max-width: 359px) { 
 .topMenu a, .topMenu span, .topMenu a:visited, 
 .stickTop .topMenu a, .stickTop .topMenu span, .stickTop .topMenu a:visited {
  padding: 5px 5px 5px 5px; 
  }
}

.menuLine {
 width: 100%; 
 background: rgb(121,181,215); 
 padding-top: 1px; 
 color: rgb(76,76,76); 
}
.mbPad a, .mbPad a:visited, .mbPad a:active { color: white; }
.mbPad.langIn a, .mbPad.langIn a:visited { color: rgb(127,127,127); }

.floatMid {
 display: inline-block; 
 float: none; 
 max-width: 100%; 
}

iframe, object, movie{ max-width: 100%; }

.imgMax100 img, .imgMax100 iframe, .imgMax100 object { max-width: 100%!important; height: auto; }

.mbPad { 
 padding: 20px 13px; font-size: 15px; 
 margin-left: 1px; margin-right: 1px; 
 line-height: 15px; 
 font-family: Calibri, Verdana, Helvetica, Sans-serif;
}

.stickTop .mbPad { padding: 10px 13px;  }

.mbPad.cursPoint:hover { background: rgb(229,229,229); }
.mbPad.cursPoint:hover a, .mbPad.cursPoint:hover a:visited, .mbPad.cursPoint:hover a:active { color: rgb(76,76,76); }

.subMenu { 
 position: absolute; 
 top: 56px; 
 left: 0px; 
 padding: 5px 15px; 
 min-width: 280px;  
 display: none; 
 text-align: left; 
 font-size: 15px; 
 line-height: 15px; 
 font-family: Calibri, Verdana, Helvetica, Sans-serif;
 z-index: 10;
}

.stickTop .subMenu { top: 36px; }

.subMenu a, .subMenu span {
 display: inline-block; width: 100%; padding-top: 6px; padding-bottom: 6px; 
}
.subMenu span { color: black; }
.subMenu a, .subMenu a:visited { color: rgb(76,76,76); }
.subMenu a:hover {  color: rgb(121,181,215);}

.trigMenu { display: none; 
 float: none; height: 30px; padding-left: 50px; background-image: url('img/3-lines.gif');
 background-repeat: no-repeat; background-position: center left; background-size: auto 100%; 
  color: white; 
  margin-top: 5px; margin-bottom: 5px;
  padding-top: 6px; 
  font-size: 14px; 
}

.trigMenu:hover {
 color: rgb(9,83,115); 
 background-image: url('img/3-lines-hover.gif');
}

@media screen and (max-width: 900px) {
 .menuLine .floatMid { width: 100%; float: left; position: relative; text-align: center; }
 .trigMenu { display: inline-block; float: none; }
 .flwA#mainMenuIn { display: none; width: 100%; float: left; position: relative; }
 .menuButton { width: 100%; }
 .mbPad { width: 100%; border-bottom: 1px solid white; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.subMenu, .stickTop .subMenu { 
 float: left; 
 position: relative; 
 top: 0px; 
 left: 0px; 
 width: 100%;
 text-align: center; 
 font-size: 12px;  
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
 .subMenu a, .subMenu span { border-bottom: 1px solid rgb(76,76,76);}
}

.homeFrames {
 width: 100%; 
 float: left; position: relative; 
 height: 610px!important; 
 overflow: hidden; 
 background: rgb(230,230,230);
}

.frameH { height: 610px!important; }

.frameHD {
 position: absolute; 
 display: none; 
 width: 1920px; 
 height: 610px; 
 left: 50%; 
 margin-left: -960px; 
}
.frame1550 {
 position: absolute; 
 width: 1550px; 
 height: 610px; 
 left: 50%; 
 margin-left: -775px; 
}

.frameHD img, .frame1550 img { width: 100%; height: 100%; }

@media screen and (min-width: 1551px) {
 .frame1550 { display: none; }
 .frameHD { display: inline; }
}

.theBlur { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.2);}

.frameLabel { 
 width: 840px; 
 left: 50%; 
 margin-left: -420px; 
 top: 50%; 
 color: white; 
 font-size: 36px; 
 font-family: Calibri, Verdana, Helvetica, Sans-serif;
}

.frameLabel h1 {
 color: white; 
 font-size: 36px; 
 font-family: Calibri, Verdana, Helvetica, Sans-serif;
 font-weight: normal; 
 margin-top: 0px; 
 margin-bottom: 0px; 
 padding: 0px 0px; 
}

.whiteA, a.whiteA, a.whiteA:visited, .whiteAfix, a.whiteAfix, a.whiteAfix:visited {
 display: inline-block; 
 padding: 12px 10px; 
 min-width: 100px; 
 background: white; 
 color: rgb(53,144,194); 
 font-size: 14px;
 font-weight: bold; 
}
.frameLabel .whiteA { margin-top: 40px; }

.blueA, a.blueA, a.blueA:visited {
 display: inline-block; 
 padding: 12px 20px; 
 min-width: 60px; 
 background: rgb(53,144,194); 
 color: white; 
 font-size: 14px;
 font-weight: bold; 
}
.blueA:hover, a.blueA:hover { background: rgb(9,83,115); }

.greyA, a.greyA, a.greyA:visited {
 display: inline-block; 
 padding: 12px 20px; 
 min-width: 60px; 
 background: rgb(229,229,229); 
 color: rgb(53,144,194); 
 font-size: 14px;
 font-weight: bold; 
}
.greyA:hover, a.greyA:hover {
 background: rgb(53,144,194); 
 color: white; 
}

.frameDots {
 position: absolute; 
 top: 100%; 
 left: 0px; 
 width: 100%;
 margin-top: -50px; 
 text-align: center; 
}

.dotOn {
 display: inline-block; 
 width: 28px; 
 height: 28px; 
 margin-left: 4px; 
 margin-right: 4px; 
 border: 1px solid rgb(121,181,215);
}

.blueIce .dotOn { border: 1px solid white;}

.dotOff {
 display: inline-block; 
 width: 30px; 
 height: 30px; 
 margin-left: 4px; 
 margin-right: 4px; 
 background: rgb(204,204,204); 
 cursor: pointer; 
}
.dotOff:hover { background: rgb(121,181,215);}
.blueIce .dotOff:hover { background: rgb(9,83,115); }

@media screen and (max-width: 1370px) and (min-width: 1150px) and (max-height: 720px) {
 .homeFrames, .frameH, .frameHD, .frame1550 { height: 460px!important; }
 .frame1550 { width: 1360px; margin-left: -680px; }
}

@media screen and (max-width: 1150px) {
 .homeFrames, .frameH, .frameHD, .frame1550 { height: 450px!important; }
 .frame1550 { width: 1150px; margin-left: -575px; }
 .frameLabel { width: 600px; margin-left: -300px; font-size: 24px; top: 40%; }
 .frameLabel h1 { font-size: 24px; }
 .frameLabel .whiteA { margin-top: 20px; }
}

@media screen and (max-width: 800px) {
 .homeFrames, .frameH, .frameHD, .frame1550 { height: 315px!important; }
 .frame1550 { width: 800px; margin-left: -400px; }
}
@media screen and (max-width: 599px) {
 .homeFrames, .frameH, .frameHD, .frame1550 { height: 235px!important; }
 .frame1550 { width: 600px; margin-left: -300px; }
 .frameLabel { width: 240px; margin-left: -120px; font-size: 18px; top: 20%; }
 .frameLabel h1 { font-size: 18px; }
 .frameLabel .whiteA { margin-top: 10px; }
 .whiteA, a.whiteA, a.whiteA:visited {
  font-size: 12px; 
  padding: 7px 10px; 
 }
 .dotOn {
 width: 18px; 
 height: 18px; 
 }
 .dotOff {
 width: 20px; 
 height: 20px; 
 }
}

.padTop90 { padding-top: 90px; }
@media screen and (max-width: 599px) { .padTop90 { padding-top: 30px; } }

.shadBelowContainer { width: 100%; height: 24px; overflow: hidden; }

.shadAbove { 
 width: 100%; height: 20px; overflow: hidden; padding-top: 22px; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 position: absolute; 
 margin-top: -20px; 
 left: 0px; 
 top: 100%; 
}

.shadowBelow { width: 100%; 
 height: 1px; 
 -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.30);
 -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.30);
 box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.30);
 margin-top: -1px;
}

.shadUpBigContainer { width: 100%; height: 115px; overflow: hidden; padding-top: 114px; -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.shadowBig { 
 width: 100%; 
 height: 1px; 
 -webkit-box-shadow: 0px 0px 115px 5px rgba(0,0,0,1);
 -moz-box-shadow: 0px 0px 115px 5px rgba(0,0,0,1);
 box-shadow: 0px 0px 115px 5px rgba(0,0,0,1);
 margin-top: -1px;
}

h1 { color: rgb(53,144,194); font-weight: normal; font-size: 24px; padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 16px;  }
h2, h3 { color: rgb(53,144,194); font-weight: normal; font-size: 18px; padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 12px;  }
h4 { color: rgb(53,144,194); font-weight: normal; font-size: 14px; padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 12px;  }
h1, h2, h3, h4, h5, h6 { text-align: center; }

.mainH {
 display: inline-block; 
 width: 100%; 
 text-align: center; 
 color: rgb(53,144,194); 
 text-transform: uppercase; 
 font-size: 24px; 
 line-height: 28px;
 font-weight: normal; 
 margin-top: 0px; 
 padding-top: 0px;  
 padding-bottom: 0px; 
 margin-bottom: 20px; 
}

.mainH strong { font-weight: normal; text-transform: none; font-size: 14px; }

.mainH span::after {
 content: ''; 
 display: inline-block; 
 width: 70px; 
 height: 1px; 
 margin-top: -15px; 
 top: 0px; 
 position: relative; 
 background: rgb(91,113,167); 
}

@media screen and (max-width: 599px) {  
 .mainH, h1.mainH, h2.mainH, h3.mainH, h4.mainH { font-size: 18px; line-height: 24px; }
}

.napravCell {
 width: 375px; 
 height: 335px; 
 display: inline-block; 
 float: none; 
 overflow: hidden; 
 margin-bottom: 30px; 
 margin-left: 7px; 
 margin-right: 7px; 
}

.napravAbout {
 width: 375px; 
 min-height: 360px; 
 display: inline-block; 
 float: none; 
 overflow: hidden; 
 margin-bottom: 30px; 
 margin-left: 7px; 
 margin-right: 7px; 
} 

.napravCell img, .napravAbout img { width: 100%; height: auto; min-height: 100%; }
.napravCell:hover img, .napravAbout:hover img { width: 102%; margin-left: -4px; margin-top: -3px; }

.napravLabel { 
 position: absolute; 
 top: 42%; 
 left: 10%; 
 width: 80%; 
 padding-top: 95px; 
 font-weight: bold; 
 color: white; 
 font-size: 18px; 
 line-height: 24px; 
 background-image: url('img/ice-drop.gif');
 background-repeat: no-repeat;
 background-position: top center; 
 background-size: 48px 57px; 
 font-family: Calibri, Verdana, Helvetica, Sans-serif;
}
.napravLabel a, .napravLabel a:visited, .napravLabel a:active { color: white; }

@media screen and (max-width: 780px) { .napravCell { margin-bottom: 5px;  } }

@media screen and (max-width: 380px) { 
  .napravCell {
   width: 98%; 
   margin-left: 0px; 
   margin-right: 0px; 
  }
  .napravCell img { width: 375px; height: auto; }
  .napravCell:hover img { width: 382px; }
}

.iceBelow { background: url('img/ice-below.gif') repeat-x bottom center; }

.mainWhatWeDo { padding-top: 40px; 
 color: rgb(127,127,127);
 font-size: 18px;
 font-weight: bold;  
 font-family: Calibri, Verdana, Helvetica, Sans-serif;
}

.blueIce { 
 background: rgb(122,182,216); color: white; 
 background-image: url('img/ice.jpg'); 
 background-position: top center; 
 background-repeat: repeat-x; 
 background-size: 1920px auto; 
}
@media screen and (max-width: 1550px) { .blueIce { background-size: 1550px auto;  } }

.blueIce .mainH { color: white; }
.blueIce .mainH span::after { background: white; }

.blueIce .whiteA, .blueIce a.whiteA, .blueIce a.whiteA:visited {
 border: 2px solid white; 
 background: rgba(0,0,0,0);
 color: white; 
}
.blueIce .whiteA:hover, .blueIce a.whiteA:hover {
 color: rgb(9,83,115); 
 border: 2px solid rgb(9,83,115); 
 background: white; 
}
.whiteA:hover, a.whiteA:hover, .whiteAfix:hover, a.whiteAfix:hover { color: rgb(9,83,115); }

.max670 { max-width: 670px; width: 100%; }
.max720 { max-width: 720px; width: 100%; }
.max900 { max-width: 900px; width: 100%; }
.max920 { max-width: 920px; width: 100%; }


ul.colDots { display: inline-block; float: left; position: relative; margin: 0px; padding: 0px; width: 100%; 
 margin-bottom: 30px; margin-top: 20px; 
}
ul.colDots li { 
 display: inline-block; 
 width: 33%; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 list-style-type: circle;  
 padding-left: 24px; 
 padding-right: 5px; 
 font-size: 14px;
 color: rgb(127,127,127);  
 text-transform: uppercase; 
 font-weight: bold; 
 margin-bottom: 5px; 
 font-family: inherit; 
 position: relative;
 text-align: left; 
 float: left; 
 list-style-position: outside; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 padding-bottom: 10px; 
}

ul.colDots li::before {
 content: '';
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: 18px; height: 18px; 
 border-radius: 9px; 
 background: rgb(53,144,194); 
}

@media screen and (max-width: 460px) { 
 ul.colDots li {  width: 90%; margin-left: 10%; }
}

.theFooter {
 padding-top: 80px; 
 background: rgb(229,229,229); 
 font-family: Calibri, Verdana, Helvetica, Sans-serif;
}

.bordDown { border-bottom: 1px solid rgb(204,204,204); }

.credits { 
 padding-top: 20px; 
 padding-bottom: 20px; 
 font-size: 12px; 
 color: rgb(76,76,76);
 font-weight: bold; 
 font-family: Calibri, Verdana, Helvetica, Sans-serif;
}
.credits a, .credits a:visited, .credits a:active { color: rgb(76,76,76); }
.credits a:hover { color: rgb(121,181,215); }

@media screen and (max-width: 600px) { 
 .theFooter { padding-top: 30px; }
 .credits {
  padding-top: 20px; 
  padding-bottom: 20px; 
  font-weight: normal; 
 }
}

.footCol123 {
 width: 28%; 
 padding-left: 25px; 
 padding-right: 25px; 
 color: rgb(51,51,51); 
 font-size: 13px; 
 font-weight: bold; 
 min-height: 180px; 
 padding-bottom: 20px; 
}
.footCol123 a, .footCol123 a:visited, .footCol4 a, .footCol4 a:visited { color: rgb(51,51,51); 
 display: inline-block; 
 width: 100%; 
}
.footCol123 a:hover, .footCol4 a:hover { color: rgb(121,181,215); }

.footCol123 p { margin-top: 0px; padding-top: 0px; margin-bottom: 15px; padding-bottom: 0px; }

.footCol4 {
 width: 16%; 
 padding-left: 5px; 
 padding-right: 15px; 
 text-align: right; 
 color: rgb(51,51,51); 
 min-height: 180px; 
 padding-bottom: 20px; 
 font-size: 13px; 
 font-weight: bold; 
}

.footMorePad {
 padding-left: 60px; 
}

.facebook { display: inline-block; color: rgb(53,144,194)!important; font-size: 24px; text-transform: none!important; vertical-align: middle; 
 padding-left: 10px;  }
a:hover span.facebook { color: rgb(9,83,115)!important; }

@media screen and (max-width: 680px) { 
 .footMorePad { padding-left: 20px; }
 .footCol4, .footCol123 { text-align: left; width: 100%; min-height: 20px; padding-left: 20px; padding-right: 5px; }
}

.padLR { padding-left: 30px; padding-right: 90px; }

@media screen and (max-width: 900px) { .padLR { padding-left: 10px; padding-right: 30px; } }

.blueIce h3 { font-weight: normal!important; text-transform: uppercase!important; font-size: 18px!important; 
display: inline-block!important; width: 100%!important; padding-top: 0px!important; padding-bottom: 10px!important; margin: 0px!important; color: white!important; text-align: left;  }

.picIn img { width: 100%; height: auto; }

.initHeight {
 max-height: 128px; 
 overflow: hidden; 
 font-size: 14px; 
 line-height: 16px; 
}

.pFix16 p { padding-top: 0px; margin-top: 0px; padding-bottom: 0px; margin-bottom: 16px; }

.gallBeltContainer { width: 1167px; left: 50%; height: 335px; overflow: hidden; margin-left: -584px; }
@media screen and (max-width: 1155px) { .gallBeltContainer { width: 778px; margin-left: -389px; } }
@media screen and (max-width: 764px) { .gallBeltContainer { width: 389px; margin-left: -195px; } }
@media screen and (max-width: 380px) { .gallBeltContainer { width: 300px; margin-left: -150px; } 
 .gallBeltContainer .napravCell { width: 290px; margin-left: 5px; margin-right: 5px; }
}

.gallBeltImg { width: 100%; height: 250px; overflow: hidden; margin-bottom: 25px; }
.aboutGallImg { width: 100%; height: 335px; overflow: hidden; margin-bottom: 25px; }
.gallBeltImg img, .aboutGallImg img { width: 100%; height: auto; }
.napravCell:hover .gallBeltImg img, .napravAbout:hover .aboutGallImg img { width: 102%; height: auto; margin-left: -4px; margin-top: -3px; }

.gallExplain { width: 90%; padding-left: 5%; padding-right: 5%; font-size: 14px; line-height: 16px; height: 48px; overflow: hidden; color: rgb(51,51,51);}

.gallExplain a { font-weight: bold; font-size: 14px; text-transform: uppercase; }
.napravAbout:hover .gallExplain a, .napravAbout:hover .gallExplain a:visited { color: rgb(9,83,115); }
.napravAbout:hover .theBlur { display: none; }

.napravCell:hover .gallExplain { color: rgb(121,181,215); }

.gallBelt { position: abolute; top: 0px; left: 0px; width: 11670px; height: 350px; }

.back240 { background: rgb(240,240,240); }

.dispBlock { display: inline-block; }
.blueText { color: rgb(53,144,194); }

.contactData { width: 38%; }
.contactPic { width: 59%; float: right; }
.contactPic img { width: 100%; max-width: 530px; height: auto; }

.contactData ul { display: inline-block; float: left; position: relative; margin: 0px; padding: 0px; width: 100%; 
 margin-bottom: 30px; margin-top: 20px; 
}
.contactData  ul  li { 
 display: inline-block; 
 width: 100%; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 list-style-type: square;  
 padding-left: 24px; 
 font-size: inherit; 
 font-family: inherit; 
 position: relative;
 text-align: left; 
 float: left; 
 list-style-position: outside; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 padding-bottom: 10px; 
}

.contactData ul  li::before {
 content: '';
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: 18px; height: 18px; 
 background: rgb(53,144,194); 
}

.contactData p {
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 width: 100%; 
 padding-left: 22px;  
}

@media screen and (max-width: 540px) { 
 .contactData, .contactPic { width: 96%; margin-bottom: 10px; margin-left: 2%; margin-right: 2%; }
}

.flw60 { width: 60%; }
.flw40 { width: 40%; }

.formCol {
 width: 48.5%; 
 line-height: 16px; 
}

.formCol input, .formCol textarea {
 width: 99%; 
 background: white; 
 border: 1px solid white; 
 margin-top: 7px; 
 margin-bottom: 16px; 
}
.formCol input { height: 38px; }
.formCol textarea { height: 285px; }

.formCol img { margin-top: 7px; margin-right: 10px; }

@media screen and (max-width: 600px) { 
 .formCol { width: 96%; margin-left: 2%; margin-right: 2%; margin-bottom: 5px; }
}

.agreesIn { text-align: center; padding-top: 20px; }
.agreesIn .flwA { display: inline-block; float: none; }

.agreeOff { width: 20px; height: 20px; display: inline-block; background: white;  cursor: pointer; border: 4px solid white; }
.agreeOn { width: 20px; height: 20px; display: inline-block; border: 4px solid white; background: rgb(9,83,115); cursor: pointer; }
.agreeOff, .agreeOn { margin-left: 5px; margin-right: 5px; }

.theAlerts { padding-top: 20px; padding-bottom: 20px; font-weight: bold; color: red; }

.formSubmit input  {
 padding: 12px 20px; 
 min-width: 60px; 
 background: rgb(229,229,229); 
 color: rgb(53,144,194); 
 font-size: 14px;
 font-weight: bold; 
 border: 1px solid rgb(229,229,229); 
 text-transform: uppercase; 
 cursor: pointer; 
}
.formSubmit input:hover {
 background: rgb(53,144,194); 
 color: white; 
 border: 1px solid rgb(53,144,194); 
}

.closeLabel { padding-right: 10px; }
.closeLabel span { color: rgb(47,148,190); text-transform: uppercase; font-size: 12px; display: inline-block; cursor: pointer; font-weight: bold; }
.closeLabel span:hover { color: rgb(9,83,115); }

.mapInside { width: 100%; max-width: 980px; height: 410px; background: rgb(160,160,160); margin-bottom: 40px; }
@media screen and (max-width: 480px) { 
 .mapInside { height: 240px; }
}

.mainJet { 
 font-size: 28px; line-height: 42px; 
 font-weight: normal; 
 padding-top: 0px; 
 margin-top: 0px; 
 padding-bottom: 0px; margin-bottom: 0px; 
 text-transform: uppercase; 
 color: white; 
}

@media screen and (max-width: 600px) { .mainJet { font-size: 18px; line-height: 24px; }}

.machineIn {
 display: inline-block; 
 float: none; 
 width: 375px; 
 height: 400px; 
 overflow: hidden; 
 margin-bottom: 30px; 
 margin-left: 7px; 
 margin-right: 7px; 
}

.machinePic { width: 373px; height: 333px; border: 1px solid rgb(204,204,204); margin-bottom: 20px; text-align: center; overflow: hidden; background: white; }
.machinePic img { max-height: 100%; width: auto; } 

.machineShortDesc { 
position: absolute; 
color: white; 
font-size: 14px; 
background: rgba(121,181,215,0);
text-align: left; 
top: 0px; left: 0px; 
width: 100%; height: 100%; 
padding: 70px 30px 30px 30px; 
}

.machineIn:hover .machineShortDesc {background: rgba(121,181,215,0.85);}

.machineShortDesc a, .machineShortDesc a:visited, .machineShortDesc a:active { color: white; text-transform: uppercase; 
 display: inline-block; font-weight: bold; padding-top: 20px; 
}

@media screen and (max-width: 385px) { .machineIn { width: 98%; margin-left: 1%; margin-right: 1%; height: auto; } .machinePic { width: 99%; height: auto; }
 .machineShortDesc { padding: 10px 10px 10px 10px; font-size: 12px; }
}

.flw100plus { width: 1180px; text-align: center; }
@media screen and (max-width: 1153px) { .flw100plus { width: 100%; } }

.pagination a, .pagination span { display: inline-block; padding: 5px 10px; margin-left: 2px; margin-right: 2px; font-size: 13px; }
.pagination a:hover { background: rgb(9,83,115); color: white; }
.pagination span  { background: rgb(204,204,204);  color: rgb(53,144,194); }

.back2cat { position: absolute;
top: 0px; 
left: 100%; 
margin-left: -100px; 
text-align: right; 
color: rgb(153,153,153);
}
.back2cat:hover { color: rgb(53,144,194); }

.blur4load {
 position: fixed; 
 top: 0px; 
 left: 0px; 
 background: rgba(0,0,0,0.4); 
 width: 100%; 
 min-height: 100%; 
 padding-top: 10px; 
 padding-bottom: 30px; 
 z-index: 20; 
}

.closeAbove {
 width: 100%; max-width: 1200px; text-align: right; color: white; 
 display: inline-block; float: none; 
 padding-bottom: 10px; 
}
.closeAbove span { font-weight: bold; font-size: 13px;  }
.closeAbove span:hover { color: rgb(53,144,194); }
.closeAbove.text-center { text-align: center!important; }

.flw49 { width: 49%; }
@media screen and (max-width: 460px) { .flw49 { width: 100%; } .flw49.divR { float: left; } }

.gtcLoad {
 background: white; 
 color: rgb(51,51,51)!important;  
 text-align: left; 
 padding: 15px 20px; 
 overflow: auto; 
 max-height: 100%; 	
}

@media screen and (max-height: 1200px) { .gtcLoad { max-height: 1000px; } }
@media screen and (max-height: 1000px) { .gtcLoad { max-height: 800px; } }
@media screen and (max-height: 800px) { .gtcLoad { max-height: 600px; } }
@media screen and (max-height: 600px) { .gtcLoad { max-height: 450px; } }
@media screen and (max-height: 450px) { .gtcLoad { max-height: 300px; } }
@media screen and (max-height: 300px) { .gtcLoad { max-height: 200px; } }

.blurBelow { display: none; }

.initHeight .blurBelow {
 display: inline; 
 width: 100%; 
 position: absolute; 
 top: 128px;  
 left: 0px; 
 height: 2px; 
 -webkit-box-shadow: 0px 0px 30px 30px rgb(255,255,255);
 -moz-box-shadow: 0px 0px 30px 30px rgb(255,255,255);
 box-shadow: 0px 0px 30px 30px rgb(255,255,255);
}

.gallBeltGallery { width: 1041px; height: 150px; overflow: hidden; margin-top: 10px; float: none; display: inline-block; }
@media screen and (max-width: 1060px) { .gallBeltGallery { width: 911px; }}
@media screen and (max-width: 930px) { .gallBeltGallery { width: 781px; }}
@media screen and (max-width: 799px) { .gallBeltGallery { width: 651px; }}
@media screen and (max-width: 670px) { .gallBeltGallery { width: 521px; }}
@media screen and (max-width: 540px) { .gallBeltGallery { width: 391px; }}
@media screen and (max-width: 410px) { .gallBeltGallery { width: 261px; }}

.gallBeltGall { position: abolute; top: 0px; left: 0px; width: 10000px; height: 150px; }

.thumbInGall { width: 120px; height: 150px; margin-left: 5px; margin-right: 5px; overflow: hidden; text-align: center; } 
.thumbInGall img { width: auto; height: 100%; }

.bigPicGall { width: 80%; height: 550px; text-align: center; overflow: hidden; background: rgba(255,255,255,0.2); border-radius: 10px; }
.bigPicGall img { height: 100%; width: auto; }

.bigPicExplain { width: 17%; margin-left: 3%; color: white!important; }
.bigPicExplain h1, .bigPicExplain h2, .bigPicExplain h3 { color: white!important; }

@media screen and (max-width: 799px) { 
 .bigPicGall, .bigPicExplain { width: 100%; margin-left: 0px; margin-bottom: 5px; }
 .bigPicGall { height: auto; }
 .bigPicGall img { max-width: 100%; height: auto; }
}

.arrL { position: absolute; top: 50%; left: 0px; font-size: 18px; line-height: 18px; width: 20px; text-align: center; 
 background: rgba(255,255,255,0.6); 
 color: rgb(53,144,194);
 margin-top: -20px; 
 padding-top: 10px; height: 30px; 
 cursor: pointer; 
}
.arrR { position: absolute; top: 50%; left: 100%; margin-left: -20px; font-size: 18px; line-height: 18px; width: 20px; text-align: center; 
 background: rgba(255,255,255,0.6); 
 color: rgb(53,144,194);
 margin-top: -20px; 
 padding-top: 10px; height: 30px; 
 cursor: pointer; 
}
.arrL:hover, .arrR:hover { color: rgb(46,151,199); background: rgba(255,255,255,1); }
.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);
}
.realContText p, .realContText td
{
font-family: Arial,Helvetica,Sans-serif; font-size: 14px; color: rgb(51,51,51); 
}

a, a:visited,  a:active {
 text-decoration: none; 
 color: rgb(53,144,194);
 -webkit-transition:  0.4s; /* Safari */
 -moz-transition: 0.4s; 
 transition: 0.4s;
}

a:hover {
 color: rgb(46,151,196); 
}

a img {
 border: 0; 
}

.realContText p, .realContText td p  {
 margin-top: 2px; 
 margin-bottom: 12px; 
}

.realContText h1, .realContText table h1 { color: rgb(53,144,194); font-weight: normal; font-size: 24px; padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 16px;  }
.realContText h2, .realContText table h2, .realContText h3, .realContText table h3 { color: rgb(53,144,194); font-weight: normal; font-size: 18px; padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 12px;  }
.realContText h4, .realContText table h4 { color: rgb(53,144,194); font-weight: normal; font-size: 14px; padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 12px;  }
.realContText h1, .realContText h2, .realContText h3, .realContText h4, .realContText h5, .realContText h6 { text-align: center; }


.realContText a, .realContText a:visited, .realContText a:active {
 text-decoration: none; 
}

