body, html {
	font-family: 'Open Sans', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	overflow-x: hidden!important;
	
}

h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}
h2 {
	font-weight: 400;
	font-size: 38px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
h2::after {
	position: absolute;
	content: "";
	background: #d43031;
	height: 2px;
	width: 70px;
	bottom: 0;
	margin-left: -35px;
	left: 50%;
}
h3 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #ff1a1a;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #8eb640;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
#menu {
	/* padding: 20px; */
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #333;
	border-color: rgba(231, 231, 231, 0);
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eee;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 0 40px 0 40px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #d43031;
}
.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #d43031 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #d43031;
	border-color: #d43031;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* .section-title {
	margin-bottom: 70px;
} */
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #777;
	background-color: transparent;
	border: 2px solid #777;
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #ddd;
	border: 2px solid #d43031;
	background-color: #d43031;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/bg.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	overflow-x: hidden!important;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
}
.intro h1 {
	font-family: 'Rochester', cursive;
	color: #fff;
	font-size: 6em;
	font-weight: 400;
	margin-top: 0;
}
/* .row{
	margin: 0 !important;
	padding: 0 !important;
} */
.container{
	/* margin: 0 !important;
	padding: 0 !important; */
	overflow-x: hidden!important;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-right: 35%;
	/* margin-top: 150px; */
}
header .intro-text {
	padding-top: 200px;
	padding-bottom: 50px;
	text-align: center;
}
/* Features Section */
#features {
	/* padding: 120px 0; */
	padding: 30px 0;
}
#features .features-item {
	margin: 0 20px;
}
#features img {
	margin: 30px auto 20px;
}
#features .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#features p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* About Section */
#about {
	padding: 0;
	background: #f6f6f6;
}
#about h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#about .about-text {
	padding: 30px 0;
}
#about .about-img {
	background: #444 url(../img/new/3.jpg) center center no-repeat;
	background-size: cover;
	height: 570px;
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
	color: black;
}
/* Menu Section */
#restaurant-menu {
	padding: 100px 0 -10px 0;
}
#restaurant-menu img {
	width: 160px;
	/* box-shadow: 15px 0 #a7c44c; */
}
#restaurant-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-menu .menu-section hr {
	margin: 0 auto;
}
#restaurant-menu .menu-section {
	margin: 0 20px 80px;
}
#restaurant-menu .menu-section-title {
	font-size: 32px;
	display: block;
	font-weight: 400;
	color: black;
	margin: 20px 0;
	text-align: center;
}
.menu-item-description{
	color: black !important;
}
#restaurant-menu .menu-item {
	margin: 45px 0;
	font-size: 18px;
}
#restaurant-menu .menu-item-name {
	font-weight: 400;
	font-size: 20px;
	color: black;
	margin-bottom: 10px;
	text-align: center;
}
#restaurant-menu .menu-item-description {
	font-size: 15px;
	width: 85%;
}
#restaurant-menu .menu-item-price {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -36px;
}
/* Gallery Section */
#gallery {
	padding: 0;
}
#gallery .gallery-item {
	margin: 0 -15px;
}
/* Team Section */
#team {
	padding: 120px 0;
}
#team h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#team img {
	max-width: 550px;
}
#team .team-img {
	display: inline-block;
	position: relative;
}
/* Contact Section */
#contact {
	padding: 20px 0 !important;
	background: #333;
}
#contact .contact-item p {
	font-size: 15px;
	color: white;
}
#contact .section-title {
	margin-top: 60px;
	margin-bottom: 40px;
}
#contact form {
	padding: 0;
}
#contact h3 {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	color: white;
	padding: 20px 0;
}
#contact h3::after {
	position: absolute;
	content: "";
	background: #d43031;
	height: 2px;
	width: 40px;
	bottom: 0;
	margin-left: -20px;
	left: 50%;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: black;
	background-color: rgba(255,255,255,.2);
	background-image: none;
	border: 1;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control:-moz-placeholder {
color: #999;
}
.form-control::-moz-placeholder {
color: #999;
}
.form-control:-ms-input-placeholder {
color: #999;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
/* Footer Section*/
#footer {
	background: #262626;
	padding: 5px 0 0 0;
}
#footer .social {
	margin-top: -5px;
	text-align: right;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 15px;
}
#footer .social i.fa {
	font-size: 24px;
	padding: 4px;
	color: white;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: white;
}
#footer p {
	font-size: 14px;
	color: white;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #eee;
}
#dkcertlogo:hover{
    cursor:pointer;
  }

  .column {
	float: left;
	width: 30%;
	padding: 10px;
	height: 80vh 
  }
  .column1 {
	float: left;
	width: 70%;
	padding: 10px;
	/* height: 80vh  */
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  * {
	box-sizing: border-box;
  }
@media screen and (min-width:1500px) and (max-width:1920px)
{
   /* #dkcertlogo {
	   height: 302px;
	   margin-top: 14%;
	   margin-left: 112%;
	   margin-bottom: -124%;
	  
   }
   .intro h1 {
	   font-family: 'Rochester', cursive;
	   color: #fff;
	   font-size: 8em;
	   font-weight: 400;
	   margin-top: 227px;
   } */
}

@media screen and (min-width:1441px) and (max-width:1499px)
{
	/* #dkcertlogo {
		height: 269px;
		margin-top: 6%;
		margin-left: 115%;
		margin-bottom: -124% ;
	}
	.intro h1 {
		font-family: 'Rochester', cursive;
		color: #fff;
		font-size: 8em;
		font-weight: 400;
		margin-top: 176px;
	} */
}

@media screen and (min-width:1410px) and (max-width:1440px)
{
   /* #dkcertlogo {
	   height: 269px;
	   margin-top: 6%;
	   margin-left: 115%;
	   margin-bottom: -124% ;
   }
   .intro h1 {
	   font-family: 'Rochester', cursive;
	   color: #fff;
	   font-size: 8em;
	   font-weight: 400;
	   margin-top: 176px;
   } */
}

@media screen and (min-width:1371px) and (max-width:1409px)
{
   /* #dkcertlogo {
	   height: 203px;
	   margin-top: 2%;
	   margin-left: 128%;
	   margin-bottom: -124%;
   }
   .intro h1 {
	   font-family: 'Rochester', cursive;
	   color: #fff;
	   font-size: 8em;
	   font-weight: 400;
	   margin-top: 142px;
   } */
}

@media screen and (min-width:1330px) and (max-width:1370px)
{
   /* #dkcertlogo {
	   height: 203px;
	   margin-top: 2%;
	   margin-left: 128%;
	   margin-bottom: -124%;
   }
   .intro h1 {
	   font-family: 'Rochester', cursive;
	   color: #fff;
	   font-size: 8em;
	   font-weight: 400;
	   margin-top: 142px;
   } */
}

@media screen and (min-width:1281px) and (max-width:1329px)
{
   /* #dkcertlogo {
	   height: 203px;
	   margin-top: 2%;
	   margin-left: 128%;
	   margin-bottom: -124%;
   }
   .intro h1 {
	   font-family: 'Rochester', cursive;
	   color: #fff;
	   font-size: 8em;
	   font-weight: 400;
	   margin-top: 142px;
   } */
}
@media screen and (min-width:1270px) and (max-width:1280px)
{
   /* #dkcertlogo {
	   height: 196px;
	   margin-top: 16%;
	   margin-left: 130%;
	   margin-bottom: -124%;
	  
   }
   .intro h1 {
	   font-family: 'Rochester', cursive;
	   color: #fff;
	   font-size: 8em;
	   font-weight: 400;
	   margin-top: 180px;
   } */
}

@media screen and (min-width:1116px) and (max-width:1269px)
{
	/* #dkcertlogo {
		height: 212px;
		margin-left: 119%;
		margin-bottom: -117%;
	
		margin-top: 19%;
	}
	.intro h1 {
		margin-top: 133px;
	} */
}

@media screen and (min-width:1025px) and (max-width:1115px)
{
	/* #dkcertlogo {
		height: 212px;
		margin-left: 119%;
		margin-bottom: -117%;
	
		margin-top: 19%;
	}
	.intro h1 {
		margin-top: 133px;
	} */
}


@media screen and (min-width:992px) and (max-width:1024px)
{
   /* #dkcertlogo {
	   height: 212px;
	   margin-left: 119%;
	   margin-bottom: -117%;
	  
	   margin-top: 21%;
   }
   .intro h1 {
	   margin-top: 129px;
   } */
}
@media screen and (min-width:416px) and (max-width:991px)
{
/* .intro h1 {
	font-family: 'Rochester', cursive;
	color: #fff;
	font-size: 6em;
	font-weight: 400;
	margin-top: 137px;
} */
}
@media screen and (min-width:800px) and (max-width:991px)
{
   /* #dkcertlogo {
	   height: 191px;
	   margin-left: 163%;
	   margin-bottom: -117%;
	   
	   margin-top: 82%;
   } */
}

@media screen and (min-width:768px) and (max-width:800px)
{
/* #dkcertlogo {
    height: 191px;
    margin-left: 163%;
    margin-bottom: -117%;
    
    margin-top: 82%;
} */
}

@media screen and (min-width:713px) and (max-width:767px)
{
	/* #dkcertlogo {
		height: 212px;
		margin-left: 34%;
		margin-bottom: -117%;
		
		margin-top: -51%;
	} */
}
@media screen and (min-width:700px) and (max-width:712px)
{
   /* #dkcertlogo {
	   height: 233px;
	   margin-left: 34%;
	   margin-bottom: -97%;
	   
	   margin-top: -29%;
   } */
}
@media screen and (min-width:650px) and (max-width:699px)
{
   /* #dkcertlogo {
	   height: 233px;
	   margin-left: 34%;
	   margin-bottom: -97%;
	  
	   margin-top: -24%;
   } */
}
@media screen and (min-width:601px) and (max-width:649px)
{
   /* #dkcertlogo {
	   height: 233px;
	   margin-left: 34%;
	   margin-bottom: -97%;
	 
	   margin-top: -20%;
   } */
}
@media screen and (min-width:550px) and (max-width:600px)
{

   /* #dkcertlogo {
	   height: 215px;
	   margin-left: 31%;
	   margin-bottom: -97%;
	   
	   margin-top: -10%;
   } */
}

@media screen and (min-width:520px) and (max-width:549px)
{
	/* #dkcertlogo {
		height: 196px;
		margin-left: 31%;
		margin-bottom: -97%;
		
		margin-top: -5%;
	} */
	#certified {
		overflow-x: auto;
		width: 470px;
		 
	}
}
 
@media screen and (min-width:480px) and (max-width:519px)
{
	/* #dkcertlogo {
		height: 196px;
		margin-left: 31%;
		margin-bottom: -97%;
		
		margin-top: -3%;
	} */
	#certified {
		overflow-x: auto;
		width: 420px;
		 
	}
}

@media screen and (min-width:440px) and (max-width:480px)
{
	/* #dkcertlogo {
		height: 196px;
		margin-left: 27%;
		margin-bottom: -97%;
	
		margin-top: 10%;
	} */
	#certified {
		overflow-x: auto;
		width: 400px;
		 
	}
}

@media screen and (min-width:415px) and (max-width:439px)
{
	/* #dkcertlogo {
		height: 196px;
		margin-left: 27%;
		margin-bottom: -97%;
		
		margin-top: 16%;
	} */
	#certified {
		overflow-x: auto;
		width: 370px;
		 
	}
	 
}

@media screen and (min-width:394px) and (max-width:414px)
{
	/* #dkcertlogo {
		height: 160px;
		margin-left: 28%;
		margin-bottom: -97%;
		
		margin-top: 12%;
	}
   .intro h1 {
	   margin-top: 99px;
   } */
   #certified {
	overflow-x: auto;
	width: 350px;
	 
}
}

@media screen and (min-width:376px) and (max-width: 393px)
{
	/* #dkcertlogo {
		height: 151px;
		margin-left: 29%;
		margin-bottom: -97%;
		
		margin-top: 22%;
	
	} */
    
	#certified {
		overflow-x: auto;
		width: 330px;
		 
	}
	/* .intro h1 {
		font-family: 'Rochester', cursive;
		color: #fff;
		font-size: 6em;
		font-weight: 400;
		margin-top: 101px;
	} */
}

@media screen and (min-width:361px) and (max-width:375px)
{
	/* #dkcertlogo {
		height: 168px;
		margin-left: 26%;
		margin-bottom: -97%;
		
		margin-top: 19%;
		width: 163px;
	}
	.intro h1 {
		font-family: 'Rochester', cursive;
		color: #fff;
		font-size: 6em;
		font-weight: 400;
		margin-top: 101px;
	}
     */
	#certified {
		overflow-x: auto;
		width: 317px;
		 
	}
}

@media screen and (min-width:340px) and (max-width:360px)
{
   /* #dkcertlogo {
	   height: 184px;
	   margin-left: 22%;
	   margin-bottom: -97%;
	 
	   margin-top: 26%;
	   width: auto;
   }
   .intro h1 {
	font-family: 'Rochester', cursive;
	color: #fff;
	
	font-weight: 400;

	margin-top: 103px;
} */
#certified {
	overflow-x: auto;
	width: 280px;
	 
}
}

@media screen and (min-width:320px) and (max-width:340px)
{
   /* #dkcertlogo {
	   height: 184px;
	   margin-left: 22%;
	   margin-bottom: -97%;
	  
	   margin-top: 44%;
	   width: auto;
   }
   .intro h1 {
	font-family: 'Rochester', cursive;
	color: #fff;

	font-weight: 400;
	
	margin-top: 103px;
} */
#certified {
	overflow-x: auto;
	width: 280px;
	 
}
}

@media screen and (min-width:280px) and (max-width:320px)
{
   /* #dkcertlogo {
	   height: 184px;
	   margin-left: 22%;
	   margin-bottom: -97%;
	   
	   margin-top: 53%;
	   width: auto;
   }
   .intro h1 {
	font-family: 'Rochester', cursive;
	color: #fff;
	font-size: 5em;
	font-weight: 400;

	margin-top: 103px;
} */
#certified {
	overflow-x: auto;
	width: 230px;
	 
}
}

@media screen and (min-width:200px) and (max-width:279px)
{
   /* #dkcertlogo {
	   height: 184px;
	   margin-left: 22%;
	   margin-bottom: -97%;
	  
	   margin-top: 53%;
	   width: auto;
   }
   .intro h1 {
	font-family: 'Rochester', cursive;
	color: #fff;
	font-size: 5em;
	font-weight: 400;

	margin-top: 103px;
} */
#certified {
	overflow-x: auto;
	width: 160px;
	 
}
}


