
html,body{
	background:#fff;
	font-size: 100%;	
	font-family: 'Open Sans', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.pesquisa{
	background: url("../images/pesquisa.png") no-repeat right !important;
	padding-right: 1.5em  !important;
	color: #5e5c5c !important;
	} 

.pesquisa_txt{
	padding: 0.1em 0.5em !important;
	
}
.news{
    width: 100%;
    border: 1px solid #ececec;
    border-radius:7px;margin-bottom: 3%;
}
.telecurso1 img{
    width: 100%!important;
    border: 1px solid #ccc;
    padding: 0.4em;
    margin-bottom: 4%;
}
.telecurso1{
    width: 24%;
    float: left;
    margin-right: 1%;
}
.contato_endereco{}
.contato_endereco li:first-of-type{
    color:#ff0d19;
    font-size: 1.3em;
}
.contato_endereco li{
    list-style-position: inside;
    list-style: none;
    line-height: 2em;
}
.news_img{
    width:40%;
    float:left;
}
.news_info h2 a{ width: 100%;color: #000;text-decoration:none;margin-bottom: 2%;}
.news_info h2{ width: 100%;}
.news_img a img{
    width: 100%;
}
.news_info p{
    font-size: 0.9em;
    color: #999;
    line-height: 2em;
    margin:0;
}
.news_info{
    width:58%;
    float:right;
}
.slide1{
    min-height:524px;
    background-size: cover!important;
    width:100%;
    background:url(../images/slide4.jpg);
}
.slide2{
    min-height:524px;
    background-size: cover!important;
    width:100%;
    background:url(../images/slide5.jpg);
}
.slide3{
    min-height:524px;
     background-size: cover!important;
    width:100%;
    background:url(../images/slide6.jpg);
}

.slide2 h2,.slide2 h3,.slide1 p{
    text-shadow: 2px 2px #000;
    color: #fff;
    
    padding: 0.5em;
}
.slide1 h2,.slide3 h2,.slide2 h2{
    text-shadow: 2px 2px #000;
    color: #fff;
    text-align: left;
    padding-top: 11%;
    padding-left: 3%;
    
}
.slide1 h3,.slide3 h3,.slide2 h3{
    
    color: #fff;
    text-align: left;
    padding: 1em;
    margin-top: 8%;
    width:50%; 
        background: rgb(221, 16, 16);
}
.slide1 p,.slide3 p,.slide2 p{
    text-shadow: 2px 2px #000;
    color: #fff;
    text-align: left;
    padding: 1em;
    margin-left: 25%;
    width:25%; 
       background: rgba(94, 92, 92, 0.74);
}

.header{
        aposition: fixed;
    width: 100%;
    z-index: 999999999;
        
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Noto Sans', sans-serif;
}

a {
    color: #ff0d19;
    text-decoration: none;
}
a:hover, a:focus {
    color: #333333;
    text-decoration: underline;
}
/*--header--*/
.head {
	    background: linear-gradient(#ccc,#fff,#F3F3F3);	
    

}
.bannerte{ -webkit-box-shadow: 0 2px 5px 0 #787878;
box-shadow: 0 2px 5px 0 #787878;}
.logo{
    float: left;
    width: 33%;    
}
.logo h1{
	font-size:2.2em;
	font-family: 'Montserrat', sans-serif;
}
.div_slides{
        width: 75%;
    float: left;
}
.navbar-header {
    float: none;
    width: 100%;
}
.navbar-header img{
    width: 100%;
}
.logo h1 a{
	text-decoration:none;
	color:#000;
	abackground: #fff;
	abackground: #fff;
    padding: 15px 19px;
	position:relative;
	    display: block;
}
.alogo h1 a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-left: 37px solid #fff;
    border-bottom: 38px solid transparent;
    right: -37px;
    top: 0px;
}
.navbar-brand {
   height: auto; 
    padding: 0; 
    font-size: 18px; 
    line-height: 20px;
    margin-top: 1%;
}
.fill {
    float: none;
    margin-top: 0;
    width: 100%;
}
.nav-top {
    float: left;
    width: 100%;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
ul.nav.navbar-nav li a {
    font-size: 1em;
    color: #000;
    margin: 0 5px;
    padding: 11px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background:none !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background:none;
}
/*----*/
/* NAVIGATION */

ul li a,
 ul li a:after,
 ul li a:before {
  transition: all .5s;
}
ul li a:hover {
  color: #555;
}
/* stroke */
.fill ul li a {
  position: relative;
}
.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
.fill ul li a {
  transition: all 2s;
}
.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}
/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #ff0d19;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #ff0d19;
    border-radius: 100%;
  }
  100% {
    background: #ff0d19;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}
/*----*/
.search-box {
	position: relative;
}
.sb-search {
	position: absolute;
	top:0px;
	right:0px;
	width: 0%;
	min-width: 75px;
	height: 75px;
	float: right;
	overflow: hidden;
/*-- w3layouts --*/ 
	-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:#248892;
	width: 87%;
	height: 75px;
	margin: 0;
	z-index: 10;
	padding: 5px 10px;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:75px;
	height:75px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #ff0d19 url('../images/search.png') no-repeat 0px 1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
/*-- agileits --*/ 
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	color: #FFF;
	background: #ff0d19 url('../images/search.png') no-repeat 19px 20px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:34%;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/*--- slider-css --*/

.navbar-nav {
    
    margin: 0;
    margin-top: 1%;
}
.telecurso img{width: 100%;}
.telecurso h4{
    background: #FF0D19;
    color: #fff;
    font-size: 1em;
    padding: 0.3em;
}
.cursos{margin: 2% 0;}
.telecurso{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.btn_loja a:hover{
    text-decoration: none;
    background: #4a4d4f;
}
.btn_loja a{
   float: right;
    margin-top: 1.3%;
    color: #fff;
    border-radius: 7px 7px 0 0;

    width: 17%;
    text-align: center;
}
.telecurso:nth-of-type(3){
    
    margin-right: 0;
    
}
.contato{

    float: right;
    margin-left: 3%;
	margin-top:5px;
}
.noticia{ margin:2.5em 0 1em 0; background:#fff;}
.noticia h2{ font-size:1em; font-weight:bold; margin-bottom:0.5em; color:#333333;}
.noticia h2 a{ color:#333; text-decoration:none;}
.noticia h2 time{ font-size:0.7em; color:#fff; background:#FF0D19; padding:0.3em; line-height:1.8em;}
.noticia img{ filter:grayscale(100%); 
				-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;}
.noticia img:hover {filter:grayscale(0%);}
.noticias{
       width: 25%;
    float: right;
    background: #efefef;
    
    
    background: linear-gradient(43deg, #FFF 73%,#E6E6E6,#C2C2C2);
}

.sub-menu li a {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }

#menu_dropdown li a:hover{
    text-decoration: none;
}
#menu_dropdown li a{ 
        border-bottom: 1px solid #eee;
    display: block;
}
#menu_dropdown li{ 
    list-style-position: inside;
    list-style: none;
    
}
#menu_dropdown{
   position: absolute;
    z-index: 99999;
    background: #f4f4f4;
    width: 225px;
    display: none;
    
    
}
#lista_dropdown:hover #menu_dropdown{
    
    display: block;
    
}


.navbar-nav li  .dropdown-menu {
  background-color: rgba(244,244,246,1.0);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  left: 0;
}

.navbar-nav li  .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-nav li  .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
}

.navbar-nav li  .dropdown-menu > li:hover > a,
.navbar-nav li  .dropdown-menu > li:focus > a,
.navbar-nav li  .dropdown-menu > li.active > a {
  background-color: #ff3523;
  color: #fff;
}

.navbar-nav li  .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-nav li  .dropdown-menu > li.divider {
  background-color: transparent;
}

.sub-menu {
	position: relative;
}

.sub-menu ul{
	position: absolute;
	top: 0px;
	left: 98%;
	display: none;
	
}

.sub-menu ul li a{
	display: block;
	background: #fff;
	padding: 0.6em;
	color: #000;
	border: 1px solid #;
	width: 180px
}

.sub-menu ul li a:hover{
	display: block;
	background: #ff3523;
	color: #fff;
}

.sub-menu:hover ul{
	display: block;
		
}
.noticias div h3{
        font-size: 1.1em;
    margin-bottom: 2%;
    font-weight: bold;
    background: #919191;
    color: #fff;
        padding: 0.4em 0.3em;
        text-align: center;
}
.noticias div p{
    padding: 0.5em 2em;
}
.noticias div{
  border-bottom: 1px solid #999;
    width: 100%;
    float: left;
    color: #000;
    
    font-size: 0.9em;
    text-align: left;
    background: linear-gradient(43deg, #FFF 73%,#E6E6E6,#C2C2C2);
}
.contato ul{
       /* background: #ff0d19; */
    float: right;
    padding-bottom: 10px;
}
.contato ul li{
        padding: 0.2em 0.6em;
    display:inline-block;
    color: #5e5c5c;
    list-style-position: inside;
    list-style: none;
    font-size: 0.95em;
}




hr {
    border: 0;
    border-top: 1px solid #d9d9d9;
}




/*-- banner --*/
.banner,.banner1,.banner2{
	min-height:50px;
}
.banner{
	background:url(../images/slide4.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
    
}
.caracteristicas_produto{}
.banner1{
	background:url(../images/slide5.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner2{
	background:url(../images/slide6.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.tb_cart{

}
.tb_cart thead{
    background: #ff0d19;
    color: #fff;
}
.tb_cart tbody{

}
.tb_cart tbody tr td{
    padding: 0.5em;
}
.tb_cart tbody tr{
    background: #eee;
    border: 1px solid #ccc;
    padding: 0.5em;
}
.tb_cart thead tr td{
    padding: 0.5em;
}
.tb_cart thead tr{

}

.caracteristicas_produto{
    margin-top: 2%;
}
.caracteristicas_produto ul{
    width: 100%;
    padding: 2em 0;
        background: #eee;
    overflow: hidden;
        border-bottom: #d1d1d1 solid 1px;
}
.titulo_video{
    font-size: 0.9em;color: #fff!important;line-height: 2em;margin: 0!important;text-align: center;background: #ff0d19;    width: auto!important;
}
.caracteristicas_produto ul li{
        margin: 0;
    width: 13%;
    /* border-left: 1px solid #999; */
    float: left;
    text-align: center;
    /* border-right: 1px solid #999; */
}
.caracteristicas_produto div p{
    color: #403f3f;
}
.caracteristicas_produto div{
    padding: 0.4em;
    background: #eee;
    overflow: auto;
}
.lista_download{
    margin-top: 2%;
}
.lista_download ul{
    width: 100%;
    padding: 2em 0;
        background: #eee;
    overflow: hidden;
        border-bottom: #d1d1d1 solid 1px;
}
.titulo_video{
    font-size: 0.9em;color: #fff!important;line-height: 2em;margin: 0!important;text-align: center;background: #ff0d19;    width: auto!important;
}
.lista_download ul li{
        margin: 0;
    width: 13%;
    /* border-left: 1px solid #999; */
    float: left;
    text-align: center;
    /* border-right: 1px solid #999; */
}
.lista_download div p{
    color: #403f3f;
}
.lista_download div{
    padding: 0.4em;
    background: #eee;
    overflow: auto;
}
.ban_top{
    width: 100%;
}
.ban_top img{
    width: 100%;
}
.acaracteristicas_produto ul li a:hover{
    text-decoration: none;
    background: #434343;
color: #fff;
}
.caracteristicas_produto ul li a{
    padding: 1em;
    color: #898989;
    display: block;
}

.download ul li a {
    padding: 0em;
}

.bt-2 {
	margin-left: 9em;
}

.pdf {
	margin-left: 6em;
}

.bt-3 {
	margin-left: 12em;
}

.bt-4 {
	margin-left: 13em;
}

.banner-info{
	padding: 0;
}
.banner-info h3,.banner-info h2,.banner-info h4{
	font-family: 'Open Sans', sans-serif;
	text-transform:inherit;
	font-size:1.3em;
	color:#000;
	padding:.5em;
	background:#fff;
	    width: 80%;
	text-align:left;
	text-shadow: 0px 1px 2px #000000;
	font-weight:bold!important;
}
.banner-info h2,.banner-info h4{
	width: 50% !important;
    margin:0.3em 0 1em 0em;
	padding:1em!important;
   background:rgba(255,255,255,0.5);
    color: #fff;
	text-align:left;
	line-height:1.5em;
} 
.more a{
	font-size:14px!important;
	padding:10px 20px!important;
	background:#ff0d19!important;
	text-decoration:none;
	color:#fff;
}
.more {
    width: 35%;
}


/*-- //banner --*/



/*-- banner-info --*/
.banner-info {
	padding-top: 4.5em;
    padding-left: 4.5em;
}
.banner-info h3 {
	font-family: 'Orbitron', sans-serif;
	color:#fff;
	font-size: 25px;
	font-weight: 400;
	text-transform:uppercase;
	background:rgba(255,255,255,0.5);
}
.banner-info h2 {
	font-family: 'Orbitron', sans-serif;
	color:#fff;
	font-size:1em;
	padding: 20px 0 30px;
	text-transform:uppercase;
	font-weight:500;
}
.banner-info p {
	color:#fff;
	padding: 30px 290px;
    font-size: 15px;
    word-spacing: 5px;
	line-height: 25px;
}
span.shortline1-1 , span.shortline1-2 , span.shortline1-3 {
	background-color:#fff;
	display:block;
	width: 270px;
    height: 0.5px;
    left:20%;
	position:absolute;
}
span.shortline1-1 {
	top: 23%;
}
span.shortline1-2 {
    top: 24%;
}
span.shortline1-3 {
    top: 25%;
}
span.shortline2-1 , span.shortline2-2 , span.shortline2-3 {
	background-color:#fff;
	display:inline-block;
	width: 270px;
    height: 0.5px;
    right:20%;
	position:absolute;
}
span.shortline2-1 {
	top:23%;
}
span.shortline2-2 {
    top: 24%;
}
span.shortline2-3 {
    top: 25%;
}
span.longline1 , span.longline2 , span.longline3 {
	background-color:#fff;
	display:block;
	width: 855px;
    height: 0.5px;
    left: 20%;
	position:absolute;
}
span.longline1 {
	top: 41%;
}
span.longline2 {
    top: 42%;
}
span.longline3 {
    top: 43%;
}
.banner-info a.btn.btn-default.btn-lg  {
	background-color:#df4914;	
	border:3px solid #fff;
	border-radius:10px;
	text-transform:uppercase;
	color:#fff;
}
.banner-info a.btn.btn-default.btn-lg:hover {
	background-color:#902F0D;
}
/*-- /banner-info --*/










/*--services--*/
.ser-top {
    margin-bottom: 6em;
	text-align:center;
}
.ser-top h3 {
    margin-bottom: 0.4em;
    font-size: 3em;
    font-weight: bold;
	color:#000;
}
.ser-top p{
	font-size: 0.9em;
    color: #999;
    line-height: 2em;
    margin: 1em auto;
	width:50%;

}
.ser-t {
    text-align: center;
    margin: 0 auto;
    width: 40%;
    position: relative;
}
.ser-t b{	
	width: 100%;
    height: 2px;
    display: block;
    background: #D5D5D5;
    margin-bottom: 3px;
}
.ser-t b.line{
    margin: 0 auto;
    height: 5px;
    background: #ff0d19;
}
.service {
    background: linear-gradient(43deg, #FFF 73%,#ffffff);
    padding: 6em 0;
}
.ser-head h5{
	font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.7em;
    color: #F05E6B;
    font-weight: 900;
	margin-bottom: 1em;
}
.ser-head p{
	font-size: 0.9em;
    color: #999;
    line-height: 2em;
    margin: 1em 0;
}
.ser-head ul li{
	display: block;
	font-size: 0.9em;
	color: #999;
	line-height: 2.3em;
	list-style: none;
}
.ser-head ul li i{
	color:#ff0d19;
    margin-right: 2%;
}
/*----*/
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #000;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {	
	speak: none;
	font-size: 30px;
	line-height: 71px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
/* Effect 7 */
.hi-icon-effect-7 .hi-icon {
	box-shadow: 0 0 0 4px #ff0d19;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;	
}

.hi-icon-effect-7 .hi-icon:hover {
	color: #ff0d19;
}

.hi-icon-effect-7 .hi-icon:after {
	top: -8px;
	left: -8px;
	padding: 8px;
	z-index: -1;
	opacity: 0;
}

/* Effect 7a */
.hi-icon-effect-7a .hi-icon:after {
	box-shadow: 0 0 0 #ff0d19;
	-webkit-transition: opacity 0.2s, box-shadow 0.2s;
	-moz-transition: opacity 0.2s, box-shadow 0.2s;
	transition: opacity 0.2s, box-shadow 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:after {
	opacity: 1;
	box-shadow: 3px 3px 0 #ff0d19;
}

.hi-icon-effect-7a .hi-icon:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*----*/

.ser-grid h3{
	    font-size: 1.2em;
	color:#000;
	margin: 1em 0 0.5em;
}
.ser-grid p{
	font-size:0.9em;
	color:#999;
	line-height:2em;
}
.ser-grid:nth-child(1){
    border-bottom:1px dashed #000;
}
.ser-grid:nth-child(2){
    border-left: 1px dashed #000;
    border-bottom:1px dashed #000;
}
.ser-grid:nth-child(4){
    border-left: 1px dashed #000;
}
.ser-grid {
    padding: 1.5em;
    text-align: center;
}

.thumbs{
	width: 20%;
	float: left;
	left: 5px;
	opacity: 1;
	border: solid;
	margin: 5px;
}
/*--//service--*/
/*----*/

table { border-collapse:collapse; page-break-after:always }
      .gridlines td { border:1px dotted black }
      .gridlines th { border:1px dotted black }
      .b { text-align:center }
      .e { text-align:center }
      .f { text-align:right }
      .inlineStr { text-align:left }
      .n { text-align:right }
      .s { text-align:left }
      td.style0 { vertical-align:bottom; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      th.style0 { vertical-align:bottom; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      td.style1 { vertical-align:bottom; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:1px solid #000000 !important; border-right:1px solid #000000 !important; color:#FFFFFF; font-family:'Calibri'; font-size:11pt; background-color:#7891B0 }
      th.style1 { vertical-align:bottom; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:1px solid #000000 !important; border-right:1px solid #000000 !important; color:#FFFFFF; font-family:'Calibri'; font-size:11pt; background-color:#7891B0 }
      td.style2 {padding: 5px;vertical-align:bottom;text-align:center;border-bottom:1px solid #000000 !important;border-top:1px solid #000000 !important;border-left:1px solid #000000 !important;border-right:1px solid #000000 !important;color:#000000;font-family:'Calibri';font-size:11pt;background-color:white;}
      th.style2 { vertical-align:bottom; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:1px solid #000000 !important; border-right:1px solid #000000 !important; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      td.style3 { vertical-align:middle; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:1px solid #000000 !important; border-right:1px solid #000000 !important; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      th.style3 { vertical-align:middle; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:1px solid #000000 !important; border-right:1px solid #000000 !important; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      td.style4 { vertical-align:bottom; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      th.style4 { vertical-align:bottom; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      td.style5 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:none #000000; border-left:1px solid #000000 !important; border-right:none #000000; color:#FFFFFF; font-family:'Calibri'; font-size:10pt; background-color:#7891B0 }
      th.style5 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:none #000000; border-left:1px solid #000000 !important; border-right:none #000000; color:#FFFFFF; font-family:'Calibri'; font-size:10pt; background-color:#7891B0 }
      td.style6 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#FFFFFF; font-family:'Calibri'; font-size:10pt; background-color:#7891B0 }
      th.style6 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#FFFFFF; font-family:'Calibri'; font-size:10pt; background-color:#7891B0 }
      td.style7 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:1px solid #000000 !important; border-left:1px solid #000000 !important; border-right:none #000000; color:#FFFFFF; font-family:'Calibri'; font-size:11pt; background-color:#7891B0 }
      th.style7 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:1px solid #000000 !important; border-left:1px solid #000000 !important; border-right:none #000000; color:#FFFFFF; font-family:'Calibri'; font-size:11pt; background-color:#7891B0 }
      td.style8 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:1px solid #000000 !important; border-left:none #000000; border-right:none #000000; color:#FFFFFF; font-family:'Calibri'; font-size:11pt; background-color:#7891B0 }
      th.style8 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:1px solid #000000 !important; border-left:none #000000; border-right:none #000000; color:#FFFFFF; font-family:'Calibri'; font-size:11pt; background-color:#7891B0 }
      td.style9 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:1px solid #000000 !important; border-left:none #000000; border-right:1px solid #000000 !important; color:#FFFFFF; font-family:'Calibri'; font-size:11pt; background-color:#7891B0 }
      th.style9 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:1px solid #000000 !important; border-left:none #000000; border-right:1px solid #000000 !important; color:#FFFFFF; font-family:'Calibri'; font-size:11pt; background-color:#7891B0 }
      td.style10 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:1px solid #000000 !important; color:#FFFFFF; font-family:'Calibri'; font-size:10pt; background-color:#7891B0 }
      th.style10 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:1px solid #000000 !important; color:#FFFFFF; font-family:'Calibri'; font-size:10pt; background-color:#7891B0 }
      td.style11 { vertical-align:bottom; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      th.style11 { vertical-align:bottom; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      td.style12 { vertical-align:bottom; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:1px solid #000000 !important; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      th.style12 { vertical-align:bottom; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:1px solid #000000 !important; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      td.style13 { vertical-align:bottom; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      th.style13 { vertical-align:bottom; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      td.style14 { vertical-align:bottom; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:none #000000; border-right:1px solid #000000 !important; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      th.style14 { vertical-align:bottom; text-align:center; border-bottom:1px solid #000000 !important; border-top:1px solid #000000 !important; border-left:none #000000; border-right:1px solid #000000 !important; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      table.sheet0 col.col0 { width:41.34444397pt }
      table.sheet0 col.col1 { width:42pt }
      table.sheet0 col.col2 { width:110.47777651pt }
      table.sheet0 col.col3 { width:41.34444397pt }
      table.sheet0 col.col4 { width:42pt }
      table.sheet0 col.col5 { width:110.47777651pt }
      table.sheet0 tr { height:15pt }

.statistics {
    background:url(../images/fundo.jpg) fixed no-repeat;
    padding: 6em 0;
    text-align: center;
}
.ser-top1 h3{
	color:#fff;
}
.numscroller {
    font-size: 2.5em;
    color: #fff;
}
.statistics-grid h5 {
    font-size: 1.1em;
    margin-top: 0.5em;
    color: #B5B4B4;
	    margin-bottom: 1em;
}
.statistics-text {
    width: 210px;
    height: 210px;
    border-radius: 100%;
    border-color: #ffffff;
    border-width: 2px;
    border-style: none;
    padding: 3em 0;
    margin: 0 auto;
    border: 6px solid #ff0d19;
}
.sar-t {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    position: relative;
}
.sar-t b {
    width: 100%;
    height: 2px;
    display: block;
    background: #D5D5D5;
    margin-bottom: 3px;
}
.sar-t b.line-1 {
    width: 28%;
    margin: 0 auto;
    height: 7px;
    position: absolute;
    top: -3px;
    left: 34%;
    background: #F05E6B;
}
/*--contact--*/
/*--contact--*/
.your-top {
  border: 1px solid #ADADAD;
}
.your-top:nth-child(2) {
  margin: 2.5em 0;
}
.your-top i {
  width: 35px;
    height: 35px;
    display: inline-block;
    float: left;
    border: 2px solid #ff0d19;
    color: #ff0d19;
    border-radius: 100px;
    line-height: 2em;
    text-align: center;
    margin: 1% 2% 0;
    font-size: 1em;
}

.your-top input[type="text"],.grid-contact-in textarea {
  background: none;
    width: 89%;
    outline: none;
    border: none;
    padding: 0.8em 0.8em;
    font-size: 1em;
    color: #999;
    float: left;
    border-left: 1px solid #ADADAD;  
}
.grid-contact-in textarea{
  border:1px solid #ADADAD;
 resize:none;
  margin-bottom:0.5em;
  width:100%;
   font-size: 1em;
    padding: 0.8em;
	    min-height: 171px;
}
.grid-contact-in input[type="submit"] {
  width: 100%;
  font-size: 1.1em;
  background:  #ff0d19;
  padding: 0.7em 1em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  margin: 0 auto;
  -webkit-appearance: none;
  font-weight: 700;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  cursor:pointer;
}
.grid-contact-in input[type="submit"]:hover {
	background:#3F3F3F;
}
.contact {
  background: #fff;
  padding: 6em 0;

}
/*----*/
.map iframe{
	    width: 100%;
    min-height: 396px;
    margin: 0;
    border: 0;
    padding: 0;
}
.map{
	padding:0;
}
.address{
	background: #3F3F3F;
    text-align: center;
    padding: 5em 0;
}
.contact-grid1 h4 {
    font-size: 1.5em;
    color: #FFF;
    margin: 0em 0 0.5em;
    font-weight: 600;
}
.contact-grid1:nth-child(2) {
    margin: 1em 0;
}
.contact-grid1 p {
    font-size: 1em;
    color: #fff;
    line-height: 1.5em;
}
.contact-grid1 p  span{
    display:block;
}
.contact-grid1 p a:hover {
    color: #fff;
}
.contact-grid1 p a {
    color: #fff;
    text-decoration: none;
}
.contact-grid1 p a:hover{
    color: #ff0d19;
}
/*--//contact--*/
/*--gallery--*/

figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}

figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
	top: -100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.tabela{
    width: 47%;
}
.tabela thead tr td{
    border: 1px solid #ccc;
    text-align: center;
    color: #fff;
    background: #0a1d5b;
    padding: 0.4em;
}
.tabela tbody tr td{
    border: 1px solid #ccc;
    text-align: center;
    padding: 0.4em;
}

.tabela tbody tr td a{ 
	display:block;
	background:#051649;
	text-align:center; color:#fff;
}



.tabela thead tr td {
	width:30%;
    border: 1px solid #ccc;
    text-align: center;
    color: #fff;
    background: #ff0d19;
    padding: 0.4em;
}


figcaption h3 {
    font-weight: 600;
	font-size:1.7em;
    color: #F05E6B;
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
    margin-top: 55px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

figcaption p {
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
    font-size: 0.9em;
    line-height: 2em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

figure:hover h3,figure:hover p {
    left: 0;
}

figcaption a {
    color: #fff;
    border: 2px solid #fff;
    padding: 4px 10px;
    text-decoration: none;
}

figcaption a:hover {
    color: #4f5856;
    background: #fff;
}
.gallery {
    padding: 6em 0;
}
.ga-top{
	margin-bottom:3em;
}
/*-- team --*/
.team {
    padding: 6em 0 ;
}
.btm-right {
    text-align: center;
	
}
.btm-right img{
    width: 100%;
}
.captn h4 {
    font-size: 1em;
    color: #fff;
    background: #000;
    padding: 0.2em;
}
.captn  p{
    font-size: 0.9em;
    color: #999;
	font-style:italic;
    margin: 0em 0 0.5em;
}
.produtos{
        background: #E3E3E3;
    height: 180px;
}
.busca form{
    float: right;
	padding:0.5em 0;

}
.busca{
    background: #AAAAAA;
        
}
.busca form input[type="submit"]{
	border:none;
    color: #9B9B9B;
    background: #fff;
	float:right;
	margin-left:1em;
	padding:0.1em;
}
.busca form input[type="search"]{

    /* padding: 0.1em; */
    background: #fff;
	border:none;
	font-size:0.9em;
	padding:0.2em;
}
.produtos li{
    list-style-position: inside;
    list-style: none;
    text-align: left;
    padding: 0.2em 0.6em;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}
.produtos li a{
    display: block;
    color: #999;
}
.produtos li a:hover{
    color: #fff;
    text-decoration: none;
}
.produtos li:hover{
        /* background: #FF0D19; */
        /* color: #fff; */
}
.captn2 li a{
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 3px;
}
.captn2 a:hover {
    transform: rotateY(360deg);	
	border-radius:100px;
}
.captn2 li{
	display:inline-block;
}
.captn2 li a.icon1{
	background:url(../images/img-sprite.png) no-repeat -3px -1px;	
}
.captn2 li a.icon2{
	background:url(../images/img-sprite.png) no-repeat -80px 0px;	
}
.captn2 li a.icon3{
	background:url(../images/img-sprite.png) no-repeat -150px 0px;	
}
.captn2 li a.icon1:hover{
	background:url(../images/img-sprite.png) no-repeat -3px -48px;	
}
.captn2 li a.icon2:hover{
	background:url(../images/img-sprite.png) no-repeat -80px -48px;	
}
.captn2 li a.icon3:hover{
	background:url(../images/img-sprite.png) no-repeat -150px -48px;	
}
.btm-right:hover {
	background:#F05E6B;
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.btm-right:hover .captn  p{
    color: #000;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.btm-right:hover .captn2 li a.icon1{
	background:url(../images/img-sprite.png) no-repeat -3px -48px;	
}
.btm-right:hover .captn2 li a.icon2{
	background:url(../images/img-sprite.png) no-repeat -80px -48px;	
}
.btm-right:hover .captn2 li a.icon3{
	background:url(../images/img-sprite.png) no-repeat -150px -48px;	
}
.btm-right:hover .captn2 a {
    border-radius:100px;
}
/*-- //team --*/
.test {
    background: #eee;
    
}
.test-grid p{
	font-size:1em;
	color:#999;
	line-height:2em;
	margin-bottom: 2em;
}
.test-grid h4{
	font-size: 1.5em;
    color: #000;
    line-height: 2em;
    font-weight: 600;
    margin: 0.7em 0 0.2em;
}
.test-grid span{
	font-size:0.9em;
	color:#999;
	font-style:italic;
}
.test-grid {
    margin-top: 6em;
}

/*-- footer --*/
.copy {
    background: #222;
    padding: 1em 0;
    text-align: center;
}
p.footer-grid {
    font-size: 1em;
    color: #fff;
    
}
p.footer-grid a {
    text-decoration: none;
    color:#F05E6B;
}
p.footer-grid a:hover {
    color: #fff;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 25px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url('../images/up.png') no-repeat 0px 0px;
}
@media(max-width:1440px){
.nav-top {
    width: 75%;
    
}
    .btn_loja a{    margin-right: -25.4%;}
    .navbar-nav{margin-left: 0;}
    .slide1{height: 600px;}
    .slide2{height: 600px;}
    .slide3{height: 600px;}
}
@media(max-width:1366px){
}
@media(max-width:1280px){
.nav-top {
    width: 80%;
}
}
@media(max-width:1080px){
.nav-top {
    width: 92%;
}
ul.nav.navbar-nav li a {
    padding: 10px 10px;
}
.fill {
    margin-top: 1.05em;
}
.test-grid {
    margin-top: 1em;
}
.your-top input[type="text"] {
    width: 87%;
}
figcaption h3 {
    margin-top: 18px;
}
@media(max-width:991px){
.logo h1 {
    font-size: 1.6em;
}
.logo h1 a:before {
    border-top: 30px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 30px solid transparent;
    right: -30px;
    top: 0px;
}
.logo h1 a {
    padding: 15px 12px;
}
ul.nav.navbar-nav li a {
    padding: 7px 7px;
    margin: 0 1px;
	font-size:0.9em;
}
.sb-icon-search, .sb-search-submit {
    width: 55px;
    height: 61px;
}
.sb-icon-search {
    background: #ff0d19 url('../images/search.png') no-repeat 14px 14px;
}
.sb-search-input {
    height: 61px;
}
.sb-search {
    min-width: 55px;
    height:61px;
}
.banner-text h2 span {
    font-size: 1.2em;
}
.banner-text b {
    font-size: 8em;
}
ul.callbacks_tabs.callbacks1_tabs {
    right: 31%;
}
.banner {
    width: 100%;
    height: 500px;
    padding-top: 5.5em;
}
.ser-top p {
    width: 80%;
}
.service {
    padding: 4em 0;
}
.ser-top {
    margin-bottom: 3em;
}
.ser-grid:nth-child(2),.ser-grid:nth-child(4),.ser-grid:nth-child(1) {
    border:none;
}
.statistics {
    padding: 4em 0;
}
.statistics-grid {
    width: 50%;
    float: left;
}
.statistics-grid:nth-child(1),.statistics-grid:nth-child(2) {
    margin-bottom:1.5em;
}
.test-wrapper {
    text-align: center;
    width: 100%;
}
.test-wrapper img{
     margin: 0 auto;
}
.gallery {
    padding: 4em 0;
}
.test {
    padding: 4em 0;
}
.team {
    padding: 4em 0;
}
.bottom-grid {
    width: 50%;
    float: left;
}
.bottom-grid img{
    margin:0 auto;
}
.address {
    padding: 3em 0;
}
.map iframe {
    min-height: 300px;
}
.contact {
    padding: 4em 0;
}
.grid-contact-in {
    margin-top: 1em;
}
.your-top:nth-child(2) {
    margin: 1em 0;
}
figcaption h3 {
    margin-top: 13px;
    font-size: 1.4em;
}
figcaption p {
    padding: 0px 20px;
    font-size: 0.8em;
}
}
@media(max-width:768px){
figcaption h3 {
    margin-top: 58px;
}
}
@media(max-width:767px){
div#bs-example-navbar-collapse-1 {
    text-align: center;
}
.fill {
    float: none;
    margin-top: 0em;
    width: 100%;
}
.nav > li {
    display: block;
}
div#bs-example-navbar-collapse-1 {
    background: #F05E6B;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
	overflow: hidden;
}
ul.nav.navbar-right {
    text-align: center;
}
.navbar-toggle .icon-bar {
    background: #000;
}
.navbar-toggle {
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color:#fff;
}
.navbar-nav > li > a {
    width: 25%;
    text-align: center;
    margin: 5px auto;
}
.nav-top {
    width: 90%;
	text-align:center;
}
ul.nav.navbar-nav li a {
    width: 100%;
}
.navbar-nav {
    margin: 1.5em 0;
}
.banner-text h2 {
    font-size: 2.5em;
    line-height: 1.7em;
}
.banner {
    height: 400px;
}
.ser-top h3 ,.ser-top h3{
    font-size: 2.5em;
}
.ser-top p {
    width: 90%;
}
.service {
    padding: 3em 0;
}
.statistics {
    padding: 3em 0;
}
.gallery {
    padding: 3em 0;
}
.test {
    padding: 3em 0;
}
.team {
    padding: 3em 0;
}
.contact {
    padding: 3em 0;
}
figcaption h3 {
    margin-top: 33px;
}
}
@media(max-width:600px){
.banner-text h2 {
    font-size: 2.2em;
    line-height: 1.6em;
}
.banner {
    height: 350px;
}
.ser-top h3 {
    font-size: 2.2em;
}
.ser-top p {
    width: 100%;
}
.service {
    padding: 2em 0;
}
.statistics {
    padding: 2em 0;
}
.gallery {
    padding: 2em 0;
}
.test {
    padding: 2em 0;
}
.team {
    padding: 2em 0;
}
.contact {
    padding: 2em 0;
}
.nav-top {
    width: 84%;
}
.banner-text b {
    font-size: 5em;
}
.banner-text h6 {
    font-size: 1.1em;
}
.callbacks_tabs a:after {
    width: 53px;
}
ul.callbacks_tabs.callbacks1_tabs {
    right: 26%;
}
.banner-text h2 span {
    font-size: 1.05em;
}
.statistics-text {
    width: 195px;
    height: 195px;
    padding: 2em 0;
}
figcaption p {
    padding: 0px 16px;
    font-size: 0.8em;
    line-height: 1.5em;
}
figcaption h3 {
    margin-top: 0px;
}
}
@media(max-width:414px){
.logo h1 {
    font-size: 1.2em;
}
.logo h1 a {
    padding: 13px 8px;
}
.logo h1 a:before {
    border-top: 25px solid transparent;
    border-left: 24px solid #fff;
    border-bottom: 25px solid transparent;
    right: -24px;
}
.sb-icon-search, .sb-search-submit {
    width: 50px;
    height: 50px;
}
.sb-search {
    min-width: 50px;
    height: 50px;
}
.sb-icon-search {
    background: #ff0d19 url('../images/search.png') no-repeat 14px 14px;
    background-size: 22px;
}
.sb-search-input {
    height: 50px;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 71%;
}
.sb-search-input {
    width: 83%;
}
.banner-text h2 {
    font-size: 1.4em;
    line-height: 1.5em;
}
.banner-text h6 {
    font-size: 0.9em;
}
.banner-text b {
    font-size: 4em;
}
.banner-text b {
    top: -3%;
}
.callbacks_tabs a:after {
    width: 40px;
}
.callbacks_tabs li {
    padding: 0 0px;
}
ul.callbacks_tabs.callbacks1_tabs {
    right: 27%;
    bottom: -45%;
}
.banner-text h6 {
    font-size: 0.875em;
}
.banner {
    height: 240px;
	padding-top: 4em;
}
.ser-top h3 {
    font-size: 1.7em;
}
.ser-top p {
    font-size: 0.8em;
}
.service {
    padding: 1.5em 0;
}
.statistics {
    padding: 1.5em 0;
}
.gallery {
    padding: 1.5em 0;
}
.test {
    padding: 1.5em 0 2em;
}
.team {
    padding: 1.5em 0;
}
.contact {
    padding: 2em 0;
}
.ser-head {
    padding: 0;
}
.ser-head1 {
    padding: 0;
}
.ser-head h5 {
    font-size: 0.9em;
}
.ser-head p {
    font-size: 0.8em;
}
.ser-head ul li {
    font-size: 0.8em;
}
.ser-grid {
    padding: 0;
	margin-top: 1em;
}
.ser-grid h3 {
    font-size: 1.3em;
}
.ser-grid p {
    font-size: 0.8em;
}
.ser-t {
    width: 45%;
}
.statistics-grid {
    width: 100%;
}
.statistics-text {
    width: 185px;
    height: 185px;
	padding: 2.2em 0;
}
.numscroller {
    font-size: 2em;
}
.statistics-grid:nth-child(1), .statistics-grid:nth-child(2),.statistics-grid:nth-child(3)  {
    margin-bottom: 1em;
}
.test-grid1 {
    padding: 0;
}
.test-grid p {
    font-size: 0.9em;
    margin-bottom: 1em;
}
.test-grid h4 {
    margin: 0.2em 0 0em;
}
.bottom-grid {
    width: 100%;
    float: left;
    padding: 0;
}
.map iframe {
    min-height: 200px;
}
.address {
    padding: 1.5em 0;
}
.contact-grid1 h4 {
    font-size: 1.2em;
}
.contact-grid1 p {
    font-size: 0.9em;
}
.grid-contact {
    padding: 0;
}
.grid-contact-in {
    padding: 0;
}
.ser-top {
    margin-bottom: 1.5em;
}
.your-top input[type="text"], .grid-contact-in textarea {
    width: 83%;
    padding: 0.6em 0.6em;
    font-size: 0.9em;
}
 .grid-contact-in textarea {
    width: 100%;
}
.your-top i {
    width: 30px;
    height: 30px;
    margin: 1.5% 2% 0;
    font-size: 0.8em;
}
.grid-contact-in input[type="submit"] {
    font-size: 0.9em;
}
p.footer-grid {
    font-size: 0.9em;
}
.copy {
    padding: 2em 0;
}
.navbar-toggle {
    margin-top: 8px;
}
figcaption h3 {
    margin-top: 28px;
}
.navbar-toggle {
    padding: 6px 6px;
}
.navbar-toggle {
    margin-top: 12px;
    margin-right: 10px;
}
}