.ms-slide {
	z-index:1;
}

.master-slider{font-family: "Lato",sans-serif; text-align:center;}
.master-slider .transparenciaSlide img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	background:#000;
}
.ms-layer.bold-title {
	position:relative;
    margin: auto;
    font-weight: 400;
    font-size: 45pt;
	line-height:45pt;
    color: #FFF;
    margin: 0;
	text-align:center;
}
.ms-layer.light-title {
	position:relative;
    margin: auto;
    font-weight: 300;
    font-size: 22pt;
	line-height:22pt;
    color: #FFF;
	text-align:center;
    letter-spacing: 0px;
}
.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;
}


@media only screen and ( max-width:780px ) {
.ms-layer.bold-title {
    font-weight: 900;
    font-size: 36pt;
	line-height:42pt;
    color: #FFF;
    margin: 0;
	text-shadow:1px 1px 0px #333;
	text-transform:uppercase;
}
.ms-layer.light-title {
    margin: 0;
    font-weight: 400;
    font-size: 25pt;
	line-height:30pt;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 0px;
	text-shadow:1px 1px 0px #333;
}
}
@media screen and (min-width: 941px) and (orientation: portrait) {
.ms-layer.bold-title {
	position:relative;
    margin: auto;
    font-weight: 400;
    font-size: 55pt;
	line-height:1.1em;
    color: #FFF;
	text-align:center;
	margin-top:1em;
	width:65%;
}
.ms-layer.light-title {
	position:relative;
    margin: auto;
    font-weight: 300;
    font-size: 40pt;
	line-height:1.1em;
    color: #FFF;
	text-align:center;
	width:70%;
}
}