/*
  Theme Name: CookingPress
  Description:  WordPress Recipe Theme
  Version:  2.0.3
  Author:   purethemes
  Theme URI:  http://themeforest.net/user/purethemes/portfolio
  Author URI: http://themeforest.net/user/purethemes/portfolio
  License: ThemeForest
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  */
  @import url('http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic');
  .button,
  input[type="button"],
  input[type="submit"] {
    padding: 7px 14px;
    display: inline-block;
    border: 0;
    font-weight: 500;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.1);
  }
  .button i,
  input[type="button"] i,
  input[type="submit"] i {
    margin: 0 2px 0 0;
  }
  .button.black,
  input[type="button"].black,
  input[type="submit"].black {
    color: #aaa;
  }
  .tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .tabs-nav li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    margin: 0px;
    margin-right: 5px;
    border: 1px solid #bababa;
    border-bottom: 1px solid #E8E8E8;
  }
  .tabs-nav li:first-child {
    margin-left: 10px;
  }
  .tabs-nav li a {
    background-color: #fff;
    color: #888;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
  }
  .tabs-nav li.active {
    top: 1px;
  }
  .tabs-nav li.active a {
    background: #E8E8E8;
    color: #444;
  }
  .tab-content {
    padding: 10px 0px;
  }
  .tab-content img {
    max-width: 100%;
  }
  .tabs-container {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    margin-bottom: 20px;
  }
  .ui-accordion .ui-accordion-header,
  .trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: none;
    color: #888;
    font-size: 14px;
    border-bottom: 1px solid #bababa;
    padding: 7px;
    margin-bottom: 10px;
  }
  .ui-accordion .ui-accordion-content,
  .toggle-container {
    padding: 0 16px 10px 16px;
  }
  .ui-accordion .ui-accordion-content p {
    margin: 0;
  }
  .ui-accordion-icon:before,
  .ui-accordion-icon-active:before,
  .toggle-icon:before {
    font-family: "FontAwesome";
    content: "\f054";
    color: #a0a0a0;
    font-size: 14px;
    display: block;
    font-style: normal;
    float: left;
    line-height: 25px;
    margin: 0 8px 0 0;
  }
  .toggle-container p {
    margin: 0;
  }
  .ui-accordion-icon-active:before,
  .trigger.active .toggle-icon:before {
    content: "\f078";
  }
  .faq .toggle-icon:before,
  .faq .trigger.active .toggle-icon:before {
    content: "\f078";
  }
  .skill-bar {
    height: 38px;
    position: relative;
    margin: 0 0 14px 0;
    background-color: #f2f2f2;
  }
  .skill-title {
    color: #fff;
    font-size: 14px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 3px 0 0 3px;
    padding: 8px 14px;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
  }
  .skill-title i {
    margin: 0 3px 0 0;
  }
  .skill-bar-value {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #a0a0a0;
    overflow: visible !important;
  }
  .notification {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 13px 40px 13px 18px;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.03);
  }
  .woocommerce-message {
    padding: 15px 0px;
  }
  .woocommerce .notification {
    padding: 7px 36px 7px 13px;
  }
  .woocommerce-message p,
  .notification p {
    margin: 0;
  }
  .notification span {
    font-weight: 600;
  }
  .notification.success,
  .notification.success strong {
    background-color: #EBF6E0;
    color: #5f9025;
  }
  .notification.error,
  .notification.error strong {
    background-color: #ffe9e9;
    color: #de5959;
  }
  .notification.warning,
  .notification.warning strong {
    background-color: #FBFADD;
    color: #8f872e;
  }
  .notification.notice,
  .notification.notice strong {
    background-color: #E9F7FE;
    color: #5091b2;
  }
  .notification strong {
    border: none !important;
  }
  .notification.success .close,
  .notification.error .close,
  .notification.warning .close,
  .notification.notice .close {
    padding: 0px 9px;
    position: absolute;
    right: 0;
    top: 22px;
    display: block;
    height: 8px;
    width: 8px;
    cursor: pointer;
  }
  table.standard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
  }
  table.standard-table th {
    border: 1px solid #bababa;
    border-right: none;
    text-align: left;
    padding: 10px 15px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
  }
  table.standard-table th:first-child {
    border-radius: 3px 0 0 0;
  }
  table.standard-table th:last-child {
    border-radius: 0 3px 0 0;
  }
  table.standard-table td:last-child {
    border-right: 1px solid #bababa;
  }
  table.standard-table th:last-child {
    border-right: 1px solid #bababa;
  }
  table.standard-table td {
    padding: 10px 15px;
    border: 1px solid #bababa;
    border-top: none;
    border-right: none;
  }
  table.standard-table tr:hover td {
    background-color: #ffffff;
  }
  table.standard-table tr {
    border-radius: 3px;
  }
  .dropcap {
    float: left;
    color: #a0a0a0;
    font-size: 58px;
    line-height: 54px;
    padding-top: 4px;
    padding-right: 10px;
    margin-top: -2px;
  }
  .dropcap.gray {
    color: #555;
  }
  .highlight.color,
  .highlight.gray,
  .highlight.light {
    padding: 2px 6px;
    color: #fff;
    border-radius: 3px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.1);
  }
  .highlight.color {
    background: #a0a0a0;
  }
  .highlight.gray {
    background: #aaa;
  }
  .highlight.light {
    background: #f2f2f2;
    color: #888;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.05);
  }
  .notice-box {
    background: #f8f8f8;
    padding: 32px 28px;
    border-radius: 4px;
    margin: 0 0 20px 0;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.05);
    border-radius: 3px;
    text-align: center;
  }
  .notice-box,
  .notice-box i,
  .notice-box p,
  .notice-box h3 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .notice-box p {
    margin: 0;
    color: #777;
  }
  .notice-box h3 {
    line-height: 26px;
    padding-bottom: 8px;
  }
  .notice-box i {
    font-size: 80px;
    height: 80px;
    color: #a0a0a0;
    margin: 10px 0;
    display: block;
  }
  .notice-box:hover {
    background: #a0a0a0;
    color: #fff;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.1);
  }
  .notice-box:hover h3,
  .notice-box:hover p,
  .notice-box:hover i {
    color: #fff;
  }
  .list-1 li,
  .list-2 li,
  .list-3 li,
  .list-4 li {
    list-style: none;
    margin: 7px 0;
    margin-left: 2px;
    line-height: 18px;
  }
  .list-1 ul,
  .list-2 ul,
  .list-3 ul,
  .list-4 ul {
    margin-left: 0px;
  }
  .list-1 li:first-child,
  .list-2 li:first-child,
  .list-3 li:first-child,
  .list-4 li:first-child {
    margin-top: 0;
  }
  .list-1 li:before,
  .list-2 li:before,
  .list-3 li:before,
  .list-4 li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    margin: 0 7px 0 0;
    position: relative;
    color: #a0a0a0;
  }
  .list-1 li:before {
    content: "\f00c";
  }
  .list-2 li:before {
    content: "\f054";
  }
  .list-3 li:before {
    content: "\f058";
  }
  .list-4 li:before {
    content: "\f138";
  }
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="email"],
  textarea,
  select {
    border: 1px solid #e0e0e0;
    padding: 8px 9px;
    outline: none;
    font-size: 14px;
    color: #888;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.06);
    box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.06);
    border-radius: 3px;
  }
  select {
    padding: 0;
  }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    border: 1px solid #d6d6d6;
    color: #888;
  }
  textarea {
    min-height: 60px;
  }
  label,
  legend {
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  input[type="checkbox"] {
    display: inline;
  }
  label span,
  legend span {
    font-weight: normal;
    font-size: 14px;
    color: #444;
  }
  a {
    color: #000;
  }
  .clear {
    clear: both;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .row-offset-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .row-offset-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  a {
    color: #333;
  }
  a:hover {
    text-decoration: none;
  }
  a:visited {
    color: #333;
  }
  body {
    background: url("images/bg/content-bg.gif") repeat scroll center center #E8E8E8;
    font-family: 'Georgia', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  body.full-width,
  body.single-attachment {
    background-image: none;
  }
  body.full-width .published-time span,
  body.single-attachment .published-time span {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  body.right-sidebar {
    background: url("images/bg/content-bg-right.gif") repeat scroll center center #E8E8E8;
  }
  header {
    padding: 10px 0px;
  }
  header .site-branding h2,
  header .site-branding h1 {
    line-height: 20px;
    font-size: 24px;
  }
  header .site-branding a {
    margin: 10px 0px 0px;
    text-decoration: none;
    display: block;
  }
  header .site-branding span {
    font-size: 15px;
    font-weight: normal;
  }
  header .site-title img {
    max-width: 90%;
  }
  header select.selectnav {
    display: none !important;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: none;
  }
  .sf-menu,
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sf-menu li {
    position: relative;
  }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  .sf-menu > li {
    float: left;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu ul ul {
    top: 0;
    left: 100%;
  }
  #site-navigation ul {
    font-weight: normal;
    list-style: none;
    float: right;
    font-style: normal;
  }
  #site-navigation div.menu ul > li,
  #site-navigation ul.menu > li {
    float: left;
    position: relative;
    margin-right: 5px;
  }
  #site-navigation div.menu ul > li.current-menu-parent,
  #site-navigation div.menu ul > li.current_page_item,
  #site-navigation ul.menu > li.current-menu-parent,
  #site-navigation ul.menu > li.current_page_item {
    background: #ccc;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #site-navigation div.menu ul > li.current-menu-parent:before,
  #site-navigation div.menu ul > li.current_page_item:before,
  #site-navigation div.menu ul > li.current-menu-parent > a,
  #site-navigation div.menu ul > li.current_page_item > a,
  #site-navigation ul.menu > li.current-menu-parent:before,
  #site-navigation ul.menu > li.current_page_item:before,
  #site-navigation ul.menu > li.current-menu-parent > a,
  #site-navigation ul.menu > li.current_page_item > a {
    color: #fff;
  }
  #site-navigation div.menu ul > li.current-menu-parent:before:hover,
  #site-navigation div.menu ul > li.current_page_item:before:hover,
  #site-navigation div.menu ul > li.current-menu-parent > a:hover,
  #site-navigation div.menu ul > li.current_page_item > a:hover,
  #site-navigation ul.menu > li.current-menu-parent:before:hover,
  #site-navigation ul.menu > li.current_page_item:before:hover,
  #site-navigation ul.menu > li.current-menu-parent > a:hover,
  #site-navigation ul.menu > li.current_page_item > a:hover {
    color: #000;
  }
  #site-navigation div.menu ul > li.menu-item-has-children,
  #site-navigation ul.menu > li.menu-item-has-children {
    padding-right: 5px;
  }
  #site-navigation div.menu ul > li.menu-item-has-children:before,
  #site-navigation ul.menu > li.menu-item-has-children:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 3px;
    top: 10px;
    padding-right: 2px;
  }
  #site-navigation div.menu ul > li.menu-item-has-children :hover,
  #site-navigation ul.menu > li.menu-item-has-children :hover {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #000;
  }
  #site-navigation div.menu ul ul,
  #site-navigation ul.menu ul {
    position: absolute;
    top: auto;
    display: none;
    padding: 5px 0px;
    margin: -1px 0 0 0px;
    background: #fff;
    -webkit-box-shadow: 2px 4px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 4px 3px rgba(0,0,0,0.05);
    box-shadow: 2px 4px 3px rgba(0,0,0,0.05);
  }
  #site-navigation div.menu ul ul ul,
  #site-navigation ul.menu ul ul {
    left: 200px;
    margin-top: -30px;
    background: #fff;
  }
  #site-navigation div.menu ul li.sfHover > a,
  #site-navigation ul.menu li.sfHover > a {
    background: #fff;
  }
  #site-navigation div.menu ul li ul,
  #site-navigation ul.menu li ul {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 109;
  }
  #site-navigation div.menu ul li ul li,
  #site-navigation ul.menu li ul li {
    float: none;
    width: 200px;
  }
  #site-navigation div.menu ul li,
  #site-navigation ul.menu li {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  #site-navigation div.menu ul li.sfHover,
  #site-navigation ul.menu li.sfHover {
    background-color: #fff;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #site-navigation div.menu ul li.sfHover a,
  #site-navigation ul.menu li.sfHover a {
    color: #000;
  }
  #site-navigation div.menu ul li a,
  #site-navigation ul.menu li a {
    padding: 10px 15px;
    color: #444;
    font-size: 14px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  #site-navigation ul.menu li:not(.menu-item-has-children) a:hover {
    background: #fff;
    color:#000;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  #site-navigation div.menu ul li ul li a,
  #site-navigation ul.menu li ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #site-navigation div.menu ul li ul li a:hover,
  #site-navigation ul.menu li ul li a:hover {
    padding-left: 15px;
  }
  #site-navigation div.menu ul li.active > a,
  #site-navigation ul.menu li.active > a {
    z-index: 110;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 110;
    margin: 0px;
  }
  #site-navigation div.menu ul > li ul li a,
  #site-navigation ul.menu > li ul li a {
    border: none;
    font-style: normal;
  }
  #site-navigation div.menu ul > li ul li a:hover,
  #site-navigation ul.menu > li ul li a:hover {
    background: #eee;
  }
  #site-navigation label {
    display: none;
  }
  #site-navigation form {
    margin-right: 9px;
  }
  #site-navigation #searchform input#s {
    width: 100px;
  }
  .sidebar {
    margin-top: 28px;
  }
  .sidebar h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 8px 0 20px;
    background: url("images/double-line.png") repeat-x scroll center center transparent;
    color: rgba(0,0,0,0.9);
  }
  .sidebar h3 span {
    background: #fff;
    padding: 0 10px 10px 0px;
  }
  #mainslider {
    background: #000;
    border: 6px solid #fff;
  }
  #mainslider li {
    margin-bottom: 0px;
  }
  #slider-shadow {
    background: url("images/shadow-featured.png") no-repeat top center;
    height: 14px;
    width: 100%;
    margin-bottom: 30px;
  }
  @media screen and (min-width: 0px) and (max-width: 500px) {
    .videoGallery .rsTmb {
      padding: 6px 8px;
    }
    .videoGallery .rsTmb h5 {
      font-size: 12px;
      line-height: 17px;
    }
    .videoGallery .rsThumbs.rsThumbsVer {
      width: 100px;
      padding: 0;
    }
    .videoGallery .rsThumbs .rsThumb {
      width: 100px;
      height: 47px;
    }
    .videoGallery .rsTmb span {
      display: none;
    }
    .videoGallery .rsOverflow,
    .royalSlider.videoGallery {
      height: 300px !important;
    }
    .sampleBlock {
      font-size: 14px;
    }
  }
  #video-gallery.rsDefault {
    width: 100%;
    height: 460px;
    overflow: auto;
  }
  #video-gallery.rsDefault .rsNavItem.rsThumb {
    height: auto;
  }
  #video-gallery.rsDefault .rsThumb,
  #video-gallery.rsDefault .rsThumbsVer {
    width: 250px;
  }
  #video-gallery.rsDefault .rsThumb img {
    width: auto;
    height: auto;
    display: block;
    float: right;
    margin-left: 10px;
  }
  #video-gallery.rsDefault .rsThumb .rsTmb {
    display: block;
    font-size: 14px;
    margin-right: 1px;
    opacity: 0.6;
    padding: 5px 10px;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid #111111;
    border-top: 1px solid #555555;
    color: #FFFFFF;
  }
  #video-gallery.rsDefault .rsGCaption {
    position: absolute;
    float: none;
    bottom: 50px;
    left: inherit;
    right: 250px;
    text-align: right;
    background: transparent;
    color: #fff;
    padding: 0px;
    width: auto;
    font-size: 12px;
    border-radius: 0px;
  }
  #video-gallery.rsDefault .rsGCaption h2 {
    font-size: 26px;
    padding: 10px;
    text-align: right;
    background: #fff;
    margin: 0px;
    font-weight: normal;
  }
  #video-gallery.rsDefault .rsGCaption p {
    font-size: 14px;
    color: #999;
    margin-right: 20px;
    background: #000;
    display: inline;
    padding: 10px;
    line-height: 28px;
    text-align: right;
  }
  #video-gallery.rsDefault .rsGCaption p span {
    color: #eee;
    font-style: italic;
  }
  #video-gallery.rsDefault .rsGCaption p a {
    color: #fff;
    text-decoration: underline;
  }
  #video-gallery.rsDefault .rsThumb.rsNavSelected {
    opacity: 1;
    background: none;
  }
  #video-gallery.rsDefault .rsThumb.rsNavSelected .rsTmb {
    opacity: 1;
  }
  #video-gallery.rsDefault .rsThumb.rsNavSelected img {
    opacity: 1;
  }
  #video-gallery.rsDefault .rsThumb:hover {
    opacity: 1;
  }
  .entry-header {
    font-size: 28px;
    line-height: 34px;
    color: rgba(0,0,0,0.9);
    font-family: 'Droid Serif', sans-serif;
    font-weight: normal;
    margin: 0 0px 10px;
    padding: 10px;
    text-align: center;
  }
  .page .entry-header {
    padding-top: 0px;
  }
  .page .published-time {
    margin-top: 0px;
  }
  .page .post .published-time {
    margin-top: 10px;
  }
  .page-title {
    background: url("images/double-line.png") repeat-x scroll center center transparent;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-title span {
    background: #E8E8E8;
    padding: 0 10px;
  }
  .entry-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .entry-title a {
    text-shadow: 1px 1px 1px #fff;
  }
  #author-desc {
    margin-bottom: 24px;
    padding-left: 95px;
  }
  .single .published-time {
    margin: 10px 0px 0px;
  }
  .single .entry-header {
    padding: 10px 0px;
  }
  .single .entry-meta {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
    margin-top: 18px;
    clear: both;
  }
  .single .entry-meta .post-meta {
    padding: 0px;
  }
  .single .entry-meta .post-meta li {
    float: left;
  }
  .flexslider {
    overflow: hidden;
  }
  .flexslider.shortcode {
    margin: 20px 0px;
  }
  .flexslider.shortcode .flex-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
    color: #000;
    padding: 20px 20px 0px;
  }
  section#comments {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .comments-title {
    background: url("images/double-line.png") repeat-x scroll center center transparent;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
  }
  .comments-title span {
    background: #E8E8E8;
    display: inline-block;
    margin: 0 40px;
    padding: 0 10px;
  }
  ol.commentlist {
    float: left;
    width: 100%;
    margin: 0;
  }
  ol.commentlist li {
    padding: 25px 0 0px 0;
    list-style: none;
    display: block;
  }
  ol.commentlist li ul.children {
    margin: 0 0 0 6%;
  }
  ol.commentlist li ul.children li:first-child {
    padding: 25px 0 0 0;
  }
  ol.commentlist li ul.children li {
    margin: 0px 0 15px 0;
  }
  ol.commentlist li:first-child {
    padding: 25px 0 0px 0;
  }
  .avatar {
    float: left;
    margin-right: 30px;
  }
  .comment-des {
    min-width: 400px;
    overflow: hidden;
    color: #444;
    font-size: 14px;
    padding: 0px 0px 22px 0px;
  }
  .comment-des p {
    margin: 0;
    line-height: 23px;
  }
  .comment-des strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #666;
  }
  .comment-des span {
    float: left;
    color: #999;
  }
  .comment-form {
    margin-bottom: 25px;
  }
  .comment-form p + p {
    margin: 5px 0px 0px;
    text-indent: 0px;
  }
  li.pingback,
  li.comment {
    position: relative;
  }
  li.pingback .avatar,
  li.comment .avatar {
    margin-right: 15px;
  }
  li.pingback .reply,
  li.comment .reply {
    float: right;
  }
  li.pingback article.comment,
  li.comment article.comment {
    border-bottom: 1px solid #c2c2c2;
  }
  .comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
  }
  .comment-by span.reply {
    float: right;
    display: inline;
  }
  .comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: normal;
    color: #999;
  }
  .comment-by span.reply a i {
    color: #bbb;
    transition: all 0.1s ease-in-out;
  }
  .comment-by span.reply a:hover,
  .comment-by span.reply a:hover i {
    color: #a0a0a0;
  }
  .comment-by span.date {
    color: #999;
    float: right;
    font-size: 11px;
    padding: 0 0 0 9px;
    margin: 0 0 0 2px;
  }
  h3#reply-title {
    font-size: 18px;
  }
  #commentform textarea {
    width: 100%;
  }
  .dropcap {
    color: #000;
  }
  a.btn,
  .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
  }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus {
    color: #333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-default,
  a.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn-default.active,
  .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open .dropdown-toggle.btn-default {
    background-image: none;
  }
  .btn-default.disabled,
  .btn-default[disabled],
  fieldset[disabled] .btn-default,
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled:active,
  .btn-default[disabled]:active,
  fieldset[disabled] .btn-default:active,
  .btn-default.disabled.active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    background-image: none;
  }
  .btn-primary.disabled,
  .btn-primary[disabled],
  fieldset[disabled] .btn-primary,
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled:active,
  .btn-primary[disabled]:active,
  fieldset[disabled] .btn-primary:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
  }
  .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning:active,
  .btn-warning.active,
  .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open .dropdown-toggle.btn-warning {
    background-image: none;
  }
  .btn-warning.disabled,
  .btn-warning[disabled],
  fieldset[disabled] .btn-warning,
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled:active,
  .btn-warning[disabled]:active,
  fieldset[disabled] .btn-warning:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger:active,
  .btn-danger.active,
  .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open .dropdown-toggle.btn-danger {
    background-image: none;
  }
  .btn-danger.disabled,
  .btn-danger[disabled],
  fieldset[disabled] .btn-danger,
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled:active,
  .btn-danger[disabled]:active,
  fieldset[disabled] .btn-danger:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success:hover,
  .btn-success:focus,
  .btn-success:active,
  .btn-success.active,
  .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
  }
  .btn-success:active,
  .btn-success.active,
  .open .dropdown-toggle.btn-success {
    background-image: none;
  }
  .btn-success.disabled,
  .btn-success[disabled],
  fieldset[disabled] .btn-success,
  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled:active,
  .btn-success[disabled]:active,
  fieldset[disabled] .btn-success:active,
  .btn-success.disabled.active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info:hover,
  .btn-info:focus,
  .btn-info:active,
  .btn-info.active,
  .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
  }
  .btn-info:active,
  .btn-info.active,
  .open .dropdown-toggle.btn-info {
    background-image: none;
  }
  .btn-info.disabled,
  .btn-info[disabled],
  fieldset[disabled] .btn-info,
  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled:active,
  .btn-info[disabled]:active,
  fieldset[disabled] .btn-info:active,
  .btn-info.disabled.active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  a.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
  }
  a.btn-link,
  .btn-link:active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  a.btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent;
  }
  a.btn-link:hover,
  .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
  }
  a.btn-link[disabled]:hover,
  fieldset[disabled] .btn-link:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
  }
  .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .btn-sm,
  .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-xs {
    padding: 1px 5px;
  }
  .btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-block+.btn-block {
    margin-top: 5px;
  }
  .mainfooter {
    box-shadow: 0 -1px 1px 4px rgba(0,0,0,0.05);
    border: 0px;
    background: url("images/pattern.jpg");
    padding-top: 35px;
  }
  #footer-container {
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 0 0 5px #FFFFFF;
  }
  #footer-container .widget {
    padding: 20px 30px;
  }
  #footer-container h3 {
    font-size: 21px;
    margin-bottom: 15px;
    background: url("images/double-line.png") repeat-x scroll center transparent;
  }
  #footer-container h3 span {
    background: #fff;
    padding: 0px 10px 0px 0px;
  }
  #footer-container #colophon {
    border-top: 1px solid #ddd;
    clear: both;
    padding: 20px;
    font-size: 11px;
  }
  #footer-container #colophon #gototop {
    float: right;
  }
  div.attachment {
    text-align: center;
    background: #000;
    position: relative;
  }
  div.attachment img {
    margin: 0px auto;
  }
  div.attachment .nav-next,
  div.attachment .nav-previous {
    position: absolute;
    top: 50%;
    background: rgba(0,0,0,0.5);
    padding: 10px;
  }
  div.attachment .nav-previous {
    left: 0px;
  }
  div.attachment .nav-next {
    right: 0px;
  }
  div.attachment a {
    color: #ddd;
  }
  .post-thumbnail {
    text-align: center;
    margin-bottom: 20px;
  }
  .cp-read-more {
    display: block;
    color: #999;
  }
  #primary .grid {
    margin-top: 20px;
  }
  #primary .grid .page,
  #primary .grid .post {
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    float: left;
    margin-bottom: 30px;
    padding: 0;
    margin: 10px;
    width: 355px;
  }
  #primary .grid .page.sticky,
  #primary .grid .page.sticky footer,
  #primary .grid .post.sticky,
  #primary .grid .post.sticky footer {
    background: url("images/recipe/yellowcard-bg.png") no-repeat scroll right top #FFFF9E;
  }
  #primary .grid .page.sticky .published-time span,
  #primary .grid .page.sticky footer .published-time span,
  #primary .grid .post.sticky .published-time span,
  #primary .grid .post.sticky footer .published-time span {
    background: #FFFF9E;
  }
  #primary .grid .page.sticky footer,
  #primary .grid .post.sticky footer {
    box-shadow: 0 0 10px #F1F15C inset;
  }
  #primary .grid .page .entry-content,
  #primary .grid .post .entry-content {
    margin: 0 15px;
    padding: 10px;
  }
  #primary .grid .page .published-time span,
  #primary .grid .post .published-time span {
    background: #fff;
  }
  #primary .grid .page h2.entry-title,
  #primary .grid .post h2.entry-title {
    color: #000;
    font-family: 'Droid Serif', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
    margin: 0 15px -1px;
    padding: 10px;
    text-align: center;
  }
  #primary .grid .page h2.entry-title a,
  #primary .grid .post h2.entry-title a {
    color: #000;
  }
  #primary .grid .page .attachment-post-thumbnail,
  #primary .grid .post .attachment-post-thumbnail {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #primary .grid .page .attachment-post-thumbnail:hover,
  #primary .grid .post .attachment-post-thumbnail:hover {
    opacity: 0.6;
  }
  #primary .grid .page footer,
  #primary .grid .post footer {
    background: url("images/double-line.png") repeat-x scroll top center #fafafa;
    box-shadow: 0 0 10px #fff inset;
    padding: 10px 0px;
    margin-top: 10px;
    font-size: 11px;
    font-family: "Arial", sans-serif;
  }
  #primary .grid .page footer ul,
  #primary .grid .post footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px 15px;
    overflow: hidden;
  }
  #primary .excerpt .post {
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    padding: 0;
  }
  #primary .excerpt .post.quotepost blockquote {
    margin: 20px;
  }
  #primary .excerpt .post .attachment-post-thumbnail {
    width: 100%;
    height: auto;
  }
  #primary .excerpt .post .published-time {
    margin: 0px;
  }
  #primary .excerpt .post .published-time span {
    background: #fff;
  }
  #primary .excerpt .post h2.entry-title {
    color: #000;
    font-family: 'Droid Serif', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
    margin: 0 15px -1px;
    padding: 10px;
    text-align: center;
  }
  #primary .excerpt .post h2.entry-title a {
    color: #000;
  }
  #primary .excerpt .post .col-md-5 {
    padding: 0px;
  }
  #primary .excerpt .post footer {
    background: url("images/double-line.png") repeat-x scroll top center #fafafa;
    box-shadow: 0 0 10px #fff inset;
    padding: 10px 0px;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    font-family: "Arial", sans-serif;
  }
  .published-time {
    display: block;
    font-size: 11px;
    margin: 10px 15px 0px;
    text-align: center;
    text-decoration: none;
    background: url("images/double-line.png") repeat-x scroll center transparent;
  }
  .published-time a {
    color: #333;
  }
  .published-time a:visited {
    color: #333;
  }
  .published-time span {
    background: #E8E8E8;
    display: inline-block;
    padding: 0px 10px;
    font-family: "Lucida Grande", Tahoma;
    font-size: 10px;
    font-weight: lighter;
    font-variant: normal;
    text-transform: uppercase;
    text-align: center !important;
    letter-spacing: 0.3em;
  }
  .post-meta {
    list-style: none;
    margin: 0px;
    padding: 0px 15px;
    overflow: hidden;
    font-size: 11px;
  }
  .post-meta .glyphicons:before {
    font-size: 12px;
    color: #888;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .post-meta .glyphicons:hover:before {
    color: #000;
  }
  .post-meta .glyphicons {
    line-height: 14px;
    padding-left: 15px;
  }
  .post-meta .glyphicons:hover {
    color: #000;
  }
  .post-meta a:hover {
    text-decoration: none;
  }
  .post-meta li {
    float: right;
    padding-right: 10px;
    margin-bottom: 3px;
  }
  iframe.twitter-tweet {
    margin: 0px auto 40px !important;
  }
  #nav-below {
    background: url("images/double-line.png") repeat-x scroll center top #FAFAFA;
    box-shadow: 0 0 10px #FFFFFF inset;
    clear: both;
    margin: 35px 0;
    overflow: hidden;
    padding: 10px;
  }
  #nav-below span {
    font-size: 10px;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
  }
  #nav-below img {
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    padding: 5px;
    float: left;
    margin-right: 10px;
  }
  #nav-below .nav-next img {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
  }
  #nav-below a:hover {
    color: #808080;
    text-decoration: none;
  }
  #nav-below .nav-previous {
    float: left;
    width: 49%;
    text-align: left;
    cursor: pointer;
  }
  #nav-below .nav-next {
    float: right;
    width: 49%;
    text-align: right;
    cursor: pointer;
  }
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
  }
  .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
  }
  .screen-reader-text:hover,
  .screen-reader-text:active,
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  .hentry {
    margin: 0 0 1.5em;
  }
  .byline,
  .updated {
    display: none;
  }
  .single .byline,
  .group-blog .byline {
    display: inline;
  }
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 1.5em 0 0;
  }
  .page-links {
    clear: both;
    margin: 0 0 1.5em;
    font-weight: bold;
    font-size: 16px;
    background: url("images/double-line.png") repeat-x scroll center top;
    padding-top: 10px;
  }
  .page-links a {
    font-weight: normal;
  }
  #author-data h4 {
    margin-bottom: 10px;
  }
  .blog .format-aside .entry-title,
  .archive .format-aside .entry-title {
    display: none;
  }
  .page-content img.wp-smiley,
  .entry-content img.wp-smiley,
  .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  .wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
    background: #fff;
  }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
  }
  dl.wp-caption dt {
    float: none;
    width: 100%;
    clear: none;
    overflow: auto;
  }
  dl.wp-caption dd {
    margin: 10px;
  }
  .wp-caption-text {
    text-align: center;
  }
  .wp-caption-text .wp-caption-text {
    margin: 0.8075em 0;
  }
  .site-main .gallery {
    margin-bottom: 1.5em;
  }
  embed,
  object {
    max-width: 100%;
  }
  .comment-content a {
    word-wrap: break-word;
  }
  .search-form {
    overflow: hidden;
  }
  .widget {
    margin: 0 0 1.5em;
  }
  .widget select {
    max-width: 100%;
  }
  .widget .search-submit {
    display: none;
  }
  .widget ul {
    list-style: circle;
    padding: 0px;
    padding-left: 18px;
    margin-top: 20px;
  }
  .widget ul li {
    margin-top: 5px;
  }
  .widget input[type="search"] {
    float: left;
    color: #aaa;
    background: #F0F0EF;
    border: 0px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    width: 85%;
    margin-top: -38px;
    padding: 10px 12px;
    line-height: 18px;
    height: 18px;
  }
  .widget .search-btn {
    background-color: #F0F0EF;
    border-radius: 0 3px 3px 0;
    border: 0;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    float: right;
    z-index: 5;
    position: relative;
    padding: 9px 16px;
    line-height: 18px;
    margin: 0;
    height: 38px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .widget.purepress-share {
    margin-bottom: 100px;
  }
  .widget.purepress-recent ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .widget.purepress-recent ul li {
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .widget.purepress-recent ul li:hover {
    padding-left: 10px;
  }
  .widget.purepress-recent ul .widget-thumb {
    float: left;
    margin-right: 10px;
  }
  .widget.purepress-recent ul .widget-thumb img {
    max-width: 60px;
    height: auto;
    border: 1px solid #EEEEEE;
    padding: 3px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .widget.purepress-recent ul .widget-thumb img:hover {
    opacity: 0.6;
    border: 1px solid #ddd;
  }
  .widget.purepress-recent ul .widget-text a {
    display: block;
    margin-bottom: 5px;
  }
  .widget.purepress-recent ul .widget-text span {
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Arial", sans-serif;
  }
  .widget.purepress-share input {
    display: inline;
  }
  .widget.purepress-share ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .widget.purepress-share ul li {
    float: left;
    margin-right: 10px;
  }
  .widget.purepress-share ul li#share-pinterest {
    padding-top: 30px;
  }
  .advsearch-container {
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    border-radius: 0px;
    background: #fff;
    padding: 5px;
    margin-bottom: 40px;
  }
  .advsearch-container .advsearch {
    padding: 20px 20px 20px;
    border: 1px solid #ddd;
  }
  .advsearch-container fieldset {
    border: 0px;
  }
  .advsearch-container select {
    min-width: 200px;
  }
  .advsearch-container select#include_ing,
  .advsearch-container select#exclude_ing {
    min-width: 400px;
  }
  .advsearch-container label {
    width: 150px;
    float: left;
    display: block;
  }
  .advsearch-container label.full {
    float: none;
    width: 100%;
  }
  .advsearch-container p {
    padding: 10px;
    margin: 0px;
  }
  .advsearch-container input#s {
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top,#EEEEEE 1%,#FFFFFF 15%);
    border: 1px solid #AAAAAA;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 3px 5px;
    width: 235px;
    border-radius: 0px;
    position: relative;
  }
  .infinite-scroll .paging-navigation,
  .infinite-scroll.neverending .site-footer {
    display: none;
  }
  .infinity-end.neverending .site-footer {
    display: block;
  }
  .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
  }
  .chosen-container a {
    cursor: pointer;
  }
  .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 22px;
  }
  .chosen-container-single .chosen-default {
    color: #999;
  }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
  }
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
  }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
  }
  .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
  }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
  }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/chosen-sprite.png) no-repeat 0 2px;
  }
  .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
  }
  .chosen-container-single .chosen-search input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(images/chosen-sprite.png) no-repeat 100% -20px;
    background: url(images/chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background: url(images/chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(#eee 1%,#fff 15%);
    background: url(images/chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(#eee 1%,#fff 15%);
    background: url(images/chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(#eee 1%,#fff 15%);
    background: url(images/chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eee 1%,#fff 15%);
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
  }
  .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
  }
  .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
  }
  .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
  }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
  }
  .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
  }
  .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
  }
  .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
    color: #fff;
  }
  .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
  }
  .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
  }
  .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
  }
  .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
  }
  .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(#eee 1%,#fff 15%);
    background-image: -o-linear-gradient(#eee 1%,#fff 15%);
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text;
  }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
  }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 5px;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
  }
  .chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
  }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
  }
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
  }
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
  }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
    background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    color: #666;
  }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
  }
  .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
  }
  .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
  }
  .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
  }
  .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  }
  .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: -webkit-linear-gradient(#eee 20%,#fff 80%);
    background-image: -moz-linear-gradient(#eee 20%,#fff 80%);
    background-image: -o-linear-gradient(#eee 20%,#fff 80%);
    background-image: linear-gradient(#eee 20%,#fff 80%);
    box-shadow: 0 1px 0 #fff inset;
  }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent;
  }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
  }
  .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  }
  .chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #111 !important;
  }
  .chosen-disabled {
    opacity: .5 !important;
    cursor: default;
  }
  .chosen-disabled .chosen-single {
    cursor: default;
  }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
  }
  .chosen-rtl {
    text-align: right;
  }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
  }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
  }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
  }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
  }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
  }
  .chosen-rtl .chosen-choices li {
    float: right;
  }
  .chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl;
  }
  .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
  }
  .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
  }
  .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  .chosen-rtl .chosen-drop {
    left: 9999px;
  }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
  }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
  }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0;
  }
  .chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(images/chosen-sprite.png) no-repeat -30px -20px;
    background: url(images/chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background: url(images/chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eee 1%,#fff 15%);
    background: url(images/chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eee 1%,#fff 15%);
    background: url(images/chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eee 1%,#fff 15%);
    background: url(images/chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eee 1%,#fff 15%);
    direction: rtl;
  }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
  }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
      background-image: url(chosen-sprite@2x.png) !important;
      background-size: 52px 37px !important;
      background-repeat: no-repeat !important;
    }
  }
  .ui-autocomplete-menu {
    position: absolute;
    cursor: default;
  }
  .ui-autocomplete-loading {
    background: white url('images/ui-anim.basic.16x16.gif') right center no-repeat;
  }
  .ui-autocomplete-over {
    background-color: #0A246A;
    color: white;
  }
  .ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
  }
  .ui-menu .ui-menu {
    margin-top: -3px;
  }
  .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
  }
  .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
  }
  .ui-menu .ui-menu-item a.ui-state-hover,
  .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
  }
  .ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
  }
  .ui-menu .ui-menu {
    margin-top: -3px;
  }
  .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #96f226;
    border-radius: 0px;
    border: 1px solid #454545;
  }
  .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
  }
  .ui-menu .ui-menu-item a.ui-state-hover,
  .ui-menu .ui-menu-item a.ui-state-active {
    margin: -1px;
  }
  .ui-autocomplete {
    background: #fff;
    border-radius: 0px;
  }
  .ui-autocomplete.source:hover {
    background: #ddd;
  }
  .addrecipe-cont {
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    border-radius: 0px;
    background: #fff;
    padding: 5px;
    margin-bottom: 40px;
  }
  .addrecipe-cont .addrecipe {
    padding: 20px 20px 20px;
    border: 1px solid #ddd;
  }
  .addrecipe-cont .addrecipe h4 {
    font-size: 18px;
  }
  .addrecipe-cont .addrecipe .wp-switch-editor,
  .addrecipe-cont .addrecipe .tmce-active .switch-tmce,
  .addrecipe-cont .addrecipe .html-active .switch-html {
    height: 30px;
  }
  .addrecipe-cont .addrecipe ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .addrecipe-cont input#title {
    width: 100%;
  }
  .addrecipe-cont select.chosen {
    min-width: 50%;
  }
  .addrecipe-cont fieldset {
    border: 0px;
    margin: 0px 0 0;
    padding: 10px 10px 35px 10px;
    position: relative;
  }
  .addrecipe-cont fieldset.category {
    padding-bottom: 0px;
  }
  .addrecipe-cont fieldset.error input {
    border: 1px solid #DE5959;
  }
  .addrecipe-cont fieldset.error.instructions input {
    border: 1px solid #C3C3C3;
  }
  .addrecipe-cont fieldset.error.instructions textarea {
    border: 1px solid #DE5959;
  }
  .addrecipe-cont .category h4 span {
    margin-right: 20px;
  }
  .addrecipe-cont .button {
    background: #eee;
  }
  .addrecipe-cont #nutritionfacts_list li {
    background: none;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding: 4px 10px;
  }
  .addrecipe-cont #nutritionfacts_list li input {
    padding: 4px;
    border: 0px;
    box-shadow: 0px 0px 0px;
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    float: none;
    display: inline;
    width: 60px;
    max-width: 60px;
  }
  .addrecipe-cont #nutritions li {
    margin: 5px 0px;
  }
  .addrecipe-cont #nutritions li label {
    float: left;
    width: 150px;
  }
  .addrecipe-cont #nutritions li input {
    padding: 4px;
    box-shadow: 0px 0px 0px;
    border-radius: 0px;
  }
  .addrecipe-cont table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 100%;
  }
  .addrecipe-cont table th {
    background: none repeat scroll 0 0 #FFFFFF;
    font-weight: normal;
    padding: 10px;
    text-align: left;
  }
  .addrecipe-cont table td {
    padding: 10px;
  }
  .addrecipe-cont table tr.ingridients-cont {
    background: #fff;
    cursor: pointer;
  }
  .addrecipe-cont table tr.ingridients-cont:nth-child(odd) {
    background: #FAFAFA;
  }
  .addrecipe-cont table tr.ingridients-cont.separator {
    background: #f5f5f5;
  }
  .addrecipe-cont table tr.ingridients-cont.separator input {
    background: #fafafa;
  }
  .addrecipe-cont table tr.ingridients-cont.separator input.notes {
    display: none;
  }
  .addrecipe-cont table .ingridients-cont input {
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    padding: 5px;
    width: 100%;
  }
  .addrecipe-cont table a.add_separator,
  .addrecipe-cont table a.add_ingridient {
    background: none repeat scroll 0 0 #E2E2E2;
    border: 1px solid #DDDDDD;
  }
  .loginbox h3 {
    margin-top: 20px;
  }
  .loginbox label {
    float: left;
    width: 150px;
    padding-top: 8px;
  }
  .right-sidebar #site-navigation ul {
    float: left;
    margin-left: 0px;
    padding-left: 0px;
  }
  .right-sidebar header .site-branding h2,
  .right-sidebar header .site-branding h1 {
    text-align: right;
  }
  blockquote {
    background: url("images/recipe/tearedh-bg.png") repeat scroll left -1px transparent;
    font-family: 'Droid Serif', arial, serif;
    font-size: 15px;
    font-style: italic;
    margin: 10px 25px 20px 0;
    padding: 15px 15px 5px 31px;
    position: relative;
  }
  blockquote cite {
    display: block;
    font-style: normal;
    text-align: right;
  }
  blockquote:before {
    position: absolute;
    background: url('images/sketch.png') no-repeat;
    display: block;
    top: -13px;
    left: 45%;
    width: 99px;
    height: 26px;
    content: " ";
  }
  table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
  }
  table th,
  table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #efefef;
  }
  table th {
    color: #000;
  }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 0;
  }
  table tbody + tbody {
    border-top: 2px solid #efefef;
  }
  table table table {
    background-color: #fff;
  }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f6f6f6;
  }
  table.plain tbody > tr:nth-child(odd) > td,
  table.plain tbody > tr:nth-child(odd) > th {
    background: transparent;
  }
  dl {
    margin: 1.6em 0;
  }
  dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 1em;
  }
  dl dd {
    margin-left: 200px;
    margin-bottom: 1em;
  }
  dl.gallery-item dt {
    float: none;
  }
  pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0;
    border: 1px solid #eee;
    width: 100%;
    padding: 10px;
    font-family: monospace, sans-serif;
    font-size: 0.9em;
    white-space: pre;
    overflow: auto;
    background: #fff;
    border-radius: 3px;
  }
  @media (max-width: 767px) {
    body {
      background: #E8E8E8;
    }
    #primary .grid .page,
    #primary .grid .post {
      width: 100%;
    }
    .site-title {
      text-align: center;
    }
    .widget input[type="search"] {
      margin-top: 0px;
    }
    .widget .search-btn {
      float: none;
    }
    .post-thumbnail {
      background: #333;
    }
    .sidebar h3,
    .sidebar h3 span {
      background: transparent;
    }
    #site-navigation {
      display: none;
    }
    header select.selectnav {
      display: block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    body {
      background: #E8E8E8;
    }
    .site-title {
      text-align: center;
    }
    #site-navigation ul {
      float: left;
      margin-right: 0px;
    }
    #primary .grid .page,
    #primary .grid .post {
      width: 340px;
    }
    .site-title img {
      max-width: 90%;
    }
    .widget input[type="search"] {
      margin-top: 0px;
    }
    .widget .search-btn {
      float: none;
    }
    .sidebar h3,
    .sidebar h3 span {
      background: transparent;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    body {
      background-position: 48% center;
    }
    #primary .grid .page,
    #primary .grid .post {
      width: 288px;
    }
  }
  @font-face {
    font-family: 'Glyphicons Regular';
    src: url('fonts/glyphicons-regular.eot');
    src: url('fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-regular.woff') format('woff'), url('fonts/glyphicons-regular.ttf') format('truetype'), url('fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .glyphicons {
    display: inline-block;
    position: relative;
    padding-left: 48px;
    color: #1d1d1b;
    text-decoration: none;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
  .glyphicons:before {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    margin: 0 5px 0 0;
    font: 24px/1em 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    color: #1d1d1b;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }
  .glyphicons.white:before {
    color: #fff;
  }
  .glyphicons.glass:before {
    content: "\E001";
  }
  .glyphicons.leaf:before {
    content: "\E002";
  }
  .glyphicons.dog:before {
    content: "\1F415";
  }
  .glyphicons.user:before {
    content: "\E004";
  }
  .glyphicons.girl:before {
    content: "\1F467";
  }
  .glyphicons.car:before {
    content: "\E006";
  }
  .glyphicons.user_add:before {
    content: "\E007";
  }
  .glyphicons.user_remove:before {
    content: "\E008";
  }
  .glyphicons.film:before {
    content: "\E009";
  }
  .glyphicons.magic:before {
    content: "\E010";
  }
  .glyphicons.envelope:before {
    content: "\2709";
  }
  .glyphicons.camera:before {
    content: "\1F4F7";
  }
  .glyphicons.heart:before {
    content: "\E013";
  }
  .glyphicons.beach_umbrella:before {
    content: "\E014";
  }
  .glyphicons.train:before {
    content: "\1F686";
  }
  .glyphicons.print:before {
    content: "\E016";
  }
  .glyphicons.bin:before {
    content: "\E017";
  }
  .glyphicons.music:before {
    content: "\E018";
  }
  .glyphicons.note:before {
    content: "\E019";
  }
  .glyphicons.heart_empty:before {
    content: "\E020";
  }
  .glyphicons.home:before {
    content: "\E021";
  }
  .glyphicons.snowflake:before {
    content: "\2744";
  }
  .glyphicons.fire:before {
    content: "\1F525";
  }
  .glyphicons.magnet:before {
    content: "\E024";
  }
  .glyphicons.parents:before {
    content: "\E025";
  }
  .glyphicons.binoculars:before {
    content: "\E026";
  }
  .glyphicons.road:before {
    content: "\E027";
  }
  .glyphicons.search:before {
    content: "\E028";
  }
  .glyphicons.cars:before {
    content: "\E029";
  }
  .glyphicons.notes_2:before {
    content: "\E030";
  }
  .glyphicons.pencil:before {
    content: "\270F";
  }
  .glyphicons.bus:before {
    content: "\1F68C";
  }
  .glyphicons.wifi_alt:before {
    content: "\E033";
  }
  .glyphicons.luggage:before {
    content: "\E034";
  }
  .glyphicons.old_man:before {
    content: "\E035";
  }
  .glyphicons.woman:before {
    content: "\1F469";
  }
  .glyphicons.file:before {
    content: "\E037";
  }
  .glyphicons.coins:before {
    content: "\E038";
  }
  .glyphicons.airplane:before {
    content: "\2708";
  }
  .glyphicons.notes:before {
    content: "\E040";
  }
  .glyphicons.stats:before {
    content: "\E041";
  }
  .glyphicons.charts:before {
    content: "\E042";
  }
  .glyphicons.pie_chart:before {
    content: "\E043";
  }
  .glyphicons.group:before {
    content: "\E044";
  }
  .glyphicons.keys:before {
    content: "\E045";
  }
  .glyphicons.calendar:before {
    content: "\1F4C5";
  }
  .glyphicons.router:before {
    content: "\E047";
  }
  .glyphicons.camera_small:before {
    content: "\E048";
  }
  .glyphicons.dislikes:before {
    content: "\E049";
  }
  .glyphicons.star:before {
    content: "\E050";
  }
  .glyphicons.link:before {
    content: "\E051";
  }
  .glyphicons.eye_open:before {
    content: "\E052";
  }
  .glyphicons.eye_close:before {
    content: "\E053";
  }
  .glyphicons.alarm:before {
    content: "\E054";
  }
  .glyphicons.clock:before {
    content: "\E055";
  }
  .glyphicons.stopwatch:before {
    content: "\E056";
  }
  .glyphicons.projector:before {
    content: "\E057";
  }
  .glyphicons.history:before {
    content: "\E058";
  }
  .glyphicons.truck:before {
    content: "\E059";
  }
  .glyphicons.cargo:before {
    content: "\E060";
  }
  .glyphicons.compass:before {
    content: "\E061";
  }
  .glyphicons.keynote:before {
    content: "\E062";
  }
  .glyphicons.paperclip:before {
    content: "\1F4CE";
  }
  .glyphicons.power:before {
    content: "\E064";
  }
  .glyphicons.lightbulb:before {
    content: "\E065";
  }
  .glyphicons.tag:before {
    content: "\E066";
  }
  .glyphicons.tags:before {
    content: "\E067";
  }
  .glyphicons.cleaning:before {
    content: "\E068";
  }
  .glyphicons.ruller:before {
    content: "\E069";
  }
  .glyphicons.gift:before {
    content: "\E070";
  }
  .glyphicons.umbrella:before {
    content: "\2602";
  }
  .glyphicons.book:before {
    content: "\E072";
  }
  .glyphicons.bookmark:before {
    content: "\1F516";
  }
  .glyphicons.wifi:before {
    content: "\E074";
  }
  .glyphicons.cup:before {
    content: "\E075";
  }
  .glyphicons.stroller:before {
    content: "\E076";
  }
  .glyphicons.headphones:before {
    content: "\E077";
  }
  .glyphicons.headset:before {
    content: "\E078";
  }
  .glyphicons.warning_sign:before {
    content: "\E079";
  }
  .glyphicons.signal:before {
    content: "\E080";
  }
  .glyphicons.retweet:before {
    content: "\E081";
  }
  .glyphicons.refresh:before {
    content: "\E082";
  }
  .glyphicons.roundabout:before {
    content: "\E083";
  }
  .glyphicons.random:before {
    content: "\E084";
  }
  .glyphicons.heat:before {
    content: "\E085";
  }
  .glyphicons.repeat:before {
    content: "\E086";
  }
  .glyphicons.display:before {
    content: "\E087";
  }
  .glyphicons.log_book:before {
    content: "\E088";
  }
  .glyphicons.address_book:before {
    content: "\E089";
  }
  .glyphicons.building:before {
    content: "\E090";
  }
  .glyphicons.eyedropper:before {
    content: "\E091";
  }
  .glyphicons.adjust:before {
    content: "\E092";
  }
  .glyphicons.tint:before {
    content: "\E093";
  }
  .glyphicons.crop:before {
    content: "\E094";
  }
  .glyphicons.vector_path_square:before {
    content: "\E095";
  }
  .glyphicons.vector_path_circle:before {
    content: "\E096";
  }
  .glyphicons.vector_path_polygon:before {
    content: "\E097";
  }
  .glyphicons.vector_path_line:before {
    content: "\E098";
  }
  .glyphicons.vector_path_curve:before {
    content: "\E099";
  }
  .glyphicons.vector_path_all:before {
    content: "\E100";
  }
  .glyphicons.font:before {
    content: "\E101";
  }
  .glyphicons.italic:before {
    content: "\E102";
  }
  .glyphicons.bold:before {
    content: "\E103";
  }
  .glyphicons.text_underline:before {
    content: "\E104";
  }
  .glyphicons.text_strike:before {
    content: "\E105";
  }
  .glyphicons.text_height:before {
    content: "\E106";
  }
  .glyphicons.text_width:before {
    content: "\E107";
  }
  .glyphicons.text_resize:before {
    content: "\E108";
  }
  .glyphicons.left_indent:before {
    content: "\E109";
  }
  .glyphicons.right_indent:before {
    content: "\E110";
  }
  .glyphicons.align_left:before {
    content: "\E111";
  }
  .glyphicons.align_center:before {
    content: "\E112";
  }
  .glyphicons.align_right:before {
    content: "\E113";
  }
  .glyphicons.justify:before {
    content: "\E114";
  }
  .glyphicons.list:before {
    content: "\E115";
  }
  .glyphicons.text_smaller:before {
    content: "\E116";
  }
  .glyphicons.text_bigger:before {
    content: "\E117";
  }
  .glyphicons.embed:before {
    content: "\E118";
  }
  .glyphicons.embed_close:before {
    content: "\E119";
  }
  .glyphicons.table:before {
    content: "\E120";
  }
  .glyphicons.message_full:before {
    content: "\E121";
  }
  .glyphicons.message_empty:before {
    content: "\E122";
  }
  .glyphicons.message_in:before {
    content: "\E123";
  }
  .glyphicons.message_out:before {
    content: "\E124";
  }
  .glyphicons.message_plus:before {
    content: "\E125";
  }
  .glyphicons.message_minus:before {
    content: "\E126";
  }
  .glyphicons.message_ban:before {
    content: "\E127";
  }
  .glyphicons.message_flag:before {
    content: "\E128";
  }
  .glyphicons.message_lock:before {
    content: "\E129";
  }
  .glyphicons.message_new:before {
    content: "\E130";
  }
  .glyphicons.inbox:before {
    content: "\E131";
  }
  .glyphicons.inbox_plus:before {
    content: "\E132";
  }
  .glyphicons.inbox_minus:before {
    content: "\E133";
  }
  .glyphicons.inbox_lock:before {
    content: "\E134";
  }
  .glyphicons.inbox_in:before {
    content: "\E135";
  }
  .glyphicons.inbox_out:before {
    content: "\E136";
  }
  .glyphicons.cogwheel:before {
    content: "\E137";
  }
  .glyphicons.cogwheels:before {
    content: "\E138";
  }
  .glyphicons.picture:before {
    content: "\E139";
  }
  .glyphicons.adjust_alt:before {
    content: "\E140";
  }
  .glyphicons.database_lock:before {
    content: "\E141";
  }
  .glyphicons.database_plus:before {
    content: "\E142";
  }
  .glyphicons.database_minus:before {
    content: "\E143";
  }
  .glyphicons.database_ban:before {
    content: "\E144";
  }
  .glyphicons.folder_open:before {
    content: "\E145";
  }
  .glyphicons.folder_plus:before {
    content: "\E146";
  }
  .glyphicons.folder_minus:before {
    content: "\E147";
  }
  .glyphicons.folder_lock:before {
    content: "\E148";
  }
  .glyphicons.folder_flag:before {
    content: "\E149";
  }
  .glyphicons.folder_new:before {
    content: "\E150";
  }
  .glyphicons.edit:before {
    content: "\E151";
  }
  .glyphicons.new_window:before {
    content: "\E152";
  }
  .glyphicons.check:before {
    content: "\E153";
  }
  .glyphicons.unchecked:before {
    content: "\E154";
  }
  .glyphicons.more_windows:before {
    content: "\E155";
  }
  .glyphicons.show_big_thumbnails:before {
    content: "\E156";
  }
  .glyphicons.show_thumbnails:before {
    content: "\E157";
  }
  .glyphicons.show_thumbnails_with_lines:before {
    content: "\E158";
  }
  .glyphicons.show_lines:before {
    content: "\E159";
  }
  .glyphicons.playlist:before {
    content: "\E160";
  }
  .glyphicons.imac:before {
    content: "\E161";
  }
  .glyphicons.macbook:before {
    content: "\E162";
  }
  .glyphicons.ipad:before {
    content: "\E163";
  }
  .glyphicons.iphone:before {
    content: "\E164";
  }
  .glyphicons.iphone_transfer:before {
    content: "\E165";
  }
  .glyphicons.iphone_exchange:before {
    content: "\E166";
  }
  .glyphicons.ipod:before {
    content: "\E167";
  }
  .glyphicons.ipod_shuffle:before {
    content: "\E168";
  }
  .glyphicons.ear_plugs:before {
    content: "\E169";
  }
  .glyphicons.record:before {
    content: "\E170";
  }
  .glyphicons.step_backward:before {
    content: "\E171";
  }
  .glyphicons.fast_backward:before {
    content: "\E172";
  }
  .glyphicons.rewind:before {
    content: "\E173";
  }
  .glyphicons.play:before {
    content: "\E174";
  }
  .glyphicons.pause:before {
    content: "\E175";
  }
  .glyphicons.stop:before {
    content: "\E176";
  }
  .glyphicons.forward:before {
    content: "\E177";
  }
  .glyphicons.fast_forward:before {
    content: "\E178";
  }
  .glyphicons.step_forward:before {
    content: "\E179";
  }
  .glyphicons.eject:before {
    content: "\E180";
  }
  .glyphicons.facetime_video:before {
    content: "\E181";
  }
  .glyphicons.download_alt:before {
    content: "\E182";
  }
  .glyphicons.mute:before {
    content: "\E183";
  }
  .glyphicons.volume_down:before {
    content: "\E184";
  }
  .glyphicons.volume_up:before {
    content: "\E185";
  }
  .glyphicons.screenshot:before {
    content: "\E186";
  }
  .glyphicons.move:before {
    content: "\E187";
  }
  .glyphicons.more:before {
    content: "\E188";
  }
  .glyphicons.brightness_reduce:before {
    content: "\E189";
  }
  .glyphicons.brightness_increase:before {
    content: "\E190";
  }
  .glyphicons.circle_plus:before {
    content: "\E191";
  }
  .glyphicons.circle_minus:before {
    content: "\E192";
  }
  .glyphicons.circle_remove:before {
    content: "\E193";
  }
  .glyphicons.circle_ok:before {
    content: "\E194";
  }
  .glyphicons.circle_question_mark:before {
    content: "\E195";
  }
  .glyphicons.circle_info:before {
    content: "\E196";
  }
  .glyphicons.circle_exclamation_mark:before {
    content: "\E197";
  }
  .glyphicons.remove:before {
    content: "\E198";
  }
  .glyphicons.ok:before {
    content: "\E199";
  }
  .glyphicons.ban:before {
    content: "\E200";
  }
  .glyphicons.download:before {
    content: "\E201";
  }
  .glyphicons.upload:before {
    content: "\E202";
  }
  .glyphicons.shopping_cart:before {
    content: "\E203";
  }
  .glyphicons.lock:before {
    content: "\1F512";
  }
  .glyphicons.unlock:before {
    content: "\E205";
  }
  .glyphicons.electricity:before {
    content: "\E206";
  }
  .glyphicons.ok_2:before {
    content: "\E207";
  }
  .glyphicons.remove_2:before {
    content: "\E208";
  }
  .glyphicons.cart_out:before {
    content: "\E209";
  }
  .glyphicons.cart_in:before {
    content: "\E210";
  }
  .glyphicons.left_arrow:before {
    content: "\E211";
  }
  .glyphicons.right_arrow:before {
    content: "\E212";
  }
  .glyphicons.down_arrow:before {
    content: "\E213";
  }
  .glyphicons.up_arrow:before {
    content: "\E214";
  }
  .glyphicons.resize_small:before {
    content: "\E215";
  }
  .glyphicons.resize_full:before {
    content: "\E216";
  }
  .glyphicons.circle_arrow_left:before {
    content: "\E217";
  }
  .glyphicons.circle_arrow_right:before {
    content: "\E218";
  }
  .glyphicons.circle_arrow_top:before {
    content: "\E219";
  }
  .glyphicons.circle_arrow_down:before {
    content: "\E220";
  }
  .glyphicons.play_button:before {
    content: "\E221";
  }
  .glyphicons.unshare:before {
    content: "\E222";
  }
  .glyphicons.share:before {
    content: "\E223";
  }
  .glyphicons.chevron-right:before {
    content: "\E224";
  }
  .glyphicons.chevron-left:before {
    content: "\E225";
  }
  .glyphicons.bluetooth:before {
    content: "\E226";
  }
  .glyphicons.euro:before {
    content: "\20AC";
  }
  .glyphicons.usd:before {
    content: "\E228";
  }
  .glyphicons.gbp:before {
    content: "\E229";
  }
  .glyphicons.retweet_2:before {
    content: "\E230";
  }
  .glyphicons.moon:before {
    content: "\E231";
  }
  .glyphicons.sun:before {
    content: "\2609";
  }
  .glyphicons.cloud:before {
    content: "\2601";
  }
  .glyphicons.direction:before {
    content: "\E234";
  }
  .glyphicons.brush:before {
    content: "\E235";
  }
  .glyphicons.pen:before {
    content: "\E236";
  }
  .glyphicons.zoom_in:before {
    content: "\E237";
  }
  .glyphicons.zoom_out:before {
    content: "\E238";
  }
  .glyphicons.pin:before {
    content: "\E239";
  }
  .glyphicons.albums:before {
    content: "\E240";
  }
  .glyphicons.rotation_lock:before {
    content: "\E241";
  }
  .glyphicons.flash:before {
    content: "\E242";
  }
  .glyphicons.google_maps:before {
    content: "\E243";
  }
  .glyphicons.anchor:before {
    content: "\2693";
  }
  .glyphicons.conversation:before {
    content: "\E245";
  }
  .glyphicons.chat:before {
    content: "\E246";
  }
  .glyphicons.male:before {
    content: "\E247";
  }
  .glyphicons.female:before {
    content: "\E248";
  }
  .glyphicons.asterisk:before {
    content: "\002A";
  }
  .glyphicons.divide:before {
    content: "\00F7";
  }
  .glyphicons.snorkel_diving:before {
    content: "\E251";
  }
  .glyphicons.scuba_diving:before {
    content: "\E252";
  }
  .glyphicons.oxygen_bottle:before {
    content: "\E253";
  }
  .glyphicons.fins:before {
    content: "\E254";
  }
  .glyphicons.fishes:before {
    content: "\E255";
  }
  .glyphicons.boat:before {
    content: "\E256";
  }
  .glyphicons.delete:before {
    content: "\E257";
  }
  .glyphicons.sheriffs_star:before {
    content: "\E258";
  }
  .glyphicons.qrcode:before {
    content: "\E259";
  }
  .glyphicons.barcode:before {
    content: "\E260";
  }
  .glyphicons.pool:before {
    content: "\E261";
  }
  .glyphicons.buoy:before {
    content: "\E262";
  }
  .glyphicons.spade:before {
    content: "\E263";
  }
  .glyphicons.bank:before {
    content: "\1F3E6";
  }
  .glyphicons.vcard:before {
    content: "\E265";
  }
  .glyphicons.electrical_plug:before {
    content: "\E266";
  }
  .glyphicons.flag:before {
    content: "\E267";
  }
  .glyphicons.credit_card:before {
    content: "\E268";
  }
  .glyphicons.keyboard-wireless:before {
    content: "\E269";
  }
  .glyphicons.keyboard-wired:before {
    content: "\E270";
  }
  .glyphicons.shield:before {
    content: "\E271";
  }
  .glyphicons.ring:before {
    content: "\02DA";
  }
  .glyphicons.cake:before {
    content: "\E273";
  }
  .glyphicons.drink:before {
    content: "\E274";
  }
  .glyphicons.beer:before {
    content: "\E275";
  }
  .glyphicons.fast_food:before {
    content: "\E276";
  }
  .glyphicons.cutlery:before {
    content: "\E277";
  }
  .glyphicons.pizza:before {
    content: "\E278";
  }
  .glyphicons.birthday_cake:before {
    content: "\E279";
  }
  .glyphicons.tablet:before {
    content: "\E280";
  }
  .glyphicons.settings:before {
    content: "\E281";
  }
  .glyphicons.bullets:before {
    content: "\E282";
  }
  .glyphicons.cardio:before {
    content: "\E283";
  }
  .glyphicons.t-shirt:before {
    content: "\E284";
  }
  .glyphicons.pants:before {
    content: "\E285";
  }
  .glyphicons.sweater:before {
    content: "\E286";
  }
  .glyphicons.fabric:before {
    content: "\E287";
  }
  .glyphicons.leather:before {
    content: "\E288";
  }
  .glyphicons.scissors:before {
    content: "\E289";
  }
  .glyphicons.bomb:before {
    content: "\1F4A3";
  }
  .glyphicons.skull:before {
    content: "\1F480";
  }
  .glyphicons.celebration:before {
    content: "\E292";
  }
  .glyphicons.tea_kettle:before {
    content: "\E293";
  }
  .glyphicons.french_press:before {
    content: "\E294";
  }
  .glyphicons.coffe_cup:before {
    content: "\E295";
  }
  .glyphicons.pot:before {
    content: "\E296";
  }
  .glyphicons.grater:before {
    content: "\E297";
  }
  .glyphicons.kettle:before {
    content: "\E298";
  }
  .glyphicons.hospital:before {
    content: "\1F3E5";
  }
  .glyphicons.hospital_h:before {
    content: "\E300";
  }
  .glyphicons.microphone:before {
    content: "\1F3A4";
  }
  .glyphicons.webcam:before {
    content: "\E302";
  }
  .glyphicons.temple_christianity_church:before {
    content: "\E303";
  }
  .glyphicons.temple_islam:before {
    content: "\E304";
  }
  .glyphicons.temple_hindu:before {
    content: "\E305";
  }
  .glyphicons.temple_buddhist:before {
    content: "\E306";
  }
  .glyphicons.bicycle:before {
    content: "\1F6B2";
  }
  .glyphicons.life_preserver:before {
    content: "\E308";
  }
  .glyphicons.share_alt:before {
    content: "\E309";
  }
  .glyphicons.comments:before {
    content: "\E310";
  }
  .glyphicons.flower:before {
    content: "\2698";
  }
  .glyphicons.baseball:before {
    content: "\26BE";
  }
  .glyphicons.rugby:before {
    content: "\E313";
  }
  .glyphicons.ax:before {
    content: "\E314";
  }
  .glyphicons.table_tennis:before {
    content: "\E315";
  }
  .glyphicons.bowling:before {
    content: "\1F3B3";
  }
  .glyphicons.tree_conifer:before {
    content: "\E317";
  }
  .glyphicons.tree_deciduous:before {
    content: "\E318";
  }
  .glyphicons.more_items:before {
    content: "\E319";
  }
  .glyphicons.sort:before {
    content: "\E320";
  }
  .glyphicons.filter:before {
    content: "\E321";
  }
  .glyphicons.gamepad:before {
    content: "\E322";
  }
  .glyphicons.playing_dices:before {
    content: "\E323";
  }
  .glyphicons.calculator:before {
    content: "\E324";
  }
  .glyphicons.tie:before {
    content: "\E325";
  }
  .glyphicons.wallet:before {
    content: "\E326";
  }
  .glyphicons.piano:before {
    content: "\E327";
  }
  .glyphicons.sampler:before {
    content: "\E328";
  }
  .glyphicons.podium:before {
    content: "\E329";
  }
  .glyphicons.soccer_ball:before {
    content: "\E330";
  }
  .glyphicons.blog:before {
    content: "\E331";
  }
  .glyphicons.dashboard:before {
    content: "\E332";
  }
  .glyphicons.certificate:before {
    content: "\E333";
  }
  .glyphicons.bell:before {
    content: "\1F514";
  }
  .glyphicons.candle:before {
    content: "\E335";
  }
  .glyphicons.pushpin:before {
    content: "\1F4CC";
  }
  .glyphicons.iphone_shake:before {
    content: "\E337";
  }
  .glyphicons.pin_flag:before {
    content: "\E338";
  }
  .glyphicons.turtle:before {
    content: "\1F422";
  }
  .glyphicons.rabbit:before {
    content: "\1F407";
  }
  .glyphicons.globe:before {
    content: "\E341";
  }
  .glyphicons.briefcase:before {
    content: "\1F4BC";
  }
  .glyphicons.hdd:before {
    content: "\E343";
  }
  .glyphicons.thumbs_up:before {
    content: "\E344";
  }
  .glyphicons.thumbs_down:before {
    content: "\E345";
  }
  .glyphicons.hand_right:before {
    content: "\E346";
  }
  .glyphicons.hand_left:before {
    content: "\E347";
  }
  .glyphicons.hand_up:before {
    content: "\E348";
  }
  .glyphicons.hand_down:before {
    content: "\E349";
  }
  .glyphicons.fullscreen:before {
    content: "\E350";
  }
  .glyphicons.shopping_bag:before {
    content: "\E351";
  }
  .glyphicons.book_open:before {
    content: "\E352";
  }
  .glyphicons.nameplate:before {
    content: "\E353";
  }
  .glyphicons.nameplate_alt:before {
    content: "\E354";
  }
  .glyphicons.vases:before {
    content: "\E355";
  }
  .glyphicons.bullhorn:before {
    content: "\E356";
  }
  .glyphicons.dumbbell:before {
    content: "\E357";
  }
  .glyphicons.suitcase:before {
    content: "\E358";
  }
  .glyphicons.file_import:before {
    content: "\E359";
  }
  .glyphicons.file_export:before {
    content: "\E360";
  }
  .glyphicons.bug:before {
    content: "\1F41B";
  }
  .glyphicons.crown:before {
    content: "\1F451";
  }
  .glyphicons.smoking:before {
    content: "\E363";
  }
  .glyphicons.cloud-upload:before {
    content: "\E364";
  }
  .glyphicons.cloud-download:before {
    content: "\E365";
  }
  .glyphicons.restart:before {
    content: "\E366";
  }
  .glyphicons.security_camera:before {
    content: "\E367";
  }
  .glyphicons.expand:before {
    content: "\E368";
  }
  .glyphicons.collapse:before {
    content: "\E369";
  }
  .glyphicons.collapse_top:before {
    content: "\E370";
  }
  .glyphicons.globe_af:before {
    content: "\E371";
  }
  .glyphicons.global:before {
    content: "\E372";
  }
  .glyphicons.spray:before {
    content: "\E373";
  }
  .glyphicons.nails:before {
    content: "\E374";
  }
  .glyphicons.claw_hammer:before {
    content: "\E375";
  }
  .glyphicons.classic_hammer:before {
    content: "\E376";
  }
  .glyphicons.hand_saw:before {
    content: "\E377";
  }
  .glyphicons.riflescope:before {
    content: "\E378";
  }
  .glyphicons.electrical_socket_eu:before {
    content: "\E379";
  }
  .glyphicons.electrical_socket_us:before {
    content: "\E380";
  }
  .glyphicons.message_forward:before {
    content: "\E381";
  }
  .glyphicons.coat_hanger:before {
    content: "\E382";
  }
  .glyphicons.dress:before {
    content: "\1F457";
  }
  .glyphicons.bathrobe:before {
    content: "\E384";
  }
  .glyphicons.shirt:before {
    content: "\E385";
  }
  .glyphicons.underwear:before {
    content: "\E386";
  }
  .glyphicons.log_in:before {
    content: "\E387";
  }
  .glyphicons.log_out:before {
    content: "\E388";
  }
  .glyphicons.exit:before {
    content: "\E389";
  }
  .glyphicons.new_window_alt:before {
    content: "\E390";
  }
  .glyphicons.video_sd:before {
    content: "\E391";
  }
  .glyphicons.video_hd:before {
    content: "\E392";
  }
  .glyphicons.subtitles:before {
    content: "\E393";
  }
  .glyphicons.sound_stereo:before {
    content: "\E394";
  }
  .glyphicons.sound_dolby:before {
    content: "\E395";
  }
  .glyphicons.sound_5_1:before {
    content: "\E396";
  }
  .glyphicons.sound_6_1:before {
    content: "\E397";
  }
  .glyphicons.sound_7_1:before {
    content: "\E398";
  }
  .glyphicons.copyright_mark:before {
    content: "\E399";
  }
  .glyphicons.registration_mark:before {
    content: "\E400";
  }
  .glyphicons.radar:before {
    content: "\E401";
  }
  .glyphicons.skateboard:before {
    content: "\E402";
  }
  .glyphicons.golf_course:before {
    content: "\E403";
  }
  .glyphicons.sorting:before {
    content: "\E404";
  }
  .glyphicons.sort-by-alphabet:before {
    content: "\E405";
  }
  .glyphicons.sort-by-alphabet-alt:before {
    content: "\E406";
  }
  .glyphicons.sort-by-order:before {
    content: "\E407";
  }
  .glyphicons.sort-by-order-alt:before {
    content: "\E408";
  }
  .glyphicons.sort-by-attributes:before {
    content: "\E409";
  }
  .glyphicons.sort-by-attributes-alt:before {
    content: "\E410";
  }
  .glyphicons.compressed:before {
    content: "\E411";
  }
  .glyphicons.package:before {
    content: "\1F4E6";
  }
  .glyphicons.cloud_plus:before {
    content: "\E413";
  }
  .glyphicons.cloud_minus:before {
    content: "\E414";
  }
  .glyphicons.disk_save:before {
    content: "\E415";
  }
  .glyphicons.disk_open:before {
    content: "\E416";
  }
  .glyphicons.disk_saved:before {
    content: "\E417";
  }
  .glyphicons.disk_remove:before {
    content: "\E418";
  }
  .glyphicons.disk_import:before {
    content: "\E419";
  }
  .glyphicons.disk_export:before {
    content: "\E420";
  }
  .glyphicons.tower:before {
    content: "\E421";
  }
  .glyphicons.send:before {
    content: "\E422";
  }
  .glyphicons.git_branch:before {
    content: "\E423";
  }
  .glyphicons.git_create:before {
    content: "\E424";
  }
  .glyphicons.git_private:before {
    content: "\E425";
  }
  .glyphicons.git_delete:before {
    content: "\E426";
  }
  .glyphicons.git_merge:before {
    content: "\E427";
  }
  .glyphicons.git_pull_request:before {
    content: "\E428";
  }
  .glyphicons.git_compare:before {
    content: "\E429";
  }
  .glyphicons.git_commit:before {
    content: "\E430";
  }
  .glyphicons.construction_cone:before {
    content: "\E431";
  }
  .glyphicons.shoe_steps:before {
    content: "\E432";
  }
  .glyphicons.plus:before {
    content: "\002B";
  }
  .glyphicons.minus:before {
    content: "\2212";
  }
  .glyphicons.redo:before {
    content: "\E435";
  }
  .glyphicons.undo:before {
    content: "\E436";
  }
  .glyphicons.golf:before {
    content: "\E437";
  }
  .glyphicons.hockey:before {
    content: "\E438";
  }
  .glyphicons.pipe:before {
    content: "\E439";
  }
  .glyphicons.wrench:before {
    content: "\1F527";
  }
  .glyphicons.folder_closed:before {
    content: "\E441";
  }
  .glyphicons.phone_alt:before {
    content: "\E442";
  }
  .glyphicons.earphone:before {
    content: "\E443";
  }
  .glyphicons.floppy_disk:before {
    content: "\E444";
  }
  .glyphicons.floppy_saved:before {
    content: "\E445";
  }
  .glyphicons.floppy_remove:before {
    content: "\E446";
  }
  .glyphicons.floppy_save:before {
    content: "\E447";
  }
  .glyphicons.floppy_open:before {
    content: "\E448";
  }
  .glyphicons.translate:before {
    content: "\E449";
  }
  .glyphicons.fax:before {
    content: "\E450";
  }
  .glyphicons.factory:before {
    content: "\1F3ED";
  }
  .glyphicons.shop_window:before {
    content: "\E452";
  }
  .glyphicons.shop:before {
    content: "\E453";
  }
  .glyphicons.kiosk:before {
    content: "\E454";
  }
  .glyphicons.kiosk_wheels:before {
    content: "\E455";
  }
  .glyphicons.kiosk_light:before {
    content: "\E456";
  }
  .glyphicons.kiosk_food:before {
    content: "\E457";
  }
  .glyphicons.transfer:before {
    content: "\E458";
  }
  .glyphicons.money:before {
    content: "\E459";
  }
  .glyphicons.header:before {
    content: "\E460";
  }
  .glyphicons.blacksmith:before {
    content: "\E461";
  }
  .glyphicons.saw_blade:before {
    content: "\E462";
  }
  .glyphicons.basketball:before {
    content: "\E463";
  }
  .glyphicons.server:before {
    content: "\E464";
  }
  .glyphicons.server_plus:before {
    content: "\E465";
  }
  .glyphicons.server_minus:before {
    content: "\E466";
  }
  .glyphicons.server_ban:before {
    content: "\E467";
  }
  .glyphicons.server_flag:before {
    content: "\E468";
  }
  .glyphicons.server_lock:before {
    content: "\E469";
  }
  .glyphicons.server_new:before {
    content: "\E470";
  }
  .glyphicons-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 8px 0 0;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    *margin-right: .3em;
  }
  .glyphicons-icon _:-o-prefocus,
  .glyphicons-icon {
    background-image: url(../images/glyphicons.png);
  }
  .no-inlinesvg .glyphicons-icon {
    background-image: url(../images/glyphicons.png);
  }
  .glyphicons-icon.white {
    background-image: url(../images/glyphicons-white.svg);
  }
  .glyphicons-icon.white _:-o-prefocus,
  .glyphicons-icon.white {
    background-image: url(../images/glyphicons-white.png);
  }
  .no-inlinesvg .glyphicons-icon.white {
    background-image: url(../images/glyphicons-white.png);
  }
  .glyphicons-icon.glass {
    background-position: 4px 11px;
  }
  .glyphicons-icon.leaf {
    background-position: -44px 11px;
  }
  .glyphicons-icon.dog {
    background-position: -92px 11px;
  }
  .glyphicons-icon.user {
    background-position: -140px 11px;
  }
  .glyphicons-icon.girl {
    background-position: -188px 11px;
  }
  .glyphicons-icon.car {
    background-position: -236px 11px;
  }
  .glyphicons-icon.user_add {
    background-position: -284px 11px;
  }
  .glyphicons-icon.user_remove {
    background-position: -332px 11px;
  }
  .glyphicons-icon.film {
    background-position: -380px 11px;
  }
  .glyphicons-icon.magic {
    background-position: -428px 11px;
  }
  .glyphicons-icon.envelope {
    background-position: 4px -37px;
  }
  .glyphicons-icon.camera {
    background-position: -44px -37px;
  }
  .glyphicons-icon.heart {
    background-position: -92px -37px;
  }
  .glyphicons-icon.beach_umbrella {
    background-position: -140px -37px;
  }
  .glyphicons-icon.train {
    background-position: -188px -37px;
  }
  .glyphicons-icon.print {
    background-position: -236px -37px;
  }
  .glyphicons-icon.bin {
    background-position: -284px -37px;
  }
  .glyphicons-icon.music {
    background-position: -332px -37px;
  }
  .glyphicons-icon.note {
    background-position: -380px -37px;
  }
  .glyphicons-icon.heart_empty {
    background-position: -428px -37px;
  }
  .glyphicons-icon.home {
    background-position: 4px -85px;
  }
  .glyphicons-icon.snowflake {
    background-position: -44px -85px;
  }
  .glyphicons-icon.fire {
    background-position: -92px -85px;
  }
  .glyphicons-icon.magnet {
    background-position: -140px -85px;
  }
  .glyphicons-icon.parents {
    background-position: -188px -85px;
  }
  .glyphicons-icon.binoculars {
    background-position: -236px -85px;
  }
  .glyphicons-icon.road {
    background-position: -284px -85px;
  }
  .glyphicons-icon.search {
    background-position: -332px -85px;
  }
  .glyphicons-icon.cars {
    background-position: -380px -85px;
  }
  .glyphicons-icon.notes_2 {
    background-position: -428px -85px;
  }
  .glyphicons-icon.pencil {
    background-position: 4px -133px;
  }
  .glyphicons-icon.bus {
    background-position: -44px -133px;
  }
  .glyphicons-icon.wifi_alt {
    background-position: -92px -133px;
  }
  .glyphicons-icon.luggage {
    background-position: -140px -133px;
  }
  .glyphicons-icon.old_man {
    background-position: -188px -133px;
  }
  .glyphicons-icon.woman {
    background-position: -236px -133px;
  }
  .glyphicons-icon.file {
    background-position: -284px -133px;
  }
  .glyphicons-icon.coins {
    background-position: -332px -133px;
  }
  .glyphicons-icon.airplane {
    background-position: -380px -133px;
  }
  .glyphicons-icon.notes {
    background-position: -428px -133px;
  }
  .glyphicons-icon.stats {
    background-position: 4px -181px;
  }
  .glyphicons-icon.charts {
    background-position: -44px -181px;
  }
  .glyphicons-icon.pie_chart {
    background-position: -92px -181px;
  }
  .glyphicons-icon.group {
    background-position: -140px -181px;
  }
  .glyphicons-icon.keys {
    background-position: -188px -181px;
  }
  .glyphicons-icon.calendar {
    background-position: -236px -181px;
  }
  .glyphicons-icon.router {
    background-position: -284px -181px;
  }
  .glyphicons-icon.camera_small {
    background-position: -332px -181px;
  }
  .glyphicons-icon.dislikes {
    background-position: -380px -181px;
  }
  .glyphicons-icon.star {
    background-position: -428px -181px;
  }
  .glyphicons-icon.link {
    background-position: 4px -229px;
  }
  .glyphicons-icon.eye_open {
    background-position: -44px -229px;
  }
  .glyphicons-icon.eye_close {
    background-position: -92px -229px;
  }
  .glyphicons-icon.alarm {
    background-position: -140px -229px;
  }
  .glyphicons-icon.clock {
    background-position: -188px -229px;
  }
  .glyphicons-icon.stopwatch {
    background-position: -236px -229px;
  }
  .glyphicons-icon.projector {
    background-position: -284px -229px;
  }
  .glyphicons-icon.history {
    background-position: -332px -229px;
  }
  .glyphicons-icon.truck {
    background-position: -380px -229px;
  }
  .glyphicons-icon.cargo {
    background-position: -428px -229px;
  }
  .glyphicons-icon.compass {
    background-position: 4px -277px;
  }
  .glyphicons-icon.keynote {
    background-position: -44px -277px;
  }
  .glyphicons-icon.paperclip {
    background-position: -92px -277px;
  }
  .glyphicons-icon.power {
    background-position: -140px -277px;
  }
  .glyphicons-icon.lightbulb {
    background-position: -188px -277px;
  }
  .glyphicons-icon.tag {
    background-position: -236px -277px;
  }
  .glyphicons-icon.tags {
    background-position: -284px -277px;
  }
  .glyphicons-icon.cleaning {
    background-position: -332px -277px;
  }
  .glyphicons-icon.ruller {
    background-position: -380px -277px;
  }
  .glyphicons-icon.gift {
    background-position: -428px -277px;
  }
  .glyphicons-icon.umbrella {
    background-position: 4px -325px;
  }
  .glyphicons-icon.book {
    background-position: -44px -325px;
  }
  .glyphicons-icon.bookmark {
    background-position: -92px -325px;
  }
  .glyphicons-icon.wifi {
    background-position: -140px -325px;
  }
  .glyphicons-icon.cup {
    background-position: -188px -325px;
  }
  .glyphicons-icon.stroller {
    background-position: -236px -325px;
  }
  .glyphicons-icon.headphones {
    background-position: -284px -325px;
  }
  .glyphicons-icon.headset {
    background-position: -332px -325px;
  }
  .glyphicons-icon.warning_sign {
    background-position: -380px -325px;
  }
  .glyphicons-icon.signal {
    background-position: -428px -325px;
  }
  .glyphicons-icon.retweet {
    background-position: 4px -373px;
  }
  .glyphicons-icon.refresh {
    background-position: -44px -373px;
  }
  .glyphicons-icon.roundabout {
    background-position: -92px -373px;
  }
  .glyphicons-icon.random {
    background-position: -140px -373px;
  }
  .glyphicons-icon.heat {
    background-position: -188px -373px;
  }
  .glyphicons-icon.repeat {
    background-position: -236px -373px;
  }
  .glyphicons-icon.display {
    background-position: -284px -373px;
  }
  .glyphicons-icon.log_book {
    background-position: -332px -373px;
  }
  .glyphicons-icon.address_book {
    background-position: -380px -373px;
  }
  .glyphicons-icon.building {
    background-position: -428px -373px;
  }
  .glyphicons-icon.eyedropper {
    background-position: 4px -421px;
  }
  .glyphicons-icon.adjust {
    background-position: -44px -421px;
  }
  .glyphicons-icon.tint {
    background-position: -92px -421px;
  }
  .glyphicons-icon.crop {
    background-position: -140px -421px;
  }
  .glyphicons-icon.vector_path_square {
    background-position: -188px -421px;
  }
  .glyphicons-icon.vector_path_circle {
    background-position: -236px -421px;
  }
  .glyphicons-icon.vector_path_polygon {
    background-position: -284px -421px;
  }
  .glyphicons-icon.vector_path_line {
    background-position: -332px -421px;
  }
  .glyphicons-icon.vector_path_curve {
    background-position: -380px -421px;
  }
  .glyphicons-icon.vector_path_all {
    background-position: -428px -421px;
  }
  .glyphicons-icon.font {
    background-position: 4px -469px;
  }
  .glyphicons-icon.italic {
    background-position: -44px -469px;
  }
  .glyphicons-icon.bold {
    background-position: -92px -469px;
  }
  .glyphicons-icon.text_underline {
    background-position: -140px -469px;
  }
  .glyphicons-icon.text_strike {
    background-position: -188px -469px;
  }
  .glyphicons-icon.text_height {
    background-position: -236px -469px;
  }
  .glyphicons-icon.text_width {
    background-position: -284px -469px;
  }
  .glyphicons-icon.text_resize {
    background-position: -332px -469px;
  }
  .glyphicons-icon.left_indent {
    background-position: -380px -469px;
  }
  .glyphicons-icon.right_indent {
    background-position: -428px -469px;
  }
  .glyphicons-icon.align_left {
    background-position: 4px -517px;
  }
  .glyphicons-icon.align_center {
    background-position: -44px -517px;
  }
  .glyphicons-icon.align_right {
    background-position: -92px -517px;
  }
  .glyphicons-icon.justify {
    background-position: -140px -517px;
  }
  .glyphicons-icon.list {
    background-position: -188px -517px;
  }
  .glyphicons-icon.text_smaller {
    background-position: -236px -517px;
  }
  .glyphicons-icon.text_bigger {
    background-position: -284px -517px;
  }
  .glyphicons-icon.embed {
    background-position: -332px -517px;
  }
  .glyphicons-icon.embed_close {
    background-position: -380px -517px;
  }
  .glyphicons-icon.table {
    background-position: -428px -517px;
  }
  .glyphicons-icon.message_full {
    background-position: 4px -565px;
  }
  .glyphicons-icon.message_empty {
    background-position: -44px -565px;
  }
  .glyphicons-icon.message_in {
    background-position: -92px -565px;
  }
  .glyphicons-icon.message_out {
    background-position: -140px -565px;
  }
  .glyphicons-icon.message_plus {
    background-position: -188px -565px;
  }
  .glyphicons-icon.message_minus {
    background-position: -236px -565px;
  }
  .glyphicons-icon.message_ban {
    background-position: -284px -565px;
  }
  .glyphicons-icon.message_flag {
    background-position: -332px -565px;
  }
  .glyphicons-icon.message_lock {
    background-position: -380px -565px;
  }
  .glyphicons-icon.message_new {
    background-position: -428px -565px;
  }
  .glyphicons-icon.inbox {
    background-position: 4px -613px;
  }
  .glyphicons-icon.inbox_plus {
    background-position: -44px -613px;
  }
  .glyphicons-icon.inbox_minus {
    background-position: -92px -613px;
  }
  .glyphicons-icon.inbox_lock {
    background-position: -140px -613px;
  }
  .glyphicons-icon.inbox_in {
    background-position: -188px -613px;
  }
  .glyphicons-icon.inbox_out {
    background-position: -236px -613px;
  }
  .glyphicons-icon.cogwheel {
    background-position: -284px -613px;
  }
  .glyphicons-icon.cogwheels {
    background-position: -332px -613px;
  }
  .glyphicons-icon.picture {
    background-position: -380px -613px;
  }
  .glyphicons-icon.adjust_alt {
    background-position: -428px -613px;
  }
  .glyphicons-icon.database_lock {
    background-position: 4px -661px;
  }
  .glyphicons-icon.database_plus {
    background-position: -44px -661px;
  }
  .glyphicons-icon.database_minus {
    background-position: -92px -661px;
  }
  .glyphicons-icon.database_ban {
    background-position: -140px -661px;
  }
  .glyphicons-icon.folder_open {
    background-position: -188px -661px;
  }
  .glyphicons-icon.folder_plus {
    background-position: -236px -661px;
  }
  .glyphicons-icon.folder_minus {
    background-position: -284px -661px;
  }
  .glyphicons-icon.folder_lock {
    background-position: -332px -661px;
  }
  .glyphicons-icon.folder_flag {
    background-position: -380px -661px;
  }
  .glyphicons-icon.folder_new {
    background-position: -428px -661px;
  }
  .glyphicons-icon.edit {
    background-position: 4px -709px;
  }
  .glyphicons-icon.new_window {
    background-position: -44px -709px;
  }
  .glyphicons-icon.check {
    background-position: -92px -709px;
  }
  .glyphicons-icon.unchecked {
    background-position: -140px -709px;
  }
  .glyphicons-icon.more_windows {
    background-position: -188px -709px;
  }
  .glyphicons-icon.show_big_thumbnails {
    background-position: -236px -709px;
  }
  .glyphicons-icon.show_thumbnails {
    background-position: -284px -709px;
  }
  .glyphicons-icon.show_thumbnails_with_lines {
    background-position: -332px -709px;
  }
  .glyphicons-icon.show_lines {
    background-position: -380px -709px;
  }
  .glyphicons-icon.playlist {
    background-position: -428px -709px;
  }
  .glyphicons-icon.imac {
    background-position: 4px -757px;
  }
  .glyphicons-icon.macbook {
    background-position: -44px -757px;
  }
  .glyphicons-icon.ipad {
    background-position: -92px -757px;
  }
  .glyphicons-icon.iphone {
    background-position: -140px -757px;
  }
  .glyphicons-icon.iphone_transfer {
    background-position: -188px -757px;
  }
  .glyphicons-icon.iphone_exchange {
    background-position: -236px -757px;
  }
  .glyphicons-icon.ipod {
    background-position: -284px -757px;
  }
  .glyphicons-icon.ipod_shuffle {
    background-position: -332px -757px;
  }
  .glyphicons-icon.ear_plugs {
    background-position: -380px -757px;
  }
  .glyphicons-icon.record {
    background-position: -428px -757px;
  }
  .glyphicons-icon.step_backward {
    background-position: 4px -805px;
  }
  .glyphicons-icon.fast_backward {
    background-position: -44px -805px;
  }
  .glyphicons-icon.rewind {
    background-position: -92px -805px;
  }
  .glyphicons-icon.play {
    background-position: -140px -805px;
  }
  .glyphicons-icon.pause {
    background-position: -188px -805px;
  }
  .glyphicons-icon.stop {
    background-position: -236px -805px;
  }
  .glyphicons-icon.forward {
    background-position: -284px -805px;
  }
  .glyphicons-icon.fast_forward {
    background-position: -332px -805px;
  }
  .glyphicons-icon.step_forward {
    background-position: -380px -805px;
  }
  .glyphicons-icon.eject {
    background-position: -428px -805px;
  }
  .glyphicons-icon.facetime_video {
    background-position: 4px -853px;
  }
  .glyphicons-icon.download_alt {
    background-position: -44px -853px;
  }
  .glyphicons-icon.mute {
    background-position: -92px -853px;
  }
  .glyphicons-icon.volume_down {
    background-position: -140px -853px;
  }
  .glyphicons-icon.volume_up {
    background-position: -188px -853px;
  }
  .glyphicons-icon.screenshot {
    background-position: -236px -853px;
  }
  .glyphicons-icon.move {
    background-position: -284px -853px;
  }
  .glyphicons-icon.more {
    background-position: -332px -853px;
  }
  .glyphicons-icon.brightness_reduce {
    background-position: -380px -853px;
  }
  .glyphicons-icon.brightness_increase {
    background-position: -428px -853px;
  }
  .glyphicons-icon.circle_plus {
    background-position: 4px -901px;
  }
  .glyphicons-icon.circle_minus {
    background-position: -44px -901px;
  }
  .glyphicons-icon.circle_remove {
    background-position: -92px -901px;
  }
  .glyphicons-icon.circle_ok {
    background-position: -140px -901px;
  }
  .glyphicons-icon.circle_question_mark {
    background-position: -188px -901px;
  }
  .glyphicons-icon.circle_info {
    background-position: -236px -901px;
  }
  .glyphicons-icon.circle_exclamation_mark {
    background-position: -284px -901px;
  }
  .glyphicons-icon.remove {
    background-position: -332px -901px;
  }
  .glyphicons-icon.ok {
    background-position: -380px -901px;
  }
  .glyphicons-icon.ban {
    background-position: -428px -901px;
  }
  .glyphicons-icon.download {
    background-position: 4px -949px;
  }
  .glyphicons-icon.upload {
    background-position: -44px -949px;
  }
  .glyphicons-icon.shopping_cart {
    background-position: -92px -949px;
  }
  .glyphicons-icon.lock {
    background-position: -140px -949px;
  }
  .glyphicons-icon.unlock {
    background-position: -188px -949px;
  }
  .glyphicons-icon.electricity {
    background-position: -236px -949px;
  }
  .glyphicons-icon.ok_2 {
    background-position: -284px -949px;
  }
  .glyphicons-icon.remove_2 {
    background-position: -332px -949px;
  }
  .glyphicons-icon.cart_out {
    background-position: -380px -949px;
  }
  .glyphicons-icon.cart_in {
    background-position: -428px -949px;
  }
  .glyphicons-icon.left_arrow {
    background-position: 4px -997px;
  }
  .glyphicons-icon.right_arrow {
    background-position: -44px -997px;
  }
  .glyphicons-icon.down_arrow {
    background-position: -92px -997px;
  }
  .glyphicons-icon.up_arrow {
    background-position: -140px -997px;
  }
  .glyphicons-icon.resize_small {
    background-position: -188px -997px;
  }
  .glyphicons-icon.resize_full {
    background-position: -236px -997px;
  }
  .glyphicons-icon.circle_arrow_left {
    background-position: -284px -997px;
  }
  .glyphicons-icon.circle_arrow_right {
    background-position: -332px -997px;
  }
  .glyphicons-icon.circle_arrow_top {
    background-position: -380px -997px;
  }
  .glyphicons-icon.circle_arrow_down {
    background-position: -428px -997px;
  }
  .glyphicons-icon.play_button {
    background-position: 4px -1045px;
  }
  .glyphicons-icon.unshare {
    background-position: -44px -1045px;
  }
  .glyphicons-icon.share {
    background-position: -92px -1045px;
  }
  .glyphicons-icon.chevron-right {
    background-position: -140px -1045px;
  }
  .glyphicons-icon.chevron-left {
    background-position: -188px -1045px;
  }
  .glyphicons-icon.bluetooth {
    background-position: -236px -1045px;
  }
  .glyphicons-icon.euro {
    background-position: -284px -1045px;
  }
  .glyphicons-icon.usd {
    background-position: -332px -1045px;
  }
  .glyphicons-icon.gbp {
    background-position: -380px -1045px;
  }
  .glyphicons-icon.retweet_2 {
    background-position: -428px -1045px;
  }
  .glyphicons-icon.moon {
    background-position: 4px -1093px;
  }
  .glyphicons-icon.sun {
    background-position: -44px -1093px;
  }
  .glyphicons-icon.cloud {
    background-position: -92px -1093px;
  }
  .glyphicons-icon.direction {
    background-position: -140px -1093px;
  }
  .glyphicons-icon.brush {
    background-position: -188px -1093px;
  }
  .glyphicons-icon.pen {
    background-position: -236px -1093px;
  }
  .glyphicons-icon.zoom_in {
    background-position: -284px -1093px;
  }
  .glyphicons-icon.zoom_out {
    background-position: -332px -1093px;
  }
  .glyphicons-icon.pin {
    background-position: -380px -1093px;
  }
  .glyphicons-icon.albums {
    background-position: -428px -1093px;
  }
  .glyphicons-icon.rotation_lock {
    background-position: 4px -1141px;
  }
  .glyphicons-icon.flash {
    background-position: -44px -1141px;
  }
  .glyphicons-icon.google_maps {
    background-position: -92px -1141px;
  }
  .glyphicons-icon.anchor {
    background-position: -140px -1141px;
  }
  .glyphicons-icon.conversation {
    background-position: -188px -1141px;
  }
  .glyphicons-icon.chat {
    background-position: -236px -1141px;
  }
  .glyphicons-icon.male {
    background-position: -284px -1141px;
  }
  .glyphicons-icon.female {
    background-position: -332px -1141px;
  }
  .glyphicons-icon.asterisk {
    background-position: -380px -1141px;
  }
  .glyphicons-icon.divide {
    background-position: -428px -1141px;
  }
  .glyphicons-icon.snorkel_diving {
    background-position: 4px -1189px;
  }
  .glyphicons-icon.scuba_diving {
    background-position: -44px -1189px;
  }
  .glyphicons-icon.oxygen_bottle {
    background-position: -92px -1189px;
  }
  .glyphicons-icon.fins {
    background-position: -140px -1189px;
  }
  .glyphicons-icon.fishes {
    background-position: -188px -1189px;
  }
  .glyphicons-icon.boat {
    background-position: -236px -1189px;
  }
  .glyphicons-icon.delete {
    background-position: -284px -1189px;
  }
  .glyphicons-icon.sheriffs_star {
    background-position: -332px -1189px;
  }
  .glyphicons-icon.qrcode {
    background-position: -380px -1189px;
  }
  .glyphicons-icon.barcode {
    background-position: -428px -1189px;
  }
  .glyphicons-icon.pool {
    background-position: 4px -1237px;
  }
  .glyphicons-icon.buoy {
    background-position: -44px -1237px;
  }
  .glyphicons-icon.spade {
    background-position: -92px -1237px;
  }
  .glyphicons-icon.bank {
    background-position: -140px -1237px;
  }
  .glyphicons-icon.vcard {
    background-position: -188px -1237px;
  }
  .glyphicons-icon.electrical_plug {
    background-position: -236px -1237px;
  }
  .glyphicons-icon.flag {
    background-position: -284px -1237px;
  }
  .glyphicons-icon.credit_card {
    background-position: -332px -1237px;
  }
  .glyphicons-icon.keyboard-wireless {
    background-position: -380px -1237px;
  }
  .glyphicons-icon.keyboard-wired {
    background-position: -428px -1237px;
  }
  .glyphicons-icon.shield {
    background-position: 4px -1285px;
  }
  .glyphicons-icon.ring {
    background-position: -44px -1285px;
  }
  .glyphicons-icon.cake {
    background-position: -92px -1285px;
  }
  .glyphicons-icon.drink {
    background-position: -140px -1285px;
  }
  .glyphicons-icon.beer {
    background-position: -188px -1285px;
  }
  .glyphicons-icon.fast_food {
    background-position: -236px -1285px;
  }
  .glyphicons-icon.cutlery {
    background-position: -284px -1285px;
  }
  .glyphicons-icon.pizza {
    background-position: -332px -1285px;
  }
  .glyphicons-icon.birthday_cake {
    background-position: -380px -1285px;
  }
  .glyphicons-icon.tablet {
    background-position: -428px -1285px;
  }
  .glyphicons-icon.settings {
    background-position: 4px -1333px;
  }
  .glyphicons-icon.bullets {
    background-position: -44px -1333px;
  }
  .glyphicons-icon.cardio {
    background-position: -92px -1333px;
  }
  .glyphicons-icon.t-shirt {
    background-position: -140px -1333px;
  }
  .glyphicons-icon.pants {
    background-position: -188px -1333px;
  }
  .glyphicons-icon.sweater {
    background-position: -236px -1333px;
  }
  .glyphicons-icon.fabric {
    background-position: -284px -1333px;
  }
  .glyphicons-icon.leather {
    background-position: -332px -1333px;
  }
  .glyphicons-icon.scissors {
    background-position: -380px -1333px;
  }
  .glyphicons-icon.bomb {
    background-position: -428px -1333px;
  }
  .glyphicons-icon.skull {
    background-position: 4px -1381px;
  }
  .glyphicons-icon.celebration {
    background-position: -44px -1381px;
  }
  .glyphicons-icon.tea_kettle {
    background-position: -92px -1381px;
  }
  .glyphicons-icon.french_press {
    background-position: -140px -1381px;
  }
  .glyphicons-icon.coffe_cup {
    background-position: -188px -1381px;
  }
  .glyphicons-icon.pot {
    background-position: -236px -1381px;
  }
  .glyphicons-icon.grater {
    background-position: -284px -1381px;
  }
  .glyphicons-icon.kettle {
    background-position: -332px -1381px;
  }
  .glyphicons-icon.hospital {
    background-position: -380px -1381px;
  }
  .glyphicons-icon.hospital_h {
    background-position: -428px -1381px;
  }
  .glyphicons-icon.microphone {
    background-position: 4px -1429px;
  }
  .glyphicons-icon.webcam {
    background-position: -44px -1429px;
  }
  .glyphicons-icon.temple_christianity_church {
    background-position: -92px -1429px;
  }
  .glyphicons-icon.temple_islam {
    background-position: -140px -1429px;
  }
  .glyphicons-icon.temple_hindu {
    background-position: -188px -1429px;
  }
  .glyphicons-icon.temple_buddhist {
    background-position: -236px -1429px;
  }
  .glyphicons-icon.bicycle {
    background-position: -284px -1429px;
  }
  .glyphicons-icon.life_preserver {
    background-position: -332px -1429px;
  }
  .glyphicons-icon.share_alt {
    background-position: -380px -1429px;
  }
  .glyphicons-icon.comments {
    background-position: -428px -1429px;
  }
  .glyphicons-icon.flower {
    background-position: 4px -1477px;
  }
  .glyphicons-icon.baseball {
    background-position: -44px -1477px;
  }
  .glyphicons-icon.rugby {
    background-position: -92px -1477px;
  }
  .glyphicons-icon.ax {
    background-position: -140px -1477px;
  }
  .glyphicons-icon.table_tennis {
    background-position: -188px -1477px;
  }
  .glyphicons-icon.bowling {
    background-position: -236px -1477px;
  }
  .glyphicons-icon.tree_conifer {
    background-position: -284px -1477px;
  }
  .glyphicons-icon.tree_deciduous {
    background-position: -332px -1477px;
  }
  .glyphicons-icon.more_items {
    background-position: -380px -1477px;
  }
  .glyphicons-icon.sort {
    background-position: -428px -1477px;
  }
  .glyphicons-icon.filter {
    background-position: 4px -1525px;
  }
  .glyphicons-icon.gamepad {
    background-position: -44px -1525px;
  }
  .glyphicons-icon.playing_dices {
    background-position: -92px -1525px;
  }
  .glyphicons-icon.calculator {
    background-position: -140px -1525px;
  }
  .glyphicons-icon.tie {
    background-position: -188px -1525px;
  }
  .glyphicons-icon.wallet {
    background-position: -236px -1525px;
  }
  .glyphicons-icon.piano {
    background-position: -284px -1525px;
  }
  .glyphicons-icon.sampler {
    background-position: -332px -1525px;
  }
  .glyphicons-icon.podium {
    background-position: -380px -1525px;
  }
  .glyphicons-icon.soccer_ball {
    background-position: -428px -1525px;
  }
  .glyphicons-icon.blog {
    background-position: 4px -1573px;
  }
  .glyphicons-icon.dashboard {
    background-position: -44px -1573px;
  }
  .glyphicons-icon.certificate {
    background-position: -92px -1573px;
  }
  .glyphicons-icon.bell {
    background-position: -140px -1573px;
  }
  .glyphicons-icon.candle {
    background-position: -188px -1573px;
  }
  .glyphicons-icon.pushpin {
    background-position: -236px -1573px;
  }
  .glyphicons-icon.iphone_shake {
    background-position: -284px -1573px;
  }
  .glyphicons-icon.pin_flag {
    background-position: -332px -1573px;
  }
  .glyphicons-icon.turtle {
    background-position: -380px -1573px;
  }
  .glyphicons-icon.rabbit {
    background-position: -428px -1573px;
  }
  .glyphicons-icon.globe {
    background-position: 4px -1621px;
  }
  .glyphicons-icon.briefcase {
    background-position: -44px -1621px;
  }
  .glyphicons-icon.hdd {
    background-position: -92px -1621px;
  }
  .glyphicons-icon.thumbs_up {
    background-position: -140px -1621px;
  }
  .glyphicons-icon.thumbs_down {
    background-position: -188px -1621px;
  }
  .glyphicons-icon.hand_right {
    background-position: -236px -1621px;
  }
  .glyphicons-icon.hand_left {
    background-position: -284px -1621px;
  }
  .glyphicons-icon.hand_up {
    background-position: -332px -1621px;
  }
  .glyphicons-icon.hand_down {
    background-position: -380px -1621px;
  }
  .glyphicons-icon.fullscreen {
    background-position: -428px -1621px;
  }
  .glyphicons-icon.shopping_bag {
    background-position: 4px -1669px;
  }
  .glyphicons-icon.book_open {
    background-position: -44px -1669px;
  }
  .glyphicons-icon.nameplate {
    background-position: -92px -1669px;
  }
  .glyphicons-icon.nameplate_alt {
    background-position: -140px -1669px;
  }
  .glyphicons-icon.vases {
    background-position: -188px -1669px;
  }
  .glyphicons-icon.bullhorn {
    background-position: -236px -1669px;
  }
  .glyphicons-icon.dumbbell {
    background-position: -284px -1669px;
  }
  .glyphicons-icon.suitcase {
    background-position: -332px -1669px;
  }
  .glyphicons-icon.file_import {
    background-position: -380px -1669px;
  }
  .glyphicons-icon.file_export {
    background-position: -428px -1669px;
  }
  .glyphicons-icon.bug {
    background-position: 4px -1717px;
  }
  .glyphicons-icon.crown {
    background-position: -44px -1717px;
  }
  .glyphicons-icon.smoking {
    background-position: -92px -1717px;
  }
  .glyphicons-icon.cloud-upload {
    background-position: -140px -1717px;
  }
  .glyphicons-icon.cloud-download {
    background-position: -188px -1717px;
  }
  .glyphicons-icon.restart {
    background-position: -236px -1717px;
  }
  .glyphicons-icon.security_camera {
    background-position: -284px -1717px;
  }
  .glyphicons-icon.expand {
    background-position: -332px -1717px;
  }
  .glyphicons-icon.collapse {
    background-position: -380px -1717px;
  }
  .glyphicons-icon.collapse_top {
    background-position: -428px -1717px;
  }
  .glyphicons-icon.globe_af {
    background-position: 4px -1765px;
  }
  .glyphicons-icon.global {
    background-position: -44px -1765px;
  }
  .glyphicons-icon.spray {
    background-position: -92px -1765px;
  }
  .glyphicons-icon.nails {
    background-position: -140px -1765px;
  }
  .glyphicons-icon.claw_hammer {
    background-position: -188px -1765px;
  }
  .glyphicons-icon.classic_hammer {
    background-position: -236px -1765px;
  }
  .glyphicons-icon.hand_saw {
    background-position: -284px -1765px;
  }
  .glyphicons-icon.riflescope {
    background-position: -332px -1765px;
  }
  .glyphicons-icon.electrical_socket_eu {
    background-position: -380px -1765px;
  }
  .glyphicons-icon.electrical_socket_us {
    background-position: -428px -1765px;
  }
  .glyphicons-icon.message_forward {
    background-position: 4px -1813px;
  }
  .glyphicons-icon.coat_hanger {
    background-position: -44px -1813px;
  }
  .glyphicons-icon.dress {
    background-position: -92px -1813px;
  }
  .glyphicons-icon.bathrobe {
    background-position: -140px -1813px;
  }
  .glyphicons-icon.shirt {
    background-position: -188px -1813px;
  }
  .glyphicons-icon.underwear {
    background-position: -236px -1813px;
  }
  .glyphicons-icon.log_in {
    background-position: -284px -1813px;
  }
  .glyphicons-icon.log_out {
    background-position: -332px -1813px;
  }
  .glyphicons-icon.exit {
    background-position: -380px -1813px;
  }
  .glyphicons-icon.new_window_alt {
    background-position: -428px -1813px;
  }
  .glyphicons-icon.video_sd {
    background-position: 4px -1861px;
  }
  .glyphicons-icon.video_hd {
    background-position: -44px -1861px;
  }
  .glyphicons-icon.subtitles {
    background-position: -92px -1861px;
  }
  .glyphicons-icon.sound_stereo {
    background-position: -140px -1861px;
  }
  .glyphicons-icon.sound_dolby {
    background-position: -188px -1861px;
  }
  .glyphicons-icon.sound_5_1 {
    background-position: -236px -1861px;
  }
  .glyphicons-icon.sound_6_1 {
    background-position: -284px -1861px;
  }
  .glyphicons-icon.sound_7_1 {
    background-position: -332px -1861px;
  }
  .glyphicons-icon.copyright_mark {
    background-position: -380px -1861px;
  }
  .glyphicons-icon.registration_mark {
    background-position: -428px -1861px;
  }
  .glyphicons-icon.radar {
    background-position: 4px -1909px;
  }
  .glyphicons-icon.skateboard {
    background-position: -44px -1909px;
  }
  .glyphicons-icon.golf_course {
    background-position: -92px -1909px;
  }
  .glyphicons-icon.sorting {
    background-position: -140px -1909px;
  }
  .glyphicons-icon.sort-by-alphabet {
    background-position: -188px -1909px;
  }
  .glyphicons-icon.sort-by-alphabet-alt {
    background-position: -236px -1909px;
  }
  .glyphicons-icon.sort-by-order {
    background-position: -284px -1909px;
  }
  .glyphicons-icon.sort-by-order-alt {
    background-position: -332px -1909px;
  }
  .glyphicons-icon.sort-by-attributes {
    background-position: -380px -1909px;
  }
  .glyphicons-icon.sort-by-attributes-alt {
    background-position: -428px -1909px;
  }
  .glyphicons-icon.compressed {
    background-position: 4px -1957px;
  }
  .glyphicons-icon.package {
    background-position: -44px -1957px;
  }
  .glyphicons-icon.cloud_plus {
    background-position: -92px -1957px;
  }
  .glyphicons-icon.cloud_minus {
    background-position: -140px -1957px;
  }
  .glyphicons-icon.disk_save {
    background-position: -188px -1957px;
  }
  .glyphicons-icon.disk_open {
    background-position: -236px -1957px;
  }
  .glyphicons-icon.disk_saved {
    background-position: -284px -1957px;
  }
  .glyphicons-icon.disk_remove {
    background-position: -332px -1957px;
  }
  .glyphicons-icon.disk_import {
    background-position: -380px -1957px;
  }
  .glyphicons-icon.disk_export {
    background-position: -428px -1957px;
  }
  .glyphicons-icon.tower {
    background-position: 4px -2005px;
  }
  .glyphicons-icon.send {
    background-position: -44px -2005px;
  }
  .glyphicons-icon.git_branch {
    background-position: -92px -2005px;
  }
  .glyphicons-icon.git_create {
    background-position: -140px -2005px;
  }
  .glyphicons-icon.git_private {
    background-position: -188px -2005px;
  }
  .glyphicons-icon.git_delete {
    background-position: -236px -2005px;
  }
  .glyphicons-icon.git_merge {
    background-position: -284px -2005px;
  }
  .glyphicons-icon.git_pull_request {
    background-position: -332px -2005px;
  }
  .glyphicons-icon.git_compare {
    background-position: -380px -2005px;
  }
  .glyphicons-icon.git_commit {
    background-position: -428px -2005px;
  }
  .glyphicons-icon.construction_cone {
    background-position: 4px -2053px;
  }
  .glyphicons-icon.shoe_steps {
    background-position: -44px -2053px;
  }
  .glyphicons-icon.plus {
    background-position: -92px -2053px;
  }
  .glyphicons-icon.minus {
    background-position: -140px -2053px;
  }
  .glyphicons-icon.redo {
    background-position: -188px -2053px;
  }
  .glyphicons-icon.undo {
    background-position: -236px -2053px;
  }
  .glyphicons-icon.golf {
    background-position: -284px -2053px;
  }
  .glyphicons-icon.hockey {
    background-position: -332px -2053px;
  }
  .glyphicons-icon.pipe {
    background-position: -380px -2053px;
  }
  .glyphicons-icon.wrench {
    background-position: -428px -2053px;
  }
  .glyphicons-icon.folder_closed {
    background-position: 4px -2101px;
  }
  .glyphicons-icon.phone_alt {
    background-position: -44px -2101px;
  }
  .glyphicons-icon.earphone {
    background-position: -92px -2101px;
  }
  .glyphicons-icon.floppy_disk {
    background-position: -140px -2101px;
  }
  .glyphicons-icon.floppy_saved {
    background-position: -188px -2101px;
  }
  .glyphicons-icon.floppy_remove {
    background-position: -236px -2101px;
  }
  .glyphicons-icon.floppy_save {
    background-position: -284px -2101px;
  }
  .glyphicons-icon.floppy_open {
    background-position: -332px -2101px;
  }
  .glyphicons-icon.translate {
    background-position: -380px -2101px;
  }
  .glyphicons-icon.fax {
    background-position: -428px -2101px;
  }
  .glyphicons-icon.factory {
    background-position: 4px -2149px;
  }
  .glyphicons-icon.shop_window {
    background-position: -44px -2149px;
  }
  .glyphicons-icon.shop {
    background-position: -92px -2149px;
  }
  .glyphicons-icon.kiosk {
    background-position: -140px -2149px;
  }
  .glyphicons-icon.kiosk_wheels {
    background-position: -188px -2149px;
  }
  .glyphicons-icon.kiosk_light {
    background-position: -236px -2149px;
  }
  .glyphicons-icon.kiosk_food {
    background-position: -284px -2149px;
  }
  .glyphicons-icon.transfer {
    background-position: -332px -2149px;
  }
  .glyphicons-icon.money {
    background-position: -380px -2149px;
  }
  .glyphicons-icon.header {
    background-position: -428px -2149px;
  }
  .glyphicons-icon.blacksmith {
    background-position: 4px -2197px;
  }
  .glyphicons-icon.saw_blade {
    background-position: -44px -2197px;
  }
  .glyphicons-icon.basketball {
    background-position: -92px -2197px;
  }
  .glyphicons-icon.server {
    background-position: -140px -2197px;
  }
  .glyphicons-icon.server_plus {
    background-position: -188px -2197px;
  }
  .glyphicons-icon.server_minus {
    background-position: -236px -2197px;
  }
  .glyphicons-icon.server_ban {
    background-position: -284px -2197px;
  }
  .glyphicons-icon.server_flag {
    background-position: -332px -2197px;
  }
  .glyphicons-icon.server_lock {
    background-position: -380px -2197px;
  }
  .glyphicons-icon.server_new {
    background-position: -428px -2197px;
  }
  @font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .icon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-lg {
    font-size: 1.3333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }
  .icon-2x {
    font-size: 2em;
  }
  .icon-3x {
    font-size: 3em;
  }
  .icon-4x {
    font-size: 4em;
  }
  .icon-5x {
    font-size: 5em;
  }
  .icon-fw {
    width: 1.2857142857143em;
    text-align: center;
  }
  .icon-ul {
    padding-left: 0;
    margin-left: 2.1428571428571em;
    list-style-type: none;
  }
  .icon-ul > li {
    position: relative;
  }
  .icon-li {
    position: absolute;
    left: -2.1428571428571em;
    width: 2.1428571428571em;
    top: 0.14285714285714em;
    text-align: center;
  }
  .icon-li.icon-lg {
    left: -1.8571428571429em;
  }
  .icon-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
  }
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .icon.pull-left {
    margin-right: .3em;
  }
  .icon.pull-right {
    margin-left: .3em;
  }
  .icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-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);
    }
  }
  .icon-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .icon-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .icon-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .icon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1);
  }
  .icon-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
  }
  .icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }
  .icon-stack-1x,
  .icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .icon-stack-1x {
    line-height: inherit;
  }
  .icon-stack-2x {
    font-size: 2em;
  }
  .icon-inverse {
    color: #fff;
  }
  .icon-glass:before {
    content: "\f000";
  }
  .icon-music:before {
    content: "\f001";
  }
  .icon-search:before {
    content: "\f002";
  }
  .icon-envelope-o:before {
    content: "\f003";
  }
  .icon-heart:before {
    content: "\f004";
  }
  .icon-star:before {
    content: "\f005";
  }
  .icon-star-o: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-check:before {
    content: "\f00c";
  }
  .icon-times:before {
    content: "\f00d";
  }
  .icon-search-plus:before {
    content: "\f00e";
  }
  .icon-search-minus:before {
    content: "\f010";
  }
  .icon-power-off:before {
    content: "\f011";
  }
  .icon-signal:before {
    content: "\f012";
  }
  .icon-gear:before,
  .icon-cog:before {
    content: "\f013";
  }
  .icon-trash-o:before {
    content: "\f014";
  }
  .icon-home:before {
    content: "\f015";
  }
  .icon-file-o:before {
    content: "\f016";
  }
  .icon-clock-o:before {
    content: "\f017";
  }
  .icon-road:before {
    content: "\f018";
  }
  .icon-download:before {
    content: "\f019";
  }
  .icon-arrow-circle-o-down:before {
    content: "\f01a";
  }
  .icon-arrow-circle-o-up:before {
    content: "\f01b";
  }
  .icon-inbox:before {
    content: "\f01c";
  }
  .icon-play-circle-o:before {
    content: "\f01d";
  }
  .icon-rotate-right:before,
  .icon-repeat:before {
    content: "\f01e";
  }
  .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-dedent:before,
  .icon-outdent:before {
    content: "\f03b";
  }
  .icon-indent:before {
    content: "\f03c";
  }
  .icon-video-camera:before {
    content: "\f03d";
  }
  .icon-picture-o: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,
  .icon-pencil-square-o:before {
    content: "\f044";
  }
  .icon-share-square-o:before {
    content: "\f045";
  }
  .icon-check-square-o:before {
    content: "\f046";
  }
  .icon-arrows: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-circle:before {
    content: "\f055";
  }
  .icon-minus-circle:before {
    content: "\f056";
  }
  .icon-times-circle:before {
    content: "\f057";
  }
  .icon-check-circle:before {
    content: "\f058";
  }
  .icon-question-circle:before {
    content: "\f059";
  }
  .icon-info-circle:before {
    content: "\f05a";
  }
  .icon-crosshairs:before {
    content: "\f05b";
  }
  .icon-times-circle-o:before {
    content: "\f05c";
  }
  .icon-check-circle-o:before {
    content: "\f05d";
  }
  .icon-ban: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-mail-forward:before,
  .icon-share:before {
    content: "\f064";
  }
  .icon-expand:before {
    content: "\f065";
  }
  .icon-compress:before {
    content: "\f066";
  }
  .icon-plus:before {
    content: "\f067";
  }
  .icon-minus:before {
    content: "\f068";
  }
  .icon-asterisk:before {
    content: "\f069";
  }
  .icon-exclamation-circle:before {
    content: "\f06a";
  }
  .icon-gift:before {
    content: "\f06b";
  }
  .icon-leaf:before {
    content: "\f06c";
  }
  .icon-fire:before {
    content: "\f06d";
  }
  .icon-eye:before {
    content: "\f06e";
  }
  .icon-eye-slash:before {
    content: "\f070";
  }
  .icon-warning:before,
  .icon-exclamation-triangle: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:before {
    content: "\f07b";
  }
  .icon-folder-open:before {
    content: "\f07c";
  }
  .icon-arrows-v:before {
    content: "\f07d";
  }
  .icon-arrows-h:before {
    content: "\f07e";
  }
  .icon-bar-chart-o:before {
    content: "\f080";
  }
  .icon-twitter-square:before {
    content: "\f081";
  }
  .icon-facebook-square:before {
    content: "\f082";
  }
  .icon-camera-retro:before {
    content: "\f083";
  }
  .icon-key:before {
    content: "\f084";
  }
  .icon-gears:before,
  .icon-cogs:before {
    content: "\f085";
  }
  .icon-comments:before {
    content: "\f086";
  }
  .icon-thumbs-o-up:before {
    content: "\f087";
  }
  .icon-thumbs-o-down:before {
    content: "\f088";
  }
  .icon-star-half:before {
    content: "\f089";
  }
  .icon-heart-o:before {
    content: "\f08a";
  }
  .icon-sign-out:before {
    content: "\f08b";
  }
  .icon-linkedin-square:before {
    content: "\f08c";
  }
  .icon-thumb-tack:before {
    content: "\f08d";
  }
  .icon-external-link:before {
    content: "\f08e";
  }
  .icon-sign-in:before {
    content: "\f090";
  }
  .icon-trophy:before {
    content: "\f091";
  }
  .icon-github-square:before {
    content: "\f092";
  }
  .icon-upload:before {
    content: "\f093";
  }
  .icon-lemon-o:before {
    content: "\f094";
  }
  .icon-phone:before {
    content: "\f095";
  }
  .icon-square-o:before {
    content: "\f096";
  }
  .icon-bookmark-o:before {
    content: "\f097";
  }
  .icon-phone-square: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-o:before {
    content: "\f0a0";
  }
  .icon-bullhorn:before {
    content: "\f0a1";
  }
  .icon-bell:before {
    content: "\f0f3";
  }
  .icon-certificate:before {
    content: "\f0a3";
  }
  .icon-hand-o-right:before {
    content: "\f0a4";
  }
  .icon-hand-o-left:before {
    content: "\f0a5";
  }
  .icon-hand-o-up:before {
    content: "\f0a6";
  }
  .icon-hand-o-down:before {
    content: "\f0a7";
  }
  .icon-arrow-circle-left:before {
    content: "\f0a8";
  }
  .icon-arrow-circle-right:before {
    content: "\f0a9";
  }
  .icon-arrow-circle-up:before {
    content: "\f0aa";
  }
  .icon-arrow-circle-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-arrows-alt:before {
    content: "\f0b2";
  }
  .icon-group:before,
  .icon-users:before {
    content: "\f0c0";
  }
  .icon-chain:before,
  .icon-link:before {
    content: "\f0c1";
  }
  .icon-cloud:before {
    content: "\f0c2";
  }
  .icon-flask:before {
    content: "\f0c3";
  }
  .icon-cut:before,
  .icon-scissors:before {
    content: "\f0c4";
  }
  .icon-copy:before,
  .icon-files-o:before {
    content: "\f0c5";
  }
  .icon-paperclip:before {
    content: "\f0c6";
  }
  .icon-save:before,
  .icon-floppy-o:before {
    content: "\f0c7";
  }
  .icon-square:before {
    content: "\f0c8";
  }
  .icon-bars: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-square:before {
    content: "\f0d3";
  }
  .icon-google-plus-square: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-unsorted:before,
  .icon-sort:before {
    content: "\f0dc";
  }
  .icon-sort-down:before,
  .icon-sort-asc:before {
    content: "\f0dd";
  }
  .icon-sort-up:before,
  .icon-sort-desc:before {
    content: "\f0de";
  }
  .icon-envelope:before {
    content: "\f0e0";
  }
  .icon-linkedin:before {
    content: "\f0e1";
  }
  .icon-rotate-left:before,
  .icon-undo:before {
    content: "\f0e2";
  }
  .icon-legal:before,
  .icon-gavel:before {
    content: "\f0e3";
  }
  .icon-dashboard:before,
  .icon-tachometer:before {
    content: "\f0e4";
  }
  .icon-comment-o:before {
    content: "\f0e5";
  }
  .icon-comments-o:before {
    content: "\f0e6";
  }
  .icon-flash:before,
  .icon-bolt:before {
    content: "\f0e7";
  }
  .icon-sitemap:before {
    content: "\f0e8";
  }
  .icon-umbrella:before {
    content: "\f0e9";
  }
  .icon-paste:before,
  .icon-clipboard:before {
    content: "\f0ea";
  }
  .icon-lightbulb-o: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-o:before {
    content: "\f0a2";
  }
  .icon-coffee:before {
    content: "\f0f4";
  }
  .icon-cutlery:before {
    content: "\f0f5";
  }
  .icon-file-text-o:before {
    content: "\f0f6";
  }
  .icon-building-o:before {
    content: "\f0f7";
  }
  .icon-hospital-o: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-square:before {
    content: "\f0fd";
  }
  .icon-plus-square:before {
    content: "\f0fe";
  }
  .icon-angle-double-left:before {
    content: "\f100";
  }
  .icon-angle-double-right:before {
    content: "\f101";
  }
  .icon-angle-double-up:before {
    content: "\f102";
  }
  .icon-angle-double-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,
  .icon-mobile:before {
    content: "\f10b";
  }
  .icon-circle-o: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-mail-reply:before,
  .icon-reply:before {
    content: "\f112";
  }
  .icon-github-alt:before {
    content: "\f113";
  }
  .icon-folder-o:before {
    content: "\f114";
  }
  .icon-folder-open-o:before {
    content: "\f115";
  }
  .icon-smile-o:before {
    content: "\f118";
  }
  .icon-frown-o:before {
    content: "\f119";
  }
  .icon-meh-o:before {
    content: "\f11a";
  }
  .icon-gamepad:before {
    content: "\f11b";
  }
  .icon-keyboard-o:before {
    content: "\f11c";
  }
  .icon-flag-o:before {
    content: "\f11d";
  }
  .icon-flag-checkered:before {
    content: "\f11e";
  }
  .icon-terminal:before {
    content: "\f120";
  }
  .icon-code:before {
    content: "\f121";
  }
  .icon-reply-all:before {
    content: "\f122";
  }
  .icon-mail-reply-all:before {
    content: "\f122";
  }
  .icon-star-half-empty:before,
  .icon-star-half-full:before,
  .icon-star-half-o:before {
    content: "\f123";
  }
  .icon-location-arrow:before {
    content: "\f124";
  }
  .icon-crop:before {
    content: "\f125";
  }
  .icon-code-fork:before {
    content: "\f126";
  }
  .icon-unlink:before,
  .icon-chain-broken:before {
    content: "\f127";
  }
  .icon-question:before {
    content: "\f128";
  }
  .icon-info:before {
    content: "\f129";
  }
  .icon-exclamation:before {
    content: "\f12a";
  }
  .icon-superscript:before {
    content: "\f12b";
  }
  .icon-subscript:before {
    content: "\f12c";
  }
  .icon-eraser:before {
    content: "\f12d";
  }
  .icon-puzzle-piece:before {
    content: "\f12e";
  }
  .icon-microphone:before {
    content: "\f130";
  }
  .icon-microphone-slash:before {
    content: "\f131";
  }
  .icon-shield:before {
    content: "\f132";
  }
  .icon-calendar-o:before {
    content: "\f133";
  }
  .icon-fire-extinguisher:before {
    content: "\f134";
  }
  .icon-rocket:before {
    content: "\f135";
  }
  .icon-maxcdn:before {
    content: "\f136";
  }
  .icon-chevron-circle-left:before {
    content: "\f137";
  }
  .icon-chevron-circle-right:before {
    content: "\f138";
  }
  .icon-chevron-circle-up:before {
    content: "\f139";
  }
  .icon-chevron-circle-down:before {
    content: "\f13a";
  }
  .icon-html5:before {
    content: "\f13b";
  }
  .icon-css3:before {
    content: "\f13c";
  }
  .icon-anchor:before {
    content: "\f13d";
  }
  .icon-unlock-alt:before {
    content: "\f13e";
  }
  .icon-bullseye:before {
    content: "\f140";
  }
  .icon-ellipsis-h:before {
    content: "\f141";
  }
  .icon-ellipsis-v:before {
    content: "\f142";
  }
  .icon-rss-square:before {
    content: "\f143";
  }
  .icon-play-circle:before {
    content: "\f144";
  }
  .icon-ticket:before {
    content: "\f145";
  }
  .icon-minus-square:before {
    content: "\f146";
  }
  .icon-minus-square-o:before {
    content: "\f147";
  }
  .icon-level-up:before {
    content: "\f148";
  }
  .icon-level-down:before {
    content: "\f149";
  }
  .icon-check-square:before {
    content: "\f14a";
  }
  .icon-pencil-square:before {
    content: "\f14b";
  }
  .icon-external-link-square:before {
    content: "\f14c";
  }
  .icon-share-square:before {
    content: "\f14d";
  }
  .icon-compass:before {
    content: "\f14e";
  }
  .icon-toggle-down:before,
  .icon-caret-square-o-down:before {
    content: "\f150";
  }
  .icon-toggle-up:before,
  .icon-caret-square-o-up:before {
    content: "\f151";
  }
  .icon-toggle-right:before,
  .icon-caret-square-o-right:before {
    content: "\f152";
  }
  .icon-euro:before,
  .icon-eur:before {
    content: "\f153";
  }
  .icon-gbp:before {
    content: "\f154";
  }
  .icon-dollar:before,
  .icon-usd:before {
    content: "\f155";
  }
  .icon-rupee:before,
  .icon-inr:before {
    content: "\f156";
  }
  .icon-cny:before,
  .icon-rmb:before,
  .icon-yen:before,
  .icon-jpy:before {
    content: "\f157";
  }
  .icon-ruble:before,
  .icon-rouble:before,
  .icon-rub:before {
    content: "\f158";
  }
  .icon-won:before,
  .icon-krw:before {
    content: "\f159";
  }
  .icon-bitcoin:before,
  .icon-btc:before {
    content: "\f15a";
  }
  .icon-file:before {
    content: "\f15b";
  }
  .icon-file-text:before {
    content: "\f15c";
  }
  .icon-sort-alpha-asc:before {
    content: "\f15d";
  }
  .icon-sort-alpha-desc:before {
    content: "\f15e";
  }
  .icon-sort-amount-asc:before {
    content: "\f160";
  }
  .icon-sort-amount-desc:before {
    content: "\f161";
  }
  .icon-sort-numeric-asc:before {
    content: "\f162";
  }
  .icon-sort-numeric-desc:before {
    content: "\f163";
  }
  .icon-thumbs-up:before {
    content: "\f164";
  }
  .icon-thumbs-down:before {
    content: "\f165";
  }
  .icon-youtube-square:before {
    content: "\f166";
  }
  .icon-youtube:before {
    content: "\f167";
  }
  .icon-xing:before {
    content: "\f168";
  }
  .icon-xing-square:before {
    content: "\f169";
  }
  .icon-youtube-play:before {
    content: "\f16a";
  }
  .icon-dropbox:before {
    content: "\f16b";
  }
  .icon-stack-overflow:before {
    content: "\f16c";
  }
  .icon-instagram:before {
    content: "\f16d";
  }
  .icon-flickr:before {
    content: "\f16e";
  }
  .icon-adn:before {
    content: "\f170";
  }
  .icon-bitbucket:before {
    content: "\f171";
  }
  .icon-bitbucket-square:before {
    content: "\f172";
  }
  .icon-tumblr:before {
    content: "\f173";
  }
  .icon-tumblr-square:before {
    content: "\f174";
  }
  .icon-long-arrow-down:before {
    content: "\f175";
  }
  .icon-long-arrow-up:before {
    content: "\f176";
  }
  .icon-long-arrow-left:before {
    content: "\f177";
  }
  .icon-long-arrow-right:before {
    content: "\f178";
  }
  .icon-apple:before {
    content: "\f179";
  }
  .icon-windows:before {
    content: "\f17a";
  }
  .icon-android:before {
    content: "\f17b";
  }
  .icon-linux:before {
    content: "\f17c";
  }
  .icon-dribbble:before {
    content: "\f17d";
  }
  .icon-skype:before {
    content: "\f17e";
  }
  .icon-foursquare:before {
    content: "\f180";
  }
  .icon-trello:before {
    content: "\f181";
  }
  .icon-female:before {
    content: "\f182";
  }
  .icon-male:before {
    content: "\f183";
  }
  .icon-gittip:before {
    content: "\f184";
  }
  .icon-sun-o:before {
    content: "\f185";
  }
  .icon-moon-o:before {
    content: "\f186";
  }
  .icon-archive:before {
    content: "\f187";
  }
  .icon-bug:before {
    content: "\f188";
  }
  .icon-vk:before {
    content: "\f189";
  }
  .icon-weibo:before {
    content: "\f18a";
  }
  .icon-renren:before {
    content: "\f18b";
  }
  .icon-pagelines:before {
    content: "\f18c";
  }
  .icon-stack-exchange:before {
    content: "\f18d";
  }
  .icon-arrow-circle-o-right:before {
    content: "\f18e";
  }
  .icon-arrow-circle-o-left:before {
    content: "\f190";
  }
  .icon-toggle-left:before,
  .icon-caret-square-o-left:before {
    content: "\f191";
  }
  .icon-dot-circle-o:before {
    content: "\f192";
  }
  .icon-wheelchair:before {
    content: "\f193";
  }
  .icon-vimeo-square:before {
    content: "\f194";
  }
  .icon-turkish-lira:before,
  .icon-try:before {
    content: "\f195";
  }
  .icon-plus-square-o:before {
    content: "\f196";
  }
  .wp-pagenavi {
    background: url("images/double-line.png") repeat-x scroll center top #FAFAFA;
    box-shadow: 0 0 10px #FFFFFF inset;
    clear: both;
    margin: 35px 0;
    overflow: hidden;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 5px;
    margin-right: 10px;
    font-size: 15px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .wp-pagenavi a.extend,
  .wp-pagenavi a.pages,
  .wp-pagenavi span.extend,
  .wp-pagenavi span.pages {
    color: #888;
  }
  .wp-pagenavi a.current,
  .wp-pagenavi span.current {
    font-weight: bold;
  }

