@charset "utf-8";

/** Styles**/

@import "font-awesome.min.css";
@import "animate.css";
@import "background-video.css";
@import "sobre.css";
@import "rodape.css";
@import "preload.css";
@import "mailform.css";
@import "google-map.css";
@import "normalize.css";
@import "hamburguer-menu.css";


body{
	font-family: 'Oswald', sans-serif;
}

#menu{
	z-index: 999;
	text-align: center;
	padding: 19px 0 36px;
	width: 100%;
	/*position: fixed; Ativar após site pronto */
	margin: 0 auto;
}
.outer-menu{
	display:none;
}
.navbar-default{
	background-color:transparent;
	border:0px;
	border-radius:0px;
	height:100px;
}
.navbar-brand{
	padding:7px 0px 0px;
}
.navbar-nav{
	font-size:20px;
}
.navbar-default .navbar-nav > li > a{
	color:#FFF;
	transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-ms-transition:all 500ms;
	-o-transition:all 500ms;
	background-color:transparent;
	line-height:130px;
}
.nav > li:hover a::before, .nav > li a:focus::before, .navbar-default .nav > .active > a::before, .navbar-default .nav > .current >a::before  {
	height: 4px;
    opacity: 1;
    transform: translateY(-105px);
}
.nav > li > a::before{
	background: #FE0000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-105px);
    transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
    z-index:1;
}
nav a{
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color:#FE0000;
	transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-ms-transition:all 500ms;
	-o-transition:all 500ms;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background-color:transparent;
	color:#FE0000;
	border:none;
}

.navbar-default{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header a.btn-block{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
    margin: 0 auto;
}
header.smaller {
    height: 150px; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(0,0,0,0.5);
}
header.smaller ul li > a{
	font-size: 18px;
}
header.smaller a.btn-block {
	width: 200px !important;
	height: 100px ; 
	margin:0 auto;
	-webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -ms-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}
header.smaller .navbar-default{
	margin-top:-25px !important;
	-webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -ms-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}
#sobre .bg{
	background-image: url(../images/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:352px;
}
#sidebar-wrapper {
    margin-left: -250px;
    left: 0;
    width: 250px;
    background: rgba(0,0,0,0.5);
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #FFF;
    display: block;
    text-decoration: none;
    margin-top:10px;
    transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-ms-transition:all 500ms;
	-o-transition:all 500ms;
}

.sidebar-nav li a:hover {
    color: #fff;
    background: #17D9DB;
    text-decoration: none;
    transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-ms-transition:all 500ms;
	-o-transition:all 500ms;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    margin:0px 0px 25px 15px;
}

  .sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    top: 3px;
    left:0px;
    position: fixed;
    z-index: 1;
}

#sidebar-wrapper.active {
    left: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.toggle {
    margin: 5px 5px 0 0;
    display: none;
}
.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-primary {
    background-color: #CE161A;
    color: white !important;
    border-color:#333333;
}
.btn-primary:hover span, .btn-primary:active span {
    color: #CE161A;
}
.btn-primary:hover::before, .btn-primary:active::before {
    top: 100%;
}
.btn-primary:hover, .btn-primary:active {
    background-color: #333333;
    color: #CE161A;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-primary::before {
    background: #CE161A none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}
.btn-primary span {
    position: relative;
    z-index: 99;
    color: white;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.btn:focus, .btn:active {
    opacity: 0.8;
    color: #FFF !important;
    background-color: #333333 !important;
    border-color: transparent !important;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
}
.modal-title{
	font-size:24px !important;
}
#history h2{
	text-transform: uppercase;
	color: #000;
	font-size: 52px;
	font-weight: 700;
	margin-top:5px;
	margin-bottom: 0px;
}
#history h3{
	text-transform: uppercase;
	color:#FC8800;
	font-size: 32px;
	margin:0px;
}
#history p{
	margin-top:40px;
	font-size: 18px;
}
#history{
	background-image: url('../images/bg-history.png');
	background-position:50% 13px;
	padding:100px 0px 100px 0px;
	width:100%;
}
#jobs{
	background-image: url('../images/bg-inks.jpg');
	background-size: cover;
	background-position: top center;
	width:100%;
	min-height: 369px;
	text-align: center;
	padding:30px;
}
#jobs h3{
	text-transform: uppercase;
	color:#FC8800;
	font-size: 32px;
	margin:0px;
}
#jobs .fa{
	color:#FC8800;
	font-size: 32px;
	margin:20px 0px 20px 0px;
}
#jobs p{
	color:#FFF;
	margin-top:20px;
	font-size: 20px;
}
#last-jobs .col-xs-3{
	margin:0px !important;
	padding: 0px !important;
	height:250px;
}
#last-jobs .galeria{
	background-position: center center;
	background-size: cover;
	transform-origin: center top;
	transition: var(--animation-duration);
    transition-property: all;
	filter: brightness( 90% ) contrast( 90% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
}
#last-jobs .galeria:hover{
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.vmais{
	padding:20px 0px 20px 0px;
	background-color:#ccc;
}
#mot{
	margin-top:50px;
	margin-bottom:200px;
}
#mot h3{
	text-transform: uppercase;
	color:#FC8800;
	font-size: 32px;
	margin:0px;
}
#mot .fa{
	color:#FC8800;
	font-size: 32px;
	margin:20px 0px 20px 0px;
}
#mot p{
	color:#383838;
	margin-top:20px;
	font-size: 20px;
}

#mot .artistas{
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	transform-origin: center top;
	transition: var(--animation-duration);
    transition-property: all;
	filter: brightness( 90% ) contrast( 90% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    height:500px;
	margin-top: 40px;
}
#mot .artistas:hover{
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
#mot .artistas .elemento{
	background-image: url("../images/img-team.png");
	background-position: center center;
	background-size: contain;
	height: 170px;
	background-repeat: no-repeat;
	position: relative;
	top: 420px;
	filter: ;
}
#mot .infos{
	padding-top:50px;
}
.elemento .infos h4{
	font-size: 16px;
	text-transform: uppercase;
}
#contato{
	background-image: url('../images/tatuador.jpg');
	background-position:50% 13px;
	padding:100px 0px 100px 0px;
	width:100%;
	margin-top:150px;
}
label{
	font-weight: 400 !important;
}

/******  ADAPTAÇÕES MOBILE **********/
@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
	.logo img{
		width: 260px;
		margin:0 auto;
	}
	/*.mob{
		position:relative !important;
		top:-100px !important;
	}*/
	.mob{
		display:none;
	}	
	/*.navbar-nav{
		display: none;
	}*/
	/*.collapse .navbar-collapse{
		display: none !important;
	}*/
	.outer-menu{
		display: block;

	}
}

@media (max-width:767px){
	.mfSelect{
		margin-bottom:20px;
	}
	/*.collapse .navbar-collapse{
		display: none;
	}*/
	.content-overlay h1{
		font-size:40px !important;
	}.content-overlay p{
		font-size:30px !important;
	}

}
@media (max-width: 480px) {
	.mfSelect{
		margin-bottom:20px;
	}
	/*.collapse .navbar-collapse{
		display: none;
	}*/
}

