.master-slider{font-family: 'Open Sans', sans-serif;}
.master-slider .transparenciaSlide {
	background:#000;
}
.master-slider .transparenciaSlide img {
    opacity: 0.60;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
}
.ms-layer.bold-title {
	font-family: 'Lato', sans-serif;
	position:fixed;
    margin: auto;
	width:100%;
    font-weight:800;
    font-size: 3em;
	line-height:1.2em;
    color: #DDD;
    margin: 0;
	text-transform:uppercase;
	text-align:center;
	bottom:195px;
	text-shadow:1px 1px 0px #000;
}
.ms-layer.light-title {
	font-family: 'Lato', sans-serif;
	position:fixed;
    margin: auto;
	width:100%;
    font-weight:300;
    font-size: 1.5em;
	line-height:1.0em;
    color: #DDD;
	text-align:center;
	bottom:150px;
    letter-spacing: 0px;
	text-shadow:1px 1px 0px #000;
}
.ms-layer.more-info {
	text-align:center;
}
.ms-layer.more-info a{
    margin:auto;
    font-weight: 300;
    font-size: 12pt;
	line-height:12pt;
    color: #FFF;
	padding:10px 20px;
	background:#e3bd50;
    text-transform: uppercase;
	text-decoration:none;
	text-align:left;
}
.ms-layer.more-info a:hover{
    margin: 0;
    font-weight: 300;
    font-size: 15pt;
	line-height:12pt;
    text-transform: uppercase;
    color: #FFF;
	padding:10px 20px;
	background:#dcb23b;
	text-decoration:none;
}
.ms-layer.normal-desc {
    margin: 6px 0;
    font-size: 13px;
    width: 37%;
}

.ms-layer.text-box {
	width: 41%;
	height: 36%;
	background-color: rgba(0, 0, 0, 0.2);
}

.ms-layer.normal-title {
	margin: 0;
}

.slide-2 .light-title{
	font-size:40pt;
}

.ms-slide-layers {
	overflow: visible !important; 
}

.slide-3 .light-title{
	font-size:40pt;
	color:#222;
}

.slide-3 .bold-title {
	font-size: 45pt;
}

.slide-3 .normal-title {
	font-size: 16pt;
}

.slide-4 .light-title {
    font-size: 50pt;
}
.slide-4 .normal-title {
    color: #758e8e;
    font-size: 17pt;
    font-weight: 300;
}
.slide-5 .text-box {
    width: 55%;
    height: 21%;
    background: rgba(0, 0, 0, 0.85);
}
.slide-5 .bold-title {
    color: white;
    font-size: 38pt;
}
.slide-5 .normal-title {
    color: white;
}
