@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
html{
	font-size: 62.5%;
	font-family: myFont;
}
@font-face {
    font-family: myFont;
    src: url(../fonts/OpenSans-Light.woff);
}
div{/*  bordas 
	border: 1px solid blue;
	*/
}
body {	
	background-color: #f9f9f9 !important;
	font-family: myFont;
   /* letter-spacing: 2px;
	line-height: 1.5;*/
    color: #000; 
    text-align: justify;   
    ::-webkit-scrollbar {
	 width: 12px;
	 height: 4px;
	 }
	 ::-webkit-scrollbar-thumb {
	 background: #f9f9f9;
	 }
	}/*--background--
	.bg-animate{
		background: linear-gradient(270deg, #0d6cac, #eaeae7) !important;
		background-size: 400% 400%;

		-webkit-animation: AnimationName 5s ease infinite;
		-moz-animation: AnimationName 5s ease infinite;
		-o-animation: AnimationName 5s ease infinite;
		animation: AnimationName 5s ease infinite !important;

		@-webkit-keyframes AnimationName {
		    0%{background-position:0% 50%}
		    50%{background-position:100% 50%}
		    100%{background-position:0% 50%}
		}
		@-moz-keyframes AnimationName {
		    0%{background-position:0% 50%}
		    50%{background-position:100% 50%}
		    100%{background-position:0% 50%}
		}
		@-o-keyframes AnimationName {
		    0%{background-position:0% 50%}
		    50%{background-position:100% 50%}
		    100%{background-position:0% 50%}
		}
		@keyframes AnimationName { 
		    0%{background-position:0% 50%}
		    50%{background-position:100% 50%}
		    100%{background-position:0% 50%}
		}
	}
	*/	
	.imgSede{
	max-width: 60%;
	position: fixed;	
	left: 20%;
	margin-top: 10px;	
	}
	/* ---------produtos*/
	.produto-filter > li a:hover, .produto-filter > li a.active {
    color: #fff !important;
    background: #0000ff !important;
    border: 1px solid #0000ff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
	}
	.produto-filter > li a {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-right: 0px;
    color: #000;
    text-transform: uppercase;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    border: 1px solid #F2F2F2;
    outline: none;
    border-radius: 5px;
	}
	a.btn.btn-default {
    padding: 5px !important;
	}
	.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
	}
	.btn {
    display: inline-block;
    padding: 0px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	}
	.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
	}
	.btn:hover, .btn:focus, .btn.focus {
	    color: #333;
	    text-decoration: none;
	}
	.produto-filter > li {
    display: inline-block !important;
    text-align: -webkit-match-parent !important;
	}
	.isotope {
    -webkit-transition-property: height, width !important;
    -moz-transition-property: height, width !important;
    -ms-transition-property: height, width !important;
    -o-transition-property: height, width !important;
    transition-property: height, width !important;
	}
	.isotope, .isotope .isotope-item {
	    -webkit-transition-duration: 0.8s !important;
	    -moz-transition-duration: 0.8s !important;
	    -ms-transition-duration: 0.8s !important;
	    -o-transition-duration: 0.8s !important;
	    transition-duration: 0.8s !important;
	}
	.produto-items, .produto-filter {
	    list-style: none outside none !important;
	    margin: 0 0 10px 0	!important;
	    padding: 0;
	}
	.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity !important;
    -moz-transition-property: -moz-transform, opacity !important;
    -ms-transition-property: -ms-transform, opacity !important;
    -o-transition-property: -o-transform, opacity !important;
    transition-property: transform, opacity !important;
	}
	.isotope, .isotope .isotope-item {
	    -webkit-transition-duration: 0.8s !important;
	    -moz-transition-duration: 0.8s !important;
	    -ms-transition-duration: 0.8s !important;
	    -o-transition-duration: 0.8s !important;
	    transition-duration: 0.8s !important;
	}
	.isotope-item {
	    z-index: 2 !important;
	}
	.produto-item {
	    margin: 0 !important;
	    padding: 0 !important;
	    border: 1px solid blue;
    	border-radius: 10px;
	}
	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}
	.isotope.infinite-scrolling {
	  -webkit-transition: none;
	  -moz-transition: none;
	  -ms-transition: none;
	  -o-transition: none;
	  transition: none;
	}
	/*---------produtos-----*/
	.lkfooter{
		height: 50px;
		padding-top: 15px;
	}
	.lkfooter a{		
		font-size: 12px;		
	}

    .div1 , .div2{
    	width: auto;
    }
    .scroll { 
        overflow-x: scroll;
        overflow-y: hidden;
        height: 200px;
        width: 100%;
        white-space:nowrap;
    } 
    
    .scroll img { 
        box-shadow: 1px 1px 10px #999; 
        margin: 2px;
        max-height: 90%;
        cursor: pointer;
        display:inline-block;
        *display:inline;
        *zoom:1;
        vertical-align:top;
    }
    .recent-work-wrap {
    position: relative;
	}
	
	.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    opacity: 0;
    border-radius: 5px 5px 5px 5px;
    background: rgba(51, 51, 51, 0.89);
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
	}
	.recent-work-wrap .recent-work-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-top: -10px;
	}

	.recent-work-wrap .recent-work-inner h3{
	  margin: 10px 0;
	}

	.recent-work-wrap .recent-work-inner h3 a{
	  font-size: 24px;
	  color: #fff;
	}
	.recent-work-wrap .overlay .preview {
	  bottom: 0;
	  display: inline-block;
	  height: 35px;
	  /*line-height: 35px;*/
	  border-radius: 0;
	  background: transparent;
	  text-align: center;
	  color: #fff;
	}

.recent-work-wrap:hover .overlay {
  opacity: 10;
}
/* --------------------*/
.news{	
	color:#fff;
	width:50%;
	font-style:italic;
	background-color:rgba(0,0,253,1);;
	border-radius: 10px;
}
.palavras1 {	
	font-family:"Trebuchet MS";
	font-size:13px;
	color: silver;
}

.pl{
	margin-left:-170px;
}
.cap:first-letter{
	display: block;
	text-transform:uppercase;
	font-size:40px;
	line-height:40px;
	float:left;}

/* stilos para swipe slide touch */
.swipe {
    overflow: hidden;
    position: relative;
    max-width: 600px;
    width: 100%;
    height: 350px;
    margin: 100px auto 0;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}
/*----*/
.subR{
	position: relative;
	margin: auto;
}
.subProd span{
	position: absolute;
	margin-left: auto;
}
.subR iframe.flipPdf{
	position: relative;
	width: 100%;
	height: 500px;
}


.imgNatal{
	max-width: 60%;
	position: fixed;	
	left: 10%;	
}
input#xs {/*botão exibir e ocultar texto*/
    background-color: transparent;
    border-radius: 5px;
    border: 0px;
    color: #0000FF;
}
.evDesc div a img{
	width: 90%;
	padding-bottom: 10px;
}

/*.cast img{
	width: 70%;	
}*/
.promo img{
	max-width: 100%;
	max-height: 100%;
	padding: 10px;
}	
.vCat{
	margin-top: 10px;
	height: 250px;
}
.cativo{
	color: #0000ee;	
	font-weight: bold;
}
.wellcome{
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	letter-spacing: 2px;
}
.imgC{
	text-align: center;
	padding: 5px;	
}
.imgC img{
	width:90%;
	
}
.imgEmp img{
	max-width: 40%;
}
.iAlm{
	font-size:48px;
	color:#8B6969;
	z-index: 999999;
}
.iEmp{		
	font-size:48px;
	color:#0000cd;
}
.iProd{
	font-size:48px;
	color:#006400;
}
p.pEmp {
    text-align: justify;
    padding: 0px 5px 0px 5px;
}
.imgHome div a img, .imgHome div iframe {
    max-width: 70%;
}
.caixas{		/*  */
	-webkit-box-shadow: 1px -1px 36px 17px rgba(255,255,255,1);
    -moz-box-shadow: 1px -1px 36px 17px rgba(255,255,255,1);
	box-shadow: 1px -1px 17px 17px rgba(255,255,255,1);
	background-color: #f7f7f7;
}
#divProd{
	width: 100%;
	padding-top: 10px;
}


.prodVend{
	/*max-width: 200px;
	max-height: 200px;*/
}

.og-grid .prod{
/*	line-height: 350px;  */
	background-color: #f7f7f7;
	border-radius: 20px;
}
.vis{
	text-decoration: underline;
}
.cont{
	letter-spacing: 2px;
}
.cont:hover{
	font-size: 20px;	
}
.cont:hover i.fa-whatsapp{
	color: green;
}
.cont:hover i{
	color: #0066FF;
}
.roter, .homeProd{
	color:#0000ff;
}
		/* animação rotação infinita*/
.roter:hover{/*sobre o icone*/
    -webkit-animation: rotacao 2s linear infinite;
	-moz-animation: rotacao 2s linear infinite;
	animation: rotacao 2s linear infinite;
}
@-webkit-keyframes rotacao {
	from {-webkit-transform: rotate(0deg)}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotacao {
	from {	-moz-transform: rotate(0deg)}
	to {	-moz-transform: rotate(360deg);}
}
@keyframes rotacao {
	from {	transform: rotate(0deg)}
	to {	transform: rotate(360deg);}
}
		/*----  rotação ----*/
figure { 
	width: 90%; min-width: 320px; margin:0 auto;
}
video {
    width: 100%;
    height: auto;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}
iframe {
    border: 0;
}
a {
	-webkit-transition: all .3s ease-in 0s;
	   -moz-transition: all .3s ease-in 0s;
		 -o-transition: all .3s ease-in 0s;
			transition: all .3s ease-in 0s;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
/*
a:focus, a:hover ,a:active{
	color: blue !important;	
}*/

h1, h2, h3, h4, h5, h6 {
    font-family:  myFont;
    font-weight: 400;
}

.kill-margin-bottom {
	margin-bottom: 0 !important;
}
.tcb img{
	width: 200px;
	height: 100px;
	border-radius: 10px;
	
}

.btn {
    background-color: transparent;
    color: #f7f7f7;
    padding: 10px 30px;
	border-radius: 0;
    margin-top: 15px;
	
	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}
.text-footer{
	color: #000;
}
.text-left li{
	text-align: left;
}
p.text-center {
    font-size: 15px;
}
.text-center{
	text-align: center;
	font-family: myFont;
}
.btn:focus {
	color: #f7f7f7;
}
.subFooter1{
        width: 20%;
        float: left;
    }

    .subFooter2{
        width: 30%;
        float: left;
        text-align: left;
    }
    .subFooter3{
        width: 50%;
        float: right;
        text-align: left;
    }
    .subFooter3 a{
    	font-size: 12px;
    }
    .subFooter3 a:hover{
    	font-size: 15px;    	
    	font-family: Arial;
    }
.subC1{
	width: 100%;	
}

.btn-green {
    background-color: #004198;
}

.btn-green:focus, 
.btn-green:hover {
    background-color: #004198;
	color: #fff;
}

.btn-transparent {
	border: 1px solid #4e595f;
	border-radius:  5px 5px 5px 5px;
}

.btn-transparent:focus {
    background-color: transparent;
    border-color: #0066FF;
}

.btn-transparent:hover {
    background-color: #004198;
	border: 1px solid transparent;
    color: #fff !important;
    border-radius:  10px 10px 10px 10px;
}

.form-control {
	background-color: #2f383d;
	border-radius: 0;
	padding: 5px 10px;
	border: 0 none;
	color: #000;
}

.form-control:focus {
	box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder { /*  Chrome, Safari, Opera  */
   color: #ddd;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #ddd;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd;  
}

.form-control:-ms-input-placeholder {  /*  Internet Explorer  */
   color: #ddd;  

}
.preload{	
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	opacity: 1;
    background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;	
}
.preload img{
	position: fixed;
	top: 30%;
	left: 45%;
	
}
.border {
    border-top: 2px solid #0000ee;
    height: 2px;
    margin: 5px auto 0;
    position: relative;
    width: 40%;
     
}
.border:hover{	
    box-shadow: 2px 2px 4px #0000ee;
}
.border:before {
    background-color: #0000ee;
    border: 1px ridge #0000ee;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 60px;
}
.cat{
	/**img catalogo*/
	width:100%;	
}
.mapa{
	color: #000;
	text-align: center;
}
.title {
   /* padding: 20px;*/
}

.title h2 {
	text-align: center;
	font-family: Arial;
    text-transform: uppercase;
    font-weight: 700;    
    color: #363636;
}

.color {
    color: rgba(0,0,253,1);
    font-weight: bold;
}
.color:hover {
	text-shadow: 4px 4px 4px rgba(0,0,253,1);
	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}


.sub-title {
    padding: 0 0 50px;
}

.sub-title > h3 {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.bg-one {
    background-color: #fff;
}
.bg-two{
	background-color: #fff;
}

.parallax-section {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*=================================================================
	Home 
==================================================================*/

#home {
    position: relative;
}

#slitSlider .carousel-caption {
	padding: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
	background-color: rgba(0,0,0,.5);
}

#slitSlider .carousel-caption a {
    font-size: 18px;
}

#slitSlider .carousel-caption > div {
    vertical-align: middle;
    display: table-cell;
}

#slitSlider .carousel-caption h2 {
    color: #FFF;
    font-family:  myFont;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#slitSlider .carousel-caption h3 {
    color: #FFF;
    font-family:  myFont;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 59px;
}



/*=================================================================
	Navigation
==================================================================*/
/* menu transparente */
.navbar-inverse , .bg-f{
	background-color: #e8e8e8 !important;
	border-color: #fff !important;
	font-weight: bold !important;
	box-shadow: inset 0 2px 3px 0 #b5b5b5, inset 0 -3px 6px 0 #b5b5b5;
	background-image: linear-gradient(to top,#fff,#f7f7f7, #e8e8e8, #e8e8e8, #e8e8e8);
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	width: 100%;
	z-index: 99;
}

.navbar {
/*  border-bottom: 1px solid #666;*/
  margin-bottom: 0;
}

.navbar-brand {
	height: auto;
	padding: 8px 10px;
	
}
.navbar-brand img{
	max-width:300px;

} 
.navbar-brand h1 {
	margin: 0;
}
/* links default*/

.topnav > li > a:hover{
	background: url(../img/active-state.png) no-repeat;
	background-size: 100% 20px;
 	background-position: center 33px; 
 	color: #0000ff;/*rgba(0,0,253,1);#0F63AC    */
    font-weight: bold;
}
/*
.topnav > li.current > a , .topnav ul li.current > a{
    color: blue;    
}*/
.topnav.clearfix , .prod-filter{
	background-color: transparent;
}
.navbar-nav{
	margin-top: 5px;
}
ul.topnav li a{
	font-family: sans-serif !important;
}
. .navbar-nav > li > a{
	color: #000;
}
a:hover .filter:hover{
    color: #0000ff;/*rgba(0,0,253,1);#0F63AC*/
    font-weight: bold;
    /*faz a transição de efeito, mudança de cor lenta
	-webkit-transition: color .5s ease-in-out 0s;
	   -moz-transition: color .5s ease-in-out 0s;
		 -o-transition: color .5s ease-in-out 0s;
			transition: color .5s ease-in-out 0s;*/
}
#about,#produtos, #catalogo, #fornec, #contato{
    padding: 70px 0px 10px 0px;
}	
section#fornec{
	height: auto;
}

.containerTextForn{
	width: 100%;
	height: 100%;
}
.contForn div{
	max-width: 100% !important;
}
.icon1{
	background-color: #E04332;
	background-repeat: repeat-x;
	background-size: 24px 300px;
	background-image: 
	linear-gradient(135deg, slategray 25%, transparent 25%), 
	linear-gradient(45deg, transparent 75%, slategray 75%), 
	linear-gradient(45deg, slategray 25%, transparent 25%), 
	linear-gradient(135deg, transparent 75%, slategray 75%);
}
.icon-box {
	position: relative;
	width: 160px; 
	height: 92.38px;
	background-color: transparent;
	margin: 46.19px auto 60px;
	padding: 20px 0;
	border-left: solid 3px #cfcfcf;
	border-right: solid 3px #cfcfcf;
	
	-webkit-transform: translateZ(0px);
	   -moz-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		 -o-transform: translateZ(0px);
			transform: translateZ(0px);

	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		 -o-transition-duration: 0.3s;
			transition-duration: 0.3s;

	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		 -o-transition-property: transform;
			transition-property: transform;
}

.icon-box.iconAlm:hover .iAlm, 
.icon-box.iconGroup:hover .iEmp,
.icon-box.iconProd:hover .iProd{
	color:#ddd;
	z-index: 99;
}


.icon-box:hover {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}
.icon-box.iconAlm:hover,
.icon-box.iconAlm:hover:before,  
.icon-box.iconAlm:hover:after {
	background-color: #8B6969;
	z-index: -1;
}
.icon-box.iconGroup:hover,
.icon-box.iconGroup:hover:before,  
.icon-box.iconGroup:hover:after {
	background-color: #0000cd;
	z-index: -1;
}
.icon-box.iconProd:hover,
.icon-box.iconProd:hover:before,  
.icon-box.iconProd:hover:after {
	background-color: #006400;
	z-index: -1;
}
.icon-box:before,
.icon-box:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 113.14px;
	height: 113.14px;
	background-color: .icon-box;
	left: 20.4315px;

	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	   -moz-transform: scaleY(0.5774) rotate(-45deg);
		-ms-transform: scaleY(0.5774) rotate(-45deg);
		 -o-transform: scaleY(0.5774) rotate(-45deg);
			transform: scaleY(0.5774) rotate(-45deg);
}

.icon-box:before {
	top: -56.5685px;
	border-top: solid 4.2426px #ddd;
	border-right: solid 4.2426px #ddd;
}

.icon-box:after {
	bottom: -56.5685px;
	border-bottom: solid 4.2426px #ddd;
	border-left: solid 4.2426px #ddd;
}
.fornImg{
	width: 90%;
	height: 90%;
}
.boxForn{
	width: 95%;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 5px 1px 17px rgba(255,255,255,1);
    -moz-box-shadow: 1px 0px 0px 5px 1px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 1px rgba(255,255,255,1);
	margin-bottom: 10px;
}
.biguer:hover
{
	-webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
     z-index: 999;     

}

/*=================================================================
parallax
==================================================================*/

#main-features {
    padding: 70px 0;
}

.feature-media {
	margin-bottom: 10px;
}

.feature-desc a {
	margin-right: 20px;
}
#vendidos {
    background-image: url(../img/parallax/city.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 70px 0px 60px 0px;
    /*
     filter: -ms-brightness(30%);
     filter: -moz-brightness(30%);
     filter: -webkit-brightness(30%);
     filter: brightness(30%);
     */
     margin-top: 30px;
}

#counter { 
    background-image: url(../img/parallax/01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 300px;
    padding: 45px 0px 45px;
    /*
     filter: -ms-brightness(30%);
     filter: -moz-brightness(30%);
     filter: -webkit-brightness(30%);
     filter: brightness(30%);
     */
}
.counters-text span, .counters-text i, .counters-text h2{
	color: #fff;
}
.counters-item {/* container item*/
    
    padding-bottom: 30px;
    color: #000;
    font-size: 20px;
    text-align: -webkit-center;
    text-align: center;
}

.counters-item > div { /* div numero*/
    margin: 5px 0;
}

.counters-item span {/* numero */
    display: inline;
    font-family:  myFont;
    font-size: 30px;
    line-height: 0px;
}

.counters-item i {/* icone */
    margin-bottom: 15px;
}

.counters-item h2 {	
	font-size: 16px;
	margin: 0;
}


#produtos .title {
    padding-bottom: 10px;
}

.service-block {
    padding: 50px 20px;
    border-left: 1px solid #4e595f;
    border-top: 1px solid #4e595f;
    margin-bottom: 40px;
	
	-webkit-box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
	   -moz-box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
			box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
}

.service-icon {
    margin-bottom: 40px;
}

.service-block h3 {
	text-transform: uppercase;
}

.prodLi img{
	padding-top: 20px;	
	max-width: 150px;
	max-height: 150px;		
}
#showcase {
    padding: 75px 0;
}
.container ,.topnav{
	/*border: 1px solid #fff;*/
} 


.topnav ul li , .prod-filter ul li{
    display: inline-block;
}


.topnav ul li a:hover::before {
	top: 100%;
	opacity: 1;
}

.topnav ul li a:hover::after {
	height: 100%;
}
.og-grid li{
/*	background-color: #fff;*/
}
.col-md-2.mix {
    background-color: #fff;
}

.og-grid .mix > a {
	display:block;
	overflow:hidden;
	position:relative;
}

.og-grid .mix a img {
	-webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
	max-width: 90%;
			
}

.og-grid .mix a:hover img {
	-webkit-transform: scale(1.4) rotate(15deg);
	   -moz-transform: scale(1.4) rotate(15deg);
		-ms-transform: scale(1.4) rotate(15deg);
		 -o-transform: scale(1.4) rotate(15deg);
			transform: scale(1.4) rotate(15deg);
}

.hover-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /*background-color: rgba(43, 44, 48, 0.8);*/
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 600ms ease-out 0s;	
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.hover-mask h3 {
	color: #363636;
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
	top: 70%;
}
/*
.hover-mask span {
	border: 2px solid #ddd;
	border-radius: 50px;
	color: #ddd;
	display: inline-block;
	height: 50px;
	left: 42%;
	padding: 11px 0;
	position: absolute;
	text-align: center;
	top: 22%;
	width: 50px;
}*/

.og-grid .mix a:hover .hover-mask {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

/*=======================*/
/*       inauguração            */


* {margin: 0; padding: 0;}

.trs {
	-webkit-transition:all ease-out 0.5s;
	-moz-transition:all ease-out 0.5s;
	-o-transition:all ease-out 0.5s;
	-ms-transition:all ease-out 0.5s;
	transition:all ease-out 0.5s;
	font-size:30;
}	
#slider a img{
	border: groove;
}
#slider {
	position: relative; z-index: 1;}
#slider a { 
	position: absolute; top: 0; left: 0; opacity: 0;filter:alpha(opacity=0);}
.ativo {
	opacity: 1!important; filter:alpha(opacity=100)!important;}
/*controladores

*/
.next {
	right: -30px;}
.next:before,.next:after {
	left: 21px;}
.next:before {
	-webkit-transform: rotate(-42deg);
	top: 5px;
}
.next:after {
	-webkit-transform: rotate(-132deg);
	top: 19px;
}
.next:before,.next:after,.prev:before,.prev:after {
	height: 20px;
	width: 1px;
	position: absolute;
}
.prev {
	left: 10px;}
.prev:before,.prev:after {
	left: 18px;}
.prev:before {
	-webkit-transform: rotate(42deg);
	top: 5px;
}
.prev:after {
	-webkit-transform: rotate(132deg);
	top: 19px;
}

.close {
	right: 0px;top: 0px}
.close:before,.close:after {
	left: 0px;}
.close:before {
	-webkit-transform: rotate(42deg);
	top: 0px;
}
.close:after {
	-webkit-transform: rotate(132deg);
	top: 0px;
}
 
figure:hover span {
	opacity: 0.76;filter:alpha(opacity=76);}
figure {
	max-width: 800px;
	height: 600px;
	position: relative;
	padding-top: 15px;
}
 


#thumbnails{
width: 810px;
height: 300px;
position: relative;
overflow: hidden;
margin: auto;
overflow:horizontal;
top: -50px;
padding-left:47px;
}
.thumbs{
    float:left;
	overflow:hidden;
	height:60px;
	cursor: pointer;
	cursor: hand;
	padding:3px;
	border:none;
}
.thumbs-ativo{
	float:left;
	overflow:hidden;
	height:60px;
	cursor: pointer;
	cursor: hand;
	padding:0px;
	border:3px solid #0000FF;
}
#loading{
	position:fixed;
	top:20%;
	left:20%;
	width:60%;
	height:60%;
	background-color:#FFFFFF;
    white-space: nowrap;
	text-align: center;
	z-index:1;
	opacity: 0.4;
    filter: alpha(opacity=40);
	
}
#imgload{
	vertical-align: middle;
}
#helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
	position:relative;
	width:1px;
}

.skill-chart > h3 {
    border-bottom: 1px solid;
    margin: 25px 0 15px;
    padding-bottom: 10px;
}

.chart {
    display: block;
    position: relative;
}

.percent {
    display: inline-block;
    font-size: 1.6em;
    height: 150px;
    line-height: 150px;
    text-align: center;
    width: 150px;
    z-index: 2;
}

.chart canvas {
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 0;
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
}



.about-team {
    color: #fff;
    padding-bottom: 40px;
}

.about-team .title h1 {
    color: #fff;
}

.team-mate {
	background-color: #303136;
	border: 1px solid #4e595f;
}

.member-photo {
	overflow: hidden;
	position: relative;
}

.member-photo img {
	-webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
}

.member-photo:hover img {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		 -o-transform: scale(1.2);
			transform: scale(1.2);
}

.member-title {
	border-bottom: 1px solid #4e595f;
	padding: 10px 15px;
}


.member-photo .mask {
    background-color: rgba(43, 44, 48, 0.8);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 600ms ease-out 0s;	
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.member-photo:hover .mask {
    cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-mate h3 {
	font-family: Ubuntu,sans-serif;
	font-size: 20px;
	margin: 0 0 5px;
}

.member-info {
	padding: 15px;
}

.mask ul {
    text-align: center;
    position: relative;
    top: 125px;
}

.mask ul li {
    display: inline-block;
    margin-right: 15px;
}

.mask ul li a {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.mask ul li a:hover {
    background-color: #6cb670;
    border: 1px solid transparent;
}

.promocao {
	background-color: #2b2c30;
}

.price-title {
  background-color: #2b2c30;
  padding: 30px 0 20px;
}

.price-title > h3 {
    color: #6cb670;
    font-family: Oswald;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.price-title > p {
    font-size: 18px;
    font-weight: 400;
}


.price-title .value {
	color: #6cb670;
	font-size: 30px;
}

.promocao li {
    border-top: 2px solid #3F4045;
    font-weight: 400;
    padding: 10px 0;
}

.promocao li:last-child {
    border-bottom: 2px solid #3F4045;
}

.promocao li:nth-child(2n) {
    background-color: #2F3035;
}

.promocao a.btn {
    text-transform: uppercase;
	margin: 20px 0;
}



/*=================================================================
	post section
==================================================================*/

#testimonial{
    background-image: url(../img/parallax/tecno.png);
    padding: 70px 0;
    margin-top: 20px;
}

#testimonial .owl-wrapper-outer {
  top: -25px;
}

.client-info {
  margin: 0 auto;
  width: 45%;
}

.client-thumb img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 115px;
  width: 100%;
}

.client-meta {
  margin: 0 0 10px;
}

.client-meta h3 {
  font-family: Ubuntu,sans-serif;
  font-size: 20px;
  margin: 15px 0 5px .0;
}

.client-meta span {
  font-size: 12px;
}

.client-comment .social-profile {
	text-align: center;
}

.client-comment .social-profile li {
	display:inline-block;
    margin: 0 6px 0 0;
}

.social-profile ul li {
    float: left;
    margin: 0 6px 0 0;
}

.social-profile a {
    color: #4e595f;
	display: block;
}

.social-profile li a i {
  line-height: 33px;
}

.social-profile li a:hover {
	color: #6CB670;
}

.owl-pagination,
.owl-buttons {
	text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    height: 13px;
    margin: 0 4px;
    width: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background-color: #6cb670;
    border: 2px solid transparent;
}

.our-clients {
  margin: 30px 0 0;
}

#our-clietns .item img {
	max-width: 150px;
	width: 100%;
}

#our-clietns .owl-next, 
#our-clietns .owl-prev {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  margin: 45px 0 0;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

#our-clietns .owl-next i, 
#our-clietns .owl-prev i {
  line-height: 34px;
}

#our-clietns .owl-prev {
  margin-right: 15px;
}

#our-clients .item {
    margin: 10px;
}


/*=================================================================
	Latest Posts
==================================================================*/

#blog {
    padding-bottom: 110px;
    padding-top: 70px;
}

.note {
	background-color: #323338;
	border: 1px solid #4e595f;
}

.note .media-wrapper {
	border-bottom: 1px solid #4e595f;
}

.note .excerpt {
	padding: 0 10px 20px;
}

.note .excerpt h3 {
	font-size: 20px;
	line-height: 1.5;
	text-transform: capitalize;
}

.all-post {
	margin-top: 50px;
}


/*=================================================================
	Contact
==================================================================*/

#contact-us {
    padding: 70px 0 0;
}

.contact-form {
	margin-bottom: 40px;
}

.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #4e595f;
	height: 38px;
	width: 100%;
}


#contact-submit {
	border: 1px solid #4e595f;	
	color: #000;
	padding: 12px 0;
	width: 50%;
	margin: 0;
}
.contact-form input:hover, 
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #004198;    
}

.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
}

.contact-info p {
	margin-bottom: 25px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
}

.con-info {
    margin-bottom: 10px;
    margin-left: 10px;
}

.con-info i,
.con-info span {
    float: left;
}

.con-info span {
	margin: -2px 0 5px 15px;
}

.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #AA0606;
}

.success {
    background-color: #004198;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}

#map-canvas {
    height: 370px;
    width: 100%;
}


/*=================================================================
	Footer section
==================================================================*/

.social-icon {
    padding: 5px 0px;
}

.social-icon > ul {
    text-align: center;
}

.social-icon > ul > li {
    display: inline-block;
    margin-right: 20px;
}

.social-icon > ul > li > a {
    background-color: #363636;
    display: block;
    height: 50px;
    width: 30px;

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
			transition: all 400ms ease-out 0s;
}

.social-icon > ul > li > a > i {
    color: #9fb6cd;
    display: inline-block;
    font-size: 32px;
    line-height: 50px;
    margin: 0;


    opacity: 0.3;
    filter: alpha(opacity=30);

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
			transition: all 400ms ease-out 0s;
}

.social-icon > ul > li:hover a {
    background-color: #004198	;
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.social-icon > ul > li:hover a i {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.copyright {
    color: #fff;
}

.copyright a img {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 50%;
}

#scrollUp {
    border: 1px solid #4e595f;
    bottom: 15px;
    color: #fff !important;
    display: none;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
    z-index: 600;
}

#scrollUp:hover {
    background-color: blue;
    border: 1px solid #004198;
}


/*=================================================================
	Blog Page
==================================================================*/


#blog-banner {
	padding-bottom: 100px;
    padding-top: 150px;
}

.blog-icon {
    border: 1px solid #6CB670;
    border-radius: 50%;
    color: #6CB670;
    display: inline-block;
    padding: 16px 20px;
}

.blog-title h1 {
    text-transform: uppercase;
}

#blog-page {
	margin: 0 0 40px;
}

.post-item .entry {
	border: 1px solid #4e595f;
	margin-bottom: 30px;
}

.entry .post-excerpt {
	padding: 0 20px;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev,
#gallery-post .owl-next,
#post-thumb .owl-next {
    padding: 5px 17px;
    position: absolute;
    top: 45%;

	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev {
    left: -45px;
}

#gallery-post .owl-next,
#post-thumb .owl-next {
    right: -45px;
}

#gallery-post:hover .owl-prev,
#post-thumb:hover .owl-prev {
    left: 0;
}

#gallery-post:hover .owl-next,
#post-thumb:hover .owl-next {
    right: 0;
}

#gallery-post,
#post-thumb {
    overflow-x: hidden;
}

#post-thumb .owl-buttons {
    color: #fff;
}

.post-meta {
	background-color: #3d444a;
	border-top: 1px solid #4e595f;
	font-size: 13px;
	margin: 20px 0 0;
	padding: 0 20px 10px;
}

.post-meta > span {
	border-right: 1px solid #4e595f;
	display: inline-block;
	font-size: 12px;
	margin: 10px 10px 0 0;
	padding-right: 10px;
}

.post-meta > span:last-child {
    border-right: 0;
}

.post-meta > span > i {
    margin-right: 5px;
}

.post-meta a:hover {
	color: #004198;
}

.post-excerpt .more {
    margin-top: 20px;
}

.post-excerpt .more a {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px;
}

.post-excerpt .more a:hover {
    background-color: #6CB670;
    color: #fff;
}

aside.widget {
    margin-bottom: 25px;
}

.widget-title > h3 {
	color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}

#search-form {
	position: relative;
}

#search-submit {
	background: none;
	border: 0;
	color: #C8C8CA;
	display: block;
	font-size: 16px;
	height: 32px;
	outline: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 32px;
}

.widget-content .tab-content {
	background-color: #2f383d;
	padding: 20px;
}

.tab-post-nav {
	background-color: #4A535A;
}

.tab-post-nav li {
	float: left;
}

.tab-post-nav li.active a {  
	border-top: 3px solid #6cb670;
	background-color: #2F383D;
	color: #6CB670;
}

.tab-pane.active .clearfix:first-child {
	margin-bottom: 25px;
}

.tab-excerpt > span {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.tab-excerpt h4 a {
	color: #fff;
}

.tab-excerpt h4 a:hover {
	color: #004198;
}

.tab-post-nav li a {
	border-top: 3px solid transparent;
	color: #fff;
	display: block;
	padding: 13px 18px;
	text-align: center;
}

.categories li {
    margin-bottom: 10px;

	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

.categories > li:hover a {
    padding-left: 10px;
    color: #6CB670;
}

.categories > li:last-child {
    border-bottom: 0;
}

.categories li a {
    padding-left: 5px;
}

.widget-content .tag {
	background-color: #2F383D;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 5px 13px;
}

.widget-content .tag:hover {
    background-color: #6CB670;
    color: #fff;
}

.post-pagination {
    display: inline-block;
    margin-bottom: 20px;
}

.post-pagination ul li {
    margin-right: 5px;
    float: left;
}

.post-pagination ul li:last-child {
    margin-right: 0;
}

.post-pagination ul li.disabled a {
    cursor: not-allowed;
}

.post-pagination ul li.disabled a:hover {
    background-color: #2E373C;
    color: #9aa8b3;
}

.post-pagination ul li a {
	background-color: #30393e;
	color: #9aa8b3;
	display: block;
	padding: 8px 18px;
}

.post-pagination ul li a:hover, 
.post-pagination ul li.active a {
    background-color: #6CB670;
    color: #fff;
}

/*=================================================================
	Single Blog Page
==================================================================*/

.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}

blockquote {
    border-left: 5px solid #6cb670;
    font-style: italic;
    line-height: 22px;
    margin: 20px 0;
}

.next-prev {
    border-bottom: 1px solid #4e595f;
    border-top: 1px solid #4e595f;
    margin: 20px 0;
    padding: 15px 0 10px;
}

.next-prev a:hover {
    color: #6CB670;
}

.prev-post i {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}

.next-post i {
    float: right;
    margin-left: 10px;
    margin-top: -3px;
}

.post-author {
    margin-right: 20px;
}

.post-author > img {
	border: 1px solid #4e595f;
	max-width: 120px;
	padding: 5px;
	width: 100%;
}

.comment-reply-form > h3,
.author-about > h4,
.comments > h4 {
    border-bottom: 1px solid #4e595f;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
}

.author-bio h5 {
    display: inline-block;
}

.post-item .comments-section {
    margin-top: 35px;
}

.comment-list ul {
    margin-top: 20px;
}

.comment-list li {
    margin-bottom: 20px;
}

.comment-wrap {
	border: 1px solid #4e595f;
	border-radius: 1px;
	margin-left: 20px;
	padding: 10px;
	position: relative;
}

.comment-wrap .author-avatar {
	margin-left: -25px;
	margin-right: 20px;
}

.author-comment {
    margin-bottom: 15px;
    overflow: hidden;
}

.author-comment cite a:hover, .replay:hover {
    color: #6CB670;
    text-decoration: underline;
}

.author-comment cite {
    margin-bottom: 2px;
    padding-top: 4px;
}

.comment-content {
    margin-left: 45px;
}

.comment-list ul li {
    padding-left: 25px;
}

.comment-reply-form {
    margin-top: 80px;
}

#comment-form {
    margin-top: 35px;
}

#comment-form .form-control:hover {
    border-color: #6CB670;
}

.form-group:last-child,
.form-group:last-child input {
  margin: 0;
}
/*efeitos fornecedores*/                            
#info {
		position: relative;
		width: 100%;
		color: #ffffff;
		padding: 5px;
		font-family: Monospace;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		z-index: 1;
	}

	#menu {
		position: relative;
		bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.imgForn{
		max-width: 150px;
		max-height: 120px;
		padding: 5px;
	}

	.element {/* div para célula*/
		width: 0px;
		height: 0px; 
		/*box-shadow: 0px 0px 12px rgba(0,255,255,0.5);
		border: 1px solid rgba(127,255,255,0.25);
		text-align: center;
		cursor: default;*/
	}

	#container div{
		margin-top: 50px;
	}
	/*
	.element:hover {
		box-shadow: 0px 0px 12px rgba(0,255,255,0.75);
		border: 1px solid rgba(127,255,255,0.75);
	}

		.element .symbol {
			position: absolute;
			top: 40px;
			left: 0px;
			right: 0px;
			font-size: 60px;
			font-weight: bold;
			color: rgba(255,255,255,0.75);
			text-shadow: 0 0 10px rgba(0,255,255,0.95);
		}

		.element {
			max-width: 100%;
			position: absolute;				
			color: transparent;
			}
		*/	
	button .navbar-toggle{
		color: #fff;
		background-color: #696969;
		outline: 1px solid rgba(0,0,253,1);
		border: 0px;
		padding: 5px 10px;
		cursor: pointer;
		border-radius: 10;
		 font-family: myFont;
	}
	/*button:hover {
		background-color: rgba(0,0,253,0.5);
	}*/
	button:active {
		color: #000000;
		background-color: rgba(0,0,253,0.75);
	}
	#menu a{
		font-weight: bold;
		text-decoration: none;
	}
	#menu button:hover{
		font-weight: bold;
	}
	.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
	}
/*------*/