/* 
=============================================================================
	Body Structure
=============================================================================
*/
body{
	background: url(../images/body_bg.png) repeat; 
	font-family: 'Open Sans', sans-serif; 
	font-size:13px;
	margin:0;
	line-height:20px;
}
header{
	color: #333333;
	text-shadow: none;
	background-color: #A80000;
	background-position: left top;
	background-image: url(../images/patterns/overlay1.png);
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
}
/* ========= end =========== */

/* 
=============================================================================
	Page Spacer
=============================================================================
*/
.home-h2{
	background: url(../images/yellow_head_bg.png) no-repeat top right;
	color: #272727;
	float: left;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	position: relative;
	left: -20px;
	font-family: 'Bree Serif', serif;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 42px;
	padding-bottom: 15px;
	padding-left: 19px;
}
.home-h2 span{
	background:url(../images/yellow_arrow_down.png) no-repeat bottom center;
	padding:0 0 23px 0;
}

.home1-h2{
	background: url(../images/red_head_bg.png) no-repeat top right;
	color: #272727;
	float: left;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	position: relative;
	left: -20px;
	font-family: 'Bree Serif', serif;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 42px;
	padding-bottom: 15px;
	padding-left: 19px;
}
.home1-h2 span{
	background:url(../images/red_arrow_down.png) no-repeat bottom center;
	padding:0 0 23px 0;
}

.separator {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
/* ========= end =========== */


/* 
=============================================================================
	Home Style
=============================================================================
*/
#intro{
	background:url(../images/texture_bg.png) repeat #bc4444;
	padding:25px 0;
	text-align:center;
}
#intro h2{
	font-size:26px;
	color:#ffcc00;
	padding-bottom:5px;
}
#body-content .container{
	background:url(../images/line_bg.png) repeat-y;
	padding:20px 10px;
}
.service-wrap{
	text-align:center;
}
/* ========= end =========== */	

/* 
=============================================================================
	JQuery Tipsy
=============================================================================
*/
.tipsy {
	padding: 5px 3px;
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
	text-shadow: 1px 1px 1px rgba(0,0,0,.54);
}
.tipsy img{
	-moz-box-shadow:0 1px 2px #424242;
	-webkit-box-shadow:0 1px 2px #424242;
	-o-box-shadow:0 1px 2px #424242;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
/* ========= end =========== */


/* 
=============================================================================
	Main Navigation
=============================================================================
*/
#navigation{
	background-color: #000000;
	background-image: url(../images/texture_bg.png);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5D5D5D;
}
#navigation .container{
	background: url(../images/body_bg.png) repeat;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
}
nav select {
    display: block;
    font-weight: normal;
    margin: 15px auto;
    padding: 5px;
    width: 100%;
}
.sf-menu {
	clear: both;
	list-style: none;
	padding: 0;
	margin:0;
}
.sf-menu > li {
	float: left;
	padding:0 5px;
	margin:0;
}
.sf-menu li { position: relative; background:url(../images/navigation_bar.png) no-repeat left center; }
.sf-menu > li:last-child { padding-right:0; }
.sf-menu > li:first-child { background:none; }
.sf-menu > li > a {
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Bree Serif';
	float: left;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
.sf-menu > li.current-menu-item > a, .sf-menu > li > a:hover, .sf-menu > li.sfHover > a { 
	color:#ffcc00;
	text-decoration:none;	
}
.sf-menu > li.sfHover > a:hover, .sf-menu > li.sfHover > a { }
.sf-menu > li.current-menu-item > a { color: #ffcc00;}
.sf-menu li.sfHover a:active {}
.sf-menu > li.sfHover > a:active, .sf-menu > li.current-menu-item.sfHover > a:active { }
.sf-menu ul {
	font-size: 13px;
	list-style: none;
	text-align: left;
	margin: 0;
	font-family: 'Open Sans', sans-serif; 
	padding: 0px;
	position: absolute;
	left: 5px;
	top: 48px;
	z-index: 9999;
	background:url(../images/body_bg.png) repeat #333;
}
.sf-menu ul li{
	background:none;
}
/*.sf-menu li:first-child ul {
	left: 0;
}*/
.sf-menu ul ul {
	left: 165px;
	top: 0px;
}
.sf-menu ul li { 
	width: 160px;
	/*border-bottom: 1px solid #cfcbbc;
	margin-bottom: 1px;*/
}
.sf-menu ul li:first-child { border-top: 0 none; }
.sf-menu ul li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}
.sf-menu ul a {
	color: #FFF;
	display: block;
	margin:0;
	padding: 5px 10px;
	font-size:13px;
	text-transform:none;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
}
.sf-menu ul li{
	margin-bottom:0;
}

.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a {
	color: #000;
	text-shadow:0 1px 0 #333;
	background:#ffcc00;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}

.sf-menu ul li.sfHover > a.arrow-bg{
	background:url(../images/menu_arrow.png) #ffcc00 no-repeat 95% center;
	transition:none;
	-moz-transition:none;
}
/* ========= end =========== */

/* 
=============================================================================
	Search Bar
=============================================================================
*/
.search-box{
	padding:10px 0 0 0;
}
.search-box input{
	background:#6f6748;
	border-radius:3px;
	color:#FFF;
	font-style:italic;
	width:98%;
	margin:0;
	font-family:'Open Sans',sans-serif;
	border:none;
}
.search-box input:focus{
	border:none;
}
/* ========= end =========== */

/* ================ Socail Icons ======================== */
.phone-box{
	padding:16px 21px 10px 0;
	float:right;
}
.social-icons{
	padding:10px 0 10px 21px;
	float:right;
	background:url(../images/vertical_bar.png) no-repeat left center;
}
.social-icons ul{
	margin:0;
	padding:5px 0 0 0;
}
.social-icons ul li{
	display:inline-block;
	padding:0 2px;
	margin:0;
}
.social-icons ul li a{
	width:20px;
	height:15px;
	display:block;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	text-indent:-9999px;
	background:url(../images/social_icons.png) no-repeat #292929;
	-moz-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	-webkit-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	-o-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
}
.social-icons ul li a:hover{background:#bc4444 url(../images/social_icons.png) no-repeat;}
.social-icons ul li a.twitter{background-position:8px 4px;}

.social-icons ul li a.facebook{background-position:-22px 4px;}

.social-icons ul li a.dribble{background-position:-53px 4px;}

.social-icons ul li a.digg{background-position:-83px 4px;}

.social-icons ul li a.foursquare{background-position:-114px 4px;}

.social-icons ul li a.instagram{background-position:-137px 4px;}

.social-icons ul li a.google{background-position:-162px 4px;}

.social-icons ul li a.zomato{background-position:-184px 4px;}

.social-icons ul li a.wordpress{background-position:-205px 4px;}


.social-icons-team{
	float: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;	
}
.social-icons-team ul{
	margin:0;
	padding:5px 0 0 0;
}
.social-icons-team ul li{
	display:inline-block;
	padding:0 2px;
	margin:0;
}
.social-icons-team ul li a{
	width:20px;
	height:15px;
	display:block;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	text-indent:-9999px;
	background:url(../images/social_icons.png) no-repeat #292929;
	-moz-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	-webkit-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	-o-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
}
.social-icons-team ul li a:hover{background:#bc4444 url(../images/social_icons.png) no-repeat;}


.social-icons-team ul li a.facebook{background-position:-22px 4px;}



/* ========= end =========== */	
.offer-box{
	float: right;
	color: #FFF;
	font-size: 22px;
	font-family: 'ChunkFiveRoman';
	text-align: right;
	line-height: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}

/* 
=============================================================================
	Footer Style
=============================================================================
*/
footer{
	background:url(../images/body_bg.png) repeat;
	padding:0;
	position:relative;
}
.footer-line-bg{
	width:10px;
	position:absolute;
	background:url(../images/line_bg.png) repeat-x top left;
	top:0;
	left:-10px;
}
footer .container{
	background:url(../images/line_bg.png) repeat-x top left;
	padding:0;
	position:relative;
}
.right-border{
	background:url(../images/line_bg.png) repeat-y top right;
}
.right-border .one-third{
	padding:25px 0;
	min-height:235px;
}
.right-border .one-third.last{
	background:url(../images/line_bg.png) repeat-y top left;
}
.about-txt, ul.tweet_list{
	padding-right: 0px;
}
footer .copyright .container{background:none;}
footer a,{
	color:#F87536;
}
footer h2{
	color: #BC4444;
	font-size: 18px;
}

footer h2 a{
	color: #BC4444 !important;
	font-size: 18px;
	text-decoration: blink;
}

footer h5 a{
	color: #EAA81C !important;
	font-size: 18px;
	text-decoration: blink;
}



footer a:hover{
	color:#ffcc00;
}
footer .social-icons{
	background:none;
	float:none;
	padding-left:0;
}
.copyright{
	background: #b73838 url(../images/texture_bg.png) repeat;
	font-size: 12px;
	color: #FFF;
	text-shadow: none;
	margin-bottom: 50px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.copyright a{
	color:#ffcc00;
}
.powered-bg{
	text-align:right;
}
.footer-contact{
	padding-bottom:10px;
}
.footer-contact span{
	color: #FFFFFF;
}
.footer-contact p{
	margin-bottom:0;
	padding-bottom:3px;
}
/* ========= end =========== */	




/* ================ Twitter ======================== */
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.tweet_list .awesome, .tweet_list .epic { 
	text-transform: uppercase; 
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding:0 0 10px 25px;
	list-style-type: none;
	background:url(../images/twitter_bird.png) no-repeat 0 8px;
	border-bottom:1px dashed #f0eee2;
}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet_list .tweet_avatar img { 
	vertical-align: middle; 
}
/* ========= end =========== */

/* 
=============================================================================
	Back to top button 
=============================================================================
*/
#back-top {
	position: absolute;
	bottom: 0;
	right:0;
	z-index:10000;
	margin:0;
}
#back-top a {
	width: 65px;
	height: 68px;
	display: block;
	background:url(../images/top_arrow.png) no-repeat top left;
	
}
#back-top a:hover{
	background-position: bottom right;
}
/* ========= end =========== */	


/* 
=============================================================================
	Sidebar Style
=============================================================================
*/
#alternate-sidebar .siderbar-wrap{
	background:url(../images/sep_small.png) no-repeat bottom center;
	padding:0 0 25px 10px;
	color:#F0EEE2;
	font-size:12px;
	text-shadow:0 1px 0 rgba(0,0,0, 0.7)
}
.siderbar-wrap{
	background:url(../images/texture_bg.png) repeat #6f6748;
	padding:15px;
	margin:0 0 25px 0;
	color:#F0EEE2;
	font-size:12px;
	text-shadow:0 1px 0 rgba(152,140,92, 0.7)
}
.siderbar-wrap a{
	color:#ffcc00;
}
#alternate-sidebar .siderbar-wrap a:hover{
	color:#bc4444;
}
.siderbar-wrap a:hover{
	color:#1a1a1a;
}
#alternate-sidebar .siderbar-wrap h2 {
    background: url(../images/yellow_head_bg.png) no-repeat scroll right top transparent;
    color: #333333;
	text-shadow:none;
    font-size: 18px;
    margin-bottom: 35px;
    margin-top: 0;
    padding: 10px;
    position: relative;
    text-transform: capitalize;
}
#alternate-sidebar .siderbar-wrap h2 span {
    background: url(../images/yellow_arrow_down.png) no-repeat scroll 10px bottom transparent;
    padding: 0 0 24px;
}
.siderbar-wrap h2{
	color:#F0EEE2;
	margin-top:0;
	font-size:18px;
	text-transform:capitalize;
}
.sidebar-post{
	padding:0;
	list-style-type:none;
	margin:0;
}
.sidebar-post li{
	padding:0 0 10px 0;
	margin-bottom:10px;
	border: dashed #202020; 
	border-width: 0 0 1px 0;
}
.sidebar-post li:last-child{
	border-bottom:none;
	margin:0;
	padding:0;
}
.imgborder{
	width:50px;
	float:left;
	margin-right:8px;
}
.imgborder img{
	width:100%;
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border:1px dotted #998e62;
}
.recent_txt{
	padding:0 0 0 60px;
}
.recent_txt p{
	margin:0;
	font-size:12px;
}
.recent_txt p.date{
	color:#1a1a1a;
	font-style:italic;
}
#alternate-sidebar .recent_txt p.date{
	color:#6f6748;
}
#alternate-sidebar ul.sidebar-category{
	margin-bottom:0;
}
ul.sidebar-category{
	padding:0;
}
.sidebar-category li{
	padding:0 0 5px 0;
	margin:0;
}
.sidebar-category li a{
	color:#ececec;
	padding:0;
}
.sidebar-category li a:hover{
	color:#101010;
}
/* ========= end =========== */

/* 
=============================================================================
	About Page
=============================================================================
*/
.our-team{
	text-align:center;
	background:url(../images/texture_bg.png) repeat scroll 0 0 #2A2A2A;
	padding:12px;
}
.our-team h4 span{
	display:block;
	font-size:12px;
	color:#F0EEE2;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/sep_small.png) no-repeat center bottom;
	padding-bottom:15px;
	margin-bottom:10px;
}
.our-team .social-icons{
	padding-left:0;
	background:none;
	float:none;
}
/* ========= end =========== */

/* 
=============================================================================
	Services Page
=============================================================================
*/
.our-process{
	background: url(../images/texture_bg.png) repeat scroll 0 0 #2A2A2A;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.our-process h2{
	margin-bottom:20px;
}
.our-process i{
	font-size:40px;
	position:relative;
	color:#FFF;
	top:-4px;
	display:block;
	text-align:center;
}
#services-tab .tab-content{
	padding-top:0;
}
#services-tab ul.tabs{
	background:url(../images/texture_bg.png) repeat #2a2a2a;
	height:auto;
}
#services-tab ul.tabs li{
	float:none;
	border-bottom:1px solid #5a5a5a;
	position:relative;
	overflow:visible;
}
#services-tab ul.tabs li.no-border{
	border-bottom:none;
}
#services-tab ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 5px 0px;
	outline: none;
	text-transform:uppercase
}
#services-tab ul.tabs li a {
	color:#787153;
	font-size:13px;
}
#services-tab ul.tabs li a:hover {
	color:#f0eee2;
}
#services-tab ul.tabs li.active{
	background: #bc4444;
}
#services-tab ul.tabs li.active a{
	color:#FFF;
}
#services-tab ul.tabs li.active span{
	background:url(../images/services_tab_arrow.png) no-repeat;
	height:36px;
	width:10px;
	position:absolute;
	top:0;
	right:-10px;
}
/* ========= end =========== */

/* 
=============================================================================
	Blog Page
=============================================================================
*/
.blog-wrap{
}
.date-wrap{
	background:url(../images/yellow_head_bg.png) no-repeat top right;
	float: left;
    left: -20px;
    padding: 0 40px 0 15px;
    position: relative;
	height:56px;
	font-family: 'Bree Serif', serif;
}
.blog-date{
	border-radius:100px;
	margin-top:-2px;
	background:url(../images/body_bg.png) repeat;
	height:52px;
	float:left;
	width:60px;
	display:inline-block;
	font-size:24px;
	color:#b44444;
	padding:6px 0 2px 0;	
	text-align:center;
	position:relative;
}
.blog-date span{
	font-size:18px;
	color:#666;
}
.comment-wrap{
	float:left;
	margin:16px 0 0 10px;
	padding:0px 8px 6px 8px;
	background:url(../images/bubble_bg.png) no-repeat;
}
.comment-wrap a{
	color:#FFF;
}
.comment-wrap a:hover{
	color:#bc4444;
}
.blog-title{
	float:left;
	padding:15px 0 0 0;
	font-size:20px;
	margin-bottom:25px;
	position:relative;
	left:-20px;
	font-family: 'Bree Serif', serif;
}
.pagination{
	padding:5px 0 5px 0;
}
.pagination a{
	display:inline-block;
	padding:5px 8px;
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	background:url("../images/texture_bg.png") repeat scroll 0 0 #BC4444;
	margin:0 2px;
}
.pagination a:hover{
	background:url("../images/texture_bg.png") repeat scroll 0 0 #FFCC00;
	color:#333;
	text-shadow:none;
}

.pagination1{
	margin-left: 68%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.pagination1 a{
	display:inline-block;
	padding:5px 8px;
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	background:url("../images/texture_bg.png") repeat scroll 0 0 #BC4444;
	margin:0 2px;
}
.pagination1 a:hover{
	background:url("../images/texture_bg.png") repeat scroll 0 0 #FFCC00;
	color:#333;
	text-shadow:none;
}

/* ========= end =========== */

/* 
=============================================================================
	Blog Post Style
=============================================================================
*/

.comments-wrap{
	padding:0 0 15px 0;	
}
.comments-wrap h4, .post-comment h4{
	background:url(../images/line_bg.png) repeat-x bottom;
	padding-bottom:15px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
}
.comments-wrap h4 i, .post-comment h4 i{
	font-size:25px;
	color:#bc4444;
	position:relative;
	top:3px;
	padding-right:6px;
}
.comment-box, .post-comment{
	padding:10px 0 15px 0;
}
.comment-thumb{
	width:50px;
	float:left;
}
.comment-txt{
	margin-left:75px;
	position:relative;
	background:url(../images/texture_bg.png) repeat #2a2a2a;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	padding:10px 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.54);
}
.comment-txt h4{
	color:#ffcc00;
	background:none;
	font-size:14px;
	padding-bottom:4px;
}
.arrow-right{
	position:absolute;
	top:10px;
	left:-11px;
}
.comment-txt .post-date{
	font-size:12px;
	color:#f1f1f1;
	font-style:italic;
}
.comment-txt .reply-btn{
	float:right;
}
.comment-txt .reply-btn a{
	background:url(../images/reply_bg.png) no-repeat 0 2px;
	padding:0px 0 0px 15px;
	font-size:12px;
}
.comment-txt .reply-btn a:hover{
	color:#FFF;
}
.comment-reply {
    margin-left: 77px;
}

/* ========= end =========== */

/* 
=============================================================================
	Contact Page
=============================================================================
*/
#contact-wrap form#contact_form input[type="text"], #contact-wrap form#contact_form textarea{
	width: 45%;
}

#contact-wrap form#contact_form input[type="text1"]{
	width: 15%;
}

form#contact_form {
	margin:0;
}
form#contact_form input[type="text"],input[type="text1"],[type="file"] form#contact_form textarea {
	border:none;
	background:#2a2a2a url(../images/texture_bg.png) repeat;
	box-shadow:0 2px 0 #0b0c0d;
	-moz-box-shadow:0 2px 0 #0b0c0d;
	-webkit-box-shadow:0 2px 0 #0b0c0d;
	-o-box-shadow:0 2px 0 #0b0c0d;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	padding:0 10px;
	font-size:12px;
	color:#888;
	padding:8px 5px;
	width:82%;
}
form#contact_form input[type="text"]{
}


	
/*
	
form#contact_form textarea {
	height:100px;
}*/
form#contact_form input[type="submit"] {
	border:none;
	background-image: url("../images/texture_bg.png");
    background-repeat: repeat;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px 10px 0;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
	color:#FFF;
	background-color:#BC4444;
}
form#contact_form input[type="submit"]:hover{
	background-color:#ffcc00;
	color:#333;
}
form#contact_form .form-row{
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

form#contact_form .form-row .left{
	padding-top: 0;
	padding-right: 100px;
	padding-left: 0;
	float: left;
	position: relative;
}

form#contact_form .form-row .right{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	float: left;
	position: relative;
}

form#contact_form .form-row .left_location{
	padding-top: 0;
	padding-right: 30px;
	padding-left: 0;
	float: left;
	position: relative;
}

form#contact_form .form-row .right_location{
	padding-top: 0;
	padding-right: 5px;
	padding-left: 0;
	float: left;
	position: relative;
}



form#contact_form .form-row.wdh100{
	width:101%;
}

form#contact_form label {
	float: left;
	cursor: default;
}

form#contact_form label-left {
	float: left;
	width: 250px;
	cursor: default;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}


h4.form_thanks {
	color:#FFF;
	padding:5px;
	font-size:15px;
	display:block;
	text-align:center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0 0 3px #000;
	-moz-box-shadow:0 0 3px #000;
	-webkit-box-shadow:0 0 3px #000;
	-o-box-shadow:0 0 3px #000;
	background:#CF302D;
	text-transform:capitalize;
	text-shadow: 1px 1px 1px rgba(0,0,0,.54);
}
.get-back{
	position:relative;
	top:6px;
	left:5px;
	font-size:11px;
	color:#f0f0f0;
	font-style:italic;
}
.required-field{
	text-align:right;
	position:relative;
	top:14px;
	right:7px;
	font-size:11px;
	color:#f0f0f0;
	font-style:italic;
}
.contact-map{
	height: 190px;
	background: #cacdd2;
}
/* ========= end =========== */

/* 
=============================================================================
	Home Portfolio Wrap
=============================================================================
*/
.portfolio-text{
	position: relative;
	top: -5px;
	z-index: 1000;
	text-transform: uppercase;
}
.portfolio-text span{
	background:url(../images/up_arrow.png) no-repeat bottom center;
	padding-bottom:20px;
}



.portfolio-text a{
	padding:10px 0 20px 0;
	text-align:center;
	background:url(../images/texture_bg.png) #B73838;
	display:block;
	font-size:16px;
	color:#ffffff;
	font-family: 'Bree Serif', serif;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.portfolio-text a:hover{
	background:url(../images/texture_bg.png) #6f6748;
	color:#F0EEE2;
}
.hover-img{
    overflow: hidden;
    position: relative;

	
}
.hover-img a.zoom {
    background: url(../images/zoom_icon.png) no-repeat scroll 50% 50%;
    margin-left: -5px;
}
.hover-img a {
	margin-left: -10px;
	
}
.hover-img a {
    background: url(../images/detail_icon.png) no-repeat scroll 50% 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    z-index: 10;
}
.hover-img span {
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: -30%;
	z-index: 10;
	width: 100%;
	background: url(../images/body_bg2.png) repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;

}
/* ========= end =========== */

/* 
=============================================================================
	Buy Now Wrap
=============================================================================
*/
#buy-wrap {
	padding-bottom:10px;
}
#buy-wrap h3{
	color:#bc4444;
	font-size:24px;
	text-transform:capitalize;
}
/* ========= end =========== */

/* 
=============================================================================
	Misc Style
=============================================================================
*/
nav select {
  display: none;
}
/* ========= end =========== */


/* Subpages */
#page-head{
    background: url(../images/texture_bg.png) repeat scroll 0 0 #6F6748;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 25px 0;
    text-align: center;
}
#page-head h1{
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:1px solid #ffcc00;
}

/* Breadcrumbs */
.breadcrumbs{
	background:url(../images/texture_bg.png) repeat #bc4444;
	float:left;
	padding:10px 20px;
	margin:10px 0 25px 0;
	position:relative;
	left:-10px;
	font-style:italic;
	color:#ffcc00;
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
}
.breadcrumbs i{
	padding:0 8px;
	font-size:10px;
	position:relative;
	color:#000;
}
.breadcrumbs a{
	color:#FFF;
}
.breadcrumbs a:hover{
	color:#ffcc00;
}

/* 
=============================================================================
	Shortcode Style
=============================================================================
*/

/*=== Form & Button ===*/
form{margin:0; padding:0;}

input[type="text"],
textarea, input[type="password"], {
	font-size:12px;
	padding:7px 5px;
	font-family:Arial;
}

select{
	font-size: 12px;
	font-size: 13px;
	font-family: Arial;
}
select option{
	font-size: 12px;
	font-size: 13px;
	font-family: Arial;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
textarea:focus{outline:0;}

.button, .button:visited, input[type="submit"], button{
	padding:10px 12px 10px 12px;
	cursor:pointer;
	font-size:12px;
	line-height:14px;
	font-family:Arial;
}

.button, .button:visited, input[type="submit"]{
	background: #444;
	color:#fff;
	border:0;
}
.button:hover, input[type="submit"]:hover{
	background: #606060;
	color:#fff;
	border:0;
}

.button:hover, input[type="submit"]:hover, button:hover{text-decoration:none;}
a.button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size:12px;
	font-weight:normal;
	padding: 8px 15px;
	background-image:url(../images/texture_bg.png);
	background-repeat:repeat;
	background-color:none;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
}
#intro a.button.black:hover{
	background-color:#ffcc00;
	color:#333;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
a.button i{
	padding-left:5px;
}

a.button.pink{
	background-color:#bc4444;
}
a.button.pink:hover{
	background-color:#6f6748;
}
a.button.black{
	background-color:#2b2b2b;
}
a.button.black:hover{
	background-color:#bc4444;
}
a.button.yellow{
	background-color:#ffcc00;
	color:#333;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
a.button.yellow:hover{
	background-color:#6f6748;
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
}
.button.small, input[type="submit"].small, button.small{font-size:12px; padding:8px 12px;}
.button.medium, input[type="submit"].medium, button.medium{font-size:14px; padding:12px 14px;}
.button.large, input[type="submit"].large, button.large{font-size:14px; padding:14px 20px;}


/*=== Dropcaps ===*/
.dropcap1{
	display:block;
	float:left;
	font-size:32px;
	line-height:34px;
	margin:4px 8px 0 0;
	font-family: 'Oswald', sans-serif, arial;
}
.dropcap2{
	display: block;
	float:left;
	font-family: 'Oswald', sans-serif, arial;
	border-radius: 55px 55px 55px 55px;
    display: block;
    float: left;
    font-size: 26px;
    line-height: 47px;
    margin: 6px 8px 0 0;
    text-align: center;
    width: 47px;	
}
.dropcap3{
	display:block;
	float:left;
	font-size:26px;
	line-height:35px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0;
	font-family: 'Oswald', sans-serif, arial;
}

/*== Highlight ==*/
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}

/*=== Pullquotes ===*/
.pullquote-right, .pullquote-left{
	padding:0px 10px 0px 30px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:12px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/*==== Alert Box ====*/
.notification{
	padding:10px;
	margin-bottom:20px;
	text-shadow:0 1px 0 rgba(255,255,255, 0.7)
}

/*== Pricing Box ==*/
ul.list-box{margin:0; padding:0; list-style-type:none; list-style-position:outside;}
ul.list-box li{ margin-top:15px;}
ul.list-box > li{
	float:left;
	width:232px;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	z-index:2;
 }
ul.list-box li.noborder{}
ul.list-box li.current{
	z-index:4; 
	margin-top:-25px;
}
ul.list-box .title-box{
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
	margin:0; 
	padding:10px 20px;
}
ul.list-box li.current .title-box{
	padding:15px 20px;
}
ul.list-box li.last{margin-right:0;}
ul.list-box .price-text{
	margin:0; 
	text-align:center;
	padding:28px 20px 18px 20px;
	vertical-align:top;
	font-size:14px;
}

ul.list-box li.current .price{
	font-size:30px;
}

ul.list-box .price{
	font-size: 26px;
	color: #FFCF10;
}
ul.list-box .price-text img{margin:-10px 0 0 0;}
.list-box-container{
	padding:0 0 26px 0;
	margin-top:0;
}
ul.list-box li.current .list-box-container{
	padding:0 0 35px 0;
}
.list-box-content{ margin:0px 0px; }
.list-box-content ul{margin:5px 0 25px 0;  padding:0 15px; list-style-type:none;}
.list-box-content ul li{margin:0;
	padding:6px 0; 
	list-style-type:none; 
	text-align:center;
}
.list-box-content .button{font-size:12px;}
.list-box-content ul li:first-child{}



ul#col5.list-box > li{
	width:182px;
}
ul#col5.list-box .price{font-size:20px;}
ul#col5.list-box li.current .price{font-size:24px;}
ul#col5.list-box .price-text{padding:18px 20px; font-size:12px;}
ul#col5 li .title-box{
	padding:10px 10px;
}

ul#col5.list-box li.current{z-index:7; width:206px; position:relative}


/*==== Tabs ====*/

ul.tabs {
	margin: 0;
	margin-bottom:0px;
	padding:0;
	list-style: none;
	height: 35px;
	width: 100%;	
	border-bottom:1px solid #2A2A2A;
}

ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height:25px;
	height:35px;
	overflow: hidden;
	position: relative;
	font-size:11px;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 5px 0px;
	outline: none;
	text-transform:uppercase
}
ul.tabs li a {
	color: #AE0000;
	font-weight: bold;
	font-size: 14px;
}
ul.tabs li a:hover {
	color:#F0EEE2;
}
ul.tabs li.active{
	background: #2a2a2a url(../images/texture_bg.png) repeat;
}

html ul.tabs li.active a{ color:#F0EEE2; }

.tab-content {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.red{
	color: #AE0000 !important;
	font-weight: bold!important;
}


/*==== End ====*/

/*==== jQuery Toggles ====*/
#toggle{
	border: 0px; 
	
}
h2.trigger {
	padding:0;
	margin:0;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	height:26px;
	background: url(../images/arrow-left.png) no-repeat left center;
	padding:6px 0 6px 40px;
	cursor:pointer;
}
/* jQuery Toggles */
h2.trigger{color:#666666;}
h2.trigger span {
	color: #F4F4F4
}
h2.active span{color:#F0EEE2}
h2.trigger span:hover {color:#F0EEE2} 

h2.active span{ background:url(../images/arrow-down.png) no-repeat left center;}

.toggle_container {
	margin: 0 0 0 0;
	padding: 0px 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {padding:10px 0;}

/* Accordion */
h2.accordion-title{font-size:12px; margin:0 0 10px 0; clear:both; padding:10px 0 10px 20px; line-height:18px; display:block; text-transform:uppercase; font-family: 'Open Sans', sans-serif;}
h2.accordion-title.active{}
ul.ts-accordion{ 
	list-style: none; 
	margin-left: 0px;
	overflow:hidden
}
ul.ts-accordion li{ list-style: none; margin:0; padding:0 }
div.accordion-content{ padding:0 0 20px 0; clear:both;}
h2.accordion-title span.accordion-icon{width:16px;height: 15px; float:right; background:url(../images/accordion-icon.png) no-repeat; margin:0 10px 5px 10px; cursor: pointer; display: block}
h2.accordion-title.active span.accordion-icon{background:url(../images/accordion-icon-down.png) no-repeat;}
div.accordion-title p{ margin-bottom: 0px; }
/* Accordion */
h2.accordion-title{background:#2A2A2A url(../images/texture_bg.png) repeat; color:#fff}
h2.accordion-title.active{background:#4f4f4f url(../images/texture_bg.png) repeat; color:#fff;}


/*==== Tables ====*/
/* Tables */
th{
	background: #222 url(../images/texture_bg.png) repeat; /* for non-css3 browsers */
	color:#fff;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}
thead th{border-right: 1px solid #4f4f4f!important;}
table {border: 1px solid #4f4f4f;border-bottom:0; border-right:0px;}
tr td {
}
tr.odd td {background: #F2F7FC;}

table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:left; }
th{padding:10px;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Oswald', sans-serif, arial;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 12px;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {}



/* Blockquote */
blockquote{color:#aaa;}


/* Dropcaps */	
.dropcap1{color:#bc4444;}
.dropcap2{color:#ffcc00; background:#444}		
.dropcap3{color:#fff; background:#444}

/* Highlight */
.highlight1{color:#fff; background:#444}	
.highlight2{background:#efefef; color:#000; text-shadow:0 1px 0 rgba(255,255,255, 0.7);}
.highlight3{border-bottom:dotted 1px #bc4444}

/* Code */
code {
	border-left:4px solid #e9e9e9;
}

/* Alert Box */
.notification.error{
	background:#ffeded;
	border:solid 1px #fbc4c4;
	color:#de5959;	
}
.notification.success{
	background:#eff9e6;
	border:solid 1px #b3dc82;
	color:#5f9025;	
}
.notification.warning{
	background:#fbfae4;
	border:solid 1px #ded58a;
	color:#8f872e;	
}
.notification.notice{
	background:#eaf7fe;
	border:solid 1px #b6d7e8;
	color:#5091b2;	
}

/* Pricing Box */
ul.list-box > li{
	border:solid 1px #4F4F4F ;
	border-width:1px 0 1px 1px;
	background:url(../images/texture_bg.png) repeat #2A2A2A;
 }
ul.list-box li.current{border-right:solid 1px #4F4F4F ;}
ul.list-box li.borderright{border-right:solid 1px #4F4F4F ; border-left:0;}
ul.list-box li.last{border-width:1px 1px 1px 0px;}
ul.list-box .title-box{
	color:#fff;
	background: #444;
	border-bottom: 1px solid #4F4F4F ;
}
ul.list-box li.current .title-box{
	color:#fff;
	background: #666;
}
ul.list-box li strong{
	color:#a09568;
}
ul.list-box .price-text{
	color:#bc4444;
	border-bottom:solid 1px #000;
}
ul.list-box .price-text .price{color:#ffcc00;}
.list-box-content ul li{
	border-bottom:1px solid #4F4F4F ;
}

/* Tagcloud */
.tagcloud a{border:solid 1px #f3f3f3;}
.tagcloud a:hover{border:solid 1px #303030; background:#303030; color:#fff !important;}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}
.indentleft {
    overflow: hidden;
}
blockquote {
    background-image: url(../images/quote.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: both;
    margin: 0 0 20px 0;
    padding:0 0 0 35px;
	font-size:16px;
	font-style:italic;
	line-height:22px;
	border:none;
}

	
blockquote.left, blockquote.right  {
	float:right;
	margin:0 0 0 20px;
	width:65%;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;
}

.content-wrapper .button:hover,
.content-wrapper button:hover,
.content-wrapper input[type="submit"]:hover,
.content-wrapper input[type="reset"]:hover,
.content-wrapper input[type="button"]:hover {background: #none;}

/* ========= end =========== */

/* #Page Styles
================================================== */
.not-found{
	text-align:center;
	padding:25px;
	background:url(../images/texture_bg.png) #090909;
}
.not-found h3{
	font-size:55px;
	padding:25px 0 10px 0;
}
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {			
			body{background-color:red;}
			.search-box{padding-bottom:15px;}			
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
			body{background-color:blue;}
			.main-container { width:768px;}
			.search-box{padding-bottom:0px;}
			ul.list-box > li {
    width: 185px !important;
}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		/*body{background-color:purple;}*/
		body{background-color:green;}	
		nav select {display: block;}
		nav ul{display:none;}	
		.main-container { width:450px;}
		.social-icons{background:none; text-align:center; float:none; padding-left:0;}
		.phone-box, #logo{text-align:center; float:none;}
		#navigation .container{padding:0 10px;}
		#body-content .container{padding:20px 20px;}
		.footer-line-bg{left:-20px; width:20px;}
		.right-border .one-third{border-bottom:1px solid #FFF; min-height:inherit;}
		.right-border .one-third.last p{padding-right:20px;}
		.right-border .one-third.last {padding-right:20px; border:none;}
		.portfolio-wrap{margin-bottom:25px;}
		.copyright .container, .powered-bg{text-align:center;}
		.breadcrumbs{left:-20px;}		
		ul.tabs li {    display: block; float: none; font-size: 12px; height: auto; overflow: visible; }
		ul.tabs { height: auto;}
		ul.list-box > li { border-radius: 3px 3px 3px 3px; border-width: 1px; margin-bottom: 20px; width: 100% !important;}
		ul.list-box li.current {margin-top: 0;}
		#alternate-sidebar .siderbar-wrap{padding:0 0 25px 0px;}
		#services-tab .tab-content{padding-top:20px;}
		.blog-title{left:0;}
		
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		/*body{background-color:#F00;}*/
		.page-content{width:440px;}
		body{background-color:purple;}
		.main-container { width:450px;}
		
		.careers-top{
	margin-top: 0% !important;
	width: 80% !important;
	margin-right: 10% !important;
	margin-left: 10% !important;
}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		nav select {display: block;}
		nav ul{display:none;}
		body{background-color:black;}
		.main-container { width:100%;}
		
		.careers-top{
	margin-top: 0% !important;
	width: 80% !important;
	margin-right: 10% !important;
	margin-left: 10% !important;
}
		
	}

/* --- items list --- */
.items_list
{
	
}
.items_list.margin_top
{
	margin-top: 8px;
}
.items_list li
{
	float: left;
	width: 265px;
	border-bottom: 1px solid #eee;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 12px;
}

.items_list1 li
{
	float: left;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 12px;
	width: 100% !important;
}
.items_list a, .items_list span
{
	float: left;
	color: #000;
}
.items_list .value
{
	float: right;
	color: #000;
}
.items_list.light_green li
{
	border-color: #7ac357;
}
.items_list.light_green li span, .items_list.light_green .value,
.items_list.green li span, .items_list.green .value
{
	color: #FFF;
}
.items_list.green li
{
	border-color: #66ad44;
}
.items_list.gray li
{
	border-color: #515151;
}
.items_list.gray span, .items_list.gray .value,
.items_list.dark a, .items_list.dark span, .items_list.dark .value
{
	color: #C5C5C5;
}
.items_list.dark li
{
	border-color: #353535;
}
.icon_clock_green
{
	background-image: url(../images/icon_clock_green.png);

}
.icon_rude_card
{
	background-image: url(../images/icon_clock_green.png);
	background-repeat: no-repeat;
	text-align: justify;
}
.smiley
{
	background-image: url(../images/icon_clock_green.png);
	background-repeat: no-repeat;
	width: 120px;
}
.franchisee-click
{
	font-size: 11px;
	color: #C53723;
}

@font-face {
    font-family: 'seasideresortnfregular';
    src: url('../font/SEASRN__-webfont.eot');
    src: url('../font/SEASRN__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/SEASRN__-webfont.woff') format('woff'),
         url('../font/SEASRN__-webfont.ttf') format('truetype'),
         url('../font/SEASRN__-webfont.svg#seasideresortnfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ChunkFiveRoman';
    src: url('../font/chunkfive-webfont.eot');
    src: url('../font/chunkfive-webfont.eot?#iefix') format('eot'),
         url('../font/chunkfive-webfont.woff') format('woff'),
         url('../font/chunkfive-webfont.ttf') format('truetype'),
         url('../font/chunkfive-webfont.svg#webfontRMR1AlgU') format('svg');
    font-weight: normal;
    font-style: normal;

}

.team-email-link
{
	color: #999999;
	}
.team-email-link a
{
	color: #999999;
	}
.app-margin
{
	padding-top: 15px;
	padding-bottom: 5px;
	}
.app-margin-botom
{
	padding-bottom: 20px;
	}
.right-location
{
	float: right !important;
	margin-right: 0px!important;
	}
	
	
	
	
	
	
	
	
	
.list-foods-1, .list-foods-2 {
	margin: 0;
	list-style: none;
}
.list-foods-1 li {
	width: 218px;
	height: 218px;
	float: left;
	display: inline;
	margin: 0 30px 30px 0;
	border: 1px solid #d9d9d9;
	box-shadow: 1px 1px 1px #f2f2f2;
	position: relative;
	padding:5px;
}
.list-foods-1 li.cat {
	background: url(../images/cat-box.jpg) no-repeat;
	padding: 25px 30px 0 30px;
	width: 170px;
	height: 205px;
	border: none;
}
.list-foods-1 li.cat h3 {
	font-size: 20px;
	color: #341d0a;
	font-weight: normal;
	font-family: 'Droid Sans', serif;
	margin: 0 0 15px 0;
}
.list-foods-1 li.cat p {
	font-size: 14px;
	color: #51331a;
	line-height: 1.4em;
}
.list-foods-1 li:hover {
	border: 1px solid #a4c14a;
}
.list-foods-1 li.cat:hover {
	border: none;
}
.list-foods-1 li h4 {
	font-size:14px;
	font-family:'Droid Sans', serif;
	color:#51331a;
	font-weight:bold;
	margin:7px 0 4px 0;
}
.list-foods-1 li .price {
	font-size:14px;
	color:#718c1e;
	font-family:'Droid Serif', serif;
}
.link-zoom {
	position:absolute;
	width:17px;
	height:48px;
	z-index:20;
	background:url(../images/link-zoom.png) no-repeat;
	left:5px;
	bottom:5px;
	text-indent:-9999px;
	display:none;
}
.link-zoom:hover {
	background-position:0 -48px;
}
.foods-1 .tag-foods {
	height:18px;
	position:absolute;
	z-index:50;
	top:10px;
	right:10px;
}
.list-foods-1 li.foods-1 .tag-foods li {
	height:14px;
	width:auto;
	padding:0;
	border:none;
	float:left;
	display:inline;
	margin:0 0 0 5px;
	background:#51331a;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	box-shadow:none;
	line-height:0.9em;
	padding:4px 5px 0 5px;
}
.foods-1 .foods-info {
	width:218px;
	height:165px;
	position:absolute;
	z-index:30;
	top:5px;
	left:5px;
	background:url(../images/foods-1-hover.png) no-repeat;
	display:none;
}
.list-foods-1 li:hover .foods-info {
	display:block;
}
.foods-1 .foods-info p {
	margin:33px 12px 0 12px;
	font-size:12px;
	font-family:'Droid Serif', serif;
	color:#1c1c1c;
	line-height:1.4em;
}
.foods-1 .foods-option {
	width:218px;
	height:59px;
	position:absolute;
	z-index:40;
	top:101px;
	left:0;
	padding:5px 0 0 0;
}
.foods-1 .foods-option h5 {
	padding:0 12px;
	margin:3px 0;
	font-family:'Droid Serif', serif;
	font-size:11px;
	

}
.foods-1 .foods-option h5 em {
	float: left;
	color: #6a4e36;
	background: #fefdfa !important;
	width: 10%;
}
.foods-1 .foods-option h5 span {
	float:right;
	color:#555;
	font-style:italic;


}
.list-foods-1 li.last {
	margin-right:0;
}	
	
	
	
/* Foods 2
=====================================================================*/
.list-foods-2 {
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.list-foods-2 li {
	width: 100%;
	border: 1px solid #eae1cd;
	position: relative;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 52px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	float: left;
	background-image: url(../images/bar-menu-bg.jpg);
}
.foods-2 .title-foods {
	width: 100%;
	height: 32px;
	z-index: 20;
	top: -2px;
	left: -2px;
	background: url(../images/title-foods-2.png) no-repeat;
}
.foods-2 h3 {
	font-size: 22px;
	color: #000066 !important;
	font-family: "Bree Serif";
	float: left;
	display: inline;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.foods-2 h4 {
	font-size: 18px;
	color: #CA0000 !important;
	font-family: "Bree Serif";
	float: left;
	display: inline;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.foods-2 .price {
	float: right;
	height: 31px;
	background: url(../images/sep-price.png) repeat-y;
	margin: 4px 0 0 0;
	padding: 10px 22px 0 20px;
	font-size: 18px;
	color: #5e2b0a;
	font-family: 'Droid Serif', serif;
}
.foods-2 .img-foods {
	float: left;
	width: 115px;
	height: 88px;
	background: #fff;
	box-shadow:0 0 3px #b6b6b6;
	display: inline;
	margin: 10px 0 0 15px;
	padding: 6px 0 0 6px;
	position: relative;
}
.foods-2 .img-foods div {
	width: 109px;
	height: 82px;
	position: relative;
	overflow: hidden;
}
.foods-2 .img-foods a span {
	position: absolute;
	z-index: 30;
	width: 109px;
	height: 82px;
	top: 0;
	left: 0;
	background: url(../images/foods-2-hover.png) no-repeat;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;	
}
.foods-2 .img-foods a:hover span {
	opacity: 1;
}
.foods-2 .img-foods img {
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}
.foods-2 .img-foods a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.foods-2 .foods-info {
	width: 300px;
	float: left;
	margin: 10px 0 0 17px;
	display: inline;
}
.foods-2 .foods-info.full {
	width: 528px;
}
.list-foods-2 li.foods-2 .tag-foods {
	list-style: none;
	margin: 0;
}
.list-foods-2 li.foods-2 .tag-foods li {
	height:14px;
	width:auto;
	padding:0;
	border:none;
	float:left;
	display:inline;
	margin:0 5px 12px 0;
	background:#b6d163;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	box-shadow:none;
	line-height:0.9em;
	padding:4px 5px 0 5px;
}
.list-foods-2 li.foods-2 p {
	clear: both;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	color: #FFFFFF;
	margin: 0 0 15px 0;
	line-height: 1.4em;
}
.foods-2 .foods-option {
	height: auto;
	z-index: 30;
	background: url(../images/rope-foods.png) no-repeat;
	right: 22px;
	top: 62px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-left: 15px;
	width: 80% !important;
	margin-right: 10%;
}
.foods-2 .foods-option h4 {
	font-size: 11px;
	color: #696969;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 7px 0;
}
.foods-2 .foods-option h5 {
	height: 30px;
	line-height: 1.0em;
	margin: 0 0 5px 0;

}
.foods-2 .foods-option h5 em {
	float: left;
	font-family: 'Droid Serif', serif;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	width: 70% !important;

}
.foods-2 .foods-option h5 span {
	float: right;
	padding: 0 0 0 5px;
	margin: 3px 0 0 0;
	font-family: 'Droid Serif', serif;
	color: #8a8a8a;
	font-size: 14px;
	font-style: italic;
	color: #555555;
	width: 20%;
}



.foods-2 .foods-option1 {
	height: auto;
	z-index: 30;
	background: url(../images/rope-foods.png) no-repeat;
	right: 22px;
	top: 62px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-left: 15px;
	width: 80% !important;
	margin-right: 10%;
}
.foods-2 .foods-option1 h4 {
	font-size: 11px;
	color: #696969;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 7px 0;
}
.foods-2 .foods-option1 h5 {
	height: 50px;
	line-height: 1.0em;
	margin: 0 0 5px 0;

}
.foods-2 .foods-option1 h5 em {
	float: left;
	font-family: 'Droid Serif', serif;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	width: 70% !important;

}
.foods-2 .foods-option1 h5 span {
	float: right;
	padding: 0 0 0 5px;
	margin: 3px 0 0 0;
	font-family: 'Droid Serif', serif;
	color: #8a8a8a;
	font-size: 14px;
	font-style: italic;
	color: #555555;
	width: 20%;
}

.text-justify
{
	text-align: justify!important;
}



.red-color
{
	color: #AE0814 !important;
}
.red-color a
{
	color: #AE0814 !important;
}
form#contact_form .form-row .left1{
	padding-top: 0;
	padding-right: 15px;
	padding-left: 0;
	float: left;
	position: relative;
}

.right-align
{
	float: right!important;
}

/* Foods 2
=====================================================================*/
.list-foods-3 {
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.list-foods-3 li {
	width: 100%;
	border: 1px solid #eae1cd;
	position: relative;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 52px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	float: left;
}
.foods-3 .title-foods {
	width: 100%;
	height: 32px;
	z-index: 20;
	top: -2px;
	left: -2px;
	background: url(../images/title-foods-3.png) no-repeat;
}
.foods-3 h3 {
	font-size: 22px;
	color: #ae0814 !important;
	font-family: "Bree Serif";
	float: left;
	display: inline;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.foods-3 h4 {
	font-size: 18px;
	color: #CA0000 !important;
	font-family: "Bree Serif";
	float: left;
	display: inline;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.foods-3 .price {
	float: right;
	height: 31px;
	background: url(../images/sep-price.png) repeat-y;
	margin: 4px 0 0 0;
	padding: 10px 22px 0 20px;
	font-size: 18px;
	color: #5e2b0a;
	font-family: 'Droid Serif', serif;
}
.foods-3 .img-foods {
	float: left;
	width: 115px;
	height: 88px;
	background: #fff;
	box-shadow:0 0 3px #b6b6b6;
	display: inline;
	margin: 10px 0 0 15px;
	padding: 6px 0 0 6px;
	position: relative;
}
.foods-3 .img-foods div {
	width: 109px;
	height: 82px;
	position: relative;
	overflow: hidden;
}
.foods-3 .img-foods a span {
	position: absolute;
	z-index: 30;
	width: 109px;
	height: 82px;
	top: 0;
	left: 0;
	background: url(../images/foods-3-hover.png) no-repeat;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;	
}
.foods-3 .img-foods a:hover span {
	opacity: 1;
}
.foods-3 .img-foods img {
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}
.foods-3 .img-foods a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.foods-3 .foods-info {
	width: 300px;
	float: left;
	margin: 10px 0 0 17px;
	display: inline;
}
.foods-3 .foods-info.full {
	width: 528px;
}
.list-foods-3 li.foods-3 .tag-foods {
	list-style: none;
	margin: 0;
}
.list-foods-3 li.foods-3 .tag-foods li {
	height:14px;
	width:auto;
	padding:0;
	border:none;
	float:left;
	display:inline;
	margin:0 5px 12px 0;
	background:#b6d163;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	box-shadow:none;
	line-height:0.9em;
	padding:4px 5px 0 5px;
}
.list-foods-3 li.foods-3 p {
	clear: both;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	color: #FFFFFF;
	margin: 0 0 15px 0;
	line-height: 1.4em;
}
.foods-3 .foods-option {
	height: auto;
	z-index: 30;
	right: 22px;
	top: 62px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-left: 15px;
	width: 80% !important;
	margin-right: 10%;
}
.foods-3 .foods-option h4 {
	font-size: 11px;
	color: #696969;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 7px 0;
}
.foods-3 .foods-option h5 {
	height: 30px;
	line-height: 1.0em;
	margin: 0 0 5px 0;

}
.foods-3 .foods-option h5 em {
	float: left;
	font-family: 'Droid Serif', serif;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	width: 100% !important;
	line-height: 17px;
}
.foods-3 .foods-option h5 span {
	float: right;
	padding: 0 0 0 5px;
	margin: 3px 0 0 0;
	font-family: 'Droid Serif', serif;
	color: #8a8a8a;
	font-size: 14px;
	font-style: italic;
	color: #555555;
	width: 20%;
}



.foods-3 .foods-option1 {
	height: auto;
	z-index: 30;
	background: url(../images/rope-foods.png) no-repeat;
	right: 22px;
	top: 62px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-left: 15px;
	width: 80% !important;
	margin-right: 10%;
}
.foods-3 .foods-option1 h4 {
	font-size: 11px;
	color: #696969;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 7px 0;
}
.foods-3 .foods-option1 h5 {
	height: 50px;
	line-height: 1.0em;
	margin: 0 0 5px 0;

}
.foods-3 .foods-option1 h5 em {
	float: left;
	font-family: 'Droid Serif', serif;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	width: 70% !important;

}
.foods-3 .foods-option1 h5 span {
	float: right;
	padding: 0 0 0 5px;
	margin: 3px 0 0 0;
	font-family: 'Droid Serif', serif;
	color: #8a8a8a;
	font-size: 14px;
	font-style: italic;
	color: #555555;
	width: 20%;
}
.for-border {
	border: 1px solid #FBCC0A!important;
	padding: 15px;
	height: 400px;
}

.form-div-wrap {
	height: 100%;
}
.white {
	color: #FFF!important;	
}

.items_list1{
	list-style-type: square;
	width: 100%;
}
.more-compaines{
	margin-top: 24%;
	margin-left: 7%!important;		
}
.btnsend{
	background-image: url("../images/texture_bg.png");
	background-repeat: repeat;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	background-color: #bc4444;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFF;
}
.btnsend1{
	background-image: url("../images/texture_bg.png");
	background-repeat: repeat;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	background-color: #bc4444;
	margin-right: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	color: #FFF;
}
.code-padding{
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}