@charset "UTF-8";
/*
* 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;
}

.clear_wrap {
    float: left;
    clear: both;
    overflow: hidden;
    width: 100%;
}

#c5wrap .button_wrapper {
    float: left;
    clear: both;
    overflow: hidden;
    width: 100%;
}

#c5wrap .clear_wrap_centered {
    position: relative;
    left: 50%;
    float: left;
    clear: both;
}

#c5wrap .address_wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
  clear: both;
  width: 100%;
}

#c5wrap .centered {
    position: relative;
    left: -50%;
    float: left;
}

#c5wrap #navigation {
    margin-top: 21px;
}

#c5wrap #header {
    margin-top: 20px;
}

#c5wrap .space_top {
    margin-top: 30px;
}

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

#c5wrap .promo_text > .three > .clear_wrap > .vidall_calltoaction a {
    margin: 0px 0px 10px 0px !important;
}

#c5wrap .message {
    padding: 10px;
    border: 1px solid #84ce6b;
    background-color: #C3FADB;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 12px 0px 12px 0px;
}

#c5wrap .clear {
    clear: both;
    width: 100%;
    height: 1px;
}

.ccm-ui .popover  {
  top: -45px !important;
}

.colorpicker {
  margin-top: -40px !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.
 ==================================================*/
@media only screen and (max-width:767px) { 
#c5wrap .minus_padding {
padding: 0px !important;
float: left;
width: 100% !important;
}

#c5wrap .vpt_column{
width: 100%;
float: left;
margin: 0px 0px 10px 0px;
}
}

.row {
  width: 100%;
  max-width: 1100px;
  min-width: 320px;
  margin: 0 auto; }

#c5wrap .minus_padding {
  padding: 0px !important; }

#c5wrap .spacing {
  margin-bottom: 20px; }

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

@media only screen and (max-width: 960px) {
  .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 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;
}

#c5wrap {
    width: 100%;
    overflow: hidden;
    min-height: 100%;
}

#c5wrap .full_width {
    width: 100%;
    overflow: hidden;
    float: left;
    clear: both;
}

/*END OF GRID*/
/*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/moda/themes/moda/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/moda/themes/moda/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: 176px;
}

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;
    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 {
  float: right;
  margin-top: 16px; }

#c5wrap ul.nav li {
  display: inline;
  float: left; }

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

#c5wrap ul#nav {
  float: right;
  margin-top: 8px; }

#c5wrap ul#nav ul {
  padding: 2px;
  width: 180px; }

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

#c5wrap ul#nav ul ul {
  margin-top: -2px;
  margin-left: 180px; }

#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; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #c5wrap #navigation select {
-webkit-appearance: none;
border: 1px solid #d8d8d8;
outline: none;
overflow: hidden;
color: #555;
margin: 0;
width: 34px;
height: 34px;
max-width: 50px;
display: block;
background: transparent url('/packages/moda/themes/moda/img/menu.jpg') no-repeat center top;
padding: 16px 10px;
border-radius: 0px;
float: right;
margin-top: 6px;}



  #c5wrap #navigation #nav {
    display: none; } }
@media only screen and (max-width: 767px) {
  #c5wrap #navigation select {
    -webkit-appearance: none;
border: 1px solid #d8d8d8;
outline: none;
overflow: hidden;
color: #555;
margin: 0;
width: 100%;
max-width: 100%;
display: block;
background: transparent url('/packages/moda/themes/moda/img/mobile_menu.jpg') no-repeat center top;
height: auto;
padding: 10px 130px;
border-radius: 0px;
float: right;
margin: 6px 0px 10px;
 }

  #c5wrap #navigation #nav {
    display: none; } }
/*END OF NAVIGATION*/
/*SEARCH STYLES*/
#c5wrap .BlockSearch {
  margin-bottom: 12px;
  float: left;
  clear: both;
  width: 60%;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ccc; }

#c5wrap .BlockSearch .ccm-search-block-text {
  padding: 4px;
  border: none;
  outline: none;
  line-height: 16px;
  margin-right: 0px;
  width: 80%;
  color: #bbb;
  -webkit-appearance: none;
  float: left;
  background: transparent; }

#c5wrap .BlockSearch .ccm-search-block-submit {
  line-height: 18px;
  padding: 4px;
  position: relative;
  background: url(/packages/moda/themes/moda/img/glass.png) no-repeat 0px 3px;
  cursor: pointer;
  width: 25px;
  float: right;
  border: none;
  outline: none;
  -webkit-appearance: none; }

.ie8 #c5wrap .BlockSearch .ccm-search-block-submit {
  height: 28px;
  padding: 0px;
  margin-bottom: 0px;
  float: left;
  background: url(/packages/moda/themes/moda/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/moda/themes/moda/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/moda/themes/moda/img/glass_hover.png) no-repeat 0px 3px white; }

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

#vidall_search input[type=text] {
  background: white url(/packages/moda/themes/moda/img/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 32px;
  width: 55px;
  border-radius: 10em;
  -webkit-transition: all .5s;
  transition: all .5s; }

#vidall_search input[type=text]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #6dcff6;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5); }

/* reset webkit search input browser style */
#vidall_search input {
  outline: none; }

#vidall_search input[type=text] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%; }

#vidall_search input::-webkit-search-decoration,
#vidall_search input::-webkit-search-cancel-button {
  display: none;
  /* remove the search and cancel icon */ }

/* placeholder */
#vidall_search input:-moz-placeholder {
  color: #999; }

#vidall_search input::-webkit-input-placeholder {
  color: #999; }

#vidall_search input[type=text] {
  width: 15px;
  padding-left: 15px;
  color: transparent;
  cursor: pointer; }

@-moz-document url-prefix() {
                        #vidall_search input[type=text] {
  width: 40px;
                    }
                    }

#vidall_search input[type=text]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto; }

#vidall_search input:-moz-placeholder {
  color: transparent; }

#vidall_search input::-webkit-input-placeholder {
  color: #666464;
  font-size: 12px;
  padding-left: 30px;
  text-transform: uppercase;
  padding-top: 2px; }

#c5wrap .header_search {
  max-width: 50px;
  max-height: 50px;
  float: right; }

#c5wrap .searchResult {
	float: left;
	clear: both;
}

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

  #c5wrap .BlockForm_footer input, #c5wrap .BlockForm_footer textarea {
  width: 96%;
  overflow: hidden;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  float: right;
  outline: none !important;
  color: #ffffff;
  }

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

#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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          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_footer .formBlockSubmitButton {
  padding: 10px;
  height: 2.95em;
  cursor: pointer;
  width: 40%;}

#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: -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: -webkit-gradient(linear, left top, left bottom, from(#91d886), to(#1bc41b));
  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 {
  border-radius: 3px;
  background: #ff3019;
  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: -webkit-gradient(linear, left top, left bottom, from(#ff3019), to(#cf0404));
  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;
  border: 1px solid #ccc;
  border-radius: 7px;
  margin: 0px 4px 8px;
  display: inline; }

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

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

/*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/moda/themes/moda/img/arrow_down_gray.png) no-repeat left;
  padding-left: 16px; }

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

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

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

/*END OF DATE NAV*/
/* GUESTBOOK/COMMENT FORM STYLES*/
#c5wrap .BlockGuestbook input, textarea {
  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: -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: -webkit-gradient(linear, left top, left bottom, from(#ff3019), to(#cf0404));
  background: linear-gradient(top, #ff3019 0%, #cf0404 100%);
  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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          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;
  border-radius: 3px; }

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

#c5wrap .BlockGuestbook .thanks {
  background-color: green;
  width: 300px;
  height: 50px;
  color: #fff;
  background: #91d886;
  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: -webkit-gradient(linear, left top, left bottom, from(#91d886), to(#1bc41b));
  background: linear-gradient(top, #91d886 0%, #1bc41b 100%);
  padding: 5px;
  border: 1px solid #14c916;
  margin-bottom: 15px;
  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%;
  overflow: hidden; }

#c5wrap .blog_date {
  font-size: 15px;
  width: 100%; }

#c5wrap .blog_date .fa {
  margin-top: 3px; }

#c5wrap .underline h6 {
  padding-bottom: 6px;
  border-bottom: 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; }

#Container {
  text-align: justify;
min-height: 600px;}

#Container .mix#size2 {
  width: 31.91489%;
  margin-bottom: 2%;
  -webkit-box-shadow: 0 1px 3px 1px #E0E0E0;
          box-shadow: 0 1px 3px 1px #E0E0E0;
  vertical-align: top;
  display: none;
  position: relative; }

#Container .mix#size1 {
  width: 23.40426%;
  margin-bottom: 2%;
  -webkit-box-shadow: 0 1px 3px 1px #E0E0E0;
          box-shadow: 0 1px 3px 1px #E0E0E0;
  vertical-align: top;
  display: none;
  position: relative; }

  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #Container .mix#size1 {
  width: 100%;
  margin-bottom: 10%;
  -webkit-box-shadow: 0 1px 3px 1px #E0E0E0;
          box-shadow: 0 1px 3px 1px #E0E0E0;
  vertical-align: top;
  display: none;
  position: relative; }
  }

#Container .port_sort {
  width: 23.40426%;
  margin-bottom: 2%;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  display: none; }

.three_col#Container .port_sort {
  width: 31.91489%;
  margin-bottom: 2%;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  display: none; }

.two_col#Container .port_sort {
  width: 48.93617%;
  margin-bottom: 2%;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  display: none; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
#Container .port_sort {
  width: 100%;
  margin-bottom: 2%;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  display: none; }

.three_col#Container .port_sort {
  width: 100%;
  margin-bottom: 2%;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  display: none; }

.two_col#Container .port_sort {
  width: 100%;
  margin-bottom: 2%;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  display: none; }
}
#Container:after {
  content: '';
  display: inline-block;
  width: 100%; }

.content {
  overflow: hidden;
  float: left;
  width: 100%; }

.content h5, .content > .blog_date, .content > .snippet {
  padding: 8px; }

.content h5 {
  text-align: center;
  margin-bottom: 0px !important; }

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

#Container .gap {
  display: inline-block;
  width: 23.40426%;
  height: 1px; }

#Container .snippet {
  margin-top: 8px; }

#c5wrap .CommentMore {
  padding: 6px;
  background-color: #efefef;
  width: 100%;
  float: left;
  text-align: center; }

#c5wrap #filter_area {
  background-color: #fcfcfc;
  margin-bottom: 20px;
  border-bottom: #efefef; }

#c5wrap .vidall_filters .active {
  border-bottom: 1px dotted #cccccc; }

#c5wrap .round_thumbs {
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
  max-height: 85px;
  max-width: 85px;
  -webkit-transition: none;
          transition: none; }

#c5wrap .round_thumbs a img {
  float: left; }

div.roll {
  background-color: #ffffff;
  height: 99%;
  position: absolute;
  width: 100%;
  z-index: 10;
  overflow: hidden; }

.overlay-icon-left {
  height: 50px;
  width: 50px;
  overflow: hidden;
  background: url(/packages/moda/themes/moda/img/more.png) no-repeat center;
  margin: auto;
  position: relative;
  top: 40%;
  -webkit-transition: 0.4s;
          transition: 0.4s; }

.overlay-icon-left:hover {
  background: url(/packages/moda/themes/moda/img/more_hover.png) no-repeat center;
  height: 50px;
  width: 50px; }

.rollover_wrapper {
  position: relative;
  top: 40%;
  display: inline-block;
  height: 10%;
  text-align: center;
  width: 100%; }

/*END OF PAGE LIST*/
#c5wrap .page_divider {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  float: left;
  clear: both; }

#c5wrap .area_one {
  width: 4%;
  height: 2px;
  float: left;
  margin-right: 1%; }

#c5wrap .area_two {
  width: 4%;
  height: 2px;
  float: left;
  margin-right: 1%; }

#c5wrap .area_three {
  width: 90%;
  height: 2px;
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

#c5wrap .vidall_icon {
  min-width: 26px;
  min-height: 26px;
  margin: 0px 5px 16px 0px;
  float: left; }



/*FONT AWESOME*/
/*!
 *  Font Awesome 4.0.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/packages/moda/themes/moda/fonts/fontawesome-webfont.eot?v=4.0.1");
  src: url("/packages/moda/themes/moda/fonts/fontawesome-webfont.eot?#iefix&v=4.0.1") format("embedded-opentype"), url("/packages/moda/themes/moda/fonts/fontawesome-webfont.woff?v=4.0.1") format("woff"), url("/packages/moda/themes/moda/fonts/fontawesome-webfont.ttf?v=4.0.1") format("truetype"), url("/packages/moda/themes/moda/fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

  .fa-center {
  text-align: center !important;
  float: left;
  clear: both;
  width: 100%;
  overflow: hidden;
  padding-bottom: 12px; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes 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);
}
.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-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 {
  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-square:before,
.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-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";
}


/*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/moda/themes/moda/img/read_more.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; }

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

/*END OF RESPONSIVE YOUTUBE*/