/*---[ modals ]-----------------------------------------------------------------------*/
.modalBox {
  position: relative;
  background: #FFF;
  border: 1px solid #666667;
  padding: 30px 40px;
  width: auto;
  max-width: 780px;
  margin: 20px auto;
  /*font-family: 'OpenSansRegular';*/
  font-size: 16px;
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.6;
}
.mfp-close-btn-in .modalBox .mfp-close {
  color: #323a3f;
}

.modalBox h1 {
  /*font-family: 'FrancoisOneRegular';*/
  font-size: 34px;
  margin: 0 0 20px;
}

.modalBox h2 {
  /*font-family: 'OpenSansSemiBold';*/
  font-size: 22px;
  color: #2CAAA3;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.modalBox p {
  margin: 0 0 30px;
}

/*.modalBox a {*/
  /*color: #2CAAA3;*/
/*}*/

/*.modalBox a:hover {*/
  /*color: #323a3f;*/
/*}*/

#infoHome .imgInfo {
  text-align: center;
  margin: 0 0 30px;
}

#infoHome .info {
  /*font-family: 'OpenSansRegular';*/
  font-size: 13px;
  text-transform: uppercase;
  float: left;
  width: 420px;
}

#infoHome .elogin {
  /*font-family: 'OpenSansRegular';*/
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #bebebe;
  padding: 0 0 0 40px;
  margin: 0 0 0 450px;
  background: transparent url("../images/bg-elogin-vertical.png") no-repeat 0 0;
}

#infoHome .elogin img {
  display: block;
}

#infoHome .itemImgTxt .img{
	margin-right: 15px;
}

#infoHome .itemImgTxt h2 a{
	/*font-family: "OpenSansRegular";*/
	font-size: 22px;
	font-weight: 600;
	text-transform: none;
	margin: 0px 0px 5px;
	color: #2CAAA3;
}
#infoHome .itemImgTxt h2 a:hover{
	color:#323a3f;
}

#infoHome .itemImgTxt .inner{
	padding: 0;
}

#infoHome .itemImgTxt p{
	line-height: 24px;
	/*font-family: "OpenSansRegular";*/
	font-size: 16px;
}
.btn-layer-default{
	height: 48px;
	line-height: 29px;
}

