/******************************************************************
Theme Name: Bones Child Theme
Theme URI: http://www.themble.com/genesis/bones
Description: Helpful for building Genesis Child Themes, Bones for Genesis is a child development theme for the Genesis Framework.
Author: Eddie Machado
Author URI: http://www.themble.com/
Version: 1.02
Tags: html5, css3, fixed, hb5
Template: genesis
Template Version: 1.8
******************************************************************/
/*
Stylesheet: Main Stylesheet

This file is slim and doesn't contain any styles for a reason.
We're importing all our other files so we can keep each
breakpoint organized and well documented. 
*/
/*********************
IMPORTING STYLES
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Normalize Stylesheet

Normalize works a lot like a classic CSS Reset only instead of 
reseting EVERYTHING, it only changes what's inconsistent across
the different browsers. It's much slimmer and compact than resets.

For more info, view the github repo:
http://necolas.github.com/normalize.css/

******************************************************************/
@import url(//fonts.googleapis.com/css?family=Archivo+Narrow:400,700,400italic);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* base styles */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #333;
}
/* margins, padding, & borders */
body,
figure,
form,
blockquote,
button,
input,
select,
textarea,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
fieldset {
  margin: 0;
}
ul,
ol,
button::-moz-focus-inner,
input::-moz-focus-inner,
fieldset,
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
img,
legend,
button::-moz-focus-inner,
input::-moz-focus-inner,
fieldset {
  border: 0;
}
/* images */
img {
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
/* links & typography */
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
}
p {
  margin: 0;
}
ol,
ul {
  list-style-type: none;
  padding: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn,
em {
  font-style: italic;
}
small,
sub,
sup {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
mark {
  background: #ff0;
  color: #000;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
nav ul,
nav ol,
.widget ol,
.widget ul,
.comment-list {
  list-style: none;
  list-style-image: none;
}
/* forms */
legend {
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
tarea,
textarea {
  overflow: auto;
  vertical-align: top;
}
/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* wordpress junk */
.wp-smiley,
.wp-wink {
  margin: 0 !important;
  max-height: 1em;
}
/******************************************************************
Site Name: 
Author: ecoda

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
CLEARFIXING GENESIS
*********************/
#inner:before,
#inner:after,
#title-area:before,
#title-area:after,
.entry-content:before,
.entry-content:after,
.author-box:before,
.author-box:after,
.navigation:before,
.navigation:after,
.user-profile:before,
.user-profile:after,
.featuredpage:before,
.featuredpost:before,
.featuredpage:after,
.featuredpost:after,
.featuredpage .page:before,
.featuredpost .post:before,
.featuredpage .page:after,
.featuredpost .post:after,
#footer:before,
#footer:after,
#footer-widgets:before,
#footer-widgets:after,
.wrap:before,
.wrap:after,
#comments:before,
#respond:before,
#comments:after,
#respond:after,
.menu:before,
.menu:after,
.breadcrumb:before,
.breadcrumb:after {
  content: "";
  display: table;
}
#inner:after,
#title-area:after,
.entry-content:after,
.author-box:after,
.navigation:after,
.user-profile:after,
.featuredpage:after,
.featuredpost:after,
.featuredpage .page:after,
.featuredpost .post:after,
#footer:after,
.wrap:after,
#comments:after,
#respond:after,
#footer-widgets:after,
.menu:after,
.breadcrumb:after {
  clear: both;
}
#inner,
#title-area,
.entry-content,
.author-box,
.navigation,
.user-profile,
.featuredpage,
.featuredpost,
.featuredpage .page,
.featuredpost .post,
#footer,
.wrap,
#comments,
#respond,
#footer-widgets,
.menu,
.breadcrumb {
  zoom: 1;
}
/*********************
HIDING ELEMENTS
*********************/
.hidden {
  display: none;
  visibility: hidden;
}
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  /* for IE */
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
/* Use instead of text-indent:-9999px; */
.image-replacement {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.fullWidth {
  width: 1200px;
  margin: 0 auto;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/*********************
BORDER RADIUS
*********************/
/* .borderRadius(4px); */
/* .borderRadius-left(4px); */
/* .borderRadius-right(4px); */
/* .borderRadius-bottom(4px); */
/* .borderRadius-top(4px); */
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdue it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* .boxSizing(border-box); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0 0 4px #444); */
/*********************
OPACITY
*********************/
/*********************
BUTTONS
*********************/
input[type=button],
input[type=submit],
.button,
.button:visited {
  border: 1px solid #005477;
  border-top-color: #006a95;
  border-left-color: #006a95;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #0071a0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0083b9), to(#0071a0));
  background-image: -webkit-linear-gradient(top, #0083b9, #0071a0);
  background-image: -moz-linear-gradient(top, #0083b9, #0071a0);
  background-image: -o-linear-gradient(top, #0083b9, #0071a0);
  background-image: -ms-linear-gradient(top, #0083b9, #0071a0);
  background-image: linear-gradient(top, #0083b9, #0071a0);
}
input[type=button]:hover,
input[type=submit]:hover,
.button:hover,
.button:visited:hover,
input[type=button]:focus,
input[type=submit]:focus,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #0071a0;
  border-top-color: #007caf;
  border-left-color: #007caf;
  background-color: #0083b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a7ec), to(#0083b9));
  background-image: -webkit-linear-gradient(top, #00a7ec, #0083b9);
  background-image: -moz-linear-gradient(top, #00a7ec, #0083b9);
  background-image: -o-linear-gradient(top, #00a7ec, #0083b9);
  background-image: -ms-linear-gradient(top, #00a7ec, #0083b9);
  background-image: linear-gradient(top, #00a7ec, #0083b9);
  text-decoration: none;
}
input[type=button]:active,
input[type=submit]:active,
.button:active,
.button:visited:active {
  background-color: #0083b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0095d3), to(#0083b9));
  background-image: -webkit-linear-gradient(top, #0095d3, #0083b9);
  background-image: -moz-linear-gradient(top, #0095d3, #0083b9);
  background-image: -o-linear-gradient(top, #0095d3, #0083b9);
  background-image: -ms-linear-gradient(top, #0095d3, #0083b9);
  background-image: linear-gradient(top, #0095d3, #0083b9);
  text-decoration: none;
}
/*!
 *  Font Awesome 4.2.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('../font/fontawesome-webfont.eot?v=4.2.0');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.2.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(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, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/******************************************************************
BASE (MOBILE) SIZE 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
/* styles in base.less */
/******************************************************************
Site Name:
Author: ecoda

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. If you set good, clean defaults you will only need
small touch ups on larger stylesheets.

******************************************************************/
body {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: lighter;
  background: #f2f2f2;
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body p {
  color: #333;
  font-weight: lighter;
  font-size: 16px;
  line-height: 21px;
}
.wrap {
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fullWidth {
  width: 100%;
}
.nav-default li a {
  border: 1px solid #f2f2f2;
  border-right: none;
  background: #ffffff;
}
.nav-default li:first-child a {
  border-left: none;
}
.nav-default li:last-child a {
  border-right: 1px solid #f2f2f2;
}
/*********************
LINKS
*********************/
a,
a:visited {
  color: #0083b9;
  text-decoration: none;
}
a img,
a:visited img {
  border: none;
}
a:hover,
a:focus {
  color: #00a7ec;
  text-decoration: underline;
  cursor: pointer;
}
/*********************
FORM ELEMENTS
*********************/
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
label {
  color: #2d2d2d;
}
input,
textarea,
select {
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
  font-family: 'Archivo Narrow', sans-serif;
  background: #ffffff;
}
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #999999;
}
/* ie */
:-moz-placeholder {
  color: #999999;
}
/*********************
SELECTION TEXT
*********************/
::-moz-selection {
  background-color: #82c5f8;
}
::selection {
  background-color: #82c5f8;
}
/*********************
TABLE
*********************/
table th,
table td {
  padding: 6px;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 10px;
}
table tr th:last-child,
table tr td:last-child {
  padding-right: 10px;
}
table tr:nth-child(odd) th,
table tr:nth-child(odd) td {
  background: rgba(89, 89, 92, 0.3);
}
/*********************
BODY CLASSES
*********************/
/*********************
GRID & LAYOUT
*********************/
/*
there are others you probably won't use at this size, so I
removed them. Remember, keep things light.
*/
.site-inner {
  padding: 0px 15px;
  margin: 0px auto;
  /* for IE */
  zoom: 1;
}
.site-inner:before,
.site-inner:after {
  content: "";
  display: table;
}
.site-inner:after {
  clear: both;
}
.site-inner > .wrap {
  padding-top: 15px;
  background: #f2f2f2;
}
/*********************
TITLES & HEADLINES
What's with the classes? It's a great way to keep
your CSS slim. Instead of adding another selector to
make a title look like an H1, you simply add the .h1
class to it. ( i.e. <h5 class="h1"> ). So easy.
*********************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Archivo Narrow', sans-serif;
  margin: 0 0 10px;
}
/*********************
IMAGE HEADER
*********************/
.header-image .title-area {
  padding: 0;
  position: relative;
}
.header-image .title-area .site-title a {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logo.png) left top no-repeat;
  width: 309px;
  height: 70px;
  margin: 1em auto;
}
.header-image .site-description {
  position: relative;
  left: 15px;
  bottom: 18px;
}
.header-image .site-description a {
  color: #ea702b;
}
/*********************
HEADER
*********************/
.site-header {
  width: 100%;
  overflow: hidden;
  /*********************
	HEADER WIDGET AREA
	*********************/
  /*********************
	HEADER SEARCH
	*********************/
}
.site-header .header-widget-area {
  margin-top: 10px;
}
.site-header > .wrap {
  background: #ffffff;
}
.site-header > .wrap p {
  display: block;
}
.site-header > .wrap img.wp-image-71 {
  margin: 10px 0 !important;
}
.site-header .widget-area {
  padding: 0;
}
.site-header .widget-area .widget_nav_menu {
  margin: 0;
  padding: 0;
  border: none;
}
.site-header .search-form {
  text-align: center;
}
.site-header .search-form input[type="search"] {
  margin: 0;
}
/* end header */
.site-description {
  font-size: 12px;
  text-align: center;
}
#menu-icon {
  padding: 10px 5%;
  background: #ea702b;
  color: #ffffff;
  position: relative;
}
#menu-icon:hover {
  cursor: pointer;
}
#menu-icon:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  width: 20px;
  height: 3px;
  border-top: 9px double #ffffff;
  border-bottom: 3px solid #ffffff;
}
/*********************
NAVIGATION
*********************/
.nav-primary {
  font-size: 15px;
  text-transform: uppercase;
  font-width: bold;
  /* end .menu */
}
.nav-primary .menu {
  clear: both;
  background: #ffffff;
  color: #333;
  display: none;
}
.nav-primary .menu ul {
  list-style: none;
  padding: 0;
}
.nav-primary .menu > li {
  padding: 0;
  margin: 0;
  position: relative;
}
.nav-primary .menu > li:first-child:before {
  font-family: 'FontAwesome';
  line-height: 42px;
  color: #59595c;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 23px;
  z-index: 100;
  font-size: 24px;
  font-weight: lighter;
}
.nav-primary .menu > li:first-child .fontawesome-text {
  display: none;
}
.nav-primary .menu > li:first-child a {
  display: block;
  line-height: 42px;
  background: none;
  font-size: 20px;
}
.nav-primary .menu > li a {
  color: #999999;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 10px 5%;
  border-bottom: 1px solid #ddd;
  background: #ffffff;
  /* hover & current page highlight */
}
.nav-primary .menu > li a:hover,
.nav-primary .menu > li a:focus {
  background-color: #20beff;
  color: #ffffff;
}
.nav-primary .menu > li ul {
  background: #eee;
  position: inherit;
}
.nav-primary .menu > li ul a {
  padding: 10px 5% 10px 10%;
}
.nav-primary .menu > li ul ul {
  background: #e8e8e8;
}
.nav-primary .menu > li ul ul a {
  padding: 10px 5% 10px 15%;
}
.nav-primary .menu > li:hover > ul {
  display: block;
}
.nav-primary .menu > li.current_page_item > a,
.nav-primary .menu > li.current-cat > a,
.nav-primary .menu > li.current-menu-item > a {
  background-color: #0083b9;
  color: #ffffff;
}
.nav-primary .menu > li.current_page_item > a:hover,
.nav-primary .menu > li.current-cat > a:hover,
.nav-primary .menu > li.current-menu-item > a:hover {
  background-color: #0083b9;
  color: #ffffff;
}
.nav-primary .menu > li.current_page_item:first-child:before,
.nav-primary .menu > li.current-cat:first-child:before,
.nav-primary .menu > li.current-menu-item:first-child:before {
  color: #ffffff;
}
/*********************
POSTS & CONTENT
*********************/
.content-sidebar-wrap .content {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 65000;}
/*********************
BREADCRUMBS
*********************/
/*********************
DESCRIPTIONS
*********************/
.taxonomy-description {
  background-color: #ffffff;
  margin: 0 20px 20px;
}
.taxonomy-description h1 {
  margin: 0;
}
.taxonomy-description p {
  padding: 15px;
}
.archive-page {
  padding: 20px 0 0;
}
.archive-page ul,
.archive-page ol {
  padding-bottom: 25px;
}
.archive-page ul ul,
.archive-page ol ul {
  padding-bottom: 0;
}
/* archive page */
/*********************
POST CLASSES
*********************/
/*********************
POST INFO
*********************/
.entry-header .entry-meta {
  margin: 0 0 15px;
}
/*********************
ENTRY CONTENT
*********************/
.entry-content,
.wp-editor {
  margin-top: 15px;
  /* lists */
  /*********************
    BLOCKQUOTES
    *********************/
}
.entry-content .smallimg,
.wp-editor .smallimg {
  width: 33.33%;
  margin-top: 10px;
}
.entry-content p,
.wp-editor p {
  padding: 0 0 10px;
}
.entry-content ul,
.wp-editor ul,
.entry-content ol,
.wp-editor ol {
  padding-bottom: 10px;
}
.entry-content ul ul,
.wp-editor ul ul,
.entry-content ol ul,
.wp-editor ol ul,
.entry-content ul ol,
.wp-editor ul ol,
.entry-content ol ol,
.wp-editor ol ol {
  padding-bottom: 0;
}
.entry-content ul,
.wp-editor ul {
  list-style: square;
}
.entry-content ol,
.wp-editor ol {
  list-style: decimal;
}
.entry-content li,
.wp-editor li {
  margin-left: 30px;
  line-height: 24px;
  color: #666666;
}
.entry-content blockquote,
.wp-editor blockquote {
  margin: 5px 5px 20px;
  padding: 20px;
}
.entry-content blockquote p,
.wp-editor blockquote p {
  color: #999;
  font-style: italic;
}
/* end entry-content */
.wp-editor {
  background: #ffffff;
}
.wp-editor.content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
/*********************
POST IMAGES
*********************/
img {
  height: auto;
  max-width: 100%;
}
.alignnone,
img.alignnone {
  display: inline;
  margin: 0 0 10px;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin: 0 0 10px 10px;
}
.aligncenter,
img.aligncenter,
.entry_content .centered {
  display: block;
  margin: 0 auto 10px;
}
/*********************
WP-CAPTION
*********************/
.wp-caption {
  padding: 5px;
  text-align: center;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  padding: 5px 0;
}
/*********************
POST META
*********************/
/*********************
AUTHOR BOX
*********************/
.author-box {
  background-color: #f5f5f5;
  margin: 0 20px 40px;
  padding: 10px;
}
.author-box p {
  font-size: 12px;
}
.author-box .avatar {
  background-color: #ffffff;
  float: left;
  margin: 0 10px 0 0;
}
/* end author-box */
/*********************
FEATURED POSTS
*********************/
.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 20px;
  padding: 0 0 15px;
  width: 48%;
}
.genesis-grid-even {
  float: left;
}
.genesis-grid-odd {
  float: right;
  clear: both;
}
.featuredpage,
.featuredpost {
  clear: both;
  margin: 0 0 15px;
}
.featuredpage img,
.featuredpost img {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px;
}
.featuredpage .page,
.featuredpost .page,
.featuredpage .post,
.featuredpost .post {
  border-bottom: 1px solid #ddd;
  margin: 0 0 5px;
  padding: 5px 15px 10px;
}
.more-from-category {
  padding: 5px 15px 0;
}
/*********************
POST NAVIGATION
*********************/
.navigation {
  font-size: 12px;
  padding: 20px 0;
  margin: 0 20px 20px;
}
.navigation li {
  display: inline;
}
.navigation li a {
  border: 1px solid #ddd;
  padding: 5px 8px;
}
.navigation li a:hover {
  background-color: #f5f5f5;
}
.navigation li.active a {
  background-color: #f5f5f5;
}
/*********************
SIDEBARS & ASIDES
*********************/
/* end sidebar */
/*********************
SIDEBAR ALTERATIONS
*********************/
.sidebar-primary .widget-wrap,
.sidebar-secondary .widget-wrap {
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar-primary .widget-wrap .widget-title,
.sidebar-secondary .widget-wrap .widget-title {
  line-height: 35px;
  background: #e9e9e9;
  margin: -15px -15px 15px -15px;
  padding-left: 15px;
  border-bottom: 1px solid #e1e1e1;
}
/*********************
WIDGET STYLES
*********************/
.widget h4 {
  margin: 0;
}
.widget ul,
.widget ol {
  padding: 0;
}
.widget li {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  /* remove the border for the last item in a list */
}
.widget li:last-child {
  border-bottom: 0;
}
/* end widget */
/*********************
COMMENT STYLES
**********************/
.entry-comments {
  margin: 0 0 15px;
  padding: 0 20px;
}
/* end comments */
.subscribe-to-comments {
  padding: 20px 0 10px;
}
.comment-list {
  /* vcard */
  /* end .commentlist .vcard */
}
.comment-list li {
  font-weight: 700;
  margin: 15px 0 5px;
  padding: 10px 5px 10px 10px;
}
.comment-list li ul.children {
  /* variations */
  /* change number for different depth */
}
.comment-list li ul.children li {
  margin-left: 10px;
  margin-right: -6px;
}
.comment-list li.depth-1 {
  border: 1px solid #ddd;
}
.comment-list .alt {
  border: 1px solid #ddd;
}
.comment-list .even {
  border: 1px solid #ddd;
}
.comment-list .thread-alt {
  background-color: #f5f5f5;
}
.comment-list .thread-even {
  background-color: #f5f5f5;
}
.comment-list .vcard cite.fn {
  font-style: normal;
}
.comment-list .vcard .commentmetadata {
  margin: 0 0 5px;
  font-size: 12px;
}
.comment-list .vcard img.avatar {
  background: #ffffff;
  float: right;
  margin: 0 5px 0 10px;
}
.comment-list .comment-content p {
  font-size: 12px;
  padding: 0 0 20px;
}
.comment-list .comment-content .reply {
  font-weight: 300;
  font-weight: 12px;
}
/* end comment-list */
/*********************
PING LIST
*********************/
.ping-list {
  margin: 0 0 40px;
}
.ping-list li {
  font-weight: 700;
  margin: 15px 0 5px;
  padding: 10px 5px 10px 10px;
}
.ping-list cite {
  font-style: normal;
}
/* end ping list */
/**********************
COMMENT FORM STYLES
*********************/
#respond {
  margin: 0 0 15px;
  padding: 0 20px;
}
#author,
#email,
#url,
#comment {
  margin: 10px 5px 0 0;
  padding: 5px;
  width: 250px;
}
#comment {
  height: 150px;
  margin: 10px 0;
  width: 98%;
}
/*********************
FORM VALIDATION
*********************/
/*********************
NO COMMENTS
*********************/
.nocomments {
  text-align: center;
}
/*********************
FOOTER STYLES
*********************/
.site-footer {
  clear: both;
  color: #595959;
  font-size: 12px;
  height: 50px;
  font-weight: 400;
  background: #131313;
}
.site-footer span {
  line-height: 50px;
}
.site-footer a,
.site-footer a:visited {
  color: #595959;
}
.site-footer a:hover,
.site-footer a:visited:hover,
.site-footer a:focus,
.site-footer a:visited:focus {
  color: #0083b9;
  text-decoration: none;
}
/* end footer */
/*********************
FOOTER WIDGETS
*********************/
.footer-widgets {
  background-color: #262626;
  border-top: 5px solid #1a1a1a;
  clear: both;
  font-size: 14px;
  /* overrides for the featured posts */
  /* override for tag cloud */
  /* override for the text widgets */
  /* override for the calendar widget */
}
.footer-widgets .widget-area {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #1a1a1a;
  padding: 20px;
  border-right: 1px solid #1a1a1a;
}
.footer-widgets .widget-area:first-child {
  border-left: 1px solid #1a1a1a;
  font-size: 16px;
}
.footer-widgets .widget-area:nth-child(2) p {
  line-height: 17px;
}
.footer-widgets .widget-area:nth-child(2) .post {
  margin-bottom: 20px;
  clear: both;
  /* for IE */
  zoom: 1;
}
.footer-widgets .widget-area:nth-child(2) .post:before,
.footer-widgets .widget-area:nth-child(2) .post:after {
  content: "";
  display: table;
}
.footer-widgets .widget-area:nth-child(2) .post:after {
  clear: both;
}
.footer-widgets .widget-area:nth-child(2) .post-meta {
  float: right;
  width: 60%;
}
.footer-widgets .widget-area:nth-child(2) .post-meta .date:before {
  content: url('../images/icon-date.png');
}
.footer-widgets .widget-area:nth-child(2) img {
  float: left;
}
.footer-widgets .widget-title {
  color: #ffffff;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.footer-widgets .wrap {
  /* for IE */
  zoom: 1;
}
.footer-widgets .wrap:before,
.footer-widgets .wrap:after {
  content: "";
  display: table;
}
.footer-widgets .wrap:after {
  clear: both;
}
.footer-widgets h4 {
  background: none;
  border: none;
  margin: 0 0 5px;
  padding: 0;
}
.footer-widgets p {
  font-size: inherit;
  line-height: inherit;
  color: #9a9a9a;
  padding: 0 0 10px;
  line-height: 30px;
  line-height: 25px;
}
.footer-widgets .widget {
  background: none;
  border: 0;
  margin: 0 0 15px;
  padding: 20px 0 0;
}
.footer-widgets .widget ul,
.footer-widgets .widget ol {
  padding: 0;
}
.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
  margin: 0 0 10px;
  padding: 0;
}
.footer-widgets .widget_tag_cloud div div {
  padding: 0;
}
.footer-widgets .textwidget {
  padding: 0;
}
.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
  background: none;
}
.footer-widgets #black-studio-tinymce-5 p {
  font-style: italic;
}
/* end footer widgets */
/*********************
GRAVITY FORM STYLES
*********************/
html {
  /* end gform_wrapper */
}
html div.gform_wrapper {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
html div.gform_wrapper .gfield_label {
  margin-top: 15px !important;
}
html div.gform_wrapper .ginput_complex label {
  font-size: 12px;
}
html div.gform_wrapper li {
  list-style: none;
  margin-left: 0;
}
html div.gform_wrapper input[type=text],
html div.gform_wrapper input[type=url],
html div.gform_wrapper input[type=email],
html div.gform_wrapper input[type=tel],
html div.gform_wrapper input[type=number],
html div.gform_wrapper input[type=password],
html div.gform_wrapper textarea {
  font-size: inherit;
  padding: 5px;
}
html div.gform_wrapper select {
  height: 30px;
}
html div.gform_wrapper .gform_fields input.large,
html div.gform_wrapper .gform_fields textarea.textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html div.gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  text-align: right;
}
html div.gform_wrapper .gf-add-placeholder {
  margin-bottom: 5px;
}
html div.gform_wrapper .gf-add-placeholder li {
  margin-bottom: 5px;
}
/*********************
WIDGETS
*********************/
.contact_widget table {
  font-size: 1em;
}
.contact_widget table tr td {
  padding: 5px;
  vertical-align: middle;
}
/*********************
SHORTCODES ULTIMATE
*********************/
html .su-button.button {
  border: 1px solid #005477 !important;
  border-top-color: #006a95 !important;
  border-left-color: #006a95 !important;
  padding: 4px 12px !important;
  color: #ffffff !important;
  display: inline-block !important;
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  -ms-transition: all 0.2s ease-out !important;
  -o-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  background-color: #0071a0 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0083b9), to(#0071a0)) !important;
  background-image: -webkit-linear-gradient(top, #0083b9, #0071a0) !important;
  background-image: -moz-linear-gradient(top, #0083b9, #0071a0) !important;
  background-image: -o-linear-gradient(top, #0083b9, #0071a0) !important;
  background-image: -ms-linear-gradient(top, #0083b9, #0071a0) !important;
  background-image: linear-gradient(top, #0083b9, #0071a0) !important;
}
html .su-button.button:hover,
html .su-button.button:focus {
  color: #ffffff !important;
  border: 1px solid #0071a0 !important;
  border-top-color: #007caf !important;
  border-left-color: #007caf !important;
  background-color: #0083b9 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a7ec), to(#0083b9)) !important;
  background-image: -webkit-linear-gradient(top, #00a7ec, #0083b9) !important;
  background-image: -moz-linear-gradient(top, #00a7ec, #0083b9) !important;
  background-image: -o-linear-gradient(top, #00a7ec, #0083b9) !important;
  background-image: -ms-linear-gradient(top, #00a7ec, #0083b9) !important;
  background-image: linear-gradient(top, #00a7ec, #0083b9) !important;
  text-decoration: none !important;
}
html .su-button.button:active {
  background-color: #0083b9 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0095d3), to(#0083b9)) !important;
  background-image: -webkit-linear-gradient(top, #0095d3, #0083b9) !important;
  background-image: -moz-linear-gradient(top, #0095d3, #0083b9) !important;
  background-image: -o-linear-gradient(top, #0095d3, #0083b9) !important;
  background-image: -ms-linear-gradient(top, #0095d3, #0083b9) !important;
  background-image: linear-gradient(top, #0095d3, #0083b9) !important;
  text-decoration: none !important;
}
html .su-button.button span {
  border: none;
  padding: 0 !important;
  line-height: inherit !important;
  font-size: inherit !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
}
html .su-posts-default-loop .su-post-thumbnail {
  height: auto;
}
/*********************
HELLO BAR
*********************/
.hello-bar {
  line-height: 35px;
  /* for IE */
  zoom: 1;
}
.hello-bar:before,
.hello-bar:after {
  content: "";
  display: table;
}
.hello-bar:after {
  clear: both;
}
.hello-bar .fontawesome-text {
  display: none;
}
.hello-bar nav {
  background: #ffffff;
}
.hello-bar nav ul {
  float: left;
}
.hello-bar nav ul li {
  display: inline;
}
.hello-bar nav ul li:first-child a {
  border-right: 1px solid #f3f3f3;
}
.hello-bar nav ul li a {
  border-bottom: none;
  border-left: 1px solid #f3f3f3;
  border-right: none;
  color: #d1d3d5;
  font-size: 20px;
}
.hello-bar nav ul li a:hover {
  color: #0083b9;
}
.hello-bar nav a {
  text-transform: uppercase;
  float: right;
  color: #ea702b;
  border-left: 1px solid #f3f3f3;
  padding: 0 30px;
}
/*********************
NEWS SCROLLER
*********************/
.news-scroller {
  /* for IE */
  zoom: 1;
}
.news-scroller:before,
.news-scroller:after {
  content: "";
  display: table;
}
.news-scroller:after {
  clear: both;
}
.news-scroller > .wrap {
  background: #59595c;
  line-height: 42px;
  color: #ffffff;
}
.news-scroller .label {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-transform: uppercase;
  float: left;
  text-align: center;
  padding: 0 35px;
}
.news-scroller .label h4 {
  font-size: 1em;
  margin-bottom: 0px;
  font-weight: lighter;
}
.news-scroller .scroller {
  width: 80%;
  float: right;
}
.news-scroller .scroller marquee {
  display: block;
}
.news-scroller .scroller marquee a {
  color: #ffffff;
}
.news-scroller .meta-links {
  float: right;
  text-align: right;
}
.news-scroller .meta-links ul {
  list-style: none;
  list-style-image: none;
}
.news-scroller .meta-links ul li {
  display: inline;
}
/*********************
HEADER BANNER AD
*********************/
#black-studio-tinymce-4 p {
  text-align: center;
}
#black-studio-tinymce-4 p img {
  float: none;
}
/*********************
SOCIAL NAV
*********************/
/*********************
LOCAL DEALS
*********************/
.local-deals {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.local-deals > .wrap {
  background: #f2f2f2;
  padding: 15px;
}
.local-deals h4.title {
  border: 1px solid #e1e1e1;
  border-bottom: 0px;
  text-transform: uppercase;
  line-height: 42px;
  text-align: center;
  margin-bottom: 0px;
  background: #e9e9e9;
}
.local-deals .ad-content {
  text-align: center;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.local-deals .ad-content img {
  width: 175px;
  margin: 0 5px;
  height: 175px;
}
/*********************
FLEX SLIDER
*********************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('../font/flexslider-icon.eot');
  src: url('../font/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../font/flexslider-icon.woff') format('woff'), url('../font/flexslider-icon.ttf') format('truetype'), url('../font/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* Direction Nav */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 6px;
  z-index: 200;
}
.flexslider .flex-direction-nav {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 200;
}
.flexslider .flex-direction-nav li {
  display: inline-block;
}
.flexslider figure {
  max-height: 360px;
  position: relative;
  overflow: hidden;
}
.flexslider figure img {
  height: 100%;
}
.flexslider figure figcaption {
  position: absolute;
  text-align: right;
  bottom: 20px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.flexslider figure figcaption h2,
.flexslider figure figcaption p {
  color: #ffffff;
  float: right;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-links {
  /* for IE */
  zoom: 1;
  background: #ffffff;
  padding: 0px;
  margin-bottom: 0px;
  position: relative;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-links:before,
.featured-links:after {
  content: "";
  display: table;
}
.featured-links:after {
  clear: both;
}
.featured-links .link {
  text-align: center;
  float: left;
  height: 100px;
  width: 33%;
  border: 5px solid #ffffff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-links .link a {
  width: 100%;
  height: 100%;
  color: #9a9a9a;
  font-weight: lighter;
  text-decoration: none;
}
.featured-links .link i {
  font-size: 30px;
  font-style: normal;
  font-family: FontAwesome;
}
.featured-links .link h4 {
  margin: 0px;
}
.featured-links .link p {
  position: relative;
  bottom: -5px;
  width: 100%;
  line-height: 35px;
  color: #ffffff;
}
.featured-links .link:nth-child(1) p {
  background: #ea702b;
}
.featured-links .link:nth-child(1) i {
  color: #ea702b;
}
.featured-links .link:nth-child(2) p {
  background: #ff0c0c;
}
.featured-links .link:nth-child(2) i {
  color: #ff0c0c;
}
.featured-links .link:nth-child(3) p {
  background: #00aeef;
}
.featured-links .link:nth-child(3) i {
  color: #00aeef;
}
.featured-links .link:nth-child(4) p {
  background: #702785;
}
.featured-links .link:nth-child(4) i {
  color: #702785;
}
.featured-links .link:nth-child(5) p {
  background: #e7d406;
}
.featured-links .link:nth-child(5) i {
  color: #e7d406;
}
.featured-links .link:nth-child(6) p {
  background: #3ad531;
}
.featured-links .link:nth-child(6) i {
  color: #3ad531;
}
.featured-links .link:nth-child(7) p {
  background: #00aeef;
}
.featured-links .link:nth-child(7) i {
  color: #00aeef;
} 
.featured-links .link:nth-child(8) p {
  background: #ea702b;
}
.featured-links .link:nth-child(8) i {
  color: #ea702b;
}
.featured-links .link:nth-child(9) p {
  background: #ff0c0c;
}
.featured-links .link:nth-child(9) i {
  color: #ff0c0c;
}
.search-box {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* for IE */
  zoom: 1;
}
.search-box:before,
.search-box:after {
  content: "";
  display: table;
}
.search-box:after {
  clear: both;
}
.search-box h1 {
  text-indent: 60px;
  position: relative;
  font-weight: regular;
  font-size: 22px;
  line-height: 85px;
  background: #002157;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.search-box h1:before {
  position: absolute;
  content: url(../images/icon-search.png);
  left: -40px;
  top: 15px;
}
.search-box input,
.search-box select {
  margin-bottom: 10px;
  padding: 5px 0px;
  padding-left: 10px;
  width: 100%;
  border-radius: 0px;
  height: 30px;
}
.search-box .quote,
.search-box .search,
.search-box .tradie {
  text-transform: uppercase;
  padding: 5px 30px;
  font-size: 13px;
  border: none;
}
.search-box .search {
  float: left;
  background: #ea702b;
}
.search-box .quote {
  float: left;
  background: #31a335;
}
.search-box .tradie {
  float: right;
  background: #002157;
}
.search-box label {
  display: none;
}
#black-studio-tinymce-8 a {
  color: #ffffff;
}
#black-studio-tinymce-8 h1 {
  position: relative;
  font-weight: regular;
  font-size: 22px;
  line-height: 85px;
  background: #002157;
  text-align: center;
  margin: 0;
  padding: 0;
}
#black-studio-tinymce-8 p {
  margin: 0;
  padding: 0;
}
#black-studio-tinymce-10 img,
#black-studio-tinymce-9 img {
  margin: 0;
  padding: 0;
}
#categories-3 ul li {
  list-style-type: square;
  color: #c6c6c6;
  margin-left: 20px;
}
.featured-ad {
  background: #ffffff;
  margin: 15px 0;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
.recent-posts,
.random-posts {
  /* for IE */
  zoom: 1;
}
.recent-posts:before,
.random-posts:before,
.recent-posts:after,
.random-posts:after {
  content: "";
  display: table;
}
.recent-posts:after,
.random-posts:after {
  clear: both;
}
.recent-posts .post,
.random-posts .post {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  border: 5px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.recent-posts .post img,
.random-posts .post img,
.recent-posts .post a,
.random-posts .post a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
}
.recent-posts .post .post-meta,
.random-posts .post .post-meta {
  display: block;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.recent-posts .post .post-meta p,
.random-posts .post .post-meta p,
.recent-posts .post .post-meta h3,
.random-posts .post .post-meta h3 {
  color: #ffffff;
  display: block;
}
html .single .content {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 15px;
  font-family: 'Archivo Narrow', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html .single .content i {
  font-family: FontAwesome;
  position: absolute;
  font-style: normal;
}
html .single .content span {
  margin-left: 20px;
  margin-bottom: 15px;
  display: block;
  clear: both;
}
.login-widget .widget-title {
  margin-bottom: 0px;
}
.login-widget .widget-wrap {
  /* for IE */
  zoom: 1;
}
.login-widget .widget-wrap:before,
.login-widget .widget-wrap:after {
  content: "";
  display: table;
}
.login-widget .widget-wrap:after {
  clear: both;
}
.login-widget .button {
  width: 48%;
  float: left;
  text-align: center;
  line-height: 30px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.login-widget a {
  width: 48%;
  float: left;
  text-align: center;
  line-height: 30px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.login-widget .left {
  margin-right: 12px;
}
html .su-tabs {
  margin: 0px;
  padding: 0px;
}
html .su-tabs .su-tabs-nav span {
  padding-right: 8px;
}
html .su-tabs .su-tabs-nav span:hover {
  color: #ffffff;
  background: #0083b9;
}
html .su-tabs-pane {
  padding: 0px;
}
.events-widget {
  margin-top: 15px;
}
.events-widget .widget-title {
  line-height: 35px;
  background: #e9e9e9;
  padding-left: 15px;
  border: 1px solid #e1e1e1;
}
.events-widget .upcoming-events {
  /* for IE */
  zoom: 1;
}
.events-widget .upcoming-events:before,
.events-widget .upcoming-events:after {
  content: "";
  display: table;
}
.events-widget .upcoming-events:after {
  clear: both;
}
.events-widget .upcoming-events .event {
  border: 1px solid #e1e1e1;
  border-top: 0px;
  display: block;
  float: right;
  clear: right;
  width: 50%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.events-widget .upcoming-events .event:first-child {
  float: left;
  border: none;
  padding: 15px;
}
.events-widget .upcoming-events .event:first-child img,
.events-widget .upcoming-events .event:first-child .event-content {
  display: block;
}
.events-widget .upcoming-events .event .event-content,
.events-widget .upcoming-events .event img {
  display: none;
}
#primary #wpmudevevents-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  width: 1200px;
  margin: 0 auto;
  width: 100%;
}
#primary .wpmudevevents-list {
  margin-top: 15px;
  padding: 0px;
}
#primary .wpmudevevents-list table tbody {
  display: block;
}
#primary .wpmudevevents-list table th {
  font-weight: normal;
  color: #606060;
}
.entry-categories,
.entry-meta {
display: none;
}
body.single-post .content .entry-meta,
body.single-post .content .entry-categories,
body.archive .content .entry-meta,
body.archive .content .entry-categories {
display: block;
}
.entry-footer {
display: none;
}
#canvas_weQZui {
  width: 100% !important;
  height: 200px !important;
}
.page-template-page-members-php .content {
  position: relative;
}
.page-template-page-members-php .edit {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ea702b;
}
.page-template-page-members-php .button {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 5px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.page-template-page-members-php table {
  width: 100%;
  border: 1px solid #e1e1e1;
}
.page-template-page-members-php table tr {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.page-template-page-members-php table td {
  text-align: center;
}
.page-template-page-members-php table td:first-child {
  text-align: left;
}
.page-template-page-members-php span {
  font-family: 'FontAwesome';
}
.cta {
  margin-left: 0px !important;
}
.cta .full {
  margin: 25px 0px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.search-result {
  clear: both;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.search-result:nth-child(odd) {
  background: #b9ebff;
}
.search-result .logo-container {
  clear: both;
  float: left;
  height: 150px;
  margin-right: 20px;
}
.search-result .logo-container img {
  width: 90px;
}
.search-result h3,
.search-result a,
.search-result p {
  margin: 0;
  padding: 0;
}
.search-result .result-url {
  color: #adadad;
}
.search-result .button {
  padding: 5px 15px;
}
.categories-container {
  width: 100%;
}
.categories-container ul {
  width: 48%;
  display: block;
  float: left;
}
.community-result span {
  margin: 0;
  clear: none;
  float: right;
}
html .community-result {
  margin: 15px 0;
}
html .community-result .fa-icon {
  font-family: FontAwesome;
  float: left;
  color: #0083b9;
  padding-right: 10px;
}
html .community-result span {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  clear: none !important;
}
.eab-events-fpe-col_img-wrapper {
  display: none;
}
/******************************************************************
TABLET & MID-RANGE STYLES
This is used for tablets like iPads and Android tablets or if 
someone resizes their browser to a medium size. Here, we'll add
to our already simple base styles.
******************************************************************/
@media only screen and (min-width: 600px) {
  /* styles in 600up.less */
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Tablet & Mid-Range Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You can also start working with layouts
and grid systems if you like. Have fun!

******************************************************************/
  /*********************
POSTS & CONTENT
*********************/
  .content {
    float: left;
  }
  /* layout options */
  .content-sidebar .content,
  .sidebar-content .content {
    width: 60%;
  }
  .sidebar-content .content,
  .sidebar-sidebar-content .content {
    float: right;
  }
  .full-width-content .content {
    width: 100%;
  }
  /*********************
SIDEBAR ALTERATIONS
*********************/
  .sidebar-primary {
    display: inline;
    width: 40%;
  }
  /*********************
FOOTER WIDGETS 
*********************/
  .num-footer-widget-2 .footer-widgets,
  .num-footer-widget-4 .footer-widgets {
    /* for IE */
    zoom: 1;
  }
  .num-footer-widget-2 .footer-widgets:before,
  .num-footer-widget-4 .footer-widgets:before,
  .num-footer-widget-2 .footer-widgets:after,
  .num-footer-widget-4 .footer-widgets:after {
    content: "";
    display: table;
  }
  .num-footer-widget-2 .footer-widgets:after,
  .num-footer-widget-4 .footer-widgets:after {
    clear: both;
  }
  .num-footer-widget-2 .footer-widgets .widget-area,
  .num-footer-widget-4 .footer-widgets .widget-area {
    width: 50%;
    float: left;
  }
  .num-footer-widget-2 .footer-widgets .widget-area:nth-child(even),
  .num-footer-widget-4 .footer-widgets .widget-area:nth-child(even) {
    border-left: none;
  }
  .num-footer-widget-2 .footer-widgets .widget-area.footer-widgets-1,
  .num-footer-widget-4 .footer-widgets .widget-area.footer-widgets-1 {
    clear: both;
  }
  .num-footer-widget-3 .footer-widgets {
    /* for IE */
    zoom: 1;
  }
  .num-footer-widget-3 .footer-widgets:before,
  .num-footer-widget-3 .footer-widgets:after {
    content: "";
    display: table;
  }
  .num-footer-widget-3 .footer-widgets:after {
    clear: both;
  }
  .num-footer-widget-3 .footer-widgets .widget-area {
    width: 31%;
    float: left;
  }
  .num-footer-widget-3 .footer-widgets .widget-area.footer-widgets-1 {
    clear: both;
  }
  .num-footer-widget-4 .footer-widgets .widget-area.footer-widgets-1,
  .num-footer-widget-4 .footer-widgets .widget-area.footer-widgets-3 {
    clear: both;
  }
  #primary #wpmudevevents-wrapper {
    width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  #primary .wpmudevevents-list table tbody {
    display: table-row-group;
  }
}
/* end of media query */
/******************************************************************
DESKTOP STYLES
This is your standard view. It's what most of your visitors will
see and it will be on a good connection so we can really add some
hefty styles here without worrying it will overload mobile.
******************************************************************/
@media only screen and (min-width: 960px) {
  /* styles in 960up.less */
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Standard Desktop

This is your standard view. It's what most of your visitors will
see and it will be on a good connection so we can really add some
hefty styles here.

******************************************************************/
  .fullWidth {
    width: 960px;
    margin: 0 auto;
  }
  /*********************
GRID & LAYOUT
We have room now so start working in our grid and lay things out
a bit more. Things should still be light, but you can customize it
a bit for a unique tablet experience.
*********************/
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin: 0 0 20px;
    padding-left: 3%;
  }
  .one-sixth {
    width: 14%;
  }
  .one-fifth {
    width: 17.4%;
  }
  .one-fourth {
    width: 22.5%;
  }
  .one-third,
  .two-sixths {
    width: 31%;
  }
  .two-fifths {
    width: 37.8%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48%;
  }
  .three-fifths {
    width: 58.2%;
  }
  .four-sixths,
  .two-thirds {
    width: 65%;
  }
  .three-fourths {
    width: 73.5%;
  }
  .four-fifths {
    width: 78.6%;
  }
  .five-sixths {
    width: 82%;
  }
  .first {
    clear: both;
    padding-left: 0;
  }
  /*********************
WRAPS & INNER
*********************/
  .content-sidebar-wrap {
    width: 100%;
    float: left;
  }
  .content-sidebar .content-sidebar-wrap,
  .full-width-content .content-sidebar-wrap,
  .sidebar-content .content-sidebar-wrap {
    width: 100%;
  }
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
  }
  .site-inner > .wrap {
    width: 960px;
    margin: 0 auto;
  }
  /*********************
IMAGE HEADER
*********************/
  .header-image .title-area {
    float: left;
  }
  .header-image .title-area .site-title {
    text-align: left;
  }
  .header-image .title-area .site-title a {
    margin: 1em;
  }
  .header-image .site-description {
    position: relative;
    left: 80px;
    bottom: 18px;
  }
  /*********************
HEADER
*********************/
  .site-header {
    /*********************
	HEADER WIDGET AREA
	*********************/
    /*********************
	HEADER SEARCH
	*********************/
  }
  .site-header .wrap {
    width: 960px;
    margin: 0 auto;
  }
  .site-header .widget-area {
    float: right;
  }
  .site-header .searchform {
    float: right;
  }
  /* end header */
  .site-description {
    text-align: left;
  }
  /*********************
NAVIGATION
*********************/
  #menu-icon {
    display: none;
  }
  .nav-primary {
    line-height: 42px;
    /* end .menu */
  }
  .nav-primary > .wrap {
    background: #ffffff;
    border: 1px solid #f3f3f3;
    width: 960px;
    margin: 0 auto;
  }
  .nav-primary .menu {
    clear: both;
    background-color: ;
    color: ;
    display: block;
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .nav-primary .menu ul {
    margin: 0;
    padding: 0;
  }
  .nav-primary .menu > li {
    display: block;
    float: left;
    /* show sub-menu on hover */
  }
  .nav-primary .menu > li:last-child a {
    border-right: 1px solid #f3f3f3;
  }
  .nav-primary .menu > li:nth-child(1) {
    border-bottom: 5px solid #ea702b;
  }
  .nav-primary .menu > li:nth-child(2) {
    border-bottom: 5px solid #ff0c0c;
  }
  .nav-primary .menu > li:nth-child(3) {
    border-bottom: 5px solid #00aeef;
  }
  .nav-primary .menu > li:nth-child(4) {
    border-bottom: 5px solid #702785;
  }
  .nav-primary .menu > li:nth-child(5) {
    border-bottom: 5px solid #e7d406;
  }
  .nav-primary .menu > li:nth-child(6) {
    border-bottom: 5px solid #3ad531;
  }
  .nav-primary .menu > li:nth-child(7) {
    border-bottom: 5px solid #ff295b;
  }
  .nav-primary .menu > li:nth-child(8) {
    border-bottom: 5px solid #00aeef;
  }
  .nav-primary .menu > li:nth-child(9) {
    border-bottom: 5px solid #702785;
  }
  .nav-primary .menu > li:nth-child(10) {
    border-bottom: 5px solid #e7d406;
  }
  .nav-primary .menu > li a {
    display: block;
    padding: 0px 20px;
    border-bottom: none;
    border-left: 1px solid #f3f3f3;
    border-right: none;
    color: ;
    /* hover & current page highlight */
  }
  .nav-primary .menu > li a:hover,
  .nav-primary .menu > li a:focus {
    background: ;
  }
  .nav-primary .menu > li ul {
    display: block;
    position: absolute;
    height: auto;
    left: -9999em;
    margin: 0;
    width: 160px;
    z-index:65535;
  }
  .nav-primary .menu > li ul li {
    display: block;
    float: none;
  }
  .nav-primary .menu > li ul a {
    padding: 5px 10px;
    display: block;
    border: none;
    font-size: 14px;
    color: ;
    background: ;
    text-align: left;
  }
  .nav-primary .menu > li ul a:hover,
  .nav-primary .menu > li ul a:focus {
    background: ;
  }
  .nav-primary .menu > li ul ul {
    margin: -28px 0 0 160px;
  }
  .nav-primary .menu > li ul ul a {
    border: none;
    display: block;
    padding: 5px 10px;
    text-transform: none;
    color: ;
    background: ;
  }
  .nav-primary .menu > li:hover > ul {
    left: auto;
  }
  /*********************
POSTS & CONTENT
*********************/
  .content {
    float: left;
    width: 575px;
  }
  /* layout options */
  .content-sidebar .content,
  .sidebar-content .content {
    width: 580px;
  }
  .sidebar-content .content,
  .sidebar-sidebar-content .content {
    float: right;
  }
  .full-width-content .content {
    width: 100%;
  }
  /*********************
BREADCRUMBS
*********************/
  /*********************
DESCRIPTIONS
*********************/
  .archive-page {
    float: left;
    width: 45%;
  }
  /*********************
POST CLASSES
*********************/
  .content .post,
  .content .page {
    padding: 0;
  }
  /*********************
ENTRY CONTENT
*********************/
  /* end entry-content */
  .entry-footer .entry-meta {
    border-top: 1px solid #ddd;
    clear: both;
    font-size: 12px;
    padding: 5px 0 0;
  }
  /*********************
AUTHOR BOX
*********************/
  .author-box {
    margin: 0 0 40px;
  }
  /*********************
POST NAVIGATION
*********************/
  .navigation {
    margin: 0;
  }
  /*********************
SIDEBAR ALTERATIONS
*********************/
  .sidebar-primary {
    float: right;
    width: 330px;
    margin: 0 0 0 15px;
  }
  .sidebar-secondary {
    margin: 0 0 0 15px;
    float: left;
    width: 330px;
  }
  .sidebar-secondary .sidebardealad {
    margin-bottom: 15px;
  }
  .sidebar-secondary .sidebardealad a {
    display: block;
    width: 175px;
    margin: 0 auto;
  }
  .sidebar-content .sidebar-primary,
  .sidebar-sidebar-content .sidebar-primary {
    float: left;
  }
  .content-sidebar-sidebar .sidebar-secondary {
    float: left;
  }
  /*********************
WIDGET STYLES
*********************/
  .widget {
    margin: 0;
  }
  /*********************
COMMENT STYLES
**********************/
  .entry-comments,
  #respond {
    padding: 0;
  }
  /*********************
FOOTER STYLES
*********************/
  .site-footer .wrap {
    width: 960px;
    margin: 0 auto;
  }
  .site-footer .left {
    float: left;
    text-align: left;
  }
  .site-footer .right {
    float: right;
    text-align: right;
  }
  /*********************
FOOTER WIDGETS 
*********************/
  .footer-widgets .wrap {
    width: 960px;
    margin: 0 auto;
  }
  .footer-widgets .widget {
    padding: 0;
  }
  /* end footer widgets */
  .num-footer-widget-4 .footer-widgets .widget-area {
    width: 25%;
  }
  .num-footer-widget-4 .footer-widgets .widget-area.footer-widgets-3 {
    border-left: none;
    clear: none;
  }
  /*********************
HELLO BAR
*********************/
  .hello-bar > .wrap {
    background: #ffffff;
    border: 1px solid #f3f3f3;
    width: 960px;
    margin: 0 auto;
  }
  /*********************
NEWS SCROLLER
*********************/
  .news-scroller > .wrap {
    width: 960px;
    margin: 0 auto;
  }
  /*********************
LOCAL DEALS
*********************/
  .local-deals {
    margin-bottom: 20px;
  }
  .local-deals > .wrap {
    width: 960px;
    margin: 0 auto;
  }
  #primary #wpmudevevents-wrapper {
    width: 960px;
    margin: 0 auto;
  }
  .sidebar-primary .widget-wrap,
  .sidebar-secondary .widget-wrap {
    background: #ffffff;
  }
}
/* end of media query */
/******************************************************************
SUPER LARGE MONITORS STYLES 
This is for super wide monitors for the l33t people. If you 
worked in a good base in the previous styles, this should work
pretty seamlessly.
******************************************************************/
@media only screen and (min-width: 1200px) {
  /* styles in 1382up.less */
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Screens

This is for super wide monitors for the l33t people. If you 
worked in a good base in the previous styles, this should work
pretty seamlessly.

******************************************************************/
  .fullWidth {
    width: 1200px;
    margin: 0 auto;
  }
  .site-header > .wrap,
  .hello-bar > .wrap,
  .nav-primary > .wrap,
  .news-scroller > .wrap,
  .local-deals > .wrap,
  .footer-widgets > .wrap,
  .site-footer > .wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .nav-primary .menu li a {
    padding: 0px 32px;
  }
  .site-inner > .wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .sidebar-secondary {
    float: left;
    display: block;
    width: 207px;
    margin: 0 15px;
  }
  .sidebar-primary {
    float: right;
    width: 348px;
    margin: 0px;
  }
  #primary #wpmudevevents-wrapper {
    width: 1200px;
    margin: 0 auto;
  }
}
/* end of media query */
/******************************************************************
PRINT STYLESHEET
******************************************************************/
@media print {
  * {
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* end of print stylesheet (DO NOT DELETE) */