
/*
    Theme Name: Bikin
    Theme URL: https://bootstrapmade.com/bikin-free-simple-landing-page-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
    */

    /* ==== Google font ==== */
    @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

    @import url('font-awesome.css');

    /* ==== overwrite bootstrap standard ==== */
    @import url('overwrite.css');
    @import url('animate.css');

/*************************
*******Typography******
**************************/
body {
  background: #fff;
  font-family:'Open Sans', Arial, sans-serif;
  color:#333;
  line-height:1.6em;
  overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:500; 
  font-family:'Open Sans';
  color:#000;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size:15px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 14px;
}

a {
  color: #FE6A00;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color:rgba(0,0,0,.85);
  text-decoration:none;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}



.btn {
  display: inline-block;
 
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  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;
  background-color: #FE6A00;
}
.btn:hover {
	color: #fff;
	background-color: #FE6A00;
	border-color: #FE6A00;
}

/*************************
*******Header******
**************************/
.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-header a.navbar-brand {
 color:#fff;
 font-family:'Open Sans';
}

.navbar-header a.navbar-brand:hover{
 color:#fff;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #011626;
  padding-top: 21px;

}

.navbar-nav{
  margin-top: 12px;
}

.navbar-nav>li{
  margin-left: 20px;
  padding-bottom: 28px;
}

.navbar-fixed-top .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #3D3D3D;
	line-height: 24px;
	display: inline-block;
	text-transform:;
	font-weight:500;
	font-size:14px;
	font-family:'Open Sans';
}

.navbar-fixed-top .navbar-nav > li > a:hover{
	background: #FE6A00;	
	color:#fff;
}

.navbar-fixed-top {
  border: none;
  background: #FFF;
}

.navbar-fixed-top .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  background-color: #C25406;
  color: #fff;
}

/*************************
*******Slider******
**************************/
.slider {
	position: relative;	
	padding-top: 110px;
}

.slider img {
  width: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #fff;
  border-radius:50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#fff;
}

#carousel-slider a i:hover {
  background:#FE6A00;
  color:#fff;
  border: 1px solid #FE6A00;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:40px;
  top: calc(50% - 25px);
}

#carousel-slider .carousel-control.right i {
  right: 40px;
  top: calc(50% - 25px);
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.carousel-caption {
  position: absolute;
  /*right: 15%;*/
  top: calc(50% - 150px);
  font-size:40px;
  left: 15%;
  z-index: 10;
 /* padding-bottom: 0px;*/
  color: #fff;
  text-align: center;
}

.carousel-caption  h2 {
	font-size:30px;
	color: #FE6A00;
}

.carousel-caption  h2 span {
	color: #fff;
}

.carousel-caption  p {
  font-size:26px;
 /* margin-top:30px;*/
  color:#fff;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]{
	padding:20px 60px;
	font-size:25px;
	background:#FE6A00;
	color:#fff;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color:#FE6A00;
	background:#fff;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"]{
	padding:20px 60px;
	font-size:25px;
	background:#fff;
	color:#FE6A00;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color:#fff;
	background:#FE6A00;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

/*************************
*******feature******
**************************/
#feature {
	padding-top:90px;
	background:#fff;
	padding-bottom:50px;
}

.hi-icon-effect {
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}

.hi-icon-effect:hover {
	border-radius:6px;
	background:#f4f4f4;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #FE6A00;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.text-center i {
	font-size:30px;
	margin-top:50px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:#FE6A00;
	border-radius:50%;
}
.text-center h2 {
	margin-top:0px;
	margin-bottom:0px;
  font-weight: 800;
  text-transform: uppercase;
}

.text-center h3 {
 font-size: 20px;
 font-weight: 400;
 margin-top:50px;
 margin-bottom:20px;
 color:#111;
}

.text-center p {
	margin-bottom:30px;
}

/*************************
*******services******
**************************/
#gallery {
	padding-top:70px;
	padding-bottom:70px;
	background:#f4f4f4;
}
#gallery img {
	border-radius:8px;
}

.gallery {
	margin-top:60px;
	margin-bottom:30px;
}

#gallery .text-center {
	padding-top:20px;
	margin-bottom:50px;
	padding-bottom:20px;
}

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*************************
*******parallax******
**************************/

.parallax-window {
  min-height: 500px;
  background: transparent;
}

.parallax-window .text-center h2 {		
	font-size:60px;
	margin-top:90px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
}

.parallax-window .text-center p {	
	color:#fff;
	font-size:20px;	
}

.sub-parallax .form-inline .form-group button[type="purchase"] {
	padding:20px 90px;
	font-size:20px;
	background:#fff;
	color:#FE6A00;
	border-color: #FE6A00;
}

.sub-parallax .form-inline .form-group button[type="purchase"]:hover {
	background:#FE6A00;
	color:#fff;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.sub-parallax .form-inline .form-group button[type="subscribe"] {
	padding:20px 90px;
	font-size:20px;	
}

.sub-parallax .form-inline .form-group button[type="subscribe"]:hover {
	background:#fff;
	color:#FE6A00;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}



/*************************
*******pricing******
**************************/
#pricing {
	padding-top:90px;
	background:#f4f4f4;
	padding-bottom:40px;
}
#courses {
    padding-top: 90px;
    background: #fff;
    padding-bottom: 40px;
}

#pricing .text-center p {		
	margin-bottom:50px;
	padding-bottom:20px;
}

.pricing-area h2 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
  font-size:25px;
  color:#fff;
}

.pricing-area span {
 font-weight: 700;
 font-size: 18px;
 color:#fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px;
  border-radius:8px;
}

.pricing-area .heading-one:hover, 
.pricing-area .heading-two:hover, 
.pricing-area .heading-three:hover, 
.pricing-area .heading-four:hover, 
.pricing-area .heading-five:hover, 
.pricing-area .heading-six:hover, 
.pricing-area .heading-seven:hover {
	background-color:#111;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #FE6A00;
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #FE6A00;
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #FE6A00;
}

.pricing-area .bg{
 background: #fafafa 
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:hover {
  border:none;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #FE6A00 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}

/*************************
*******our team******
**************************/
#our-team {
	padding-top:70px;
	padding-bottom:70px;
	background:#FFF;
}

#our-team h4 {
	color:#FE6A00;
}

#our-team .text-center {
	padding-top:20px;
	margin-bottom:30px;
	padding-bottom:10px;
}

#our-team .team img {
	border-radius:8px;
}

/*clientes*/
#client {
  padding-top:70px;
  padding-bottom:70px;
  background:#FFF;
}

#client h4 {
  color:#FE6A00;
}

#client .text-center {
  padding-top:20px;
  margin-bottom:30px;
  padding-bottom:10px;
}

#client .team img {
  border-radius:8px;
}

/*************************
*******footer******
**************************/
footer {
	background:#f4f4f4;
	padding-bottom:20px;
}

#contact {
	background: #fafafa;
	padding-top:70px;
	padding-bottom:80px;
}


.validation {
  color: red;
  display:none;
  margin: 0 0 20px;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

#contact .text-center {
	padding-top:20px;
	margin-bottom:30px;
	padding-bottom:10px;
}

#contact ul {
	list-style:none;
	margin-left:-40px;
	font-size:13px;
}

#contact h2 {
	color:#000;
	margin-bottom:30px;
	font-size:25px;
}
.form-inline {
	margin-top:15px;
	margin-bottom:15px;	
}

.form-inline .form-group input[type="name"]{
	margin-top:10px;
	border-radius:4px;
	border-radius:6px;
}

.form-inline .form-group input[type="email"]{
	margin-top:10px;
	border-radius:6px;
	padding:5px 20px;
}

.sub-footer form {
	margin-top:60px;
	margin-bottom:30px;
}

.sub-footer .form-inline .form-group button[type="purchase"] {
	padding:20px 90px;
	font-size:25px;
}

.sub-footer .form-inline .form-group button[type="purchase"]:hover {
	background:#fff;
	color:#FE6A00;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.sub-footer .form-inline .form-group button[type="subscribe"] {
	padding:20px 90px;
	font-size:25px;
	background:#fff;
	color:#FE6A00;
	border-color: #FE6A00;
}

.sub-footer .form-inline .form-group button[type="subscribe"]:hover {
	background:#FE6A00;
	color:#fff;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

ul.social-network {
	list-style:none;
	margin-top:20px;	
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.social-icon {
	text-align:center;
	margin-bottom:30px;
}

ul.social-network li {
	display:inline;
	margin: 0 18px;	
	font-size:25px;	
}

ul.social-network li a {	
	color:#d0d0d0;
	text-align:center;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-linkedin {
  color: #0077b5; 
}
.social-network li:hover .fa-youtube-play {
  color: #C84941; 
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ; 
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49; 
}
.logo-index{
  height: 40px;
  margin-left: 10px;

}


@media (max-width: 400px) {

 .carousel-caption h2 span {
  font-size: 15px;
  color: #fff;
}
.carousel-caption p {
  font-size: 10px;
  margin-top: 30px;
  color: #fff;
}

}



@media (min-width: 576px) {

 .logo-index{
  height: 40px
}


}

@media (min-width: 768px) {
  .logo-index{
    height: 20px
  }

}

@media (min-width: 992px) {
  .logo-index{
    height: 55px
  }

}

@media (min-width: 1200px) {

  .logo-index{
    height: 55px
  }

}
#page-heading {
  margin-top: 70px;
  background-image: url(../images/3.png);
  width: 100%;
  background-repeat: repeat;
  text-align: center;
  padding: 80px 0px;
}

section {
  padding: 80px 0;
}
.pad{
  padding: 40px
}
.myclass {
  width:50%
}
.img-noticia{
  margin-left: 10px;
  margin-bottom: 10px
}

.noticias-artigos p:first-letter { 
  display:block;
  margin: -10px 10px 0 0;
  float:left;
  font-size:35px;

}

#top {
  background: #FE6A00;
  position: relative;
  z-index: 100;
  margin-top: -21px;
}
.socials {
  margin: 0;
  padding: 0;
  padding-right: 0px;
  float: right;
  padding-right: 20px;
}
.socials ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials li {
  float: left;
  margin: 0;
  padding: 0;
  padding-left: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 38px;
  font-family: 'Roboto', sans-serif;
  padding-left: 28px;
  list-style-image: none;
}
.socials li a {
  display: block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
}
.socials li a b {
  text-indent: -9999px;
  display: block;
  position: absolute;
}
.phone {
  float: right;
  color: #fff;
  font-size: 15px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 0;
  line-height: 38px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
.phone a ,.phone a:active ,.phone a:hover{
  display: block;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.chat {
  float: right;
  color: #fff;
  font-size: 15px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 0;
  line-height: 38px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
.chat a ,.chat a:active ,.chat a:hover{
  display: block;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.navbar-brand>img {
  margin-top: 10px;
  height: 50px;
}
@media (max-width: 767px) {
  .socials li {
    padding-left: 4px;
  }
  .phone {
    border: none;
    float: left;
    padding-left: 20px;
    padding-right: 0;
  }
  .chat {
    border: none;
  }
  .carousel-caption  h2 {
    font-size:20px;
    font-weight: 400;
  }
  .carousel-caption p {
    font-size: 13px;
    /*margin-top: 30px;*/
  }
  .carousel-caption {
    margin-top: 10px;
  }

}
.navbar-header button{
  background-color: #FE6A00;
}
.titulo-servico{
  height: 50px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 15px;
}
.resumo-servico{
 height: 80px;
 overflow: hidden;
}
.resumo {
  background: -webkit-linear-gradient(#333, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
}
.secao-titulo{
  text-transform: uppercase;
  font-weight: 600 !important;
}
.secao-titulo span{
  color: #FE6A00;
}

.transition-timer-carousel .carousel-caption-2 {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 5px;
  padding-left: 15%;
  padding-right: 15%;
  position: absolute;
}
.transition-timer-carousel .carousel-caption-2 .carousel-caption-header {
  margin-top: 10px;
  font-size: 24px;
}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
    .transition-timer-carousel .carousel-caption-2 .carousel-caption-header {
      font-size: 36px;
    }
  }
  .transition-timer-carousel .carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
  }
  .transition-timer-carousel .carousel-control {
    z-index: 11;
  }
  .transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #179bd7;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
  }
  .transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
    -moz-transition: width 4.25s linear;
    -o-transition: width 4.25s linear;
    transition: width 4.25s linear;
  }
  .news-title{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0px !important;

  }
  .caption-news p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    border-bottom: 2px solid #FE6A00;
  }

  .caption-news {
    padding-top: 50px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-bottom: 5px !important;
  }
  .hoverzoom {
    position: relative;
  }
  .hoverzoom  img {
   width: 100%; 
   border-radius: 2px;
   -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
   -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
   -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
   -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
   transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
 }
 .hoverzoom:hover  img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.carousel-inner>.item {
  background-color: #000;
} 