/* ground zero */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:separate;border-spacing:10px 0;}


/* let´s rock out */


body {
   font-family: Ubuntu, sans-serif;
}


a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:1%;	border-bottom: 0.5% solid #eee; margin:0 0 1% 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}


/* ready set go */


body {
	font-family: Ubuntu, sans-serif;
	background:#ffffff;
	font-size: 90%;
	height: fixed;    
	padding:1% 0;
	margin:auto;
	width:80%; align:center;
	height:60%;
	min-width:35%;
	max-width:100%;
}	
.wrap{
	margin:0 auto;
	width:80%;
}


/* start header */
.header_bg{
	background: #ffffff;
}
.header{
	padding: 0% 0%;
}
.logo{
	float: right;
}
.logo h1 a{
	display: block;
}
.h_right{
	position:relative;
	float: right;
	color: #141819;
}
.menu{
	float: block;
	margin-right: -50%;
}
.menu li{
	float: left;
	margin-right: -1%;/*LARGURA MENU MARCAS!!!*/
	margin-left: 2%;
}
.menu li.active a,.menu li a:hover{
	background: #E31E24;
	color: #ffffff;
	text-shadow: 0 3% 0 #ffffff;
}
.menu li a{
	font-size: 1.05em;
	color: #black;
	text-transform: uppercase;
	padding: 8px 16px;
	font-weight: 600;
	text-shadow: 0 1px 0 #ffffff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* slideshow (sem uso?!)*/
#slideshow{
    background-color:#F5F5F5;
    border:1px solid #FFFFFF;
    height:340px;
    margin:150px auto 0;
    position:relative;
    width:640px;
    -moz-box-shadow:0 0 22px #111;
    -webkit-box-shadow:0 0 22px #111;
    box-shadow:0 0 22px #111;
}
#slideshow ul{
    height:320px;
    left:10px;
    list-style:none outside none;
    overflow:hidden;
    position:absolute;
    top:10px;
    width:620px;
}
#slideshow li{
    position:absolute;
    display:none;
    z-index:10;
}
#slideshow li:first-child{
    display:block;
    z-index:1000;
}
#slideshow .slideActive{
    z-index:1000;
}
#slideshow canvas{
    display:none;
    position:absolute;
    z-index:100;
}
#slideshow .arrow{
    height:86px;
    width:60px;
    position:absolute;
    background:url('img/arrows.png') no-repeat;
    top:50%;
    margin-top:-43px;
    cursor:pointer;
    z-index:5000;
}
#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}
#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}


/*login*/
[class*='btn-'] {
	border: none;
	border-bottom: 2px solid rgba(0,0,0,.15);
	border-top: 1px solid rgba(255,255,255,.15);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font: -webkit-small-control;
	font-size: .7em;
	letter-spacing: 1px;
	line-height: 140%;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;	
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
	.btn-minimal {
		background-color: rgb(255,255,255);
		border-radius: 0;
		border: 1px solid rgb( 186, 186, 186 );
		color: rgb( 186, 186, 186 );
		text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	}	
		.btn-minimal:hover {
			background-color: #F8424A;
			border: 1px solid rgba(0,0,0,.1);
			color: rgb(255,255,255);
			cursor: pointer;
			text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		}		
		.btn-minimal:active {
			box-shadow: 0 1px 1px rgba(0,0,0,0.15) inset;
			text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
		}
		

/*SECTION CONTAINER*/
section#loginBox {
	background-color: rgb(255,255,255);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 4px rgba(0,0,0,0.2);
	margin: 40px auto; /*aligns center*/
	padding: 24px;
	width: 500px;
}


/*FORM*/
form.minimal label {
	display: block;
	margin: 6px 0;	
}
	form.minimal input[type="text"],
	form.minimal input[type="email"],
	form.minimal input[type="number"],
	form.minimal input[type="search"],
	form.minimal input[type="password"],
	form.minimal textarea {
		background-color: rgb(255,255,255);
		border: 1px solid rgb( 186, 186, 186 );
		border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
		display: block;
		font-size: 14px;
		margin: 6px 0 12px 0;
		padding: 8px;	
		text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
		width: 90%;		
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}	
	form.minimal input[type="text"]:focus,
	form.minimal input[type="email"]:focus,
	form.minimal input[type="number"]:focus,
	form.minimal input[type="search"]:focus,
	form.minimal input[type="password"]:focus,
	form.minimal textarea:focus,
	form.minimal select:focus { 
		border-color: #F8424A;
		-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #F8424A;
		-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #F8424A;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #F8424A;
		color: rgb(0,0,0);
	}	
		form.minimal input[type="text"]:invalid:focus,
		form.minimal input[type="email"]:invalid:focus,
		form.minimal input[type="number"]:invalid:focus,
		form.minimal input[type="search"]:invalid:focus,
		form.minimal input[type="password"]:invalid:focus,
		form.minimal textarea:invalid:focus,
		form.minimal select:invalid:focus { 
			border-color: rgb(248,66,66);
			-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
			-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
			box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
		}


/*slide
.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }*/


/*MENUS*/
main, nav{
    width: 80%;
    position: absolute;
    margin: 0 auto;
}
nav{perspective: 800px; z-index: 999;}
#main-navigation-container{
    width: 100%;
    background: #e31e24;
}
.company-title{
    float: left;
}
.company-title li a{
    font-size: 1.3rem;
    line-height: 3rem;
}
.navigation-items{
    float: left;
}
.navigation-items>ul>li{
    float: left;
    height: 100%;
}
.navigation-items>ul>li>a{
    line-height: 3rem;
    display: inline-block;
    padding: 0 1rem;
	font: #black;
}
.submenu-container{
    width: 100%;
    position: absolute;
    left: 0;
    background: #f2f2f2;
    border: 1px solid #cecece;
    border-top: none;
    padding: 1rem;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;    
    transform: none;
    transform-origin: top;
    transition: .4s opacity ease, .4s transform cubic-bezier(0.902, 0.149, 0.22, 0.934);    
}
.navigation-items>ul>li:hover>a+.submenu-container{
    opacity: 1;
    visibility: visible;
    z-index: 1002;
    transform: rotateY(0);
}
.navigation-items>ul>li:hover>a, .navigation-items>ul>li:focus>a{
    background: #f2f2f2;
    color: #d60052;
}
.list{
    float: left;
    width: 20%;
}
.category-title h2{
    color:#fefefe;
    display: inline-block;
    margin: .5rem 0;
    font-size: .9rem;
}
.submenu li a{
    font-size: .9rem;
    line-height: 1.8;
    color: #555;
}
.submenu li a:hover{
    color:#f7005f;
    border-bottom: 1px dotted #fefefe;
}


/*navigations*/
#main-navigation-container::after,
#main-navigation-container::before{
    content: '';
    display: block;
}
#main-navigation-container::after{
    clear: both;
}


/*Styling Content*/
main{
    padding: 1rem 0;
    z-index: 100;
	width: 100%;
}
main section >h1{
    margin: 1rem 0 ;
}
main section > p{
    line-height: 1.6;
}


/*ENLARGE*/
ul.enlarge{
	list-style-type:none; /*remove the bullet point*/
	margin-left:0;
}
ul.enlarge li{
	display:inline-block; /*places the images in a line*/
	position: relative;
	z-index: 1; /*resets the stack order of the list items - later we'll increase this*/
	margin:10px 40px 0 20px;
}
ul.enlarge img{
	background-color:#eae9d4;
	padding: 6px;/*
	-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.enlarge span{
	position:absolute;
	left: -9999px;
	background-color:#eae9d4;
	padding: 10px;
	font-family: Ubuntu, sans-serif;
	font-size:.9em;
	text-align: center;
	color: #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, .75));
	-moz-box-shadow: 0 0 10px rgba(0,0,0, .75);
	box-shadow: 0 0 10px rgba(0,0,0, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
}
ul.enlarge li:hover{
	z-index: 50;
	cursor:pointer;
}
ul.enlarge span img{
	padding:2px;
	background:#ccc;
}
ul.enlarge li:hover span{
	top: -50px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
	left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(2) span{
	left: -100px;
}
ul.enlarge li:hover:nth-child(3) span{
	left: -200px;
}


/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
	ul.enlarge img, ul.enlarge span{
	behavior: url(pie/PIE.htc);
}


/*start search (não está em uso)*/
.sb-search {
	position: absolute;
	top:32px;
	right:-20px;
	width: 0%;
	min-width: 45px;
	height: 45px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	border: none;
	outline: none;
	background: #c0c0c0;
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
	padding: 5px 20px;
	font-family: Ubuntu, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	color: #fff;
	background: #ffffff url('../images/search.png') no-repeat 10px 10px;
	z-index: 90;
}


/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #c0c0c0 url('../images/search_h.png') no-repeat 10px 10px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


/*-- start-smartphone_nav --*/
.nav {
    display:none;
}
.nav-item {
    float:left;
    *display:inline;
    zoom:1;
}
.nav-item a {
    display:block;
}
.nav-item a:hover {
	background: #18BD9B;
	color: #FFFFFF;
}
.nav-mobile {
   display: none;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(../images/nav_icon.png) 60% 60% no-repeat;
	height:32px;
	width: 32px;
}
.nav-mobile {
    display:block;
}
.nav {
	margin-top:44px;
   width:100%;
}
.nav-list {
    display:none;
}
.nav-item {
    width:100%;
    float:none;
}
.nav-item a {
	font-family: Ubuntu, sans-serif;
	font-weight:400;
	background: #c0c0c0;
	border-bottom: 1px solid #A5A5A5;
	padding: 10px;
	text-transform:uppercase;	
    color:#FFF;
    -webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
	font-size: 0.8725em;
}
.nav-inner {
    display: none;
}
.nav-active, .nav-active-inner .nav-inner {
    display:block;
}


/*start header_btm */
.header_btm {
	padding: 0%;
	margin-left: 2.2%;
}


/* h_left */
.h_left {
	float: left;
}
.h_left h2{
	font-size: 1.5em;
	color: #9d9e9e;
	font-weight: 400;
}
.h_left h3{
	margin-top: 10px;
	font-size: 1.5em;
	color: #c0c0c0;
}


/* h_right */
.h_right {
	float: right;
	margin-right: 100px;
	margin-top: 0px;
}
.h_right h2{
	font-size: 1.5em;
	color: #c0c0c0;
	font-weight: 400;
}
.h_right h3{
	margin-top: 0px;	
	font-size: 1.5em;
	color: #c0c0c0;
}


/* start soc_icons */
.soc_icons {
	float:right;
}
.soc_icons h2{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #c0c0c0;
	font-weight: 400;
	margin-bottom: 10px;
}
.soc_icons ul li{
	float: left;
	margin-left: -15px;
}
.soc_icons ul li:first-child{
	margin-left: -8px;
}
.soc_icons ul li a{
	display: block;
	padding: 10px;/*
	background: #2e2e2e;*/
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.soc_icons ul li a.icon4{
	background: #EA4C89 url('../images/tube.png') no-repeat 120px 180px;
}
.soc_icons ul li a.icon5{
	background: #5A872A url('../images/insta.png') no-repeat 12px 18px;
}
.soc_icons ul li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}


/*start slider*/
.slider_bg{
	background: url('../images/slider_bg.jpg');
}
.slider{
	padding: 8% 4%;
}
.slider h2{
	font-size: 2em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 6;
}
.slider h3{
	font-size: 0.8725em;
	color: #ffffff;
	font-weight: 600;
}


/*start main */
.main_bg{
	background: #c0c0c0;
	margin-top:5%;
	margin-left:5%;
	margin-right:auto;
}
.main{
	padding: 50 50 50 50;
}
.content{
	margin-top: 0%;
	margin-left: -10%;
	margin-right: -10%;
	background: #c0c0c0;
	padding: 50 50 50 50;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}


/*história da empresa!!!*/
.timeline {
  list-style: none;
  padding: 6% 6% 6% 6%;	/*encapsulamento da cronologia!!!*/
  position: relative;
  left: 10%;
  right: 10%,
}
.timeline:before {
  top: 0%;
  bottom: 1%;
  position: absolute;	/*posição barra central cronologia!!!*/
  content: " ";
  width: 0.1%;
  background-color: #eeeeee;
  left: 48.4%;
  margin-left: -10%;
  overflow: hidden;  
}
.timeline > li {
  margin-bottom: -10%; 
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 37%;
  margin-left:-5%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2%;
  padding: 10px 10px 10px 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 50%;
  right: -5%;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-inverted {
  width: 37%;
  margin-left:10%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius:2%;
  padding: 10px 10px 10px 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-inverted:after {
  position: absolute;
  top: 50%;
  left: -5%;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 0%;
  height: 0%;
  line-height: 30px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #E31E24;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 150px;
  left: -1%;
  right: 0%;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -5%;
  right: 110%;
}
.timeline-badge.primary {
  background-color: #E31E24;
}
.timeline-badge.success {
  background-color: #E31E24;
}
.timeline-badge.warning {
  background-color: #E31E24;
}
.timeline-badge.danger {
  background-color: #E31E24;
}
.timeline-badge.info {
  background-color: #E31E24;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}


/* start btn style */
.btn{
	display: inline-block;
	padding: 12px 30px;
	font-size: 0.8925em;
	color: #ffffff;
	background: #E31E24;
	text-transform: capitalize;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover{
	background: #9D9E9E;	
}


/* start footer */
.footer_bg{
	background: #ffffff;
}
.footer{
	padding: -5%;
}
.span_of_4{
	display: block;
}
.span1_of_4{
	float:left;
	width: 30.33333%;
	margin-left: 3.3333%;
}
.span1_of_4:first-child{
	margin-left: 0;
}
.span1_of_4 h4{
	font-size: 0.5em;
	color: #464646;
	font-family : Ubuntu, sans-serif;	
	text-transform: uppercase;
	font-weight: 550;
	margin-bottom: 2%;
	}
.span1_of_4 p{
	font-size: 0.8725em;
	font-family: Ubuntu, sans-serif;
	color: #464646;
	line-height:1.8em;
	font-weight: 400;
}
.span1_of_4 p.top{
	margin-top: 4%;
}
.span1_of_4 span.bg{
	background: #ECF0F1;
	padding: 4%;
}
.span1_of_4 span{
	font-size: 1em;
	color: #464646;
	font-family: Ubuntu, sans-serif;
	margin-top: 8%;
	display: block;
	line-height:1.5em;
}
.f_nav li{
	float: left;
	width: 16.3333%;
	margin: 0 20px 4px 0;
}
.f_nav li a{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f_nav li a img{
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
}
.f_nav li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.f_icons{
	margin-top: 8%;
	display: inline-block;
}
.f_icons ul li{
	float: left;
	margin-left:5px;
}
.f_icons ul li:first-child{
	margin-left: 0;
}
.f_icons ul li a{
	display: block;
	padding: 10px;
	background: #2e2e2e;
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f_icons ul li a.icon4{
	background: #ECF0F1 url('images/tube.png') no-repeat 14px 12px;
}
.f_icons ul li a.icon5{
	background: #ECF0F1 url('../images/insta.png') no-repeat 12px 18px;
}
.f_icons ul li a.icon4:hover{
	background:#EA4C89  url('../images/icon4.png') no-repeat 14px 12px;
}
.f_icons ul li a.icon5:hover{
	background: #5A872A  url('../images/icon5.png') no-repeat 12px 18px;
}


/*start footer_top */
.footer_top {
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px solid rgb(231, 231, 231);
	width: 100%;
}
.copy{
	float: left;
}
.copy p{
	color: #9c9c9c;
	font-size: 0.8725em;
	line-height: 1.8em;
}
.copy p a{
	color: #E31E24
;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #9c9c9c;
}
.f_nav1{
	float: right;
}
.f_nav1 li{
	float: left;
	margin-left: 20px;
}
.f_nav1 li:first-child{
	margin-left: 0;
}
.f_nav1 li a{
	display:block;
	color: #9c9c9c;
	padding: 0 5px;
	text-transform: capitalize;
	font-size: 0.8725em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f_nav1 li a:hover{
	color: #E31E24
;
}


/* start about page */
.about{
	display: block;
}
.cont-grid {
	float: left;
	width: 62.3333%;
}
.cont-grid-img{
	margin-right: 3.3333%;
	width: 34.33333%;
	float:left;
}
.cont-grid-img img{
	margin-top: 10px;
}
.cont-grid h4{
	font-size: 1.4em;
	color: #black;
	text-shadow: 0 px 0 #ffffff;
}
p.para{
	color: #black;
	text-shadow: 0 0px 0 #ffffff;
	line-height: 1.8em;
	font-size: 0.8725em;
	font-weight: 400;
}
.cont-grid p,.about-p{
	margin-top: 2%;
}
.read_more {
	margin-top: 2%;
}


/* start pagination */
.pagination {
	float: left;
	top: -50px;
	position: relative;
	clear: both;
}
.pagination li{
	display: inline-block;
	margin-right: 5px;
}
.pagination li a{
	display:block;
	padding: 10px 20px;
	color: #9D9E9E;
	background: #EBECEE;
	font-weight: 600;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pagination li.active a,.pagination li a:hover{
	background: #E31E24;
	color: #ffffff;
}


/* start blog_sidebar */
.sidebar h4{
	color: #9D9E9E;
	font-size: 1.2em;
	font-weight: 600;
	border-left: 3px solid #E31E24
;
	border-bottom: 1px solid rgb(231, 231, 231);
	text-transform:capitalize;
	line-height: 1.5em;
	padding: 0px 10px;
	margin-bottom: 4%;
}


/* start ads_nav */
.ads_nav {
	margin: 8% 0;
}
.ads_nav li{
	float: left;
	width: 48.3333%;
	margin-left: 3.33333%;
}
.ads_nav li:first-child,.ads_nav li:nth-child(3){
	margin-left: 0;
}
.ads_nav li a{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ads_nav li a img{
	width: 100%;
}
.ads_nav li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}


/* start flicker_nav */
.flicker_nav {
	margin: 8% 0;
}
.flicker_nav li{
	float: left;
	width: 22.3333%;
	margin: 0 0 10px 10px;
}
.flicker_nav li:first-child,.flicker_nav li:nth-child(5){
	margin-left: 0px;
}
.flicker_nav li a{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flicker_nav li a img{
	width: 100%;
}
.flicker_nav li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}


/* start tag_nav */
.tag_nav {
	margin: 8% 0;
}
.tag_nav li{
	margin:10px 5px 0 0;
	display: inline-block;
}
.tag_nav li a{
	display: block;
	text-transform: capitalize;
	background: #E7E7E7;
	color: #5F5F5F;
	font-weight: 600;
	font-size: 0.8925em;
	padding: 8px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tag_nav li a:hover{
	background: #E31E24
;
	color: #ffffff;
}


/* start news_letter */
.news_letter{
	margin: 8% 0;
}
.news_letter form input[type="text"]{
	font-family: Ubuntu, sans-serif;
	font-weight:100;
	padding: 10px;
	display: block;
	width: 93%;
	background: #ffffff;
	outline: none;
	color: #555555;
	font-size: 0.8725em;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
}
.news_letter form input[type="submit"]{
	margin-top: 4%;
	-webkit-appearance: none;
	float:right;
	font-family: Ubuntu, sans-serif;
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	padding: 12px 30px;
	font-size: 0.8925em;
	color: #ffffff;
	background: #E31E24;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news_letter form input[type="submit"]:hover{
	background: #9D9E9E;
}


/* start Social Likes */
.social_network_likes {
	margin: 0em 0 1em;
	text-align: center;
}
.social_network_likes li{
	float:left;
	width:25%;
}
.social_network_likes li a{
	display:block;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.social_network_likes li a p{
	padding:15px 0;
	font-size:0.8em;
}
.social_network_likes li a span{
	display:block;
	font-size:2em;
}
.social_network_likes li a{
	border-left:2px solid #FFF;
}
.social_network_likes li a div.followers{
	border-bottom: 2px solid #FFFFFF;
}
.social_network_likes li:first-child a {
	border-left:none;
}
.social_network_likes li a.tweets{
	background:#fefefe;
}
.social_network_likes li a.tweets:hover{
  background:#1A91C5;
}
.social_network_likes li a.facebook-followers{
	background:#b6c710;
}
.social_network_likes li a.facebook-followers:hover{
	background:#9EAD0B;
}
.social_network_likes li a.email{
	background:#27c1b9;
}
.social_network_likes li a.email:hover{
  background:#0BB1A8;
}
.social_network_likes li a.dribble{
	background:#cf2555;
}
.social_network_likes li a.dribble:hover{
  background:#B3103E;
}
.social_network_likes li a div.social_network{
	padding:10px 0;
}
.social_network i{
	width:45px;
	height:45px;
	display:block;
	background:url(../images/social-icons.png) no-repeat;	
	margin:0 auto;
}
.social_network i.twitter-icon{
	background-position: 0px 0px;
}
.social_network i.facebook-icon{
	background-position: -47px 0px;
}
.social_network i.email-icon{
	background-position: -104px 0px;
}
.social_network i.dribble-icon{
	background-position: -156px 0px;
}
/* end Social Likes */


/* start contact page*/
.contact_left {
	float:left;
	margin-right:3.3333%;
	width: 32.3333%;
}
.contact_right {
	float:left;
	width: 63.3333%;
}
.contact_left h3{
	margin-bottom: 2%;
	font-size: 1.2em;
	text-transform: capitalize;
	color: #9D9E9E;
	font-weight: 600;
	text-shadow: 0 1px 0 #ffffff;
}
.company_address{
	padding-top:10px;
}
.company_address p{
	font-weight: 400;
	color: #c0c0c0;
	text-shadow: 0 1px 0 #ffffff;
	line-height: 1.8em;
	font-size: 0.8725em;
}
.company_address p a{
	color: #E31E24;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.company_address p a:hover{
	color: #c0c0c0;
}
.map{
	margin: 6% 0 4%;
}
.contact_right h3{
	margin-bottom: 2%;
	font-size: 1.2em;
	text-transform: capitalize;
	color: #9D9E9E;
	font-weight: 600;
	text-shadow: 0 1px 0 #ffffff;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	text-transform: capitalize;
	display: block;
	color: #c0c0c0;
	text-shadow: 0 1px 0 #ffffff;
	line-height: 1.5em;
	font-size: 0.8725em;
	font-weight: 400;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: Ubuntu, sans-serif;
	padding: 10px;
	display: block;
	width: 96.3333%;
	background: #ffffff;
	outline: none;
	color: #c0c0c0;
	font-size: 0.8725em;
	border: 1px solid #ECECEC;
	-webkit-appearance: none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	-webkit-appearance: none;
	font-weight: 600;
	float: right;
	font-family: Ubuntu, sans-serif;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	padding: 12px 30px;
	font-size: 0.8925em;
	color: #ffffff;
	background: #E31E24;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #9D9E9E;
}


/* start details */
.details h2{
	font-size: 1.4em;
	color: #9D9E9E;
	font-weight: 400;
}
.details img{
	margin: 2% 0;
	padding: 5px;
	box-shadow: 0px 0px 5px #DDDDDD;
	-webkit-box-shadow: 0px 0px 5px #DDDDDD;
	-moz-box-shadow: 0px 0px 5px #DDDDDD;
	-o-box-shadow: 0px 0px 5px #DDDDDD;
}


/*--gallery--*/
.gallery-grid {
    float: left;
    width: 23%;
    margin: 1%;
}
.two-images{
    width: 46% ;
    margin: 2% ;
}
.label-text {
    padding: .5em;
}
.text-title {
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 1.8em;
}
.gallery-grid .text-category {
    display: block;
    font-size: 0.8125em;
    text-transform: capitalize;
    font-weight: 100;
    color: #FFF;
}


/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: -10em 0 2em;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding: 2em 0 3em;
    margin: 0 auto;
    text-align: center;
}
.resp-tab-item{
    color: #FFFFFF;
    font-size: 0.9em;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0 0.5em 0;
}
.resp-tab-active{
    text-shadow: none;
    color: #fff;
}
li.resp-tab-item span {
    padding-right: 2em;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
    display: none;
    text-align: center;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.tab_img{
    padding: 0em 0em;
    display: inline-block;
}
.img-top {	
	  position: relative;
	  float:left;
	  width:20%;
}
.link-top{
	position: absolute;
 top: 0%;
  text-align: center;
  width: 90%;
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
}
.img-top:hover .link-top{
	display: none;
}
.tab_img.top {
    margin-top: 4%;
}


/*--//gallery--*/


/***** Media Queries *****/
@media only screen and (max-width: 1920px) {
	.wrap{
		width:65%;
	}
	.slider h2 {
		font-size: 1.8em;
	}
}
@media (max-width: 1440px) {
	.lb-data .lb-close {
		right: 29% ;
	}
}
@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}
	.slider h2 {
		font-size: 1.8em;
	}
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.slider h2 {
		font-size: 1.6em;
	}
	.lb-data .lb-close {
		right: 20% ;
	}
	.gallery-grid h3 {
		font-size: 1em;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.slider h2 {
		font-size: 1.5em;
	}
	.span1_of_4 h4 {
		font-size: 1em;
	}
	.menu li {
		margin-right: 8px;
	}
	.menu li a {
		padding: 8px 12px;
		font-weight: 400;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.logo{
		float:none;
		margin:20px 0;
		text-align:center;
	}
	.h_right {
		background: #E31E24;
		height: 44px;
		float:right;
	}
	.menu {
		display: none;
	}
	
	.nav {
	    display: inline-block;
	}
	.sb-search {
		top: 0px;
		min-width: 44px;
		height: 44px;
	}
	.sb-icon-search, .sb-search-submit {
		width: 44px;
		height: 44px;
		line-height:38px;
	}
	.sb-icon-search {
		color: #fff;
		background: #E31E24
	url('../images/search_h.png') no-repeat 10px 10px;
		z-index: 90;
	}
	.sb-search-input {
		width: 90%;
		height: 28px;
		padding: 10px 20px;
	}
	.header_btm {
		padding: 0 4% 4%;
		text-align: center;
	}
	.h_left {
		float: none;
	}
	.soc_icons {
		margin-top:3%;
		float: none;
	}
	.soc_icons ul li {
		float: none;
		display: inline-block;
		margin-left: 5px;
	}
	.content {
		margin-top: -70px;
	}
	.span1_of_4 {
		float: none;
		width: 100%;
		margin-left: 0%;
	}
	.span1_of_4 h4 {
		margin:4% 0 2%;
	}
	.span1_of_4 span {
		margin-top: 2%;
	}
	.span1_of_4 p.top {
		margin-top: 1%;
	}
	.f_icons {
		margin: 2% 0 0%;
	}
	.f_nav li a img {
		width: 100%;
	}
	.footer_top {
		text-align: center;
	}
	.f_nav1 {
		float: none;
	}
	.f_nav1 li {
		display: inline-block;
		float: none;
		margin-left: 10px;
	}
	.copy {
		float: none;
		margin: 2% 0;
	}
	.blog_left {
		float: none;
		width: 100%;
	}
	.blog_sidebar {
		float: none;
		width: 100%;
		margin-left: 0%;
	}
	.social_network_likes {
		clear: both;
	}
	.ca-item h4 span.quote {
		width: 14.333%;
	}
	.ca-item h4 span {
		font-size: 1.2em;
	}
	.ca-item span.quote_text {
		width: 80.333%;
	}
	.pagination li a {
		padding: 8px 14px;
	}
	.ca-nav span {
		top: 84%;
		left: 86%;
	}
	.blog_list li a {
		padding: 10px 4px;
	}
	.lb-data .lb-close {
		right: 11% ;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	#filters li {
		display: inline-block;
		margin: 0 5px;
	}
	.text-title {
		font-size: 0.8725em;
	}
	#filters li span {
		font-size: 0.8125em;
		padding: 4px 0px;
	}
	.content {
		margin-top: -50px;
	}
	.cont-grid-img {
		margin-right: 0%;
		float: none;
		width: 100%;
	}
	.cont-grid {
		float: none;
		width: 100%;
	}
	.cont-grid h4 {
		font-size: 1.2em;
	}
	.folio_list li h3 {
		font-size: 1em;
	}
	.folio_list li {
		float:left;
		width: 44.3333%;
	}
	.folio_list li:nth-child(3) {
		margin-left: 0;
	}
	.blog_left {
		float: none;
		width: 100%;
	}
	.b_right h4 {
		font-size: 1em;
	}
	.blog_list li a {
		font-size: 0.8125em;
		padding: 10px 0px;
	}
	.blog_list {
		float: none;
	}
	.blog_art {
		float: none;
	}
	.b_left {
		width: 12.333333%;
	}
	.b_right {
		float: left;
		width: 84.333333%;
	}
	.tag_nav {
		margin: 4% 0;
	}
	.contact_left {
		float: none;
		margin-right: 0%;
		width: 100%;
	}
	.map {
		margin: 2% 0%;
	}
	.contact_right {
		float: none;
		width: 100%;
	}
	li.resp-tab-item span {
		font-size: .875em;
	}
	.port-grid {
		width: 48% ;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.content {
		margin-top: -40px;
	}
	.h_left h2 {
		font-size: 1.2em;
	}
	#portfoliolist .portfolio {
		width: 45%;
		margin: 10px;
	}
	.header_btm {
		padding: 0% 4% 4%;
	}
	.slider h2 {
		font-size: 1.2em;
		font-weight: 400;
	}
	.slider h3 {
		font-size: 0.8125em;
		font-weight: 400;
	}
	.folio_list li {
		float: none;
		width: 100%;
		text-align: center;
		margin: 2% 0;
	}
	.b_left {
		width: 16.333333%;
	}
	.b_right {
		width: 80.333333%;
	}
	.ca-item h4 span {
		font-size: 0.8125em;
	}
	.ca-nav span {
		top: 85%;
		left: 77%;
	}
	.pagination {
		top: -40px;
	}
	.ca-container {
		height: 180px;
	}
	.contact-form input[type="text"], .contact-form textarea {
		width: 93.3333%;
	}
	.details h2 {
		font-size: 1em;
	}
	.gallery-grid {
		width: 48%;
	}
	.two-images {
		width: 46% ;
	}
	.port-grid {
		width: 100% ;
		text-align: center;
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.header {
		padding: 4% 4%;
	}
	.content {
		margin-top: -20px;
	}
	.cont-grid h4 {
		font-size: 1em;
	}
	#portfoliolist .portfolio {
		width: 100%;
		margin: 10px 0px;
	}
	.h_left h2 {
		font-size: 1em;
	}
	.soc_icons h2 {
		font-size: 1em;
	}
	.b_left {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.b_right {
		margin-top: 4%;
		width: 100%;
	}
	.ca-container {
		height: 250px;
	}
	.ca-nav span {
		top: 75%;
		left: 65%;
	}
	.pagination {
		top: -15px;
	}
	.resp-tab-item {
		font-size: 0.8125em;
	}
	.contact-form input[type="text"], .contact-form textarea {
		width: 90.3333%;
	}
	.gallery-grid {
		width: 100%;
	}
	.two-images {
		width: 96% ;
	}
}


/*  button pode ser usado  */
.bigbutton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed6363), color-stop(1, #cf4749) );
	background:-moz-linear-gradient( center top, #ed6363 5%, #cf4749 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6363', endColorstr='#cf4749');
	background-color:#ed6363;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #000000;
	display:inline-block;
	color:#4f4e57;
	font-family:Ubuntu;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
}
.bigbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cf4749), color-stop(1, #ed6363) );
	background:-moz-linear-gradient( center top, #cf4749 5%, #ed6363 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4749', endColorstr='#ed6363');
	background-color:#cf4749;
}.bigbutton:active {
	position:relative;
	top:1px;	
.carouselbox {
  font-family: Ubuntu,sans-serif;
  font-size: 14px;
  width: 100px;
  position: relative;
  margin: 1em;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 10px #ccc;
  overflow: hidden;
}
.content {
  margin: 0;
  padding: 0;
}
.content li {
  font-size: 100px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.active {
  height: 130px;
}
.active li {
  position: absolute;
  top: 130px; 
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transition: 1s;
}
.active li.current {
  top: 30px; 
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
  transition: 1s;
}
.active .buttons {
  padding: 5px 0;
  background: #eee;
  text-align: center;
  z-index: 10;
  position: relative;
}
.carouselbox button {
  border: none;
  display: none;
}
.active button {
  display: block;
} 
.offscreen {
  position: absolute;
  left: -2000px;
}


/* slideshow sem uso!!! */
carousel = (function(){
  var box = document.querySelector('.carouselbox');
  var next = box.querySelector('.next');
  var prev = box.querySelector('.prev');
  var items = box.querySelectorAll('.content li');
  var counter = 0;
  var amount = items.length;
  var current = items[0];
  box.classList.add('active');
  function navigate(direction) {
    current.classList.remove('current');
    counter = counter + direction;
    if (direction === -1 && 
        counter < 0) { 
      counter = amount - 1; 
    }
    if (direction === 1 && 
        !items[counter]) { 
      counter = 0;
    }
    current = items[counter];
    current.classList.add('current');
  }
  next.addEventListener('click', function(ev) {
    navigate(1);
  });
  prev.addEventListener('click', function(ev) {
    navigate(-1);
  });
  navigate(0);
})();
