@charset "UTF-8";
html {
	overflow-y:scroll;
	background:#fff;	
}
/* Image style */
img{
  max-width:100%;
  height:auto;
}
img.brand  {
  opacity: 0.7;
  cursor:pointer;
}
img.brand:hover  {
  opacity:1; 
}
/* owl carousel carousel-top navigation */

.controls .btn{
  padding: 14px 20px;
  color: #FFF;
  background: none repeat scroll 0% 0% rgb(250, 166, 26);
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
  border: 0px;
  margin-bottom: 8px;
  border: none;
  font-size:14px;
  font-weight:700;
  -webkit-transition: all 200ms ease-in !important; 
     -moz-transition: all 200ms ease-in !important;
      -ms-transition: all 200ms ease-in !important;
       -o-transition: all 200ms ease-in !important;
          transition: all 200ms ease-in !important; 
}

.controls .btn-small {
  padding: 9px 15px;
  font-size: 13px;
  font-weight:400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.controls .btn:hover, .controls .btn:focus, .controls .btn:active, .controls .btn.active, .controls .btn.disabled, .controls .btn[disabled] {
  color: #FFFFFF;
  background: #282828;
}
.flat {
    border-radius: 0px 0px 0px 0px !important;
}
/* Frame */
.frame {
	height: 250px;
	line-height: 250px;
	overflow: hidden;
  padding-top:30px;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.frame ul li {
	float: left;
	width: 327px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	color: #ddd;
	text-align: center;
	cursor: pointer;
  opacity:0.7;
}
.frame ul li.active {
	color: #fff;
  opacity:1;
}



/* Controls */
.controls { margin: 0px 0; text-align: center; }

/* Effects */
.effects {
	height: 384px;
	line-height: 384px;
	-webkit-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	overflow-y: show;
}
.effects ul {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.effects ul li {
	position: relative;
	margin: 0 -20px;
	-webkit-transform: rotateY(60deg) scale(0.9);
	-ms-transform: rotateY(60deg) scale(0.9);
	transform: rotateY(60deg) scale(0.9);
	-webkit-transition: -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out;
}
.effects ul li.active {
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.effects ul li.active ~ li {
	-webkit-transform: rotateY(-60deg) scale(0.9);
	-ms-transform: rotateY(-60deg) scale(0.9);
	transform: rotateY(-60deg) scale(0.9);
} 




  

