@charset "UTF-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0 auto !important;
    max-width: 2500px;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #434343;
	font-weight: 400;
	background: #FFF;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: 		"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: 			alpha(opacity=0);
	-moz-opacity: 	0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.pg-width {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
.feature-wrap {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	background: #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
@media only screen and (max-width: 480px) {
body {
	font-size: 1.4em;
}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
}
h1 { font-size: 5rem; line-height: 1.2; font-family: 'Crete Round', serif; color: #831329 }
h2 { font-size: 3.5rem; line-height: 1.25; font-family: 'Crete Round', serif; }
h3 { font-size: 2.8rem; line-height: 1.3; font-family: 'Crete Round', serif; }
h4 { font-size: 2.4rem; line-height: 1.35; font-family: 'Crete Round', serif; color: #831329; }
h5 { font-size: 2.4rem; line-height: 1.35; font-family: 'Crete Round', serif;}
h6 { font-size: 1.8rem; line-height: 1.35; font-family: 'Crete Round', serif;}
p { margin-top: 0; }

.text-feature {
	font-family: 'Crete Round', serif;
	letter-spacing: 1px;
}
.text-para1 {
	font-size: 2.2rem !important;
	font-weight: 300;
}
.text-para1 {
	font-size: 1.9rem;
}
.text-center {
	text-align: center;
}
.text-xxlarge {
	font-size: 5rem;
	line-height: 1;
}
.text-sm {
	font-size: 1.3rem;
}
.white {
    color: #FFF;
}
.grey {
	color: #434343;
}

@media only screen and (max-width: 480px) {
h1 { font-size: 3rem; line-height: 1.2; font-family: 'Crete Round', serif; color: #831329 }
h2 { font-size: 2.7rem; line-height: 1.25; font-family: 'Crete Round', serif; }
h3 { font-size: 2.4rem; line-height: 1.3; font-family: 'Crete Round', serif; }
h4 { font-size: 2.2rem; line-height: 1.35; font-family: 'Crete Round', serif; color: #831329; }
h5 { font-size: 2rem; line-height: 1.35; font-family: 'Crete Round', serif;}
	
.text-para1 {
	font-size: 1.6rem !important;
	font-weight: 300;
}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #831329;
}
a:hover {
	color: #af374f;
}
a.whitelinks {
	color: rgba(255,255,255,0.8);
}
a.whitelinks:hover {
	color: rgba(255,255,255,0.5);
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	padding: 0 30px 0 30px;
	overflow: hidden;
}
@media only screen and (min-width:768px)  {
.column {
	float: left;
	margin-right: 0;
	box-sizing: border-box;
	padding: 0 30px 0 30px;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	background-color: #1A3918;
	background-image: url(../images/texture.png);
	background-size: auto 100%;
}
header.menu {
	display: none;
}
.slider ul {
	height: 600px;
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 1;
}
.slider ul li {
	height: 100%;
}
.slider-news {
	background: #698e37;
	background: -moz-radial-gradient(center, ellipse cover,  #8fb063 0%, #698e37 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #8fb063 0%,#698e37 100%);
	background: radial-gradient(ellipse at center,  #8fb063 0%,#698e37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb063', endColorstr='#698e37',GradientType=1 );
	width: 320px;
	height: 300px;
	position: absolute;
	right: -30px;
	top: 50px;
	z-index: 10;
	text-align: left;
	font-size: 1.5rem;
	color: #FFF;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px 50px 30px 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	        box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
.slider-caption {
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 3rem;
	color: #FFF;
	max-width: 768px;
	margin: 0 300px 0 0;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
section {
	overflow: hidden;
	clear: both;
}
section.bold {
	background: #434343 url(../images/texture2.jpg);
	background-size: auto 100%;
}
section.subtle {
	background: rgba(240,240,240,1.00);
}
section.feature {
	padding: 40px;
	background-image: url(../images/bg-section-feature.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
main {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 80px 0;
	overflow: hidden;
	background: #FFF;
}
.announcement {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 50px auto;
    padding: 30px;
    border-radius: 15px;
    color: #FFF;
    background: #698e37;
	background: -moz-radial-gradient(center, ellipse cover,  #8fb063 0%, #698e37 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #8fb063 0%,#698e37 100%);
	background: radial-gradient(ellipse at center,  #8fb063 0%,#698e37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb063', endColorstr='#698e37',GradientType=1 );
    -moz-box-shadow:	0px 10px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.8);
	box-shadow:			0px 10px 10px rgba(0,0,0,0.8);
    border-top: solid 1px #FFF;
}
footer.main {
	background: #1A3918;
	overflow: hidden;
	clear: both;
	padding: 40px 0;
	color: #FFF;
}
@media only screen and (max-width: 768px) {
header.menu {
	display: block;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}
.slider-news {
	right: -10px;
	font-size: 1.2rem;
	height: auto;
	width: 250px;
	text-align: right;
}
    .slider ul {
        height: 400px;
    }
main {
	padding: 30px 0;
}
}
@media only screen and (max-width: 480px) {
    .slider ul {
        height: 300px;
    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
nav.menu-slide {
	overflow: hidden;
	background: #FFF;
}
nav.menu-slide ul {
	list-style: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}
nav.menu-slide li {
	float: left;
	width: 15%;
	text-align: center;
	font-size: 1.8rem;
	color: #434343;
}
nav.menu-slide li a {
	display: block;
	padding: 10px 0;
}
nav.menu-slide li a:hover {
	color: #831329;
}

@media only screen and (max-width:768px) {
nav.menu-wrapper {
	position: fixed;
	z-index: 200;
	background-color: #1A3918;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
nav.menu-slide {
	height: 100%;
	overflow-y: scroll;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: 		"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: 			alpha(opacity=90);
	-moz-opacity: 	0.9;
	-khtml-opacity: 0.9;
	opacity: 		0.9;
}
nav.menu-slide.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
nav.menu-slide ul {
	width: 80%;
}
nav.menu-slide li {
	width: 100%;
	font-size: 2.5rem;
}
nav.menu-slide li a {
	color: #FFF;
	padding: 15px 0;
	background-image: url(../images/icons/icon-arrow-right.png);
	background-size: 10px 10px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}
nav.menu-slide li a:hover {
	color: #6A8F38;
	background-image: url(../images/icons/icon-arrow-right_hover.png);
}
.trigger {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 25px;
	right: 15px;
	background: url(../images/icons/icon-menu.png) center center no-repeat;
	background-size: 25px 25px;
	border: none;
	box-shadow: none;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.trigger:focus {
	outline: none;
}
.trigger-close {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 25px;
	right: 15px;
	background: url(../images/icons/icon-close.png) center center no-repeat;
	background-size: 30px 30px;
	border: none;
	box-shadow: none;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.trigger-close:focus {
	outline: none;
}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
ul.featitems {
	list-style: none;
	width: 100%;
	max-width: 1024px;
	margin: 20px auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 			border-box;
}
ul.featitems li {
	width: 31.333%;
	float: left;
	border-radius: 10px;
	font-size: 4rem;
	margin: 10px 1% 10px 1%;
	font-family: 'Crete Round', serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 			border-box;
	padding: 0 30px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 90px 90px;
	border-top: 1px solid #FFF;
	border-bottom: solid 1px #000;
	-moz-box-shadow:	0px 0px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	box-shadow:			0px 0px 10px rgba(0,0,0,0.8);
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
}
ul.featitems li:hover {
	-webkit-transform: 	scale(1.03);
	-moz-transform: 		scale(1.03);
	-o-transform: 		scale(1.03);
	transform: 			scale(1.03);
}
ul.featitems li.item1 {
	background: #3c3c74;
	background: -moz-radial-gradient(center, ellipse cover,  #3c3c74 0%, #2a2a52 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #3c3c74 0%,#2a2a52 100%);
	background: radial-gradient(ellipse at center,  #3c3c74 0%,#2a2a52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c74', endColorstr='#2a2a52',GradientType=1 );
}
ul.featitems li.item2 {
	background: #2e2e2e;
	background: -moz-radial-gradient(center, ellipse cover,  #4b4b4b 0%, #2e2e2e 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #4b4b4b 0%,#2e2e2e 100%);
	background: radial-gradient(ellipse at center,  #4b4b4b 0%,#2e2e2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#2e2e2e',GradientType=1 );
}
ul.featitems li.item3 {
	background: #831329;
	background: -moz-radial-gradient(center, ellipse cover,  #af374f 0%, #831329 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #af374f 0%,#831329 100%);
	background: radial-gradient(ellipse at center,  #af374f 0%,#831329 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af374f', endColorstr='#831329',GradientType=1 );
}
ul.featitems li a {
	padding: 25px 0;
	display: block;
	color: #FFF;
}

ul.bullets {
	list-style: none;
	margin: 0 0 20px 0;
}
ul.bullets li {
	padding: 5px 0;
	font-size: 1.5rem;
	border-bottom: dotted 2px #DDD;
}
ul.contact {
	list-style: none;
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 768px;
}
ul.contact li {
	padding: 10px 0;
	font-size: 1.5rem;
	border-bottom: dotted 2px #DDD;
}
ul.sitemap {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto;
	padding: 15px 0;
}
ul.sitemap li {
	float: left;
}
ul.sitemap li a {
	color: #FFF;
	display: block;
	padding: 5px 15px 5px 15px;
}
ul.sitemap li a:hover {
}
@media only screen and (max-width: 768px) {
ul.featitems {
	padding: 0 20px;
	margin: 15px auto;
}
ul.featitems li {
	font-size: 2.5rem;
	padding: 0;
}
ul.featitems li a {
	padding: 20px 0;
}
ul.sitemap li {
	font-size: 1.4rem;
}
}
@media only screen and (max-width: 480px) {
ul.featitems li {
	font-size: 1.6rem;
    width: 100%;
}
ul.sitemap li {
	width: 100%;
	text-align: center;
}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: inline-block;
	background: #1A3918;
	padding: 20px;
}
img.logo-footer {
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}
img.icon-footer {
	width: 40px;
	height: 40px;
	display: inline-block;
}
img.icon-phone {
	display: none;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
    border-radius: 5px;
}
@media only screen and (max-width: 768px) {
img.logo {
	width: 150px;
	height: auto;
	display: block;
	background: #1A3918;
	padding: 20px;
}
img.icon-phone {
	position: absolute;
	right: 120px;
	top: 35px;
	width: 35px;
	height: auto;
	display: block;
}
}
@media only screen and (max-width: 480px) {
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	height: 38px;
	width: 100%;
	padding: 6px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #FFF;
	border-radius: 3px;
	box-shadow: none;
	font-size: 1.1rem;
	color: #505050;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 			border-box;
	-webkit-appearance: none;
	-moz-appearance: 	none;
	appearance: 			none;
	background-size: 15px 15px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}
textarea {
	min-height: 165px;
	padding-top: 6px;
	padding-bottom: 6px;
}
select {
	background-image: url(../images/icons/icon-select.png);
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #B3282D;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-moz-transition: 	ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: 			ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 10px 40px;
	margin: 20px auto 0 auto;
	background: #831329;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border-top: solid 1px #FFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
    font-weight: bold;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	border-radius: 6px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
}
legend {
}
fieldset {
	border-width: 0;
	width: 50%;
	float: left;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 			border-box;
	padding: 10px;
}
::-webkit-input-placeholder { color: red; }
:-moz-placeholder { color: red; } 
::-moz-placeholder { color: red; }
:-ms-input-placeholder { color: red; }

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
    display: inline-block;
    padding: 5px 20px;
    background-color: #95293f;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}
a.btn-primary:hover {
    transition: 0.5s;
    background-color: #1a3918;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
.padding20,
.padding40,
.padding60,
.padding80 {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
@media only screen and (max-width: 480px) {
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.border {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
	-webkit-background-size: 1px 100%;
	-moz-background-size: 	 1px 100%;
	background-size: 		 1px 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 			border-box;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	-moz-box-shadow:	0px 0px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	box-shadow:			0px 0px 10px rgba(0,0,0,0.8);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(top, #FFF 0%, #000 100%), -webkit-linear-gradient(top, #FFF 0%, #000 100%);
	background-image: -moz-linear-gradient(top, #FFF 0%, #000 100%), -moz-linear-gradient(top, #FFF 0%, #000 100%);
	background-image: -o-linear-gradient(top, #FFF 0%, #000 100%), -o-linear-gradient(top, #FFF 0%, #000 100%);
	background-image: linear-gradient(to bottom, #FFF 0%, #000 100%), linear-gradient(to bottom, #FFF 0%, #000 100%);
}
.number {
	border: solid 4px #831329;
	width: 50px;
	height: 50px;
	border-radius: 35px;
	color: #831329;
	font-size: 4rem;
	margin: 0 0 15px 0;
	text-align: center;
	line-height: 40px;
	font-family: 'Crete Round', serif;
}
.map {
	width: 100%;
	height: 300px;
	display: block;
}
.header-phone {
	position: absolute;
	right: 260px;
	top: 35px;
	color: #FFF;
	padding: 8px 0 0 60px;
	background-image: url(../images/icons/icon-phone-reversed.png);
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-position: left center;
	text-shadow: 0 0 10px rgba(0,0,0,1,.8);
}
.header-facebook {
	position: absolute;
    width: 120px;
	right: 30px;
	top: 30px;
	color: #FFF;
	padding: 8px 0 0 45px;
	background-image: url(../images/icons/ic_facebook_white.svg);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: left center;
	text-shadow: 0 0 10px rgba(0,0,0,1,.8);
    font-family: 'Crete Round', serif;
    font-size: 2rem;
}
.header-instagram {
	position: absolute;
    width: 120px;
	right: 30px;
	top: 70px;
	color: #FFF;
	padding: 8px 0 0 45px;
    background-image: url(../images/icons/ic_instagram_white.svg);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: left center;
	text-shadow: 0 0 10px rgba(0,0,0,1,.8);
    font-family: 'Crete Round', serif;
    font-size: 2rem;
}
.header-icons {
    display: none;
}
.byline {
	background: #1A3918;
	line-height: 30px;
	font-size: 1rem;
	border-top: 1px solid rgba(255,255,255,0.3);
	text-align: center;
}
.byline a {
	color: #FFF;
}
hr.divide {
	border-top: solid 1px #FFF;
	border-bottom: none;
	margin: 30px 0;
}
hr.divide-lrg {
	border-top: solid 1px #DDD;
	border-bottom: none;
	margin: 40px 0;
}
.clearfix {
	clear: both;
}
@media only screen and (max-width: 768px) {
.header-phone {
	display: none;
}
.header-facebook {
	display: none;
}
.header-instagram {
	display: none;
}
.header-icons {
    display: block;
    position: absolute;
    top: 30px;
    right: 70px;
}
    .header-icons img {
        width: 40px;
        height: auto;
    }
}
@media only screen and (max-width: 480px) {
}





.accordian {
	list-style: none;
	padding: 0;
	width: 31.333%;
	margin: 0 1% 15px 1%;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.accordian header {
	display: block;
	margin: 0;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	background: #831329;
	background: -moz-radial-gradient(center, ellipse cover,  #af374f 0%, #831329 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #af374f 0%,#831329 100%);
	background: radial-gradient(ellipse at center,  #af374f 0%,#831329 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af374f', endColorstr='#831329',GradientType=1 );
	padding: 0 0 10px 0;
	border-radius: 5px;
	overflow: hidden;
}
.accordian header:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}
.accordian header img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 15px 0;
}
.accordian header h3 {
	font-size: 2.2rem;
}
.accordian section {
	display: none;
	padding: 20px;
	background: #FFF;
	border-top: 1px solid #DDD;
}
.accordian section.active {
	display: block;
}
@media only screen and (max-width: 480px) {
.accordian {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0 1% 15px 1%;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
}


header.grid {
	display: block;
	margin: 0 0 20px 0;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	background: #831329;
	background: -moz-radial-gradient(center, ellipse cover,  #af374f 0%, #831329 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #af374f 0%,#831329 100%);
	background: radial-gradient(ellipse at center,  #af374f 0%,#831329 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af374f', endColorstr='#831329',GradientType=1 );
	padding: 0 0 10px 0;
	border-radius: 5px;
	overflow: hidden;
}
header.grid img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 15px 0;
}
header.grid h3 {
	font-size: 2.2rem;
}

