@charset "UTF-8";

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Light.eot');
    src: url('../fonts/subset-Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Light.woff2') format('woff2'),
        url('../fonts/subset-Lato-Light.woff') format('woff'),
        url('../fonts/subset-Lato-Light.ttf') format('truetype'),
        url('../fonts/subset-Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Bold.eot');
    src: url('../fonts/subset-Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Bold.woff2') format('woff2'),
        url('../fonts/subset-Lato-Bold.woff') format('woff'),
        url('../fonts/subset-Lato-Bold.ttf') format('truetype'),
        url('../fonts/subset-Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Regular.eot');
    src: url('../fonts/subset-Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Regular.woff2') format('woff2'),
        url('../fonts/subset-Lato-Regular.woff') format('woff'),
        url('../fonts/subset-Lato-Regular.ttf') format('truetype'),
        url('../fonts/subset-Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Semibold.eot');
    src: url('../fonts/subset-Lato-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Semibold.woff2') format('woff2'),
        url('../fonts/subset-Lato-Semibold.woff') format('woff'),
        url('../fonts/subset-Lato-Semibold.ttf') format('truetype'),
        url('../fonts/subset-Lato-Semibold.svg#Lato-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PassingNotes';
    src: url('../fonts/subset-PassingNotes.eot');
    src: url('../fonts/subset-PassingNotes.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-PassingNotes.woff2') format('woff2'),
        url('../fonts/subset-PassingNotes.woff') format('woff'),
        url('../fonts/subset-PassingNotes.ttf') format('truetype'),
        url('../fonts/subset-PassingNotes.svg#PassingNotes') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Regular.eot');
    src: url('../fonts/subset-MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Regular.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #3d3d3f;
	line-height: 1.4;
}

/* Section */

.section {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
}


/* Content */

#content .section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Intro */

#intro .title {
	color: #373839;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.522;
	margin: 0 0 37px;
}

#intro .framedImage {
	float: left;
}

#intro .text {
	margin-left: 570px;
	margin-top: -8px;
	font-size: 20px;
}

/* Options */

#options {
	background: #fbedd3 url(../images/wood-texture.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);	
}

#options .section {
	padding-top: 40px;
	padding-bottom: 56px;
}

#options .heading {
	text-align: center;
}

#options .heading:after {
	left: 50%;
	margin-left: -25px;
}

#options .heading span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}

#options .listing {
	margin: 60px 0 0;
	padding: 0;
	text-align: center;
	font-size: 0;
}

#options .listing li {
	margin: 0;
	padding: 0 1.590909090909091em 3.181818181818182em;
	list-style: none;
	display: inline-block;
	font-size: 22px;
}

#options .listing li a {
	position: relative;
	display: inline-block;
	width: 10.63636363636364em;
	height: 10.63636363636364em;
	padding: 2.181818181818182em 0.4545454545454545em 0.4545454545454545em;
	background: #86b94c;
	color: #86b94c;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: transform 0.3s, background-color 0.3s;
	-moz-transition: transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

#options .listing li:nth-child(4n+2) a {
	background: #2b5100;
	color: #2b5100;
}

#options .listing li:nth-child(4n+3) a {
	background: #47780f;
	color: #47780f;
}

#options .listing li:nth-child(4n+4) a {
	background: #3a3a3c;
	color: #3a3a3c;
}

#options .listing li a:before,
#options .listing li a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5.931818181818182em;
	margin-top: -6em;
	width: 11.86363636363636em;
	height: 11.86363636363636em;
	border: 0.1363636363636364em solid currentColor;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: margin-top 0.3s;
	-moz-transition: margin-top 0.3s;
	transition: margin-top 0.3s;
}

#options .listing li a:after {
	margin-top: -5.727272727272727em;
}

#options .listing li a:hover:before {
	margin-top: -5.727272727272727em;
}

#options .listing li a:hover:after {
	margin-top: -6em;
}

#options .listing li img {
	display: block;
	margin: 0 auto 0.4545454545454545em;
	height: 3.545454545454545em;
}

#options .listing li span {
	display: block;
	font-weight: bold;
	line-height: 1.273;
	color: #fff;
}

#options .listing li a:hover {
	background-color: #96ca5d;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transform: scale(1.02);
}

#options .listing li:nth-child(4n+2) a:hover {
	background-color: #395e10;
}

#options .listing li:nth-child(4n+3) a:hover {
	background-color: #558620;
}

#options .listing li:nth-child(4n+4) a:hover {
	background-color: #464748;
}

/* Journey */

#journey .section {
	padding-top: 70px;
	padding-bottom: 70px;
}

#journey .heading {
	margin-bottom: 25px;
}

#journey .framedImage {
	float: right;
	width: 518px;
}

#journey .text {
	float: left;
	width: 660px;
}

#journey .text .linkBtn {
	min-width: 325px;
	background-color: #82b445;
}

#journey .text .linkBtn:hover {
	background-color: #91c555;
}


/* Miscelleneous */

p {
	margin: 0 0 19px;
}

h1,h2,h3,h4,h5,h6,
.heading {
	margin: 0 0 19px;
	padding: 0;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2;
}
h1,h2 {
	color: #76A93B ;
}
.heading {
	position: relative;
	font-size: 30px;
	padding-top: 20px;
}

.heading:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 50px;
	height: 7px;
	background: #82b445;
}

.framedImage {
	position: relative;
	width: 518px;
	margin-left: -6px;
}

.framedImage:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/image-frame.png) no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

.framedImage img {
	display: block;
	width: 100%;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
#content a {
	color: #76A93B ;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

.linkBtn {
	display: inline-block;
	background: #679a2b;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff!important;
	min-width: 185px;
	padding: 13px 20px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.linkBtn:hover {
	color: #fff;
	background-color: #76a93b;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}
.fb-comments iframe[style]{width: 100% !important;}
/*
.fb-comments{width: 100% !important;}
.fb-like-box{ min-width:280px;width: 100% !important;}
.fb-like-box iframe[style]{min-width:280px;width: 100% !important;}
.fb-comments span{width: 100% !important;}
.fb-comments iframe span[style]{width: 100% !important;}
.fb-like-box span{min-width:280px;width: 100% !important;}
.fb-like-box iframe span[style]{min-width:280px;width: 100% !important;}
.-cx-PRIVATE-pluginBoxContainer__border{ border:none}
*/