@charset "UTF-8";
/*
Theme Name: NOOM
Theme URI: http://911media.com/
Author: 911MEDIA
Author URI: http://911media.com/
Description: Base theme for Websites designed by 911MEDIA.
Version: 1.0.0
Text Domain: noom
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-family: sans-serif;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

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

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

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

ol,
ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

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

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

a {
  background-color: transparent; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #4C4C4C;
  font-family: "Neuton", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #4C4C4C;
  clear: both;
  margin: 0 0 0.5em 0;
  line-height: 1.2em; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

p {
  font-family: "Neuton", "Times New Roman", Times, serif;
  font-size: 1.1em;
  margin-bottom: 1.5em; }

b,
strong {
  font-weight: bold; }

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

em {
  font-size: 0.8em; }

blockquote {
  background: #e2e2e2;
  font-size: 19px;
  width: auto;
  max-width: 80%;
  margin: 0 auto 1.5em auto;
  padding: 15px;
  text-align: center; }
  blockquote p {
    display: inline-block;
    text-align: left;
    margin: 0 auto 8px auto; }
  blockquote footer {
    font-size: 16px;
    text-align: center; }
    blockquote footer cite {
      text-align: left;
      font-weight: bold; }
      blockquote footer cite:before {
        content: '- '; }

blockquote.fallen-officers-quote {
  clear: both;
  width: auto;
  margin: 0 auto 1em auto;
  max-width: 90%; }
  blockquote.fallen-officers-quote p {
    font-size: 1em; }
  blockquote.fallen-officers-quote footer {
    font-size: 14px; }
  @media screen and (min-width: 1025px) {
    blockquote.fallen-officers-quote {
      clear: none;
      margin: 0 0 1em 1em;
      max-width: 60%; } }

address {
  margin: 0 0 1.5em; }

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: 80%; }

big {
  font-size: 125%; }

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

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #e2e2e2;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: none; }

li {
  color: #8f8f8f; }

ul.blogroll {
  font-size: 1.1em;
  line-height: 1.3em; }

ul.bulleted,
ul.blogroll {
  list-style: none;
  margin: 0 0 25px 15px; }
  ul.bulleted li,
  ul.blogroll li {
    position: relative;
    line-height: 1.2em;
    margin: 0 0 0.5em 1.25em; }
    ul.bulleted li:before,
    ul.blogroll li:before {
      position: absolute;
      top: 1px;
      left: -12px;
      font-family: 'FontAwesome';
      font-size: 0.9em;
      content: '\F0DA\00A0';
      color: #8f8f8f;
      margin: 0; }
    ul.bulleted li ul,
    ul.blogroll li ul {
      margin: 0.75em 0 0.75em 1.5em; }
    ul.bulleted li li:before,
    ul.blogroll li li:before {
      color: #576a9d; }
    ul.bulleted li li li:before,
    ul.blogroll li li li:before {
      color: #e89d0d; }

ul.files-list {
  margin: 0 0 2.5em 0; }
  ul.files-list li {
    padding: 10px;
    overflow: hidden; }
    ul.files-list li:nth-child(odd) {
      background: #e2e2e2; }
    ul.files-list li a {
      float: right;
      white-space: nowrap; }
      ul.files-list li a:after {
        display: inline-block;
        font-family: 'FontAwesome';
        content: '\f054';
        color: #3743ff;
        font-size: 12px;
        width: 20px;
        height: 20px;
        overflow: hidden;
        vertical-align: middle;
        margin: -1px 0 0 5px; }
      ul.files-list li a:hover:after {
        color: #b5d0c2; }
    @media screen and (max-width: 720px) {
      ul.files-list li a {
        float: none; } }
    ul.files-list li li {
      padding: 0; }

ul.forms-list {
  margin: 0 0 1.5em 0; }
  ul.forms-list li {
    float: left;
    width: 33.33%;
    padding: 20px;
    text-align: center; }
    ul.forms-list li:nth-child(3n+1) {
      clear: left; }
    ul.forms-list li a.form-title {
      display: block;
      font-size: 20px;
      line-height: 1.2em;
      color: #8f8f8f;
      width: 90%;
      max-width: 200px;
      margin: 8px auto 0 auto; }
    ul.forms-list li img {
      display: block;
      max-width: 220px;
      width: 100%;
      height: auto;
      margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      ul.forms-list li {
        width: 50%; }
        ul.forms-list li:nth-child(3n+1) {
          clear: none; }
        ul.forms-list li:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 550px) {
      ul.forms-list li {
        width: 100%; }
        ul.forms-list li:nth-child(2n+1) {
          clear: none; } }

ol {
  list-style: decimal; }

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

dl {
  margin: 0 0 1.5em 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1em 1em; }

ul:last-child, ol:last-child, dl:last-child {
  margin-bottom: 0; }

li:last-child, dd:last-child {
  margin-bottom: 0; }

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

figure {
  margin: 0; }

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

th {
  font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #172546; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  background: #8f8f8f;
  color: #fff;
  border: 2px solid #c4c4c4;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: 0;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0.8em 1em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #c4c4c4; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #c4c4c4; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #c9c9c9; }

footer#colophon input[type="text"],
footer#colophon input[type="email"],
footer#colophon input[type="url"],
footer#colophon input[type="password"],
footer#colophon input[type="search"],
footer#colophon textarea {
  color: #666;
  border: 1px solid #c4c4c4; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

@media screen and (max-width: 499px) {
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
    margin-right: 0 !important; }

  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
    width: 100% !important;
    margin-right: 0 !important; } }
#header-search {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100; }
  #header-search input[type="text"] {
    width: 165px;
    vertical-align: middle;
    background: #fff;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #fff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #fff 100%);
    padding: 3px 30px 3px 6px;
    font-size: 0.8em;
    line-height: 1.9em;
    font-style: italic; }
    @media screen and (min-width: 950px) {
      #header-search input[type="text"] {
        width: 250px; } }
  #header-search button[type="submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 101;
    font-size: 1.1em;
    background: none;
    box-shadow: none;
    padding: 0;
    /*background: $light-navy;
    box-shadow: inset 0 0 5px 0 darken($light-navy,20%);
    color: $white;*/
    color: #8f8f8f;
    vertical-align: middle; }
  #header-search button[type="submit"]:hover {
    background: none;
    box-shadow: none; }
  #header-search.toggled {
    /*display: block;*/ }
  @media screen and (min-width: 950px) {
    #header-search {
      display: block; } }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  text-decoration: none; }

a,
a:link,
a:visited {
  color: #4C4C4C; }

h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited,
h4 a, h4 a:link, h4 a:visited,
h5 a, h5 a:link, h5 a:visited,
h6 a, h6 a:link, h6 a:visited {
  color: #4C4C4C; }

a:focus {
  outline: thin dotted; }

a.button {
  display: inline-block;
  background: #8f8f8f;
  color: #fff;
  border: 2px solid #c4c4c4;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 20px;
  text-decoration: none; }

a.button i.fa {
  margin-right: 8px; }

a.read-more,
.tribe-events-widget-link a {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/* Nav menus */
#site-navigation {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 9999;
  width: 100%; }
  #site-navigation .nav-menu {
    display: none;
    line-style: none;
    margin: 0;
    padding: 0; }
    #site-navigation .nav-menu > li:first-child > a {
      box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.25); }
    #site-navigation .nav-menu li {
      padding: 0;
      position: relative; }
      #site-navigation .nav-menu li a {
        display: block;
        line-height: 1em;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        font-size: 1.1em;
        text-transform: uppercase;
        font-weight: normal;
        padding: 10px 35px;
        text-decoration: none;
        background: #fff;
        border-bottom: 1px solid #c9c9c9;
        color: #656b6d; }
        #site-navigation .nav-menu li a:hover {
          background: #e2e2e2;
          border-bottom: 1px solid #afafaf;
          color: #4C4C4C; }
      #site-navigation .nav-menu li.btn-gold a {
        background: #e89d0d;
        border-bottom: 1px solid #b87c0a;
        color: #fff; }
        #site-navigation .nav-menu li.btn-gold a:hover {
          background: #f3ad26;
          border-bottom: 1px solid #da930c; }
      #site-navigation .nav-menu li.btn-blue a {
        background: #001e62;
        border-bottom: 1px solid #00319f;
        color: #fff; }
        #site-navigation .nav-menu li.btn-blue a:hover {
          background: #002e95;
          border-bottom: 1px solid #0040d2; }
      #site-navigation .nav-menu li.btn-black a {
        background: #000;
        border-bottom: 1px solid #666666;
        color: #fff; }
        #site-navigation .nav-menu li.btn-black a:hover {
          background: #333333;
          border-bottom: 1px solid gray; }
      #site-navigation .nav-menu li.current_page_item > a {
        background: #d6dae2 !important;
        color: #172546 !important;
        border-bottom: 1px solid #a9b2c2 !important; }
      #site-navigation .nav-menu li.menu-item-has-children:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        font-family: "FontAwesome", sans-serif;
        content: '\f0fe';
        font-size: 16px;
        line-height: 40px;
        color: #e89d0d;
        pointer-events: none; }
      #site-navigation .nav-menu li.menu-item-has-children.nav-featured:before {
        color: #b14547; }
      @media screen and (min-width: 950px) {
        #site-navigation .nav-menu li:before {
          display: none;
          content: ''; } }
      #site-navigation .nav-menu li .sub-menu {
        display: none;
        line-style: none;
        margin: 0;
        padding: 0; }
        #site-navigation .nav-menu li .sub-menu.toggled-on {
          display: block; }
        #site-navigation .nav-menu li .sub-menu.toggled-off {
          display: none; }
        #site-navigation .nav-menu li .sub-menu li a {
          text-transform: none;
          background: #f1f1f1;
          border-bottom: 1px solid #c9c9c9; }
          #site-navigation .nav-menu li .sub-menu li a:hover {
            background: #e2e2e2;
            border-bottom: 1px solid #afafaf;
            color: #343738; }
        #site-navigation .nav-menu li .sub-menu li.current_page_item > a {
          border-bottom: 1px solid #a9b2c2 !important; }
        #site-navigation .nav-menu li .sub-menu li li a {
          background: #d5d5d5;
          border-bottom: 1px solid #bcbcbc; }
      #site-navigation .nav-menu li.toggled.menu-item-has-children:before {
        content: '\f146'; }
      #site-navigation .nav-menu li.toggled .sub-menu {
        /*display: block;*/ }
    #site-navigation .nav-menu.toggled-on {
      display: block; }
    #site-navigation .nav-menu.toggled-off {
      display: none; }
  @media screen and (min-width: 950px) {
    #site-navigation {
      		/*position: relative;
      		top: initial;
      		right: initial;
      
      		clear: both;
      		display: block;
      		float: left;
      		width: 100%;*/
      /*top: 0;
      left: 0;
      right: 0;*/
      
      width: auto;
      top: 0;
      right: 50px; }
      #site-navigation .menu-main-menu-container {
        display: inline-block;
        text-align: left; }
      #site-navigation .menu-main-menu-container > ul {
        width: 100%; }
      #site-navigation .menu-main-menu-container > ul > li {
        margin-right: 4px; }
        #site-navigation .menu-main-menu-container > ul > li:last-child {
          margin-right: 0; }
      #site-navigation .nav-menu > li:first-child a {
        box-shadow: none; }
      #site-navigation .nav-menu li {
        position: relative;
        float: left; }
        #site-navigation .nav-menu li .sub-menu {
          display: none;
          left: -999em; }
          #site-navigation .nav-menu li .sub-menu.toggled-off {
            display: block; }
        #site-navigation .nav-menu li a {
          display: block;
          padding: 14px 12px;
          min-height: 50px;
          background: none;
          line-height: 1.2em;
          border-bottom: none;
          vertical-align: middle; }
        #site-navigation .nav-menu li a:hover, #site-navigation .nav-menu li a:focus, #site-navigation .nav-menu li a:active {
          background: #c9c9c9;
          border-bottom: none; }
        #site-navigation .nav-menu li:hover > .sub-menu, #site-navigation .nav-menu li:focus > .sub-menu {
          display: block;
          left: 0; }
        #site-navigation .nav-menu li.btn-gold a, #site-navigation .nav-menu li.btn-blue a, #site-navigation .nav-menu li.btn-black a, #site-navigation .nav-menu li.btn-gold a:hover, #site-navigation .nav-menu li.btn-blue a:hover, #site-navigation .nav-menu li.btn-black a:hover {
          border-bottom: none !important; }
        #site-navigation .nav-menu li.current_page_item > a {
          border-bottom: none !important; }
      #site-navigation .nav-menu ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: absolute;
        width: auto;
        min-width: 225px;
        top: 50px;
        z-index: 99999; }
        #site-navigation .nav-menu ul li {
          width: 100%; }
        #site-navigation .nav-menu ul a {
          display: block;
          line-height: 1.35em;
          padding: 8px 10px;
          min-height: 30px; }
        #site-navigation .nav-menu ul li:hover > .sub-menu,
        #site-navigation .nav-menu ul li:focus > .sub-menu {
          left: 100%; }
        #site-navigation .nav-menu ul ul {
          left: -999em;
          top: 0; }
      #site-navigation .nav-menu.toggled-off {
        display: block; } }
  @media screen and (min-width: 950px) and (max-width: 1124px) {
    #site-navigation {
      /*.nav-menu > li > a {
      	font-size: 0.9em;
      	padding: 12px 8px;
      	min-height: 42px;
      	//padding: 17px 12px 0 12px;
      }
      .nav-menu {
      	ul {
      		top: 42px;
      		li a { font-size: 0.9em; }
      	}
      }*/ } }
  #site-navigation .menu-toggle {
    position: absolute;
    top: -45px;
    right: 5px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background: #fff;
    border: 1px solid #e2e2e2;
    text-indent: -9999px;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
    border: 0;
    border-radius: 4px; }
    #site-navigation .menu-toggle:hover {
      box-shadow: none; }
  #site-navigation .menu-toggle:before {
    display: block;
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    width: 40px;
    height: 40px;
    content: '\f0c9';
    font-family: "FontAwesome", sans-serif;
    font-size: 30px;
    text-indent: 0;
    line-height: 40px;
    color: #656b6d;
    text-align: center; }
  #site-navigation .toggled.menu-toggle:before {
    background: #e89d0d;
    color: #fff; }

nav#callout-navigation {
  display: none;
  position: absolute;
  top: 40px;
  right: 0; }
  nav#callout-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  nav#callout-navigation li {
    float: left;
    position: relative; }
  nav#callout-navigation a {
    display: block;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    color: #343738;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px; }
  @media screen and (min-width: 1025px) {
    nav#callout-navigation {
      display: inline-block; } }

nav#social-navigation {
  display: inline-block;
  position: absolute;
  top: -38px;
  right: 8px;
  text-align: center; }
  nav#social-navigation ul {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    padding-left: 0; }
  nav#social-navigation li {
    float: left;
    position: relative;
    vertical-align: middle; }
    nav#social-navigation li a {
      display: inline-block;
      vertical-align: middle; }
    nav#social-navigation li i.fa-facebook-square {
      font-size: 2.5em;
      color: #5365a1; }
  @media screen and (min-width: 468px) {
    nav#social-navigation {
      position: relative;
      top: 3px;
      right: 8px;
      min-width: 0; } }

/* Small menu */
@media screen and (min-width: 950px) {
  .menu-toggle {
    display: none; }

  nav#site-navigation .nav-menu {
    display: block; } }
/* Post Navigation */
.nav-links .nav-previous:before {
  content: '\00ab\00a0'; }

.nav-links .nav-next:after {
  content: '\00a0\00bb'; }

/*@media screen and (max-width: 1020px) {
	nav#site-navigation {
		width: 100%;
		left: 0;
		.menu-main-menu-container,
		.menu-tablet-menu-container {
			display: block;
			width: 100%;
			height: 40px;
			text-align: center;
			ul.menu {
				display: inline-block;
				margin: 0 auto;
			}
		}
	}
}
@media screen and (max-width: 800px) {
	nav#site-navigation .menu-main-menu-container { display: none !important; }
	nav#site-navigation .menu-tablet-menu-container { display: block !important; }
}*/
@media screen and (max-width: 750px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu,
  .top-navigation.toggled .nav-menu,
  .utility-navigation.toggled .nav-menu,
  .callout-navigation.toggled .nav-menu {
    /*display: block;*/ }

  /*nav#site-navigation .menu-tablet-menu-container,
  .top-navigation ul,
  .utility-navigation ul,
  .callout-navigation ul {
  	display: none !important;
  }*/ }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 1.5em 0 0 0;
  overflow: hidden; }

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

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

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 0 16px 16px 0; }

.alignright {
  display: inline;
  float: right;
  margin: 0 0 16px 16px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 550px) {
  .alignleft,
  .alignright {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto 16px auto; } }
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0; }

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

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

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

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

/* Fix IE Image Pixellation */
img {
  -ms-interpolation-mode: bicubic; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

@media screen and (max-width: 920px) {
  .gallery-columns-3 .gallery-item {
    max-width: 50%; } }
@media screen and (max-width: 650px) {
  .gallery-columns-3 .gallery-item {
    max-width: 100%; } }
ul.side-menu {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 25px; }
  ul.side-menu > li {
    padding: 0; }
  ul.side-menu li a {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.3px;
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #cdd0d1;
    color: #656b6d;
    text-decoration: none; }
  ul.side-menu li a:hover, ul.side-menu li a:active {
    background: #d9d9d9;
    color: #292c35; }
  ul.side-menu li.current_page_item > a {
    background: #d6dae2;
    color: #172546; }
  ul.side-menu ul {
    list-style: none;
    margin: 0; }
    ul.side-menu ul li {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 16px; }
      ul.side-menu ul li a {
        padding-left: 18px; }
    ul.side-menu ul ul li {
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      font-size: 14px; }
  ul.side-menu ul li ul li a {
    padding-left: 36px; }
  ul.side-menu ul li ul li ul li a {
    padding-left: 54px; }
  ul.side-menu ul li ul li ul li ul li a {
    padding-left: 72px; }

/*--------------------------------------------------------------
13.0 Structure
--------------------------------------------------------------*/
body #page {
  width: 100%;
  height: 100%; }
  body #page .container {
    box-sizing: border-box;
    position: relative; }
  body #page header#masthead,
  body #page #nav-stripe,
  body #page div#content,
  body #page footer#colophon {
    width: 100%;
    margin: 0; }
  body #page header#masthead > .container,
  body #page #nav-stripe > .container,
  body #page div#content > .container,
  body #page .splash-text > .container,
  body #page #page > .container,
  body #page footer#colophon > .container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    /*border-left: 1px dashed lightgray;
    border-right: 1px dashed lightgray;*/ }
    @media screen and (max-width: 1200px) {
      body #page header#masthead > .container,
      body #page #nav-stripe > .container,
      body #page div#content > .container,
      body #page .splash-text > .container,
      body #page #page > .container,
      body #page footer#colophon > .container {
        max-width: 97%; } }
    @media screen and (max-width: 782px) {
      body #page header#masthead > .container,
      body #page #nav-stripe > .container,
      body #page div#content > .container,
      body #page .splash-text > .container,
      body #page #page > .container,
      body #page footer#colophon > .container {
        max-width: 95%; } }
  body #page header#masthead {
    padding: 0; }
    body #page header#masthead > .container {
      z-index: 1;
      min-height: 50px; }
    body #page header#masthead #nav-stripe {
      display: block;
      z-index: 9999; }
    body #page header#masthead #site-logo {
      margin: 8px auto;
      text-align: center; }
      body #page header#masthead #site-logo a {
        display: inline-block;
        margin: 0 auto; }
      body #page header#masthead #site-logo img {
        display: block;
        width: 100%;
        max-width: 120px;
        height: auto; }
      @media screen and (min-width: 783px) {
        body #page header#masthead #site-logo {
          display: block;
          position: absolute;
          top: 10px;
          left: 0;
          z-index: 99999;
          margin: 0; }
          body #page header#masthead #site-logo img {
            max-width: 180px; } }
    body #page header#masthead .site-branding {
      width: 100%; }
      body #page header#masthead .site-branding .site-title {
        box-sizing: border-box;
        font-family: "Oswald", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        display: block;
        margin: 5px auto 3px auto; }
        body #page header#masthead .site-branding .site-title .lspace {
          letter-spacing: 1px; }
      body #page header#masthead .site-branding .site-description {
        clear: both;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        display: block;
        margin: 3px auto 12px auto; }
      @media screen and (min-width: 783px) {
        body #page header#masthead .site-branding {
          position: absolute;
          top: 50px;
          left: 195px;
          width: auto; }
          body #page header#masthead .site-branding .site-title {
            font-size: 40px;
            line-height: 42px;
            text-align: left;
            display: inline-block;
            margin: 0; }
          body #page header#masthead .site-branding .site-description {
            font-size: 21px;
            line-height: 21px;
            text-align: left;
            display: inline-block;
            margin: 12px 0 0 0; } }
      @media screen and (min-width: 1025px) {
        body #page header#masthead .site-branding {
          top: 70px; } }
  body #page div#content {
    min-height: 500px; }
    body #page div#content .container {
      display: block;
      overflow: hidden; }
    body #page div#content #primary {
      padding: 20px; }
    body #page div#content #secondary {
      padding: 10px 0 0 0; }
      body #page div#content #secondary .widget_advanced_menu {
        display: none; }
    @media screen and (min-width: 783px) {
      body #page div#content #primary {
        float: left;
        width: 70%;
        vertical-align: top;
        padding: 30px; }
      body #page div#content #secondary {
        float: right;
        width: 30%;
        vertical-align: top;
        padding: 0 0 15px 0; }
        body #page div#content #secondary .widget_advanced_menu {
          display: block; } }
  body #page footer#colophon {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 300;
    min-height: 58px;
    text-align: center;
    padding: 0; }
    body #page footer#colophon .container {
      padding: 30px 20px; }
    @media screen and (min-width: 783px) {
      body #page footer#colophon #footer-widgets {
        overflow: hidden; } }
    body #page footer#colophon #footer-widgets .widget {
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 783px) {
        body #page footer#colophon #footer-widgets .widget {
          float: left;
          vertical-align: middle; }
          body #page footer#colophon #footer-widgets .widget:first-child {
            width: 40%;
            text-align: left;
            margin-bottom: 0; }
          body #page footer#colophon #footer-widgets .widget:nth-child(2) {
            width: 60%;
            margin-bottom: 0; }
          body #page footer#colophon #footer-widgets .widget:last-child {
            width: 100%; } }
      @media screen and (min-width: 1025px) {
        body #page footer#colophon #footer-widgets .widget {
          float: left;
          vertical-align: middle; }
          body #page footer#colophon #footer-widgets .widget:first-child {
            width: 27%;
            text-align: left;
            margin-bottom: 0; }
          body #page footer#colophon #footer-widgets .widget:nth-child(2) {
            float: right;
            width: 37%;
            margin-bottom: 0;
            text-align: right; }
          body #page footer#colophon #footer-widgets .widget:last-child {
            float: right;
            width: 36%; } }
    body #page footer#colophon #footer-stripe {
      padding: 20px; }
    body #page footer#colophon .site-info {
      vertical-align: middle;
      font-family: "Roboto", "Times New Roman", Times, serif;
      font-size: 14px;
      font-weight: 300; }
      @media screen and (max-width: 782px) {
        body #page footer#colophon .site-info .site-copy, body #page footer#colophon .site-info .site-designer {
          display: block;
          width: 100%; }
        body #page footer#colophon .site-info .sep {
          display: none; } }
    body #page footer#colophon #logo-designer {
      vertical-align: middle;
      margin-top: -2px;
      width: 90px;
      height: 20px; }
body.template-fullwidth #page div#content #primary {
  width: 100%;
  padding: 20px 15px; }

/* Bebas */
@font-face {
  font-family: 'bebas';
  src: url("fonts/Bebas/BEBAS-webfont.eot");
  src: url("fonts/Bebas/BEBAS-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Bebas/BEBAS-webfont.woff2") format("woff2"), url("fonts/Bebas/BEBAS-webfont.woff") format("woff"), url("fonts/Bebas/BEBAS-webfont.ttf") format("truetype"), url("fonts/Bebas/BEBAS-webfont.svg#bebasregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Cabin */
@font-face {
  font-family: 'Cabin';
  src: url("fonts/Cabin/Cabin-Regular-webfont.eot");
  src: url("fonts/Cabin/Cabin-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Cabin/Cabin-Regular-webfont.woff2") format("woff2"), url("fonts/Cabin/Cabin-Regular-webfont.woff") format("woff"), url("fonts/Cabin/Cabin-Regular-webfont.ttf") format("truetype"), url("fonts/Cabin/Cabin-Regular-webfont.svg#cabinregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Cabin';
  src: url("fonts/Cabin/Cabin-Italic-webfont.eot");
  src: url("fonts/Cabin/Cabin-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Cabin/Cabin-Italic-webfont.woff2") format("woff2"), url("fonts/Cabin/Cabin-Italic-webfont.woff") format("woff"), url("fonts/Cabin/Cabin-Italic-webfont.ttf") format("truetype"), url("fonts/Cabin/Cabin-Italic-webfont.svg#cabinitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Cabin';
  src: url("fonts/Cabin/Cabin-Medium-webfont.eot");
  src: url("fonts/Cabin/Cabin-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Cabin/Cabin-Medium-webfont.woff2") format("woff2"), url("fonts/Cabin/Cabin-Medium-webfont.woff") format("woff"), url("fonts/Cabin/Cabin-Medium-webfont.ttf") format("truetype"), url("fonts/Cabin/Cabin-Medium-webfont.svg#cabinmedium") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Cabin';
  src: url("fonts/Cabin/Cabin-MediumItalic-webfont.eot");
  src: url("fonts/Cabin/Cabin-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Cabin/Cabin-MediumItalic-webfont.woff2") format("woff2"), url("fonts/Cabin/Cabin-MediumItalic-webfont.woff") format("woff"), url("fonts/Cabin/Cabin-MediumItalic-webfont.ttf") format("truetype"), url("fonts/Cabin/Cabin-MediumItalic-webfont.svg#cabinmedium_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Cabin';
  src: url("fonts/Cabin/Cabin-Bold-webfont.eot");
  src: url("fonts/Cabin/Cabin-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Cabin/Cabin-Bold-webfont.woff2") format("woff2"), url("fonts/Cabin/Cabin-Bold-webfont.woff") format("woff"), url("fonts/Cabin/Cabin-Bold-webfont.ttf") format("truetype"), url("fonts/Cabin/Cabin-Bold-webfont.svg#cabinbold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Cabin';
  src: url("fonts/Cabin/Cabin-BoldItalic-webfont.eot");
  src: url("fonts/Cabin/Cabin-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Cabin/Cabin-BoldItalic-webfont.woff2") format("woff2"), url("fonts/Cabin/Cabin-BoldItalic-webfont.woff") format("woff"), url("fonts/Cabin/Cabin-BoldItalic-webfont.ttf") format("truetype"), url("fonts/Cabin/Cabin-BoldItalic-webfont.svg#cabinbold_italic") format("svg");
  font-weight: 800;
  font-style: italic; }
/* DroidSerif */
@font-face {
  font-family: 'Droid Serif';
  src: url("fonts/DroidSerif/DroidSerif-Regular-webfont.eot");
  src: url("fonts/DroidSerif/DroidSerif-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/DroidSerif/DroidSerif-Regular-webfont.woff2") format("woff2"), url("fonts/DroidSerif/DroidSerif-Regular-webfont.woff") format("woff"), url("fonts/DroidSerif/DroidSerif-Regular-webfont.ttf") format("truetype"), url("fonts/DroidSerif/DroidSerif-Regular-webfont.svg#droid_serifregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Droid Serif';
  src: url("fonts/DroidSerif/DroidSerif-BoldItalic-webfont.eot");
  src: url("fonts/DroidSerif/DroidSerif-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/DroidSerif/DroidSerif-BoldItalic-webfont.woff2") format("woff2"), url("fonts/DroidSerif/DroidSerif-BoldItalic-webfont.woff") format("woff"), url("fonts/DroidSerif/DroidSerif-BoldItalic-webfont.ttf") format("truetype"), url("fonts/DroidSerif/DroidSerif-BoldItalic-webfont.svg#droid_serifbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Droid Serif';
  src: url("fonts/DroidSerif/DroidSerif-Italic-webfont.eot");
  src: url("fonts/DroidSerif/DroidSerif-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/DroidSerif/DroidSerif-Italic-webfont.woff2") format("woff2"), url("fonts/DroidSerif/DroidSerif-Italic-webfont.woff") format("woff"), url("fonts/DroidSerif/DroidSerif-Italic-webfont.ttf") format("truetype"), url("fonts/DroidSerif/DroidSerif-Italic-webfont.svg#droid_serifitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Droid Serif';
  src: url("fonts/DroidSerif/DroidSerif-Bold-webfont.eot");
  src: url("fonts/DroidSerif/DroidSerif-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/DroidSerif/DroidSerif-Bold-webfont.woff2") format("woff2"), url("fonts/DroidSerif/DroidSerif-Bold-webfont.woff") format("woff"), url("fonts/DroidSerif/DroidSerif-Bold-webfont.ttf") format("truetype"), url("fonts/DroidSerif/DroidSerif-Bold-webfont.svg#droid_serifbold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* Lato */
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/Lato-Regular-webfont.eot");
  src: url("fonts/Lato/Lato-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/Lato-Regular-webfont.woff2") format("woff2"), url("fonts/Lato/Lato-Regular-webfont.woff") format("woff"), url("fonts/Lato/Lato-Regular-webfont.ttf") format("truetype"), url("fonts/Lato/Lato-Regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/Lato-Italic-webfont.eot");
  src: url("fonts/Lato/Lato-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/Lato-Italic-webfont.woff2") format("woff2"), url("fonts/Lato/Lato-Italic-webfont.woff") format("woff"), url("fonts/Lato/Lato-Italic-webfont.ttf") format("truetype"), url("fonts/Lato/Lato-Italic-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/Lato-Bold-webfont.eot");
  src: url("fonts/Lato/Lato-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/Lato-Bold-webfont.woff2") format("woff2"), url("fonts/Lato/Lato-Bold-webfont.woff") format("woff"), url("fonts/Lato/Lato-Bold-webfont.ttf") format("truetype"), url("fonts/Lato/Lato-Bold-webfont.svg#latobold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/Lato-BoldItalic-webfont.eot");
  src: url("fonts/Lato/Lato-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/Lato-BoldItalic-webfont.woff2") format("woff2"), url("fonts/Lato/Lato-BoldItalic-webfont.woff") format("woff"), url("fonts/Lato/Lato-BoldItalic-webfont.ttf") format("truetype"), url("fonts/Lato/Lato-BoldItalic-webfont.svg#latobold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/Lato-Black-webfont.eot");
  src: url("fonts/Lato/Lato-Black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/Lato-Black-webfont.woff2") format("woff2"), url("fonts/Lato/Lato-Black-webfont.woff") format("woff"), url("fonts/Lato/Lato-Black-webfont.ttf") format("truetype"), url("fonts/Lato/Lato-Black-webfont.svg#latoblack") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/Lato-BlackItalic-webfont.eot");
  src: url("fonts/Lato/Lato-BlackItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/Lato-BlackItalic-webfont.woff2") format("woff2"), url("fonts/Lato/Lato-BlackItalic-webfont.woff") format("woff"), url("fonts/Lato/Lato-BlackItalic-webfont.ttf") format("truetype"), url("fonts/Lato/Lato-BlackItalic-webfont.svg#latoblack_italic") format("svg");
  font-weight: 800;
  font-style: italic; }
/* League Gothic */
@font-face {
	font-family: 'League Gothic';
    src: url('fonts/LeagueGothic/league_gothic-webfont-webfont.eot');
    src: url('fonts/LeagueGothic/league_gothic-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/LeagueGothic/league_gothic-webfont-webfont.woff2') format('woff2'), url('fonts/LeagueGothic/league_gothic-webfont-webfont.woff') format('woff'), url('fonts/LeagueGothic/league_gothic-webfont-webfont.ttf') format('truetype'), url('fonts/LeagueGothic/league_gothic-webfont-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal; }
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-Light-webfont.eot");
  src: url("fonts/Montserrat/Montserrat-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-Light-webfont.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-Light-webfont.woff") format("woff"), url("fonts/Montserrat/Montserrat-Light-webfont.ttf") format("truetype"), url("fonts/Montserrat/Montserrat-Light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-Regular-webfont.eot");
  src: url("fonts/Montserrat/Montserrat-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-Regular-webfont.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-Regular-webfont.woff") format("woff"), url("fonts/Montserrat/Montserrat-Regular-webfont.ttf") format("truetype"), url("fonts/Montserrat/Montserrat-Regular-webfont.svg#montserratbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-Bold-webfont.eot");
  src: url("fonts/Montserrat/Montserrat-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-Bold-webfont.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-Bold-webfont.woff") format("woff"), url("fonts/Montserrat/Montserrat-Bold-webfont.ttf") format("truetype"), url("fonts/Montserrat/Montserrat-Bold-webfont.svg#montserratbold") format("svg");
  font-weight: 800;
  font-style: normal; }
/* Neuton */
@font-face {
  font-family: 'Neuton';
  src: url("fonts/Neuton/neuton-regular-webfont.eot");
  src: url("fonts/Neuton/neuton-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Neuton/neuton-regular-webfont.woff2") format("woff2"), url("fonts/Neuton/neuton-regular-webfont.woff") format("woff"), url("fonts/Neuton/neuton-regular-webfont.ttf") format("truetype"), url("fonts/Neuton/neuton-regular-webfont.svg#neutonregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Neuton';
  src: url("fonts/Neuton/neuton-bold-webfont.eot");
  src: url("fonts/Neuton/neuton-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Neuton/neuton-bold-webfont.woff2") format("woff2"), url("fonts/Neuton/neuton-bold-webfont.woff") format("woff"), url("fonts/Neuton/neuton-bold-webfont.ttf") format("truetype"), url("fonts/Neuton/neuton-bold-webfont.svg#neutonbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Neuton';
  src: url("fonts/Neuton/neuton-italic-webfont.eot");
  src: url("fonts/Neuton/neuton-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Neuton/neuton-italic-webfont.woff2") format("woff2"), url("fonts/Neuton/neuton-italic-webfont.woff") format("woff"), url("fonts/Neuton/neuton-italic-webfont.ttf") format("truetype"), url("fonts/Neuton/neuton-italic-webfont.svg#neutonitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Neuton';
  src: url("fonts/Neuton/neuton-light-webfont.eot");
  src: url("fonts/Neuton/neuton-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Neuton/neuton-light-webfont.woff2") format("woff2"), url("fonts/Neuton/neuton-light-webfont.woff") format("woff"), url("fonts/Neuton/neuton-light-webfont.ttf") format("truetype"), url("fonts/Neuton/neuton-light-webfont.svg#neutonlight") format("svg");
  font-weight: 300;
  font-style: normal; }
/* Oswald */
@font-face {
  font-family: 'Oswald';
  src: url("fonts/Oswald/oswald-light-webfont.eot");
  src: url("fonts/Oswald/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald/oswald-light-webfont.woff2") format("woff2"), url("fonts/Oswald/oswald-light-webfont.woff") format("woff"), url("fonts/Oswald/oswald-light-webfont.ttf") format("truetype"), url("fonts/Oswald/oswald-light-webfont.svg#oswaldlight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Oswald';
  src: url("fonts/Oswald/oswald-regular-webfont.eot");
  src: url("fonts/Oswald/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald/oswald-regular-webfont.woff2") format("woff2"), url("fonts/Oswald/oswald-regular-webfont.woff") format("woff"), url("fonts/Oswald/oswald-regular-webfont.ttf") format("truetype"), url("fonts/Oswald/oswald-regular-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Oswald';
  src: url("fonts/Oswald/oswald-bold-webfont.eot");
  src: url("fonts/Oswald/oswald-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald/oswald-bold-webfont.woff2") format("woff2"), url("fonts/Oswald/oswald-bold-webfont.woff") format("woff"), url("fonts/Oswald/oswald-bold-webfont.ttf") format("truetype"), url("fonts/Oswald/oswald-bold-webfont.svg#oswaldbold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Light-webfont.eot");
  src: url("fonts/Roboto/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Light-webfont.woff2") format("woff2"), url("fonts/Roboto/Roboto-Light-webfont.woff") format("woff"), url("fonts/Roboto/Roboto-Light-webfont.ttf") format("truetype"), url("fonts/Roboto/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-LightItalic-webfont.eot");
  src: url("fonts/Roboto/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-LightItalic-webfont.woff2") format("woff2"), url("fonts/Roboto/Roboto-LightItalic-webfont.woff") format("woff"), url("fonts/Roboto/Roboto-LightItalic-webfont.ttf") format("truetype"), url("fonts/Roboto/Roboto-LightItalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Regular-webfont.eot");
  src: url("fonts/Roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Regular-webfont.woff2") format("woff2"), url("fonts/Roboto/Roboto-Regular-webfont.woff") format("woff"), url("fonts/Roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("fonts/Roboto/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Italic-webfont.eot");
  src: url("fonts/Roboto/Roboto-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Italic-webfont.woff2") format("woff2"), url("fonts/Roboto/Roboto-Italic-webfont.woff") format("woff"), url("fonts/Roboto/Roboto-Italic-webfont.ttf") format("truetype"), url("fonts/Roboto/Roboto-Italic-webfont.svg#robotoitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Bold-webfont.eot");
  src: url("fonts/Roboto/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Bold-webfont.woff2") format("woff2"), url("fonts/Roboto/Roboto-Bold-webfont.woff") format("woff"), url("fonts/Roboto/Roboto-Bold-webfont.ttf") format("truetype"), url("fonts/Roboto/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-BoldItalic-webfont.eot");
  src: url("fonts/Roboto/Roboto-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-BoldItalic-webfont.woff2") format("woff2"), url("fonts/Roboto/Roboto-BoldItalic-webfont.woff") format("woff"), url("fonts/Roboto/Roboto-BoldItalic-webfont.ttf") format("truetype"), url("fonts/Roboto/Roboto-BoldItalic-webfont.svg#robotobold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
/* Roboto Condensed */
@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCond/Roboto-Light-webfont.eot");
  src: url("fonts/RobotoCond/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCond/Roboto-Light-webfont.woff2") format("woff2"), url("fonts/RobotoCond/Roboto-Light-webfont.woff") format("woff"), url("fonts/RobotoCond/Roboto-Light-webfont.ttf") format("truetype"), url("fonts/RobotoCond/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCond/Roboto-LightItalic-webfont.eot");
  src: url("fonts/RobotoCond/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCond/Roboto-LightItalic-webfont.woff2") format("woff2"), url("fonts/RobotoCond/Roboto-LightItalic-webfont.woff") format("woff"), url("fonts/RobotoCond/Roboto-LightItalic-webfont.ttf") format("truetype"), url("fonts/RobotoCond/Roboto-LightItalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCond/RobotoCondensed-Regular-webfont.eot");
  src: url("fonts/RobotoCond/RobotoCondensed-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCond/RobotoCondensed-Regular-webfont.woff2") format("woff2"), url("fonts/RobotoCond/RobotoCondensed-Regular-webfont.woff") format("woff"), url("fonts/RobotoCond/RobotoCondensed-Regular-webfont.ttf") format("truetype"), url("fonts/RobotoCond/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCond/RobotoCondensed-Italic-webfont.eot");
  src: url("fonts/RobotoCond/RobotoCondensed-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCond/RobotoCondensed-Italic-webfont.woff2") format("woff2"), url("fonts/RobotoCond/RobotoCondensed-Italic-webfont.woff") format("woff"), url("fonts/RobotoCond/RobotoCondensed-Italic-webfont.ttf") format("truetype"), url("fonts/RobotoCond/RobotoCondensed-Italic-webfont.svg#roboto_condenseditalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCond/RobotoCondensed-Bold-webfont.eot");
  src: url("fonts/RobotoCond/RobotoCondensed-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCond/RobotoCondensed-Bold-webfont.woff2") format("woff2"), url("fonts/RobotoCond/RobotoCondensed-Bold-webfont.woff") format("woff"), url("fonts/RobotoCond/RobotoCondensed-Bold-webfont.ttf") format("truetype"), url("fonts/RobotoCond/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCond/RobotoCondensed-BoldItalic-webfont.eot");
  src: url("fonts/RobotoCond/RobotoCondensed-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCond/RobotoCondensed-BoldItalic-webfont.woff2") format("woff2"), url("fonts/RobotoCond/RobotoCondensed-BoldItalic-webfont.woff") format("woff"), url("fonts/RobotoCond/RobotoCondensed-BoldItalic-webfont.ttf") format("truetype"), url("fonts/RobotoCond/RobotoCondensed-BoldItalic-webfont.svg#roboto_condensedbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
/* Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/FontAwesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/FontAwesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/FontAwesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/FontAwesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/FontAwesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/FontAwesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/FontAwesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/FontAwesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/FontAwesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/FontAwesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }
