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(247,214,49);
 -webkit-transition:  0.4s; /* Safari */
 -moz-transition: 0.4s; 
 transition: 0.4s;
}

a:hover { color: rgb(51,51,51); }

.trans04, a, .mbPad, .whiteA, a.whiteA, .yellA, a.yellA, .greyA, a.greyA, .whiteA, a.whiteA, .trigMenu, .dotOff, .home4 img, 
.facebook, .initHeight, .flw100.initHeight, #mainTextContainer, 
.greyA, a.greyA, .gallExplain, .theBlur, #theAgree, .formSubmit input, .closeLabel span, .click2home, 
span.facebook, .facebook, .aboutFeatures .baseFeature strong, .contImg img, 
.mbPad.pageIn::after, .mbPad.cursPoint:hover::after, .home3blur, .fbook {
 -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);  }
.liteFont { font-family: Arial,Helvetica,Sans-serif; font-size: 14px; color: rgb(102,102,102);  }
@media screen and (max-width: 600px) { .mainFont76, .mainFont, .liteFont { font-size: 12px; } }

.fullW, .fullw {
 width: 1040px; 
 left: 50%; 
 margin-left: -520px; 
}

@media screen and (max-width: 1040px) {
	.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: 53px; 
 margin-left: 0px; 
 width: 210px; 
 height: 55px; 
 margin-bottom: 30px; 
 background-image: url('img/logo.png'); 
 background-repeat: no-repeat; 
 background-position: top center; 
 background-size: 100% 100%; 
}


.langsAndPhones {
 float: right; 
 max-width: calc(100% - 212px); 
 text-align: right; 
 text-transform: uppercase; 
 font-size: 16px; 
 color: rgb(76,76,76); 
}

.langsAndPhones nav { width: 100%; }
.langsAndPhones nav span { display: inline-block; 
padding: 50px 20px 10px 20px; 
background: rgb(247,214,49); 
color: white; 
font-weight: bold; 
font-size: 14px; 
border-bottom-right-radius: 9px; 
margin-left: 0px; 
margin-bottom: 20px; 
margin-right: 0px; 
}

.langsAndPhones a, .langsAndPhones a:visited { display: inline-block; 
padding: 50px 20px 10px 20px;
color: white; 
font-weight: bold; 
font-size: 14px; 
border-bottom-right-radius: 9px; 
color: rgb(178,178,178); 
margin-left: 0px; 
}

.langsAndPhones span { margin-left: 20px; margin-right: 20px; }

.langsAndPhones a:hover { background: white; color: black; }
.myHead {
  background: rgb(245,245,245); 
}

.stickTop .fullw, .stickTop .mainMenu { display: inline-block; float: none; width: auto; left: 0px; margin-left: 0px; }

.stickTop .click2home { 
 height: 24px; margin-top: 3px; margin-bottom: 2px; padding: 0px; width: 62px; 
 background-size: 100% auto; 
 width: 126px; 
 border-radius: 5px; 
 margin-right: 20px; 
 }

.stickHeighter { height: 53px; display: none; }

.topMenus { float: right; width: 100%; max-width: calc(100% - 200px); }

.topMenu {
 width: 100%; 
 color: rgb(0,155,191); 
} 

.stickTop .langsAndPhones { display: none; }
.stickTop { position: fixed; top: 0px; left: 0px; z-index: 2; width: 100%; text-align: center; height: 40px; 
}


.trigMenu { display: none; }

@media screen and (max-width: 600px) { 
 .click2home { height: 24px; margin-top: 12px; margin-bottom: 2px; padding: 0px; width: 62px; 
 background-size: 100% auto; 
 width: 126px; 
 border-radius: 5px; 
 margin-right: 2px; 
 }
 .langsAndPhones { max-width: calc(100% - 130px); font-size: 12px; } 
 .langsAndPhones nav span, .langsAndPhones a, .langsAndPhones a:visited { padding: 5px 10px 5px 10px;
  margin-bottom: 5px; 
}
 .langsAndPhones span  { margin-left: 10px; margin-right: 0px; }
}

@media screen and (max-width: 380px) { 
 .langsAndPhones .flw100 span  { margin-left: 0px; margin-right: 0px; width: 100%; display: inline-block; }
}


.mbPad a, .mbPad a:visited, .mbPad a:active { color: rgb(76,76,76); }

.floatMid {
 display: inline-block; 
 float: none; 
 max-width: 100%; 
}

iframe { max-width: 100%; }

.imgMax100 img { max-width: 100%; height: auto; }

.mainMenu { width: 100%; height: 40px; background: rgb(247,214,49); text-align: center; }

.lupa { display: inline-block; width: 19px; height: 16px; background-image: url('img/lupa.gif');
background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; }

.txtSrchFld {
 display: none; 
 position: absolute; 
 top: 100%; 
 margin-top: -4px; 
 left: 100%; 
 margin-left: -200px; 
 height: 45px; 
 background: rgb(247,214,49);
 z-index: 5; 
 width: 200px; 
 padding: 5px 3px 3px 3px; 
}
.txtSrchFld input { width: 99%; border-left: 1px solid rgb(247,214,49);
 border-top: 1px solid rgb(247,214,49);
 border-right: 1px solid rgb(247,214,49); 
 border-bottom: 2px solid rgb(76,76,76); 
 background: rgb(247,214,49);
 color: rgb(76,76,76); 
 font-size: 14px; 
 font-weight: bold; 
 height: 33px; 
}

@media screen and (max-width: 799px) {
 .txtSrchFld {
  width: 98%; 
  margin-left: 0px; 
  left: 0px; 
 }
}

.mainMenuFon { 
 float: none; display: inline-block;  
 height: 40px; 
 text-transform: uppercase; 
 color: rgb(51,51,51); 
 font-weight: normal; 
}

.mbPad { 
 padding: 12px 5px; font-size: 14px; 
 margin-left: 8px; margin-right: 8px; 
 line-height: 13px; 
 font-family: Arial, Helvetica, Sans-serif;
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 height: 40px; 
}

.mbPad.pageIn::after, .mbPad.cursPoint:hover::after  { 
 content: '';
 position: absolute; 
 top: 100%; margin-top: -5px; 
 left: 0px; width: 100%; height: 5px; 
 background: rgb(51,51,51);
}
 
.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: Arial, Helvetica, Sans-serif;
 z-index: 10;
}

.subMenu a, .subMenu span {
 display: inline-block; width: 100%; padding-top: 12px; padding-bottom: 12px; 
}
.subMenu span { color: black; }
.subMenu a, .subMenu a:visited { color: rgb(76,76,76); }
.subMenu a:hover {  color: rgb(121,181,215);}

.trigMenu { 
 width: 100%; height: 40px; 
 background-color: rgb(247,214,49);
 background-image: url('img/3-lines.gif');
 background-repeat: no-repeat; 
 background-position: 5px 5px; 
 display: none; 
 cursor: pointer; 
}

.trigMenu2 { 
 cursor: pointer; 
 width: 36px; height: 30px; 
 background-color: rgb(247,214,49);
 background-image: url('img/3-lines.gif');
 background-repeat: no-repeat; 
 background-position: center center; 
 background-size: 30px 25px; 
 display: none; 
}

.trigMenu:hover {
 background-color: rgb(76,76,76);
}

.langIn { background: rgb(62,133,161); margin-left: -2px; color: white; }

@media screen and (max-width: 799px) {
 .myHead { height: auto; }
 .trigMenu, .stickTop .trigMenu2 { display: inline-block; float: none; }
 .stickTop .trigMenu { display: none; }
 .mainMenuFon  { display: none; width: 100%; height: auto; float: left; position: relative; }
 .mainMenu { height: auto; }
 .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 { 
 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%; 
 height: 640px; 
 overflow: hidden; 
 background: rgb(130,130,130);
}

.pageFrame {
 width: 100%; 
 height: 525px; 
 overflow: hidden; 
 background: rgb(230,230,230);
}

.frameH { height: 640px; }

.frameHD {
 position: absolute; 
 display: none; 
 width: 1920px; 
 height: 640px; 
 left: 50%; 
 margin-left: -960px; 
}
.frame1550 {
 position: absolute; 
 width: 1550px; 
 height: 640px; 
 left: 50%; 
 margin-left: -775px; 
}

.pageFrame .frameH, .frameH .frameHD, .pageFrame .frame1550 { height: 525px; }

.frameHD img, .frame1550 img { width: 100%; height: 100%; }

@media screen and (min-width: 1500px) {
 .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: 560px; 
 left: 47%; 
 margin-left: -280px; 
 top: 40%; 
 color: white; 
 font-size: 24px; 
 font-weight: bold; 
 font-family: Arial, Helvetica, Sans-serif;
 position: absolute; 
}

.frameLabel strong { font-size: 64px; font-weight: bold; }

.pageFrame .frameLabel  { top: 51%; }

.frameLabel h1, .frameLabel h2 {
 color: white; 
 font-size: 36px; 
 font-weight: bold; 
 font-family: Arial, Helvetica, Sans-serif;
 margin-top: 0px; 
 margin-bottom: 0px; 
 padding: 0px 0px; 
}

.frameLabel .yellA { margin-top: 75px; }
.contactCategory .frameLabel .yellA, .contactAbout .frameLabel .yellA { margin-top: -15px; }


.yellA, a.yellA, a.yellA:visited {
 display: inline-block; 
 padding: 18px 20px; 
 min-width: 120px; 
 background: rgb(247,214,49); 
 color: rgb(51,51,51); 
 font-size: 14px;
 font-weight: bold; 
 border-radius: 30px; 
}
.yellA:hover, a.yellA:hover { background: rgb(0,122,0); color: white!important; }

.greyA, a.greyA, a.greyA:visited {
 display: inline-block; 
 padding: 18px 20px; 
 min-width: 120px; 
 background: rgb(51,51,51); 
 color: rgb(247,214,49); 
 font-size: 14px;
 font-weight: bold; 
 border-radius: 30px; 
}
.greyA:hover, a.greyA:hover { background: rgb(247,214,49);  color: rgb(51,51,51)!important; }

.whiteA, a.whiteA, a.whiteA:visited {
 display: inline-block; 
 padding: 18px 20px; 
 min-width: 120px; 
 background: white; 
 color: rgb(247,214,49); 
 font-size: 14px;
 font-weight: bold; 
 border-radius: 30px; 
}
.whiteA:hover, a.whiteA:hover { background: rgb(247,214,49);  color: rgb(51,51,51)!important; }

.dotOn {
 display: inline-block; 
 width: 20px; 
 height: 20px; 
 margin-left: 7px; 
 margin-right: 7px; 
 background: rgb(102,102,102); 
}


.dotOff {
 display: inline-block; 
 width: 20px; 
 height: 20px; 
 margin-left: 7px; 
 margin-right: 7px; 
 background: rgb(229,229,229); 
 cursor: pointer; 
}
.dotOff:hover { background: rgb(247,214,49); }

.bordBot { border-bottom: 1px solid rgb(229,229,229); }

@media screen and (max-width: 1370px) and (min-width: 1150px) and (max-height: 720px) {
 .homeFrames, .frameH, .frameHD, .frame1550 { height: 560px; }
 .frameLabel strong { font-size: 56px; }
 .pageFrame, .pageFrame .frameH, .frameH .frameHD, .pageFrame .frame1550 { height: 450px; }
 .frame1550 { width: 1360px; margin-left: -680px; }
}

@media screen and (max-width: 1150px) {
 .homeFrames, .frameH, .frameHD, .frame1550 { height: 474px; }
 .pageFrame, .pageFrame .frameH, .frameH .frameHD, .pageFrame .frame1550 { height: 400px; }
 .frame1550 { width: 1150px; margin-left: -575px; }
 .frameLabel h1, .frameLabel h2 { font-size: 24px; }
 .frameLabel .whiteA { margin-top: 20px; }
 .frameLabel .yellA { margin-top: 50px; }
}

@media screen and (max-width: 800px) {
 .homeFrames, .frameH, .frameHD, .frame1550 { height: 330px; }
 .pageFrame, .pageFrame .frameH, .frameH .frameHD, .pageFrame .frame1550 { height: 278px; }
 .frame1550 { width: 800px; margin-left: -400px; }
 .frameLabel strong { font-size: 56px; }
 .frameLabel .yellA { margin-top: 40px; }
}
@media screen and (max-width: 599px) {
 .homeFrames, .frameH, .frameHD, .frame1550 { height: 245px; }
 .pageFrame, .pageFrame .frameH, .frameH .frameHD, .pageFrame .frame1550 { height: 209px; }
 .frame1550 { width: 600px; margin-left: -300px; }
 .frameLabel strong { font-size: 36px; }
 .frameLabel { width: 240px; margin-left: -120px; font-size: 18px; top: 20%; }
 .frameLabel h1, .frameLabel h2 { font-size: 18px; }
 .frameLabel .whiteA { margin-top: 10px; }
 .yellA, a.yellA { padding: 10px 10px; }
 .frameLabel .yellA { margin-top: 20px; }
}
.padTop60 { padding-top: 60px; }
.padTop90 { padding-top: 90px; }
@media screen and (max-width: 599px) { .padTop90 { padding-top: 30px; } }


h1, h2, h3 {
 display: inline-block; 
 width: 100%; 
 text-align: center;  
 font-size: 24px; 
 line-height: 24px;
 font-weight: bold; 
 margin-top: 0px; 
 padding-top: 0px;  
 padding-bottom: 0px; 
 margin-bottom: 20px; 
}

.max260 { max-width: 260px; width: 100%; }
.max430 { max-width: 430px; width: 100%; }
.max500 { max-width: 500px; width: 100%; }
.max720 { max-width: 720px; width: 100%; }
.max630 { max-width: 630px; width: 100%; }
.max670 { max-width: 670px; width: 100%; }
.max960 { max-width: 960px; width: 100%; }
.max1000 { max-width: 1000px; width: 100%; }
.max1125 { max-width: 1125px; width: 100%; }
.max1150 { max-width: 1150px; width: 100%; }
.max1500 { max-width: 1500px; width: 100%; }

.cols2 {
 -webkit-column-count: 2; /* Chrome, Safari, Opera */
 -moz-column-count: 2; /* Firefox */
 column-count: 2;
 
 -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
 -moz-column-gap: 30px; /* Firefox */
 column-gap: 30px;
}

.col2 p { margin-top: 0px; padding-top: 0px; }

@media screen and (max-width: 599px) { .cols2 {
 -webkit-column-count: 1; /* Chrome, Safari, Opera */
 -moz-column-count: 1; /* Firefox */
 column-count: 1;
 
 -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
 -moz-column-gap: 30px; /* Firefox */
 column-gap: 30px;
} }

.padTop80 { padding-top: 80px; }

ul { display: inline-block; float: left; position: relative; margin: 0px; padding: 0px; width: 100%; 
 margin-bottom: 30px; margin-top: 20px; 
}
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; 
 padding-right: 5px; 
 font-size: inherit;
 font-weight: bold; 
 color: inherit;  
 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: 20px; 
}

ul li::before {
 content: '';
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: 16px; height: 16px; 
 background: rgb(51,51,51); 
}

@media screen and (max-width: 460px) { 
 .servicesHome ul li {  width: 90%; margin-left: 10%; }
}



.theFooter {
 padding-top: 80px; 
 background: white;
 font-family: Arial, Helvetica, Sans-serif;
 font-size: 12px; 
}

.credits { 
 padding-top: 20px; 
 padding-bottom: 15px; 
 font-size: 11px; 
 color: rgb(204,204,204);
 background: rgb(51,51,51); 
 font-weight: normal; 
 font-family: Arial, Helvetica, Sans-serif;
}
.credits a, .credits a:visited, .credits a:active { color: rgb(204,204,204);}
.credits a:hover { color: white; }

@media screen and (max-width: 600px) { 
 .theFooter { padding-top: 30px; }
 .credits {
  padding-top: 20px; 
  padding-bottom: 20px; 
  font-weight: normal; 
 }
}

.footCol123 {
 width: 23%; 
 padding-left: 5px; 
 padding-right: 25px; 
 color: rgb(127,127,127); 
 font-size: 13px; 
 font-weight: bold; 
 min-height: 180px; 
 padding-bottom: 20px; 
}

.footCol4 {
 width: 31%; 
 padding-left: 5px; 
 padding-right: 5px; 
 color: rgb(127,127,127); 
 min-height: 180px; 
 padding-bottom: 20px; 
 font-size: 12px; 
 font-weight: bold; 
}

.footCol4 nav { width: 100%; }

.footCol4 strong { color: rgb(51,51,51); }
.footCol4 a, .footCol4 a:visited, .footCol4 a:active { color: rgb(127,127,127); font-size: 12px; }
.footCol4 a:hover { color: rgb(62,133,161); }

.facebook { display: inline-block; width: 32px; height: 32px; vertical-align: middle; background-image: url('img/img-common/facebook.gif');
 background-repeat: no-repeat; background-size: 100% 100%; 
}
a:hover span.facebook { background-image: url('img/img-common/facebook-bw-light.gif'); }

.padLR { padding-left: 30px; padding-right: 30px; }

@media screen and (max-width: 900px) { .padLR { padding-left: 10px; padding-right: 10px; } }


.picIn img { width: 100%; height: auto; }


.dispBlock { display: inline-block; }

.footCol123 ul { display: inline-block; float: left; position: relative; margin: 0px; padding: 0px; width: 100%; 
 margin-bottom: 30px; margin-top: 20px; 
}
.footCol123  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: 12px; 
 font-weight: bold; 
 color: rgb(51,51,51); 
 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; 
}

.footCol123 ul  li::before, .dotA::before {
 content: '';
 position: absolute; 
 top: 0px; 
 left: 0px; 
 width: 16px; height: 16px; 
 background: rgb(62,133,161); 
}


.footCol4 p { margin-top: 0px; padding-top: 0px; padding-bottom: 15px; margin-bottom: 0px; }

@media screen and (max-width: 800px) {
 .footCol123, .footCol4 { width: 100%; padding-left: 20px; min-height: 20px; padding-bottom: 10px; }
} 

.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 { max-width: calc(100% - 42px); }

.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(76,76,76); 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: 18px 20px; 
 min-width: 140px; 
 background: rgb(76,76,76); 
 border: 1px solid rgb(76,76,76); 
 color: rgb(247,214,49); 
 font-size: 14px;
 font-weight: bold; 
 text-transform: uppercase; 
 border-radius: 30px; 
 cursor: pointer; 
}
.formSubmit input:hover {
 background: rgb(247,214,49);  
 color: rgb(51,51,51)!important;
}

.closeLabel { padding-right: 10px; }
.closeLabel span { color: rgb(76,76,76); text-transform: uppercase; font-size: 12px; display: inline-block; cursor: pointer; font-weight: bold; }
.closeLabel span:hover { color: white; }

.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; }
}


.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(62,133,161); }


@media screen and (max-width: 560px) {  }

.normCase { text-transform: none!important;}

.leftGall { float: left!important; }

.back229 { background: rgb(229,229,229); }

.hideBlur:hover .theBlur { background: rgba(0,0,0,0);  }

.contactLocation { 
 width: 445px; 
 margin-left: 6px; 
 margin-right: 6px; 
 float: none; 
 display: inline-block;
}

.contImg {
 width: 100%; 
 height: 360px; 
 overflow: hidden; 
 margin-bottom: 30px; 
}
.contImg img { width: 100%; height: auto; }
.contactLocation:hover .contImg img { width: 102%; height: auto; margin-left: -1%; margin-top: -4px; }
.contactLocation:hover .theBlur { display: none; }

.contactLocation ul { padding-bottom: 5px; margin-bottom: 0px; }
.contactLocation ul li p { margin: 0px; padding: 0px; }

@media screen and (max-width: 480px) { 
 .contactLocation { width: 100%; }
 .contImg { height: auto; }
}


.homeIntro {
 background-image: url('img/full-backs/home-intro.jpg');
 padding-top: 80px; 
 padding-bottom: 90px; 
}
@media screen and (max-width: 1500px) {
 .backHD { background-size: 1500px auto; }
}

@media screen and (max-width: 480px) {
 .backHD { background-size: auto 100%; }
}

.homeIntro h1 { 
 display: inline-block; 
 text-align: center; 
 font-size: 28px; font-weight: bold; color: rgb(247,214,49); 
 margin-top: 0px; 
 padding-top: 0px;  
 padding-bottom: 0px; 
 margin-bottom: 0px; 
}

.homeIntro h1 strong { font-size: 16px; font-weight: bold; color: rgb(76,76,76); }

.undline { display: inline-block; width: 55px; height: 1px; background: rgb(51,51,51); }
.txt102 .undline { background: rgb(102,102,102); }
.theFooter .undline { background: rgb(212,212,212); }

.home3s { width: 340px; min-height: 460px; margin-left: 5px; margin-right: 5px; padding-bottom: 10px; }

.home3sPic { width: 100%; height: 340px; overflow: hidden; }
.home3sPic img { width: 100%; height: auto; }

.home3blur { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(247,214,49,0.8); }
.home3s:hover .home3blur { background: rgba(0,0,0,0.6);}

.home3text { width: 66%; font-weight: bold; color: rgb(51,51,51); font-size: 16px; text-align: center; 
position: absolute; top: 50%; left: 17%; margin-top: -15px; line-height: 16px;  }

.home3text a, .home3text a:visited, .home3text a:active, .home3text a:hover { color: rgb(51,51,51); }

.home3s:hover .home3text, .home3s:hover  .home3text a, .home3s:hover  .home3text a:visited, 
.home3s:hover  .home3text a:active, .home3s:hover  .home3text a:hover { color: white; }

.home3partners { width: 80%; padding-left: 10%; padding-top: 25px; font-size: 14px; font-weight: bold; color: rgb(51,51,51); }

@media screen and (max-width: 359px) {
 .home3s { width: 98%; min-height: 50px; margin-left: 1%; margin-right: 1%; }
 .home3sPic { height: auto; }
}

.servicesHome { background-color: rgb(239,206,49); background-image: url('img/full-backs/home-services.jpg'); 
 background-position: bottom right; 
 padding-top: 80px; 
 background-repeat: no-repeat; 
 padding-bottom: 60px;
 color: rgb(51,51,51); 
}

.servicesHome h2, .servicesHome h3, .servicesHome h1 { 
 display: inline-block; 
 text-align: center; 
 font-size: 28px; font-weight: bold; color: rgb(51,51,51); 
 margin-top: 0px; 
 padding-top: 0px;  
 padding-bottom: 0px; 
 margin-bottom: 0px; 
}

.homeOwnBase {
 background-image: url('img/full-backs/home-base-4blur.jpg'); 
 padding-top: 90px; 
 padding-bottom: 60px; 
 color: white; 
}

.homeOwnBase .mainFont { color: white; }

.homeOwnBase h2 { color: rgb(247,214,49); }
.homeOwnBase h2 strong { color: white; font-weight: normal; }
.homeOwnBase .undline { background: rgb(229,229,229); }

.homeOwnBase .theBlur { background: rgba(0,0,0,0.4); }

.txt102, .txt102.mainFont { color: rgb(102,102,102); }

.whomBeltContainer { width: 1125px; overflow: hidden; height: 150px; }

.whomCell  { 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 width: 375px; 
 height: 150px; 
 padding-left: 50px; 
 padding-right: 50px; 
 text-align: left; 
}

.whomCell p { padding-top: 0px; margin-top: 0px; padding-bottom: 0px; margin-bottom: 12px; }

.whombelt { width: 10000px; height: 150px; position: absolute; 
top: 0px; left: 0px; }

.whomBord { 
 position: absolute; top: 5px; left: 100%; height: 50px; width: 1px; border-right: 1px solid rgb(205,205,205); 
}

@media screen and (max-width: 1125px) { .whomBeltContainer { width: 750px; } }
@media screen and (max-width: 750px) { .whomBeltContainer { width: 375px; } }

@media screen and (max-width: 375px) { 
 .whomBeltContainer { width: 280px; } 
 .whomCell { width: 280px; padding-left: 15px; padding-right: 15px; }
}

.theFooter { padding-top: 55px; font-weight: bold; font-size: 13px; }
.homeShadow { background: white url('img/footer.jpg') repeat-x bottom left; padding-bottom: 30px; }

.padBot50 { padding-bottom: 50px; }

.fbook { width: 30px; height: 26px; text-align: center; display: inline-block; border-radius: 15px; background: rgb(247,214,49); 
 padding-top: 4px; 
 color: white!important; font-weight: bold; vertical-align: middle; text-transform: none; font-size: 24px; line-height: 24px!important; 
}

.rptMenu { padding-bottom: 30px; }

.rptMenu a, .rptMenu a:visited {
 display: inline-block; margin-left: 14px; margin-right: 14px; color: rgb(127,127,127); 
 font-weight: bold; font-size: 13px; 
}
.rptMenu a:hover { color: rgb(51,51,51); }
.rptMenu a:hover span.fbook { background: rgb(51,51,51); }

.baseFoot { font-size: 13px; color: rgb(127,127,127);  }
.baseFoot strong { color: rgb(76,76,76); }


.coltextL { max-width: 510px; padding-bottom: 20px; float: right; width: 100%; padding-right: 60px; text-align: left; 
 padding-left: 10px; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

.coltextR { max-width: 510px; padding-bottom: 20px; float: left; width: 100%; padding-left: 60px; text-align: left; 
 padding-right: 10px; 
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

@media screen and (max-width: 800px) {	.coltextL { padding-right: 30px; } .coltextR { padding-left: 30px; } }

@media screen and (max-width: 480px) {	.coltextL, .coltextR { padding-right: 10px; }  .coltextR { padding-left: 10px; } }

.mainH, h1.mainH, h2.mainH { display: inline-block; 
 width: 100%; text-align: center; 
 font-size: 30px; 
 font-weight: bold; 
 padding-top: 0px; 
 padding-bottom: 0px; 
 margin-top: 0px; 
 margin-bottom: 20px; 
}
.mainH strong, h1.mainH strong, h2.mainH strong {
 font-size: 15px; 
}

.backLeaf .mainH { color: rgb(247,214,49); }
.myHead .mainH { color: rgb(247,214,49); }
.myHead .mainH strong, .back204 .mainH strong, .backLeaf .mainH strong { color: rgb(76,76,76); }
.back204 .mainH { color: white; }

.gallDots { width: 100%; position: absolute; top: 100%; margin-top: -60px; left: 0px; text-align: center; }
.gallDots .dotOn { background: rgb(247,214,49);}
.gallDots .dotOff {
 width: 18px; 
 height: 18px; 
 background: rgba(0,0,0,0); 
 border: 1px solid white; 
}
.gallDots .dotOff:hover {
  background: rgb(102,102,102); 
  border: 1px solid rgb(102,102,102); 
}

.aboutPartners { 
 background-color: rgb(247,214,49); background-image: url('img/full-backs/about-partners.jpg'); 
 padding-top: 90px; 
 padding-bottom: 100px; 
}

.aboutTrash { 
 background-color: rgb(247,214,49); background-image: url('img/full-backs/services-waste-types.jpg'); 
 padding-top: 80px; 
 padding-bottom: 90px; 
}

.aboutCerts { 
 background-color: rgb(247,214,49); background-image: url('img/full-backs/certs.jpg'); 
 padding-top: 90px; 
 padding-bottom: 100px; 
}

.contFormBack  { 
 background-color: rgb(247,214,49); background-image: url('img/full-backs/contact-form.jpg'); 
 padding-top: 90px; 
 padding-bottom: 60px; 
}

.initLogos { height: 75px; overflow: hidden; }
.logosImg { line-height: 75px; }
.logosImg img { max-height: 65px; width: auto;  margin-left: 5px; margin-right: 5px; vertical-align: middle; }

.back204 { background: rgb(204,204,204); }
.baseBack { background-image: url('img/full-backs/base-2blurs.jpg'); }

.baseYellow { padding-top: 90px; padding-bottom: 60px; background: rgba(247,214,49,0.8); }

@media screen and (min-width: 360px) {
 .baseBack li { width: 32%; padding-right: 1%; }
}
.baseBack li strong { font-size: 48px; font-weight: normal; display: inline-block; margin-left: -30px;  }

.backLeaf { background: rgb(245,245,245) url('img/full-backs/R-leaf-on245.jpg') no-repeat bottom right; 
 padding-top: 80px; padding-bottom: 50px;
}
.backLeafWhite { background: white url('img/full-backs/R-leaf-onWhite.jpg') no-repeat bottom right; 
 padding-top: 70px; padding-bottom: 40px;
}

.aboutTrash ul li { width: 32%; padding-right: 1%; }

.back76 { background: rgb(76,76,76); }
.back76, .back76 .mainFont, .back76 .liteFont { color: white; }
.back76 span.undline { background: white; }

.backLeafWhite h1, .backLeafWhite h2, .backLeafWhite h3 { color: rgb(247,214,49); }

.contactLocation { 
 display: inline-block; 
 max-width: 280px; 
 padding-left: 20px; 
 padding-right: 20px; 
 margin-bottom: 10px;
 text-align: left;  
 vertical-align: top; 
}
@media screen and (min-width: 320px) {
 .contactLocation { width: 96%; padding-left: 2%; padding-right: 2%; }
}

.contactLocation h3 { color: rgb(76,76,76); font-weight: bold; font-size: 16px; padding: 0px; margin-top: 0px; margin-bottom: 10px; 
  display: inline-block; 
}

.contactLocation ul li { font-weight: normal; }

.contactLocation a, .contactLocation a:visited { font-weight: bold; font-size: 1.2em; display: inline-block; width: 100%; 
padding-top: 5px; }

.contFormBack a, .contFormBack a:visited, .contFormBack a:active { color: rgb(76,76,76); }
.contFormBack a:hover { color: black; }

.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(247,214,49); }
.closeAbove.text-center { text-align: center!important; }

.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; } }
.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(247,214,49);
 -webkit-transition:  0.4s; /* Safari */
 -moz-transition: 0.4s; 
 transition: 0.4s;
}

a:hover { color: rgb(51,51,51); }

a img {
 border: 0; 
}

.realContText p, .realContText td p  {
 margin-top: 2px; 
 margin-bottom: 12px; 
}

.realContText h1, .realContText table h1 { display: inline-block; 
 width: 100%; 
 text-align: center;  
 font-size: 24px; 
 line-height: 24px;
 font-weight: bold; 
 margin-top: 0px; 
 padding-top: 0px;  
 padding-bottom: 0px; 
 margin-bottom: 20px;  }
.realContText h2, .realContText table h2, .realContText h3, .realContText table h3 { display: inline-block; 
 width: 100%; 
 text-align: center;  
 font-size: 24px; 
 line-height: 24px;
 font-weight: bold; 
 margin-top: 0px; 
 padding-top: 0px;  
 padding-bottom: 0px; 
 margin-bottom: 20px; 
 }
.realContText h4, .realContText table h4 { display: inline-block; 
 width: 100%; 
 text-align: center;  
 font-size: 18px; 
 line-height: 20px;
 font-weight: bold; 
 margin-top: 0px; 
 padding-top: 0px;  
 padding-bottom: 0px; 
 margin-bottom: 20px; 
 }
.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; 
}

