/* LayerSlider Full Width Skin */

.ls-sl {
	width: auto !important;
	height: auto !important;
	font-size: 30px;
	color: #fff;
	padding: 15px 30px;
	text-transform: uppercase;
}

.ls-sl-azul {
	color: #003c73;
}

.ls-layer .ls-sl strong {
	display: block;
	font-size: 10px;
	font-family: "Bliss2Heavy", Arial, Helvetica, Sans-serif;
	text-transform: none;
}

.ls-fullwidth {
	background-color: #FFFFFF
}


.ls-fullwidth .ls-playvideo {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}

.ls-fullwidth .ls-playvideo,
.ls-fullwidth .ls-nav-sides,
.ls-fullwidth .ls-bottom-slidebuttons a,
.ls-fullwidth .ls-nav-start,
.ls-fullwidth .ls-nav-stop {
	background-image: url(skin.png);
}

.ls-fullwidth .ls-playvideo {
	background-position: -300px -150px;
}

.ls-fullwidth .ls-playvideo:hover,
.ls-fullwidth .ls-vpcontainer:hover .ls-playvideo {
	background-position: -375px -150px;
}



.ls-fullwidth .ls-nav-start {
	background-position: -300px 0px;
}

.ls-fullwidth .ls-nav-start:hover,
.ls-fullwidth .ls-nav-start-active {
	background-position: -300px -75px;
}

.ls-fullwidth .ls-nav-stop {
	background-position: -450px 0px;
}

.ls-fullwidth .ls-nav-stop:hover,
.ls-fullwidth .ls-nav-stop-active {
	background-position: -450px -75px;
}


.ls-fullwidth .ls-nav-sideleft {
	background-position: -150px -150px;
}

.ls-fullwidth .ls-nav-sideright {
	background-position: -225px -150px;
}



.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
	z-index: 99;
	top: 40%;
	position: absolute;
	background: url(../../img/sprite.png) no-repeat;
	width: 55px;
	height: 70px;
	display: none;
}

.ls-fullwidth .ls-nav-prev {
	left: 0;
	background-position: -11px -158px
}

.ls-fullwidth .ls-nav-prev:hover {
	background-position: -17px -305px
}

.ls-fullwidth .ls-nav-next {
	right: 0;
	background-position: -15px -232px
}

.ls-fullwidth .ls-nav-next:hover {
	background-position: -19px -379px
}

.ls-fullwidth .ls-nav-prev:hover,
.ls-fullwidth .ls-nav-next:hover {
	opacity: 1;
}

.ls-fullwidth .ls-bottom-slidebuttons,
.ls-fullwidth .ls-bottom-slidebuttons a,
.ls-fullwidth .ls-nav-start,
.ls-fullwidth .ls-nav-stop,
.ls-fullwidth .ls-nav-sides {
	height: 20px;
}

.ls-fullwidth .ls-bottom-slidebuttons,
.ls-fullwidth .ls-bottom-slidebuttons a,
.ls-fullwidth .ls-nav-start,
.ls-fullwidth .ls-nav-stop,
.ls-fullwidth .ls-nav-sides {
	display: inline-block;
}

.ls-fullwidth .ls-bottom-slidebuttons,
.ls-fullwidth .ls-nav-start,
.ls-fullwidth .ls-nav-stop,
.ls-fullwidth .ls-nav-sides {
	top: -30px;

}

.ls-fullwidth .ls-nav-start,
.ls-fullwidth .ls-nav-stop {
	width: 25px;
}


.ls-fullwidth .ls-nav-sides {
	width: 0px;
}

.ls-fullwidth .ls-bottom-slidebuttons a {
	position: relative;
margin: 0 5px;
cursor: pointer;
border-radius: 6px;
border: 1px #fff solid;
background-color: transparent;
width: 33px;
height: 10px;
float: left;

}


.ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active,
.ls-fullwidth .ls-bottom-slidebuttons a:hover {
	background-color: #fff;
	border: 1px #fff solid;
	width: 33px;
	height: 12px;
}


.ls-fullwidth .ls-thumbnail-hover {
	bottom: 30px;
	padding: 2px;
	margin-left: 1px;
}

.ls-fullwidth .ls-thumbnail-hover-bg {
	background: #eee;
}

.ls-fullwidth .ls-thumbnail-hover span {
	border: 5px solid #eee;
	margin-left: -5px;
}

.ls-thumbnail-hover {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.ls-fullwidth .ls-thumbnail {
	top: 10px;
}

.ls-fullwidth .ls-thumbnail-inner {
	padding: 2px;
	margin-left: -2px;
	background: #fff;
}

.ls-fullwidth .ls-thumbnail-slide a {
	margin-right: 2px;
}

.ls-fullwidth .ls-nothumb {
	background: #eee;
}





@media (max-width: 767px) {


	.ls-sl {
		margin: 0 auto;
		max-width: 90%;
		left: 5% !important;
	}







}


@media (min-width: 768px) {}

@media (min-width: 992px) {




	.ls-layer .ls-sl strong {
		font-size: 24px;
	}

	.ls-sl {
		max-width: 600px;

	}




}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {
	.ls-fullwidth .ls-nav-next {
		right: 15%;
		display: none;
	}

	.ls-fullwidth .ls-nav-prev {
		left: 15%;
		display: none;
	}

}