/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

h1, h2, h3, h4{
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: 400;
}

h1{
	font-size: 72px;
	color: #FDF7C8;
}

h2{
	font-size: 36px;
	color: #556221;
}

h3{
	font-size: 24px;
	color: #FDF7C8;
}

h4{
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 21px;
	line-height: 28px;
	color: #fff;
}

h5{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

.bold{
	font-weight: bold;
}

#background {
background-image: url('PAR-140908-WebBG.jpg');
background-repeat: no-repeat;
max-width: 100%;
background-attachment: fixed;
background-position: center;
}

.content-wrapper{
	width: 100%;
	max-width: 960px;
	height: 1450px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}

.padding{
	height: 100px;
	width: 100%;
}

#logo{
	background-image: url('../images/logo.png');
	width: 210px;
	height: 130px;
	margin: 0 auto;
}

#headline{
	padding: 80px;
}

.half-left, .half-right{
	padding-top: 50px;
	width: 50%;
	float: left;
	padding-bottom: 20px;
}

#slider-section{
	margin-top: 100px;
}

#slider{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	margin-top: 20px;
}

.order-online{
	background-color: #fff;
	margin-top: 50px;
	padding-top: 20px;
}

.btnHolder{
	float: left;
	text-align: center;
	margin: 0 auto;
	width: 50%;
}

.btn a{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 14px;
  padding: 20px 40px 20px 40px;
  background-color: #556221;
  border: solid #556221 4px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}

.btn a:hover {
  background: none;	
  text-decoration: none;
  color: #ffffff;
}

#contacts{
	padding-top: 100px;
}

#social{
	text-align: center;
	margin: 0 auto;
}

#social-icons {
    position: relative;
    width: 150px;
    margin: 0 auto;
    padding-top: 40px;
}

#social-icons li {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    float: left;
    top: 0;
}

#social-icons li, #social-icons a {
    height: 50px;
    display: block;
    text-indent: -5000px;
}

#fb {
    left: 0px;
    width: 50px;
    background: url('../images/sprite.jpg') 0 0;
}

#twitter {
    left: 50px;
    width: 50px;
    background: url('../images/sprite.jpg') -50px 0;
}

#google {
    left: 100px;
    width: 50px;
    background: url('../images/sprite.jpg') -100px 0;
}

#fb a:hover {
    left: 0px;
    width: 50px;
    background: url('../images/sprite.jpg') 0 -50px;
}

#twitter a:hover{
    left: 50px;
    width: 50px;
    background: url('../images/sprite.jpg') -50px -50px;
}

#google a:hover {
    left: 100px;
    width: 50px;
    background: url('../images/sprite.jpg') -100px -50px;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #556221;
}

::selection {
    color: #fff;
    background: #556221;
}