/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media(max-width:1280px) {

}
@media(max-width:992px){
	.navbar-toggler{
		border: 2px solid #000 !important;
		border-radius: 0;
		position: fixed;
		right: 0;
		top: 85px;
		z-index: 9999;
	}
	.navbar-nav li{
		margin-top:0;
	}
	.navbar-brand{
	display:block;
	background: #fff;
	margin: 0;
	width: 100%;
  max-width: 100%;
 
		left: 0;
    right: 0;
    position: absolute;
	}
	.slider .btn-primary{
		top:90%;
	}
}
@media(max-width:768px) {
	.container{
		width:auto;
	}
	.peek-book-btn{
		top:0;
	}
	.slider h1{
		font-size:34px;
	}
 
}
@media(max-width:575px){
	.right i{
		position: absolute;
    top: -35px;
	}
}