body, html{
	overflow-x: hidden;
}

/*Buttons*/
button.btn-danger,
button.btn-warning{
	margin-top: 1.5em;
	padding: 8px;
	font-size: 20px;
}

hr{
	width: 8% !important;
	border: 3px solid #BF360C !important;
}

/*Slider
-------------------*/
section.slider-wrapper>.slider-logo{
	position: absolute;
	z-index: 999;
	width: 100%;
	text-align: center;
	margin-top: -50%;
}

/*Banner*/
section.banner-wrapper{}
section.banner-wrapper>img{
}
section.banner-wrapper>.content-over{
	position: absolute;
    z-index: 99;
    top: 28%;
    text-align: center;
    width: 100%;
}
section.banner-wrapper>.content-over>h2{
    font-family: 'Great Vibes', cursive;
    font-weight: bold;
    font-size: 80px;
    color: #ffffff;
    text-shadow: 1px 5px 1px #FF5722;
}


/*Navbar
------------------*/
section.navbar-wrapper{
    position: absolute;
    z-index: 99;
    width: 100%;
}
section.navbar-wrapper>.container{}
section.navbar-wrapper>.container>ul{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
section.navbar-wrapper>.container>ul>li{
	display:inline;
}
section.navbar-wrapper>.container>ul>.logo>li{
	display:inline;
}
section.navbar-wrapper>.container>ul>.menu>li{
	display:inline;
}
section.navbar-wrapper>.container>ul>.menu>li>a{
	display:inline-block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
section.navbar-wrapper>.container>ul>.menu>li>a:hover{
	color: #FF9800;
}
.active {
    color: #FF5722;
    border-left: 2px solid #FF9800;
}

/*Section1
------------------*/
section.section1-wrapper{
	margin-bottom: -137px;
}
section.section1-wrapper>.container{}
section.section1-wrapper>.container>.row{}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-3{
    position: relative;
    z-index: 99;
    top: -185px;
}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-3>.fa-icon{
	text-align: center;
}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-3>.fa-icon>img{
    width: 100%;
    border-radius: 50%;
}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-3>.fa-icon>p.menu-name{
    font-family: 'Zilla Slab Highlight', cursive;
    font-size: 28px;
    font-weight: bolder;
    color: #FF5722;
    text-shadow: 0px 1px 2px #000;
}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-3>.fa-icon>p.content{
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}

/*Section2
-----------------*/
section.section2-wrapper{
    background-image: url('../img/section/section2-banner.jpg');
    background-repeat: no-repeat;
    min-height: 500px;
}
section.section2-wrapper>.container{}
section.section2-wrapper>.container>h2{
    text-align: center;
    text-transform: uppercase;
    color: #FF5722;
    font-family: 'Russo One', sans-serif;
    font-size: 45px;
}
section.section2-wrapper>.container>.row{}
section.section2-wrapper>.container>.row>.swiper-container{
    width: 100%;
    height: 300px;
    margin: 20px auto;
}
section.section2-wrapper>.container>.row>.swiper-container>.swiper-wrapper>.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
section.section2-wrapper>.container>.row>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(2n){
    width: 40%;
}
section.section2-wrapper>.container>.row>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(3n){
    width: 20%;
}
section.section2-wrapper>.container>.button-viewmore{
    text-align: center;
    margin-top: -25px;
}
section.section2-wrapper>.container>.button-viewmore>a>button{
    width: 20%;
    padding: 4px;
    text-transform: uppercase;
    font-size: 15px;
}
section.section2-wrapper>.container>.row>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-images{}
section.section2-wrapper>.container>.row>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-images>img{
    width: 100%;
}
section.section2-wrapper>.container>.row>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-description{
    background-color: #F44336;
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 0;
}
section.section2-wrapper>.container>.row>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-description:hover{
    background-color: #B71C1C;
}
section.section2-wrapper>.container>.row>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-description>h3{
    font-family: 'Lobster', cursive;
    font-weight: bold;
    font-size: 30px;
    text-shadow: 0px 1px 2px #000;
    color: #fff;
}

/*Menu Wrapper*/
section.menu-wrapper{
    margin-top: 25px;
}
section.menu-wrapper>.container{}
section.menu-wrapper>.container>h2{
    font-family: 'Kaushan Script', cursive;
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #d9534f;
    background-color: #ffdba7;
    border-bottom: 3px solid #ffb6a0;
    padding: 8px;
}
section.menu-wrapper>.container>.row{
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #818181;
    padding-bottom: 15px;
}
section.menu-wrapper>.container>.row>.col-md-9.col-md-push-3{}
section.menu-wrapper>.container>.row>.col-md-9.col-md-push-3>p.menu-name{
    font-family: 'Sanchez', serif;
    font-size: 23px;
    font-weight: bold;
    color: #607D8B;
    position: relative;
    z-index: 9;
}
section.menu-wrapper>.container>.row>.col-md-9.col-md-push-3>p.menu-price{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #727272;
}
section.menu-wrapper>.container>.row>.col-md-9.col-md-push-3>p.menu-description{
    font-size: 15px;
}
section.menu-wrapper>.container>.row>.col-md-9.col-md-push-3>p.menu-ingridients{
    font-size: 12px;
    font-style: italic;

}
section.menu-wrapper>.container>.row>.col-md-9.col-md-push-3>.button-more{
    position: absolute;
    z-index: 1;
    width: 96.5%;
    text-align: right;
    top: -30px;
}
section.menu-wrapper>.container>.row>.col-md-9.col-md-push-3>.button-more>button{
    border-radius: 0;
    width: 100px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    pointer-events: none;
}
section.menu-wrapper>.container>.row>.col-md-3.col-md-pull-9{}
section.menu-wrapper>.container>.row>.col-md-3.col-md-pull-9>img{
    width: 100%;
}

/*Gallery Wrapper*/
section.gallery-wrapper{}
section.gallery-wrapper>.container{}
section.gallery-wrapper>.container>h2{
    font-family: 'Kaushan Script', cursive;
    text-align: center;
    font-weight: bolder;
    font-size: 40px;
    color: #000;
}
section.gallery-wrapper>.container>.row{
    margin-top: 50px;
    margin-bottom: 25px;
}
section.gallery-wrapper>.container>.row>.col-xs-6.col-sm-3{
    margin-bottom: 15px;
}
section.gallery-wrapper>.container>.row>.col-xs-6.col-sm-3>img{
    width: 100%;
}

/*About Wrapper*/
section.about-wrapper{}
section.about-wrapper>.container{}
section.about-wrapper>.container>h2{
    font-family: 'Kaushan Script', cursive;
    text-align: center;
    font-weight: bolder;
    font-size: 40px;
    color: #000;
}
section.about-wrapper>.container>.row{
    margin-top: 50px;
    margin-bottom: 25px;
}
section.about-wrapper>.container>.row>.col-xs-6{}
section.about-wrapper>.container>.row>.col-xs-6>h3{
    font-weight: bold;
    color: #FF5722;
}
section.about-wrapper>.container>.row>.col-xs-6>p{
    text-align: justify;
    font-size: 15px;
}
section.about-wrapper>.container>.row>.col-xs-6>img{
    width: 100%;
}
section.about-wrapper>.container2{
    width: 100%;
    min-height: 460px;
    padding: 0;
    background-image: url(../img/about/about-img-02.jpg);
    background-repeat: no-repeat;
}
section.about-wrapper>.container2>.container2-content{
    padding: 60px;
}
section.about-wrapper>.container2>.container2-content>h3{
    text-align: center;
    font-weight: bold;
    color: #fff;
}
section.about-wrapper>.container2>.container2-content>p{
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 0 100px;
}

/*Contact Wrapper*/
section.contact-wrapper{
    margin-top: 25px;
}
section.contact-wrapper>.container{}
section.contact-wrapper>.container>h2{
    font-family: 'Kaushan Script', cursive;
    text-align: center;
    font-weight: bolder;
    font-size: 40px;
    color: #000;
}
section.contact-wrapper>.container>.row{
    margin-top: 50px;
    margin-bottom: 25px;
}


/*Footer
-----------------*/
section.footer-wrapper{
    background-color: #2a6fb2;
    color: #9bc8f5;
}
section.footer-wrapper>.container{}
section.footer-wrapper>.container>.row{}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3{}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3>h4{
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3>ul{
    margin-left: -30px;
}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3>ul>li{
	list-style: none;
}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3>ul>li>a{
	text-decoration: none;
    color: #9bc8f5;
    text-transform: uppercase;
}
section.footer-wrapper>.container>.row>.col-xs-6.col-sm-3>ul>li>a>i{
	font-size: 18px;
	color: #fff;
}

/*Powered By*/
section.poweredby-wrapper{
	background-color: #063a47;
	text-align: center;
	padding: 10px;
}
section.poweredby-wrapper>.container{}
section.poweredby-wrapper>.container>span{
	color: #fff;
}