@charset "utf-8";
/* CSS Document */


.emcPageLogoWrapper {
	display:inline-block;
	  position: relative;
	  border:1px none #FF0;
	  padding-left: 30px;
	  width: 100%;
	
	
  margin-bottom: 0;
  
}

.emcPageLogo-inner {
  position: relative;
  
  overflow: hidden;
}

.emcPageLogo .item > img {

  display: block;
  line-height: 1;
}

.emcPageLogo-caption {

 	position: absolute;
  	left:0;
	top:25px;
 	line-height: 1;
  	padding-left: 85px;
  	background:none!important;
  	/*background: #333333;
  	background: rgba(0, 0, 0, 0.75);*/
}
.emcPageLogotext{
font-family:'bellotaregular', Helvetica, Arial, sans-serif;
font-size:2em;
color:#FFF;
padding-left:0.8em;

vertical-align:0.2em;

}
.emcPageLogoIconSize{
font-size:3.5em;
color:#FFF;
background:none;
position:relative;


}

@media handheld, only screen and (max-width: 767px) {
.emcPageLogoWrapper {
	padding-left:0px;
}
}

@media handheld, only screen and (max-width: 460px) {
	.emcPageLogoWrapper {
		width:350px;
	}
	.emcPageLogo-caption {
	padding-left: 67px;
	top:20px;
	}
	.emcPageLogotext{
	font-size:1.4em;
	}
	
	.emcPageLogoIconSize{
	font-size:2.5em;
	}
}

@media handheld, only screen and (max-width: 300px) {
	.emcPageLogoWrapper {
		width:240px;
	}
	.emcPageLogo-caption {
	padding-left: 45px;
	top:13px;
	}
	.emcPageLogotext{
	font-size:0.9em;
	}
	
	.emcPageLogoIconSize{
	font-size:1.7em;
	}
}




