/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

html, body{
	min-width:100%;
	min-height:100%;
	font-family:sans-serif, Arial, Verdana;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	padding-bottom:20px;
}
.container{
	
	padding: 10px 50px 0;	
}

.header{
	width:100%;
	display:inline-block;
}

.header .left_block{
	float:left;
	
}
.a_logo{
	position:relative;
	display:inline-block;
	top:0px;
	left:-10px;
}
.a_logo .under_logo{
	text-decoration:none;
	font-size:.8em;
	position:absolute;
	right:-171px;
	top:30px;
	color:#909090;
}
.menu li{
	font-size:0.95em;
	padding-right:10px;
}
.menu li:last-child{
	padding-right:0;
}
.menu li a:hover{
	text-decoration: underline;
}
a:active, a.active{
	color:#9d003f!important;
}
.menu li a:hover, a:active, .footer_contacts a, .contact span, .contact a{
	color:#9d003f;
}
.under_logo_menu{
	margin:-45px 0 10px 89px;
	position:relative;
	z-index:1;
}
.under_logo_menu li{
	display:inline;
}
.under_logo_menu li:last-child{
	margin-left:53px;
}
.under_logo_menu a{
	color:#9d003f;
}
.header .right_block{
	float:right;
}
.my_food{
	margin-top:18px;
	font-size:.9em;
	float:right;
	color:#909090;
}
.a_food{
	color:#962f55;
}
.a_food:hover{
	text-decoration: underline;
}
.galleries_list{
	position:relative;
	padding-left:85px;
	clear:both;
	top:40px;
}
.gal_title{
	position:absolute;
	left:0;	
	color:#ccc;
	font-weight:bold;
}

.right_block .ul_galleries li{
	display:inline;
}
.content{
	margin-top:20px;
	display:inline-block;
	width:100%;
	position:relative;
}

.about{
	background:url('../images/about.gif') left center no-repeat;
	padding-left:100px;
	min-height:200px;
	max-width:500px;
	margin:20px auto;
	line-height:1.5;
}
.about a{
	color:#9D003F;
}
.contact{
	text-align: center;
	margin:50px auto;
}
.footer{
	text-align: right;
	margin:20px 0;
	font-size:0.8em;
}

.flexslider .slides li{
	text-align: center;
	
}
/* Other container */
.contentContainer {
    background:#333;
    color:#fff;
    font-family:sans-serif;
    padding:20px;
    margin-top:20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity:0.8;
}
/* Center my loader */
#maximage {
    display:none;
   
}
#maximage .mc-image{
	background-repeat:no-repeat!important;
	background-position:center center;
}
.container_slide{
	position:relative;
}
.flexslider{
	position:relative;
	width:95.9%;
	left:4.1%;
	border:1px solid #ccc;
}
#cycle-nav{
	position:absolute;
	overflow:hidden;
	height:100%;
	width:4%;
	top:0;
}

/* Overwrite Maximage's default background-size */
div.mc-image {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

​
