/*
body is the style for the element
.body is the style for the element with class="body"
#body is the style for the element with id="body" (max once per page)
*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a {
    color: #b71115;
}
a:hover, a:active {
	color: #b71115;
}

img {
	display:block;
	max-width: 100%;
	height: auto;
}



/*
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 40%;
	  height:50%;
      margin: auto;
  }
*/

.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d),(-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}

.carousel-indicators {
  bottom:-50px;
}

.carousel-inner {
   margin-bottom:50px;
}

.carousel-indicators li {
	background-color: #666666;
}
.carousel-indicators .active {
	background-color: #000000;
}


input[type="number"] {
   width:auto;
}

.col-md-4, .col-md-6, .col-xs-6 {
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
}

.header{
	width:100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	max-height:120px;	
	z-index: 999;
}

.container_top {
	padding: 4px 0px 4px 0px;
}

.div-logo {
	max-width:85%;
    max-height:100%;
    overflow:hidden;
	float:left;
}

.img-logo {
	border-radius: 0%;	
}

.div-menu {
	max-width:15%;
    max-height:100%;
	float:right;
}

.img-menu {
	max-height:50px;
	border-radius: 0%;
}

.ul_class {	
    list-style-type: none;
	padding:0;
}

.li_class {
    float: left;
	font-size:18px;
}

li a, .dropbtn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	overflow-x: hidden;
	overflow-y: auto;
    right:0;	
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
}

.dropdown-content a:hover {
	background-color: #f1f1f1M;
	color: #ff4800;
}

.dropdown:hover .dropdown-content {
    display: block;    
}

.testimonails{
	background:#f7f7f7;
	margin-top:55px;
	margin-bottom:30px;
}

.empty{	
}

.footer{
	width:100%;
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0;
	z-index: 999;
}

.login{
	color: #000000;
	float:right;
	padding-right:20px;
}

body {margin:0;}