/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	outline: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

html,
body {
	height: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	min-width: 320px;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #444444;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 40px;
	line-height: 1.2;
	color: #6C3D94;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin-bottom: 10px;
	line-height: 1.43;
}

img {
	border: 0;
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

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

button {
	overflow: visible;
}

textarea {
	overflow: auto;
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 5px 20px;
	vertical-align: top;
}

ul,
ol {
	margin-bottom: 20px;
	list-style-position: inside;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.hidden {
	display: none;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

/*  Cols  */
.cols {
	margin: 0 -15px;
}

.cols:after {
	content: '';
	line-height: 0;
	display: table;
	clear: both;
}

.col {
	float: left;
	padding: 0 15px;
}

.col-1of2 {
	width: 50%;
}

.col-1of3 {
	width: 33.33%;
}

.col-2of3 {
	width: 66.66%;
}

/*  Link  */
.link {
	position: relative;
	color: #cacc2d;
}

.link:hover {
	text-decoration: none;
}

.link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 1px solid #cacc2d;
	content: '';
}

.link:after {
	-webkit-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
}

.link:hover:after {
	width: 100%;
}

/* ------------------------------------------------------------ *\
	Containers
\* ------------------------------------------------------------ */

.wrapper {
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

.shell {
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
}

.container {
	padding: 35px 0;
}

.container:after {
	content: '';
	line-height: 0;
	display: table;
	clear: both;
}

.section-main {
	padding-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
	position: relative;
	z-index: 10;
}

.header-bar {
	background: #511284;
	font-size: 0;
	color: #fff;
	text-align: center;
}

.header-bar .nav {
	display: inline-block;
	font-size: 14px;
}

.header-body {
	padding: 22px 0 16px;
}

.header-body .shell:after {
	content: '';
	line-height: 0;
	display: table;
	clear: both;
}

.header-body .logo {
	float: left;
	margin-left: 10px;
}

.header-inner {
	float: right;
	padding-top: 25px;
}

.header-inner .search {
	float: left;
	width: 180px;
}

.header-inner .nav-access {
	float: left;
	margin-left: 40px;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
	overflow: hidden;
	display: inline-block;
	width: 482px;
	height: 90px;
	background: url(../img/logo.png) no-repeat 0 0;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
}

.logo {
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.logo-large {
	width: 922px;
	height: 333px;
	background-image: url(../img/logo-large.png);
}

.footer-logo {
	width: 240px;
	height: 86px;
	background-image: url(../img/logo-large.png);
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav {
	position: relative;
	text-align: center;
}

.nav ul {
	background: #511284;
	margin-bottom: 0;
	color: #fff;
	list-style: none outside none;
}

.nav li {
	position: relative;
	font-size: 14px;
}

.nav a {
	display: block;
}

.nav a:hover {
	text-decoration: none;
}

.nav a {
	-webkit-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

.nav .ico-cut {
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -6px 0 0 135px;
}

.nav>ul {
	position: relative;
	margin: 0 -26px;
}

.nav>ul:before,
.nav>ul:after {
	position: absolute;
	top: 50%;
	width: 115px;
	border-top: 1px dashed #fff;
	content: '';
}

.nav>ul:before {
	left: 100%;
	width: 112px;
	margin-left: -9px;
}

.nav>ul:after {
	right: 100%;
	margin-right: -9px;
}

.nav>ul>li {
	display: inline-block;
	margin: 0 26px;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
}

.nav>ul>li>a {
	padding: 20px 0 17px;
	font-size: 18px;
	color: #fff;
}

.nav>ul>li:before,
.nav>ul>li:after,
.nav>ul>li>a:before,
.nav>ul>li>a:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 4;
	width: 25%;
	border-top: 3px solid #ff0000;
	opacity: 0;
	visibility: hidden;
	content: '';
}

.nav>ul>li:before,
.nav>ul>li:after,
.nav>ul>li>a:before,
.nav>ul>li>a:after,
.nav ul ul {
	-webkit-transition: opacity .4s, visibility .4s;
	-o-transition: opacity .4s, visibility .4s;
	transition: opacity .4s, visibility .4s;
}

.nav>ul>li:hover:before,
.nav>ul>li:hover:after,
.nav>ul>li:hover>a:before,
.nav>ul>li:hover>a:after,
.nav li:hover ul {
	opacity: 1;
	visibility: visible;
}

.nav>ul>li:after {
	left: 25%;
	border-top-color: #f58220;
}

.nav>ul>li>a:before {
	left: 50%;
	border-top-color: #3f8d29;
}

.nav>ul>li>a:after {
	left: 75%;
	border-top-color: #0095da;
}

.nav ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	width: 240px;
	border-top: 3px solid #fff;
	background: #eeeeee;
	opacity: 0;
	visibility: hidden;
}

.nav ul ul li~li {
	border-top: 1px dashed #999999;
}

.nav ul ul a {
	padding: 17px 5px 14px 20px;
	font-size: 16px;
	color: #511284;
}

.nav ul ul a:hover {
	background: #e0e0e0;
	color: #444444;
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.search {
	position: relative;
}

.search-field {
	display: block;
	width: 100%;
	height: 36px;
	padding: 9px 42px 8px 18px;
	border: 1px solid #dcdcdc;
	border-radius: 18px;
	background: #eeeeee;
	color: #666666;
}

.search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	border: none;
	background: none;
	line-height: 36px;
	text-align: center;
	-webkit-appearance: none;
}

.search-btn {
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.search-btn:hover {
	opacity: .82;
}

.search-btn .ico-search {
	vertical-align: middle;
}

/* ------------------------------------------------------------ *\
	Nav Access
\* ------------------------------------------------------------ */

.nav-access ul {
	list-style: none outside none;
}

.nav-access a {
	display: block;
	padding: 9px 11px 7px 22px;
	border: 1px solid #cacc2d;
	border-radius: 20px;
	background: #cacc2d;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.nav-access a:after,
.nav-access a {
	-webkit-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

.nav-access a:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 15px;
	background: #fff;
	vertical-align: middle;
	content: '';
}

.nav-access a:hover {
	background: #fff;
	color: #cacc2d;
	text-decoration: none;
}

.nav-access a:hover:after {
	background: #cacc2d;
}

/* ------------------------------------------------------------ *\
	Fullsize Image
\* ------------------------------------------------------------ */

.fullsize-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.fullsize-image {
	-webkit-background-size: cover;
	background-size: cover;
}

.fullsize-image>img {
	display: none;
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro {
	position: relative;
	overflow: hidden;
	margin-bottom: 19px;
}

.intro:after {
	position: absolute;
	bottom: -38px;
	left: 0;
	width: 2192px;
	height: 81px;
	background: url(../img/clouds-image.png) no-repeat center 0;
	content: '';
}

.intro .intro-head {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	text-align: right;
}

.intro .intro-head-content {
	position: relative;
	min-height: 60px;
	padding-top: 18px;
	background: url(../img/breadcrumbs-bg.png) no-repeat right 0;
}

.intro .intro-head-content:before,
.intro .intro-head-content:after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5000px;
	background: #cacc2d;
	content: '';
}

.intro .intro-head-content:before {
	left: 100%;
}

.intro .intro-head-content:after {
	right: 100%;
}

.intro .intro-head-content .socials,
.intro .intro-head-content .breadcrumbs {
	display: inline-block;
	vertical-align: middle;
}

.intro .intro-head-content .socials {
	margin-left: 10px;
}

.intro .intro-head-content .breadcrumbs {
	position: relative;
	top: 2px;
}

.intro .intro-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.intro .intro-content {
	position: relative;
	z-index: 2;
	padding: 48px 0 211px;
}

.intro .intro-content .logo {
	margin-bottom: 85px;
}

.intro .intro-content h1 {
	position: relative;
	margin-bottom: 54px;
	color: #fff;
}

.intro .intro-content h1:before {
	position: absolute;
	bottom: -45px;
	left: -74px;
	width: 486px;
	height: 250px;
	background: url(../img/intro-overlay.png) no-repeat 0 0;
	content: '';
}

.intro .intro-content p {
	padding-left: 133px;
	margin-bottom: 0;
	font-size: 25px;
	color: #000;
	font-weight: 500;
}

/*  Breadcrumbs - CMS  */
.intro .intro-head-content>ul {
	top: 2px;
	display: inline-block;
	margin-bottom: 0;
	color: #652d92;
	list-style: none outside none;
	vertical-align: middle;
}

.intro .intro-head-content>ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.intro .intro-head-content>ul li~li {
	margin-left: 18px;
}

.intro .intro-head-content>ul li~li:before {
	position: absolute;
	top: 1px;
	left: -11px;
	content: '•';
}

.intro .intro-head-content>ul li a:hover {
	text-decoration: none;
}

.intro .intro-head-content>ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 1px solid #652d92;
	content: '';
}

.intro .intro-head-content>ul li a:after {
	-webkit-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
}

.intro .intro-head-content>ul li a:hover:after {
	width: 100%;
}

/* ------------------------------------------------------------ *\
	Intro Alt
\* ------------------------------------------------------------ */

.intro-alt .intro-content {
	padding-bottom: 78px;
}

.intro-alt .intro-content .logo-large {
	width: 460px;
	height: 162px;
	margin-left: 60px;
	margin-bottom: 14px;
}

.intro-alt .intro-content h1 {
	padding-left: 55px;
	margin-bottom: 35px;
	font-size: 34px;
}

.intro-alt .intro-content h1:before {
	bottom: -23px;
	left: 18px;
	width: 243px;
	height: 125px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs {
	margin-bottom: 0;
	color: #652d92;
}

.breadcrumbs a {
	position: relative;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.breadcrumbs a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 1px solid #652d92;
	content: '';
}

.breadcrumbs a:after {
	-webkit-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
}

.breadcrumbs a:hover:after {
	width: 100%;
}

.breadcrumbs span {
	padding: 0 4px;
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials ul {
	margin-bottom: 0;
	font-size: 0;
	list-style: none outside none;
}

.socials li {
	display: inline-block;
	vertical-align: top;
}

.socials a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
}

.socials a {
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.socials a:hover {
	opacity: .8;
}

.socials [class^="ico-"] {
	position: absolute;
	top: 50%;
	left: 50%;
}

.socials [class^="ico-"] {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.section-about {
	position: relative;
	padding-bottom: 67px;
	margin-bottom: 32px;
}

.section-about:before {
	position: absolute;
	bottom: 18px;
	left: -70px;
	right: -70px;
	border-bottom: 1px dashed #cacc2d;
	content: '';
}

.section-about:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 71px;
	height: 29px;
	margin-left: -34px;
	background: url(../img/triangle.png) no-repeat 0 0;
	content: '';
}

.section-about .section-head {
	margin-bottom: 8px;
}

.section-about .section-title {
	margin-bottom: 0;
	color: #cacc2d;
}

.section-about .section-body {
	padding-left: 98px;
}

/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */

.section-features {
	margin-bottom: 76px;
}

.features {
	margin: 0 -15px;
	font-size: 0;
	list-style: none outside none;
	text-align: center;
}

.feature {
	display: inline-block;
	width: 262px;
	margin: 0 15px 21px;
	font-size: 14px;
	vertical-align: top;
}

.feature-head {
	margin-bottom: 15px;
}

.feature-head h3 {
	margin-bottom: 0;
	color: #f00;
	font-weight: bold;
}

.feature-image {
	position: relative;
	margin-bottom: -7px;
}

.feature-image-inner {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 246px;
	height: 246px;
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0 0 0 7px #ff0000;
}

.feature-image:after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 158px;
	height: 8px;
	border-top: 5px solid #fff;
	border-bottom: 30px solid #fff;
	margin-left: -79px;
	background: #ff0000;
	content: '';
}

.feature-content {
	position: relative;
}

.feature-content:before {
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
	border-top: 1px dashed #652d92;
	content: '';
}

.feature-content:after {
	position: absolute;
	top: -14px;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #652d92;
	content: '';
}

.feature-content p {
	margin-bottom: 8px;
}

.feature-red .feature-head h3 {
	color: #f00;
}

.feature-orange .feature-head h3 {
	color: #f58220;
}

.feature-green .feature-head h3 {
	color: #3f8d29;
}

.feature-blue .feature-head h3 {
	color: #0095da;
}

.feature-red .feature-image:after {
	background: #ff0000;
}

.feature-orange .feature-image:after {
	background: #f58220;
}

.feature-green .feature-image:after {
	background: #3f8d29;
}

.feature-blue .feature-image:after {
	background: #0095da;
}

.feature-red .feature-image-inner {
	box-shadow: 0 0 0 7px #ff0000;
}

.feature-orange .feature-image-inner {
	box-shadow: 0 0 0 7px #f58220;
}

.feature-green .feature-image-inner {
	box-shadow: 0 0 0 7px #3f8d29;
}

.feature-blue .feature-image-inner {
	box-shadow: 0 0 0 7px #0095da;
}

.feature-red .btn-primary {
	background: #f00;
}

.feature-red .btn-primary:hover {
	background: #e10000;
}

.feature-orange .btn-primary {
	background: #f58220;
}

.feature-orange .btn-primary:hover {
	background: #d66e15;
}

.feature-green .btn-primary {
	background: #3f8d29;
}

.feature-green .btn-primary:hover {
	background: #5db045;
}

.feature-blue .btn-primary {
	background: #0095da;
}

.feature-blue .btn-primary:hover {
	background: #0788c4;
}

/* ------------------------------------------------------------ *\
	Section Featured
\* ------------------------------------------------------------ */

.section-featured {
	margin-bottom: 20px;
}

.list-featured-items {
	margin: 0 -35px;
	font-size: 0;
	list-style: none outside none;
}

.list-featured-items li {
	display: inline-block;
	overflow: hidden;
	width: 50%;
	padding: 0 35px;
	font-size: 14px;
	vertical-align: top;
}

.list-featured-items span {
	float: left;
	margin-right: 23px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	color: #cacc2d;
}

.list-featured-items span:after {
	display: inline-block;
	width: 21px;
	border-top: 1px dashed #cacc2d;
	margin-left: 8px;
	vertical-align: middle;
	content: '';
}

.list-featured-items p {
	overflow: hidden;
	padding-top: 8px;
	color: #652d92;
	font-weight: 500;
	font-style: italic;
}

/* ------------------------------------------------------------ *\
	Section Testimonials
\* ------------------------------------------------------------ */

.section-testimonials {
	padding-bottom: 6px;
}

.testimonial-body {
	overflow: hidden;
	padding: 26px 55px 28px 43px;
	background: #eee;
}

.testimonial-image {
	overflow: hidden;
	float: left;
	border-radius: 50%;
	margin-right: 53px;
	margin-top: 5px;
}

.testimonial-content {
	overflow: hidden;
}

.testimonial-content span {
	display: block;
	margin-bottom: 14px;
	font-size: 17px;
	color: #60258f;
	font-style: italic;
}

.testimonial-content p {
	margin-bottom: 0;
	line-height: 1.6;
	font-style: italic;
}

.testimonial-actions {
	text-align: right;
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main-alt:after {
	content: '';
	line-height: 0;
	display: table;
	clear: both;
}

.sidebar {
	float: left;
	width: 33.33%;
	padding-right: 30px;
}

.sidebar-secondary {
	float: right;
	padding-left: 30px;
	padding-right: 0;
}

.content {
	float: right;
	width: 66.66%;
}

.content-secondary {
	float: left;
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article p a {
	position: relative;
	color: #cacc2d;
}

.article p a:hover {
	text-decoration: none;
}

.article p a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 1px solid #cacc2d;
	content: '';
}

.article p a:after {
	-webkit-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
}

.article p a:hover:after {
	width: 100%;
}

/* ------------------------------------------------------------ *\
	Article Form
\* ------------------------------------------------------------ */

form.styled label {
	display: block;
	font-size: 17px;
}

form.styled input[type=text],
form.styled input[type=email],
form.styled textarea {
	display: block;
	width: 100%;
	padding: 10px;
	border: none;
	background: #f0f0f0;
	color: #333;
	box-shadow: inset 0 0 1px #333;
}

form.styled input[type=text],
form.styled textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form.styled input[type=password],
form.styled textarea {
	display: block;
	width: 100%;
	padding: 10px;
	border: none;
	background: #f0f0f0;
	color: #333;
	box-shadow: inset 0 0 1px #333;
}

form.styled input[type=password],
form.styled textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


form.styled textarea {
	width: 100%;
	height: 300px;
	resize: none;
}

form.styled input[type=submit] {
	min-width: 140px;
	padding: 10px 19px 9px;
	border-radius: 20px;
	border: 2px solid #cacc2d;
	background: #cacc2d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	box-shadow: 1px 2px 4px rgba(124, 124, 124, 0.5);
	-webkit-appearance: none;
}

form.styled input[type=submit]:hover {
	border-color: #cacc2d;
	background: #fff;
	color: #cacc2d;
}

form.styled input[type=submit] {
	-webkit-transition: border-color .4s, background 0.4s, color .4s;
	-o-transition: border-color .4s, background 0.4s, color .4s;
	transition: border-color .4s, background 0.4s, color .4s;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: normal;
	opacity: 1;
}

:-moz-placeholder {
	color: #666;
	font-weight: normal;
	opacity: 1;
}

::-moz-placeholder {
	color: #666;
	font-weight: normal;
	opacity: 1;
}

::input-placeholder {
	color: #666;
	font-weight: normal;
	opacity: 1;
}

input::-moz-placeholder {
	color: #666;
	font-weight: normal;
	opacity: 1;
}

input[placeholder] {
	color: #666;
	font-weight: normal;
	opacity: 1;
}

textarea[placeholder] {
	color: #666;
	font-weight: normal;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #666;
	font-weight: normal;
	opacity: 1;
}

/* ------------------------------------------------------------ *\
	Article Table
\* ------------------------------------------------------------ */

table.styled {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	table-layout: fixed;
}

table.styled th {
	padding: 10px;
	border: 1px solid #fff;
	background: #cacc2d;
	font-size: 19px;
	color: #fff;
}

table.styled td {
	padding: 10px;
	border: 1px solid #cacc2d;
	background: #fff;
	font-size: 17px;
	color: #333;
}

/* ------------------------------------------------------------ *\
	Scroll To Top
\* ------------------------------------------------------------ */

.scroll {
	position: fixed;
	bottom: 20px;
	left: 50%;
	z-index: 10;
	display: none;
	width: 120px;
	height: 38px;
	margin-left: -60px;
	border-radius: 8px;
	background: rgba(0, 0, 0, .4);
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.scroll:hover {
	background: rgba(0, 0, 0, .6);
}

.scroll {
	-webkit-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

/* ------------------------------------------------------------ *\
	Btns
\* ------------------------------------------------------------ */

.btn {
	display: inline-block;
	vertical-align: top;
}

.btn {
	-webkit-transition: border-color .4s, background .4s, color .4s, opacity .4s;
	-o-transition: border-color .4s, background .4s, color .4s, opacity .4s;
	transition: border-color .4s, background .4s, color .4s, opacity .4s;
}

.btn:hover {
	text-decoration: none;
}

.btn-primary {
	position: relative;
	padding: 7px 34px 6px 13px;
	border-radius: 17px;
	background: #ff0000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-primary:hover {
	background: #e10000;
}

.btn-primary .ico-flower {
	position: absolute;
	bottom: -7px;
	right: -5px;
}

.btn-grey {
	padding: 4px 14px 9px 13px;
	background: #eee;
	font-weight: 500;
	color: #60258f;
	text-transform: uppercase;
}

.btn-grey:hover {
	color: #a25ed8;
}

.btn-grey:hover:after {
	border-color: transparent transparent transparent #a25ed8;
}

.btn-grey:after {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #5f258f;
	margin-left: 10px;
	content: '';
}

.btn-grey:after {
	-webkit-transition: border-color .4s;
	-o-transition: border-color .4s;
	transition: border-color .4s;
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

[class^="ico-"] {
	display: inline-block;
	background: url(../img/sprite.png) no-repeat 0 0;
	vertical-align: top;
}

.ico-cut {
	width: 16px;
	height: 14px;
	background-position: -54px -35px;
}

.ico-facebook {
	width: 10px;
	height: 18px;
	background-position: 0px -55px;
}

.ico-flower-yellow {
	width: 50px;
	height: 51px;
	background-position: 0px 0px;
}

.ico-flower {
	width: 30px;
	height: 31px;
	background-position: -54px 0px;
}

.ico-search {
	width: 17px;
	height: 18px;
	background-position: -14px -55px;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

footer.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer-bar {
	padding-bottom: 49px;
}

.footer-body {
	position: relative;
	padding: 76px 0 17px;
	background: #cacc2d;
	color: #fff;
}

.footer-body:before {
	position: absolute;
	top: -23px;
	left: 50%;
	width: 50px;
	height: 51px;
	margin-left: -774px;
	background: url(../img/ico-flower-yellow.png) no-repeat 0 0;
	content: '';
}

.footer-body:after {
	content: '';
	line-height: 0;
	display: table;
	clear: both;
}

.footer-body .footer-nav-utilities {
	float: left;
}

.footer-body .copyright {
	float: right;
}

.footer-content {
	position: absolute;
	top: -28px;
	left: 50%;
	font-size: 18px;
	color: #60258f;
	text-align: center;
}

.footer-content {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-content span {
	display: block;
	margin-top: 8px;
	font-family: 'Roboto Slab', serif;
}

.copyright {
	margin-bottom: 0;
	font-size: 12px;
}

.copyright a {
	position: relative;
}

/* ------------------------------------------------------------ *\
	Footer Nav
\* ------------------------------------------------------------ */

.footer-nav {
	position: relative;
	padding-top: 26px;
}

.footer-nav:before,
.footer-nav:after,
.footer-nav ul:before,
.footer-nav ul:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	border-top: 3px solid #ff0000;
	content: '';
}

.footer-nav:after {
	left: 25%;
	border-top-color: #f58220;
}

.footer-nav ul:before {
	left: 50%;
	border-top-color: #3f8d29;
}

.footer-nav ul:after {
	left: 75%;
	border-top-color: #0095da;
}

.footer-nav ul {
	margin-bottom: 0;
	font-size: 0;
	list-style: none outside none;
	text-align: center;
}

.footer-nav li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.footer-nav li~li {
	padding-left: 9px;
	margin-left: 9px;
}

.footer-nav li~li:before {
	position: absolute;
	top: 3px;
	left: 0;
	height: 12px;
	border-left: 1px solid #60258f;
	content: '';
}

.footer-nav a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #60258f;
}

.footer-nav a:hover {
	text-decoration: none;
}

.footer-nav a:before,
.footer-nav a:after {
	position: absolute;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid #60258f;
	content: '';
}

.footer-nav a:before,
.footer-nav a:after {
	-webkit-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
}

.footer-nav a:before {
	left: 50%;
}

.footer-nav a:after {
	right: 50%;
}

.footer-nav a:hover:before,
.footer-nav a:hover:after {
	width: 50%;
}

.footer-nav-utilities ul ul,
.footer-nav ul ul {
	display: none;
}

/* ------------------------------------------------------------ *\
	Footer Nav Utilities
\* ------------------------------------------------------------ */

.footer-nav-utilities ul {
	margin-bottom: 0;
	font-size: 0;
	list-style: none outside none;
}

.footer-nav-utilities li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.footer-nav-utilities li~li {
	padding-left: 8px;
	margin-left: 8px;
}

.footer-nav-utilities li~li:before {
	position: absolute;
	top: 2px;
	left: 0;
	height: 10px;
	border-left: 1px solid #fff;
	content: '';
}

.footer-nav-utilities a {
	position: relative;
	display: block;
	font-size: 12px;
}

.copyright a:after,
.footer-nav-utilities a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 1px solid #fff;
	content: '';
}

.copyright a:after,
.footer-nav-utilities a:after {
	-webkit-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
}

.copyright a:hover,
.footer-nav-utilities a:hover {
	text-decoration: none;
}

.copyright a:hover:after,
.footer-nav-utilities a:hover:after {
	width: 100%;
}


/* ------------------------------------------------------------ *\
	Google Maps
\* ------------------------------------------------------------ */

#map24_canvas {
	width: 100% !important;
}

/* ------------------------------------------------------------ *\
	My Family
\* ------------------------------------------------------------ */
.myfamily {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}

.family.iframe {
	border: 0px !important;
}

.myfamily #divInfo {
	display: block;
}

.myfamily input {
	display: table;
	width: 100%;
	padding: 10px 5px;
	margin: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.myfamily td {
	padding: 0 !important;
}

.myfamily .btn.btn-large {
	background: #cacc2d none repeat scroll 0 0;
	border: 2px solid #cacc2d;
	border-radius: 20px;
	box-shadow: 1px 2px 4px rgba(124, 124, 124, 0.5);
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.02em;
	min-width: 140px;
	padding: 10px 19px 9px;
	text-transform: uppercase;
}

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

/* max-width: 1319px */
@media (max-width: 1319px) {

	/*  Intro  */
	.intro .intro-content h1 {
		margin-left: 70px;
	}

	.intro-alt .intro-content h1 {
		margin-left: 0;
	}
}

/* max-width: 1159px */
@media (max-width: 1159px) {

	/*  Nav  */
	.nav>ul {
		margin: 0 -14px;
	}

	.nav>ul:before {
		margin-left: 0;
	}

	.nav>ul:after {
		margin-right: 0;
	}

	.nav>ul>li {
		margin: 0 14px;
	}

	.nav li:hover>ul {
		display: block;
	}

	.nav ul ul {
		display: none;
		opacity: 1;
		visibility: visible;
	}

	/*  List Featured Items  */
	.list-featured-items {
		margin: 0 -15px;
	}

	.list-featured-items li {
		padding: 0 15px;
	}
}

/* max-width: 1139px */
@media (max-width: 1139px) {

	/*  Intro  */
	.intro .intro-head .shell {
		padding: 0;
	}

	.intro .intro-head-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.intro .intro-head-content:after,
	.intro .intro-head-content:before {
		display: none;
	}
}

/* max-width: 1023px */
@media (max-width: 1023px) {

	/*  Header  */
	.header-body .logo {
		margin-left: 0;
		width: 400px;
		height: 75px;
	}

	.header-inner .nav-access {
		margin-left: 20px;
	}

	/*  Nav  */
	.nav>ul {
		margin: 0 -4px;
	}

	.nav>ul>li {
		margin: 0 4px;
	}

	.nav>ul>li>a {
		font-size: 15px;
	}

	.logo-large {
		width: 720px;
		height: 260px;
	}

	/*  Intro Alt  */
	.intro-alt .intro-content .logo-large {
		margin-left: 0;
	}

	.intro-alt .intro-content h1 {
		padding-left: 70px;
		margin-left: 0;
	}

	.intro-alt .intro-content p {
		padding-left: 145px;
	}

	/*  List Featured Items  */
	.list-featured-items span {
		float: none;
		display: block;
		margin-right: 0;
	}

	/*  Testimonial  */
	.testimonial-body {
		padding-right: 20px;
		padding-left: 40px;
	}

	.testimonial-image {
		margin-right: 40px;
	}

	/*  Footer Nav  */
	.footer-nav li~li {
		padding-left: 4px;
		margin-left: 3px;
	}

	.footer-nav li~li:before {
		top: 1px;
	}

	.footer-nav a {
		font-size: 12px;
	}

	.footer-body {
		padding-top: 106px;
	}
}

/* max-width: 767px */
@media (max-width: 767px) {

	/*  Base  */
	h1 {
		font-size: 32px;
		line-height: 1.2;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}

	/*  Header  */
	.header-bar {
		position: relative;
		min-height: 50px;
	}

	.header-bar .nav {
		display: block;
	}

	.header-body {
		padding: 18px 0;
		text-align: center;
	}

	.header-body .logo {
		float: none;
		width: 300px;
		height: 56px;
	}

	.header-inner {
		float: none;
		padding-top: 15px;
	}

	.header-inner .nav-access,
	.header-inner .search {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.header-inner .nav-access {
		margin-left: 8px;
	}

	.nav-access ul {
		margin-bottom: 0;
	}

	/*  Nav Mobile  */
	.nav-mobile {
		position: absolute;
		top: 8px;
		right: 10px;
		display: block;
		width: 38px;
		padding: 8px 4px;
		border: 1px solid #fff;
		border-radius: 4px;
	}

	.nav-mobile span {
		display: block;
		height: 3px;
		background: #fff;
	}

	.nav-mobile span~span {
		margin-top: 3px;
	}

	.nav-mobile.active {
		background: #fff;
	}

	.nav-mobile.active span {
		background: #511284;
	}

	/*  Nav  */
	.nav {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10;
		overflow: hidden;
		max-height: 0;
		width: 100%;
		background: #511284;
		text-align: center;
	}

	.nav>ul:before,
	.nav>ul:after {
		display: none;
	}

	.nav>ul>li {
		display: block;
		margin: 0;
		border-top: 1px dashed #fff;
	}

	.nav>ul>li>a {
		padding: 7px 0;
		text-align: center;
	}

	.nav>ul>li:before,
	.nav>ul>li:after,
	.nav>ul>li>a:before,
	.nav>ul>li>a:after {
		display: none;
	}

	.nav ul ul {
		position: relative;
		overflow: hidden;
		display: block;
		max-height: 0;
		width: auto;
		border-top: none;
		text-align: center;
	}

	.nav ul ul a {
		padding: 10px 0;
	}

	.nav.expanded,
	.nav li.expanded>ul {
		max-height: 1000px;
	}

	.nav,
	.nav ul ul {
		-webkit-transition: max-height .4s;
		-o-transition: max-height .4s;
		transition: max-height .4s;
	}

	/*  Intro  */
	.intro .intro-head {
		position: relative;
	}

	.intro .intro-head-content {
		min-height: 0;
		padding: 10px;
		background: #cacc2d;
	}

	.intro .intro-content {
		padding: 20px 0 66px;
	}

	.intro .intro-content .logo {
		width: 100%;
		height: 0;
		padding-top: 36%;
		margin-bottom: 20px;
	}

	.intro .intro-content .logo {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}

	.intro .intro-content h1 {
		margin-left: 0;
		margin-bottom: 40px;
	}

	.intro .intro-content h1:before {
		bottom: -24px;
		left: -90px;
	}

	.intro .intro-content p {
		padding-left: 0;
		font-size: 22px;
	}

	.intro-alt .intro-content {
		padding-bottom: 50px;
	}

	.intro-alt .intro-content h1 {
		padding-left: 0;
		margin-bottom: 30px;
		font-size: 28px;
	}

	.intro-alt .intro-content h1:before {
		bottom: -15px;
		left: -46px;
	}


	/*  Main  */
	.container {
		padding: 20px 0;
	}

	.sidebar {
		float: none;
		width: auto;
		padding: 0;
		margin-bottom: 20px;
	}

	.content {
		float: none;
		width: auto;
	}

	/*  Section About  */
	.section-about {
		padding-bottom: 35px;
		margin-bottom: 20px;
	}

	.section-about .section-body {
		padding-left: 0;
	}

	/*  Section Features  */
	.section-features {
		margin-bottom: 10px;
	}

	/*  Section Featured  */
	.section-featured {
		margin-bottom: 20px;
	}

	.list-featured-items {
		margin: 0;
	}

	.list-featured-items li {
		display: block;
		width: auto;
		padding: 0;
	}

	.list-featured-items p {
		padding-top: 0;
	}

	/*  Section Testimonials  */
	.testimonial {
		text-align: center;
	}

	.testimonial-body {
		padding: 20px 10px;
	}

	.testimonial-image {
		float: none;
		display: inline-block;
		margin: 0 0 15px;
	}

	.testimonial-content {
		text-align: left;
	}

	/*  Footer  */

	.footer-nav {
		padding-top: 18px;
	}

	.footer-nav ul {
		margin: 0 -5px;
	}

	.footer-nav li,
	.footer-nav li~li {
		padding-left: 0;
		margin: 0 5px;
	}

	.footer-nav li~li:before {
		display: none;
	}

	.footer-body {
		padding: 0 0 10px;
		text-align: center;
	}

	.footer-content {
		position: relative;
		margin-bottom: -10px;
	}

	.footer-body .copyright,
	.footer-body .footer-nav-utilities {
		float: none;
	}

	.footer-body .copyright {
		margin-top: 5px;
	}
}

/* max-width: 479px */
@media (max-width: 479px) {
	.btn {
		display: block;
		text-align: center;
	}

	.btn-primary {
		padding-left: 34px;
	}

	form.styled input[type=submit] {
		display: block;
		width: 100%;
	}
}

#response {
	color: black;
	/* Default color */
}

#response.sending {
	color: orange;
	/* Color for submitting message */
}

#response.success {
	color: green;
	/* Color for success message */
}

#response.failure {
	color: red;
	/* Color for failure message */
}