/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

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

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ icon font ]:---
 */
@font-face {
  font-family: icons;
  src: url('fonts/icons.eot');
  src: url('fonts/icons.eot?#iefix') format('embedded-opentype'), url('fonts/icons.ttf') format('truetype'), url('fonts/icons.woff') format('woff'), url('fonts/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal; }
/*
 * ---:[ global styles ]:---
 */
html {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  line-height: 24px;
  color: #111111;
  background-color: #282828; }

a {
  color: #4f6cff;
  text-decoration: none; }

p a {
  text-decoration: underline; }

code,
pre {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif; }

.right,
.alignright,
img[align="right"],
.left,
.alignleft,
img[align="left"] {
  float: none; }

.frame,
.post_image_box,
.wp-caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * ---:[ layout structure ]:---
 */
.container,
.columns > .content,
.columns > .sidebar {
  margin: 0 auto; }

.columns {
  background-color: white;
  padding-top: 36px;
  padding-right: 24px;
  padding-left: 24px; }

.columns > .sidebar {
  border-top: 1px solid #d6d6d6;
  padding-top: 48px; }

/*
 * ---:[ header ]:---
 */
#header {
  position: relative;
  padding: 12px 24px; }

#site_title {
  font-size: 37px;
  line-height: 1.2em;
  font-weight: bold;
  color: white; }

#site_title img {
  float: left; }

#site_title a {
  color: white; }

#site_tagline {
  clear: both;
  color: #dbe1ff; }

/*
 * ---:[ nav menu ]:---
 */
.nav,
.menu_control {
  font-size: 14px;
  line-height: 20px; }

.nav {
  display: none;
  position: relative;
  width: 192px;
  height: 0;
  top: 6px;
  list-style: none;
  z-index: 2; }

.nav:before,
.nav > li > .sub-menu:before {
  position: absolute;
  top: -6px;
  left: 24px;
  content: '';
  border: 6px solid transparent;
  border-top-width: 0;
  border-bottom-color: #2146ff; }

.nav > li > .sub-menu:before {
  display: none; }

.nav .sub-menu {
  list-style: none;
  padding-left: 12px; }

.nav a,
.show_menu {
  display: block; }

.nav a,
.menu_control {
  color: #dbe1ff;
  padding: 6px 12px; }

.nav a:hover,
.menu_control:hover {
  color: white;
  background-color: #4f6cff; }

.nav .current-menu-item > a {
  color: #dbe1ff;
  background-color: #4f6cff;
  cursor: text; }

.nav li {
  background-color: #2146ff; }

.menu_control {
  display: block;
  color: #dbe1ff;
  cursor: pointer;
  margin: 6px -24px 0 -24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
 * ---:[ core input styles ]:---
 */
input[type="text"],
input[type="email"],
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #d6d6d6;
  background-color: white;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea.input_text {
  display: block; }

input[type="submit"],
.input_submit {
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  background-color: #8c9fff;
  border: 3px solid rgba(0, 0, 0, 0.25);
  border-width: 0 0 3px 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

input[type="submit"]:active,
.input_submit:active {
  margin-top: 2px;
  border-bottom-width: 1px; }

.grt input[type="text"],
.grt .input_text {
  width: 100%;
  padding: 6px; }

.grt textarea.input_text {
  line-height: 24px; }

.grt input[type="submit"],
.grt .input_submit {
  padding: 6px 12px;
  border-radius: 6px; }

/*
 * ---:[ pearsonified featured image ]:---
 */
#pfied_featured_item {
  position: relative;
  background-color: black; }

#pfied_featured_item img {
  width: 100%;
  height: auto; }

#pfied_featured_item .wp-caption-text {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 12px 24px; }

/*
 * ---:[ GRT base styles with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 14px;
  line-height: 24px; }

.grt .headline {
  font-size: 23px;
  line-height: 36px; }

.grt h2,
.grt .widget_title,
.grt .email_form_title {
  font-size: 18px;
  line-height: 29px;
  margin-top: 36px;
  margin-bottom: 12px; }

.grt h4,
.grt .small,
.grt .caption,
.grt .wp-caption p {
  font-size: 11px;
  line-height: 20px; }

.grt h4 {
  line-height: 24px; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .block,
.grt .center,
.grt .aligncenter,
.grt .alignnone,
.grt .left,
.grt .alignleft,
.grt .right,
.grt .alignright,
.grt .alert,
.grt .note,
.grt .post_image,
.grt .post_image_box,
.grt .caption,
.grt .wp-post-image,
.grt .wp-caption,
.headline_area {
  margin-bottom: 24px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb {
  margin-bottom: 12px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert > :last-child,
.grt .note > :last-child,
.grt blockquote.right p,
.grt blockquote.left p,
.grt .box > :last-child {
  margin-bottom: 0; }

/*
 * ---:[ contextual/discretionary content column styles ]:---
 */

.grt h3 {
  font-weight: bold; }

.grt h4 {
  text-transform: uppercase; }

.grt ul {
  list-style-type: square; }

.grt ul,
.grt ol {
  margin-left: 24px; }

.grt blockquote {
  color: #888888;
  padding-left: 24px; }

.grt blockquote.right,
.grt blockquote.left {
  font-size: 23px;
  line-height: 33px;
  padding-left: 0; }

.grt pre,
.grt code {
  font-size: 13px; }

.grt pre,
.grt .note,
.grt .alert {
  padding: 24px; }

.grt pre {
  background-color: #ededed; }

.grt .note,
.grt .alert {
  background-color: #ededed;
  margin-right: -24px;
  margin-left: -24px;
  border-left: 6px solid #d6d6d6;
  padding-left: 18px; }

.grt .alert {
  background-color: #f8eab0;
  border-color: #f3db78; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  background-color: #ededed;
  border: 1px solid #d6d6d6;
  padding: 12px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.grt .caption {
  color: #888888;
  margin-top: -12px; }

.grt .drop_cap {
  font-size: 48px;
  line-height: 1em;
  color: #888888;
  margin-right: 0.15em;
  float: left; }

.grt .footnotes {
  font-size: 11px;
  line-height: 20px;
  color: #888888; }

.grt .footnotes p {
  margin-bottom: 12px; }

.grt .box,
.grt .thesis_email_form {
  background-color: #dbe1ff;
  margin: 24px -24px;
  border-left: 6px solid #adbbff;
  padding: 24px 24px 24px 18px; }

.box input[type="text"],
.box .input_text,
.grt .thesis_email_form input[type="text"],
.grt .thesis_email_form .input_text {
  border-color: #adbbff; }

.box input[type="submit"],
.box .input_submit,
.grt .thesis_email_form input[type="submit"],
.grt .thesis_email_form .input_submit {
  background-color: #ffec8c; }

.grt .widget {
  margin-top: 48px;
  margin-bottom: 48px; }

.grt .widget_title {
  margin-top: 0; }

.grt .widget_recent_entries a:hover,
.grt .thesis-killer-recent-entries a:hover {
  text-decoration: underline; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  position: relative;
  margin-bottom: 48px; }

.headline_area {
  font-size: 11px;
  line-height: 24px;
  color: #888888; }

.headline,
.headline a {
  color: #111111;
  text-decoration: none; }

.headline a:hover {
  color: #4f6cff;
  text-decoration: none; }

.headline_area .avatar {
  display: none; }

.headline_area .post_date,
.headline_area .twitter_profile {
  margin-left: 6px; }

.headline + .post_date,
.headline + .twitter_profile,
.headline + meta + meta + .post_date,
.headline + meta + .num_comments_link,
.headline_area .post_author ~ .twitter_profile ~ .post_date {
  margin-left: 0; }

.headline_area .post_author ~ .twitter_profile:after,
.archive .headline_area .post_author ~ .post_date:after {
  content: '\a';
  height: 0;
  white-space: pre; }

.post_author a:hover,
.post_edit:hover,
.post_content a,
.post_cats a:hover,
.post_tags a:hover,
.twitter_profile a:hover {
  text-decoration: underline; }

.post_edit {
  position: absolute;
  width: 36px;
  font-size: 11px;
  line-height: 24px;
  color: #4f6cff;
  background-color: #dbe1ff;
  text-align: center; }

.post_edit:hover {
  text-decoration: none;
  color: white;
  background-color: #4f6cff; }

.headline_area .post_edit {
  top: 0;
  right: -24px; }

.post_box .author_description,
.post_box .footnotes {
  margin: 24px 0;
  border-top: 1px dotted #d6d6d6;
  padding-top: 24px; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_box .author_description .avatar {
  float: right;
  width: 96px;
  height: 96px;
  margin: 0 0 12px 12px; }

.post_box .post_cats,
.post_box .post_tags {
  color: #888888; }

.num_comments_link {
  display: inline-block;
  font-size: 11px;
  color: #888888; }

.num_comments {
  font-size: 24px;
  line-height: 0.5em;
  color: #111111; }

.num_comments_link:hover .num_comments {
  color: #4f6cff; }

.post_box .num_comments_link {
  margin-top: 24px; }

/*
 * ---:[ icons ]:---
 */
.post_author:before,
.post_date:before,
.twitter_profile:before,
.post_cats:before,
.post_tags:before {
  font-family: icons;
  color: #aeaeae; }

.post_author:before {
  content: '\e60e\2000'; }

.post_date:before {
  content: '\e612\2000'; }

.twitter_profile:before {
  content: '\e602\2000'; }

.post_cats:before {
  content: '\e616\2009'; }

.post_tags:before {
  content: '\e613\2009'; }

/*
 * ---:[ template-specific content elements ]:---
 */
.archive_intro {
  margin-bottom: 36px;
  border-bottom: 1px dotted #d6d6d6;
  padding-bottom: 24px; }

.archive_content {
  margin-top: 24px; }

.archive {
  margin-bottom: 48px; }

.archive .headline_area {
  margin-bottom: 0; }

.archive .num_comments_link {
  margin-top: 0; }

.archive .num_comments {
  font-size: 11px;
  line-height: 24px;
  color: #888888; }

.archive .num_comments_link:before {
  font-family: icons;
  content: '\e619\2000';
  color: #aeaeae; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin: 48px 0; }

.comments_intro,
.comments_closed {
  color: #888888; }

.comments_intro {
  padding-bottom: 12px;
  border-bottom: 1px dotted #d6d6d6; }

.grt .comments_intro,
.grt .comments_closed {
  margin-bottom: 36px; }

.grt .comment_list {
  list-style-type: none;
  margin: 0 0 48px 0; }

.comment {
  position: relative;
  margin-bottom: 48px; }

.comment .children {
  list-style-type: none; }

.children .comment {
  margin-top: 48px; }

.comment_head {
  position: relative;
  margin-bottom: 12px; }

.comment_author {
  font-weight: bold; }

.comment_author a {
  color: #111111; }

.comment_author a:hover {
  color: #4f6cff; }

.comment_permalink,
.comment-reply-link {
  display: inline-block;
  font-family: icons;
  font-size: 11px;
  padding: 0 6px;
  border-radius: 6px; }

.comment_permalink:hover,
.comment-reply-link:hover {
  background-color: #ededed; }

.comment_date {
  display: none;
  font-size: 11px;
  margin-left: 6px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment span.avatar {
  display: none;
  width: 36px;
  height: 36px; }

.comment_edit {
  position: absolute;
  top: 0;
  right: -24px;
  width: 36px;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  color: #4f6cff;
  background-color: #dbe1ff; }

.comment_edit:hover {
  color: white;
  background-color: #4f6cff; }

.comments_closed:before {
  font-family: icons;
  content: '\e618\0020'; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  color: #111111;
  background-color: #ededed;
  margin-right: -24px;
  margin-left: -24px;
  border-left: 6px solid #d6d6d6;
  padding: 12px 24px 12px 18px; }

.comment #commentform {
  margin-top: 24px; }

.comment_form_title {
  font-size: 18px;
  line-height: 29px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 12px; }

#commentform p {
  margin-bottom: 12px; }

#commentform label {
  display: block; }

#commentform .input_submit {
  font-size: 18px; }

#commentform .required {
  color: #dd0000; }

#commentform #comment_form_submit {
  margin-bottom: 0; }

.comment_moderated {
  font-weight: bold; }

#cancel-comment-reply-link {
  position: relative;
  float: right;
  font-size: 11px;
  line-height: 17px;
  background-color: white;
  border: 1px solid #d6d6d6;
  border-width: 1px 1px 3px 1px;
  padding: 6px 12px;
  border-radius: 6px; }

#cancel-comment-reply-link:active {
  margin-top: 2px;
  border-bottom-width: 1px; }

#cancel-comment-reply-link:before {
  font-family: icons;
  content: '\e610\2000';
  vertical-align: top; }

.login_alert {
  font-weight: bold;
  border: 1px solid #d6d6d6;
  background-color: #ededed; }

/*
 * ---:[ prev/next links + comment intro/nav ]:---
 */
.prev_next,
.comment_nav {
  clear: both;
  color: #111111;
  margin-top: 24px;
  border: 1px dotted #d6d6d6;
  border-width: 1px 0 0 0; }

.comment_nav {
  margin-bottom: 36px;
  border-bottom-width: 1px; }

.prev_next .next_post,
.prev_next .next_posts,
.next_comments {
  text-align: right;
  border-bottom: 1px dotted #d6d6d6; }

.next_comments {
  border-top: 1px dotted #d6d6d6;
  border-bottom: 0; }

.prev_next .previous_posts,
.prev_next .next_posts,
.previous_comments,
.next_comments {
  display: block; }

.prev_next a,
.comment_nav a {
  display: block;
  text-decoration: none;
  padding: 12px; }

.prev_next .previous_post a {
  padding-left: 36px; }

.prev_next .next_post a {
  position: relative;
  padding-right: 36px; }

.prev_next a:hover,
.comment_nav a:hover {
  color: white;
  background-color: #4f6cff; }

.prev_next a:before,
.prev_next a:after,
.previous_comments a:before,
.next_comments a:after {
  font-family: icons;
  vertical-align: top; }

.previous_posts a:before,
.previous_post a:before,
.previous_comments a:before {
  content: '\e60f\2000'; }

.next_posts a:after,
.next_post a:after,
.next_comments a:after {
  content: '\2000\e60c'; }

.previous_post a:before,
.next_post a:after {
  display: inline-block;
  min-width: 24px; }

.previous_post a:before {
  margin-left: -36px;
  padding-left: 12px;
  text-align: left; }

.next_post a:after {
  position: absolute;
  top: 12px;
  text-align: right; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 11px;
  line-height: 18px; }

.sidebar .widget,
.sidebar .text_box,
.sidebar .query_box,
.sidebar .box {
  margin-bottom: 36px; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .right,
.sidebar .alignright,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 18px; }

.sidebar .left,
.sidebar .alignleft {
  margin-right: 18px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .stack {
  margin-left: 18px; }

.sidebar .post_content,
.sidebar .post_excerpt {
  margin-top: 18px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.sidebar .widget_title,
.sidebar .email_form_title,
.sidebar .headline {
  font-size: 14px;
  line-height: 22px; }

.sidebar .widget_title {
  position: relative;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffe24f;
  margin-bottom: 9px;
  border-right: 9px solid #fff0a7;
  padding: 5px 18px; }

.sidebar .widget_title:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  border: 9px solid transparent;
  border-right-width: 0;
  border-left-color: white; }

.sidebar .widget_recent_entries .widget_title,
.sidebar .widget_archive .widget_title,
.sidebar .thesis-killer-recent-entries .widget_title {
  margin-bottom: 5px; }

.sidebar .widget_categories > ul {
  margin-top: -5px; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar .widget ul {
  list-style-type: none; }

.sidebar .widget_recent_comments > ul > li {
  margin-bottom: 12px; }

.sidebar .widget_text ul {
  list-style-type: square;
  margin-left: 18px; }

.sidebar .widget li a {
  display: block;
  color: #111111;
  padding: 5px 18px; }

.sidebar .widget li a:hover {
  background-color: #fffceb; }

.sidebar .widget_recent_comments #recentcomments {
  padding-left: 18px; }

.sidebar .widget_recent_comments li a {
  color: #4f6cff; }

.sidebar .widget_recent_comments li a:hover {
  text-decoration: underline;
  background-color: transparent; }

.sidebar .widget li a:before,
.sidebar .widget_recent_comments > ul > li:before {
  display: inline-block;
  font-family: icons;
  content: '\e60c';
  min-width: 18px;
  color: #d6d6d6;
  margin-left: -18px;
  vertical-align: bottom; }

.sidebar .widget_recent_comments li a:before {
  display: none; }

.sidebar .widget_recent_comments > ul > li:before {
  content: '\e619'; }

.sidebar .widget_categories li a:before {
  content: '\e616'; }

.sidebar .widget_archives li a:before {
  content: '\e612'; }

.sidebar .widget li a:hover:before {
  color: #4f6cff; }

.sidebar input[type="text"],
.sidebar .input_text {
  width: 100%;
  margin-bottom: 9px;
  padding: 5px; }

.sidebar input[type="submit"],
.sidebar .input_submit {
  background-color: #8c9fff;
  padding: 5px 9px;
  border-radius: 5px; }

.sidebar textarea.input_text {
  line-height: 18px; }

.sidebar .searchform,
.sidebar .search_form {
  background-color: #fff9db;
  margin-top: -9px;
  padding: 18px; }

.sidebar .searchform input[type="text"],
.sidebar .search_form input[type="text"] {
  border-color: #fff2ad; }

.sidebar .box {
  background-color: #dbe1ff;
  border-right: 9px solid #adbbff;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sidebar .box input[type="submit"],
.sidebar .box .input_submit {
  background-color: #ffec8c; }

/*
 * ---:[ footer ]:---
 */
#footer {
  font-size: 11px;
  line-height: 20px;
  color: #bfc3d9;
  text-align: center;
  padding: 12px 24px; }

#footer a {
  color: #bfc3d9; }

#footer a:hover {
  color: #dbe1ff; }

/*
 * ---:[ email signup forms ]:---
 */
.grt .email_form_title {
  margin-top: 0; }

.grt .thesis_email_form p,
.grt .thesis_email_form input[type="text"],
.grt .thesis_email_form input[type="email"],
.grt .thesis_email_form .input_text {
  margin-bottom: 12px; }

.grt .thesis_email_form input[type="submit"],
.grt .thesis_email_form .input_submit {
  padding: 8px 12px; }

.sidebar .thesis_email_form {
  margin-bottom: 36px; }

.sidebar .email_form_title,
.sidebar .email_form_intro {
  margin-bottom: 9px; }

.sidebar .thesis_email_form input[type="submit"],
.sidebar .thesis_email_form .input_submit {
  padding: 5px 9px; }

/*
 * ---:[ custom templates ]:---
 */
.landing #header {
  padding-right: 24px;
  padding-left: 24px; }

.landing #site_title,
.landing #site_tagline,
.landing .headline_area,
.landing .thesis_email_form {
  text-align: center; }

.landing #site_title img {
  margin: 0 auto; }

.landing .columns > .content {
  float: none;
  margin: 0 auto; }

.landing .post_box:before {
  display: none; }

.landing .headline_area .post_edit {
  top: 0; }

/*
 * ---:[ contextual adjustments ]:---
 */
.columns p:last-child,
.post_content > :last-child,
.comment_text > :last-child,
.archive_intro > :last-child,
.widget > :last-child,
.textwidget > :last-child {
  margin-bottom: 0; }

/*
 * ---:[ clearfix ]:---
 */
#header:after,
#site_title:after,
.nav:after,
.columns:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  display: table;
  clear: both;
  content: ''; }

/*
 * ---:[ mobile device breakpoint ]:---
 */
@media all and (min-width: 420px) {
  .columns > .sidebar > * {
    float: left;
    clear: both;
    width: 46.897%; }

  .columns > .sidebar > :nth-child(2n + 2) {
    float: right;
    clear: none; }

  .right,
  .alignright,
  img[align="right"] {
    float: right; }

  .left,
  .alignleft,
  img[align="left"] {
    float: left; }

  .grt .right,
  .grt .alignright,
  .grt .stack {
    margin-left: 24px; }

  .grt .left,
  .grt .alignleft {
    margin-right: 24px; }

  .grt blockquote {
    padding-right: 24px; }

  .grt blockquote.right,
  .grt blockquote.left {
    width: 45%;
    margin-bottom: 12px;
    padding-right: 0; }

  .headline_area .post_author ~ .twitter_profile ~ .post_date,
  .headline_area .num_comments_link {
    margin-left: 6px; }

  .headline_area .post_author ~ .twitter_profile:after,
  .archive .headline_area .post_author ~ .post_date:after {
    content: ''; }

  .grt input[type="text"],
  .grt input[type="email"],
  .grt .input_text {
    width: 50%; }

  #commentform textarea.input_text {
    width: 100%; }

  .grt .thesis_email_form input[type="text"],
  .grt .thesis_email_form input[type="email"],
  .grt .thesis_email_form .input_text {
    margin-bottom: 0; }

  .grt .thesis_email_form input[type="submit"],
  .grt .thesis_email_form .input_submit {
    margin-left: 6px;
    vertical-align: top; }

  .comment_date {
    display: inline-block; }

  .previous_comments,
  .next_comments {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .previous_comments {
    float: left; }

  .next_comments {
    float: right;
    border-top: 0; } }

/*
 * ---:[ natural layout break 1 ]:---
 */
@media all and (min-width: 628px) {
  .columns > .content,
  .columns > .sidebar {
    width: 580px; }

  .columns > .sidebar > * {
    width: 272px; }

  .menu_control {
    display: inline-block;
    position: absolute;
    right: 48px;
    bottom: 12px;
    margin: 0;
    padding-right: 12px;
    padding-left: 12px; }

  .nav {
    position: absolute;
    top: auto;
    right: 48px;
    bottom: 6px; }

  .nav:before {
    right: 24px;
    left: auto; }

  #pfied_featured_item .wp-caption-text {
    position: absolute;
    bottom: 24px; }

  .prev_next .previous_post,
  .prev_next .next_post,
  .prev_next .previous_posts,
  .prev_next .next_posts {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .prev_next .next_posts,
  .prev_next .next_post,
  .next_comments {
    float: right; }

  .prev_next .next_post,
  .prev_next .next_posts {
    border-bottom: 0; } }

/*
 * ---:[ natural layout break 2 ]:---
 */
@media all and (min-width: 676px) {
  #header,
  .columns,
  #footer {
    padding-right: 48px;
    padding-left: 48px; }

  .landing_full .columns > .content,
  .full_page .columns > .content {
    width: 100%; }

  #pfied_featured_item .wp-caption-text {
    padding-left: 48px; }

  .post_box:before,
  .comment:before {
    position: absolute;
    left: -48px;
    width: 36px;
    font-family: icons;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: white; }

  .post_box:before {
    content: '\e60c';
    background-color: #4f6cff; }

  .template-front .post_box:before {
    content: '\e614'; }

  .template-page .post_box:before {
    content: '\e61a'; }

  .template-author .archive_intro:before {
    content: '\e60e'; }

  .template-category .archive_intro:before {
    content: '\e616'; }

  .template-tag .archive_intro:before {
    content: '\e613'; }

  .template-month .archive_intro:before,
  .template-day .archive_intro:before,
  .template-year .archive_intro:before {
    content: '\e612'; }

  .template-search .archive_intro:before {
    content: '\e617'; }

  .template-fourohfour .post_box:before {
    content: '\e618'; }

  .grt .note,
  .grt .alert,
  .grt .box,
  .grt .thesis_email_form,
  #commentform {
    margin-left: -36px;
    border-left-width: 12px;
    padding-left: 24px; }

  .headline_area .avatar {
    display: block;
    position: absolute;
    top: 0;
    left: -48px;
    width: 36px;
    height: 36px; }

  .headline_area .post_edit {
    top: 36px;
    right: auto;
    left: -48px; }

  .comment:before {
    top: -6px;
    content: '\e619';
    background-color: #aeaeae; }

  .comment.bypostauthor:before {
    background-color: #4f6cff; }

  .comment span.avatar {
    display: block;
    position: absolute;
    top: -6px;
    left: -48px; }

  .comment_edit {
    top: 30px;
    right: auto;
    left: -48px; }

  .comment .children {
    margin-left: 48px; } }

/*
 * ---:[ natural layout break 3 (desktop) ]:---
 */
@media all and (min-width: 1012px) {
  .container {
    width: 1012px; }

  .columns > .content {
    float: left; }

  .columns > .sidebar {
    float: right;
    width: 300px;
    border-top: 0;
    padding-top: 0; }

  .columns > .sidebar > * {
    width: auto;
    float: none; }

  .columns > .sidebar > :nth-child(2n + 2) {
    float: none;
    clear: both; }

  #header,
  .columns {
    padding-right: 18px;
    padding-left: 48px; }

  .full_page .columns,
  .landing .columns {
    padding-right: 48px; }

  .menu_control,
  .nav:before {
    display: none; }

  .nav {
    display: block;
    width: auto;
    height: auto;
    right: 18px;
    bottom: 12px; }

  .nav li {
    position: relative; }

  .nav > li {
    float: left;
    background-color: transparent; }

  .nav > li > .sub-menu:before {
    display: block;
    top: 0;
    right: 24px;
    left: auto; }

  .nav .sub-menu {
    display: none;
    position: absolute;
    right: 0;
    text-align: right;
    padding-top: 6px;
    padding-left: 0; }

  .nav .sub-menu li {
    width: 168px;
    background-color: #2146ff; }

  .nav .sub-menu .sub-menu {
    top: 0;
    left: 168px;
    text-align: left;
    padding-top: 0; }

  .nav li:hover > .sub-menu {
    display: block; }

  .nav .current-menu-item > a {
    background-color: #2146ff; }

  .nav .sub-menu .current-menu-item > a {
    background-color: #4f6cff; }

  .landing .grt .note,
  .landing .grt .alert,
  .landing .grt .box,
  .landing .grt .thesis_email_form {
    margin-right: -24px;
    margin-left: -36px;
    padding-left: 24px; }

  .landing_full .grt .note,
  .landing_full .grt .alert,
  .landing_full .grt .box,
  .landing_full .grt .thesis_email_form {
    margin-left: -48px;
    padding-left: 36px; }

  .grt .note,
  .grt .alert,
  .grt .box,
  .grt .thesis_email_form {
    margin-right: 0;
    margin-left: -48px;
    padding-left: 36px; }

  .landing .post_box .footnotes {
    margin-left: 0;
    padding-left: 0; }

  .post_box .author_description,
  .post_box .footnotes,
  .landing_full .post_box .footnotes,
  .archive_intro,
  .comments_intro {
    margin-left: -48px;
    padding-left: 48px; }

  .archive_intro:before {
    left: 0; }

  #commentform {
    margin-right: 0;
    margin-left: -48px;
    border-left-width: 36px;
    padding-left: 12px; }

  .comment_nav,
  .prev_next {
    margin-left: -48px;
    padding-left: 36px; }

  .sidebar .widget_title,
  .sidebar .widget > ul > li,
  .sidebar .box,
  .sidebar .searchform,
  .sidebar .search_form {
    margin-right: -18px;
    margin-left: -18px; }

  .sidebar .widget_recent_comments > ul > li {
    margin-right: 0; } }

/*
 * BYOB Simple Classic Footer Widgets Style - Version 1.0
 */
.footer {
  padding-left: 0;
  padding-right: 0; }

.footer .attribution {
  padding-right: 26px; }

#footer_widgets {
  text-align: left; }

#footer_widgets .sidebar {
  padding: 26px 26px 0 26px; }

.one-quarter {
  width: 25%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns_4 .one-quarter {
  float: left; }

@media only screen and (max-width:897px),
screen and (max-device-width:897px) {
  .one-quarter {
    width: 50%;
    min-width: 240px; } }

@media only screen and (max-width:450px),
screen and (max-device-width:450px) {
  .columns_4 .one-quarter {
    float: none;
    width: 100%; }

  #footer_widgets .sidebar {
    padding: 26px 13px 0 13px; } }

/*
 * End BYOB Simple Classic Footer Widgets Style
 */
/*
 * ---:[ custom CSS ]:---
 */
.button-link {
  padding: 1px 4px 1px 4px;
  background: #4479ba;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #20538d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.button-link:hover {
  background: #356094;
  border: solid 1px #2a4e77;
  text-decoration: none; }

.button-link:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background: #2e5481;
  border: solid 1px #203e5f; }

h3.bigger {
  font-size: 16px; }

ul.link li {
  padding-top: 7px;
  list-style-type: none;
  margin-left: 0px !important; }

ul.link {
  margin-left: 0px !important; }

.slideshowlink {
  display: none; }

.ngg-fancybox img {
  display: inline; }

.sidebar .widget_title {
  background-color: #5865ff; }

.content_box_3 FORM.wpcf7-form input {
  line-height: 18px;
  width: 254px; }

.content_box_3 FORM.wpcf7-form input[type="text"],
.content_box_3 FORM.wpcf7-form input[type="tel"] {
  width: 242px; }

img.centImg {
  float: left;
  padding-right: 10px; }

.call {
  background: url('images/call-icon.jpg') left center no-repeat scroll transparent;
  padding-left: 27px;
  font-family: "Oswald", sans-serif;
  color: white;
  font-size: 27px;
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  line-height: 22px;
  margin-bottom: 56px; }

.ngg-gallery-thumbnail img {
  background-color: white;
  border: #a9a9a9 solid 1px;
  display: block;
  position: relative;
  width: 174px;
  height: 174px; }

.ngg-album {
  height: 100%;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 8% !important;
  border: #cccccc solid 1px;
  background-color: #dbe1ff;
  border-right: 10px solid #adbbff;
  padding: 20px;
  box-sizing: border-box; }

.sidebar .box {
  background-color: #dbe1ff;
  border-right: 10px solid #adbbff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 9%; }

.one_third {
  position: relative;
  float: left;
  min-height: 1px;
  height: auto !important;
  background: none 0% 0% repeat scroll #eeeeee;
  border-radius: 12px;
  box-shadow: 0 0 4px 3px rgba(119, 119, 119, 0.6);
  border: #bbbbbb solid 1px;
  padding: 4px; }

.one_third {
  width: 30.3%;
  margin: 0 auto;
  min-height: 337px; }

.one_third.centered {
  margin-left: 2.9%;
  float: left; }

.last {
  float: right;
  clear: right;
  margin-right: 0 !important; }

DIV.content_box_1 p,
DIV.content_box_2 p,
DIV.content_box_3 p {
  padding: 4%;
  line-height: 20px; }

.content_box_1 h2,
.content_box_2 h2,
.content_box_3 h2 {
  text-align: center;
  border-radius: 10px;
  height: 40px;
  padding: 7% 1% 1%;
  border: #cccccc solid 1px;
  background-color: #dbe1ff; }

.content_box_1 h2:hover,
.content_box_2 h2:hover,
.content_box_3 h2:hover {
  border: #7b7979 solid 1px;
  background-color: #b0b2b9; }

.columns {
  padding-bottom: 2%; }

.clearboth {
  overflow: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  display: block;
  clear: both; }

DIV#meteor-slides-widget-2.widget.meteor-slides-widget {
  box-shadow: 0 0 5px #cccccc;
  border: black solid 15px;
  background: none 0% 0% repeat scroll black; }

.meteor-slides {
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  position: relative;
  z-index: 1; }

img.attachment-featured-slide wp-post-image {
  height: 400px; }

#feature_box {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 5px #cccccc;
  background: none 0% 0% repeat scroll black;
  max-height: 400px; }

DIV#meteor-slides-widget-2.widget.meteor-slides-widget {
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  position: relative;
  z-index: 1; }

#byob-bx-slider .bx-wrapper .bx-viewport {
  box-shadow: 0 0 5px #cccccc;
  border: none;
  background: none 0% 0% repeat scroll #3b3b3b; }

#feature_box #byob-bx-slider.bxslider {
  margin-bottom: 24px; }

#feature_block {
  height: 105px;
  margin-top: 20px;
  background: url('images/feature_bg.png') 50% 0 no-repeat scroll transparent;
  background-color: black; }

.headline,
.headline a {
  color: #111111;
  text-decoration: none;
  margin-left: 171px;
  padding-top: 30px; }

H1.headline {
  font-size: 42px;
  color: white; }

#feature_block {
  height: 60px; }

H1.headline {
  font-size: 32px;
  color: white; }

.headline_area {
  font-size: 13px;
  line-height: 0;
  color: #888888; }

.google {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  height: 310px;
  width: 1349px;
  margin-left: auto;
  margin-right: auto; }

FORM.wpcf7-form input {
  line-height: 18px; }

FORM.wpcf7-form input[type="text"],
FORM.wpcf7-forminput[type="email"],
FORM.wpcf7-form input[type="tel"] {
  width: 300px;
  margin-bottom: 8px;
  padding: 2px 5px;
  border-radius: 5px !important;
  border: #cccccc solid 1px; }

FORM.wpcf7-form input[type="tel"] {
  width: 150px; }

FORM.wpcf7-form textarea {
  width: 300px;
  margin-bottom: 8px;
  padding: 2px 5px;
  border-radius: 5px !important;
  border: #cccccc solid 1px; }

FORM.wpcf7-form input[type="email"] {
  border-radius: 5px !important; }

FORM.wpcf7-form input[type="button"] {
  margin-top: 5px;
  margin-left: 60px;
  padding: 2px 20px;
  border-radius: 5px;
  border: #0066cc solid 2px;
  background-color: #0099ff;
  color: white;
  font-weight: bold;
  border-radius: 5px; }

FORM.wpcf7-form input[type="text"]:focus,
FORM.wpcf7-form input[type="email"]:focus,
FORM.wpcf7-form input[type="tel"]:focus {
  border: #0099ff solid 1px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

FORM.wpcf7-form textarea:focus {
  border: #0099ff solid 1px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

.social {
  list-style: none;
  margin: 30px auto;
  width: 464px; }

.social li {
  display: inline;
  float: left;
  background-repeat: no-repeat; }

.social li a {
  display: block;
  width: 48px;
  height: 48px;
  padding-right: 10px;
  position: relative;
  text-decoration: none; }

.social li a strong {
  font-weight: normal;
  position: absolute;
  left: 20px;
  top: -1px;
  color: white;
  padding: 3px;
  z-index: 9999;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

li.facebook {
  background-image: url('images/facebook1.png'); }

li.google_plus {
  background-image: url('images/google-plus1.png'); }

#css3:hover li {
  opacity: 0.2; }

#css3 li a strong {
  opacity: 0; }

#css3 li:hover {
  opacity: 1; }

#css3 li:hover a strong {
  opacity: 1;
  top: -10px; }

DIV.social {
  width: 200px;
  height: 25px;
  overflow: visible;
  clear: both;
  float: left; }

DIV.google_plus {
  height: 25px;
  text-align: center;
  width: 60px;
  float: left; }

DIV.facebook {
  height: 25px;
  text-align: center;
  width: 52px;
  float: left; }

SECTION#contact_info-3.widget.widget_contact_info p {
  line-height: 3px; }

DIV#text-3.widget.widget_text {
  font-size: 11px; }

H3.widgettitle {
  font-size: 20px;
  padding-bottom: 5%; }

.icon_text {
  padding: 0 0 0 22px;
  background-color: transparent;
  background-image: url('images/icons.png');
  background-attachment: scroll;
  background-repeat: no-repeat; }

#footer .icon_text.default {
  background-image: url('images/footer_icons.png'); }

DIV.sidebar .icon_text.default {
  background-image: url('images/icons_black.png'); }

.icon_globe {
  background-position: -420px 0; }

.icon_home {
  background-position: -390px -30px; }

.icon_email {
  background-position: -360px -60px; }

.icon_user {
  background-position: -330px -90px; }

.icon_multiuser {
  background-position: -300px -120px; }

.icon_id {
  background-position: -270px -150px; }

.icon_addressbook {
  background-position: -240px -180px; }

.icon_phone {
  background-position: -210px -210px; }

.icon_link {
  background-position: -180px -240px; }

.icon_chain {
  background-position: -150px -270px; }

.icon_calendar {
  background-position: -120px -300px; }

.icon_tag {
  background-position: -90px -330px; }

.icon_download {
  background-position: -60px -360px; }

.icon_cellphone {
  background-position: -30px -390px; }

.icon_fax {
  background-position: 0 -420px; }

.icon_text.default {
  background-image: url('images/icons_black.png'); }

.icon_text.black {
  background-image: url('images/icons_black.png'); }

.icon_text.gray {
  background-image: url("../images/icons_gray.png"); }

.icon_text.red {
  background-image: url("../images/icons_red.png"); }

.icon_text.orange {
  background-image: url("../images/icons_orange.png"); }

.icon_text.magenta {
  background-image: url("../images/icons_magenta.png"); }

.icon_text.yellow {
  background-image: url("../images/icons_yellow.png"); }

.icon_text.blue {
  background-image: url("../images/icons_blue.png"); }

.icon_text.pink {
  background-image: url("../images/icons_pink.png"); }

.icon_text.green {
  background-image: url("../images/icons_green.png"); }

.icon_text.rosy {
  background-image: url("../images/icons_rosy.png"); }

#site_title img {
  float: left;
  margin-bottom: -60px; }

#wpcf7-f423-o1.wpcf7 form.wpcf7-form p {
  padding-bottom: 0px !important; }

.content_box_3 img.big-res {
  margin-bottom: -27px; }

img.big-res {
  display: block;
  margin: 0 auto; }

@media all and (max-width:1024px) {
  #feature_block {
    height: 60px; }

  H1.headline {
    font-size: 32px;
    color: white; }

  .headline_area {
    font-size: 13px;
    line-height: 0;
    color: #888888; }

  .google {
    width: 100%;
    text-align: center;
    height: auto; } }

@media all and (max-width:800px) {
  H1.headline {
    margin-left: 62px;
    padding-top: 28px;
    font-size: 30px;
    color: white; }

  DIV#feature_block {
    height: 60px; }

  .headline_area {
    font-size: 11px;
    line-height: 0;
    color: #888888; } }

@media all and (max-width:600px) {
  H1.headline {
    margin-left: 28px;
    padding-top: 20px;
    font-size: 22px;
    color: white; }

  DIV#feature_block {
    height: 40px; }

  .headline_area {
    font-size: 11px;
    line-height: 0;
    color: #888888; }

  .google {
    height: 150px; }

  iframe {
    display: block;
    max-width: 100%;
    max-height: 140px; }

  FORM.wpcf7-form input[type="text"],
  FORM.wpcf7-forminput[type="email"],
  FORM.wpcf7-form input[type="tel"] {
    width: 300px;
    margin-bottom: 8px;
    padding: 2px 5px;
    border-radius: 5px !important;
    border: #cccccc solid 1px; }

  FORM.wpcf7-form input[type="tel"] {
    width: 150px; }

  FORM.wpcf7-form textarea {
    width: 300px;
    margin-bottom: 8px;
    padding: 2px 5px;
    border-radius: 5px !important;
    border: #cccccc solid 1px; }

  FORM.wpcf7-form input[type="email"] {
    width: 300px; }

  .ngg-gallery-thumbnail img {
    background-color: white;
    display: block;
    position: relative;
    margin: 4px 0px 4px 4px;
    border: none !important;
    padding: 0px !important;
    height: 188px;
    width: 188px; }

  .one_third {
    width: 100%;
    margin-bottom: 10%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important; }

  .one_third.centered {
    margin-left: 0%;
    float: left;
    margin-right: 0%; }

  .last {
    float: left;
    margin-left: 0%;
    margin-right: 0%; }

  .call {
    background: url('images/call-icon.jpg') no-repeat scroll left center transparent;
    padding-left: 27px;
    font-family: "Oswald", sans-serif;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    line-height: 22px;
    margin-bottom: 6px; }

  #site_title img {
    float: left;
    margin-bottom: -10px; }

  .one_third {
    min-height: 274px; }

  #fancybox-overlay {
    display: none !important; }

  #fancybox-wrap {
    display: none !important; } }

@media all and (max-width:420px) {
  #feature_box #byob-bx-slider.bxslider {
    margin-bottom: 10px; }

  H1.headline {
    margin-left: 28px;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
    color: white;
    display: flex;
    line-height: 1;
    align-items: center;
        /*
     * align vertical
     */ }

  DIV#feature_block {
    height: auto; }

  .headline_area {
    font-size: 11px;
    line-height: 1;
    color: #888888; }

  .google {
    height: 130px; }

  iframe {
    display: block;
    max-width: 100%;
    max-height: 120px; }

  FORM.wpcf7-form input[type="text"],
  FORM.wpcf7-forminput[type="email"],
  FORM.wpcf7-form input[type="tel"] {
    width: 235px;
    margin-bottom: 8px;
    padding: 2px 5px;
    border-radius: 5px !important;
    border: #cccccc solid 1px; }

  FORM.wpcf7-form input[type="tel"] {
    width: 135px; }

  FORM.wpcf7-form textarea {
    width: 235px;
    margin-bottom: 8px;
    padding: 2px 5px;
    border-radius: 5px !important;
    border: #cccccc solid 1px; }

  FORM.wpcf7-form input[type="email"] {
    border-radius: 5px !important;
    width: 235px; }

  DIV.bx-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 82px; }

  .ngg-gallery-thumbnail img {
    background-color: white;
    display: block;
    position: relative;
    margin: 4px 0px 4px 4px;
    border: none !important;
    padding: 0px !important;
    width: 118px;
    height: 118px; }

  div#ngg-galleryoverview ngg-ajax-pagination-none.ngg-gallery-a0bea0a4eb1382d5d9a9bb2e161e6467-1 .ngg-gallery-thumbnail img {
    background-color: white;
    border: #a9a9a9 solid 1px;
    display: block;
    position: relative;
    width: 185px;
    width: 185px; }

  .one_third {
    width: 100%;
    margin-bottom: 10%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important; }

  .one_third.centered {
    margin-left: 0%;
    float: left;
    margin-right: 0%; }

  .last {
    float: left;
    margin-left: 0%;
    margin-right: 0%; }

  .call {
    background: url('images/call-icon.jpg') left center no-repeat scroll transparent;
    padding-left: 27px;
    font-family: "Oswald", sans-serif;
    color: white;
    font-size: 17px;
    float: right;
    margin-right: 0;
    margin-top: 11px;
    line-height: 22px;
    margin-bottom: 0; }

  #site_title img {
    float: left;
    margin-bottom: -12px; }

  #fancybox-overlay {
    display: none !important; }

  #fancybox-wrap {
    display: none !important; }

  ul.link li {
    list-style-type: none;
    font-size: 12px; } }