/* 
	Template:	Marinelli's Pizza & Italian Restaurant 27_43
	Version:	1.0
	Author:		Najam Qmamr-ud-Din
	Platform:	EggZack.com
*/
.mainbody{
	margin:0;
	padding:0;
	background:#fff url(images/bg.jpg) 0 0 repeat;
	text-align:center;
	font:12px/18px Arial;
	color:#4e362c;
	border-top:4px solid #bb4714;
}

a{
	color:#bb4714;
	text-decoration:none;
}
a:hover{
	color:#bb4714;
	text-decoration:none;
}

#adminbar{
	height:35px;
	background:#ba4812;
	-webkit-transition:all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow:hidden;
}
.adminbar_inner{display:block;width:980px;margin:0 auto;text-align:center;}

.adminbar_item{
	display:block;
	padding:0 20px;
	font:bold 12px/31px Arial;
	color:#fff;
	float:left;
	background: none repeat scroll 0 0 #221109;
	margin-right:4px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.adminbar_item:hover{background:#bb4714;color:#fff;}
.adminbar_help, .adminbar_logout{float:right;}

#adminbar_trigger{
	display:block;
	width:34px;
	height:28px;
	float:right;
	margin:0 20px 0 0;
	border:none;
	color:#fff;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor:pointer;
	background:#221109;
}

.adminbar_down{background:#221109;}
.adminbar_up{background:#221109;}



#adminbox{
	width:24px;
	height:18px;
	float:right;
	padding:5px;
	margin:0 5px 0 0;
	background:#221109;
	border:none;
	color:#fff;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-indent:-9999px;
	-webkit-transition:all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow:hidden;
}
#adminbox a{
	color:#fff !important;
}
#adminbox a:hover{
	color:#fff;
}
#adminbox:hover{
	width:140px;
	text-indent:24px;
	-webkit-transition:all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header {
	width:980px;
	height:141px;
	margin:0 auto;
}
.header_box {
    float: right;
    margin: 56px 0 0;
    text-align: left;
}
.add {
    color: #221109;
    float: left;
    font: 14px/16px arial;
}
.hours {
    color: #221109;
    float: left;
    font: 14px/16px arial;
    margin: 0 0 0 30px;
    width: 210px;
}
#logo{display:none;}

#logo2 {
    color: #221109;
    float: left;
    font: 300 40px/37px 'Roboto';
    height: 97px;
    margin: 34px 0 0;
    padding: 0;
    text-align: left;
    width: 470px;
}
#outercontent2{margin:0 auto;}
#outercontent{width:980px;margin:0 auto;}
#leftnav{
	width:980px;
	height:78px;
	background-image:url(images/leftnav.png);
	background-repeat:no-repeat;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#menu_ul{zoom:1;text-align:left;}
#menu_ul:after{clear:both;}
#menu_ul li {
    color: #FFFFFF;
    display: block;
    float: left;
    font: 17px/48px 'Roboto';
    height: 48px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
#menu_ul li.active, #menu_ul ul li.subnav_active {
	color:#fff;
}
#menu_ul a {
	color:#fff;
	display:block;
	padding:0 20px;
	white-space:nowrap;
	float:none;
	padding: 0 30px;
}

#menu_ul a:hover {
	background-color:#bb4714;
	color: #29180E;
	text-align: left;
}

#menu_ul li.active a, #menu_ul ul li.subnav_active a {
	color:#fff;
	text-align: center;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#menu_ul li.active ul li a {
	color:#fff;
	text-align: center;
}

#menu_ul li.active ul li a:hover {
	color:#fff;
	height: 48px;
	text-align: center;
}

#menu_ul li.active:first-child {
}

.toplevel {
	border-right: 1px solid #412719;
}

.toplevel:last-child {
	border-right:none;
}

#menu_ul li ul{
	margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 48px;
	background: #221109;
	text-align: left;
}

#menu_ul li:hover ul{
	opacity:1;
	visibility:visible;
	z-index:99999;
	}
	
#menu_ul ul li{
	float:none !important;
	display:block;
	border:0;
	color:#fff;
	border-top:0px solid #e7f1f5;
	border-bottom:0px solid #b3dae8;
}

#menu_ul li:hover{
	background:#bb4714;
}

#menu_ul li.active:hover, #menu_ul li.subnav_active:hover{
	color: #fff;
	background:#bb4714;
		-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#menu_ul ul li:first-child{border-top:none;}

#menu_ul li:hover > a:first-child {
	color: #fff;
	background:#bb4714;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;

}

.search_form{width:201px;height:26px;float:right !important;margin:12px 12px 0 0 !important;display:block !important;}
.search_field{width:175px;height:26px; background:#fff;text-indent:5px;border: none !important;margin:0 !important;float:left;padding:0 !important;font:14px/26px Arial;color:#20160d !important;}
.search_button{width:26px;height:26px; background:transparent url(images/search.png) 0 0 no-repeat;cursor:pointer;border: none !important;margin:0 !important;float:left;padding:0 !important;}

#slides{
	width:650px;
	height:300px;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	overflow: hidden;
}
	.slider_img{
	width:650px;
	height:300px;
	zindex:1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	.slider_desc{
		width:650px;
		padding-bottom:22px;
		position:relative;
		top:200px;
		background:url(images/slider_desc.png) center bottom no-repeat;
		opacity:0.8;
		display:none;
	}
	.slider_desc h5{
		width:650px;
		font:18px/52px Arial;
		background:#fff;
	}
	.slidesjs-pagination{
		position:relative;
		top:-60px;
		z-index:555;
		color:#000;
		display:block;
	}
	.slidesjs-pagination-item{
		display:inline-block;
	}
	.slidesjs-pagination-item a{
		display:block;
		width:20px;
		height:20px;
		background:url(images/pagination.png) center top no-repeat;
		margin-right:4px;
		text-indent:-9999px;
		overflow:hidden;
	}
	.slidesjs-pagination-item a.active{
		background:url(images/pagination.png) center -20px no-repeat;
	}
	
#homepage_right{
	width:320px;
	height:300px;
	float:right;
}

#homepage_right_box {
    border-radius: 2px;
    color: #221109;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: middle;
}

#homepage_right_box:last-child{margin-bottom:0;}

.phone_box {
    background: url("images/phone.png") no-repeat scroll 20px 50% #CFC095;
    font: 32px/80px 'BebasNeue';
    padding: 0 0 0 70px;
}

.address_box {
    background: url("images/mail.png") no-repeat scroll 20px 50% #EEC23B;
    font-size: 18px;
    height: 62px;
    line-height: initial;
    padding: 15px 0 0 70px;
}


.schedule_box {
    background: url("images/schedule.png") no-repeat scroll 20px 50% #CFC095;
    font-size: 18px;
    height: 80px;
    line-height: initial;
    margin-bottom: 0;
    padding: 26px 30px 17px 70px;
}

.subslide{width:980px; height:30px; background:url(images/subslide.png) 0 0 no-repeat;}
	
/*Specials*/
#homepage_specials{
	width:980px;
	background:url(images/homepage_specials.png) center bottom no-repeat;
	padding-bottom:30px;
}
	.specials_area{
		background:#fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

.specials_type {
    background: none repeat scroll 0 0 #BB4714;
    color: #FFFFFF;
    display: block;
    float: left;
    font: 24px/50px 'BebasNeue';
    text-align: center;
    width: 250px;
}
	
.specials_title {
    background: none repeat scroll 0 0 #A30F0D;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font: 24px/50px 'BebasNeue';
    height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    width: 640px;
}
	
.specials_expand{
	width:50px;
	height:50px;
	background:#A30F0D url(images/down.png) 50% 50% no-repeat;
	display:block;
	float:left;
	cursor:pointer;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

	
	.specials_area a{color:#fff;}
	.specials_area a:hover{color:#20160d;}
	
.specials_adhoc a{
	display:block;
	padding:0 20px;
	background: none repeat scroll 0 0 #A20E0C;
	font:24px/40px Arial;
	color:#fff;
	float:right;
	margin:5px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
	
	.specials_adhoc a:hover{background: none repeat scroll 0 0 #A20E0C;color:#fff;}
	
	.specials_desc{
		background: none repeat scroll 0 0 #BB4714;
		clear:both;
		padding:20px;
		text-align:left;
		-moz-border-radius-bottomright: 2px;
		-webkit-border-bottom-right-radius: 2px;
		border-bottom-right-radius: 2px;
		-moz-border-radius-bottomleft: 2px;
		-webkit-border-bottom-left-radius: 2px;
		border-bottom-left-radius: 2px;
		display:none;
		color: #fff;
	}

#article_description,.listing_wrapper{
	font:12px/20px Arial;
	color:#2d1509;
	display:block;
	padding:20px;
	margin:0;
	text-align:left;

}
.article_header,.artile_list_h1,#contact_inner h1{
	font:20px/40px 'Roboto';
	font-weight:400;
	color:#2d1509;
	background: #fff;
	text-align:left;
	text-indent:20px;
	font-style: italic;
	display:block;
}

.custom_body_home .article_header{
	position:absolute;
	width: 450px;
}

.custom_body_home .article_description_editable p {
    padding: 22px 0 0 !important;
}



#article_description p{padding-bottom:18px;}
#article_description img{
	max-width:100%;
	height:auto;
}

.article_adhoc a{
	display:block;
font:20px/70px 'BebasNeue';
font-weight:400;
color:#fff;
background: #d7333a;
text-align:center;
border-top:1px solid #eee;
text-indent:30px;
text-shadow:-1px -1px 1px #333;}

#article_image {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #777777;
    display: block;
    font: 14px/20px Arial;
    margin-top: 10px;
    padding: 20px;
    text-align: left;
}
	
#home_magistral {
	background: none repeat scroll 0 0 #221109;
	border-radius: 2px;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}	

.home_welcome{
	width:450px;
	height:330px; /* to be modified */
	float:left;
	margin:0;
	background:#fff;
	overflow-x: hidden;
    overflow-y: auto;
}

.article_description_2013-10-13_lojud{
	text-align:justify !important;
	height:236px;
	overflow:auto;
	padding:0 20px !important;
	margin:20px 0 !important;
}


.home_news{
	width:470px;
	height:320px; /* to be modified */
	float:left;
}
.home_news .article_header{background:#251c13 !important;
	color:#f8f8f8 !important;}
.article_description_home_news{
	height: 330px;
	overflow: auto;
	color:#f8f8f8 !important;
	padding:0 20px !important;
}
.home_news a{color:#fff;}

.article_row{display:block;margin-bottom:15px;}

.article_img {
    border: 1px solid #4D372C;
    float: left;
    height: 90px;
    margin-right: 10px;
    width: 90px;
}

.article_row h5{font: 18px/19px Georgia;font-style: italic;}
.article_row span{font:12px/15px Arial;}





/*Galleries*/
.imagegal_desc{text-align:left;}
.imagegal_desc,#main_image_gallery_image,#image_gallery_wrapper{
	font:14px/20px Arial;
	color:#777;
	display:block;
	padding:30px;
	background:#fff;
	border-top:1px solid #eee;
}
#image_gallery_categories ul{
	width:980px;
	height:40px;
	background:#338afe;
	list-style:none;
	margin:0 auto;
	padding:0;
}
#image_gallery_categories ul li,#image_gallery_subcategories ul li{
	display:block;
	float:left;
}
#image_gallery_categories a{
	display:block;
	font:14px/40px Arial;
	color:#fff;
	padding:0 20px;
	border-right:1px solid #fff;
}


#image_gallery_subcategories ul{
	width:auto;
	height:30px;
	background:#b2e1d8;
	list-style:none;
	margin:0 auto;
	padding:0;
}
#image_gallery_subcategories a{
	display:block;
	font:14px/30px Arial;
	color:#20160d;
	padding:0 20px;
	border-left:1px solid #fff;
	border-right:1px solid #79cfbe;
	text-align:left;
	float:left;
}

#main_image_gallery_image a{
	border:1px solid #ddd;
	display:table;
	margin:0 auto;
	padding:0;
	padding-bottom:0;
	margin-bottom:0;
}
#main_image_gallery_image img{
	display:block;
	border:10px solid #fff;
	padding:0;
	margin:0;
	padding-bottom:0;
}
.main_image_controls{display:none;}
.images_after_controls{clear:both;}
.main_image_gallery_title{display:table;margin:0 auto;margin-top:-10px;font:18px/18px Arial;padding:5px 10px;border:1px solid #ddd;background:#fff;z-index:998;}
#main_image_gallery_image br,.main_image_gallery_name,.main_image_gallery_subcat,.image_gallery_subcat,.image_gallery_title,.image_gallery_image br,.image_text_link{display:none !important;}
.image_gallery_image{border:1px solid #ddd;float:left;margin:0 10px 10px 0;width:160px;height:160px;overflow:hidden;}
.image_gallery_image a{display:table-cell;vertical-align:middle;width:160px;height:160px;overflow:hidden;}
.image_gallery_image img{border:none;width:160px;height:auto;}

/*Contact*/
#contact_inner{padding:0;margin:0;}
#contact_inner br{display:none;}
#contact-us-info{
	width:300px;
	height:383px;
	float:left;
	margin-left:0px;
	font:14px/20px Arial;
	color:#777;
	display:block;
	padding:30px;
	text-align:left;
	-moz-border-radius-bottomleft: 2px;
-webkit-border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;
}
#contact-us-info br{display:block;height:10px;}
#contact-us-info img{border:4px solid #ddd;}
#contact-us-form{
	width:560px;
	float:left;
	margin-left:0px;
	font:12px/20px Arial;
	color:#092967;
	display:block;
	padding:30px;
	text-align:left;
	height:383px;
}


#contact-us-form input[type="text"] {
    background: none repeat scroll 0 0 #221109;
    color: #FFFFFF;
    font: 12px/37px Arial;
    height: 37px;
    margin: 5px 0;
    padding: 0 10px;
    width: 220px;
}

#contact-us-form textarea {
    background: none repeat scroll 0 0 #221109;
    color: #FFFFFF;
    font: 12px/37px Arial;
    height: 150px;
    margin: 5px 0;
    padding: 0 10px;
    width: 220px;
}

#contact-us-form input[type="submit"] {
    background: none repeat scroll 0 0 #221109;
    border: 1px solid #221109;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font: 14px/35px Arial;
    height: 45px;
    margin: 0 0 0 214px;
    padding: 0 10px;
    width: 240px;
}
#contact-us-form input[type=submit]:hover{
	color:#fff;
}
#contact-us-form table{margin:0 auto !important;}
#contact-us-form h3,#contact-us-form br{display:none;}

/*Listing*/
.listing_image{width:80px;height:80px;overflow:hidden;float:left;margin-right:10px;}
.listing_article{height:80px;clear:both;margin-bottom:10px;}



/*Footer*/
#prefooter{width:980px;clear:both;margin:0 auto;height:30px; background:url(images/homepage_specials.png) 0 0 no-repeat;}


.custom_footer {
	background: none repeat scroll 0 0 #221109;
	color: #FFFFFF;
	margin: 0 auto;
	width: 980px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#footer {
    height: 150px;
    margin: 0 auto;
    padding: 20px;
}
.footer_box{padding:0 20px 0 0;float:left;font: 16px/20px Arial;}


.Socialico, .socialico {
    color: #FFFFFF;
    display: block;
    font-size: 48px;
    margin: 22px 0 0;
}

.Socialico a {
	font-size: 48px;
	color:#fff;
	text-decoration:none;
}

.Socialico a:hover {
	font-size: 48px;
	color:#fff;
	text-decoration:none;
}

.footerMenu {
text-align: left;
float: right;
width: 20%;
margin-right: 20px;
}
.footerMenu ul {
list-style: none;
}
.footerMenu li {
line-height: 14px;
}
.footerMenu li a {
color: #fff;
font-size: 11px;
text-transform:uppercase;
}
.footerMenu li a:hover {
color: #75bcff
}
.footer_call_box {
    float: left;
    text-align: left;
    width: 58%;
	text-align:center;
}
.footer_call_box a {
color: #fff;
}
.footer_call_box a:hover {
color: #75bcff;
}

.footer_address {
    width: 16%;
}

#content {
background: #fff;
min-height: 300px;
}
.custom_body_home #content {
background: none;
}
.twitter:hover{color:#0CF;}
.facebook:hover{color:#039;}
.linkedin:hover{color:#2E5A8B;}
.tumblar:hover{color:#475b74;}
.rss:hover{color:#ff9508;}
.blogger:hover{color:#fe4c1c;}
#article_description ul {
text-align: left;
}
.ez_cform h2 {
text-align: center;
font: 30px/40px 'BebasNeue';
}
.ez_cform {
text-align: left;
padding: 20px;
}
.ez_cform input[type=text], textarea, select {
background: #092967;
padding: 6px;
border: none;
color:#fff;
font-family:Arial, Helvetica, sans-serif;font-size: 13px;
}




/*calendar*/
#eventscalendar_wrap {
	text-align: center;
	width:94%;
	padding:3%;
	color: #fff;
}

.eventcalendar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	background: #092967;;
}

.cal_td_weekdays {
background: #ECD5AC;
height: 50px;
color: #175317;
font-weight: bold;
}

.cal_td_days {
height: 30px;
background: #338afe;

}
.cal_month {
font-size: 18px;
height:30px;
line-height:30px;
}

.prev_month {
float: left;
padding-left: 30px;
color: #b0edff;
line-height:30px;
}

.next_month {
color: #b0edff;
float: right;
padding-right: 30px;
line-height:30px;
}
.next_month:hover, .prev_month:hover{
color:#fff;
}
.eventcalendar tr td {
border: 1px solid #fff;
}

.cal_td_days a {
color: #175317;
background: #fff;
width: 100%;
display: block;
line-height: 30px;
}
.cal_td_days a:hover {
text-decoration:underline;font-weight: bold;
}

.ez_cform textarea:focus{color:#fff} 


.specials_desc > p {
    margin: 6px 0 0;
    width: 705px;
}

.footer_call_box > p {
    margin: 17px 0 0;
}

form {
    color: #4D352B;
}
.socialbox {
	background: none repeat scroll 0 0 #221109;
	float: right;
	height: 80px;
	text-align: center;
	width: 320px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.buynow {
	background: none repeat scroll 0 0 #bb4714;
	float: right;
	height: 210px;
	text-align: center;
	margin: 10px 0 0;
	width: 320px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.fadd {
    float: left;
    text-align: left;
}
.logos {
    display: block;
    float: left;
    margin: 21px 0 0 100px;
}
#socialnetworks {
    display: none;
}
.buy_img {
    border: 4px solid #CFC095;
    height: 130px;
    margin: 15px 0 0 15px;
    overflow: hidden;
    width: 280px;
}
.buy_text {
    color: #ffffff;
    font: bold 14px/20px 'Roboto';
    margin: 6px 0 0;
}
.buy_img img {
    background-size: cover;
    width: 285px;
}