/* Enter Your Custom CSS Here */
.entry-content p a, .entry-content li a, .entry-content dl a, .entry-content pre a, .entry-content code a, .entry-content blockquote a {
    border-bottom: 1px dotted #58AE4A;
    color: #58AE4A;
}
/*
Theme Name: Ultra
Author: Puro
Author URI: http://purothemes.com/
Theme URI: http://purothemes.com/themes/ultra/
Description: Easy to use and quick to setup, Ultra is a powerful multipurpose theme. Use it to launch your business site, blog or portfolio. Create detailed layouts without writing a line of code using SiteOrigin's drag and drop Page Builder plugin. Start your pages off with a bold full-width Meta Slider and keep users engaged with a sticky menu. Fast, responsive, SEO optimized and backed by professional level support, Ultra is ready for your next project. For assistance, check out our theme documentation (http://purothemes.com/documentation/) or ask a question on our support forum (http://purothemes.com/support/).
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultra
Tags: blue, custom-menu, featured-images, full-width-template, gray, light, one-column, responsive-layout, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, white
*/
/*--------------------------------------------------------------
>>> IMPORTANT NOTICE:
----------------------------------------------------------------
Please don't edit this file; any changes made here will be lost
during the theme update process. If you need to make CSS 
modifications, please, use a Custom CSS plugin or make use of a 
child theme.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
	3.1 - Lists
	3.2 - Tables
4.0 - Forms
	4.1 - Buttons
	4.2 - Fields
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
		5.2.1 - Top Bar Left Menu
		5.2.2 - Top Bar Left Menu
		5.2.3 - Main Menu
		5.2.4 - Responsive Menu
		5.2.5 - Comment, Post and Page Navigation
		5.2.6 - Bottom Bar Menu
		5.2.7 - Social Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Meta Slider
	9.1 - Theme Main Meta Slider
	9.2 - Meta Slider General
	9.3 - Flexslider Resets
	9.4 - General Flexslider Styles
	9.5 - Flexslider Captions
	9.6 - Ultra(Flex) Slider Theme Styles
10.0 - Page Builder
	10.1 - SiteOrigin Page Builder Lite
	10.2 - SiteOrigin Features Widget
	10.3 - SiteOrigin Post Carousel Widget
11.0 - Scroll to Top
12.0 - Widgets
	12.1 - General Styles
	12.2 - Calendar	
	12.3 - RSS
	12.4 - Recent Comments	
	12.5 - Recent Posts
	12.6 - Search
	12.7 - Menu
13.0 - Content
	13.1 - Layout
		13.1.1 - Page Wrapper
		13.1.2 - Boxed Layout Page Wrapper
		13.1.3 - Full Width Inner Container
		13.1.4 - Content Wrapper
		13.1.5 - Regular Containers
		13.1.6 - Full Width Page Templates
		13.1.7 - Templates With Full Width Page Titles
		13.1.8 - Templates Without Full Width Page Titles
	13.2 - Top bar
	13.3 - Header
	13.4 - Footer
	13.5 - Bottom Bar
	13.6 - Posts and Pages
		13.6.1 - General Styles
		13.6.2 - Post and Page Featured Image
		13.6.3 - General Post and Page Header
		13.6.4 - Single Post Header
		13.6.5 - Archive Header
		13.6.6 - Post Entry Meta
		13.6.7 - Content Area Link Formatting
		13.6.8 - Search and Post Password Form Specific
		13.6.9 - Post Formats
		13.6.10 - Post Entry Footer
		13.6.11 - Search Results
		13.6.12 - Left Thumbnail Post Loop
		13.6.13 - Left Medium Post Loop
	13.7 - Asides
	13.8 - Comments
14.0 - Media
	14.1 - Captions
	14.2 - Galleries
15.0 - Jetpack
	15.1 - Contact Form
	15.2 - Contact Info
	15.3 - Display Posts
	15.4 - Gravatar Profile
	15.5 - Infinite Scroll
	15.6 - RSS Links
	15.7 - Subscriptions
16.0 - MyBookTable
	16.1 - Single Book
	16.2 - Featured Book Widget
17.0 - Contact Form 7
18.0 - Gravity Forms
19.0 - WooCommerce
20.0 - JW Player
21.0 - Ultimate Addons for SiteOrigin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - 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: 0;
}

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-appearance: textfield;
  box-sizing: content-box;
}

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;
}

/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
html {
  font-size: 87.5%;
  line-height: 1.78571em;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  color: #5a5d60;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7857;
}

::selection {
  background: #58AE4A;
  color: #fff;
}

/*--------------------------------------------------------------
2.1 - Headings
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  clear: both;
  color: #313539;
  font-weight: 700;
  margin: 0.89286em 0;
}
@media (max-width: 480px) {
  .resp h1, .resp
  h2, .resp
  h3, .resp
  h4, .resp
  h5, .resp
  h6 {
    line-height: normal;
  }
}

h1 {
  font-size: 1.78571em;
  line-height: 2em;
}

h2 {
  font-size: 1.57143em;
  line-height: 2.27273em;
}

h3 {
  font-size: 1.42857em;
  line-height: 1.25em;
}

h4 {
  font-size: 1.28571em;
  line-height: 1.38889em;
}

h5 {
  font-size: 1.14286em;
  line-height: 1.5625em;
}

h6 {
  font-size: 1em;
  line-height: 1.78571em;
}

/*--------------------------------------------------------------
2.2 - Copy
--------------------------------------------------------------*/
p {
  word-break: normal;
  margin: 0 0 1.78571em 0;
}
p:last-child {
  margin-bottom: 0;
}
p:only-child {
  margin-bottom: 1.78571em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 1.07143em;
  line-height: 1.66667em;
  background: #f6f6f7;
  border-left: 3px solid #58AE4A;
  margin: 1.78571em 0;
  padding: 1.78571em 1.78571em;
}
blockquote p, blockquote:last-child, blockquote:only-child {
  margin-bottom: 0 !important;
}

address {
  margin: 0 0 1.78571em;
}

pre {
  font-size: 1em;
  line-height: 1.78571em;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  background: #f6f6f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin: 0 0 1.33929em;
  max-width: 100%;
  overflow: auto;
  padding: 0.89286em 1.78571em;
}

code,
kbd,
tt,
var {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 - 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: #313539;
}

body.boxed {
  background: #eaeaea;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

hr {
  background-color: #eaeaeb;
  border: 0;
  height: 1px;
  margin: 0 auto 1.78571em;
}

/*--------------------------------------------------------------
3.1 - Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.78571em 1.78571em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 0;
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.78571em;
}
dl dt {
  font-weight: 600;
}
dl dd {
  margin: 0 0 0 1.78571em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/*--------------------------------------------------------------
3.2 - Tables
--------------------------------------------------------------*/
table {
  border: 1px solid #eaeaeb;
  margin: 0 0 1.78571em;
  width: 100%;
}
table th,
table td {
  border: 1px solid #eaeaeb;
  padding: 0.75em;
}
@media (max-width: 480px) {
  .resp table th, .resp
  table td {
    padding: 2%;
  }
}
table th {
  font-weight: 600;
}

.entry-content table a {
  border-bottom: none;
}
.entry-content table a:hover {
  border-bottom: none;
  color: #5a5d60;
}

/*--------------------------------------------------------------
4.0 - Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 - Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #58AE4A;
  border: none;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-weight: 400;
  line-height: normal;
  outline-style: none;
  padding: 0.7142em 1.2143em;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: rgba(8, 150, 254, 0.8);
}

/*--------------------------------------------------------------
4.2 - Fields
--------------------------------------------------------------*/
label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
select[multiple],
textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #f6f6f7;
  border: 1px solid #eaeaeb;
  color: #acaeaf;
  line-height: normal;
  padding: 0.6429em 0.7143em;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  background: #fff;
  color: #5a5d60;
  outline-style: none;
}

textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 0.7143em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type="file"] {
  font-size: 1em;
  line-height: 1.78571em;
  line-height: 0;
}

/*--------------------------------------------------------------
5.0 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 - Links
--------------------------------------------------------------*/
a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #58AE4A;
  text-decoration: none;
}
a:visited {
  color: #58AE4A;
}
a:hover, a:focus, a:active {
  color: #58AE4A;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
5.2 - Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2.1 - Top Bar Left Menu
--------------------------------------------------------------*/
.top-bar-menu {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.top-bar-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar-menu .menu li {
  color: #acaeaf;
  display: inline-block;
  line-height: 38px;
  margin-right: 0.89286em;
  position: relative;
  vertical-align: middle;
}
.top-bar-menu .menu li a {
  font-size: 0.85714em;
  line-height: 2.08333em;
  white-space: nowrap;
  color: #acaeaf;
  display: block;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
}
.top-bar-menu .menu li a:before {
  color: #acaeaf;
}
.top-bar-menu .menu li a:hover:before {
  color: #fff;
}
.top-bar-menu .menu li:hover > a {
  color: #fff;
}
.top-bar-menu .menu li:last-of-type {
  margin-right: 0;
}

/*--------------------------------------------------------------
5.2.2 - Top Bar Right Menu
--------------------------------------------------------------*/
.top-bar-navigation {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  position: relative;
  text-align: right;
  width: 50%;
}
@media (max-width: 768px) {
  .resp .top-bar-navigation {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.top-bar-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar-navigation ul li {
  color: #acaeaf;
  display: inline-block;
  margin-right: 1.33929em;
  position: relative;
  vertical-align: middle;
}
.top-bar-navigation ul li a {
  font-size: 0.85714em;
  line-height: 2.08333em;
  white-space: nowrap;
  color: #acaeaf;
  display: block;
  text-decoration: none;
}
.top-bar-navigation ul li a:before {
  color: #acaeaf;
}
.top-bar-navigation ul li a:hover:before {
  color: #fff;
}
.top-bar-navigation ul li:hover > a {
  color: #fff;
}
.top-bar-navigation ul li:last-of-type {
  margin-right: 0;
}
.top-bar-navigation ul ul {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0.5714rem 1.0714rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0.5714rem 1.0714rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.5714rem 1.0714rem;
  background: #fff;
  border-top: 3px solid #58AE4A;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 35px;
  z-index: 400;
}
@media (max-width: 1024px) {
  .resp .top-bar-navigation ul ul {
    display: none !important;
  }
}
.top-bar-navigation ul ul li {
  min-width: 10em;
  padding: 0;
  width: 100%;
}
.top-bar-navigation ul ul li a {
  color: #5a5d60;
  padding: 0.4em 0.8em;
}
.top-bar-navigation ul ul li:hover > a {
  background: #58AE4A;
  color: #fff;
}
.top-bar-navigation ul ul ul {
  left: 100%;
  top: -3px;
}
.top-bar-navigation ul .menu-item-has-children a:after,
.top-bar-navigation ul .page_item_has_children a:after {
  content: "\f107";
  font-family: "FontAwesome";
  line-height: normal;
  position: relative;
  padding: 0 0 0 0.5785em;
  top: 0.2435em;
}
@media (max-width: 1024px) {
  .resp .top-bar-navigation ul .menu-item-has-children a:after, .resp
  .top-bar-navigation ul .page_item_has_children a:after {
    display: none;
  }
}
.top-bar-navigation ul .sub-menu .menu-item-has-children > a:after,
.top-bar-navigation ul .sub-menu .page_item_has_children > a:after,
.top-bar-navigation ul .children .menu-item-has-children > a:after,
.top-bar-navigation ul .children .page_item_has_children > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 1em;
  top: 0.9167em;
}
.top-bar-navigation ul .sub-menu a:after,
.top-bar-navigation ul .children a:after {
  content: none;
}
.top-bar-navigation div > ul > li > a {
  display: block;
  height: 38px;
  line-height: 38px;
}
.top-bar-navigation div > ul > li > a:hover {
  border-bottom: 3px solid #58AE4A;
}
@media (max-width: 1024px) {
  .resp .top-bar-navigation div > ul > li > a:hover {
    border-bottom: none;
  }
}
.top-bar-navigation div > ul > li.menu-item-has-children > a:hover, .top-bar-navigation div > ul > li.page_item_has_children > a:hover {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .resp .top-bar-navigation div > ul > li.menu-item-has-children > a:hover, .resp .top-bar-navigation div > ul > li.page_item_has_children > a:hover {
    border-bottom: none;
  }
}

/* If a class of left is added to a menu item, break drop down menu items to the left */
.top-bar-navigation ul li.left ul {
  left: initial;
  right: 0;
  text-align: right;
}
.top-bar-navigation ul li.left ul ul {
  right: 100%;
}
.top-bar-navigation ul li.left .sub-menu .menu-item-has-children > a:after,
.top-bar-navigation ul li.left .sub-menu .page_item_has_children > a:after,
.top-bar-navigation ul li.left .children .menu-item-has-children > a:after,
.top-bar-navigation ul li.left .children .page_item_has_children > a:after {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 1em;
  padding: 0 0.5785em 0 0;
  right: initial;
  top: 0.9167em;
}
.top-bar-navigation ul li.left .sub-menu a:after,
.top-bar-navigation ul li.left .children a:after {
  content: none;
}

/*--------------------------------------------------------------
5.2.3 - Main Menu
--------------------------------------------------------------*/
.main-navigation {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  max-width: 65%;
}
.main-navigation > div {
  float: left;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul li {
  display: inline-block;
  margin-right: 1.78571em;
  position: relative;
  vertical-align: middle;
}
.main-navigation ul li a {
  font-size: 1em;
  line-height: 1.78571em;
  white-space: nowrap;
  color: #313539;
  display: block;
  text-decoration: none;
}
.main-navigation ul li:hover > a {
  color: #58AE4A;
}
.main-navigation ul li:last-of-type {
  margin-right: 0;
}
.main-navigation ul ul {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  background: #fff;
  border-top: 3px solid #58AE4A;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 109px;
  z-index: 2;
}
.main-navigation ul ul li {
  min-width: 12em;
  padding: 0;
  width: 100%;
}
.main-navigation ul ul li a {
  color: #5a5d60;
  padding: 0.4em 0.8em;
}
.main-navigation ul ul li:hover > a {
  background: #58AE4A;
  color: #fff;
}
.main-navigation ul ul ul {
  left: 100%;
  top: -3px;
}
.main-navigation ul .menu-item-has-children a:after,
.main-navigation ul .page_item_has_children a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 0.8571em;
  position: relative;
  padding: 0 0 0 0.4952em;
  top: 0.2435em;
}
.main-navigation ul .sub-menu .menu-item-has-children > a:after,
.main-navigation ul .sub-menu .page_item_has_children > a:after,
.main-navigation ul .children .menu-item-has-children > a:after,
.main-navigation ul .children .page_item_has_children > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 1em;
  top: 0.5em;
}
.main-navigation ul .sub-menu a:after,
.main-navigation ul .children a:after {
  content: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #58AE4A;
}
.main-navigation div > ul > li > ul {
  font-size: 0.92857em;
  line-height: 1.92308em;
}
.main-navigation div > ul > li > a {
  display: block;
  height: 112px;
  line-height: 112px;
}
.main-navigation div > ul > li > a:hover {
  border-bottom: 3px solid #58AE4A;
}
.main-navigation div > ul > li.menu-item-has-children > a:hover, .main-navigation div > ul > li.page_item_has_children > a:hover {
  border-bottom: none;
}

/* If a class of left is added to a menu item, break drop down menu items to the left */
.main-navigation ul li.left ul {
  left: initial;
  right: 0;
  text-align: right;
}
.main-navigation ul li.left ul ul {
  right: 100%;
}
.main-navigation ul li.left .sub-menu .menu-item-has-children > a:after,
.main-navigation ul li.left .sub-menu .page_item_has_children > a:after,
.main-navigation ul li.left .children .menu-item-has-children > a:after,
.main-navigation ul li.left .children .page_item_has_children > a:after {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 1em;
  padding: 0 0.4952em 0 0;
  right: initial;
  top: 0.5em;
}
.main-navigation ul li.left .sub-menu a:after,
.main-navigation ul li.left .children a:after {
  content: none;
}

/* If responsive menu is de-activated, center align the menu below $medium and maintain the menu width at $large */
@media (max-width: 1024px) {
  .resp header:not(.responsive-menu) .main-navigation {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .resp header:not(.responsive-menu) .main-navigation {
    float: none;
    max-width: 100%;
  }
  .resp header:not(.responsive-menu) .main-navigation ul {
    text-align: center;
  }
  .resp header:not(.responsive-menu) .main-navigation > div {
    float: none;
  }
  .resp header:not(.responsive-menu) .main-navigation .menu-search {
    display: none;
  }
}

/* Scale the menu height if header scale is enabled */
@media (min-width: 1024px) {
  .scale.fixed .main-navigation ul ul {
    top: 72px;
  }
  .scale.fixed .main-navigation ul ul ul {
    top: -3px;
  }
  .scale.fixed .main-navigation div > ul > li > a {
    height: 75px;
    line-height: 75px;
  }
}
.main-navigation .menu-search {
  height: 112px;
  position: relative;
}
.main-navigation .menu-search .search-icon {
  float: left;
  padding-left: 2.78571em;
  cursor: pointer;
  position: relative;
}
.main-navigation .menu-search .search-icon:before {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #313539;
  content: '\f002';
  font-family: "FontAwesome";
  height: 112px;
  line-height: 112px;
  position: absolute;
  right: 0;
  top: 50%;
}
.main-navigation .menu-search .search-icon:hover:before {
  color: #58AE4A;
  cursor: pointer;
}
.main-navigation .menu-search .searchform {
  background: #fff;
  display: none;
  margin-top: -3px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 17.8571rem;
}
.main-navigation .menu-search .searchform input[name=s] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  background-color: transparent;
  border: none;
  border-top: 3px solid #58AE4A;
  color: #313539;
  width: 100%;
}

/* Scale the search icon height if header scale is enabled */
@media (min-width: 1024px) {
  .scale.fixed .main-navigation .menu-search {
    height: 75px;
  }
  .scale.fixed .main-navigation .menu-search .search-icon:before {
    height: 75px;
    line-height: 75px;
  }
}
/* Handle social icons if they are inserted into the main menu */
.main-navigation .menu a:before {
  color: #313539;
}
.main-navigation .menu a:hover:before {
  color: #58AE4A;
}

/*--------------------------------------------------------------
5.2.4 - Responsive Menu
--------------------------------------------------------------*/
.responsive-menu .menu-toggle {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  color: #313539;
  -webkit-appearance: none;
  display: none;
  margin-top: 46px;
  padding: 0;
  position: absolute;
  right: 1.78571em;
  top: 0;
}
.responsive-menu .menu-toggle:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 1.4286rem;
  line-height: normal;
}
.responsive-menu .menu-toggle:hover {
  background: none;
}
.responsive-menu .main-navigation.toggled .menu-toggle:after {
  content: "\f00d";
}
.responsive-menu .main-navigation.toggled {
  height: auto;
  margin-bottom: 1.78571em;
  max-width: 100%;
  width: 100%;
  /* If a class of "left" has been added, reverse the alignment back to normal for the responsive menu */
}
.responsive-menu .main-navigation.toggled > div {
  float: none;
}
.responsive-menu .main-navigation.toggled ul {
  display: block;
  margin: 0;
}
.responsive-menu .main-navigation.toggled ul li {
  display: block;
  margin: 0;
  width: 100%;
}
.responsive-menu .main-navigation.toggled ul li a {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  background: #eaeaea;
  color: #5a5d60;
  height: auto !important;
  line-height: normal !important;
  margin: 0 0 2px;
  padding: 14px 18px 15px;
  text-align: left;
}
.responsive-menu .main-navigation.toggled ul li a:hover, .responsive-menu .main-navigation.toggled ul li a:hover:before {
  background: #58AE4A;
  border-bottom: none;
  color: #fff;
}
.responsive-menu .main-navigation.toggled ul > ul > li > a:last-of-type {
  margin-bottom: 0;
}
.responsive-menu .main-navigation.toggled ul .menu-item-has-children a:after,
.responsive-menu .main-navigation.toggled ul .page_item_has_children a:after {
  content: none;
}
.responsive-menu .main-navigation.toggled ul .menu-item-has-children > a:hover,
.responsive-menu .main-navigation.toggled ul .page_item_has_children > a:hover {
  border-bottom: none;
}
.responsive-menu .main-navigation.toggled ul .sub-menu .menu-item-has-children > a:after,
.responsive-menu .main-navigation.toggled ul .sub-menu .page_item_has_children > a:after,
.responsive-menu .main-navigation.toggled ul .children .menu-item-has-children > a:after,
.responsive-menu .main-navigation.toggled ul .children .page_item_has_children > a:after {
  content: none;
}
.responsive-menu .main-navigation.toggled ul ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  transition: 0;
  background: none;
  border-top: none;
  display: block !important;
  opacity: 1 !important;
  position: static;
  z-index: 2;
}
.responsive-menu .main-navigation.toggled ul ul li:hover > a {
  background: #eaeaea;
  color: #5a5d60;
}
.responsive-menu .main-navigation.toggled ul ul li a {
  font-size: 1rem;
  line-height: normal;
  margin: 0 0 2px;
  padding-left: 36px;
}
.responsive-menu .main-navigation.toggled ul ul li a:hover {
  background: #58AE4A;
  border-bottom: none;
  color: #fff;
}
.responsive-menu .main-navigation.toggled ul ul ul li a {
  padding-left: 54px;
}
.responsive-menu .main-navigation.toggled ul li.left ul {
  text-align: left;
}

@media (min-width: 1024px) {
  .smaller .responsive-menu .main-navigation .menu-toggle {
    margin-top: 27px;
  }
}
/*--------------------------------------------------------------
5.2.5 - Comment, Post and Page Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .post-navigation {
  margin-top: 1.78571em;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 1.71429em;
  margin-bottom: 1.78571em;
  border-color: #eaeaeb;
  overflow: hidden;
}

.site-main .comment-navigation:nth-of-type(2) {
  margin-top: 1.78571em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.71429em;
  margin-bottom: 1.78571em;
  float: left;
  width: 100%;
}

.comment-navigation .nav-links,
.paging-navigation .nav-links,
.post-navigation .nav-links {
  text-align: center;
}
.comment-navigation .nav-links a,
.paging-navigation .nav-links a,
.post-navigation .nav-links a {
  color: #acaeaf;
}
.comment-navigation .nav-links a:hover,
.paging-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
  color: #58AE4A;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .resp .comment-navigation .nav-previous, .resp
  .paging-navigation .nav-previous, .resp
  .post-navigation .nav-previous {
    margin-bottom: 1.78571em;
    float: none;
    width: 100%;
  }
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  .resp .comment-navigation .nav-next, .resp
  .paging-navigation .nav-next, .resp
  .post-navigation .nav-next {
    float: none;
    width: 100%;
  }
}

.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:after {
  font-family: "FontAwesome";
  font-size: 0.8125em;
}
.comment-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  content: "\f104";
  padding-right: 0.5em;
}
.comment-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  content: "\f105";
  padding-left: 0.5em;
}

.pagination {
  margin-top: 4.46429em;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-align: center;
}
.pagination .page-numbers {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #eaeaea;
  color: #5a5d60;
  display: inline-block;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.1285em;
  outline-style: none;
  padding: 0.7142em 1.1428em;
}
@media (max-width: 1024px) {
  .resp .pagination .page-numbers {
    display: none;
  }
}
.pagination .page-numbers:hover {
  background: #58AE4A;
  color: #fff;
}
.pagination .dots {
  background: none;
  padding-right: 0;
  padding-left: 0;
}
.pagination .dots:hover {
  background: none;
  color: #5a5d60;
}
.pagination .current {
  background: #58AE4A;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  display: block;
  float: left;
  margin-right: 0;
}
.pagination .next {
  float: right;
}

.meta-nav {
  font-size: 0.8125em;
}

.nav-previous .meta-nav {
  margin-right: 0.1875em;
}

.nav-next .meta-nav {
  margin-left: 0.1875em;
}

/*--------------------------------------------------------------
5.2.6 - Bottom Bar Menu
--------------------------------------------------------------*/
.bottom-bar-menu {
  display: inline-block;
  text-align: right;
  width: 70%;
}
@media (max-width: 768px) {
  .resp .bottom-bar-menu {
    display: block;
    text-align: center;
    padding-bottom: 0.89286em;
    width: 100%;
  }
}
.bottom-bar-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-bar-menu .menu li {
  color: #acaeaf;
  display: inline-block;
  margin-right: 0.89286em;
  position: relative;
  vertical-align: middle;
}
.bottom-bar-menu .menu li a {
  font-size: 0.85714em;
  line-height: 2.08333em;
  white-space: nowrap;
  color: #acaeaf;
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .resp .bottom-bar-menu .menu li a {
    height: auto;
    line-height: normal;
  }
}
.bottom-bar-menu .menu li a:before {
  color: #acaeaf;
}
.bottom-bar-menu .menu li a:hover:before {
  color: #fff;
}
.bottom-bar-menu .menu li:hover > a {
  color: #fff;
}
.bottom-bar-menu .menu li:last-of-type {
  margin-right: 0;
}

/*--------------------------------------------------------------
5.2.7 - Social Menus
--------------------------------------------------------------*/
.menu a[href*="behance.net"], .menu a[href*="codepen.io"], .menu a[href*="delicious.com"], .menu a[href*="deviantart.com"], .menu a[href*="digg.com"], .menu a[href*="dribbble.com"], .menu a[href*="facebook.com"], .menu a[href*="flickr.com"], .menu a[href*="foursquare.com"], .menu a[href*="github.com"], .menu a[href*="plus.google.com"], .menu a[href*="instagram.com"], .menu a[href*="linkedin.com"], .menu a[href*="pinterest.com"], .menu a[href*="reddit.com"], .menu a[href*="soundcloud.com"], .menu a[href*="stackexchange.com"], .menu a[href*="stackoverflow.com"], .menu a[href*="tumblr.com"], .menu a[href*="twitter.com"], .menu a[href*="vimeo.com"], .menu a[href*="vine.co"], .menu a[href*="vk.com"], .menu a[href*="weibo.com"], .menu a[href*="wordpress.com"], .menu a[href*="xing"], .menu a[href*="youtube.com"] {
  border-bottom: none;
  color: transparent !important;
  font-size: 0 !important;
  text-align: center;
}
.menu a[href*="behance.net"]:before, .menu a[href*="codepen.io"]:before, .menu a[href*="delicious.com"]:before, .menu a[href*="deviantart.com"]:before, .menu a[href*="digg.com"]:before, .menu a[href*="dribbble.com"]:before, .menu a[href*="facebook.com"]:before, .menu a[href*="flickr.com"]:before, .menu a[href*="foursquare.com"]:before, .menu a[href*="github.com"]:before, .menu a[href*="plus.google.com"]:before, .menu a[href*="instagram.com"]:before, .menu a[href*="linkedin.com"]:before, .menu a[href*="pinterest.com"]:before, .menu a[href*="reddit.com"]:before, .menu a[href*="soundcloud.com"]:before, .menu a[href*="stackexchange.com"]:before, .menu a[href*="stackoverflow.com"]:before, .menu a[href*="tumblr.com"]:before, .menu a[href*="twitter.com"]:before, .menu a[href*="vimeo.com"]:before, .menu a[href*="vine.co"]:before, .menu a[href*="vk.com"]:before, .menu a[href*="weibo.com"]:before, .menu a[href*="wordpress.com"]:before, .menu a[href*="xing"]:before, .menu a[href*="youtube.com"]:before {
  font-family: "FontAwesome";
  font-size: initial;
}
.menu a[href*="behance.net"]:before {
  content: "\f1b4";
}
.menu a[href*="codepen.io"]:before {
  content: "\f1cb";
}
.menu a[href*="delicious.com"]:before {
  content: "\f1a5";
}
.menu a[href*="deviantart.com"]:before {
  content: "\f1bd";
}
.menu a[href*="digg.com"]:before {
  content: "\f1a6";
}
.menu a[href*="dribbble.com"]:before {
  content: "\f17d";
}
.menu a[href*="facebook.com"]:before {
  content: "\f09a";
}
.menu a[href*="flickr.com"]:before {
  content: "\f16e";
}
.menu a[href*="foursquare.com"]:before {
  content: "\f180";
}
.menu a[href*="github.com"]:before {
  content: "\f09b";
}
.menu a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.menu a[href*="instagram.com"]:before {
  content: "\f16d";
}
.menu a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.menu a[href*="pinterest.com"]:before {
  content: "\f0d2";
}
.menu a[href*="reddit.com"]:before {
  content: "\f1a1";
}
.menu a[href*="soundcloud.com"]:before {
  content: "\f1be";
}
.menu a[href*="stackexchange.com"]:before {
  content: "\f18d";
}
.menu a[href*="stackoverflow.com"]:before {
  content: "\f16c";
}
.menu a[href*="tumblr.com"]:before {
  content: "\f173";
}
.menu a[href*="twitter.com"]:before {
  content: "\f099";
}
.menu a[href*="vimeo.com"]:before {
  content: "\f194";
}
.menu a[href*="vine.co"]:before {
  content: "\f1ca";
}
.menu a[href*="vk.com"]:before {
  content: "\f189";
}
.menu a[href*="weibo.com"]:before {
  content: "\f18a";
}
.menu a[href*="wordpress.com"]:before {
  content: "\f19a";
}
.menu a[href*="xing"]:before {
  content: "\f168";
}
.menu a[href*="youtube.com"]:before {
  content: "\f167";
}

.widget .menu a[href*="behance.net"]:hover, .widget .menu a[href*="codepen.io"]:hover, .widget .menu a[href*="delicious.com"]:hover, .widget .menu a[href*="deviantart.com"]:hover, .widget .menu a[href*="digg.com"]:hover, .widget .menu a[href*="dribbble.com"]:hover, .widget .menu a[href*="facebook.com"]:hover, .widget .menu a[href*="flickr.com"]:hover, .widget .menu a[href*="foursquare.com"]:hover, .widget .menu a[href*="github.com"]:hover, .widget .menu a[href*="plus.google.com"]:hover, .widget .menu a[href*="instagram.com"]:hover, .widget .menu a[href*="linkedin.com"]:hover, .widget .menu a[href*="pinterest.com"]:hover, .widget .menu a[href*="reddit.com"]:hover, .widget .menu a[href*="soundcloud.com"]:hover, .widget .menu a[href*="stackexchange.com"]:hover, .widget .menu a[href*="stackoverflow.com"]:hover, .widget .menu a[href*="tumblr.com"]:hover, .widget .menu a[href*="twitter.com"]:hover, .widget .menu a[href*="vimeo.com"]:hover, .widget .menu a[href*="vine.co"]:hover, .widget .menu a[href*="vk.com"]:hover, .widget .menu a[href*="weibo.com"]:hover, .widget .menu a[href*="wordpress.com"]:hover, .widget .menu a[href*="xing"]:hover, .widget .menu a[href*="youtube.com"]:hover {
  border-bottom: none;
}
.widget .menu a[href*="behance.net"]:before, .widget .menu a[href*="codepen.io"]:before, .widget .menu a[href*="delicious.com"]:before, .widget .menu a[href*="deviantart.com"]:before, .widget .menu a[href*="digg.com"]:before, .widget .menu a[href*="dribbble.com"]:before, .widget .menu a[href*="facebook.com"]:before, .widget .menu a[href*="flickr.com"]:before, .widget .menu a[href*="foursquare.com"]:before, .widget .menu a[href*="github.com"]:before, .widget .menu a[href*="plus.google.com"]:before, .widget .menu a[href*="instagram.com"]:before, .widget .menu a[href*="linkedin.com"]:before, .widget .menu a[href*="pinterest.com"]:before, .widget .menu a[href*="reddit.com"]:before, .widget .menu a[href*="soundcloud.com"]:before, .widget .menu a[href*="stackexchange.com"]:before, .widget .menu a[href*="stackoverflow.com"]:before, .widget .menu a[href*="tumblr.com"]:before, .widget .menu a[href*="twitter.com"]:before, .widget .menu a[href*="vimeo.com"]:before, .widget .menu a[href*="vine.co"]:before, .widget .menu a[href*="vk.com"]:before, .widget .menu a[href*="weibo.com"]:before, .widget .menu a[href*="wordpress.com"]:before, .widget .menu a[href*="xing"]:before, .widget .menu a[href*="youtube.com"]:before {
  color: #5a5d60;
}
.widget .menu a[href*="behance.net"]:hover:before, .widget .menu a[href*="codepen.io"]:hover:before, .widget .menu a[href*="delicious.com"]:hover:before, .widget .menu a[href*="deviantart.com"]:hover:before, .widget .menu a[href*="digg.com"]:hover:before, .widget .menu a[href*="dribbble.com"]:hover:before, .widget .menu a[href*="facebook.com"]:hover:before, .widget .menu a[href*="flickr.com"]:hover:before, .widget .menu a[href*="foursquare.com"]:hover:before, .widget .menu a[href*="github.com"]:hover:before, .widget .menu a[href*="plus.google.com"]:hover:before, .widget .menu a[href*="instagram.com"]:hover:before, .widget .menu a[href*="linkedin.com"]:hover:before, .widget .menu a[href*="pinterest.com"]:hover:before, .widget .menu a[href*="reddit.com"]:hover:before, .widget .menu a[href*="soundcloud.com"]:hover:before, .widget .menu a[href*="stackexchange.com"]:hover:before, .widget .menu a[href*="stackoverflow.com"]:hover:before, .widget .menu a[href*="tumblr.com"]:hover:before, .widget .menu a[href*="twitter.com"]:hover:before, .widget .menu a[href*="vimeo.com"]:hover:before, .widget .menu a[href*="vine.co"]:hover:before, .widget .menu a[href*="vk.com"]:hover:before, .widget .menu a[href*="weibo.com"]:hover:before, .widget .menu a[href*="wordpress.com"]:hover:before, .widget .menu a[href*="xing"]:hover:before, .widget .menu a[href*="youtube.com"]:hover:before {
  color: #58AE4A;
}

/*--------------------------------------------------------------
6.0 - 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;
}
.screen-reader-text:hover, .screen-reader-text:active, .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: 12.25px;
  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. */
}

/*--------------------------------------------------------------
7.0 - Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone {
  clear: both;
  display: block;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 0 1.78571em 1.78571em 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 0 0 1.78571em 1.78571em;
}

blockquote.aligncenter,
figure.wp-caption.aligncenter,
img.aligncenter {
  margin-bottom: 1.78571em;
}

blockquote.alignnone,
figure.wp-caption.alignnone,
img.alignnone {
  margin-bottom: 1.78571em;
}

/*--------------------------------------------------------------
8.0 - 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 - Meta Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 - Theme Main Meta Slider
--------------------------------------------------------------*/
#main-slider {
  background: #f6f6f7;
}
#main-slider .container {
  padding: 0;
}
#main-slider #metaslider-demo,
#main-slider .metaslider {
  margin: 0 auto;
  text-align: center;
}
#main-slider .flexslider {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  #main-slider.overlap {
    margin-top: -112px;
  }
}
/*--------------------------------------------------------------
9.2 - Meta Slider General
--------------------------------------------------------------*/
.metaslider a,
.metaslider a:hover,
.metaslider ul a,
.metaslider ul a:hover,
.entry-content .metaslider a,
.entry-content .metaslider a:hover,
.entry-content .metaslider ul a,
.entry-content .metaslider ul a:hover {
  border-bottom: none;
}

.metaslider.metaslider-flex {
  overflow: hidden;
}

/*--------------------------------------------------------------
9.3 - Flexslider Resets
--------------------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexslider a img {
  border: none;
  outline: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider ul {
  border: 0;
  max-height: none;
  max-width: none;
  line-height: normal;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
9.4 - General Flexslider Styles
--------------------------------------------------------------*/
.flexslider:hover .flex-ultra-direction-nav li a {
  opacity: 1;
}

.flexslider .slides > li {
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  display: none;
  line-height: 0;
}

.flexslider .slides > img {
  display: block;
  width: 100%;
}

.slides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.flexslider,
.flexslider .slides {
  position: relative;
  zoom: 1;
}

/*--------------------------------------------------------------
9.5 - Flexslider Captions
--------------------------------------------------------------*/
.flexslider .caption-wrap {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
  font-size: 1rem !important;
  line-height: normal !important;
  text-align: center !important;
}
.flexslider .caption-wrap .caption {
  line-height: normal !important;
  padding: 8px 14px 9px !important;
}

.flexslider .slides > li .content img {
  height: auto !important;
  max-width: 100%;
}

#metaslider-demo .content,
.ultra-slide-with-image .content {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#metaslider-demo .content img,
.ultra-slide-with-image .content img {
  height: auto;
  max-width: 100%;
}

#metaslider-demo .ms-default-image,
.ultra-slide-with-image .ms-default-image {
  height: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
9.6 - Ultra(Flex) Slider Theme Styles
--------------------------------------------------------------*/
.flex-ultra-direction-nav a {
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  cursor: pointer;
  height: 48px;
  opacity: 0;
  margin: -24px 0 0 !important;
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 48px;
  z-index: 200;
}
.flex-ultra-direction-nav a:hover {
  background: black;
}
.flex-ultra-direction-nav a:before {
  color: rgba(255, 255, 255, 0.9);
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  text-indent: 0;
  top: 50%;
}
.flex-ultra-direction-nav a.flex-ultra-prev {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  left: 0;
}
.flex-ultra-direction-nav a.flex-ultra-prev:before {
  content: "\f104";
  margin: -11px 23px 0 0;
  right: 0;
}
.flex-ultra-direction-nav a.flex-ultra-next {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  right: 0;
}
.flex-ultra-direction-nav a.flex-ultra-next:before {
  content: "\f105";
  left: 0;
  margin: -11px 0 0 23px;
}

.flex-ultra-control-paging {
  bottom: 12px;
  height: 10px;
  margin: 0  !important;
  padding-right: 12px !important;
  position: absolute;
  right: 0;
  z-index: 2;
}
.flex-ultra-control-paging li {
  display: inline-block;
  margin: 0 3px !important;
  text-indent: -9999px;
  zoom: 1;
}
.flex-ultra-control-paging li a {
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
}
.flex-ultra-control-paging li a:hover {
  background: white;
  border-color: white;
}
.flex-ultra-control-paging li a.flex-ultra-active {
  background: white;
  border-color: white;
  cursor: default;
}

/*--------------------------------------------------------------
10.0 - Page Builder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 - SiteOrigin Page Builder Lite
--------------------------------------------------------------*/
p.siteorigin-panels-lite-message {
  white-space: normal !important;
}

/*--------------------------------------------------------------
10.2 - SiteOrigin Features Widget
--------------------------------------------------------------*/
.panel-grid-cell .sow-features-list .sow-features-feature p.sow-more-text a {
  border: none;
  font-weight: 700;
}
.panel-grid-cell .sow-features-list .sow-features-feature p.sow-more-text a:hover {
  border: none;
  color: #58AE4A;
  text-decoration: none;
}

/*--------------------------------------------------------------
10.3 - SiteOrigin Post Carousel Widget
--------------------------------------------------------------*/
.panel-grid-cell .sow-carousel-wrapper a,
.panel-grid-cell .sow-carousel-wrapper a:hover {
  border: none;
}
.panel-grid-cell .sow-carousel-wrapper .sow-carousel-title .widget-title {
  font-size: 1.1429em;
  text-transform: uppercase;
}
.panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
  font-size: 1em;
  font-weight: 700;
}
.panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a:hover {
  color: #58AE4A;
}
.panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay {
  background: #58AE4A;
}

/*--------------------------------------------------------------
10.4 - SiteOrigin Slider Widget
--------------------------------------------------------------*/
.entry-content .widget_sow-slider li a,
.entry-content .widget_sow-slider li a img {
  border-bottom: none;
}

/*--------------------------------------------------------------
11.0 - Scroll to Top
--------------------------------------------------------------*/
#scroll-to-top {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.2);
  bottom: 1.78571em;
  opacity: 0;
  outline-style: none;
  position: fixed;
  padding: 13px 18px 13px;
  right: 1.78571em;
  text-decoration: none;
}
@media (max-width: 1024px) {
  #scroll-to-top {
    display: none;
  }
}

#scroll-to-top .up-arrow {
  display: block;
  color: white;
  line-height: normal;
}
#scroll-to-top .up-arrow:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 1.424em;
}

#scroll-to-top.displayed {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1 !important;
}

/*--------------------------------------------------------------
12.0 - Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.1 - General Styles
--------------------------------------------------------------*/
#secondary .widget {
  margin-bottom: 2.67857em;
  width: 100%;
}
#secondary .widget:last-of-type {
  margin-bottom: 0;
}
#secondary .widget a:hover {
  color: #5a5d60;
}

#colophon .widget {
  padding: 2.67857em 0;
}
@media (max-width: 768px) {
  .resp #colophon .widget {
    padding: 0.89286em 0 0.89286em;
  }
  .resp #colophon .widget:first-of-type {
    padding-top: 2.67857em;
  }
  .resp #colophon .widget:last-of-type {
    padding-bottom: 3.57143em;
  }
}

#secondary .widget h3.widget-title,
#colophon .widget h3.widget-title {
  font-size: 1.14286em;
  line-height: 1.5625em;
  margin-bottom: 0.89286em;
  text-transform: uppercase;
}
#secondary .widget h3.widget-title ~ *,
#colophon .widget h3.widget-title ~ * {
  font-size: 0.92857em;
  line-height: 1.92308em;
}
#secondary .widget h3.widget-title a,
#colophon .widget h3.widget-title a {
  border-bottom: none;
  color: #313539;
}
#secondary .widget h3.widget-title a:hover,
#colophon .widget h3.widget-title a:hover {
  border-bottom: none;
  color: #58AE4A;
}
#secondary .widget h3.widget-title:first-of-type,
#colophon .widget h3.widget-title:first-of-type {
  margin-top: 0;
}

#colophon .widget h3.widget-title a {
  color: #fff;
}
#colophon .widget h3.widget-title a:hover {
  color: #fff;
}

#secondary .widget ul,
#colophon .widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#secondary .widget ul li > ul,
#colophon .widget ul li > ul {
  margin-left: 1em;
}

#colophon .widget ul {
  margin: 0;
}

#secondary .widget input[type="text"],
#secondary .widget input[type="email"],
#secondary .widget input[type="url"],
#secondary .widget input[type="tel"],
#secondary .widget input[type="number"],
#secondary .widget input[type="date"],
#secondary .widget input[type="password"],
#secondary .widget input[type="search"],
#colophon .widget input[type="text"],
#colophon .widget input[type="email"],
#colophon .widget input[type="url"],
#colophon .widget input[type="tel"],
#colophon .widget input[type="number"],
#colophon .widget input[type="date"],
#colophon .widget input[type="password"],
#colophon .widget input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#secondary .widget select,
#colophon .widget select {
  max-width: 100%;
}

#secondary .widget textarea,
#colophon .widget textarea {
  width: 100%;
}

/*--------------------------------------------------------------
12.2 - Calendar
--------------------------------------------------------------*/
#wp-calendar {
  border: none;
  margin: 0;
}
#wp-calendar caption {
  font-weight: 600;
  text-align: right;
  padding-bottom: 0.4286em;
}
#wp-calendar th, #wp-calendar td {
  border: none;
  padding: 0.2143em 0.2143em 0.1429em !important;
}
#wp-calendar thead th {
  text-align: center;
  padding-bottom: 0.4286em !important;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tbody td {
  background: #eaeaea;
  border: 0.1429em solid #fff;
  text-align: center;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody td a {
  border-bottom: none !important;
  display: block;
}
#wp-calendar tbody td a:hover {
  border-bottom: none !important;
}
#wp-calendar tfoot #prev, #wp-calendar tfoot #next {
  padding-top: 0.4286em !important;
}
#wp-calendar tfoot #next {
  text-align: right;
}

/* Footer Calendar styling: colors assume the original theme footer background color. */
.site-footer #wp-calendar tbody td {
  background: #313539;
  border-color: #272a2d;
}
.site-footer #wp-calendar tbody td a {
  color: #fff;
}
.site-footer #wp-calendar tbody td a:hover {
  color: #acaeaf;
}

/*--------------------------------------------------------------
12.3 - RSS
--------------------------------------------------------------*/
#secondary .widget_rss h3.widget-title:before,
#colophon .widget_rss h3.widget-title:before {
  content: "\f09e";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 0.8125em;
  margin-right: 0.1875em;
}
#secondary .widget_rss h3.widget-title .rsswidget,
#colophon .widget_rss h3.widget-title .rsswidget {
  display: inline-block;
}
#secondary .widget_rss img,
#colophon .widget_rss img {
  display: none;
}
#secondary .widget_rss li,
#colophon .widget_rss li {
  margin-bottom: 0.89286em;
}
#secondary .widget_rss li:last-of-type,
#colophon .widget_rss li:last-of-type {
  margin-bottom: 0;
}
#secondary .widget_rss .rss-date,
#colophon .widget_rss .rss-date {
  color: #acaeaf;
  display: inline-block;
  font-size: 0.9231em;
}
#secondary .widget_rss cite,
#colophon .widget_rss cite {
  display: inline-block;
}

#colophon .widget_rss .rss-date {
  color: #989a9c;
}

/*--------------------------------------------------------------
12.4 - Recent Comments
--------------------------------------------------------------*/
#secondary .widget_recent_comments li,
#colophon .widget_recent_comments li {
  margin-bottom: 0.6429em;
}
#secondary .widget_recent_comments li:last-of-type,
#colophon .widget_recent_comments li:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
12.5 - Recent Posts
--------------------------------------------------------------*/
#secondary .widget_recent_entries span,
#colophon .widget_recent_entries span {
  line-height: 0.89286em;
  color: #acaeaf;
  display: block;
  font-size: 0.9231em;
  margin-bottom: 0.89286em;
}

#colophon .widget_recent_entries span {
  color: #989a9c;
}

/*--------------------------------------------------------------
12.6 - Search
--------------------------------------------------------------*/
#secondary .widget_search .search-form,
#colophon .widget_search .search-form {
  position: relative;
}
#secondary .widget_search .search-form label,
#colophon .widget_search .search-form label {
  display: block !important;
}
#secondary .widget_search .search-form label:before,
#colophon .widget_search .search-form label:before {
  color: #acaeaf;
  content: '\f002';
  font-family: "FontAwesome";
  position: absolute;
  top: 0.3077em;
  right: 1.2143em;
}
#secondary .widget_search .search-form input[type="search"],
#colophon .widget_search .search-form input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-weight: normal;
  max-width: 100%;
  padding-right: 2.1538em;
  width: 100%;
}
#secondary .widget_search .search-form .search-submit,
#colophon .widget_search .search-form .search-submit {
  display: none;
}

/*--------------------------------------------------------------
12.7 - Menu
--------------------------------------------------------------*/
.widget .menu li {
  list-style: none;
}

/*--------------------------------------------------------------
13.0 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.1 - Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1.1 - Page Wrapper
--------------------------------------------------------------*/
#page {
  background: #fff;
}

/*--------------------------------------------------------------
13.1.2 - Boxed Layout Page Wrapper
--------------------------------------------------------------*/
.boxed #page {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 85.7143rem;
}

body:not(.resp).boxed #page {
  width: 85.7143rem;
}

/*--------------------------------------------------------------
13.1.3 - Full Width Inner Container
--------------------------------------------------------------*/
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 1.78571em;
  position: relative;
  margin: 0 auto;
  max-width: 85.7143rem;
}

.boxed .container {
  padding: 0 2.67857em;
}
@media (max-width: 1200px) {
  .resp.boxed .container {
    padding: 0 1.78571em;
  }
}

body:not(.resp) .container {
  width: 85.7143rem;
}

/*--------------------------------------------------------------
13.1.4 - Content Wrapper
--------------------------------------------------------------*/
.site-content {
  background: #fff;
  padding: 3.57143em 0 3.57143em;
}

/*--------------------------------------------------------------
13.1.5 - Regular Containers
--------------------------------------------------------------*/
#primary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.sidebar #primary {
  border-color: #eaeaeb;
  border-style: solid;
  border-width: 0 1px 0 0;
  float: left;
  padding-right: 3.5%;
  width: 75%;
}
@media (max-width: 768px) {
  .resp.sidebar #primary {
    border: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}

#secondary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 3.5%;
  width: 25%;
}
@media (max-width: 768px) {
  .resp #secondary {
    margin-top: 3.57143em;
    border-top-width: 0.07143em;
    border-top-style: solid;
    padding-top: 3.5em;
    border-color: #eaeaeb;
    padding-left: 0;
    width: 100%;
  }
}

/*--------------------------------------------------------------
13.1.6 - Full Width Page Templates
--------------------------------------------------------------*/
.page-template-home-panels #primary,
.home.siteorigin-panels-home #primary,
.page-template-full-width #primary,
.page-template-full-width-no-title #primary {
  border: none;
  float: none;
  padding: 0;
  width: 100%;
}

/*--------------------------------------------------------------
13.1.7 - Templates With Full Width Page Titles
--------------------------------------------------------------*/
.single .site-content,
.page .site-content,
.blog .site-content,
.archive .site-content,
.search-results .site-content,
.error404 .site-content,
.search-no-results .site-content {
  padding-top: 0;
}

/*--------------------------------------------------------------
13.1.8 - Templates Without Full Width Page Titles
--------------------------------------------------------------*/
.home.siteorigin-panels-home .site-content,
.page-template-home-panels .site-content,
.page-template-full-width-no-title .site-content > .container,
.page-template-default-no-title .site-content > .container,
.blog .site-content .container.no-blog-title {
  padding-top: 3.57143em;
}

/*--------------------------------------------------------------
14.2 - Top Bar
--------------------------------------------------------------*/
#top-bar {
  content: "";
  display: table;
  background: #313539;
  position: relative;
  width: 100%;
}
#top-bar .top-bar-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
@media (max-width: 768px) {
  .resp #top-bar .top-bar-text {
    float: none;
    text-align: center;
    width: 100%;
  }
}
#top-bar .top-bar-text span {
  font-size: 0.85714em;
  line-height: 2.08333em;
  white-space: nowrap;
  color: #acaeaf;
  display: inline-block;
  line-height: 38px;
  margin-right: 1.78571em;
}
#top-bar .top-bar-text span a {
  color: #acaeaf;
  display: inline-block;
  text-decoration: none;
}
#top-bar .top-bar-text span a:hover {
  color: #fff;
}
#top-bar .top-bar-text span:before,
#top-bar .top-bar-text span a:before {
  display: block;
  float: left;
  font-family: "FontAwesome";
  margin-right: 0.5em;
}
#top-bar .top-bar-text span.phone a:before {
  content: "\f095";
}
#top-bar .top-bar-text span.email a:before {
  content: "\f0e0";
}

.top-bar-arrow {
  background: #313539;
  color: #acaeaf;
  cursor: pointer;
  display: block;
  height: 2rem;
  overflow: auto;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
.top-bar-arrow:not(.show):before {
  content: "\f106";
  display: block;
  font-family: "FontAwesome";
  font-size: 17px;
  height: auto;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 12px;
}
.top-bar-arrow.show:before {
  content: "\f107";
  display: block;
  font-family: "FontAwesome";
  font-size: 17px;
  height: auto;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 12px;
}

/*--------------------------------------------------------------
14.3 - Header
--------------------------------------------------------------*/
.site-header {
  content: "";
  display: table;
  background: #fff;
  height: 112px;
  position: relative;
  width: 100%;
  z-index: 300;
}
.site-header:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.site-header:after {
  bottom: -6px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 6px 6px -6px inset;
  content: "";
  height: 6px;
  position: absolute;
  width: 100%;
}
.site-header .site-branding-container {
  display: box;
  /* Old syntax */
  box-align: center;
  /* Old syntax */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  height: 112px;
  max-width: 35%;
  overflow: hidden;
  padding-right: 1.78571em;
}
.site-header .site-branding {
  display: box;
  /* Old syntax */
  box-flex: 1;
  /* Old syntax */
  margin: auto;
  zoom: 1;
}
.site-header .site-branding h1.site-title {
  font-size: 2.57143em;
  line-height: 1.38889em;
  display: block;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: normal;
  margin: 0;
  zoom: 1;
}
@media (max-width: 1224px) {
  .resp .site-header .site-branding h1.site-title {
    font-size: 2.28571em;
    line-height: 1.5625em;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .resp .site-header .site-branding h1.site-title {
    font-size: 2em;
    line-height: 1.78571em;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .resp .site-header .site-branding h1.site-title {
    font-size: 1.78571em;
    line-height: 2em;
    line-height: normal;
  }
}
.site-header .site-branding h1.site-title a {
  color: #333;
  text-decoration: none;
}
.site-header .site-branding h1.site-title a:hover {
  border-bottom: none;
}
.site-header .site-branding h2.site-description {
  font-size: 1em;
  line-height: 1.78571em;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}
@media (max-width: 768px) {
  .resp .site-header .site-branding h2.site-description {
    font-size: 0.92857em;
    line-height: 1.92308em;
    line-height: normal;
  }
}
.site-header .site-branding img {
  display: block;
  max-height: 92px;
  -webkit-transform: translate3d(0, 0, 0);
  /* Force hardware acceleration */
  width: auto;
}
.site-header.site-header-sentinel {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  position: fixed;
  top: -9999px;
  width: 100%;
  z-index: 5000;
}
.boxed .site-header.site-header-sentinel {
  max-width: 85.7143rem;
}
.full-footer .site-header.site-header-sentinel {
  left: 50%;
  margin-left: -42.85715rem;
}

/* If the tagline is present, apply a smaller max-height to the logo image */
.tagline .site-header .site-branding img {
  max-height: 72px;
}

/* If responsive menu is de-activated, center align the title below $medium and maintain the header width at $large */
@media (max-width: 1024px) {
  .resp header:not(.responsive-menu) .site-branding-container {
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  .resp header:not(.responsive-menu) .site-branding-container {
    float: none;
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  /* If the header is set to overlap the slider apply an opacity of 0.9 */
  .overlap .site-header:not(.fixed) {
    background: rgba(255, 255, 255, 0.9);
  }

  .site-header.site-header-sentinel.fixed {
    background: white;
    opacity: 1;
    top: 0;
  }

  .admin-bar .site-header.site-header-sentinel.fixed {
    top: 32px;
  }

  .site-header.scale.fixed,
  .site-header.scale.fixed .site-branding-container {
    height: 75px;
  }

  .site-header.scale.fixed .site-branding-container .site-branding img {
    max-width: 75%;
  }

  /* If the tagline is present, apply a smaller max-height to the sticky logo image */
  .tagline .site-header.scale.fixed .site-branding-container .site-branding img {
    max-width: 55%;
  }

  .site-header.scale.fixed .site-branding h1.site-title {
    font-size: 2em;
    line-height: 1.78571em;
    line-height: normal;
  }

  .site-header.scale.fixed .site-branding h2.site-description {
    font-size: 0.92857em;
    line-height: 1.92308em;
    line-height: normal;
  }
}
/*--------------------------------------------------------------
14.4 - Footer
--------------------------------------------------------------*/
.site-footer .footer-main {
  background: #272a2d;
}
.site-footer .footer-main h3 {
  color: #fff;
}
.site-footer .footer-main .widget h3.widget-title ~ * {
  color: #acaeaf;
}
.site-footer .footer-main a {
  color: #acaeaf;
}
.site-footer .footer-main a:hover {
  color: #fff;
}
.site-footer .footer-main input[type="text"],
.site-footer .footer-main input[type="email"],
.site-footer .footer-main input[type="url"],
.site-footer .footer-main input[type="tel"],
.site-footer .footer-main input[type="number"],
.site-footer .footer-main input[type="date"],
.site-footer .footer-main input[type="password"],
.site-footer .footer-main input[type="search"],
.site-footer .footer-main select[multiple],
.site-footer .footer-main textarea {
  background: #5a5d60;
  border-color: #45494c;
}
.site-footer .footer-main input[type="text"]:focus,
.site-footer .footer-main input[type="email"]:focus,
.site-footer .footer-main input[type="url"]:focus,
.site-footer .footer-main input[type="password"]:focus,
.site-footer .footer-main input[type="search"]:focus,
.site-footer .footer-main textarea:focus {
  background: #6e7174;
  border: 1px solid #5a5d60;
  color: #d5d6d7;
}
.site-footer .footer-main button,
.site-footer .footer-main input[type="button"],
.site-footer .footer-main input[type="reset"],
.site-footer .footer-main input[type="submit"] {
  background: #45494c;
  color: #acaeaf;
}
.site-footer .footer-main button:hover,
.site-footer .footer-main input[type="button"]:hover,
.site-footer .footer-main input[type="reset"]:hover,
.site-footer .footer-main input[type="submit"]:hover {
  background: #5a5d60;
}
.site-footer .footer-main .widget:last-of-type {
  float: right;
  margin-right: 0;
}
.site-footer .footer-main .widget-count-1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.site-footer .footer-main .widget-count-2 {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .footer-main .widget-count-3 {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .footer-main .widget-count-4 {
  width: 22.85714%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .footer-main .widget-count-5 {
  width: 17.71429%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .footer-main .widget-count-6 {
  width: 14.28571%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .footer-main .widget-count-7 {
  width: 11.83686%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .footer-main .widget-count-8 {
  width: 10%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .footer-main .widget-count-9 {
  width: 8.57114%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .footer-main .widget-count-10 {
  width: 7.42857%;
  float: left;
  margin-right: 2.85714%;
}
@media (max-width: 768px) {
  .resp .site-footer .footer-main .widget-count-1, .resp .site-footer .footer-main .widget-count-2, .resp .site-footer .footer-main .widget-count-3, .resp .site-footer .footer-main .widget-count-4, .resp .site-footer .footer-main .widget-count-5, .resp .site-footer .footer-main .widget-count-6, .resp .site-footer .footer-main .widget-count-7, .resp .site-footer .footer-main .widget-count-8, .resp .site-footer .footer-main .widget-count-9, .resp .site-footer .footer-main .widget-count-10 {
    width: 100%;
  }
}

/*--------------------------------------------------------------
14.5 - Bottom Bar
--------------------------------------------------------------*/
.site-footer .bottom-bar {
  background: #313539;
  color: #acaeaf;
}
@media (max-width: 768px) {
  .resp .site-footer .bottom-bar {
    padding-bottom: 0;
  }
}
.site-footer .bottom-bar a {
  color: #acaeaf;
  text-decoration: none;
}
.site-footer .bottom-bar a:hover {
  color: #fff;
}
.site-footer .bottom-bar .site-info {
  font-size: 0.85714em;
  line-height: 2.08333em;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: left;
  vertical-align: middle;
  width: 30%;
}
@media (max-width: 768px) {
  .resp .site-footer .bottom-bar .site-info {
    display: block;
    height: auto;
    line-height: normal;
    padding: 1.33929em 0;
    text-align: center;
    width: 100%;
  }
}
.site-footer .bottom-bar .site-info a[rel~="designer"] {
  font-weight: 700;
}
.site-footer .bottom-bar .container div:only-of-type {
  text-align: center;
  width: 100%;
}

/*--------------------------------------------------------------
14.6 - Posts and Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.6.1 - General Styles
--------------------------------------------------------------*/
article {
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 2.60714em;
  margin-bottom: 2.67857em;
  border-color: #eaeaeb;
}
article:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
13.6.2 - Post and Page Featured Image
--------------------------------------------------------------*/
.entry-thumbnail {
  border: none;
  display: block;
  height: auto;
  margin-bottom: 1.78571em;
}
.entry-thumbnail a {
  display: block;
}
.entry-thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sticky {
  /* Style the sticky class */
}

/*--------------------------------------------------------------
13.6.3 - General Post and Page Header
--------------------------------------------------------------*/
.entry-header h1.entry-title,
.entry-header h1.page-title,
.page-header h1.entry-title,
.page-header h1.page-title {
  font-size: 1.78571em;
  line-height: 2em;
  margin: 0;
}
@media (max-width: 480px) {
  .resp .entry-header h1.entry-title, .resp
  .entry-header h1.page-title, .resp
  .page-header h1.entry-title, .resp
  .page-header h1.page-title {
    font-size: 1.57143em;
    line-height: 2.27273em;
    line-height: normal;
  }
}
.entry-header h1.entry-title a,
.entry-header h1.page-title a,
.page-header h1.entry-title a,
.page-header h1.page-title a {
  border: none;
  color: #313539;
}
.entry-header h1.entry-title a:hover,
.entry-header h1.page-title a:hover,
.page-header h1.entry-title a:hover,
.page-header h1.page-title a:hover {
  border: none;
  color: #58AE4A;
}
.entry-header .breadcrumbs,
.page-header .breadcrumbs {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #acaeaf;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 30%;
}
@media (max-width: 768px) {
  .resp .entry-header .breadcrumbs, .resp
  .page-header .breadcrumbs {
    text-align: center;
    width: 100%;
  }
}
.entry-header .breadcrumbs > *,
.page-header .breadcrumbs > * {
  font-size: 0.92857em;
  line-height: 1.92308em;
  line-height: normal;
}
.entry-header .breadcrumbs.breadcrumb-trail,
.page-header .breadcrumbs.breadcrumb-trail {
  margin-left: -4px;
}
.entry-header .breadcrumbs a,
.page-header .breadcrumbs a {
  color: #acaeaf;
}
.entry-header .breadcrumbs a:hover,
.page-header .breadcrumbs a:hover {
  color: #58AE4A;
}

.single .entry-header,
.page .site-content > .entry-header,
.blog .page-header,
.archive .page-header,
.search-results .page-header,
.search-no-results .page-header,
.error404 .page-header {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #f6f6f7;
  padding: 1.33929em 0;
}

.page .site-content > .entry-header,
.blog .page-header,
.archive .page-header,
.search-results .page-header,
.search-no-results .page-header,
.error404 .page-header {
  margin-bottom: 2.67857em;
}

.single .entry-header {
  margin-bottom: 0.89286em;
}

.single .entry-header h1.entry-title,
.page .site-content > .entry-header h1.entry-title,
.blog .page-header h1.page-title,
.search-results .page-header h1.page-title,
.search-no-results .page-header h1.page-title,
.error404 .page-header h1.page-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

@media (max-width: 768px) {
  .resp.single .entry-header h1.entry-title, .resp.page .site-content > .entry-header h1.entry-title, .resp.blog .page-header h1.page-title, .resp.search-results .page-header h1.page-title, .resp.search-no-results .page-header h1.page-title, .resp.error404 .page-header h1.page-title {
    text-align: center;
    width: 100%;
  }
}
/*--------------------------------------------------------------
13.6.4 - Single Post Header
--------------------------------------------------------------*/
.single .entry-meta {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.single .entry-meta .container > div {
  content: "";
  display: table;
  border-bottom: 1px solid #eaeaeb;
  margin-bottom: 3.57143em;
  padding-bottom: 0.44643em;
  width: 100%;
}
.single .entry-meta .entry-meta-inner {
  float: left;
}
.single .entry-meta div > span {
  font-size: 0.92857em;
  line-height: 1.92308em;
}
.single .entry-meta .post-navigation {
  display: inline-block;
  float: right;
}
.single .entry-meta .post-navigation .nav-previous,
.single .entry-meta .post-navigation .nav-next {
  display: inline-block;
  float: none;
}
@media (max-width: 768px) {
  .resp.single .entry-meta .post-navigation .nav-previous,
  .resp.single .entry-meta .post-navigation .nav-next {
    margin-bottom: 0em;
    width: auto;
  }
}
.single .entry-meta .post-navigation .nav-previous a:before,
.single .entry-meta .post-navigation .nav-next a:after {
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1429em;
  line-height: normal;
  padding-top: 3px;
}

/*--------------------------------------------------------------
13.6.5 - Archive Header
--------------------------------------------------------------*/
.archive .container .title-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.archive .container .title-wrapper .taxonomy-description p {
  color: #acaeaf;
  margin: 0;
}

/*--------------------------------------------------------------
13.6.6 - Post Entry Meta
--------------------------------------------------------------*/
.site-content .entry-meta {
  color: #acaeaf;
  margin-bottom: 1.78571em;
}
.site-content .entry-meta a {
  border: none;
  color: #acaeaf;
  display: inline-block;
  font-weight: 400;
}
.site-content .entry-meta a:hover {
  border: none;
  color: #58AE4A;
}
.site-content .entry-meta div > span {
  font-size: 0.92857em;
  line-height: 1.92308em;
}
.site-content .entry-meta span {
  display: inline-block;
  margin-right: 1.0769em;
}
.site-content .entry-meta span span {
  margin-right: 0;
}
.site-content .entry-meta span:before, .site-content .entry-meta a:before {
  font-size: 0.92857em;
  line-height: 1.92308em;
  font-family: "FontAwesome";
  padding-right: 0.4554em;
}
.site-content .entry-meta .featured-post:before {
  content: "\f0c6";
}
.site-content .entry-meta .entry-date:before {
  content: "\f133";
}
.site-content .entry-meta .updated {
  display: none;
}
.site-content .entry-meta .author:before {
  content: "\f040";
}
.site-content .entry-meta .comments-link:before {
  content: "\f0e6";
}

/*--------------------------------------------------------------
13.6.7 - Content Area Link Formatting
--------------------------------------------------------------*/
.entry-content p a,
.entry-content li a,
.entry-content dl a,
.entry-content pre a,
.entry-content code a,
.entry-content blockquote a {
  border-bottom: 1px dotted #58AE4A;
  color: #58AE4A;
}
.entry-content p a:hover,
.entry-content li a:hover,
.entry-content dl a:hover,
.entry-content pre a:hover,
.entry-content code a:hover,
.entry-content blockquote a:hover {
  border-bottom: 1px solid #58AE4A;
}
.entry-content a[href$=".jpg"],
.entry-content a[href$=".jpeg"],
.entry-content a[href$=".jpe"],
.entry-content a[href$=".png"],
.entry-content a[href$=".gif"] {
  border: none;
}
.entry-content .more-wrapper {
  display: block;
}
.entry-content .more-wrapper .more-link {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #eaeaea;
  border: none;
  color: #5a5d60;
  display: block;
  float: left;
  font-weight: 400;
  line-height: normal;
  outline-style: none;
  padding: 0.7142em 1.2143em;
}
.entry-content .more-wrapper .more-link:hover {
  background: #58AE4A;
  border-bottom: none;
  color: #fff;
}
.entry-content .page-links {
  clear: both;
  margin: 0 0 1.78571em;
}
.entry-content .page-links a,
.entry-content .page-links a:hover {
  border-bottom: none;
}
.entry-content .page-links a:focus {
  outline: none;
}
.entry-content .page-links .page-links-title {
  background: none;
  color: #5a5d60;
  font-weight: 600;
  padding-right: 0;
  padding-left: 0;
  text-transform: none;
}
.entry-content .page-links span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #58AE4A;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.1285em;
  padding: 0.7142em 1.1428em;
  text-transform: uppercase;
}
.entry-content .page-links a span {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #eaeaea;
  color: #5a5d60;
  outline: none;
}
.entry-content .page-links a span:hover {
  background: #58AE4A;
  color: #fff;
}

.content-none .site-main a {
  color: #58AE4A;
  border-bottom: 1px dotted #58AE4A;
}
.content-none .site-main a:hover {
  border-bottom: 1px solid #58AE4A;
}

/*--------------------------------------------------------------
13.6.8 - Search and Post Password Form Specific
--------------------------------------------------------------*/
.search-form,
.post-password-form {
  margin-bottom: 0.8438em;
}
.search-form label,
.post-password-form label {
  display: inline-block;
  margin-right: 0.3125em;
}

@media (max-width: 480px) {
  .resp .post-password-form label input {
    display: block;
    margin-top: 0.8438em;
  }
}
/*--------------------------------------------------------------
13.6.9 - Post Formats
--------------------------------------------------------------*/
.format-chat .entry-content {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f7;
  color: #313539;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  padding: 1.78571em;
}

/*--------------------------------------------------------------
13.6.10 - Post Entry Footer
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .resp .entry-footer {
    text-align: center;
  }
}
.entry-footer ul.share-buttons {
  height: 20px;
  list-style: none;
  margin: 2.67857em 0 0;
}
.entry-footer ul.share-buttons li {
  display: inline-block;
  vertical-align: top;
}
.entry-footer ul.share-buttons li .fb_iframe_widget span[style] {
  vertical-align: top !important;
}
.entry-footer ul.share-buttons li .fb_iframe_widget iframe {
  position: inherit !important;
}
.entry-footer a {
  border: none;
  color: #acaeaf;
  font-weight: 400;
}
.entry-footer a:hover {
  border: none;
  color: #58AE4A;
}
.entry-footer > span {
  font-size: 0.92857em;
  line-height: 1.92308em;
  margin: 2.67857em 1.0769em 0 0;
}
.entry-footer span {
  color: #acaeaf;
  display: inline-block;
}
.entry-footer span:before,
.entry-footer a:before {
  font-family: "FontAwesome";
  padding-right: 0.4554em;
}
.entry-footer .cat-links:before {
  content: "\f03a";
}
.entry-footer .tags-links:before {
  content: "\f02c";
}
.entry-footer .edit-link:before {
  content: "\f0f6";
}

/*--------------------------------------------------------------
13.6.11 - Search Results
--------------------------------------------------------------*/
.search-results .entry-footer > span {
  margin-top: 0;
}

/*--------------------------------------------------------------
13.6.12 - Left Thumbnail Post Loop
--------------------------------------------------------------*/
.ultra-left-thumb-loop .featured-image .entry-thumbnail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 2.67857em;
  width: 25%;
}
@media (max-width: 768px) {
  .resp .ultra-left-thumb-loop .featured-image .entry-thumbnail {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
.ultra-left-thumb-loop .featured-image .entry-header,
.ultra-left-thumb-loop .featured-image .entry-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 75%;
}
@media (max-width: 768px) {
  .resp .ultra-left-thumb-loop .featured-image .entry-header, .resp
  .ultra-left-thumb-loop .featured-image .entry-content {
    float: none;
    width: 100%;
  }
}
.ultra-left-thumb-loop .featured-image .entry-header h1.entry-title {
  margin-top: -0.5em;
}
@media (max-width: 768px) {
  .resp .ultra-left-thumb-loop .featured-image .entry-header h1.entry-title {
    margin: 0;
  }
}

/*--------------------------------------------------------------
13.6.13 - Left Medium Post Loop
--------------------------------------------------------------*/
.ultra-left-medium-loop .featured-image .entry-thumbnail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 2.67857em;
  width: 45%;
}
@media (max-width: 768px) {
  .resp .ultra-left-medium-loop .featured-image .entry-thumbnail {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
.ultra-left-medium-loop .featured-image .entry-header,
.ultra-left-medium-loop .featured-image .entry-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 55%;
}
@media (max-width: 768px) {
  .resp .ultra-left-medium-loop .featured-image .entry-header, .resp
  .ultra-left-medium-loop .featured-image .entry-content {
    float: none;
    width: 100%;
  }
}
.ultra-left-medium-loop .featured-image .entry-header h1.entry-title {
  margin-top: -0.5em;
}
@media (max-width: 768px) {
  .resp .ultra-left-medium-loop .featured-image .entry-header h1.entry-title {
    margin: 0;
  }
}

/*--------------------------------------------------------------
14.7 - Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
14.8 - Comments
--------------------------------------------------------------*/
.comments-area {
  margin-bottom: 1.78571em;
  outline: none;
}
.comments-area .comments-title {
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 1.71429em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.71429em;
  border-color: #eaeaeb;
}
.comments-area .comment-list {
  list-style: none;
  margin: 2.67857em 0;
}
.comments-area .comment-list .comment {
  margin-top: 2.67857em;
  margin-bottom: 2.67857em;
  margin-left: 4.5714em;
}
.comments-area .comment-list .comment .comment-body {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f7;
  padding: 1.33929em;
}
.comments-area .comment-list .comment:first-of-type {
  margin-top: 0;
}
.comments-area .comment-list .comment:last-of-type {
  margin-bottom: 0;
}
.comments-area .comment-list .comment:only-of-type {
  margin-top: 2.67857em;
  margin-bottom: 2.67857em;
}
@media (max-width: 480px) {
  .resp .comments-area .comment-list .comment {
    margin-left: 0;
  }
  .resp .comments-area .comment-list > .comment {
    margin-left: 4.5714em;
  }
}
.comments-area .comment-list .pingback {
  font-size: 0.92857em;
  line-height: 1.92308em;
  font-weight: 600;
}
.comments-area .comment-list .pingback a {
  border-bottom: 1px dotted #58AE4A;
  font-weight: 400;
}
.comments-area .comment-list .pingback a:hover {
  border-bottom: 1px solid #58AE4A;
}
.comments-area .comment-list .pingback .edit-link {
  color: #acaeaf;
}
.comments-area .comment-list .pingback .edit-link:before {
  content: "\0007C";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-left: 0.25em;
}
.comments-area .comment-list .pingback .edit-link a {
  border-bottom: none;
  color: #acaeaf;
  margin-left: 0.25em;
}
.comments-area .comment-list .pingback .edit-link a:hover {
  border-bottom: none;
  color: #58AE4A;
}
.comments-area .comment-awaiting-moderation {
  font-weight: 600;
  margin-bottom: 0.89286em;
}
.comments-area .comment-awaiting-moderation:before {
  content: "\f071";
  font-family: "FontAwesome";
  font-size: 0.8125em;
  font-weight: normal;
  margin-right: 0.4465em;
}
.comments-area .comment-author {
  float: left;
  position: relative;
  width: 50%;
}
.comments-area .comment-author .avatar {
  border-radius: 6.8571em;
  height: 3.4286em;
  left: -5.8571em;
  position: absolute;
  top: -1.33929em;
  width: 3.4286em;
}
.comments-area .comment-author .fn a {
  color: #313539;
}
.comments-area .comment-author .fn a:hover {
  color: #58AE4A;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .bypostauthor .fn:before {
  content: "\f007";
  font-family: "FontAwesome";
  font-size: 0.8125em;
  margin-right: 0.3125em;
}
.comments-area .comment-metadata {
  font-size: 0.85714em;
  line-height: 2.08333em;
  float: right;
  text-align: right;
  width: 50%;
}
.comments-area .comment-metadata a {
  color: #acaeaf;
}
.comments-area .comment-metadata a:hover {
  color: #58AE4A;
}
@media (max-width: 1024px) {
  .resp .comments-area .comment-metadata .edit-link {
    display: none;
  }
}
.comments-area .comment-metadata .edit-link:before {
  color: #acaeaf;
  content: "\0020\007c\0020";
}
.comments-area .comment-content {
  clear: both;
  padding-top: 0.89286em;
}
.comments-area .comment-content a {
  border-bottom: 1px dotted #58AE4A;
  word-wrap: break-word;
}
.comments-area .comment-content a:hover {
  border-bottom: 1px solid #58AE4A;
}
.comments-area .comment-content p {
  font-size: 0.92857em;
  line-height: 1.92308em;
}
.comments-area .comment-content p:last-of-type {
  margin-bottom: 0.8438em;
}
.comments-area .comment-content blockquote {
  background: #eaeaea;
}
.comments-area .comment-list .children {
  list-style: none;
  margin: 0;
}
.comments-area .comment-list .children .comment:first-of-type {
  margin-top: 2.67857em;
}
.comments-area .reply {
  margin-top: 0.89286em;
}
.comments-area .reply a.comment-reply-link, .comments-area .reply a.comment-reply-login {
  font-size: 0.85714em;
  line-height: 2.08333em;
  color: #acaeaf;
}
.comments-area .reply a.comment-reply-link:hover, .comments-area .reply a.comment-reply-login:hover {
  color: #58AE4A;
}
.comments-area .comment-respond {
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 1.71429em;
  margin-top: 1.78571em;
  border-color: #eaeaeb;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0.44643em;
}
.comments-area .comment-respond .comment-reply-title small {
  font-size: 100%;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  line-height: 0;
  font-size: 0.6087em;
  margin: 0 0 0 0.6522em;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link:before {
  content: "\f00d";
  font-family: "FontAwesome";
  margin-right: 0.25em;
}
.comments-area .comment-respond p:first-of-type {
  font-size: 0.92857em;
  line-height: 1.92308em;
}
.comments-area .comment-respond p:first-of-type a:hover {
  color: #5a5d60;
}
.comments-area .comment-respond p.logged-in-as {
  margin-bottom: 0;
}
.comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email, .comments-area .comment-respond .comment-form-url {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 32%;
}
@media (max-width: 480px) {
  .resp .comments-area .comment-respond .comment-form-author, .resp .comments-area .comment-respond .comment-form-email, .resp .comments-area .comment-respond .comment-form-url {
    width: 100%;
  }
}
.comments-area .comment-respond .comment-form-author input, .comments-area .comment-respond .comment-form-email input, .comments-area .comment-respond .comment-form-url input {
  width: 100%;
}
.comments-area .comment-respond .comment-form-email {
  margin: 0 2%;
}
@media (max-width: 480px) {
  .resp .comments-area .comment-respond .comment-form-email {
    margin: 2% 0;
  }
}
.comments-area .comment-respond p.comment-form-comment {
  clear: both;
  margin-bottom: 0;
  padding: 1.33929em 0 0.89286em;
}
.comments-area .comment-respond p.comment-form-comment label {
  display: none;
}
.comments-area .comment-respond p.comment-form-comment textarea {
  width: 100%;
}
.comments-area .comment-respond .form-allowed-tags {
  font-size: 0.78571em;
  line-height: 2.27273em;
  color: #acaeaf;
}
.comments-area .comment-respond .form-submit {
  margin-top: 0.89286em;
}
.comments-area .comment-respond p:last-of-type {
  margin-bottom: 0;
}
.comments-area .no-comments {
  font-weight: 600;
  margin: 1.78571em 0 0;
}
.comments-area .commentform-error {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffdfe0;
  border: 1px solid #c89797;
  color: #790000;
  display: block;
  margin: 1.78571em 0;
  padding: 1.33929em 0.89286em;
}

/*--------------------------------------------------------------
14.0 - 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%;
}

/*--------------------------------------------------------------
14.1 - Captions
--------------------------------------------------------------*/
figure.wp-caption {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f7;
  padding: 0.89286em;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 0.85714em;
  line-height: 2.08333em;
  text-align: center;
}

.wp-caption .wp-caption-text {
  padding: 0.89286em 0 0;
}

/*--------------------------------------------------------------
14.2 - Galleries
--------------------------------------------------------------*/
.gallery {
  float: left;
  margin: 0 0 1.78571em;
}

.gallery-item {
  display: inline-block;
  margin: 0 0 0.89286em;
  text-align: center;
  vertical-align: top;
}
.gallery-item a {
  border: none;
}
.gallery-item a:hover {
  border: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48.57143%;
  float: left;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 2) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-3 .gallery-item {
  width: 31.42857%;
  float: left;
}
.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-3 .gallery-item:nth-child(3n + 2) {
  margin-left: 34.28571%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-3 .gallery-item:nth-child(3n + 3) {
  margin-left: 68.57143%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-4 .gallery-item {
  width: 22.85714%;
  float: left;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 2) {
  margin-left: 25.71429%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 3) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 4) {
  margin-left: 77.14286%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-5 .gallery-item {
  width: 17.71429%;
  float: left;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 2) {
  margin-left: 20.57143%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 3) {
  margin-left: 41.14286%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 4) {
  margin-left: 61.71429%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 5) {
  margin-left: 82.28571%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-6 .gallery-item {
  width: 14.28571%;
  float: left;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 2) {
  margin-left: 17.14286%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 3) {
  margin-left: 34.28571%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 4) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 5) {
  margin-left: 68.57143%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 6) {
  margin-left: 85.71429%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-7 .gallery-item {
  width: 11.82571%;
  float: left;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 2) {
  margin-left: 14.68286%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 3) {
  margin-left: 29.36571%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 4) {
  margin-left: 44.04857%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 5) {
  margin-left: 58.73143%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 6) {
  margin-left: 73.41429%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 7) {
  margin-left: 88.09714%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-8 .gallery-item {
  width: 10%;
  float: left;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 2) {
  margin-left: 12.85714%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 3) {
  margin-left: 25.71429%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 4) {
  margin-left: 38.57143%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 5) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 6) {
  margin-left: 64.28571%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 7) {
  margin-left: 77.14286%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 8) {
  margin-left: 90%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-9 .gallery-item {
  width: 8.57114%;
  float: left;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 2) {
  margin-left: 11.42829%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 3) {
  margin-left: 22.85657%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 4) {
  margin-left: 34.28486%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 5) {
  margin-left: 45.71314%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 6) {
  margin-left: 57.14143%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 7) {
  margin-left: 68.56971%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 8) {
  margin-left: 79.998%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 9) {
  margin-left: 91.42629%;
  margin-right: -100%;
  clear: none;
}

.gallery-caption {
  display: block;
  margin-bottom: 0.625em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
15.0 - Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.1 - Contact Form
--------------------------------------------------------------*/
div[id*="contact-form"] div label {
  margin-bottom: 0.25em;
}
div[id*="contact-form"] div input,
div[id*="contact-form"] div input[type='text'],
div[id*="contact-form"] div input[type='email'],
div[id*="contact-form"] div textarea {
  margin-bottom: 1.33929em;
}
div[id*="contact-form"] .contact-submit {
  margin-top: 0.44643em;
}
div[id*="contact-form"] h3 {
  font-size: 1.28571em;
  line-height: 1.38889em;
  margin: 0;
}
div[id*="contact-form"] blockquote {
  font-size: 1em;
  line-height: 1.78571em;
}

/*--------------------------------------------------------------
15.2 - Contact Info
--------------------------------------------------------------*/
.widget_contact_info .contact-map {
  margin-bottom: 0.89286em;
}

/*--------------------------------------------------------------
15.3 - Display Posts
--------------------------------------------------------------*/
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
  font-size: 1.0769em !important;
  font-weight: normal;
  margin: 0.89286em 0 !important;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 ~ a {
  display: block;
  margin-bottom: 0.89286em;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
  margin: 0 0 1.78571em 0 !important;
  line-height: 1.7857 !important;
  font-size: 100%;
}

/*--------------------------------------------------------------
15.4 - Gravatar Profile
--------------------------------------------------------------*/
#secondary .widget-grofile h4 {
  font-size: 1.0769em;
  line-height: 1.7857;
  margin: 0;
}

/*--------------------------------------------------------------
15.5 - Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
15.6 - RSS Links
--------------------------------------------------------------*/
.widget_rss_links p {
  margin: 0 0 0.89286em;
}
.widget_rss_links p img {
  display: block;
}

/*--------------------------------------------------------------
15.7 - Subscriptions
--------------------------------------------------------------*/
p.comment-subscription-form {
  margin-bottom: 0.25em;
}
p.comment-subscription-form input[type="checkbox"] {
  font-size: 0.92857em;
  line-height: 1.92308em;
  display: inline-block !important;
  margin-right: 0.25em;
  vertical-align: middle;
}
p.comment-subscription-form label.subscribe-label {
  font-size: 0.92857em;
  line-height: 1.92308em;
  display: inline-block !important;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: middle;
}

#subscribe-email {
  margin-bottom: 0.89286em;
}
#subscribe-email input {
  padding: 0.6429em 0.7143em !important;
}

/*--------------------------------------------------------------
16.0 - MyBookTable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.1 - Single Book
--------------------------------------------------------------*/
body.single-mbt_book .entry-header {
  margin-bottom: 2.67857em;
}

.mbt-breadcrumbs {
  font-size: 0.92857em;
  line-height: 1.92308em;
  color: #acaeaf;
  font-family: "Lato", sans-serif;
  padding-bottom: 0.89286em;
}
.mbt-breadcrumbs a {
  color: #acaeaf;
}
.mbt-breadcrumbs a:hover {
  color: #58AE4A;
  text-decoration: none;
}

.mbt-book .mbt-book-meta a {
  font-weight: normal;
}
.mbt-book .mbt-book-meta a:hover {
  color: #5a5d60;
}

/*--------------------------------------------------------------
16.2 - Featured Book Widget
--------------------------------------------------------------*/
.mbt-featured-book-widget .mbt-book-title {
  color: #5a5d60;
  line-height: 1.7857;
  margin: 0 0 0.89286em;
}
.mbt-featured-book-widget .mbt-book-title a {
  font-size: initial;
}
.mbt-featured-book-widget .mbt-book-title a:hover {
  color: #58AE4A !important;
  font-size: initial;
  text-decoration: none;
}
.mbt-featured-book-widget .mbt-book-images {
  padding-bottom: 0.89286em;
}
.mbt-featured-book-widget .mbt-book-blurb {
  font-size: 1em;
}

/*--------------------------------------------------------------
17.0 - Contact Form 7
--------------------------------------------------------------*/
.wpcf7 p {
  font-weight: 600;
  margin-bottom: 1.33929em;
}
.wpcf7 p span {
  font-weight: 400;
}
.wpcf7 p span[style] {
  display: block !important;
}
.wpcf7 p .wpcf7-form-control-wrap, .wpcf7 p .wpcf7-form-control {
  display: block;
}
.wpcf7 p .wpcf7-not-valid-tip {
  font-size: 1em;
  line-height: 1.78571em;
  background: #ffdfe0;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  color: #790000;
  margin-top: 0.5em;
  padding: 0.44643em;
}
.wpcf7 p select.wpcf7-select option::selection {
  background: red;
}
.wpcf7 p span.wpcf7-list-item-label {
  margin-right: 0.3125em;
}
.wpcf7 p span.wpcf7-list-item {
  margin: 0 0.75em 0 0;
}
.wpcf7 p .wpcf7-form-control.wpcf7-submit {
  float: left;
  margin: 0;
}
.wpcf7 p img.ajax-loader {
  float: left;
  display: block;
  margin: 0.75em 0 0 1.5em;
}
.wpcf7 .wpcf7-validation-errors {
  background: #ffdfe0;
  border: none;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  color: #790000;
  float: left;
  margin-top: 0.44643em;
}
.wpcf7 .wpcf7-response-output {
  font-size: 1em;
  line-height: 1.78571em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin: 0.44643em 0 0;
  padding: 0.89286em;
  width: 100%;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background: #fffbcc;
  border: none;
  border-top: 1px solid #e6db55;
  border-bottom: 1px solid #e6db55;
  color: #5a5d60;
  float: left;
  margin-top: 1.78571em;
}
.wpcf7:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
18.0 - Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper .top_label .gfield_label {
  margin-bottom: 0;
}
.gform_wrapper .ginput_container {
  margin-bottom: 1rem;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  margin-left: 0.125em;
}

.ui-datepicker a {
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1.14286em;
  line-height: 1.5625em;
  font-size: 1em !important;
  background: #fffbcc;
  border: 1px solid #e6db55 !important;
  border-right: none !important;
  border-left: none !important;
  color: #5a5d60;
  padding: 1.2656em 0.8438em;
}

#secondary .gform_confirmation_wrapper .gform_confirmation_message,
#colophon .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 0.9286em !important;
}

/*--------------------------------------------------------------
19.0 - WooCommerce
--------------------------------------------------------------*/
.woocommerce .entry-header {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #f6f6f7;
  margin-bottom: 2.67857em;
  padding: 1.33929em 0;
}

.woocommerce .entry-header h1.entry-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

@media (max-width: 768px) {
  .resp.woocommerce .entry-header h1.entry-title {
    text-align: center;
    width: 100%;
  }
}
.woocommerce .container .woocommerce-breadcrumb {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #acaeaf;
  display: inline-block;
  margin: 0;
  text-align: right;
  vertical-align: middle;
  width: 29%;
}
@media (max-width: 768px) {
  .resp.woocommerce .container .woocommerce-breadcrumb {
    text-align: center;
    width: 100%;
  }
}
.woocommerce .container .woocommerce-breadcrumb a {
  color: #acaeaf;
}
.woocommerce .container .woocommerce-breadcrumb a:hover {
  color: #58AE4A;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  font-size: 0.92857em;
  line-height: 1.92308em;
  color: #838588;
  margin-bottom: 2.67857em;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: transparent;
  background: #58AE4A;
  color: #fff;
  font-weight: normal;
  padding: 0.7142em 1.2143em;
  text-transform: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: rgba(8, 150, 254, 0.8);
  border-bottom: none;
  color: #fff;
}

.woocommerce ul.products li.product .price {
  font-size: 0.92857em;
  line-height: 1.92308em;
  color: #838588;
}

.woocommerce span.onsale {
  background-color: #58AE4A;
}

.woocommerce .star-rating:before,
.woocommerce ul.products li.product a:not(.button) {
  color: #838588;
}

.woocommerce-review-link {
  font-size: 0.92857em;
  line-height: 1.92308em;
  color: #838588;
}
.woocommerce-review-link:hover {
  color: #838588;
}

.single-product input[type="number"] {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.product_meta {
  font-size: 0.92857em;
  line-height: 1.92308em;
  color: #838588;
  font-weight: bold;
}
.product_meta a,
.product_meta a:hover {
  color: #838588;
  font-weight: normal;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #838588;
}

/*--------------------------------------------------------------
20.0 - JWPLAYER
--------------------------------------------------------------*/
span.jwcontrols span button {
  -moz-border-radius: initial;
  -webkit-border-radius: initial;
  border-radius: initial;
  -moz-transition: initial;
  -o-transition: initial;
  -webkit-transition: initial;
  transition: initial;
  background: initial;
  border: initial;
  color: initial;
  -webkit-appearance: initial;
  font-weight: initial;
  line-height: initial;
  outline-style: initial;
  padding: initial;
  text-transform: initial;
}

/*--------------------------------------------------------------
21.0 - Ultimate Addons for SiteOrigin
--------------------------------------------------------------*/
.so-widget-tabs li a,
.so-widget-tabs li a:hover {
  border-bottom: none;
}


.fa,.fa-stack{display:inline-block}.fa,[data-icon]:before{-moz-osx-font-smoothing:grayscale}.uwl-flickr-widget .flickr_badge_image:hover,.uwl-instagram-pics li:hover{opacity:.8}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.2.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.2.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasuw:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}@font-face{font-family:ElegantIcons;src:url(../fonts/ElegantIcons.eot);src:url(../fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(../fonts/ElegantIcons.woff) format('woff'),url(../fonts/ElegantIcons.ttf) format('truetype'),url(../fonts/ElegantIcons.svg#ElegantIcons) format('svg');font-weight:400;font-style:normal}[data-icon]:before{font-family:ElegantIcons;content:attr(data-icon);speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.arrow-up-down,.arrow_back,.arrow_carrot-2down,.arrow_carrot-2down_alt2,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left,.arrow_carrot-2left_alt,.arrow_carrot-2left_alt2,.arrow_carrot-2right,.arrow_carrot-2right_alt,.arrow_carrot-2right_alt2,.arrow_carrot-2up,.arrow_carrot-2up_alt,.arrow_carrot-2up_alt2,.arrow_carrot-down,.arrow_carrot-down_alt,.arrow_carrot-down_alt2,.arrow_carrot-left,.arrow_carrot-left_alt,.arrow_carrot-left_alt2,.arrow_carrot-right,.arrow_carrot-right_alt,.arrow_carrot-right_alt2,.arrow_carrot-up,.arrow_carrot-up_alt2,.arrow_carrot_up_alt,.arrow_condense,.arrow_condense_alt,.arrow_down,.arrow_down_alt,.arrow_expand,.arrow_expand_alt,.arrow_expand_alt2,.arrow_expand_alt3,.arrow_left,.arrow_left-down,.arrow_left-down_alt,.arrow_left-right,.arrow_left-right_alt,.arrow_left-up,.arrow_left-up_alt,.arrow_left_alt,.arrow_move,.arrow_right,.arrow_right-down,.arrow_right-down_alt,.arrow_right-up,.arrow_right-up_alt,.arrow_right_alt,.arrow_triangle-down,.arrow_triangle-down_alt,.arrow_triangle-down_alt2,.arrow_triangle-left,.arrow_triangle-left_alt,.arrow_triangle-left_alt2,.arrow_triangle-right,.arrow_triangle-right_alt,.arrow_triangle-right_alt2,.arrow_triangle-up,.arrow_triangle-up_alt,.arrow_triangle-up_alt2,.arrow_up,.arrow_up-down_alt,.arrow_up_alt,.icon_adjust-horiz,.icon_adjust-vert,.icon_archive,.icon_archive_alt,.icon_bag,.icon_bag_alt,.icon_balance,.icon_blocked,.icon_book,.icon_book_alt,.icon_box-checked,.icon_box-empty,.icon_box-selected,.icon_briefcase,.icon_briefcase_alt,.icon_building,.icon_building_alt,.icon_calculator_alt,.icon_calendar,.icon_calulator,.icon_camera,.icon_camera_alt,.icon_cart,.icon_cart_alt,.icon_chat,.icon_chat_alt,.icon_check,.icon_check_alt,.icon_check_alt2,.icon_circle-empty,.icon_circle-slelected,.icon_clipboard,.icon_clock,.icon_clock_alt,.icon_close,.icon_close:before,.icon_close_alt,.icon_close_alt2,.icon_cloud,.icon_cloud-download,.icon_cloud-download_alt,.icon_cloud-upload,.icon_cloud-upload_alt,.icon_cloud_alt,.icon_cog,.icon_cogs,.icon_comment,.icon_comment_alt,.icon_compass,.icon_compass_alt,.icon_cone,.icon_cone_alt,.icon_contacts,.icon_contacts_alt,.icon_creditcard,.icon_currency,.icon_currency_alt,.icon_cursor,.icon_cursor_alt,.icon_datareport,.icon_datareport_alt,.icon_desktop,.icon_dislike,.icon_dislike_alt,.icon_document,.icon_document_alt,.icon_documents,.icon_documents_alt,.icon_download,.icon_drawer,.icon_drawer_alt,.icon_drive,.icon_drive_alt,.icon_easel,.icon_easel_alt,.icon_error-circle,.icon_error-circle_alt,.icon_error-oct,.icon_error-oct_alt,.icon_error-triangle,.icon_error-triangle_alt,.icon_film,.icon_floppy,.icon_floppy_alt,.icon_flowchart,.icon_flowchart_alt,.icon_folder,.icon_folder-add,.icon_folder-add_alt,.icon_folder-alt,.icon_folder-open,.icon_folder-open_alt,.icon_folder_download,.icon_folder_upload,.icon_genius,.icon_gift,.icon_gift_alt,.icon_globe,.icon_globe-2,.icon_globe_alt,.icon_grid-2x2,.icon_grid-3x3,.icon_group,.icon_headphones,.icon_heart,.icon_heart_alt,.icon_hourglass,.icon_house,.icon_house_alt,.icon_id,.icon_id-2,.icon_id-2_alt,.icon_id_alt,.icon_image,.icon_images,.icon_info,.icon_info_alt,.icon_key,.icon_key_alt,.icon_laptop,.icon_lifesaver,.icon_lightbulb,.icon_lightbulb_alt,.icon_like,.icon_like_alt,.icon_link,.icon_link_alt,.icon_loading,.icon_lock,.icon_lock-open,.icon_lock-open_alt,.icon_lock_alt,.icon_mail,.icon_mail_alt,.icon_map,.icon_map_alt,.icon_menu,.icon_menu-circle_alt,.icon_menu-circle_alt2,.icon_menu-square_alt,.icon_menu-square_alt2,.icon_mic,.icon_mic_alt,.icon_minus-06,.icon_minus-box,.icon_minus_alt,.icon_minus_alt2,.icon_mobile,.icon_mug,.icon_mug_alt,.icon_music,.icon_ol,.icon_paperclip,.icon_pause,.icon_pause_alt,.icon_pause_alt2,.icon_pencil,.icon_pencil-edit,.icon_pencil-edit_alt,.icon_pencil_alt,.icon_pens,.icon_pens_alt,.icon_percent,.icon_percent_alt,.icon_phone,.icon_piechart,.icon_pin,.icon_pin_alt,.icon_plus,.icon_plus-box,.icon_plus_alt,.icon_plus_alt2,.icon_printer,.icon_printer-alt,.icon_profile,.icon_pushpin,.icon_pushpin_alt,.icon_puzzle,.icon_puzzle_alt,.icon_question,.icon_question_alt,.icon_question_alt2,.icon_quotations,.icon_quotations_alt,.icon_quotations_alt2,.icon_refresh,.icon_ribbon,.icon_ribbon_alt,.icon_rook,.icon_search,.icon_search-2,.icon_search_alt,.icon_shield,.icon_shield_alt,.icon_star,.icon_star-half,.icon_star-half_alt,.icon_star_alt,.icon_stop,.icon_stop_alt,.icon_stop_alt2,.icon_table,.icon_tablet,.icon_tag,.icon_tag_alt,.icon_tags,.icon_tags_alt,.icon_target,.icon_tool,.icon_toolbox,.icon_toolbox_alt,.icon_tools,.icon_trash,.icon_trash_alt,.icon_ul,.icon_upload,.icon_vol-mute,.icon_vol-mute_alt,.icon_volume-high,.icon_volume-high_alt,.icon_volume-low,.icon_volume-low_alt,.icon_wallet,.icon_wallet_alt,.icon_zoom-in,.icon_zoom-in_alt,.icon_zoom-out,.icon_zoom-out_alt,.social_blogger,.social_blogger_circle,.social_blogger_square,.social_delicious,.social_delicious_circle,.social_delicious_square,.social_deviantart,.social_deviantart_circle,.social_deviantart_square,.social_dribbble,.social_dribbble_circle,.social_dribbble_square,.social_facebook,.social_facebook_circle,.social_facebook_square,.social_flickr,.social_flickr_circle,.social_flickr_square,.social_googledrive,.social_googledrive_alt2,.social_googledrive_square,.social_googleplus,.social_googleplus_circle,.social_googleplus_square,.social_instagram,.social_instagram_circle,.social_instagram_square,.social_linkedin,.social_linkedin_circle,.social_linkedin_square,.social_myspace,.social_myspace_circle,.social_myspace_square,.social_picassa,.social_picassa_circle,.social_picassa_square,.social_pinterest,.social_pinterest_circle,.social_pinterest_square,.social_rss,.social_rss_circle,.social_rss_square,.social_share,.social_share_circle,.social_share_square,.social_skype,.social_skype_circle,.social_skype_square,.social_spotify,.social_spotify_circle,.social_spotify_square,.social_stumbleupon_circle,.social_stumbleupon_square,.social_tumbleupon,.social_tumblr,.social_tumblr_circle,.social_tumblr_square,.social_twitter,.social_twitter_circle,.social_twitter_square,.social_vimeo,.social_vimeo_circle,.social_vimeo_square,.social_wordpress,.social_wordpress_circle,.social_wordpress_square,.social_youtube,.social_youtube_circle,.social_youtube_square{font-family:ElegantIcons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;direction:ltr;-webkit-font-smoothing:antialiased}.arrow_up:before{content:"\21"}.arrow_down:before{content:"\22"}.arrow_left:before{content:"\23"}.arrow_right:before{content:"\24"}.arrow_left-up:before{content:"\25"}.arrow_right-up:before{content:"\26"}.arrow_right-down:before{content:"\27"}.arrow_left-down:before{content:"\28"}.arrow-up-down:before{content:"\29"}.arrow_up-down_alt:before{content:"\2a"}.arrow_left-right_alt:before{content:"\2b"}.arrow_left-right:before{content:"\2c"}.arrow_expand_alt2:before{content:"\2d"}.arrow_expand_alt:before{content:"\2e"}.arrow_condense:before{content:"\2f"}.arrow_expand:before{content:"\30"}.arrow_move:before{content:"\31"}.arrow_carrot-up:before{content:"\32"}.arrow_carrot-down:before{content:"\33"}.arrow_carrot-left:before{content:"\34"}.arrow_carrot-right:before{content:"\35"}.arrow_carrot-2up:before{content:"\36"}.arrow_carrot-2down:before{content:"\37"}.arrow_carrot-2left:before{content:"\38"}.arrow_carrot-2right:before{content:"\39"}.arrow_carrot-up_alt2:before{content:"\3a"}.arrow_carrot-down_alt2:before{content:"\3b"}.arrow_carrot-left_alt2:before{content:"\3c"}.arrow_carrot-right_alt2:before{content:"\3d"}.arrow_carrot-2up_alt2:before{content:"\3e"}.arrow_carrot-2down_alt2:before{content:"\3f"}.arrow_carrot-2left_alt2:before{content:"\40"}.arrow_carrot-2right_alt2:before{content:"\41"}.arrow_triangle-up:before{content:"\42"}.arrow_triangle-down:before{content:"\43"}.arrow_triangle-left:before{content:"\44"}.arrow_triangle-right:before{content:"\45"}.arrow_triangle-up_alt2:before{content:"\46"}.arrow_triangle-down_alt2:before{content:"\47"}.arrow_triangle-left_alt2:before{content:"\48"}.arrow_triangle-right_alt2:before{content:"\49"}.arrow_back:before{content:"\4a"}.icon_minus-06:before{content:"\4b"}.icon_plus:before{content:"\4c"}.icon_close:before{content:"\4d"}.icon_check:before{content:"\4e"}.icon_minus_alt2:before{content:"\4f"}.icon_plus_alt2:before{content:"\50"}.icon_close_alt2:before{content:"\51"}.icon_check_alt2:before{content:"\52"}.icon_zoom-out_alt:before{content:"\53"}.icon_zoom-in_alt:before{content:"\54"}.icon_search:before{content:"\55"}.icon_box-empty:before{content:"\56"}.icon_box-selected:before{content:"\57"}.icon_minus-box:before{content:"\58"}.icon_plus-box:before{content:"\59"}.icon_box-checked:before{content:"\5a"}.icon_circle-empty:before{content:"\5b"}.icon_circle-slelected:before{content:"\5c"}.icon_stop_alt2:before{content:"\5d"}.icon_stop:before{content:"\5e"}.icon_pause_alt2:before{content:"\5f"}.icon_pause:before{content:"\60"}.icon_menu:before{content:"\61"}.icon_menu-square_alt2:before{content:"\62"}.icon_menu-circle_alt2:before{content:"\63"}.icon_ul:before{content:"\64"}.icon_ol:before{content:"\65"}.icon_adjust-horiz:before{content:"\66"}.icon_adjust-vert:before{content:"\67"}.icon_document_alt:before{content:"\68"}.icon_documents_alt:before{content:"\69"}.icon_pencil:before{content:"\6a"}.icon_pencil-edit_alt:before{content:"\6b"}.icon_pencil-edit:before{content:"\6c"}.icon_folder-alt:before{content:"\6d"}.icon_folder-open_alt:before{content:"\6e"}.icon_folder-add_alt:before{content:"\6f"}.icon_info_alt:before{content:"\70"}.icon_error-oct_alt:before{content:"\71"}.icon_error-circle_alt:before{content:"\72"}.icon_error-triangle_alt:before{content:"\73"}.icon_question_alt2:before{content:"\74"}.icon_question:before{content:"\75"}.icon_comment_alt:before{content:"\76"}.icon_chat_alt:before{content:"\77"}.icon_vol-mute_alt:before{content:"\78"}.icon_volume-low_alt:before{content:"\79"}.icon_volume-high_alt:before{content:"\7a"}.icon_quotations:before{content:"\7b"}.icon_quotations_alt2:before{content:"\7c"}.icon_clock_alt:before{content:"\7d"}.icon_lock_alt:before{content:"\7e"}.icon_lock-open_alt:before{content:"\e000"}.icon_key_alt:before{content:"\e001"}.icon_cloud_alt:before{content:"\e002"}.icon_cloud-upload_alt:before{content:"\e003"}.icon_cloud-download_alt:before{content:"\e004"}.icon_image:before{content:"\e005"}.icon_images:before{content:"\e006"}.icon_lightbulb_alt:before{content:"\e007"}.icon_gift_alt:before{content:"\e008"}.icon_house_alt:before{content:"\e009"}.icon_genius:before{content:"\e00a"}.icon_mobile:before{content:"\e00b"}.icon_tablet:before{content:"\e00c"}.icon_laptop:before{content:"\e00d"}.icon_desktop:before{content:"\e00e"}.icon_camera_alt:before{content:"\e00f"}.icon_mail_alt:before{content:"\e010"}.icon_cone_alt:before{content:"\e011"}.icon_ribbon_alt:before{content:"\e012"}.icon_bag_alt:before{content:"\e013"}.icon_creditcard:before{content:"\e014"}.icon_cart_alt:before{content:"\e015"}.icon_paperclip:before{content:"\e016"}.icon_tag_alt:before{content:"\e017"}.icon_tags_alt:before{content:"\e018"}.icon_trash_alt:before{content:"\e019"}.icon_cursor_alt:before{content:"\e01a"}.icon_mic_alt:before{content:"\e01b"}.icon_compass_alt:before{content:"\e01c"}.icon_pin_alt:before{content:"\e01d"}.icon_pushpin_alt:before{content:"\e01e"}.icon_map_alt:before{content:"\e01f"}.icon_drawer_alt:before{content:"\e020"}.icon_toolbox_alt:before{content:"\e021"}.icon_book_alt:before{content:"\e022"}.icon_calendar:before{content:"\e023"}.icon_film:before{content:"\e024"}.icon_table:before{content:"\e025"}.icon_contacts_alt:before{content:"\e026"}.icon_headphones:before{content:"\e027"}.icon_lifesaver:before{content:"\e028"}.icon_piechart:before{content:"\e029"}.icon_refresh:before{content:"\e02a"}.icon_link_alt:before{content:"\e02b"}.icon_link:before{content:"\e02c"}.icon_loading:before{content:"\e02d"}.icon_blocked:before{content:"\e02e"}.icon_archive_alt:before{content:"\e02f"}.icon_heart_alt:before{content:"\e030"}.icon_star_alt:before{content:"\e031"}.icon_star-half_alt:before{content:"\e032"}.icon_star:before{content:"\e033"}.icon_star-half:before{content:"\e034"}.icon_tools:before{content:"\e035"}.icon_tool:before{content:"\e036"}.icon_cog:before{content:"\e037"}.icon_cogs:before{content:"\e038"}.arrow_up_alt:before{content:"\e039"}.arrow_down_alt:before{content:"\e03a"}.arrow_left_alt:before{content:"\e03b"}.arrow_right_alt:before{content:"\e03c"}.arrow_left-up_alt:before{content:"\e03d"}.arrow_right-up_alt:before{content:"\e03e"}.arrow_right-down_alt:before{content:"\e03f"}.arrow_left-down_alt:before{content:"\e040"}.arrow_condense_alt:before{content:"\e041"}.arrow_expand_alt3:before{content:"\e042"}.arrow_carrot_up_alt:before{content:"\e043"}.arrow_carrot-down_alt:before{content:"\e044"}.arrow_carrot-left_alt:before{content:"\e045"}.arrow_carrot-right_alt:before{content:"\e046"}.arrow_carrot-2up_alt:before{content:"\e047"}.arrow_carrot-2dwnn_alt:before{content:"\e048"}.arrow_carrot-2left_alt:before{content:"\e049"}.arrow_carrot-2right_alt:before{content:"\e04a"}.arrow_triangle-up_alt:before{content:"\e04b"}.arrow_triangle-down_alt:before{content:"\e04c"}.arrow_triangle-left_alt:before{content:"\e04d"}.arrow_triangle-right_alt:before{content:"\e04e"}.icon_minus_alt:before{content:"\e04f"}.icon_plus_alt:before{content:"\e050"}.icon_close_alt:before{content:"\e051"}.icon_check_alt:before{content:"\e052"}.icon_zoom-out:before{content:"\e053"}.icon_zoom-in:before{content:"\e054"}.icon_stop_alt:before{content:"\e055"}.icon_menu-square_alt:before{content:"\e056"}.icon_menu-circle_alt:before{content:"\e057"}.icon_document:before{content:"\e058"}.icon_documents:before{content:"\e059"}.icon_pencil_alt:before{content:"\e05a"}.icon_folder:before{content:"\e05b"}.icon_folder-open:before{content:"\e05c"}.icon_folder-add:before{content:"\e05d"}.icon_folder_upload:before{content:"\e05e"}.icon_folder_download:before{content:"\e05f"}.icon_info:before{content:"\e060"}.icon_error-circle:before{content:"\e061"}.icon_error-oct:before{content:"\e062"}.icon_error-triangle:before{content:"\e063"}.icon_question_alt:before{content:"\e064"}.icon_comment:before{content:"\e065"}.icon_chat:before{content:"\e066"}.icon_vol-mute:before{content:"\e067"}.icon_volume-low:before{content:"\e068"}.icon_volume-high:before{content:"\e069"}.icon_quotations_alt:before{content:"\e06a"}.icon_clock:before{content:"\e06b"}.icon_lock:before{content:"\e06c"}.icon_lock-open:before{content:"\e06d"}.icon_key:before{content:"\e06e"}.icon_cloud:before{content:"\e06f"}.icon_cloud-upload:before{content:"\e070"}.icon_cloud-download:before{content:"\e071"}.icon_lightbulb:before{content:"\e072"}.icon_gift:before{content:"\e073"}.icon_house:before{content:"\e074"}.icon_camera:before{content:"\e075"}.icon_mail:before{content:"\e076"}.icon_cone:before{content:"\e077"}.icon_ribbon:before{content:"\e078"}.icon_bag:before{content:"\e079"}.icon_cart:before{content:"\e07a"}.icon_tag:before{content:"\e07b"}.icon_tags:before{content:"\e07c"}.icon_trash:before{content:"\e07d"}.icon_cursor:before{content:"\e07e"}.icon_mic:before{content:"\e07f"}.icon_compass:before{content:"\e080"}.icon_pin:before{content:"\e081"}.icon_pushpin:before{content:"\e082"}.icon_map:before{content:"\e083"}.icon_drawer:before{content:"\e084"}.icon_toolbox:before{content:"\e085"}.icon_book:before{content:"\e086"}.icon_contacts:before{content:"\e087"}.icon_archive:before{content:"\e088"}.icon_heart:before{content:"\e089"}.icon_profile:before{content:"\e08a"}.icon_group:before{content:"\e08b"}.icon_grid-2x2:before{content:"\e08c"}.icon_grid-3x3:before{content:"\e08d"}.icon_music:before{content:"\e08e"}.icon_pause_alt:before{content:"\e08f"}.icon_phone:before{content:"\e090"}.icon_upload:before{content:"\e091"}.icon_download:before{content:"\e092"}.social_facebook:before{content:"\e093"}.social_twitter:before{content:"\e094"}.social_pinterest:before{content:"\e095"}.social_googleplus:before{content:"\e096"}.social_tumblr:before{content:"\e097"}.social_tumbleupon:before{content:"\e098"}.social_wordpress:before{content:"\e099"}.social_instagram:before{content:"\e09a"}.social_dribbble:before{content:"\e09b"}.social_vimeo:before{content:"\e09c"}.social_linkedin:before{content:"\e09d"}.social_rss:before{content:"\e09e"}.social_deviantart:before{content:"\e09f"}.social_share:before{content:"\e0a0"}.social_myspace:before{content:"\e0a1"}.social_skype:before{content:"\e0a2"}.social_youtube:before{content:"\e0a3"}.social_picassa:before{content:"\e0a4"}.social_googledrive:before{content:"\e0a5"}.social_flickr:before{content:"\e0a6"}.social_blogger:before{content:"\e0a7"}.social_spotify:before{content:"\e0a8"}.social_delicious:before{content:"\e0a9"}.social_facebook_circle:before{content:"\e0aa"}.social_twitter_circle:before{content:"\e0ab"}.social_pinterest_circle:before{content:"\e0ac"}.social_googleplus_circle:before{content:"\e0ad"}.social_tumblr_circle:before{content:"\e0ae"}.social_stumbleupon_circle:before{content:"\e0af"}.social_wordpress_circle:before{content:"\e0b0"}.social_instagram_circle:before{content:"\e0b1"}.social_dribbble_circle:before{content:"\e0b2"}.social_vimeo_circle:before{content:"\e0b3"}.social_linkedin_circle:before{content:"\e0b4"}.social_rss_circle:before{content:"\e0b5"}.social_deviantart_circle:before{content:"\e0b6"}.social_share_circle:before{content:"\e0b7"}.social_myspace_circle:before{content:"\e0b8"}.social_skype_circle:before{content:"\e0b9"}.social_youtube_circle:before{content:"\e0ba"}.social_picassa_circle:before{content:"\e0bb"}.social_googledrive_alt2:before{content:"\e0bc"}.social_flickr_circle:before{content:"\e0bd"}.social_blogger_circle:before{content:"\e0be"}.social_spotify_circle:before{content:"\e0bf"}.social_delicious_circle:before{content:"\e0c0"}.social_facebook_square:before{content:"\e0c1"}.social_twitter_square:before{content:"\e0c2"}.social_pinterest_square:before{content:"\e0c3"}.social_googleplus_square:before{content:"\e0c4"}.social_tumblr_square:before{content:"\e0c5"}.social_stumbleupon_square:before{content:"\e0c6"}.social_wordpress_square:before{content:"\e0c7"}.social_instagram_square:before{content:"\e0c8"}.social_dribbble_square:before{content:"\e0c9"}.social_vimeo_square:before{content:"\e0ca"}.social_linkedin_square:before{content:"\e0cb"}.social_rss_square:before{content:"\e0cc"}.social_deviantart_square:before{content:"\e0cd"}.social_share_square:before{content:"\e0ce"}.social_myspace_square:before{content:"\e0cf"}.social_skype_square:before{content:"\e0d0"}.social_youtube_square:before{content:"\e0d1"}.social_picassa_square:before{content:"\e0d2"}.social_googledrive_square:before{content:"\e0d3"}.social_flickr_square:before{content:"\e0d4"}.social_blogger_square:before{content:"\e0d5"}.social_spotify_square:before{content:"\e0d6"}.social_delicious_square:before{content:"\e0d7"}.icon_printer:before{content:"\e103"}.icon_calulator:before{content:"\e0ee"}.icon_building:before{content:"\e0ef"}.icon_floppy:before{content:"\e0e8"}.icon_drive:before{content:"\e0ea"}.icon_search-2:before{content:"\e101"}.icon_id:before{content:"\e107"}.icon_id-2:before{content:"\e108"}.icon_puzzle:before{content:"\e102"}.icon_like:before{content:"\e106"}.icon_dislike:before{content:"\e0eb"}.icon_mug:before{content:"\e105"}.icon_currency:before{content:"\e0ed"}.icon_wallet:before{content:"\e100"}.icon_pens:before{content:"\e104"}.icon_easel:before{content:"\e0e9"}.icon_flowchart:before{content:"\e109"}.icon_datareport:before{content:"\e0ec"}.icon_briefcase:before{content:"\e0fe"}.icon_shield:before{content:"\e0f6"}.icon_percent:before{content:"\e0fb"}.icon_globe:before{content:"\e0e2"}.icon_globe-2:before{content:"\e0e3"}.icon_target:before{content:"\e0f5"}.icon_hourglass:before{content:"\e0e1"}.icon_balance:before{content:"\e0ff"}.icon_rook:before{content:"\e0f8"}.icon_printer-alt:before{content:"\e0fa"}.icon_calculator_alt:before{content:"\e0e7"}.icon_building_alt:before{content:"\e0fd"}.icon_floppy_alt:before{content:"\e0e4"}.icon_drive_alt:before{content:"\e0e5"}.icon_search_alt:before{content:"\e0f7"}.icon_id_alt:before{content:"\e0e0"}.icon_id-2_alt:before{content:"\e0fc"}.icon_puzzle_alt:before{content:"\e0f9"}.icon_like_alt:before{content:"\e0dd"}.icon_dislike_alt:before{content:"\e0f1"}.icon_mug_alt:before{content:"\e0dc"}.icon_currency_alt:before{content:"\e0f3"}.icon_wallet_alt:before{content:"\e0d8"}.icon_pens_alt:before{content:"\e0db"}.icon_easel_alt:before{content:"\e0f0"}.icon_flowchart_alt:before{content:"\e0df"}.icon_datareport_alt:before{content:"\e0f2"}.icon_briefcase_alt:before{content:"\e0f4"}.icon_shield_alt:before{content:"\e0d9"}.icon_percent_alt:before{content:"\e0da"}.icon_globe_alt:before{content:"\e0de"}.icon_clipboard:before{content:"\e0e6"}.glyph{float:left;text-align:center;padding:.75em;margin:.4em 1.5em .75em 0;width:6em;text-shadow:none}.glyph_big{font-size:128px;color:#59c5dc;float:left;margin-right:20px}.glyph div{padding-bottom:10px}.glyph input{font-family:consolas,monospace;font-size:12px;width:100%;text-align:center;border:0;box-shadow:0 0 0 1px #ccc;padding:.2em;-moz-border-radius:5px;-webkit-border-radius:5px}.centered{margin-left:auto;margin-right:auto}.uwl_widget_wrap ul,ul.uwl-ul{margin:0;list-style:none}.glyph .fs1{font-size:2em}@font-face{font-family:MeteoconsRegular;src:url(../fonts/meteocons-webfont.eot);src:url(../fonts/meteocons-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/meteocons-webfont.svg#MeteoconsRegular) format('svg'),url(../fonts/meteocons-webfont.ttf) format('truetype'),url(../fonts/meteocons-webfont.woff) format('woff');font-weight:400;font-style:normal}.uwl_widget_wrap{overflow:hidden}.uwl_widget_wrap .clr:after{content:"";display:block;visibility:hidden;clear:both;zoom:1;height:0}.uwl_widget_wrap *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.uwl_widget_wrap iframe{width:100%!important}body .uwl_widget_wrap a{color:#333;text-decoration:none;outline:0!important;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}body .uwl_widget_wrap a:hover{color:#4dbefa}.uwl_widget_wrap img{max-width:100%;height:auto;vertical-align:middle}.uwl_widget_wrap .uwl-form-wrap{position:relative;margin-bottom:20px}.uwl_widget_wrap .uwl-form-wrap .label{display:block;color:#484848;font-weight:600;padding-bottom:10px}.uwl_widget_wrap input[type=text],.uwl_widget_wrap input[type=password],.uwl_widget_wrap input[type=email],.uwl_widget_wrap input[type=search]{display:inline-block;width:100%;font-size:14px;line-height:1;padding:0 10px;min-height:40px;background-color:#fff;color:#888;border:2px solid #e0e0e0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all .3s ease;-moz-transition:all .43s ease;transition:all .43s ease}.uwl_widget_wrap input[type=text]:hover,.uwl_widget_wrap input[type=password]:hover,.uwl_widget_wrap input[type=email]:hover,.uwl_widget_wrap input[type=search]:hover{background-color:#fff;border-color:#c1c1c1}.uwl_widget_wrap input[type=text]:focus,.uwl_widget_wrap input[type=password]:focus,.uwl_widget_wrap input[type=email]:focus,.uwl_widget_wrap input[type=search]:focus{background-color:#fff;border-color:#4dbefa}.uwl_widget_wrap input[type=text],.uwl_widget_wrap input[type=text]:focus,.uwl_widget_wrap input[type=text]:hover,.uwl_widget_wrap input[type=password],.uwl_widget_wrap input[type=password]:focus,.uwl_widget_wrap input[type=password]:hover,.uwl_widget_wrap input[type=email],.uwl_widget_wrap input[type=email]:focus,.uwl_widget_wrap input[type=email]:hover,.uwl_widget_wrap input[type=search],.uwl_widget_wrap input[type=search]:focus,.uwl_widget_wrap input[type=search]:hover{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.uwl_widget_wrap input[type=submit]{display:block;width:100%;height:48px;line-height:1;font-size:14px;font-weight:600;background:#4dbefa;color:#fff;border:2px dashed #4dbefa;text-align:center;padding:0 10px;text-transform:capitalize;white-space:nowrap;overflow:hidden;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.uwl_widget_wrap input[type=submit]:hover{background:0 0;color:#4dbefa}.uwl_widget_wrap input[type=checkbox]{display:inline-block;position:relative;background:#fff;border:1px solid #bbb;color:#555;padding:0!important;margin:0 5px 0 0;text-align:center;vertical-align:middle;width:16px;min-width:16px;max-width:16px;height:16px;line-height:1;clear:none;-webkit-appearance:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none}.uwl_widget_wrap input[type=checkbox]:checked:before{font-family:FontAwesome;content:"\f00c";position:absolute;top:0;left:0;width:16px;line-height:1;color:#4dbefa}.uwl_widget_wrap.style1{border:1px solid #e0e0e0;padding:16px!important;margin-bottom:40px}.uwl_widget_wrap.style1 .uwl-title{display:block;position:relative;top:-16px;margin:0;font-weight:400;font-size:10px;letter-spacing:.1em;color:#2676ef;text-transform:uppercase;text-align:center}.uwl_widget_wrap.style1 .uwl-title span{display:inline-block;background:#e7f1ff;height:35px;line-height:35px;font-weight:400;padding:0 20px}.uwl_widget_wrap.style2 .uwl-title,.uwl_widget_wrap.style3 .uwl-title{font-weight:600;text-align:center;text-transform:uppercase;position:relative}.uwl_widget_wrap.style2{padding:0!important;margin-bottom:50px}.uwl_widget_wrap.style2 .uwl-title{display:block;font-size:16px;line-height:1;margin:0 0 15px;padding:0;letter-spacing:.6px;color:#333}.uwl_widget_wrap.style2 .uwl-title::after{content:'';display:block;margin:0 auto;padding-top:15px;width:40%;border-bottom:2px dashed #4dbefa}.uwl_widget_wrap.style3{padding:0!important;margin-bottom:30px}.uwl_widget_wrap.style3 .uwl-title{background-color:#f2f2f2;font-size:18px;line-height:1.6;letter-spacing:2px;color:#666;border-bottom:3px solid #4dbefa;padding:13px 20px;margin:0 0 30px}.uwl_widget_wrap.style3.uwl_slideshow_widget .uwl-slideshow-nav,.uwl_widget_wrap.style3.uwl_testimonials_widget .uwl-testimonial-nav{top:0;height:100%;line-height:57px;border:0;margin-top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.uwl_widget_wrap .uwl-error{background-color:#ffe9e9;padding:10px;color:#D04544;border:1px solid #E7A9A9;text-align:center}.about-me{position:relative;background-color:#fff}.about-me .about-me-banner{width:100%}.about-me .about-me-header .about-me-avatar{position:relative;border:3px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.about-me.style-default{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.about-me.style-default .about-me-banner{-webkit-border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0}.about-me.style-default .about-me-header{padding:0 15px}.about-me.style-default .about-me-header .about-me-avatar{float:left;max-width:50%;margin-top:-60px;margin-right:15px}.about-me.style-default .about-me-header .about-me-name{float:left;font-size:16px;font-weight:700;margin:10px 0;text-transform:uppercase;clear:none}.about-me.style-default .about-me-text{padding:10px 15px 20px;overflow:hidden;word-wrap:break-word}.about-me.style-default .about-me-social{overflow:hidden;display:table!important;width:100%!important;text-align:center;table-layout:fixed!important}.about-me.style-default .about-me-social li:first-child a{-webkit-border-radius:0 0 0 2px;-moz-border-radius:0 0 0 2px;border-radius:0 0 0 2px}.about-me.style-default .about-me-social li{display:table-cell!important;border:0!important;padding:0!important;margin:0!important;-webkit-transition:all .16s ease;-moz-transition:all .16s ease;transition:all .16s ease}.about-me.style-default .about-me-social li a{display:block!important;line-height:40px;font-size:14px;text-align:center;height:40px;width:100%;border:0!important;padding:0!important}.about-me.style-default .about-me-social li a:hover{-webkit-box-shadow:inset 0 16px 10px -10px rgba(0,0,0,.3);-moz-box-shadow:inset 0 16px 10px -10px rgba(0,0,0,.3);box-shadow:inset 0 16px 10px -10px rgba(0,0,0,.3)}.about-me.style-default .about-me-social li:last-child a{-webkit-border-radius:0 0 2px;-moz-border-radius:0 0 2px;border-radius:0 0 2px}.about-me.style-simple{text-align:center}.about-me.style-simple .about-me-header,.about-me.style-simple .about-me-social{margin-top:20px}.about-me.style-simple .about-me-name{display:block;font-size:13px;font-weight:600;margin:10px 0;text-transform:uppercase;clear:none}.about-me.style-simple .about-me-social,.about-me.style-simple .about-me-text{padding:0 20px}.about-me.style-simple .about-me-social li{display:inline-block;margin-left:6px}.about-me.style-simple .about-me-social li:first-child{margin-left:0}.about-me.style-simple .about-me-social li a{display:inline-block;font-size:14px;text-align:center;width:40px;height:40px;line-height:40px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.about-me .about-me-social.style-color li a,.about-me .about-me-social.style-color li a:hover,.about-me.style-default .about-me-social.style-light li a:hover{color:#fff}.about-me .about-me-social.style-color li.facebook a,.about-me.style-default .about-me-social.style-dark li.facebook a:hover,.about-me.style-default .about-me-social.style-light li.facebook a:hover{background:#37589b}.about-me .about-me-social.style-color li.facebook a:hover{background:#4e7ddd}.about-me .about-me-social.style-color li.twitter a,.about-me.style-default .about-me-social.style-dark li.twitter a:hover,.about-me.style-default .about-me-social.style-light li.twitter a:hover{background:#46d4fe}.about-me .about-me-social.style-color li.twitter a:hover{background:#7ee1fe}.about-me .about-me-social.style-color li.google-plus a,.about-me.style-default .about-me-social.style-dark li.google-plus a:hover,.about-me.style-default .about-me-social.style-light li.google-plus a:hover{background:#de5a49}.about-me .about-me-social.style-color li.google-plus a:hover{background:#fc7a69}.about-me .about-me-social.style-color li.instagram a,.about-me.style-default .about-me-social.style-dark li.instagram a:hover,.about-me.style-default .about-me-social.style-light li.instagram a:hover{background:#5996c7}.about-me .about-me-social.style-color li.instagram a:hover{background:#69b4f0}.about-me .about-me-social.style-color li.linkedin a,.about-me.style-default .about-me-social.style-dark li.linkedin a:hover,.about-me.style-default .about-me-social.style-light li.linkedin a:hover{background:#419cca}.about-me .about-me-social.style-color li.linkedin a:hover{background:#52c3fc}.about-me .about-me-social.style-color li.pinterest a,.about-me.style-default .about-me-social.style-dark li.pinterest a:hover,.about-me.style-default .about-me-social.style-light li.pinterest a:hover{background:#cb2027}.about-me .about-me-social.style-color li.pinterest a:hover{background:#f7555c}.about-me .about-me-social.style-color li.youtube-play a,.about-me.style-default .about-me-social.style-dark li.youtube-play a:hover,.about-me.style-default .about-me-social.style-light li.youtube-play a:hover{background:#dd4646}.about-me .about-me-social.style-color li.youtube-play a:hover{background:#ff6262}.about-me.style-default .about-me-social.style-light li a{background:#eee;color:#333}.about-me.style-simple .about-me-social.style-light li a{color:#aaa;border:1px solid #ddd}.about-me.style-simple .about-me-social.style-dark li.facebook a:hover,.about-me.style-simple .about-me-social.style-light li.facebook a:hover{color:#37589b;border-color:#37589b}.about-me.style-simple .about-me-social.style-dark li.twitter a:hover,.about-me.style-simple .about-me-social.style-light li.twitter a:hover{color:#46d4fe;border-color:#46d4fe}.about-me.style-simple .about-me-social.style-dark li.google-plus a:hover,.about-me.style-simple .about-me-social.style-light li.google-plus a:hover{color:#de5a49;border-color:#de5a49}.about-me.style-simple .about-me-social.style-dark li.instagram a:hover,.about-me.style-simple .about-me-social.style-light li.instagram a:hover{color:#5996c7;border-color:#5996c7}.about-me.style-simple .about-me-social.style-dark li.linkedin a:hover,.about-me.style-simple .about-me-social.style-light li.linkedin a:hover{color:#419cca;border-color:#419cca}.about-me.style-simple .about-me-social.style-dark li.pinterest a:hover,.about-me.style-simple .about-me-social.style-light li.pinterest a:hover{color:#cb2027;border-color:#cb2027}.about-me.style-simple .about-me-social.style-dark li.youtube-play a:hover,.about-me.style-simple .about-me-social.style-light li.youtube-play a:hover{color:#dd4646;border-color:#dd4646}.about-me.style-default .about-me-social.style-dark li a{background:#333;color:#fff}.about-me.style-simple .about-me-social.style-dark li a{color:#333;border:1px solid #777}.uwl_contact_info_widget li{line-height:1.8!important;margin:0!important;padding:0!important;border:0!important}.uwl_contact_info_widget .default li,.uwl_contact_info_widget li.text{margin-bottom:20px!important}.uwl_contact_info_widget .default li:last-child{margin-bottom:0!important}.uwl_contact_info_widget .default i{float:left;width:30px;height:30px;line-height:30px;border:1px solid #e2e2e2;color:#01aef0;margin-right:15px;text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.uwl_contact_info_widget .default .uwl-info-wrap,.uwl_contact_info_widget .default span.uwl-contact-text,.uwl_contact_info_widget .default span.uwl-contact-title{display:block}.uwl_contact_info_widget .default span.uwl-contact-title{color:#777;font-weight:700;line-height:1.4}.uwl_contact_info_widget .default span.uwl-contact-text{line-height:18px}.uwl_contact_info_widget .big-icons li{display:inline-block;width:100%;margin-bottom:30px!important}.uwl_contact_info_widget .big-icons li:last-child{margin-bottom:0!important}.uwl_contact_info_widget .big-icons i{float:left;width:72px;height:72px;line-height:72px;font-size:30px;margin-right:20px;color:#01aef0;border:1px solid #e2e2e2;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.uwl_contact_info_widget .big-icons li:hover i{background-color:#01aef0;color:#fff;border-color:#01aef0}.uwl_contact_info_widget .big-icons .uwl-info-wrap{display:block;margin-top:11.5px}.uwl_contact_info_widget .big-icons span.uwl-contact-title{display:block;font-size:14px}.uwl_contact_info_widget .default li.skype{display:inline-block!important}.uwl_contact_info_widget li.skype a{display:inline-block;background-color:#00AFF0;color:#fff!important;font-size:12px;font-weight:600;line-height:1;letter-spacing:1px;text-transform:uppercase;padding:12px 15px}.uwl_contact_info_widget .big-icons li.skype a{display:block;text-align:center}.uwl_contact_info_widget li.skype a:hover{background-color:#333;color:#fff!important}.uwl_contact_info_widget li.skype a span{padding-right:3px}.uwl-flickr-widget{display:block}.uwl-flickr-widget .flickr_badge_image{display:block;float:left;margin:1%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.uwl-flickr-widget .flickr_badge_image img{display:block;width:100%}.uwl-flickr-widget.three-columns .flickr_badge_image{width:31.3333333333%;height:31.3333333333%}.uwl-flickr-widget.four-columns .flickr_badge_image{width:23%;height:23%}.uwl-flickr-widget.five-columns .flickr_badge_image{width:18%;height:18%}.uwl-flickr-widget.six-columns .flickr_badge_image{width:14.6666666667%;height:14.6666666667%}.uwl_instagram_widget .uwl-instagram-pics{display:inline-block;width:100%}.uwl-instagram-pics li{display:block;float:left;height:100%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.uwl-instagram-pics.margin li{margin:.5%}.uwl-instagram-pics li img{display:block;width:100%}.uwl-instagram-pics.style-one.margin li:first-child{width:99%}.uwl-instagram-pics.style-one.margin li{width:32.3333333333%}.uwl-instagram-pics.style-one.no-margin li:first-child{width:100%}.uwl-instagram-pics.style-one.no-margin li{width:33.3333333333%}.uwl-instagram-pics.style-two.margin li:nth-child(1),.uwl-instagram-pics.style-two.margin li:nth-child(2){width:49%}.uwl-instagram-pics.style-two.margin li{width:24%}.uwl-instagram-pics.style-two.no-margin li:nth-child(1),.uwl-instagram-pics.style-two.no-margin li:nth-child(2){width:50%}.uwl-instagram-pics.style-two.no-margin li{width:25%}.uwl-instagram-pics.style-three.margin li:nth-child(4n+1),.uwl-instagram-pics.style-three.no-margin li:nth-child(4n+1){width:100%}.uwl-instagram-pics.style-three.margin li{width:32.3333333333%}.uwl-instagram-pics.style-three.no-margin li{width:33.3333333333%}.uwl-instagram-pics.two-columns.margin li{width:49%}.uwl-instagram-pics.two-columns.no-margin li{width:50%}.uwl-instagram-pics.three-columns.margin li{width:32.3333333333%}.uwl-instagram-pics.three-columns.no-margin li{width:33.3333333333%}.uwl-instagram-pics.four-columns.margin li{width:24%}.uwl-instagram-pics.four-columns.no-margin li{width:25%}.uwl_instagram_widget .uwl-instagram-link{display:block;margin:10px 0 0;text-align:center}.uwl_instagram_widget .uwl-instagram-link a{font-size:11px;font-weight:600;border:1px solid;padding:4px 10px;letter-spacing:.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-transform:uppercase}.uwl_newsletter_widget .uwl-form-wrap{margin-bottom:0}.uwl_newsletter_widget .uwl-mail-text{margin-bottom:10px}.uwl_newsletter_widget input[type=submit]{margin-top:15px}.uwl_menu_widget>ul{display:block;overflow:hidden}.uwl_menu_widget ul li{position:relative;border-bottom:1px solid #e0e0e0}.uwl_menu_widget .uwl-sub-menu li:last-child,.uwl_menu_widget ul li:last-child{border-bottom:0}.uwl_menu_widget ul li a{display:block;padding:12px 25px 12px 0;font-size:13px;line-height:1;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uwl_menu_widget li .uwl-sub-icon{position:absolute;top:0;right:0;width:20px;color:#aaa;font-size:13px;line-height:37px;cursor:pointer;text-align:right;z-index:10}.uwl_menu_widget li .uwl-sub-icon:hover{color:#4dbefa}.uwl_menu_widget li.open-sub>.uwl-sub-icon i.icon_plus,.uwl_menu_widget li>.uwl-sub-icon i.icon_close{display:none}.uwl_menu_widget li.open-sub>.uwl-sub-icon i.icon_close{display:inline-block}.uwl_menu_widget .uwl-sub-menu{display:none;padding-left:20px}.uwl_menu_widget .uwl-sub-menu ul ul ul{padding-left:0}.uwl_menu_widget .uwl-sub-menu li a{font-size:12px;font-weight:400}.uwl_menu_widget .uwl-sub-menu li .uwl-sub-icon{font-size:12px;line-height:36px}.uwl_menu_widget .uwl-sub-menu li a:before{content:"-";margin-right:10px}.uwl_menu_widget .uwl-sub-menu .uwl-sub-menu li a:before{content:"- -";margin-right:10px}.uwl_video_widget .videocaption{display:block;text-align:center}.uwl_video_widget .videocaption.before{margin:0 0 20px}.uwl_video_widget .videocaption.after{margin:20px 0 0}@media only screen and (max-width:959px){.style-default .uwl-widget-info-wrap{display:none}.uwl_widget_wrap input[type=submit]{font-size:12px}.about-me .about-me-header .about-me-avatar{margin-top:-20px}}

#pl-98 .panel-grid-cell .so-panel { margin-bottom:35px } #pl-98 .panel-grid-cell .so-panel:last-child { margin-bottom:0px } #panel-98-0-0-0 a { color:#58ae4a } @media (max-width:780px){ #pg-98-0 .panel-grid-cell { float:none;width:auto } #pl-98 .panel-grid { margin-left:0;margin-right:0 } #pl-98 .panel-grid-cell { padding:0 }  }


body, button, input, select, textarea {
    font-family: "Lucida Console", Monaco, monospace;
}

a::before {
    font-family: "Lato", sans-serif;
}
.uwl_contact_info_widget .big-icons i,
.uwl_contact_info_widget .default i {
    color: #58AE4A;
}

.uwl_contact_info_widget .big-icons li:hover i {
	background-color: #58AE4A;
	color: #fff;
	border-color: #58AE4A;
}

.uwl_widget_wrap.style1 .uwl-title span {
    display: inline-block;
    background: #DFF0D8;
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    padding: 0 20px;
}

.uwl_widget_wrap.style1 .uwl-title {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .1em;
    color: #5a5d60;
    text-transform: uppercase;
    text-align: center;
}

.entry-content p a, .entry-content li a, .entry-content dl a, .entry-content pre a, .entry-content code a, .entry-content blockquote a {
    border-bottom: 1px dotted #58AE4A;
    color: #58AE4A;
}

.entry-content p a:not(.ow-button-hover):not(.button), .entry-content li a:not(.ow-button-hover):not(.button), .entry-content dl a:not(.ow-button-hover):not(.button), .entry-content pre a:not(.ow-button-hover):not(.button), .entry-content code a:not(.ow-button-hover):not(.button), .entry-content blockquote a:not(.ow-button-hover):not(.button) {
    border-bottom: 1px dotted #58AE4A;
    color: #58AE4A;
}