/*
Theme Name: Springwood
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: springwood
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lococo is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "museo-sans", arial, sans-serif;
	font-size: 17px;
	line-height: 1.33;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin: 0;
}

p {
	margin: 0 0 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px;
	border-radius: 0px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 0;
	border-radius:0;
	padding: 5px 20px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	padding: 20px 25px
}
::-webkit-input-placeholder {
  color: #22333d;
  opacity: 1;
}
::-moz-placeholder {
  color: #22333d;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #22333d;
  opacity: 1;
}
:-moz-placeholder {
  color: #22333d;
  opacity: 1;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

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

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
	padding-top: 26px
}
.main-navigation > div {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 15px;
}
.main-navigation li:first-child {
	padding-left: 0;
}
.main-navigation li:last-child {
	padding-right: 0;
}

.main-navigation a {
	color: #22333d;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	font:400 14px/1 museo-sans;
	font-family: "museo-sans";
	letter-spacing: 1px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}


.menu-toggle {
	display: none;
	position: absolute;
	top: 50px;
	right: 5%;
	background: none;
	border: 0;
	height: 30px;
	width: 40px;
	padding: 0;
}
.menu-icon {
	  width: 40px;
	  display: block;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.menu-icon span {
	display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #22333d;

  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.menu-icon span:nth-child(1) {
  top: 0px;
}

.menu-icon span:nth-child(2),.menu-icon span:nth-child(3) {
  top: 10px;
}

.menu-icon span:nth-child(4) {
  top: 20px;
}

.toggled .menu-icon span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.toggled  .menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggled .menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggled .menu-icon span:nth-child(4) {
  top: 4px;
  width: 0%;
  left: 50%;
}
.main-navigation ul {
	display: block;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## LightSlider CSS
--------------------------------------------------------------*/
/* !!! core css Should not edit !!! */

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/


/* slider actions */
.lSAction {
	opacity: 1;
}

.lSAction > a {
	color: #fff;
    width: 60px;
    display: block;
    top: 0%;
    height: 100%;
    background:#22333d;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 1;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    font-size: 32px;
    text-align: center;
}

.lSAction > a span {
	display: block;
	position: relative;
	top: 50%;
	width: 60px;
	height: 32px;
	margin-top: -16px;
}
.lSAction > .lSPrev {
    left: 0px;
    display: none;
}
.lSAction > .lSNext {
    right: 0px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/*--------------------------------------------------------------
## CUSTOM CSS
--------------------------------------------------------------*/

#page {
	padding-top: 128px;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}
#masthead .container {
	max-width: 1280px;
	padding: 0 60px;
}
#featured .container,
.section .container {
	max-width: 1280px;
	padding: 0;
}

#masthead {
	background: #fff;
	padding: 31px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000
}

.site-branding {
	float: left;
	margin: 0 0 36px;
	width: 185px;
	max-width: 185px;
}
.site-title  {
	margin: 0;
}
.site-title a,
.site-title img {
	display: block;
}
#featured img {
	display: block;
}
#featured img.small {
	display: none;
}
#featured .slide-text {
	position: absolute;
  	top: 50%;
  	transform: perspective(1px) translateY(-50%);
  	left: 0px;
  	font: 400 50px/1 "museo-sans", Georgia, serif;
  	color: #fff;
  	transition: all .6s ease-out;
  	opacity: 0;
}
#featured li.active .slide-text {
	left: 80px;
	opacity: 1;
}

.bg-white {
	background-color: #fff;
}
.bg-tan {
	background-color: rgba(37, 33, 46, 0.1);
}

#featured, #content, footer {
	opacity: 0;
	transition: opacity .5s ease-out;
}

#featured.active, #content.active, footer.active {
	opacity:1;
}

/*--------------------------------------------------------------
## SECTION IMAGE + TEXT
--------------------------------------------------------------*/

.section {
	float:left;
	width:100%;
}
.section.section-image-text {
	padding-top:80px;
	padding-bottom: 80px;
}
.section-image-text .container {
	position: relative;
}
.section-image,
.section-content {
	float:left;
}
.section-image {
	width: 50.8%;
	position: relative;
	/*position:absolute;*/
}
.image-right .section-image{
	float: right;
	padding-left: 22px;
	right:0px;
}
.image-left .section-image {
	padding-right: 22px;
}
.section-image img {
	display: block;
}
.section-content {
	float: none;
	height: 100%;
	/*position: absolute;*/
	position: relative;
	top: 0;
	width: 49.2%;
}
.text-left .section-content {
	left: 0;
	float: left;
}
.text-right .section-content{
	right: 0;
	float: right;
}
.section-content-inner {
	position: relative;
	/*top: 50%;
	transform: perspective(1px) translateY(-50%);*/
	padding: 0 60px;
}

.section-content-inner:after,
.section-image:after {
	/*background: #22333d;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
	width: 22px;
	max-height: 350px;*/
}

.section-image img {
	position:relative;
}

.section-image:after {
	background: #22333d;
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height:70%;
	top:15%;
}

.section-image img:after {
	/*background: #22333d;
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height:50%;
	top:25%;*/
}

.text-left .section-content-inner:after {
	right: -22px;
}
.section-image:after {
	/*display: none;
	height:80%;*/
}
.image-right .section-image:after {
	left: 0px;
}

.text-right .section-content-inner:after  {
	left: -22px;
}
.image-left .section-image:after {
	right: 0px;
}
.section-content h2 {
	margin: 0 0 10px;
	font-size: 28px;
	letter-spacing: 0px;
	line-height: 1.2;
}

.v-wrap{
    height: 100%;
    white-space: nowrap;
}
.v-wrap:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em;
    height: 100%;
}
.v-box{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

/*--------------------------------------------------------------
## SECTION - HERO / BANNER
--------------------------------------------------------------*/
.section-hero {
	height: 573px;
	position: relative;
}
.section-hero .hero-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 573px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.section-hero .hero-image.small {
	display: none;
	height: 700px;
	background-size: cover;
	background-position: top center;
}
.section-hero .container {
	color: #fff;
	font: 400 60px/0.9 "museo-sans", Georgia, serif;
	max-width: 1280px;
	padding: 0 60px;
	position: relative;
  	top: 50%;
  	transform: perspective(1px) translateY(-50%);
}

.text-align-left {text-align: left;}
.text-align-center {text-align: center;}
.text-align-right {text-align: right;}

/*--------------------------------------------------------------
## SECTION - MAP
--------------------------------------------------------------*/
.section-map {
	position: relative;
}
.section-map .container {
	max-width: 1280px;
	padding: 0 60px;
}
#map {
	width: 100%;
	height: 535px;
}
#directions {
	width: 100%;
	position: absolute;
	bottom: 35px;
	left: 0;
	height: 50px;
}
#directions a{
	display: block;
	width: 216px;
	height: 50px;
	font: 400 16px/20px museo-sans;
	color: #fff;
	background:#22333d;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s ease;
	opacity: 1;
	padding: 16px 10px 15px;
	float: right;
}
#directions a:hover {
	opacity: 0.8
}


/*--------------------------------------------------------------
## SECTION - CONTACT
--------------------------------------------------------------*/
.section-contact {
	background: #25212e;
	position: relative;
	padding: 90px 0 45px;
	z-index: 2;
	margin-top: -15px;

}
.section-contact .container {
	/*background: url(img/lococo-logo2.png) no-repeat right bottom;*/
	text-align: center;
	color: #fff;
	max-width: 1280px;
	padding: 0 60px 45px;

}
.section-contact h2 {
	font: 48px/1 "museo-sans", Georgia, serif;
	margin: 0 0 10px;
}
.section-contact h3 {
	font: 28px/1.5 "museo-sans", Georgia, serif;
	margin: 100px 0 0;
}
.section-contact .section-text {

}
.section-contact .section-text p+.gform_wrapper {
	margin-top: -1em;
}
.section-contact .section-text p:last-of-type{
	margin: 0;
}
.gform_wrapper.two-column_wrapper {
	padding-top: 50px;
	padding-bottom: 30px;
}
.gform_wrapper.two-column_wrapper ul.gform_fields {
	display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
	float: left;
	width: 50%;
	margin: 0;
	padding-right: 10px;
}
.gform_column {
	padding-top: 0 !important
}
.gform_column.last {
	padding-right: 0 !important;
	padding-left:  10px !important;
}

.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}

.gform_wrapper ul.gform_fields {
	list-style: none;;
}
.gform_wrapper ul.gform_fields .gfield_label {
	display: none;
}
.gform_wrapper li.gfield {
	padding-top: 20px;
}
.gform_wrapper .empty+.gfield {
	padding-top: 0;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"]{
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	width: 100%;
}
.section-contact .gform_wrapper textarea {
	height: 220px;
}
.gform_wrapper .gform_footer{
	clear: both;
	padding-top: 45px;
	position: relative;
}
.gform_wrapper .gform_button {
	background: #25212e;
	border: 1px solid #fff;
	color: #fff;
	padding: 24px 25px 25px;
	min-width: 240px;
	font: 400 20px/20px museo-sans;
	font-family: "museo-sans";
	opacity: 1;
	transition: opacity 0.3s ease;
}
.gform_wrapper .gform_button:hover {
	opacity: 0.8
}
.validation_error {
	color: #3bbedf;
	font-weight: bold;
	font-size: 1.1em;
	margin: -20px 0 30px;
}
.gfield_description.validation_message {
	color: #3bbedf;
	text-align: left;
}
.gform_ajax_spinner {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -8px;
	height: 16px;
	width: 16px;
	display: block;
}
/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer {
	padding: 55px 60px;
	font-family: museo-sans;
	font-weight: 200;
	font-size: 16px;
}

.site-footer .logo {
	width: 185px;
	max-width: 185px;
	float:left;
}

.site-footer a {
	color: #000;
}
.site-info {
	padding-right: 0px;
	float: right;
	width:50%;
}
.site-info br {
	/*display: none;*/
}

.site-info .text {
	padding-right:0px;
	float:left;
	width:calc(100% - 180px);
}

.site-info .text > span {
	float:left;
	width:100%;
}

.site-info .text > ul {
	float:left;
	width:100%;
}

#footer_utility  {
	width: auto;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_utility  li{
	padding-left: 20px;
}
#footer_utility   li:first-child{
	padding-left: 0;
}

#scrollTop {
	text-decoration: none;
    display: block;
    width: 150px;
    float: right;
    text-align: right;
}

/*--------------------------------------------------------------
## RESPONSIVE
--------------------------------------------------------------*/

@media screen and (max-width: 1024px) {
	.section-content-inner::after {
		display: none;
	}
	.section-image::after {
		display: block;
	}

	.section-content-inner {
		top: auto;
		transform: none;
	}
	.section-image-text .section-content {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	}
	.section-hero .container {
		padding:0 5%;
	}
	#masthead .container {
		padding: 0 5%;
	}
}

@media screen and (max-width: 1023px) {
	.main-navigation {
		display:none;
	}
	#scrollTop {
		clear:both;
	}
	.site-info {
		width:100%;
		margin-top: 20px;
	}
	.site-info .text {
		width:100%;
	}
}

@media screen and (max-width: 920px) {
	.main-navigation li {
		padding: 0 5px;
	}
	.main-navigation li a {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	#page {
		padding-top: 0;
	}
	#featured {
		margin-bottom: 40px;
	}
	.site-footer .logo {
		display:inline-block;
		float:none;
	}
	.section-image-text .section-content,
	.section-image-text .section-image {
		margin-top:0px !important;
	}
	#masthead {
		position: relative;
		top: auto;
		left: auto;
	}
	#site-navigation {
		display: none;
	}
	.main-navigation,
	.main-navigation > div {
		float: none;
		width: 100%;
		clear: both;
		padding: 0;
	}
	.main-navigation ul {
		display: none;
		background: #22333d;
		float: none;
		width: 100%;
		padding: 20px 0;
		position: absolute;
		top: 134px;
		left: 0;
		width: 100%;
	}
	.main-navigation ul li {
		display: block;
		float: none;
		padding: 0;
		text-align: center;
	}
	.main-navigation ul li a{
		padding: 10px 20px;
		display: block;
		font-size: 20px;
		color: #fff;
	}
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}
	/*#featured img {
		display: none;
	}
	#featured img.small {
		display: block;
	}*/
	.section.section-image-text {
		padding-top: 0;
		padding-bottom: 50px;
	}
	.section-image,
	.section-content{
		float: none;
		width: 100%;
	}
	.section-image {
		padding: 0 0 22px !important;
		margin-bottom: 50px;
	}
	.section-image img{
		margin:0 auto;
	}
	.section-image::after {
		display: block;
		width: 90%;
		max-width: 570px;
		height: 22px;
		bottom: 0;
		left: 50% !important;
		top: auto;
		transform: translateY(0) translateX(-50%);
	}
	.section-content-inner {
		padding: 0 5%;
	}
	.section-hero {
		height: auto;
	}
	.section-hero .hero-image {
		display: none;
		position: relative;
		top: auto;
		left: auto;
	}
	.section-hero .hero-image.small {
		display: block;
	}
	.section-hero .container {
		color: #22333d;
		top: auto;
		transform: translateY(0);
		font-size: 40px;
		padding: 50px 5%;
	}
	.section-map .container {
		padding: 0 5%;
	}
	#directions a {
		margin: 0 auto;
		float: none;
		width: 100%;
		max-width: 320px;
	}
	.section-contact .container {
		padding-left: 5%;
		padding-right: 5%;
	}
	.section-contact h2 {
		font-size: 36px;
		line-height: 1;
	}
	.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
		width: 100%;
		float: none;
		padding: 0 !important;
	}
	.gform_wrapper .last .empty + .gfield {
		padding-top: 20px;
	}
	.site-footer {
		text-align: center;
	}
	.site-footer .container{
		padding:0 0 20px;
	}
	.site-info,
	#footer_utility,
	#footer_utility li {
		display: block;
		padding: 0;
		width: 100%;
		float: none;
		line-height: 26px;
		padding: 0 20px;
	}
	#footer_utility {
		border-bottom: 1px solid #ccc;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	#scrollTop {
		float: none;
		text-align: center;
		margin: 0 auto
	}
	.site-info br {
		display: inline-block;
	}
}

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

	#featured img {
		display: none;
	}
	#featured {
		margin-bottom: 0px;
	}
	#featured li.active .slide-text br {
		display:none;
	}
	#featured li.active .slide-text {
		font-size:36px;
		line-height: 1;
		}
	#featured img.small {
		display: block;
	}

}

@media screen and (max-width: 640px) {
	.section-contact .container {
		background-image: none;;
		padding-bottom: 0;

	}
	#featured .slide-text {
		color: #22333d;
		position: relative;
		top: auto;
		left: -50px;
		transform: none;
		padding: 30px 5% 20px;
		font-size: 40px;
		height: 140px;
	}
	#featured li.active .slide-text {
		left: 0px;
	}
	.lSAction > a {
		height: calc( 100% - 140px );
	}
}
@media screen and (max-width: 480px) {
	.section-hero .hero-image.small {
		height: 357px
	}
}

@media screen and (max-width: 320px) {
	#featured li.active .slide-text {
		font-size: 28px;
	}
}
/*--------------------------------------------------------------
## FONTS - ICONS
--------------------------------------------------------------*/

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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-up:before {
  content: "\e902";
}
