html{
	overflow-x: hidden;
	min-height:100%;
	height: 100%;
}

body {	
	width:100%;
	height: 100%;
}

img {
	max-width: 100%;
}

a{ 
	color: #3F3F3F;
}
a:hover{ 
	color: #3F3F3F;
	text-decoration:underline;
}
a:focus {
	outline:none;
	outline-offset:0;
}


@font-face{ 
	font-family:'Glyphicons Halflings';
	src:url(fonts/glyphicons-halflings-regular.eot) !important;
	src:url(fonts/glyphicons-halflings-regular.eot?#iefix)  
		format('embedded-opentype'),url(fonts/glyphicons-halflings-regular.woff) 
		format('woff'),url(fonts/glyphicons-halflings-regular.ttf) 
		format('truetype'),url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) 
		format('svg')
}

/*.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    background-image: url(../images/arrow_right.svg) !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    background-image: url(../images/arrow_left.svg) !important;
}*/



.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-caption {
    position: absolute;
    left: 50% !important;
    z-index: 10;
    color: #fff;
    text-align: center;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	right: 0 !important;
	bottom: inherit !important;
}

.panel {
    margin-bottom: 0px !important;
    border: none !important;
    border-radius: 0px !important;
	height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.wrapper2col	{
	position: relative;
	height: 0;
	padding-top: 55%;
}
.wrapper3col	{
	position: relative;
	height: 0;
	padding-top: 38%;
}
.wrapper4col	{
	position: relative;
	height: 0;
	padding-top: 30%;
}
.inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.iconmenu {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
    width: 100px;
}

.menuinner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 11; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: rgba(0,0,0,0.6); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 150px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 100;
	
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 76px;
    margin-left: 50px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 100;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.super-heading {
	font-family: 'Libre Franklin', sans-serif !important;
	font-size: 20px;
	color: #fff !important;
	font-weight: 100;
	text-align: center;
}

.intro {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-family: 'Libre Franklin', sans-serif;
	font-size: 15px;
	font-weight: 100;
	text-align: center;
}

.glyphicon-chevron-left:before {
	display: none;
}

.glyphicon-chevron-right:before {
	display: none;
}

.glyphicon-chevron-right img {
	transform: rotate(180deg);
}

.logo {
	position: fixed;
	top: 10px;
	margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
	z-index: 10;
}

.logo img {
	max-width: 200px;
	height: auto;
}

.bt_contact {
	color:#fff;
	text-decoration: underline;
	font-size: 18px;
}

.text {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 100;
	text-align: center;
	margin-top: 20px;
}

.titulo {
	font-size: 1.2vw;
}

.hashtags {
	font-size: 1.2vw; 
	position: absolute; 
	bottom: -5px;
}

#overlayprestige {
	width: 25% !important;
    left: 26% !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.2s ease-out;
}

.button, html input[type=button], input[type=reset], input[type=submit] {
	background-color: #6c6f6a !important;
    border: none !important;
    padding: 5px 10px !important;
    margin-top: 10px !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	color:#fff !important;
}

input, button, select, textarea {
    font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	padding: 5px !important;
    color: #000 !important;
    /* line-height: inherit; */
}

input::-webkit-input-placeholder {
  	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	padding: 5px !important;
    color: #000 !important;
}

.conteudo {
	padding: 10px 10px 40px 10px;
	
}

.titulonews {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400;
	color:#000;
	margin-bottom: 10px;
	text-align: left;
}

.datenews {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 11px !important;
	font-weight: 100;
	color:#000;
	margin-bottom: 10px;
	text-align: left;
}

.textonews {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	font-weight: 100;
	color:#000;
	margin-bottom: 10px;
	text-align: left;
}

.sourcenews {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 11px !important;
	font-weight: 100;
	color:#000;
	margin-bottom: 10px;
	text-align: left;
}

.linknews {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px !important;
	font-weight: 400;
	color:#000;
	border: 1px solid #000;
	padding: 5px 10px;
	text-align: left;
	float: right;
	margin-top: 10px;
	right: 20px;
	bottom: 20px;
    position: absolute;
}

.newspost {
	float: left; 
	margin-right: 20px; 
	background-color: #fff; 
	padding: 0px;
	width: 350px;
	position: relative;
}

/* inherit height from parent */

html,body{height:100%;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;overflow-y: auto;
    /* padding-top: 60px; */
    overflow-x: hidden;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

/* keep full widget on smaller screens */
@media (max-width: 767px) { 
	body {
		padding-left: 0;
		padding-right: 0;
	}
	
	#overlayprestige {
	width: 100% !important;
    left: 50% !important;
}
}



/* move page dots into carousel */
.flickity-page-dots { display: none; }

.flickity-viewport {
    min-height: 100vh !important;
}

.carousel-cell img {
	width: 100%;
}
/* Large desktop */
@media (min-width: 1200px) {

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	.wrapper2col	{
		padding-top: 58%;
	}
	.wrapper3col	{
		padding-top: 58%;
	}
	.wrapper4col	{
		padding-top: 58%;
	}

	.titulo {
		font-size: 2.6vw;
	}

	.hashtags {
		font-size: 2.2vw; 
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.wrapper2col	{
		padding-top: 120%;
	}
	.wrapper3col	{
		padding-top: 120%;
	}
	.wrapper4col	{
		padding-top: 120%;
	}
	
	.titulo {
		font-size: 5.6vw;
	}
	
	.hashtag {
		font-size: 4.2vw; 
		position: absolute; 
		bottom: 0px;
	}
}

#slidecomer .carousel-caption {
    position: absolute;
    left: 0% !important;
    z-index: 10;
    color: #fff;
    text-align: center;
    top: 0% !important;
    transform: translate(0%,0%) !important;
    padding-bottom: 80px !important;
    padding-top: 80px !important;
    right: 0 !important;
    bottom: inherit !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.newspost {
		margin-bottom: 20px;
	}
	
	#slideabout {
		background-color: #000;
	}

	
	.super-heading {
		font-size: 16px !important;
	}
	
	.carousel-caption {
    position: absolute;
    left: 0% !important;
    z-index: 10;
    color: #fff;
    text-align: center;
    top: 0% !important;
    transform: translate(0%,0%) !important;
    padding-bottom: 60px !important;
    padding-top: 60px !important;
    right: 0 !important;
    bottom: inherit !important;
    width: 100% !important;
}
	
	.sidenav a {
    padding: 8px 8px 8px 16px !important;
    text-decoration: none;
    font-size: 16px !important;
}
	
}
/* end device media queries */

/* Internet Explorer 8+ (Media Query) */
@media screen\0 {

}


