.tabsEIL, 
.listingEIL {
  margin: 0 !important;
}

.tabsEIL li, 
div .nTabsEIL .tabsEIL li {
  float: left;
  list-style: none;
  margin: 0 0 1px;
}

.tabsEIL a, 
div .nTabsEIL .tabsEIL a {
  display: block;
  background: #23282D;
  color: #FFF;
  padding: 5px 20px;
  margin-right: 1px;
  text-decoration: none;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
}

.tabsEIL a.selectedTabEIL, 
.tabsEIL a:hover, 
div .nTabsEIL .tabsEIL a.selectedTabEIL, 
div .nTabsEIL .tabsEIL a:hover {
  background: #0073AA;
}

.tabsEIL a.selectedTabEIL:after, 
div .nTabsEIL .tabsEIL a.selectedTabEIL:after {
  content: "";
  position: absolute;
  background: #0073aa;
  height: 4px;
  width: 100%;
  top: auto;
  right: auto;
  left: 0;
  bottom: -2px;
}

.tabEIL, 
div .nTabsEIL .tabEIL {
  display: none;
  padding: 30px;
  background: #FFF;
  border-left: none;
  border-top: 5px solid #0073AA;
  clear: both;
  margin-bottom: 30px;
  min-height: 100px;
}

#settingNOHM .tabEIL {
  position: relative;
  padding-bottom: 150px;
}

.tabEIL, .shadowEIL, 
.boxEIL, .mapEIL, .cfFieldEIL, .cfFieldEIL ul li span {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.lTabsEIL .tabsEIL {
  float: left;
}

.lTabsEIL .tabsEIL li {
  float: none;
  margin-bottom: 1px;
}

.lTabsEIL a.selectedTabEIL:after {
  height: 100%;
  width: 4px;
  bottom: auto;
  left: auto;
  top: 0;
  right: -2px;
}

.lTabsEIL .tabEIL {
  clear: none;
  overflow: hidden;
  border-top: none;
  border-left: 5px solid #0073AA;
}

.ttlBoxEIL:before, 
.ttlBoxEIL:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #0073aa;
  position: absolute;
  left: 5px;
  top: -12px;
}

.ttlBoxEIL:after {
  width: 10px;
  height: 10px;
  left: 25px;
}

.leftEIL, 
.rightEIL {
  width: 48%;
  float: left;
  position: relative;
}

.rightEIL {
  float: right;
}

.left {
  float: left;
} 

.right {
  float: right;
} 

.clear {
  display: block;
  clear: both;
}

.noticeEIL {
  padding: 5px 10px;
  margin: 0 0 5px;
  background: #2EA2CC;
  color: #FFF;
  border-left: 4px solid #000000;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.sNoticeEIL {
  background: #13a50b;
}

.eNoticeEIL {
  background: #FF0000;
}

.listingEIL li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #0588BE;
  overflow: hidden;
}

.listingEIL input[type=checkbox] {
  float: right;
  margin: 0;
}

.listingEIL .noticeEIL {
  float: right;
  padding: 0 10px;
  margin: 0 10px 0 0;
  font-size: 11px;
  text-transform: uppercase;
}

.EIL label {
  display: block;
  position: relative;
  margin-bottom: 20px;
  clear: both;
}

.EIL input, 
.EIL textarea, 
.EIL select, 
.sylEIL .cbLblEIL, 
.sylEIL .optLblEIL {
  width: 100%;
  padding: 10px;
  margin: 0;
  display: block;
  color: #32373c;
  border: 1px solid #ddd;
  background: #FFF;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

.EIL select {
  height: auto;
}

.EIL textarea {
  min-height: 200px;
}

.EIL input[type=checkbox], 
.EIL input[type=radio] {
  width: auto;
  margin: 0;
  display: inline-block;
}

.EIL input[type=submit], 
.asBbtnEIL {
  text-align: center;
  border-radius: 3px;
  position: relative;
  display: inherit;
  font-size: 13px;
  font-weight: bold;
  font-weight: 600;
  padding: 0;
  width: 150px !important;
  cursor: pointer;
  height: 40px;
  line-height: 36px;
  border: 0;
  outline: 0;
  color: #fff;
  background: #0490C8;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  background-image: -webkit-linear-gradient(top, transparent, rgba(14, 74, 113, .2));
  background-image: -moz-linear-gradient(top, transparent, rgba(14, 74, 113, .2));
  background-image: -ms-linear-gradient(top, transparent, rgba(14, 74, 113, .2));
  background-image: -o-linear-gradient(top, transparent, rgba(14, 74, 113, .2));
  background-image: linear-gradient(top, transparent, rgba(14, 74, 113, .2));
  -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.25), 0 2px 0px 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0, 83, 138, .6), inset 0 0 0px 1px rgba(255,255,255,.15);
  -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,.25), 0 2px 0px 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0, 83, 138, .6), inset 0 0 0px 1px rgba(255,255,255,.15);
  box-shadow: 0 1px 0 0 rgba(0,0,0,.25), 0 2px 0px 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0, 83, 138, .6), inset 0 0 0px 1px rgba(255,255,255,.15);
}

.EIL input[type="submit"]:hover, 
.asBbtnEIL:hover { 
  background-color: #0074A2;
}

.EIL input[type=submit].loaderEIL, 
.loaderEIL  {
  background: url(../images/ajax-loader.gif) no-repeat center !important;
}

.EIL input[type=submit].loaderEIL {
  background-color: #0490C8 !important;
}

.EIL label.error {
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  right: 5px;
  top: 0;
  color: #d54e21;
  z-index: 1;
  font-weight: bold;
}

.btnLblEIL {
  float: left;
}

.ttlEIL {
  display: block;
  margin-bottom: 5px;
}

.reqEIL {
  color: #d54e21;
  font-weight: bold;
}
 

.EIL .cbLblEIL, 
.EIL .optLblEIL {
  text-indent: 10px;
  overflow: hidden;
  padding: 10px 0;
}

.EIL .cbLblEIL .ttlEIL, 
.EIL .optLblEIL .ttlEIL {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 50px;
}

.EIL .cbLblEIL input, 
.EIL .optLblEIL input, 
body.page .EIL .cbLblEIL input, 
body.page .EIL .optLblEIL input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0 !important;
}

.cbLblEIL .cfBeforeEIL, 
.cbLblEIL .cfAfterEIL, 
.optLblEIL .cfBeforeEIL, 
.optLblEIL .cfAfterEIL {
  display: inline-block;
}

.EIL .optLblEIL {
  text-indent: 0;
}

.EIL .optLblEIL input {
  position: inherit !important;
}

.optListEIL {
  margin-left: 10px;
}

.leftLblEIL label, 
.phLblEIL label {
  margin-bottom: 5px;
}

.leftLblEIL .ttlEIL {
  float: left;
  width: 30%;
  text-align: right;
}

.leftLblEIL .cfHtmlEIL .ttlEIL {
  margin-left: -30%;
}

.leftLblEIL .ttlEIL span {
  padding-right: 10px;
  display: block
}

.leftLblEIL .cbLblEIL .ttlEIL, 
.leftLblEIL .optLblEIL .ttlEIL {
  margin-right: 0;
}

.leftLblEIL input, 
.leftLblEIL input[type=text], 
.leftLblEIL input[type=password], 
.leftLblEIL input[type=email], 
.leftLblEIL input[type=number], 
.leftLblEIL input[type=date], 
.leftLblEIL input[type=time], 
.leftLblEIL input[type=url], 
.leftLblEIL input[type=file], 
.leftLblEIL textarea, 
.leftLblEIL select {
  width: 70%;
  margin-left: 30%;
}

.leftLblEIL .cfHtmlEIL input, 
.leftLblEIL .cfHtmlEIL textarea, 
.leftLblEIL .cfHtmlEIL select {
  width: 100%;
  margin-left: 0;
}

.leftLblEIL .cfHtmlEIL input[type=radio], 
.leftLblEIL .cfHtmlEIL input[type=checkbox] {
  widows: auto;
}

.leftLblEIL .cfBeforeEIL, 
.leftLblEIL .cfAfterEIL, 
.leftLblEIL .cfHtmlEIL {
  margin-left: 30%;
}

.leftLblEIL .cfHtmlEIL .cfBeforeEIL, 
.leftLblEIL .cfHtmlEIL .cfAfterEIL {
  margin-left: 0;
}

.leftLblEIL .cbLblEIL .cfBeforeEIL,
.leftLblEIL .cbLblEIL .cfAfterEIL, 
.leftLblEIL .optLblEIL .cfBeforeEIL,
.leftLblEIL .optLblEIL .cfAfterEIL, 
.leftLblEIL .btnLblEIL input {
  margin: 0 !important
} 

.leftLblEIL .cbLblEIL, 
.sylEIL .cbLblEIL {
  padding: 10px 0 !important;
}

.leftLblEIL .cbLblEIL {
  text-indent: 0;
}

.leftLblEIL .cbLblEIL input {
  position: inherit;
}

.leftLblEIL .cbLblEIL .fOptEIL {
  margin-left: 0 !important;
}

.leftLblEIL .btnLblEIL, 
.leftLblEIL #submitLblNOHM, 
.leftLblEIL .rateEIL {
  margin-left: 30%;
}
 
.leftLblEIL .cfBeforeEIL input, 
.leftLblEIL .cfBeforeEIL textarea, 
.leftLblEIL .cfBeforeEIL select {
  margin-left: 0 ;
  width: 100%;
}

.leftLblEIL .rateEIL {
  margin-bottom: 5px;
}

.sylEIL .cbLblEIL input, 
.leftLblEIL .cbLblEIL input, 
body.page .sylEIL .EIL .cbLblEIL input, 
body.page .leftLblEIL .EIL .cbLblEIL input  {
  float: none;
  position: inherit;
  margin: 0 !important;
}

.leftLblEIL .optListEIL {
  margin: 0 10px 0 0;
}


.sylEIL .ttlEIL {
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  top: 3px;
  right: 8px;
  color: #0073AA;
  margin: 0 !important;
}

.sylEIL label, 
.sylEIL .optLblEIL, 
.sylEIL .cbLblEIL {
  width: auto;
  margin-bottom: 5px !important;
  text-indent: 0;
}

.sylEIL label.error {
  top: auto;
  bottom: 0;
}

.sylEIL .optLblEIL input, .sylEIL .cbLblEIL input, 
body.page .sylEIL .EIL .cbLblEIL input  {
  margin-left: 10px !important;
}

.sylEIL .optLblEIL .optSpanceEIL {
  margin: 0;
}

.mdlNoticeEIL {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
  color: #FFF;
  font-size: 12px;
}

.mdlNoticeEIL .sNoticeEIL {
  background: rgb(0, 170, 40);
}

.mdlNoticeEIL .eNoticeEIL {
  background: rgb(170, 0, 0);
}

.boxEIL {
  padding: 20px;
  margin-bottom: 20px;
  background: #FFF;
}

.ttlBoxEIL {
  margin: -20px 0 22px;
  font-size: 13px;
  color: #0073aa;
  background: #0073aa;
  padding: 15px 20px;
  color: #FFF;
  font-weight: normal;
  position: relative;
}

.ttlBoxEIL:before, 
.ttlBoxEIL:after {
  top: auto;
  left: -8px;
  bottom: -8px;
}

.ttlBoxEIL:after {
  left: 12px;
  bottom: -12px;
}

.mapEIL {
  height: 300px;
  border: 5px solid #FFF;
  margin-top: 5px;
}

.leftLblEIL .mapEIL {
  margin-left: 30%;
}

.cfFieldEIL {
  clear: both;
}

.cfFieldEIL ul li {
  width: 25%;
  float: left;
  margin: 0;
}

.cfFieldEIL ul li span {
  display: block;
  padding: 5px 10px;
  border: 1px solid #c4c4c4;
  background: #FFF;
  margin: 3px;
  text-align: center;
  cursor: pointer;
}

.optCfEIL, 
.cfSpamEIL {
  padding: 20px;
  display: none;
}

.cfConcEIL, .cfConcEIL label, 
.sylEIL .cfConcEIL .cbLblEIL {
  display: none;
}

.cfActFieldEIL {
  margin: 0;
  padding: 0;
}

.cfActFieldEIL li {
  list-style: none;
  position: relative;
  margin: 0;
}

.cfEdelEIL, 
.edelElEIL {
  display: none;
  position: absolute;
  background: #0073aa;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  right: 0; 
  top: 0;
  color: #FFF;
  border-radius: 3px;
}

.cfEdelEIL span, 
.edelElEIL span {
  cursor: pointer;
}

.cfFldListEIL {
  position: relative;
  border: 1px solid transparent;
}

.cfFldListEIL:hover, 
.tentElEIL .listElEIL:hover {
  border: 1px solid rgba(0, 115, 170, 0.2);
}

.cfFldListEIL .sNoticeEIL {
  background: rgba(0, 170, 40, 0.2);
  position: absolute;
  z-index: 9;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cfFldListEIL .sNoticeEIL i {
  display: block;
  width: 50px;
  margin: auto;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.asBtnEIL {
  text-align: center;
  color: #555;
  cursor: pointer !important;
  font-size: 13px;
  margin: 0 0 8px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #FFFFFF;
  text-decoration: none;
  border-top: 1px solid #E7E7E7;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
}

.dnEIL, .txtElEIL, .doTglEIL, 
.EIL textarea.dnEIL {
  display: none;
}

.hiddenLblEIL {
  height: 42px;
  background: #f1f1f1;
}

.addFldEIL {
  border: 1px solid #EEE;
  padding: 20px;
}

.saveBtnElEIL  {
  margin-top: 10px;
}

.tentElEIL {
  margin: 0;
  padding: 0;
}

.tentElEIL .listElEIL {
  list-style: none;
  position: relative;
  border: 1px solid transparent;
  padding: 5px;
  margin-bottom: 2px;
}

.tentElEIL .listElEIL label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  color: #367b3f;
}

.tentElEIL .listElEIL label:after {
  content: ":";
  margin-right: 5px;
}

.EIL .sortFldEIL, 
.EIL #photoNamesFld, label.dnEIL {
  display: none;
}

.fldELEIL  {
  display: none !important;
}

.concElEIL {
  padding: 10px;
  position: relative;
}

.divElEIL {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.checkedElEIL:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 170, 40, 0.2);
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.checkedElEIL:after {
  content: "✔";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 2;
  width: 50px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
}

.backdropMdlEIL {
  position: fixed;
  top: 0; left: 0;
  right: 0; bottom: 0;
  min-height: 360px;
  background: #000;
  z-index: 999994;
  opacity: .7;
}

.mdlEIL {
  visibility: hidden;
  position: fixed;
  width: 100%; 
  height: 100%; 
  left: 0; top: 0;
  z-index: 999995;
  border: none;
}

.wMdlEIL {
  position: absolute;
  background: rgba(0,0,0,.8);
  width: 100%; height: 70%;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
}

.tMdlEIL {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #FFF;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
}

.sMdlEIL {
  height: 100%;
  padding: 0 20px;
  overflow: hidden;
}

.sMdlEIL:before, 
.sMdlEIL:after, 
.cMdlEIL:before, 
.cMdlEIL:after {
  content: "";
  display: block;
  height: 20px;
}

.sMdlEIL:before, 
.sMdlEIL:after {
  width: 100%;
  position: absolute;
  left: 0; top: 0;
  background: #FFF;
  z-index: 1;
}

.sMdlEIL:after {
  top: auto; 
  bottom: 0;
}

.cMdlEIL {
  overflow: auto;
  height: 100%;
  position: relative;
}

.cMdlEIL .btnLblEIL {
  margin-left: 1px;
}

.whMdlEIL .hMdlEIL {
  position: relative;
  display: block;
  background: #FFF;
  border-bottom: 1px solid #ddd;
  z-index: 1;
}

.whMdlEIL .sMdlEIL:before {
  display: none;
}

.whMdlEIL .cMdlEIL {
  margin-top: -20px;
}
 
.whMdlEIL .cMdlEIL:before, 
.whMdlEIL .cMdlEIL:after {
  height: 40px;
}

.whMdlEIL .fMdlEIL {
  height: 40px;
}

.xMdlEIL {
  display: block;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 24px;
  width: 24px;
  background: url(../images/Close.png) no-repeat;
  background-size: 24px;
  z-index: 1;
}

.imgEIL {
  position: relative;
}

.imgEIL:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.thumbEIL {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eee;
}

.single .thumbEIL {
  margin: 1%;
}

.centeredEIL {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);
}


.centeredEIL img {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 0; left: 0;
  max-width: inherit;
  max-height: inherit;
  cursor: pointer;
}

.imgMdlEIL {
  cursor: pointer;
  max-height: inherit;
  max-width: inherit;
}

.prevEIL, 
.nextEIL {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  background-size: 100% !important;
  cursor: pointer;
  font-size: 0;
}

.prevEIL {
  background: url(../images/arrow-left.png) no-repeat;
}

.nextEIL {
  background: url(../images/arrow-right.png) no-repeat;
  left: auto; right: 10px;
}

.dPhotoEIL {
  width: 50%;
  display: block;
  margin: 5px auto 0;
  border: 5px solid #FFF;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.dPhotoEIL:hover:after, 
.lPhotoEIL:hover .thumbEIL:after {
  content: "x";
  position: absolute;
  width: 50px;
  height: 20px;
  background: #FFF;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana;
  border-radius: 50px;
  line-height: 20px;
  color: #901111;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  box-shadow: 0 1px 3px rgba(0,0,0,.13);
  z-index: 2;
}

.dPhotoEIL:hover:before, 
.lPhotoEIL:hover .thumbEIL:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(195, 34, 55, 0.47);
  content: "";
  z-index: 1;
}

.dPhotoEIL img {
  display: block; 
  margin: auto;
  max-width: 100%;
}

.photoTentEIL .noticeEIL {
  margin-top: 5px;
  clear: both;
}

.photosTentEIL {
  margin-top: 2px;
  overflow: hidden;
}

.lPhotoEIL {
  float: left;
  width: 25%;
}

.lPhotoEIL .imgEIL {
  margin: 1%
}

.leftLblEIL .photoTentEIL {
  margin-left: 30%;
}

.asTblEIL {
  display: table;
  width: 100%;
  height: 100%;
}

.asCellEIL {
  display: table-cell;
  vertical-align: middle;
}

.ttlMbEil {
  display: block;
  height: 20px;
}

.rateEIL {
  clear: both;
}

.rateEIL ul {
  margin: 0 !important;
  padding: 0 !important;
}

.lRateEIL {
  list-style: none;
  overflow: hidden;
}

.bRateEIL {
  position: relative;
}

.bRate1EIL:before {
  content: "";
  width: 40%;
  height: 2px;
  background: #fefefe;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.lRateEIL input + label {
  background: url(../images/star.png) no-repeat;
  background-position: 0 -16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
}

.lRateEIL input + label.yRateEIL {
  background-position: 0 0;
}

.lRateEIL input + label.bRate1EIL {
  background-position: 0 -16px !important;
  opacity: 0.4;
}

.lRateEIL input {
  display: none !important;
}

.eRateEIL, 
.sRateEIL {
  float: right;
}

.sRateEIL {
  font-size: 11px; 
  margin-right: 10px;
}

.aRAteEIL {
  display: block;
  clear: both;
}


/*setting*/
#settingNOHM textarea {
  font-size: 12px;
}

#settingNOHM .btnLblEIL {
  float: right;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 0 !important;
  margin: 0 !important;
  background: #23282d;
  width: 100%;
}

#settingNOHM .btnLblEIL input[type=submit] {
  float: right;
  margin-right: 30px;
}

#cSetBoxNOHM {
  margin: 20px 0;
}

#cSetBoxNOHM ul {
  margin-bottom: 20px !important;
}

#formNOHM .ttlFrmEIL {
  margin-bottom: 20px;
  padding: 0;
}

#formNOHM .ttlFrmEIL span {
  float: right;
  font-size: 13px;
}

#formNOHM .ttlFrmEIL a {
  float: right;
  margin-right: 10px;
  font-size: 13px;
  font-style: italic;
}
 
#formNOHM .btnLblEIL, 
#regFormNOHM .btnLblEIL  {
  position: fixed;
  padding: 0 !important;
  background: none;
  float: none;
  width: auto;
  z-index: 1;
  right: 0;
  bottom: 10px;
}

#regFormNOHM .cfSecEIL .boxEIL {
  width: 55%;
  float: left;
}

#regFormNOHM .cfSecEIL #udataRegNOHM {
  float: right;  
  width: 28%;
}

#regFormNOHM .cfSecEIL .cfFieldEIL ul li {
  width: 50%;
}

#regFormNOHM .btnLblEIL {
  right: 0;
  bottom: 10px;
}

#udataRegNOHM  li {
  text-align:  center;
}

.boxFrmEIL, 
#postFrmBoxNOHM .boxEIL {
  margin-top: 20px;
}

/*login form*/
#loginFormNOHM {
  position: relative;
}

#loginFormNOHM #rememberMeLblNOHM {
  margin-bottom: 0;
  padding: 0 !important;
}

#loginFormNOHM .btnLblEIL {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 8px;
}

.leftLblEIL #loginFormNOHM #rememberMeLblNOHM {
  margin-left: 30%;
  text-indent: 20px;
}

.leftLblEIL #loginFormNOHM #rememberMeLblNOHM .ttlEIL {
  width: auto;
  margin-left: 0;
}

.leftLblEIL #loginFormNOHM #rememberMeLblNOHM input {
  position: absolute;
}

.sylEIL #loginFormNOHM #rememberMeLblNOHM {
  padding: 6px 0 !important;
}

.sylEIL #loginFormNOHM .btnLblEIL {
  margin-bottom: -13px !important;
}

#menuTentElNOHM .listElEIL {
  background: #0073aa;
  margin-bottom: 2px;
  text-decoration: none;
}

#menuTentElNOHM .listElEIL li {
  margin: 0;
}

#menuTentElNOHM .listElEIL a {
  color: #FFF;
  text-decoration: none;
}

/*socialmedia*/
#socialmediaTentElNOHM .listElEIL {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  border: none;
  width: 20%;
  float: left;
  padding: 0;
}

#socialmediaTentElNOHM .divElEIL {
  display: none;
}

#socialmediaTentElNOHM img {
  width: 100%;
}

#socialmediaTentElNOHM .edelElEIL {
  text-align: center;
  left: 0;
  top: auto;
  bottom: 0;
}

#socFormNOHM .rightEIL .noticeEIL {
  margin-bottom: 5px;
}

/*verification page*/
#verificationNOHM {
  text-align: center;
}

#verificationNOHM p {
  margin-bottom: 20px;
}

#verificationNOHM span {
  border: 1px dashed;
  padding: 5px 20px;
  background: #0584B9;
  color: #fff;
}

#verificationNOHM #resendEIL {
  border-top: 1px solid #ddd;
  margin: 50px 0 0;
}

#verificationNOHM #resendEIL a {
  text-transform: uppercase;
  font-size: 11px; 
}

#verificationNOHM em p {
  border: none;
  box-shadow: none;
  width: auto;
  margin: 0 auto; 
  font-style: normal;
}

/*navigation*/ 
.navEIL {
  float: right;
  display: none;
}

.cNavEIL {
  float: left;
  padding: 3px 12px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.cNavEIL:hover {
  background: #ebebeb;
}

.cNavEIL .avatar {
  vertical-align: middle;
  border-radius: 100px;
  margin: 0 5px 0 0;
}

.menuElEIL {
  display: none;
  min-width: 150px;
  background: #ebebeb;
  position: absolute;
  right: 0; top: 36px;
  padding: 10px 0;
  border-radius: 5px;
  margin: 0 !important;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  box-shadow: 0 1px 3px rgba(0,0,0,.13); 
}

.lNavEIL {
  display: block;
  padding: 3px 20px;
  color: #222;
}

.lNavEIL:hover {
  background: #f1f1f1;
}

#loginMdlNOHM .sMdlEIL {
  padding: 35px 20px 30px;
}

#loginMdlNOHM .cbLblEIL {
  border: none;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#loginMdlNOHM .sMdlEIL:before, 
#loginMdlNOHM .sMdlEIL:after, 
#loginMdlNOHM .cMdlEIL:before, 
#loginMdlNOHM .cMdlEIL:after {
  display: none;
}

#loginMdlNOHM .sylEIL .cbLblEIL .ttlEIL {
  position: initial;
  text-indent: 16px;
  display: block;
}

#loginMdlNOHM .sylEIL .cbLblEIL input {
  position: absolute;
  margin: auto 0 !important;
}

#loginMdlNOHM input[type=submit] {
  width: 120px !important;
}

#loginMdlNOHM .regLogEIL {
  position: absolute;
}

#loginMdlNOHM .regLogEIL {
  margin-top: 10px;
}

#loginMdlNOHM .regLogEIL a {
  color: #FFF !important;
  font-size: 12px;
}

/*gallery*/
.galleryEIL {
  margin: 0 !important;
  padding: 0 !important;
}

.galleryEIL:after, 
#galleryNOHM:after {
  content: "";
  clear: both;
  display: block;
}

.galleryEIL li {
  float: left;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  list-style: none !important;
  position: relative;
}

.tImgEIL {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.tImgEIL img {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  max-width: inherit;
  max-height: inherit;
  cursor: pointer;
}

.bdImgEIL span:before, 
.bdImgEIL span:after,
.bdImgEIL:before,
.bdImgEIL:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}

.bdImgEIL span:after {
  top: auto;
  bottom: 0;
}

.bdImgEIL:before,
.bdImgEIL:after {
  width: 1px;
  height: 100%;
}

.bdImgEIL:after {
  width: 1px;
  height: 100%;
  left: auto;
  right: 0;
}

.galleryEIL li, 
#galleryNOHM li { 
  width: 25%;
}

#galleryNOHM .galEIL { 
  margin: 2%;
}

#galleryNOHM .galEIL {
  border: 1px solid #e5e5e5;
}

#galleryNOHM .galEIL img {
  margin: 0 0 3px;
  border-bottom: 1px solid #e5e5e5;
}

#galleryNOHM h3 {
  padding: 5px 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
  margin: 0;
  font-size: 12px;
  color: #0073aa;
}

#galleryNOHM span {
  padding: 0 5px 2px;
  font-size: 11px !important;
  display: block;
}

#actImgNOHM {
  clear: both;
  position: inherit;
  background: none;
  margin-top: 10px;
  border: 1px solid #eee;
  padding: 5px;
}

#actImgNOHM span {
  margin: 0 10px 0 0;
}

.shareImgEIL {
  position: relative;
}

.shareImgEIL div {
  display: none;
  position: absolute;
  width: 220px;
  padding: 0;
  left: 0;
}

.shareImgEIL div a {
  padding: 4px 8px 6px 8px;
  color: white;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
  background: #3B5997;
  margin-right: 2px;
}

.shareImgEIL div a.twitterShareEIL {
  background: #00aced;
}

.shareImgEIL div a.googleplusShareEIL {
  background: #D64937;
}

.actImgEIL {
  display: block;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  font-size: 12px;
}

.actImgEIL h1 {
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 65%;
  float: left;
  text-align: left;
}

.lsImgEIL {
  color: #FFF;
  float: right;
  padding: 10px;
}

.actImgEIL span {
  padding-left: 20px;
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none !important;
  background-size: 18px !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.actImgEIL span:hover {
  color: #4ea4e2;
}

.actImgEIL span.likeImgEIL, 
#galleryNOHM span em {
  background: url(../images/thumbs_up.png) no-repeat;
}

#galleryNOHM span em  {
  float: right;
  background-size: 14px !important;
  background-position: 3px 3px !important;
  text-indent: 20px;
}

.actImgEIL span.shareImgEIL {
  background: url(../images/share.png) no-repeat;
}

.actImgEIL span.counterImgEIL {
  float: right;
  margin: 0 5px;
  padding: 0;
}

.lsImgEIL span {
  color: #FFF;
}

.lsImgEIL .shareImgEIL div {
  left: auto;
  right: -18px;
  top: -40px;
}

#imgMdlNOHM {
  text-align: left;
}

#imgMdlNOHM .sMdlEIL {
  padding: 0;
}

#imgMdlNOHM .sMdlEIL:before, 
#imgMdlNOHM .sMdlEIL:after, 
#imgMdlNOHM .cMdlEIL:before, 
#imgMdlNOHM .cMdlEIL:after {
  display: none;
}

#imgMdlNOHM .cMdlEIL .hTglEIL {
  height: 100%;
}

#imgMdlNOHM .cMdlEIL img {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#imgMdlNOHM .actImgEIL span.counterImgEIL  {
  float: none;
}

#imgMdlNOHM .tImgEIL {
  position: initial;
}