@charset "UTF-8";
/*

 		TABLE OF CONTENTS:
=====================================
01. Website Width
02. Global Styling
	- General Color set
	- General Site Colors / Font Size
	- Default Link Style
	- Site Title Colors / Font Size
	- Site Footer Colors
03. Site Logo
04. Header
	- Header Top Section Colors
	- Header Middle Section Colors
	- Modal Window Colors
05. RTL Support
06. Heading Styles
07. Main Navigation
08. Buttons Styling
	- Default Buttons
	- Special Buttons
09. Events Styling
10. Widgets Styling
	- Widget Font Families
	- Widget Font Sizes
	- Widget Font Weights
	- Widget Text Colors
	- Widget Sheet Colors
	- Widget Category Colors
	- Widget Border styles
	- Widget Metrostyle
11. Shortcodes
	- Font styles for titles
	- Paragraph font styles
	- Font styles for links
	- Border styles
	- Dropcaps
	- Social Icons
12. Alert Boxes
13. Tooltips
14. Form Elements Styling
15. Dividers

*/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
/* line 5, ../scss/_tmm_base.scss */
html, body {
  height: 100%;
}

/* line 8, ../scss/_tmm_base.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../scss/_tmm_base.scss */
html,
body {
  font-size: 16px;
}

/* line 18, ../scss/_tmm_base.scss */
body {
  background: whitesmoke;
  color: #777777;
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab";
  font-size: 0.9rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  position: relative;
}

/* line 31, ../scss/_tmm_base.scss */
a:hover {
  cursor: pointer;
}

/* line 34, ../scss/_tmm_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 36, ../scss/_tmm_base.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 40, ../scss/_tmm_base.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 47, ../scss/_tmm_base.scss */
.left {
  float: left !important;
}

/* line 48, ../scss/_tmm_base.scss */
.right {
  float: right !important;
}

/* line 50, ../scss/_tmm_base.scss */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

/* line 59, ../scss/_tmm_base.scss */
.clearfix:after, .widget.widget_recent_posts .tabs-container .tab-content .recent-post:after, .widget.widget_upcoming_events ul li:after, .testimonial .quote-meta:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

/* line 68, ../scss/_tmm_base.scss */
.hide {
  display: none;
}

/* line 73, ../scss/_tmm_base.scss */
.invisible {
  visibility: hidden;
}

/* line 79, ../scss/_tmm_base.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 82, ../scss/_tmm_base.scss */
img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease;
  -ms-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

/* line 93, ../scss/_tmm_base.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 96, ../scss/_tmm_base.scss */
select {
  width: 100%;
}

/* line 99, ../scss/_tmm_base.scss */
.align-center {
  text-align: center;
}

/* line 100, ../scss/_tmm_base.scss */
.align-left {
  text-align: left;
}

/* line 101, ../scss/_tmm_base.scss */
.align-right {
  text-align: right;
}

/* line 103, ../scss/_tmm_base.scss */
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* line 104, ../scss/_tmm_base.scss */
.alignleft {
  float: left;
}

/* line 105, ../scss/_tmm_base.scss */
.alignright {
  float: right;
  display: inline;
}

/* line 107, ../scss/_tmm_base.scss */
img.alignleft {
  margin-right: 20px;
}

/* line 108, ../scss/_tmm_base.scss */
img.alignright {
  margin-left: 20px;
}

/* line 110, ../scss/_tmm_base.scss */
.hide {
  display: none;
}

/* line 111, ../scss/_tmm_base.scss */
.show {
  display: block;
}

/* line 112, ../scss/_tmm_base.scss */
.invisible {
  visibility: hidden;
}

/* line 113, ../scss/_tmm_base.scss */
.affix {
  position: fixed;
}

/* line 115, ../scss/_tmm_base.scss */
.wp-caption {
  max-width: 100%;
}

/* line 120, ../scss/_tmm_base.scss */
.center {
  text-align: center;
}

/* line 122, ../scss/_tmm_base.scss */
.theme-default-bg {
  background-color: #14b3e4;
}

/* line 124, ../scss/_tmm_base.scss */
body:before,
#wrapper:before {
  content: '';
  float: left;
  height: 100%;
  margin-top: -999em;
}

/* line 132, ../scss/_tmm_base.scss */
#wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 100%;
  margin: 0 auto;
}
/* line 138, ../scss/_tmm_base.scss */
#wrapper:after {
  content: '';
  height: 90px;
  display: block;
}

/* line 145, ../scss/_tmm_base.scss */
#content {
  padding-top: 2.5rem;
  margin-bottom: 5.625rem;
}

/* line 150, ../scss/_tmm_base.scss */
.sbr#content #main {
  float: left;
  min-height: 300px;
}

/* line 151, ../scss/_tmm_base.scss */
.sbl#content #main {
  float: right;
  min-height: 300px;
}

/* line 154, ../scss/_tmm_base.scss */
.custom-grid {
  /*.post { padding-bottom: rem-calc(10) !important; margin-bottom: 0!important; }*/
}
/* line 155, ../scss/_tmm_base.scss */
.custom-grid .row {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}
/* line 159, ../scss/_tmm_base.scss */
.custom-grid .columns,
.custom-grid .columns {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}

/* line 171, ../scss/_tmm_base.scss */
.section {
  position: relative;
  background-color: transparent;
  margin: 0;
}
/* line 176, ../scss/_tmm_base.scss */
.section.margin-off {
  margin: 0;
}
/* line 177, ../scss/_tmm_base.scss */
.section.margin-top-off {
  margin-top: 0;
}
/* line 178, ../scss/_tmm_base.scss */
.section.margin-bottom-off {
  margin-bottom: 0;
}
/* line 180, ../scss/_tmm_base.scss */
.section.margin-top-10 {
  margin-top: 0.625rem;
}
/* line 181, ../scss/_tmm_base.scss */
.section.margin-top-20 {
  margin-top: 1.25rem;
}
/* line 182, ../scss/_tmm_base.scss */
.section.margin-top-30 {
  margin-top: 1.875rem;
}
/* line 183, ../scss/_tmm_base.scss */
.section.margin-bottom-10 {
  margin-bottom: 0.625rem;
}
/* line 184, ../scss/_tmm_base.scss */
.section.margin-bottom-20 {
  margin-bottom: 1.25rem;
}
/* line 185, ../scss/_tmm_base.scss */
.section.margin-bottom-30 {
  margin-bottom: 1.875rem;
}
/* line 187, ../scss/_tmm_base.scss */
.section .relative {
  position: relative;
  z-index: 1;
}

/* line 193, ../scss/_tmm_base.scss */
.shortcode-section {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
  position: relative;
}
/* line 142, ../scss/_tmm_mixins.scss */
.shortcode-section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("../images/doted-border.png");
  content: "";
}
/* line 199, ../scss/_tmm_base.scss */
.shortcode-section.padding-off {
  padding: 0;
}
/* line 200, ../scss/_tmm_base.scss */
.shortcode-section.padding-top-off {
  padding-top: 0;
}
/* line 201, ../scss/_tmm_base.scss */
.shortcode-section.padding-bottom-off {
  padding-bottom: 0;
}

/* line 204, ../scss/_tmm_base.scss */
.section-title {
  color: #969696;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-size: 1.625rem;
  font-weight: bold;
  padding-top: 0.625rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #262626;
  border-top: 1px dashed #ababab;
}

/* line 218, ../scss/_tmm_base.scss */
.section-title-alternate {
  color: #969696;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
  padding: 0;
}

/* line 228, ../scss/_tmm_base.scss */
.divider, .divider-1, .divider-2, .divider-3 {
  position: relative;
  width: 100%;
  margin: 0.625rem 0 1.875rem 0;
}

/* line 234, ../scss/_tmm_base.scss */
.divider-1 {
  height: 1px;
  border-top: 1px dashed #ababab;
}

/* line 240, ../scss/_tmm_base.scss */
.divider-2 {
  height: 3px;
  background-image: url("../images/doted-border.png");
}

/* line 246, ../scss/_tmm_base.scss */
.divider-3 {
  border-top: 3px solid #262626;
}

/* line 176, ../scss/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 179, ../scss/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 182, ../scss/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 185, ../scss/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 48em) {
  /* line 191, ../scss/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 194, ../scss/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 197, ../scss/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 200, ../scss/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 191, ../scss/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 194, ../scss/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 197, ../scss/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 200, ../scss/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  /* line 191, ../scss/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 194, ../scss/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 197, ../scss/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 200, ../scss/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48.063em) {
  /* line 191, ../scss/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 194, ../scss/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 197, ../scss/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 200, ../scss/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 191, ../scss/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 194, ../scss/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 197, ../scss/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 200, ../scss/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 191, ../scss/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 194, ../scss/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 197, ../scss/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 200, ../scss/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 191, ../scss/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 194, ../scss/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 197, ../scss/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 200, ../scss/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 191, ../scss/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 194, ../scss/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 197, ../scss/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 200, ../scss/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 191, ../scss/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 194, ../scss/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 197, ../scss/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 200, ../scss/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 191, ../scss/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 194, ../scss/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 197, ../scss/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 200, ../scss/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 231, ../scss/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.header.type-1 .header-middle .header-middle-entry .logo > span,
.header.type-2 .header-middle .header-middle-entry .logo > span,
.header.type-3 .header-middle .header-middle-entry .logo > span,
.header.type-4 .header-middle .header-middle-entry .logo > span,
h2,
.post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .entry-title,
.post.post-classic .entry-header .entry-title,
.medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title,
h3,
.event .event-details dl dt.event-title,
.medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title,
.medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title,
h4,
.post-list.four-cols > article .post.post-alternate-1 .entry-header .entry-title,
.medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .entry-title,
.post-list.four-cols > article .post.post-alternate-3 .entry-header .entry-title,
.medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .entry-title,
.post-list.four-cols > article .post.post-classic .entry-header .entry-title,
.medium-3 > .post-list.full-width > article .post.post-classic .entry-header .entry-title,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 255, ../scss/_type.scss */
a {
  color: #14b3e4;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 261, ../scss/_type.scss */
a:hover, a:focus {
  color: #119ac4;
}
/* line 269, ../scss/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 275, ../scss/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 283, ../scss/_type.scss */
p.lead {
  font-size: 1.11875rem;
  line-height: 1.6;
}
/* line 287, ../scss/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 295, ../scss/_type.scss */
h1, .header.type-1 .header-middle .header-middle-entry .logo > span, .header.type-2 .header-middle .header-middle-entry .logo > span, .header.type-3 .header-middle .header-middle-entry .logo > span, .header.type-4 .header-middle .header-middle-entry .logo > span, h2, .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .owl-item .post.post-alternate-3 .entry-header .entry-title, .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, h3, .event .event-details dl dt.event-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, h4, .post-list.four-cols > article .post.post-alternate-1 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .entry-title, .post-list.four-cols > article .post.post-alternate-3 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .entry-title, .post-list.four-cols > article .post.post-classic .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .entry-title, h5, h6 {
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  line-height: 1.5;
  font-weight: normal;
}
/* line 302, ../scss/_type.scss */
h1 small, .header.type-1 .header-middle .header-middle-entry .logo > span small, .header.type-2 .header-middle .header-middle-entry .logo > span small, .header.type-3 .header-middle .header-middle-entry .logo > span small, .header.type-4 .header-middle .header-middle-entry .logo > span small, h2 small, .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title small, .owl-item .post.post-alternate-3 .entry-header .entry-title small, .post.post-classic .entry-header .entry-title small, .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title small, h3 small, .event .event-details dl dt.event-title small, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title small, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title small, .post-list.two-cols .post.post-classic .entry-header .entry-title small, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title small, .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title small, .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title small, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title small, h4 small, .post-list.four-cols > article .post.post-alternate-1 .entry-header .entry-title small, .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .entry-title small, .post-list.four-cols > article .post.post-alternate-3 .entry-header .entry-title small, .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .entry-title small, .post-list.four-cols > article .post.post-classic .entry-header .entry-title small, .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .entry-title small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 309, ../scss/_type.scss */
h1, .header.type-1 .header-middle .header-middle-entry .logo > span, .header.type-2 .header-middle .header-middle-entry .logo > span, .header.type-3 .header-middle .header-middle-entry .logo > span, .header.type-4 .header-middle .header-middle-entry .logo > span {
  font-size: 1.5rem;
  font-family: "Roboto Slab";
  color: #222222;
}

/* line 314, ../scss/_type.scss */
h2, .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .owl-item .post.post-alternate-3 .entry-header .entry-title, .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title {
  font-size: 0.9375rem;
  font-family: "Roboto Slab";
  color: #222222;
}

/* line 319, ../scss/_type.scss */
h3, .event .event-details dl dt.event-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title {
  font-size: 0.8125rem;
  font-family: "Roboto Slab";
  color: #222222;
}

/* line 324, ../scss/_type.scss */
h4, .post-list.four-cols > article .post.post-alternate-1 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .entry-title, .post-list.four-cols > article .post.post-alternate-3 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .entry-title, .post-list.four-cols > article .post.post-classic .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .entry-title {
  font-size: 0.6875rem;
  font-family: "Roboto Slab";
  color: #222222;
}

/* line 329, ../scss/_type.scss */
h5 {
  font-size: 1rem;
  font-family: "Roboto Slab";
  color: #222222;
}

/* line 334, ../scss/_type.scss */
h6 {
  font-size: 1rem;
  font-family: "Roboto Slab";
  color: #222222;
}

/* line 340, ../scss/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 344, ../scss/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 353, ../scss/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 359, ../scss/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 365, ../scss/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 370, ../scss/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #d6d6d6;
  border-width: 1px;
  border-style: solid;
  border-color: #c1c1c1;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 382, ../scss/_type.scss */
ul,
ol,
dl {
  font-size: 0.9rem;
  line-height: 2;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 392, ../scss/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 394, ../scss/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 397, ../scss/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 410, ../scss/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 419, ../scss/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 424, ../scss/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 428, ../scss/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 432, ../scss/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 436, ../scss/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 442, ../scss/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 445, ../scss/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 455, ../scss/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 459, ../scss/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 465, ../scss/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #777777;
  cursor: help;
}

/* line 472, ../scss/_type.scss */
abbr {
  text-transform: none;
}
/* line 474, ../scss/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #dddddd;
}

/* Blockquotes */
/* line 480, ../scss/_type.scss */
blockquote {
  position: relative;
  margin: 2.5rem 0;
  padding: 0 0 0 1.875rem;
}
/* line 485, ../scss/_type.scss */
blockquote:before {
  position: absolute;
  display: block;
  top: -43px;
  left: -11px;
  color: #84d4ec;
  font-family: "Roboto Slab";
  font-size: 5rem;
  font-weight: 400;
  content: '“';
}
/* line 497, ../scss/_type.scss */
blockquote p {
  color: #84d4ec;
  line-height: 1.7;
  font-family: "PT Serif", serif;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: bold;
}
/* line 508, ../scss/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 512, ../scss/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 517, ../scss/_type.scss */
blockquote a,
blockquote a:visited {
  color: #84d4ec;
}

/* Microformats */
/* line 524, ../scss/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
/* line 530, ../scss/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 534, ../scss/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 541, ../scss/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 545, ../scss/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 48.063em) {
  /* line 555, ../scss/_type.scss */
  h1, .header.type-1 .header-middle .header-middle-entry .logo > span, .header.type-2 .header-middle .header-middle-entry .logo > span, .header.type-3 .header-middle .header-middle-entry .logo > span, .header.type-4 .header-middle .header-middle-entry .logo > span, h2, .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .owl-item .post.post-alternate-3 .entry-header .entry-title, .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, h3, .event .event-details dl dt.event-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, h4, .post-list.four-cols > article .post.post-alternate-1 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .entry-title, .post-list.four-cols > article .post.post-alternate-3 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .entry-title, .post-list.four-cols > article .post.post-classic .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .entry-title, h5, h6 {
    line-height: 1.5;
  }

  /* line 558, ../scss/_type.scss */
  h1, .header.type-1 .header-middle .header-middle-entry .logo > span, .header.type-2 .header-middle .header-middle-entry .logo > span, .header.type-3 .header-middle .header-middle-entry .logo > span, .header.type-4 .header-middle .header-middle-entry .logo > span {
    font-size: 2.125rem;
  }

  /* line 561, ../scss/_type.scss */
  h2, .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .owl-item .post.post-alternate-3 .entry-header .entry-title, .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title {
    font-size: 1.5625rem;
  }

  /* line 564, ../scss/_type.scss */
  h3, .event .event-details dl dt.event-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title {
    font-size: 1.125rem;
  }

  /* line 567, ../scss/_type.scss */
  h4, .post-list.four-cols > article .post.post-alternate-1 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .entry-title, .post-list.four-cols > article .post.post-alternate-3 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .entry-title, .post-list.four-cols > article .post.post-classic .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .entry-title {
    font-size: 1rem;
  }

  /* line 570, ../scss/_type.scss */
  h5 {
    font-size: 1rem;
  }

  /* line 573, ../scss/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/* line 583, ../scss/_type.scss */
.page-title {
  position: relative;
  margin-bottom: 4.0625rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #ababab;
}
/* line 594, ../scss/_type.scss */
.page-title h1, .page-title .header.type-1 .header-middle .header-middle-entry .logo > span, .header.type-1 .header-middle .header-middle-entry .page-title .logo > span, .page-title .header.type-2 .header-middle .header-middle-entry .logo > span, .header.type-2 .header-middle .header-middle-entry .page-title .logo > span, .page-title .header.type-3 .header-middle .header-middle-entry .logo > span, .header.type-3 .header-middle .header-middle-entry .page-title .logo > span, .page-title .header.type-4 .header-middle .header-middle-entry .logo > span, .header.type-4 .header-middle .header-middle-entry .page-title .logo > span {
  color: #bebebe;
  margin-bottom: 0.3125rem;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Roboto Slab";
  font-size: 2.125rem;
  font-weight: 600;
}
/* line 606, ../scss/_type.scss */
.page-title .breadcrumbs {
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
}
/* line 613, ../scss/_type.scss */
.page-title .breadcrumbs a {
  display: inline-block;
  position: relative;
  color: #818181;
  padding-right: 1.25rem;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 620, ../scss/_type.scss */
.page-title .breadcrumbs a:after {
  position: absolute;
  right: 6px;
  color: #b4b4b4;
  content: "\e8b8";
  font-family: "fontello";
}
/* line 628, ../scss/_type.scss */
.page-title .breadcrumbs a:hover {
  color: #14b3e4;
}

/* line 232, ../scss/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 73.125rem;
}
/* line 143, ../scss/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 144, ../scss/_global.scss */
.row:after {
  clear: both;
}
/* line 236, ../scss/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 239, ../scss/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 242, ../scss/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 143, ../scss/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 144, ../scss/_global.scss */
.row .row:after {
  clear: both;
}
/* line 243, ../scss/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 143, ../scss/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 144, ../scss/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 247, ../scss/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 250, ../scss/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 251, ../scss/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, ../scss/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../scss/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../scss/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, ../scss/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../scss/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../scss/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../scss/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 204, ../scss/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 209, ../scss/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 216, ../scss/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../scss/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../scss/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 48.063em) {
  /* line 159, ../scss/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../scss/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, ../scss/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../scss/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../scss/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../scss/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 204, ../scss/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 209, ../scss/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 216, ../scss/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../scss/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../scss/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 261, ../scss/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 261, ../scss/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 264, ../scss/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 159, ../scss/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../scss/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../scss/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../scss/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../scss/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 172, ../scss/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../scss/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, ../scss/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../scss/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../scss/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../scss/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 204, ../scss/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 209, ../scss/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 216, ../scss/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../scss/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../scss/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 272, ../scss/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 272, ../scss/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 275, ../scss/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@-webkit-keyframes loading {
  /* line 7, ../scss/_tmm_animations.scss */
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }

  /* line 12, ../scss/_tmm_animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@-moz-keyframes loading {
  /* line 20, ../scss/_tmm_animations.scss */
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }

  /* line 25, ../scss/_tmm_animations.scss */
  100% {
    opacity: 1;
    -moz-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@-o-keyframes loading {
  /* line 33, ../scss/_tmm_animations.scss */
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }

  /* line 38, ../scss/_tmm_animations.scss */
  100% {
    opacity: 1;
    -o-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@-ms-keyframes loading {
  /* line 46, ../scss/_tmm_animations.scss */
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }

  /* line 51, ../scss/_tmm_animations.scss */
  100% {
    opacity: 1;
    -ms-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@keyframes loading {
  /* line 59, ../scss/_tmm_animations.scss */
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }

  /* line 64, ../scss/_tmm_animations.scss */
  100% {
    opacity: 1;
    transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@-webkit-keyframes rotate {
  /* line 76, ../scss/_tmm_animations.scss */
  0% {
    -webkit-transform: rotate(360deg);
  }

  /* line 77, ../scss/_tmm_animations.scss */
  100% {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotate {
  /* line 81, ../scss/_tmm_animations.scss */
  0% {
    -moz-transform: rotate(360deg);
  }

  /* line 82, ../scss/_tmm_animations.scss */
  100% {
    -moz-transform: rotate(0);
  }
}
@-o-keyframes rotate {
  /* line 86, ../scss/_tmm_animations.scss */
  0% {
    -o-transform: rotate(360deg);
  }

  /* line 87, ../scss/_tmm_animations.scss */
  100% {
    -o-transform: rotate(0);
  }
}
@keyframes rotate {
  /* line 91, ../scss/_tmm_animations.scss */
  0% {
    transform: rotate(360deg);
  }

  /* line 92, ../scss/_tmm_animations.scss */
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes unrotate {
  /* line 100, ../scss/_tmm_animations.scss */
  0% {
    -webkit-transform: rotate(-360deg);
  }

  /* line 101, ../scss/_tmm_animations.scss */
  100% {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes unrotate {
  /* line 105, ../scss/_tmm_animations.scss */
  0% {
    -moz-transform: rotate(-360deg);
  }

  /* line 106, ../scss/_tmm_animations.scss */
  100% {
    -moz-transform: rotate(0);
  }
}
@-o-keyframes unrotate {
  /* line 110, ../scss/_tmm_animations.scss */
  0% {
    -o-transform: rotate(-360deg);
  }

  /* line 111, ../scss/_tmm_animations.scss */
  100% {
    -o-transform: rotate(0);
  }
}
@keyframes unrotate {
  /* line 115, ../scss/_tmm_animations.scss */
  0% {
    transform: rotate(-360deg);
  }

  /* line 116, ../scss/_tmm_animations.scss */
  100% {
    transform: rotate(0);
  }
}
@keyframes anim-dash {
  /* line 125, ../scss/_tmm_animations.scss */
  0% {
    stroke-dashoffset: 1680;
  }

  /* line 128, ../scss/_tmm_animations.scss */
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-dash {
  /* line 134, ../scss/_tmm_animations.scss */
  0% {
    stroke-dashoffset: 1680;
  }

  /* line 137, ../scss/_tmm_animations.scss */
  100% {
    stroke-dashoffset: 0;
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  /* line 145, ../scss/_tmm_animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
  }

  /* line 146, ../scss/_tmm_animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem-1 {
  /* line 150, ../scss/_tmm_animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  /* line 151, ../scss/_tmm_animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-elem-2 {
  /* line 155, ../scss/_tmm_animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
  }

  /* line 156, ../scss/_tmm_animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem-2 {
  /* line 160, ../scss/_tmm_animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }

  /* line 161, ../scss/_tmm_animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 170, ../scss/_tmm_animations.scss */
#spinningSquaresG {
  position: relative;
  width: 240px;
  height: 29px;
  margin: 40px auto;
}

/* line 178, ../scss/_tmm_animations.scss */
.post-slider-wrapper #spinningSquaresG {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 29px;
  margin-top: -30px;
  margin-left: -120px;
  margin-bottom: 0;
  margin-right: 0;
}

/* line 193, ../scss/_tmm_animations.scss */
.spinningSquaresG {
  position: absolute;
  top: 0;
  background-color: #14b3e4;
  width: 29px;
  height: 29px;
  -moz-animation-name: bounce_spinningSquaresG;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -moz-transform: scale(0.3);
  -webkit-animation-name: bounce_spinningSquaresG;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-transform: scale(0.3);
  -ms-animation-name: bounce_spinningSquaresG;
  -ms-animation-duration: 1.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -ms-transform: scale(0.3);
  -o-animation-name: bounce_spinningSquaresG;
  -o-animation-duration: 1.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-transform: scale(0.3);
  animation-name: bounce_spinningSquaresG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  transform: scale(0.3);
}

/* line 226, ../scss/_tmm_animations.scss */
#spinningSquaresG_1 {
  left: 0;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
}

/* line 235, ../scss/_tmm_animations.scss */
#spinningSquaresG_2 {
  left: 30px;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

/* line 244, ../scss/_tmm_animations.scss */
#spinningSquaresG_3 {
  left: 60px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

/* line 253, ../scss/_tmm_animations.scss */
#spinningSquaresG_4 {
  left: 90px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
}

/* line 262, ../scss/_tmm_animations.scss */
#spinningSquaresG_5 {
  left: 120px;
  -moz-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

/* line 271, ../scss/_tmm_animations.scss */
#spinningSquaresG_6 {
  left: 150px;
  -moz-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  animation-delay: 1.17s;
}

/* line 280, ../scss/_tmm_animations.scss */
#spinningSquaresG_7 {
  left: 180px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

/* line 289, ../scss/_tmm_animations.scss */
#spinningSquaresG_8 {
  left: 210px;
  -moz-animation-delay: 1.43s;
  -webkit-animation-delay: 1.43s;
  -ms-animation-delay: 1.43s;
  -o-animation-delay: 1.43s;
  animation-delay: 1.43s;
}

@-moz-keyframes bounce_spinningSquaresG {
  /* line 299, ../scss/_tmm_animations.scss */
  0% {
    -moz-transform: scale(1);
    background-color: #14b3e4;
  }

  /* line 304, ../scss/_tmm_animations.scss */
  100% {
    -moz-transform: scale(0.3) rotate(90deg);
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes bounce_spinningSquaresG {
  /* line 312, ../scss/_tmm_animations.scss */
  0% {
    -webkit-transform: scale(1);
    background-color: #14b3e4;
  }

  /* line 317, ../scss/_tmm_animations.scss */
  100% {
    -webkit-transform: scale(0.3) rotate(90deg);
    background-color: #FFFFFF;
  }
}
@-ms-keyframes bounce_spinningSquaresG {
  /* line 325, ../scss/_tmm_animations.scss */
  0% {
    -ms-transform: scale(1);
    background-color: #14b3e4;
  }

  /* line 330, ../scss/_tmm_animations.scss */
  100% {
    -ms-transform: scale(0.3) rotate(90deg);
    background-color: #FFFFFF;
  }
}
@-o-keyframes bounce_spinningSquaresG {
  /* line 338, ../scss/_tmm_animations.scss */
  0% {
    -o-transform: scale(1);
    background-color: #14b3e4;
  }

  /* line 343, ../scss/_tmm_animations.scss */
  100% {
    -o-transform: scale(0.3) rotate(90deg);
    background-color: #FFFFFF;
  }
}
@keyframes bounce_spinningSquaresG {
  /* line 351, ../scss/_tmm_animations.scss */
  0% {
    transform: scale(1);
    background-color: #14b3e4;
  }

  /* line 356, ../scss/_tmm_animations.scss */
  100% {
    transform: scale(0.3) rotate(90deg);
    background-color: #FFFFFF;
  }
}
/* line 367, ../scss/_tmm_animations.scss */
.tmm_loader {
  background: whitesmoke;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
}
/* line 377, ../scss/_tmm_animations.scss */
.tmm_loader .tmm_logo {
  color: #262626;
  font-family: "Roboto Slab";
  font-size: 2.125rem;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
/* line 393, ../scss/_tmm_animations.scss */
.tmm_loader .tmm_logo b {
  color: #969696;
}

/* line 399, ../scss/_tmm_animations.scss */
.loader {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: -90px 0 0 0;
}

/* line 407, ../scss/_tmm_animations.scss */
.tmm_loader.fade {
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

/* line 412, ../scss/_tmm_animations.scss */
#wrapper.translate {
  transform: translate3d(0, -1%, 0);
  -webkit-transform: translate3d(0, -1%, 0);
}

/* line 416, ../scss/_tmm_animations.scss */
#wrapper.translateRun {
  animation: animLoadedWrapper 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -webkit-animation: animLoadedWrapper 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedHeader {
  /* line 422, ../scss/_tmm_animations.scss */
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes animLoadedHeader {
  /* line 425, ../scss/_tmm_animations.scss */
  to {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes animLoadedWrapper {
  /* line 429, ../scss/_tmm_animations.scss */
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes animLoadedWrapper {
  /* line 433, ../scss/_tmm_animations.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
/* ---------------------------------------------------------------------- */
/*	Animation
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- */
/*	Opacity
/* -------------------------------------------------- */
/* line 445, ../scss/_tmm_animations.scss */
.animated .opacity {
  opacity: 0;
}

/* line 447, ../scss/_tmm_animations.scss */
.animated .opacityRun {
  opacity: 1;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

/* -------------------------------------------------- */
/*	Opacity 2x
/* -------------------------------------------------- */
/* line 457, ../scss/_tmm_animations.scss */
.animated .opacity2x {
  opacity: 0;
}

/* line 459, ../scss/_tmm_animations.scss */
.animated .opacity2xRun {
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* -------------------------------------------------- */
/*	Scale
/* -------------------------------------------------- */
/* line 469, ../scss/_tmm_animations.scss */
.animated .scale {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 475, ../scss/_tmm_animations.scss */
.animated .scaleRun {
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: scaleRun;
  animation-name: scaleRun;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* -------------------------------------------------- */
/*	Slide Right
/* -------------------------------------------------- */
/* line 493, ../scss/_tmm_animations.scss */
.animated .slideRight {
  opacity: 0;
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
}

/* line 499, ../scss/_tmm_animations.scss */
.animated .slideRightRun {
  opacity: 1;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-animation-name: slideRightRun;
  animation-name: slideRightRun;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* -------------------------------------------------- */
/*	Slide Left
/* -------------------------------------------------- */
/* line 519, ../scss/_tmm_animations.scss */
.animated .slideLeft {
  opacity: 0;
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
}

/* line 525, ../scss/_tmm_animations.scss */
.animated .slideLeftRun {
  opacity: 1;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-animation-name: slideLeftRun;
  animation-name: slideLeftRun;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* -------------------------------------------------- */
/*	Slide Down
/* -------------------------------------------------- */
/* line 545, ../scss/_tmm_animations.scss */
.animated .slideDown {
  opacity: 0;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}

/* line 551, ../scss/_tmm_animations.scss */
.animated .slideDownRun {
  opacity: 1;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-animation-name: slideDownRun;
  animation-name: slideDownRun;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* -------------------------------------------------- */
/*	Slide Up
/* -------------------------------------------------- */
/* line 571, ../scss/_tmm_animations.scss */
.animated .slideUp {
  opacity: 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}

/* line 577, ../scss/_tmm_animations.scss */
.animated .slideUpRun {
  opacity: 1;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-animation-name: slideUpRun;
  animation-name: slideUpRun;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* -------------------------------------------------- */
/*	Slide Up 2x
/* -------------------------------------------------- */
/* line 597, ../scss/_tmm_animations.scss */
.animated .slideUp2x {
  opacity: 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}

/* line 603, ../scss/_tmm_animations.scss */
.animated .slideUp2xRun {
  opacity: 1;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-animation-name: slideUpRun;
  animation-name: slideUpRun;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* -------------------------------------------------- */
/*	Extra Radius
/* -------------------------------------------------- */
/* line 623, ../scss/_tmm_animations.scss */
.animated .extraRadius {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 629, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0, 1.035, 0.265, 1.55), opacity 0.45s ease;
  transition: transform 0.65s cubic-bezier(0, 1.035, 0.265, 1.55), opacity 0.45s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 639, ../scss/_tmm_animations.scss */
.animated .extraRadius .inner-content > * {
  opacity: 0;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 650, ../scss/_tmm_animations.scss */
.animated .extraRadius .inner-content > *:nth-child(1),
.animated .extraRadius .inner-content > *:nth-child(3),
.animated .extraRadius .inner-content > *:nth-child(5) {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}

/* line 657, ../scss/_tmm_animations.scss */
.animated .extraRadius .inner-content > *:nth-child(2),
.animated .extraRadius .inner-content > *:nth-child(4),
.animated .extraRadius .inner-content > *:nth-child(6) {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

/* line 664, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(1),
.animated .elementFadeRun .inner-content > *:nth-child(1),
.animated .opacityRun .inner-content > *:nth-child(1),
.animated .opacity2xRun .inner-content > *:nth-child(1),
.animated .scaleRun .inner-content > *:nth-child(1),
.animated .slideRightRun .inner-content > *:nth-child(1),
.animated .slideLeftRun .inner-content > *:nth-child(1),
.animated .slideDownRun .inner-content > *:nth-child(1),
.animated .slideUpRun .inner-content > *:nth-child(1),
.animated .slideUp2xRun .inner-content > *:nth-child(1) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

/* line 679, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(2) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

/* line 684, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(3) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

/* line 689, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(4) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

/* line 694, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(5) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

/* line 699, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(6) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

/* line 704, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(7) {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}

/* line 709, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(8) {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

/* line 714, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(9) {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s;
}

/* line 719, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(10) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}

/* line 724, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(11) {
  -webkit-transition-delay: 6.6s;
  transition-delay: 6.6s;
}

/* line 729, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > *:nth-child(12) {
  -webkit-transition-delay: 7.2s;
  transition-delay: 7.2s;
}

/* line 734, ../scss/_tmm_animations.scss */
.animated .extraRadiusRun .inner-content > * {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* -------------------------------------------------- */
/*	Element Fade for Post Items
/* -------------------------------------------------- */
/* line 745, ../scss/_tmm_animations.scss */
.animated .elementFade {
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/* line 751, ../scss/_tmm_animations.scss */
.animated .elementFadeRun {
  opacity: 1;
  -webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
  transition: transform 0.5s ease, opacity .5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* -------------------------------------------------- */
/*	Other Effects
/* -------------------------------------------------- */
/* line 764, ../scss/_tmm_animations.scss */
.translateEffect {
  opacity: 0;
  -webkit-transition: -webkit-transform .60s ease-in-out, opacity .30s ease-in-out;
  transition: transform .60s ease-in-out, opacity .30s ease-in-out;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 774, ../scss/_tmm_animations.scss */
.touch .translateEffect {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 780, ../scss/_tmm_animations.scss */
.translateEffectRun {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ---------------------------------------------------------------------- */
/*	Keyframes
/* ---------------------------------------------------------------------- */
/* SlideLeft */
@-webkit-keyframes slideLeftRun {
  /* line 794, ../scss/_tmm_animations.scss */
  0% {
    -webkit-transform: translateX(15%);
  }

  /* line 795, ../scss/_tmm_animations.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideLeftRun {
  /* line 799, ../scss/_tmm_animations.scss */
  0% {
    transform: translateX(15%);
  }

  /* line 800, ../scss/_tmm_animations.scss */
  100% {
    transform: translateX(0);
  }
}
/* SlideRight */
@-webkit-keyframes slideRightRun {
  /* line 806, ../scss/_tmm_animations.scss */
  0% {
    -webkit-transform: translateX(-15%);
  }

  /* line 807, ../scss/_tmm_animations.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideRightRun {
  /* line 811, ../scss/_tmm_animations.scss */
  0% {
    transform: translateX(-15%);
  }

  /* line 812, ../scss/_tmm_animations.scss */
  100% {
    transform: translateX(0);
  }
}
/* SlideDown */
@-webkit-keyframes slideDownRun {
  /* line 818, ../scss/_tmm_animations.scss */
  0% {
    -webkit-transform: translateY(-15%);
  }

  /* line 819, ../scss/_tmm_animations.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDownRun {
  /* line 823, ../scss/_tmm_animations.scss */
  0% {
    transform: translateY(-15%);
  }

  /* line 824, ../scss/_tmm_animations.scss */
  100% {
    transform: translateY(0);
  }
}
/* SlideUp */
@-webkit-keyframes slideUpRun {
  /* line 830, ../scss/_tmm_animations.scss */
  0% {
    -webkit-transform: translateY(15%);
  }

  /* line 831, ../scss/_tmm_animations.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideUpRun {
  /* line 835, ../scss/_tmm_animations.scss */
  0% {
    transform: translateY(15%);
  }

  /* line 836, ../scss/_tmm_animations.scss */
  100% {
    transform: translateY(0);
  }
}
/* Scale */
@-webkit-keyframes scaleRun {
  /* line 842, ../scss/_tmm_animations.scss */
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  /* line 843, ../scss/_tmm_animations.scss */
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleRun {
  /* line 847, ../scss/_tmm_animations.scss */
  0% {
    transform: scale(0);
    opacity: 0;
  }

  /* line 848, ../scss/_tmm_animations.scss */
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Scale For Pricing */
@-webkit-keyframes scaleRunPricing {
  /* line 854, ../scss/_tmm_animations.scss */
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }

  /* line 855, ../scss/_tmm_animations.scss */
  100% {
    -webkit-transform: scale(1.05);
    opacity: 1;
  }
}
@keyframes scaleRunPricing {
  /* line 859, ../scss/_tmm_animations.scss */
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  /* line 860, ../scss/_tmm_animations.scss */
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}
/* line 29, ../scss/_tmm_buttons.scss */
.button, input[type="submit"] {
  display: inline-block;
  margin: 0 0 0.625rem;
  line-height: 1;
  outline: none;
  color: white;
  background-color: #14b3e4;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0.625rem;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 1.125rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 58, ../scss/_tmm_buttons.scss */
.button.small, input.small[type="submit"] {
  padding: 0.5rem 1.125rem;
  font-size: 0.75rem;
}
/* line 59, ../scss/_tmm_buttons.scss */
.button.middle, input.middle[type="submit"] {
  padding: 0.75rem 1.75rem;
  font-size: 0.9375rem;
}
/* line 60, ../scss/_tmm_buttons.scss */
.button.large, input.large[type="submit"] {
  padding: 0.875rem 2.5rem;
  font-size: 1.125rem;
}
/* line 63, ../scss/_tmm_buttons.scss */
.button.default, input.default[type="submit"] {
  width: auto;
  color: black;
  border-color: #262626;
  background-color: whitesmoke;
}
/* line 69, ../scss/_tmm_buttons.scss */
.button.default:hover, input.default[type="submit"]:hover {
  color: white;
  border-color: transparent;
  background-color: #14b3e4;
}
/* line 76, ../scss/_tmm_buttons.scss */
.button.tag_more, input.tag_more[type="submit"] {
  margin-bottom: 0;
  margin-top: 0.625rem;
}
/* line 79, ../scss/_tmm_buttons.scss */
.button:hover, input[type="submit"]:hover {
  color: black;
  border-color: #262626;
  background-color: whitesmoke;
}
/* line 85, ../scss/_tmm_buttons.scss */
.button.submit, input.submit[type="submit"] {
  margin: 0;
}
/* line 88, ../scss/_tmm_buttons.scss */
.button.submit.mail-icon, input.submit.mail-icon[type="submit"] {
  width: 50px;
  height: 46px;
  margin: 0;
  display: block;
  text-align: center;
  color: white;
}
/* line 95, ../scss/_tmm_buttons.scss */
.button.submit.mail-icon:after, input.submit.mail-icon[type="submit"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\e826';
  font-size: 1.25rem;
  font-family: "fontello";
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}

/* line 110, ../scss/_tmm_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 111, ../scss/_tmm_buttons.scss */
input[type="submit"] {
  text-transform: none;
  padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  text-align: center;
  line-height: .8rem;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
}
/* line 122, ../scss/_tmm_buttons.scss */
input[type="submit"].submit-donate {
  position: relative;
  font-weight: normal;
  font-size: 1.1875rem;
  text-transform: uppercase;
  background-color: #ff615e;
  padding: 1.25rem 2.3125rem;
  border-width: 2px;
  border-color: #ff615e;
  border-style: solid;
}
/* line 134, ../scss/_tmm_buttons.scss */
input[type="submit"].submit-donate:hover {
  background-color: white;
  border-color: #000;
  color: #000;
}

/* line 22, ../scss/_tmm_forms.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 30, ../scss/_tmm_forms.scss */
input[type="image"] {
  outline: none;
}

/* line 34, ../scss/_tmm_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 41, ../scss/_tmm_forms.scss */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="search"],
input[type="color"],
textarea, select {
  display: inline-block;
  padding: 1rem 1.125rem;
  color: #777777;
  width: 100%;
  outline: 0;
  border: 0;
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -ms-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  -webkit-box-shadow: 0 1px 5px 1px #dddddd;
  -moz-box-shadow: 0 1px 5px 1px #dddddd;
  -ms-box-shadow: 0 1px 5px 1px #dddddd;
  box-shadow: 0 1px 5px 1px #dddddd;
}
/* line 72, ../scss/_tmm_forms.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="color"]:focus,
textarea:focus, select:focus {
  -webkit-box-shadow: 0 1px 10px 1px rgba(20, 179, 228, 0.5);
  -moz-box-shadow: 0 1px 10px 1px rgba(20, 179, 228, 0.5);
  -ms-box-shadow: 0 1px 10px 1px rgba(20, 179, 228, 0.5);
  box-shadow: 0 1px 10px 1px rgba(20, 179, 228, 0.5);
}
/* line 76, ../scss/_tmm_forms.scss */
#footer input[type="text"], #footer
input[type="email"], #footer
input[type="tel"], #footer
input[type="number"], #footer
input[type="password"], #footer
input[type="datetime"], #footer
input[type="datetime-local"], #footer
input[type="date"], #footer
input[type="month"], #footer
input[type="time"], #footer
input[type="week"], #footer
input[type="url"], #footer
input[type="search"], #footer
input[type="color"], #footer
textarea, #footer select {
  background-color: #313133;
  -webkit-box-shadow: 0 1px 5px 1px transparent;
  -moz-box-shadow: 0 1px 5px 1px transparent;
  -ms-box-shadow: 0 1px 5px 1px transparent;
  box-shadow: 0 1px 5px 1px transparent;
}
/* line 80, ../scss/_tmm_forms.scss */
#footer input[type="text"]:focus, #footer
input[type="email"]:focus, #footer
input[type="tel"]:focus, #footer
input[type="number"]:focus, #footer
input[type="password"]:focus, #footer
input[type="datetime"]:focus, #footer
input[type="datetime-local"]:focus, #footer
input[type="date"]:focus, #footer
input[type="month"]:focus, #footer
input[type="time"]:focus, #footer
input[type="week"]:focus, #footer
input[type="url"]:focus, #footer
input[type="search"]:focus, #footer
input[type="color"]:focus, #footer
textarea:focus, #footer select:focus {
  -webkit-box-shadow: 0 1px 10px 1px #306070;
  -moz-box-shadow: 0 1px 10px 1px #306070;
  -ms-box-shadow: 0 1px 10px 1px #306070;
  box-shadow: 0 1px 10px 1px #306070;
}

/* line 86, ../scss/_tmm_forms.scss */
textarea {
  resize: both;
  min-height: 90px;
  max-width: 100%;
}

/* line 92, ../scss/_tmm_forms.scss */
select {
  background-color: white;
  border-radius: 0;
  display: inline-block;
  font-style: italic;
  line-height: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #777777 50%), linear-gradient(135deg, #777777 50%, transparent 50%), linear-gradient(to right, #777777, #777777);
  background-position: calc(100% - 26px) calc(1em + 8px), calc(100% - 19px) calc(1em + 8px), 0;
  background-size: 8px 7px, 8px 7px, 0;
  background-repeat: no-repeat;
}
/* line 115, ../scss/_tmm_forms.scss */
select:focus {
  outline: 0;
}

/* line 120, ../scss/_tmm_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
/* line 129, ../scss/_tmm_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  cursor: pointer;
}
/* line 136, ../scss/_tmm_forms.scss */
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: '';
  position: relative;
  top: -0.125rem;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  outline: none;
  border: 3px solid transparent;
  -webkit-box-shadow: 0 1px 5px 1px #dddddd;
  -moz-box-shadow: 0 1px 5px 1px #dddddd;
  -ms-box-shadow: 0 1px 5px 1px #dddddd;
  box-shadow: 0 1px 5px 1px #dddddd;
  -webkit-transition: background 0.35s ease-in;
  -moz-transition: background 0.35s ease-in;
  -ms-transition: background 0.35s ease-in;
  transition: background 0.35s ease-in;
}
/* line 152, ../scss/_tmm_forms.scss */
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0.1875rem;
  top: 0.125rem;
  font-family: "fontello";
  font-size: 1.25rem;
  line-height: 1.125rem;
  color: #14b3e4;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -ms-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
/* line 170, ../scss/_tmm_forms.scss */
input[type="checkbox"].tmm-checkbox + label:after,
input[type="radio"].tmm-checkbox + label:after {
  content: '\e9a4';
}
/* line 176, ../scss/_tmm_forms.scss */
input[type="checkbox"].tmm-checkbox:checked + label:after,
input[type="radio"].tmm-checkbox:checked + label:after {
  opacity: 1;
}
/* line 185, ../scss/_tmm_forms.scss */
input[type="checkbox"].tmm-radio + label:before,
input[type="radio"].tmm-radio + label:before {
  border: 3px solid white;
  border-radius: 50%;
}
/* line 193, ../scss/_tmm_forms.scss */
input[type="checkbox"].tmm-radio:checked + label:before,
input[type="radio"].tmm-radio:checked + label:before {
  background-color: #14b3e4;
}

/* line 206, ../scss/_tmm_forms.scss */
.contact-form h6 {
  font-weight: 400;
  margin-bottom: 0.3125rem;
}
/* line 212, ../scss/_tmm_forms.scss */
.contact-form > .tmmFormStyling:not(.form-textarea) {
  width: 60%;
}
/* line 215, ../scss/_tmm_forms.scss */
.contact-form > .tmmFormStyling.row {
  width: 64%;
}
/* line 221, ../scss/_tmm_forms.scss */
.contact-form .tmmFormStyling.form-captcha {
  display: inline-block;
}
/* line 224, ../scss/_tmm_forms.scss */
.contact-form .tmmFormStyling.form-captcha > span {
  display: none;
  vertical-align: middle;
}
/* line 228, ../scss/_tmm_forms.scss */
.contact-form .tmmFormStyling.form-captcha > span.show-captcha {
  display: block;
  margin-bottom: 1.25rem;
}
/* line 234, ../scss/_tmm_forms.scss */
.contact-form .tmmFormStyling.form-captcha > button {
  margin: 0;
  vertical-align: middle;
}
/* line 239, ../scss/_tmm_forms.scss */
.contact-form .tmmFormStyling.form-captcha iframe[name="capcha_image_frame"] {
  margin: 0;
  padding: 0;
  width: 107px;
  height: 43px;
  margin-right: 0.625rem;
  overflow: hidden;
  vertical-align: middle;
}
/* line 249, ../scss/_tmm_forms.scss */
.contact-form .tmmFormStyling.form-captcha .verify {
  width: 6.875rem;
  height: 2.6875rem;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.625rem;
  padding: 0.625rem 1.25rem;
}
/* line 260, ../scss/_tmm_forms.scss */
.contact-form .tmmFormStyling.form-textarea textarea {
  min-height: 9.375rem;
}
/* line 265, ../scss/_tmm_forms.scss */
.contact-form .tmmFormStyling.form-checkbox {
  margin-bottom: 0.3125rem;
}
/* line 270, ../scss/_tmm_forms.scss */
.contact-form .info-title {
  margin-top: 2.5rem;
}
/* line 275, ../scss/_tmm_forms.scss */
.contact-form .contact_form_responce ul {
  margin: 0;
  list-style: none;
}

/* line 282, ../scss/_tmm_forms.scss */
fieldset {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
}

/* line 291, ../scss/_tmm_forms.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #bebebe;
}
/* line 295, ../scss/_tmm_forms.scss */
#footer input::-webkit-input-placeholder, #footer
textarea::-webkit-input-placeholder {
  color: #878787;
}

/* line 299, ../scss/_tmm_forms.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
  color: #bebebe;
  opacity: 1;
}
/* line 304, ../scss/_tmm_forms.scss */
#footer input:-moz-placeholder, #footer
textarea:-moz-placeholder {
  color: #878787;
}

/* line 308, ../scss/_tmm_forms.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
  color: #bebebe;
  opacity: 1;
}
/* line 313, ../scss/_tmm_forms.scss */
#footer input::-moz-placeholder, #footer
textarea::-moz-placeholder {
  color: #878787;
}

/* line 317, ../scss/_tmm_forms.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
  color: #bebebe;
}
/* line 321, ../scss/_tmm_forms.scss */
#footer input:-ms-input-placeholder, #footer
textarea:-ms-input-placeholder {
  color: #878787;
}

/* line 325, ../scss/_tmm_forms.scss */
.submit-search {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  font-size: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  outline: none;
}
/* line 338, ../scss/_tmm_forms.scss */
.submit-search:before, .submit-search:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "fontello";
  font-size: 1.25rem;
  line-height: 46px;
  color: #11547b;
  content: "\e824";
}
/* line 352, ../scss/_tmm_forms.scss */
.submit-search:after {
  height: 0;
  color: #14b3e4;
  overflow: hidden;
  -webkit-transition: height 0.4s linear;
  -moz-transition: height 0.4s linear;
  -ms-transition: height 0.4s linear;
  transition: height 0.4s linear;
}
/* line 359, ../scss/_tmm_forms.scss */
.submit-search:hover:after {
  height: 100%;
}

/* line 54, ../scss/_tmm_header.scss */
.header.type-1 .header-top {
  width: 100%;
  background-color: #e1e1e1;
  position: relative;
}
/* line 59, ../scss/_tmm_header.scss */
.header.type-1 .header-top .social-icons {
  float: right;
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 70, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 0;
  margin-bottom: 0;
}
/* line 78, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
/* line 84, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background-color: transparent;
  color: #b4b4b4;
  content: "";
  font-family: 'fontello';
  font-size: 0.8125rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.twitter a:before {
  content: "\e986";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.twitter a:hover:before {
  background-color: #47c0d8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.facebook a:before {
  content: "\ea85";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.facebook a:hover:before {
  background-color: #49699f;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.linkedin a:before {
  content: "\ea8e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.linkedin a:hover:before {
  background-color: #2c7cb7;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.rss a:before {
  content: "\e88d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.rss a:hover:before {
  background-color: #fe9900;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.pinterest a:before {
  content: "\ede9";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.pinterest a:hover:before {
  background-color: #c21c21;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.gplus a:before {
  content: "\e974";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.gplus a:hover:before {
  background-color: #c33d19;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.instagram a:before {
  content: "\ea9b";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.instagram a:hover:before {
  background-color: #517fa3;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.dribbble a:before {
  content: "\e969";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.dribbble a:hover:before {
  background-color: #e65992;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.dropbox a:before {
  content: "\e96a";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.dropbox a:hover:before {
  background-color: #5da3e8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.youtube a:before {
  content: "\e98d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.youtube a:hover:before {
  background-color: #b72d24;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.blogger a:before {
  content: "\ee56";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.blogger a:hover:before {
  background-color: #f38f33;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.evernote a:before {
  content: "\ea9d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.evernote a:hover:before {
  background-color: #73b122;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.behance a:before {
  content: "\eaa7";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.behance a:hover:before {
  background-color: #18a3fe;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.skype a:before {
  content: "\e97f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.skype a:hover:before {
  background-color: #24b0e4;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.vimeo a:before {
  content: "\ea81";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.vimeo a:hover:before {
  background-color: #568799;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.digg a:before {
  content: "\edf3";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.digg a:hover:before {
  background-color: #2882c6;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.appstore a:before {
  content: "\edf8";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.appstore a:hover:before {
  background-color: #606060;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.wordpress a:before {
  content: "\ee29";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.wordpress a:hover:before {
  background-color: #33759d;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.stubleupon a:before {
  content: "\ef76";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.stubleupon a:hover:before {
  background-color: #eb4924;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.deviantart a:before {
  content: "\ee58";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.deviantart a:hover:before {
  background-color: #5f7162;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.github a:before {
  content: "\e96f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.github a:hover:before {
  background-color: #7292a2;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.email a:before {
  content: "\e826";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.email a:hover:before {
  background-color: #65a413;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.cv a:before {
  content: "\ec9e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.cv a:hover:before {
  background-color: #424246;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.flickr a:before {
  content: "\ea7f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-1 .header-top .social-icons li.flickr a:hover:before {
  background-color: #e82c88;
  color: white;
}
/* line 66, ../scss/_tmm_header.scss */
.header.type-1 .header-middle {
  background-color: whitesmoke;
}
/* line 69, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry {
  text-align: justify;
  position: relative;
  vertical-align: middle;
}
/* line 74, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry:after {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  content: "";
}
/* line 81, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry > * {
  display: inline-block;
}
/* line 83, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .logo {
  position: relative;
  padding: 1.25rem 0;
}
/* line 87, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .logo > span {
  display: inline-block;
  margin: 0;
}
/* line 92, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .logo > span a {
  color: #262626;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  font-size: 2.125rem;
  font-weight: bold;
}
/* line 101, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .logo > span a b {
  color: #969696;
}
/* line 106, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .account {
  position: relative;
  vertical-align: bottom;
  padding-right: 10.3125rem;
  padding-bottom: 0.875rem;
}
/* line 112, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .account > * {
  margin: 0;
  display: inline-block;
}
/* line 117, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .account li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0 1.25rem 0 1.0625rem;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 124, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .account li a {
  text-decoration: none;
  color: #818181;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
}
/* line 131, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .account li a:before {
  position: absolute;
  left: 0;
  color: #d5d5d6;
  content: "";
  font-family: "fontello";
  font-size: 0.8125rem;
}
/* line 144, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .account li.user a:before {
  content: "\e82d";
}
/* line 144, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .account li.lock a:before {
  content: "\e9b6";
}
/* line 149, ../scss/_tmm_header.scss */
.header.type-1 .header-middle .header-middle-entry .account li:hover a {
  color: #14b3e4;
}
/* line 197, ../scss/_tmm_header.scss */
.header.type-1 .header-bottom .navigation .donate {
  z-index: 11;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 0.75rem 2.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
}
/* line 211, ../scss/_tmm_header.scss */
.header.type-1 .header-bottom .navigation .donate:hover {
  background-color: #b4142b;
}
/* line 54, ../scss/_tmm_header.scss */
.header.type-2 .header-top {
  width: 100%;
  background-color: #3a3a3c;
  position: relative;
}
/* line 59, ../scss/_tmm_header.scss */
.header.type-2 .header-top .social-icons {
  float: right;
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 70, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 0;
  margin-bottom: 0;
}
/* line 78, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
/* line 84, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background-color: transparent;
  color: #b4b4b4;
  content: "";
  font-family: 'fontello';
  font-size: 0.8125rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.twitter a:before {
  content: "\e986";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.twitter a:hover:before {
  background-color: #47c0d8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.facebook a:before {
  content: "\ea85";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.facebook a:hover:before {
  background-color: #49699f;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.linkedin a:before {
  content: "\ea8e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.linkedin a:hover:before {
  background-color: #2c7cb7;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.rss a:before {
  content: "\e88d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.rss a:hover:before {
  background-color: #fe9900;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.pinterest a:before {
  content: "\ede9";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.pinterest a:hover:before {
  background-color: #c21c21;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.gplus a:before {
  content: "\e974";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.gplus a:hover:before {
  background-color: #c33d19;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.instagram a:before {
  content: "\ea9b";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.instagram a:hover:before {
  background-color: #517fa3;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.dribbble a:before {
  content: "\e969";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.dribbble a:hover:before {
  background-color: #e65992;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.dropbox a:before {
  content: "\e96a";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.dropbox a:hover:before {
  background-color: #5da3e8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.youtube a:before {
  content: "\e98d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.youtube a:hover:before {
  background-color: #b72d24;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.blogger a:before {
  content: "\ee56";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.blogger a:hover:before {
  background-color: #f38f33;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.evernote a:before {
  content: "\ea9d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.evernote a:hover:before {
  background-color: #73b122;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.behance a:before {
  content: "\eaa7";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.behance a:hover:before {
  background-color: #18a3fe;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.skype a:before {
  content: "\e97f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.skype a:hover:before {
  background-color: #24b0e4;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.vimeo a:before {
  content: "\ea81";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.vimeo a:hover:before {
  background-color: #568799;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.digg a:before {
  content: "\edf3";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.digg a:hover:before {
  background-color: #2882c6;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.appstore a:before {
  content: "\edf8";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.appstore a:hover:before {
  background-color: #606060;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.wordpress a:before {
  content: "\ee29";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.wordpress a:hover:before {
  background-color: #33759d;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.stubleupon a:before {
  content: "\ef76";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.stubleupon a:hover:before {
  background-color: #eb4924;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.deviantart a:before {
  content: "\ee58";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.deviantart a:hover:before {
  background-color: #5f7162;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.github a:before {
  content: "\e96f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.github a:hover:before {
  background-color: #7292a2;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.email a:before {
  content: "\e826";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.email a:hover:before {
  background-color: #65a413;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.cv a:before {
  content: "\ec9e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.cv a:hover:before {
  background-color: #424246;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.flickr a:before {
  content: "\ea7f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-2 .header-top .social-icons li.flickr a:hover:before {
  background-color: #e82c88;
  color: white;
}
/* line 66, ../scss/_tmm_header.scss */
.header.type-2 .header-middle {
  background-color: #424246;
  background-color: #424246;
}
/* line 69, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry {
  text-align: justify;
  position: relative;
  vertical-align: middle;
}
/* line 74, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry:after {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  content: "";
}
/* line 81, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry > * {
  display: inline-block;
}
/* line 83, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .logo {
  position: relative;
  padding: 1.25rem 0;
}
/* line 87, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .logo > span {
  display: inline-block;
  margin: 0;
}
/* line 92, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .logo > span a {
  color: #262626;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  font-size: 2.125rem;
  font-weight: bold;
}
/* line 101, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .logo > span a b {
  color: #969696;
}
/* line 106, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .account {
  position: relative;
  vertical-align: bottom;
  padding-right: 10.3125rem;
  padding-bottom: 0.875rem;
}
/* line 112, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .account > * {
  margin: 0;
  display: inline-block;
}
/* line 117, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .account li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0 1.25rem 0 1.0625rem;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 124, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .account li a {
  text-decoration: none;
  color: #818181;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
}
/* line 131, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .account li a:before {
  position: absolute;
  left: 0;
  color: #d5d5d6;
  content: "";
  font-family: "fontello";
  font-size: 0.8125rem;
}
/* line 144, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .account li.user a:before {
  content: "\e82d";
}
/* line 144, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .account li.lock a:before {
  content: "\e9b6";
}
/* line 149, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .account li:hover a {
  color: #14b3e4;
}
/* line 157, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .logo h1 a, .header.type-2 .header-middle .header-middle-entry .logo > span a {
  color: white;
}
/* line 159, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .logo h1 a b, .header.type-2 .header-middle .header-middle-entry .logo > span a b {
  color: #b4b4b4;
}
/* line 161, ../scss/_tmm_header.scss */
.header.type-2 .header-middle .header-middle-entry .account li a {
  color: white;
}
/* line 197, ../scss/_tmm_header.scss */
.header.type-2 .header-bottom .navigation .donate {
  z-index: 11;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 0.75rem 2.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
}
/* line 211, ../scss/_tmm_header.scss */
.header.type-2 .header-bottom .navigation .donate:hover {
  background-color: #b4142b;
}
/* line 54, ../scss/_tmm_header.scss */
.header.type-3 .header-top {
  width: 100%;
  background-color: #174661;
  position: relative;
}
/* line 59, ../scss/_tmm_header.scss */
.header.type-3 .header-top .social-icons {
  float: right;
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 70, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 0;
  margin-bottom: 0;
}
/* line 78, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
/* line 84, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background-color: transparent;
  color: #b4b4b4;
  content: "";
  font-family: 'fontello';
  font-size: 0.8125rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.twitter a:before {
  content: "\e986";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.twitter a:hover:before {
  background-color: #47c0d8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.facebook a:before {
  content: "\ea85";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.facebook a:hover:before {
  background-color: #49699f;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.linkedin a:before {
  content: "\ea8e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.linkedin a:hover:before {
  background-color: #2c7cb7;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.rss a:before {
  content: "\e88d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.rss a:hover:before {
  background-color: #fe9900;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.pinterest a:before {
  content: "\ede9";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.pinterest a:hover:before {
  background-color: #c21c21;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.gplus a:before {
  content: "\e974";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.gplus a:hover:before {
  background-color: #c33d19;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.instagram a:before {
  content: "\ea9b";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.instagram a:hover:before {
  background-color: #517fa3;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.dribbble a:before {
  content: "\e969";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.dribbble a:hover:before {
  background-color: #e65992;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.dropbox a:before {
  content: "\e96a";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.dropbox a:hover:before {
  background-color: #5da3e8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.youtube a:before {
  content: "\e98d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.youtube a:hover:before {
  background-color: #b72d24;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.blogger a:before {
  content: "\ee56";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.blogger a:hover:before {
  background-color: #f38f33;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.evernote a:before {
  content: "\ea9d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.evernote a:hover:before {
  background-color: #73b122;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.behance a:before {
  content: "\eaa7";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.behance a:hover:before {
  background-color: #18a3fe;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.skype a:before {
  content: "\e97f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.skype a:hover:before {
  background-color: #24b0e4;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.vimeo a:before {
  content: "\ea81";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.vimeo a:hover:before {
  background-color: #568799;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.digg a:before {
  content: "\edf3";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.digg a:hover:before {
  background-color: #2882c6;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.appstore a:before {
  content: "\edf8";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.appstore a:hover:before {
  background-color: #606060;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.wordpress a:before {
  content: "\ee29";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.wordpress a:hover:before {
  background-color: #33759d;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.stubleupon a:before {
  content: "\ef76";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.stubleupon a:hover:before {
  background-color: #eb4924;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.deviantart a:before {
  content: "\ee58";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.deviantart a:hover:before {
  background-color: #5f7162;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.github a:before {
  content: "\e96f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.github a:hover:before {
  background-color: #7292a2;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.email a:before {
  content: "\e826";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.email a:hover:before {
  background-color: #65a413;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.cv a:before {
  content: "\ec9e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.cv a:hover:before {
  background-color: #424246;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.flickr a:before {
  content: "\ea7f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-3 .header-top .social-icons li.flickr a:hover:before {
  background-color: #e82c88;
  color: white;
}
/* line 66, ../scss/_tmm_header.scss */
.header.type-3 .header-middle {
  background-color: #11547b;
  background-color: #11547b;
}
/* line 69, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry {
  text-align: justify;
  position: relative;
  vertical-align: middle;
}
/* line 74, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry:after {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  content: "";
}
/* line 81, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry > * {
  display: inline-block;
}
/* line 83, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .logo {
  position: relative;
  padding: 1.25rem 0;
}
/* line 87, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .logo > span {
  display: inline-block;
  margin: 0;
}
/* line 92, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .logo > span a {
  color: #262626;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  font-size: 2.125rem;
  font-weight: bold;
}
/* line 101, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .logo > span a b {
  color: #969696;
}
/* line 106, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .account {
  position: relative;
  vertical-align: bottom;
  padding-right: 10.3125rem;
  padding-bottom: 0.875rem;
}
/* line 112, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .account > * {
  margin: 0;
  display: inline-block;
}
/* line 117, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .account li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0 1.25rem 0 1.0625rem;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 124, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .account li a {
  text-decoration: none;
  color: #818181;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
}
/* line 131, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .account li a:before {
  position: absolute;
  left: 0;
  color: #d5d5d6;
  content: "";
  font-family: "fontello";
  font-size: 0.8125rem;
}
/* line 144, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .account li.user a:before {
  content: "\e82d";
}
/* line 144, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .account li.lock a:before {
  content: "\e9b6";
}
/* line 149, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .account li:hover a {
  color: #14b3e4;
}
/* line 168, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .logo h1 a, .header.type-3 .header-middle .header-middle-entry .logo > span a {
  color: white;
}
/* line 170, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .logo h1 a b, .header.type-3 .header-middle .header-middle-entry .logo > span a b {
  color: #b4b4b4;
}
/* line 172, ../scss/_tmm_header.scss */
.header.type-3 .header-middle .header-middle-entry .account li a {
  color: white;
}
/* line 197, ../scss/_tmm_header.scss */
.header.type-3 .header-bottom .navigation .donate {
  z-index: 11;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 0.75rem 2.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
}
/* line 211, ../scss/_tmm_header.scss */
.header.type-3 .header-bottom .navigation .donate:hover {
  background-color: #b4142b;
}
/* line 54, ../scss/_tmm_header.scss */
.header.type-4 .header-top {
  width: 100%;
  background-color: #e1e1e1;
  position: relative;
}
/* line 59, ../scss/_tmm_header.scss */
.header.type-4 .header-top .social-icons {
  float: right;
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 70, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 0;
  margin-bottom: 0;
}
/* line 78, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
/* line 84, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background-color: transparent;
  color: #b4b4b4;
  content: "";
  font-family: 'fontello';
  font-size: 0.8125rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.twitter a:before {
  content: "\e986";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.twitter a:hover:before {
  background-color: #47c0d8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.facebook a:before {
  content: "\ea85";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.facebook a:hover:before {
  background-color: #49699f;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.linkedin a:before {
  content: "\ea8e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.linkedin a:hover:before {
  background-color: #2c7cb7;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.rss a:before {
  content: "\e88d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.rss a:hover:before {
  background-color: #fe9900;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.pinterest a:before {
  content: "\ede9";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.pinterest a:hover:before {
  background-color: #c21c21;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.gplus a:before {
  content: "\e974";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.gplus a:hover:before {
  background-color: #c33d19;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.instagram a:before {
  content: "\ea9b";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.instagram a:hover:before {
  background-color: #517fa3;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.dribbble a:before {
  content: "\e969";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.dribbble a:hover:before {
  background-color: #e65992;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.dropbox a:before {
  content: "\e96a";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.dropbox a:hover:before {
  background-color: #5da3e8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.youtube a:before {
  content: "\e98d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.youtube a:hover:before {
  background-color: #b72d24;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.blogger a:before {
  content: "\ee56";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.blogger a:hover:before {
  background-color: #f38f33;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.evernote a:before {
  content: "\ea9d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.evernote a:hover:before {
  background-color: #73b122;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.behance a:before {
  content: "\eaa7";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.behance a:hover:before {
  background-color: #18a3fe;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.skype a:before {
  content: "\e97f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.skype a:hover:before {
  background-color: #24b0e4;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.vimeo a:before {
  content: "\ea81";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.vimeo a:hover:before {
  background-color: #568799;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.digg a:before {
  content: "\edf3";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.digg a:hover:before {
  background-color: #2882c6;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.appstore a:before {
  content: "\edf8";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.appstore a:hover:before {
  background-color: #606060;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.wordpress a:before {
  content: "\ee29";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.wordpress a:hover:before {
  background-color: #33759d;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.stubleupon a:before {
  content: "\ef76";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.stubleupon a:hover:before {
  background-color: #eb4924;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.deviantart a:before {
  content: "\ee58";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.deviantart a:hover:before {
  background-color: #5f7162;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.github a:before {
  content: "\e96f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.github a:hover:before {
  background-color: #7292a2;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.email a:before {
  content: "\e826";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.email a:hover:before {
  background-color: #65a413;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.cv a:before {
  content: "\ec9e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.cv a:hover:before {
  background-color: #424246;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.flickr a:before {
  content: "\ea7f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.header.type-4 .header-top .social-icons li.flickr a:hover:before {
  background-color: #e82c88;
  color: white;
}
/* line 66, ../scss/_tmm_header.scss */
.header.type-4 .header-middle {
  background-color: whitesmoke;
}
/* line 69, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry {
  text-align: justify;
  position: relative;
  vertical-align: middle;
}
/* line 74, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry:after {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  content: "";
}
/* line 81, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry > * {
  display: inline-block;
}
/* line 83, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .logo {
  position: relative;
  padding: 1.25rem 0;
}
/* line 87, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .logo > span {
  display: inline-block;
  margin: 0;
}
/* line 92, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .logo > span a {
  color: #262626;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  font-size: 2.125rem;
  font-weight: bold;
}
/* line 101, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .logo > span a b {
  color: #969696;
}
/* line 106, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .account {
  position: relative;
  vertical-align: bottom;
  padding-right: 10.3125rem;
  padding-bottom: 0.875rem;
}
/* line 112, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .account > * {
  margin: 0;
  display: inline-block;
}
/* line 117, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .account li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0 1.25rem 0 1.0625rem;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 124, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .account li a {
  text-decoration: none;
  color: #818181;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
}
/* line 131, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .account li a:before {
  position: absolute;
  left: 0;
  color: #d5d5d6;
  content: "";
  font-family: "fontello";
  font-size: 0.8125rem;
}
/* line 144, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .account li.user a:before {
  content: "\e82d";
}
/* line 144, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .account li.lock a:before {
  content: "\e9b6";
}
/* line 149, ../scss/_tmm_header.scss */
.header.type-4 .header-middle .header-middle-entry .account li:hover a {
  color: #14b3e4;
}
/* line 180, ../scss/_tmm_header.scss */
.header.type-4 .header-bottom {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 186, ../scss/_tmm_header.scss */
.header.type-4 .header-bottom .navigation {
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0 1px 3px #d8d8d8;
  -moz-box-shadow: 0 1px 3px #d8d8d8;
  -ms-box-shadow: 0 1px 3px #d8d8d8;
  box-shadow: 0 1px 3px #d8d8d8;
}
/* line 304, ../scss/_tmm_mixins.scss */
.header.type-4 .header-bottom .navigation:before {
  position: absolute;
  bottom: 18px;
  left: 3px;
  right: auto;
  width: 52%;
  top: 61%;
  max-width: 300px;
  background: #6e6e6e;
  content: "";
  -webkit-box-shadow: 0 16px 6px #6e6e6e;
  -moz-box-shadow: 0 16px 6px #6e6e6e;
  -ms-box-shadow: 0 16px 6px #6e6e6e;
  box-shadow: 0 16px 6px #6e6e6e;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* line 331, ../scss/_tmm_mixins.scss */
.header.type-4 .header-bottom .navigation:after {
  position: absolute;
  bottom: 18px;
  right: 3px;
  left: auto;
  width: 52%;
  top: 61%;
  max-width: 300px;
  background: #6e6e6e;
  content: "";
  -webkit-box-shadow: 0 16px 6px #6e6e6e;
  -moz-box-shadow: 0 16px 6px #6e6e6e;
  -ms-box-shadow: 0 16px 6px #6e6e6e;
  box-shadow: 0 16px 6px #6e6e6e;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* line 197, ../scss/_tmm_header.scss */
.header.type-4 .header-bottom .navigation .donate {
  z-index: 11;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 0.75rem 2.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
}
/* line 211, ../scss/_tmm_header.scss */
.header.type-4 .header-bottom .navigation .donate:hover {
  background-color: #b4142b;
}
/* line 248, ../scss/_tmm_header.scss */
.header .donate {
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 12;
  padding: 0.875rem 2.5rem;
  background-color: #ca2139;
  font-weight: 600;
  text-transform: uppercase;
  border-color: transparent;
  -webkit-transition: padding 0.3s cubic-bezier(1, 0.005, 0, 1.85);
  -moz-transition: padding 0.3s cubic-bezier(1, 0.005, 0, 1.85);
  -ms-transition: padding 0.3s cubic-bezier(1, 0.005, 0, 1.85);
  transition: padding 0.3s cubic-bezier(1, 0.005, 0, 1.85);
}
/* line 261, ../scss/_tmm_header.scss */
.header .donate:hover {
  padding: 1.25rem 2.5rem 1.5625rem;
}
/* line 266, ../scss/_tmm_header.scss */
.header.shrink-bottom-line .header-bottom {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
/* line 274, ../scss/_tmm_header.scss */
.header.shrink-bottom-line .header-bottom .navigation > div > ul > li:hover > .sub-menu, .header.shrink-bottom-line .header-bottom .navigation > div > ul > li:hover > ul, .header.shrink-bottom-line .header-bottom .navigation > div > ul > li.is-mega-menu:hover .mega-menu {
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}
/* line 280, ../scss/_tmm_header.scss */
.header.shrink-bottom-line .header-bottom .navigation > div > ul > li > a {
  padding: 0.5rem 1.5625rem;
  -webkit-transition: padding 0.35s ease;
  -moz-transition: padding 0.35s ease;
  -ms-transition: padding 0.35s ease;
  transition: padding 0.35s ease;
}
/* line 283, ../scss/_tmm_header.scss */
.header.shrink-bottom-line .header-bottom .navigation > div > ul > li > a:before {
  top: 14px;
}
/* line 288, ../scss/_tmm_header.scss */
.header.shrink-bottom-line .header-bottom .navigation .donate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.35s ease-in-out 0.2s, opacity 0.35s ease 0.2s, background 0.35s ease-in;
  -moz-transition: -moz-transform 0.35s ease-in-out 0.2s, opacity 0.35s ease 0.2s, background 0.35s ease-in;
  -ms-transition: transform 0.35s ease-in-out 0.2s, opacity 0.35s ease 0.2s, background 0.35s ease-in;
  transition: transform 0.35s ease-in-out 0.2s, opacity 0.35s ease 0.2s, background 0.35s ease-in;
}

/* line 299, ../scss/_tmm_header.scss */
.logged-in #header.header.shrink-bottom-line .header-bottom {
  top: 32px;
}

/* line 303, ../scss/_tmm_header.scss */
.not-ie .header-middle-entry {
  font: 0/0 a;
}

@media screen and (min-width: 0 \0 ) {
  /* line 306, ../scss/_tmm_header.scss */
  .not-ie .header-middle-entry {
    font-size: 14px;
  }
}
/* line 42, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu,
.header-bottom nav.navigation > .menu > ul > li > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul, .header-bottom nav.navigation > .menu > ul > li > .sub-menu li > .sub-menu,
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li > ul,
.header-bottom nav.navigation > .menu > ul > li > ul li > .sub-menu,
.header-bottom nav.navigation > .menu > ul > li > ul li > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li > .sub-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li > .sub-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li > ul {
  position: absolute;
  display: block;
  background-color: white;
  width: 250px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: -moz-transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
  -ms-transition: transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
  transition: transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
}

/* line 56, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li a,
.header-bottom nav.navigation > .menu > ul > li > ul li a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li a, .header-bottom nav.navigation > .menu > ul > li .mega-menu > ul li li > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu > ul li li > a {
  display: block;
  color: #969696;
  line-height: 1;
  font-family: "Roboto";
  font-size: 0.9375rem;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
/* line 64, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li a img,
.header-bottom nav.navigation > .menu > ul > li > ul li a img,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li a img,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li a img, .header-bottom nav.navigation > .menu > ul > li .mega-menu > ul li li > a img,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu > ul li li > a img {
  display: block;
  margin-top: 0.625rem;
}

/* line 71, ../scss/_tmm_navigation.scss */
.header-bottom {
  background-color: white;
  -webkit-box-shadow: 0 1px 3px #d8d8d8;
  -moz-box-shadow: 0 1px 3px #d8d8d8;
  -ms-box-shadow: 0 1px 3px #d8d8d8;
  box-shadow: 0 1px 3px #d8d8d8;
}
/* line 75, ../scss/_tmm_navigation.scss */
.header-bottom nav {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 100000;
}
/* line 82, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu,
.header-bottom nav.navigation > .menu-primary-menu-container {
  display: inline-block;
}
/* line 86, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu:before,
.header-bottom nav.navigation > .menu-primary-menu-container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: 10;
  background-color: white;
}
/* line 97, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 0;
  z-index: 10;
}
/* line 105, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li {
  position: relative;
  display: inline-block;
}
/* line 109, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > a {
  position: relative;
  display: block;
  margin: 0;
  color: #424246;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -ms-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
/* line 127, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > a:before {
  position: absolute;
  display: block;
  top: 22px;
  left: -1px;
  width: 1px;
  height: 15px;
  background-color: #d5d5d6;
  content: "";
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 141, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li:hover > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li:hover > a:before {
  left: 0;
}
/* line 143, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li:hover > a, .header-bottom nav.navigation > .menu > ul > li:hover > a:after, .header-bottom nav.navigation > .menu > ul > li:hover > a:before, .header-bottom nav.navigation > .menu > ul > li:hover + li > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li:hover > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li:hover > a:after,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li:hover > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li:hover + li > a:before {
  background-color: #14b3e4;
  color: white;
}
/* line 151, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li:first-child > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li:first-child > a:before {
  display: none;
}
/* line 153, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu,
.header-bottom nav.navigation > .menu > ul > li > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul {
  top: 64px;
  left: 0;
}
/* line 159, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li,
.header-bottom nav.navigation > .menu > ul > li > ul li,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li {
  list-style: none;
  position: relative;
  color: #969696;
  padding: 0.75rem 1.5625rem;
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eaeaea;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
  -ms-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
/* line 172, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li:first-child,
.header-bottom nav.navigation > .menu > ul > li > ul li:first-child,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li:first-child,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li:first-child {
  -webkit-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
  -ms-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
  box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
}
/* line 175, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li:hover,
.header-bottom nav.navigation > .menu > ul > li > ul li:hover,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li:hover,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li:hover {
  background-color: #f9f9f9;
}
/* line 176, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li:hover > a,
.header-bottom nav.navigation > .menu > ul > li > ul li:hover > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li:hover > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li:hover > a {
  color: #14b3e4;
}
/* line 179, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li.menu_item_icon > a,
.header-bottom nav.navigation > .menu > ul > li > ul li.menu_item_icon > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li.menu_item_icon > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li.menu_item_icon > a {
  padding-left: 0.9375rem;
}
/* line 181, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li.menu_item_icon > a i,
.header-bottom nav.navigation > .menu > ul > li > ul li.menu_item_icon > a i,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li.menu_item_icon > a i,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li.menu_item_icon > a i {
  position: absolute;
  left: 10px;
}
/* line 187, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li > .sub-menu,
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li > ul,
.header-bottom nav.navigation > .menu > ul > li > ul li > .sub-menu,
.header-bottom nav.navigation > .menu > ul > li > ul li > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li > .sub-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li > .sub-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li > ul {
  top: 0px;
  left: 100%;
}
/* line 194, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li:hover > .sub-menu, .header-bottom nav.navigation > .menu > ul > li > .sub-menu li:hover > ul,
.header-bottom nav.navigation > .menu > ul > li > ul li:hover > .sub-menu,
.header-bottom nav.navigation > .menu > ul > li > ul li:hover > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li:hover > .sub-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li:hover > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li:hover > .sub-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 203, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu {
  position: absolute;
  top: 64px;
  left: 0;
  background-color: white;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: -moz-transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
  -ms-transition: transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
  transition: transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
}
/* line 215, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
  -ms-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
  box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
}
/* line 225, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu ul ul:not(.portfolio-filter),
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu ul ul:not(.portfolio-filter) {
  list-style: none;
  position: relative;
  left: 0;
  display: block;
  width: 250px;
  margin: 0;
}
/* line 234, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu > ul {
  display: table;
  list-style: none;
  width: auto;
  margin: 0;
}
/* line 241, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu > ul > li,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu > ul > li {
  top: 0;
  display: table-cell;
  vertical-align: top;
  height: auto;
  list-style: none;
}
/* line 248, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu > ul > li > span,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu > ul > li > span {
  display: block;
  padding: 0.75rem 1.5625rem;
  text-transform: uppercase;
  color: #969696;
  line-height: 1em;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  font-size: 0.875rem;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
/* line 262, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu > ul li li,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu > ul li li {
  background-color: white;
  padding: 0.75rem 1.5625rem;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}
/* line 271, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu > ul li li > a:hover,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu > ul li li > a:hover {
  color: #14b3e4;
}
/* line 274, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu > ul li li:hover,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu > ul li li:hover {
  background-color: #f9f9f9;
}
/* line 277, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu > ul li li.menu_item_icon > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu > ul li li.menu_item_icon > a {
  padding-left: 0.9375rem;
}
/* line 279, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu > ul li li.menu_item_icon > a i,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu > ul li li.menu_item_icon > a i {
  position: absolute;
  left: 10px;
}
/* line 287, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .mega-menu .portfolio-paging .load-more,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .mega-menu .portfolio-paging .load-more {
  display: none !important;
}
/* line 291, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li.is-mega-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li.is-mega-menu {
  position: static;
}
/* line 293, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li:hover > .sub-menu, .header-bottom nav.navigation > .menu > ul > li:hover > ul, .header-bottom nav.navigation > .menu > ul > li.is-mega-menu:hover .mega-menu, .header-bottom nav.navigation > .menu > ul > li.is-mega-menu:hover .mega-menu span,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li:hover > .sub-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li:hover > ul,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li.is-mega-menu:hover .mega-menu,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li.is-mega-menu:hover .mega-menu span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  -ms-transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}
/* line 303, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .current-menu-item,
.header-bottom nav.navigation > .menu > ul > li .current-menu-parent,
.header-bottom nav.navigation > .menu > ul > li .current-menu-ancestor,
.header-bottom nav.navigation > .menu > ul > li .current_page_item,
.header-bottom nav.navigation > .menu > ul > li .current_page_parent,
.header-bottom nav.navigation > .menu > ul > li .current_page_ancestor,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current-menu-item,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current-menu-parent,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current-menu-ancestor,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current_page_item,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current_page_parent,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current_page_ancestor {
  background-color: #f9f9f9 !important;
}
/* line 310, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > li .current-menu-item > a,
.header-bottom nav.navigation > .menu > ul > li .current-menu-parent > a,
.header-bottom nav.navigation > .menu > ul > li .current-menu-ancestor > a,
.header-bottom nav.navigation > .menu > ul > li .current_page_item > a,
.header-bottom nav.navigation > .menu > ul > li .current_page_parent > a,
.header-bottom nav.navigation > .menu > ul > li .current_page_ancestor > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current-menu-item > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current-menu-parent > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current-menu-ancestor > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current_page_item > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current_page_parent > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li .current_page_ancestor > a {
  color: #14b3e4 !important;
}
/* line 314, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > .current-menu-item > a,
.header-bottom nav.navigation > .menu > ul > .current-menu-item > a:before,
.header-bottom nav.navigation > .menu > ul > .current-menu-parent > a,
.header-bottom nav.navigation > .menu > ul > .current-menu-parent > a:before,
.header-bottom nav.navigation > .menu > ul > .current-menu-ancestor > a,
.header-bottom nav.navigation > .menu > ul > .current-menu-ancestor > a:before,
.header-bottom nav.navigation > .menu > ul > .current_page_item > a,
.header-bottom nav.navigation > .menu > ul > .current_page_item > a:before,
.header-bottom nav.navigation > .menu > ul > .current_page_parent > a,
.header-bottom nav.navigation > .menu > ul > .current_page_parent > a:before,
.header-bottom nav.navigation > .menu > ul > .current_page_ancestor > a,
.header-bottom nav.navigation > .menu > ul > .current_page_ancestor > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current-menu-item > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current-menu-item > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current-menu-parent > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current-menu-parent > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current-menu-ancestor > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current-menu-ancestor > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current_page_item > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current_page_item > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current_page_parent > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current_page_parent > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current_page_ancestor > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current_page_ancestor > a:before {
  background-color: #14b3e4;
  color: white;
  left: 0;
}
/* line 331, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul > .current-menu-item + li > a:before,
.header-bottom nav.navigation > .menu > ul > .current-menu-parent + li > a:before,
.header-bottom nav.navigation > .menu > ul > .current-menu-ancestor + li > a:before,
.header-bottom nav.navigation > .menu > ul > .current_page_item + li > a:before,
.header-bottom nav.navigation > .menu > ul > .current_page_parent + li > a:before,
.header-bottom nav.navigation > .menu > ul > .current_page_ancestor + li > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current-menu-item + li > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current-menu-parent + li > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current-menu-ancestor + li > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current_page_item + li > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current_page_parent + li > a:before,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > .current_page_ancestor + li > a:before {
  left: -1px;
  background-color: #14b3e4;
}
/* line 341, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul .arrowright,
.header-bottom nav.navigation > .menu-primary-menu-container > ul .arrowright {
  position: relative;
}
/* line 343, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation > .menu > ul .arrowright:after,
.header-bottom nav.navigation > .menu-primary-menu-container > ul .arrowright:after {
  position: absolute;
  top: 6px;
  right: 12px;
  color: #c7c7c7;
  content: "\ea0f";
  font-family: "fontello";
  font-size: 1rem;
}
/* line 360, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation .search-form-nav {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 11;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #F5F5F5;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}
/* line 369, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation .search-form-nav fieldset {
  margin: 0;
  display: inline-block;
}
/* line 373, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation .search-form-nav fieldset input[type=text] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  width: 0;
  right: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 382, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation .search-form-nav fieldset input[type=text]:hover, .header-bottom nav.navigation .search-form-nav fieldset input[type=text]:focus {
  padding: 1rem 1.125rem !important;
  width: 360px;
}
/* line 390, ../scss/_tmm_navigation.scss */
.header-bottom nav.navigation .search-form-nav:hover input[type=text] {
  padding: 1rem 1.125rem !important;
  width: 360px;
}

/* line 400, ../scss/_tmm_navigation.scss */
.responsive-nav-button {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #14b3e4;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  font-family: "fontello";
  line-height: 40px;
  vertical-align: middle;
}
/* line 412, ../scss/_tmm_navigation.scss */
.responsive-nav-button:after {
  content: "\e891";
  color: #fff;
}

/* line 418, ../scss/_tmm_navigation.scss */
.mobile-advanced {
  display: none;
}

/* line 420, ../scss/_tmm_navigation.scss */
#wrapper #advanced-menu-hide {
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: -webkit-transform 0.5s ease 0.4s;
  -moz-transition: -moz-transform 0.5s ease 0.4s;
  -ms-transition: transform 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s;
}

/* line 5, ../scss/_tmm_widgets.scss */
.widget {
  margin-bottom: 1.875rem;
}
/* line 8, ../scss/_tmm_widgets.scss */
.widget .widget-title {
  text-transform: uppercase;
  color: #f2f2f2;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 400;
}
/* line 18, ../scss/_tmm_widgets.scss */
#sidebar .widget .widget-title {
  background-color: #11547b;
  color: white;
  padding: 0.9375rem 1.25rem;
}
/* line 24, ../scss/_tmm_widgets.scss */
.widget p {
  color: #777777;
  font-size: 0.875rem;
}
/* line 29, ../scss/_tmm_widgets.scss */
#footer .widget p {
  color: #959595;
}
/* line 48, ../scss/_tmm_widgets.scss */
.widget.widget_subscription ul, .widget.widget_categories ul, .widget.widget_recent_entries ul, .widget.widget_latest_tweets ul, .widget.widget_contacts ul, .widget.widget_upcoming_events ul, .widget.widget_archive ul, .widget.widget_meta ul, .widget.widget_recent_comments ul, .widget.widget_nav_menu ul, .widget.widget_pages ul, .widget.widget_display_forums ul, .widget.widget_display_topics ul, .widget.widget_display_views ul, .widget.widget_display_replies ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 64, ../scss/_tmm_widgets.scss */
.widget.widget_categories li, .widget.widget_archive li, .widget.widget_pages li, .widget.widget_nav_menu li, .widget.widget_meta li, .widget.widget_display_forums li, .widget.widget_display_topics li, .widget.widget_display_views li, .widget.widget_display_replies li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e9e9e9;
  padding: 0.4375rem 0;
}
/* line 73, ../scss/_tmm_widgets.scss */
.widget.widget_categories li > a, .widget.widget_archive li > a, .widget.widget_pages li > a, .widget.widget_nav_menu li > a, .widget.widget_meta li > a, .widget.widget_display_forums li > a, .widget.widget_display_topics li > a, .widget.widget_display_views li > a, .widget.widget_display_replies li > a {
  color: #14b3e4;
}
/* line 78, ../scss/_tmm_widgets.scss */
.widget.widget_categories li:hover > a, .widget.widget_archive li:hover > a, .widget.widget_pages li:hover > a, .widget.widget_nav_menu li:hover > a, .widget.widget_meta li:hover > a, .widget.widget_display_forums li:hover > a, .widget.widget_display_topics li:hover > a, .widget.widget_display_views li:hover > a, .widget.widget_display_replies li:hover > a {
  color: #959595;
}
/* line 83, ../scss/_tmm_widgets.scss */
.widget.widget_categories li ul, .widget.widget_archive li ul, .widget.widget_pages li ul, .widget.widget_nav_menu li ul, .widget.widget_meta li ul, .widget.widget_display_forums li ul, .widget.widget_display_topics li ul, .widget.widget_display_views li ul, .widget.widget_display_replies li ul {
  padding-left: 1.25rem;
}
/* line 87, ../scss/_tmm_widgets.scss */
.widget.widget_categories li ul li:first-of-type, .widget.widget_archive li ul li:first-of-type, .widget.widget_pages li ul li:first-of-type, .widget.widget_nav_menu li ul li:first-of-type, .widget.widget_meta li ul li:first-of-type, .widget.widget_display_forums li ul li:first-of-type, .widget.widget_display_topics li ul li:first-of-type, .widget.widget_display_views li ul li:first-of-type, .widget.widget_display_replies li ul li:first-of-type {
  padding-top: 0.4375rem !important;
}
/* line 91, ../scss/_tmm_widgets.scss */
.widget.widget_categories li ul li:last-of-type, .widget.widget_archive li ul li:last-of-type, .widget.widget_pages li ul li:last-of-type, .widget.widget_nav_menu li ul li:last-of-type, .widget.widget_meta li ul li:last-of-type, .widget.widget_display_forums li ul li:last-of-type, .widget.widget_display_topics li ul li:last-of-type, .widget.widget_display_views li ul li:last-of-type, .widget.widget_display_replies li ul li:last-of-type {
  border-bottom: none !important;
}
/* line 97, ../scss/_tmm_widgets.scss */
.widget.widget_categories li:last-of-type, .widget.widget_archive li:last-of-type, .widget.widget_pages li:last-of-type, .widget.widget_nav_menu li:last-of-type, .widget.widget_meta li:last-of-type, .widget.widget_display_forums li:last-of-type, .widget.widget_display_topics li:last-of-type, .widget.widget_display_views li:last-of-type, .widget.widget_display_replies li:last-of-type {
  border-bottom: none;
}
/* line 100, ../scss/_tmm_widgets.scss */
#footer .widget.widget_categories li:first-of-type, #footer .widget.widget_archive li:first-of-type, #footer .widget.widget_pages li:first-of-type, #footer .widget.widget_nav_menu li:first-of-type, #footer .widget.widget_meta li:first-of-type, #footer .widget.widget_display_forums li:first-of-type, #footer .widget.widget_display_topics li:first-of-type, #footer .widget.widget_display_views li:first-of-type, #footer .widget.widget_display_replies li:first-of-type {
  padding-top: 0;
}
/* line 105, ../scss/_tmm_widgets.scss */
#footer .widget.widget_categories li, #footer .widget.widget_archive li, #footer .widget.widget_pages li, #footer .widget.widget_nav_menu li, #footer .widget.widget_meta li, #footer .widget.widget_display_forums li, #footer .widget.widget_display_topics li, #footer .widget.widget_display_views li, #footer .widget.widget_display_replies li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #575758;
}
/* line 113, ../scss/_tmm_widgets.scss */
#footer .widget.widget_categories li > a, #footer .widget.widget_archive li > a, #footer .widget.widget_pages li > a, #footer .widget.widget_nav_menu li > a, #footer .widget.widget_meta li > a, #footer .widget.widget_display_forums li > a, #footer .widget.widget_display_topics li > a, #footer .widget.widget_display_views li > a, #footer .widget.widget_display_replies li > a {
  color: #14b3e4;
}
/* line 118, ../scss/_tmm_widgets.scss */
#footer .widget.widget_categories li:hover > a, #footer .widget.widget_archive li:hover > a, #footer .widget.widget_pages li:hover > a, #footer .widget.widget_nav_menu li:hover > a, #footer .widget.widget_meta li:hover > a, #footer .widget.widget_display_forums li:hover > a, #footer .widget.widget_display_topics li:hover > a, #footer .widget.widget_display_views li:hover > a, #footer .widget.widget_display_replies li:hover > a {
  color: #959595;
}
/* line 124, ../scss/_tmm_widgets.scss */
.widget.widget_categories i, .widget.widget_archive i, .widget.widget_pages i, .widget.widget_nav_menu i, .widget.widget_meta i, .widget.widget_display_forums i, .widget.widget_display_topics i, .widget.widget_display_views i, .widget.widget_display_replies i {
  font-size: 1.25rem;
}
/* line 128, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories .widget-title, #sidebar .widget.widget_archive .widget-title, #sidebar .widget.widget_pages .widget-title, #sidebar .widget.widget_nav_menu .widget-title, #sidebar .widget.widget_meta .widget-title, #sidebar .widget.widget_display_forums .widget-title, #sidebar .widget.widget_display_topics .widget-title, #sidebar .widget.widget_display_views .widget-title, #sidebar .widget.widget_display_replies .widget-title {
  margin-bottom: 0;
}
/* line 132, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories > ul, #sidebar .widget.widget_categories > div, #sidebar .widget.widget_archive > ul, #sidebar .widget.widget_archive > div, #sidebar .widget.widget_pages > ul, #sidebar .widget.widget_pages > div, #sidebar .widget.widget_nav_menu > ul, #sidebar .widget.widget_nav_menu > div, #sidebar .widget.widget_meta > ul, #sidebar .widget.widget_meta > div, #sidebar .widget.widget_display_forums > ul, #sidebar .widget.widget_display_forums > div, #sidebar .widget.widget_display_topics > ul, #sidebar .widget.widget_display_topics > div, #sidebar .widget.widget_display_views > ul, #sidebar .widget.widget_display_views > div, #sidebar .widget.widget_display_replies > ul, #sidebar .widget.widget_display_replies > div {
  padding: 1.25rem;
}
/* line 140, ../scss/_tmm_widgets.scss */
.widget.widget_recent_entries li {
  padding: 1.25rem;
  margin-bottom: 0.625rem;
  background-color: white;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 146, ../scss/_tmm_widgets.scss */
.widget.widget_recent_entries li a {
  color: #262626;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.3125rem;
  display: block;
}
/* line 154, ../scss/_tmm_widgets.scss */
.widget.widget_recent_entries li .post-date {
  color: #b4b4b4;
  display: block;
  position: relative;
  padding-left: 0.9375rem;
  font-size: 0.75rem;
}
/* line 161, ../scss/_tmm_widgets.scss */
.widget.widget_recent_entries li .post-date:before {
  position: absolute;
  content: '\ec30';
  top: 0;
  left: 0;
  color: #bebebe;
  font-size: 0.75rem;
  font-family: "fontello";
}
/* line 175, ../scss/_tmm_widgets.scss */
.widget.widget_recent_entries li:hover {
  background-color: #14b3e4;
}
/* line 178, ../scss/_tmm_widgets.scss */
.widget.widget_recent_entries li:hover a {
  color: white;
}
/* line 182, ../scss/_tmm_widgets.scss */
.widget.widget_recent_entries li:hover .post-date {
  color: white;
}
/* line 185, ../scss/_tmm_widgets.scss */
.widget.widget_recent_entries li:hover .post-date:before {
  color: #8ad9f2;
}
/* line 192, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_entries li {
  background-color: #343436;
}
/* line 195, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_entries li a {
  color: #959595;
}
/* line 199, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_entries li .post-date {
  color: #bebebe;
}
/* line 203, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_entries li:hover {
  background-color: #14b3e4;
}
/* line 206, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_entries li:hover a {
  color: white;
}
/* line 210, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_entries li:hover .post-date {
  color: white;
}
/* line 213, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_entries li:hover .post-date:before {
  color: #8ad9f2;
}
/* line 223, ../scss/_tmm_widgets.scss */
.widget.widget_social .social-icons {
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 70, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 0.4375rem;
  margin-bottom: 0.4375rem;
}
/* line 78, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li a {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  cursor: pointer;
  text-align: center;
}
/* line 84, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 45px;
  background-color: #343436;
  color: #b4b4b4;
  content: "";
  font-family: 'fontello';
  font-size: 1.25rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.twitter a:before {
  content: "\e986";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.twitter a:hover:before {
  background-color: #47c0d8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.facebook a:before {
  content: "\ea85";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.facebook a:hover:before {
  background-color: #49699f;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.linkedin a:before {
  content: "\ea8e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.linkedin a:hover:before {
  background-color: #2c7cb7;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.rss a:before {
  content: "\e88d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.rss a:hover:before {
  background-color: #fe9900;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.pinterest a:before {
  content: "\ede9";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.pinterest a:hover:before {
  background-color: #c21c21;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.gplus a:before {
  content: "\e974";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.gplus a:hover:before {
  background-color: #c33d19;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.instagram a:before {
  content: "\ea9b";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.instagram a:hover:before {
  background-color: #517fa3;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.dribbble a:before {
  content: "\e969";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.dribbble a:hover:before {
  background-color: #e65992;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.dropbox a:before {
  content: "\e96a";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.dropbox a:hover:before {
  background-color: #5da3e8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.youtube a:before {
  content: "\e98d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.youtube a:hover:before {
  background-color: #b72d24;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.blogger a:before {
  content: "\ee56";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.blogger a:hover:before {
  background-color: #f38f33;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.evernote a:before {
  content: "\ea9d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.evernote a:hover:before {
  background-color: #73b122;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.behance a:before {
  content: "\eaa7";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.behance a:hover:before {
  background-color: #18a3fe;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.skype a:before {
  content: "\e97f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.skype a:hover:before {
  background-color: #24b0e4;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.vimeo a:before {
  content: "\ea81";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.vimeo a:hover:before {
  background-color: #568799;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.digg a:before {
  content: "\edf3";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.digg a:hover:before {
  background-color: #2882c6;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.appstore a:before {
  content: "\edf8";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.appstore a:hover:before {
  background-color: #606060;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.wordpress a:before {
  content: "\ee29";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.wordpress a:hover:before {
  background-color: #33759d;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.stubleupon a:before {
  content: "\ef76";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.stubleupon a:hover:before {
  background-color: #eb4924;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.deviantart a:before {
  content: "\ee58";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.deviantart a:hover:before {
  background-color: #5f7162;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.github a:before {
  content: "\e96f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.github a:hover:before {
  background-color: #7292a2;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.email a:before {
  content: "\e826";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.email a:hover:before {
  background-color: #65a413;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.cv a:before {
  content: "\ec9e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.cv a:hover:before {
  background-color: #424246;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.flickr a:before {
  content: "\ea7f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.widget.widget_social .social-icons li.flickr a:hover:before {
  background-color: #e82c88;
  color: white;
}
/* line 225, ../scss/_tmm_widgets.scss */
.widget.widget_social .social-icons > li:nth-child(7n) {
  margin-right: 0;
}
/* line 229, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_social .social-icons {
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 70, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 0.4375rem;
  margin-bottom: 0.4375rem;
}
/* line 78, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li a {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  cursor: pointer;
  text-align: center;
}
/* line 84, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 45px;
  background-color: white;
  color: #b4b4b4;
  content: "";
  font-family: 'fontello';
  font-size: 1.25rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.twitter a:before {
  content: "\e986";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.twitter a:hover:before {
  background-color: #47c0d8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.facebook a:before {
  content: "\ea85";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.facebook a:hover:before {
  background-color: #49699f;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.linkedin a:before {
  content: "\ea8e";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.linkedin a:hover:before {
  background-color: #2c7cb7;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.rss a:before {
  content: "\e88d";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.rss a:hover:before {
  background-color: #fe9900;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.pinterest a:before {
  content: "\ede9";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.pinterest a:hover:before {
  background-color: #c21c21;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.gplus a:before {
  content: "\e974";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.gplus a:hover:before {
  background-color: #c33d19;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.instagram a:before {
  content: "\ea9b";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.instagram a:hover:before {
  background-color: #517fa3;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.dribbble a:before {
  content: "\e969";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.dribbble a:hover:before {
  background-color: #e65992;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.dropbox a:before {
  content: "\e96a";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.dropbox a:hover:before {
  background-color: #5da3e8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.youtube a:before {
  content: "\e98d";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.youtube a:hover:before {
  background-color: #b72d24;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.blogger a:before {
  content: "\ee56";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.blogger a:hover:before {
  background-color: #f38f33;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.evernote a:before {
  content: "\ea9d";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.evernote a:hover:before {
  background-color: #73b122;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.behance a:before {
  content: "\eaa7";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.behance a:hover:before {
  background-color: #18a3fe;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.skype a:before {
  content: "\e97f";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.skype a:hover:before {
  background-color: #24b0e4;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.vimeo a:before {
  content: "\ea81";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.vimeo a:hover:before {
  background-color: #568799;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.digg a:before {
  content: "\edf3";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.digg a:hover:before {
  background-color: #2882c6;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.appstore a:before {
  content: "\edf8";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.appstore a:hover:before {
  background-color: #606060;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.wordpress a:before {
  content: "\ee29";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.wordpress a:hover:before {
  background-color: #33759d;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.stubleupon a:before {
  content: "\ef76";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.stubleupon a:hover:before {
  background-color: #eb4924;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.deviantart a:before {
  content: "\ee58";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.deviantart a:hover:before {
  background-color: #5f7162;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.github a:before {
  content: "\e96f";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.github a:hover:before {
  background-color: #7292a2;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.email a:before {
  content: "\e826";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.email a:hover:before {
  background-color: #65a413;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.cv a:before {
  content: "\ec9e";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.cv a:hover:before {
  background-color: #424246;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.flickr a:before {
  content: "\ea7f";
}
/* line 107, ../scss/_tmm_mixins.scss */
#sidebar .widget.widget_social .social-icons li.flickr a:hover:before {
  background-color: #e82c88;
  color: white;
}
/* line 231, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_social .social-icons > li:nth-child(7n) {
  margin-right: 0;
}
/* line 243, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories .widget-title {
  display: none;
}
/* line 247, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children) {
  position: relative;
  background-color: #11547b;
  padding: 0.9375rem 1.25rem;
}
/* line 252, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children) ul {
  padding-left: 0.9375rem;
}
/* line 255, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children) ul li:after {
  display: none;
}
/* line 260, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children) li {
  position: relative;
  padding: 0.375rem 0;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #3f7493;
}
/* line 268, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children) li:after {
  position: absolute;
  top: 4px;
  right: 0;
  font-family: "fontello";
  font-size: 1rem;
  color: white;
  content: '\eb4d';
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease;
  -ms-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
/* line 284, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children) li:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 291, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children) li:last-child {
  border-bottom: none;
}
/* line 295, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children) li a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease;
  -ms-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
/* line 306, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children) li:hover a {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
/* line 310, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children) li:hover ul li a {
  -webkit-transform: none;
  transform: none;
}
/* line 316, ../scss/_tmm_widgets.scss */
#sidebar .widget.widget_categories ul:not(.children):after {
  bottom: 15px;
  right: 6px;
  left: auto;
  width: 50%;
  height: 30px;
  max-width: 300px;
  background: #7e7e7e;
  z-index: -1;
  position: absolute;
  content: "";
  -webkit-box-shadow: 0 16px 6px #7e7e7e;
  -moz-box-shadow: 0 16px 6px #7e7e7e;
  -ms-box-shadow: 0 16px 6px #7e7e7e;
  box-shadow: 0 16px 6px #7e7e7e;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* line 339, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion {
  margin-left: 0;
}
/* line 342, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion .accordion-navigation {
  position: relative;
  margin-bottom: 0.3125rem !important;
  list-style: none;
}
/* line 347, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion .accordion-navigation:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
/* line 359, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger {
  position: relative;
  display: block;
  width: 100%;
  color: #262626;
  background-color: white;
  padding: 0.9375rem 1.25rem 1.125rem;
  font-size: 1rem;
  line-height: 1;
  -webkit-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -moz-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -ms-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* line 371, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:before, .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:after {
  position: absolute;
  background-color: #14b3e4;
  content: "";
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.35s ease, background-color 0.35s ease-in;
  -moz-transition: -moz-transform 0.35s ease, background-color 0.35s ease-in;
  -ms-transition: transform 0.35s ease, background-color 0.35s ease-in;
  transition: transform 0.35s ease, background-color 0.35s ease-in;
}
/* line 381, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:before {
  top: 15px;
  right: 20px;
  width: 5px;
  height: 19px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* line 391, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:after {
  top: 22px;
  right: 13px;
  width: 19px;
  height: 5px;
}
/* line 398, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover, .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active {
  color: white;
  background-color: #14b3e4;
}
/* line 404, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover:before, .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover:after, .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active:before, .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active:after {
  background-color: white;
}
/* line 411, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active:before {
  -webkit-transform: scaleY(0);
  transform: scale(0);
}
/* line 417, ../scss/_tmm_widgets.scss */
#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger {
  color: #959595;
  background-color: #343436;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 422, ../scss/_tmm_widgets.scss */
#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:before, #footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:after {
  background-color: #14b3e4;
}
/* line 427, ../scss/_tmm_widgets.scss */
#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover, #footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active {
  color: white;
  background-color: #14b3e4;
}
/* line 433, ../scss/_tmm_widgets.scss */
#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover:before, #footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover:after, #footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active:before, #footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active:after {
  background-color: #343436;
}
/* line 441, ../scss/_tmm_widgets.scss */
.widget.widget_accordion ul.accordion .accordion-navigation .content {
  display: none;
  background-color: white;
  padding: 1.5625rem 1.25rem;
  -webkit-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -moz-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -ms-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
}
/* line 449, ../scss/_tmm_widgets.scss */
#footer .widget.widget_accordion ul.accordion .accordion-navigation .content {
  background-color: #343436;
  -webkit-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
  -moz-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
  -ms-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
  box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
}
/* line 459, ../scss/_tmm_widgets.scss */
.widget.widget_tag_cloud a {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0.3125rem 0.9375rem;
  color: #262626;
  background-color: white;
  text-transform: uppercase;
  font-size: 0.875rem !important;
  -webkit-box-shadow: 0 1px 3px #dddddd;
  -moz-box-shadow: 0 1px 3px #dddddd;
  -ms-box-shadow: 0 1px 3px #dddddd;
  box-shadow: 0 1px 3px #dddddd;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 470, ../scss/_tmm_widgets.scss */
.widget.widget_tag_cloud a:hover {
  color: white;
  background-color: #14b3e4;
}
/* line 476, ../scss/_tmm_widgets.scss */
#footer .widget.widget_tag_cloud a {
  color: #959595;
  background-color: #343436;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 481, ../scss/_tmm_widgets.scss */
#footer .widget.widget_tag_cloud a:hover {
  color: white;
  background-color: #14b3e4;
}
/* line 490, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar {
  width: 100%;
  color: #555555;
  text-align: center;
}
/* line 495, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar caption {
  margin-bottom: 1px;
  padding: 7px 0;
  color: #14b3e4;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Roboto Slab";
}
/* line 506, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar caption {
  background-color: #fff;
}
/* line 510, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar tbody td > a {
  background-color: #14b3e4;
  color: white;
}
/* line 515, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar th {
  padding: 1px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #cfcfd1;
  background: white;
  color: #606163;
  font-size: 0.875rem;
  font-family: "Roboto Slab";
}
/* line 528, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar caption,
.widget.widget_calendar #wp-calendar td,
.widget.widget_calendar #wp-calendar th {
  text-align: center;
}
/* line 536, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar tfoot td {
  padding: 7px 0;
  background: #fff;
}
/* line 541, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar tfoot #prev > a,
.widget.widget_calendar #wp-calendar tfoot #next > a {
  font-size: 0.75rem;
  font-family: "Roboto Slab";
}
/* line 549, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar tfoot #prev > a {
  padding: 1px 0 1px 30px;
}
/* line 553, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar tfoot #next > a {
  padding: 1px 30px 1px 0;
}
/* line 558, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar tbody td {
  height: 32px;
  line-height: 32px;
  color: #6d7a7e;
  font-size: 0.875rem;
  background-color: #e1e1e1;
  border: 1px solid #fff;
}
/* line 566, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar tbody td#today {
  background-color: #14b3e4;
  color: white;
  border: 1px solid #d2d2d4;
}
/* line 572, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar tbody td.pad {
  background-color: #f9fafb;
  color: #6d7a7e;
}
/* line 577, ../scss/_tmm_widgets.scss */
.widget.widget_calendar #wp-calendar tbody td > a {
  display: block;
  color: #fff;
}
/* line 587, ../scss/_tmm_widgets.scss */
.widget.widget_latest_tweets li {
  margin-bottom: 1.25rem;
  padding-left: 1.875rem;
}
/* line 591, ../scss/_tmm_widgets.scss */
.widget.widget_latest_tweets li p {
  margin: 0;
}
/* line 595, ../scss/_tmm_widgets.scss */
.widget.widget_latest_tweets li .tweet {
  position: relative;
}
/* line 598, ../scss/_tmm_widgets.scss */
.widget.widget_latest_tweets li .tweet:before {
  position: absolute;
  content: '\effa';
  top: -0.375rem;
  left: -1.75rem;
  color: #bebebe;
  font-size: 1.25rem;
  font-family: "fontello";
}
/* line 611, ../scss/_tmm_widgets.scss */
.widget.widget_latest_tweets li .tweet a {
  color: #14b3e4;
}
/* line 613, ../scss/_tmm_widgets.scss */
.widget.widget_latest_tweets li .tweet a:first-of-type {
  color: #777777;
}
/* line 620, ../scss/_tmm_widgets.scss */
.widget.widget_latest_tweets li .tweet:hover:before {
  color: #8ad9f2;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 624, ../scss/_tmm_widgets.scss */
.widget.widget_latest_tweets li .tweet:hover a {
  color: #959595;
}
/* line 626, ../scss/_tmm_widgets.scss */
.widget.widget_latest_tweets li .tweet:hover a:first-of-type {
  color: #8ad9f2;
}
/* line 633, ../scss/_tmm_widgets.scss */
.widget.widget_latest_tweets li .timePosted {
  color: #b4b4b4;
  font-size: 0.75rem;
  font-family: #777777;
}
/* line 645, ../scss/_tmm_widgets.scss */
#footer .widget.widget_latest_tweets li .tweet a {
  color: #14b3e4;
}
/* line 647, ../scss/_tmm_widgets.scss */
#footer .widget.widget_latest_tweets li .tweet a:first-of-type {
  color: #959595;
}
/* line 654, ../scss/_tmm_widgets.scss */
#footer .widget.widget_latest_tweets li .tweet:hover:before {
  color: #8ad9f2;
}
/* line 657, ../scss/_tmm_widgets.scss */
#footer .widget.widget_latest_tweets li .tweet:hover a {
  color: #959595;
}
/* line 659, ../scss/_tmm_widgets.scss */
#footer .widget.widget_latest_tweets li .tweet:hover a:first-of-type {
  color: #bebebe;
}
/* line 666, ../scss/_tmm_widgets.scss */
#footer .widget.widget_latest_tweets li .timePosted {
  color: #bebebe;
}
/* line 674, ../scss/_tmm_widgets.scss */
.widget.TMM_Flickr_Widget ul {
  list-style: none;
  margin: 0;
}
/* line 678, ../scss/_tmm_widgets.scss */
.widget.TMM_Flickr_Widget ul li {
  display: inline-block;
  margin: 0 0.9375rem 0.9375rem 0;
}
/* line 682, ../scss/_tmm_widgets.scss */
.widget.TMM_Flickr_Widget ul li img {
  display: block;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
/* line 686, ../scss/_tmm_widgets.scss */
.widget.TMM_Flickr_Widget ul li img:hover {
  opacity: 0.7;
}
/* line 697, ../scss/_tmm_widgets.scss */
.widget.widget_likebox .widget-container > iframe {
  width: 100%;
  height: 340px;
  border: none !important;
}
/* line 701, ../scss/_tmm_widgets.scss */
.widget.widget_likebox .widget-container > iframe body.plugin {
  background: transparent !important;
}
/* line 709, ../scss/_tmm_widgets.scss */
.widget.widget_soonest_event .post-content {
  padding: 0 1.25rem;
}
/* line 715, ../scss/_tmm_widgets.scss */
.widget.widget_video {
  position: relative;
  overflow: hidden;
}
/* line 718, ../scss/_tmm_widgets.scss */
.widget.widget_video > div {
  display: flex;
}
/* line 720, ../scss/_tmm_widgets.scss */
.widget.widget_video > div > iframe {
  width: 100%;
  border: none;
}
/* line 726, ../scss/_tmm_widgets.scss */
.widget.widget_video .widget-title {
  text-transform: none;
  width: 100%;
  height: auto;
  background-color: #343436 !important;
  text-align: center;
}
/* line 734, ../scss/_tmm_widgets.scss */
.widget.widget_video * {
  outline: none;
}
/* line 738, ../scss/_tmm_widgets.scss */
#footer .widget.widget_video .widget-title {
  margin-bottom: 0;
  padding: 0.9375rem 1.25rem;
}
/* line 745, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style {
  margin-bottom: 1.25rem;
}
/* line 748, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container {
  margin: -0.625rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
/* line 758, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li {
  overflow: hidden;
  -webkit-box-flex: 1 1 160px;
  -moz-box-flex: 1 1 160px;
  -webkit-flex: 1 1 160px;
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
  position: relative;
  margin: 0.625rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
/* line 770, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 775, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a {
  display: table;
  padding: 1.25rem;
  position: relative;
  width: 100%;
  height: 145px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  overflow: hidden;
  line-height: 1.3;
}
/* line 787, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a.style-1 {
  color: #424246;
  background-color: white;
}
/* line 793, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a.style-2 {
  color: white;
  background-color: #ff615e;
}
/* line 798, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a.style-3 {
  color: white;
  background-color: #14b3e4;
}
/* line 803, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a.style-4 {
  color: white;
  background-color: #424246;
}
/* line 809, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a:not([class^="icon-"]) span {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 816, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a span, .widget.widget_metro_style .metro_container li a i {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  -webkit-transform: translate(-50%, -50%) scale(5);
  -moz-transform: translate(-50%, -50%) scale(5);
  -o-transform: translate(-50%, -50%) scale(5);
  -ms-transform: translate(-50%, -50%) scale(5);
  transform: translate(-50%, -50%) scale(5);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
/* line 834, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a i {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  padding: 1.25rem;
}
/* line 844, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a:hover:before {
  width: 100%;
  height: 100%;
  font-size: 15rem;
  opacity: 0;
}
/* line 851, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a:hover span, .widget.widget_metro_style .metro_container li a:hover i {
  opacity: 1;
}
/* line 855, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a:hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
/* line 863, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a:hover:not([class^="icon-"]) span, .widget.widget_metro_style .metro_container li a:hover[class^="icon-"] span {
  opacity: 0;
}
/* line 869, ../scss/_tmm_widgets.scss */
.widget.widget_metro_style .metro_container li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 145px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  font-family: "fontello";
  font-size: 3.125rem;
  -webkit-transition: font-size 0.5s ease, opacity 0.5s ease;
  -moz-transition: font-size 0.5s ease, opacity 0.5s ease;
  -ms-transition: font-size 0.5s ease, opacity 0.5s ease;
  transition: font-size 0.5s ease, opacity 0.5s ease;
}
/* line 892, ../scss/_tmm_widgets.scss */
.widget.widget_subscription p {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #b4b4b4;
}
/* line 903, ../scss/_tmm_widgets.scss */
.widget.widget_subscription .subscription-form .submit.middle {
  padding: 0.875rem 1.75rem;
}
/* line 908, ../scss/_tmm_widgets.scss */
.widget.widget_subscription .subscription-form .submit.mail-icon:after {
  margin: -11px 0 0 -9px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 913, ../scss/_tmm_widgets.scss */
.widget.widget_subscription .subscription-form .submit.mail-icon:hover {
  background-color: white;
  border-color: transparent;
}
/* line 916, ../scss/_tmm_widgets.scss */
.widget.widget_subscription .subscription-form .submit.mail-icon:hover:after {
  color: #14b3e4;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* line 927, ../scss/_tmm_widgets.scss */
#footer .widget.widget_subscription p {
  color: #bebebe;
}
/* line 936, ../scss/_tmm_widgets.scss */
.widget.widget_testimonials .testimonial blockquote p {
  color: #8ad9f2;
  line-height: 1.5;
  font-size: 1.125rem;
  font-family: "PT Serif", serif;
  font-style: italic;
  margin-bottom: 0;
}
/* line 953, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-nav {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 961, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-nav li {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 964, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-nav li h3, .widget.widget_recent_posts .tabs-nav li .event .event-details dl dt.event-title, .event .event-details dl .widget.widget_recent_posts .tabs-nav li dt.event-title, .widget.widget_recent_posts .tabs-nav li .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title, .widget.widget_recent_posts .tabs-nav li .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title, .widget.widget_recent_posts .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title, .widget.widget_recent_posts .tabs-nav li .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title, .widget.widget_recent_posts .tabs-nav li .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title, .widget.widget_recent_posts .tabs-nav li .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title, .widget.widget_recent_posts .tabs-nav li .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title {
  color: white;
  background-color: #11547b;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-size: 1rem;
  padding: 1.125rem 0.3125rem;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 975, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-nav li h3:hover, .widget.widget_recent_posts .tabs-nav li .event .event-details dl dt.event-title:hover, .event .event-details dl .widget.widget_recent_posts .tabs-nav li dt.event-title:hover, .widget.widget_recent_posts .tabs-nav li .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title:hover, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover, .widget.widget_recent_posts .tabs-nav li .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title:hover, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover, .widget.widget_recent_posts .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title:hover, .post-list.two-cols .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover, .widget.widget_recent_posts .tabs-nav li .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title:hover, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover, .widget.widget_recent_posts .tabs-nav li .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title:hover, .medium-6 > .post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover, .widget.widget_recent_posts .tabs-nav li .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title:hover, .medium-8 > .post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover, .widget.widget_recent_posts .tabs-nav li .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title:hover, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover {
  background-color: #14b3e4;
}
/* line 981, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-nav li.active h3, .widget.widget_recent_posts .tabs-nav li.active .event .event-details dl dt.event-title, .event .event-details dl .widget.widget_recent_posts .tabs-nav li.active dt.event-title, .widget.widget_recent_posts .tabs-nav li.active .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title, .widget.widget_recent_posts .tabs-nav li.active .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title, .widget.widget_recent_posts .tabs-nav li.active .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title, .widget.widget_recent_posts .tabs-nav li.active .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title, .widget.widget_recent_posts .tabs-nav li.active .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title, .widget.widget_recent_posts .tabs-nav li.active .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title, .widget.widget_recent_posts .tabs-nav li.active .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title {
  background-color: #14b3e4;
}
/* line 988, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-nav li h3, #footer .widget.widget_recent_posts .tabs-nav li .event .event-details dl dt.event-title, .event .event-details dl #footer .widget.widget_recent_posts .tabs-nav li dt.event-title, #footer .widget.widget_recent_posts .tabs-nav li .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title, #footer .widget.widget_recent_posts .tabs-nav li .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title, #footer .widget.widget_recent_posts .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title, #footer .widget.widget_recent_posts .tabs-nav li .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title, #footer .widget.widget_recent_posts .tabs-nav li .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title, #footer .widget.widget_recent_posts .tabs-nav li .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title, #footer .widget.widget_recent_posts .tabs-nav li .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title {
  color: white;
  background-color: #343436;
}
/* line 992, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-nav li h3:hover, #footer .widget.widget_recent_posts .tabs-nav li .event .event-details dl dt.event-title:hover, .event .event-details dl #footer .widget.widget_recent_posts .tabs-nav li dt.event-title:hover, #footer .widget.widget_recent_posts .tabs-nav li .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title:hover, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover, #footer .widget.widget_recent_posts .tabs-nav li .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title:hover, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover, #footer .widget.widget_recent_posts .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title:hover, .post-list.two-cols .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover, #footer .widget.widget_recent_posts .tabs-nav li .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title:hover, .post-list.three-cols > .medium-4 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover, #footer .widget.widget_recent_posts .tabs-nav li .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title:hover, .medium-6 > .post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover, #footer .widget.widget_recent_posts .tabs-nav li .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title:hover, .medium-8 > .post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover, #footer .widget.widget_recent_posts .tabs-nav li .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title:hover, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover {
  background-color: #14b3e4;
}
/* line 998, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-nav li.active h3, #footer .widget.widget_recent_posts .tabs-nav li.active .event .event-details dl dt.event-title, .event .event-details dl #footer .widget.widget_recent_posts .tabs-nav li.active dt.event-title, #footer .widget.widget_recent_posts .tabs-nav li.active .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title, #footer .widget.widget_recent_posts .tabs-nav li.active .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title, #footer .widget.widget_recent_posts .tabs-nav li.active .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title, #footer .widget.widget_recent_posts .tabs-nav li.active .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title, #footer .widget.widget_recent_posts .tabs-nav li.active .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title, #footer .widget.widget_recent_posts .tabs-nav li.active .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title, #footer .widget.widget_recent_posts .tabs-nav li.active .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title {
  background-color: #14b3e4;
}
/* line 1006, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 1011, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post {
  margin-bottom: 20px;
  background-color: white;
}
/* line 1016, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-media,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .image-post {
  width: 105px;
  height: 80px;
  float: left;
}
/* line 1022, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-media .mejs-controls,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .image-post .mejs-controls {
  display: none !important;
}
/* line 1026, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-media .mejs-container,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .image-post .mejs-container {
  background-color: #000;
}
/* line 1030, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-media .mejs-container .mejs-layers .mejs-overlay-play,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .image-post .mejs-container .mejs-layers .mejs-overlay-play {
  height: 80px !important;
}
/* line 1033, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-media .mejs-container .mejs-layers .mejs-overlay-play .mejs-overlay-button,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .image-post .mejs-container .mejs-layers .mejs-overlay-play .mejs-overlay-button {
  margin-top: 0 !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1044, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-holder {
  display: table;
  padding: 10px 15px 5px;
}
/* line 1049, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-title {
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
}
/* line 1054, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-title a {
  color: #262626;
}
/* line 1059, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post p {
  color: #777777;
  margin: 0;
}
/* line 1067, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on:before {
  content: "\e8a0";
}
/* line 1074, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link:before {
  content: "\e876";
}
/* line 1079, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta a,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta span {
  color: #b4b4b4;
}
/* line 1082, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta a:before,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta span:before {
  color: #bebebe;
}
/* line 1088, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover {
  background-color: #14b3e4;
}
/* line 1092, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .post-title a {
  color: white;
}
/* line 1097, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover p {
  color: #8ad9f2;
}
/* line 1102, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta a,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta span {
  color: white !important;
}
/* line 1105, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta a:before,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta span:before {
  color: #8ad9f2 !important;
}
/* line 1113, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post {
  background-color: #343436;
}
/* line 1117, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-title a {
  color: #959595;
}
/* line 1122, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post p {
  color: #bebebe;
}
/* line 1127, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta a,
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta span {
  color: #bebebe;
}
/* line 1130, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta a:before,
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta span:before {
  color: #bebebe;
}
/* line 1136, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover {
  background-color: #14b3e4;
}
/* line 1140, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .post-title a {
  color: white;
}
/* line 1145, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover p {
  color: #bebebe;
}
/* line 1150, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta a,
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta span {
  color: white !important;
}
/* line 1153, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta a:before,
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta span:before {
  color: #8ad9f2 !important;
}
/* line 1162, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .recent-comment {
  position: relative;
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 1168, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .recent-comment .author-image {
  float: left;
  margin-right: 0.625rem;
}
/* line 1174, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .recent-comment .author-data .author-name {
  color: #b4b4b4;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-bottom: 5px;
}
/* line 1181, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .recent-comment .author-data .author-title {
  color: #262626;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1191, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .recent-comment .author-data .author-title a {
  color: #262626;
}
/* line 1196, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .recent-comment .author-data p {
  color: #8ad9f2;
  line-height: 1.5;
  font-size: 1.125rem;
  font-family: "PT Serif", serif;
  font-style: italic;
  margin-bottom: 0;
}
/* line 1208, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .recent-comment:hover {
  background-color: #14b3e4;
}
/* line 1212, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .recent-comment:hover .author-data .author-name, .widget.widget_recent_posts .tabs-container .recent-comment:hover .author-data .author-title {
  color: white;
}
/* line 1215, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .recent-comment:hover .author-data a {
  color: white;
}
/* line 1220, ../scss/_tmm_widgets.scss */
.widget.widget_recent_posts .tabs-container .recent-comment:hover p {
  color: white;
}
/* line 1226, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .recent-comment {
  background-color: #343436;
}
/* line 1230, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .recent-comment .author-data .author-name {
  color: #bebebe;
}
/* line 1235, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .recent-comment .author-data .author-title a {
  color: #959595;
}
/* line 1241, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .recent-comment p {
  color: #959595;
}
/* line 1245, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .recent-comment:hover {
  background-color: #14b3e4;
}
/* line 1249, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .recent-comment:hover .author-data .author-name {
  color: white;
}
/* line 1254, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .recent-comment:hover .author-data .author-title a {
  color: white;
}
/* line 1260, ../scss/_tmm_widgets.scss */
#footer .widget.widget_recent_posts .tabs-container .recent-comment:hover p {
  color: white;
}
/* line 1272, ../scss/_tmm_widgets.scss */
.widget.widget_contacts .contact-form .tmmFormStyling {
  width: 100%;
}
/* line 1281, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li {
  margin-bottom: 1.875rem;
  list-style: none;
}
/* line 1286, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li .event-container {
  position: relative;
  min-height: 4.0625rem;
  padding: 0.625rem 1.25rem;
  background-color: white;
}
/* line 1292, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li .event-container .event-date {
  position: relative;
  display: block;
  float: left;
  text-align: center;
  top: -14px;
  left: -20px;
  width: 70px;
  height: 70px;
  padding-top: 0.875rem;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  background-color: #14b3e4;
  opacity: .9;
  z-index: 1;
}
/* line 1309, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li .event-container .event-date:after {
  position: absolute;
  top: 0;
  right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 4px;
  border-color: transparent transparent transparent #000000;
  content: "";
}
/* line 1321, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li .event-container .event-date b {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 400;
}
/* line 1333, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li .event-container .event-media .item-overlay {
  display: none;
}
/* line 1337, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li .event-container .event-media img {
  width: 100%;
}
/* line 1344, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li .event-container .event-media .event-content.with-excerpt .event-title {
  margin-bottom: 1.375rem;
}
/* line 1349, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li .event-container .event-media .event-content .event-title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}
/* line 1356, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li .event-container .event-media .event-content .event-title a {
  color: #262626;
}
/* line 1361, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li .event-container .event-media .event-content .event-text {
  color: #777777;
}
/* line 1369, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li.has-thumb .event-container {
  min-height: 12.5rem;
  padding: 0;
  background-color: transparent;
}
/* line 1374, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li.has-thumb .event-container:hover .event-media .event-content.with-excerpt {
  -webkit-transform: translateY(-3.75rem);
  transform: translateY(-3.75rem);
}
/* line 1379, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li.has-thumb .event-container .event-date {
  position: absolute;
  top: -4px;
  left: 0;
}
/* line 1385, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media {
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s linear;
  -moz-transition: -moz-transform 0.35s linear;
  -ms-transition: transform 0.35s linear;
  transition: transform 0.35s linear;
}
/* line 1390, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .item-overlay {
  display: block;
}
/* line 1394, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .event-title {
  font-size: 1.2rem;
  color: white;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 0 !important;
  padding: 0.625rem 1.25rem;
  min-height: 3rem;
  opacity: 1;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1409, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .event-title a {
  color: white;
  z-index: 2;
}
/* line 1415, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .event-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  text-align: center;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.35s linear;
  -moz-transition: -moz-transform 0.35s linear;
  -ms-transition: transform 0.35s linear;
  transition: transform 0.35s linear;
}
/* line 1427, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .event-content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  opacity: .8;
  background-color: #14b3e4;
  z-index: 0;
  content: "";
}
/* line 1439, ../scss/_tmm_widgets.scss */
.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .event-content .event-text {
  line-height: 1.3;
  position: relative;
  padding: 0 1.25rem 0.9375rem;
  color: white;
  z-index: 1;
}
/* line 1455, ../scss/_tmm_widgets.scss */
#footer .widget.widget_upcoming_events ul li:not(.has-thumb) .event-container {
  background-color: #343436;
}
/* line 1461, ../scss/_tmm_widgets.scss */
#footer .widget.widget_upcoming_events ul li:not(.has-thumb) .event-container .event-media .event-content .event-title a {
  color: #959595;
}
/* line 1466, ../scss/_tmm_widgets.scss */
#footer .widget.widget_upcoming_events ul li:not(.has-thumb) .event-container .event-media .event-content .event-text {
  color: #959595;
}
/* line 1479, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-header {
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  font-size: 0.875rem;
  text-align: center;
  background-color: #11547b;
  margin-bottom: 10px;
  border: none;
}
/* line 1491, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-header .fc-header-title h2, .widget.widget_events_calendar .fc-header .fc-header-title .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .widget.widget_events_calendar .fc-header .fc-header-title .entry-title, .widget.widget_events_calendar .fc-header .fc-header-title .owl-item .post.post-alternate-3 .entry-header .entry-title, .owl-item .post.post-alternate-3 .entry-header .widget.widget_events_calendar .fc-header .fc-header-title .entry-title, .widget.widget_events_calendar .fc-header .fc-header-title .post.post-classic .entry-header .entry-title, .post.post-classic .entry-header .widget.widget_events_calendar .fc-header .fc-header-title .entry-title {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.417em;
}
/* line 1502, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-header td {
  border: none;
  border-bottom: 1px solid #ebebeb;
  vertical-align: middle;
}
/* line 1508, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-header .fc-button {
  margin-bottom: 0;
  height: 100%;
}
/* line 1513, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-header .fc-button-today {
  line-height: 38px;
}
/* line 1517, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-header .fc-text-arrow {
  line-height: 38px;
}
/* line 1522, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content {
  position: relative;
}
/* line 1525, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-wiev {
  position: relative;
  width: 100%;
}
/* line 1531, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid .fc-event {
  background: none;
  border: none;
}
/* line 1535, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid .fc-event .fc-event-inner {
  text-align: center;
}
/* line 1538, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid .fc-event .fc-event-inner .fc-event-time {
  display: none !important;
}
/* line 1542, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid .fc-event .fc-event-inner .fc-event-title {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 0.75rem;
}
/* line 1551, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid table {
  width: 100%;
  border: none;
  border-spacing: 1px;
  background-color: white;
}
/* line 1557, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid table .fc-day-header {
  font-family: "Roboto Slab", serif;
  font-size: 0.875rem;
  background: white;
  border: 1px solid #cfcfd1;
  padding: 4px;
  color: #777;
}
/* line 1566, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid table .fc-day {
  border: none;
  color: #6d7a7e;
  background-color: #e1e1e1;
  text-align: center;
  padding: 0 4px;
  font-size: 0.75rem;
  height: 40px;
}
/* line 1575, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid table .fc-day.fc-other-month {
  color: #555;
  background-color: #fff;
}
/* line 1579, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid table .fc-day.fc-other-month > div {
  min-height: 38px;
}
/* line 1584, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid table .fc-day.fc-state-highlight {
  color: #fff;
  background-color: #09b1e6;
}
/* line 1589, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid table .fc-day .fc-day-number {
  padding: 2px 0 0;
}
/* line 1593, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid table .fc-day .fc-day-content {
  padding: 0;
}
/* line 1596, ../scss/_tmm_widgets.scss */
.widget.widget_events_calendar .fc-content .fc-grid table .fc-day .fc-day-content > div {
  min-height: 21px;
  position: relative;
}

/* line 78, ../scss/_tmm_shortcodes.scss */
.contact-form .input-block.type-input input[type="text"],
.contact-form .input-block.type-input input[type="email"],
.contact-form .input-block.type-input input[type="url"] {
  width: 60%;
}
/* line 84, ../scss/_tmm_shortcodes.scss */
.contact-form .input-block select {
  width: 60%;
}
/* line 87, ../scss/_tmm_shortcodes.scss */
.contact-form .input-block textarea {
  width: 100%;
  min-height: 245px;
}
/* line 92, ../scss/_tmm_shortcodes.scss */
.contact-form .contact_form_capcha {
  margin-right: 20px;
}

/* line 101, ../scss/_tmm_shortcodes.scss */
.our_contacts,
.our_timetable {
  font-size: 0.875rem;
}
/* line 105, ../scss/_tmm_shortcodes.scss */
.our_contacts ul,
.our_timetable ul {
  margin: 0 0 1.5rem;
  list-style: none;
}
/* line 110, ../scss/_tmm_shortcodes.scss */
.our_contacts dt,
.our_timetable dt {
  float: left;
  font-weight: normal;
  padding-right: 3px;
}
/* line 116, ../scss/_tmm_shortcodes.scss */
.our_contacts dd,
.our_timetable dd {
  color: #ff615e;
  margin-bottom: 0.3125rem;
}

/* line 125, ../scss/_tmm_shortcodes.scss */
ul.accordion {
  margin-left: 0;
}
/* line 128, ../scss/_tmm_shortcodes.scss */
ul.accordion .accordion-navigation {
  position: relative;
  margin-bottom: 0.3125rem !important;
  list-style: none;
}
/* line 133, ../scss/_tmm_shortcodes.scss */
ul.accordion .accordion-navigation:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
/* line 145, ../scss/_tmm_shortcodes.scss */
ul.accordion .accordion-navigation .acc-trigger {
  position: relative;
  display: block;
  width: 100%;
  color: #262626;
  background-color: white;
  padding: 0.9375rem 3.125rem 1.125rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  -webkit-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -moz-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -ms-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* line 157, ../scss/_tmm_shortcodes.scss */
ul.accordion .accordion-navigation .acc-trigger:before, ul.accordion .accordion-navigation .acc-trigger:after {
  position: absolute;
  background-color: #14b3e4;
  content: "";
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.35s ease, background-color 0.35s ease-in;
  -moz-transition: -moz-transform 0.35s ease, background-color 0.35s ease-in;
  -ms-transition: transform 0.35s ease, background-color 0.35s ease-in;
  transition: transform 0.35s ease, background-color 0.35s ease-in;
}
/* line 166, ../scss/_tmm_shortcodes.scss */
ul.accordion .accordion-navigation .acc-trigger:before {
  top: 15px;
  right: 20px;
  width: 5px;
  height: 19px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* line 176, ../scss/_tmm_shortcodes.scss */
ul.accordion .accordion-navigation .acc-trigger:after {
  top: 22px;
  right: 13px;
  width: 19px;
  height: 5px;
}
/* line 183, ../scss/_tmm_shortcodes.scss */
ul.accordion .accordion-navigation .acc-trigger:hover, ul.accordion .accordion-navigation .acc-trigger.active {
  color: white;
  background-color: #14b3e4;
}
/* line 189, ../scss/_tmm_shortcodes.scss */
ul.accordion .accordion-navigation .acc-trigger:hover:before, ul.accordion .accordion-navigation .acc-trigger:hover:after, ul.accordion .accordion-navigation .acc-trigger.active:before, ul.accordion .accordion-navigation .acc-trigger.active:after {
  background-color: white;
}
/* line 196, ../scss/_tmm_shortcodes.scss */
ul.accordion .accordion-navigation .acc-trigger.active:before {
  -webkit-transform: scaleY(0);
  transform: scale(0);
}
/* line 202, ../scss/_tmm_shortcodes.scss */
#footer ul.accordion .accordion-navigation .acc-trigger {
  color: #959595;
  background-color: #343436;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 207, ../scss/_tmm_shortcodes.scss */
#footer ul.accordion .accordion-navigation .acc-trigger:before, #footer ul.accordion .accordion-navigation .acc-trigger:after {
  background-color: #14b3e4;
}
/* line 212, ../scss/_tmm_shortcodes.scss */
#footer ul.accordion .accordion-navigation .acc-trigger:hover, #footer ul.accordion .accordion-navigation .acc-trigger.active {
  color: white;
  background-color: #14b3e4;
}
/* line 218, ../scss/_tmm_shortcodes.scss */
#footer ul.accordion .accordion-navigation .acc-trigger:hover:before, #footer ul.accordion .accordion-navigation .acc-trigger:hover:after, #footer ul.accordion .accordion-navigation .acc-trigger.active:before, #footer ul.accordion .accordion-navigation .acc-trigger.active:after {
  background-color: #343436;
}
/* line 226, ../scss/_tmm_shortcodes.scss */
ul.accordion .accordion-navigation .content {
  display: none;
  background-color: white;
  padding: 1.5625rem 1.25rem;
  -webkit-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -moz-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -ms-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
}
/* line 234, ../scss/_tmm_shortcodes.scss */
#footer ul.accordion .accordion-navigation .content {
  background-color: #343436;
  -webkit-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
  -moz-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
  -ms-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
  box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
}

/* line 244, ../scss/_tmm_shortcodes.scss */
.blockquote {
  text-align: center;
}
/* line 247, ../scss/_tmm_shortcodes.scss */
.blockquote p {
  font-size: 1.75rem;
}
/* line 251, ../scss/_tmm_shortcodes.scss */
.blockquote .quote-meta {
  text-transform: uppercase;
  font-size: small;
  color: #b4b4b4;
}

/* line 262, ../scss/_tmm_shortcodes.scss */
.testimonial {
  position: relative;
  margin: 0 0 1.875rem;
  padding: 1.25rem;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px #dddddd;
  -moz-box-shadow: 0 1px 3px #dddddd;
  -ms-box-shadow: 0 1px 3px #dddddd;
  box-shadow: 0 1px 3px #dddddd;
}
/* line 269, ../scss/_tmm_shortcodes.scss */
.testimonial .author-thumb {
  float: left;
  margin-right: 2.5rem;
  margin-bottom: 0.625rem;
}
/* line 275, ../scss/_tmm_shortcodes.scss */
.testimonial blockquote {
  display: table;
  margin: 0;
  padding: 0 0 0 0.625rem;
}
/* line 280, ../scss/_tmm_shortcodes.scss */
.testimonial blockquote p {
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.25rem;
}
/* line 286, ../scss/_tmm_shortcodes.scss */
.testimonial blockquote:before {
  font-size: 2.875rem;
  top: -20px;
}
/* line 292, ../scss/_tmm_shortcodes.scss */
.testimonial .quote-meta {
  position: relative;
  color: #b4b4b4;
  text-transform: uppercase;
  text-align: right;
  font-family: "Roboto Slab";
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
}

/* line 311, ../scss/_tmm_shortcodes.scss */
.dropcap, .dropcap.type-2 {
  display: block;
  float: left;
  margin-right: 0.9375rem;
  margin-bottom: 0.5rem;
  width: 60px;
  height: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  line-height: 60px;
  background-color: #14b3e4;
  color: white;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
}
/* line 332, ../scss/_tmm_shortcodes.scss */
.type-2.dropcap {
  background-color: transparent;
  color: #262626;
  line-height: 56px;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  border-width: 2px;
  border-color: #262626;
  border-style: solid;
}

/* line 353, ../scss/_tmm_shortcodes.scss */
.highlight {
  background-color: #318dfd;
  color: white;
  padding: 0 0.1875rem;
}

/* line 363, ../scss/_tmm_shortcodes.scss */
.block-with-icons {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
/* line 304, ../scss/_tmm_mixins.scss */
.block-with-icons:before {
  position: absolute;
  bottom: 18px;
  left: 6px;
  right: auto;
  width: 52%;
  top: 61%;
  max-width: 300px;
  background: #6e6e6e;
  content: "";
  -webkit-box-shadow: 0 16px 6px #6e6e6e;
  -moz-box-shadow: 0 16px 6px #6e6e6e;
  -ms-box-shadow: 0 16px 6px #6e6e6e;
  box-shadow: 0 16px 6px #6e6e6e;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* line 331, ../scss/_tmm_mixins.scss */
.block-with-icons:after {
  position: absolute;
  bottom: 18px;
  right: 6px;
  left: auto;
  width: 52%;
  top: 61%;
  max-width: 300px;
  background: #6e6e6e;
  content: "";
  -webkit-box-shadow: 0 16px 6px #6e6e6e;
  -moz-box-shadow: 0 16px 6px #6e6e6e;
  -ms-box-shadow: 0 16px 6px #6e6e6e;
  box-shadow: 0 16px 6px #6e6e6e;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* line 379, ../scss/_tmm_shortcodes.scss */
.block-with-icons li {
  position: relative;
  z-index: 1;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: transparent;
  overflow: hidden;
  -webkit-box-flex: 1 1 380px;
  -moz-box-flex: 1 1 380px;
  -webkit-flex: 1 1 380px;
  -ms-flex: 1 1 380px;
  flex: 1 1 380px;
}
/* line 392, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:not(:last-child):before, .block-with-icons li:not(:last-child):after {
  content: '';
  width: 1px;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 0;
  right: 0;
}
/* line 403, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:not(:last-child):before {
  right: 1px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(195, 195, 195, 0.5);
}
/* line 412, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:not(:last-child):after {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.5);
}
/* line 421, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:last-child {
  border-right: none;
}
/* line 423, ../scss/_tmm_shortcodes.scss */
.block-with-icons li a {
  display: block;
  padding: 5rem 1.25rem 2.5rem 1.25rem;
  text-align: center;
  background-color: #e1e1e1;
  position: relative;
  -webkit-transition: background-color 0.35s ease-out 0.1s;
  -moz-transition: background-color 0.35s ease-out 0.1s;
  -ms-transition: background-color 0.35s ease-out 0.1s;
  transition: background-color 0.35s ease-out 0.1s;
}
/* line 431, ../scss/_tmm_shortcodes.scss */
.block-with-icons li a i {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -34px;
  color: #c3c3c4;
  content: "";
  z-index: 0;
  font-family: "fontello";
  font-size: 3rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.35s ease-out, color 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out, opacity 0.35s ease-out, color 0.35s ease-out;
  -ms-transition: transform 0.35s ease-out, opacity 0.35s ease-out, color 0.35s ease-out;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out, color 0.35s ease-out;
}
/* line 449, ../scss/_tmm_shortcodes.scss */
.block-with-icons li a h5 {
  position: relative;
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1;
  z-index: 1;
  -webkit-transition: color 0.35s ease-out 0.1s;
  -moz-transition: color 0.35s ease-out 0.1s;
  -ms-transition: color 0.35s ease-out 0.1s;
  transition: color 0.35s ease-out 0.1s;
}
/* line 459, ../scss/_tmm_shortcodes.scss */
.block-with-icons li a span {
  position: relative;
  text-transform: uppercase;
  color: #4b4b4b;
  z-index: 1;
  font-family: "Roboto Slab";
  font-size: 0.75rem;
  font-weight: normal;
  -webkit-transition: color 0.35s ease-out 0.1s, opacity 0.35s ease-out 0.1s;
  -moz-transition: color 0.35s ease-out 0.1s, opacity 0.35s ease-out 0.1s;
  -ms-transition: color 0.35s ease-out 0.1s, opacity 0.35s ease-out 0.1s;
  transition: color 0.35s ease-out 0.1s, opacity 0.35s ease-out 0.1s;
}
/* line 472, ../scss/_tmm_shortcodes.scss */
.block-with-icons li a:hover i {
  opacity: .4;
  color: white !important;
  -webkit-transform: scale(1.25) translateY(-5px);
  transform: scale(1.25) translateY(-5px);
}
/* line 480, ../scss/_tmm_shortcodes.scss */
.block-with-icons li a:hover h5 {
  color: white;
}
/* line 482, ../scss/_tmm_shortcodes.scss */
.block-with-icons li a:hover span {
  color: white;
  opacity: .8;
}
/* line 487, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:first-child {
  border-top-color: #14b3e4;
}
/* line 489, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:first-child h5 {
  color: #14b3e4;
}
/* line 490, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:first-child span {
  color: #4b4b4b;
}
/* line 491, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:first-child a {
  background: #e1e1e1;
}
/* line 493, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:first-child a:before {
  color: #c3c3c4;
}
/* line 496, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:first-child:hover a {
  background: #14b3e4;
}
/* line 499, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(2) {
  border-top-color: #00c99f;
}
/* line 501, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(2) h5 {
  color: #00c99f;
}
/* line 502, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(2) span {
  color: #4b4b4b;
}
/* line 503, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(2) a {
  background: #e1e1e1;
}
/* line 505, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(2) a:before {
  color: #c3c3c4;
}
/* line 508, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(2):hover a {
  background: #00c99f;
}
/* line 511, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(3) {
  border-top-color: #f36d6a;
}
/* line 513, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(3) h5 {
  color: #f36d6a;
}
/* line 514, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(3) span {
  color: #4b4b4b;
}
/* line 515, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(3) a {
  background: #e1e1e1;
}
/* line 517, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(3) a:before {
  color: #c3c3c4;
}
/* line 520, ../scss/_tmm_shortcodes.scss */
.block-with-icons li:nth-child(3):hover a {
  background: #f36d6a;
}

/* line 530, ../scss/_tmm_shortcodes.scss */
.list {
  margin-left: 0;
  list-style: none;
}
/* line 534, ../scss/_tmm_shortcodes.scss */
.list li {
  position: relative;
  padding-left: 1.875rem;
}
/* line 538, ../scss/_tmm_shortcodes.scss */
.list li:before {
  position: absolute;
  top: 6px;
  left: 0;
}

/* line 550, ../scss/_tmm_shortcodes.scss */
.social-icons {
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 70, ../scss/_tmm_mixins.scss */
.social-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 0.125rem;
  margin-bottom: 0.3125rem;
}
/* line 78, ../scss/_tmm_mixins.scss */
.social-icons li a {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  cursor: pointer;
  text-align: center;
}
/* line 84, ../scss/_tmm_mixins.scss */
.social-icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 45px;
  background-color: #d0d0d0;
  color: white;
  content: "";
  font-family: 'fontello';
  font-size: 1.25rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.twitter a:before {
  content: "\e986";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.twitter a:hover:before {
  background-color: #47c0d8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.facebook a:before {
  content: "\ea85";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.facebook a:hover:before {
  background-color: #49699f;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.linkedin a:before {
  content: "\ea8e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.linkedin a:hover:before {
  background-color: #2c7cb7;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.rss a:before {
  content: "\e88d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.rss a:hover:before {
  background-color: #fe9900;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.pinterest a:before {
  content: "\ede9";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.pinterest a:hover:before {
  background-color: #c21c21;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.gplus a:before {
  content: "\e974";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.gplus a:hover:before {
  background-color: #c33d19;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.instagram a:before {
  content: "\ea9b";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.instagram a:hover:before {
  background-color: #517fa3;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.dribbble a:before {
  content: "\e969";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.dribbble a:hover:before {
  background-color: #e65992;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.dropbox a:before {
  content: "\e96a";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.dropbox a:hover:before {
  background-color: #5da3e8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.youtube a:before {
  content: "\e98d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.youtube a:hover:before {
  background-color: #b72d24;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.blogger a:before {
  content: "\ee56";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.blogger a:hover:before {
  background-color: #f38f33;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.evernote a:before {
  content: "\ea9d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.evernote a:hover:before {
  background-color: #73b122;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.behance a:before {
  content: "\eaa7";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.behance a:hover:before {
  background-color: #18a3fe;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.skype a:before {
  content: "\e97f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.skype a:hover:before {
  background-color: #24b0e4;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.vimeo a:before {
  content: "\ea81";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.vimeo a:hover:before {
  background-color: #568799;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.digg a:before {
  content: "\edf3";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.digg a:hover:before {
  background-color: #2882c6;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.appstore a:before {
  content: "\edf8";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.appstore a:hover:before {
  background-color: #606060;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.wordpress a:before {
  content: "\ee29";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.wordpress a:hover:before {
  background-color: #33759d;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.stubleupon a:before {
  content: "\ef76";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.stubleupon a:hover:before {
  background-color: #eb4924;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.deviantart a:before {
  content: "\ee58";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.deviantart a:hover:before {
  background-color: #5f7162;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.github a:before {
  content: "\e96f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.github a:hover:before {
  background-color: #7292a2;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.email a:before {
  content: "\e826";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.email a:hover:before {
  background-color: #65a413;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.cv a:before {
  content: "\ec9e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.cv a:hover:before {
  background-color: #424246;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-icons li.flickr a:before {
  content: "\ea7f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-icons li.flickr a:hover:before {
  background-color: #e82c88;
  color: white;
}

/* line 558, ../scss/_tmm_shortcodes.scss */
.transparent, .info, .notice, .error, .success {
  position: relative;
  display: block;
  margin-bottom: 0.625rem;
  width: 100%;
  padding: 1.25rem 0.625rem !important;
  text-transform: uppercase;
  font-size: 1rem;
  background-color: #f9f9f9;
  color: #262626;
  border-width: 2px;
  border-color: #e7e7e7;
  border-style: solid;
}
/* line 574, ../scss/_tmm_shortcodes.scss */
.transparent .alert-close, .info .alert-close, .notice .alert-close, .error .alert-close, .success .alert-close {
  position: absolute;
  top: 5px;
  right: 0;
}
/* line 578, ../scss/_tmm_shortcodes.scss */
.transparent .alert-close:after, .info .alert-close:after, .notice .alert-close:after, .error .alert-close:after, .success .alert-close:after {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #262626;
  content: "\eacf";
  font-family: "fontello";
  font-size: 1.25rem;
}

/* line 592, ../scss/_tmm_shortcodes.scss */
.info {
  background-color: #a6deef;
  color: #14b3e4;
  border-color: #57c7e9;
}
/* line 598, ../scss/_tmm_shortcodes.scss */
.info .alert-close:after {
  color: #14b3e4;
}

/* line 601, ../scss/_tmm_shortcodes.scss */
.notice {
  background-color: #f9e4ba;
  color: #fec64d;
  border-color: #fbd47f;
}
/* line 607, ../scss/_tmm_shortcodes.scss */
.notice .alert-close:after {
  color: #fec64d;
}

/* line 610, ../scss/_tmm_shortcodes.scss */
.error {
  background-color: #f4c5c4;
  color: #f36d6a;
  border-color: #f49693;
}
/* line 616, ../scss/_tmm_shortcodes.scss */
.error .alert-close:after {
  color: #f36d6a;
}

/* line 619, ../scss/_tmm_shortcodes.scss */
.success {
  background-color: #9fe6d7;
  color: #00c99f;
  border-color: #49d6b9;
}
/* line 625, ../scss/_tmm_shortcodes.scss */
.success .alert-close:after {
  color: #00c99f;
}

/* line 634, ../scss/_tmm_shortcodes.scss */
.tabs-holder {
  margin-bottom: 1.875rem;
}
/* line 637, ../scss/_tmm_shortcodes.scss */
.tabs-holder .tabs-nav {
  width: 100%;
  margin: 0;
  font-size: 0;
}
/* line 642, ../scss/_tmm_shortcodes.scss */
.tabs-holder .tabs-nav li {
  position: relative;
  display: inline-block;
}
/* line 646, ../scss/_tmm_shortcodes.scss */
.tabs-holder .tabs-nav li h3, .tabs-holder .tabs-nav li .event .event-details dl dt.event-title, .event .event-details dl .tabs-holder .tabs-nav li dt.event-title, .tabs-holder .tabs-nav li .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li .entry-title, .tabs-holder .tabs-nav li .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li .entry-title, .tabs-holder .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title, .tabs-holder .tabs-nav li .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title, .tabs-holder .tabs-nav li .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title, .tabs-holder .tabs-nav li .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title, .tabs-holder .tabs-nav li .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title {
  position: relative;
  display: block;
  margin: 0 1px 1px 0;
  padding: 1.125rem 1.875rem;
  background-color: #e1e1e1;
  color: #262626;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  font-family: "Roboto Slab";
  font-weight: normal;
  font-size: 1rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 663, ../scss/_tmm_shortcodes.scss */
.tabs-holder .tabs-nav li h3:hover, .tabs-holder .tabs-nav li .event .event-details dl dt.event-title:hover, .event .event-details dl .tabs-holder .tabs-nav li dt.event-title:hover, .tabs-holder .tabs-nav li .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title:hover, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li .entry-title:hover, .tabs-holder .tabs-nav li .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title:hover, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li .entry-title:hover, .tabs-holder .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title:hover, .post-list.two-cols .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title:hover, .tabs-holder .tabs-nav li .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title:hover, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title:hover, .tabs-holder .tabs-nav li .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title:hover, .medium-6 > .post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title:hover, .tabs-holder .tabs-nav li .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title:hover, .medium-8 > .post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title:hover, .tabs-holder .tabs-nav li .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title:hover, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title:hover {
  color: white;
  background-color: #14b3e4;
}
/* line 669, ../scss/_tmm_shortcodes.scss */
.tabs-holder .tabs-nav li.active h3, .tabs-holder .tabs-nav li.active .event .event-details dl dt.event-title, .event .event-details dl .tabs-holder .tabs-nav li.active dt.event-title, .tabs-holder .tabs-nav li.active .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li.active .entry-title, .tabs-holder .tabs-nav li.active .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li.active .entry-title, .tabs-holder .tabs-nav li.active .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .tabs-holder .tabs-nav li.active .entry-title, .tabs-holder .tabs-nav li.active .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .tabs-holder .tabs-nav li.active .entry-title, .tabs-holder .tabs-nav li.active .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li.active .entry-title, .tabs-holder .tabs-nav li.active .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li.active .entry-title, .tabs-holder .tabs-nav li.active .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .tabs-holder .tabs-nav li.active .entry-title {
  color: white;
  background-color: #14b3e4;
}
/* line 676, ../scss/_tmm_shortcodes.scss */
.tabs-holder #main[role="main"] .tabs-container {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px #dddddd;
  -moz-box-shadow: 0 1px 3px #dddddd;
  -ms-box-shadow: 0 1px 3px #dddddd;
  box-shadow: 0 1px 3px #dddddd;
}
/* line 679, ../scss/_tmm_shortcodes.scss */
.tabs-holder #main[role="main"] .tabs-container:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  content: "";
}
/* line 690, ../scss/_tmm_shortcodes.scss */
.tabs-holder .tab-content {
  display: none;
  padding: 1.5625rem 1.25rem;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -moz-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  -ms-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
  box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
}
/* line 694, ../scss/_tmm_shortcodes.scss */
.tabs-holder .tab-content:first-child {
  display: block;
}

/* line 704, ../scss/_tmm_shortcodes.scss */
.tooltip {
  position: relative;
}
/* line 707, ../scss/_tmm_shortcodes.scss */
.tooltip b {
  position: absolute;
  display: block;
  bottom: 1.875rem;
  left: 50%;
  right: 50%;
  width: 150px;
  margin-left: -75px;
  max-width: 18.75rem;
  padding: 0.3125rem;
  background-color: white;
  color: #262626;
  font-size: 0.75rem;
  font-family: "Roboto Slab";
  font-weight: normal;
  text-align: center;
  border: 1px solid #e2e2e2;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-box-shadow: 0 0 3px 0 #e2e2e2;
  -moz-box-shadow: 0 0 3px 0 #e2e2e2;
  -ms-box-shadow: 0 0 3px 0 #e2e2e2;
  box-shadow: 0 0 3px 0 #e2e2e2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 730, ../scss/_tmm_shortcodes.scss */
.tooltip b:after, .tooltip b:before {
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  content: "";
  border-style: solid;
  border-width: 10px;
}
/* line 745, ../scss/_tmm_shortcodes.scss */
.tooltip b:before {
  border-color: #e2e2e2 transparent transparent;
}
/* line 747, ../scss/_tmm_shortcodes.scss */
.tooltip b:after {
  margin-top: -1px;
  border-color: white transparent transparent;
}
/* line 753, ../scss/_tmm_shortcodes.scss */
.tooltip:hover b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 765, ../scss/_tmm_shortcodes.scss */
.contact-map .google_map {
  width: 100%;
  height: 500px;
}

/* line 771, ../scss/_tmm_shortcodes.scss */
.contact-details {
  font-size: 0.875rem;
}
/* line 774, ../scss/_tmm_shortcodes.scss */
.contact-details h3, .contact-details .event .event-details dl dt.event-title, .event .event-details dl .contact-details dt.event-title, .contact-details .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .contact-details .entry-title, .contact-details .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .contact-details .entry-title, .contact-details .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .contact-details .entry-title, .contact-details .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .contact-details .entry-title, .contact-details .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .contact-details .entry-title, .contact-details .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .contact-details .entry-title, .contact-details .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .contact-details .entry-title {
  color: #969696;
  text-transform: uppercase;
  font-size: 1rem;
}
/* line 780, ../scss/_tmm_shortcodes.scss */
.contact-details p {
  padding-bottom: 1.875rem;
  position: relative;
}
/* line 142, ../scss/_tmm_mixins.scss */
.contact-details p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("../images/doted-border.png");
  content: "";
}

/* line 790, ../scss/_tmm_shortcodes.scss */
.iconbox {
  margin-bottom: 1.25rem;
}
/* line 143, ../scss/_global.scss */
.iconbox:before, .iconbox:after {
  content: " ";
  display: table;
}
/* line 144, ../scss/_global.scss */
.iconbox:after {
  clear: both;
}
/* line 794, ../scss/_tmm_shortcodes.scss */
.iconbox [class*="icon-"] {
  font-size: 45px;
  float: left;
  margin-right: 0.625rem;
}
/* line 800, ../scss/_tmm_shortcodes.scss */
.iconbox .iconbox-entry {
  display: table;
}
/* line 803, ../scss/_tmm_shortcodes.scss */
.iconbox .iconbox-entry h4, .iconbox .iconbox-entry .post-list.four-cols > article .post.post-alternate-1 .entry-header .entry-title, .post-list.four-cols > article .post.post-alternate-1 .entry-header .iconbox .iconbox-entry .entry-title, .iconbox .iconbox-entry .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .iconbox .iconbox-entry .entry-title, .iconbox .iconbox-entry .post-list.four-cols > article .post.post-alternate-3 .entry-header .entry-title, .post-list.four-cols > article .post.post-alternate-3 .entry-header .iconbox .iconbox-entry .entry-title, .iconbox .iconbox-entry .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .iconbox .iconbox-entry .entry-title, .iconbox .iconbox-entry .post-list.four-cols > article .post.post-classic .entry-header .entry-title, .post-list.four-cols > article .post.post-classic .entry-header .iconbox .iconbox-entry .entry-title, .iconbox .iconbox-entry .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .iconbox .iconbox-entry .entry-title, .iconbox .iconbox-entry p {
  margin-bottom: 0.3125rem;
}

/* line 813, ../scss/_tmm_shortcodes.scss */
.archive-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 818, ../scss/_tmm_shortcodes.scss */
.archive-list li {
  padding: 0.4375rem 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e9e9e9;
}
/* line 827, ../scss/_tmm_shortcodes.scss */
.archive-list li:hover > a {
  color: #959595;
}

/* line 836, ../scss/_tmm_shortcodes.scss */
.subscription-form {
  position: relative;
}
/* line 839, ../scss/_tmm_shortcodes.scss */
.subscription-form .row:first-of-type {
  margin-bottom: 1.25rem;
}
/* line 843, ../scss/_tmm_shortcodes.scss */
.subscription-form .subscription_form_responce {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 849, ../scss/_tmm_shortcodes.scss */
.subscription-form .subscription_form_responce ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 861, ../scss/_tmm_shortcodes.scss */
.team-entry {
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
  border-bottom: 3px solid #262626;
}
/* line 866, ../scss/_tmm_shortcodes.scss */
.team-entry .team-entry-image {
  margin-bottom: 1.25rem;
}
/* line 870, ../scss/_tmm_shortcodes.scss */
.team-entry h4, .team-entry .post-list.four-cols > article .post.post-alternate-1 .entry-header .entry-title, .post-list.four-cols > article .post.post-alternate-1 .entry-header .team-entry .entry-title, .team-entry .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .team-entry .entry-title, .team-entry .post-list.four-cols > article .post.post-alternate-3 .entry-header .entry-title, .post-list.four-cols > article .post.post-alternate-3 .entry-header .team-entry .entry-title, .team-entry .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .team-entry .entry-title, .team-entry .post-list.four-cols > article .post.post-classic .entry-header .entry-title, .post-list.four-cols > article .post.post-classic .entry-header .team-entry .entry-title, .team-entry .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .team-entry .entry-title {
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 875, ../scss/_tmm_shortcodes.scss */
.team-entry .team-position {
  color: #11547b;
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.9375rem;
}
/* line 882, ../scss/_tmm_shortcodes.scss */
.team-entry .social-icons {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 143, ../scss/_global.scss */
.team-entry .social-icons:before, .team-entry .social-icons:after {
  content: " ";
  display: table;
}
/* line 144, ../scss/_global.scss */
.team-entry .social-icons:after {
  clear: both;
}
/* line 70, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 0;
  margin-bottom: 0.3125rem;
}
/* line 78, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li a {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  cursor: pointer;
  text-align: center;
}
/* line 84, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 45px;
  background-color: transparent;
  color: #bebebe;
  content: "";
  font-family: 'fontello';
  font-size: 1.25rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.twitter a:before {
  content: "\e986";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.twitter a:hover:before {
  background-color: #47c0d8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.facebook a:before {
  content: "\ea85";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.facebook a:hover:before {
  background-color: #49699f;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.linkedin a:before {
  content: "\ea8e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.linkedin a:hover:before {
  background-color: #2c7cb7;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.rss a:before {
  content: "\e88d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.rss a:hover:before {
  background-color: #fe9900;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.pinterest a:before {
  content: "\ede9";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.pinterest a:hover:before {
  background-color: #c21c21;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.gplus a:before {
  content: "\e974";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.gplus a:hover:before {
  background-color: #c33d19;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.instagram a:before {
  content: "\ea9b";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.instagram a:hover:before {
  background-color: #517fa3;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.dribbble a:before {
  content: "\e969";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.dribbble a:hover:before {
  background-color: #e65992;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.dropbox a:before {
  content: "\e96a";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.dropbox a:hover:before {
  background-color: #5da3e8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.youtube a:before {
  content: "\e98d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.youtube a:hover:before {
  background-color: #b72d24;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.blogger a:before {
  content: "\ee56";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.blogger a:hover:before {
  background-color: #f38f33;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.evernote a:before {
  content: "\ea9d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.evernote a:hover:before {
  background-color: #73b122;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.behance a:before {
  content: "\eaa7";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.behance a:hover:before {
  background-color: #18a3fe;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.skype a:before {
  content: "\e97f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.skype a:hover:before {
  background-color: #24b0e4;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.vimeo a:before {
  content: "\ea81";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.vimeo a:hover:before {
  background-color: #568799;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.digg a:before {
  content: "\edf3";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.digg a:hover:before {
  background-color: #2882c6;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.appstore a:before {
  content: "\edf8";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.appstore a:hover:before {
  background-color: #606060;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.wordpress a:before {
  content: "\ee29";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.wordpress a:hover:before {
  background-color: #33759d;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.stubleupon a:before {
  content: "\ef76";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.stubleupon a:hover:before {
  background-color: #eb4924;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.deviantart a:before {
  content: "\ee58";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.deviantart a:hover:before {
  background-color: #5f7162;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.github a:before {
  content: "\e96f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.github a:hover:before {
  background-color: #7292a2;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.email a:before {
  content: "\e826";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.email a:hover:before {
  background-color: #65a413;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.cv a:before {
  content: "\ec9e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.cv a:hover:before {
  background-color: #424246;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.flickr a:before {
  content: "\ea7f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.team-entry .social-icons li.flickr a:hover:before {
  background-color: #e82c88;
  color: white;
}
/* line 887, ../scss/_tmm_shortcodes.scss */
.team-entry .social-icons .last {
  float: right;
}

/* line 11, ../scss/_tmm_events.scss */
.event {
  margin-bottom: 2.1875rem;
  position: relative;
  border-bottom: 3px solid #262626;
}
/* line 16, ../scss/_tmm_events.scss */
.single .event {
  margin-bottom: 0;
  border-bottom: 1px dashed #ababab;
}
/* line 21, ../scss/_tmm_events.scss */
.event .image-post {
  margin-bottom: 1.25rem;
}
/* line 25, ../scss/_tmm_events.scss */
.event .event-date {
  position: absolute;
  display: block;
  text-align: center;
  top: -4px;
  left: 0;
  width: 70px;
  height: 70px;
  padding-top: 0.875rem;
  font-size: 2rem;
  color: white;
  line-height: 1;
  background-color: #14b3e4;
  opacity: .9;
  z-index: 1;
}
/* line 40, ../scss/_tmm_events.scss */
.event .event-date:after {
  position: absolute;
  top: 0;
  right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 4px;
  border-color: transparent transparent transparent #000000;
  content: "";
}
/* line 52, ../scss/_tmm_events.scss */
.event .event-date b {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: normal;
}
/* line 63, ../scss/_tmm_events.scss */
.event.no-image > .event-date {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 1.25rem;
}
/* line 68, ../scss/_tmm_events.scss */
.event.no-image > .event-date:after {
  display: none;
}
/* line 72, ../scss/_tmm_events.scss */
.event .event-media {
  position: relative;
  margin-bottom: 1.25rem;
}
/* line 76, ../scss/_tmm_events.scss */
.event .event-media img, .event .event-media video {
  width: 100%;
}
/* line 79, ../scss/_tmm_events.scss */
.event .event-title {
  position: relative;
  font-size: 1.5625rem;
  font-weight: normal;
}
/* line 86, ../scss/_tmm_events.scss */
.event .event-title a {
  color: #262626;
}
/* line 89, ../scss/_tmm_events.scss */
.event .event-content {
  position: relative;
  margin-bottom: 1.875rem;
}
/* line 93, ../scss/_tmm_events.scss */
.event .event-content .event-location {
  width: 255px;
  height: 160px;
  margin-left: 40px;
  float: right;
}
/* line 101, ../scss/_tmm_events.scss */
.event .event-details {
  display: inline-block;
  position: relative;
  padding: 1.5625rem 0 0.9375rem 0;
  width: 100%;
  position: relative;
}
/* line 142, ../scss/_tmm_mixins.scss */
.event .event-details:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("../images/doted-border.png");
  content: "";
}
/* line 108, ../scss/_tmm_events.scss */
.event .event-details.boxed {
  min-height: 12.5rem;
  background-color: white;
  padding: 1.875rem;
  margin-bottom: 1.875rem;
  -webkit-box-shadow: 0 1px 3px #dddddd;
  -moz-box-shadow: 0 1px 3px #dddddd;
  -ms-box-shadow: 0 1px 3px #dddddd;
  box-shadow: 0 1px 3px #dddddd;
}
/* line 114, ../scss/_tmm_events.scss */
.event .event-details.boxed:after {
  display: none;
}
/* line 116, ../scss/_tmm_events.scss */
.event .event-details.boxed h3, .event .event-details.boxed dl dt.event-title, .event .event-details.boxed .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .event .event-details.boxed .entry-title, .event .event-details.boxed .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .event .event-details.boxed .entry-title, .event .event-details.boxed .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .event .event-details.boxed .entry-title, .event .event-details.boxed .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .event .event-details.boxed .entry-title, .event .event-details.boxed .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .event .event-details.boxed .entry-title, .event .event-details.boxed .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .event .event-details.boxed .entry-title, .event .event-details.boxed .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .event .event-details.boxed .entry-title {
  text-transform: uppercase;
  color: #b4b4b4;
  font-size: 1rem;
  font-weight: normal;
}
/* line 126, ../scss/_tmm_events.scss */
.event .event-details dl {
  font-size: 0.875rem;
  line-height: 1.875rem;
  float: left;
  margin: 0 2.8125rem 0 0;
  width: 300px;
}
/* line 133, ../scss/_tmm_events.scss */
.event .event-details dl:nth-child(2n) {
  margin-right: 0;
}
/* line 135, ../scss/_tmm_events.scss */
.event .event-details dl dt {
  font-size: 1rem;
  font-weight: 500;
  color: #262626;
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  min-width: 70px;
}
/* line 143, ../scss/_tmm_events.scss */
.event .event-details dl dt:after {
  position: absolute;
  color: #343434;
  content: ":";
}
/* line 149, ../scss/_tmm_events.scss */
.event .event-details dl dt.event-title {
  float: none;
}
/* line 153, ../scss/_tmm_events.scss */
.event .event-details dl dt.event-title:after {
  display: none;
}
/* line 157, ../scss/_tmm_events.scss */
.event .event-details dl dd {
  line-height: 2rem;
  margin: 0;
}
/* line 160, ../scss/_tmm_events.scss */
.event .event-details dl dd:after {
  content: "";
  visibility: hidden;
  clear: left;
}
/* line 171, ../scss/_tmm_events.scss */
.event[class^="post-"] .event-address {
  background-color: white;
  margin-bottom: 3.125rem;
  -webkit-box-shadow: 0 1px 3px #dddddd;
  -moz-box-shadow: 0 1px 3px #dddddd;
  -ms-box-shadow: 0 1px 3px #dddddd;
  box-shadow: 0 1px 3px #dddddd;
}
/* line 175, ../scss/_tmm_events.scss */
.event[class^="post-"] .event-address .event-details {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 180, ../scss/_tmm_events.scss */
.event[class^="post-"] .event-address .event-map .google_map {
  height: 255px;
}

/* line 187, ../scss/_tmm_events.scss */
.event-calendar {
  width: 100%;
}
/* line 190, ../scss/_tmm_events.scss */
.event-calendar .fc-header {
  width: 100%;
}
/* line 194, ../scss/_tmm_events.scss */
.event-calendar .fc-content {
  position: relative;
}
/* line 197, ../scss/_tmm_events.scss */
.event-calendar .fc-content .fc-view {
  position: relative;
}
/* line 201, ../scss/_tmm_events.scss */
.event-calendar .fc-content .fc-border-separate {
  width: 100%;
}
/* line 207, ../scss/_tmm_events.scss */
.event-calendar .fc-content .fc-week > .fc-day > div {
  min-height: 132px;
}

/* line 215, ../scss/_tmm_events.scss */
a.back-link {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}
/* line 219, ../scss/_tmm_events.scss */
a.back-link:after {
  position: absolute;
  top: -6px;
  left: 0;
  color: #14b3e4;
  content: '\e8b7';
  font-family: "fontello";
  font-size: 1.125rem;
}

/* line 42, ../scss/_tmm_posts.scss */
.single article.post {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/* line 50, ../scss/_tmm_posts.scss */
.post {
  position: relative;
  background-color: transparent;
  padding-bottom: 1.25rem;
  margin-bottom: 3.125rem;
  border-bottom: 3px solid #262626;
}
/* line 57, ../scss/_tmm_posts.scss */
.single .post {
  margin-bottom: 0;
}
/* line 62, ../scss/_tmm_posts.scss */
.post .image-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
/* line 69, ../scss/_tmm_posts.scss */
.post .entry-media {
  position: relative;
  margin-bottom: 1.25rem;
}
/* line 77, ../scss/_tmm_posts.scss */
.post .entry-header .entry-title a {
  color: inherit;
}
/* line 79, ../scss/_tmm_posts.scss */
.post .entry-header .entry-title a:hover {
  color: #14b3e4;
}
/* line 84, ../scss/_tmm_posts.scss */
.single .post .entry-header .entry-title {
  margin-bottom: 0.3125rem;
}
/* line 89, ../scss/_tmm_posts.scss */
.post .entry-header .entry-meta {
  margin-bottom: 1.25rem;
}
/* line 143, ../scss/_global.scss */
.post .entry-header .entry-meta:before, .post .entry-header .entry-meta:after {
  content: " ";
  display: table;
}
/* line 144, ../scss/_global.scss */
.post .entry-header .entry-meta:after {
  clear: both;
}
/* line 143, ../scss/_global.scss */
.post .entry-content:before, .post .entry-content:after {
  content: " ";
  display: table;
}
/* line 144, ../scss/_global.scss */
.post .entry-content:after {
  clear: both;
}
/* line 98, ../scss/_tmm_posts.scss */
.single .post .entry-content {
  padding-bottom: 2.5rem;
}
/* line 143, ../scss/_global.scss */
.post .entry-footer:before, .post .entry-footer:after,
.post .entry-header:before,
.post .entry-header:after {
  content: " ";
  display: table;
}
/* line 144, ../scss/_global.scss */
.post .entry-footer:after,
.post .entry-header:after {
  clear: both;
}
/* line 107, ../scss/_tmm_posts.scss */
.post .entry-footer .cat-links,
.post .entry-header .cat-links {
  padding-left: 0 !important;
}
/* line 111, ../scss/_tmm_posts.scss */
.post .entry-footer .cat-links a,
.post .entry-header .cat-links a {
  color: #14b3e4 !important;
}
/* line 114, ../scss/_tmm_posts.scss */
.post .entry-footer .cat-links a:hover,
.post .entry-header .cat-links a:hover {
  color: #bebebe !important;
}
/* line 119, ../scss/_tmm_posts.scss */
.post .entry-footer .cat-links:before,
.post .entry-header .cat-links:before {
  display: none;
}
/* line 126, ../scss/_tmm_posts.scss */
.post .entry-footer .posted-on:before,
.post .entry-header .posted-on:before {
  content: "\e8a0";
}
/* line 133, ../scss/_tmm_posts.scss */
.post .entry-footer .comments-link:before,
.post .entry-header .comments-link:before {
  content: "\e876";
}
/* line 140, ../scss/_tmm_posts.scss */
.post .entry-footer .byline:before,
.post .entry-header .byline:before {
  content: "\e82d";
}
/* line 145, ../scss/_tmm_posts.scss */
.post .entry-footer .like-qty,
.post .entry-header .like-qty {
  margin-right: 0 !important;
}
/* line 148, ../scss/_tmm_posts.scss */
.post .entry-footer .like-qty:before,
.post .entry-header .like-qty:before {
  content: "\ee75";
  -webkit-transition: -webkit-transform 0.25s linear;
  -moz-transition: -moz-transform 0.25s linear;
  -ms-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
}
/* line 152, ../scss/_tmm_posts.scss */
.post .entry-footer .like-qty:hover:before,
.post .entry-header .like-qty:hover:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 160, ../scss/_tmm_posts.scss */
.post .entry-footer .tags-links:before,
.post .entry-header .tags-links:before {
  content: "\e858";
}
/* line 163, ../scss/_tmm_posts.scss */
.post .entry-footer .tags-links a,
.post .entry-header .tags-links a {
  color: #bebebe;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 166, ../scss/_tmm_posts.scss */
.post .entry-footer .tags-links a:hover,
.post .entry-header .tags-links a:hover {
  color: #14b3e4 !important;
}
/* line 172, ../scss/_tmm_posts.scss */
.post.related {
  min-height: 16.875rem;
  padding-bottom: 1.5625rem !important;
  border-bottom: 3px solid #262626 !important;
}
/* line 177, ../scss/_tmm_posts.scss */
.post.related .entry-title {
  line-height: 1.3;
  margin-bottom: 0.3125rem;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 184, ../scss/_tmm_posts.scss */
.post.related .mejs-controls {
  display: none !important;
}
/* line 188, ../scss/_tmm_posts.scss */
.post .quote-inner {
  text-align: center;
}
/* line 191, ../scss/_tmm_posts.scss */
.post .quote-inner p {
  font-size: 1.625rem;
}
/* line 193, ../scss/_tmm_posts.scss */
.post .quote-inner .whole-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 70%;
}
/* line 204, ../scss/_tmm_posts.scss */
.post .quote-meta {
  color: #b4b4b4;
  text-align: center;
}
/* line 208, ../scss/_tmm_posts.scss */
.post .quote-meta .quote-author {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
}
/* line 223, ../scss/_tmm_posts.scss */
.single .post.full-width-alternate > .image-post:first-of-type {
  width: 50%;
  float: left;
  margin-right: 1.875rem;
}
/* line 231, ../scss/_tmm_posts.scss */
.single .post.full-width-alternate > .entry-header:first-of-type {
  display: table;
}
/* line 238, ../scss/_tmm_posts.scss */
.post.sticky {
  background-color: white;
}
/* line 241, ../scss/_tmm_posts.scss */
.post.sticky .entry-header,
.post.sticky .entry-content,
.post.sticky .entry-footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
/* line 250, ../scss/_tmm_posts.scss */
.post.post-alternate-1 {
  position: relative;
  margin-bottom: 1.875rem;
}
/* line 254, ../scss/_tmm_posts.scss */
.post.post-alternate-1 .entry-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.625rem 1.875rem;
  background-color: rgba(42, 42, 44, 0.8);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 263, ../scss/_tmm_posts.scss */
.post.post-alternate-1 .entry-header .entry-title {
  line-height: 1.3;
  margin: 0;
  text-align: center;
}
/* line 268, ../scss/_tmm_posts.scss */
.post.post-alternate-1 .entry-header .entry-title a {
  color: white;
}
/* line 272, ../scss/_tmm_posts.scss */
.post-list.four-cols > article .post.post-alternate-1 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .entry-title {
  line-height: 1.3;
  margin-bottom: 0;
}
/* line 280, ../scss/_tmm_posts.scss */
.post.post-alternate-1 .entry-header:hover {
  background-color: rgba(20, 179, 228, 0.8);
}
/* line 283, ../scss/_tmm_posts.scss */
.post.post-alternate-1 .entry-header:hover .entry-title a {
  color: white;
}
/* line 289, ../scss/_tmm_posts.scss */
.post.post-alternate-1 p {
  text-align: center;
}
/* line 293, ../scss/_tmm_posts.scss */
.post.post-alternate-1:not(.border) {
  border: none;
}
/* line 298, ../scss/_tmm_posts.scss */
.post.post-alternate-1 .entry-media.without-post-thumbnail .entry-header {
  position: relative;
}
/* line 305, ../scss/_tmm_posts.scss */
.post.post-alternate-2 {
  min-height: 7rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem;
}
/* line 310, ../scss/_tmm_posts.scss */
.post.post-alternate-2.sticky {
  padding: 0.625rem;
}
/* line 313, ../scss/_tmm_posts.scss */
.post.post-alternate-2.sticky .entry-header,
.post.post-alternate-2.sticky .entry-content,
.post.post-alternate-2.sticky .entry-footer {
  padding-left: 0;
  padding-right: 0;
}
/* line 321, ../scss/_tmm_posts.scss */
.post.post-alternate-2.border {
  border: none;
  position: relative;
}
/* line 142, ../scss/_tmm_mixins.scss */
.post.post-alternate-2.border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("../images/doted-border.png");
  content: "";
}
/* line 326, ../scss/_tmm_posts.scss */
.post.post-alternate-2 .image-post {
  margin-bottom: 0;
}
/* line 330, ../scss/_tmm_posts.scss */
.post.post-alternate-2 .entry-media {
  float: left;
  margin-right: 0.9375rem;
  margin-bottom: 0;
  overflow: hidden;
}
/* line 338, ../scss/_tmm_posts.scss */
.post.post-alternate-2 .entry-header .entry-title {
  line-height: 1.3;
  margin-bottom: 0;
}
/* line 344, ../scss/_tmm_posts.scss */
.post.post-alternate-2 .entry-content {
  display: table;
}
/* line 350, ../scss/_tmm_posts.scss */
.post.post-alternate-3 {
  margin-bottom: 1.875rem;
  padding-bottom: 0;
}
/* line 355, ../scss/_tmm_posts.scss */
.post.post-alternate-3.sticky .entry-header,
.post.post-alternate-3.sticky .entry-content,
.post.post-alternate-3.sticky .entry-footer {
  padding-left: 0;
  padding-right: 0;
}
/* line 363, ../scss/_tmm_posts.scss */
.post.post-alternate-3:not(.border) {
  border: none;
}
/* line 367, ../scss/_tmm_posts.scss */
.post.post-alternate-3 .entry-media {
  position: relative;
  margin-bottom: 0;
}
/* line 372, ../scss/_tmm_posts.scss */
.post.post-alternate-3 .image-post {
  margin-bottom: 0;
}
/* line 376, ../scss/_tmm_posts.scss */
.post.post-alternate-3 .entry-content {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  right: 1.875rem;
}
/* line 384, ../scss/_tmm_posts.scss */
.post.post-alternate-3 .entry-header .entry-title {
  margin-bottom: 0;
  line-height: 1.3;
}
/* line 388, ../scss/_tmm_posts.scss */
.post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .owl-item .post.post-alternate-3 .entry-header .entry-title {
  line-height: 1.3;
  margin-bottom: 0;
}
/* line 395, ../scss/_tmm_posts.scss */
.medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title {
  line-height: 1.3;
  margin-bottom: 0;
}
/* line 402, ../scss/_tmm_posts.scss */
.post-list.four-cols > article .post.post-alternate-3 .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .entry-title {
  line-height: 1.3;
  margin-bottom: 0;
}
/* line 409, ../scss/_tmm_posts.scss */
.post.post-alternate-3 .entry-header .entry-title a {
  color: white;
}
/* line 417, ../scss/_tmm_posts.scss */
.post.post-alternate-3 .entry-footer .posted-on a,
.post.post-alternate-3 .entry-footer .byline a,
.post.post-alternate-3 .entry-footer .comments-link a {
  color: white;
}
/* line 423, ../scss/_tmm_posts.scss */
.home-post-slider .post-list.full-width .post.post-alternate-3 {
  margin-bottom: 1rem;
}
/* line 429, ../scss/_tmm_posts.scss */
.post.post-alternate-4 {
  border-bottom: 0;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
}
/* line 434, ../scss/_tmm_posts.scss */
.post.post-alternate-4.border {
  border: none;
  position: relative;
}
/* line 142, ../scss/_tmm_mixins.scss */
.post.post-alternate-4.border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("../images/doted-border.png");
  content: "";
}
/* line 439, ../scss/_tmm_posts.scss */
.post.post-alternate-4 .image-post {
  margin-bottom: 0.625rem;
}
/* line 444, ../scss/_tmm_posts.scss */
.post.post-alternate-4 .entry-header .entry-title {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
}
/* line 455, ../scss/_tmm_posts.scss */
.post-list .post.post-classic {
  margin-bottom: 1.25rem;
}
/* line 459, ../scss/_tmm_posts.scss */
.post.post-classic:not(.border) {
  border: none;
}
/* line 467, ../scss/_tmm_posts.scss */
.medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title {
  line-height: 1.3;
  margin-bottom: 0.625rem;
}
/* line 473, ../scss/_tmm_posts.scss */
.post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title {
  line-height: 1.3;
  margin-bottom: 0.625rem;
}
/* line 483, ../scss/_tmm_posts.scss */
.post-list.four-cols > article .post.post-classic .entry-header .entry-title, .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .entry-title {
  line-height: 1.3;
  margin-bottom: 0.625rem;
}
/* line 494, ../scss/_tmm_posts.scss */
.post-list.two-cols .post.post-classic .entry-content p, .post-list.three-cols > .medium-4 .post.post-classic .entry-content p, .medium-6 > .post-list.full-width .post.post-classic .entry-content p, .medium-8 > .post-list.full-width .post.post-classic .entry-content p, .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-content p, .post-list.four-cols > article .post.post-classic .entry-content p, .medium-3 > .post-list.full-width > article .post.post-classic .entry-content p {
  margin-bottom: 0.625rem;
}

/* line 512, ../scss/_tmm_posts.scss */
.post-list.row .medium-12:nth-last-child(1) .post.border {
  margin-bottom: 1.25rem;
}
/* line 514, ../scss/_tmm_posts.scss */
.post-list.row .medium-12:nth-last-child(1) .post.border:after {
  display: none;
}
/* line 524, ../scss/_tmm_posts.scss */
.post-list.row .medium-6:nth-last-child(1) .post.border, .post-list.row .medium-6:nth-last-child(2) .post.border {
  margin-bottom: 1.25rem;
}
/* line 526, ../scss/_tmm_posts.scss */
.post-list.row .medium-6:nth-last-child(1) .post.border:after, .post-list.row .medium-6:nth-last-child(2) .post.border:after {
  display: none;
}
/* line 537, ../scss/_tmm_posts.scss */
.post-list.row .medium-4:nth-last-child(1) .post.border, .post-list.row .medium-4:nth-last-child(2) .post.border, .post-list.row .medium-4:nth-last-child(3) .post.border {
  margin-bottom: 1.25rem;
}
/* line 539, ../scss/_tmm_posts.scss */
.post-list.row .medium-4:nth-last-child(1) .post.border:after, .post-list.row .medium-4:nth-last-child(2) .post.border:after, .post-list.row .medium-4:nth-last-child(3) .post.border:after {
  display: none;
}
/* line 551, ../scss/_tmm_posts.scss */
.post-list.row .medium-3:nth-last-child(1) .post.border, .post-list.row .medium-3:nth-last-child(2) .post.border, .post-list.row .medium-3:nth-last-child(3) .post.border, .post-list.row .medium-3:nth-last-child(4) .post.border {
  margin-bottom: 1.25rem;
}
/* line 553, ../scss/_tmm_posts.scss */
.post-list.row .medium-3:nth-last-child(1) .post.border:after, .post-list.row .medium-3:nth-last-child(2) .post.border:after, .post-list.row .medium-3:nth-last-child(3) .post.border:after, .post-list.row .medium-3:nth-last-child(4) .post.border:after {
  display: none;
}

/* line 562, ../scss/_tmm_posts.scss */
.post-slider {
  border-bottom: none;
}

/* line 563, ../scss/_tmm_posts.scss */
.post-top-meta {
  margin-bottom: 0.625rem;
}

/* line 568, ../scss/_tmm_posts.scss */
.author-holder {
  padding: 1.25rem 1.25rem;
  background-color: white;
  margin-bottom: 3.125rem;
  margin-top: 1.875rem;
  -webkit-box-shadow: 0 1px 3px #dddddd;
  -moz-box-shadow: 0 1px 3px #dddddd;
  -ms-box-shadow: 0 1px 3px #dddddd;
  box-shadow: 0 1px 3px #dddddd;
}
/* line 575, ../scss/_tmm_posts.scss */
.author-holder .author-thumb {
  float: left;
  margin: 0 0.9375rem 0.9375rem 0;
}
/* line 580, ../scss/_tmm_posts.scss */
.author-holder .author-about {
  padding-top: 0.625rem;
  display: table;
}
/* line 584, ../scss/_tmm_posts.scss */
.author-holder .author-about .author-title {
  margin-bottom: 0.625rem;
  color: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
}
/* line 594, ../scss/_tmm_posts.scss */
.author-holder .author-about .author-contacts {
  display: inline-block;
}
/* line 597, ../scss/_tmm_posts.scss */
.author-holder .author-about .author-contacts .social-icons {
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 70, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 0;
  margin-bottom: 0.3125rem;
}
/* line 78, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li a {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  cursor: pointer;
  text-align: center;
}
/* line 84, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 45px;
  background-color: transparent;
  color: #bebebe;
  content: "";
  font-family: 'fontello';
  font-size: 1.25rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.twitter a:before {
  content: "\e986";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.twitter a:hover:before {
  background-color: #47c0d8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.facebook a:before {
  content: "\ea85";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.facebook a:hover:before {
  background-color: #49699f;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.linkedin a:before {
  content: "\ea8e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.linkedin a:hover:before {
  background-color: #2c7cb7;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.rss a:before {
  content: "\e88d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.rss a:hover:before {
  background-color: #fe9900;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.pinterest a:before {
  content: "\ede9";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.pinterest a:hover:before {
  background-color: #c21c21;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.gplus a:before {
  content: "\e974";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.gplus a:hover:before {
  background-color: #c33d19;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.instagram a:before {
  content: "\ea9b";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.instagram a:hover:before {
  background-color: #517fa3;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.dribbble a:before {
  content: "\e969";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.dribbble a:hover:before {
  background-color: #e65992;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.dropbox a:before {
  content: "\e96a";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.dropbox a:hover:before {
  background-color: #5da3e8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.youtube a:before {
  content: "\e98d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.youtube a:hover:before {
  background-color: #b72d24;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.blogger a:before {
  content: "\ee56";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.blogger a:hover:before {
  background-color: #f38f33;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.evernote a:before {
  content: "\ea9d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.evernote a:hover:before {
  background-color: #73b122;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.behance a:before {
  content: "\eaa7";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.behance a:hover:before {
  background-color: #18a3fe;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.skype a:before {
  content: "\e97f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.skype a:hover:before {
  background-color: #24b0e4;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.vimeo a:before {
  content: "\ea81";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.vimeo a:hover:before {
  background-color: #568799;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.digg a:before {
  content: "\edf3";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.digg a:hover:before {
  background-color: #2882c6;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.appstore a:before {
  content: "\edf8";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.appstore a:hover:before {
  background-color: #606060;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.wordpress a:before {
  content: "\ee29";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.wordpress a:hover:before {
  background-color: #33759d;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.stubleupon a:before {
  content: "\ef76";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.stubleupon a:hover:before {
  background-color: #eb4924;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.deviantart a:before {
  content: "\ee58";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.deviantart a:hover:before {
  background-color: #5f7162;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.github a:before {
  content: "\e96f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.github a:hover:before {
  background-color: #7292a2;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.email a:before {
  content: "\e826";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.email a:hover:before {
  background-color: #65a413;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.cv a:before {
  content: "\ec9e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.cv a:hover:before {
  background-color: #424246;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.flickr a:before {
  content: "\ea7f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.author-holder .author-about .author-contacts .social-icons li.flickr a:hover:before {
  background-color: #e82c88;
  color: white;
}

/* line 605, ../scss/_tmm_posts.scss */
.single-nav {
  position: relative;
  font-size: 0;
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 1.875rem;
  border-bottom: 3px solid #262626;
}
/* line 613, ../scss/_tmm_posts.scss */
.single-nav:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  width: 2px;
  border-right: 1px dashed #ababab;
}
/* line 624, ../scss/_tmm_posts.scss */
.single-nav .next,
.single-nav .prev {
  display: block;
  padding: 1.25rem 2.8125rem 1.25rem 2.8125rem;
  width: 50%;
  text-align: center;
  vertical-align: top;
  color: #b4b4b4;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  font-size: 1rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 640, ../scss/_tmm_posts.scss */
.single-nav .next b,
.single-nav .prev b {
  display: block;
  color: #262626;
  line-height: 1.3;
  text-transform: none;
  font-weight: 500;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 649, ../scss/_tmm_posts.scss */
.single-nav .next:hover b,
.single-nav .prev:hover b {
  color: #14b3e4;
}
/* line 652, ../scss/_tmm_posts.scss */
.single-nav .next {
  float: right;
}
/* line 653, ../scss/_tmm_posts.scss */
.single-nav .prev {
  float: left;
}
/* line 654, ../scss/_tmm_posts.scss */
.single-nav .prev:hover {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
/* line 658, ../scss/_tmm_posts.scss */
.single-nav .next:hover {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

/* line 665, ../scss/_tmm_posts.scss */
.respond-comments {
  margin-bottom: 3.125rem;
}
/* line 668, ../scss/_tmm_posts.scss */
.respond-comments .comments-title {
  color: #262626;
  font-family: "Roboto Slab";
  font-weight: normal;
  font-size: 1.5625rem;
}
/* line 677, ../scss/_tmm_posts.scss */
.respond-comments .comments-list {
  list-style-position: inside;
  margin-left: 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #ababab;
}
/* line 683, ../scss/_tmm_posts.scss */
.respond-comments .comments-list .comment {
  list-style: none;
}
/* line 686, ../scss/_tmm_posts.scss */
.respond-comments .comments-list .comment article {
  position: relative;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px #dddddd;
  -moz-box-shadow: 0 1px 3px #dddddd;
  -ms-box-shadow: 0 1px 3px #dddddd;
  box-shadow: 0 1px 3px #dddddd;
}
/* line 694, ../scss/_tmm_posts.scss */
.respond-comments .comments-list .comment .children {
  margin: 0;
  padding-left: 3.125rem;
}
/* line 699, ../scss/_tmm_posts.scss */
.respond-comments .comments-list .comment .avatar {
  margin-right: 1.25rem;
  float: left;
}
/* line 704, ../scss/_tmm_posts.scss */
.respond-comments .comments-list .comment .comment-body {
  display: table;
}
/* line 707, ../scss/_tmm_posts.scss */
.respond-comments .comments-list .comment .comment-body .comment-meta {
  padding-top: 0.625rem;
  margin-bottom: 0.625rem;
}
/* line 711, ../scss/_tmm_posts.scss */
.respond-comments .comments-list .comment .comment-body .comment-meta .comment-reply-link {
  position: absolute;
  top: 30px;
  right: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  padding: 0.3125rem 1.0625rem 0.3125rem 1.0625rem;
  color: #262626;
  border-width: 2px;
  border-style: solid;
  border-color: #262626;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 725, ../scss/_tmm_posts.scss */
.respond-comments .comments-list .comment .comment-body .comment-meta .comment-reply-link:hover {
  background-color: #14b3e4;
  border-color: #14b3e4;
  color: white;
}
/* line 735, ../scss/_tmm_posts.scss */
.respond-comments .comments-list .comment .comment-author h6 {
  margin-bottom: 0;
  color: #262626;
  font-weight: normal;
  font-size: 1rem;
  text-transform: uppercase;
}
/* line 744, ../scss/_tmm_posts.scss */
.respond-comments .comments-list .comment .comment-date {
  display: inline-block;
  color: #b4b4b4;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
}

/* line 758, ../scss/_tmm_posts.scss */
.comment-respond .comment-reply-title {
  font-size: 1.5625rem;
}

/* line 764, ../scss/_tmm_posts.scss */
.related-article-area {
  margin-bottom: 3.125rem;
}

/* line 769, ../scss/_tmm_posts.scss */
.social-shares {
  text-align: center;
  padding: 1.5625rem 0;
  border-bottom: 1px dashed #ababab;
}
/* line 774, ../scss/_tmm_posts.scss */
.social-shares .social-icons {
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 70, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 0.125rem;
  margin-bottom: 0.3125rem;
}
/* line 78, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li a {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  cursor: pointer;
  text-align: center;
}
/* line 84, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 45px;
  background-color: #d0d0d0;
  color: white;
  content: "";
  font-family: 'fontello';
  font-size: 1.25rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.twitter a:before {
  content: "\e986";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.twitter a:hover:before {
  background-color: #47c0d8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.facebook a:before {
  content: "\ea85";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.facebook a:hover:before {
  background-color: #49699f;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.linkedin a:before {
  content: "\ea8e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.linkedin a:hover:before {
  background-color: #2c7cb7;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.rss a:before {
  content: "\e88d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.rss a:hover:before {
  background-color: #fe9900;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.pinterest a:before {
  content: "\ede9";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.pinterest a:hover:before {
  background-color: #c21c21;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.gplus a:before {
  content: "\e974";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.gplus a:hover:before {
  background-color: #c33d19;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.instagram a:before {
  content: "\ea9b";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.instagram a:hover:before {
  background-color: #517fa3;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.dribbble a:before {
  content: "\e969";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.dribbble a:hover:before {
  background-color: #e65992;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.dropbox a:before {
  content: "\e96a";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.dropbox a:hover:before {
  background-color: #5da3e8;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.youtube a:before {
  content: "\e98d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.youtube a:hover:before {
  background-color: #b72d24;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.blogger a:before {
  content: "\ee56";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.blogger a:hover:before {
  background-color: #f38f33;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.evernote a:before {
  content: "\ea9d";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.evernote a:hover:before {
  background-color: #73b122;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.behance a:before {
  content: "\eaa7";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.behance a:hover:before {
  background-color: #18a3fe;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.skype a:before {
  content: "\e97f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.skype a:hover:before {
  background-color: #24b0e4;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.vimeo a:before {
  content: "\ea81";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.vimeo a:hover:before {
  background-color: #568799;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.digg a:before {
  content: "\edf3";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.digg a:hover:before {
  background-color: #2882c6;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.appstore a:before {
  content: "\edf8";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.appstore a:hover:before {
  background-color: #606060;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.wordpress a:before {
  content: "\ee29";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.wordpress a:hover:before {
  background-color: #33759d;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.stubleupon a:before {
  content: "\ef76";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.stubleupon a:hover:before {
  background-color: #eb4924;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.deviantart a:before {
  content: "\ee58";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.deviantart a:hover:before {
  background-color: #5f7162;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.github a:before {
  content: "\e96f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.github a:hover:before {
  background-color: #7292a2;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.email a:before {
  content: "\e826";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.email a:hover:before {
  background-color: #65a413;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.cv a:before {
  content: "\ec9e";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.cv a:hover:before {
  background-color: #424246;
  color: white;
}
/* line 104, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.flickr a:before {
  content: "\ea7f";
}
/* line 107, ../scss/_tmm_mixins.scss */
.social-shares .social-icons li.flickr a:hover:before {
  background-color: #e82c88;
  color: white;
}
/* line 778, ../scss/_tmm_posts.scss */
.social-shares .shares-qty {
  display: inline-block;
  line-height: 1;
  color: #262626;
  margin-left: 1.875rem;
  text-align: left;
  vertical-align: middle;
  font-family: "Roboto Slab";
  font-size: 1.5rem;
}
/* line 790, ../scss/_tmm_posts.scss */
.social-shares .shares-qty a {
  display: block;
  color: #777777;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
}

/* line 803, ../scss/_tmm_posts.scss */
.entry-meta-content, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link, .post .entry-footer .cat-links,
.post .entry-header .cat-links, .post .entry-footer .posted-on,
.post .entry-header .posted-on, .post .entry-footer .comments-link,
.post .entry-header .comments-link, .post .entry-footer .byline,
.post .entry-header .byline, .post .entry-footer .like-qty,
.post .entry-header .like-qty, .post .entry-footer .tags-links,
.post .entry-header .tags-links {
  position: relative;
  display: inline-block;
  margin-right: 0.3125rem;
  padding-left: 0.9375rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #bebebe;
  line-height: 1;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 814, ../scss/_tmm_posts.scss */
.entry-meta-content a, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on a, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link a, .post .entry-footer .cat-links a,
.post .entry-header .cat-links a, .post .entry-footer .posted-on a,
.post .entry-header .posted-on a, .post .entry-footer .comments-link a,
.post .entry-header .comments-link a, .post .entry-footer .byline a,
.post .entry-header .byline a, .post .entry-footer .like-qty a,
.post .entry-header .like-qty a, .post .entry-footer .tags-links a,
.post .entry-header .tags-links a {
  color: #bebebe;
}
/* line 817, ../scss/_tmm_posts.scss */
.entry-meta-content a:hover, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on a:hover, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link a:hover, .post .entry-footer .cat-links a:hover,
.post .entry-header .cat-links a:hover, .post .entry-footer .posted-on a:hover,
.post .entry-header .posted-on a:hover, .post .entry-footer .comments-link a:hover,
.post .entry-header .comments-link a:hover, .post .entry-footer .byline a:hover,
.post .entry-header .byline a:hover, .post .entry-footer .like-qty a:hover,
.post .entry-header .like-qty a:hover, .post .entry-footer .tags-links a:hover,
.post .entry-header .tags-links a:hover {
  color: #14b3e4;
}
/* line 822, ../scss/_tmm_posts.scss */
.entry-meta-content:before, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on:before, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link:before, .post .entry-footer .cat-links:before,
.post .entry-header .cat-links:before, .post .entry-footer .posted-on:before,
.post .entry-header .posted-on:before, .post .entry-footer .comments-link:before,
.post .entry-header .comments-link:before, .post .entry-footer .byline:before,
.post .entry-header .byline:before, .post .entry-footer .like-qty:before,
.post .entry-header .like-qty:before, .post .entry-footer .tags-links:before,
.post .entry-header .tags-links:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "fontello";
  color: #bebebe;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 831, ../scss/_tmm_posts.scss */
.entry-meta-content:hover, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on:hover, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link:hover, .post .entry-footer .cat-links:hover,
.post .entry-header .cat-links:hover, .post .entry-footer .posted-on:hover,
.post .entry-header .posted-on:hover, .post .entry-footer .comments-link:hover,
.post .entry-header .comments-link:hover, .post .entry-footer .byline:hover,
.post .entry-header .byline:hover, .post .entry-footer .like-qty:hover,
.post .entry-header .like-qty:hover, .post .entry-footer .tags-links:hover,
.post .entry-header .tags-links:hover, .entry-meta-content:hover:before, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on:hover:before, .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link:hover:before, .post .entry-footer .cat-links:hover:before,
.post .entry-header .cat-links:hover:before, .post .entry-footer .posted-on:hover:before,
.post .entry-header .posted-on:hover:before, .post .entry-footer .comments-link:hover:before,
.post .entry-header .comments-link:hover:before, .post .entry-footer .byline:hover:before,
.post .entry-header .byline:hover:before, .post .entry-footer .like-qty:hover:before,
.post .entry-header .like-qty:hover:before, .post .entry-footer .tags-links:hover:before,
.post .entry-header .tags-links:hover:before {
  color: #14b3e4;
}

/* line 839, ../scss/_tmm_posts.scss */
.pagenavbar .pagenavi {
  font-size: 0;
  margin-bottom: 0.625rem;
}
/* line 843, ../scss/_tmm_posts.scss */
.pagenavbar .pagenavi .page-numbers {
  display: inline-block;
  margin-right: 0.625rem;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #e1e1e1;
  color: #262626;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 858, ../scss/_tmm_posts.scss */
.pagenavbar .pagenavi .page-numbers:hover, .pagenavbar .pagenavi .page-numbers.current {
  background-color: #11547b;
  color: white;
}

/* line 869, ../scss/_tmm_posts.scss */
.grid .item {
  opacity: 0;
  float: left;
  margin-bottom: 0.625rem;
}
/* line 875, ../scss/_tmm_posts.scss */
.grid .item.shown {
  opacity: 1;
}

/* line 878, ../scss/_tmm_posts.scss */
.item.animate {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  -moz-animation: moveUp 0.65s ease forwards;
  -ms-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  /* line 884, ../scss/_tmm_posts.scss */
  0% {
    opacity: 0;
  }

  /* line 887, ../scss/_tmm_posts.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes moveUp {
  /* line 884, ../scss/_tmm_posts.scss */
  0% {
    opacity: 0;
  }

  /* line 887, ../scss/_tmm_posts.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes moveUp {
  /* line 884, ../scss/_tmm_posts.scss */
  0% {
    opacity: 0;
  }

  /* line 887, ../scss/_tmm_posts.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveUp {
  /* line 884, ../scss/_tmm_posts.scss */
  0% {
    opacity: 0;
  }

  /* line 887, ../scss/_tmm_posts.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 13, ../scss/_tmm_gallery_album.scss */
.filter-container {
  text-align: center;
  margin-bottom: 3.125rem;
}
/* line 17, ../scss/_tmm_gallery_album.scss */
.filter-container .portfolio-filter {
  display: inline-block;
  font-size: 0;
  margin: 0;
}
/* line 22, ../scss/_tmm_gallery_album.scss */
.filter-container .portfolio-filter li {
  display: inline-block;
  list-style: none;
  margin-right: 1.25rem;
  padding: 0 !important;
}
/* line 27, ../scss/_tmm_gallery_album.scss */
.filter-container .portfolio-filter li:last-child {
  margin-right: 0;
}
/* line 29, ../scss/_tmm_gallery_album.scss */
.filter-container .portfolio-filter li a.filter {
  text-align: center;
  padding: 0.9375rem 1.875rem;
  background-color: #e1e1e1;
  color: #262626;
  font-size: 1rem;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* line 37, ../scss/_tmm_gallery_album.scss */
.filter-container .portfolio-filter li a.filter:hover, .filter-container .portfolio-filter li a.filter.active {
  background-color: #11547b !important;
  color: white !important;
}

/* line 47, ../scss/_tmm_gallery_album.scss */
.portfolio-items {
  font-size: 0;
  margin: 0 -1.375rem;
}
/* line 51, ../scss/_tmm_gallery_album.scss */
.portfolio-items .mix {
  display: none;
}
/* line 53, ../scss/_tmm_gallery_album.scss */
.portfolio-items article {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.9375rem;
  padding: 0 1.375rem;
}
/* line 61, ../scss/_tmm_gallery_album.scss */
.portfolio-items.col-2 article {
  width: 50%;
}
/* line 62, ../scss/_tmm_gallery_album.scss */
.portfolio-items.col-3 article {
  width: 33.3333%;
}
/* line 63, ../scss/_tmm_gallery_album.scss */
.portfolio-items.col-4 article {
  width: 25%;
}
/* line 65, ../scss/_tmm_gallery_album.scss */
.portfolio-items .work-item {
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
/* line 73, ../scss/_tmm_gallery_album.scss */
.portfolio-items .work-item h4.caption, .portfolio-items .work-item .post-list.four-cols > article .post.post-alternate-1 .entry-header .caption.entry-title, .post-list.four-cols > article .post.post-alternate-1 .entry-header .portfolio-items .work-item .caption.entry-title, .portfolio-items .work-item .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .caption.entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .portfolio-items .work-item .caption.entry-title, .portfolio-items .work-item .post-list.four-cols > article .post.post-alternate-3 .entry-header .caption.entry-title, .post-list.four-cols > article .post.post-alternate-3 .entry-header .portfolio-items .work-item .caption.entry-title, .portfolio-items .work-item .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .caption.entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .portfolio-items .work-item .caption.entry-title, .portfolio-items .work-item .post-list.four-cols > article .post.post-classic .entry-header .caption.entry-title, .post-list.four-cols > article .post.post-classic .entry-header .portfolio-items .work-item .caption.entry-title, .portfolio-items .work-item .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .caption.entry-title, .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .portfolio-items .work-item .caption.entry-title {
  margin-top: 0.9375rem;
  color: #262626;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 81, ../scss/_tmm_gallery_album.scss */
.portfolio-items .work-item:hover h4.caption, .portfolio-items .work-item:hover .post-list.four-cols > article .post.post-alternate-1 .entry-header .caption.entry-title, .post-list.four-cols > article .post.post-alternate-1 .entry-header .portfolio-items .work-item:hover .caption.entry-title, .portfolio-items .work-item:hover .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .caption.entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-1 .entry-header .portfolio-items .work-item:hover .caption.entry-title, .portfolio-items .work-item:hover .post-list.four-cols > article .post.post-alternate-3 .entry-header .caption.entry-title, .post-list.four-cols > article .post.post-alternate-3 .entry-header .portfolio-items .work-item:hover .caption.entry-title, .portfolio-items .work-item:hover .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .caption.entry-title, .medium-3 > .post-list.full-width > article .post.post-alternate-3 .entry-header .portfolio-items .work-item:hover .caption.entry-title, .portfolio-items .work-item:hover .post-list.four-cols > article .post.post-classic .entry-header .caption.entry-title, .post-list.four-cols > article .post.post-classic .entry-header .portfolio-items .work-item:hover .caption.entry-title, .portfolio-items .work-item:hover .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .caption.entry-title, .medium-3 > .post-list.full-width > article .post.post-classic .entry-header .portfolio-items .work-item:hover .caption.entry-title {
  color: #14b3e4;
}

/* line 85, ../scss/_tmm_gallery_album.scss */
.portfolio-paging,
.post-load-more {
  text-align: center;
}

/* line 90, ../scss/_tmm_gallery_album.scss */
.load-more {
  display: inline-block;
  margin: 0 0 0.625rem;
  line-height: 1;
  outline: none;
  color: white;
  background-color: #14b3e4;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0.75rem 1.75rem;
  font-size: 0.9375rem;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 117, ../scss/_tmm_gallery_album.scss */
.load-more:hover, .load-more:focus {
  background-color: transparent;
  color: #262626;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
}

/* line 129, ../scss/_tmm_gallery_album.scss */
.mfp-s-loading .mfp-arrow {
  display: none;
}

/* line 132, ../scss/_tmm_gallery_album.scss */
.gallery-back {
  position: absolute;
  right: 15px;
  top: -90px;
  margin: -1.25rem 0 0 -1.25rem;
  display: none;
  font: 0/0 a;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -ms-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  -webkit-animation: 0.35s linear normal unrotate;
  -moz-animation: 0.35s linear normal unrotate;
  -ms-animation: 0.35s linear normal unrotate;
  animation: 0.35s linear normal unrotate;
}
/* line 151, ../scss/_tmm_gallery_album.scss */
.gallery-back:before {
  display: block;
  color: black;
  font-size: 1.375rem;
  font-family: "fontello";
  line-height: 35px;
  text-align: center;
  content: "\e8d4";
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
/* line 162, ../scss/_tmm_gallery_album.scss */
.gallery-back:hover {
  border-color: #14b3e4;
  -webkit-animation: 0.35s linear normal rotate;
  -moz-animation: 0.35s linear normal rotate;
  -ms-animation: 0.35s linear normal rotate;
  animation: 0.35s linear normal rotate;
}

/* line 168, ../scss/_tmm_gallery_album.scss */
.tp-grid {
  text-align: justify;
  position: relative;
  list-style-type: none;
  display: block;
}
/* line 174, ../scss/_tmm_gallery_album.scss */
.tp-grid li {
  height: 260px;
  width: 335px;
  position: absolute;
  cursor: pointer;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 189, ../scss/_tmm_gallery_album.scss */
.no-js .tp-grid li {
  position: relative;
  display: inline-block;
}
/* line 194, ../scss/_tmm_gallery_album.scss */
.tp-grid li a {
  display: block;
  outline: none;
}
/* line 199, ../scss/_tmm_gallery_album.scss */
.tp-grid li img {
  display: block;
  border: none;
}
/* line 205, ../scss/_tmm_gallery_album.scss */
.tp-grid .tp-info,
.tp-grid .tp-title {
  padding: 0.625rem 2.8125rem 0.625rem 0.625rem;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 213, ../scss/_tmm_gallery_album.scss */
.tp-info,
.tp-title {
  position: absolute;
  background: #fff;
  line-height: 20px;
  color: #333;
  top: 40%;
  width: 75%;
  text-align: right;
  left: -100%;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) 5px 0 5px -3px rgba(0, 0, 0, 0.4) inset 0 0 5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) 5px 0 5px -3px rgba(0, 0, 0, 0.4) inset 0 0 5px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) 5px 0 5px -3px rgba(0, 0, 0, 0.4) inset 0 0 5px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) 5px 0 5px -3px rgba(0, 0, 0, 0.4) inset 0 0 5px rgba(0, 0, 0, 0.04);
}

/* line 230, ../scss/_tmm_gallery_album.scss */
.touch .tp-info {
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 235, ../scss/_tmm_gallery_album.scss */
.no-touch .tp-grid li:hover .tp-info {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  transition-delay: 150ms;
}

/* line 243, ../scss/_tmm_gallery_album.scss */
.no-touch .tp-open li:hover .tp-info {
  left: 0px;
}

/* line 245, ../scss/_tmm_gallery_album.scss */
.tp-title {
  padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
  left: 0px;
}
/* line 249, ../scss/_tmm_gallery_album.scss */
.tp-title span:nth-child(2) {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 40px;
  color: #aaa;
  padding: 0 0.75rem;
  background: #F7F7F7;
}

/* line 14, ../scss/_tmm_dialog_windows.scss */
.dialog,
.dialog-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 22, ../scss/_tmm_dialog_windows.scss */
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  pointer-events: none;
  z-index: 1000000;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 34, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-overlay {
  position: absolute;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 45, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content {
  padding: 0;
  background: transparent;
  width: 50%;
  max-width: 610px;
  min-width: 290px;
  position: relative;
  z-index: 99;
  opacity: 0;
}
/* line 55, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .morph-shape {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
/* line 63, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .morph-shape svg rect {
  stroke: whitesmoke;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
/* line 70, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .dialog-inner {
  opacity: 0;
  background: whitesmoke;
}
/* line 74, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .dialog-inner .action-close {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 0;
  font-style: normal;
}
/* line 80, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .dialog-inner .action-close:before {
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: #9f9fa1;
  cursor: pointer;
  content: '\e9a5';
  font-family: "fontello";
  font-size: 1.5625rem;
}
/* line 95, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .login {
  text-align: left;
}
/* line 96, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .account {
  text-align: justify;
  position: relative;
  vertical-align: middle;
}
/* line 100, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .account:after {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  content: "";
}
/* line 107, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .account a.reset-pass {
  float: right;
  color: #777777;
  vertical-align: middle;
  margin-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 2.75rem;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 115, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .account a.reset-pass:hover {
  color: #14b3e4;
}
/* line 118, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .account label {
  line-height: 2.2rem;
}
/* line 120, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .account label:after {
  top: 0.5rem;
}
/* line 123, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .account button {
  vertical-align: middle;
}
/* line 126, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content h2, .dialog .dialog-content .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .dialog .dialog-content .entry-title, .dialog .dialog-content .owl-item .post.post-alternate-3 .entry-header .entry-title, .owl-item .post.post-alternate-3 .entry-header .dialog .dialog-content .entry-title, .dialog .dialog-content .post.post-classic .entry-header .entry-title, .post.post-classic .entry-header .dialog .dialog-content .entry-title, .dialog .dialog-content .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .dialog .dialog-content .entry-title {
  margin: 0;
  font-weight: normal;
  font-size: 2em;
  padding: 0 0 2em;
  margin: 0;
}
/* line 134, ../scss/_tmm_dialog_windows.scss */
.dialog .dialog-content .dialog-error {
  position: absolute;
  bottom: -2px;
  padding: 0.875rem;
  width: calc(100% + 2px);
  background-color: #ff615e;
  line-height: 1;
  text-align: center;
  color: white;
  font-family: "Roboto Slab";
}
/* line 148, ../scss/_tmm_dialog_windows.scss */
.dialog.dialog-open .dialog-overlay {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
/* line 156, ../scss/_tmm_dialog_windows.scss */
.dialog.dialog-open .dialog-content {
  opacity: 1;
  pointer-events: auto;
}
/* line 161, ../scss/_tmm_dialog_windows.scss */
.dialog.dialog-open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  -moz-animation: anim-dash 0.6s forwards;
  -ms-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}
/* line 165, ../scss/_tmm_dialog_windows.scss */
.dialog.dialog-open .dialog-inner {
  padding: 3.75rem 5rem 1.875rem 5rem;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  -moz-transition: opacity 0.85s 0.35s;
  -ms-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
/* line 171, ../scss/_tmm_dialog_windows.scss */
.dialog.dialog-open label,
.dialog.dialog-open .message {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -moz-animation: anim-elem-1 0.7s ease-out both;
  -ms-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}
/* line 176, ../scss/_tmm_dialog_windows.scss */
.dialog.dialog-open button,
.dialog.dialog-open .button,
.dialog.dialog-open input[type="submit"],
.dialog.dialog-open .reset-pass {
  -webkit-animation: anim-elem-2 0.7s ease-out both;
  -moz-animation: anim-elem-2 0.7s ease-out both;
  -ms-animation: anim-elem-2 0.7s ease-out both;
  animation: anim-elem-2 0.7s ease-out both;
}
/* line 185, ../scss/_tmm_dialog_windows.scss */
.dialog.dialog-close .item-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 14, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section {
  position: relative;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
/* line 19, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("../images/doted-border.png");
  content: "";
}
/* line 29, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section:last-of-type {
  padding-bottom: 0;
}
/* line 31, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section:last-of-type:after {
  display: none;
}
/* line 36, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section h2, .dgx-donate-form-section .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .dgx-donate-form-section .entry-title, .dgx-donate-form-section .owl-item .post.post-alternate-3 .entry-header .entry-title, .owl-item .post.post-alternate-3 .entry-header .dgx-donate-form-section .entry-title, .dgx-donate-form-section .post.post-classic .entry-header .entry-title, .post.post-classic .entry-header .dgx-donate-form-section .entry-title, .dgx-donate-form-section .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .dgx-donate-form-section .entry-title {
  font-size: 1.5625rem;
  font-weight: 400;
}
/* line 41, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p,
.dgx-donate-form-section span,
.dgx-donate-form-section > div {
  margin-bottom: 1.25rem;
}
/* line 46, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p .dgx-donate-comment,
.dgx-donate-form-section span .dgx-donate-comment,
.dgx-donate-form-section > div .dgx-donate-comment {
  display: inline-block;
  margin-left: 1.25rem;
}
/* line 53, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p input[name="_dgx_donate_amount"] + label,
.dgx-donate-form-section span input[name="_dgx_donate_amount"] + label,
.dgx-donate-form-section > div input[name="_dgx_donate_amount"] + label {
  width: 7.5rem !important;
}
/* line 58, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label,
.dgx-donate-form-section > div input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label {
  font-size: 1rem;
  margin: 0 1.25rem 0.625rem 0;
  padding: 1.125rem 1.875rem;
  text-align: center;
  color: #262626;
  background-color: #e1e1e1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* line 67, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label:hover,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label:hover,
.dgx-donate-form-section > div input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label:hover {
  color: white;
  background-color: #11547b;
}
/* line 72, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label:before, .dgx-donate-form-section p input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label:after,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label:before,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label:after,
.dgx-donate-form-section > div input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label:before,
.dgx-donate-form-section > div input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]) + label:after {
  display: none;
}
/* line 77, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]):checked + label,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]):checked + label,
.dgx-donate-form-section > div input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]):checked + label {
  color: white;
  background-color: #11547b;
}
/* line 87, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p input[type="checkbox"] + label, .dgx-donate-form-section p input[name="_dgx_donate_honor_by_email"] + label,
.dgx-donate-form-section span input[type="checkbox"] + label,
.dgx-donate-form-section span input[name="_dgx_donate_honor_by_email"] + label,
.dgx-donate-form-section > div input[type="checkbox"] + label,
.dgx-donate-form-section > div input[name="_dgx_donate_honor_by_email"] + label {
  width: auto !important;
}
/* line 94, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p input[type="text"],
.dgx-donate-form-section p select,
.dgx-donate-form-section span input[type="text"],
.dgx-donate-form-section span select,
.dgx-donate-form-section > div input[type="text"],
.dgx-donate-form-section > div select {
  width: 20.625rem;
}
/* line 100, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p input[type="text"].required.dgx-donate-invalid-input, .dgx-donate-form-section p input[type="text"].dgx_donate_zip_input.dgx-donate-invalid-input,
.dgx-donate-form-section p select.required.dgx-donate-invalid-input,
.dgx-donate-form-section p select.dgx_donate_zip_input.dgx-donate-invalid-input,
.dgx-donate-form-section span input[type="text"].required.dgx-donate-invalid-input,
.dgx-donate-form-section span input[type="text"].dgx_donate_zip_input.dgx-donate-invalid-input,
.dgx-donate-form-section span select.required.dgx-donate-invalid-input,
.dgx-donate-form-section span select.dgx_donate_zip_input.dgx-donate-invalid-input,
.dgx-donate-form-section > div input[type="text"].required.dgx-donate-invalid-input,
.dgx-donate-form-section > div input[type="text"].dgx_donate_zip_input.dgx-donate-invalid-input,
.dgx-donate-form-section > div select.required.dgx-donate-invalid-input,
.dgx-donate-form-section > div select.dgx_donate_zip_input.dgx-donate-invalid-input {
  -webkit-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
  -moz-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
  -ms-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
  box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
}
/* line 104, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p input[type="text"].required:focus:invalid, .dgx-donate-form-section p input[type="text"].dgx_donate_zip_input:focus:invalid,
.dgx-donate-form-section p select.required:focus:invalid,
.dgx-donate-form-section p select.dgx_donate_zip_input:focus:invalid,
.dgx-donate-form-section span input[type="text"].required:focus:invalid,
.dgx-donate-form-section span input[type="text"].dgx_donate_zip_input:focus:invalid,
.dgx-donate-form-section span select.required:focus:invalid,
.dgx-donate-form-section span select.dgx_donate_zip_input:focus:invalid,
.dgx-donate-form-section > div input[type="text"].required:focus:invalid,
.dgx-donate-form-section > div input[type="text"].dgx_donate_zip_input:focus:invalid,
.dgx-donate-form-section > div select.required:focus:invalid,
.dgx-donate-form-section > div select.dgx_donate_zip_input:focus:invalid {
  -webkit-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
  -moz-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
  -ms-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
  box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
}
/* line 111, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p label,
.dgx-donate-form-section span label,
.dgx-donate-form-section > div label {
  width: 9.375rem;
  display: inline-block;
  margin-right: 1.25rem;
}
/* line 116, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section p label[for="_dgx_donate_user_amount"], .dgx-donate-form-section p label[for="_dgx_donate_honoree_name2"],
.dgx-donate-form-section span label[for="_dgx_donate_user_amount"],
.dgx-donate-form-section span label[for="_dgx_donate_honoree_name2"],
.dgx-donate-form-section > div label[for="_dgx_donate_user_amount"],
.dgx-donate-form-section > div label[for="_dgx_donate_honoree_name2"] {
  width: auto;
}
/* line 123, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section .other-donation-level {
  margin: 1.25rem 0;
}
/* line 127, ../scss/_third_part_plugins.scss */
.dgx-donate-form-section .other-donation-level input[name="_dgx_donate_user_amount"] {
  width: 9.375rem !important;
  margin-left: 1.25rem;
}

/* line 135, ../scss/_third_part_plugins.scss */
.seamless-donations-forms-error-message {
  margin-bottom: 0.625rem;
  padding: 1.25rem;
  color: #f36d6a;
  background: #f4c5c4;
  border: 1px solid #f49693;
}

/* line 143, ../scss/_third_part_plugins.scss */
.seamless-donations-error-message-field {
  margin: 0.3125rem 0;
  color: #f36d6a;
}

/* line 148, ../scss/_third_part_plugins.scss */
#dgx-donate-form-sandbox-warning {
  color: #f36d6a;
}

/* line 161, ../scss/_third_part_plugins.scss */
.ls-container .ls-inner .ls-slide h2, .ls-container .ls-inner .ls-slide .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .ls-container .ls-inner .ls-slide .entry-title, .ls-container .ls-inner .ls-slide .owl-item .post.post-alternate-3 .entry-header .entry-title, .owl-item .post.post-alternate-3 .entry-header .ls-container .ls-inner .ls-slide .entry-title, .ls-container .ls-inner .ls-slide .post.post-classic .entry-header .entry-title, .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title, .ls-container .ls-inner .ls-slide .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title, .ls-container .ls-inner .ls-slide h3, .ls-container .ls-inner .ls-slide .event .event-details dl dt.event-title, .event .event-details dl .ls-container .ls-inner .ls-slide dt.event-title, .ls-container .ls-inner .ls-slide .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-4 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .ls-container .ls-inner .ls-slide .entry-title, .ls-container .ls-inner .ls-slide .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .entry-title, .medium-6 > .post-list.full-width > .medium-12 .post.post-alternate-3 .entry-header .ls-container .ls-inner .ls-slide .entry-title, .ls-container .ls-inner .ls-slide .post-list.two-cols .post.post-classic .entry-header .entry-title, .post-list.two-cols .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title, .ls-container .ls-inner .ls-slide .post-list.three-cols > .medium-4 .post.post-classic .entry-header .entry-title, .post-list.three-cols > .medium-4 .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title, .ls-container .ls-inner .ls-slide .medium-6 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-6 > .post-list.full-width .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title, .ls-container .ls-inner .ls-slide .medium-8 > .post-list.full-width .post.post-classic .entry-header .entry-title, .medium-8 > .post-list.full-width .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title, .ls-container .ls-inner .ls-slide .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .entry-title, .medium-8 .medium-8 > .post-list.full-width > .medium-12 .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title {
  color: #fefefe;
  font-family: 'Droid Serif';
  letter-spacing: -0.5px;
}
/* line 167, ../scss/_third_part_plugins.scss */
.ls-container .ls-inner .ls-slide hr {
  border: 0;
  opacity: 0.7;
  height: 2px;
  background-color: white;
}
/* line 174, ../scss/_third_part_plugins.scss */
.ls-container .ls-inner .ls-slide p {
  color: white;
  opacity: 0.8;
  font-size: 1.125rem;
  line-height: 1.4;
}
/* line 181, ../scss/_third_part_plugins.scss */
.ls-container .ls-inner .ls-slide input[type="email"] {
  width: 15.875rem;
}
/* line 185, ../scss/_third_part_plugins.scss */
.ls-container .ls-inner .ls-slide input[type="text"],
.ls-container .ls-inner .ls-slide input[type="email"] {
  padding-top: 0.875rem;
  padding-bottom: 0.9375rem;
  color: white;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 195, ../scss/_third_part_plugins.scss */
.ls-container .ls-inner .ls-slide input::-webkit-input-placeholder,
.ls-container .ls-inner .ls-slide textarea::-webkit-input-placeholder {
  color: whitesmoke;
}
/* line 201, ../scss/_third_part_plugins.scss */
.ls-container .ls-inner .ls-slide input:-moz-placeholder,
.ls-container .ls-inner .ls-slide textarea:-moz-placeholder {
  color: whitesmoke;
  opacity: 1;
}
/* line 208, ../scss/_third_part_plugins.scss */
.ls-container .ls-inner .ls-slide input::-moz-placeholder,
.ls-container .ls-inner .ls-slide textarea::-moz-placeholder {
  color: whitesmoke;
  opacity: 1;
}
/* line 215, ../scss/_third_part_plugins.scss */
.ls-container .ls-inner .ls-slide input:-ms-input-placeholder,
.ls-container .ls-inner .ls-slide textarea:-ms-input-placeholder {
  color: whitesmoke;
}

/* line 228, ../scss/_third_part_plugins.scss */
.widget.arqam_counter-widget .arqam-widget-counter {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: none;
}
/* line 234, ../scss/_third_part_plugins.scss */
.widget.arqam_counter-widget .arqam-widget-counter > ul > li {
  border: none;
}
/* line 237, ../scss/_third_part_plugins.scss */
.widget.arqam_counter-widget .arqam-widget-counter > ul > li > a {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 240, ../scss/_third_part_plugins.scss */
.widget.arqam_counter-widget .arqam-widget-counter > ul > li > a [class^="arqicon-"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  float: left;
  margin-right: 20px;
  background-color: #424246;
}
/* line 249, ../scss/_third_part_plugins.scss */
.widget.arqam_counter-widget .arqam-widget-counter > ul > li > a:hover .arqicon-facebook {
  background-color: #395998;
}
/* line 252, ../scss/_third_part_plugins.scss */
.widget.arqam_counter-widget .arqam-widget-counter > ul > li > a:hover .arqicon-youtube {
  background-color: #cc181e;
}
/* line 255, ../scss/_third_part_plugins.scss */
.widget.arqam_counter-widget .arqam-widget-counter > ul > li > a:hover .arqicon-envato {
  background-color: #5DA01A;
}
/* line 258, ../scss/_third_part_plugins.scss */
.widget.arqam_counter-widget .arqam-widget-counter > ul > li > a:hover .arqicon-rss {
  background-color: #ee802f;
}
/* line 263, ../scss/_third_part_plugins.scss */
.widget.arqam_counter-widget .arqam-widget-counter > ul > li > a span {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  color: #262626;
  display: block;
  text-align: left;
  margin: 20px 0 5px;
}
/* line 272, ../scss/_third_part_plugins.scss */
.widget.arqam_counter-widget .arqam-widget-counter > ul > li > a small {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  color: "Roboto Slab", serif;
  display: block;
  text-align: left;
}

/* line 16, ../scss/_tmm_footer.scss */
#footer .footer-top {
  padding: 3.75rem 0;
  background-color: #3a3a3c;
}
/* line 21, ../scss/_tmm_footer.scss */
#footer .footer-bottom {
  background-color: #313133;
  padding: 2.5rem 0;
  position: absolute;
  width: 100%;
  min-height: 90px;
  bottom: 0;
  border-top: 4px solid #313133;
  margin: 0 auto;
  z-index: 1;
}
/* line 32, ../scss/_tmm_footer.scss */
#footer .footer-bottom .copyright, #footer .footer-bottom .copyright a,
#footer .footer-bottom .developed a,
#footer .footer-bottom .developed {
  color: #959595;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
}
/* line 40, ../scss/_tmm_footer.scss */
#footer .footer-bottom .copyright a,
#footer .footer-bottom .developed a a,
#footer .footer-bottom .developed a {
  text-decoration: none;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 46, ../scss/_tmm_footer.scss */
#footer .footer-bottom .copyright a:hover,
#footer .footer-bottom .developed a a:hover,
#footer .footer-bottom .developed a:hover {
  color: #14b3e4;
}
/* line 49, ../scss/_tmm_footer.scss */
#footer .footer-bottom .developed {
  float: right;
}

/* line 114, ../scss/styles.scss */
.item-overlay {
  position: relative;
  display: block;
  background-color: #272729;
  text-align: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease;
  -ms-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
/* line 122, ../scss/styles.scss */
.item-overlay img {
  width: 100%;
  -webkit-transform: rotateZ(0) scale(1);
  transform: rotateZ(0) scale(1);
  -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease;
  -ms-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
/* line 131, ../scss/styles.scss */
.item-overlay:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
/* line 150, ../scss/styles.scss */
.item-overlay:hover img {
  opacity: .3;
  -webkit-transform: rotateZ(-3deg) scale(1.2);
  transform: rotateZ(-3deg) scale(1.2);
}
/* line 157, ../scss/styles.scss */
.item-overlay:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 164, ../scss/styles.scss */
.item-overlay.gallery:after {
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  color: white;
  background-image: none;
  content: "\e8a3";
  font-family: "fontello";
  font-size: 1.5625rem;
}

/* line 185, ../scss/styles.scss */
.google_map {
  width: 100%;
  height: 12.5rem;
}
/* line 189, ../scss/styles.scss */
.google_map img {
  max-width: none;
}

/* line 196, ../scss/styles.scss */
.owl-carousel {
  position: relative;
}
/* line 198, ../scss/styles.scss */
.owl-carousel .owl-controls {
  display: block;
}
/* line 201, ../scss/styles.scss */
.owl-carousel .owl-controls .owl-next,
.owl-carousel .owl-controls .owl-prev {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in, opacity 0.35s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in, opacity 0.35s ease-in;
  -ms-transition: transform 0.2s ease-in, opacity 0.35s ease-in;
  transition: transform 0.2s ease-in, opacity 0.35s ease-in;
}
/* line 212, ../scss/styles.scss */
.owl-carousel .owl-controls .owl-next:after,
.owl-carousel .owl-controls .owl-prev:after {
  position: absolute;
  top: -1.25rem;
  color: white;
  content: '';
  font-family: "fontello";
  font-size: 2.5rem;
}
/* line 225, ../scss/styles.scss */
.owl-carousel .owl-controls .owl-prev {
  left: 15px;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
/* line 232, ../scss/styles.scss */
.owl-carousel .owl-controls .owl-next {
  right: 15px;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
/* line 239, ../scss/styles.scss */
.owl-carousel .owl-controls .owl-prev:after {
  content: "\ea0e";
}
/* line 240, ../scss/styles.scss */
.owl-carousel .owl-controls .owl-next:after {
  content: "\ea0f";
}

/* line 244, ../scss/styles.scss */
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: .6;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 249, ../scss/styles.scss */
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
  opacity: 1;
}

/* line 256, ../scss/styles.scss */
#searchform {
  position: relative;
}
/* line 259, ../scss/styles.scss */
#searchform label {
  display: block;
}
/* line 261, ../scss/styles.scss */
#searchform input[type="text"] {
  padding-right: 2.5rem;
  font-style: italic;
  font-size: 0.875rem;
}
/* line 267, ../scss/styles.scss */
#searchform .entry {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #ababab;
}
/* line 278, ../scss/styles.scss */
#searchform .ajax_response {
  position: absolute;
  top: 50px;
  min-height: 50px;
  z-index: 99;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  background-color: white;
  -webkit-box-shadow: 0 1px 5px 1px #dddddd;
  -moz-box-shadow: 0 1px 5px 1px #dddddd;
  -ms-box-shadow: 0 1px 5px 1px #dddddd;
  box-shadow: 0 1px 5px 1px #dddddd;
}
/* line 287, ../scss/styles.scss */
#searchform .ajax_response:after {
  position: absolute;
  display: block;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  content: "";
}
/* line 298, ../scss/styles.scss */
#searchform .ajax_response h5,
#searchform .ajax_response h6 {
  color: #444447;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  font-weight: normal;
}
/* line 308, ../scss/styles.scss */
#searchform .ajax_response .ajax_search_content {
  font-size: 0.75rem;
  line-height: 1em;
}
/* line 313, ../scss/styles.scss */
#searchform .ajax_response .entry-media {
  float: left;
  margin-right: 0.9375rem;
  margin-bottom: 0.3125rem;
}
/* line 318, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type {
  display: block;
  width: 40px;
  height: 40px;
  background-color: gainsboro;
  position: relative;
}
/* line 325, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type .post-format {
  position: relative;
  text-align: center;
}
/* line 328, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type .post-format:before {
  position: absolute;
  left: 13px;
  line-height: 40px;
  color: white;
  content: "";
  font-size: 1.125rem;
  font-family: "fontello";
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/* line 342, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type .post-format.picture-icon:before {
  content: "\e833";
}
/* line 342, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type .post-format.grid-post-icon:before {
  content: "\e9a0";
}
/* line 342, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type .post-format.gallery-icon:before {
  content: "\e8a3";
}
/* line 342, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type .post-format.quote-icon:before {
  content: "\e86a";
}
/* line 342, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type .post-format.audio-icon:before {
  content: "\e89f";
}
/* line 342, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type .post-format.video-icon:before {
  content: "\e8df";
}
/* line 342, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type .post-format.noimage-icon:before {
  content: "\e886";
}
@-moz-document url-prefix() {
  /* line 348, ../scss/styles.scss */
  #searchform .ajax_response .entry-media .post-format-type .post-format:before {
    top: 15px;
  }
}
/* line 349, ../scss/styles.scss */
#searchform .ajax_response .entry-media .post-format-type:hover .post-format:before {
  color: #14b3e4;
}
/* line 353, ../scss/styles.scss */
#searchform .ajax_response .post-holder {
  display: table;
}
/* line 355, ../scss/styles.scss */
#searchform .ajax_response .post-holder .entry-title {
  margin-bottom: 0;
  text-align: left;
  padding-right: 7px;
  line-height: 1.3em;
  text-transform: none;
}
/* line 362, ../scss/styles.scss */
#searchform .ajax_response .post-holder .entry-title a {
  color: #262626;
  font-family: "Roboto Slab";
  font-weight: normal;
}

/* line 374, ../scss/styles.scss */
.ajax_response .mCSB_scrollTools,
.cart-content .mcsb_scrolltools {
  bottom: 0;
  height: auto;
  position: absolute;
  right: -14px;
  top: 0;
  width: 30px;
}

/* line 384, ../scss/styles.scss */
.ajax_response .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

/* line 387, ../scss/styles.scss */
#back-top {
  position: fixed;
  display: none;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  border: 1px solid #262626;
  line-height: 2.5rem;
  color: #262626;
  text-align: center;
  overflow: hidden;
  z-index: 999;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 402, ../scss/styles.scss */
#back-top:after {
  font-family: "fontello";
  font-size: 1.25rem;
  font-weight: normal;
  content: "\ed4c";
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 410, ../scss/styles.scss */
#back-top:hover {
  border: 1px solid #14b3e4;
  background-color: #14b3e4;
}
/* line 413, ../scss/styles.scss */
#back-top:hover:after {
  color: #fff;
}

/* line 418, ../scss/styles.scss */
.wp-caption-text {
  visibility: hidden;
}

/* line 422, ../scss/styles.scss */
.gallery-caption {
  visibility: hidden;
}

/* line 426, ../scss/styles.scss */
.bypostauthor {
  visibility: hidden;
}

/*# sourceMappingURL=styles.css.map */
