/**
 * Google Fonts
 */
/**
 * Custom Color Names
 */
/**
 * General Colors
 */
/**
 * Fonts
 */
/**
 * Tables
 */
/**
 * Mixins
 */
/**
 * WordPress Defaults
 */
.alignnone {
  margin: 10px 0 10px 0;
  display: block;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  font-size: .75rem;
  margin: 0;
  padding: .5em 0;
}
/**
 * Elements
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #0099cc;
}
address {
  background: white;
  border: 1px solid #cccccc;
  display: table;
  padding: 1em 1.5em 1em 2.5em;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
address:before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  top: 1em;
  left: 1em;
}
blockquote {
  border-left-color: #cccccc;
}
code {
  white-space: pre-wrap;
}
iframe {
  max-width: 100%;
}
/*img {
  border: 1px solid #cccccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}*/
pre {
  background: white;
}
q {
  font-style: italic;
}
q:before {
  content: '\201C';
}
q:after {
  content: '\201D';
}
/**
 * Classes
 */
.module {
  clear: both;
}
.module:before,
.module:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.muted {
  color: #999999;
}
.page-header {
  margin-top: 0;
  /*border-bottom-color: white;*/
  position: relative;
}
/*.page-header:after {
  content: "";
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}*/
.pager a {
  box-sizing: border-box;
  max-width: 100%;
}
.permalink {
  margin-left: 1em;
  text-shadow: 1px 1px 0px white;
}
.permalink:hover {
  text-decoration: none;
}
.permalink:hover i {
  color: #333333;
}
.post-tag-list {
  margin-left: 1em;
}
.sticky {
  background: #eeeeee;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.wp-caption {
  border: 1px solid #d3d3d3;
  clear: both;
  padding-top: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
/**
 * Typography
 */
body {
  font-size: 16px;
  line-height: 1.4em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-branding {
  line-height: 1.1em;
}
h1,
.site-branding {
  font-size: 38px;
  font-size: 2.4rem;
}
a.site-branding {
  text-decoration: none;
}
.site-description {
  color: #999999;
  font-size: 16px;
  font-size: 1rem;
  text-shadow: 1px 1px 0px white;
}
.masthead nav {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.header nav a {
  text-shadow: 1px 1px 0px white;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
.uneditable-input,
select {
  font-size: 14px;
  font-size: .875rem;
}
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="password"],
div.gform_wrapper input[type="datetime"],
div.gform_wrapper input[type="datetime-local"],
div.gform_wrapper input[type="date"],
div.gform_wrapper input[type="month"],
div.gform_wrapper input[type="time"],
div.gform_wrapper input[type="week"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="search"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="color"],
div.gform_wrapper input[type="file"],
div.gform_wrapper .uneditable-input,
div.gform_wrapper select {
  font-size: 14px;
  font-size: .875rem;
}
/**
 * Layout
 */
body {
  background: #f5f5f5;
}
.masthead {
  background: #333333;
  border-bottom: 1px solid white;
  color: white;
  padding: 7px 0;
  position: relative;
}
.masthead a {
  color: white;
}
.masthead nav ul {
  margin-bottom: 0;
}
.masthead:after {
  content: "";
  display: block;
  border-bottom: 3px solid #0099cc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.header {
  padding: 25px 0;
  margin-bottom: 20px;
}
.home .hentry,
.archive .hentry {
  padding: 0 15px 25px 15px;
  position: relative;
}
.home .hentry img,
.archive .hentry img {
  margin-bottom: 10px;
}
.home .hentry:after,
.archive .hentry:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer {
  background-color: #333333;
  border-top: 1px solid white;
}
.footer:before {
  content: "";
  display: block;
  border-top: 3px solid #0099cc;
}
.footer-inner {
  color: white;
  padding: 10px 0;
}
.footer-inner a {
  color: white;
}
/**
 * Forms
 */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select[multiple] {
  height: 2em;
  padding: .25em;
}
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="password"],
div.gform_wrapper input[type="datetime"],
div.gform_wrapper input[type="datetime-local"],
div.gform_wrapper input[type="date"],
div.gform_wrapper input[type="month"],
div.gform_wrapper input[type="time"],
div.gform_wrapper input[type="week"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="search"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="color"],
div.gform_wrapper .uneditable-input,
div.gform_wrapper select[multiple] {
  height: 2em;
  padding: .25em;
}
input[type="file"] {
  line-height: 1em;
}
.gfield_list input {
  margin: 10px 0 0 10px;
}
.gfield_list_icons img {
  padding-top: 10px;
}
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"] {
  margin-left: 1px;
}
.input-append .btn,
.input-prepend .btn {
  height: 2em;
  line-height: 1em;
}
input[type="submit"] {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].active,
input[type="submit"].disabled,
input[type="submit"][disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
input[type="submit"]:active,
input[type="submit"].active {
  background-color: #cccccc \9;
}
input[type="submit"]:first-child {
  *margin-left: 0;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"].active,
input[type="submit"]:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input[type="submit"].disabled,
input[type="submit"][disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/**
 * Widgets
 */
.widget {
  margin-bottom: 30px;
}
.widget-title {
  border-bottom: 2px solid #0099cc;
  padding-bottom: .25em;
}
.widget_categories div > ul {
  border-bottom: 1px solid #cccccc;
  margin-top: -10px;
}
.widget_categories div > ul > li:first-child {
  border-top: none;
}
.widget_categories ul {
  margin: 0;
}
.widget_categories .children {
  margin-top: .5em;
  margin-bottom: -0.5em;
  margin-right: -0.5em;
  margin-left: -1em;
}
.widget_categories .children li {
  padding-left: 1.75em;
}
.widget_categories .children .children {
  margin-left: -1.75em;
}
.widget_categories .children .children li {
  padding-left: 2.5em;
}
.widget_categories li {
  border-top: 1px solid #cccccc;
  list-style: none;
  padding: .5em .5em .5em 1em;
}
.widget_categories a {
  position: relative;
}
.widget_categories a:before {
  color: #999999;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: -0.75em;
  font-size: .8em;
}
.widget_calendar th {
  border: none;
}
.widget_calendar thead td,
.widget_calendar tbody td {
  text-align: center;
}
.widget_calendar tfoot tr {
  background: transparent;
}
.widget_calendar tfoot td {
  border: none;
}
.widget_rss .widget-title img {
  display: none;
}
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss li {
  margin-bottom: 1em;
}
.widget_rss li a:first-child {
  display: block;
}
.widget_rss .rss-date {
  color: #999999;
}
.widget_rss .rssSummary {
  margin-top: .25em;
}
.widget_rss cite {
  color: #999999;
  display: inline-block;
  text-align: right;
  width: 100%;
}
.widget_rss cite:before {
  content: "- ";
}
/**
 * Comments
 */
#comment {
  width: 100%;
}
.comment {
  background: white;
  border-top: 1px solid #d3d3d3;
  padding: 15px 0 15px 30px;
  position: relative;
}
.comment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid white;
}
.comment.parent {
  padding-bottom: 0px;
}
.comment.parent .reply {
  padding-bottom: 15px;
}
.comment.depth-5 {
  padding-left: 0px;
}
.comment img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
}
#respond form input[type="text"] {
  width: 100%;
  max-width: 360px;
}
#reply-title {
  margin-top: 30px;
}
/**
 * Tables
 */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}
tr:nth-of-type(odd) {
  background: #eeeeee;
}
th {
  background: #333333;
  color: white;
  font-weight: bold;
}
td,
th {
  padding: 6px;
  border: 1px solid #cccccc;
  text-align: left;
}
/**
 * Pagination
 */
.pager li > a:hover,
.pager li > a:focus {
  background-color: white;
}
/**
 * Mobile
 */
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stellar-social-icons a {
  margin-right: 5px;
  text-decoration: none;
}

/** Twitter Bootstrap responsive override **/
@media (min-width: 1200px) {
    .row {
        margin-left: -20px;
        *zoom: 1;
    }

    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }

    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 960px;
    }

    .span12 {
        width: 940px;
    }

    .span11 {
        width: 860px;
    }

    .span10 {
        width: 780px;
    }

    .span9 {
        width: 700px;
    }

    .span8 {
        width: 620px;
    }

    .span7 {
        width: 540px;
    }

    .span6 {
        width: 460px;
    }

    .span5 {
        width: 380px;
    }

    .span4 {
        width: 300px;
    }

    .span3 {
        width: 220px;
    }

    .span2 {
        width: 140px;
    }

    .span1 {
        width: 60px;
    }

    .offset12 {
        margin-left: 980px;
    }

    .offset11 {
        margin-left: 900px;
    }

    .offset10 {
        margin-left: 820px;
    }

    .offset9 {
        margin-left: 740px;
    }

    .offset8 {
        margin-left: 660px;
    }

    .offset7 {
        margin-left: 580px;
    }

    .offset6 {
        margin-left: 500px;
    }

    .offset5 {
        margin-left: 420px;
    }

    .offset4 {
        margin-left: 340px;
    }

    .offset3 {
        margin-left: 260px;
    }

    .offset2 {
        margin-left: 180px;
    }

    .offset1 {
        margin-left: 100px;
    }

    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.127659574468085%;
        *margin-left: 2.074468085106383%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.127659574468085%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.48936170212765%;
        *width: 91.43617021276594%;
    }

    .row-fluid .span10 {
        width: 82.97872340425532%;
        *width: 82.92553191489361%;
    }

    .row-fluid .span9 {
        width: 74.46808510638297%;
        *width: 74.41489361702126%;
    }

    .row-fluid .span8 {
        width: 65.95744680851064%;
        *width: 65.90425531914893%;
    }

    .row-fluid .span7 {
        width: 57.44680851063829%;
        *width: 57.39361702127659%;
    }

    .row-fluid .span6 {
        width: 48.93617021276595%;
        *width: 48.88297872340425%;
    }

    .row-fluid .span5 {
        width: 40.42553191489362%;
        *width: 40.37234042553192%;
    }

    .row-fluid .span4 {
        width: 31.914893617021278%;
        *width: 31.861702127659576%;
    }

    .row-fluid .span3 {
        width: 23.404255319148934%;
        *width: 23.351063829787233%;
    }

    .row-fluid .span2 {
        width: 14.893617021276595%;
        *width: 14.840425531914894%;
    }

    .row-fluid .span1 {
        width: 6.382978723404255%;
        *width: 6.329787234042553%;
    }

    .row-fluid .offset12 {
        margin-left: 104.25531914893617%;
        *margin-left: 104.14893617021275%;
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.12765957446808%;
        *margin-left: 102.02127659574467%;
    }

    .row-fluid .offset11 {
        margin-left: 95.74468085106382%;
        *margin-left: 95.6382978723404%;
    }

    .row-fluid .offset11:first-child {
        margin-left: 93.61702127659574%;
        *margin-left: 93.51063829787232%;
    }

    .row-fluid .offset10 {
        margin-left: 87.23404255319149%;
        *margin-left: 87.12765957446807%;
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.1063829787234%;
        *margin-left: 84.99999999999999%;
    }

    .row-fluid .offset9 {
        margin-left: 78.72340425531914%;
        *margin-left: 78.61702127659572%;
    }

    .row-fluid .offset9:first-child {
        margin-left: 76.59574468085106%;
        *margin-left: 76.48936170212764%;
    }

    .row-fluid .offset8 {
        margin-left: 70.2127659574468%;
        *margin-left: 70.10638297872339%;
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.08510638297872%;
        *margin-left: 67.9787234042553%;
    }

    .row-fluid .offset7 {
        margin-left: 61.70212765957446%;
        *margin-left: 61.59574468085106%;
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.574468085106375%;
        *margin-left: 59.46808510638297%;
    }

    .row-fluid .offset6 {
        margin-left: 53.191489361702125%;
        *margin-left: 53.085106382978715%;
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.063829787234035%;
        *margin-left: 50.95744680851063%;
    }

    .row-fluid .offset5 {
        margin-left: 44.68085106382979%;
        *margin-left: 44.57446808510638%;
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.5531914893617%;
        *margin-left: 42.4468085106383%;
    }

    .row-fluid .offset4 {
        margin-left: 36.170212765957444%;
        *margin-left: 36.06382978723405%;
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.04255319148936%;
        *margin-left: 33.93617021276596%;
    }

    .row-fluid .offset3 {
        margin-left: 27.659574468085104%;
        *margin-left: 27.5531914893617%;
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.53191489361702%;
        *margin-left: 25.425531914893618%;
    }

    .row-fluid .offset2 {
        margin-left: 19.148936170212764%;
        *margin-left: 19.04255319148936%;
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.02127659574468%;
        *margin-left: 16.914893617021278%;
    }

    .row-fluid .offset1 {
        margin-left: 10.638297872340425%;
        *margin-left: 10.53191489361702%;
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.51063829787234%;
        *margin-left: 8.404255319148938%;
    }

    [class*="span"].hide,
    .row-fluid [class*="span"].hide {
        display: none;
    }

    [class*="span"].pull-right,
    .row-fluid [class*="span"].pull-right {
        float: right;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        *zoom: 1;
    }

    .container:before,
    .container:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container:after {
        clear: both;
    }

    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
        *zoom: 1;
    }

    .container-fluid:before,
    .container-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container-fluid:after {
        clear: both;
    }
}
