﻿/*
* Gumby Framework Version 2.0
* ---------------------------
* Follow @gumbycss on twitter and spread the love.
* We worked super hard on making this awesome and released it to the web.
* All we ask is you leave this intact. #gumbyisawesome
*
* http://www.gumbyframework.com/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

#c5wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  position: relative;
}

@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
}
html, body {
  height: 100%;
}

/*END OF SITE RESET*/
/*ASSIST CLASSES*/
.hide {
  display: none;
}

.hide.active, .show {
  display: block;
}

.fixed {
  position: fixed;
}

@media only screen and (max-width: 768px) {
  .fixed {
    position: relative !important;
  }
}
.center-text {
  text-align: center;
}

.pull_right {
  float: right;
}

.pull_left {
  float: left;
}

.header_padding {
  padding-top: 0px !important;
}

/*END OF ASSIST CLASSES*/
/*=================================================

  +++ LE GRID +++
  A Responsive Grid -- Gumby defaults to a standard 960 grid,
  but you can change it to whatever you'd like.
 ==================================================*/
#c5wrap .row {
  width: 100%;
  max-width: 1100px;
  min-width: 320px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  #c5wrap .row {
    padding: 0 20px;
  }
}
#c5wrap .row .row {
  min-width: 0px;
}

@media only screen and (max-width: 960px) {
  #c5wrap .row .row {
    padding: 0;
  }
}
/* To fix the grid into a different size, set max-width to your desired width */
.column, .columns {
  margin-left: 2.12766%;
  padding: 0px 10px;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.column:first-child, .columns:first-child, .alpha {
  margin-left: 0px;
}

.column.omega, .columns.omega {
  float: right;
}

/* Column Classes */
.row .one.column, .row .one.columns, .sixteen.colgrid .row .one.columns {
  width: 6.38298%;
}

.row .two.columns {
  width: 14.89362%;
}

.row .three.columns {
  width: 23.40426%;
}

.row .four.columns {
  width: 31.91489%;
}

.row .five.columns {
  width: 40.42553%;
}

.row .six.columns {
  width: 48.93617%;
}

.row .seven.columns {
  width: 57.44681%;
}

.row .eight.columns {
  width: 65.95745%;
}

.row .nine.columns {
  width: 74.46809%;
}

.row .ten.columns {
  width: 82.97872%;
}

.row .eleven.columns {
  width: 91.48936%;
}

.row .twelve.columns {
  width: 100%;
}

/* Push Classes */
.row .push_one {
  margin-left: 10.6383%;
}

.row .push_one:first-child {
  margin-left: 8.51064%;
}

.row .push_two {
  margin-left: 19.14894%;
}

.row .push_two:first-child {
  margin-left: 17.02128%;
}

.row .push_three {
  margin-left: 27.65957%;
}

.row .push_three:first-child {
  margin-left: 25.53191%;
}

.row .push_four {
  margin-left: 36.17021%;
}

.row .push_four:first-child {
  margin-left: 34.04255%;
}

.row .push_five {
  margin-left: 44.68085%;
}

.row .push_five:first-child {
  margin-left: 42.55319%;
}

.row .push_six {
  margin-left: 53.19149%;
}

.row .push_six:first-child {
  margin-left: 51.06383%;
}

.row .push_seven {
  margin-left: 61.70213%;
}

.row .push_seven:first-child {
  margin-left: 59.57447%;
}

.row .push_eight {
  margin-left: 70.21277%;
}

.row .push_eight:first-child {
  margin-left: 68.08511%;
}

.row .push_nine {
  margin-left: 78.7234%;
}

.row .push_nine:first-child {
  margin-left: 76.59574%;
}

.row .push_ten {
  margin-left: 87.23404%;
}

.row .push_ten:first-child {
  margin-left: 85.10638%;
}

.row .push_eleven {
  margin-left: 95.74468%;
}

.row .push_eleven:first-child {
  margin-left: 93.61702%;
}

/* Centered Classes */
.row .one.centered {
  margin-left: 46.80851%;
}

.row .two.centered {
  margin-left: 42.55319%;
}

.row .three.centered {
  margin-left: 38.29787%;
}

.row .four.centered {
  margin-left: 34.04255%;
}

.row .five.centered {
  margin-left: 29.78723%;
}

.row .six.centered {
  margin-left: 25.53191%;
}

.row .seven.centered {
  margin-left: 21.2766%;
}

.row .eight.centered {
  margin-left: 17.02128%;
}

.row .nine.centered {
  margin-left: 12.76596%;
}

.row .ten.centered {
  margin-left: 8.51064%;
}

.row .eleven.centered {
  margin-left: 4.25532%;
}

/* Hybrid Grid Columns */
.sixteen.colgrid .row .one.column, .sixteen.colgrid .row .one.columns {
  width: 4.25532%;
}

.sixteen.colgrid .row .two.columns {
  width: 10.6383%;
}

.sixteen.colgrid .row .three.columns {
  width: 17.02128%;
}

.sixteen.colgrid .row .four.columns {
  width: 23.40426%;
}

.sixteen.colgrid .row .five.columns {
  width: 29.78723%;
}

.sixteen.colgrid .row .six.columns {
  width: 36.17021%;
}

.sixteen.colgrid .row .seven.columns {
  width: 42.55319%;
}

.sixteen.colgrid .row .eight.columns {
  width: 48.93617%;
}

.sixteen.colgrid .row .nine.columns {
  width: 55.31915%;
}

.sixteen.colgrid .row .ten.columns {
  width: 61.70213%;
}

.sixteen.colgrid .row .eleven.columns {
  width: 68.08511%;
}

.sixteen.colgrid .row .twelve.columns {
  width: 74.46809%;
}

.sixteen.colgrid .row .thirteen.columns {
  width: 80.85106%;
}

.sixteen.colgrid .row .fourteen.columns {
  width: 87.23404%;
}

.sixteen.colgrid .row .fifteen.columns {
  width: 93.61702%;
}

.sixteen.colgrid .row .sixteen.columns {
  width: 100%;
}

/* Hybrid Push Classes */
.sixteen.colgrid .row .push_one {
  margin-left: 8.51064%;
}

.sixteen.colgrid .row .push_one:first-child {
  margin-left: 6.38298%;
}

.sixteen.colgrid .row .push_two {
  margin-left: 14.89362%;
}

.sixteen.colgrid .row .push_two:first-child {
  margin-left: 12.76596%;
}

.sixteen.colgrid .row .push_three {
  margin-left: 21.2766%;
}

.sixteen.colgrid .row .push_three:first-child {
  margin-left: 19.14894%;
}

.sixteen.colgrid .row .push_four {
  margin-left: 27.65957%;
}

.sixteen.colgrid .row .push_four:first-child {
  margin-left: 25.53191%;
}

.sixteen.colgrid .row .push_five {
  margin-left: 34.04255%;
}

.sixteen.colgrid .row .push_five:first-child {
  margin-left: 31.91489%;
}

.sixteen.colgrid .row .push_six {
  margin-left: 40.42553%;
}

.sixteen.colgrid .row .push_six:first-child {
  margin-left: 38.29787%;
}

.sixteen.colgrid .row .push_seven {
  margin-left: 46.80851%;
}

.sixteen.colgrid .row .push_seven:first-child {
  margin-left: 44.68085%;
}

.sixteen.colgrid .row .push_eight {
  margin-left: 53.19149%;
}

.sixteen.colgrid .row .push_eight:first-child {
  margin-left: 51.06383%;
}

.sixteen.colgrid .row .push_nine {
  margin-left: 59.57447%;
}

.sixteen.colgrid .row .push_nine:first-child {
  margin-left: 57.44681%;
}

.sixteen.colgrid .row .push_ten {
  margin-left: 65.95745%;
}

.sixteen.colgrid .row .push_ten:first-child {
  margin-left: 63.82979%;
}

.sixteen.colgrid .row .push_eleven {
  margin-left: 72.34043%;
}

.sixteen.colgrid .row .push_eleven:first-child {
  margin-left: 70.21277%;
}

.sixteen.colgrid .row .push_twelve {
  margin-left: 78.7234%;
}

.sixteen.colgrid .row .push_twelve:first-child {
  margin-left: 76.59574%;
}

.sixteen.colgrid .row .push_thirteen {
  margin-left: 85.10638%;
}

.sixteen.colgrid .row .push_thirteen:first-child {
  margin-left: 82.97872%;
}

.sixteen.colgrid .row .push_fourteen {
  margin-left: 91.48936%;
}

.sixteen.colgrid .row .push_fourteen:first-child {
  margin-left: 89.3617%;
}

.sixteen.colgrid .row .push_fifteen {
  margin-left: 97.87234%;
}

.sixteen.colgrid .row .push_fifteen:first-child {
  margin-left: 95.74468%;
}

/* Hybrid Centered Classes */
.sixteen.colgrid .row .one.centered {
  margin-left: 47.87234%;
}

.sixteen.colgrid .row .two.centered {
  margin-left: 44.68085%;
}

.sixteen.colgrid .row .three.centered {
  margin-left: 41.48936%;
}

.sixteen.colgrid .row .four.centered {
  margin-left: 38.29787%;
}

.sixteen.colgrid .row .five.centered {
  margin-left: 35.10638%;
}

.sixteen.colgrid .row .six.centered {
  margin-left: 31.91489%;
}

.sixteen.colgrid .row .seven.centered {
  margin-left: 28.7234%;
}

.sixteen.colgrid .row .eight.centered {
  margin-left: 25.53191%;
}

.sixteen.colgrid .row .nine.centered {
  margin-left: 22.34043%;
}

.sixteen.colgrid .row .ten.centered {
  margin-left: 19.14894%;
}

.sixteen.colgrid .row .eleven.centered {
  margin-left: 15.95745%;
}

.sixteen.colgrid .row .twelve.centered {
  margin-left: 12.76596%;
}

.sixteen.colgrid .row .thirteen.centered {
  margin-left: 9.57447%;
}

.sixteen.colgrid .row .fourteen.centered {
  margin-left: 6.38298%;
}

.sixteen.colgrid .row .fifteen.centered {
  margin-left: 3.19149%;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}
@media \0screen {
  img { 
    width: auto; /* for ie 8 */
  }
}
img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img {
  max-width: none !important;
}

/* Tile Grid */
.tiles {
  display: block;
  overflow: hidden;
}

.tiles > li {
  display: block;
  height: auto;
  float: left;
  padding-bottom: 0;
}

.tiles.two_up {
  margin-left: -4%;
}

.tiles.two_up > li {
  margin-left: 4%;
  width: 46%;
}

.tiles.three_up, .tiles.four_up {
  margin-left: -2%;
}

.tiles.three_up > li {
  margin-left: 2%;
  width: 31.3%;
}

.tiles.four_up > li {
  margin-left: 2%;
  width: 23%;
}

.tiles.five_up {
  margin-left: -1.5%;
}

.tiles.five_up > li {
  margin-left: 1.5%;
  width: 18.5%;
}

/* Nicolas Gallagher's micro clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.row {
  *zoom: 1;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.valign {
  display: table;
  width: 100%;
}

.valign > div {
  display: table-cell;
  vertical-align: middle;
}

.valign ​ > article {
  display: table-cell;
  vertical-align: middle;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }

  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .row .row .column, .row .row .columns {
    padding: 0;
  }

  .row .centered {
    margin: 0 !important;
  }

  .column, .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .column:last-child, .columns:last-child {
    margin-right: 0;
    float: none;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  [class*="column"]:before {
    display: table;
  }

  [class*="column"]:after {
    display: table;
    clear: both;
  }

  [class^="push_"], [class*="push_"] {
    margin-left: 0 !important;
  }
}
#ccm-highlighter {
  margin-top: -49px;
}
.ccm-ui .popover {
  top: -40px !important;
}
#c5wrap {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
}

/*END OF GRID*/
#c5wrap .social_wrapper {
  float: right;
  overflow: hidden;
}

#c5wrap .margin_top {
  margin-top: 25px;
}

/*SUPERSIZED CSS*/
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(/packages/nova/themes/nova/img/progress.gif) no-repeat center center;
}

#supersized {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: none;
}

#supersized a {
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  display: block;
}

#supersized a.image-loading {
  background: #111111 url(/packages/nova/themes/nova/img/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}

/*END OF SUPERSIZED CSS*/
/*NAVIGATION*/
/* ===[ Configuration of menu width ]=== */
html body ul.sf-menu ul,
html body ul.sf-menu ul li {
  width: 182px;
}

html body ul.sf-menu ul ul {
  margin: 0 0 0 180px;
}

/* DO NOT EDIT FROM HERE
   ================================================== */
ul.sf-menu,
ul.sf-menu * {
  margin: 0;
  padding: 0;
}

ul.sf-menu {
  display: block;
  position: relative;
}

ul.sf-menu li {
  display: block;
  list-style: none;
  float: left;
  position: relative;
}

ul.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

ul.sf-menu a {
  display: block;
  position: relative;
}

ul.sf-menu ul {
  position: absolute;
  left: 0;
  width: 150px;
  top: auto;
  left: -999999px;
}

ul.sf-menu ul a {
  zoom: 1;
  /* IE6/7 fix */
}

ul.sf-menu ul li {
  float: left;
  /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}

ul.sf-menu ul ul {
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,
ul.sf-menu li:focus ul,
ul.sf-menu li.sf-hover ul {
  /*first level*/
  left: auto;
}

ul.sf-menu li:hover ul ul,
ul.sf-menu li:focus ul ul,
ul.sf-menu li.sf-hover ul ul {
  left: -999999px;
}

ul.sf-menu ul li:hover ul,
ul.sf-menu ul li:focus ul,
ul.sf-menu ul li.sf-hover ul {
  /*second level*/
  left: auto;
}

ul.sf-menu ul li:hover ul ul,
ul.sf-menu ul li:focus ul ul,
ul.sf-menu ul li.sf-hover ul ul {
  left: -999999px;
}

ul.sf-menu ul ul li:hover ul,
ul.sf-menu ul ul li:focus ul,
ul.sf-menu ul ul li.sf-hover ul {
  /*third level*/
  left: auto;
}

ul.sf-menu ul ul li:hover ul ul,
ul.sf-menu ul ul li:focus ul ul,
ul.sf-menu ul ul li.sf-hover ul ul {
  left: -999999px;
}

ul.sf-menu ul ul ul li:hover ul,
ul.sf-menu ul ul ul li:focus ul,
ul.sf-menu ul ul ul li.sf-hover ul {
  /*fourth level*/
  left: auto;
}

ul.sf-menu ul ul ul li:hover ul ul,
ul.sf-menu ul ul ul li:focus ul ul,
ul.sf-menu ul ul ul li.sf-hover ul ul {
  left: -999999px;
}

/* autoArrows CSS  */
span.sf-arrow {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  background: url(/packages/nova/themes/nova/images/arrows-black.png) no-repeat 0 0;
  overflow: hidden;
  /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow {
  right: 12px;
  top: 7px;
  background-position: 0 100%;
}

#c5wrap ul#nav, #c5wrap ul.nav {
  float: left;
  margin-bottom: 0px !important;
}

#c5wrap ul#nav ul {
  border: 1px solid #ccc;
}

#c5wrap ul#nav ul li a {
  padding: 12px;
}

#c5wrap ul#nav ul li.nav-selected a {
  border: none !important;
}

#c5wrap ul#nav ul li a {
  border: none !important;
}

#c5wrap ul#nav ul ul {
  margin-top: 1px;
}

#c5wrap span.sf-arrow {
  display: none;
  top: 18px;
  right: 0;
}

#c5wrap ul ul span.sf-arrow {
  display: none;
  right: 12px;
  top: 16px;
}

#c5wrap #navigation select {
  display: none;
}

#c5wrap #navigation {
  margin-bottom: 25px;
}
#c5wrap ul.nav li {
  float: left;
  display: inline;
}
#c5wrap ul.nav li a {
  padding: 17px 10px 17px 10px;
  float: left;
}
#c5wrap ul.nav li.nav-selected a {
  background-color: #ffffff;
  border-left: 1px solid #ccc ;border-right: 1px solid #ccc ; border-top: 1px solid #ccc; margin-bottom: -3px;
}
#c5wrap ul.nav li a:hover {
  background-color: #ffffff;
  opacity: 1 !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #c5wrap #navigation select {
    font-size: 130%;
    background-color: #efefef;
    border: 2px solid #bbb;
    color: #8f8f8f;
    outline: none;
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #c5wrap #navigation #nav {
    display: none;
  }

  #c5wrap .nav_bg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #c5wrap #navigation select {
    font-size: 130%;
    background-color: #efefef;
    border: 2px solid #bbb;
    color: #8f8f8f;
    outline: none;
    display: block;
    width: 100%;
    margin-top: 30px;
  }

  #c5wrap #navigation #nav {
    display: none;
  }

  #c5wrap .nav_bg {
    display: none;
  }
}
ul.sidenav li a {
  float: left;
  padding: 5px;
  clear: both;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 4px;
}

ul#sidenav {
  padding-bottom: 40px;
}

/*END OF NAVIGATION*/
/*SEARCH STYLES*/
#c5wrap .BlockSearch {
  margin-bottom: 12px;
  float: left;
  clear: both;
  width: 100%;
  height: 32px;
}

#c5wrap .BlockSearch .ccm-search-block-text {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  border-radius: 3px 0px 0px 3px;
  line-height: 16px;
  border-right: none;
  margin-right: 0px;
  width: 70%;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  color: #bbb;
  -webkit-appearance: none;
  float: left;
}

#c5wrap .BlockSearch .ccm-search-block-submit {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: none;
  line-height: 18px;
  padding: 4px;
  position: relative;
  background: url(/packages/nova/themes/nova/img/glass.png) no-repeat 0px 3px white;
  cursor: pointer;
  border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  margin-left: -4px;
  width: 25px;
  float: left;
}

.ie8 #c5wrap .BlockSearch .ccm-search-block-submit {
  height: 28px;
  padding: 0px;
  margin-bottom: 0px;
  float: left;
  background: url(/packages/nova/themes/nova/img/glass.png) no-repeat 0px 0px white;
}

.ie8 #c5wrap .BlockSearch .ccm-search-block-text {
  float: left;
  margin-bottom: 20px;
}

.ie7 #c5wrap .BlockSearch .ccm-search-block-submit {
  height: 28px;
  padding: 0px;
  margin-bottom: 0px;
  float: left;
  background: url(/packages/nova/themes/nova/img/glass.png) no-repeat 0px 0px white;
}

.ie7 #c5wrap .BlockSearch .ccm-search-block-text {
  float: left;
  margin-bottom: 20px;
}

#c5wrap .BlockSearch .ccm-search-block-submit:hover {
  background: url(/packages/nova/themes/nova/img/glass_hover.png) no-repeat 0px 3px white;
}

#c5wrap .BlockSearch .ccm-search-block-text:focus {
  outline: none;
}

/*END OF SEARCH STYLES*/
/*FORM STYLES*/
#c5wrap .BlockForm input, textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px;
  border: 1px solid #cccccc;
}

#c5wrap .BlockForm input:focus, textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

#c5wrap .BlockForm label {
  padding-top: 5px;
  margin: 0 12px 0 0;
}

#c5wrap .BlockForm td {
  padding: 0 0 12px 0;
}

#c5wrap .BlockForm .question {
  padding-top: 4px;
}

#c5wrap .BlockForm .formBlockSubmitButton {
  padding: 10px;
  height: 2.95em;
  cursor: pointer;
}

#c5wrap .BlockForm .formBlockSubmitButton:hover {
  opacity: 0.9;
}

#c5wrap .BlockForm .success {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  background: #91d886;
  background: -moz-linear-gradient(top, #91d886 0%, #1bc41b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91d886), color-stop(100%, #1bc41b));
  background: -webkit-linear-gradient(top, #91d886 0%, #1bc41b 100%);
  background: -o-linear-gradient(top, #91d886 0%, #1bc41b 100%);
  background: -ms-linear-gradient(top, #91d886 0%, #1bc41b 100%);
  background: linear-gradient(top, #91d886 0%, #1bc41b 100%);
  padding: 10px;
  border: 1px solid #14c916;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91d886', endColorstr='#1bc41b',GradientType=0 );
  color: #fff;
}

#c5wrap .BlockForm .fail {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff3019;
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: linear-gradient(top, #ff3019 0%, #cf0404 100%);
  padding: 10px;
  margin: 10px 0 20px 0;
  border: 1px solid #ec2c3e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
  color: #fff;
}

#c5wrap .BlockForm .required {
  color: red;
}

/*END FORM STYLES*/
/*TAGS*/
#c5wrap .ccm-tag-list li {
  float: left;
  padding: 7px;
  margin: 0px 4px 4px 0px;
  display: inline;
}

#c5wrap .ccm-tag-list li a {
  color: #8f8f8f;
}

#c5wrap .ccm-tags-display ul.ccm-tag-list li {
  height: auto;
}

#c5wrap .ccm-tags-display {
  margin-bottom: 20px;
}

/*END OF TAGS*/
/*DATE NAV*/
#c5wrap li.month, #c5wrap ul.monthsPages li {
  list-style-type: none !important;
}

#c5wrap .date_nav_title h4 {
  padding: 10px;
  background: #fff;
  border: 1px solid #dddddd;
}

.ccmDateNav ul li .section {
  margin: 4px 0px 2px 0px;
  background: url(/packages/nova/themes/nova/img/arrow_down_gray.png) no-repeat left;
  padding-left: 16px;
}

.ccmDateNav ul li .section.closed {
  background: url(/packages/nova/themes/nova/img/arrow_right_gray.png) no-repeat left;
}

.ccmDateNav ul li .section {
  background-image: url(/packages/nova/themes/nova/img/arrow_down_gray.png);
}

.ccmDateNav ul li .section.closed {
  background-image: url(/packages/nova/themes/nova/img/arrow_right_gray.png);
}

/*END OF DATE NAV*/
/* GUESTBOOK/COMMENT FORM STYLES*/
#c5wrap .BlockGuestbook input, textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px;
  border: 1px solid #cccccc;
  margin: 5px 0 12px 0;
}

#c5wrap .BlockGuestbook textarea {
  width: 380px;
  height: 185px;
}

#c5wrap .BlockGuestbook .error {
  height: 15px;
  width: 300px;
  clear: both;
  display: block;
  padding: 5px;
  color: #fff;
  background: #ff3019;
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: linear-gradient(top, #ff3019 0%, #cf0404 100%);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ec2c3e;
}

#c5wrap .BlockGuestbook input:focus, textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

#c5wrap .BlockGuestbook .formBlockSubmitButton {
  padding: 10px;
  height: 2.95em;
  cursor: pointer;
}

#c5wrap .BlockGuestbook .formBlockSubmitButton:hover {
  opacity: 0.9;
}

#c5wrap .BlockGuestbook .guestBook-entry {
  margin: 10px 0 30px 0;
  padding: 15px;
  border: 1px solid #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#c5wrap .BlockGuestbook .contentByLine {
  margin-bottom: 15px;
  padding-left: 40px;
  background: url(/packages/nova/themes/nova/img/talk.png) no-repeat top left;
  height: 32px;
}

#c5wrap .BlockGuestbook .thanks {
  background-color: green;
  width: 300px;
  heigh: 50px;
  color: #fff;
  background: #91d886;
  background: -moz-linear-gradient(top, #91d886 0%, #1bc41b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91d886), color-stop(100%, #1bc41b));
  background: -webkit-linear-gradient(top, #91d886 0%, #1bc41b 100%);
  background: -o-linear-gradient(top, #91d886 0%, #1bc41b 100%);
  background: -ms-linear-gradient(top, #91d886 0%, #1bc41b 100%);
  background: linear-gradient(top, #91d886 0%, #1bc41b 100%);
  padding: 5px;
  border: 1px solid #14c916;
  margin-bottom: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* END OF GUESTBOOK/COMMENT */
/* NEXT AND PREVIOUS STYLES*/
#c5wrap .nandpwrapper .ccm-next-previous-previouslink {
  min-width: 100px;
  text-align: left;
  padding: 5px 0 0 10px;
  height: 26px;
}

#c5wrap .nandpwrapper .ccm-next-previous-nextlink {
  min-width: 100px;
  text-align: right;
  padding: 5px 10px 0 0;
  border-left: 1px solid #cccccc;
  height: 26px;
}

#c5wrap .nandpwrapper .ccm-next-previous-parentlink {
  min-width: 100px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0 0 0;
  height: 26px;
}

#c5wrap .nandpwrapper {
  width: 100%;
  border: 1px solid #cccccc;
  height: 30px;
}

#c5wrap .nandpwrapper .ccm-next-previous-previouslink a, .nandpwrapper .ccm-next-previous-nextlink a, .nandpwrapper .ccm-next-previous-parentlink a {
  text-decoration: none;
  color: #8f8f8f !important;
}

/* END OF NEXT AND PREVIOUS STYLES*/
/*PAGE LIST*/
#c5wrap .entry_wrap {
  margin-bottom: 80px;
}

#c5wrap .image-link {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

#c5wrap .image-link img {
  border: 1px solid #ccc;
}

#c5wrap #pagination {
  min-height: 30px;
  font-size: 14px;
  width: 100%;
  float: left;
  clear: both;
}

#c5wrap #pagination a {
  font-size: 14px;
}

#c5wrap .pag_links a {
  margin: -1px 0px 0px 5px;
  float: left;
  text-align: center;
  padding: 4px;
}

#c5wrap .pag_links span.currentPage {
  margin-left: 5px;
  float: left;
  text-align: center;
  padding: 2px 4px 1px 4px;
}

#c5wrap .pagination-left {
  margin-right: 5px;
  float: left;
}

#c5wrap .pagination-right {
  margin-left: 10px;
  padding-right: 20px;
  float: left;
}

#c5wrap .CommentMore {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#c5wrap .CommentMore a {
  float: right;
}

#c5wrap .imageOver,
#c5wrap .imageOver_mag {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*END OF PAGE LIST*/
#c5wrap .page_divider {
  width: 100%;
  height: 30px;
  background: url(/packages/nova/themes/nova/img/div.png) repeat-x center center;
  margin-bottom: 20px;
  float: left;
  clear: both;
}

#c5wrap .portfolio_image {
  margin-bottom: 10px;
}

#c5wrap .portfolio_image img {
  border: 1px solid #ccc;
}

#c5wrap .portfolio_image a:hover {
  opacity: 1;
}

#c5wrap .portfolio_desc {
  margin-bottom: 30px;
}

.social_wrapper a {
  float: left;
  height: 100% !important;
}

.social_wrapper a:hover {
  opacity: 1 !important;
}

.facebook_preview {
  background: url(/packages/nova/themes/nova/img/facebook.png) no-repeat;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}

.twitter_preview {
  background: url(/packages/nova/themes/nova/img/twitter.png) no-repeat;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}

.youtube_preview {
  background: url(/packages/nova/themes/nova/img/youtube.png) no-repeat;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}

.linkedin_preview {
  background: url(/packages/nova/themes/nova/img/linkedin.png) no-repeat;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}

.pintrest_preview {
  background: url(/packages/nova/themes/nova/img/pinterest.png) no-repeat;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}

.google_preview {
  background: url(/packages/nova/themes/nova/img/google.png) no-repeat;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}

.digg_preview {
  background: url(/packages/nova/themes/nova/img/digg.png) no-repeat;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}

.stumble_preview {
  background: url(/packages/nova/themes/nova/img/stumble.png) no-repeat;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}

.tumblr_preview {
  background: url(/packages/nova/themes/nova/img/tumblr.png) no-repeat;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}

.reddit_preview {
  background: url(/packages/nova/themes/nova/img/reddit.png) no-repeat;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}

#c5wrap .facebook_icon {
  width: 32px;
  height: 32px;
  margin: 0px 5px 5px 0px;
  float: left;
}

#c5wrap .twitter_icon {
  width: 32px;
  height: 32px;
  margin: 0px 5px 5px 0px;
  float: left;
}

#c5wrap .youtube_icon {
  width: 32px;
  height: 32px;
  margin: 0px 5px 5px 0px;
  float: left;
}

#c5wrap .linkedin_icon {
  width: 32px;
  height: 32px;
  margin: 0px 5px 5px 0px;
  float: left;
}

#c5wrap .pintrest_icon {
  width: 32px;
  height: 32px;
  margin: 0px 5px 5px 0px;
  float: left;
}

#c5wrap .googleplus_icon {
  width: 32px;
  height: 32px;
  margin: 0px 5px 5px 0px;
  float: left;
}

#c5wrap .digg_icon {
  width: 32px;
  height: 32px;
  margin: 0px 5px 5px 0px;
  float: left;
}

#c5wrap .stumble_icon {
  width: 32px;
  height: 32px;
  margin: 0px 5px 5px 0px;
  float: left;
}

#c5wrap .tumblr_icon {
  width: 32px;
  height: 32px;
  margin: 0px 5px 5px 0px;
  float: left;
}

#c5wrap .reddit_icon {
  width: 32px;
  height: 32px;
  margin: 0px 5px 5px 0px;
  float: left;
}

#c5wrap .social_icon_padding {
  padding-top: 40px;
}

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

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #c5wrap .facebook_icon, #c5wrap .twitter_icon, #c5wrap .youtube_icon, #c5wrap .linkedin_icon,
  #c5wrap .pintrest_icon, #c5wrap .googleplus_icon, #c5wrap .digg_icon, #c5wrap .stumble_icon,
  #c5wrap .tumblr_icon, #c5wrap .reddit_icon {
    width: 29px;
    height: 29px;
  }
}
@media only screen and (max-width: 767px) {
  #c5wrap .facebook_icon, #c5wrap .twitter_icon, #c5wrap .youtube_icon, #c5wrap .linkedin_icon,
  #c5wrap .pintrest_icon, #c5wrap .googleplus_icon, #c5wrap .digg_icon, #c5wrap .stumble_icon,
  #c5wrap .tumblr_icon, #c5wrap .reddit_icon {
    width: 24px;
    height: 24px;
    margin: 0px 2px 2px 0px;
  }
}
#c5wrap .phone_number {
  float: left;
  margin-left: 10px;
}

#c5wrap .email_address {
  float: left;
  margin-left: 10px;
}

#c5wrap .address {
  float: left;
  margin-left: 10px;
}
#c5wrap .address_wrapper {
  padding: 4px;
  float: left;
}
/*FONT AWESOME*/
@font-face {
  font-family: 'FontAwesome';
  src: url("/packages/nova/themes/nova/font/fontawesome-webfont.eot?v=3.1.0");
  src: url("/packages/nova/themes/nova/font/fontawesome-webfont.eot?#iefix&v=3.1.0") format("embedded-opentype"), url("/packages/nova/themes/nova/font/fontawesome-webfont.woff?v=3.1.0") format("woff"), url("/packages/nova/themes/nova/font/fontawesome-webfont.ttf?v=3.1.0") format("truetype"), url("/packages/nova/themes/nova/font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}

ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}

.icon-muted {
  color: #eeeeee;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

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

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }

  .btn .icon-spin {
    height: auto;
  }

  .icon-spin.icon-large {
    height: 1.25em;
  }

  .btn .icon-spin.icon-large {
    height: .75em;
  }
}

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

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

/*END OF FONT AWESOME*/
/*TO TOP*/
#c5wrap #toTop p {
  position: relative;
  top: 15px;
}

/*END OF TO TOP*/
/*PORTFOLIO HOVER FOR IMAGES*/
#c5wrap .image-link a:hover {
  opacity: 1;
}

#c5wrap .imageOver {
  background: url(/packages/nova/themes/nova/img/read_more.png) no-repeat;
  background-position: 50%;
  position: relative;
}

#c5wrap .imageOver_mag {
  background: url(/packages/nova/themes/nova/img/mag.png) no-repeat;
  background-position: 50%;
  position: relative;
}

/*END OF PORTFOLIO HOVER FOR IMAGES*/
/*RESPONSIVE YOUTUBE*/

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  padding-top: 50px;
  clear: both;
  margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*END OF RESPONSIVE YOUTUBE*/
