   
body, html {
	
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
	background-color: #000;
	font-size: 14px;
	
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 24px;
	color:#000;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color:#000;
}
h4 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	color:#000;
	
	
}

h5 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-left:20px;
	color:#000;	
}
h5 li {
list-style-type: disc;
    list-style-position: inside;
    color:#000; 
	font-size:16px;
}
h5 a:link {
	color:#000;
	font-weight: 900;
	font-size:16px;
}
h5 a:hover {
	color:#D5090D;
	font-weight: 900;
}

p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #FFCC33;
}
a:hover, a:focus {
	text-decoration: none;
	color: #F00;
}

a:visited, a:checked; {
	color:#000;
	font-weight: 900;
	font-size:16px;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

.hr {
	height: 20%;
	width: 100%;
	text-align: center;
	position: relative;
	background: #f4e7c1;

}
.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 */
#menu {
	padding-top:20px;
	transition: all 0.8s; 
	text-align: center;
}
#menu.navbar-default {
	background-color:#000;
	
	
}
#menu a.navbar-brand {
	font-family: 'Lora', serif;
	font-size: 16px;
	color: #FFCC33;
	font-weight: bold;margin-top:-50px;	
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFCC33;
	font-weight: 500;
	font-size: 12px;
	padding: 5px 0;
	
	letter-spacing: 0.5px;
	margin: 0 auto;
	
		
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #F00;
}


.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: #FFCC33 !important;
	background-color: #000;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #FFCC33;
	
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color:#767474;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.1);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
|.section-title hr {
	margin: 0 auto;
	margin-bottom: 10px;
	height:30%;
	background-color: #FFCC33;width: 100%;
}
.btn-custom {
	text-transform: uppercase;
	color: #000;
	background-color: #FFCC33;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #FFCC33;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	background-color: #f4e7c1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	 
}

.intro .overlay {
background-color:rgba(0, 0, 0, 0.5);
	width:100%;
}

.intro-text{
	align-content: center;
	font-size: 18px;
	
}

.intro-text h1{
	align-content: center;
	font-family: 'Lora', serif;
	color: #FFCC33;
	font-weight: bold;
	font-size: 18px;
}
.intro-text h3{
	align-content: center;
	font-family: 'Lora', serif;
	color: #FFCC33;
	font-weight: bold;
	margin-top: -30px;
	font-size: 20px;
}
.intro-text h6{

}

.intro .span {
	margin-top:60px;
}


header .intro-text {
margin-top:20px;
	text-align: center;
	
}




/* About Section */
#about .container {
	padding: 0;
	width:100%;
	text-align: left;
}


#about  h2 {
color:#FFCC33;
	font-family: 'Lora', serif;
	font-size: 18px;
	text-align: left;
}

#about .about-text  h5 {
	line-height: 20px;
	text-align: left;
}
#about .about-text h3 {
	font-size: 18px;
	color:#FFCC33;
	text-align: left;
}

.about-text ul {
	font-size: 16px;
	color:#FFCC33;
	text-align: left;
	
	
}
.about-text li {
list-style-type: disc;
    list-style-position: inside;
    color:#FFCC33; 
	text-align: left;
	
	
}
.about-text a:link, a:checked {
	color:#FFCC33;
	font-weight: 600;
	text-decoration: underline;
}
.about-text a:visited {
	color:#FFCC33;
	font-weight: 600;
	text-decoration: underline;
}
.about-text a:hover {
	color:#D5090D;
	font-weight: 600;
	text-decoration: underline;
}

#about .about-img {
	display: inline-block;
	position: relative;
	width:220px;
	height: 335;
	padding-right: 20px;
	
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	
}
#about p {
	line-height: 20px;
	margin: 5px 0 5px;
	text-align: left;
}



.intro-text {
 
width: 100%;
	 background-color:rgba(0, 0, 0, 0.1);
	text-align: center;
	color:#FFCC33;
	margin:60px 0 60px 0;
	padding:0 60px 0 60px;
}
#music  {
	color: #FFCC33;
	
	font-family:"lora", serif;
	background-color:rgba(0, 0, 0, 0.2);
	padding: 0;
	margin-top:0;
	text-align: center;

width: 100%;
}
.musicp {
	color: #FFCC33;
	text-transform:capitalize;
	font-size: 16px;
	padding: 10px;
	margin-top:10px;
	text-align: center;
	letter-spacing: normal;
	width: 100%;

}
.calendar {
	color: #FFCC33;
	text-transform:capitalize;
	font-family:"lora", serif;
	padding: 5px;
	background-color:rgba(0, 0, 0, 0.2);
	text-align: left;margin-left: 300px;
	
	font-size: 18px;
width: 100%;
}


.intro-text h1 {
	font-family: 'Lora', serif;
	color: #FFCC33;
	font-size:2em;
	font-weight: 700;
	width: 100%;
	padding:80px 0 20px 0;
	 
}
.intro-text h3 {
	color: #FFCC33;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Lora', serif;
	padding:20px 0 20px 0;
	width: 100%;
	 
	
	
}
.intro-text h5 {
	color: #FFCC33;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	padding:20px;
	margin: 0 50px 0 50px;
	
	text-align: center;
	
	
}


.intro-text a:hover {
	color:#D5090D;
	font-weight: 900;
}
.intro-text p {
	font-size: 18px;
	
	color:#FFCC33;
	font-family: 'Open Sans', sans-serif;	
}
.intro-text h6 {
	font-size: 18px;
	
	color:#FFCC33;
	font-family: 'Open Sans', sans-serif;	
}
.intro-text ul {
	font-size: 16px;
	text-align: center;
	
	color:#FFCC33;
	margin: 0 50px 0 50px;
	font-weight: 400;
}
.intro-text li {
list-style-type: disc;
    list-style-position: inside;
    color:#FFCC33;  
}
.intro-text a:link {
	color:#FFCC33;
	font-weight: 400;
	text-decoration: underline;
}
.intro-text a:hover {
	color:#D5090D;
	font-weight: 400;
}

#our-restaurant {
	padding: 0;
	background-color:#f4e7c1;
}
#our-restaurant  .overlay {
	background-color:rgba(0, 0, 0, 0.5);
}
#our-restaurant .container p {
	font-size:16px;
	
	color: #000;
	text-align: left;
	font-weight: normal;
	padding-bottom: 20px;

}
#our-restaurant h3{
	text-align: center;
}
/* Menu Section */
#restaurant-menu {
	padding: 0 0 15px 0;
}
#restaurant-menu .calendar {
	background-color:rgba(0, 0, 0, 0);
}
#restaurant-menu .section-title {
	background: #444 url(../img/menu-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	padding: 50px;
}
#restaurant-menu .section-title h3 {
	color: #FFCC33;
	text-transform: uppercase;
	font-family:"lora", serif;
	background-color:rgba(0, 0, 0, 0.5);
	padding: 5px;
	margin-bottom: 0;
		
}





#restaurant-menu .section-title p {
	font-size:14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	padding:10px 0 20px 0;
	background-color:rgba(0, 0, 0, 0.5);
	font-family:"lora", serif;
}
#restaurant-menu .section-title a:link, a:visited, a:active {
	color:#FFCC33;
	font-size:16 px;
	text-decoration: underline;
	padding-right: 20px;
	
}
#restaurant-menu .section-title a:hover {
	color:#D5090D;
}


#restaurant-menu img {
	width: 300px;
	box-shadow: 15px 0 #FFCC33;
}
#restaurant-menu .section-title h4 {
	font-size: 20px;
	padding: 10px 0;
	text-transform: uppercase;
	font-family:"lora", serif;
}
#restaurant-menu .menu-section hr {
	margin: 0 auto;
}
#restaurant-menu .menu-section {
	margin: 0 20px 80px;
	font-size: 16px;
	font-weight: normal;
}
#restaurant-menu h2 {
	font-size: 18px;
	font-family:"lora", serif;
	display: block;
	font-weight: bold;
	color: #000;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
}
#restaurant-menu .menu-item {
	margin: 20px 0;
	font-size: 16px;
}
#restaurant-menu .menu-item-name {
	font-weight: 300;
	font-size: 16px;
	color:#000;

	text-transform: uppercase;
}
#restaurant-menu .menu-item-description {
	
	font-size: 16px;
}
#restaurant-menu .menu-item-price {
	float: right;
	font-weight: 300;
	color:#000;
	margin-top: -26px;
	font-size: 16px;
}
/* Portfolio Section */
#portfolio {
	padding: 0 0 60px 0;
	background-color:#000;
}

#portfolio .section-title h2 {
	color: #000;
	font-family: 'Lora', serif;
	text-decoration: underline;
	font-weight: bold;
	background-color:rgba(0, 0, 0, 0.5);
	padding: 20px;
	margin:  0 100px 0 100px;
}

#portfolio .section-title h3 {
	color: #FFCC33;
	font-family: 'Lora', serif;
	
	background-color:rgba(0, 0, 0, 0.5);
	padding: 20px;
	margin: 0 auto;
	text-transform: uppercase;
}

#portfolio  h3 {
	color: #FFCC33;
	font-family: 'Lora', serif;
	padding: 20px 0 0 0;
	text-transform: uppercase;
	text-align: center;
}

#portfolio .section-title p {
	font-size:20px;
	color: #FFCC33;	
}
.categories {
	padding-bottom: 30px;
	text-align: center;
	background-color:#000;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0;
}
ol.type li a {
	color: #999;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 24px;
	background: #f4e7c1;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ol.type li a.active {
	color: #000;
	background-color: #FFCC33;
}
ol.type li a:hover {
	color:#FF0004 ;
	background-color:#000 ;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;

}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 30% 0 0 0;
	height: 70%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	font-family: 'Lora', serif;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #FFCC33;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-family: 'Lora', serif;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	font-family: 'Lora', serif;
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* history Section */

#history {
	color: #FFCC33;
	background:#000;
	background-size: cover;
}




#history .container {
	margin-top: -40px;
}
#history .overlay {
	padding: 20px 0 80px 0;
	background: rgba(0, 0, 0, 0.9);
}
#history h2 {
	
	font-family: 'Lora', serif;
	text-align: center;
	color: #FFCC33;
	
	font-size: 20px;
}
#history h3 {
		font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #FFCC33;
	margin:0 80px 20px 80px;
	padding: 20px;
	font-size: 16px;
	font-weight: normal;
}


#history h5 {
	color: #FFCC33;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;

	padding: 10px;
	
	
}

#history img {
	width: 280px;
	background: rgba(0, 0, 0, 0.1);
}
#history .thumbnail {
	background: rgba(0, 0, 0, 0.6);
	border: 0;
}
#history .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#history .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;

	
}
#history .thumbnail .caption {
	padding-top: 10px;
}
#history .thumbnail .caption p {
	
	color: #ffcc33;
	padding: 0 10px;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.6);
}

#history a:link,  a:visited {
	color:#FFCC33;
	text-decoration: underline;
	
}
#history a:hover {
	color:#D5090D;
	
}
#restaurant-menu a:hover {
	color:#D5090D;
}
/*team*/
#team {
	color: #FFCC33;
	background:#000;
	background-size: cover;
	font-size: 16px;
}




#team .container {
	margin-top: -40px;
}
#team .overlay {
	padding: 20px 0 80px 0;
	background: rgba(0, 0, 0, 0.9);
}
#team h2 {
	font-family: 'Lora', serif;
	text-align: center;
	color: #FFCC33;
	font-size: 20px;
	padding: 20px 0 0 0;
}




#team p {
	font-size: 16px;
	color: #000;
	width:70%;
}

#team h3 {
	text-align: center;
	color: #FFCC33;
	margin:0 80px 20px 80px;
	padding: 20px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
	


#team img {
	width: 280px;
	background: rgba(0, 0, 0, 0.1);
}
#team .thumbnail {
	background: rgba(0, 0, 0, 0.6);
	border: 0;
}
#team .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#team .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	
	
}
#team .thumbnail .caption {
	padding-top: 10px;
}
#team .thumbnail .caption p {
	
	color: #ffcc33;
	padding: 0 10px;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.6);
}



/*  motel Section */


#motel {
	color: #FFCC33;
	background:#000;
	background-size: cover;
}




# motel.container {
	margin-top: -40px;
}
#motel .overlay {
	padding: 20px 0 80px 0;
	background: rgba(0, 0, 0, 0.9);
}
#motel h2 {
	
	font-family: 'Lora', serif;
	text-align: center;
	color: #FFCC33;
	
	font-size: 20px;
}
#motel h3 {
		font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #FFCC33;
	margin:0 80px 20px 80px;
	padding: 20px;
	font-size: 16px;
	font-weight: normal;
}
}


#motel h5 {
	color: #FFCC33;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;

	padding: 10px;	
}
#motel p {
	background-color:#f4e7c1;
}

#motel img {
	width: 280px;
	background: rgba(0, 0, 0, 0.1);
}
#motel .thumbnail {
	background: rgba(0, 0, 0, 0.6);
	border: 0;
}
#motel .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#motel .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;

	
}
# motel.thumbnail .caption {
	padding-top: 10px;
}
#motel .thumbnail .caption p {
	
	color: #ffcc33;
	padding: 0 10px;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.6);
}

#motel a:link {
	color:#FFCC33;
	text-decoration: underline;
	
}
#motel a:hover {
	color:#D5090D;
	
}
/* Call Reservation Section */
#call-reservation {
	padding: 20px 0;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#FFCC33+50,779936+100 */
	background: rgb(142,182,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,231,193,1) 50%, rgba(255,204,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(244,231,193,1) 50%, rgba(255,204,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(244,231,193,1) 50%, rgba(255,204,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC33', endColorstr='#779936', GradientType=0 ); /* IE6-9 */
}
#call-reservation .overlay {
	padding: 80px 0;
	background: #FFCC33;
}
#call-reservation h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
#call-reservation hr {
	background: #fff;
}
#call-reservation h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 5px 0;
}
/* Contact Section */

.inlineform {
	display: inline-block;
	float: right;
	
}
.inlineformC {
	display: inline-block;
	float: left;
	
}
.inlineform h3 {
	font-size: 16px;
}


.inlineform {
		max-width: 400px;
	min-width: 200px;
	float:right;
}
.inlineform ul {
	font-size: 16px;
	text-align: left;
	padding-left:20px;
	color:#000;
	
}

.inlineform-text  {
float:right;
    color:#000; 
	
}
.inlineform-text li {
list-style-type: disc;
    list-style-position: inside;
    color:#000; 
	
}
.inlineform-text a:link {
	color:#000;
	font-weight: 900;
}
.inlineform-text a:hover {
	color:#D5090D;
	font-weight: 900;
}



#contact {
	padding: 30px 0 10px 0;
	background: #f4e7c1;
	
	
}
#contact .section-title p {
	color:#000;
	font-size:16px;
}
#contact form {
	padding: 0;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#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: #444;
	
	background-image: none;

	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: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	
	text-align: left;
}
#contact .contact-item span {
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
	text-align: left;
	
}
#contact .contact-item p {
	font-size: 16px;
	text-align: left;color: #000;
}
.contact-item a {
	color: #000;text-decoration: underline;
}
.contact-item a:hover {
	color: #D5090D;
}
/* Footer Section*/
#footer {
	background: #f4e7c1;
	padding: 20px 0 0 0;
	color:#000;
}
	
#footer .container {
	background: #f4e7c1;
	
}
#footer h3 {
	color: #000;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
		font-family: 'Lora', serif;
	
}
#footer .copyrights {
	padding: 10px 0;
	margin-top: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,FFCC33+50 */
	background: rgb(119,153,54); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,231,193,1) 50%, rgba(255,204,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(244,231,193,1) 50%, rgba(255,204,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(244,231,193,1) 50%, rgba(255,204,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779936', endColorstr='#FFCC33', GradientType=0 ); /* IE6-9 */
}
#footer .social {
	margin: 10px 0 10px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 10px;
}
#footer .social i.fa {
	font-size: 20px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: #000;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color:#D5090D;
}

#gradientseparator {
	height:20%;
	background-color: #FFCC33;

}
	
	.phone {
		
	padding: 0 5px 5px 0;
			
	}




.frame-area {
  display: block;
  width: 100%;  /* RESPONSIVE WIDTH */
  max-width: 800px;
  height: 900px;
  overflow: auto;  /* EDIT TO hidden FOR NO SCROLLBAR */
  border: #999999 1px solid;
  margin: 0px;
  padding: 0px;
  }
