/*!
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
/*
body {
    padding-top: 143px;
}
*/
div.redessociaisDiv{
	padding-left:4px;
	width:188px;
	height:44px;
	background:#599734;
	position:fixed;
	right:10px;
	bottom:0px;
	z-index:2000;
	border-radius: .25rem .25rem 0 0;
	opacity:0.8;
}

div.redessociaisDiv img{
	margin:6px;
	width:30px;
}


@media (min-width: 992px) {
   /* body {
        padding-top: 145px;
    }*/
	
	div.redessociaisDiv{
		padding-left:0px;
		padding-top:4px;
		width:44px;
		height:173px;
		background:#599734;
		position:fixed;
		left:0px;
		top:100px;
		z-index:2000;
		border-radius: 0 .25rem .25rem 0;
		opacity:0.8;
	}
	
	div.redessociaisDiv img{
		margin:6px;
		width:30px;
	}
}

.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.yt-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px !important;
	height:0;
	overflow:hidden;
	border-radius:.25rem;
}

.yt-container iframe, .yt-container object, .yt-container embed {
	position:absolute;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	border-radius:.25rem;
}

.nav-item{
	padding-left:6px;
	padding-right:6px;
	}


