*{
margin: 0;
padding:0;
}

html, body{
 background-color: #ffffff;
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
 font-weight: 300;
 font-size: 19px;
 line-height: 28px;
 color: #666666;
}


p{
	font-size: inherit;
	padding: 0 0 10px;
}

li{
	font-size: inherit;
	list-style-type:none;
}

h1:before,
li:before{
    content: '\00b7';
    font-size: 30px;
    vertical-align: sub;
    padding: 0 5px 0 0;
}

span{
	font-size: 30px;
	    vertical-align: sub;
	padding: 0 5px;
}


h1{
	font-size: 1rem;
	font-weight: inherit;
	color: #993366;
	text-transform: uppercase;
	font-style: italic;
}

a, 
a:visited{
	color: #993366;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active{
 color: #662244;
}

img{
	width: 100%;
	height: auto;
}


.wrapper{
 width: 100%;
 margin: 0 auto;
 position: relative;
 overflow: hidden;
}

.header,
.contact,
.main{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}



.header{
	padding: 60px 0 45px;
    text-align: center;
    max-width: 870px;
}

.header-title{
	padding: 0 20px;
}

.content{
	padding: 20px;
	position: relative;
}

.background{
	background-color: #ededed;
	position: absolute;
	width: 150%;
	height: 100%;
	left: -25%;
}

.main{
	margin: 30px auto;

}

.table{
	  	display: table;
border-spacing: 20px;
margin-left: -20px;
}



.offers,
.specials{
display: table-row;
}

.specials{
color: #993366;
}

.table-title,
.table-content{
	display: table-cell;
}

.portrait{
width: 160px;
top: -60px;
position: absolute;
right: 30px;
}

.contact{
	margin: 40px auto 0;
}

.contact-adress{
	float: left;
	margin: 0 5px 0 0;
}

.contact-text{
	width: 64%;
	float: left;
	display: contents;
}

.contact-img{
width: 33%;
margin-top: -210px;
float: right;
}

.graphic{
	width: 430px;
}

.break{
	display: inline;
}


@media screen and (max-width: 1110px) {
.contact-img {
    margin-right: 0%;
}

.graphic {
    width: 400px;
}


li{
	margin: 0 0 0 10px;
text-indent: -14px;
}
}



@media screen and (max-width: 1045px) {

.header {
    max-width: 80%;
    padding: 40px 0;
}

.contact {
    margin: 60px 20px 0;
}

.contact-img {
    display: none;
}

.portrait {
    width: 140px;}
}


@media screen and (max-width: 720px) {
html, body{
	font-size: 16px;
	line-height: 22px;
}

p{
	line-height: 30px;
}

a{
	font-size: 20px;
}

.header, .contact, .main {
    width: 95%;
}

.content {
    padding: 20px 0 0 20px;

}

.contact-text {
    display: block;
    width: 95%}


.table {
    display: block;
    padding: 0 0 0 20px;
}


.table-title, .table-content,
 .offers, .specials {
    display: unset;
}
.main {

    margin: 30px auto 0;

}

ul{
	padding: 0 0 30px 0;
}

.portrait {
    width: 100px;}

li{
    text-indent: -14px;
    margin-left: 12px;
}

.break{
	display: none;
}


}


@media screen and (max-width: 450px) {
.header {
    padding: 30px 0 5px;
    max-width: 95%;
}

ul {
    padding: 0 0 15px 0;
}

.portrait {
    display: none;
}

}