.btn-primary{
	display:inline-block;
	padding:10px 10px;
	color:#fff;
	background:#AF2227;
	border:1px solid rgba(0,0,0,0.1);
	cursor:pointer;
	background:#2388c6;
}
.btn-sm{
	font-size:10pt;
	padding:9px 10px;
}



.navbar-mobile{
	background: url('menu.png');
	background-size:1px 100%;
	background-repeat:repeat-x;
	margin-top:10px;
	text-align:right;
}
.navbar-mobile a{
	display:inline-block;
	padding:10px 10px;
	font-size:12pt;
	color:#fff;
	border-right:1px solid rgba(0,0,0,0.2);
}
.navbar-mobile a:last-child{
	border-right:0px solid rgba(0,0,0,0.2);
}

.here a{
	color:red;
	font-weight:bold;
	text-decoration:none;
}
.here a:hover{
	text-decoration:underline;
}

body{
	background:#FAF4F4;
}

h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: orange;
  margin: 100px 0;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: auto;
  padding: 10px;
  background: #fff;
  border:5px solid #BD981F;
  box-shadow:0px 0px 50px 0px #000;
  border-radius: 5px;
 
  position:absolute;
  top:10px;
  bottom:10px;
  left:10px;
  right:10px;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #C1262D;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  height: 90%;
  width:100%;
  overflow: auto;
  background:#fff;
}
.rc-table{
	width:100%;
	height:100%;
}
.rc-table td{
	padding:3px;
}

.form-control,
.input{
	width:100%;
	padding-top:10px;
	
	padding-bottom:10px;
	border:1px solid #bd981f;
	border-radius:5px;
	box-shadow:0px 0px 0px #000;
}

.rc-button{
	background:#C0272D;
	padding:10px;
	color:#fff;
	border:1px solid #000;
	font-size:12pt;
	border-radius:5px;
	min-width:100px;
	display:inline-block;
	
}
.rc-button:hover{
	background: #bd981f;
}
.error{
	font-size: 10pt;
	color:red;
	float:left;
}
.btn-block{
	display:block;
}
.text-warning{
	color:#e5c244;
}
.alert-warning{
	text-align:center;
	font-size:12pt;
	margin-left:auto;
	margin-right:auto;
	background:#e5c244;
	border:5px solid #fff;
	box-shadow:0px 0px 0px 1px #e5c244;
	color:#fff;
	padding:10px;
	margin-top:0;
	margin-bottom:10px;
}
.text-success{
	color:#8ee244;
}
.alert-success{

	text-align:center;
	font-size:12pt;
	margin-left:auto;
	margin-right:auto;
	background:#8ee244;
	border:5px solid #fff;
	box-shadow:0px 0px 0px 1px #8ee244;
	color:#fff;
	padding:10px;
	margin-top:0;
	margin-bottom:10px;
}
.text-danger{
	color:#e04545;
}
.alert-danger{

	text-align:center;
	font-size:12pt;
	margin-left:auto;
	margin-right:auto;
	background:#e04545;
	border:5px solid #fff;
	box-shadow:0px 0px 0px 1px #e04545;
	color:#fff;
	padding:10px;
	margin-top:0;
	margin-bottom:10px;
}












#heading{
	font-size:15pt;
	color:#AF2127;
}
#heading a{
	color:#000;
	text-decoration:none;
}
#heading a:hover{
	color:#04a9db;
	text-decoration:none;
}
#brooklyn{
	font-size:12pt;
	color: #AF2127;
}
#brooklyn a{
	color:#000;
	text-decoration:none;
}

#brooklyn a:hover{
	color:#04a9db;
	text-decoration:none;
}
#address{
	color:#000;
}
#address div{
	color:#967101;
	text-shadow:0px 0px 2px #fff;
}

.socail-new {
	float:right;
}
.socail-new div{
	float:right;
	padding:20px;
	border:1px solid #000;
	margin:3px;
	-webkit-transition: background 0.6s ease, color 0.6s ease;
	-moz-transition: background 0.6s ease, color 0.6s ease;
	-o-transition: background 0.6s ease, color 0.6s ease;
	transition: background 0.6s ease, color 0.6s ease;	
}
.socail-new #fb{
	background:  url('fb-c.png') top no-repeat;
	background-size:100% 200%;
}
.socail-new #tw{
	background:  url('tw-c.png') top no-repeat;
	background-size:100% 200%;
}
.socail-new #insta{
	background:  url('insta-c.png') top no-repeat;
	background-size:100% 200%;
}
.socail-new #gp{
	background:  url('gp-c.png') top no-repeat;
	background-size:100% 200%;
}
.socail-new #in{
	background:  url('in-c.png') top no-repeat;
	background-size:100% 200%;
}
.socail-new #fb:hover{
	background:  url('fb-c.png') bottom no-repeat;
	background-size:100% 200%;
}
.socail-new #tw:hover{
	background:  url('tw-c.png') bottom no-repeat;
	background-size:100% 200%;
}
.socail-new #insta:hover{
	background:  url('insta-c.png') bottom no-repeat;
	background-size:100% 200%;
}
.socail-new #gp:hover{
	background:  url('gp-c.png') bottom no-repeat;
	background-size:100% 200%;
}
.socail-new #in:hover{
	background:  url('in-c.png') bottom no-repeat;
	background-size:100% 200%;
}




















@charset "utf-8";
/* CSS Document */

/*********************************************************
	CSS Reset
 *********************************************************/

body, html, div, span, 
h1, h2, h3, h4, h5, h6, 
p, ul, ol, li, blockquote, 
form, input{
margin: 0;
padding: 0;
border: 0;
}

img{
border: none;
outline: none;
}

a{
border: none;
outline: none;
text-decoration:none;
}
.clear { clear:both;}
.fleft { float:left;}
.fright { float:right;}
ul, ol{
list-style: none;
}
/*********************************************************
	HTML Elements britahjumpingcastle 
 *********************************************************/
 

@font-face {
	font-family: 'MYRIADPRO-REGULAR_0';
	src: url('../fonts/MYRIADPRO-REGULAR_0.eot');
	src: url('../fonts/MYRIADPRO-REGULAR_0.woff') format('woff'), url('../fonts/MYRIADPRO-REGULAR_0.ttf') format('truetype'), url('../fonts/MYRIADPRO-REGULAR_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 
 
 body  
	{
	font-family: 'MYRIADPRO-REGULAR_0';
	font-size:14px;
	color:#323232;
	}	
.wrap {margin: auto;padding: 0px 0px 5px 0px;max-width: 430px;}
.header { background:url(../images/headerbg.jpg) repeat-x; min-height:215px; width:430px; border-bottom:2px solid #af2227;}
.header_left{width:160px; float:left; display:inline; padding:0px 0px 0px 10px;}
.header_right{width:237px; float:right; display:inline; text-align:right; padding-right:15px;}
.socialicons{width:237px; font-size:12px; color:#323232; line-height:30px; margin-top:18px;}
.socialicons img{margin-left:3px; }
.callus{font-size:18px; color:#323232; line-height:20px; font-family:Cambria; padding:10px 0px 0px 0px;}
.callus span{font-size:14px; color:#323232; line-height:20px; text-transform:uppercase;}
.callus span a{font-size:14px; color:#9f0207; line-height:18px; font-family:Cambria; text-decoration:none;}
.wedoalltxt{font-size:18px; color:#323232; line-height:20px; text-transform:uppercase;  font-family:Cambria; padding:7px 0px 0px 0px;}
.wedoalltxt span{font-size:16px; color:#af2227; text-transform:capitalize;}

.content{width:430px; clear:both; padding:0px 0px 0px 0px; background:#faf4f4; }
.content_box1{width:100%; min-height:65px; 
	font-size:20pt;
	text-shadow:0px 0px 3px #000;
	color:#fff;
	font-weight:bold;
	font-family:'';
	border:1px solid rgba(0, 0, 0, 0.3);
	background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
	padding:0px 0px 0px 15px; margin:10px 0px 0px 0px; border-radius:5px;}
.content_box1_left{width:95px; float:left; display:inline;}
.content_box1_right{width:273px; float:left; display:inline; padding:15px 0px 0px 0px;}
.content_box1_right a{font-size:20px; color:#323232; line-height:25px; text-decoration:none; font-family:Cambria; line-height:25px; text-transform:uppercase;}

.footer{width:430px; clear:both; background:#0e0b0c; min-height:120px; text-align:center; margin:0px 0px 0px 0px;}
.footer_txt{font-size:13px; color:#c2c2c2; line-height:18px; padding:10px 0px 0px 0px;}
.footer_txt a{font-size:13px; color:#ffc200; line-height:18px; text-decoration:none;}

/************home page*************/
.content_new{width:430px; clear:both; background:#faf4f4;  overflow:hidden;   }
.content_new h2{font-size:20px; color:#323232; line-height:35px; border-bottom:2px solid #af2227; text-transform:uppercase; font-family:Cambria; font-weight:normal; padding-left:10px;}
.content_new p{font-size:13px; color:#323232; line-height:19px; font-weight:normal; padding:0px 0px 0px 0px; width:404px; text-align:justify;}

.content_new1{width:404px; clear:both; padding:10px 0px 0px 13px; overflow:hidden; }
.content_new1 h3{font-size:18px; color:#323232; line-height:35px; text-transform:uppercase; font-family:Cambria; font-weight:normal;}
.content_new1 h3 span{font-size:18px; color:#af2227; line-height:35px; text-transform:uppercase; font-family:Cambria; font-weight:normal;}
.content_new1 p{font-size:13px; color:#323232; line-height:19px; text-align:justify;}
.content_new1 a{font-size:13px; color:#af2227; line-height:19px; text-align:justify; text-decoration:none;}
.index_bottom{width:404px; padding:10px 0px 0px 0px;}
.index_bottom1{width:134px; float:left; display:inline; }
.index_bottom1 p{font-size:13px; color:#910019; text-align:center; width:114px; padding:5px 0px 0px 0px;}
.backbutton{width:404px; height:31px; margin:50px 0px 20px 0px; float:left; text-align:center; padding-bottom:10px;}

/*************ice brand**********/
.icebrand_content{width:417px; clear:both; padding-left:13px;}
.icebrand_contentbox{width:417px; margin:20px 0px 0px 0px; clear:both; float:left;}
.icebrand_contentbox1{width:137px; float:left; display:inline;}

.icebrand_contentbox11{width:122px; float:left; display:inline; background:#c19a21; border-radius:5px; text-align:center; }
.icebrand_contentbox_1{width:116px; float:left; display:inline; background:#fff; margin:3px 3px 3px 3px; text-align:center; padding:0px 0px 0px 0px; min-height:91px; }
.icebrand_contentbox_1 div{text-align:center; min-height:45px; margin:5px 0px 0px 0px; }
.icebrand_contentbox_1 h4{font-size:14px; color:#0e0b0c; text-align:center;}
.icebrand_contentbox_1 a{font-size:14px; color:#af2227; text-align:center; width:116px; float:left;}


.food_contentbox1{width:178px; float:left; display:inline;}

.food_contentbox11{width:157px; float:left; display:inline; background:#c19a21; border-radius:5px; text-align:center; padding:5px 0px 5px 0px; }

/**********contactus***********/
.contactus_top{width:430px; clear:both;}
.contactusbox_top{width:385px; padding:10px 0px 0px 20px; float:left; display:inline;}
.contactusbox_left{width:116px; float:left; display:inline; font-size:13px; color:#000; line-height:20px;}
.contactusbox_right{width:265px; float:left; display:inline; font-size:13px; color:#000; border:1px solid #e9e4e4; min-height:25px; background:#faf4f4;}

.contactusbox_right1{max-width:259px; min-width:259px; float:left; display:inline; font-size:13px; color:#000; border:1px solid #e9e4e4; min-height:100px; background:#faf4f4;}

.submitbutton{width:82px; height:31px; background:#af2227; font-size:15px; color:#fff; cursor:pointer; border:0px; margin-bottom:20px;}

/***********next******/
.pagenation{width:430px; float:left; display:inline; padding:20px 0px 0px 0px;}
.pagenation a{font-size:13px; color:#323232; line-height:19px; margin:0px 3px 0px 3px; background:#fff; border:1px solid #ccc; padding:0px 5px 0px 5px;}
.pagenation a:hover{font-size:13px; color:#af2227; line-height:19px;}
.pagenation a:selected{font-size:13px; color:#af2227; line-height:19px;}

/***********faq page***********************/
.faqquestion{color: #6D6D6D; font-family: 'MYRIADPRO-REGULAR_0'; font-size: 13px; line-height:20px; border-bottom:1px dashed #e19ea0; padding:10px 0px 10px 0px; margin:0px 10px 0px 10px;}
.faqquestion span{color: #AF2227; font-family: 'MYRIADPRO-REGULAR_0'; font-size: 13px !important;}




	

.pdfdownload div{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#C19A21;
}

.pdfdownload div span{
	float:right;
}

.ourdiract{
	text-align:center;
}
.ourdiract img{
	width:115px;
	height:100px;
	margin-left:2px;
	margin-right:2px;
	margin-top:10px;
	margin-bottom:10px;
	border:3px solid #C19A21;
	border-radius:5px;
}

	

