/* 
	Template:	TJ's Pizza
	Version:	3.0 - TJ's Pizza
	BGagne
	Platform:	EggZack.com
*/
@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
.mainbody{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#000;
	text-align:center;
	font:14px/18px;
	font-family: 'Open Sans Condensed', sans-serif;
	color:#000;
	border-top:2px solid #D0A853;
}

a{
	color:#98BCEB;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:none;
}

#adminbar{
	height:35px;
	background:#D0A853;
	-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:1000px;margin:0 auto;text-align:center;}
.adminbar_item{display:block;padding:0 20px;font:bold 12px/31px;color:#026f9b;float:left;background:url(images/bg.jpg);margin-right:4px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-family: 'Open Sans Condensed', sans-serif;}
.adminbar_item:hover{background:#f0af13;color:#000;}
.adminbar_help, .adminbar_logout{float:right;}
#adminbar_trigger{
	display:block;
	width:34px;
	height:28px;
	float:right;
	margin:0 20px 0 0;
	border:none;
	color:#000;
	-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;
}
.adminbar_down{background:#D0A853 url(images/adminbar_down.png) 50% 50% no-repeat;}
.adminbar_up{background:#D0A853 url(images/adminbar_up.png) 50% 50% no-repeat;}

#adminbox{
	width:24px;
	height:18px;
	float:right;
	padding:5px;
	margin:0 5px 0 0;
	background:#D0A853 url(images/adminbox.png) 8px 5px no-repeat;
	border:none;
	color:#000;
	-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:#000 !important;
}
#adminbox a:hover{
	color:#000;
}
#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;
}
#container{margin:0 auto;display:block;text-align:center;}
#header{
	width:1000px;
	height:98px;
	margin:0px auto;
}
	.header_box{
		width:200px;
		padding:15px;
		float:right;
		margin:50px 0 0 15px;
		text-align:left;
	}
		.header_schedule{
			font:18px/22px;
			background:url(images/header_schedule.png) left 3px no-repeat;
			padding-left:24px;
			display:block;
		}
		.header_address{
			font:14px/18px;
			background:url(images/header_address.png) left 3px no-repeat;
			padding-left:24px;
			display:block;
		}
		.header_phone{
			font:18px/22px;
			background:url(images/header_phone.png) left 3px no-repeat;
			padding-left:24px;
			display:block;
		}
#logo {
    background: url("images/logo1.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    height: 78px;
    margin: 10px 0 0 15px;
    width: 580px;
}

.display_none.ati_3 {
    display: none;
}
.content {
    margin: 20px auto;
    width: 1000px;
}
#content {height:auto;}
.custom_body_home .content {
    margin: 0px auto;
    width: 100%;
}
#cssmenu {
    display: none;
}

#outercontent2{width:100%;margin:0 auto; background:url(images/outercontent.jpg) center 66px repeat-x;}
#outercontent{width:100%;margin:0 auto;}

#leftnav{
	/*height: 65px;*/
	height:auto;
	margin: 0 auto;
	position: relative;
	top: -1px;
	/*width: 1200px;*/
	z-index: 9999;
	    background: #ffb74c; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb74c 0%, #ff7b0d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb74c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffb74c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffb74c 0%,#ff7b0d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffb74c 0%,#ff7b0d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffb74c 0%,#ff7b0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb74c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */ 
}

#menu_ul{zoom:1;text-align:left;}
#menu_ul:after{clear:both;}
#navbox > ul {
    margin:0;
    padding:0;
    text-align: center;
}
#menu_ul li{
    display: inline-block;
    font: 14px/64px 'Lato';
    list-style: none outside none;
    padding: 0 15px;
    text-transform: uppercase;
	height:66px;
}

#menu_ul li a {
	color:#222;
	text-decoration:none;
}
#menu_ul li a:hover {
	border-bottom: 2px solid #DB212F;
    color: #222;
    padding: 22px 0 0;
    text-decoration: none;
}
#menu_ul li:last-child{
	border-right: 0px solid #FFF;
}	
#menu_ul li ul{
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 50px;
    visibility: hidden;
}
#menu_ul li:hover ul{
	opacity:1;
	visibility:visible;
	z-index:99999;
	}
#menu_ul ul li{
	float:none !important;
	display:block;
	border:0;
	_line-height:0;
	font: 14px/30px 'Lato';
	height:30px;
	border-top:1px inset #777;
	    background: #ffb74c; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb74c 0%, #ff7b0d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb74c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffb74c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffb74c 0%,#ff7b0d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffb74c 0%,#ff7b0d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffb74c 0%,#ff7b0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb74c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	box-shadow:1px 1px 3px #333;
}
#menu_ul ul li a{
	color:#222;
	text-decoration:none;
}
.toplevel {
	background:url(images/nav_divider.jpg) no-repeat right center;
}
.toplevel:last-child {
	background:transparent;
}

#menu_ul ul li a:hover {
    background:rgba(0, 0, 0, 0);
    border-top: 0 none;
    color: #001221;
    text-decoration: none;
}
#menu_ul ul li:first-child{border-top:none;}
#menu_ul ul li:last-child{border-bottom:none;-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;
}

.top_nav_shadow {
    background: url("images/top_nav_shadow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 30px;
    position: relative;
    top: 0px;
    z-index: 999;
}


/*Slider css Starts*/

#slides {
	width:100%;
    height: 503px;
    margin: -96px 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.slider_img{
	width:100%;
	height:503px;
	zindex:1;
}
.slidesjs-pagination {
    display: none;
}

.slider_desc h5{
	height:67px;
	width:735px;
	background:rgba(0, 0, 0, 0.5);
	margin:0px auto;
	position:relative;
	z-index:999;
	text-align:center;
	bottom: -370px;
	font: 28px/67px 'Lato';
	color: #fff;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.slidesjs-previous.slidesjs-navigation {
	background:url(images/left_arrow.png);
	color: transparent;
	height: 82px;
	left: 0;
	position: absolute;
	top: 210px;
	width: 65px;
	z-index: 999;
}
.slidesjs-next.slidesjs-navigation {
    background:url(images/right_arrow.png);
    color: transparent;
    height: 82px;
    position: absolute;
    right: 0;
    top: 210px;
    width: 65px;
    z-index: 9999;
}

/*Slider css Ends*/
.content_area{
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}

.news_section {
    background: url("images/news_bar.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 118px;
    position: relative;
    top: -79px;
    z-index: 999;
	width:1000px;
	margin:0px auto;
}
.icon {
    background: url("images/web-feed.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    height: 64px;
    left: 25px;
    position: absolute;
    top: 27px;
    width: 64px;
}
marquee {
    color: #333333;
    float: left;
    font: 15px/25px 'Lato';
    left: 100px;
    padding: 10px;
    position: absolute;
    top: 22px;
    width: 860px;
}	
/*Specials*/
#homepage_specials{
	width:1000px;
	height:167px;
	background:url(../eggzackly3/images/specials.png) center bottom no-repeat;
}
	.specials_area{
		width:1000px;
		height:140px;
		background:#000;
		-moz-border-radius-bottomright:10px;
		-webkit-border-bottom-right-radius: 10px;
		border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.specials_title{font:normal normal 18px/140px;display:block;float:left;padding-left:50px;}
	.specials_price{font:48px/140px 'Lato';font-weight:300;display:block;float:left;padding-left:50px;}
	.specials_area a{color:#d7333a}
	.specials_area a:hover{color:#026f9b;}
	.specials_adhoc a{display:block;padding:0 60px;background:#d7333a;font:24px/40px;color:#000;float:right;margin:50px 80px 0 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
	.specials_adhoc a:hover{background:#026f9b;color:#eee;}

.home_welcome {
	margin: 20px auto 0;
	width: 1000px;
}
.home_space{
	width:40px;
	height:518px; /* to be modified */
	background:url(images/homepage_space.png) center bottom no-repeat;
	float:left;
	margin:13px 0 0 0;
}
.article_header, .artile_list_h1, .ez_cform h2 {
    color: #FFF;
    font:25px/30px 'Lato';
    text-align: left;
	text-transform:uppercase;
	margin: 0 0 10px;
}
#article_description,.listing_wrapper,.ez_cform table{
	font:18px/20px 'Lato';
	color:#FFF;
	display:block;
	text-align:left;
}

.custom_body_home #article_description,.listing_wrapper,.ez_cform table{
	font:18px/20px 'Lato';
	display:block;
	text-align:center;
}

.custom_body_home .article_header, .artile_list_h1, .ez_cform h2 {
    font:25px/30px 'Lato';
    text-align: center;
	text-transform:uppercase;
	margin: 0;
}
.custom_body_newsarchive .article_header, .artile_list_h1, .ez_cform h2 {
    font: 25px/30px 'Lato';
    margin: 0 0 20px 0;
    text-align: left;
    text-transform: uppercase;
}
.home_form h2{
    color: #FFF;
    font: 25px/30px "Lato";
    margin: 0;
    text-align: center;
    text-transform: uppercase;
	width:100%;
}
.home_form tbody, tr, td {
    border: 0px !important;
    height: auto !important;
}
.home_form table {
    color: rgb(166, 167, 167) !important;
    font: 12px/16px "Lato";
    margin: 0 auto;
    width: 390px;
}
.custom_body_newsarchive #article_description, .listing_wrapper, .ez_cform table {
    display: block;
    font: 18px/20px 'Lato';
    text-align: left;
}
#article_description p{padding-bottom:18px;}

#article_description img{max-width:99%;height:auto;border:4px solid #ddd;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
}

.article_adhoc a{
	display:block;
font:20px/70px 'Lato';
font-weight:400;
color:#000;
background: #d7333a;
text-align:center;
border-top:1px solid #eee;
text-indent:30px;
text-shadow:-1px -1px 1px #333;}

#article_image{font:18px/20px;
	color:#777;
	display:block;
	padding:30px;
	text-align:left;
	background:#000;
	border-top:1px solid #eee;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	margin-top:10px;
	}

.home_welcome #article_description {
    border-top: medium none !important;
    margin: 20px 10px 20px 0 !important;
    overflow: auto;
    text-align: center;
}

/*Forms*/
#homepage_form{
	width:380px;
	height:;
	background:#79cfbe url(images/homepage_form.png) left top no-repeat;
	float:right;
}
	#homepage_form .ez_cform{
		padding-top:20px;
	}
	#homepage_form .ez_cform h2{
		font:18px/58px;
		color:#FFF;
		text-shadow:1px 1px 1px #eee;
		background:transparent !important;
		border:none !important;
		text-indent:inherit !important;
		text-align:center !important;
	}
	#homepage_form .ez_cform table{
	font:14px/20px;
	color:#FFF;
	display:table;
	padding:0;
	text-align:left;
	background:transparent;
	border-top:none;
	}
	
	
	
	.ez_cform input[type=text],.mlanding_loginbox input[type=text],.mlanding_loginbox input[type=password],#membercf_form input[type=text],#membercf_form input[type=password]{
	width: 220px;
	height: 37px;
	background: #000;
	border: 4px solid #999;
	font: 14px/37px;
	color: #FFF;
	padding: 0 10px;
	margin: 5px 0;
	box-shadow: inset 3px 3px 5px 0 #bbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	#membercf_form textarea{
		width:220px;
		height:150px;
		background:#000; 
		border:4px solid #a1d5ca;
		font:14px/37px;
		color:#026f9b;
		padding:0 10px;
		margin:5px 0;
		box-shadow:inset 3px 3px 5px 0 #bbb;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.ez_cform input[type=submit],.mlanding_loginbox input[type=submit],#membercf_form input[type=submit]{
		width:248px;
		height:45px;
		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border:1px solid #ddd;
		font:14px/35px;
		color:#FFF;
		padding:0 10px;
		margin:5px 0;
		cursor:pointer;
		text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);
	}
	.ez_cform input[type=submit]:hover,.mlanding_loginbox input[type=submit]:hover,#membercf_form input[type=submit]:hover{
		color:#FFF;
	}
	#membercf_form table{
		padding:0;
		margin:0 auto;
		border-collapse:collapse;
		border:none !important;
		border-spacing:0;
	}
	#membercf_form h3{font:14px/35px; white-space:nowrap;color:#026f9b;padding:0;margin:0;}
	
	#ml_form{width:310px;float:left;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
	#ml_register{width:580px;float:left;height:305px;display:none;margin-left:30px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
	#ml_iframe{width:580px;height:305px;overflow:auto; background:#97ddcf;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
	.mlanding_loginbox{
		width: 250px;
		padding:30px;
		background: #79cfbe;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		 border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-right-radius: 10px;
	}
	.mlanding_loginbox_error{
		-moz-border-radius-topleft:0px;
		-webkit-border-top-left-radius:0px;
		 border-top-left-radius:0px;
		-moz-border-radius-topright:0px;
		-webkit-border-top-right-radius:0px;
		border-top-right-radius:0px;
	}
	.mlanding_errorbox{
		width: 250px;
		padding:30px;
		background: #d7333a;
		color:#000;
		text-align:center;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		 border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-right-radius: 10px;
	}
	.mlanding_afterbox{
		width: 250px;
		padding:30px;
		background: #eee;
		text-align:center;
	}
	.mlanding_label{display:none;}
	.mlanding_space1{display:none;}
	.mlanding_logout{display:block;float:right;font-weight:bold;}



#tabber_wrap{
	width:480px;
	height:518px; /* to be modified */
	background:#000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	margin:13px 0 0 0;
	overflow:hidden;
}
#tabber1{
	color:#026f9b;
	text-shadow:1px 1px 1px #adfee1;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	background:#79cfbe url(../eggzackly3/images/tabber_shadow_right.png) right bottom no-repeat;
}
#tabber2{
	color:#026f9b;
	text-shadow:1px 1px 1px #adfee1;
	background:#79cfbe url(../eggzackly3/images/tabber_shadow.png) left bottom no-repeat;
}
#tabber3{
	color:#026f9b;
	text-shadow:1px 1px 1px #000;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background:#eee url(../eggzackly3/images/tabber_shadow.png) left bottom no-repeat;
}
.tabber2{background:#eee url(../eggzackly3/images/tabber_shadow_right.png) right bottom no-repeat  !important;color:#026f9b !important;text-shadow:1px 1px 1px #000 !important;}
.tabber{
	width:160px;
	height:60px;
	float:left;
	font:18px/60px;
	cursor:pointer;
}
.tabber_active{
	background:#026f9b !important;
	color:#000 !important;
	text-shadow:1px 1px 1px #55a5c5 !important;
}
#tabber1.tabber_active{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
#tabber3.tabber_active{
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.tab{
	display:none;
}
.tab_active{
	display:block;
	width:480px;
	height:458px;
	background:#026f9b;
	color:#000;
	overflow:hidden;
}
.tab_scroll{
	padding:0 10px 0 20px;
	height:418px;
	margin: 20px 10px 20px 0;
	text-align: left;
	display: block;
	overflow:auto;
}
.tab_active a{
	color:#adfee1;
}

.article_row{display:block;margin-bottom:20px;}
.article_img{width:80px;height:80px;float:left;margin-right:10px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: inset 2px 2px 2px rgba(50,50,50, 0.5);
	-moz-box-shadow:    inset 2px 2px 2px rgba(50,50,50, 0.5);
	box-shadow:         inset 2px 2px 2px rgba(50,50,50, 0.5);
	-webkit-transition:all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.article_row:hover .article_img{
	-webkit-box-shadow: inset 4px 4px 8px rgba(50,50,50, 1);
	-moz-box-shadow:    inset 4px 4px 8px rgba(50,50,50, 1);
	box-shadow:         inset 4px 4px 8px rgba(50,50,50, 1);
	-webkit-transition:all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.article_row h5{font:15px/22px;}
.article_row span{font:13px/15px;}
.read_more{font:13px/13px;}

/*Listing*/
.listing_image{width:80px;height:80px;overflow:hidden;float:left;margin-right:10px;}

.listing_article {
    clear: both;
    height: 80px;
    margin-bottom: 10px;
}

.listing_article.current_listing.ati_3 {
    display: block;
}


/*Galleries*/
.imagegal_desc{text-align:left;}
.imagegal_desc,#main_image_gallery_image,#image_gallery_wrapper{
	font:14px/20px;
	color:#777;
	display:block;
	padding:30px;
	background:#000;
	border-top:1px solid #eee;
}
#image_gallery_categories ul{
	width:1000px;
	height:40px;
	background:#79cfbe;
	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;
	color:#026f9b;
	padding:0 20px;
	border-right:1px solid #000;
}


#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;
	color:#026f9b;
	padding:0 20px;
	border-left:1px solid #000;
	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 #000;
	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;padding:5px 10px;border:1px solid #ddd;background:#000;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 a{display:block;border:1px solid #ddd;float:left;margin:0 10px 10px 0;}
.image_gallery_image img{border:5px solid #000;}

/*Contact*/
#contact_inner{background:#fff;padding:0;margin:0;}

#contact_inner h1{
    color: #FFF;
    font:25px/30px 'Lato';
    text-align: left;
	text-transform:uppercase;
	margin: 0;
}

#contact_inner br{display:none;}

#contact-us-info{
    color: #333333;
    display: block;
    float: left;
    font: 14px/20px;
    height: 383px;
    margin-left: 10px;;
    padding: 20px 0;
    text-align: left;
    width: 300px;
}

#contact-us-info br{display:block;height:10px;}
#contact-us-info img{border:4px solid #ddd;}
#contact-us-form{
    border-left: 1px solid #eee;
    color: #333;
    display: block;
    float: left;
    font: 14px/20px;
    height: 383px;
    margin-left: 0;
    padding: 20px 0;
    text-align: left;
    width: 560px;
}
#contact-us-form input[type=text]{
    color: #333333;
    font: 14px/37px;
    height: 37px;
    margin: 5px 0;
    padding: 0 10px;
    width: 220px;
}
#contact-us-form textarea{
	color: #333;
	font: 14px/37px;
	height: 150px;
	margin: 5px 0;
	padding: 0 10px;
	width: 220px;
}
#contact-us-form input[type=submit]{
    background:#D0A853;
    border: 1px solid #D0A853;
    color: #000;
    cursor: pointer;
    display: block;
    font: 14px/35px;
    height: 45px;
    margin: 0 0 0 221px;
    width: 242px;
}
#contact-us-form input[type=submit]:hover{
	color:#000;
}
#contact-us-form table{margin:0 auto !important;}
#contact-us-form h3,#contact-us-form br{display:none;}
/*Join my list*/
.custom_body_join-my-list h1{
	font:20px/70px 'Lato';
font-weight:400;
color:#5ba2bf;
background: #edf8fd;
text-align:left;
border-top:1px solid #eee;
text-indent:30px;
text-shadow:1px 1px 1px #000;
}
.custom_body_join-my-list input[type=text],.custom_body_join-my-list select{
		width:220px;
		height:37px;
		background:#000; 
		border:4px solid #a1d5ca;
		font:14px/37px;
		color:#026f9b;
		padding:0 10px;
		margin:5px 0;
		box-shadow:inset 3px 3px 5px 0 #bbb;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
.custom_body_join-my-list textarea{
		width:220px;
		height:150px;
		background:#000; 
		border:4px solid #a1d5ca;
		font:14px/37px;
		color:#026f9b;
		padding:0 10px;
		margin:5px 0;
		box-shadow:inset 3px 3px 5px 0 #bbb;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
.custom_body_join-my-list input[type=submit]{
		width:248px;
		height:45px;
		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border:1px solid #ddd;
		font:14px/35px;
		color:#026f9b;
		padding:0 10px;
		cursor:pointer;
		text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);
		margin-top:5px;
	}
.custom_body_join-my-list input[type=submit]:hover{
		color:#d7333a;
	}
#wrap_email_lists,.custom_body_291-schedule-an-appointment table{
	font:14px/20px;
	color:#000000;
	display:block;
	padding:30px;
	text-align:left;
	background:#FFFFFF;
	border-top:1px solid #eee;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#wrap_email_lists label{font:14px/20px;
	color:#000000;font-weight:strong !important;}


.custom_footer{
    background: #ffb74c; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb74c 0%, #ff7b0d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb74c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffb74c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffb74c 0%,#ff7b0d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffb74c 0%,#ff7b0d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffb74c 0%,#ff7b0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb74c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

    margin: 0 auto;
	padding-bottom:30px;
}

.footer_sub {
    margin: 0 auto;
    width: 1000px;
	text-align:left;
}
.footer_box a {
	color:#000;
	text-decoration:none;
}

.footer_box:last-child {
    background:rgba(0, 0, 0, 0);
}
.footer_box {
    background: url("images/footer_divider.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    padding: 0px 20px 0;
    vertical-align: top;
    width: 200px;
	height:230px
}
.footer_box > ul {
    margin: 20px 0 30px;
}
.footer_box li {
    color: #000;
    font: 12px/22px 'Lato';
    list-style: none outside none;
}
.footer_box li a {
	color:#000;
	text-decoration:none;
}

.footer_sub h2 {
    color: #000;
    font: bold 20px/20px 'Lato';
    margin: 20px 0 0;
    text-transform: uppercase;
}

.footer_box p {
    color: #000;
    font: 16px/20px 'Lato';
    margin: 20px 0 30px;
    text-align: left;
}

.footer_box > img {
    border: 1px solid #000;
    margin: 20px 0 30px;
    padding: 0;
}
.social {
    display: block;
    font: 60px/20px 'socialico';
    margin: 20px 0 90px;
}

#footer {
width: 100%;
text-align: center;
margin: 0 auto;
}
.footer_emlist_box{width:260px;}
.footer_emlist_box input[type=text]{
	width: 162px;
	height: 37px;
	background: #000;
	border: 4px solid #cde4ed;
	font:14px/37px;
	color: #FFF;
	padding: 0 10px;
	margin: 5px 0;
	box-shadow: inset 3px 3px 5px 0 #bbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.footer_emlist_box input[type=submit]{
		width:188px;
		height:45px;
		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(220,220,220) 100%);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border:1px solid #ddd;
		font:14px/35px;
		color:#FFF;
		padding:0 10px;
		margin:5px 0;
		cursor:pointer;
		text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);
	}
	.footer_emlist_box input[type=submit]:hover{
		color:#d7333a;
	}

.footer_map {
    border: 1px solid #000 !important;
    margin: 20px 0 0;
    width: 195px;
}
.footer_map:hover{border:1px solid #000 !important;}
.right_divider{border-right:1px dotted #026f9b;}
.footer_keywords{float:left;width:180px;text-align:left;font:12px/17px; display:none;}
.k_location{font-weight:bold;}
#socialnetworks{margin:0 33px 0 0;padding:0;float:right;width:183px;font:60px/60px 'Socialico'; display:none;}
#socialnetworks a{text-indent:-9999px;visibility:hidden;width:1px;height:1px;display:inline-block;margin-right:40px;}

#socialnetworks a.facebookprofile:after,#socialnetworks a.facebookpage:after{text-indent:0 !important;content:'f';display:block;width:60px;height:60px;visibility:visible;/* font from EZ Library */float:left;}
#socialnetworks a.linkedin:after{text-indent:0 !important;content:'i';display:block;width:50px;height:50px;visibility:visible;float:left;}

.search_form{width:201px !important;height:26px !important;float:right !important;margin:20px 30px 0 0 !important;display:block !important;}
.search_field{width:175px !important;height:26px !important; background:transparent url(../eggzackly3/images/search_field.png) 0 0 no-repeat!important;text-indent:5px !important;border: none !important;margin:0 !important;float:left !important;padding:0 !important;font:14px/26px Arial !important;color:#026f9b !important;-webkit-border-radius: 0 !important;	-moz-border-radius: 0 !important;border-radius:0 !important;box-shadow: none !important;}
.search_button{width:26px !important;height:26px !important; background:transparent url(../eggzackly3/images/search_button.png) 0 0 no-repeat  !important;cursor:pointer !important;border: none !important;margin:0 !important;float:left !important;padding:0 !important;-webkit-border-radius: 0 !important;	-moz-border-radius: 0 !important;border-radius:0 !important;}

#e662ack1060{border-bottom:4px solid #D0A853;padding:10px;margin:0;}

/*My CSS*/

.contact_info {
    color: #D0A853;
    float: left;
    font: bold 15px/18px 'Lato';
    height: 50px;
    margin: 27px 15px 0 0;
    text-align: right;
}

.sections_imgs {
    border-bottom: 1px solid #efefef;
    height: 198px;
    margin: 0 auto;
    text-align: center;
}

.sec_box {
    display: inline-block;
    margin: 0 20px 20px 5px;
    vertical-align: top;
    width: 298px;
}

.img_box img {
	height: 120%;
	width: 100%;
}
.img_box{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:297px;
	height:145px;
	float:left;
	overflow: hidden;
	margin: 20px 0;
}

.sec_icon {
	background:#D0A853;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 2px 2px #ececec;
	color: #000fff;
	display: block;
	font: 32px/40px 'Typeicons';
	height: 58px;
	margin: 20px auto;
	text-shadow: 1px 1px #0f63c2;
	width: 58px;
	text-transform: uppercase;
}
.sec_icon_two {
	background:#d0ac03;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 2px 2px #ececec;
	color: #000fff;
	display: block;
	font: 32px/40px 'Typeicons';
	height: 58px;
	margin: 20px auto;
	text-shadow: 1px 1px #0f63c2;
	width: 58px;
	text-transform: uppercase;
}
.sec_icon_three {
	background:#b1ad75;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 2px 2px #ececec;
	color: #000fff;
	display: block;
	font: 32px/40px 'Typeicons';
	height: 58px;
	margin: 20px auto;
	text-shadow: 1px 1px #0f63c2;
	width: 58px;
	text-transform: uppercase;
}
.sec_box h1 {
    color: #D0A853;
    font: bold 20px/20px 'Lato';
    text-transform: uppercase;
}
.sec_box h2 {
    color: #d0ac03;
    font: bold 20px/20px 'Lato';
    text-transform: uppercase;
}
.sec_box h3 {
    color: #b1ad75;
    font: bold 20px/20px 'Lato';
    text-transform: uppercase;
}
.sec_box > p {
    color: #a6a7a7;
    font: 18px/20px 'Lato';
    text-transform: uppercase;
}
.read_more {
	background:#D0A853;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font: 18px/38px 'Lato';
	height: 40px;
	text-align: center;
	text-shadow: 1px 1px #55a8f3;
	width: 111px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 20px 0;
}
.read_more_two {
	background:#d0ac03;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font: 14px/38px 'Lato';
	height: 40px;
	text-align: center;
	text-shadow: 1px 1px #55a8f3;
	width: 111px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 20px 0;
}
.read_more_three {
	background:#b1ad75;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font: 14px/38px 'Lato';
	height: 40px;
	text-align: center;
	text-shadow: 1px 1px #55a8f3;
	width: 111px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 20px 0;
}

.read_more a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
.read_more_two a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
.read_more_three a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
.classes_table {
font:14px/16px 'Lato';
margin: 0 auto;
}
.classes_table p {
	padding:0 !important;	
}
.weeks_classes {
font:20px/20px 'Lato';
background:#D0A853;
color:#000;
height:70px;
}
.classes_table tbody, tr, td {
    border: 1px solid #D0A853;
	height: 70px;
}
.icon_1{
	background:url(images/chef20.png) no-repeat center top;
	width:57px;
	height:56px;
	display:inline-block;
}
.icon_2{
	background:url(images/ingredients.png) no-repeat center top;
	width:60px;
	height:66px;
	display:inline-block;
}
.icon_3{
	background:url(images/italian1.png) no-repeat center top;
	width:72px;
	height:66px;
	display:inline-block;
}
.icon_4{
	background:url(images/stone2.png) no-repeat center top;
	width:48px;
	height:55px;
	display:inline-block;
}
.sec > h2 {
    color: rgb(0, 0, 0);
    font: bold 15px/20px;
    text-align: center;
}
.sec p {
	font: 18px/24px;
	margin: 10px 0 0 0;
}
.sec_read {
	background:#f78096;
	background: -moz-linear-gradient(top,#f78096 0%,#f56778 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f78096),color-stop(100%,#f56778));
	background: -webkit-linear-gradient(top,#f78096 0%,#f56778 100%);
	background: -o-linear-gradient(top,#f78096 0%,#f56778 100%);
	background: -ms-linear-gradient(top,#f78096 0%,#f56778 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f78096',endColorstr='#f78096',GradientType=0);
	padding:5px 4px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ae4553
}                

.heading_area {
	padding: 20px 0 20px 0;
	background-color: #F5E9C2;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.sec {
	width: 150px;
	display: inline-block;
}
.green {
	background-color:#000;
	width: 100%;
	min-height: 150px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;	
	color:#fff;
}
.ltgrey {
	border-top: 2px dotted #FFF;
	border-left:none;
	border-right:none;
	border-bottom:none;
	background-color:#F6F6F6;
	width:100%;
	min-height:250px;
}
.padit {
	height:100px;
	width:100%;
}
.quarter {font-size:20px;float:left;height:220px;width:22%;margin-left:15px;padding-top:30px;}
.quarter h2 {font-family: 'Quicksand', sans-serif;font-size:24px;margin-bottom:5px;
}
.quarter_wide {font-size:20px;float:left;height:220px;width:22%;margin-left:55px;padding-top:30px;}
.quarter_wide h2 { font-family: 'Quicksand', sans-serif;font-size:24px; margin-bottom:5px;
}
#article_description ul {list-style-type: none;}
#article_description img {max-width: 99%;height: auto;border: 4px solid #DDD;border-radius: 8px;margin:15px;}

.button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
}
.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.button1:active {
	position:relative;
	top:1px;
}
.contact_phone{font-weight:600;font-size:18px;}


span.LocListLeft {
color: #000;
font: 12px/12px 'Lato';
float: left;
width: 100px;
}

span.LocListRight {
color: #000;
font: 12px/12px 'Lato';
float: right;
text-align: right;
width: 100px;
}

.footer_map_box {
text-align: center;
}

.ltgrey img {
max-width: 100%;
}

/* Dimmers */
html{height:100%;min-height:100%;position:relative;}
.dimm_all{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:9898;text-align:center;}
.main_dimm{display:none;position:fixed;top:0px;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:6000;text-align:center;}
.no_click_main_dimm{display:none;position:fixed;top:0px;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:6000;text-align:center;}
.over_main_dimm{display:none;position:fixed;z-index:6001;background:#fff;width:100%;top:60px;max-height:100%;padding:30px;margin:0 auto;overflow-x:auto;overflow-y:hidden;}
.no_esc_over_main_dimm{display:none;position:fixed;z-index:6001;width:100%;top:60px;max-height:100%;padding:12px;margin:0 auto;overflow-x:auto;overflow-y:hidden;}
.no_esc_over_main_dimm_show{position:fixed;z-index:6001;width:100%;top:60px;max-height:100%;padding:12px;margin:0 auto;overflow-x:auto;overflow-y:hidden;}
.close_main_dimm{cursor:pointer;}
.divinpage{left:50%;transform:translateX(-50%);max-width:680px;}






#bar {
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 999999;
  text-align: center;
  display: block;
  border-radius: 0px 0px 5px 5px;
  background-color: #d33930 !important;
  height: 55px;
  width: 250px;
  font-family: Arial;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

@media (max-width: 750px) {
  #bar {
    visibility: hidden;
    display: none;
  }
}

a:hover {
  text-decoration: none;
}



body {
  margin: 0;
  position: relative;
  margin-bottom: 150px;
}

.cn-cta-container {
  display: none;
}

@media (max-width: 750px) {
  body {
    min-height: 100%;
  }

  .cn-ios-icon, .cn-android-icon {
    margin: -4px 0px;
    width: 18px;
    height: 20px;
    padding-right: 8px;
  }

  .cn-android-icon {
    padding-right: 11px;
  }

  .cn-ios-link, .cn-android-link {
    display: inline-block;
    width: 100%;
    height: 55%;
    border: solid 1px #ffffff;
    color: #ffffff !important;
    border-radius: 4px;
  }

  .cn-inline-styling {
    display: inline-block;
    padding-top: 13px !important;
  }

  #cn-app-container {
    display: inline-block;
    width: 100%;
    height: 80%;
  }

  .cn-button-text {
    width: 184px;
    height: 14px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
  }

  .cn-mobile-banner {
    background-color: #FFFFFF !important;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    height: 80%;
    color: #d13b36 !important;
  }

  .cn-cta-container {
    z-index: 999999;
    display: block;
    box-sizing: border-box;
    padding: 16px 32px 16px 32px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 128px;
    font-family: Arial;
    background-color: #d13b36 !important;
  }

  .cn-cta-container {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  }
}

@media (max-width: 1100px) {
  .contact_info{
    float:right;
	padding-top:40px;
  }
}
@media (max-width: 850px) {
  .contact_info{
    float:right;
	padding-top:40px;
	margin: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .contact_info{
    display:block;
    float: none;
    margin:0 auto;
    text-align: center;
	padding-top:0;
  }
}











