/*-- banner --*/
.banner1{
  background: url(../images/Banner/banner1.JPG) no-repeat 0px -134px;
  min-height: 640px;
  background-size: 85%;
  background-position: center;
  position: relative;

}

.banner2{
  background: url(../images/Banner/banner2.JPG) no-repeat 0px -134px;
  min-height: 640px;
  background-size: 85%;
  background-position: center;
  position: relative;

}

.banner3{
  background: url(../images/Banner/banner3.JPG) no-repeat 0px -134px;
  min-height: 640px;
  background-size: 85%;
  background-position: center;
  position: relative;
}

.banner4{
  background: url(../images/Banner/banner4.JPG) no-repeat 0px -134px;
  min-height: 640px;
  background-size: 85%;
  background-position: center;
  position: relative;

}

.banner5{
  background: url(../images/Banner/banner5.JPG) no-repeat 0px -134px;
  min-height: 640px;
  background-size: 85%;
  background-position: center;
  position: relative;

}

.banner6{
  background: url(../images/Banner/banner6.JPG) no-repeat 0px -134px;
  min-height: 640px;
  background-size: 85%;
  background-position: center;
  position: relative;

}

.banner7{
  background: url(../images/Banner/banner7.JPG) no-repeat 0px -134px;
  min-height: 640px;
  background-size: 85%;
  background-position: center;
  position: relative;

}

@media (max-width: 450px){
.banner1{
  background: url(../images/Banner/banner1.JPG) no-repeat 0px -134px;
  min-height: 150px;
  background-size: 85%;
  background-position: center;
  position: relative;

}
.banner2{
  background: url(../images/Banner/banner2.JPG) no-repeat 0px -134px;
  min-height: 150px;
  background-size: 85%;
  background-position: center;
  position: relative;
}


  .banner3{
  background: url(../images/Banner/banner3.JPG) no-repeat 0px -134px;
  min-height: 150px;
  background-size: 85%;
  background-position: center;
  position: relative;
}


  .banner4{
  background: url(../images/Banner/banner4.JPG) no-repeat 0px -134px;
  min-height: 150px;
  background-size: 85%;
  background-position: center;
  position: relative;
}


  .banner5{
  background: url(../images/Banner/banner5.JPG) no-repeat 0px -134px;
  min-height: 150px;
  background-size: 85%;
  background-position: center;
  position: relative;
}


  .banner6{
  background: url(../images/Banner/banner6.JPG) no-repeat 0px -134px;
  min-height: 150px;
  background-size: 85%;
  background-position: center;
  position: relative;
}


  .banner7{
  background: url(../images/Banner/banner7.JPG) no-repeat 0px -134px;
  min-height: 150px;
  background-size: 85%;
  background-position: center;
  position: relative;
}
}

#cookieBanner {
	color: #FFF;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background: #333;
	border-top:1px solid #ccc;
	z-index:9999;
	padding:18px;
	display:block;
}

#cookieBanner a {
	color: #FFF;
}

#cookieBanner button {
	color: black;
}

#politica-cookies a {
	color: #FFF;
}

.banner-info {
	position: absolute;
	top: 32%;
	left: 30%;
}
.banner-info h2{
	color: #FFF;
	font-size: 29px;
	font-weight: 700;
	margin: 0;
}
.button {
	margin: 19em 0 0 44em;
}
.button a{
	font-size: 16px;
	color: #20aedc;
	font-weight: 700;
	padding: 1em;
	border: 1px solid #20aedc;
	text-transform: uppercase;
}
.button a:hover{
	color:#FFF;
	text-decoration:none;
	border: 1px solid #FFF;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
/*-- typography --*/
.typography {
  padding: 5em 0;
  background: #F9F9F9;
}
.typography-info {
  text-align: center;
  margin-bottom: 3em;
}
.typography-info h3.type {
  font-size: 31px;
  margin: 0 0 1em 0;
  font-weight: 700;
  padding-bottom: .5em;
  text-align: center;
  color: #1CD5B5;
}
.grid_4{
	background:#fff;
	padding:2em 0em 0em 0em;
}  
.grid_5{
	background:#fff;
	padding:1em 0 2em 0;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.8em;
  color: #999;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
h4.typ1{
	margin-bottom:15px;
}
h5.typ1{
	margin-bottom:15px;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #8bc34a;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:#5bb2fc; !important;
  border-color:#5bb2fc; !important;
}
.grid_3 p,.page-header p {
  color: 888;
  font-size: 0.8em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.breadcrumb li{
	font-size:0.85em;
}
.breadcrumb li a{
	  color:#5bb2fc;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
  margin-top:0.5em
}