body, html{
	overflow-x: hidden;
}

/*Buttons*/
button.btn-danger{
	margin-top: 1.5em;
	padding: 15px;
	font-size: 20px;
}

hr{
	width: 10% !important;
	border: 2px solid #FF5722 !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>img{
	background-color: #FF5722;
    border-radius: 50%;
    padding: 8px;
    width: 7%;
}
section.banner-wrapper>.content-over>h2{
    font-family: 'Droid Sans Mono', monospace;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    color: #FF5722;
}


/*Navbar
------------------*/
section.navbar-wrapper{}
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>.logo{
    float: left;
}
section.navbar-wrapper>.container>ul>.menu{
	float: right;
    margin-top: 50px;
}
section.navbar-wrapper>.container>ul>.menu>li{
	display:inline;
}
section.navbar-wrapper>.container>ul>.menu>li>a{
	display:inline-block;
    color: #607D8B;
    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: #03A9F4;
}
.active {
    color: #FF5722;
    border-left: 2px solid #03a9f4;
}
/*Section1
------------------*/
section.section1-wrapper{
	margin-bottom: -150px;
}
section.section1-wrapper>.container{}
section.section1-wrapper>.container>.row{}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-4{
    width: 32%;
	position: relative;
    z-index: 99;
    top: -190px;
    background-color: rgba(255, 255, 255, 0.64);
    border-bottom: 3px solid #dbd6d4;
    padding: 25px 0;
    margin-left: 1%;
}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-4>.fa-icon{
	text-align: center;
}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-4>.fa-icon>img{
    width: 8em;
    background-color: #FF5722;
    border-radius: 50%;
    padding: 25px;
}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-4>.fa-icon>img:hover{
	background-color: #282828;
	box-shadow: inset 0 0 0 3px #282828;
	-webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-4>.fa-icon>p{
    font-size: 20px;
    font-weight: bold;
}
section.section1-wrapper>.container>.row>.col-xs-6.col-sm-4>.fa-icon>p.content{
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    padding: 10px 25px;
}

/*Section2*/
section.section2-wrapper{
    margin-bottom: 25px;
}
section.section2-wrapper>.container{}
section.section2-wrapper>.container>.row{}
section.section2-wrapper>.container>.row>h2{
	font-family: 'Kaushan Script', cursive;
	text-align: center;
	font-weight: bolder;
    font-size: 40px;
}
section.section2-wrapper>.container>.row>p{
	text-align: center;
	font-size: 17px;
}
section.section2-wrapper>.container>.row2{}
section.section2-wrapper>.container>.row2>.col-xs-6.col-sm-4.xssm1{
	margin-bottom: 15px;
}
section.section2-wrapper>.container>.row2>.col-xs-6.col-sm-4.xssm1>img{
	width: 100%;
}
section.section2-wrapper>.container>.row2>.col-xs-6.col-sm-4.xssm2{
	margin-bottom: 15px;
	padding: 20px 30px;
    background: #204056;
    color: #fff;
    height: 269px;
}
section.section2-wrapper>.container>.row2>.col-xs-6.col-sm-4.xssm2>h2{
	text-align: center;
	font-family: 'Concert One', cursive;
}
section.section2-wrapper>.container>.row2>.col-xs-6.col-sm-4.xssm2>p{
	font-size: 15px;
}
section.section2-wrapper>.container>.row3>.col-xs-6.col-sm-4.xssm1>img{
	width: 100%;
}
section.section2-wrapper>.container>.row3>.col-xs-6.col-sm-4.xssm2{
	margin-bottom: 15px;
	padding: 20px 30px;
    background: #204056;
    color: #fff;
    height: 269px;
}
section.section2-wrapper>.container>.row3>.col-xs-6.col-sm-4.xssm2>h2{
	text-align: center;
	font-family: 'Concert One', cursive;
}
section.section2-wrapper>.container>.row3>.col-xs-6.col-sm-4.xssm2>p{
	font-size: 15px;
}

/*Section3*/
section.section3-wrapper{
	background: #6a737b;
	margin-bottom: 25px;
}
section.section3-wrapper>.container{
    padding: 50px 0;
}
section.section3-wrapper>.container>h2{
	font-family: 'Kaushan Script', cursive;
    text-align: center;
    font-weight: bolder;
    font-size: 40px;
    color: #FF5722;
}
section.section3-wrapper>.container>.row{}
section.section3-wrapper>.container>.row>.col-xs-6.xs1{
	width: 40%;
}
section.section3-wrapper>.container>.row>.col-xs-6.xs2{
	width: 60%;
}
section.section3-wrapper>.container>.row>.col-xs-6.xs1>img{
	width: 100%;
}
section.section3-wrapper>.container>.row>.col-xs-6.xs2>h3{
	font-weight: bold;
	text-transform: uppercase;
	color: #204056;
}
section.section3-wrapper>.container>.row>.col-xs-6.xs2>p{
	font-size: 15px;
	color: #fff;
}

/*Section4*/
section.section4-wrapper{
    margin-bottom: 25px;
}
section.section4-wrapper>.container{}
section.section4-wrapper>.container>h2{
	font-family: 'Kaushan Script', cursive;
    text-align: center;
    font-weight: bolder;
    font-size: 40px;
    color: #000;
}
section.section4-wrapper>.container>.row{}
section.section4-wrapper>.container>.row>.col-xs-6.col-sm-3{
	border:1px solid #ddd;
}
section.section4-wrapper>.container>.row>.col-xs-6.col-sm-3>h2{
    text-align: center;
    background-color: #204056;
    color: #fff;
    padding: 10px;
    font-size: 23px;
}
section.section4-wrapper>.container>.row>.col-xs-6.col-sm-3>img{
	width: 100%;
	margin-top: -9px;
}
section.section4-wrapper>.container>.row>.col-xs-6.col-sm-3>p{
	font-size: 15px;
}
section.section4-wrapper>.container>.row>.col-xs-6.col-sm-3>p>a{
	text-decoration: none;
}
section.section4-wrapper>.container>.row>.col-xs-6.col-sm-3>p>a>span{
	color: #FF5722;
	font-weight: bold;
}

/*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: 40px;
    color: #FF9800;
}
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: 25px;
    font-weight: bold;
    color: #FF5722;
}
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>.button-more{
    position: absolute;
    width: 100%;
    text-align: right;
    top: 0;
}
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: 15px;
}
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{
    margin-top: 25px;
}
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{
    margin-top: 25px;
}
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: #004483;
	text-align: center;
	padding: 10px;
}
section.poweredby-wrapper>.container{}
section.poweredby-wrapper>.container>span{
	color: #fff;
}