@charset "utf-8";
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	margin-top: 40px;
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	z-index: 0;
	width: 100%;
}

	
.owl-carousel .owl-item{
	float: left;
}
 

h1 {
  line-height: 66px;
  margin: 44px 0;
}


#owl-demo .item{ 
   padding: 0;
   margin: 10px;
   color: #FFF;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   text-align: center;
}

#owl-demo .item img{ 
width:100%;
}

.customNavigation{
   text-align: center;
   top:28%;
   left:30%;
   right:30%; 
   position:absolute;
   z-index:100;  
}

.customNavigation a{
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   cursor:pointer;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a.prev, .customNavigation a.next {
	display: block;
	position: absolute;
	top: 10%;
	margin-top: -25px;
	margin-left: 30%;
	margin-right: 30%;
	width: 20px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(arrows.png);
}

.customNavigation a.prev.disabled,
.customNavigation a.next.disabled {
  display: block;
}

.customNavigation a.prev {
  left: 0;
  background-position: 0 0;
}

.customNavigation a.prev:hover {
  background-position: 0 -15px;
}

 

.customNavigation a.next {
  right: 0;
  background-position: -20px 0;
}


.customNavigation a.next:hover {
  background-position: -20px -15px;
}


@media only screen and (min-width:300px) and (max-width:760px){

  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  
   .customNavigation {
	  text-align: center;
	  top: 30%;
	  left: 30%;
	  right: 30%;
	  position: absolute;
	  z-index: 100;
	}
	
	.owl-carousel .owl-wrapper{
		margin-top:20px;
	}
 
}
