@charset "utf-8";
/* CSS Document */

.probootstrap-navbar .navbar-brand{
	width:300px;
	height:51px;
	}
section[data-section=menu] {
    position: relative;
    margin-top: 10px;
    z-index: -1;
}
.probootstrap-block-image .text{
	height:100px;
	}
.navbar{
		min-height:65px;
}
.probootstrap-cell .text {
    padding: 60px 0;
    position: relative;
}
.flexslider, .flexslider .slides>li, .slider-height {
    height: 1000px;
}
.probootstrap-section.probootstrap-bg-white {
    background: #f5f5f5;
}
.carousel-indicators li{
	border:#ffa33f;
	background-color:#fff;
}
.carousel-indicators .active{
	background-color:#ffa33f;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .probootstrap-navbar .navbar-brand {
    position: relative;
    width: 231px;
    height: 40px;
	top:10px;
    background: url(../img/logo.png) no-repeat left 100%;
    background-size: cover;
  }
  .flexslider, .flexslider .slides>li, .slider-height {
    height: 430px;
}
}