/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
    overflow-x:hidden;
}

footer {
	width: 100%;
    padding: 40px 0;
	color: #FFF;
	text-align: center;
	background: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
	border-top: 1px solid #e5e5e5;
}

#map {
	height:500px;
	margin-bottom: 30px;
}

/* carousel */
.media-carousel
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.sticky-btns.scrolled {
right: 3px;
}

.sticky-btns {
position: fixed;
z-index: 50;
right: -48px;
bottom: 10px;
-webkit-transition: right .3s ease;
-moz-transition: right .3s ease;
transition: right .3s ease;
}

.sticky-btns span#scrollTop-btn {
padding-top: 5px;
}

.sticky-btns span {
display: block;
float: left;
width: 42px;
height: 42px;
text-align: center;
font-size: 1.25em;
color: #000;
background-color: rgb(0,102,135);
background-color: rgba(0,102,135,0.8);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding-top: 6px;
margin: 0 5px;
cursor: pointer;
-webkit-transition: background .3s ease;
-moz-transition: background .3s ease;
transition: background .3s ease;
}

/* SLIDER */

#slider .item, #slider2 .item{
  margin: 3px;
  padding: 5px;
}

/* OWL CAROUSEL */

.owl-carousel .owl-wrapper-outer {
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
}

.owl-pagination {
	text-align:center;
	margin-top:20px;
}

.owl-theme .owl-controls {
    margin-top:0;
}

.owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page.active span {
    background-color: #CCCCCC;
    border-radius: 50%;
    display: block;
    margin: 0 5px 0 0;
    opacity: 1;
    width: 16px;
	height: 16px;
}

.owl-theme .owl-controls .owl-page:last-child span {
	margin-right:0;
}

body .owl-theme .owl-controls .owl-nav div {
    position: absolute;
	top: 0;
	bottom: 46px;
    margin: auto;
	width:44px;
	height:46px;
	font-size: 60px;
	opacity:1;
	padding:0;
	transition-duration:0.3s;
}

body .owl-theme .owl-controls .owl-nav div i {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	padding: 7px 14px;
}

body .owl-theme .owl-controls .owl-nav div:hover {
	color: #FFFFFF;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    left:-80px;
}

.owl-theme .owl-controls .owl-nav div.owl-prev i {
    margin-right:3px;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    right:-80px;
}

.owl-theme .owl-controls .owl-nav div.owl-next i {
    margin-left:-6px;
}

.hidden-control.owl-theme .owl-controls .owl-nav div {
    opacity:0;
	transition-duration:0s;
}

.hidden-control.owl-theme .owl-controls .owl-nav div.owl-prev {
    left:40px;
}

.hidden-control.owl-theme .owl-controls .owl-nav div.owl-prev i {
	/*margin: 0px 20px 30px 0px;*/
}

.hidden-control.owl-theme .owl-controls .owl-nav div.owl-next {
    right:40px;
}

.hidden-control.owl-theme .owl-controls .owl-nav div.owl-next i {
	/*margin: 0px 0px 30px 20px;*/
}

/*------------------------------
	JUMBOTRON
------------------------------*/

.owl-item .owl-item {
	width: 100% !important;
}

.jumbotron {
	padding:0;
	border-bottom:0;
	margin:0;
	background-color:transparent;
	margin-left: -15px;
	margin-right: -15px;
}

.jumbotron {
	background-color:transparent;
	padding:0;
}

.jumbotron .item {
	height:450px;
	background-size:100%;
	background-repeat:no-repeat;
}

.jumbotron h2 {
	color:#FFFFFF;
	padding:7px 14px;
	margin:350px 30px 0px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:18px;
	display:inline-block;
}

.jumbotron h3 {
	background-color:rgb(0, 0, 0);
	background-color:rgba(0, 0, 0, 0.6);
	color:#FFFFFF;
	padding:7px 14px;
	margin:0 30px 20px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:16px;
	display:inline-block;
}

/* JUMBOTRON */

.jumbotron .item {
	background-image: url(../images/vrx3.jpg);
	background-position:center -50px;
}

.jumbotron .item h2 {
	background-color:rgb(22, 160, 133);
	background-color:rgba(22, 160, 133, 0.8);
}

/*------------------------------
	MEDIUM DEVICES
------------------------------*/

@media (min-width:992px) and (max-width:1199px) {
	/* JUMBOTRON */
	.jumbotron .item h3 {
		font-size: 22px;
		line-height: 40px;
		margin: 0 30px 15px;
	}
}

/*------------------------------
	SMALL DEVICES

	AND

	EXTRA SMALL DEVICES
------------------------------*/

@media (max-width:991px) {

	/* JUMBOTRON */
	.jumbotron .item {
		background-size:140%;
	}

	.jumbotron .item {
		background-position:center top;
		padding:50px 0;
	}

	.jumbotron .item h2 {
		margin: 20px 30px 40px;
	}
}

@media (max-width:640px) {

}

/* menu-toggle */
#menu-toggle {
	position: relative;
	width: 100%;
	left: 0px;
	z-index: 1000;
	padding: 8px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgb(0,102,135);
    background-color: rgba(0,102,135,0.8);
    color: #FFF;
}

#catalogo {
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#arrow-right-toggle, #arrow-left-toggle {
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}