@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=PT+Serif:400,700|Oxygen:400,700";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700";
#kbe_container {
  padding: 50px 15px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

#kbe_container h1 {
  font-size: 24px;
  margin: 0 0 20px;
}

#kbe_container table {
  margin: 10px 0;
}

#kbe_container table th {
  font-weight: 700;
}

#kbe_container table,
#kbe_container table td,
#kbe_container table th,
#kbe_container table tr {
  border: 1px solid #D3D3D3;
  padding: 4px;
  font-size: 12px;
}

.kbe_breadcrum {
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
}

.kbe_breadcrum ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kbe_breadcrum ul li {
  float: left;
  background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_breadcrum_sep.png") right no-repeat;
  padding: 0 13px 2px 7px;
  line-height: 22px;
}

.kbe_breadcrum ul li:last-child {
  background: 0 0;
}

.kbe_breadcrum ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.kbe_breadcrum ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

.kbCover {
  background: url("/assets/theme/ls-theme-child/img/cityscape.png") center 101% no-repeat #F5FCF9;
  padding: 50px 0;
  text-align: center;
  border-bottom: 1px solid #e3e6e7;
}

.kbCover .cover-wrapper {
  color: #455a64;
  padding: 0 0 20px;
}

.kbe_search_field input[type=text] {
  font-family: Oxygen,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #666;
  font-size: 15px;
  border: 1px solid #dbdbdb;
  width: 550px;
  padding: 14px 17px 15px 60px;
  background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_search_btn.png") left no-repeat #fff;
}

.kbe_reply .fn,
.kbe_tags_div ul li,
.kbe_widget li a {
  text-transform: capitalize;
}

#search-result,
.kbe_no_result {
  border-bottom: 1px solid #ccc;
  width: 550px;
}

#search-result {
  margin-left: 0;
  color: #666;
  font-size: 14px;
  position: absolute;
  z-index: 9999;
}

#search-result li {
  margin: 0;
  background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_icon_search_list.png") left 16px top 13px no-repeat #fff;
  list-style: none;
  padding: 0 0 0 8px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#search-result li a {
  background-position: 20px center;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 12px 20px 12px 55px;
}

#search-result li a:hover {
  color: #666!important;
  text-decoration: none;
  font-weight: 400;
}

#search-result li:hover {
  color: #333!important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  background-color: #f8f8f8;
}

.kbe_no_result {
  background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_icon_search_list.png") left 16px top 13px no-repeat #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: 700;
  padding: 16px 0 14px 62px;
  display: inline-block;
}

.kbe_content_full {
  padding: 0 15px width: 100%;
  float: none;
  margin: 0 auto;
}

#kbe_content.single-content {
  display: block!important;
  margin: 0 auto;
}

#kbe_content.single-content h1 {
  text-align: left;
}

.kbe_content_right {
  width: 850px!important;
  float: right;
}

.kbe_content_left {
  width: 715px!important;
  float: left;
}

.kbe_leftcol {
  float: left;
  width: 100%;
}

.kbe_categories {
  width: 100%;
}

.kbe_category {
  width: 44%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.kbe_category .panel {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  margin-bottom: 20px;
}

.kbe_category span.switch {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0;
}

.kbe_category span.switch img {
  margin: 0;
  content: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_icon-plus.png");
}

#kbe_content h2,
.kbe_aside h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin: 0 0 27px;
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

#kbe_content h2 span.kbe_count {
  color: #333;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  float: right;
  display: block;
  margin-top: 10px;
}

#kbe_content .kbe_category h2 a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

#kbe_content .kbe_category .kbe_article_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#kbe_content .kbe_child_category .kbe_child_article_list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
}

#kbe_content .kbe_leftcol .kbe_child_article_list li {
  margin-bottom: 20px;
  margin-left: 0;
  background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_article_icon_img.png") left top no-repeat;
  padding: 0 0 0 32px;
  line-height: 20px;
}

#kbe_content .kbe_leftcol .kbe_child_article_list li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

#kbe_content .kbe_category .kbe_child_category {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#kbe_content .kbe_child_category h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px!important;
  margin-left: 15px;
  color: #000;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px 1important;
}

#kbe_content .kbe_child_category h3 span.kbe_count {
  color: #fff;
  font-size: 13px;
  width: 88px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  float: right;
  display: block;
  background: #166c94;
  margin-bottom: 0!important;
}

#kbe_content .kbe_child_category h3 a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  width: 70%;
  margin-top: 7px;
}

#kbe_content .kbe_leftcol .kbe_article_list li {
  font-size: 15px;
  margin-bottom: -1px;
  padding: 8px 0;
  line-height: 20px;
}

#kbe_content .kbe_leftcol .kbe_article_list li a {
  color: #166c94;
}

#kbe_content .kbe_leftcol .kbe_article_list li a:hover {
  text-decoration: underline;
}

.kbe_content_right .kbe_leftcol {
  float: right!important;
}

#kbe_content .kbe_leftcol .kbe_articles ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.kbe_articles ul li {
  list-style: none;
  margin: 0 0 3px;
}

#kbe_content .kbe_leftcol .kbe_articles ul li a {
  color: #166c94;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 400;
}

#kbe_content .kbe_leftcol .kbe_articles ul li span {
  color: #333;
  display: block;
  font-size: 13px;
  margin-bottom: 0;
}

#kbe_content .kbe_leftcol .kbe_articles ul li p {
  font-size: 14px;
  margin-bottom: 0;
}

#kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
  margin: 0 0 10px;
}

#kbe_content .kbe_leftcol .kbe_articles .kbe_read_more a {
  font-size: 14px;
}

#kbe_content .kbe_leftcol .kbe_articles_search ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.kbe_articles_search ul li {
  list-style: none;
}

.kbe_articles_search ul li a {
  color: #166c94!important;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 400;
}

#kbe_content .kbe_leftcol .kbe_articles_search ul li a {
  color: #666;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 400;
}

#kbe_content .kbe_leftcol .kbe_articles_search ul li span {
  color: #333;
  display: block;
  font-size: 13px;
  margin-bottom: 0;
}

#kbe_content .kbe_leftcol .kbe_articles_search ul li p {
  margin-bottom: 0;
}

#kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
  margin: 0 0 10px;
}

#kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more a {
  font-size: 14px;
  font-weight: 400;
}

#kbe_container blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  font-style: italic;
}

#kbe_container blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.kbe_aside {
  width: 222px;
  float: right;
}

.kbe_aside.kbe_aside_none {
  display: none!important;
}

.kbe_aside.kbe_aside_left {
  float: left!important;
}

.kbe_aside.kbe_aside_right {
  float: right!important;
}

.kbe_widget {
  margin-bottom: 40px;
}

.kbe_widget h2 {
  line-height: normal!important;
  font-size: 16px!important;
  font-family: brandon_reg,Helvetica,Arial,sans-serif;
  margin-bottom: 10px!important;
  padding-bottom: 0!important;
}

.kbe_widget ul {
  list-style: none!important;
  margin: 0!important;
  padding: 0;
}

#kbe_container .kbe_widget li {
  margin-bottom: 16px;
  margin-left: 0;
  background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_icon_arrow.png") 0 6px no-repeat;
  padding: 0 0 0 15px;
}

.kbe_widget li a {
  color: #455a64;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}

#kbe_container .kbe_aside .kbe_widget_article li {
  background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_article_icon_img.png") left top no-repeat;
}

.kbe_widget label {
  font-size: 13px;
  color: #000;
  float: left;
  margin: 0 20px 0 0;
  line-height: 25px;
}

.kbe_widget select {
  width: 100px;
  height: 26px;
  background: #fff;
  border: 1px solid #dbdbdb;
  font-size: 13px;
  padding: 0 10px;
  color: #000;
}

.kbe_widget input[type=text] {
  width: 90%;
  height: 26px;
  font-size: 13px;
  color: #333;
  padding: 0 5%;
}

.kbe_widget .kbe_tags_widget {
  float: left;
  height: auto;
  line-height: 26px;
  width: 100%;
  word-spacing: 4px;
  margin-bottom: 40px;
}

.kbe_widget .kbe_tags_widget a {
  text-decoration: none;
  line-height: 26px;
  word-spacing: 4px;
}

#kbe_content .kbe_leftcol a {
  color: #166c94;
  text-decoration: none;
}

#kbe_content .kbe_leftcol h2 {
  font-family: brandon_bld,Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

.kbe_leftcol .kbe_category.has-child h2 {
  padding-left: 21px;
}

#kbe_content .kbe_leftcol h3 {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 16px;
}

#kbe_content .kbe_leftcol h4 {
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

#kbe_content .kbe_leftcol ol {
  list-style-type: decimal;
  padding: 0 21px;
  margin-bottom: 20px;
}

#kbe_content .kbe_leftcol span {
  color: #333;
  font-size: 16px;
  display: block;
}

#kbe_content .kbe_leftcol span a {
  text-decoration: none;
  font-size: 14px;
}

#kbe_content .kbe_leftcol .kbe_reply h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

#kbe_content .kbe_leftcol .kbe_reply span {
  font-size: 14px;
  font-weight: 400;
}

#kbe_content .kbe_leftcol .kbe_reply label {
  display: block;
  margin-bottom: 7px;
}

#kbe_content .kbe_leftcol .kbe_reply input[type=text] {
  width: 255px;
  height: 27px;
  margin-bottom: 23px;
  border: 1px solid #ccc;
  padding: 10px;
}

#kbe_content .kbe_leftcol .kbe_reply textarea {
  width: 602px;
  height: 160px;
  display: block;
  margin-bottom: 30px;
  padding: 10px;
}

.kbe_reply {
  background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_bg_reply.png") top repeat-x;
  width: 622px;
  padding-top: 40px;
}

.kbe_tags_div {
  width: 100%;
  height: auto;
  margin: 8px 0 16px;
  overflow: hidden;
}

.kbe_tags_icon {
  background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_icon_tag.png") left top 1px no-repeat;
  float: left;
  height: 25px;
  width: 25px;
  margin-right: 12px;
}

.kbe_tags_div ul li {
  float: left;
  list-style: none;
  padding-right: 6px;
}

.kbe_tags_div ul li a {
  color: #333!important;
  text-decoration: none!important;
  font-size: 14px;
}

.kbe_tags_div ul li::after {
  content: ",";
}

.kbe_tags_div ul li:last-child:after {
  content: "";
}

.kbe_reply #comments {
  margin-bottom: 16px;
  font-size: 16px;
}

.kbe_reply .commentlist li {
  margin-top: 16px;
  background-color: #e3e3e3;
  float: left;
  padding-bottom: 12px;
  border-radius: 6px;
  width: 100%;
}

.kbe_reply ol {
  padding: 0!important;
}

.kbe_reply ol,
.kbe_reply ul {
  list-style: none!important;
}

.kbe_reply .fn {
  font-size: 15px;
  font-weight: 700;
  margin-left: 6px;
}

.kbe_reply .comment-meta {
  margin-top: -11px;
  width: 50%;
}

.kbe_reply .comment-edit-link,
.kbe_reply .says {
  display: none!important;
}

.kbe_reply .reply a {
  background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_icon_reply.png") no-repeat;
  float: right;
  width: 26px;
  height: 26px;
  margin-top: -28px;
  margin-right: 12px;
  text-indent: 9999px;
}

.kbe_reply .commentlist li p {
  padding-right: 9px;
}

.kbe_reply .comment-body {
  padding-left: 12px;
  padding-top: 12px;
}

.kbe_reply ul {
  margin-left: 30px!important;
  padding: 0!important;
}

.kbe_reply .children li {
  background-color: #f2f2f2;
  margin-left: -10px;
  margin-right: 12px;
  padding: 0 0 10px!important;
}

.kbe_reply #respond h3 {
  font-size: 18px;
  padding-top: 18px!important;
}

.kbe_reply .commentlist li #respond {
  border-top: 1px solid #ccc;
  margin-left: 10px;
  width: 97%;
}

.kbe_reply #respond form {
  margin-top: 0;
}

.kbe_reply .cancel-comment-reply {
  margin-top: 0;
  font-size: 16px;
}

.kbe_reply #respond input[type=text] {
  border: 1px solid #ccc;
  height: 39px!important;
  margin-bottom: 23px;
  padding: 10px;
  width: 602px!important;
}

.kbe_reply #respond textarea {
  display: block;
  height: 160px;
  margin-bottom: 30px;
  padding: 10px;
  resize: none;
  width: 602px;
}

@media screen and (min-width:769px) and (max-width:1024px) {
  #kbe_content .kbe_category {
    width: 100%;
    display: inline-block;
  }

  .kbe_categories {
    width: 100%;
  }

  .kbe_aside {
    float: left;
    width: 222px;
  }

  .kbe_content_full .kbe_leftcol {
    width: 100%!important;
  }

  .kbe_content_full .kbe_category {
    width: 44%!important;
    display: inline-block;
  }

  .kbe_content_ful .kbe_categories {
    width: 109%;
  }

  #kbe_container,
  .kbe_articles,
  .kbe_articles_search {
    width: 100%;
  }

  .kbe_content_left,
  .kbe_content_right {
    float: left;
    width: 75%!important;
    margin-bottom: 30px;
  }

  .kbe_reply {
    width: 80%;
  }

  #kbe_content .kbe_leftcol .kbe_reply input[type=text] {
    width: 60%;
  }

  #kbe_content .kbe_leftcol .kbe_reply textarea {
    width: 95%;
  }

  #kbe_content h2 {
    font-size: 20px;
  }
}

@media screen and (min-width:641px) and (max-width:768px) {
  #kbe_content .kbe_leftcol {
    width: 65%;
  }

  #kbe_content .kbe_category {
    width: 100%;
    display: inline-block;
  }

  .kbe_categories {
    width: 100%;
  }

  #search-result {
    width: 100%!important;
  }

  .kbe_no_result {
    width: 90%!important;
  }

  .kbe_content_left,
  .kbe_content_right {
    width: 68%!important;
  }

  #kbe_content .kbe_aside {
    width: 220px;
  }

  .kbe_content_full .kbe_aside {
    display: none;
  }

  .kbe_content_full .kbe_leftcol {
    width: 100%!important;
  }

  .kbe_content_full .kbe_category {
    width: 44%!important;
    display: inline-block;
  }

  .kbe_content_ful .kbe_categories {
    width: 107%;
  }

  #kbe_container,
  .kbe_articles,
  .kbe_articles_search,
  .kbe_leftcol,
  .kbe_reply {
    width: 100%;
  }

  #kbe_content .kbe_leftcol .kbe_reply input[type=text] {
    width: 60%;
  }

  #kbe_content .kbe_leftcol .kbe_reply textarea {
    width: 95%;
  }

  #kbe_content h2 {
    font-size: 20px;
  }
}

@media screen and (min-width:481px) and (max-width:640px) {
  .kbe_breadcrum ul,
  .kbe_search_field {
    width: 100%;
  }

  #kbe_container h1,
  .kbe_breadcrum ul {
    text-align: center;
  }

  #kbe_container {
    width: 100%;
    margin: 0 auto;
  }

  .kbe_breadcrum ul li {
    float: none;
    display: inline-block;
    line-height: 22px;
  }

  #search-result {
    width: 100%!important;
  }

  .kbe_no_result {
    width: 89%!important;
  }

  .kbe_search_field input[type=text] {
    padding: 17px 4px 13px 9px;
    text-align: center;
    width: 97%;
  }

  .kbe_leftcol {
    width: 100%;
    float: none;
  }

  .kbe_content_left,
  .kbe_content_right {
    float: left;
    width: 100%!important;
    margin-bottom: 30px;
  }

  .kbe_categories,
  .kbe_category {
    width: 100%;
  }

  #kbe_content .kbe_category h2 a {
    width: 62%;
  }

  #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more,
  #kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
    float: right;
    width: 120px;
  }

  .kbe_content_full .kbe_categories {
    width: 100%;
  }

  .kbe_content_full .kbe_category {
    width: 100%!important;
    margin: 0 0 30px;
  }

  .kbe_content_full .kbe_aside {
    display: none;
  }

  .kbe_aside {
    float: none;
    width: 100%;
  }

  .kbe_aside.kbe_aside_left,
  .kbe_aside.kbe_aside_right {
    float: none!important;
  }

  .kbe_reply {
    background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_bg_reply.png") center top repeat-x rgba(0,0,0,0);
    padding-top: 40px;
    width: 100%;
  }

  #kbe_content .kbe_leftcol .kbe_reply textarea {
    width: 96%;
  }

  #kbe_content .kbe_leftcol .kbe_reply input[type=text] {
    width: 60%;
  }

  input[type=submit],
  input[type=button],
  input[type=reset] {
    width: 20%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width:361px) and (max-width:480px) {
  .kbe_breadcrum ul,
  .kbe_search_field {
    width: 100%;
  }

  #kbe_container h1,
  #kbe_content .kbe_leftcol .kbe_reply span,
  .kbe_breadcrum ul {
    text-align: center;
  }

  #kbe_container {
    width: 100%;
    margin: 0 auto;
  }

  .kbe_breadcrum ul li {
    float: none;
    display: inline-block;
    line-height: 22px!important;
  }

  .kbe_search_field input[type=text] {
    padding: 17px 4px 13px 9px;
    text-align: center;
    width: 96%;
  }

  #search-result {
    width: 100%!important;
  }

  .kbe_no_result {
    width: 85%!important;
  }

  .kbe_leftcol {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .kbe_content_left,
  .kbe_content_right {
    width: 100%!important;
    margin-bottom: 30px;
  }

  .kbe_content_left {
    float: left;
  }

  .kbe_content_right {
    float: right;
  }

  .kbe_categories {
    width: 100%;
  }

  .kbe_category {
    width: 100%;
    margin: 0 0 30px;
  }

  #kbe_content .kbe_category h2 a {
    width: 62%;
  }

  #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more,
  #kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
    float: right;
    width: 88px;
  }

  .kbe_content_full .kbe_categories {
    width: 100%;
  }

  .kbe_content_full .kbe_category {
    width: 100%!important;
    margin: 0 0 30px;
  }

  .kbe_aside,
  .kbe_reply {
    width: 100%;
  }

  .kbe_content_full .kbe_aside {
    display: none;
  }

  .kbe_aside {
    float: none;
  }

  .kbe_aside.kbe_aside_left,
  .kbe_aside.kbe_aside_right {
    float: none!important;
  }

  #kbe_content .kbe_leftcol .kbe_reply textarea {
    width: 95%;
    height: 100px;
  }

  #kbe_content .kbe_leftcol .kbe_reply input[type=text] {
    width: 95%;
    padding: 5px 10px;
  }

  input[type=submit],
  input[type=button],
  input[type=reset] {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width:320px) and (max-width:360px) {
  .kbe_breadcrum ul,
  .kbe_search_field {
    width: 100%;
  }

  #kbe_container h1,
  #kbe_content .kbe_leftcol .kbe_reply span,
  .kbe_breadcrum ul {
    text-align: center;
  }

  #kbe_container {
    width: 100%;
    margin: 0 auto;
  }

  .kbe_breadcrum ul li {
    float: none;
    display: inline-block;
    line-height: 22px;
  }

  .kbe_search_field input[type=text] {
    padding: 17px 4px 13px 9px;
    text-align: center;
    width: 94%;
  }

  #search-result {
    width: 100%!important;
  }

  .kbe_no_result {
    width: 78%!important;
  }

  .kbe_leftcol {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  #kbe_content .kbe_category h2 a {
    width: 62%;
  }

  #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more,
  #kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
    float: right;
    width: 88px;
  }

  .kbe_aside,
  .kbe_categories,
  .kbe_content_full .kbe_category {
    width: 100%;
  }

  .kbe_category {
    width: 100%;
    margin: 0 0 30px;
  }

  .kbe_articles ul li a,
  .kbe_articles_search ul li a {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
  }

  #kbe_content .kbe_leftcol ul li,
  ol li {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .kbe_aside {
    float: none;
  }

  .kbe_aside.kbe_aside_left,
  .kbe_aside.kbe_aside_right {
    float: none!important;
  }

  .kbe_content_left,
  .kbe_content_right {
    float: none;
    width: 100%!important;
  }

  .kbe_reply {
    width: 100%;
  }

  #kbe_content .kbe_leftcol .kbe_reply textarea {
    width: 92%;
    height: 100px;
  }

  #kbe_content .kbe_leftcol .kbe_reply input[type=text] {
    width: 92%;
    padding: 4px 10px;
  }

  input[type=submit],
  input[type=button],
  input[type=reset] {
    width: 100%;
    margin-bottom: 20px;
  }

  #kbe_content .kbe_leftcol h2 {
    background: url("../theme/ls-theme-child/wp_knowledgebase/images/kbe_article_icon_img.png") left top 3px no-repeat rgba(0,0,0,0);
    border-bottom: 1px solid #CCC;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 0 0 16px 30px;
  }
}

@charset "UTF-8";

[class*=" socicon-"]:before,
[class^=socicon-]:before,
[data-icon]:before {
  font-family: socicon!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: socicon;
  src: url("../theme/ls-theme-child/pillar/fonts/socicon.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

[data-icon]:before {
  content: attr(data-icon);
}

.socicon-modelmayhem:before {
  content: "\e000";
}

.socicon-mixcloud:before {
  content: "\e001";
}

.socicon-drupal:before {
  content: "\e002";
}

.socicon-swarm:before {
  content: "\e003";
}

.socicon-istock:before {
  content: "\e004";
}

.socicon-yammer:before {
  content: "\e005";
}

.socicon-ello:before {
  content: "\e006";
}

.socicon-stackoverflow:before {
  content: "\e007";
}

.socicon-persona:before {
  content: "\e008";
}

.socicon-triplej:before {
  content: "\e009";
}

.socicon-houzz:before {
  content: "\e00a";
}

.socicon-rss:before {
  content: "\e00b";
}

.socicon-paypal:before {
  content: "\e00c";
}

.socicon-odnoklassniki:before {
  content: "\e00d";
}

.socicon-airbnb:before {
  content: "\e00e";
}

.socicon-periscope:before {
  content: "\e00f";
}

.socicon-outlook:before {
  content: "\e010";
}

.socicon-coderwall:before {
  content: "\e011";
}

.socicon-tripadvisor:before {
  content: "\e012";
}

.socicon-appnet:before {
  content: "\e013";
}

.socicon-goodreads:before {
  content: "\e014";
}

.socicon-tripit:before {
  content: "\e015";
}

.socicon-lanyrd:before {
  content: "\e016";
}

.socicon-slideshare:before {
  content: "\e017";
}

.socicon-buffer:before {
  content: "\e018";
}

.socicon-disqus:before {
  content: "\e019";
}

.socicon-vkontakte:before {
  content: "\e01a";
}

.socicon-whatsapp:before {
  content: "\e01b";
}

.socicon-patreon:before {
  content: "\e01c";
}

.socicon-storehouse:before {
  content: "\e01d";
}

.socicon-pocket:before {
  content: "\e01e";
}

.socicon-mail:before {
  content: "\e01f";
}

.socicon-blogger:before {
  content: "\e020";
}

.socicon-technorati:before {
  content: "\e021";
}

.socicon-reddit:before {
  content: "\e022";
}

.socicon-dribbble:before {
  content: "\e023";
}

.socicon-stumbleupon:before {
  content: "\e024";
}

.socicon-digg:before {
  content: "\e025";
}

.socicon-envato:before {
  content: "\e026";
}

.socicon-behance:before {
  content: "\e027";
}

.socicon-delicious:before {
  content: "\e028";
}

.socicon-deviantart:before {
  content: "\e029";
}

.socicon-forrst:before {
  content: "\e02a";
}

.socicon-play:before {
  content: "\e02b";
}

.socicon-zerply:before {
  content: "\e02c";
}

.socicon-wikipedia:before {
  content: "\e02d";
}

.socicon-apple:before {
  content: "\e02e";
}

.socicon-flattr:before {
  content: "\e02f";
}

.socicon-github:before {
  content: "\e030";
}

.socicon-renren:before {
  content: "\e031";
}

.socicon-friendfeed:before {
  content: "\e032";
}

.socicon-newsvine:before {
  content: "\e033";
}

.socicon-identica:before {
  content: "\e034";
}

.socicon-bebo:before {
  content: "\e035";
}

.socicon-zynga:before {
  content: "\e036";
}

.socicon-steam:before {
  content: "\e037";
}

.socicon-xbox:before {
  content: "\e038";
}

.socicon-windows:before {
  content: "\e039";
}

.socicon-qq:before {
  content: "\e03a";
}

.socicon-douban:before {
  content: "\e03b";
}

.socicon-meetup:before {
  content: "\e03c";
}

.socicon-playstation:before {
  content: "\e03d";
}

.socicon-android:before {
  content: "\e03e";
}

.socicon-snapchat:before {
  content: "\e03f";
}

.socicon-twitter:before {
  content: "\e040";
}

.socicon-facebook:before {
  content: "\e041";
}

.socicon-googleplus:before {
  content: "\e042";
}

.socicon-pinterest:before {
  content: "\e043";
}

.socicon-foursquare:before {
  content: "\e044";
}

.socicon-yahoo:before {
  content: "\e045";
}

.socicon-skype:before {
  content: "\e046";
}

.socicon-yelp:before {
  content: "\e047";
}

.socicon-feedburner:before {
  content: "\e048";
}

.socicon-linkedin:before {
  content: "\e049";
}

.socicon-viadeo:before {
  content: "\e04a";
}

.socicon-xing:before {
  content: "\e04b";
}

.socicon-myspace:before {
  content: "\e04c";
}

.socicon-soundcloud:before {
  content: "\e04d";
}

.socicon-spotify:before {
  content: "\e04e";
}

.socicon-grooveshark:before {
  content: "\e04f";
}

.socicon-lastfm:before {
  content: "\e050";
}

.socicon-youtube:before {
  content: "\e051";
}

.socicon-vimeo:before {
  content: "\e052";
}

.socicon-dailymotion:before {
  content: "\e053";
}

.socicon-vine:before {
  content: "\e054";
}

.socicon-flickr:before {
  content: "\e055";
}

.socicon-500px:before {
  content: "\e056";
}

.socicon-instagram:before {
  content: "\e057";
}

.socicon-wordpress:before {
  content: "\e058";
}

.socicon-tumblr:before {
  content: "\e059";
}

.socicon-twitch:before {
  content: "\e05a";
}

.socicon-8tracks:before {
  content: "\e05b";
}

.socicon-amazon:before {
  content: "\e05c";
}

.socicon-icq:before {
  content: "\e05d";
}

.socicon-smugmug:before {
  content: "\e05e";
}

.socicon-ravelry:before {
  content: "\e05f";
}

.socicon-weibo:before {
  content: "\e060";
}

.socicon-baidu:before {
  content: "\e061";
}

.socicon-angellist:before {
  content: "\e062";
}

.socicon-ebay:before {
  content: "\e063";
}

.socicon-imdb:before {
  content: "\e064";
}

.socicon-stayfriends:before {
  content: "\e065";
}

.socicon-residentadvisor:before {
  content: "\e066";
}

.socicon-google:before {
  content: "\e067";
}

.socicon-yandex:before {
  content: "\e068";
}

.socicon-sharethis:before {
  content: "\e069";
}

.socicon-bandcamp:before {
  content: "\e06a";
}

.socicon-itunes:before {
  content: "\e06b";
}

.socicon-deezer:before {
  content: "\e06c";
}

.socicon-medium:before {
  content: "\e06d";
}

.socicon-telegram:before {
  content: "\e06e";
}

.socicon-openid:before {
  content: "\e06f";
}

.socicon-amplement:before {
  content: "\e070";
}

@charset "UTF-8";

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

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

.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width:768px) {
  .container {
    max-width: 750px;
  }

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px;
  }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  outline: 0;
  z-index: 10001;
  margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

.ui-timepicker-list .ui-timepicker-selected:hover,
.ui-timepicker-list li:hover,
li.ui-timepicker-selected {
  background: #1980EC;
  color: #fff;
}

.ui-timepicker-list li:hover .ui-timepicker-duration,
li.ui-timepicker-selected .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background: #000;
  background: rgba(0,0,0,.7);
}

.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none!important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-close-btn-in button.mfp-close:hover {
  background: 0 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  opacity: .8;
  top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 12px solid #000;
  left: 5px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  border-right: 20px solid #fff;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 12px solid #000;
  left: 3px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 20px solid #fff;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.5%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

@media all and (max-width:800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

@font-face {
  font-family: Ionicons;
  src: url("../theme/ls-theme/fonts/ionicons.eot?v=2.0.0");
  src: url("../theme/ls-theme/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../theme/ls-theme/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../theme/ls-theme/fonts/ionicons.woff?v=2.0.0") format("woff"),url("../theme/ls-theme/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: 400;
  font-style: normal;
}

.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before,
.ionicons,
body p.job-manager-single-alert-link a:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "";
}

.ion-alert-circled:before {
  content: "";
}

.ion-android-add:before {
  content: "";
}

.ion-android-add-circle:before {
  content: "";
}

.ion-android-alarm-clock:before {
  content: "";
}

.ion-android-alert:before {
  content: "";
}

.ion-android-apps:before {
  content: "";
}

.ion-android-archive:before {
  content: "";
}

.ion-android-arrow-back:before {
  content: "";
}

.ion-android-arrow-down:before {
  content: "";
}

.ion-android-arrow-dropdown:before {
  content: "";
}

.ion-android-arrow-dropdown-circle:before {
  content: "";
}

.ion-android-arrow-dropleft:before {
  content: "";
}

.ion-android-arrow-dropleft-circle:before {
  content: "";
}

.ion-android-arrow-dropright:before {
  content: "";
}

.ion-android-arrow-dropright-circle:before {
  content: "";
}

.ion-android-arrow-dropup:before {
  content: "";
}

.ion-android-arrow-dropup-circle:before {
  content: "";
}

.ion-android-arrow-forward:before {
  content: "";
}

.ion-android-arrow-up:before {
  content: "";
}

.ion-android-attach:before {
  content: "";
}

.ion-android-bar:before {
  content: "";
}

.ion-android-bicycle:before {
  content: "";
}

.ion-android-boat:before {
  content: "";
}

.ion-android-bookmark:before {
  content: "";
}

.ion-android-bulb:before {
  content: "";
}

.ion-android-bus:before {
  content: "";
}

.ion-android-calendar:before {
  content: "";
}

.ion-android-call:before {
  content: "";
}

.ion-android-camera:before {
  content: "";
}

.ion-android-cancel:before {
  content: "";
}

.ion-android-car:before {
  content: "";
}

.ion-android-cart:before {
  content: "";
}

.ion-android-chat:before {
  content: "";
}

.ion-android-checkbox:before {
  content: "";
}

.ion-android-checkbox-blank:before {
  content: "";
}

.ion-android-checkbox-outline:before {
  content: "";
}

.ion-android-checkbox-outline-blank:before {
  content: "";
}

.ion-android-checkmark-circle:before {
  content: "";
}

.ion-android-clipboard:before {
  content: "";
}

.ion-android-close:before {
  content: "";
}

.ion-android-cloud:before {
  content: "";
}

.ion-android-cloud-circle:before {
  content: "";
}

.ion-android-cloud-done:before {
  content: "";
}

.ion-android-cloud-outline:before {
  content: "";
}

.ion-android-color-palette:before {
  content: "";
}

.ion-android-compass:before {
  content: "";
}

.ion-android-contact:before {
  content: "";
}

.ion-android-contacts:before {
  content: "";
}

.ion-android-contract:before {
  content: "";
}

.ion-android-create:before {
  content: "";
}

.ion-android-delete:before {
  content: "";
}

.ion-android-desktop:before {
  content: "";
}

.ion-android-document:before {
  content: "";
}

.ion-android-done:before {
  content: "";
}

.ion-android-done-all:before {
  content: "";
}

.ion-android-download:before {
  content: "";
}

.ion-android-drafts:before {
  content: "";
}

.ion-android-exit:before {
  content: "";
}

.ion-android-expand:before {
  content: "";
}

.ion-android-favorite:before {
  content: "";
}

.ion-android-favorite-outline:before {
  content: "";
}

.ion-android-film:before {
  content: "";
}

.ion-android-folder:before {
  content: "";
}

.ion-android-folder-open:before {
  content: "";
}

.ion-android-funnel:before {
  content: "";
}

.ion-android-globe:before {
  content: "";
}

.ion-android-hand:before {
  content: "";
}

.ion-android-hangout:before {
  content: "";
}

.ion-android-happy:before {
  content: "";
}

.ion-android-home:before {
  content: "";
}

.ion-android-image:before {
  content: "";
}

.ion-android-laptop:before {
  content: "";
}

.ion-android-list:before {
  content: "";
}

.ion-android-locate:before {
  content: "";
}

.ion-android-lock:before {
  content: "";
}

.ion-android-mail:before {
  content: "";
}

.ion-android-map:before {
  content: "";
}

.ion-android-menu:before {
  content: "";
}

.ion-android-microphone:before {
  content: "";
}

.ion-android-microphone-off:before {
  content: "";
}

.ion-android-more-horizontal:before {
  content: "";
}

.ion-android-more-vertical:before {
  content: "";
}

.ion-android-navigate:before {
  content: "";
}

.ion-android-notifications:before {
  content: "";
}

.ion-android-notifications-none:before {
  content: "";
}

.ion-android-notifications-off:before {
  content: "";
}

.ion-android-open:before {
  content: "";
}

.ion-android-options:before {
  content: "";
}

.ion-android-people:before {
  content: "";
}

.ion-android-person:before {
  content: "";
}

.ion-android-person-add:before {
  content: "";
}

.ion-android-phone-landscape:before {
  content: "";
}

.ion-android-phone-portrait:before {
  content: "";
}

.ion-android-pin:before {
  content: "";
}

.ion-android-plane:before {
  content: "";
}

.ion-android-playstore:before {
  content: "";
}

.ion-android-print:before {
  content: "";
}

.ion-android-radio-button-off:before {
  content: "";
}

.ion-android-radio-button-on:before {
  content: "";
}

.ion-android-refresh:before {
  content: "";
}

.ion-android-remove:before {
  content: "";
}

.ion-android-remove-circle:before {
  content: "";
}

.ion-android-restaurant:before {
  content: "";
}

.ion-android-sad:before {
  content: "";
}

.ion-android-search:before {
  content: "";
}

.ion-android-send:before {
  content: "";
}

.ion-android-settings:before {
  content: "";
}

.ion-android-share:before {
  content: "";
}

.ion-android-share-alt:before {
  content: "";
}

.ion-android-star:before {
  content: "";
}

.ion-android-star-half:before {
  content: "";
}

.ion-android-star-outline:before {
  content: "";
}

.ion-android-stopwatch:before {
  content: "";
}

.ion-android-subway:before {
  content: "";
}

.ion-android-sunny:before {
  content: "";
}

.ion-android-sync:before {
  content: "";
}

.ion-android-textsms:before {
  content: "";
}

.ion-android-time:before {
  content: "";
}

.ion-android-train:before {
  content: "";
}

.ion-android-unlock:before {
  content: "";
}

.ion-android-upload:before {
  content: "";
}

.ion-android-volume-down:before {
  content: "";
}

.ion-android-volume-mute:before {
  content: "";
}

.ion-android-volume-off:before {
  content: "";
}

.ion-android-volume-up:before {
  content: "";
}

.ion-android-walk:before {
  content: "";
}

.ion-android-warning:before {
  content: "";
}

.ion-android-watch:before {
  content: "";
}

.ion-android-wifi:before {
  content: "";
}

.ion-aperture:before {
  content: "";
}

.ion-archive:before {
  content: "";
}

.ion-arrow-down-a:before {
  content: "";
}

.ion-arrow-down-b:before {
  content: "";
}

.ion-arrow-down-c:before {
  content: "";
}

.ion-arrow-expand:before {
  content: "";
}

.ion-arrow-graph-down-left:before {
  content: "";
}

.ion-arrow-graph-down-right:before {
  content: "";
}

.ion-arrow-graph-up-left:before {
  content: "";
}

.ion-arrow-graph-up-right:before {
  content: "";
}

.ion-arrow-left-a:before {
  content: "";
}

.ion-arrow-left-b:before {
  content: "";
}

.ion-arrow-left-c:before {
  content: "";
}

.ion-arrow-move:before {
  content: "";
}

.ion-arrow-resize:before {
  content: "";
}

.ion-arrow-return-left:before {
  content: "";
}

.ion-arrow-return-right:before {
  content: "";
}

.ion-arrow-right-a:before {
  content: "";
}

.ion-arrow-right-b:before {
  content: "";
}

.ion-arrow-right-c:before {
  content: "";
}

.ion-arrow-shrink:before {
  content: "";
}

.ion-arrow-swap:before {
  content: "";
}

.ion-arrow-up-a:before {
  content: "";
}

.ion-arrow-up-b:before {
  content: "";
}

.ion-arrow-up-c:before {
  content: "";
}

.ion-asterisk:before {
  content: "";
}

.ion-at:before {
  content: "";
}

.ion-backspace:before {
  content: "";
}

.ion-backspace-outline:before {
  content: "";
}

.ion-bag:before {
  content: "";
}

.ion-battery-charging:before {
  content: "";
}

.ion-battery-empty:before {
  content: "";
}

.ion-battery-full:before {
  content: "";
}

.ion-battery-half:before {
  content: "";
}

.ion-battery-low:before {
  content: "";
}

.ion-beaker:before {
  content: "";
}

.ion-beer:before {
  content: "";
}

.ion-bluetooth:before {
  content: "";
}

.ion-bonfire:before {
  content: "";
}

.ion-bookmark:before {
  content: "";
}

.ion-bowtie:before {
  content: "";
}

.ion-briefcase:before {
  content: "";
}

.ion-bug:before {
  content: "";
}

.ion-calculator:before {
  content: "";
}

.ion-calendar:before {
  content: "";
}

.ion-camera:before {
  content: "";
}

.ion-card:before {
  content: "";
}

.ion-cash:before {
  content: "";
}

.ion-chatbox:before {
  content: "";
}

.ion-chatbox-working:before {
  content: "";
}

.ion-chatboxes:before {
  content: "";
}

.ion-chatbubble:before {
  content: "";
}

.ion-chatbubble-working:before {
  content: "";
}

.ion-chatbubbles:before {
  content: "";
}

.ion-checkmark:before {
  content: "";
}

.ion-checkmark-circled:before {
  content: "";
}

.ion-checkmark-round:before {
  content: "";
}

.ion-chevron-down:before {
  content: "";
}

.ion-chevron-left:before {
  content: "";
}

.ion-chevron-right:before {
  content: "";
}

.ion-chevron-up:before {
  content: "";
}

.ion-clipboard:before {
  content: "";
}

.ion-clock:before {
  content: "";
}

.ion-close:before {
  content: "";
}

.ion-close-circled:before {
  content: "";
}

.ion-close-round:before {
  content: "";
}

.ion-closed-captioning:before {
  content: "";
}

.ion-cloud:before {
  content: "";
}

.ion-code:before {
  content: "";
}

.ion-code-download:before {
  content: "";
}

.ion-code-working:before {
  content: "";
}

.ion-coffee:before {
  content: "";
}

.ion-compass:before {
  content: "";
}

.ion-compose:before {
  content: "";
}

.ion-connection-bars:before {
  content: "";
}

.ion-contrast:before {
  content: "";
}

.ion-crop:before {
  content: "";
}

.ion-cube:before {
  content: "";
}

.ion-disc:before {
  content: "";
}

.ion-document:before {
  content: "";
}

.ion-document-text:before {
  content: "";
}

.ion-drag:before {
  content: "";
}

.ion-earth:before {
  content: "";
}

.ion-easel:before {
  content: "";
}

.ion-edit:before {
  content: "";
}

.ion-egg:before {
  content: "";
}

.ion-eject:before {
  content: "";
}

.ion-email:before {
  content: "";
}

.ion-email-unread:before {
  content: "";
}

.ion-erlenmeyer-flask:before {
  content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

.ion-eye:before {
  content: "";
}

.ion-eye-disabled:before {
  content: "";
}

.ion-female:before {
  content: "";
}

.ion-filing:before {
  content: "";
}

.ion-film-marker:before {
  content: "";
}

.ion-fireball:before {
  content: "";
}

.ion-flag:before {
  content: "";
}

.ion-flame:before {
  content: "";
}

.ion-flash:before {
  content: "";
}

.ion-flash-off:before {
  content: "";
}

.ion-folder:before {
  content: "";
}

.ion-fork:before {
  content: "";
}

.ion-fork-repo:before {
  content: "";
}

.ion-forward:before {
  content: "";
}

.ion-funnel:before {
  content: "";
}

.ion-gear-a:before {
  content: "";
}

.ion-gear-b:before {
  content: "";
}

.ion-grid:before {
  content: "";
}

.ion-hammer:before {
  content: "";
}

.ion-happy:before {
  content: "";
}

.ion-happy-outline:before {
  content: "";
}

.ion-headphone:before {
  content: "";
}

.ion-heart:before {
  content: "";
}

.ion-heart-broken:before {
  content: "";
}

.ion-help:before {
  content: "";
}

.ion-help-buoy:before {
  content: "";
}

.ion-help-circled:before {
  content: "";
}

.ion-home:before {
  content: "";
}

.ion-icecream:before {
  content: "";
}

.ion-image:before {
  content: "";
}

.ion-images:before {
  content: "";
}

.ion-information:before {
  content: "";
}

.ion-information-circled:before {
  content: "";
}

.ion-ionic:before {
  content: "";
}

.ion-ios-alarm:before {
  content: "";
}

.ion-ios-alarm-outline:before {
  content: "";
}

.ion-ios-albums:before {
  content: "";
}

.ion-ios-albums-outline:before {
  content: "";
}

.ion-ios-americanfootball:before {
  content: "";
}

.ion-ios-americanfootball-outline:before {
  content: "";
}

.ion-ios-analytics:before {
  content: "";
}

.ion-ios-analytics-outline:before {
  content: "";
}

.ion-ios-arrow-back:before {
  content: "";
}

.ion-ios-arrow-down:before {
  content: "";
}

.ion-ios-arrow-forward:before {
  content: "";
}

.ion-ios-arrow-left:before {
  content: "";
}

.ion-ios-arrow-right:before {
  content: "";
}

.ion-ios-arrow-thin-down:before {
  content: "";
}

.ion-ios-arrow-thin-left:before {
  content: "";
}

.ion-ios-arrow-thin-right:before {
  content: "";
}

.ion-ios-arrow-thin-up:before {
  content: "";
}

.ion-ios-arrow-up:before {
  content: "";
}

.ion-ios-at:before {
  content: "";
}

.ion-ios-at-outline:before {
  content: "";
}

.ion-ios-barcode:before {
  content: "";
}

.ion-ios-barcode-outline:before {
  content: "";
}

.ion-ios-baseball:before {
  content: "";
}

.ion-ios-baseball-outline:before {
  content: "";
}

.ion-ios-basketball:before {
  content: "";
}

.ion-ios-basketball-outline:before {
  content: "";
}

.ion-ios-bell:before {
  content: "";
}

.ion-ios-bell-outline:before {
  content: "";
}

.ion-ios-body:before {
  content: "";
}

.ion-ios-body-outline:before {
  content: "";
}

.ion-ios-bolt:before {
  content: "";
}

.ion-ios-bolt-outline:before {
  content: "";
}

.ion-ios-book:before {
  content: "";
}

.ion-ios-book-outline:before {
  content: "";
}

.ion-ios-bookmarks:before {
  content: "";
}

.ion-ios-bookmarks-outline:before {
  content: "";
}

.ion-ios-box:before {
  content: "";
}

.ion-ios-box-outline:before {
  content: "";
}

.ion-ios-briefcase:before {
  content: "";
}

.ion-ios-briefcase-outline:before {
  content: "";
}

.ion-ios-browsers:before {
  content: "";
}

.ion-ios-browsers-outline:before {
  content: "";
}

.ion-ios-calculator:before {
  content: "";
}

.ion-ios-calculator-outline:before {
  content: "";
}

.ion-ios-calendar:before {
  content: "";
}

.ion-ios-calendar-outline:before {
  content: "";
}

.ion-ios-camera:before {
  content: "";
}

.ion-ios-camera-outline:before {
  content: "";
}

.ion-ios-cart:before {
  content: "";
}

.ion-ios-cart-outline:before {
  content: "";
}

.ion-ios-chatboxes:before {
  content: "";
}

.ion-ios-chatboxes-outline:before {
  content: "";
}

.ion-ios-chatbubble:before {
  content: "";
}

.ion-ios-chatbubble-outline:before {
  content: "";
}

.ion-ios-checkmark:before {
  content: "";
}

.ion-ios-checkmark-empty:before {
  content: "";
}

.ion-ios-checkmark-outline:before {
  content: "";
}

.ion-ios-circle-filled:before {
  content: "";
}

.ion-ios-circle-outline:before {
  content: "";
}

.ion-ios-clock:before {
  content: "";
}

.ion-ios-clock-outline:before {
  content: "";
}

.ion-ios-close:before {
  content: "";
}

.ion-ios-close-empty:before {
  content: "";
}

.ion-ios-close-outline:before {
  content: "";
}

.ion-ios-cloud:before {
  content: "";
}

.ion-ios-cloud-download:before {
  content: "";
}

.ion-ios-cloud-download-outline:before {
  content: "";
}

.ion-ios-cloud-outline:before {
  content: "";
}

.ion-ios-cloud-upload:before {
  content: "";
}

.ion-ios-cloud-upload-outline:before {
  content: "";
}

.ion-ios-cloudy:before {
  content: "";
}

.ion-ios-cloudy-night:before {
  content: "";
}

.ion-ios-cloudy-night-outline:before {
  content: "";
}

.ion-ios-cloudy-outline:before {
  content: "";
}

.ion-ios-cog:before {
  content: "";
}

.ion-ios-cog-outline:before {
  content: "";
}

.ion-ios-color-filter:before {
  content: "";
}

.ion-ios-color-filter-outline:before {
  content: "";
}

.ion-ios-color-wand:before {
  content: "";
}

.ion-ios-color-wand-outline:before {
  content: "";
}

.ion-ios-compose:before {
  content: "";
}

.ion-ios-compose-outline:before {
  content: "";
}

.ion-ios-contact:before {
  content: "";
}

.ion-ios-contact-outline:before {
  content: "";
}

.ion-ios-copy:before {
  content: "";
}

.ion-ios-copy-outline:before {
  content: "";
}

.ion-ios-crop:before {
  content: "";
}

.ion-ios-crop-strong:before {
  content: "";
}

.ion-ios-download:before {
  content: "";
}

.ion-ios-download-outline:before {
  content: "";
}

.ion-ios-drag:before {
  content: "";
}

.ion-ios-email:before {
  content: "";
}

.ion-ios-email-outline:before {
  content: "";
}

.ion-ios-eye:before {
  content: "";
}

.ion-ios-eye-outline:before {
  content: "";
}

.ion-ios-fastforward:before {
  content: "";
}

.ion-ios-fastforward-outline:before {
  content: "";
}

.ion-ios-filing:before {
  content: "";
}

.ion-ios-filing-outline:before {
  content: "";
}

.ion-ios-film:before {
  content: "";
}

.ion-ios-film-outline:before {
  content: "";
}

.ion-ios-flag:before {
  content: "";
}

.ion-ios-flag-outline:before {
  content: "";
}

.ion-ios-flame:before {
  content: "";
}

.ion-ios-flame-outline:before {
  content: "";
}

.ion-ios-flask:before {
  content: "";
}

.ion-ios-flask-outline:before {
  content: "";
}

.ion-ios-flower:before {
  content: "";
}

.ion-ios-flower-outline:before {
  content: "";
}

.ion-ios-folder:before {
  content: "";
}

.ion-ios-folder-outline:before {
  content: "";
}

.ion-ios-football:before {
  content: "";
}

.ion-ios-football-outline:before {
  content: "";
}

.ion-ios-game-controller-a:before {
  content: "";
}

.ion-ios-game-controller-a-outline:before {
  content: "";
}

.ion-ios-game-controller-b:before {
  content: "";
}

.ion-ios-game-controller-b-outline:before {
  content: "";
}

.ion-ios-gear:before {
  content: "";
}

.ion-ios-gear-outline:before {
  content: "";
}

.ion-ios-glasses:before {
  content: "";
}

.ion-ios-glasses-outline:before {
  content: "";
}

.ion-ios-grid-view:before {
  content: "";
}

.ion-ios-grid-view-outline:before {
  content: "";
}

.ion-ios-heart:before {
  content: "";
}

.ion-ios-heart-outline:before {
  content: "";
}

.ion-ios-help:before {
  content: "";
}

.ion-ios-help-empty:before {
  content: "";
}

.ion-ios-help-outline:before {
  content: "";
}

.ion-ios-home:before {
  content: "";
}

.ion-ios-home-outline:before {
  content: "";
}

.ion-ios-infinite:before {
  content: "";
}

.ion-ios-infinite-outline:before {
  content: "";
}

.ion-ios-information:before {
  content: "";
}

.ion-ios-information-empty:before {
  content: "";
}

.ion-ios-information-outline:before {
  content: "";
}

.ion-ios-ionic-outline:before {
  content: "";
}

.ion-ios-keypad:before {
  content: "";
}

.ion-ios-keypad-outline:before {
  content: "";
}

.ion-ios-lightbulb:before {
  content: "";
}

.ion-ios-lightbulb-outline:before {
  content: "";
}

.ion-ios-list:before {
  content: "";
}

.ion-ios-list-outline:before {
  content: "";
}

.ion-ios-location:before {
  content: "";
}

.ion-ios-location-outline:before {
  content: "";
}

.ion-ios-locked:before {
  content: "";
}

.ion-ios-locked-outline:before {
  content: "";
}

.ion-ios-loop:before {
  content: "";
}

.ion-ios-loop-strong:before {
  content: "";
}

.ion-ios-medical:before {
  content: "";
}

.ion-ios-medical-outline:before {
  content: "";
}

.ion-ios-medkit:before {
  content: "";
}

.ion-ios-medkit-outline:before {
  content: "";
}

.ion-ios-mic:before {
  content: "";
}

.ion-ios-mic-off:before {
  content: "";
}

.ion-ios-mic-outline:before {
  content: "";
}

.ion-ios-minus:before {
  content: "";
}

.ion-ios-minus-empty:before {
  content: "";
}

.ion-ios-minus-outline:before {
  content: "";
}

.ion-ios-monitor:before {
  content: "";
}

.ion-ios-monitor-outline:before {
  content: "";
}

.ion-ios-moon:before {
  content: "";
}

.ion-ios-moon-outline:before {
  content: "";
}

.ion-ios-more:before {
  content: "";
}

.ion-ios-more-outline:before {
  content: "";
}

.ion-ios-musical-note:before {
  content: "";
}

.ion-ios-musical-notes:before {
  content: "";
}

.ion-ios-navigate:before {
  content: "";
}

.ion-ios-navigate-outline:before {
  content: "";
}

.ion-ios-nutrition:before {
  content: "";
}

.ion-ios-nutrition-outline:before {
  content: "";
}

.ion-ios-paper:before {
  content: "";
}

.ion-ios-paper-outline:before {
  content: "";
}

.ion-ios-paperplane:before {
  content: "";
}

.ion-ios-paperplane-outline:before {
  content: "";
}

.ion-ios-partlysunny:before {
  content: "";
}

.ion-ios-partlysunny-outline:before {
  content: "";
}

.ion-ios-pause:before {
  content: "";
}

.ion-ios-pause-outline:before {
  content: "";
}

.ion-ios-paw:before {
  content: "";
}

.ion-ios-paw-outline:before {
  content: "";
}

.ion-ios-people:before {
  content: "";
}

.ion-ios-people-outline:before {
  content: "";
}

.ion-ios-person:before {
  content: "";
}

.ion-ios-person-outline:before {
  content: "";
}

.ion-ios-personadd:before {
  content: "";
}

.ion-ios-personadd-outline:before {
  content: "";
}

.ion-ios-photos:before {
  content: "";
}

.ion-ios-photos-outline:before {
  content: "";
}

.ion-ios-pie:before {
  content: "";
}

.ion-ios-pie-outline:before {
  content: "";
}

.ion-ios-pint:before {
  content: "";
}

.ion-ios-pint-outline:before {
  content: "";
}

.ion-ios-play:before {
  content: "";
}

.ion-ios-play-outline:before {
  content: "";
}

.ion-ios-plus:before {
  content: "";
}

.ion-ios-plus-empty:before {
  content: "";
}

.ion-ios-plus-outline:before {
  content: "";
}

.ion-ios-pricetag:before {
  content: "";
}

.ion-ios-pricetag-outline:before {
  content: "";
}

.ion-ios-pricetags:before {
  content: "";
}

.ion-ios-pricetags-outline:before {
  content: "";
}

.ion-ios-printer:before {
  content: "";
}

.ion-ios-printer-outline:before {
  content: "";
}

.ion-ios-pulse:before {
  content: "";
}

.ion-ios-pulse-strong:before {
  content: "";
}

.ion-ios-rainy:before {
  content: "";
}

.ion-ios-rainy-outline:before {
  content: "";
}

.ion-ios-recording:before {
  content: "";
}

.ion-ios-recording-outline:before {
  content: "";
}

.ion-ios-redo:before {
  content: "";
}

.ion-ios-redo-outline:before {
  content: "";
}

.ion-ios-refresh:before {
  content: "";
}

.ion-ios-refresh-empty:before {
  content: "";
}

.ion-ios-refresh-outline:before {
  content: "";
}

.ion-ios-reload:before {
  content: "";
}

.ion-ios-reverse-camera:before {
  content: "";
}

.ion-ios-reverse-camera-outline:before {
  content: "";
}

.ion-ios-rewind:before {
  content: "";
}

.ion-ios-rewind-outline:before {
  content: "";
}

.ion-ios-rose:before {
  content: "";
}

.ion-ios-rose-outline:before {
  content: "";
}

.ion-ios-search:before {
  content: "";
}

.ion-ios-search-strong:before {
  content: "";
}

.ion-ios-settings:before {
  content: "";
}

.ion-ios-settings-strong:before {
  content: "";
}

.ion-ios-shuffle:before {
  content: "";
}

.ion-ios-shuffle-strong:before {
  content: "";
}

.ion-ios-skipbackward:before {
  content: "";
}

.ion-ios-skipbackward-outline:before {
  content: "";
}

.ion-ios-skipforward:before {
  content: "";
}

.ion-ios-skipforward-outline:before {
  content: "";
}

.ion-ios-snowy:before {
  content: "";
}

.ion-ios-speedometer:before {
  content: "";
}

.ion-ios-speedometer-outline:before {
  content: "";
}

.ion-ios-star:before {
  content: "";
}

.ion-ios-star-half:before {
  content: "";
}

.ion-ios-star-outline:before {
  content: "";
}

.ion-ios-stopwatch:before {
  content: "";
}

.ion-ios-stopwatch-outline:before {
  content: "";
}

.ion-ios-sunny:before {
  content: "";
}

.ion-ios-sunny-outline:before {
  content: "";
}

.ion-ios-telephone:before {
  content: "";
}

.ion-ios-telephone-outline:before {
  content: "";
}

.ion-ios-tennisball:before {
  content: "";
}

.ion-ios-tennisball-outline:before {
  content: "";
}

.ion-ios-thunderstorm:before {
  content: "";
}

.ion-ios-thunderstorm-outline:before {
  content: "";
}

.ion-ios-time:before {
  content: "";
}

.ion-ios-time-outline:before {
  content: "";
}

.ion-ios-timer:before {
  content: "";
}

.ion-ios-timer-outline:before {
  content: "";
}

.ion-ios-toggle:before {
  content: "";
}

.ion-ios-toggle-outline:before {
  content: "";
}

.ion-ios-trash:before {
  content: "";
}

.ion-ios-trash-outline:before {
  content: "";
}

.ion-ios-undo:before {
  content: "";
}

.ion-ios-undo-outline:before {
  content: "";
}

.ion-ios-unlocked:before {
  content: "";
}

.ion-ios-unlocked-outline:before {
  content: "";
}

.ion-ios-upload:before {
  content: "";
}

.ion-ios-upload-outline:before {
  content: "";
}

.ion-ios-videocam:before {
  content: "";
}

.ion-ios-videocam-outline:before {
  content: "";
}

.ion-ios-volume-high:before {
  content: "";
}

.ion-ios-volume-low:before {
  content: "";
}

.ion-ios-wineglass:before {
  content: "";
}

.ion-ios-wineglass-outline:before {
  content: "";
}

.ion-ios-world:before {
  content: "";
}

.ion-ios-world-outline:before {
  content: "";
}

.ion-ipad:before {
  content: "";
}

.ion-iphone:before {
  content: "";
}

.ion-ipod:before {
  content: "";
}

.ion-jet:before {
  content: "";
}

.ion-key:before {
  content: "";
}

.ion-knife:before {
  content: "";
}

.ion-laptop:before {
  content: "";
}

.ion-leaf:before {
  content: "";
}

.ion-levels:before {
  content: "";
}

.ion-lightbulb:before {
  content: "";
}

.ion-link:before {
  content: "";
}

.ion-load-a:before {
  content: "";
}

.ion-load-b:before {
  content: "";
}

.ion-load-c:before {
  content: "";
}

.ion-load-d:before {
  content: "";
}

.ion-location:before {
  content: "";
}

.ion-lock-combination:before {
  content: "";
}

.ion-locked:before {
  content: "";
}

.ion-log-in:before {
  content: "";
}

.ion-log-out:before {
  content: "";
}

.ion-loop:before {
  content: "";
}

.ion-magnet:before {
  content: "";
}

.ion-male:before {
  content: "";
}

.ion-man:before {
  content: "";
}

.ion-map:before {
  content: "";
}

.ion-medkit:before {
  content: "";
}

.ion-merge:before {
  content: "";
}

.ion-mic-a:before {
  content: "";
}

.ion-mic-b:before {
  content: "";
}

.ion-mic-c:before {
  content: "";
}

.ion-minus:before {
  content: "";
}

.ion-minus-circled:before {
  content: "";
}

.ion-minus-round:before {
  content: "";
}

.ion-model-s:before {
  content: "";
}

.ion-monitor:before {
  content: "";
}

.ion-more:before {
  content: "";
}

.ion-mouse:before {
  content: "";
}

.ion-music-note:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

.ion-navicon-round:before {
  content: "";
}

.ion-navigate:before {
  content: "";
}

.ion-network:before {
  content: "";
}

.ion-no-smoking:before {
  content: "";
}

.ion-nuclear:before {
  content: "";
}

.ion-outlet:before {
  content: "";
}

.ion-paintbrush:before {
  content: "";
}

.ion-paintbucket:before {
  content: "";
}

.ion-paper-airplane:before {
  content: "";
}

.ion-paperclip:before {
  content: "";
}

.ion-pause:before {
  content: "";
}

.ion-person:before {
  content: "";
}

.ion-person-add:before {
  content: "";
}

.ion-person-stalker:before {
  content: "";
}

.ion-pie-graph:before {
  content: "";
}

.ion-pin:before {
  content: "";
}

.ion-pinpoint:before {
  content: "";
}

.ion-pizza:before {
  content: "";
}

.ion-plane:before {
  content: "";
}

.ion-planet:before {
  content: "";
}

.ion-play:before {
  content: "";
}

.ion-playstation:before {
  content: "";
}

.ion-plus:before {
  content: "";
}

.ion-plus-circled:before {
  content: "";
}

.ion-plus-round:before {
  content: "";
}

.ion-podium:before {
  content: "";
}

.ion-pound:before {
  content: "";
}

.ion-power:before {
  content: "";
}

.ion-pricetag:before {
  content: "";
}

.ion-pricetags:before {
  content: "";
}

.ion-printer:before {
  content: "";
}

.ion-pull-request:before {
  content: "";
}

.ion-qr-scanner:before {
  content: "";
}

.ion-quote:before {
  content: "";
}

.ion-radio-waves:before {
  content: "";
}

.ion-record:before {
  content: "";
}

.ion-refresh:before {
  content: "";
}

.ion-reply:before {
  content: "";
}

.ion-reply-all:before {
  content: "";
}

.ion-ribbon-a:before {
  content: "";
}

.ion-ribbon-b:before {
  content: "";
}

.ion-sad:before {
  content: "";
}

.ion-sad-outline:before {
  content: "";
}

.ion-scissors:before {
  content: "";
}

.ion-search:before {
  content: "";
}

.ion-settings:before {
  content: "";
}

.ion-share:before {
  content: "";
}

.ion-shuffle:before {
  content: "";
}

.ion-skip-backward:before {
  content: "";
}

.ion-skip-forward:before {
  content: "";
}

.ion-social-android:before {
  content: "";
}

.ion-social-android-outline:before {
  content: "";
}

.ion-social-angular:before {
  content: "";
}

.ion-social-angular-outline:before {
  content: "";
}

.ion-social-apple:before {
  content: "";
}

.ion-social-apple-outline:before {
  content: "";
}

.ion-social-bitcoin:before {
  content: "";
}

.ion-social-bitcoin-outline:before {
  content: "";
}

.ion-social-buffer:before {
  content: "";
}

.ion-social-buffer-outline:before {
  content: "";
}

.ion-social-chrome:before {
  content: "";
}

.ion-social-chrome-outline:before {
  content: "";
}

.ion-social-codepen:before {
  content: "";
}

.ion-social-codepen-outline:before {
  content: "";
}

.ion-social-css3:before {
  content: "";
}

.ion-social-css3-outline:before {
  content: "";
}

.ion-social-designernews:before {
  content: "";
}

.ion-social-designernews-outline:before {
  content: "";
}

.ion-social-dribbble:before {
  content: "";
}

.ion-social-dribbble-outline:before {
  content: "";
}

.ion-social-dropbox:before {
  content: "";
}

.ion-social-dropbox-outline:before {
  content: "";
}

.ion-social-euro:before {
  content: "";
}

.ion-social-euro-outline:before {
  content: "";
}

.ion-social-facebook:before {
  content: "";
}

.ion-social-facebook-outline:before {
  content: "";
}

.ion-social-foursquare:before {
  content: "";
}

.ion-social-foursquare-outline:before {
  content: "";
}

.ion-social-freebsd-devil:before {
  content: "";
}

.ion-social-github:before {
  content: "";
}

.ion-social-github-outline:before {
  content: "";
}

.ion-social-google:before {
  content: "";
}

.ion-social-google-outline:before {
  content: "";
}

.ion-social-googleplus:before {
  content: "";
}

.ion-social-googleplus-outline:before {
  content: "";
}

.ion-social-hackernews:before {
  content: "";
}

.ion-social-hackernews-outline:before {
  content: "";
}

.ion-social-html5:before {
  content: "";
}

.ion-social-html5-outline:before {
  content: "";
}

.ion-social-instagram:before {
  content: "";
}

.ion-social-instagram-outline:before {
  content: "";
}

.ion-social-javascript:before {
  content: "";
}

.ion-social-javascript-outline:before {
  content: "";
}

.ion-social-linkedin:before {
  content: "";
}

.ion-social-linkedin-outline:before {
  content: "";
}

.ion-social-markdown:before {
  content: "";
}

.ion-social-nodejs:before {
  content: "";
}

.ion-social-octocat:before {
  content: "";
}

.ion-social-pinterest:before {
  content: "";
}

.ion-social-pinterest-outline:before {
  content: "";
}

.ion-social-python:before {
  content: "";
}

.ion-social-reddit:before {
  content: "";
}

.ion-social-reddit-outline:before {
  content: "";
}

.ion-social-rss:before {
  content: "";
}

.ion-social-rss-outline:before {
  content: "";
}

.ion-social-sass:before {
  content: "";
}

.ion-social-skype:before {
  content: "";
}

.ion-social-skype-outline:before {
  content: "";
}

.ion-social-snapchat:before {
  content: "";
}

.ion-social-snapchat-outline:before {
  content: "";
}

.ion-social-tumblr:before {
  content: "";
}

.ion-social-tumblr-outline:before {
  content: "";
}

.ion-social-tux:before {
  content: "";
}

.ion-social-twitch:before {
  content: "";
}

.ion-social-twitch-outline:before {
  content: "";
}

.ion-social-twitter:before {
  content: "";
}

.ion-social-twitter-outline:before {
  content: "";
}

.ion-social-usd:before {
  content: "";
}

.ion-social-usd-outline:before {
  content: "";
}

.ion-social-vimeo:before {
  content: "";
}

.ion-social-vimeo-outline:before {
  content: "";
}

.ion-social-whatsapp:before {
  content: "";
}

.ion-social-whatsapp-outline:before {
  content: "";
}

.ion-social-windows:before {
  content: "";
}

.ion-social-windows-outline:before {
  content: "";
}

.ion-social-wordpress:before {
  content: "";
}

.ion-social-wordpress-outline:before {
  content: "";
}

.ion-social-yahoo:before {
  content: "";
}

.ion-social-yahoo-outline:before {
  content: "";
}

.ion-social-yen:before {
  content: "";
}

.ion-social-yen-outline:before {
  content: "";
}

.ion-social-youtube:before {
  content: "";
}

.ion-social-youtube-outline:before {
  content: "";
}

.ion-soup-can:before {
  content: "";
}

.ion-soup-can-outline:before {
  content: "";
}

.ion-speakerphone:before {
  content: "";
}

.ion-speedometer:before {
  content: "";
}

.ion-spoon:before {
  content: "";
}

.ion-star:before {
  content: "";
}

.ion-stats-bars:before {
  content: "";
}

.ion-steam:before {
  content: "";
}

.ion-stop:before {
  content: "";
}

.ion-thermometer:before {
  content: "";
}

.ion-thumbsdown:before {
  content: "";
}

.ion-thumbsup:before {
  content: "";
}

.ion-toggle:before {
  content: "";
}

.ion-toggle-filled:before {
  content: "";
}

.ion-transgender:before {
  content: "";
}

.ion-trash-a:before {
  content: "";
}

.ion-trash-b:before {
  content: "";
}

.ion-trophy:before {
  content: "";
}

.ion-tshirt:before {
  content: "";
}

.ion-tshirt-outline:before {
  content: "";
}

.ion-umbrella:before {
  content: "";
}

.ion-university:before {
  content: "";
}

.ion-unlocked:before {
  content: "";
}

.ion-upload:before {
  content: "";
}

.ion-usb:before {
  content: "";
}

.ion-videocamera:before {
  content: "";
}

.ion-volume-high:before {
  content: "";
}

.ion-volume-low:before {
  content: "";
}

.ion-volume-medium:before {
  content: "";
}

.ion-volume-mute:before {
  content: "";
}

.ion-wand:before {
  content: "";
}

.ion-waterdrop:before {
  content: "";
}

.ion-wifi:before {
  content: "";
}

.ion-wineglass:before {
  content: "";
}

.ion-woman:before {
  content: "";
}

.ion-wrench:before {
  content: "";
}

.ion-xbox:before {
  content: "";
}

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

  to {
    -o-transform: rotate(360deg);
  }
}

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

  to {
    -moz-transform: rotate(360deg);
  }
}

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

  to {
    -ms-transform: rotate(360deg);
  }
}

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

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

:not(.wp-core-ui) button,
body,
input,
select,
textarea {
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

body,
html {
  background-color: #f0f3f6;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin: 36px 0 12px;
}

h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

h2 {
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-size: 22px;
  line-height: 1.0909090909;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b,
strong {
  font-weight: 700;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

p {
  margin-bottom: 24px;
}

code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace,serif;
  font-size: 13px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0,0,0,.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

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

blockquote {
  margin: 2em 0;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  padding-left: 1em;
  border-left: 3px solid #eee;
}

blockquote p {
  margin-bottom: .75em;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

blockquote b,
blockquote strong {
  font-weight: 400;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 24px;
}

ol,
ul {
  margin: 0 0 24px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ol,
li>ul {
  margin: 0 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0 0 24px;
  padding: 1em;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table,
td,
th {
  border: 1px solid rgba(0,0,0,.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

caption,
td,
th {
  padding: .5em 1em;
  font-weight: 400;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

hr {
  background-color: rgba(0,0,0,.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

::selection {
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #939393;
}

:-moz-placeholder {
  color: #939393;
}

::-moz-placeholder {
  color: #939393;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #939393;
}

embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
}

p>embed,
p>iframe,
p>object,
span>embed,
span>iframe,
span>object {
  margin-bottom: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #767676;
}

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.screen-reader-text,
.site-description {
  clip: rect(1px,1px,1px,1px);
  position: absolute;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
}

.hide {
  display: none;
}

.search-form {
  position: relative;
}

.search-form .search-field {
  padding-left: 50px;
}

.search-form .search-submit,
.search-form .search-submit:hover {
  position: absolute;
  top: 0;
  left: 5px;
  width: 44px;
  height: 44px;
  background: 0 0;
  box-shadow: none;
  padding: 0;
}

.search-form .search-submit:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b4bcc7;
  font-size: 24px;
  content: '\f2f5';
  vertical-align: middle;
}

.entry-cover,
.listing-cover {
  padding: 5em 0 3em;
  background-size: cover;
  background-position: center;
  position: relative;
}

.list-cover {
  background-size: cover;
  background-position: center;
  width: 60px;
  height: 60px;
}

@media (min-width:768px) {
  .listing-cover {
    padding: 8em 0 3em;
  }
}

@media (min-width:992px) {
  .listing-cover.has-image {
    padding: 16em 0 5em;
  }
}

.entry-cover.has-image:after,
.listing-cover.has-image:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 5;
}

@media (min-width:768px) {
  .entry-cover.has-image:after,
  .listing-cover.has-image:after {
    overflow: hidden;
    background: -webkit-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.65) 100%);
    background: -moz-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,transparent 0,transparent 0,rgba(0,0,0,.65) 100%);
  }
}

.entry-cover .cover-wrapper,
.listing-cover .cover-wrapper {
  position: relative;
  z-index: 10;
}

.entry-cover.has-image,
.entry-cover.has-image a,
.listing-cover.has-image,
.listing-cover.has-image a {
  color: #fff;
  text-shadow: rgba(0,0,0,.8) 0 1px 0;
}

.archive-job_listing-filter-title:after,
.archive-job_listing-filter-title:before,
.archive-job_listing-toggle-inner:after,
.archive-job_listing-toggle-inner:before,
.clear:after,
.clear:before,
.content-box:after,
.content-box:before,
.content-shop-wrapper .type-product:after,
.content-shop-wrapper .type-product:before,
.home-feature:after,
.home-feature:before,
.job-package:after,
.job-package:before,
.job_listing-entry-header-wrapper:after,
.job_listing-entry-header-wrapper:before,
.job_listings:after,
.job_listings:before,
.listify_widget_search_listings.home-widget .job_search_form:after,
.listify_widget_search_listings.home-widget .job_search_form:before,
.listing-by-term-inner:after,
.listing-by-term-inner:before,
.search_jobs:after,
.search_jobs:before,
.tabbed-listings-tabs a:after,
.tabbed-listings-tabs a:before,
.type-product .thumbnails a:after,
.type-product .thumbnails a:before,
.widget:after,
.widget:before,
.woocommerce div.product div.summary:after,
.woocommerce div.product div.summary:before,
.woocommerce-main-image:after,
.woocommerce-main-image:before,
.woocommerce-page div.product div.summary:after,
.woocommerce-page div.product div.summary:before,
.woocommerce-tabs:after,
.woocommerce-tabs:before {
  content: "";
  display: table;
}

.archive-job_listing-filter-title:after,
.archive-job_listing-toggle-inner:after,
.clear:after,
.content-box:after,
.content-shop-wrapper .type-product:after,
.home-feature:after,
.job-package:after,
.job_listing-entry-header-wrapper:after,
.job_listings:after,
.listify_widget_search_listings.home-widget .job_search_form:after,
.listing-by-term-inner:after,
.search_jobs:after,
.tabbed-listings-tabs a:after,
.type-product .thumbnails a:after,
.widget:after,
.woocommerce div.product div.summary:after,
.woocommerce-main-image:after,
.woocommerce-page div.product div.summary:after,
.woocommerce-tabs:after {
  clear: both;
}

.js-toggle-area-trigger {
  margin: 1em 0;
  position: relative;
  display: block;
}

.js-toggle-area-trigger.active:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f126";
}

.job_filters,
.js-toggle-area {
  display: none;
}

.job_filters.active,
.js-toggle-area.active {
  display: block;
}

@media (min-width:992px) {
  .js-toggle-area-trigger {
    display: none;
  }

  .job_filters,
  .js-toggle-area {
    display: block;
  }
}

table th {
  font-weight: 700;
}

table td,
table th {
  padding: 9px 10px;
  text-align: left;
}

@media only screen and (max-width:767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: 0;
    border-left: 0;
    width: 100%;
  }

  .pinned table td,
  .pinned table th {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive td:first-child,
  table.responsive th:first-child,
  table.responsive.pinned td {
    display: none;
  }
}

label {
  cursor: pointer;
}

.chosen-container .chosen-choices,
.content-shop-wrapper .site-main .type-product select,
.facetwp-facet .facetwp-checkbox:before,
.facetwp-pager .facetwp-page,
.filter_by_tag a:before,
.job-manager-pagination li>*,
.js-toggle-area-trigger,
.listify_widget_search_listings.home-widget .site-main .job_search_form select,
.search-choice-close,
.site select,
.site-main .archive-job_listing-toggle-inner select,
.site-main .content-box select,
.site-main .content-shop-wrapper .type-product select,
.site-main .home-feature select,
.site-main .job-package select,
.site-main .job_listings select,
.site-main .listify_widget_search_listings.home-widget .job_search_form select,
.site-main .listing-by-term-inner select,
.site-main .tabbed-listings-tabs a select,
.site-main .type-product .thumbnails a select,
.site-main .woocommerce div.product div.summary select,
.site-main .woocommerce-main-image select,
.site-main .woocommerce-page div.product div.summary select,
.site-main .woocommerce-tabs select,
.tabbed-listings-tabs .site-main a select,
.type-product .thumbnails .site-main a select,
.widget_layered_nav li a:before,
.woocommerce div.product .site-main div.summary select,
.woocommerce-page div.product .site-main div.summary select,
a.page-numbers,
input,
span.page-numbers,
textarea {
  -webkit-appearance: none;
  border: 0;
  background-image: none;
  border-width: 2px;
  border-style: solid;
  box-shadow: none;
  border-radius: 4px;
  padding: 11px 15px;
  max-width: 100%;
}

.wp-editor-wrap {
  border-width: 2px;
  border-style: solid;
}

textarea {
  width: 100%;
}

input[type=search] {
  border-radius: 60px;
}

input[type=file] {
  background: 0 0;
  margin-right: 10px;
  padding: 0;
  border: 0;
}

.content-shop-wrapper .site-main .type-product select,
.facetwp-pager .facetwp-page,
.job-manager-pagination li>*,
.js-toggle-area-trigger,
.listify_widget_search_listings.home-widget .site-main .job_search_form select,
.site select,
.site-main .archive-job_listing-toggle-inner select,
.site-main .content-box select,
.site-main .content-shop-wrapper .type-product select,
.site-main .home-feature select,
.site-main .job-package select,
.site-main .job_listings select,
.site-main .listify_widget_search_listings.home-widget .job_search_form select,
.site-main .listing-by-term-inner select,
.site-main .tabbed-listings-tabs a select,
.site-main .type-product .thumbnails a select,
.site-main .woocommerce div.product div.summary select,
.site-main .woocommerce-main-image select,
.site-main .woocommerce-page div.product div.summary select,
.site-main .woocommerce-tabs select,
.tabbed-listings-tabs .site-main a select,
.type-product .thumbnails .site-main a select,
.woocommerce div.product .site-main div.summary select,
.woocommerce-page div.product .site-main div.summary select,
a.page-numbers,
span.page-numbers {
  padding: 13px 15px 12px;
  border: 0;
  box-shadow: inset rgba(0,0,0,.05) 0 -3px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.content-shop-wrapper .site-main .type-product select,
.listify_widget_search_listings.home-widget .site-main .job_search_form select,
.site select,
.site-main .archive-job_listing-toggle-inner select,
.site-main .content-box select,
.site-main .content-shop-wrapper .type-product select,
.site-main .home-feature select,
.site-main .job-package select,
.site-main .job_listings select,
.site-main .listify_widget_search_listings.home-widget .job_search_form select,
.site-main .listing-by-term-inner select,
.site-main .tabbed-listings-tabs a select,
.site-main .type-product .thumbnails a select,
.site-main .woocommerce div.product div.summary select,
.site-main .woocommerce-main-image select,
.site-main .woocommerce-page div.product div.summary select,
.site-main .woocommerce-tabs select,
.tabbed-listings-tabs .site-main a select,
.type-product .thumbnails .site-main a select,
.woocommerce div.product .site-main div.summary select,
.woocommerce-page div.product .site-main div.summary select {
  padding-right: 40px;
}

@media (min-width:992px) {
  .content-shop-wrapper .site-main .type-product select,
  .listify_widget_search_listings.home-widget .site-main .job_search_form select,
  .site select,
  .site-main .archive-job_listing-toggle-inner select,
  .site-main .content-box select,
  .site-main .content-shop-wrapper .type-product select,
  .site-main .home-feature select,
  .site-main .job-package select,
  .site-main .job_listings select,
  .site-main .listify_widget_search_listings.home-widget .job_search_form select,
  .site-main .listing-by-term-inner select,
  .site-main .tabbed-listings-tabs a select,
  .site-main .type-product .thumbnails a select,
  .site-main .woocommerce div.product div.summary select,
  .site-main .woocommerce-main-image select,
  .site-main .woocommerce-page div.product div.summary select,
  .site-main .woocommerce-tabs select,
  .tabbed-listings-tabs .site-main a select,
  .type-product .thumbnails .site-main a select,
  .woocommerce div.product .site-main div.summary select,
  .woocommerce-page div.product .site-main div.summary select {
    min-width: 175px;
  }
}

.select {
  position: relative;
  max-width: 100%;
  border-radius: 4px;
}

.select select {
  text-overflow: ellipsis;
}

.select {
  display: block;
}

.select select {
  width: 100%;
}

@media (min-width:768px) {
  .select {
    display: inline-block;
  }

  .select select {
    width: auto;
  }
}

input:focus,
textarea:focus {
  background: #fff;
}

.content-shop-wrapper .site-main .type-product .select:before,
.facetwp-facet-proximity .select:after,
.js-toggle-area-trigger:after,
.js-toggle-area-trigger:before,
.listify_widget_search_listings.home-widget .site-main .job_search_form .select:before,
.select:after,
.select:before,
.site-main .archive-job_listing-toggle-inner .select:before,
.site-main .content-box .select:before,
.site-main .content-shop-wrapper .type-product .select:before,
.site-main .home-feature .select:before,
.site-main .job-package .select:before,
.site-main .job_listings .select:after,
.site-main .job_listings .select:before,
.site-main .listify_widget_search_listings.home-widget .job_search_form .select:before,
.site-main .listing-by-term-inner .select:before,
.site-main .tabbed-listings-tabs a .select:before,
.site-main .type-product .thumbnails a .select:before,
.site-main .woocommerce div.product div.summary .select:before,
.site-main .woocommerce-main-image .select:before,
.site-main .woocommerce-page div.product div.summary .select:before,
.site-main .woocommerce-tabs .select:before,
.tabbed-listings-tabs .site-main a .select:before,
.type-product .thumbnails .site-main a .select:before,
.woocommerce div.product .site-main div.summary .select:before,
.woocommerce-page div.product .site-main div.summary .select:before {
  position: absolute;
  top: 0;
  right: 0;
  content: ' ';
  width: 40px;
  height: 35px;
  z-index: 10;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
}

.content-shop-wrapper .site-main .type-product .select:after,
.js-toggle-area-trigger:after,
.listify_widget_search_listings.home-widget .site-main .job_search_form .select:after,
.select:after,
.site-main .archive-job_listing-toggle-inner .select:after,
.site-main .content-box .select:after,
.site-main .content-shop-wrapper .type-product .select:after,
.site-main .home-feature .select:after,
.site-main .job-package .select:after,
.site-main .job_listings .select:after,
.site-main .listify_widget_search_listings.home-widget .job_search_form .select:after,
.site-main .listing-by-term-inner .select:after,
.site-main .tabbed-listings-tabs a .select:after,
.site-main .type-product .thumbnails a .select:after,
.site-main .woocommerce div.product div.summary .select:after,
.site-main .woocommerce-main-image .select:after,
.site-main .woocommerce-page div.product div.summary .select:after,
.site-main .woocommerce-tabs .select:after,
.tabbed-listings-tabs .site-main a .select:after,
.type-product .thumbnails .site-main a .select:after,
.woocommerce div.product .site-main div.summary .select:after,
.woocommerce-page div.product .site-main div.summary .select:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  pointer-events: none;
  content: "\f123";
  text-align: center;
  line-height: 45px;
  background: 0 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.account-sign-in .button,
.account-sign-in .content-shop-wrapper .added_to_cart,
.account-sign-in .content-shop-wrapper .button[data-product_id],
.account-sign-in .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.account-sign-in .load_more_jobs,
.button,
.button-secondary,
.button-small.load_more_jobs,
.button.button-small,
.button[name=apply_coupon],
.button[name=proceed],
.button[name=update_cart],
.content-shop-wrapper .account-sign-in .added_to_cart,
.content-shop-wrapper .account-sign-in .button[data-product_id],
.content-shop-wrapper .added_to_cart,
.content-shop-wrapper .button-small.added_to_cart,
.content-shop-wrapper .button-small.button[data-product_id],
.content-shop-wrapper .button[data-product_id],
.content-shop-wrapper .job-manager-error .added_to_cart,
.content-shop-wrapper .job-manager-error .button[data-product_id],
.content-shop-wrapper .job-manager-message .added_to_cart,
.content-shop-wrapper .job-manager-message .button[data-product_id],
.content-shop-wrapper .job_listing_packages_title .added_to_cart,
.content-shop-wrapper .job_listing_packages_title .button[data-product_id],
.content-shop-wrapper .woocommerce #content div.product.product-type-grouped .summary .group_table a.added_to_cart,
.content-shop-wrapper .woocommerce-message .added_to_cart,
.content-shop-wrapper .woocommerce-message .button[data-product_id],
.content-shop-wrapper .woocommerce_message .added_to_cart,
.content-shop-wrapper .woocommerce_message .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .account-sign-in .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .button-small.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .job-manager-error .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .job-manager-message .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .job_listing_packages_title .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content div.product.product-type-grouped .summary .group_table a.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-message .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce_message .comment-count,
.job-manager-error .button,
.job-manager-error .content-shop-wrapper .added_to_cart,
.job-manager-error .content-shop-wrapper .button[data-product_id],
.job-manager-error .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.job-manager-error .load_more_jobs,
.job-manager-message .button,
.job-manager-message .content-shop-wrapper .added_to_cart,
.job-manager-message .content-shop-wrapper .button[data-product_id],
.job-manager-message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.job-manager-message .load_more_jobs,
.job_listing_packages_title .button,
.job_listing_packages_title .content-shop-wrapper .added_to_cart,
.job_listing_packages_title .content-shop-wrapper .button[data-product_id],
.job_listing_packages_title .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.job_listing_packages_title .load_more_jobs,
.load_more_jobs,
.widget_shopping_cart .button,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-shop-wrapper a.added_to_cart,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-single-job_listing-gallery-wrapper .type-attachment a.comment-count,
.woocommerce #content div.product.product-type-grouped .summary .group_table a.button,
.woocommerce #content div.product.product-type-grouped .summary .group_table a.load_more_jobs,
.woocommerce-message .button,
.woocommerce-message .content-shop-wrapper .added_to_cart,
.woocommerce-message .content-shop-wrapper .button[data-product_id],
.woocommerce-message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce-message .load_more_jobs,
.woocommerce_message .button,
.woocommerce_message .content-shop-wrapper .added_to_cart,
.woocommerce_message .content-shop-wrapper .button[data-product_id],
.woocommerce_message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce_message .load_more_jobs,
button:not([role=presentation]),
input[type=button],
input[type=button].facetwp-reset,
input[type=button].facetwp-update,
input[type=reset],
input[type=submit] {
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 25px;
  vertical-align: bottom;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.1);
  text-shadow: none!important;
  display: inline-block;
}

.account-sign-in .button,
.account-sign-in .content-shop-wrapper .added_to_cart,
.account-sign-in .content-shop-wrapper .button[data-product_id],
.account-sign-in .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.account-sign-in .load_more_jobs,
.content-shop-wrapper .account-sign-in .added_to_cart,
.content-shop-wrapper .account-sign-in .button[data-product_id],
.content-shop-wrapper .order-actions .added_to_cart,
.content-shop-wrapper .order-actions .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .account-sign-in .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .order-actions .comment-count,
.order-actions .button,
.order-actions .content-shop-wrapper .added_to_cart,
.order-actions .content-shop-wrapper .button[data-product_id],
.order-actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.order-actions .load_more_jobs {
  font-size: 12px;
  padding: 2px 15px;
}

@media (min-width:768px) {
  .button,
  .button-secondary,
  .button[name=apply_coupon],
  .button[name=proceed],
  .button[name=update_cart],
  .content-shop-wrapper .added_to_cart,
  .content-shop-wrapper .button[data-product_id],
  .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .load_more_jobs,
  .widget_shopping_cart .button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 14px;
    padding: 16px 38px;
  }
}

@media (min-width:992px) {
  .button,
  .button-secondary,
  .button[name=apply_coupon],
  .button[name=proceed],
  .button[name=update_cart],
  .content-shop-wrapper .added_to_cart,
  .content-shop-wrapper .button[data-product_id],
  .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .load_more_jobs,
  .widget_shopping_cart .button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 18px 40px;
  }
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus,
.button:hover,
.content-shop-wrapper .added_to_cart:focus,
.content-shop-wrapper .added_to_cart:hover,
.content-shop-wrapper .button[data-product_id]:focus,
.content-shop-wrapper .button[data-product_id]:hover,
.content-single-job_listing-gallery-wrapper .type-attachment .comment-count:focus,
.content-single-job_listing-gallery-wrapper .type-attachment .comment-count:hover,
.load_more_jobs:focus,
.load_more_jobs:hover,
button:not(.search-submit):focus,
button:not(.search-submit):hover,
button:not([role=presentation]):focus,
button:not([role=presentation]):hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  color: #fff;
  box-shadow: none;
  outline: 0;
}

.facetwp-facet .facetwp-checkbox:before,
.filter_by_tag a:before,
.search-choice-close,
.widget_layered_nav li a:before,
input[type=checkbox],
input[type=radio] {
  border-style: solid;
  border-width: 2px;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 4px!important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
}

.facetwp-facet .facetwp-checkbox.checked:after,
.filter_by_tag a:after,
.search-choice-close:after,
.widget_layered_nav li.chosen a:after,
input[type=checkbox]:checked:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f121';
  margin: -1px 0 0;
  font-size: 10px;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\2022';
  text-indent: -9999px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 24px;
  width: 8px;
  height: 8px;
  margin: 0;
  line-height: 16px;
  background-color: #1e8cbe;
}

.search-field {
  width: 100%;
}

.search-submit {
  display: none;
}

body .gform_wrapper {
  margin: 0;
  max-width: 100%;
}

body .gform_fields .gfield {
  margin-bottom: 1.5em;
}

body .gform_title,
body .gform_wrapper .top_label .gfield_label {
  font-weight: 400;
  line-height: normal;
}

body .gform_wrapper input[type=email],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper textarea {
  font-size: 13px;
  padding: 12px 15px;
}

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  line-height: normal;
}

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
  margin-left: 5px;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  font-weight: 400;
}

#site-header img,
.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
  max-width: 100%;
}

#site-header img,
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*=align],
img[class*=attachment-],
img[class*=wp-image-] {
  height: auto;
}

.post-thumbnail img,
.wp-post-image,
img.size-full,
img.size-large {
  height: auto;
  max-width: 100%;
}

.archive-job_listing-filters-wrapper.top.archive-job_listing-toggle-inner,
.archive-job_listing-filters-wrapper.top.content-box,
.archive-job_listing-filters-wrapper.top.home-feature,
.archive-job_listing-filters-wrapper.top.job-package,
.archive-job_listing-filters-wrapper.top.listing-by-term-inner,
.archive-job_listing-filters-wrapper.top.woocommerce-main-image,
.archive-job_listing-filters-wrapper.top.woocommerce-tabs,
.archive-job_listing-toggle-inner,
.content-box,
.content-shop-wrapper .archive-job_listing-filters-wrapper.top.type-product,
.content-shop-wrapper .type-product,
.home-feature,
.job-package,
.job_filters,
.listify_widget_search_listings.home-widget .archive-job_listing-filters-wrapper.top.job_search_form,
.listify_widget_search_listings.home-widget .job_search_form,
.listing-by-term-inner,
.tabbed-listings-tabs a,
.tabbed-listings-tabs a.archive-job_listing-filters-wrapper.top,
.type-product .thumbnails a,
.type-product .thumbnails a.archive-job_listing-filters-wrapper.top,
.widget,
.woocommerce div.product div.archive-job_listing-filters-wrapper.top.summary,
.woocommerce div.product div.summary,
.woocommerce-main-image,
.woocommerce-page div.product div.archive-job_listing-filters-wrapper.top.summary,
.woocommerce-page div.product div.summary,
.woocommerce-tabs {
  line-height: 1.75;
  background-color: #fff;
  box-shadow: rgba(0,0,0,.03) 0 2px 0;
  border-radius: 4px;
  margin-bottom: 2em;
  padding: 2em;
}

.content-shop-wrapper .unboxed .content-box-wrapper.type-product,
.content-shop-wrapper .unboxed .type-page.content-box-wrapper.type-product .content-box-inner,
.listify_widget_search_listings.home-widget .unboxed .content-box-wrapper.job_search_form,
.listify_widget_search_listings.home-widget .unboxed .type-page.content-box-wrapper.job_search_form .content-box-inner,
.tabbed-listings-tabs .unboxed a.content-box-wrapper,
.tabbed-listings-tabs .unboxed a.type-page.content-box-wrapper .content-box-inner,
.type-product .thumbnails .unboxed a.content-box-wrapper,
.type-product .thumbnails .unboxed a.type-page.content-box-wrapper .content-box-inner,
.unboxed .content-box-wrapper.archive-job_listing-toggle-inner,
.unboxed .content-box-wrapper.home-feature,
.unboxed .content-box-wrapper.job-package,
.unboxed .content-box-wrapper.listing-by-term-inner,
.unboxed .content-box-wrapper.woocommerce-main-image,
.unboxed .content-box-wrapper.woocommerce-tabs,
.unboxed .content-box.content-box-wrapper,
.unboxed .content-shop-wrapper .content-box-wrapper.type-product,
.unboxed .content-shop-wrapper .type-page.content-box-wrapper.type-product .content-box-inner,
.unboxed .listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form,
.unboxed .listify_widget_search_listings.home-widget .type-page.content-box-wrapper.job_search_form .content-box-inner,
.unboxed .tabbed-listings-tabs a.content-box-wrapper,
.unboxed .tabbed-listings-tabs a.type-page.content-box-wrapper .content-box-inner,
.unboxed .type-page.content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
.unboxed .type-page.content-box-wrapper.home-feature .content-box-inner,
.unboxed .type-page.content-box-wrapper.job-package .content-box-inner,
.unboxed .type-page.content-box-wrapper.listing-by-term-inner .content-box-inner,
.unboxed .type-page.content-box-wrapper.woocommerce-main-image .content-box-inner,
.unboxed .type-page.content-box-wrapper.woocommerce-tabs .content-box-inner,
.unboxed .type-page.content-box.content-box-wrapper .content-box-inner,
.unboxed .type-product .thumbnails a.content-box-wrapper,
.unboxed .type-product .thumbnails a.type-page.content-box-wrapper .content-box-inner,
.unboxed .woocommerce div.product div.content-box-wrapper.summary,
.unboxed .woocommerce div.product div.type-page.content-box-wrapper.summary .content-box-inner,
.unboxed .woocommerce-page div.product div.content-box-wrapper.summary,
.unboxed .woocommerce-page div.product div.type-page.content-box-wrapper.summary .content-box-inner,
.woocommerce div.product .unboxed div.content-box-wrapper.summary,
.woocommerce div.product .unboxed div.type-page.content-box-wrapper.summary .content-box-inner,
.woocommerce-page div.product .unboxed div.content-box-wrapper.summary,
.woocommerce-page div.product .unboxed div.type-page.content-box-wrapper.summary .content-box-inner {
  padding: 0;
  background: 0 0;
  box-shadow: none;
}

.content-box-wrapper.archive-job_listing-toggle-inner,
.content-box-wrapper.home-feature,
.content-box-wrapper.job-package,
.content-box-wrapper.listing-by-term-inner,
.content-box-wrapper.woocommerce-main-image,
.content-box-wrapper.woocommerce-tabs,
.content-box.content-box-wrapper,
.content-shop-wrapper .content-box-wrapper.type-product,
.listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form,
.tabbed-listings-tabs a.content-box-wrapper,
.type-product .thumbnails a.content-box-wrapper,
.woocommerce div.product div.content-box-wrapper.summary,
.woocommerce-page div.product div.content-box-wrapper.summary {
  padding: 0;
}

.content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
.content-box-wrapper.home-feature .content-box-inner,
.content-box-wrapper.job-package .content-box-inner,
.content-box-wrapper.listing-by-term-inner .content-box-inner,
.content-box-wrapper.woocommerce-main-image .content-box-inner,
.content-box-wrapper.woocommerce-tabs .content-box-inner,
.content-box.content-box-wrapper .content-box-inner,
.content-shop-wrapper .content-box-wrapper.type-product .content-box-inner,
.listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form .content-box-inner,
.tabbed-listings-tabs a.content-box-wrapper .content-box-inner,
.type-product .thumbnails a.content-box-wrapper .content-box-inner,
.woocommerce div.product div.content-box-wrapper.summary .content-box-inner,
.woocommerce-page div.product div.content-box-wrapper.summary .content-box-inner {
  padding: 2em;
}

.archive-job_listing-toggle-inner p:last-child,
.content-box p:last-child,
.content-shop-wrapper .type-product p:last-child,
.home-feature p:last-child,
.job-package p:last-child,
.listify_widget_search_listings.home-widget .job_search_form p:last-child,
.listing-by-term-inner p:last-child,
.tabbed-listings-tabs a p:last-child,
.type-product .thumbnails a p:last-child,
.widget p:last-child,
.woocommerce div.product div.summary p:last-child,
.woocommerce-main-image p:last-child,
.woocommerce-page div.product div.summary p:last-child,
.woocommerce-tabs p:last-child {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .archive-job_listing-toggle-inner,
  .content-box,
  .content-shop-wrapper .type-product,
  .home-feature,
  .job-package,
  .listify_widget_search_listings.home-widget .job_search_form,
  .listing-by-term-inner,
  .tabbed-listings-tabs a,
  .type-product .thumbnails a,
  .widget,
  .woocommerce div.product div.summary,
  .woocommerce-main-image,
  .woocommerce-page div.product div.summary,
  .woocommerce-tabs {
    margin-bottom: 2.5em;
    padding: 2.5em;
  }

  .content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
  .content-box-wrapper.home-feature .content-box-inner,
  .content-box-wrapper.job-package .content-box-inner,
  .content-box-wrapper.listing-by-term-inner .content-box-inner,
  .content-box-wrapper.woocommerce-main-image .content-box-inner,
  .content-box-wrapper.woocommerce-tabs .content-box-inner,
  .content-box.content-box-wrapper .content-box-inner,
  .content-shop-wrapper .content-box-wrapper.type-product .content-box-inner,
  .listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form .content-box-inner,
  .tabbed-listings-tabs a.content-box-wrapper .content-box-inner,
  .type-product .thumbnails a.content-box-wrapper .content-box-inner,
  .woocommerce div.product div.content-box-wrapper.summary .content-box-inner,
  .woocommerce-page div.product div.content-box-wrapper.summary .content-box-inner {
    padding: 2.5em;
  }

  .content-shop-wrapper .type-page.content-box-wrapper.type-product .content-box-inner,
  .listify_widget_search_listings.home-widget .type-page.content-box-wrapper.job_search_form .content-box-inner,
  .tabbed-listings-tabs a.type-page.content-box-wrapper .content-box-inner,
  .type-page.content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
  .type-page.content-box-wrapper.home-feature .content-box-inner,
  .type-page.content-box-wrapper.job-package .content-box-inner,
  .type-page.content-box-wrapper.listing-by-term-inner .content-box-inner,
  .type-page.content-box-wrapper.woocommerce-main-image .content-box-inner,
  .type-page.content-box-wrapper.woocommerce-tabs .content-box-inner,
  .type-page.content-box.content-box-wrapper .content-box-inner,
  .type-product .thumbnails a.type-page.content-box-wrapper .content-box-inner,
  .woocommerce div.product div.type-page.content-box-wrapper.summary .content-box-inner,
  .woocommerce-page div.product div.type-page.content-box-wrapper.summary .content-box-inner {
    padding: 2.75em;
  }

  .job_filters {
    margin-bottom: 2em;
  }
}

@media (min-width:992px) {
  .archive-job_listing-toggle-inner,
  .content-box,
  .content-shop-wrapper .type-product,
  .home-feature,
  .job-package,
  .listify_widget_search_listings.home-widget .job_search_form,
  .listing-by-term-inner,
  .tabbed-listings-tabs a,
  .type-product .thumbnails a,
  .widget,
  .woocommerce div.product div.summary,
  .woocommerce-main-image,
  .woocommerce-page div.product div.summary,
  .woocommerce-tabs {
    line-height: 2;
    margin-bottom: 3em;
    padding: 2.75em;
  }

  .content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
  .content-box-wrapper.home-feature .content-box-inner,
  .content-box-wrapper.job-package .content-box-inner,
  .content-box-wrapper.listing-by-term-inner .content-box-inner,
  .content-box-wrapper.woocommerce-main-image .content-box-inner,
  .content-box-wrapper.woocommerce-tabs .content-box-inner,
  .content-box.content-box-wrapper .content-box-inner,
  .content-shop-wrapper .content-box-wrapper.type-product .content-box-inner,
  .listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form .content-box-inner,
  .tabbed-listings-tabs a.content-box-wrapper .content-box-inner,
  .type-product .thumbnails a.content-box-wrapper .content-box-inner,
  .woocommerce div.product div.content-box-wrapper.summary .content-box-inner,
  .woocommerce-page div.product div.content-box-wrapper.summary .content-box-inner {
    padding: 2.75em;
  }

  .content-shop-wrapper .type-page.content-box-wrapper.type-product .content-box-inner,
  .listify_widget_search_listings.home-widget .type-page.content-box-wrapper.job_search_form .content-box-inner,
  .tabbed-listings-tabs a.type-page.content-box-wrapper .content-box-inner,
  .type-page.content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
  .type-page.content-box-wrapper.home-feature .content-box-inner,
  .type-page.content-box-wrapper.job-package .content-box-inner,
  .type-page.content-box-wrapper.listing-by-term-inner .content-box-inner,
  .type-page.content-box-wrapper.woocommerce-main-image .content-box-inner,
  .type-page.content-box-wrapper.woocommerce-tabs .content-box-inner,
  .type-page.content-box.content-box-wrapper .content-box-inner,
  .type-product .thumbnails a.type-page.content-box-wrapper .content-box-inner,
  .woocommerce div.product div.type-page.content-box-wrapper.summary .content-box-inner,
  .woocommerce-page div.product div.type-page.content-box-wrapper.summary .content-box-inner {
    padding: 3.25em;
  }
}

.widget.unboxed {
  background: 0 0;
  box-shadow: none;
  padding: 0;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width:768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-area,
.post-type-archive-job_listing .content-area {
  margin-top: 1.5em;
  margin-bottom: 2em;
}

@media (min-width:768px) {
  .content-area {
    margin-top: 3.5em;
    margin-bottom: 3em;
  }
}

@media (min-width:992px) {
  .content-area {
    margin-bottom: 4em;
  }

  .post-type-archive-job_listing .content-area {
    margin-top: 2.5em;
  }
}

.site-header {
  position: relative;
  z-index: 1021;
}

.primary-header {
  text-align: right;
  color: #fff;
  width: 100%;
  min-height: 75px;
}

.primary-header .primary-header-inner {
  display: table;
  width: 100%;
  height: 75px;
}

@media (min-width:992px) {
  .fixed-header {
    padding-top: 75px;
  }

  .fixed-header .primary-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 51;
  }

  .admin-bar.fixed-header .primary-header {
    top: 46px;
  }
}

@media (min-width:992px) and (min-width:768px) {
  .admin-bar.fixed-header .primary-header {
    top: 32px;
  }
}

.site-branding {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.site-title {
  margin: 0;
  clear: none;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.site-branding .custom-header {
  margin-right: 10px;
  display: inline-block;
}

.site-branding .custom-header img {
  max-width: 100%;
}

.primary.nav-menu .current-cart,
.primary.nav-menu .search-overlay-toggle {
  display: inline-block;
  vertical-align: middle;
}

.primary.nav-menu .current-cart:before,
.primary.nav-menu .search-overlay-toggle:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-top: -1px;
}

.primary.nav-menu .search-overlay-toggle {
  display: none;
}

@media (min-width:992px) {
  .primary.nav-menu .search-overlay-toggle {
    display: block;
  }
}

.primary.nav-menu .search-overlay-toggle:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f2f5';
}

.primary.nav-menu .current-cart:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  content: '\f3f8';
  margin-right: 4px;
}

@media (min-width:992px) {
  .primary.nav-menu .current-cart {
    font-size: 0;
    position: relative;
  }

  .primary.nav-menu .current-cart .current-cart-count {
    font: 9px/17px Helvetica,Arial,sans-serif;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: -10px;
    border: 2px solid transparent;
    padding-left: 1px;
  }

  .primary.nav-menu .current-cart:before {
    font-size: 24px;
    margin-right: 0;
  }
}

.color-scheme-default .site-header .search-form .search-field,
.color-scheme-default .site-header .search-form .search-field:focus,
.color-scheme-green .site-header .search-form .search-field,
.color-scheme-green .site-header .search-form .search-field:focus {
  border-color: #fff;
}

.search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 45px 0 15px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.search-overlay.active {
  opacity: 1;
  z-index: 10;
}

.primary-header .search-form {
  margin: 1.1em 0;
  width: 100%;
}

.search-overlay .search-overlay-toggle {
  position: absolute;
  right: -15px;
  top: 29px;
}

.search-overlay .container {
  position: relative;
}

.current-account-area {
  display: none;
  float: right;
}

.current-account-toggle {
  cursor: pointer;
  position: relative;
}

.current-account-avatar,
.current-account-name {
  display: inline-block;
}

.current-account-avatar {
  margin-right: 10px;
}

.current-account-avatar img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.secondary .current-account-avatar img,
.tertiary .current-account-avatar img {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}

.current-account-name .display-name:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  content: "\f151";
}

.nav-current-account-user-dropdown,
.nav-current-account-user-dropdown>:before,
.navigation-bar .current-account-avatar,
.navigation-bar .current-account-name .display-name,
.navigation-bar-wrapper {
  display: none;
}

.navigation-bar .current-account-area,
.navigation-bar .nav-current-account-user-dropdown {
  display: block;
  float: none;
}

.main-navigation,
.tertiary-navigation {
  background-color: #fff;
  position: relative;
  z-index: 50;
}

.tertiary-navigation {
  z-index: 1;
}

.main-navigation .search-overlay-toggle,
.navigation-bar-toggle {
  padding: 10px 0 6px;
  display: inline-block;
  vertical-align: middle;
}

.navigation-bar-toggle {
  float: left;
}

.nav-menu [class^=ion]:before,
ul.nav-menu [class^=ion]:before {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -5px;
}

.main-navigation .mega-category-list-wrapper,
.primary-header .nav-menu.primary {
  display: none;
  vertical-align: middle;
}

.nav-menu,
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-bar-toggle {
  vertical-align: middle;
  font-size: 15px;
}

.navigation-bar-toggle i {
  margin-right: 5px;
  vertical-align: middle;
}

.main-navigation .search-overlay-toggle,
.navigation-bar-toggle i {
  font-size: 25px;
}

.main-navigation .search-overlay-toggle {
  float: right;
}

.main-navigation .search-overlay .search-overlay-toggle {
  font-size: 16px;
  top: 13px;
  padding: 0;
  right: 15px;
  float: none;
}

.site-header .menu,
.site-header .nav-menu-container {
  display: inline-block;
}

.navigation-bar-wrapper {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 10px;
  right: 10px;
  z-index: 99999;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,.06) 0 0 0 3px;
  background: #fff;
  display: none;
}

.site-header .navigation-bar-wrapper {
  z-index: 110;
}

.navigation-bar-wrapper.active {
  display: block;
}

.navigation-bar-wrapper:after,
.navigation-bar-wrapper:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fff;
  content: ' ';
  position: absolute;
  top: -10px;
  left: 14px;
  z-index: 10;
}

.navigation-bar-wrapper:before {
  border-color: transparent transparent rgba(0,0,0,.06);
  border-width: 0 11px 11px;
  top: -14px;
  left: 13px;
  z-index: 7;
}

.nav-menu {
  padding: 2em;
  border-bottom: 1px solid #e9edf2;
}

.nav-menu:last-child {
  border-bottom: 0;
}

.nav-menu li>a,
ul.nav-menu li>a {
  padding: 6px 0;
  font-size: 125%;
  display: inline-block;
}

.nav-menu ul ul {
  padding-left: 1em;
  border-left: 1px solid #e9edf2;
}

.nav-menu ul .category-list {
  top: auto;
  padding: 0;
  border: 0;
}

.nav-menu ul .category-list .select,
.nav-menu ul .category-list select {
  width: 100%;
}

.nav-menu ul ul a {
  font-size: 105%;
}

.nav-menu li#categories-mega-menu {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width:992px) {
  .main-navigation .mega-category-list-wrapper,
  .navigation-bar-wrapper {
    display: block;
  }

  .primary-header .nav-menu.primary {
    display: table-cell;
  }

  .category-list .postform-wrapper,
  .main-navigation .search-form,
  .main-navigation .search-overlay-toggle,
  .navigation-bar-toggle,
  .navigation-bar-wrapper .primary,
  .navigation-bar-wrapper:after,
  .navigation-bar-wrapper:before {
    display: none;
  }

  .navigation-bar-wrapper {
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: 0 0;
    box-shadow: none;
    padding: 0;
  }

  .nav-menu,
  ul.nav-menu {
    padding: 0;
    border: 0;
  }

  .nav-menu.secondary li:hover ul ul,
  .nav-menu.tertiary li:hover ul ul,
  ul.nav-menu.secondary li:hover ul ul,
  ul.nav-menu.tertiary li:hover ul ul {
    right: auto;
    left: 195px;
  }

  .nav-menu.secondary li:hover ul ul:after,
  .nav-menu.secondary li:hover ul ul:before,
  .nav-menu.tertiary li:hover ul ul:after,
  .nav-menu.tertiary li:hover ul ul:before,
  ul.nav-menu.secondary li:hover ul ul:after,
  ul.nav-menu.secondary li:hover ul ul:before,
  ul.nav-menu.tertiary li:hover ul ul:after,
  ul.nav-menu.tertiary li:hover ul ul:before {
    right: auto;
    left: -10px;
    top: 8px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }

  .nav-menu.secondary li:hover ul ul:before,
  .nav-menu.tertiary li:hover ul ul:before,
  ul.nav-menu.secondary li:hover ul ul:before,
  ul.nav-menu.tertiary li:hover ul ul:before {
    border-width: 11px 11px 11px 0;
    border-color: transparent rgba(0,0,0,.06) transparent transparent;
    top: 7px;
    right: auto;
    left: -14px;
  }

  .nav-menu li,
  ul.nav-menu li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }

  .nav-menu li a,
  ul.nav-menu li a {
    font-size: 100%;
    padding: 18px 0;
    display: inline-block;
  }

  .nav-menu li a:hover,
  ul.nav-menu li a:hover {
    text-decoration: none;
  }

  .nav-menu li:hover>ul,
  .nav-menu li:hover>ul>ul,
  ul.nav-menu li:hover>ul,
  ul.nav-menu li:hover>ul>ul {
    display: block;
    z-index: 101;
  }

  .nav-menu li:hover>ul li,
  .nav-menu li:hover>ul>ul li,
  ul.nav-menu li:hover>ul li,
  ul.nav-menu li:hover>ul>ul li {
    display: block;
    margin-right: 0;
  }

  .nav-menu li:hover ul ul,
  ul.nav-menu li:hover ul ul {
    top: 0;
    margin-top: 0;
    right: 195px;
    left: auto;
    border-radius: 6px;
  }

  .nav-menu li:hover ul ul:after,
  .nav-menu li:hover ul ul:before,
  ul.nav-menu li:hover ul ul:after,
  ul.nav-menu li:hover ul ul:before {
    right: -10px;
    top: 6px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
  }

  .nav-menu li:hover ul ul:before,
  ul.nav-menu li:hover ul ul:before {
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent rgba(0,0,0,.06);
    top: 5px;
    right: -14px;
  }

  .nav-menu li#categories-mega-menu,
  ul.nav-menu li#categories-mega-menu {
    margin-top: 0;
    margin-bottom: 0;
    position: inherit;
  }

  .nav-menu li[class^=ion]>a,
  ul.nav-menu li[class^=ion]>a {
    margin-left: -22px;
    padding-left: 22px;
  }

  .nav-menu li[class^=ion]:before,
  ul.nav-menu li[class^=ion]:before {
    margin-top: -2px;
  }

  .nav-menu li.menu-item-has-children:after,
  ul.nav-menu li.menu-item-has-children:after {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
    content: "\f3d0";
  }

  .nav-menu .children,
  .nav-menu .sub-menu,
  ul.nav-menu .children,
  ul.nav-menu .sub-menu {
    display: none;
    position: absolute;
    padding: 10px 0;
    top: 95%;
    right: -16px;
    z-index: 99999;
    border-radius: 4px;
    width: 200px;
    box-shadow: rgba(0,0,0,.06) 0 0 0 3px;
    background: #fff;
    border: 0;
  }

  .nav-menu .children ul,
  .nav-menu .sub-menu ul,
  ul.nav-menu .children ul,
  ul.nav-menu .sub-menu ul {
    left: 0;
    right: auto;
  }

  .nav-menu .children li:last-child,
  .nav-menu .sub-menu li:last-child,
  ul.nav-menu .children li:last-child,
  ul.nav-menu .sub-menu li:last-child {
    border-bottom: 0;
  }

  .nav-menu .children li.menu-item-has-children:after,
  .nav-menu .sub-menu li.menu-item-has-children:after,
  ul.nav-menu .children li.menu-item-has-children:after,
  ul.nav-menu .sub-menu li.menu-item-has-children:after {
    display: none;
  }

  .nav-menu .children a,
  .nav-menu .sub-menu a,
  ul.nav-menu .children a,
  ul.nav-menu .sub-menu a {
    margin: 0;
    padding: 6px 22px;
    display: inline-block;
  }

  .nav-menu .children li[class^=ion],
  .nav-menu .sub-menu li[class^=ion],
  ul.nav-menu .children li[class^=ion],
  ul.nav-menu .sub-menu li[class^=ion] {
    padding-left: 22px;
  }

  .nav-menu .children li[class^=ion]>a,
  .nav-menu .sub-menu li[class^=ion]>a,
  ul.nav-menu .children li[class^=ion]>a,
  ul.nav-menu .sub-menu li[class^=ion]>a {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-menu .children:after,
  .nav-menu .children:before,
  .nav-menu .sub-menu:after,
  .nav-menu .sub-menu:before,
  ul.nav-menu .children:after,
  ul.nav-menu .children:before,
  ul.nav-menu .sub-menu:after,
  ul.nav-menu .sub-menu:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
    content: ' ';
    position: absolute;
    top: -10px;
    right: 13px;
    z-index: 10;
  }

  .nav-menu .children:before,
  .nav-menu .sub-menu:before,
  ul.nav-menu .children:before,
  ul.nav-menu .sub-menu:before {
    border-color: transparent transparent rgba(0,0,0,.06);
    border-width: 0 11px 11px;
    top: -14px;
    right: 12px;
    z-index: 7;
  }

  .nav-menu .children.category-list,
  .nav-menu .sub-menu.category-list,
  ul.nav-menu .children.category-list,
  ul.nav-menu .sub-menu.category-list {
    left: 0;
    right: 0;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    position: absolute;
    box-shadow: rgba(0,0,0,.1) 2px 1px 0;
    background: #f0f3f6;
    border-radius: 0;
    padding: 30px 0;
    z-index: 10;
  }

  .nav-menu .children.category-list .children:before,
  .nav-menu .children.category-list .postform,
  .nav-menu .children.category-list .select,
  .nav-menu .children.category-list:after,
  .nav-menu .children.category-list:before,
  .nav-menu .sub-menu.category-list .children:before,
  .nav-menu .sub-menu.category-list .postform,
  .nav-menu .sub-menu.category-list .select,
  .nav-menu .sub-menu.category-list:after,
  .nav-menu .sub-menu.category-list:before,
  ul.nav-menu .children.category-list .children:before,
  ul.nav-menu .children.category-list .postform,
  ul.nav-menu .children.category-list .select,
  ul.nav-menu .children.category-list:after,
  ul.nav-menu .children.category-list:before,
  ul.nav-menu .sub-menu.category-list .children:before,
  ul.nav-menu .sub-menu.category-list .postform,
  ul.nav-menu .sub-menu.category-list .select,
  ul.nav-menu .sub-menu.category-list:after,
  ul.nav-menu .sub-menu.category-list:before {
    display: none;
  }

  .nav-menu .children.category-list a,
  .nav-menu .sub-menu.category-list a,
  ul.nav-menu .children.category-list a,
  ul.nav-menu .sub-menu.category-list a {
    padding: 12px 0;
    display: block;
  }

  .nav-menu .children.category-list .container,
  .nav-menu .sub-menu.category-list .container,
  ul.nav-menu .children.category-list .container,
  ul.nav-menu .sub-menu.category-list .container {
    position: relative;
  }

  .nav-menu .children.category-list .container:before,
  .nav-menu .sub-menu.category-list .container:before,
  ul.nav-menu .children.category-list .container:before,
  ul.nav-menu .sub-menu.category-list .container:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #fff transparent transparent;
    content: ' ';
    position: absolute;
    top: -30px;
    left: 28px;
    z-index: 10;
  }

  .nav-menu .children.category-list .category-count,
  .nav-menu .sub-menu.category-list .category-count,
  ul.nav-menu .children.category-list .category-count,
  ul.nav-menu .sub-menu.category-list .category-count {
    background: #fff;
    font-size: 11px;
    border-radius: 2px;
    box-shadow: rgba(0,0,0,.05) 0 2px 0;
    margin-right: 8px;
    padding: 4px;
    display: inline-block;
    min-width: 30px;
    text-align: center;
  }

  .nav-menu .children.category-list .mega-category-list-wrapper,
  .nav-menu .sub-menu.category-list .mega-category-list-wrapper,
  ul.nav-menu .children.category-list .mega-category-list-wrapper,
  ul.nav-menu .sub-menu.category-list .mega-category-list-wrapper {
    max-width: 75%;
  }

  .nav-menu .children.category-list li,
  .nav-menu .sub-menu.category-list li,
  ul.nav-menu .children.category-list li,
  ul.nav-menu .sub-menu.category-list li {
    width: 25%;
    float: left;
    margin-right: 0;
  }

  .current-account-user-info {
    font-size: 90%;
    border-bottom: 1px solid #eee;
    padding: 0 20px 10px;
    word-wrap: break-word;
    margin-bottom: 10px;
  }

  .nav-menu.primary {
    text-align: right;
    padding-left: 4em;
  }

  .nav-menu.primary ul ul {
    text-align: left;
  }

  .nav-menu .account-avatar>a {
    padding: 8px 0;
  }
}

.listing-cover.content-single-job_listing-hero.no-image {
  background-color: transparent;
}

.job_listing-title {
  font-size: 26px;
  margin: 0;
  display: inline;
}

@media (min-width:768px) {
  .job_listing-title {
    font-size: 30px;
  }
}

@media (min-width:992px) {
  .job_listing-title {
    font-size: 34px;
  }
}

.content-single-job_listing-hero-company>div:last-of-type {
  margin-bottom: 0;
}

.content-single-job_listing-hero-company .job_listing-location,
.content-single-job_listing-hero-company .job_listing-location-formatted,
.content-single-job_listing-title-category {
  font-size: 14px;
  margin: 1em 0;
}

@media (min-width:992px) {
  .content-single-job_listing-hero-company .job_listing-location,
  .content-single-job_listing-hero-company .job_listing-location-formatted {
    margin: 1.25em 0;
    font-size: 15px;
  }
}

.job_listing-phone:before,
.job_listing-url:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  vertical-align: middle;
  width: 24px;
}

.job_listing-phone:before {
  content: '\f4b9';
}

.job_listing-url:before {
  content: '\f1fe';
}

.content-single-job_listing-title-category .ion-chevron-right {
  vertical-align: middle;
  margin: 0 10px;
}

.company_video iframe {
  margin-bottom: 0;
}

.job_listing-rating-wrapper {
  margin-top: -3px;
}

.job_listing-rating-wrapper,
.job_listing-rating-wrapper>span {
  vertical-align: middle;
  display: inline-block;
}

.job_listing-rating-stars {
  line-height: normal;
}

.job_listing-rating-stars .star-icon {
  margin-right: 5px;
  position: relative;
}

.content-single-job_listing-hero .job_listing-rating-stars .star-icon {
  font-size: 29px;
}

.content-single-job_listing-hero.has-image .job_listing-rating-stars .star-icon .ion-ios-star-half:before,
.content-single-job_listing-hero.has-image .job_listing-rating-stars .star-icon .ion-ios-star:before {
  color: #fff;
}

.content-single-job_listing-hero-company .job_listing-rating-average,
.content-single-job_listing-hero-company .job_listing-rating-count {
  display: none;
}

.content-single-job_listing-hero-company .job_listing-rating-count {
  font-size: 16px;
  margin-left: 8px;
}

@media (min-width:768px) {
  .content-single-job_listing-hero-company .job_listing-rating-count {
    display: inline-block;
  }
}

.content-single-job_listing-hero-actions {
  margin: 1em 0;
}

@media (min-width:992px) {
  .content-single-job_listing-hero-actions {
    text-align: right;
    margin: 0;
    bottom: 0;
    position: absolute;
    right: 0;
  }
}

.content-shop-wrapper .content-single-job_listing-hero-actions a.added_to_cart,
.content-shop-wrapper .content-single-job_listing-hero-actions a.button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .content-single-job_listing-hero-actions a.comment-count,
.content-single-job_listing-hero-actions .content-shop-wrapper a.added_to_cart,
.content-single-job_listing-hero-actions .content-shop-wrapper a.button[data-product_id],
.content-single-job_listing-hero-actions .content-single-job_listing-gallery-wrapper .type-attachment a.comment-count,
.content-single-job_listing-hero-actions a.button,
.content-single-job_listing-hero-actions a.load_more_jobs {
  color: #fff;
  margin: 1em 1em 0 0;
}

@media (min-width:768px) {
  .content-shop-wrapper .content-single-job_listing-hero-actions .added_to_cart,
  .content-shop-wrapper .content-single-job_listing-hero-actions .button[data-product_id],
  .content-single-job_listing-gallery-wrapper .type-attachment .content-single-job_listing-hero-actions .comment-count,
  .content-single-job_listing-hero-actions .button,
  .content-single-job_listing-hero-actions .content-shop-wrapper .added_to_cart,
  .content-single-job_listing-hero-actions .content-shop-wrapper .button[data-product_id],
  .content-single-job_listing-hero-actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .content-single-job_listing-hero-actions .load_more_jobs {
    margin-right: 2em;
  }
}

.content-shop-wrapper .content-single-job_listing-hero-actions .added_to_cart:last-of-type,
.content-single-job_listing-gallery-wrapper .type-attachment .content-single-job_listing-hero-actions .comment-count:last-of-type,
.content-single-job_listing-hero-actions .button:last-of-type,
.content-single-job_listing-hero-actions .content-shop-wrapper .added_to_cart:last-of-type,
.content-single-job_listing-hero-actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count:last-of-type,
.content-single-job_listing-hero-actions .load_more_jobs:last-of-type {
  margin-right: 0;
}

.content-single-job_listing-actions-start {
  margin-bottom: 1em;
}

.content-single-job_listing-actions-start a {
  display: block;
  margin-bottom: 8px;
}

@media (min-width:768px) {
  .content-single-job_listing-actions-start a {
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
  }
}

@media (min-width:992px) {
  .content-single-job_listing-actions-start a {
    margin-right: 0;
    margin-left: 20px;
  }
}

.content-single-job_listing-actions-start a:last-child {
  margin-right: 0;
}

.content-single-job_listing-actions-start a i {
  font-size: 20px;
  vertical-align: middle;
  line-height: normal;
  margin: -4px 6px 0 0;
  display: inline-block;
}

.comment-reply-title,
.entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message,
.entry-content .rcp_header,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.job-manager-form h2,
.job_listing_packages ul.job_packages .package-section,
.listify_widget_panel_listing_content h2,
.listify_widget_panel_listing_content h3,
.listify_widget_panel_listing_content h4,
.listing-by-term-title,
.widget-title,
.woocommerce-account .woocommerce legend,
.woocommerce-tabs .tabs a {
  font-size: 16px;
  margin: 1.25em 0;
  padding: 0 0 .75em;
  border-bottom: 2px solid #e9edf2;
}

.entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message,
.entry-content .rcp_header,
.job_listing_packages ul.job_packages .package-section,
.widget-title,
.woocommerce-account .woocommerce legend {
  margin-top: 0;
}

.comment-reply-title span,
.entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message:before,
.entry-content .rcp_header:before,
.entry-content h2 [class^=" ion"],
.entry-content h2 [class^=ion],
.entry-content h2:before,
.entry-content h3 [class^=" ion"],
.entry-content h3 [class^=ion],
.entry-content h3:before,
.job-manager-form:before,
.job_listing_packages ul.job_packages .package-section:before,
.listing-by-term-title:before,
.widget-title:before,
.woocommerce-account .woocommerce legend:before,
.woocommerce-tabs .tabs a span {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

.widget.listify_widget_panel_listing_content ol,
.widget.listify_widget_panel_listing_content ul {
  list-style-position: inside;
}

.widget.listify_widget_panel_listing_content ul {
  list-style-type: disc;
}

.widget.listify_widget_panel_listing_content ol {
  list-style-type: decimal;
}

.comment-reply-title small,
.woocommerce-tabs .tabs a small {
  float: right;
}

.comment-reply-title small a,
.woocommerce-tabs .tabs a small a {
  color: #A00;
}

.comment-form label {
  display: block;
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
}

.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-author .avatar {
  height: auto;
  border-radius: 50%;
}

.comment-author .rating-stars {
  margin: .75em auto .5em;
  text-align: center;
  display: none;
}

@media (min-width:1200px) {
  .comment-author .rating-stars {
    display: block;
  }
}

.comment-author .rating-stars .star-icon {
  font-size: 14px;
}

.comment-sorting {
  font-size: 15px;
}

.comment-sorting,
.comment-sorting-filter-form,
.comment-sorting-filter-wrapper {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

.comment-sorting-filter-wrapper {
  margin-left: 1em;
}

.comment-sorting-filter {
  min-width: 175px;
}

.widget .commentlist {
  margin: 4em 0 6em;
}

.gallery-overlay .widget .commentlist,
.single-attachment .widget .commentlist {
  margin-top: 0;
  margin-bottom: 4em;
}

.commentlist {
  list-style: none;
  margin: 2em 0;
}

.commentlist article.comment {
  margin-bottom: 5em;
}

.commentlist article.comment~.children {
  margin-top: -2em;
}

.comment-content {
  line-height: 1.75em;
}

.comment-content p {
  clear: both;
}

.comment-author {
  display: none;
}

@media (min-width:768px) {
  .comment-author {
    display: block;
  }
}

.comment-content cite {
  font-style: normal;
}

.comment-content .fn {
  font-size: 15px;
  font-weight: 400;
}

.listing-owner {
  color: #fff;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 3px;
}

.comment-content .comment-meta {
  margin: 1em 0;
}

.comment-meta a {
  color: #b4bcc7;
  font-size: 17px;
  line-height: 1;
  margin-right: 10px;
}

.comment-meta a i {
  line-height: 1;
}

.commentlist a.comment-ago {
  color: #B4BCC7;
  margin: 1.5em 0 0;
  display: block;
}

.comment-rating,
.job_listing-rating-average {
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: 1.5em auto;
}

.commentlist .comment-respond {
  margin: -2em 0 5em;
}

.commentlist .children {
  list-style: none;
  padding-left: 2em;
  margin-top: -2em;
  border-left: 2px solid #E9EDF2;
}

.commentlist .comment-respond .star-rating-wrapper {
  display: none;
}

.comment-form-rating label,
.star-rating-label {
  font-size: 16px;
  margin-right: 8px;
}

.star-rating-label {
  display: inline-block;
  vertical-align: middle;
}

.widget-job_listing .ion-social-twitter:hover {
  background-color: #55acee;
}

.widget-job_listing .ion-social-facebook:hover {
  background-color: #3b5998;
}

.widget-job_listing .ion-social-googleplus:hover,
.widget-job_listing .ion-social-jabber:hover {
  background-color: #dd4b39;
}

.widget-job_listing .ion-social-pinterest:hover {
  background-color: #cc2127;
}

.widget-job_listing .ion-social-linkedin:hover {
  background-color: #0976b4;
}

.widget-job_listing .ion-social-github:hover {
  background-color: #000;
}

.widget-job_listing .ion-social-instagram:hover {
  background-color: #3f729b;
}

.listify_widget_panel_listing_gallery.has-more {
  padding-bottom: 4.5em;
}

.widget .listify-gallery-images {
  margin: 0 -6px -12px;
  overflow: hidden;
}

.go-to-gallery {
  font-size: 50px;
  display: block;
  line-height: 50px;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}

.site-main .listify_widget_panel_listings_tags .tag {
  width: 49%;
}

.widget-area .listify_widget_panel_listing_tags .tag {
  margin-right: 8px;
}

@media (min-width:768px) {
  .site-main .listify_widget_panel_listing_tags .tag {
    width: 33%;
  }
}

@media (min-width:992px) {
  .site-main .listify_widget_panel_listing_tags .tag {
    width: 24%;
  }
}

.job-package-includes li:before,
.listify_widget_panel_listing_tags .tag:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f120';
  margin-right: 4px;
}

.listify_widget_panel_listing_tags .tag.inactive {
  cursor: text;
  opacity: .8;
}

.listify_widget_panel_listing_tags .tag.inactive:before {
  content: '\f401';
}

.listify_widget_panel_listing_map.widget {
  padding: 0;
}

.listing-contact-overview {
  font-size: 14px;
}

.listing-contact-overview .job_listing-phone,
.listing-contact-overview .job_listing-url {
  margin-top: .5em;
}

#listing-contact-map,
.listing-contact-overview,
.widget-area .listing-contact-overview {
  width: 100%;
  min-height: 270px;
  position: relative;
}

#secondary .listify_widget_panel_listing_map .col-md-6 {
  width: 100%;
}

.listing-contact-overview,
.widget-area .listing-contact-overview {
  min-height: 150px;
  padding: 2em 0;
  text-align: center;
}

@media (min-width:768px) {
  .listing-contact-overview-inner {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width:992px) {
  .listing-contact-overview {
    text-align: left;
    min-height: 270px;
  }
}

.listing-contact-map-clickbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media (min-width:768px) {
  .listing-contact-map-clickbox {
    display: none;
  }
}

p.business-hour {
  margin: 0 0 .75em;
}

p.business-hour .business-hour-time {
  float: right;
}

.listify-add-to-gallery input[type=submit] {
  width: 100%;
  margin-top: 15px;
}

#listify-new-gallery-additions.listify-gallery-images {
  margin: 1.75em 0;
  overflow: hidden;
  list-style: none;
  display: none;
}

a.upload-images,
a.upload-images span {
  display: block;
  text-align: center;
}

.upload-images {
  border: 2px dashed #cfd5dc;
  border-radius: 10px;
  padding: 1.5em 2em 1em;
  margin: 3em auto 0;
}

.upload-images i {
  font-size: 100px;
  display: block;
  line-height: 1;
}

@media (min-width:768px) {
  .upload-images {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.job_listing-author-avatar {
  margin-bottom: 1.5em;
}

.job_listing-author-avatar img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.job_listing-author-info {
  text-align: center;
  font-size: 23px;
  line-height: normal;
}

.job_listing-author-info .job_listing-author-descriptor {
  color: #B4BCC7;
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin: 1em 0;
}

.job_listing-author-info-more {
  margin: 1em 0;
}

.job_listing-author-info-more a {
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
}

.job_listing-author-info-more span {
  color: #fff;
}

.job_listing-author-info .job_application .application_button,
.job_listing-author-info .job_application.application,
.mfp-content .application_button {
  display: none;
}

.mfp-content .application_details {
  display: block!important;
}

.mfp-content .application_details p:last-child {
  margin-bottom: 0;
}

.job_listing_preview_title {
  overflow: hidden;
}

.job_listing_preview_title input[name=edit_job] {
  float: left;
}

.job_listing_preview_title h2 {
  display: none;
}

#job_preview_submit_button {
  float: right;
}

.job_listing_preview.single-job_listing {
  margin-top: 1em;
}

.job_listing_preview.single-job_listing>h1:first-child {
  display: none;
}

.job_listing_preview.single-job_listing .listing-cover {
  padding-left: 2em;
  padding-right: 2em;
}

@media (min-width:768px) {
  .job_listing_preview.single-job_listing {
    margin-top: 3em;
  }
}

#main.preview-listing {
  width: 100%;
  margin: 0;
}

#main.preview-listing .content-box-wrapper.archive-job_listing-toggle-inner,
#main.preview-listing .content-box-wrapper.home-feature,
#main.preview-listing .content-box-wrapper.job-package,
#main.preview-listing .content-box-wrapper.listing-by-term-inner,
#main.preview-listing .content-box-wrapper.woocommerce-main-image,
#main.preview-listing .content-box-wrapper.woocommerce-tabs,
#main.preview-listing .content-box.content-box-wrapper,
#main.preview-listing .content-shop-wrapper .content-box-wrapper.type-product,
#main.preview-listing .listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form,
#main.preview-listing .tabbed-listings-tabs a.content-box-wrapper,
#main.preview-listing .type-product .thumbnails a.content-box-wrapper,
#main.preview-listing .woocommerce div.product div.content-box-wrapper.summary,
#main.preview-listing .woocommerce-page div.product div.content-box-wrapper.summary,
.content-shop-wrapper #main.preview-listing .content-box-wrapper.type-product,
.listify_widget_search_listings.home-widget #main.preview-listing .content-box-wrapper.job_search_form,
.tabbed-listings-tabs #main.preview-listing a.content-box-wrapper,
.type-product .thumbnails #main.preview-listing a.content-box-wrapper,
.woocommerce div.product #main.preview-listing div.content-box-wrapper.summary,
.woocommerce-page div.product #main.preview-listing div.content-box-wrapper.summary {
  background: 0 0;
  box-shadow: none;
}

#main.preview-listing .content-box-inner {
  padding: 0;
}

.single-job_listing .listify_widget_recent_listings {
  background: 0 0;
  box-shadow: none;
  padding: 0;
}

.entry-content .rcp_form .rcp_subscription_fieldset .single-job_listing .listify_widget_recent_listings .rcp_subscription_message,
.entry-content .single-job_listing .listify_widget_recent_listings .rcp_header,
.job_listing_packages ul.job_packages .single-job_listing .listify_widget_recent_listings .package-section,
.single-job_listing .listify_widget_recent_listings .entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message,
.single-job_listing .listify_widget_recent_listings .entry-content .rcp_header,
.single-job_listing .listify_widget_recent_listings .job_listing_packages ul.job_packages .package-section,
.single-job_listing .listify_widget_recent_listings .widget-title,
.single-job_listing .listify_widget_recent_listings .woocommerce-account .woocommerce legend,
.woocommerce-account .woocommerce .single-job_listing .listify_widget_recent_listings legend {
  border-bottom: 0;
  padding-bottom: 0;
}

.single-job_listing .listify_widget_recent_listings .home-widget-description {
  display: none;
}

.single-job_listing .listify_widget_recent_listings .job_listings {
  margin: 0 -15px;
}

.gallery-preview-image,
.gallery-preview-image img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 6px 12px;
  display: inline-block;
  background-size: cover;
  background-position: center;
}

.gallery-preview-image img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.gallery-preview-image:nth-child(4n) {
  margin-right: 0;
}

.back-to-listing {
  margin-bottom: 1.5em;
}

@media (min-width:768px) {
  .back-to-listing {
    margin-bottom: 3em;
  }
}

@media (min-width:992px) {
  .back-to-listing {
    margin-bottom: 4em;
  }
}

.gallery-overlay .back-to-listing {
  display: none;
}

.back-to-listing a:before {
  margin-right: 5px;
}

.content-single-job_listing-gallery-wrapper[data-columns],
.home-features-wrapper[data-columns] {
  max-width: 33.3333%;
}

.content-single-job_listing-gallery-wrapper[data-columns="1"],
.content-single-job_listing-gallery-wrapper[data-columns="2"],
.content-single-job_listing-gallery-wrapper[data-columns="3"],
.home-features-wrapper[data-columns="1"],
.home-features-wrapper[data-columns="2"],
.home-features-wrapper[data-columns="3"] {
  max-width: none;
}

.content-single-job_listing-gallery-wrapper[data-columns]::before,
.home-features-wrapper[data-columns]::before,
.listing-by-term-wrapper[data-columns]::before {
  content: '1 .col-xs-12';
  font-size: 0;
}

@media (min-width:768px) {
  .content-single-job_listing-gallery-wrapper[data-columns]::before,
  .home-features-wrapper[data-columns]::before,
  .listing-by-term-wrapper[data-columns]::before {
    content: '2 .col-sm-6';
  }
}

@media (min-width:992px) {
  .content-single-job_listing-gallery-wrapper[data-columns]::before,
  .home-features-wrapper[data-columns]::before,
  .listing-by-term-wrapper[data-columns]::before {
    content: '3 .col-md-4';
  }
}

.content-single-job_listing-gallery-wrapper .type-attachment {
  margin-bottom: 2em;
  position: relative;
}

@media (min-width:768px) {
  .content-single-job_listing-gallery-wrapper .type-attachment {
    margin-bottom: 2.5em;
  }
}

.content-single-job_listing-gallery-wrapper article.type-attachment .attachment-view {
  color: #fff;
  text-shadow: none;
  border: 2px solid #fff;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 4px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.content-single-job_listing-gallery-wrapper article.type-attachment .comment-count a {
  color: #fff;
}

.content-single-job_listing-gallery-wrapper article.type-attachment .comment-count a:before {
  margin-top: -2px;
  content: '\f11d';
}

.single-job_listing-attachment {
  margin-bottom: 2em;
  text-align: center;
}

@media (min-width:768px) {
  .single-job_listing-attachment {
    margin-bottom: 4em;
  }
}

.content-single-job_listing-gallery-wrapper .type-attachment img,
.single-job_listing-attachment img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.mfp-container button.mfp-arrow,
.mfp-container button.mfp-arrow:hover {
  background: 0 0;
  box-shadow: none;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border: 0;
}

.listing-gallery a,
.listing-gallery-nav a {
  display: block;
}

.listing-gallery img,
.listing-gallery-nav img {
  border-radius: 4px;
  display: block;
  min-width: 100%;
}

.listing-gallery-nav.slick-slider {
  margin: 0 -.5em;
}

.listing-gallery-nav.slick-slider .slick-list {
  position: relative;
  z-index: 10;
}

.listing-gallery-nav__item .item__wrapper {
  cursor: pointer;
  margin: .5em;
}

.listing-gallery-nav.slick-slider .slick-dots {
  position: absolute;
  top: -30px;
}

.listing-gallery-nav.slick-slider .slick-dots li {
  margin: 0;
}

.listing-gallery-nav.slick-slider .slick-dots li button {
  background: 0 0;
  box-shadow: none;
}

.listing-gallery-nav.slick-slider .slick-dots li button:before {
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.mfp-img-listing-gallery .mfp-content .mfp-close {
  display: none;
}

.job_listings-map-wrapper {
  display: none;
  position: relative;
  background: rgba(0,0,0,.2);
}

.job_listings-map-wrapper.loading:after,
.job_listings-map-wrapper.loading:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: ' ';
  background: -webkit-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.55) 100%);
  background: -moz-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.55) 100%);
  background: linear-gradient(to bottom,transparent 0,transparent 0,rgba(0,0,0,.55) 100%);
  z-index: 100;
}

.job_listings-map-wrapper.loading:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f29c';
  background: 0 0;
  color: #fff;
  top: auto;
  left: 40px;
  bottom: 20px;
  right: auto;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-animation: rotate 700ms infinite linear;
  -moz-animation: rotate 700ms infinite linear;
  animation: rotate 700ms infinite linear;
}

@media (min-width:992px) {
  .job_listings-map-wrapper {
    display: block;
  }
}

.job_listings-map {
  min-height: 300px;
  height: 100%;
}

body .gmnoprint img {
  max-width: none;
}

.archive-job_listing-hero.listing-cover.has-image {
  padding: 3em 0;
}

@media (min-width:768px) {
  .archive-job_listing-hero.listing-cover.has-image {
    padding: 5em 0;
  }
}

@media (min-width:992px) {
  .archive-job_listing-hero.listing-cover.has-image {
    padding: 6em 0;
  }
}

.archive-job_listing-hero-wrapper {
  font-size: 20px;
  text-align: center;
}

@media (min-width:768px) {
  .archive-job_listing-hero-wrapper {
    font-size: 30px;
  }
}

@media (min-width:992px) {
  .archive-job_listing-hero-wrapper {
    font-size: 34px;
  }
}

ul.job_listings {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
}

.archive-listing-display-map-only ul.job_listings {
  display: none;
}

.content-shop-wrapper .type-job_listing .type-product,
.listify_widget_search_listings.home-widget .type-job_listing .job_search_form,
.tabbed-listings-tabs .type-job_listing a,
.type-attachment,
.type-job_listing .archive-job_listing-toggle-inner,
.type-job_listing .content-box,
.type-job_listing .content-shop-wrapper .type-product,
.type-job_listing .home-feature,
.type-job_listing .job-package,
.type-job_listing .listify_widget_search_listings.home-widget .job_search_form,
.type-job_listing .listing-by-term-inner,
.type-job_listing .tabbed-listings-tabs a,
.type-job_listing .type-product .thumbnails a,
.type-job_listing .woocommerce div.product div.summary,
.type-job_listing .woocommerce-main-image,
.type-job_listing .woocommerce-page div.product div.summary,
.type-job_listing .woocommerce-tabs,
.type-product,
.type-product .thumbnails .type-job_listing a,
.woocommerce div.product .type-job_listing div.summary,
.woocommerce-page div.product .type-job_listing div.summary {
  position: relative;
}

.attachment-clickbox,
.image-grid-clickbox,
.job_listing-clickbox,
.product-clickbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.wp-job-manager-categories-only .filter-by-type-label,
.wp-job-manager-categories-only .job_filters .job_types {
  display: none;
}

.job_filters .filter_by_tag,
.job_filters .job_types {
  overflow: hidden;
}

@media (min-width:992px) {
  .job_filters .filter_by_tag.too-tall,
  .job_filters .job_types.too-tall {
    max-height: 140px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .05s max-height ease-in;
    -moz-transition: .05s max-height ease-in;
    transition: .05s max-height ease-in;
  }

  .job_filters .filter_by_tag.too-tall.too-tall:hover,
  .job_filters .job_types.too-tall.too-tall:hover {
    max-height: 1000px;
  }

  .job_filters .filter_by_tag.too-tall.too-tall:hover:after,
  .job_filters .job_types.too-tall.too-tall:hover:after {
    background: 0 0;
    display: none;
  }

  .job_filters .filter_by_tag.too-tall:after,
  .job_filters .job_types.too-tall:after {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: ' ';
    z-index: 5;
    height: 50px;
    background-image: -moz-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to top,#fff 0,rgba(255,255,255,0) 100%);
  }
}

.filter-by-type-label,
.filter_by_tag .filter-label {
  display: block;
  margin: 1em 0;
}

.category-list li a,
.ellipseit,
.filter_by_tag a,
.job_types li,
.listify_widget_panel_listing_tags .tag,
.listings-by-term-content,
.type-job_listing .job_listing-entry-header .job_listing-location {
  font-size: 100%!important;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-list li a,
.filter_by_tag a,
.job_types li,
.listings-by-term-content {
  margin-bottom: 10px;
  margin-right: 15px;
}

@media (min-width:768px) {
  .filter_by_tag a,
  .job_types li {
    width: 48%;
    margin-right: 1%;
  }
}

@media (min-width:992px) {
  .filter_by_tag a,
  .job_types li {
    width: 31%;
  }
}

@media (min-width:1200px) {
  .filter_by_tag a,
  .job_types li {
    width: 23%;
  }
}

.filter_by_tag a:before {
  content: ' ';
  margin-right: 10px;
}

.filter_by_tag a:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 6px;
}

.filter_by_tag a.active {
  background: 0 0;
}

.filter_by_tag a.active:after {
  content: '\f121';
}

.archive-job_listing-toggle-wrapper {
  box-shadow: inset rgba(0,0,0,.03) 0 100px 0 0,rgba(0,0,0,.08) 0 1px 0 0;
}

.archive-job_listing-toggle-inner {
  text-align: center;
  line-height: normal;
  border-radius: 3px;
  margin: 1em auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.archive-job_listing-toggle-inner .archive-job_listing-toggle {
  text-align: center;
  padding: 6px 18px;
  border: 2px solid transparent;
  display: inline-block;
}

.archive-job_listing-toggle-inner .archive-job_listing-toggle:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.archive-job_listing-toggle-inner .archive-job_listing-toggle:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.archive-job_listing-toggle-inner.views {
  width: 100%;
}

.archive-job_listing-toggle-inner.views .archive-job_listing-toggle {
  width: 50%;
}

@media (min-width:992px) {
  body:not(.fixed-map) .job_listings-map {
    position: relative;
    height: 350px;
    display: block;
  }

  .archive-job_listing-toggle-wrapper {
    display: none;
  }
}

body.map-toggled {
  overflow: hidden;
}

body.map-toggled .footer-wrapper,
body.map-toggled .site-header {
  display: none;
}

body.map-toggled .job_listings-map {
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  background: rgba(0,0,0,.25);
  height: 100%;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  z-index: 5;
}

body.fixed-map .container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

body.fixed-map .site-footer,
body.footer-light .site-footer {
  background: 0 0;
  padding: 1em 0;
  opacity: .8;
}

body.fixed-map .site-footer:hover,
body.footer-light .site-footer:hover {
  opacity: 1;
}

@media (min-width:992px) {
  body.fixed-map.fixed-header {
    padding-top: 0;
  }

  body.fixed-map .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  body.admin-bar.fixed-map .site-header {
    top: 32px;
  }

  body.fixed-map .job_listings-map-wrapper {
    position: fixed;
    top: 130px;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
  }

  body.fixed-map .footer-wrapper,
  body.fixed-map .site-content {
    width: 65%;
    margin-left: 35%;
  }

  body.fixed-map .footer-wrapper {
    margin-top: 0;
  }
}

@media (min-width:1200px) {
  body.fixed-map .job_listings-map-wrapper {
    width: 40%;
  }

  body.fixed-map .job_listings-map {
    height: 100%;
  }

  body.fixed-map .footer-wrapper,
  body.fixed-map .site-content {
    width: 60%;
    margin-left: 40%;
  }
}

#job_listings-map-canvas {
  width: 100%;
  height: 100%;
}

@media (min-width:992px) {
  .archive-job_listing-filters-wrapper.side {
    position: relative;
    z-index: 10;
  }
}

.listify_widget_map_listings .job_listings-map {
  height: 300px;
}

.map-marker {
  width: 30px;
  height: 30px;
  position: relative;
  top: -18px;
}

.map-marker i:after,
.map-marker:after,
.map-marker:before {
  position: absolute;
  content: ' ';
  display: block;
}

.map-marker:before {
  background: rgba(0,0,0,.15);
  box-shadow: rgba(0,0,0,.05) 0 0 1px 1px;
  width: 10px;
  height: 4px;
  border-radius: 50%;
  bottom: -20px;
  left: 10px;
}

.map-marker:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0;
  border-color: #2F3339 transparent transparent;
  top: 19px;
}

.map-marker i:after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2F3339;
  top: 0;
  left: 0;
  z-index: 1;
}

.map-marker i:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 5;
}

.map-marker i {
  color: #2F3339;
  font-size: 16px;
  position: relative;
  z-index: 10;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}

.cluster-overlay a,
.map-marker-info {
  overflow: hidden;
}

.cluster-overlay a .list-cover,
.map-marker-info .list-cover {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
}

.cluster-overlay a .address,
.cluster-overlay a .rating,
.cluster-overlay a h1,
.map-marker-info .address,
.map-marker-info .rating,
.map-marker-info h1 {
  display: block;
  margin: .5em 70px .5em 0;
}

.cluster-overlay a h1,
.map-marker-info h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.cluster-overlay a .stars-0,
.map-marker-info .stars-0 {
  display: none;
}

.cluster-overlay a {
  margin-right: 30px;
  display: block;
  position: relative;
  color: inherit;
  margin-bottom: 1.5em;
  line-height: normal;
}

.cluster-overlay a:last-of-type {
  margin-bottom: 0;
}

.cluster {
  border-radius: 50%;
}

.cluster img {
  display: none;
}

.cluster div {
  font-size: 16px!important;
  color: #fff!important;
}

.cluster div:before {
  content: ' ';
  border: 2px solid #fff;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  margin: 5%;
  position: absolute;
  z-index: 2;
  display: block;
}

.cluster-items {
  margin: 0;
  padding: 0;
}

.cluster-items li {
  margin-bottom: 1.5em;
}

.cluster-items li:last-child {
  margin-bottom: 0;
}

.archive-job_listing-filters-wrapper.top .widget-job_listing-archive {
  padding: 0 15px;
}

@media (min-width:1200px) {
  .archive-job_listing-filters-wrapper.top .widget-job_listing-archive {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .archive-job_listing-filter-title {
    margin-bottom: 2em;
  }
}

.archive-job_listing-found,
.listing.products.woocommerce h2,
.section-title {
  font-size: 16px;
  margin: 1em 0;
  line-height: 31px;
}

.entry-content .archive-job_listing-found {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
}

@media (min-width:768px) {
  .archive-job_listing-found,
  .listing.products.woocommerce h2,
  .section-title {
    margin: 0 0 .5em;
  }
}

.listing.products.woocommerce h2,
.section-title {
  margin: 1.5em 0;
}

.listing.products.woocommerce h2:first-of-type,
.section-title:first-of-type {
  margin-top: 0;
}

.archive-job_listing-layout-wrapper {
  display: none;
}

.archive-job_listing-layout-wrapper .facetwp-sort {
  margin-right: 8px;
}

@media (min-width:768px) {
  .archive-job_listing-found,
  .archive-job_listing-layout-wrapper,
  .archive-job_listing-layout-wrapper .facetwp-sort {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  .archive-job_listing-layout-wrapper {
    float: right;
  }
}

.archive-job_listing-layout.button,
.archive-job_listing-layout.load_more_jobs,
.content-shop-wrapper .archive-job_listing-layout.added_to_cart,
.content-shop-wrapper .archive-job_listing-layout.button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .archive-job_listing-layout.comment-count {
  background: #FFF;
  margin-right: 8px;
  padding: 3px 11px 1px;
  font-size: 18px;
  color: gray;
  box-shadow: rgba(0,0,0,.05) 0 3px 0;
}

.archive-job_listing-layout.button:focus,
.archive-job_listing-layout.button:hover,
.archive-job_listing-layout.load_more_jobs:focus,
.archive-job_listing-layout.load_more_jobs:hover,
.content-shop-wrapper .archive-job_listing-layout.added_to_cart:focus,
.content-shop-wrapper .archive-job_listing-layout.added_to_cart:hover,
.content-single-job_listing-gallery-wrapper .type-attachment .archive-job_listing-layout.comment-count:focus,
.content-single-job_listing-gallery-wrapper .type-attachment .archive-job_listing-layout.comment-count:hover {
  background-color: #fff;
}

@media (min-width:768px) {
  .archive-job_listing-layout.button,
  .archive-job_listing-layout.load_more_jobs,
  .content-shop-wrapper .archive-job_listing-layout.added_to_cart,
  .content-shop-wrapper .archive-job_listing-layout.button[data-product_id],
  .content-single-job_listing-gallery-wrapper .type-attachment .archive-job_listing-layout.comment-count {
    margin-right: 0;
    margin-left: 8px;
  }
}

.search-radius-wrapper {
  margin: 0 0 1em;
}

@media (min-width:992px) {
  .search-radius-wrapper {
    margin: 1em 0;
  }
}

.search_jobs .search-radius-label {
  margin-bottom: 10px;
}

.search_jobs .search-radius-label label {
  display: block;
}

.search_jobs .search-radius-label input[type=checkbox] {
  width: auto;
}

.search-radius-slider.in-use {
  opacity: 1;
}

@media (min-width:768px) {
  .search-radius-label {
    margin-bottom: 0;
    width: 20%;
    display: inline-block;
  }

  .search-radius-slider {
    width: 79%;
    display: inline-block;
  }
}

.job-manager-form fieldset.wp-job-manager-showing-all.fieldset-job_hours,
.showing_jobs.wp-job-manager-showing-all,
.summary .wp-job-manager-showing-all.stock,
.woocommerce-tabs .wp-job-manager-showing-all.woocommerce-noreviews,
.wp-job-manager-showing-all.account-sign-in,
.wp-job-manager-showing-all.ninja-forms-required-items {
  display: none;
}

.content-shop-wrapper .type-job_listing .type-product,
.listify_widget_search_listings.home-widget .type-job_listing .job_search_form,
.tabbed-listings-tabs .type-job_listing a,
.type-job_listing .archive-job_listing-toggle-inner,
.type-job_listing .content-box,
.type-job_listing .content-shop-wrapper .type-product,
.type-job_listing .home-feature,
.type-job_listing .job-package,
.type-job_listing .listify_widget_search_listings.home-widget .job_search_form,
.type-job_listing .listing-by-term-inner,
.type-job_listing .tabbed-listings-tabs a,
.type-job_listing .type-product .thumbnails a,
.type-job_listing .woocommerce div.product div.summary,
.type-job_listing .woocommerce-main-image,
.type-job_listing .woocommerce-page div.product div.summary,
.type-job_listing .woocommerce-tabs,
.type-product .thumbnails .type-job_listing a,
.woocommerce div.product .type-job_listing div.summary,
.woocommerce-page div.product .type-job_listing div.summary {
  padding: 0;
  overflow: hidden;
}

.type-job_listing.style-grid .job_listing-entry-header {
  padding: 3.5em 2em 2em;
  border-radius: 4px;
}

@media (min-width:768px) {
  .type-job_listing.style-grid .job_listing-entry-header {
    padding-top: 12em;
  }
}

@media (min-width:992px) {
  .type-job_listing.style-grid .job_listing-entry-header {
    padding-top: 15em;
  }
}

.type-job_listing.style-grid .job_listing-entry-header:after {
  background: -webkit-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.45) 100%);
  background: -moz-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.45) 100%);
  background: linear-gradient(to bottom,transparent 0,transparent 0,rgba(0,0,0,.45) 100%);
}

@media (min-width:768px) {
  .type-job_listing.style-grid .job_listing-entry-header-wrapper {
    position: absolute;
    left: 2em;
    right: 2em;
    bottom: 2em;
  }
}

.type-job_listing.style-grid .job_listing-entry-thumbnail,
.type-job_listing.style-grid .wp-post-image {
  display: none;
}

.type-job_listing.style-grid .job_listing-entry-meta {
  margin-right: 2em;
  max-width: 100%;
}

.type-job_listing.style-grid .job_listing-entry-header .job_listing-title,
.type-job_listing.style-grid .job_listing-entry-header .job_listing-title a {
  font-size: 20px;
  display: inline;
}

.type-job_listing .job_listing-entry-header .job_listing-location {
  margin-top: .5em;
  margin-bottom: 0;
  max-width: 100%;
  display: block;
}

.type-job_listing .job_listing-entry-header .job_listing-location.job_listing-location-formatted {
  line-height: 1.5;
  max-height: 40px;
  overflow: hidden;
}

.type-job_listing .job_listing-entry-header .job_listing-location a {
  vertical-align: middle;
}

.type-job_listing.style-grid .job_listing-entry-footer {
  padding: 1em 2em;
}

.job_listing-entry-footer .job-manager-form.wp-job-manager-bookmarks-form,
.job_listing-entry-footer .job_listing-rating-wrapper {
  position: relative;
  z-index: 25;
}

.job_listing-entry-footer .star-icon {
  font-size: 17px;
  margin-top: 2px;
  display: inline-block;
}

.job_listing-entry-footer .job_listing-rating-average {
  margin: 0 0 0 10px;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.job_listing-entry-footer .job_listing-rating-count {
  margin-left: 5px;
  display: none;
}

.content-shop-wrapper .type-job_listing.style-list .type-product,
.listify_widget_search_listings.home-widget .type-job_listing.style-list .job_search_form,
.tabbed-listings-tabs .type-job_listing.style-list a,
.type-job_listing.style-list .archive-job_listing-toggle-inner,
.type-job_listing.style-list .content-box,
.type-job_listing.style-list .content-shop-wrapper .type-product,
.type-job_listing.style-list .home-feature,
.type-job_listing.style-list .job-package,
.type-job_listing.style-list .listify_widget_search_listings.home-widget .job_search_form,
.type-job_listing.style-list .listing-by-term-inner,
.type-job_listing.style-list .tabbed-listings-tabs a,
.type-job_listing.style-list .type-product .thumbnails a,
.type-job_listing.style-list .woocommerce div.product div.summary,
.type-job_listing.style-list .woocommerce-main-image,
.type-job_listing.style-list .woocommerce-page div.product div.summary,
.type-job_listing.style-list .woocommerce-tabs,
.type-product .thumbnails .type-job_listing.style-list a,
.woocommerce div.product .type-job_listing.style-list div.summary,
.woocommerce-page div.product .type-job_listing.style-list div.summary {
  padding: 1.25em 3.75em 1.25em 1.75em;
}

.content-shop-wrapper .type-job_listing.style-list .type-product,
.listify_widget_search_listings.home-widget .type-job_listing.style-list .job_search_form,
.tabbed-listings-tabs .type-job_listing.style-list a,
.type-job_listing.style-list .archive-job_listing-toggle-inner,
.type-job_listing.style-list .content-box,
.type-job_listing.style-list .content-shop-wrapper .type-product,
.type-job_listing.style-list .home-feature,
.type-job_listing.style-list .job-package,
.type-job_listing.style-list .listify_widget_search_listings.home-widget .job_search_form,
.type-job_listing.style-list .listing-by-term-inner,
.type-job_listing.style-list .listing-cover,
.type-job_listing.style-list .tabbed-listings-tabs a,
.type-job_listing.style-list .type-product .thumbnails a,
.type-job_listing.style-list .woocommerce div.product div.summary,
.type-job_listing.style-list .woocommerce-main-image,
.type-job_listing.style-list .woocommerce-page div.product div.summary,
.type-job_listing.style-list .woocommerce-tabs,
.type-product .thumbnails .type-job_listing.style-list a,
.woocommerce div.product .type-job_listing.style-list div.summary,
.woocommerce-page div.product .type-job_listing.style-list div.summary {
  background-image: none!important;
  display: table;
  width: 100%;
}

.type-job_listing.style-list .listing-cover.has-image,
.type-job_listing.style-list .listing-cover.no-image {
  background-color: transparent;
}

.type-job_listing.style-list .listing-cover {
  padding: 0;
}

.type-job_listing.style-list .listing-cover:after {
  display: none;
}

.type-job_listing.style-list .job_listing-entry-footer,
.type-job_listing.style-list .job_listing-entry-header,
.type-job_listing.style-list .job_listing-entry-meta,
.type-job_listing.style-list .job_listing-entry-thumbnail {
  position: relative;
  min-height: 1px;
  display: table-cell;
  vertical-align: middle;
}

.type-job_listing.style-list .job_listing-entry-header,
.type-job_listing.style-list .job_listing-entry-header a {
  text-shadow: none;
}

.type-job_listing.style-list .job_listing-entry-thumbnail {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding-right: 2em;
}

.type-job_listing.style-list .job_listing-entry-thumbnail .list-cover {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.type-job_listing.style-list .job_listing-title {
  font-size: 20px;
  display: inline-block;
}

.type-job_listing.style-list .job_listing-entry-footer,
.type-job_listing.style-list .job_listing-entry-thumbnail {
  display: none;
}

@media (min-width:768px) {
  .type-job_listing.style-list .job_listing-entry-thumbnail {
    display: table-cell;
  }
}

@media (min-width:992px) {
  .type-job_listing.style-list .job_listing-entry-footer {
    display: table-cell;
  }

  .type-job_listing.style-list .job_listing-entry-header {
    width: 65%;
  }

  .type-job_listing.style-list .job_listing-entry-footer {
    width: auto;
    text-align: right;
  }
}

.type-job_listing.style-list .job_listing-entry-meta {
  padding-top: .85em;
  padding-bottom: .85em;
}

.type-job_listing.style-list .job_listing-location,
.type-job_listing.style-list .job_listing-phone {
  line-height: 1;
  font-size: 12px;
  margin: 1em 0 0;
}

.type-job_listing.style-list .job_listing-location:before,
.type-job_listing.style-list .job_listing-phone:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  margin-top: -3px;
}

.type-job_listing.style-list .job_listing-location {
  margin-top: 0;
}

.type-job_listing.style-list .job_listing-location br {
  content: '';
}

.type-job_listing.style-list .job_listing-location br:before {
  content: ', ';
}

.type-job_listing.style-list .job_listing-location.job_listing-location-formatted {
  max-width: 150px;
}

@media (min-width:992px) {
  .type-job_listing.style-list .job_listing-location.job_listing-location-formatted {
    max-width: 250px;
  }
}

@media (min-width:1200px) {
  .type-job_listing.style-list .job_listing-location.job_listing-location-formatted {
    max-width: none;
  }
}

.load_more_jobs {
  display: block;
  text-align: center;
}

.widget.widget-job_listing-archive,
.widget.widget-shop {
  padding: 0;
  box-shadow: none;
}

.widget.widget-job_listing-archive .facetwp-facet,
.widget.widget-job_listing-archive:last-child,
.widget.widget-shop .facetwp-facet,
.widget.widget-shop:last-child {
  margin-bottom: 0;
}

#ajax-response {
  display: none;
}

.comment-content,
.entry-content,
.entry-summary,
.page-title,
.widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.page-cover {
  padding: 0;
}

.page-cover.no-image {
  background-color: transparent;
}

.page-title {
  font-size: 20px;
  margin: 0;
  padding: 2em 0;
  text-align: center;
}

@media (min-width:768px) {
  .page-title {
    font-size: 27px;
    padding: 3em 0;
  }
}

.page-cover.no-image .page-title {
  padding-top: 2em;
  padding-bottom: 1em;
}

.tertiary-enabled .page-cover.no-image .page-title {
  padding-bottom: 2em;
}

@media (min-width:768px) {
  .page-cover.no-image .page-title {
    padding-bottom: 0;
  }
}

.content-single-hero.no-cover .page-title,
.hentry .entry-header {
  padding: 0;
}

.entry-header .entry-title {
  margin: 0;
  padding: 0;
  word-break: break-word;
}

.entry-header .entry-title a {
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 4em;
  display: block;
}

@media (min-width:992px) {
  .entry-header .entry-title a {
    font-size: 26px;
  }
}

.entry-meta {
  margin: 0 0 1.5em;
}

.entry-meta>span {
  width: 49%;
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .entry-meta>span {
    margin-right: 1.25em;
    width: auto;
  }
}

.entry-meta>span:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -4px 3px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.entry-meta .entry-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin: -2px 5px 0 0;
}

.entry-date:before {
  content: '\f117';
  font-size: 16px;
}

.entry-comments:before {
  content: '\f11d';
  font-size: 18px;
}

.entry-share .ion-share:before {
  content: '\f220';
  font-size: 18px;
  margin-top: -5px;
  vertical-align: middle;
}

.entry-content h3 {
  font-size: 15px;
}

.entry-content h4 {
  font-size: 14px;
}

.entry-content td,
.entry-content th {
  vertical-align: middle;
}

.entry-footer {
  margin-top: 2em;
}

.button[name=apply_coupon],
.content-shop-wrapper .entry-footer .button-small.added_to_cart,
.content-shop-wrapper .woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.added_to_cart,
.content-shop-wrapper [name=apply_coupon].added_to_cart,
.content-shop-wrapper [name=apply_coupon].button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .entry-footer .button-small.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment [name=apply_coupon].comment-count,
.entry-footer .button-small.load_more_jobs,
.entry-footer .button.button-small,
.entry-footer .content-shop-wrapper .button-small.added_to_cart,
.entry-footer .content-shop-wrapper .woocommerce #content div.product.product-type-grouped .summary .group_table a.added_to_cart,
.entry-footer .content-single-job_listing-gallery-wrapper .type-attachment .button-small.comment-count,
.entry-footer .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content div.product.product-type-grouped .summary .group_table a.comment-count,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table .content-shop-wrapper a.added_to_cart,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table .content-single-job_listing-gallery-wrapper .type-attachment a.comment-count,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table a.button,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table a.load_more_jobs,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-shop-wrapper .entry-footer a.added_to_cart,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-single-job_listing-gallery-wrapper .type-attachment .entry-footer a.comment-count,
.woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.button,
.woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.load_more_jobs,
[name=apply_coupon].load_more_jobs {
  font-size: 14px;
  padding: 12px 30px;
  background-color: #e9edf2;
}

.button[name=apply_coupon]:hover,
.content-shop-wrapper .entry-footer .button-small.added_to_cart:hover,
.content-shop-wrapper .woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.added_to_cart:hover,
.content-shop-wrapper [name=apply_coupon].added_to_cart:hover,
.content-single-job_listing-gallery-wrapper .type-attachment .entry-footer .button-small.comment-count:hover,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.comment-count:hover,
.content-single-job_listing-gallery-wrapper .type-attachment [name=apply_coupon].comment-count:hover,
.entry-footer .button-small.load_more_jobs:hover,
.entry-footer .button.button-small:hover,
.entry-footer .content-shop-wrapper .button-small.added_to_cart:hover,
.entry-footer .content-shop-wrapper .woocommerce #content div.product.product-type-grouped .summary .group_table a.added_to_cart:hover,
.entry-footer .content-single-job_listing-gallery-wrapper .type-attachment .button-small.comment-count:hover,
.entry-footer .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content div.product.product-type-grouped .summary .group_table a.comment-count:hover,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table .content-shop-wrapper a.added_to_cart:hover,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table .content-single-job_listing-gallery-wrapper .type-attachment a.comment-count:hover,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table a.button:hover,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table a.load_more_jobs:hover,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-shop-wrapper .entry-footer a.added_to_cart:hover,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-single-job_listing-gallery-wrapper .type-attachment .entry-footer a.comment-count:hover,
.woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.button:hover,
.woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.load_more_jobs:hover,
[name=apply_coupon].load_more_jobs:hover {
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.05);
  background-color: #e9edf2;
}

.content-pagination {
  margin: 2em 0 4em;
}

.author.archive .content-pagination {
  margin-top: 0;
}

@media (min-width:768px) {
  .content-pagination {
    margin-top: 4em;
  }
}

.facetwp-pager .facetwp-page,
.job-manager-pagination li>*,
a.page-numbers,
span.page-numbers {
  margin-right: 8px;
  box-shadow: rgba(0,0,0,.05) 0 2px 0;
}

.post-password-form input[type=password] {
  width: 100%;
}

.post-password-form input[type=submit] {
  margin-top: 1em;
}

.bypostauthor,
.gallery-caption,
.sticky {
  width: auto;
}

.author-title h1 {
  display: inline-block;
  line-height: 75px;
  margin: 0 0 0 15px;
}

.author-title img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.author-meta {
  font-size: 16px;
  margin: 1em 0 0;
}

.author-meta .favorite-count,
.author-meta .listing-count {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
}

.author-meta .favorite-count:before,
.author-meta .listing-count:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  margin: -4px 6px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.author-meta .listing-count:before {
  content: '\f453';
}

.author-meta .favorite-count:before {
  content: '\f141';
}

.ion-social-jabber:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f235";
}

.type-post .entry-cover.has-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.type-post .entry-cover.has-image:after {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.homepage-cover {
  padding: 3em 0;
}

.homepage-cover p {
  display: none;
}

@media (min-width:768px) {
  .homepage-cover {
    padding: 7em 0 8em;
  }
}

@media (min-width:992px) {
  .homepage-cover {
    padding: 11em 0 12em;
  }
}

.homepage-cover {
  position: relative;
}

.homepage-cover .wp-video {
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%!important;
  height: auto!important;
  position: absolute!important;
}

.homepage-cover .home-widget {
  margin: 0;
}

.homepage-cover .home-widget-section-title {
  margin-top: 0;
}

.homepage-cover .home-widget-title {
  font-size: 20px;
}

@media (min-width:768px) {
  .homepage-cover .home-widget-title {
    font-size: 30px;
  }
}

@media (min-width:992px) {
  .homepage-cover .home-widget-title {
    font-size: 40px;
  }
}

.homepage-cover .home-widget-description {
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width:768px) {
  .homepage-cover .home-widget-description {
    font-size: 16px;
  }
}

.homepage-cover .home-widget-description,
.homepage-cover .home-widget-title {
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.homepage-cover.has-image .home-widget-description,
.homepage-cover.has-image .home-widget-title {
  color: #fff;
}

.homepage-cover .job_filters .search_jobs>div.search_keywords input[type=text],
.homepage-cover .job_filters .search_jobs>div.search_location input[type=text],
.homepage-cover .job_filters input[type=text],
.homepage-cover .job_filters select,
.homepage-cover .job_search_form .search_jobs>div.search_keywords input[type=text],
.homepage-cover .job_search_form .search_jobs>div.search_location input[type=text],
.homepage-cover .job_search_form input[type=text],
.homepage-cover .job_search_form select {
  border: 0;
  background: #fff;
  box-shadow: none;
  padding: 13px 16px;
}

.homepage-cover .job_filters select,
.homepage-cover .job_search_form select {
  padding-top: 12px;
  padding-bottom: 11px;
}

.homepage-cover .job_filters .chosen-container-single .chosen-single,
.homepage-cover .job_filters .search_jobs>div.search_keywords input[type=text]:focus,
.homepage-cover .job_filters .search_jobs>div.search_location input[type=text]:focus,
.homepage-cover .job_filters input[type=text]:focus,
.homepage-cover .job_filters select:focus,
.homepage-cover .job_search_form .chosen-container-single .chosen-single,
.homepage-cover .job_search_form .search_jobs>div.search_keywords input[type=text]:focus,
.homepage-cover .job_search_form .search_jobs>div.search_location input[type=text]:focus,
.homepage-cover .job_search_form input[type=text]:focus,
.homepage-cover .job_search_form select:focus {
  border-color: #fff;
  background: #fff;
  box-shadow: none;
}

.homepage-cover .job_filters .chosen-container-single .chosen-drop,
.homepage-cover .job_search_form .chosen-container-single .chosen-drop {
  border: 0!important;
}

.homepage-cover .job_filters .chosen-container-single .chosen-single,
.homepage-cover .job_search_form .chosen-container-single .chosen-single {
  padding-top: 15px;
  padding-bottom: 14px;
  background: #fff!important;
  height: auto!important;
}

.homepage-cover .job_filters .search_jobs>div.search_location input[type=text],
.homepage-cover .job_search_form .search_jobs>div.search_location input[type=text] {
  padding-right: 35px;
}

.homepage-cover .job_filters .select:after,
.homepage-cover .job_search_form .select:after {
  text-shadow: none;
}

.homepage-cover .job_search_form select,
.template-home :not(.site-content) .job_filters select {
  box-shadow: none;
}

.template-home .homepage-cover:not(.has-map) .js-toggle-area-trigger {
  display: none;
}

.template-home .homepage-cover:not(.has-map) .update_results {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
}

@media (min-width:992px) {
  .template-home .homepage-cover:not(.has-map) .update_results {
    width: 20%;
  }
}

.template-home .homepage-cover.has-map .job_listings-map-wrapper,
.template-home .listify_widget_search_listings .job_listings-map-wrapper {
  display: block;
  position: relative;
}

.template-home .homepage-cover.has-map .job_listings-map,
.template-home .listify_widget_search_listings .job_listings-map {
  height: 400px;
}

.job-manager-form .template-home .homepage-cover.has-map fieldset.fieldset-job_hours,
.job-manager-form .template-home .listify_widget_search_listings fieldset.fieldset-job_hours,
.summary .template-home .homepage-cover.has-map .stock,
.summary .template-home .listify_widget_search_listings .stock,
.template-home .homepage-cover.has-map .account-sign-in,
.template-home .homepage-cover.has-map .filter-by-type-label,
.template-home .homepage-cover.has-map .filter_by_tag,
.template-home .homepage-cover.has-map .job-manager-form fieldset.fieldset-job_hours,
.template-home .homepage-cover.has-map .job-manager-pagination,
.template-home .homepage-cover.has-map .job_types,
.template-home .homepage-cover.has-map .load_more_jobs,
.template-home .homepage-cover.has-map .ninja-forms-required-items,
.template-home .homepage-cover.has-map .search-radius-wrapper,
.template-home .homepage-cover.has-map .showing_jobs,
.template-home .homepage-cover.has-map .summary .stock,
.template-home .homepage-cover.has-map .woocommerce-tabs .woocommerce-noreviews,
.template-home .listify_widget_search_listings .account-sign-in,
.template-home .listify_widget_search_listings .filter-by-type-label,
.template-home .listify_widget_search_listings .filter_by_tag,
.template-home .listify_widget_search_listings .job-manager-form fieldset.fieldset-job_hours,
.template-home .listify_widget_search_listings .job-manager-pagination,
.template-home .listify_widget_search_listings .job_types,
.template-home .listify_widget_search_listings .load_more_jobs,
.template-home .listify_widget_search_listings .ninja-forms-required-items,
.template-home .listify_widget_search_listings .search-radius-wrapper,
.template-home .listify_widget_search_listings .showing_jobs,
.template-home .listify_widget_search_listings .summary .stock,
.template-home .listify_widget_search_listings .woocommerce-tabs .woocommerce-noreviews,
.woocommerce-tabs .template-home .homepage-cover.has-map .woocommerce-noreviews,
.woocommerce-tabs .template-home .listify_widget_search_listings .woocommerce-noreviews {
  display: none!important;
}

.template-home .homepage-cover.has-map .job_filters,
.template-home .listify_widget_search_listings .job_filters {
  background: 0 0;
  box-shadow: none;
  padding: 0;
  bottom: 40px;
}

@media (min-width:992px) {
  .template-home .homepage-cover.has-map .job_filters,
  .template-home .listify_widget_search_listings .job_filters {
    max-width: 80%;
    margin: 0 auto;
    left: 13%;
    bottom: 20px;
    display: block!important;
  }

  .template-home .homepage-cover.has-map .search_jobs,
  .template-home .listify_widget_search_listings .search_jobs {
    float: left;
    width: 77%;
  }

  .template-home .homepage-cover.has-map .update_results,
  .template-home .listify_widget_search_listings .update_results {
    width: 20%;
    float: right;
    margin: 0;
    clear: none;
  }
}

.template-home .homepage-cover.has-map .archive-job_listing-filter-title,
.template-home .homepage-cover.has-map .filter_by_tag,
.template-home .homepage-cover.has-map .job_types,
.template-home .homepage-cover.has-map ul.job_listings,
.template-home .listify_widget_search_listings .archive-job_listing-filter-title,
.template-home .listify_widget_search_listings .filter_by_tag,
.template-home .listify_widget_search_listings .job_types,
.template-home .listify_widget_search_listings ul.job_listings {
  display: none;
}

.template-home .homepage-cover.has-map {
  padding: 0;
}

.template-home .homepage-cover.has-map .job_filters,
.template-home .homepage-cover.has-map .js-toggle-area-trigger {
  z-index: 20;
  position: absolute;
  bottom: 20px;
  width: 80%;
  left: 10%;
}

@media (min-width:1200px) {
  .template-home .homepage-cover.has-map .job_filters,
  .template-home .homepage-cover.has-map .js-toggle-area-trigger {
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    max-width: none;
  }

  .template-home .homepage-cover.has-map .job_filters {
    display: block!important;
  }
}

.entry-content .rcp_form .rcp_subscription_fieldset .template-home .homepage-cover.has-map .job_filters .rcp_subscription_message,
.entry-content .template-home .homepage-cover.has-map .job_filters .rcp_header,
.job_listing_packages ul.job_packages .template-home .homepage-cover.has-map .job_filters .package-section,
.template-home .homepage-cover.has-map .archive-job_listing-toggle-wrapper,
.template-home .homepage-cover.has-map .facetwp-pager,
.template-home .homepage-cover.has-map .job_filters .entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message,
.template-home .homepage-cover.has-map .job_filters .entry-content .rcp_header,
.template-home .homepage-cover.has-map .job_filters .job_listing_packages ul.job_packages .package-section,
.template-home .homepage-cover.has-map .job_filters .widget-title,
.template-home .homepage-cover.has-map .job_filters .woocommerce-account .woocommerce legend,
.woocommerce-account .woocommerce .template-home .homepage-cover.has-map .job_filters legend {
  display: none;
}

.template-home .homepage-cover.has-map .job_filters .update_results {
  margin-bottom: 1.5em;
}

.template-home .homepage-cover.has-map div.facetwp-facet {
  margin-bottom: 15px;
}

@media (min-width:992px) {
  .template-home .homepage-cover.has-map div.facetwp-facet {
    margin-bottom: 0;
  }
}

.home-widget,
.homepage-hero-style-none .home-widget:first-child {
  margin: 4em 0;
}

.home-widget+.container {
  margin-top: -4em;
}

.home .container:not(:last-of-type) .home-widget:last-child {
  margin-bottom: 0;
}

.home-widget.no-margin {
  margin: 0!important;
}

@media (min-width:768px) {
  .home-widget {
    margin: 6em 0;
  }

  .home-widget+.container {
    margin-top: -6em;
  }
}

@media (min-width:992px) {
  .home-widget {
    margin: 9em 0;
  }

  .home-widget+.container {
    margin-top: -9em;
  }
}

.home-widget-section-title {
  margin: 2em 0;
}

.home-widget:first-child .home-widget-section-title {
  margin-top: 0;
}

@media (min-width:768px) {
  .home-widget-section-title {
    margin: 3em 0;
  }
}

@media (min-width:992px) {
  .home-widget-section-title {
    margin: 4em 0;
  }
}

.home-widget-description,
.home-widget-title {
  margin: 0;
  padding: 0;
  text-align: center;
}

.home-widget-title {
  font-size: 20px;
}

@media (min-width:768px) {
  .home-widget-title {
    font-size: 26px;
  }
}

.home-widget-description {
  font-size: 13px;
  color: #b4bcc7;
  margin-top: .33em;
}

@media (min-width:768px) {
  .home-widget-description {
    margin-top: .75em;
    font-size: 16px;
  }
}

.listify_widget_recent_listings.home-widget:not(:last-child),
.listify_widget_taxonomy_image_grid.home-widget:not(:last-child) {
  margin-bottom: -30px;
}

.listify_widget_search_listings.home-widget .job_search_form {
  max-width: 100%;
  margin-bottom: 0;
}

@media (min-width:992px) {
  .job_search_form {
    max-width: 80%;
    margin: 0 auto;
  }
}

.job_search_form input,
.job_search_form select {
  min-width: 100%;
}

.job_search_form .select {
  display: block;
}

.job_search_form .select:before {
  height: 40px;
}

.job_search_form input[type=submit] {
  padding: 13px;
}

.job_search_form .search_category,
.job_search_form .search_keywords,
.job_search_form .search_location {
  margin-bottom: 15px;
}

body:not(.facetwp) .locate-me {
  text-shadow: none!important;
}

@media (min-width:992px) {
  .job_search_form .search_category,
  .job_search_form .search_keywords,
  .job_search_form .search_location {
    margin-bottom: 0;
  }
}

.job_search_form .facetwp-facet {
  margin-bottom: 15px;
}

.job_search_form .row.facetwp-submit {
  margin-top: -15px;
  margin-bottom: 0;
}

.tabbed-listings-tabs {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media (min-width:992px) {
  .listify_widget_tabbed_listings .home-widget-section-title {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
  }

  .tabbed-listings-tabs {
    text-align: right;
  }
}

.tabbed-listings-tabs li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.tabbed-listings-tabs a {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 3px;
  margin: 0;
  line-height: normal;
  border: 2px solid transparent;
}

.tabbed-listings-tabs li:last-child a:after {
  content: '\f125';
  margin-top: -1px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.tabbed-listings-tabs-wrapper {
  clear: both;
}

.listing-by-term-title {
  margin-top: 0;
}

.listings-by-term ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listings-by-term li {
  position: relative;
  margin-bottom: 1.5em;
}

.listings-by-term li:last-child {
  margin-bottom: 0;
}

.listings-by-term-content,
.listings-by-term-preview {
  display: inline-block;
  vertical-align: middle;
}

.listings-by-term-content {
  margin-left: 15px;
  max-width: 70%;
  margin-bottom: 0;
}

.listings-by-term-preview img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.listings-by-term-content .job_listing-rating-average {
  display: none;
}

.listings-by-term-content .job_listing-rating-wrapper {
  display: block;
}

.listings-by-term-content .job_listing-rating-stars .star-icon {
  font-size: 14px;
}

.listings-by-term-content .job_listing-rating-count {
  color: #b4bcc7;
}

.listings-by-term-more {
  text-align: center;
  margin: 2em 0 0;
}

.listings-by-term-more a {
  font-size: 13px;
  line-height: normal;
  margin: 0 auto;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #b4bcc7;
  display: inline-block;
  opacity: 1!important;
}

.image-grid-item {
  margin-bottom: 30px;
}

.image-grid-cover {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.image-grid-cover:after {
  border-radius: 4px;
  overflow: hidden;
}

.image-grid-cover {
  padding: 3em 0;
  position: relative;
}

.image-grid-cover .cover-wrapper {
  font-size: 18px;
  text-align: center;
  display: block;
}

@media (min-width:768px) {
  .image-grid-cover {
    padding: 10em 0;
  }

  .image-grid-cover .cover-wrapper {
    position: absolute!important;
    width: 90%;
    text-align: center;
    left: 5%;
    top: 50%;
    font-size: 20px;
    -wekit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width:992px) {
  .image-grid-cover .cover-wrapper {
    font-size: 24px;
  }
}

@media (min-width:1200px) {
  .image-grid-cover .cover-wrapper {
    font-size: 28px;
  }
}

.home .job-manager-error,
.home .job-manager-message,
.home .woocommerce-error,
.home .woocommerce-info,
.home .woocommerce-message {
  margin-top: 3em;
}

.template-home .home-widget .job_listings-map {
  margin-bottom: 2em;
}

.home-features-wrapper {
  margin-bottom: -3em;
}

.home-feature-title h2 {
  margin: 1.25em 0 .75em;
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
}

.home-feature-media img {
  width: 50%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.feature-callout {
  position: relative;
}

.feature-callout-cover,
.feature-callout-image-pull {
  background-size: cover;
  background-position: center;
}

.feature-callout-image-pull {
  min-height: 200px;
}

@media (min-width:768px) {
  .feature-callout-image-pull {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}

.feature-callout-cover.has-overlay:after {
  content: ' ';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,.5);
}

.feature-callout-cover .container {
  position: relative;
  z-index: 2;
}

.content-shop-wrapper .feature-callout-cover .added_to_cart,
.content-shop-wrapper .feature-callout-cover .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .feature-callout-cover .comment-count,
.feature-callout-cover .button,
.feature-callout-cover .content-shop-wrapper .added_to_cart,
.feature-callout-cover .content-shop-wrapper .button[data-product_id],
.feature-callout-cover .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.feature-callout-cover .load_more_jobs {
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 6px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.content-shop-wrapper .feature-callout-cover .added_to_cart:hover,
.content-single-job_listing-gallery-wrapper .type-attachment .feature-callout-cover .comment-count:hover,
.feature-callout-cover .button:hover,
.feature-callout-cover .content-shop-wrapper .added_to_cart:hover,
.feature-callout-cover .content-single-job_listing-gallery-wrapper .type-attachment .comment-count:hover,
.feature-callout-cover .load_more_jobs:hover {
  background: 0 0;
}

.feature-callout.text-right .feature-callout-content {
  text-align: right;
}

.feature-callout.text-right .feature-callout-cover {
  background-position: center left;
}

.feature-callout.text-left .feature-callout-cover {
  background-position: center right;
}

@media (min-width:768px) {
  .feature-callout.text-right .feature-callout-cover.has-overlay:after {
    background: -webkit-linear-gradient(left,transparent 50,rgba(0,0,0,.8) 100%);
    background: -moz-linear-gradient(left,transparent 50%,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(left,transparent 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to right,transparent 50%,rgba(0,0,0,.8) 100%);
  }

  .feature-callout.text-left .feature-callout-cover.has-overlay:after {
    background: -webkit-linear-gradient(right,transparent 50%,rgba(0,0,0,.8) 100%);
    background: -moz-linear-gradient(right,transparent 50%,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(right,transparent 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to left,transparent 50%,rgba(0,0,0,.8) 100%);
  }
}

.feature-callout.text-center .feature-callout-cover {
  text-align: center;
}

.feature-callout.text-center .feature-callout-cover h2 {
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (min-width:992px) {
  .feature-callout.text-center .callout-feature-content {
    max-width: 75%;
    margin: 0 auto;
  }

  .feature-callout.text-center h2 {
    font-size: 48px;
    font-weight: 800;
  }
}

.callout-feature-content {
  padding: 3em 0;
}

.callout-feature-content h2 {
  font-size: 24px;
  margin-top: 0;
}

.callout-feature-content p {
  line-height: 1.75;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.callout-feature-content p:last-child {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .callout-feature-content {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .callout-feature-content h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.9;
    margin: 0;
  }

  .callout-feature-content p {
    font-size: 16px;
    line-height: 2;
    margin: 1.5em 0;
  }

  .feature-callout.text-left .callout-feature-content {
    padding-right: 2em;
  }

  .feature-callout.text-right .callout-feature-content {
    padding-left: 2em;
  }
}

@media (min-width:992px) {
  .callout-feature-content {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}

@media (min-width:1200px) {
  .callout-feature-content {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .feature-callout.text-left .callout-feature-content {
    padding-right: 3em;
  }

  .feature-callout.text-right .callout-feature-content {
    padding-left: 3em;
  }
}

.home-widget.listify_widget_map_listings .archive-job_listing-toggle-wrapper {
  display: none;
}

.home-widget.listify_widget_map_listings .job_listings-map-wrapper {
  display: block;
}

.page-template-page-templatestemplate-widgetized-php .content-area,
.page-template-page-templatestemplate-widgetized-php .content-area .hentry {
  margin-bottom: 0;
}

.entry-content .gallery {
  margin-bottom: 20px;
}

.entry-content .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.entry-content .gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.entry-content .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.entry-content .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.entry-content .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.entry-content .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.entry-content .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.entry-content .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.entry-content .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.entry-content .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.entry-content .gallery-columns-1 .gallery-item:nth-of-type(1n),
.entry-content .gallery-columns-2 .gallery-item:nth-of-type(2n),
.entry-content .gallery-columns-3 .gallery-item:nth-of-type(3n),
.entry-content .gallery-columns-4 .gallery-item:nth-of-type(4n),
.entry-content .gallery-columns-5 .gallery-item:nth-of-type(5n),
.entry-content .gallery-columns-6 .gallery-item:nth-of-type(6n),
.entry-content .gallery-columns-7 .gallery-item:nth-of-type(7n),
.entry-content .gallery-columns-8 .gallery-item:nth-of-type(8n),
.entry-content .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.entry-content .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.entry-content .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.entry-content .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.entry-content .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.entry-content .gallery-caption {
  background-color: rgba(0,0,0,.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.entry-content .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.entry-content .gallery-item:hover .gallery-caption {
  opacity: 1;
}

.entry-content .gallery-columns-7 .gallery-caption,
.entry-content .gallery-columns-8 .gallery-caption,
.entry-content .gallery-columns-9 .gallery-caption {
  display: none;
}

.widget-area {
  position: relative;
}

.affix-top.widget-area {
  position: absolute;
  top: auto;
  left: -15px;
}

.affix.widget-area {
  position: fixed;
  top: 1px!important;
  right: auto;
  left: -15px;
}

.admin-bar .affix.widget-area {
  top: 32px;
}

.affix-bottom.widget-area {
  position: absolute;
  left: -15px;
}

.content-shop-wrapper .widget-area .type-product,
.listify_widget_search_listings.home-widget .widget-area .job_search_form,
.tabbed-listings-tabs .widget-area a,
.type-product .thumbnails .widget-area a,
.widget-area .archive-job_listing-toggle-inner,
.widget-area .content-box,
.widget-area .content-shop-wrapper .type-product,
.widget-area .home-feature,
.widget-area .job-package,
.widget-area .listify_widget_search_listings.home-widget .job_search_form,
.widget-area .listing-by-term-inner,
.widget-area .tabbed-listings-tabs a,
.widget-area .type-product .thumbnails a,
.widget-area .woocommerce div.product div.summary,
.widget-area .woocommerce-main-image,
.widget-area .woocommerce-page div.product div.summary,
.widget-area .woocommerce-tabs,
.woocommerce div.product .widget-area div.summary,
.woocommerce-page div.product .widget-area div.summary {
  position: relative;
  z-index: 10;
}

.widget code,
.widget kbd,
.widget pre,
.widget samp,
.widget tt,
.widget var {
  font-size: 13px;
  line-height: 1.5;
}

.widget blockquote {
  color: rgba(255,255,255,.7);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.widget blockquote cite {
  color: #fff;
  font-size: 14px;
  line-height: 1.2857142857;
}

.widget dd,
.widget dl {
  margin-bottom: 18px;
}

.widget ol,
.widget ul {
  list-style: none;
  margin: 0;
}

.widget li>ol,
.widget li>ul {
  margin-left: 10px;
  list-style: disc;
  list-style-position: inside;
  margin-top: 5px;
}

.widget_calendar table {
  line-height: 2;
  margin: 0;
}

.widget_calendar caption {
  color: #fff;
  font-weight: 700;
  line-height: 1.7142857142;
  margin-bottom: 18px;
  text-align: left;
  text-transform: uppercase;
}

.widget_calendar thead th {
  background-color: rgba(255,255,255,.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
  text-align: center;
}

.widget_calendar tbody a {
  color: #fff;
  display: block;
}

.widget_calendar tbody a:hover {
  background-color: #41a62a;
  color: #fff;
}

.widget_calendar #prev {
  padding-left: 5px;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  line-height: 1.5;
  padding: 7px 0;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0;
}

.widget_recent_entries .post-date {
  display: block;
}

.rsswidget img {
  margin-top: -4px;
}

.rssSummary {
  margin: 9px 0;
}

.rss-date {
  display: block;
}

.widget_rss li {
  margin-bottom: 18px;
}

.widget_rss li:last-child,
.widget_text>div>:last-child {
  margin-bottom: 0;
}

.widget ul.social-profiles {
  margin: 0 0 -10px;
  padding: 0;
  list-style: none;
}

.social-profiles li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.social-profiles a {
  font-size: 0;
  border-radius: 50%;
  background: #b4bcc7;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}

.social-profiles a:before {
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 34px;
}

.social-profiles a.ion-social-facebook:before {
  font-size: 20px;
}

.job-manager-form fieldset {
  border: 0;
  margin: 0 0 2em;
  padding: 0;
}

.job-manager-form input[type=email],
.job-manager-form input[type=text] {
  width: 100%;
}

td.business-hour {
  padding: .5em;
}

.search_jobs>.select.search_region-wrapper {
  display: none;
}

.search_location {
  position: relative;
}

.search_location input[type=text] {
  padding-right: 35px;
}

.search_location #search_region {
  display: block;
}

body:not(.facetwp) .locate-me {
  top: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 44px;
  text-align: center;
}

body:not(.facetwp) .locate-me:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B4BCC7;
  font-size: 16px;
  content: '\f2e9';
  line-height: 44px;
  text-align: center;
  display: inline-block;
}

body:not(.facetwp) .locate-me.loading:before {
  content: '\f29c';
  -webkit-animation: rotate 700ms infinite linear;
  -moz-animation: rotate 700ms infinite linear;
  animation: rotate 700ms infinite linear;
}

body.facetwp .locate-me {
  right: 10px;
  top: -2px;
}

.job-manager-error,
.job-manager-message {
  border-color: #ed3b3b;
}

.job-manager-form h2 {
  margin: 2em 0;
  padding: .75em 0;
}

.search_jobs>div {
  margin-bottom: 1em;
}

.search_jobs>div.search-radius-wrapper {
  width: 100%!important;
}

.job_filters .job_types {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}

.job_filters .job_types li {
  margin-bottom: 5px;
  display: inline-block;
}

@media (min-width:768px) {
  .search_jobs>div {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 0;
    float: left;
  }

  .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled.home .search_jobs>div,
  .wp-job-manager-categories-enabled:not(.wp-job-manager-categories-multi-enabled) .search_jobs>div {
    width: 31.25%;
    margin-right: 3%;
  }

  .home .home-widget .search_jobs>div.filter_by_tag {
    width: 100%;
    margin-right: 0;
  }

  .search_jobs>div:last-of-type,
  .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled.home .search_jobs>.search_categories,
  body.wp-job-manager-categories-enabled .search_jobs>div.search_categories,
  body.wp-job-manager-categories-multi-enabled .search_jobs .search_location,
  body.wp-job-manager-categories-multi-enabled .search_jobs .search_region,
  body:not(.wp-job-manager-categories-enabled) .search_jobs .search_location,
  body:not(.wp-job-manager-categories-enabled) .search_jobs .search_region {
    margin-right: 0;
  }

  body.wp-job-manager-categories-multi-enabled:not(.home) .search_jobs .search_categories {
    clear: both;
    width: 100%;
    margin: 1.5em 0 1em;
  }

  .job_filters .job_types {
    margin: 1.5em 0 0;
    padding: 0;
    list-style: none;
    clear: both;
  }

  .job_filters .job_types li {
    display: inline-block;
    margin: 0 0 5px;
  }
}

.search_jobs label {
  display: none;
}

.search_jobs input,
.search_jobs select {
  width: 100%;
}

.search_jobs>div.filter_by_tag,
.wp-job-manager-categories-enabled .search_jobs>div.filter_by_tag {
  clear: both;
  float: none;
  margin-right: 0;
  width: 100%;
}

.job_filters .search_jobs .filter_by_tag a {
  vertical-align: middle;
  padding: 0!important;
}

.job_filters .search_jobs .filter_by_tag a.active {
  background: 0 0;
}

.job_filters .update_results {
  clear: both;
  float: none;
  width: 100%;
}

.job_filters .update_results.refreshing {
  box-shadow: none;
}

@media (min-width:768px) {
  .job_filters .update_results {
    margin-top: .5em;
  }
}

.facetwp-facet .select,
.search_jobs .select {
  display: block;
}

.account-sign-in,
.job-manager-form fieldset.fieldset-job_hours,
.ninja-forms-required-items,
.showing_jobs,
.summary .stock,
.woocommerce-tabs .woocommerce-noreviews {
  color: #b4bcc7;
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #e9edf2;
  border-radius: 4px;
}

.account-sign-in span,
.job-manager-form fieldset.fieldset-job_hours span,
.ninja-forms-required-items span,
.showing_jobs span,
.summary .stock span,
.woocommerce-tabs .woocommerce-noreviews span {
  display: block;
  margin-bottom: 1em;
}

.account-sign-in .reset,
.account-sign-in .rss_link,
.job-manager-form fieldset.fieldset-job_hours .reset,
.job-manager-form fieldset.fieldset-job_hours .rss_link,
.ninja-forms-required-items .reset,
.ninja-forms-required-items .rss_link,
.showing_jobs .reset,
.showing_jobs .rss_link,
.summary .stock .reset,
.summary .stock .rss_link,
.woocommerce-tabs .woocommerce-noreviews .reset,
.woocommerce-tabs .woocommerce-noreviews .rss_link {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
}

.account-sign-in .reset:before,
.account-sign-in .rss_link:before,
.job-manager-form fieldset.fieldset-job_hours .reset:before,
.job-manager-form fieldset.fieldset-job_hours .rss_link:before,
.ninja-forms-required-items .reset:before,
.ninja-forms-required-items .rss_link:before,
.showing_jobs .reset:before,
.showing_jobs .rss_link:before,
.summary .stock .reset:before,
.summary .stock .rss_link:before,
.woocommerce-tabs .woocommerce-noreviews .reset:before,
.woocommerce-tabs .woocommerce-noreviews .rss_link:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}

.account-sign-in .rss_link,
.job-manager-form fieldset.fieldset-job_hours .rss_link,
.ninja-forms-required-items .rss_link,
.showing_jobs .rss_link,
.summary .stock .rss_link,
.woocommerce-tabs .woocommerce-noreviews .rss_link {
  color: #f60;
}

.account-sign-in .rss_link:before,
.job-manager-form fieldset.fieldset-job_hours .rss_link:before,
.ninja-forms-required-items .rss_link:before,
.showing_jobs .rss_link:before,
.summary .stock .rss_link:before,
.woocommerce-tabs .woocommerce-noreviews .rss_link:before {
  content: '\f23d';
}

.account-sign-in .reset:before,
.job-manager-form fieldset.fieldset-job_hours .reset:before,
.ninja-forms-required-items .reset:before,
.showing_jobs .reset:before,
.summary .stock .reset:before,
.woocommerce-tabs .woocommerce-noreviews .reset:before {
  content: '\f2d7';
}

.job_listings.loading {
  min-height: 50px;
}

.job_listings.loading:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f29c';
  font-size: 50px;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -25px;
  -webkit-animation: rotate 800ms infinite linear;
  -moz-animation: rotate 800ms infinite linear;
  animation: rotate 800ms infinite linear;
}

.content-shop-wrapper .field.account-sign-in .added_to_cart,
.content-single-job_listing-gallery-wrapper .type-attachment .field.account-sign-in .comment-count,
.field.account-sign-in .button,
.field.account-sign-in .content-shop-wrapper .added_to_cart,
.field.account-sign-in .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.field.account-sign-in .load_more_jobs {
  float: right;
}

.job-manager-form fieldset.fieldset-job_hours {
  border-width: 2px;
}

.fieldset-job_hours .field {
  margin-top: 1em;
  display: none;
}

.fieldset-job_hours .field table {
  margin-bottom: 0;
}

.fieldset-job_hours label {
  display: block;
}

.fieldset-job_hours label:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f48a';
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  margin: -3px 8px 0 0;
}

.fieldset-job_hours.open label:before {
  content: '\f463';
}

.job-manager-term-checklist {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.job-manager-term-checklist li {
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .job-manager-term-checklist li {
    width: 50%;
    float: left;
  }
}

@media (min-width:992px) {
  .job-manager-term-checklist li {
    width: 33%;
    float: left;
  }
}

@media (min-width:1200px) {
  .job-manager-term-checklist li {
    width: 25%;
    float: left;
  }
}

#submit-job-form h2,
#submit-job-form.job-manager-form fieldset:first-child label {
  display: none;
}

.entry-content div.mce-toolbar-grp {
  border-bottom-width: 2px;
}

body .job-manager-form .chosen-container-multi .chosen-choices {
  margin-top: 1em;
}

.job-manager-jobs td.job_title {
  font-size: 15px;
}

.job-dashboard-actions a,
.job-manager-jobs td.date,
.job-manager-jobs td.expires {
  font-size: 12px;
}

.job-dashboard-actions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-dashboard-actions li {
  display: inline-block;
}

.job-dashboard-actions li a {
  margin-right: 10px;
}

.job-dashboard-action-delete:before,
.job-dashboard-action-edit:before,
.job-dashboard-action-mark_filled:before,
.job-dashboard-action-mark_not_filled:before,
.job-dashboard-action-relist:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
}

.job-dashboard-action-edit:before {
  content: '\f2bf';
}

.job-dashboard-action-mark_filled:before {
  content: '\f400';
}

.job-dashboard-action-mark_not_filled:before {
  content: '\f401';
}

.job-dashboard-action-relist:before {
  content: '\f201';
}

.job-dashboard-actions a.job-dashboard-action-delete:before,
.job-dashboard-actions a.job-dashboard-action-delete:hover {
  color: #A00;
}

.job-dashboard-action-delete:before {
  content: '\f12a';
}

.directory-fields .job-dashboard-action-mark_filled,
.directory-fields td.filled,
.directory-fields th.filled {
  display: none;
}

.job-manager-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.job-manager-pagination a,
.job-manager-pagination li {
  display: inline-block;
}

.job-manager-uploaded-files .job-manager-uploaded-file {
  display: inline-block;
  margin: 0 10px 40px 0;
  position: relative;
  vertical-align: top;
}

.job-manager-uploaded-files .job-manager-uploaded-file-preview {
  display: inline-block;
  position: relative;
}

.job-manager-uploaded-files .job-manager-uploaded-file-preview img {
  max-width: 100px;
}

.job-manager-uploaded-files .job-manager-remove-uploaded-file {
  font-size: 0;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.job-manager-uploaded-files .job-manager-remove-uploaded-file:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  content: '\f129';
  font-size: 12px;
}

.job_listing-entry-footer .wp-job-manager-bookmarks-form {
  float: right;
}

.job_listing-entry-footer .wp-job-manager-bookmarks-form .bookmark-notice:before {
  color: #e27276;
}

.wp-job-manager-bookmarks-form,
.wp-job-manager-bookmarks-form>div:first-child {
  display: inline-block;
  margin: 0;
  border: 0;
}

.content-single-job_listing-hero .wp-job-manager-bookmarks-form {
  vertical-align: middle;
  margin: -1px 10px 0 15px;
}

.wp-job-manager-bookmarks-count {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.popup .bookmark-notice,
div.bookmark-details,
form.wp-job-manager-bookmarks-form .remove-bookmark {
  display: none;
}

.popup form.wp-job-manager-bookmarks-form {
  display: block;
  margin-left: 0;
}

.popup form.wp-job-manager-bookmarks-form .remove-bookmark,
.popup form.wp-job-manager-bookmarks-form div.bookmark-details {
  display: block;
}

.popup form.wp-job-manager-bookmarks-form .remove-bookmark {
  color: red;
  margin-bottom: 1em;
}

.popup form.wp-job-manager-bookmarks-form div.bookmark-details textarea {
  width: 100%;
}

.popup form.wp-job-manager-bookmarks-form div.bookmark-details p:last-child {
  margin-bottom: 0;
}

.popup div.wp-job-manager-bookmarks-form {
  display: block;
  margin: 0;
}

.popup div.wp-job-manager-bookmarks-form>div {
  display: block;
}

.popup div.wp-job-manager-bookmarks-form .bookmark-notice {
  font-size: 16px;
  display: block;
}

.popup div.wp-job-manager-bookmarks-form .bookmark-notice:before {
  display: none;
}

.wp-job-manager-bookmarks-form .bookmark-notice {
  font-size: 0;
}

.wp-job-manager-bookmarks-form .bookmark-notice:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  content: '\f387';
}

.wp-job-manager-bookmarks-form .bookmark-notice.bookmarked:before {
  color: #de6a6f;
  content: '\f388';
}

table.job-manager-bookmarks td {
  vertical-align: top;
}

.job-manager-bookmark-actions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-manager-bookmark-actions li {
  display: inline-block;
}

.type-job_listing.style-list .job_listing-entry-footer .job-manager-form.wp-job-manager-bookmarks-form {
  margin-left: 10px;
}

#wpjmr-submit-ratings .choose-rating .dashicons,
#wpjmr-submit-ratings .choose-rating .dashicons:before,
#wpjmr-submit-ratings .choose-rating .star,
#wpjmr-submit-ratings .choose-rating .star:before,
#wpjmr-submit-ratings .choose-rating [class^=star]:not(.star-rating-title):before,
.comment-form-rating .stars .dashicons,
.comment-form-rating .stars .dashicons:before,
.comment-form-rating .stars .star,
.comment-form-rating .stars .star:before,
.comment-form-rating .stars [class^=star]:not(.star-rating-title):before,
.star-rating .dashicons,
.star-rating .dashicons:before,
.star-rating .star,
.star-rating .star:before,
.star-rating [class^=star]:not(.star-rating-title):before,
.stars-rating .dashicons,
.stars-rating .dashicons:before,
.stars-rating .star,
.stars-rating .star:before,
.stars-rating [class^=star]:not(.star-rating-title):before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  width: auto;
  height: auto;
}

#wpjmr-submit-ratings .choose-rating .dashicons-star-empty:before,
#wpjmr-submit-ratings .choose-rating .dashicons-star-filled:before,
#wpjmr-submit-ratings .choose-rating .star:before,
#wpjmr-submit-ratings .choose-rating [class^=star]:before,
.comment-form-rating .stars .dashicons-star-empty:before,
.comment-form-rating .stars .dashicons-star-filled:before,
.comment-form-rating .stars .star:before,
.comment-form-rating .stars [class^=star]:before,
.star-rating .dashicons-star-empty:before,
.star-rating .dashicons-star-filled:before,
.star-rating .star:before,
.star-rating [class^=star]:before,
.stars-rating .dashicons-star-empty:before,
.stars-rating .dashicons-star-filled:before,
.stars-rating .star:before,
.stars-rating [class^=star]:before {
  content: '\f4b3';
}

#wpjmr-submit-ratings .choose-rating .dashicons-star-empty,
.comment-form-rating .stars .dashicons-star-empty,
.star-rating .dashicons-star-empty,
.stars-rating .dashicons-star-empty {
  color: #949db2;
}

.single_job_listing .stars-rating {
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}

.single_job_listing .stars-rating .dashicons,
.single_job_listing .stars-rating .dashicons:before {
  font-size: 24px;
}

.single_job_listing .stars-rating .dashicons.dashicons-star-empty:before {
  content: '\f4b2';
}

.single_job_listing .has-image .stars-rating .dashicons,
.single_job_listing .has-image .stars-rating .dashicons:before {
  color: #fff;
}

.single_job_listing .star-rating p {
  margin-top: 4px;
}

.single_job_listing .star-rating .dashicons,
.single_job_listing .star-rating .dashicons:before {
  width: auto;
  height: auto;
}

.comment-content .comment-rating {
  display: none;
  float: left;
  margin-right: 1em;
  margin-top: -2px;
}

@media (min-width:1200px) {
  .comment-content .comment-rating {
    display: block;
  }
}

#wpjmr-submit-ratings,
.comment-form-rating,
.star-rating-wrapper {
  margin-bottom: 24px;
}

#wpjmr-submit-ratings label,
.comment-form-rating label,
.star-rating-wrapper label {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  min-width: 150px;
}

#wpjmr-submit-ratings .choose-rating,
#wpjmr-submit-ratings .stars,
#wpjmr-submit-ratings .stars-rating,
.comment-form-rating .choose-rating,
.comment-form-rating .stars,
.comment-form-rating .stars-rating,
.star-rating-wrapper .choose-rating,
.star-rating-wrapper .stars,
.star-rating-wrapper .stars-rating {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#wpjmr-submit-ratings .choose-rating .star,
#wpjmr-submit-ratings .choose-rating [class^=star],
#wpjmr-submit-ratings .stars .star,
#wpjmr-submit-ratings .stars [class^=star],
#wpjmr-submit-ratings .stars-rating .star,
#wpjmr-submit-ratings .stars-rating [class^=star],
.comment-form-rating .choose-rating .star,
.comment-form-rating .choose-rating [class^=star],
.comment-form-rating .stars .star,
.comment-form-rating .stars [class^=star],
.comment-form-rating .stars-rating .star,
.comment-form-rating .stars-rating [class^=star],
.star-rating-wrapper .choose-rating .star,
.star-rating-wrapper .choose-rating [class^=star],
.star-rating-wrapper .stars .star,
.star-rating-wrapper .stars [class^=star],
.star-rating-wrapper .stars-rating .star,
.star-rating-wrapper .stars-rating [class^=star] {
  margin-right: 2px;
}

#wpjmr-submit-ratings .choose-rating .star:before,
#wpjmr-submit-ratings .choose-rating [class^=star]:before,
#wpjmr-submit-ratings .stars .star:before,
#wpjmr-submit-ratings .stars [class^=star]:before,
#wpjmr-submit-ratings .stars-rating .star:before,
#wpjmr-submit-ratings .stars-rating [class^=star]:before,
.comment-form-rating .choose-rating .star:before,
.comment-form-rating .choose-rating [class^=star]:before,
.comment-form-rating .stars .star:before,
.comment-form-rating .stars [class^=star]:before,
.comment-form-rating .stars-rating .star:before,
.comment-form-rating .stars-rating [class^=star]:before,
.star-rating-wrapper .choose-rating .star:before,
.star-rating-wrapper .choose-rating [class^=star]:before,
.star-rating-wrapper .stars .star:before,
.star-rating-wrapper .stars [class^=star]:before,
.star-rating-wrapper .stars-rating .star:before,
.star-rating-wrapper .stars-rating [class^=star]:before {
  font-size: 20px;
}

#wpjmr-submit-ratings .choose-rating .star.active::before,
#wpjmr-submit-ratings .choose-rating .star.active~.star::before,
#wpjmr-submit-ratings .choose-rating .star:hover::before,
#wpjmr-submit-ratings .choose-rating .star:hover~.star::before,
#wpjmr-submit-ratings .choose-rating [class^=star].active::before,
#wpjmr-submit-ratings .choose-rating [class^=star].active~.star::before,
#wpjmr-submit-ratings .choose-rating [class^=star]:hover::before,
#wpjmr-submit-ratings .choose-rating [class^=star]:hover~.star::before,
#wpjmr-submit-ratings .stars .star.active::before,
#wpjmr-submit-ratings .stars .star.active~.star::before,
#wpjmr-submit-ratings .stars .star:hover::before,
#wpjmr-submit-ratings .stars .star:hover~.star::before,
#wpjmr-submit-ratings .stars [class^=star].active::before,
#wpjmr-submit-ratings .stars [class^=star].active~.star::before,
#wpjmr-submit-ratings .stars [class^=star]:hover::before,
#wpjmr-submit-ratings .stars [class^=star]:hover~.star::before,
#wpjmr-submit-ratings .stars-rating .star.active::before,
#wpjmr-submit-ratings .stars-rating .star.active~.star::before,
#wpjmr-submit-ratings .stars-rating .star:hover::before,
#wpjmr-submit-ratings .stars-rating .star:hover~.star::before,
#wpjmr-submit-ratings .stars-rating [class^=star].active::before,
#wpjmr-submit-ratings .stars-rating [class^=star].active~.star::before,
#wpjmr-submit-ratings .stars-rating [class^=star]:hover::before,
#wpjmr-submit-ratings .stars-rating [class^=star]:hover~.star::before,
.comment-form-rating .choose-rating .star.active::before,
.comment-form-rating .choose-rating .star.active~.star::before,
.comment-form-rating .choose-rating .star:hover::before,
.comment-form-rating .choose-rating .star:hover~.star::before,
.comment-form-rating .choose-rating [class^=star].active::before,
.comment-form-rating .choose-rating [class^=star].active~.star::before,
.comment-form-rating .choose-rating [class^=star]:hover::before,
.comment-form-rating .choose-rating [class^=star]:hover~.star::before,
.comment-form-rating .stars .star.active::before,
.comment-form-rating .stars .star.active~.star::before,
.comment-form-rating .stars .star:hover::before,
.comment-form-rating .stars .star:hover~.star::before,
.comment-form-rating .stars [class^=star].active::before,
.comment-form-rating .stars [class^=star].active~.star::before,
.comment-form-rating .stars [class^=star]:hover::before,
.comment-form-rating .stars [class^=star]:hover~.star::before,
.comment-form-rating .stars-rating .star.active::before,
.comment-form-rating .stars-rating .star.active~.star::before,
.comment-form-rating .stars-rating .star:hover::before,
.comment-form-rating .stars-rating .star:hover~.star::before,
.comment-form-rating .stars-rating [class^=star].active::before,
.comment-form-rating .stars-rating [class^=star].active~.star::before,
.comment-form-rating .stars-rating [class^=star]:hover::before,
.comment-form-rating .stars-rating [class^=star]:hover~.star::before,
.star-rating-wrapper .choose-rating .star.active::before,
.star-rating-wrapper .choose-rating .star.active~.star::before,
.star-rating-wrapper .choose-rating .star:hover::before,
.star-rating-wrapper .choose-rating .star:hover~.star::before,
.star-rating-wrapper .choose-rating [class^=star].active::before,
.star-rating-wrapper .choose-rating [class^=star].active~.star::before,
.star-rating-wrapper .choose-rating [class^=star]:hover::before,
.star-rating-wrapper .choose-rating [class^=star]:hover~.star::before,
.star-rating-wrapper .stars .star.active::before,
.star-rating-wrapper .stars .star.active~.star::before,
.star-rating-wrapper .stars .star:hover::before,
.star-rating-wrapper .stars .star:hover~.star::before,
.star-rating-wrapper .stars [class^=star].active::before,
.star-rating-wrapper .stars [class^=star].active~.star::before,
.star-rating-wrapper .stars [class^=star]:hover::before,
.star-rating-wrapper .stars [class^=star]:hover~.star::before,
.star-rating-wrapper .stars-rating .star.active::before,
.star-rating-wrapper .stars-rating .star.active~.star::before,
.star-rating-wrapper .stars-rating .star:hover::before,
.star-rating-wrapper .stars-rating .star:hover~.star::before,
.star-rating-wrapper .stars-rating [class^=star].active::before,
.star-rating-wrapper .stars-rating [class^=star].active~.star::before,
.star-rating-wrapper .stars-rating [class^=star]:hover::before,
.star-rating-wrapper .stars-rating [class^=star]:hover~.star::before {
  content: "\f4b3";
}

.star-rating-wrapper .stars-rating {
  height: 22px;
}

.star-rating-wrapper .stars-rating .star {
  float: right;
}

.commentlist #wpjmr-submit-ratings {
  display: none;
}

#wpjmr-list-reviews {
  float: none;
  padding: 1em 1em 0;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 1em;
}

#wpjmr-list-reviews .star-rating {
  text-align: left;
  display: inline-block;
  width: 49%;
  margin-right: 0;
  margin-bottom: 1em;
  max-height: none;
}

#wpjmr-list-reviews .star-rating:last-child {
  margin-bottom: 0;
}

#wpjmr-list-reviews .dashicons:before {
  font-size: 14px;
  margin-right: 3px;
}

#wpjmr-list-reviews .star-rating-title:before {
  display: none;
}

@media (min-width:1200px) {
  #wpjmr-list-reviews .star-rating-title {
    line-height: 1;
  }

  #wpjmr-list-reviews .star-rating {
    display: inline-block;
    margin-right: 2em;
    width: auto;
  }
}

@media (min-width:1200px) {
  #wpjmr-list-reviews {
    border: 0;
    padding: 0;
  }
}

.job-packages {
  margin: 0 0 -3em;
  padding: 0;
  list-style: none;
}

.page-template-template-plans-pricing .job-packages {
  margin-bottom: 0;
}

.job-package {
  text-align: center;
  position: relative;
  border: 3px solid transparent;
}

.job-package-tag a,
.job-package-tag a:hover {
  line-height: 1.5;
  color: #FFF;
  font-size: 11px;
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  cursor: text;
  -webkit-transform: translateY(-54%);
  -moz-transform: translateY(-54%);
  transform: translateY(-54%);
}

.job-package-title {
  font-size: 20px;
  line-height: 1;
  border-bottom: 1px solid #e9edf2;
  padding-bottom: 1em;
}

@media (min-width:768px) {
  .job-package-title {
    font-size: 26px;
  }
}

.job-package-price {
  font-size: 30px;
  line-height: 1;
  padding: 20px 0;
}

.job-package-price del {
  display: none;
}

.job-package-price ins {
  background: 0 0;
}

.job-package-price .subscription-details {
  font-size: 18px;
  margin-left: -8px;
}

@media (min-width:768px) {
  .job-package-price {
    font-size: 32px;
  }
}

@media (min-width:992px) {
  .job-package-price {
    font-size: 42px;
  }
}

.job-package-includes {
  border: 1px solid #e9edf2;
  border-width: 1px 0;
  padding: 1.5em 0;
}

.job-package-includes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-package-includes li {
  line-height: 2.5;
}

.job-package-includes li:before {
  font-size: 16px;
  margin-top: -3px;
  vertical-align: middle;
}

.job-package-purchase {
  margin-top: 2em;
}

.job-package-purchase a {
  width: 100%;
  padding: 12px 20px;
}

@media (min-width:992px) {
  .job-packages.inline .job-package {
    display: inline-block;
    width: 31%;
    margin-right: 3%;
    vertical-align: middle;
  }

  .job-packages.inline .job-package:nth-child(3n) {
    margin-right: 0;
  }

  .job-packages.inline .job-package:nth-child(4n) {
    clear: left;
  }
}

@media (min-width:768px) {
  .job-packages.stacked .job-package {
    padding: 1.5em;
  }

  .job-packages.stacked .job-package-header,
  .job-packages.stacked .job-package-includes,
  .job-packages.stacked .job-package-purchase {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-right: 3%;
  }

  .job-packages.stacked .job-package-purchase {
    margin: 0;
  }

  .job-packages.stacked .job-package-title {
    border: 0;
    padding: 0;
  }

  .job-packages.stacked .job-package-price {
    font-size: 24px;
    line-height: 1;
    margin-top: .5em;
  }

  .job-packages.stacked .job-package-includes {
    border: 0;
    padding: 0;
  }
}

.entry-content .job_listing_packages_title,
.job_listing_packages,
.job_listing_packages_title {
  padding: 0;
  border: 0;
  background: 0 0;
}

.entry-content .job_listing_packages_title h2,
.job_listing_packages_title h2 {
  display: none;
}

.job_listing_packages ul.job_packages {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job_listing_packages ul.job_packages li.job-package,
.job_listing_packages ul.job_packages li.user-job-package {
  text-align: left;
  background: 0 0;
  border-radius: 4px;
  border: 2px solid #eee;
  padding: 2em;
  margin-bottom: 1em;
  box-shadow: none;
}

.job_listing_packages ul.job_packages li.job-package label,
.job_listing_packages ul.job_packages li.user-job-package label {
  font-size: 16px;
  font-weight: 400;
}

.job_listing_packages ul.job_packages .package-section {
  font-weight: 400;
  margin: 1em 0;
  border-bottom: 0;
  padding: 0;
  line-height: 42px;
}

.job_listing_packages ul.job_packages .package-section:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3f8";
}

.job_listing_packages ul.job_packages .package-section:first-of-type:before {
  content: "\f453";
}

.job_listing_packages .user-job-package {
  margin-bottom: .5em;
}

.claimed-ribbon {
  font-size: 0;
  display: inline-block;
  height: 38px;
  position: relative;
  vertical-align: middle;
}

@media (min-width:992px) {
  .claimed-ribbon {
    margin: -11px 0 0 10px;
  }
}

.claimed-ribbon span:first-child {
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  box-shadow: none;
  text-shadow: none;
}

.claimed-ribbon span:first-child:before {
  font-size: 37px;
  margin: -2px 0 0 0;
  line-height: 1;
}

.claimed-ribbon .tooltip {
  display: none;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  padding: 2px 6px;
  border-radius: 3px;
}

.claimed-ribbon:hover .tooltip {
  display: inline-block;
}

li.type-job_listing .claimed-ribbon {
  display: inline-block;
  margin: 4px 0 0;
}

li.type-job_listing .claimed-ribbon span {
  width: 26px;
  height: 26px;
  padding: 2px;
}

li.type-job_listing .claimed-ribbon span:before {
  font-size: 25px;
}

li.type-job_listing.style-list .claimed-ribbon {
  display: inline-block;
  margin-bottom: -5px;
}

body p.job-manager-single-alert-link a:before {
  content: "\f35b";
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}

#job-manager-alerts table ul.job-alert-actions {
  margin: 0;
  padding: 0;
  visibility: hidden;
  font-size: .92em;
}

#job-manager-alerts table ul.job-alert-actions li {
  float: none;
  display: inline;
  padding: 0;
  margin: 0 .5em 0 0;
  font-weight: 400;
  list-style: none outside;
}

#job-manager-alerts table ul.job-alert-actions li:after {
  padding: 0 0 0 .5em;
  content: "\2023";
}

#job-manager-alerts table ul.job-alert-actions li:last-child:after {
  content: '';
}

#job-manager-alerts table ul.job-alert-actions li .job-alerts-action-delete {
  color: red;
}

#job-manager-alerts table tr:focus ul.job-alert-actions,
#job-manager-alerts table tr:hover ul.job-alert-actions {
  visibility: visible;
}

.content-shop-wrapper .widget_shopping_cart .added_to_cart,
.content-shop-wrapper .widget_shopping_cart .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .widget_shopping_cart .comment-count,
.widget_shopping_cart .button,
.widget_shopping_cart .content-shop-wrapper .added_to_cart,
.widget_shopping_cart .content-shop-wrapper .button[data-product_id],
.widget_shopping_cart .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.widget_shopping_cart .load_more_jobs {
  padding: 5px 20px;
}

.content-shop-wrapper .widget_shopping_cart .checkout.added_to_cart,
.content-single-job_listing-gallery-wrapper .type-attachment .widget_shopping_cart .checkout.comment-count,
.widget_shopping_cart .checkout.button,
.widget_shopping_cart .checkout.load_more_jobs,
.widget_shopping_cart .content-shop-wrapper .checkout.added_to_cart,
.widget_shopping_cart .content-single-job_listing-gallery-wrapper .type-attachment .checkout.comment-count {
  float: right;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  margin-bottom: 1em;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.woocommerce ul.cart_list li>a:first-child,
.woocommerce ul.product_list_widget li>a:first-child,
.woocommerce-page ul.cart_list li>a:first-child,
.woocommerce-page ul.product_list_widget li>a:first-child {
  display: block;
}

.woocommerce ul.cart_list li .amount,
.woocommerce ul.cart_list li .quantity,
.woocommerce ul.cart_list li .subscription-details,
.woocommerce ul.product_list_widget li .amount,
.woocommerce ul.product_list_widget li .quantity,
.woocommerce ul.product_list_widget li .subscription-details,
.woocommerce-page ul.cart_list li .amount,
.woocommerce-page ul.cart_list li .quantity,
.woocommerce-page ul.cart_list li .subscription-details,
.woocommerce-page ul.product_list_widget li .amount,
.woocommerce-page ul.product_list_widget li .quantity,
.woocommerce-page ul.product_list_widget li .subscription-details {
  font-size: 12px;
  color: #b4bcc7;
  position: relative;
  width: auto;
  margin-right: 0;
  margin-top: -4px;
  display: inline-block;
}

.popup #customer_login h2 {
  margin-top: 0;
  font-size: 16px;
  border-bottom: 2px solid #E9EDF2;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
}

.woocommerce form.login input[type=submit],
.woocommerce form.login label[for=rememberme] {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce form.login label[for=rememberme] {
  margin-top: 1em;
  display: block;
}

@media (min-width:768px) {
  .woocommerce form.login label[for=rememberme] {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
  }
}

.woocommerce form.login .lost_password {
  margin-bottom: 0;
}

#customer_login .wc-social-login {
  margin-top: 2em;
}

.popup .woocommerce>h2 {
  display: none;
}

#customer_login form.login {
  width: 100%;
  border-right: 0;
  padding-right: 0;
}

#customer_login~.wc-social-login {
  margin-top: 20px;
  text-align: left;
  float: none;
  width: 100%;
}

.cart-collaterals .cross-sells .content-shop-wrapper[data-columns]::before,
.content-shop-wrapper[data-columns]::before {
  content: '1 .col-xs-12';
  font-size: 0;
}

@media (min-width:768px) {
  .content-shop-wrapper[data-columns]::before {
    content: '2 .col-sm-6';
  }
}

@media (min-width:992px) {
  .site-main.col-xs-12:not(.col-md-8) .content-shop-wrapper[data-columns]::before {
    content: '3 .col-md-4';
  }
}

.button[name=apply_coupon],
.button[name=proceed],
.button[name=update_cart],
.content-shop-wrapper [name=apply_coupon].added_to_cart,
.content-shop-wrapper [name=apply_coupon].button[data-product_id],
.content-shop-wrapper [name=proceed].added_to_cart,
.content-shop-wrapper [name=proceed].button[data-product_id],
.content-shop-wrapper [name=update_cart].added_to_cart,
.content-shop-wrapper [name=update_cart].button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment [name=apply_coupon].comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment [name=proceed].comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment [name=update_cart].comment-count,
[name=apply_coupon].load_more_jobs,
[name=proceed].load_more_jobs,
[name=update_cart].load_more_jobs {
  padding: 12px 25px;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none;
}

.content-shop-wrapper .type-product {
  padding: 0;
  position: relative;
  cursor: pointer;
}

.type-attachment .attachment-overlay,
.type-product .product-overlay,
.type-product .product-permalink {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.content-shop-wrapper .add_to_cart_button,
.content-shop-wrapper .added_to_cart.wc-forward,
.content-shop-wrapper .grouped,
.content-shop-wrapper .product_type_simple,
.type-attachment .attachment-overlay,
.type-product .product-overlay {
  color: #fff;
  text-shadow: rgba(0,0,0,.8) 0 1px 0;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

.content-shop-wrapper .add_to_cart_button .title-price,
.content-shop-wrapper .added_to_cart.wc-forward .title-price,
.content-shop-wrapper .grouped .title-price,
.content-shop-wrapper .product_type_simple .title-price,
.type-attachment .attachment-overlay .title-price,
.type-product .product-overlay .title-price {
  color: #fff;
}

.content-shop-wrapper .type-product:hover .product-overlay,
.content-single-job_listing-gallery-wrapper .type-attachment:hover .attachment-overlay {
  opacity: 1;
  background: -webkit-linear-gradient(top,transparent 10%,transparent 0,rgba(0,0,0,.55) 110%);
  background: -moz-linear-gradient(top,transparent 10%,transparent 0,rgba(0,0,0,.55) 110%);
  background: linear-gradient(to bottom,transparent 10%,transparent 0,rgba(0,0,0,.55) 110%);
}

.content-shop-wrapper .type-product:hover .added_to_cart,
.content-shop-wrapper .type-product:hover .content-single-job_listing-gallery-wrapper .type-attachment [data-product_id].comment-count,
.content-shop-wrapper .type-product:hover [data-product_id].added_to_cart,
.content-shop-wrapper .type-product:hover [data-product_id].button,
.content-shop-wrapper .type-product:hover [data-product_id].load_more_jobs,
.content-single-job_listing-gallery-wrapper .type-attachment .content-shop-wrapper .type-product:hover [data-product_id].comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment:hover .comment-count {
  opacity: 1;
}

.job-package-tag,
.type-product .onsale {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: absolute;
  top: -40px;
  right: 8px;
  display: inline-block;
  z-index: 20;
}

.type-product .product-image {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.type-product .product-image img {
  min-width: 100%;
  height: auto;
}

.content-shop-wrapper .type-product .title-price,
.content-single-job_listing-gallery-wrapper .type-attachment .attachment-view {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-shop-wrapper .type-product .title-price h3,
.content-shop-wrapper .type-product .title-price h3 a,
.content-shop-wrapper .type-product .title-price h3 a:hover {
  color: #fff;
  font-size: 16px;
  margin: 0;
  border: 0;
}

.content-shop-wrapper .type-product .price {
  display: block;
  margin-top: 3px;
}

.woocommerce .content-shop-wrapper .price .amount,
.woocommerce .price ins .amount {
  color: #fff;
}

.content-shop-wrapper .type-product .price del {
  color: rgba(255,255,255,.5);
  text-shadow: none;
}

.type-product .price ins {
  color: #fff;
  text-shadow: none;
  padding: 2px 4px;
  border-radius: 2px;
}

.content-shop-wrapper .added_to_cart,
.content-shop-wrapper .content-single-job_listing-gallery-wrapper .type-attachment [data-product_id].comment-count,
.content-shop-wrapper [data-product_id].added_to_cart,
.content-shop-wrapper [data-product_id].button,
.content-shop-wrapper [data-product_id].load_more_jobs,
.content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .content-shop-wrapper [data-product_id].comment-count {
  text-shadow: rgba(0,0,0,.8) 0 1px 0!important;
  padding: 0;
  box-shadow: none;
  background: 0 0;
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 30;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-shop-wrapper .added_to_cart:before,
.content-shop-wrapper .content-single-job_listing-gallery-wrapper .type-attachment [data-product_id].comment-count:before,
.content-shop-wrapper [data-product_id].added_to_cart:before,
.content-shop-wrapper [data-product_id].button:before,
.content-shop-wrapper [data-product_id].load_more_jobs:before,
.content-single-job_listing-gallery-wrapper .type-attachment .comment-count a:before,
.content-single-job_listing-gallery-wrapper .type-attachment .content-shop-wrapper [data-product_id].comment-count:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f110';
  font-size: 24px;
  margin: 0 8px 0 0;
  vertical-align: top;
}

.content-shop-wrapper .added_to_cart:before {
  margin-top: 2px;
  content: '\f3f8';
}

.content-shop-wrapper .add_to_cart_button.added.added_to_cart,
.content-shop-wrapper .add_to_cart_button.added.load_more_jobs,
.content-shop-wrapper .button.add_to_cart_button.added,
.content-shop-wrapper .content-single-job_listing-gallery-wrapper .type-attachment .add_to_cart_button.added.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .content-shop-wrapper .add_to_cart_button.added.comment-count,
.woocommerce-filters {
  display: none;
}

.woocommerce-filters .widget {
  padding: 0;
  background: 0 0;
  box-shadow: none;
}

.woocommerce-filters .widget:last-child {
  margin-bottom: 0;
}

.woocommerce-filters.active {
  display: block;
}

@media (min-width:992px) {
  .woocommerce-filters {
    display: block;
  }
}

.single-product .type-product {
  position: relative;
}

.woocommerce div.product div.images {
  margin-bottom: 2em;
}

.product_title.entry-title,
.single-product .price {
  margin: 0;
  font-size: 19px;
}

.single-product div[itemprop=description] {
  margin: 1.25em 0 1.5em;
}

.woocommerce-tabs {
  margin-top: 3em;
  clear: both;
}

.woocommerce-tabs .tabs {
  margin: 0 0 2.5em;
  padding: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
  display: block;
  margin-bottom: 1.5em;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li {
    margin-right: 1.5em;
    margin-bottom: 0;
    display: inline-block;
  }
}

.comment-form-rating .select.null-wrapper,
.woocommerce-tabs .panel h2 {
  display: none;
}

#tab-reviews .commentlist {
  margin: 3em 0 0;
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  float: none;
}

#review_form .comment-form-rating {
  overflow: hidden;
}

#review_form .comment-form-rating label {
  float: left;
}

#review_form .stars {
  float: left;
  margin: 3px 0 0;
}

.comment-form-rating .stars span a {
  float: none;
  font-size: 0!important;
}

.woocommerce .content-shop-wrapper .star-rating {
  margin: 5px 0;
  float: none;
}

.woocommerce .content-shop-wrapper .star-rating:before {
  color: #fff;
  margin-right: 5px;
}

.woocommerce-tabs .woocommerce-noreviews {
  margin: 0 0 2em!important;
}

.type-product .thumbnails a,
.woocommerce-main-image {
  padding: 0;
  display: inline-block;
}

.type-product .thumbnails img,
.woocommerce-main-image,
.woocommerce-main-image img {
  min-width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

.woocommerce .summary .cart {
  margin: 1.5em 0;
}

.woocommerce .quantity {
  position: relative;
  width: 100px;
  margin-right: 1em;
  display: inline-block;
}

.woocommerce .quantity input[type=number] {
  background: #fff;
  width: 100%;
}

.woocommerce .quantity input[type=button] {
  position: absolute;
  right: 2px;
  padding: 0;
  width: 30px;
  height: 20px;
  line-height: 20px;
  box-shadow: none;
  background: 0 0;
  border-radius: 0;
  border-left-style: solid;
  border-left-width: 2px;
}

.woocommerce .quantity input[type=button].minus {
  bottom: 2px;
  border-bottom-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
}

.woocommerce .quantity input[type=button].plus {
  top: 2px;
  border-top-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.related.products h2,
.upsells.products h2 {
  margin: 2em 0;
  font-size: 16px;
}

table.variations {
  border: 0;
}

table.variations td {
  vertical-align: top;
  padding: 0;
  border: 0;
  display: block;
}

table.variations td .select,
table.variations td select {
  width: 100%;
}

table.variations td.value {
  padding-bottom: 10px;
}

table.variations .reset_variations {
  margin-top: 10px;
  clear: both;
  display: block;
}

.ui-slider {
  position: relative;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-shadow: none;
}

.ui-slider,
.ui-slider .ui-slider-range {
  background: #e9edf2;
  border-radius: 20px;
  border: 0;
  height: 8px;
  box-shadow: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -18px;
}

.ui-slider-horizontal .ui-slider-handle:only-child {
  margin-left: -18px;
  margin-right: -18px;
}

.price_slider_wrapper .price_slider_amount {
  margin-top: 1.5em;
}

.content-shop-wrapper .price_slider_wrapper .price_slider_amount .added_to_cart,
.content-single-job_listing-gallery-wrapper .type-attachment .price_slider_wrapper .price_slider_amount .comment-count,
.price_slider_wrapper .price_slider_amount .button,
.price_slider_wrapper .price_slider_amount .content-shop-wrapper .added_to_cart,
.price_slider_wrapper .price_slider_amount .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.price_slider_wrapper .price_slider_amount .load_more_jobs,
.price_slider_wrapper .price_slider_amount .price_label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.widget_layered_nav li a:hover {
  cursor: pointer;
}

.widget_layered_nav_filters a:before {
  color: #b4bcc7;
  content: '\f12a';
  margin-right: 6px;
}

.woocommerce-error {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-manager-error,
.job-manager-message,
.woocommerce-error li,
.woocommerce-info,
.woocommerce-message {
  margin: 0 0 2em;
  padding: 1em;
  background: #fff;
  border-width: 3px;
  border-style: solid;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,.03) 0 2px 0;
}

.woocommerce-error li {
  border-color: #ed3b3b;
}

.content-shop-wrapper .job-manager-error .added_to_cart,
.content-shop-wrapper .job-manager-error .button[data-product_id],
.content-shop-wrapper .job-manager-message .added_to_cart,
.content-shop-wrapper .job-manager-message .button[data-product_id],
.content-shop-wrapper .woocommerce-error .added_to_cart,
.content-shop-wrapper .woocommerce-error .button[data-product_id],
.content-shop-wrapper .woocommerce-message .added_to_cart,
.content-shop-wrapper .woocommerce-message .button[data-product_id],
.content-shop-wrapper .woocommerce_message .added_to_cart,
.content-shop-wrapper .woocommerce_message .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .job-manager-error .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .job-manager-message .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-error .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-message .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce_message .comment-count,
.job-manager-error .button,
.job-manager-error .content-shop-wrapper .added_to_cart,
.job-manager-error .content-shop-wrapper .button[data-product_id],
.job-manager-error .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.job-manager-error .load_more_jobs,
.job-manager-message .button,
.job-manager-message .content-shop-wrapper .added_to_cart,
.job-manager-message .content-shop-wrapper .button[data-product_id],
.job-manager-message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.job-manager-message .load_more_jobs,
.woocommerce-error .button,
.woocommerce-error .content-shop-wrapper .added_to_cart,
.woocommerce-error .content-shop-wrapper .button[data-product_id],
.woocommerce-error .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce-error .load_more_jobs,
.woocommerce-message .button,
.woocommerce-message .content-shop-wrapper .added_to_cart,
.woocommerce-message .content-shop-wrapper .button[data-product_id],
.woocommerce-message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce-message .load_more_jobs,
.woocommerce_message .button,
.woocommerce_message .content-shop-wrapper .added_to_cart,
.woocommerce_message .content-shop-wrapper .button[data-product_id],
.woocommerce_message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce_message .load_more_jobs {
  font-size: 12px;
  padding: 8px 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}

.payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment_methods li {
  padding: 1.5em 2em;
  margin-bottom: 1em;
  background: #e9edf2;
  border-radius: 4px;
}

.payment_methods li .payment_box {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  margin: 1.5em -2em -1.5em -2em;
  padding: 2em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.woocommerce-pagination {
  margin-bottom: 3em;
  text-align: center;
}

.woocommerce-pagination li {
  margin-bottom: 1em;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  display: block;
}

@media (min-width:768px) {
  .woocommerce-pagination {
    margin-bottom: 5em;
  }
}

label[for=payment_method_paypal] img {
  display: block;
  width: 160px;
}

body.woocommerce-social-login .mfp-content .woocommerce {
  overflow: hidden;
}

@media (min-width:992px) {
  body.woocommerce-social-login .mfp-content .woocommerce form.login {
    float: left;
    width: 50%;
    border-right: 1px solid #ddd;
    padding-right: 4%;
  }

  body.woocommerce-social-login .mfp-content .woocommerce .wc-social-login {
    margin-top: 50px;
    text-align: center;
    float: right;
    width: 48%;
    padding: 0 4em;
  }

  body.woocommerce-social-login .mfp-content .woocommerce #customer_login+.wc-social-login {
    padding: 0;
  }
}

.wc-social-login .button-social-login,
.wc-social-login a.button-social-login {
  font-size: 0;
  text-shadow: none;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 0;
  box-shadow: none;
  display: inline-block;
}

.wc-social-login .button-social-login .si,
.wc-social-login a.button-social-login .si {
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: 0;
  right: 0;
  width: 100%;
  display: block;
  padding: 0;
}

.wc-social-login .button-social-login .si.si-facebook:before,
.wc-social-login a.button-social-login .si.si-facebook:before {
  margin-left: -5px;
}

.wc-social-login .button-social-login .si.si-twitter:before,
.wc-social-login a.button-social-login .si.si-twitter:before {
  margin-right: -1px;
}

.woocommerce-account .woocommerce fieldset {
  padding: 0;
  border: 0;
}

.woocommerce-account .woocommerce legend {
  display: block;
  width: 100%;
}

.shop_table td {
  vertical-align: top;
}

.shop_table .product-thumbnail {
  width: 70px;
}

.shop_table .product-thumbnail img {
  width: 50px;
  height: 50px;
}

.shop_table .variation,
.shop_table .variation dd:last-child,
.shop_table .variation-BookingDate,
.shop_table .variation-BookingDate dd:last-child {
  margin-bottom: 0;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 100%;
}

@media (min-width:768px) {
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
  }
}

.button[name=apply_coupon],
.content-shop-wrapper [name=apply_coupon].added_to_cart,
.content-shop-wrapper [name=apply_coupon].button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment [name=apply_coupon].comment-count,
[name=apply_coupon].load_more_jobs {
  vertical-align: top;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.content-shop-wrapper .woocommerce #content table.cart td.actions .added_to_cart,
.content-shop-wrapper .woocommerce #content table.cart td.actions .alt.added_to_cart,
.content-shop-wrapper .woocommerce #content table.cart td.actions .input-text+.added_to_cart,
.content-shop-wrapper .woocommerce table.cart td.actions .added_to_cart,
.content-shop-wrapper .woocommerce table.cart td.actions .alt.added_to_cart,
.content-shop-wrapper .woocommerce table.cart td.actions .input-text+.added_to_cart,
.content-shop-wrapper .woocommerce-page #content table.cart td.actions .added_to_cart,
.content-shop-wrapper .woocommerce-page #content table.cart td.actions .alt.added_to_cart,
.content-shop-wrapper .woocommerce-page #content table.cart td.actions .input-text+.added_to_cart,
.content-shop-wrapper .woocommerce-page table.cart td.actions .alt.added_to_cart,
.content-shop-wrapper .woocommerce-page table.cart td.actions .input-text+.added_to_cart,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .alt.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .input-text+.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .alt.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .input-text+.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .alt.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .input-text+.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page table.cart td.actions .alt.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page table.cart td.actions .input-text+.comment-count,
.woocommerce #content table.cart td.actions .alt.load_more_jobs,
.woocommerce #content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .button.alt,
.woocommerce #content table.cart td.actions .content-shop-wrapper .added_to_cart,
.woocommerce #content table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
.woocommerce #content table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
.woocommerce #content table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
.woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
.woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text+.button,
.woocommerce #content table.cart td.actions .input-text+.load_more_jobs,
.woocommerce #content table.cart td.actions .load_more_jobs,
.woocommerce #content table.cart td.actions .widget_shopping_cart .input-text+.button,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .alt.load_more_jobs,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .button.alt,
.woocommerce table.cart td.actions .content-shop-wrapper .added_to_cart,
.woocommerce table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
.woocommerce table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
.woocommerce table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
.woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
.woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text+.button,
.woocommerce table.cart td.actions .input-text+.load_more_jobs,
.woocommerce table.cart td.actions .load_more_jobs,
.woocommerce table.cart td.actions .widget_shopping_cart .input-text+.button,
.woocommerce table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .alt.load_more_jobs,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .content-shop-wrapper .added_to_cart,
.woocommerce-page #content table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
.woocommerce-page #content table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
.woocommerce-page #content table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
.woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
.woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text+.button,
.woocommerce-page #content table.cart td.actions .input-text+.load_more_jobs,
.woocommerce-page #content table.cart td.actions .load_more_jobs,
.woocommerce-page #content table.cart td.actions .widget_shopping_cart .input-text+.button,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page table.cart td.actions .alt.load_more_jobs,
.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
.woocommerce-page table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
.woocommerce-page table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
.woocommerce-page table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
.woocommerce-page table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
.woocommerce-page table.cart td.actions .input-text+.button,
.woocommerce-page table.cart td.actions .input-text+.load_more_jobs,
.woocommerce-page table.cart td.actions .widget_shopping_cart .input-text+.button {
  width: 100%;
  margin-top: .5em;
}

@media (min-width:768px) {
  .content-shop-wrapper .woocommerce #content table.cart td.actions .added_to_cart,
  .content-shop-wrapper .woocommerce #content table.cart td.actions .alt.added_to_cart,
  .content-shop-wrapper .woocommerce #content table.cart td.actions .input-text+.added_to_cart,
  .content-shop-wrapper .woocommerce table.cart td.actions .added_to_cart,
  .content-shop-wrapper .woocommerce table.cart td.actions .alt.added_to_cart,
  .content-shop-wrapper .woocommerce table.cart td.actions .input-text+.added_to_cart,
  .content-shop-wrapper .woocommerce-page #content table.cart td.actions .added_to_cart,
  .content-shop-wrapper .woocommerce-page #content table.cart td.actions .alt.added_to_cart,
  .content-shop-wrapper .woocommerce-page #content table.cart td.actions .input-text+.added_to_cart,
  .content-shop-wrapper .woocommerce-page table.cart td.actions .alt.added_to_cart,
  .content-shop-wrapper .woocommerce-page table.cart td.actions .input-text+.added_to_cart,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .alt.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .input-text+.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .alt.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .input-text+.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .alt.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .input-text+.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page table.cart td.actions .alt.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page table.cart td.actions .input-text+.comment-count,
  .woocommerce #content table.cart td.actions .alt.load_more_jobs,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .button.alt,
  .woocommerce #content table.cart td.actions .content-shop-wrapper .added_to_cart,
  .woocommerce #content table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
  .woocommerce #content table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
  .woocommerce #content table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
  .woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
  .woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions .input-text+.button,
  .woocommerce #content table.cart td.actions .input-text+.load_more_jobs,
  .woocommerce #content table.cart td.actions .load_more_jobs,
  .woocommerce #content table.cart td.actions .widget_shopping_cart .input-text+.button,
  .woocommerce #content table.cart td.actions input,
  .woocommerce table.cart td.actions .alt.load_more_jobs,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .button.alt,
  .woocommerce table.cart td.actions .content-shop-wrapper .added_to_cart,
  .woocommerce table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
  .woocommerce table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
  .woocommerce table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
  .woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
  .woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text+.button,
  .woocommerce table.cart td.actions .input-text+.load_more_jobs,
  .woocommerce table.cart td.actions .load_more_jobs,
  .woocommerce table.cart td.actions .widget_shopping_cart .input-text+.button,
  .woocommerce table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions .alt.load_more_jobs,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .content-shop-wrapper .added_to_cart,
  .woocommerce-page #content table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
  .woocommerce-page #content table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
  .woocommerce-page #content table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
  .woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
  .woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text+.button,
  .woocommerce-page #content table.cart td.actions .input-text+.load_more_jobs,
  .woocommerce-page #content table.cart td.actions .load_more_jobs,
  .woocommerce-page #content table.cart td.actions .widget_shopping_cart .input-text+.button,
  .woocommerce-page #content table.cart td.actions input,
  .woocommerce-page table.cart td.actions .alt.load_more_jobs,
  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce-page table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
  .woocommerce-page table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
  .woocommerce-page table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
  .woocommerce-page table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
  .woocommerce-page table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
  .woocommerce-page table.cart td.actions .input-text+.button,
  .woocommerce-page table.cart td.actions .input-text+.load_more_jobs,
  .woocommerce-page table.cart td.actions .widget_shopping_cart .input-text+.button {
    width: inherit;
    margin-top: 0;
  }
}

.listify_widget_panel_listing_bookings form:not(:last-child) {
  margin-bottom: 1.5em;
}

.listify_widget_panel_listing_bookings .booking-form-title {
  font-size: 16px;
}

.woocommerce #content div.product.product-type-grouped .images,
.woocommerce #content div.product.product-type-grouped .summary {
  width: 100%;
  float: none;
}

.woocommerce #content div.product.product-type-grouped .images img {
  min-width: 100%;
}

.woocommerce #content div.product.product-type-grouped .summary .group_table td {
  vertical-align: middle;
}

.woocommerce #content div.product.product-type-grouped .summary .group_table td.label {
  width: 40%;
}

.woocommerce #content div.product.product-type-grouped .summary .group_table .subscription-details {
  font-size: 12px;
}

.job_filters.facets .row {
  margin-bottom: 1.5em;
}

.job_filters.facets .row:last-child,
div.facetwp-facet {
  margin-bottom: 0;
}

.facetwp-facet input[type=text],
.facetwp-facet select {
  width: 100%;
}

.facetwp-counts {
  display: inline;
}

.facetwp-facet .facetwp-depth {
  padding-left: 10px;
  border-left: 1px solid #EEE;
  margin: 5px 0 5px 2px;
}

.facetwp-facet.facetwp-type-checkboxes,
.facetwp-facet.facetwp-type-hierarchy {
  max-height: none;
}

.facetwp-facet .facetwp-checkbox,
.facetwp-facet .facetwp-checkbox.checked,
.widget_layered_nav li a,
.widget_layered_nav li.chosen a {
  background: 0 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.facetwp-facet .facetwp-checkbox:before,
.widget_layered_nav li a:before {
  content: ' ';
  margin-top: -3px;
  margin-right: 8px;
}

.facetwp-facet .facetwp-checkbox.checked:after,
.widget_layered_nav li.chosen a:after {
  position: absolute;
  left: 6px;
  top: 3px;
  margin-top: 3px;
  margin-right: 1px;
}

.widget_layered_nav li.chosen a:after {
  top: 0;
}

@media (min-width:992px) {
  .facetwp-facet .facetwp-checkbox.checked:after {
    top: 5px;
  }

  .widget_layered_nav li.chosen a:after {
    top: 0;
  }
}

.facetwp-facet .facetwp-link.checked,
.widget_layered_nav li.chosen a {
  font-weight: 400;
}

.facetwp-facet input[type=button].facetwp-reset,
.facetwp-facet input[type=button].facetwp-reset:focus,
.facetwp-facet input[type=button].facetwp-reset:hover,
.facetwp-facet input[type=button].facetwp-slider-reset,
.facetwp-facet input[type=button].facetwp-slider-reset:focus,
.facetwp-facet input[type=button].facetwp-slider-reset:hover {
  color: #555;
  background: 0 0;
  padding-right: 0;
  box-shadow: none;
  float: right;
}

.facetwp-type-proximity {
  position: relative;
}

.facetwp-type-proximity #facetwp-radius {
  display: block;
  margin: 1em 0;
}

.facetwp-type-proximity .facetwp-update {
  float: left;
}

.facetwp-facet select,
.js-toggle-area-trigger {
  width: 100%;
}

.facetwp-pager .facetwp-page,
.job-manager-pagination li a,
.job-manager-pagination li span,
.js-toggle-area-trigger,
.site .facetwp-sort select,
a.page-numbers,
span.page-numbers {
  box-shadow: rgba(0,0,0,.05) 0 3px 0;
}

.facetwp-pager .facetwp-page,
.homepage-cover .job_search_form .select:before,
.job-manager-pagination li a,
.job-manager-pagination li span,
.js-toggle-area-trigger,
.js-toggle-area-trigger:before,
.site .facetwp-sort .select:before,
.site .facetwp-sort select,
a.page-numbers,
span.page-numbers {
  background: #fff;
}

.site-main .facetwp-sort {
  display: inline-block;
}

.comment-sorting-filter,
.comment-sorting-filter-wrapper select,
.facetwp-pager .facetwp-page,
.job-manager-pagination li a,
.job-manager-pagination li span,
.js-toggle-area-trigger,
.site .facetwp-sort select,
a.page-numbers,
span.page-numbers {
  padding: 6px 12px;
}

.job-manager-pagination li span {
  padding-top: 8px;
  padding-bottom: 8px;
}

.comment-sorting-filter-wrapper select,
.site .facetwp-sort select {
  padding-right: 40px;
}

.comment-sorting-filter-wrapper:after,
.comment-sorting-filter-wrapper:before,
.js-toggle-area-trigger:after,
.js-toggle-area-trigger:before,
.site .facetwp-sort .select:after,
.site .facetwp-sort .select:before {
  height: 28px;
}

.comment-sorting-filter-wrapper:after,
.facetwp-sort .select:after,
.js-toggle-area-trigger:after {
  line-height: 31px!important;
  margin-top: 1px;
}

.homepage-cover .facetwp-facet input,
.homepage-cover .facetwp-facet select {
  min-width: 0!important;
}

.homepage-cover .facetwp-type-proximity input[type=text] {
  display: inline-block;
  min-width: 0!important;
}

.homepage-cover .facetwp-type-proximity #facetwp-radius,
.homepage-cover .facetwp-type-proximity .facetwp-reset,
.homepage-cover .facetwp-type-proximity .facetwp-update,
.homepage-cover .facetwp-type-proximity .select {
  display: none;
}

.homepage-cover .row {
  margin-bottom: 1em;
}

.facetwp-type-search input[type=search],
.facetwp-type-search input[type=text] {
  width: 100%;
  border-radius: 4px;
}

.homepage-cover .facetwp-type-search input[type=search],
.homepage-cover .facetwp-type-search input[type=text] {
  background: #fff;
  border-color: #fff;
}

.facetwp-type-slider .noUi-background,
.facetwp-type-slider .noUi-connect,
.facetwp-type-slider .noUi-target {
  background: #e9edf2;
  border-radius: 20px;
  border: 0;
  height: 8px;
  box-shadow: none;
}

.facetwp-type-slider .noUi-background,
.facetwp-type-slider .noUi-connect {
  border-radius: 0;
}

.facetwp-type-slider .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: none;
  top: -5px;
  cursor: pointer;
}

.facetwp-type-slider .noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: -1px;
}

.facetwp-type-slider .noUi-horizontal .noUi-handle:after,
.facetwp-type-slider .noUi-horizontal .noUi-handle:before {
  display: none;
}

.facetwp-facet .facetwp-slider-label {
  float: left;
}

.facetwp-facet input[type=button].facetwp-slider-reset,
.facetwp-facet input[type=button].facetwp-slider-reset:focus,
.facetwp-facet input[type=button].facetwp-slider-reset:hover {
  padding: 7px 0 0;
  font-size: 12px;
}

.facetwp-pager .facetwp-pager-label {
  vertical-align: middle;
}

.search-overlay .facetwp-type-search input[type=search].facetwp-search {
  border-radius: 60px;
  padding-left: 50px;
}

.popup.share-popup {
  max-width: 400px;
}

body div.sharedaddy h3.sd-title {
  display: none;
}

div.sharedaddy .sd-content {
  text-align: center;
  margin: 25px 0 10px;
}

div.sharedaddy .sd-content ul li {
  margin: 0 4px!important;
  display: inline-block;
}

div.sharedaddy .sd-content ul {
  margin-bottom: 0!important;
}

div.sharedaddy .sd-content ul li a.sd-button:before {
  font-size: 24px;
}

.comment-subscription-form {
  margin: 2em 0 0;
}

body #subscribe-email input {
  width: 100%;
  padding: 11px 15px;
}

#sharing_email {
  top: 50%!important;
  left: 50%!important;
  margin-left: -150px;
}

.mfp-content .ninja-forms-form-title {
  margin: 0 0 1em;
  display: none;
}

.ninja-forms-required-items {
  margin-bottom: 1em;
}

.ninja-forms-field-error {
  color: red;
  margin: 8px 0 0;
}

body .gform_wrapper h3.gform_title {
  font-weight: 400;
}

.rcp_logged_in {
  margin-bottom: 1em;
}

.entry-content .rcp_form {
  margin-bottom: 3em;
}

.entry-content .rcp_form:last-of-type {
  margin-bottom: 0;
}

.entry-content .rcp_form label {
  width: auto;
  float: none;
}

.entry-content .rcp_form input[type=email],
.entry-content .rcp_form input[type=password],
.entry-content .rcp_form input[type=text] {
  display: block;
  padding: 12px 15px;
  width: 100%;
}

.entry-content .rcp_form .rcp_subscription_fieldset {
  margin-top: 3em;
}

.entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message {
  line-height: 1;
}

.entry-content .rcp_form .rcp_level_description {
  border-left: 0;
  margin-left: 32px;
  padding-left: 0;
}

.entry-content .rcp_form #rcp_submit_wrap {
  margin-top: 2em;
}

.entry-content .rcp_form label[for=rcp_user_remember] {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

body .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  width: 100%!important;
  max-width: 100%;
}

body .chosen-container .chosen-drop {
  position: absolute;
  top: 120%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  margin-top: -1px;
  border-radius: 4px;
  box-shadow: inset rgba(0,0,0,.06) 0 0 0 3px;
  text-shadow: none;
}

body .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  padding: 5px;
}

body .chosen-container a {
  cursor: pointer;
}

body .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  padding: 16px 15px 15px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  text-shadow: none;
  border: 0;
  box-shadow: inset rgba(0,0,0,.05) 0 -3px 0;
}

body .chosen-container-single .chosen-default {
  color: #999;
}

body .chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: none;
  overflow: hidden;
}

body .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

body .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: "" -42px 1px no-repeat;
  font-size: 1px;
}

body .chosen-container-single .chosen-single abbr:hover,
body .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

body .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
}

body .chosen-container-single .chosen-single div:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f123";
  display: block;
  text-align: center;
  line-height: 45px;
}

body .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

body .chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

body .chosen-container-single .chosen-search input[type=text]:focus {
  border: 1px solid #aaa;
}

body .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

body .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;
}

body .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

body .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

body .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

body .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff!important;
}

body .chosen-container .chosen-results li.no-results {
  display: list-item;
}

body .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

body .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

body .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

body .chosen-container-multi .chosen-choices {
  position: relative;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto!important;
  height: 1%;
  cursor: text;
}

body .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

body .chosen-container-multi .chosen-choices li.search-field {
  padding: 0;
  white-space: nowrap;
}

body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 0;
  padding: 13px 14px;
  outline: 0;
  border-width: 2px;
  border-style: solid;
  box-shadow: none;
  border-radius: 4;
  width: 100%!important;
}

body .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0 10px 1em 0;
  max-width: 100%;
  line-height: 13px;
  cursor: default;
}

body .chosen-container-multi .chosen-choices li.search-choice span {
  padding-left: 26px;
  word-wrap: break-word;
}

body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 1px;
}

body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f12a';
}

body .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

body .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

body .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

body .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

body .chosen-container-multi .chosen-drop {
  top: 110%;
}

body .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

body .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: 0 0;
}

body .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

body .chosen-container-active .chosen-choices {
  background: #fff;
}

body .chosen-disabled {
  opacity: .5!important;
  cursor: default;
}

body .chosen-disabled .chosen-choices .search-choice .search-choice-close,
body .chosen-disabled .chosen-single {
  cursor: default;
}

body .chosen-rtl {
  text-align: right;
}

body .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

body .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

body .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

body .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

body .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

body .chosen-rtl .chosen-choices li {
  float: right;
}

body .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

body .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

body .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

body .chosen-rtl .chosen-drop,
body .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px;
}

body .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

body .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

body .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

body .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff "" no-repeat -30px -20px;
  direction: rtl;
}

body .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

body .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-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type=text] {
    background-image: ""!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important;
  }
}

.select2-container {
  margin: 0;
  position: relative;
  display: block!important;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container .select2-choice {
  color: #999;
  text-shadow: none;
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 16px 15px 15px;
  white-space: nowrap;
  line-height: 1;
  border: 0;
  border-radius: 4px;
  box-shadow: inset rgba(0,0,0,.05) 0 -3px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  font-weight: 400;
}

html[dir=rtl] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir=rtl] .select2-container .select2-choice>.select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 5px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../theme/ls-theme/images/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: 5px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border-radius: 4px;
  box-shadow: inset rgba(0,0,0,.06) 0 0 0 3px;
}

.select2-drop.select2-drop-above {
  margin-top: -5px;
}

.select2-drop-auto-width {
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 35px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-radius: 3px 0 0 3px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.select2-container .select2-choice .select2-arrow b:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  border: 4px solid transparent;
  border-top-color: #666;
  margin-left: -7px;
  margin-top: -2px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
  padding-bottom: 4px;
}

.select2-search input {
  width: 100%;
  padding: 4px;
  margin: 8px 0 0;
  outline: 0;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("../theme/ls-theme/images/select2.png") no-repeat 100% -22px;
}

html[dir=rtl] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("../theme/ls-theme/images/select2.png") no-repeat -37px -22px;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("../theme/ls-theme/images/select2-spinner.gif") no-repeat 100%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: 0;
}

.select2-dropdown-open .select2-choice .select2-arrow b:after {
  border-top-color: transparent;
  border-bottom-color: #666;
  margin-top: -6px;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: 0 0;
  border-left: 0;
  filter: none;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: 0;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-results {
  max-height: 200px;
  padding: 4px;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

html[dir=rtl] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  margin: 3px 0;
}

.select2-results li.select2-result-with-children>.select2-result-label {
  font-weight: 700;
}

.select2-results .select2-result-label {
  padding: 5px 7px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  color: #fff;
  background-color: #3875d7;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: 0 0;
}

.select2-results .select2-highlighted ul {
  color: #fff;
  background-color: #3875d7;
}

.select2-results .select2-ajax-error,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("../theme/ls-theme/images/select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255,50,50,.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

.select2-container-multi .select2-choices {
  height: auto!important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}

html[dir=rtl] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px!important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #666;
  outline: 0;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir=rtl] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent!important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../theme/ls-theme/images/select2-spinner.gif") no-repeat 100%!important;
}

.select2-default {
  color: inherit;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 8px 5px 24px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 15px;
  color: inherit;
  cursor: default;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 5px 24px 5px 8px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 7px;
  top: 6px;
  font-size: 1px;
  outline: 0;
  background: url("../theme/ls-theme/images/select2.png") right top no-repeat;
}

html[dir=rtl] .select2-search-choice-close {
  right: auto;
  left: 7px;
}

.select2-container-multi .select2-search-choice-close {
  left: 7px;
}

html[dir=rtl] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 7px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: 0 0;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0)!important;
  width: 1px!important;
  height: 1px!important;
  border: 0!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  position: absolute!important;
  outline: 0!important;
  left: 0!important;
  top: 0!important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx) {
  .select2-search input {
    background-image: url("../theme/ls-theme/images/select2x2.png")!important;
    background-repeat: no-repeat!important;
    background-size: 60px 40px!important;
    background-position: 100% -21px!important;
  }
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.mfp-wrap {
  z-index: 1030;
}

.mfp-bg {
  z-index: 1029;
  background-color: rgba(47,51,57,.89);
}

.mfp-content .mfp-close {
  background: 0 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  line-height: normal;
  width: auto;
  height: auto;
  opacity: 1;
  font-size: 0;
  top: 20px;
  right: 35px;
}

@media (min-width:768px) {
  .mfp-content .mfp-close {
    top: 28px;
  }

  .gallery-overlay #main {
    margin-top: 32px;
  }

  .gallery-overlay .mfp-content .mfp-close {
    top: 15px;
    right: 30px;
  }

  .gallery-overlay.admin-bar #main {
    margin-top: 62px;
  }

  .gallery-overlay.admin-bar .mfp-content .mfp-close {
    top: 20px;
    right: 40px;
  }
}

.gallery-overlay .mfp-content .mfp-close:before {
  color: #fff;
}

.mfp-content .mfp-close:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b4bcc7;
  font-size: 32px;
  padding-left: 2px;
  content: '\f128';
}

.popup {
  display: none;
  background: #FFF;
  padding: 2em;
  text-align: left;
  max-width: 550px;
  margin: 40px auto;
  position: relative;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,.15) 0 0 0 4px;
}

.mfp-auto-cursor .mfp-content {
  top: 0;
}

.mfp-content .popup-wide {
  max-width: 95%;
}

@media (min-width:768px) {
  .mfp-content .popup {
    padding: 2.5em;
  }

  .mfp-content .popup.popup-wide {
    max-width: 75%;
  }
}

.mfp-content .popup {
  display: block;
}

.popup-title,
body .gform_wrapper h3.gform_title {
  font-size: 20px;
  margin: 0 40px 1em 0;
}

@media (min-width:768px) {
  .popup-title,
  body .gform_wrapper h3.gform_title {
    font-size: 24px;
  }
}

button.mfp-arrow {
  top: 50%;
}

.mfp-container button.mfp-arrow,
.mfp-container button.mfp-arrow:focus,
.mfp-container button.mfp-arrow:hover {
  background-color: transparent;
}

.content-shop-wrapper .popup .type-product,
.listify_widget_search_listings.home-widget .popup .job_search_form,
.popup .archive-job_listing-toggle-inner,
.popup .content-box,
.popup .content-shop-wrapper .type-product,
.popup .home-feature,
.popup .job-package,
.popup .listify_widget_search_listings.home-widget .job_search_form,
.popup .listing-by-term-inner,
.popup .tabbed-listings-tabs a,
.popup .type-product .thumbnails a,
.popup .woocommerce div.product div.summary,
.popup .woocommerce-main-image,
.popup .woocommerce-page div.product div.summary,
.popup .woocommerce-tabs,
.tabbed-listings-tabs .popup a,
.type-product .thumbnails .popup a,
.woocommerce div.product .popup div.summary,
.woocommerce-page div.product .popup div.summary {
  margin-bottom: 0;
}

.content-shop-wrapper .popup .content-box-wrapper.type-product .content-box-inner,
.content-shop-wrapper .popup .type-page.content-box-wrapper.type-product .content-box-inner,
.listify_widget_search_listings.home-widget .popup .content-box-wrapper.job_search_form .content-box-inner,
.listify_widget_search_listings.home-widget .popup .type-page.content-box-wrapper.job_search_form .content-box-inner,
.popup .content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
.popup .content-box-wrapper.home-feature .content-box-inner,
.popup .content-box-wrapper.job-package .content-box-inner,
.popup .content-box-wrapper.listing-by-term-inner .content-box-inner,
.popup .content-box-wrapper.woocommerce-main-image .content-box-inner,
.popup .content-box-wrapper.woocommerce-tabs .content-box-inner,
.popup .content-box.content-box-wrapper .content-box-inner,
.popup .content-shop-wrapper .content-box-wrapper.type-product .content-box-inner,
.popup .content-shop-wrapper .type-page.content-box-wrapper.type-product .content-box-inner,
.popup .listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form .content-box-inner,
.popup .listify_widget_search_listings.home-widget .type-page.content-box-wrapper.job_search_form .content-box-inner,
.popup .tabbed-listings-tabs a.content-box-wrapper .content-box-inner,
.popup .tabbed-listings-tabs a.type-page.content-box-wrapper .content-box-inner,
.popup .type-page.content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
.popup .type-page.content-box-wrapper.home-feature .content-box-inner,
.popup .type-page.content-box-wrapper.job-package .content-box-inner,
.popup .type-page.content-box-wrapper.listing-by-term-inner .content-box-inner,
.popup .type-page.content-box-wrapper.woocommerce-main-image .content-box-inner,
.popup .type-page.content-box-wrapper.woocommerce-tabs .content-box-inner,
.popup .type-page.content-box.content-box-wrapper .content-box-inner,
.popup .type-product .thumbnails a.content-box-wrapper .content-box-inner,
.popup .type-product .thumbnails a.type-page.content-box-wrapper .content-box-inner,
.popup .woocommerce div.product div.content-box-wrapper.summary .content-box-inner,
.popup .woocommerce div.product div.type-page.content-box-wrapper.summary .content-box-inner,
.popup .woocommerce-page div.product div.content-box-wrapper.summary .content-box-inner,
.popup .woocommerce-page div.product div.type-page.content-box-wrapper.summary .content-box-inner,
.tabbed-listings-tabs .popup a.content-box-wrapper .content-box-inner,
.tabbed-listings-tabs .popup a.type-page.content-box-wrapper .content-box-inner,
.type-product .thumbnails .popup a.content-box-wrapper .content-box-inner,
.type-product .thumbnails .popup a.type-page.content-box-wrapper .content-box-inner,
.woocommerce div.product .popup div.content-box-wrapper.summary .content-box-inner,
.woocommerce div.product .popup div.type-page.content-box-wrapper.summary .content-box-inner,
.woocommerce-page div.product .popup div.content-box-wrapper.summary .content-box-inner,
.woocommerce-page div.product .popup div.type-page.content-box-wrapper.summary .content-box-inner {
  padding: 0;
}

.content-shop-wrapper .popup .type-product,
.listify_widget_search_listings.home-widget .popup .job_search_form,
.popup .archive-job_listing-toggle-inner,
.popup .content-box,
.popup .content-shop-wrapper .type-product,
.popup .home-feature,
.popup .job-package,
.popup .listify_widget_search_listings.home-widget .job_search_form,
.popup .listing-by-term-inner,
.popup .tabbed-listings-tabs a,
.popup .type-product .thumbnails a,
.popup .woocommerce div.product div.summary,
.popup .woocommerce-main-image,
.popup .woocommerce-page div.product div.summary,
.popup .woocommerce-tabs,
.tabbed-listings-tabs .popup a,
.type-product .thumbnails .popup a,
.woocommerce div.product .popup div.summary,
.woocommerce-page div.product .popup div.summary {
  box-shadow: none;
}

.home .popup .wocommerce-error,
.popup .wocommerce-error {
  margin-top: 0;
}

#opentable.popup {
  max-width: 234px;
}

#opentable.popup .mfp-close {
  top: 5px;
  right: 5px;
}

body #OT_searchWrapperAll *,
body #opentable.popup * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

body #OT_searchWrapperAll {
  height: 150px;
}

#OT_searchWrapper #startDate {
  padding: 4px;
}

#resurva.popup {
  max-width: 365px;
}

.call-to-action {
  background: #fff;
  padding: 4em 0;
}

@media (min-width:768px) {
  .call-to-action {
    padding: 6em 0;
  }
}

.cta-title {
  margin: 0 0 .75em;
  font-size: 18px;
}

.cta-description p {
  color: #b4bcc7;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width:992px) {
  .cta-title {
    margin-bottom: 1em;
    font-size: 23px;
  }

  .cta-description p {
    font-size: 15px;
    line-height: 1.75;
  }
}

.cta-description p:last-child,
.cta-description p:only-child {
  margin-bottom: 0;
}

.cta-button-wrapper {
  margin-top: 2em;
}

.content-shop-wrapper .cta-button-wrapper .added_to_cart,
.content-shop-wrapper .cta-button-wrapper .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .cta-button-wrapper .comment-count,
.cta-button-wrapper .button,
.cta-button-wrapper .content-shop-wrapper .added_to_cart,
.cta-button-wrapper .content-shop-wrapper .button[data-product_id],
.cta-button-wrapper .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.cta-button-wrapper .load_more_jobs {
  color: #fff;
}

@media (min-width:992px) {
  .cta-button-wrapper {
    margin-top: 0;
    text-align: center;
  }
}

.cta-subtext {
  font-size: 13px;
  color: #b4bcc7;
  display: block;
  margin-top: 12px;
}

.as-seen-on {
  padding: 3em;
}

@media (min-width:768px) {
  .as-seen-on {
    padding: 6em;
  }
}

.aso-title {
  margin: 0 0 2em;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: rgba(0,0,0,.2) 0 1px 1px;
}

.aso-content,
.aso-content a,
.aso-content a:hover {
  text-align: center;
  color: #fff;
}

.aso-content img {
  max-width: 100%;
}

.aso-content a {
  display: inline-block;
  vertical-align: middle;
}

.site-footer {
  color: #515b6a;
  padding: 3em 0;
  background-color: #22262c;
  overflow: hidden;
}

.site-footer a {
  color: #fff;
}

.site-info {
  line-height: 26px;
}

@media (min-width:768px) {
  .site-info {
    float: left;
  }

  .site-social {
    float: right;
  }
}

.site-footer-widgets {
  background-color: #2f3339;
  padding: 6em 0;
}

.footer-widget-column {
  margin-bottom: 3em;
}

.footer-widget-column:last-child {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .footer-widget-column {
    margin-bottom: 0;
  }

  .footer-widget-column:first-child {
    margin-bottom: 4em;
  }
}

@media (min-width:1200px) {
  .footer-widget-column {
    margin-bottom: 0;
  }
}

.footer-widget {
  margin-bottom: 3em;
}

.footer-widget li:before {
  margin-right: 6px;
}

.footer-widget:last-child {
  margin-bottom: 0;
}

.footer-widget-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 1em;
}

.footer-widget,
.footer-widget a,
.footer-widget a:hover {
  color: #fff;
}

.footer-widget ol,
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget ol ol,
.footer-widget ul ul {
  list-style: disc;
  margin-left: .5em;
}

.site-social {
  margin-top: 1em;
}

.fixed-map .site-social {
  display: none;
}

@media (min-width:768px) {
  .site-social {
    margin-top: 0;
  }
}

.site-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-social li {
  display: inline-block;
  margin-left: 10px;
}

.site-social a {
  color: #515b6a;
  display: inline-block;
  vertical-align: middle;
}

.site-social a:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

.site-social a[href$=".rss"],
.site-social a[href*="facebook.com"],
.site-social a[href*="twitter.com"],
.site-social a[href*="plus.google.com"],
.site-social a[href*="linkedin.com"],
.site-social a[href*="instagram.com"],
.site-social a[href*="pinterest.com"],
.site-social a[href*="vimeo.com"],
.site-social a[href*="tumblr.com"],
.site-social a[href*="youtube.com"] {
  font-size: 0;
}

.site-social a[href*="facebook.com"]::before {
  content: '\f231';
}

.site-social a[href*="twitter.com"]::before {
  content: '\f243';
}

.site-social a[href*="plus.google.com"]::before {
  content: '\f235';
}

.site-social a[href*="linkedin.com"]::before {
  content: '\f239';
}

.site-social a[href*="instagram.com"]::before {
  content: '\f350';
}

.site-social a[href*="pinterest.com"]::before {
  content: '\f2b1';
}

.site-social a[href*="vimeo.com"]::before {
  content: '\f245';
}

.site-social a[href*="tumblr.com"]::before {
  content: '\f241';
}

.site-social a[href*="youtube.com"]::before {
  content: '\f24d';
}

.site-social a[href$=".rss"]::before {
  content: '\f245';
}

@font-face {
  font-family: iconsmind;
  src: url("../theme/ls-theme-child/pillar/fonts/iconsmind.eot?#iefix-rdmvgc") format('embedded-opentype');
  src: url("../theme/ls-theme-child/pillar/fonts/iconsmind.woff") format('woff'),url("../theme/ls-theme-child/pillar/fonts/iconsmind.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: iconsmind;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-A-Z:before {
  content: "\e600";
}

.icon-Aa:before {
  content: "\e601";
}

.icon-Add-Bag:before {
  content: "\e602";
}

.icon-Add-Basket:before {
  content: "\e603";
}

.icon-Add-Cart:before {
  content: "\e604";
}

.icon-Add-File:before {
  content: "\e605";
}

.icon-Add-SpaceAfterParagraph:before {
  content: "\e606";
}

.icon-Add-SpaceBeforeParagraph:before {
  content: "\e607";
}

.icon-Add-User:before {
  content: "\e608";
}

.icon-Add-UserStar:before {
  content: "\e609";
}

.icon-Add-Window:before {
  content: "\e60a";
}

.icon-Add:before {
  content: "\e60b";
}

.icon-Address-Book:before {
  content: "\e60c";
}

.icon-Address-Book2:before {
  content: "\e60d";
}

.icon-Administrator:before {
  content: "\e60e";
}

.icon-Aerobics-2:before {
  content: "\e60f";
}

.icon-Aerobics-3:before {
  content: "\e610";
}

.icon-Aerobics:before {
  content: "\e611";
}

.icon-Affiliate:before {
  content: "\e612";
}

.icon-Aim:before {
  content: "\e613";
}

.icon-Air-Balloon:before {
  content: "\e614";
}

.icon-Airbrush:before {
  content: "\e615";
}

.icon-Airship:before {
  content: "\e616";
}

.icon-Alarm-Clock:before {
  content: "\e617";
}

.icon-Alarm-Clock2:before {
  content: "\e618";
}

.icon-Alarm:before {
  content: "\e619";
}

.icon-Alien-2:before {
  content: "\e61a";
}

.icon-Alien:before {
  content: "\e61b";
}

.icon-Aligator:before {
  content: "\e61c";
}

.icon-Align-Center:before {
  content: "\e61d";
}

.icon-Align-JustifyAll:before {
  content: "\e61e";
}

.icon-Align-JustifyCenter:before {
  content: "\e61f";
}

.icon-Align-JustifyLeft:before {
  content: "\e620";
}

.icon-Align-JustifyRight:before {
  content: "\e621";
}

.icon-Align-Left:before {
  content: "\e622";
}

.icon-Align-Right:before {
  content: "\e623";
}

.icon-Alpha:before {
  content: "\e624";
}

.icon-Ambulance:before {
  content: "\e625";
}

.icon-AMX:before {
  content: "\e626";
}

.icon-Anchor-2:before {
  content: "\e627";
}

.icon-Anchor:before {
  content: "\e628";
}

.icon-Android-Store:before {
  content: "\e629";
}

.icon-Android:before {
  content: "\e62a";
}

.icon-Angel-Smiley:before {
  content: "\e62b";
}

.icon-Angel:before {
  content: "\e62c";
}

.icon-Angry:before {
  content: "\e62d";
}

.icon-Apple-Bite:before {
  content: "\e62e";
}

.icon-Apple-Store:before {
  content: "\e62f";
}

.icon-Apple:before {
  content: "\e630";
}

.icon-Approved-Window:before {
  content: "\e631";
}

.icon-Aquarius-2:before {
  content: "\e632";
}

.icon-Aquarius:before {
  content: "\e633";
}

.icon-Archery-2:before {
  content: "\e634";
}

.icon-Archery:before {
  content: "\e635";
}

.icon-Argentina:before {
  content: "\e636";
}

.icon-Aries-2:before {
  content: "\e637";
}

.icon-Aries:before {
  content: "\e638";
}

.icon-Army-Key:before {
  content: "\e639";
}

.icon-Arrow-Around:before {
  content: "\e63a";
}

.icon-Arrow-Back3:before {
  content: "\e63b";
}

.icon-Arrow-Back:before {
  content: "\e63c";
}

.icon-Arrow-Back2:before {
  content: "\e63d";
}

.icon-Arrow-Barrier:before {
  content: "\e63e";
}

.icon-Arrow-Circle:before {
  content: "\e63f";
}

.icon-Arrow-Cross:before {
  content: "\e640";
}

.icon-Arrow-Down:before {
  content: "\e641";
}

.icon-Arrow-Down2:before {
  content: "\e642";
}

.icon-Arrow-Down3:before {
  content: "\e643";
}

.icon-Arrow-DowninCircle:before {
  content: "\e644";
}

.icon-Arrow-Fork:before {
  content: "\e645";
}

.icon-Arrow-Forward:before {
  content: "\e646";
}

.icon-Arrow-Forward2:before {
  content: "\e647";
}

.icon-Arrow-From:before {
  content: "\e648";
}

.icon-Arrow-Inside:before {
  content: "\e649";
}

.icon-Arrow-Inside45:before {
  content: "\e64a";
}

.icon-Arrow-InsideGap:before {
  content: "\e64b";
}

.icon-Arrow-InsideGap45:before {
  content: "\e64c";
}

.icon-Arrow-Into:before {
  content: "\e64d";
}

.icon-Arrow-Join:before {
  content: "\e64e";
}

.icon-Arrow-Junction:before {
  content: "\e64f";
}

.icon-Arrow-Left:before {
  content: "\e650";
}

.icon-Arrow-Left2:before {
  content: "\e651";
}

.icon-Arrow-LeftinCircle:before {
  content: "\e652";
}

.icon-Arrow-Loop:before {
  content: "\e653";
}

.icon-Arrow-Merge:before {
  content: "\e654";
}

.icon-Arrow-Mix:before {
  content: "\e655";
}

.icon-Arrow-Next:before {
  content: "\e656";
}

.icon-Arrow-OutLeft:before {
  content: "\e657";
}

.icon-Arrow-OutRight:before {
  content: "\e658";
}

.icon-Arrow-Outside:before {
  content: "\e659";
}

.icon-Arrow-Outside45:before {
  content: "\e65a";
}

.icon-Arrow-OutsideGap:before {
  content: "\e65b";
}

.icon-Arrow-OutsideGap45:before {
  content: "\e65c";
}

.icon-Arrow-Over:before {
  content: "\e65d";
}

.icon-Arrow-Refresh:before {
  content: "\e65e";
}

.icon-Arrow-Refresh2:before {
  content: "\e65f";
}

.icon-Arrow-Right:before {
  content: "\e660";
}

.icon-Arrow-Right2:before {
  content: "\e661";
}

.icon-Arrow-RightinCircle:before {
  content: "\e662";
}

.icon-Arrow-Shuffle:before {
  content: "\e663";
}

.icon-Arrow-Squiggly:before {
  content: "\e664";
}

.icon-Arrow-Through:before {
  content: "\e665";
}

.icon-Arrow-To:before {
  content: "\e666";
}

.icon-Arrow-TurnLeft:before {
  content: "\e667";
}

.icon-Arrow-TurnRight:before {
  content: "\e668";
}

.icon-Arrow-Up:before {
  content: "\e669";
}

.icon-Arrow-Up2:before {
  content: "\e66a";
}

.icon-Arrow-Up3:before {
  content: "\e66b";
}

.icon-Arrow-UpinCircle:before {
  content: "\e66c";
}

.icon-Arrow-XLeft:before {
  content: "\e66d";
}

.icon-Arrow-XRight:before {
  content: "\e66e";
}

.icon-Ask:before {
  content: "\e66f";
}

.icon-Assistant:before {
  content: "\e670";
}

.icon-Astronaut:before {
  content: "\e671";
}

.icon-At-Sign:before {
  content: "\e672";
}

.icon-ATM:before {
  content: "\e673";
}

.icon-Atom:before {
  content: "\e674";
}

.icon-Audio:before {
  content: "\e675";
}

.icon-Auto-Flash:before {
  content: "\e676";
}

.icon-Autumn:before {
  content: "\e677";
}

.icon-Baby-Clothes:before {
  content: "\e678";
}

.icon-Baby-Clothes2:before {
  content: "\e679";
}

.icon-Baby-Cry:before {
  content: "\e67a";
}

.icon-Baby:before {
  content: "\e67b";
}

.icon-Back2:before {
  content: "\e67c";
}

.icon-Back-Media:before {
  content: "\e67d";
}

.icon-Back-Music:before {
  content: "\e67e";
}

.icon-Back:before {
  content: "\e67f";
}

.icon-Background:before {
  content: "\e680";
}

.icon-Bacteria:before {
  content: "\e681";
}

.icon-Bag-Coins:before {
  content: "\e682";
}

.icon-Bag-Items:before {
  content: "\e683";
}

.icon-Bag-Quantity:before {
  content: "\e684";
}

.icon-Bag:before {
  content: "\e685";
}

.icon-Bakelite:before {
  content: "\e686";
}

.icon-Ballet-Shoes:before {
  content: "\e687";
}

.icon-Balloon:before {
  content: "\e688";
}

.icon-Banana:before {
  content: "\e689";
}

.icon-Band-Aid:before {
  content: "\e68a";
}

.icon-Bank:before {
  content: "\e68b";
}

.icon-Bar-Chart:before {
  content: "\e68c";
}

.icon-Bar-Chart2:before {
  content: "\e68d";
}

.icon-Bar-Chart3:before {
  content: "\e68e";
}

.icon-Bar-Chart4:before {
  content: "\e68f";
}

.icon-Bar-Chart5:before {
  content: "\e690";
}

.icon-Bar-Code:before {
  content: "\e691";
}

.icon-Barricade-2:before {
  content: "\e692";
}

.icon-Barricade:before {
  content: "\e693";
}

.icon-Baseball:before {
  content: "\e694";
}

.icon-Basket-Ball:before {
  content: "\e695";
}

.icon-Basket-Coins:before {
  content: "\e696";
}

.icon-Basket-Items:before {
  content: "\e697";
}

.icon-Basket-Quantity:before {
  content: "\e698";
}

.icon-Bat-2:before {
  content: "\e699";
}

.icon-Bat:before {
  content: "\e69a";
}

.icon-Bathrobe:before {
  content: "\e69b";
}

.icon-Batman-Mask:before {
  content: "\e69c";
}

.icon-Battery-0:before {
  content: "\e69d";
}

.icon-Battery-25:before {
  content: "\e69e";
}

.icon-Battery-50:before {
  content: "\e69f";
}

.icon-Battery-75:before {
  content: "\e6a0";
}

.icon-Battery-100:before {
  content: "\e6a1";
}

.icon-Battery-Charge:before {
  content: "\e6a2";
}

.icon-Bear:before {
  content: "\e6a3";
}

.icon-Beard-2:before {
  content: "\e6a4";
}

.icon-Beard-3:before {
  content: "\e6a5";
}

.icon-Beard:before {
  content: "\e6a6";
}

.icon-Bebo:before {
  content: "\e6a7";
}

.icon-Bee:before {
  content: "\e6a8";
}

.icon-Beer-Glass:before {
  content: "\e6a9";
}

.icon-Beer:before {
  content: "\e6aa";
}

.icon-Bell-2:before {
  content: "\e6ab";
}

.icon-Bell:before {
  content: "\e6ac";
}

.icon-Belt-2:before {
  content: "\e6ad";
}

.icon-Belt-3:before {
  content: "\e6ae";
}

.icon-Belt:before {
  content: "\e6af";
}

.icon-Berlin-Tower:before {
  content: "\e6b0";
}

.icon-Beta:before {
  content: "\e6b1";
}

.icon-Betvibes:before {
  content: "\e6b2";
}

.icon-Bicycle-2:before {
  content: "\e6b3";
}

.icon-Bicycle-3:before {
  content: "\e6b4";
}

.icon-Bicycle:before {
  content: "\e6b5";
}

.icon-Big-Bang:before {
  content: "\e6b6";
}

.icon-Big-Data:before {
  content: "\e6b7";
}

.icon-Bike-Helmet:before {
  content: "\e6b8";
}

.icon-Bikini:before {
  content: "\e6b9";
}

.icon-Bilk-Bottle2:before {
  content: "\e6ba";
}

.icon-Billing:before {
  content: "\e6bb";
}

.icon-Bing:before {
  content: "\e6bc";
}

.icon-Binocular:before {
  content: "\e6bd";
}

.icon-Bio-Hazard:before {
  content: "\e6be";
}

.icon-Biotech:before {
  content: "\e6bf";
}

.icon-Bird-DeliveringLetter:before {
  content: "\e6c0";
}

.icon-Bird:before {
  content: "\e6c1";
}

.icon-Birthday-Cake:before {
  content: "\e6c2";
}

.icon-Bisexual:before {
  content: "\e6c3";
}

.icon-Bishop:before {
  content: "\e6c4";
}

.icon-Bitcoin:before {
  content: "\e6c5";
}

.icon-Black-Cat:before {
  content: "\e6c6";
}

.icon-Blackboard:before {
  content: "\e6c7";
}

.icon-Blinklist:before {
  content: "\e6c8";
}

.icon-Block-Cloud:before {
  content: "\e6c9";
}

.icon-Block-Window:before {
  content: "\e6ca";
}

.icon-Blogger:before {
  content: "\e6cb";
}

.icon-Blood:before {
  content: "\e6cc";
}

.icon-Blouse:before {
  content: "\e6cd";
}

.icon-Blueprint:before {
  content: "\e6ce";
}

.icon-Board:before {
  content: "\e6cf";
}

.icon-Bodybuilding:before {
  content: "\e6d0";
}

.icon-Bold-Text:before {
  content: "\e6d1";
}

.icon-Bone:before {
  content: "\e6d2";
}

.icon-Bones:before {
  content: "\e6d3";
}

.icon-Book:before {
  content: "\e6d4";
}

.icon-Bookmark:before {
  content: "\e6d5";
}

.icon-Books-2:before {
  content: "\e6d6";
}

.icon-Books:before {
  content: "\e6d7";
}

.icon-Boom:before {
  content: "\e6d8";
}

.icon-Boot-2:before {
  content: "\e6d9";
}

.icon-Boot:before {
  content: "\e6da";
}

.icon-Bottom-ToTop:before {
  content: "\e6db";
}

.icon-Bow-2:before {
  content: "\e6dc";
}

.icon-Bow-3:before {
  content: "\e6dd";
}

.icon-Bow-4:before {
  content: "\e6de";
}

.icon-Bow-5:before {
  content: "\e6df";
}

.icon-Bow-6:before {
  content: "\e6e0";
}

.icon-Bow:before {
  content: "\e6e1";
}

.icon-Bowling-2:before {
  content: "\e6e2";
}

.icon-Bowling:before {
  content: "\e6e3";
}

.icon-Box2:before {
  content: "\e6e4";
}

.icon-Box-Close:before {
  content: "\e6e5";
}

.icon-Box-Full:before {
  content: "\e6e6";
}

.icon-Box-Open:before {
  content: "\e6e7";
}

.icon-Box-withFolders:before {
  content: "\e6e8";
}

.icon-Box:before {
  content: "\e6e9";
}

.icon-Boy:before {
  content: "\e6ea";
}

.icon-Bra:before {
  content: "\e6eb";
}

.icon-Brain-2:before {
  content: "\e6ec";
}

.icon-Brain-3:before {
  content: "\e6ed";
}

.icon-Brain:before {
  content: "\e6ee";
}

.icon-Brazil:before {
  content: "\e6ef";
}

.icon-Bread-2:before {
  content: "\e6f0";
}

.icon-Bread:before {
  content: "\e6f1";
}

.icon-Bridge:before {
  content: "\e6f2";
}

.icon-Brightkite:before {
  content: "\e6f3";
}

.icon-Broke-Link2:before {
  content: "\e6f4";
}

.icon-Broken-Link:before {
  content: "\e6f5";
}

.icon-Broom:before {
  content: "\e6f6";
}

.icon-Brush:before {
  content: "\e6f7";
}

.icon-Bucket:before {
  content: "\e6f8";
}

.icon-Bug:before {
  content: "\e6f9";
}

.icon-Building:before {
  content: "\e6fa";
}

.icon-Bulleted-List:before {
  content: "\e6fb";
}

.icon-Bus-2:before {
  content: "\e6fc";
}

.icon-Bus:before {
  content: "\e6fd";
}

.icon-Business-Man:before {
  content: "\e6fe";
}

.icon-Business-ManWoman:before {
  content: "\e6ff";
}

.icon-Business-Mens:before {
  content: "\e700";
}

.icon-Business-Woman:before {
  content: "\e701";
}

.icon-Butterfly:before {
  content: "\e702";
}

.icon-Button:before {
  content: "\e703";
}

.icon-Cable-Car:before {
  content: "\e704";
}

.icon-Cake:before {
  content: "\e705";
}

.icon-Calculator-2:before {
  content: "\e706";
}

.icon-Calculator-3:before {
  content: "\e707";
}

.icon-Calculator:before {
  content: "\e708";
}

.icon-Calendar-2:before {
  content: "\e709";
}

.icon-Calendar-3:before {
  content: "\e70a";
}

.icon-Calendar-4:before {
  content: "\e70b";
}

.icon-Calendar-Clock:before {
  content: "\e70c";
}

.icon-Calendar:before {
  content: "\e70d";
}

.icon-Camel:before {
  content: "\e70e";
}

.icon-Camera-2:before {
  content: "\e70f";
}

.icon-Camera-3:before {
  content: "\e710";
}

.icon-Camera-4:before {
  content: "\e711";
}

.icon-Camera-5:before {
  content: "\e712";
}

.icon-Camera-Back:before {
  content: "\e713";
}

.icon-Camera:before {
  content: "\e714";
}

.icon-Can-2:before {
  content: "\e715";
}

.icon-Can:before {
  content: "\e716";
}

.icon-Canada:before {
  content: "\e717";
}

.icon-Cancer-2:before {
  content: "\e718";
}

.icon-Cancer-3:before {
  content: "\e719";
}

.icon-Cancer:before {
  content: "\e71a";
}

.icon-Candle:before {
  content: "\e71b";
}

.icon-Candy-Cane:before {
  content: "\e71c";
}

.icon-Candy:before {
  content: "\e71d";
}

.icon-Cannon:before {
  content: "\e71e";
}

.icon-Cap-2:before {
  content: "\e71f";
}

.icon-Cap-3:before {
  content: "\e720";
}

.icon-Cap-Smiley:before {
  content: "\e721";
}

.icon-Cap:before {
  content: "\e722";
}

.icon-Capricorn-2:before {
  content: "\e723";
}

.icon-Capricorn:before {
  content: "\e724";
}

.icon-Car-2:before {
  content: "\e725";
}

.icon-Car-3:before {
  content: "\e726";
}

.icon-Car-Coins:before {
  content: "\e727";
}

.icon-Car-Items:before {
  content: "\e728";
}

.icon-Car-Wheel:before {
  content: "\e729";
}

.icon-Car:before {
  content: "\e72a";
}

.icon-Cardigan:before {
  content: "\e72b";
}

.icon-Cardiovascular:before {
  content: "\e72c";
}

.icon-Cart-Quantity:before {
  content: "\e72d";
}

.icon-Casette-Tape:before {
  content: "\e72e";
}

.icon-Cash-Register:before {
  content: "\e72f";
}

.icon-Cash-register2:before {
  content: "\e730";
}

.icon-Castle:before {
  content: "\e731";
}

.icon-Cat:before {
  content: "\e732";
}

.icon-Cathedral:before {
  content: "\e733";
}

.icon-Cauldron:before {
  content: "\e734";
}

.icon-CD-2:before {
  content: "\e735";
}

.icon-CD-Cover:before {
  content: "\e736";
}

.icon-CD:before {
  content: "\e737";
}

.icon-Cello:before {
  content: "\e738";
}

.icon-Celsius:before {
  content: "\e739";
}

.icon-Chacked-Flag:before {
  content: "\e73a";
}

.icon-Chair:before {
  content: "\e73b";
}

.icon-Charger:before {
  content: "\e73c";
}

.icon-Check-2:before {
  content: "\e73d";
}

.icon-Check:before {
  content: "\e73e";
}

.icon-Checked-User:before {
  content: "\e73f";
}

.icon-Checkmate:before {
  content: "\e740";
}

.icon-Checkout-Bag:before {
  content: "\e741";
}

.icon-Checkout-Basket:before {
  content: "\e742";
}

.icon-Checkout:before {
  content: "\e743";
}

.icon-Cheese:before {
  content: "\e744";
}

.icon-Cheetah:before {
  content: "\e745";
}

.icon-Chef-Hat:before {
  content: "\e746";
}

.icon-Chef-Hat2:before {
  content: "\e747";
}

.icon-Chef:before {
  content: "\e748";
}

.icon-Chemical-2:before {
  content: "\e749";
}

.icon-Chemical-3:before {
  content: "\e74a";
}

.icon-Chemical-4:before {
  content: "\e74b";
}

.icon-Chemical-5:before {
  content: "\e74c";
}

.icon-Chemical:before {
  content: "\e74d";
}

.icon-Chess-Board:before {
  content: "\e74e";
}

.icon-Chess:before {
  content: "\e74f";
}

.icon-Chicken:before {
  content: "\e750";
}

.icon-Chile:before {
  content: "\e751";
}

.icon-Chimney:before {
  content: "\e752";
}

.icon-China:before {
  content: "\e753";
}

.icon-Chinese-Temple:before {
  content: "\e754";
}

.icon-Chip:before {
  content: "\e755";
}

.icon-Chopsticks-2:before {
  content: "\e756";
}

.icon-Chopsticks:before {
  content: "\e757";
}

.icon-Christmas-Ball:before {
  content: "\e758";
}

.icon-Christmas-Bell:before {
  content: "\e759";
}

.icon-Christmas-Candle:before {
  content: "\e75a";
}

.icon-Christmas-Hat:before {
  content: "\e75b";
}

.icon-Christmas-Sleigh:before {
  content: "\e75c";
}

.icon-Christmas-Snowman:before {
  content: "\e75d";
}

.icon-Christmas-Sock:before {
  content: "\e75e";
}

.icon-Christmas-Tree:before {
  content: "\e75f";
}

.icon-Christmas:before {
  content: "\e760";
}

.icon-Chrome:before {
  content: "\e761";
}

.icon-Chrysler-Building:before {
  content: "\e762";
}

.icon-Cinema:before {
  content: "\e763";
}

.icon-Circular-Point:before {
  content: "\e764";
}

.icon-City-Hall:before {
  content: "\e765";
}

.icon-Clamp:before {
  content: "\e766";
}

.icon-Clapperboard-Close:before {
  content: "\e767";
}

.icon-Clapperboard-Open:before {
  content: "\e768";
}

.icon-Claps:before {
  content: "\e769";
}

.icon-Clef:before {
  content: "\e76a";
}

.icon-Clinic:before {
  content: "\e76b";
}

.icon-Clock-2:before {
  content: "\e76c";
}

.icon-Clock-3:before {
  content: "\e76d";
}

.icon-Clock-4:before {
  content: "\e76e";
}

.icon-Clock-Back:before {
  content: "\e76f";
}

.icon-Clock-Forward:before {
  content: "\e770";
}

.icon-Clock:before {
  content: "\e771";
}

.icon-Close-Window:before {
  content: "\e772";
}

.icon-Close:before {
  content: "\e773";
}

.icon-Clothing-Store:before {
  content: "\e774";
}

.icon-Cloud--:before {
  content: "\e775";
}

.icon-Cloud-:before {
  content: "\e776";
}

.icon-Cloud-Camera:before {
  content: "\e777";
}

.icon-Cloud-Computer:before {
  content: "\e778";
}

.icon-Cloud-Email:before {
  content: "\e779";
}

.icon-Cloud-Hail:before {
  content: "\e77a";
}

.icon-Cloud-Laptop:before {
  content: "\e77b";
}

.icon-Cloud-Lock:before {
  content: "\e77c";
}

.icon-Cloud-Moon:before {
  content: "\e77d";
}

.icon-Cloud-Music:before {
  content: "\e77e";
}

.icon-Cloud-Picture:before {
  content: "\e77f";
}

.icon-Cloud-Rain:before {
  content: "\e780";
}

.icon-Cloud-Remove:before {
  content: "\e781";
}

.icon-Cloud-Secure:before {
  content: "\e782";
}

.icon-Cloud-Settings:before {
  content: "\e783";
}

.icon-Cloud-Smartphone:before {
  content: "\e784";
}

.icon-Cloud-Snow:before {
  content: "\e785";
}

.icon-Cloud-Sun:before {
  content: "\e786";
}

.icon-Cloud-Tablet:before {
  content: "\e787";
}

.icon-Cloud-Video:before {
  content: "\e788";
}

.icon-Cloud-Weather:before {
  content: "\e789";
}

.icon-Cloud:before {
  content: "\e78a";
}

.icon-Clouds-Weather:before {
  content: "\e78b";
}

.icon-Clouds:before {
  content: "\e78c";
}

.icon-Clown:before {
  content: "\e78d";
}

.icon-CMYK:before {
  content: "\e78e";
}

.icon-Coat:before {
  content: "\e78f";
}

.icon-Cocktail:before {
  content: "\e790";
}

.icon-Coconut:before {
  content: "\e791";
}

.icon-Code-Window:before {
  content: "\e792";
}

.icon-Coding:before {
  content: "\e793";
}

.icon-Coffee-2:before {
  content: "\e794";
}

.icon-Coffee-Bean:before {
  content: "\e795";
}

.icon-Coffee-Machine:before {
  content: "\e796";
}

.icon-Coffee-toGo:before {
  content: "\e797";
}

.icon-Coffee:before {
  content: "\e798";
}

.icon-Coffin:before {
  content: "\e799";
}

.icon-Coin:before {
  content: "\e79a";
}

.icon-Coins-2:before {
  content: "\e79b";
}

.icon-Coins-3:before {
  content: "\e79c";
}

.icon-Coins:before {
  content: "\e79d";
}

.icon-Colombia:before {
  content: "\e79e";
}

.icon-Colosseum:before {
  content: "\e79f";
}

.icon-Column-2:before {
  content: "\e7a0";
}

.icon-Column-3:before {
  content: "\e7a1";
}

.icon-Column:before {
  content: "\e7a2";
}

.icon-Comb-2:before {
  content: "\e7a3";
}

.icon-Comb:before {
  content: "\e7a4";
}

.icon-Communication-Tower:before {
  content: "\e7a5";
}

.icon-Communication-Tower2:before {
  content: "\e7a6";
}

.icon-Compass-2:before {
  content: "\e7a7";
}

.icon-Compass-3:before {
  content: "\e7a8";
}

.icon-Compass-4:before {
  content: "\e7a9";
}

.icon-Compass-Rose:before {
  content: "\e7aa";
}

.icon-Compass:before {
  content: "\e7ab";
}

.icon-Computer-2:before {
  content: "\e7ac";
}

.icon-Computer-3:before {
  content: "\e7ad";
}

.icon-Computer-Secure:before {
  content: "\e7ae";
}

.icon-Computer:before {
  content: "\e7af";
}

.icon-Conference:before {
  content: "\e7b0";
}

.icon-Confused:before {
  content: "\e7b1";
}

.icon-Conservation:before {
  content: "\e7b2";
}

.icon-Consulting:before {
  content: "\e7b3";
}

.icon-Contrast:before {
  content: "\e7b4";
}

.icon-Control-2:before {
  content: "\e7b5";
}

.icon-Control:before {
  content: "\e7b6";
}

.icon-Cookie-Man:before {
  content: "\e7b7";
}

.icon-Cookies:before {
  content: "\e7b8";
}

.icon-Cool-Guy:before {
  content: "\e7b9";
}

.icon-Cool:before {
  content: "\e7ba";
}

.icon-Copyright:before {
  content: "\e7bb";
}

.icon-Costume:before {
  content: "\e7bc";
}

.icon-Couple-Sign:before {
  content: "\e7bd";
}

.icon-Cow:before {
  content: "\e7be";
}

.icon-CPU:before {
  content: "\e7bf";
}

.icon-Crane:before {
  content: "\e7c0";
}

.icon-Cranium:before {
  content: "\e7c1";
}

.icon-Credit-Card:before {
  content: "\e7c2";
}

.icon-Credit-Card2:before {
  content: "\e7c3";
}

.icon-Credit-Card3:before {
  content: "\e7c4";
}

.icon-Cricket:before {
  content: "\e7c5";
}

.icon-Criminal:before {
  content: "\e7c6";
}

.icon-Croissant:before {
  content: "\e7c7";
}

.icon-Crop-2:before {
  content: "\e7c8";
}

.icon-Crop-3:before {
  content: "\e7c9";
}

.icon-Crown-2:before {
  content: "\e7ca";
}

.icon-Crown:before {
  content: "\e7cb";
}

.icon-Crying:before {
  content: "\e7cc";
}

.icon-Cube-Molecule:before {
  content: "\e7cd";
}

.icon-Cube-Molecule2:before {
  content: "\e7ce";
}

.icon-Cupcake:before {
  content: "\e7cf";
}

.icon-Cursor-Click:before {
  content: "\e7d0";
}

.icon-Cursor-Click2:before {
  content: "\e7d1";
}

.icon-Cursor-Move:before {
  content: "\e7d2";
}

.icon-Cursor-Move2:before {
  content: "\e7d3";
}

.icon-Cursor-Select:before {
  content: "\e7d4";
}

.icon-Cursor:before {
  content: "\e7d5";
}

.icon-D-Eyeglasses:before {
  content: "\e7d6";
}

.icon-D-Eyeglasses2:before {
  content: "\e7d7";
}

.icon-Dam:before {
  content: "\e7d8";
}

.icon-Danemark:before {
  content: "\e7d9";
}

.icon-Danger-2:before {
  content: "\e7da";
}

.icon-Danger:before {
  content: "\e7db";
}

.icon-Dashboard:before {
  content: "\e7dc";
}

.icon-Data-Backup:before {
  content: "\e7dd";
}

.icon-Data-Block:before {
  content: "\e7de";
}

.icon-Data-Center:before {
  content: "\e7df";
}

.icon-Data-Clock:before {
  content: "\e7e0";
}

.icon-Data-Cloud:before {
  content: "\e7e1";
}

.icon-Data-Compress:before {
  content: "\e7e2";
}

.icon-Data-Copy:before {
  content: "\e7e3";
}

.icon-Data-Download:before {
  content: "\e7e4";
}

.icon-Data-Financial:before {
  content: "\e7e5";
}

.icon-Data-Key:before {
  content: "\e7e6";
}

.icon-Data-Lock:before {
  content: "\e7e7";
}

.icon-Data-Network:before {
  content: "\e7e8";
}

.icon-Data-Password:before {
  content: "\e7e9";
}

.icon-Data-Power:before {
  content: "\e7ea";
}

.icon-Data-Refresh:before {
  content: "\e7eb";
}

.icon-Data-Save:before {
  content: "\e7ec";
}

.icon-Data-Search:before {
  content: "\e7ed";
}

.icon-Data-Security:before {
  content: "\e7ee";
}

.icon-Data-Settings:before {
  content: "\e7ef";
}

.icon-Data-Sharing:before {
  content: "\e7f0";
}

.icon-Data-Shield:before {
  content: "\e7f1";
}

.icon-Data-Signal:before {
  content: "\e7f2";
}

.icon-Data-Storage:before {
  content: "\e7f3";
}

.icon-Data-Stream:before {
  content: "\e7f4";
}

.icon-Data-Transfer:before {
  content: "\e7f5";
}

.icon-Data-Unlock:before {
  content: "\e7f6";
}

.icon-Data-Upload:before {
  content: "\e7f7";
}

.icon-Data-Yes:before {
  content: "\e7f8";
}

.icon-Data:before {
  content: "\e7f9";
}

.icon-David-Star:before {
  content: "\e7fa";
}

.icon-Daylight:before {
  content: "\e7fb";
}

.icon-Death:before {
  content: "\e7fc";
}

.icon-Debian:before {
  content: "\e7fd";
}

.icon-Dec:before {
  content: "\e7fe";
}

.icon-Decrase-Inedit:before {
  content: "\e7ff";
}

.icon-Deer-2:before {
  content: "\e800";
}

.icon-Deer:before {
  content: "\e801";
}

.icon-Delete-File:before {
  content: "\e802";
}

.icon-Delete-Window:before {
  content: "\e803";
}

.icon-Delicious:before {
  content: "\e804";
}

.icon-Depression:before {
  content: "\e805";
}

.icon-Deviantart:before {
  content: "\e806";
}

.icon-Device-SyncwithCloud:before {
  content: "\e807";
}

.icon-Diamond:before {
  content: "\e808";
}

.icon-Dice-2:before {
  content: "\e809";
}

.icon-Dice:before {
  content: "\e80a";
}

.icon-Digg:before {
  content: "\e80b";
}

.icon-Digital-Drawing:before {
  content: "\e80c";
}

.icon-Diigo:before {
  content: "\e80d";
}

.icon-Dinosaur:before {
  content: "\e80e";
}

.icon-Diploma-2:before {
  content: "\e80f";
}

.icon-Diploma:before {
  content: "\e810";
}

.icon-Direction-East:before {
  content: "\e811";
}

.icon-Direction-North:before {
  content: "\e812";
}

.icon-Direction-South:before {
  content: "\e813";
}

.icon-Direction-West:before {
  content: "\e814";
}

.icon-Director:before {
  content: "\e815";
}

.icon-Disk:before {
  content: "\e816";
}

.icon-Dj:before {
  content: "\e817";
}

.icon-DNA-2:before {
  content: "\e818";
}

.icon-DNA-Helix:before {
  content: "\e819";
}

.icon-DNA:before {
  content: "\e81a";
}

.icon-Doctor:before {
  content: "\e81b";
}

.icon-Dog:before {
  content: "\e81c";
}

.icon-Dollar-Sign:before {
  content: "\e81d";
}

.icon-Dollar-Sign2:before {
  content: "\e81e";
}

.icon-Dollar:before {
  content: "\e81f";
}

.icon-Dolphin:before {
  content: "\e820";
}

.icon-Domino:before {
  content: "\e821";
}

.icon-Door-Hanger:before {
  content: "\e822";
}

.icon-Door:before {
  content: "\e823";
}

.icon-Doplr:before {
  content: "\e824";
}

.icon-Double-Circle:before {
  content: "\e825";
}

.icon-Double-Tap:before {
  content: "\e826";
}

.icon-Doughnut:before {
  content: "\e827";
}

.icon-Dove:before {
  content: "\e828";
}

.icon-Down-2:before {
  content: "\e829";
}

.icon-Down-3:before {
  content: "\e82a";
}

.icon-Down-4:before {
  content: "\e82b";
}

.icon-Down:before {
  content: "\e82c";
}

.icon-Download-2:before {
  content: "\e82d";
}

.icon-Download-fromCloud:before {
  content: "\e82e";
}

.icon-Download-Window:before {
  content: "\e82f";
}

.icon-Download:before {
  content: "\e830";
}

.icon-Downward:before {
  content: "\e831";
}

.icon-Drag-Down:before {
  content: "\e832";
}

.icon-Drag-Left:before {
  content: "\e833";
}

.icon-Drag-Right:before {
  content: "\e834";
}

.icon-Drag-Up:before {
  content: "\e835";
}

.icon-Drag:before {
  content: "\e836";
}

.icon-Dress:before {
  content: "\e837";
}

.icon-Drill-2:before {
  content: "\e838";
}

.icon-Drill:before {
  content: "\e839";
}

.icon-Drop:before {
  content: "\e83a";
}

.icon-Dropbox:before {
  content: "\e83b";
}

.icon-Drum:before {
  content: "\e83c";
}

.icon-Dry:before {
  content: "\e83d";
}

.icon-Duck:before {
  content: "\e83e";
}

.icon-Dumbbell:before {
  content: "\e83f";
}

.icon-Duplicate-Layer:before {
  content: "\e840";
}

.icon-Duplicate-Window:before {
  content: "\e841";
}

.icon-DVD:before {
  content: "\e842";
}

.icon-Eagle:before {
  content: "\e843";
}

.icon-Ear:before {
  content: "\e844";
}

.icon-Earphones-2:before {
  content: "\e845";
}

.icon-Earphones:before {
  content: "\e846";
}

.icon-Eci-Icon:before {
  content: "\e847";
}

.icon-Edit-Map:before {
  content: "\e848";
}

.icon-Edit:before {
  content: "\e849";
}

.icon-Eggs:before {
  content: "\e84a";
}

.icon-Egypt:before {
  content: "\e84b";
}

.icon-Eifel-Tower:before {
  content: "\e84c";
}

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

.icon-Eject:before {
  content: "\e84e";
}

.icon-El-Castillo:before {
  content: "\e84f";
}

.icon-Elbow:before {
  content: "\e850";
}

.icon-Electric-Guitar:before {
  content: "\e851";
}

.icon-Electricity:before {
  content: "\e852";
}

.icon-Elephant:before {
  content: "\e853";
}

.icon-Email:before {
  content: "\e854";
}

.icon-Embassy:before {
  content: "\e855";
}

.icon-Empire-StateBuilding:before {
  content: "\e856";
}

.icon-Empty-Box:before {
  content: "\e857";
}

.icon-End2:before {
  content: "\e858";
}

.icon-End-2:before {
  content: "\e859";
}

.icon-End:before {
  content: "\e85a";
}

.icon-Endways:before {
  content: "\e85b";
}

.icon-Engineering:before {
  content: "\e85c";
}

.icon-Envelope-2:before {
  content: "\e85d";
}

.icon-Envelope:before {
  content: "\e85e";
}

.icon-Environmental-2:before {
  content: "\e85f";
}

.icon-Environmental-3:before {
  content: "\e860";
}

.icon-Environmental:before {
  content: "\e861";
}

.icon-Equalizer:before {
  content: "\e862";
}

.icon-Eraser-2:before {
  content: "\e863";
}

.icon-Eraser-3:before {
  content: "\e864";
}

.icon-Eraser:before {
  content: "\e865";
}

.icon-Error-404Window:before {
  content: "\e866";
}

.icon-Euro-Sign:before {
  content: "\e867";
}

.icon-Euro-Sign2:before {
  content: "\e868";
}

.icon-Euro:before {
  content: "\e869";
}

.icon-Evernote:before {
  content: "\e86a";
}

.icon-Evil:before {
  content: "\e86b";
}

.icon-Explode:before {
  content: "\e86c";
}

.icon-Eye-2:before {
  content: "\e86d";
}

.icon-Eye-Blind:before {
  content: "\e86e";
}

.icon-Eye-Invisible:before {
  content: "\e86f";
}

.icon-Eye-Scan:before {
  content: "\e870";
}

.icon-Eye-Visible:before {
  content: "\e871";
}

.icon-Eye:before {
  content: "\e872";
}

.icon-Eyebrow-2:before {
  content: "\e873";
}

.icon-Eyebrow-3:before {
  content: "\e874";
}

.icon-Eyebrow:before {
  content: "\e875";
}

.icon-Eyeglasses-Smiley:before {
  content: "\e876";
}

.icon-Eyeglasses-Smiley2:before {
  content: "\e877";
}

.icon-Face-Style:before {
  content: "\e878";
}

.icon-Face-Style2:before {
  content: "\e879";
}

.icon-Face-Style3:before {
  content: "\e87a";
}

.icon-Face-Style4:before {
  content: "\e87b";
}

.icon-Face-Style5:before {
  content: "\e87c";
}

.icon-Face-Style6:before {
  content: "\e87d";
}

.icon-Facebook-2:before {
  content: "\e87e";
}

.icon-Facebook:before {
  content: "\e87f";
}

.icon-Factory-2:before {
  content: "\e880";
}

.icon-Factory:before {
  content: "\e881";
}

.icon-Fahrenheit:before {
  content: "\e882";
}

.icon-Family-Sign:before {
  content: "\e883";
}

.icon-Fan:before {
  content: "\e884";
}

.icon-Farmer:before {
  content: "\e885";
}

.icon-Fashion:before {
  content: "\e886";
}

.icon-Favorite-Window:before {
  content: "\e887";
}

.icon-Fax:before {
  content: "\e888";
}

.icon-Feather:before {
  content: "\e889";
}

.icon-Feedburner:before {
  content: "\e88a";
}

.icon-Female-2:before {
  content: "\e88b";
}

.icon-Female-Sign:before {
  content: "\e88c";
}

.icon-Female:before {
  content: "\e88d";
}

.icon-File-Block:before {
  content: "\e88e";
}

.icon-File-Bookmark:before {
  content: "\e88f";
}

.icon-File-Chart:before {
  content: "\e890";
}

.icon-File-Clipboard:before {
  content: "\e891";
}

.icon-File-ClipboardFileText:before {
  content: "\e892";
}

.icon-File-ClipboardTextImage:before {
  content: "\e893";
}

.icon-File-Cloud:before {
  content: "\e894";
}

.icon-File-Copy:before {
  content: "\e895";
}

.icon-File-Copy2:before {
  content: "\e896";
}

.icon-File-CSV:before {
  content: "\e897";
}

.icon-File-Download:before {
  content: "\e898";
}

.icon-File-Edit:before {
  content: "\e899";
}

.icon-File-Excel:before {
  content: "\e89a";
}

.icon-File-Favorite:before {
  content: "\e89b";
}

.icon-File-Fire:before {
  content: "\e89c";
}

.icon-File-Graph:before {
  content: "\e89d";
}

.icon-File-Hide:before {
  content: "\e89e";
}

.icon-File-Horizontal:before {
  content: "\e89f";
}

.icon-File-HorizontalText:before {
  content: "\e8a0";
}

.icon-File-HTML:before {
  content: "\e8a1";
}

.icon-File-JPG:before {
  content: "\e8a2";
}

.icon-File-Link:before {
  content: "\e8a3";
}

.icon-File-Loading:before {
  content: "\e8a4";
}

.icon-File-Lock:before {
  content: "\e8a5";
}

.icon-File-Love:before {
  content: "\e8a6";
}

.icon-File-Music:before {
  content: "\e8a7";
}

.icon-File-Network:before {
  content: "\e8a8";
}

.icon-File-Pictures:before {
  content: "\e8a9";
}

.icon-File-Pie:before {
  content: "\e8aa";
}

.icon-File-Presentation:before {
  content: "\e8ab";
}

.icon-File-Refresh:before {
  content: "\e8ac";
}

.icon-File-Search:before {
  content: "\e8ad";
}

.icon-File-Settings:before {
  content: "\e8ae";
}

.icon-File-Share:before {
  content: "\e8af";
}

.icon-File-TextImage:before {
  content: "\e8b0";
}

.icon-File-Trash:before {
  content: "\e8b1";
}

.icon-File-TXT:before {
  content: "\e8b2";
}

.icon-File-Upload:before {
  content: "\e8b3";
}

.icon-File-Video:before {
  content: "\e8b4";
}

.icon-File-Word:before {
  content: "\e8b5";
}

.icon-File-Zip:before {
  content: "\e8b6";
}

.icon-File:before {
  content: "\e8b7";
}

.icon-Files:before {
  content: "\e8b8";
}

.icon-Film-Board:before {
  content: "\e8b9";
}

.icon-Film-Cartridge:before {
  content: "\e8ba";
}

.icon-Film-Strip:before {
  content: "\e8bb";
}

.icon-Film-Video:before {
  content: "\e8bc";
}

.icon-Film:before {
  content: "\e8bd";
}

.icon-Filter-2:before {
  content: "\e8be";
}

.icon-Filter:before {
  content: "\e8bf";
}

.icon-Financial:before {
  content: "\e8c0";
}

.icon-Find-User:before {
  content: "\e8c1";
}

.icon-Finger-DragFourSides:before {
  content: "\e8c2";
}

.icon-Finger-DragTwoSides:before {
  content: "\e8c3";
}

.icon-Finger-Print:before {
  content: "\e8c4";
}

.icon-Finger:before {
  content: "\e8c5";
}

.icon-Fingerprint-2:before {
  content: "\e8c6";
}

.icon-Fingerprint:before {
  content: "\e8c7";
}

.icon-Fire-Flame:before {
  content: "\e8c8";
}

.icon-Fire-Flame2:before {
  content: "\e8c9";
}

.icon-Fire-Hydrant:before {
  content: "\e8ca";
}

.icon-Fire-Staion:before {
  content: "\e8cb";
}

.icon-Firefox:before {
  content: "\e8cc";
}

.icon-Firewall:before {
  content: "\e8cd";
}

.icon-First-Aid:before {
  content: "\e8ce";
}

.icon-First:before {
  content: "\e8cf";
}

.icon-Fish-Food:before {
  content: "\e8d0";
}

.icon-Fish:before {
  content: "\e8d1";
}

.icon-Fit-To:before {
  content: "\e8d2";
}

.icon-Fit-To2:before {
  content: "\e8d3";
}

.icon-Five-Fingers:before {
  content: "\e8d4";
}

.icon-Five-FingersDrag:before {
  content: "\e8d5";
}

.icon-Five-FingersDrag2:before {
  content: "\e8d6";
}

.icon-Five-FingersTouch:before {
  content: "\e8d7";
}

.icon-Flag-2:before {
  content: "\e8d8";
}

.icon-Flag-3:before {
  content: "\e8d9";
}

.icon-Flag-4:before {
  content: "\e8da";
}

.icon-Flag-5:before {
  content: "\e8db";
}

.icon-Flag-6:before {
  content: "\e8dc";
}

.icon-Flag:before {
  content: "\e8dd";
}

.icon-Flamingo:before {
  content: "\e8de";
}

.icon-Flash-2:before {
  content: "\e8df";
}

.icon-Flash-Video:before {
  content: "\e8e0";
}

.icon-Flash:before {
  content: "\e8e1";
}

.icon-Flashlight:before {
  content: "\e8e2";
}

.icon-Flask-2:before {
  content: "\e8e3";
}

.icon-Flask:before {
  content: "\e8e4";
}

.icon-Flick:before {
  content: "\e8e5";
}

.icon-Flickr:before {
  content: "\e8e6";
}

.icon-Flowerpot:before {
  content: "\e8e7";
}

.icon-Fluorescent:before {
  content: "\e8e8";
}

.icon-Fog-Day:before {
  content: "\e8e9";
}

.icon-Fog-Night:before {
  content: "\e8ea";
}

.icon-Folder-Add:before {
  content: "\e8eb";
}

.icon-Folder-Archive:before {
  content: "\e8ec";
}

.icon-Folder-Binder:before {
  content: "\e8ed";
}

.icon-Folder-Binder2:before {
  content: "\e8ee";
}

.icon-Folder-Block:before {
  content: "\e8ef";
}

.icon-Folder-Bookmark:before {
  content: "\e8f0";
}

.icon-Folder-Close:before {
  content: "\e8f1";
}

.icon-Folder-Cloud:before {
  content: "\e8f2";
}

.icon-Folder-Delete:before {
  content: "\e8f3";
}

.icon-Folder-Download:before {
  content: "\e8f4";
}

.icon-Folder-Edit:before {
  content: "\e8f5";
}

.icon-Folder-Favorite:before {
  content: "\e8f6";
}

.icon-Folder-Fire:before {
  content: "\e8f7";
}

.icon-Folder-Hide:before {
  content: "\e8f8";
}

.icon-Folder-Link:before {
  content: "\e8f9";
}

.icon-Folder-Loading:before {
  content: "\e8fa";
}

.icon-Folder-Lock:before {
  content: "\e8fb";
}

.icon-Folder-Love:before {
  content: "\e8fc";
}

.icon-Folder-Music:before {
  content: "\e8fd";
}

.icon-Folder-Network:before {
  content: "\e8fe";
}

.icon-Folder-Open:before {
  content: "\e8ff";
}

.icon-Folder-Open2:before {
  content: "\e900";
}

.icon-Folder-Organizing:before {
  content: "\e901";
}

.icon-Folder-Pictures:before {
  content: "\e902";
}

.icon-Folder-Refresh:before {
  content: "\e903";
}

.icon-Folder-Remove-:before {
  content: "\e904";
}

.icon-Folder-Search:before {
  content: "\e905";
}

.icon-Folder-Settings:before {
  content: "\e906";
}

.icon-Folder-Share:before {
  content: "\e907";
}

.icon-Folder-Trash:before {
  content: "\e908";
}

.icon-Folder-Upload:before {
  content: "\e909";
}

.icon-Folder-Video:before {
  content: "\e90a";
}

.icon-Folder-WithDocument:before {
  content: "\e90b";
}

.icon-Folder-Zip:before {
  content: "\e90c";
}

.icon-Folder:before {
  content: "\e90d";
}

.icon-Folders:before {
  content: "\e90e";
}

.icon-Font-Color:before {
  content: "\e90f";
}

.icon-Font-Name:before {
  content: "\e910";
}

.icon-Font-Size:before {
  content: "\e911";
}

.icon-Font-Style:before {
  content: "\e912";
}

.icon-Font-StyleSubscript:before {
  content: "\e913";
}

.icon-Font-StyleSuperscript:before {
  content: "\e914";
}

.icon-Font-Window:before {
  content: "\e915";
}

.icon-Foot-2:before {
  content: "\e916";
}

.icon-Foot:before {
  content: "\e917";
}

.icon-Football-2:before {
  content: "\e918";
}

.icon-Football:before {
  content: "\e919";
}

.icon-Footprint-2:before {
  content: "\e91a";
}

.icon-Footprint-3:before {
  content: "\e91b";
}

.icon-Footprint:before {
  content: "\e91c";
}

.icon-Forest:before {
  content: "\e91d";
}

.icon-Fork:before {
  content: "\e91e";
}

.icon-Formspring:before {
  content: "\e91f";
}

.icon-Formula:before {
  content: "\e920";
}

.icon-Forsquare:before {
  content: "\e921";
}

.icon-Forward:before {
  content: "\e922";
}

.icon-Fountain-Pen:before {
  content: "\e923";
}

.icon-Four-Fingers:before {
  content: "\e924";
}

.icon-Four-FingersDrag:before {
  content: "\e925";
}

.icon-Four-FingersDrag2:before {
  content: "\e926";
}

.icon-Four-FingersTouch:before {
  content: "\e927";
}

.icon-Fox:before {
  content: "\e928";
}

.icon-Frankenstein:before {
  content: "\e929";
}

.icon-French-Fries:before {
  content: "\e92a";
}

.icon-Friendfeed:before {
  content: "\e92b";
}

.icon-Friendster:before {
  content: "\e92c";
}

.icon-Frog:before {
  content: "\e92d";
}

.icon-Fruits:before {
  content: "\e92e";
}

.icon-Fuel:before {
  content: "\e92f";
}

.icon-Full-Bag:before {
  content: "\e930";
}

.icon-Full-Basket:before {
  content: "\e931";
}

.icon-Full-Cart:before {
  content: "\e932";
}

.icon-Full-Moon:before {
  content: "\e933";
}

.icon-Full-Screen:before {
  content: "\e934";
}

.icon-Full-Screen2:before {
  content: "\e935";
}

.icon-Full-View:before {
  content: "\e936";
}

.icon-Full-View2:before {
  content: "\e937";
}

.icon-Full-ViewWindow:before {
  content: "\e938";
}

.icon-Function:before {
  content: "\e939";
}

.icon-Funky:before {
  content: "\e93a";
}

.icon-Funny-Bicycle:before {
  content: "\e93b";
}

.icon-Furl:before {
  content: "\e93c";
}

.icon-Gamepad-2:before {
  content: "\e93d";
}

.icon-Gamepad:before {
  content: "\e93e";
}

.icon-Gas-Pump:before {
  content: "\e93f";
}

.icon-Gaugage-2:before {
  content: "\e940";
}

.icon-Gaugage:before {
  content: "\e941";
}

.icon-Gay:before {
  content: "\e942";
}

.icon-Gear-2:before {
  content: "\e943";
}

.icon-Gear:before {
  content: "\e944";
}

.icon-Gears-2:before {
  content: "\e945";
}

.icon-Gears:before {
  content: "\e946";
}

.icon-Geek-2:before {
  content: "\e947";
}

.icon-Geek:before {
  content: "\e948";
}

.icon-Gemini-2:before {
  content: "\e949";
}

.icon-Gemini:before {
  content: "\e94a";
}

.icon-Genius:before {
  content: "\e94b";
}

.icon-Gentleman:before {
  content: "\e94c";
}

.icon-Geo--:before {
  content: "\e94d";
}

.icon-Geo-:before {
  content: "\e94e";
}

.icon-Geo-Close:before {
  content: "\e94f";
}

.icon-Geo-Love:before {
  content: "\e950";
}

.icon-Geo-Number:before {
  content: "\e951";
}

.icon-Geo-Star:before {
  content: "\e952";
}

.icon-Geo:before {
  content: "\e953";
}

.icon-Geo2--:before {
  content: "\e954";
}

.icon-Geo2-:before {
  content: "\e955";
}

.icon-Geo2-Close:before {
  content: "\e956";
}

.icon-Geo2-Love:before {
  content: "\e957";
}

.icon-Geo2-Number:before {
  content: "\e958";
}

.icon-Geo2-Star:before {
  content: "\e959";
}

.icon-Geo2:before {
  content: "\e95a";
}

.icon-Geo3--:before {
  content: "\e95b";
}

.icon-Geo3-:before {
  content: "\e95c";
}

.icon-Geo3-Close:before {
  content: "\e95d";
}

.icon-Geo3-Love:before {
  content: "\e95e";
}

.icon-Geo3-Number:before {
  content: "\e95f";
}

.icon-Geo3-Star:before {
  content: "\e960";
}

.icon-Geo3:before {
  content: "\e961";
}

.icon-Gey:before {
  content: "\e962";
}

.icon-Gift-Box:before {
  content: "\e963";
}

.icon-Giraffe:before {
  content: "\e964";
}

.icon-Girl:before {
  content: "\e965";
}

.icon-Glass-Water:before {
  content: "\e966";
}

.icon-Glasses-2:before {
  content: "\e967";
}

.icon-Glasses-3:before {
  content: "\e968";
}

.icon-Glasses:before {
  content: "\e969";
}

.icon-Global-Position:before {
  content: "\e96a";
}

.icon-Globe-2:before {
  content: "\e96b";
}

.icon-Globe:before {
  content: "\e96c";
}

.icon-Gloves:before {
  content: "\e96d";
}

.icon-Go-Bottom:before {
  content: "\e96e";
}

.icon-Go-Top:before {
  content: "\e96f";
}

.icon-Goggles:before {
  content: "\e970";
}

.icon-Golf-2:before {
  content: "\e971";
}

.icon-Golf:before {
  content: "\e972";
}

.icon-Google-Buzz:before {
  content: "\e973";
}

.icon-Google-Drive:before {
  content: "\e974";
}

.icon-Google-Play:before {
  content: "\e975";
}

.icon-Google-Plus:before {
  content: "\e976";
}

.icon-Google:before {
  content: "\e977";
}

.icon-Gopro:before {
  content: "\e978";
}

.icon-Gorilla:before {
  content: "\e979";
}

.icon-Gowalla:before {
  content: "\e97a";
}

.icon-Grave:before {
  content: "\e97b";
}

.icon-Graveyard:before {
  content: "\e97c";
}

.icon-Greece:before {
  content: "\e97d";
}

.icon-Green-Energy:before {
  content: "\e97e";
}

.icon-Green-House:before {
  content: "\e97f";
}

.icon-Guitar:before {
  content: "\e980";
}

.icon-Gun-2:before {
  content: "\e981";
}

.icon-Gun-3:before {
  content: "\e982";
}

.icon-Gun:before {
  content: "\e983";
}

.icon-Gymnastics:before {
  content: "\e984";
}

.icon-Hair-2:before {
  content: "\e985";
}

.icon-Hair-3:before {
  content: "\e986";
}

.icon-Hair-4:before {
  content: "\e987";
}

.icon-Hair:before {
  content: "\e988";
}

.icon-Half-Moon:before {
  content: "\e989";
}

.icon-Halloween-HalfMoon:before {
  content: "\e98a";
}

.icon-Halloween-Moon:before {
  content: "\e98b";
}

.icon-Hamburger:before {
  content: "\e98c";
}

.icon-Hammer:before {
  content: "\e98d";
}

.icon-Hand-Touch:before {
  content: "\e98e";
}

.icon-Hand-Touch2:before {
  content: "\e98f";
}

.icon-Hand-TouchSmartphone:before {
  content: "\e990";
}

.icon-Hand:before {
  content: "\e991";
}

.icon-Hands:before {
  content: "\e992";
}

.icon-Handshake:before {
  content: "\e993";
}

.icon-Hanger:before {
  content: "\e994";
}

.icon-Happy:before {
  content: "\e995";
}

.icon-Hat-2:before {
  content: "\e996";
}

.icon-Hat:before {
  content: "\e997";
}

.icon-Haunted-House:before {
  content: "\e998";
}

.icon-HD-Video:before {
  content: "\e999";
}

.icon-HD:before {
  content: "\e99a";
}

.icon-HDD:before {
  content: "\e99b";
}

.icon-Headphone:before {
  content: "\e99c";
}

.icon-Headphones:before {
  content: "\e99d";
}

.icon-Headset:before {
  content: "\e99e";
}

.icon-Heart-2:before {
  content: "\e99f";
}

.icon-Heart:before {
  content: "\e9a0";
}

.icon-Heels-2:before {
  content: "\e9a1";
}

.icon-Heels:before {
  content: "\e9a2";
}

.icon-Height-Window:before {
  content: "\e9a3";
}

.icon-Helicopter-2:before {
  content: "\e9a4";
}

.icon-Helicopter:before {
  content: "\e9a5";
}

.icon-Helix-2:before {
  content: "\e9a6";
}

.icon-Hello:before {
  content: "\e9a7";
}

.icon-Helmet-2:before {
  content: "\e9a8";
}

.icon-Helmet-3:before {
  content: "\e9a9";
}

.icon-Helmet:before {
  content: "\e9aa";
}

.icon-Hipo:before {
  content: "\e9ab";
}

.icon-Hipster-Glasses:before {
  content: "\e9ac";
}

.icon-Hipster-Glasses2:before {
  content: "\e9ad";
}

.icon-Hipster-Glasses3:before {
  content: "\e9ae";
}

.icon-Hipster-Headphones:before {
  content: "\e9af";
}

.icon-Hipster-Men:before {
  content: "\e9b0";
}

.icon-Hipster-Men2:before {
  content: "\e9b1";
}

.icon-Hipster-Men3:before {
  content: "\e9b2";
}

.icon-Hipster-Sunglasses:before {
  content: "\e9b3";
}

.icon-Hipster-Sunglasses2:before {
  content: "\e9b4";
}

.icon-Hipster-Sunglasses3:before {
  content: "\e9b5";
}

.icon-Hokey:before {
  content: "\e9b6";
}

.icon-Holly:before {
  content: "\e9b7";
}

.icon-Home-2:before {
  content: "\e9b8";
}

.icon-Home-3:before {
  content: "\e9b9";
}

.icon-Home-4:before {
  content: "\e9ba";
}

.icon-Home-5:before {
  content: "\e9bb";
}

.icon-Home-Window:before {
  content: "\e9bc";
}

.icon-Home:before {
  content: "\e9bd";
}

.icon-Homosexual:before {
  content: "\e9be";
}

.icon-Honey:before {
  content: "\e9bf";
}

.icon-Hong-Kong:before {
  content: "\e9c0";
}

.icon-Hoodie:before {
  content: "\e9c1";
}

.icon-Horror:before {
  content: "\e9c2";
}

.icon-Horse:before {
  content: "\e9c3";
}

.icon-Hospital-2:before {
  content: "\e9c4";
}

.icon-Hospital:before {
  content: "\e9c5";
}

.icon-Host:before {
  content: "\e9c6";
}

.icon-Hot-Dog:before {
  content: "\e9c7";
}

.icon-Hotel:before {
  content: "\e9c8";
}

.icon-Hour:before {
  content: "\e9c9";
}

.icon-Hub:before {
  content: "\e9ca";
}

.icon-Humor:before {
  content: "\e9cb";
}

.icon-Hurt:before {
  content: "\e9cc";
}

.icon-Ice-Cream:before {
  content: "\e9cd";
}

.icon-ICQ:before {
  content: "\e9ce";
}

.icon-ID-2:before {
  content: "\e9cf";
}

.icon-ID-3:before {
  content: "\e9d0";
}

.icon-ID-Card:before {
  content: "\e9d1";
}

.icon-Idea-2:before {
  content: "\e9d2";
}

.icon-Idea-3:before {
  content: "\e9d3";
}

.icon-Idea-4:before {
  content: "\e9d4";
}

.icon-Idea-5:before {
  content: "\e9d5";
}

.icon-Idea:before {
  content: "\e9d6";
}

.icon-Identification-Badge:before {
  content: "\e9d7";
}

.icon-ImDB:before {
  content: "\e9d8";
}

.icon-Inbox-Empty:before {
  content: "\e9d9";
}

.icon-Inbox-Forward:before {
  content: "\e9da";
}

.icon-Inbox-Full:before {
  content: "\e9db";
}

.icon-Inbox-Into:before {
  content: "\e9dc";
}

.icon-Inbox-Out:before {
  content: "\e9dd";
}

.icon-Inbox-Reply:before {
  content: "\e9de";
}

.icon-Inbox:before {
  content: "\e9df";
}

.icon-Increase-Inedit:before {
  content: "\e9e0";
}

.icon-Indent-FirstLine:before {
  content: "\e9e1";
}

.icon-Indent-LeftMargin:before {
  content: "\e9e2";
}

.icon-Indent-RightMargin:before {
  content: "\e9e3";
}

.icon-India:before {
  content: "\e9e4";
}

.icon-Info-Window:before {
  content: "\e9e5";
}

.icon-Information:before {
  content: "\e9e6";
}

.icon-Inifity:before {
  content: "\e9e7";
}

.icon-Instagram:before {
  content: "\e9e8";
}

.icon-Internet-2:before {
  content: "\e9e9";
}

.icon-Internet-Explorer:before {
  content: "\e9ea";
}

.icon-Internet-Smiley:before {
  content: "\e9eb";
}

.icon-Internet:before {
  content: "\e9ec";
}

.icon-iOS-Apple:before {
  content: "\e9ed";
}

.icon-Israel:before {
  content: "\e9ee";
}

.icon-Italic-Text:before {
  content: "\e9ef";
}

.icon-Jacket-2:before {
  content: "\e9f0";
}

.icon-Jacket:before {
  content: "\e9f1";
}

.icon-Jamaica:before {
  content: "\e9f2";
}

.icon-Japan:before {
  content: "\e9f3";
}

.icon-Japanese-Gate:before {
  content: "\e9f4";
}

.icon-Jeans:before {
  content: "\e9f5";
}

.icon-Jeep-2:before {
  content: "\e9f6";
}

.icon-Jeep:before {
  content: "\e9f7";
}

.icon-Jet:before {
  content: "\e9f8";
}

.icon-Joystick:before {
  content: "\e9f9";
}

.icon-Juice:before {
  content: "\e9fa";
}

.icon-Jump-Rope:before {
  content: "\e9fb";
}

.icon-Kangoroo:before {
  content: "\e9fc";
}

.icon-Kenya:before {
  content: "\e9fd";
}

.icon-Key-2:before {
  content: "\e9fe";
}

.icon-Key-3:before {
  content: "\e9ff";
}

.icon-Key-Lock:before {
  content: "\ea00";
}

.icon-Key:before {
  content: "\ea01";
}

.icon-Keyboard:before {
  content: "\ea02";
}

.icon-Keyboard3:before {
  content: "\ea03";
}

.icon-Keypad:before {
  content: "\ea04";
}

.icon-King-2:before {
  content: "\ea05";
}

.icon-King:before {
  content: "\ea06";
}

.icon-Kiss:before {
  content: "\ea07";
}

.icon-Knee:before {
  content: "\ea08";
}

.icon-Knife-2:before {
  content: "\ea09";
}

.icon-Knife:before {
  content: "\ea0a";
}

.icon-Knight:before {
  content: "\ea0b";
}

.icon-Koala:before {
  content: "\ea0c";
}

.icon-Korea:before {
  content: "\ea0d";
}

.icon-Lamp:before {
  content: "\ea0e";
}

.icon-Landscape-2:before {
  content: "\ea0f";
}

.icon-Landscape:before {
  content: "\ea10";
}

.icon-Lantern:before {
  content: "\ea11";
}

.icon-Laptop-2:before {
  content: "\ea12";
}

.icon-Laptop-3:before {
  content: "\ea13";
}

.icon-Laptop-Phone:before {
  content: "\ea14";
}

.icon-Laptop-Secure:before {
  content: "\ea15";
}

.icon-Laptop-Tablet:before {
  content: "\ea16";
}

.icon-Laptop:before {
  content: "\ea17";
}

.icon-Laser:before {
  content: "\ea18";
}

.icon-Last-FM:before {
  content: "\ea19";
}

.icon-Last:before {
  content: "\ea1a";
}

.icon-Laughing:before {
  content: "\ea1b";
}

.icon-Layer-1635:before {
  content: "\ea1c";
}

.icon-Layer-1646:before {
  content: "\ea1d";
}

.icon-Layer-Backward:before {
  content: "\ea1e";
}

.icon-Layer-Forward:before {
  content: "\ea1f";
}

.icon-Leafs-2:before {
  content: "\ea20";
}

.icon-Leafs:before {
  content: "\ea21";
}

.icon-Leaning-Tower:before {
  content: "\ea22";
}

.icon-Left--Right:before {
  content: "\ea23";
}

.icon-Left--Right3:before {
  content: "\ea24";
}

.icon-Left-2:before {
  content: "\ea25";
}

.icon-Left-3:before {
  content: "\ea26";
}

.icon-Left-4:before {
  content: "\ea27";
}

.icon-Left-ToRight:before {
  content: "\ea28";
}

.icon-Left:before {
  content: "\ea29";
}

.icon-Leg-2:before {
  content: "\ea2a";
}

.icon-Leg:before {
  content: "\ea2b";
}

.icon-Lego:before {
  content: "\ea2c";
}

.icon-Lemon:before {
  content: "\ea2d";
}

.icon-Len-2:before {
  content: "\ea2e";
}

.icon-Len-3:before {
  content: "\ea2f";
}

.icon-Len:before {
  content: "\ea30";
}

.icon-Leo-2:before {
  content: "\ea31";
}

.icon-Leo:before {
  content: "\ea32";
}

.icon-Leopard:before {
  content: "\ea33";
}

.icon-Lesbian:before {
  content: "\ea34";
}

.icon-Lesbians:before {
  content: "\ea35";
}

.icon-Letter-Close:before {
  content: "\ea36";
}

.icon-Letter-Open:before {
  content: "\ea37";
}

.icon-Letter-Sent:before {
  content: "\ea38";
}

.icon-Libra-2:before {
  content: "\ea39";
}

.icon-Libra:before {
  content: "\ea3a";
}

.icon-Library-2:before {
  content: "\ea3b";
}

.icon-Library:before {
  content: "\ea3c";
}

.icon-Life-Jacket:before {
  content: "\ea3d";
}

.icon-Life-Safer:before {
  content: "\ea3e";
}

.icon-Light-Bulb:before {
  content: "\ea3f";
}

.icon-Light-Bulb2:before {
  content: "\ea40";
}

.icon-Light-BulbLeaf:before {
  content: "\ea41";
}

.icon-Lighthouse:before {
  content: "\ea42";
}

.icon-Like-2:before {
  content: "\ea43";
}

.icon-Like:before {
  content: "\ea44";
}

.icon-Line-Chart:before {
  content: "\ea45";
}

.icon-Line-Chart2:before {
  content: "\ea46";
}

.icon-Line-Chart3:before {
  content: "\ea47";
}

.icon-Line-Chart4:before {
  content: "\ea48";
}

.icon-Line-Spacing:before {
  content: "\ea49";
}

.icon-Line-SpacingText:before {
  content: "\ea4a";
}

.icon-Link-2:before {
  content: "\ea4b";
}

.icon-Link:before {
  content: "\ea4c";
}

.icon-Linkedin-2:before {
  content: "\ea4d";
}

.icon-Linkedin:before {
  content: "\ea4e";
}

.icon-Linux:before {
  content: "\ea4f";
}

.icon-Lion:before {
  content: "\ea50";
}

.icon-Livejournal:before {
  content: "\ea51";
}

.icon-Loading-2:before {
  content: "\ea52";
}

.icon-Loading-3:before {
  content: "\ea53";
}

.icon-Loading-Window:before {
  content: "\ea54";
}

.icon-Loading:before {
  content: "\ea55";
}

.icon-Location-2:before {
  content: "\ea56";
}

.icon-Location:before {
  content: "\ea57";
}

.icon-Lock-2:before {
  content: "\ea58";
}

.icon-Lock-3:before {
  content: "\ea59";
}

.icon-Lock-User:before {
  content: "\ea5a";
}

.icon-Lock-Window:before {
  content: "\ea5b";
}

.icon-Lock:before {
  content: "\ea5c";
}

.icon-Lollipop-2:before {
  content: "\ea5d";
}

.icon-Lollipop-3:before {
  content: "\ea5e";
}

.icon-Lollipop:before {
  content: "\ea5f";
}

.icon-Loop:before {
  content: "\ea60";
}

.icon-Loud:before {
  content: "\ea61";
}

.icon-Loudspeaker:before {
  content: "\ea62";
}

.icon-Love-2:before {
  content: "\ea63";
}

.icon-Love-User:before {
  content: "\ea64";
}

.icon-Love-Window:before {
  content: "\ea65";
}

.icon-Love:before {
  content: "\ea66";
}

.icon-Lowercase-Text:before {
  content: "\ea67";
}

.icon-Luggafe-Front:before {
  content: "\ea68";
}

.icon-Luggage-2:before {
  content: "\ea69";
}

.icon-Macro:before {
  content: "\ea6a";
}

.icon-Magic-Wand:before {
  content: "\ea6b";
}

.icon-Magnet:before {
  content: "\ea6c";
}

.icon-Magnifi-Glass-:before {
  content: "\ea6d";
}

.icon-Magnifi-Glass:before {
  content: "\ea6e";
}

.icon-Magnifi-Glass2:before {
  content: "\ea6f";
}

.icon-Mail-2:before {
  content: "\ea70";
}

.icon-Mail-3:before {
  content: "\ea71";
}

.icon-Mail-Add:before {
  content: "\ea72";
}

.icon-Mail-Attachement:before {
  content: "\ea73";
}

.icon-Mail-Block:before {
  content: "\ea74";
}

.icon-Mail-Delete:before {
  content: "\ea75";
}

.icon-Mail-Favorite:before {
  content: "\ea76";
}

.icon-Mail-Forward:before {
  content: "\ea77";
}

.icon-Mail-Gallery:before {
  content: "\ea78";
}

.icon-Mail-Inbox:before {
  content: "\ea79";
}

.icon-Mail-Link:before {
  content: "\ea7a";
}

.icon-Mail-Lock:before {
  content: "\ea7b";
}

.icon-Mail-Love:before {
  content: "\ea7c";
}

.icon-Mail-Money:before {
  content: "\ea7d";
}

.icon-Mail-Open:before {
  content: "\ea7e";
}

.icon-Mail-Outbox:before {
  content: "\ea7f";
}

.icon-Mail-Password:before {
  content: "\ea80";
}

.icon-Mail-Photo:before {
  content: "\ea81";
}

.icon-Mail-Read:before {
  content: "\ea82";
}

.icon-Mail-Removex:before {
  content: "\ea83";
}

.icon-Mail-Reply:before {
  content: "\ea84";
}

.icon-Mail-ReplyAll:before {
  content: "\ea85";
}

.icon-Mail-Search:before {
  content: "\ea86";
}

.icon-Mail-Send:before {
  content: "\ea87";
}

.icon-Mail-Settings:before {
  content: "\ea88";
}

.icon-Mail-Unread:before {
  content: "\ea89";
}

.icon-Mail-Video:before {
  content: "\ea8a";
}

.icon-Mail-withAtSign:before {
  content: "\ea8b";
}

.icon-Mail-WithCursors:before {
  content: "\ea8c";
}

.icon-Mail:before {
  content: "\ea8d";
}

.icon-Mailbox-Empty:before {
  content: "\ea8e";
}

.icon-Mailbox-Full:before {
  content: "\ea8f";
}

.icon-Male-2:before {
  content: "\ea90";
}

.icon-Male-Sign:before {
  content: "\ea91";
}

.icon-Male:before {
  content: "\ea92";
}

.icon-MaleFemale:before {
  content: "\ea93";
}

.icon-Man-Sign:before {
  content: "\ea94";
}

.icon-Management:before {
  content: "\ea95";
}

.icon-Mans-Underwear:before {
  content: "\ea96";
}

.icon-Mans-Underwear2:before {
  content: "\ea97";
}

.icon-Map-Marker:before {
  content: "\ea98";
}

.icon-Map-Marker2:before {
  content: "\ea99";
}

.icon-Map-Marker3:before {
  content: "\ea9a";
}

.icon-Map:before {
  content: "\ea9b";
}

.icon-Map2:before {
  content: "\ea9c";
}

.icon-Marker-2:before {
  content: "\ea9d";
}

.icon-Marker-3:before {
  content: "\ea9e";
}

.icon-Marker:before {
  content: "\ea9f";
}

.icon-Martini-Glass:before {
  content: "\eaa0";
}

.icon-Mask:before {
  content: "\eaa1";
}

.icon-Master-Card:before {
  content: "\eaa2";
}

.icon-Maximize-Window:before {
  content: "\eaa3";
}

.icon-Maximize:before {
  content: "\eaa4";
}

.icon-Medal-2:before {
  content: "\eaa5";
}

.icon-Medal-3:before {
  content: "\eaa6";
}

.icon-Medal:before {
  content: "\eaa7";
}

.icon-Medical-Sign:before {
  content: "\eaa8";
}

.icon-Medicine-2:before {
  content: "\eaa9";
}

.icon-Medicine-3:before {
  content: "\eaaa";
}

.icon-Medicine:before {
  content: "\eaab";
}

.icon-Megaphone:before {
  content: "\eaac";
}

.icon-Memory-Card:before {
  content: "\eaad";
}

.icon-Memory-Card2:before {
  content: "\eaae";
}

.icon-Memory-Card3:before {
  content: "\eaaf";
}

.icon-Men:before {
  content: "\eab0";
}

.icon-Menorah:before {
  content: "\eab1";
}

.icon-Mens:before {
  content: "\eab2";
}

.icon-Metacafe:before {
  content: "\eab3";
}

.icon-Mexico:before {
  content: "\eab4";
}

.icon-Mic:before {
  content: "\eab5";
}

.icon-Microphone-2:before {
  content: "\eab6";
}

.icon-Microphone-3:before {
  content: "\eab7";
}

.icon-Microphone-4:before {
  content: "\eab8";
}

.icon-Microphone-5:before {
  content: "\eab9";
}

.icon-Microphone-6:before {
  content: "\eaba";
}

.icon-Microphone-7:before {
  content: "\eabb";
}

.icon-Microphone:before {
  content: "\eabc";
}

.icon-Microscope:before {
  content: "\eabd";
}

.icon-Milk-Bottle:before {
  content: "\eabe";
}

.icon-Mine:before {
  content: "\eabf";
}

.icon-Minimize-Maximize-Close-Window:before {
  content: "\eac0";
}

.icon-Minimize-Window:before {
  content: "\eac1";
}

.icon-Minimize:before {
  content: "\eac2";
}

.icon-Mirror:before {
  content: "\eac3";
}

.icon-Mixer:before {
  content: "\eac4";
}

.icon-Mixx:before {
  content: "\eac5";
}

.icon-Money-2:before {
  content: "\eac6";
}

.icon-Money-Bag:before {
  content: "\eac7";
}

.icon-Money-Smiley:before {
  content: "\eac8";
}

.icon-Money:before {
  content: "\eac9";
}

.icon-Monitor-2:before {
  content: "\eaca";
}

.icon-Monitor-3:before {
  content: "\eacb";
}

.icon-Monitor-4:before {
  content: "\eacc";
}

.icon-Monitor-5:before {
  content: "\eacd";
}

.icon-Monitor-Analytics:before {
  content: "\eace";
}

.icon-Monitor-Laptop:before {
  content: "\eacf";
}

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

.icon-Monitor-Tablet:before {
  content: "\ead1";
}

.icon-Monitor-Vertical:before {
  content: "\ead2";
}

.icon-Monitor:before {
  content: "\ead3";
}

.icon-Monitoring:before {
  content: "\ead4";
}

.icon-Monkey:before {
  content: "\ead5";
}

.icon-Monster:before {
  content: "\ead6";
}

.icon-Morocco:before {
  content: "\ead7";
}

.icon-Motorcycle:before {
  content: "\ead8";
}

.icon-Mouse-2:before {
  content: "\ead9";
}

.icon-Mouse-3:before {
  content: "\eada";
}

.icon-Mouse-4:before {
  content: "\eadb";
}

.icon-Mouse-Pointer:before {
  content: "\eadc";
}

.icon-Mouse:before {
  content: "\eadd";
}

.icon-Moustache-Smiley:before {
  content: "\eade";
}

.icon-Movie-Ticket:before {
  content: "\eadf";
}

.icon-Movie:before {
  content: "\eae0";
}

.icon-Mp3-File:before {
  content: "\eae1";
}

.icon-Museum:before {
  content: "\eae2";
}

.icon-Mushroom:before {
  content: "\eae3";
}

.icon-Music-Note:before {
  content: "\eae4";
}

.icon-Music-Note2:before {
  content: "\eae5";
}

.icon-Music-Note3:before {
  content: "\eae6";
}

.icon-Music-Note4:before {
  content: "\eae7";
}

.icon-Music-Player:before {
  content: "\eae8";
}

.icon-Mustache-2:before {
  content: "\eae9";
}

.icon-Mustache-3:before {
  content: "\eaea";
}

.icon-Mustache-4:before {
  content: "\eaeb";
}

.icon-Mustache-5:before {
  content: "\eaec";
}

.icon-Mustache-6:before {
  content: "\eaed";
}

.icon-Mustache-7:before {
  content: "\eaee";
}

.icon-Mustache-8:before {
  content: "\eaef";
}

.icon-Mustache:before {
  content: "\eaf0";
}

.icon-Mute:before {
  content: "\eaf1";
}

.icon-Myspace:before {
  content: "\eaf2";
}

.icon-Navigat-Start:before {
  content: "\eaf3";
}

.icon-Navigate-End:before {
  content: "\eaf4";
}

.icon-Navigation-LeftWindow:before {
  content: "\eaf5";
}

.icon-Navigation-RightWindow:before {
  content: "\eaf6";
}

.icon-Nepal:before {
  content: "\eaf7";
}

.icon-Netscape:before {
  content: "\eaf8";
}

.icon-Network-Window:before {
  content: "\eaf9";
}

.icon-Network:before {
  content: "\eafa";
}

.icon-Neutron:before {
  content: "\eafb";
}

.icon-New-Mail:before {
  content: "\eafc";
}

.icon-New-Tab:before {
  content: "\eafd";
}

.icon-Newspaper-2:before {
  content: "\eafe";
}

.icon-Newspaper:before {
  content: "\eaff";
}

.icon-Newsvine:before {
  content: "\eb00";
}

.icon-Next2:before {
  content: "\eb01";
}

.icon-Next-3:before {
  content: "\eb02";
}

.icon-Next-Music:before {
  content: "\eb03";
}

.icon-Next:before {
  content: "\eb04";
}

.icon-No-Battery:before {
  content: "\eb05";
}

.icon-No-Drop:before {
  content: "\eb06";
}

.icon-No-Flash:before {
  content: "\eb07";
}

.icon-No-Smoking:before {
  content: "\eb08";
}

.icon-Noose:before {
  content: "\eb09";
}

.icon-Normal-Text:before {
  content: "\eb0a";
}

.icon-Note:before {
  content: "\eb0b";
}

.icon-Notepad-2:before {
  content: "\eb0c";
}

.icon-Notepad:before {
  content: "\eb0d";
}

.icon-Nuclear:before {
  content: "\eb0e";
}

.icon-Numbering-List:before {
  content: "\eb0f";
}

.icon-Nurse:before {
  content: "\eb10";
}

.icon-Office-Lamp:before {
  content: "\eb11";
}

.icon-Office:before {
  content: "\eb12";
}

.icon-Oil:before {
  content: "\eb13";
}

.icon-Old-Camera:before {
  content: "\eb14";
}

.icon-Old-Cassette:before {
  content: "\eb15";
}

.icon-Old-Clock:before {
  content: "\eb16";
}

.icon-Old-Radio:before {
  content: "\eb17";
}

.icon-Old-Sticky:before {
  content: "\eb18";
}

.icon-Old-Sticky2:before {
  content: "\eb19";
}

.icon-Old-Telephone:before {
  content: "\eb1a";
}

.icon-Old-TV:before {
  content: "\eb1b";
}

.icon-On-Air:before {
  content: "\eb1c";
}

.icon-On-Off-2:before {
  content: "\eb1d";
}

.icon-On-Off-3:before {
  content: "\eb1e";
}

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

.icon-One-Finger:before {
  content: "\eb20";
}

.icon-One-FingerTouch:before {
  content: "\eb21";
}

.icon-One-Window:before {
  content: "\eb22";
}

.icon-Open-Banana:before {
  content: "\eb23";
}

.icon-Open-Book:before {
  content: "\eb24";
}

.icon-Opera-House:before {
  content: "\eb25";
}

.icon-Opera:before {
  content: "\eb26";
}

.icon-Optimization:before {
  content: "\eb27";
}

.icon-Orientation-2:before {
  content: "\eb28";
}

.icon-Orientation-3:before {
  content: "\eb29";
}

.icon-Orientation:before {
  content: "\eb2a";
}

.icon-Orkut:before {
  content: "\eb2b";
}

.icon-Ornament:before {
  content: "\eb2c";
}

.icon-Over-Time:before {
  content: "\eb2d";
}

.icon-Over-Time2:before {
  content: "\eb2e";
}

.icon-Owl:before {
  content: "\eb2f";
}

.icon-Pac-Man:before {
  content: "\eb30";
}

.icon-Paint-Brush:before {
  content: "\eb31";
}

.icon-Paint-Bucket:before {
  content: "\eb32";
}

.icon-Paintbrush:before {
  content: "\eb33";
}

.icon-Palette:before {
  content: "\eb34";
}

.icon-Palm-Tree:before {
  content: "\eb35";
}

.icon-Panda:before {
  content: "\eb36";
}

.icon-Panorama:before {
  content: "\eb37";
}

.icon-Pantheon:before {
  content: "\eb38";
}

.icon-Pantone:before {
  content: "\eb39";
}

.icon-Pants:before {
  content: "\eb3a";
}

.icon-Paper-Plane:before {
  content: "\eb3b";
}

.icon-Paper:before {
  content: "\eb3c";
}

.icon-Parasailing:before {
  content: "\eb3d";
}

.icon-Parrot:before {
  content: "\eb3e";
}

.icon-Password-2shopping:before {
  content: "\eb3f";
}

.icon-Password-Field:before {
  content: "\eb40";
}

.icon-Password-shopping:before {
  content: "\eb41";
}

.icon-Password:before {
  content: "\eb42";
}

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

.icon-Pause:before {
  content: "\eb44";
}

.icon-Paw:before {
  content: "\eb45";
}

.icon-Pawn:before {
  content: "\eb46";
}

.icon-Paypal:before {
  content: "\eb47";
}

.icon-Pen-2:before {
  content: "\eb48";
}

.icon-Pen-3:before {
  content: "\eb49";
}

.icon-Pen-4:before {
  content: "\eb4a";
}

.icon-Pen-5:before {
  content: "\eb4b";
}

.icon-Pen-6:before {
  content: "\eb4c";
}

.icon-Pen:before {
  content: "\eb4d";
}

.icon-Pencil-Ruler:before {
  content: "\eb4e";
}

.icon-Pencil:before {
  content: "\eb4f";
}

.icon-Penguin:before {
  content: "\eb50";
}

.icon-Pentagon:before {
  content: "\eb51";
}

.icon-People-onCloud:before {
  content: "\eb52";
}

.icon-Pepper-withFire:before {
  content: "\eb53";
}

.icon-Pepper:before {
  content: "\eb54";
}

.icon-Petrol:before {
  content: "\eb55";
}

.icon-Petronas-Tower:before {
  content: "\eb56";
}

.icon-Philipines:before {
  content: "\eb57";
}

.icon-Phone-2:before {
  content: "\eb58";
}

.icon-Phone-3:before {
  content: "\eb59";
}

.icon-Phone-3G:before {
  content: "\eb5a";
}

.icon-Phone-4G:before {
  content: "\eb5b";
}

.icon-Phone-Simcard:before {
  content: "\eb5c";
}

.icon-Phone-SMS:before {
  content: "\eb5d";
}

.icon-Phone-Wifi:before {
  content: "\eb5e";
}

.icon-Phone:before {
  content: "\eb5f";
}

.icon-Photo-2:before {
  content: "\eb60";
}

.icon-Photo-3:before {
  content: "\eb61";
}

.icon-Photo-Album:before {
  content: "\eb62";
}

.icon-Photo-Album2:before {
  content: "\eb63";
}

.icon-Photo-Album3:before {
  content: "\eb64";
}

.icon-Photo:before {
  content: "\eb65";
}

.icon-Photos:before {
  content: "\eb66";
}

.icon-Physics:before {
  content: "\eb67";
}

.icon-Pi:before {
  content: "\eb68";
}

.icon-Piano:before {
  content: "\eb69";
}

.icon-Picasa:before {
  content: "\eb6a";
}

.icon-Pie-Chart:before {
  content: "\eb6b";
}

.icon-Pie-Chart2:before {
  content: "\eb6c";
}

.icon-Pie-Chart3:before {
  content: "\eb6d";
}

.icon-Pilates-2:before {
  content: "\eb6e";
}

.icon-Pilates-3:before {
  content: "\eb6f";
}

.icon-Pilates:before {
  content: "\eb70";
}

.icon-Pilot:before {
  content: "\eb71";
}

.icon-Pinch:before {
  content: "\eb72";
}

.icon-Ping-Pong:before {
  content: "\eb73";
}

.icon-Pinterest:before {
  content: "\eb74";
}

.icon-Pipe:before {
  content: "\eb75";
}

.icon-Pipette:before {
  content: "\eb76";
}

.icon-Piramids:before {
  content: "\eb77";
}

.icon-Pisces-2:before {
  content: "\eb78";
}

.icon-Pisces:before {
  content: "\eb79";
}

.icon-Pizza-Slice:before {
  content: "\eb7a";
}

.icon-Pizza:before {
  content: "\eb7b";
}

.icon-Plane-2:before {
  content: "\eb7c";
}

.icon-Plane:before {
  content: "\eb7d";
}

.icon-Plant:before {
  content: "\eb7e";
}

.icon-Plasmid:before {
  content: "\eb7f";
}

.icon-Plaster:before {
  content: "\eb80";
}

.icon-Plastic-CupPhone:before {
  content: "\eb81";
}

.icon-Plastic-CupPhone2:before {
  content: "\eb82";
}

.icon-Plate:before {
  content: "\eb83";
}

.icon-Plates:before {
  content: "\eb84";
}

.icon-Plaxo:before {
  content: "\eb85";
}

.icon-Play-Music:before {
  content: "\eb86";
}

.icon-Plug-In:before {
  content: "\eb87";
}

.icon-Plug-In2:before {
  content: "\eb88";
}

.icon-Plurk:before {
  content: "\eb89";
}

.icon-Pointer:before {
  content: "\eb8a";
}

.icon-Poland:before {
  content: "\eb8b";
}

.icon-Police-Man:before {
  content: "\eb8c";
}

.icon-Police-Station:before {
  content: "\eb8d";
}

.icon-Police-Woman:before {
  content: "\eb8e";
}

.icon-Police:before {
  content: "\eb8f";
}

.icon-Polo-Shirt:before {
  content: "\eb90";
}

.icon-Portrait:before {
  content: "\eb91";
}

.icon-Portugal:before {
  content: "\eb92";
}

.icon-Post-Mail:before {
  content: "\eb93";
}

.icon-Post-Mail2:before {
  content: "\eb94";
}

.icon-Post-Office:before {
  content: "\eb95";
}

.icon-Post-Sign:before {
  content: "\eb96";
}

.icon-Post-Sign2ways:before {
  content: "\eb97";
}

.icon-Posterous:before {
  content: "\eb98";
}

.icon-Pound-Sign:before {
  content: "\eb99";
}

.icon-Pound-Sign2:before {
  content: "\eb9a";
}

.icon-Pound:before {
  content: "\eb9b";
}

.icon-Power-2:before {
  content: "\eb9c";
}

.icon-Power-3:before {
  content: "\eb9d";
}

.icon-Power-Cable:before {
  content: "\eb9e";
}

.icon-Power-Station:before {
  content: "\eb9f";
}

.icon-Power:before {
  content: "\eba0";
}

.icon-Prater:before {
  content: "\eba1";
}

.icon-Present:before {
  content: "\eba2";
}

.icon-Presents:before {
  content: "\eba3";
}

.icon-Press:before {
  content: "\eba4";
}

.icon-Preview:before {
  content: "\eba5";
}

.icon-Previous:before {
  content: "\eba6";
}

.icon-Pricing:before {
  content: "\eba7";
}

.icon-Printer:before {
  content: "\eba8";
}

.icon-Professor:before {
  content: "\eba9";
}

.icon-Profile:before {
  content: "\ebaa";
}

.icon-Project:before {
  content: "\ebab";
}

.icon-Projector-2:before {
  content: "\ebac";
}

.icon-Projector:before {
  content: "\ebad";
}

.icon-Pulse:before {
  content: "\ebae";
}

.icon-Pumpkin:before {
  content: "\ebaf";
}

.icon-Punk:before {
  content: "\ebb0";
}

.icon-Punker:before {
  content: "\ebb1";
}

.icon-Puzzle:before {
  content: "\ebb2";
}

.icon-QIK:before {
  content: "\ebb3";
}

.icon-QR-Code:before {
  content: "\ebb4";
}

.icon-Queen-2:before {
  content: "\ebb5";
}

.icon-Queen:before {
  content: "\ebb6";
}

.icon-Quill-2:before {
  content: "\ebb7";
}

.icon-Quill-3:before {
  content: "\ebb8";
}

.icon-Quill:before {
  content: "\ebb9";
}

.icon-Quotes-2:before {
  content: "\ebba";
}

.icon-Quotes:before {
  content: "\ebbb";
}

.icon-Radio:before {
  content: "\ebbc";
}

.icon-Radioactive:before {
  content: "\ebbd";
}

.icon-Rafting:before {
  content: "\ebbe";
}

.icon-Rain-Drop:before {
  content: "\ebbf";
}

.icon-Rainbow-2:before {
  content: "\ebc0";
}

.icon-Rainbow:before {
  content: "\ebc1";
}

.icon-Ram:before {
  content: "\ebc2";
}

.icon-Razzor-Blade:before {
  content: "\ebc3";
}

.icon-Receipt-2:before {
  content: "\ebc4";
}

.icon-Receipt-3:before {
  content: "\ebc5";
}

.icon-Receipt-4:before {
  content: "\ebc6";
}

.icon-Receipt:before {
  content: "\ebc7";
}

.icon-Record2:before {
  content: "\ebc8";
}

.icon-Record-3:before {
  content: "\ebc9";
}

.icon-Record-Music:before {
  content: "\ebca";
}

.icon-Record:before {
  content: "\ebcb";
}

.icon-Recycling-2:before {
  content: "\ebcc";
}

.icon-Recycling:before {
  content: "\ebcd";
}

.icon-Reddit:before {
  content: "\ebce";
}

.icon-Redhat:before {
  content: "\ebcf";
}

.icon-Redirect:before {
  content: "\ebd0";
}

.icon-Redo:before {
  content: "\ebd1";
}

.icon-Reel:before {
  content: "\ebd2";
}

.icon-Refinery:before {
  content: "\ebd3";
}

.icon-Refresh-Window:before {
  content: "\ebd4";
}

.icon-Refresh:before {
  content: "\ebd5";
}

.icon-Reload-2:before {
  content: "\ebd6";
}

.icon-Reload-3:before {
  content: "\ebd7";
}

.icon-Reload:before {
  content: "\ebd8";
}

.icon-Remote-Controll:before {
  content: "\ebd9";
}

.icon-Remote-Controll2:before {
  content: "\ebda";
}

.icon-Remove-Bag:before {
  content: "\ebdb";
}

.icon-Remove-Basket:before {
  content: "\ebdc";
}

.icon-Remove-Cart:before {
  content: "\ebdd";
}

.icon-Remove-File:before {
  content: "\ebde";
}

.icon-Remove-User:before {
  content: "\ebdf";
}

.icon-Remove-Window:before {
  content: "\ebe0";
}

.icon-Remove:before {
  content: "\ebe1";
}

.icon-Rename:before {
  content: "\ebe2";
}

.icon-Repair:before {
  content: "\ebe3";
}

.icon-Repeat-2:before {
  content: "\ebe4";
}

.icon-Repeat-3:before {
  content: "\ebe5";
}

.icon-Repeat-4:before {
  content: "\ebe6";
}

.icon-Repeat-5:before {
  content: "\ebe7";
}

.icon-Repeat-6:before {
  content: "\ebe8";
}

.icon-Repeat-7:before {
  content: "\ebe9";
}

.icon-Repeat:before {
  content: "\ebea";
}

.icon-Reset:before {
  content: "\ebeb";
}

.icon-Resize:before {
  content: "\ebec";
}

.icon-Restore-Window:before {
  content: "\ebed";
}

.icon-Retouching:before {
  content: "\ebee";
}

.icon-Retro-Camera:before {
  content: "\ebef";
}

.icon-Retro:before {
  content: "\ebf0";
}

.icon-Retweet:before {
  content: "\ebf1";
}

.icon-Reverbnation:before {
  content: "\ebf2";
}

.icon-Rewind:before {
  content: "\ebf3";
}

.icon-RGB:before {
  content: "\ebf4";
}

.icon-Ribbon-2:before {
  content: "\ebf5";
}

.icon-Ribbon-3:before {
  content: "\ebf6";
}

.icon-Ribbon:before {
  content: "\ebf7";
}

.icon-Right-2:before {
  content: "\ebf8";
}

.icon-Right-3:before {
  content: "\ebf9";
}

.icon-Right-4:before {
  content: "\ebfa";
}

.icon-Right-ToLeft:before {
  content: "\ebfb";
}

.icon-Right:before {
  content: "\ebfc";
}

.icon-Road-2:before {
  content: "\ebfd";
}

.icon-Road-3:before {
  content: "\ebfe";
}

.icon-Road:before {
  content: "\ebff";
}

.icon-Robot-2:before {
  content: "\ec00";
}

.icon-Robot:before {
  content: "\ec01";
}

.icon-Rock-andRoll:before {
  content: "\ec02";
}

.icon-Rocket:before {
  content: "\ec03";
}

.icon-Roller:before {
  content: "\ec04";
}

.icon-Roof:before {
  content: "\ec05";
}

.icon-Rook:before {
  content: "\ec06";
}

.icon-Rotate-Gesture:before {
  content: "\ec07";
}

.icon-Rotate-Gesture2:before {
  content: "\ec08";
}

.icon-Rotate-Gesture3:before {
  content: "\ec09";
}

.icon-Rotation-390:before {
  content: "\ec0a";
}

.icon-Rotation:before {
  content: "\ec0b";
}

.icon-Router-2:before {
  content: "\ec0c";
}

.icon-Router:before {
  content: "\ec0d";
}

.icon-RSS:before {
  content: "\ec0e";
}

.icon-Ruler-2:before {
  content: "\ec0f";
}

.icon-Ruler:before {
  content: "\ec10";
}

.icon-Running-Shoes:before {
  content: "\ec11";
}

.icon-Running:before {
  content: "\ec12";
}

.icon-Safari:before {
  content: "\ec13";
}

.icon-Safe-Box:before {
  content: "\ec14";
}

.icon-Safe-Box2:before {
  content: "\ec15";
}

.icon-Safety-PinClose:before {
  content: "\ec16";
}

.icon-Safety-PinOpen:before {
  content: "\ec17";
}

.icon-Sagittarus-2:before {
  content: "\ec18";
}

.icon-Sagittarus:before {
  content: "\ec19";
}

.icon-Sailing-Ship:before {
  content: "\ec1a";
}

.icon-Sand-watch:before {
  content: "\ec1b";
}

.icon-Sand-watch2:before {
  content: "\ec1c";
}

.icon-Santa-Claus:before {
  content: "\ec1d";
}

.icon-Santa-Claus2:before {
  content: "\ec1e";
}

.icon-Santa-onSled:before {
  content: "\ec1f";
}

.icon-Satelite-2:before {
  content: "\ec20";
}

.icon-Satelite:before {
  content: "\ec21";
}

.icon-Save-Window:before {
  content: "\ec22";
}

.icon-Save:before {
  content: "\ec23";
}

.icon-Saw:before {
  content: "\ec24";
}

.icon-Saxophone:before {
  content: "\ec25";
}

.icon-Scale:before {
  content: "\ec26";
}

.icon-Scarf:before {
  content: "\ec27";
}

.icon-Scissor:before {
  content: "\ec28";
}

.icon-Scooter-Front:before {
  content: "\ec29";
}

.icon-Scooter:before {
  content: "\ec2a";
}

.icon-Scorpio-2:before {
  content: "\ec2b";
}

.icon-Scorpio:before {
  content: "\ec2c";
}

.icon-Scotland:before {
  content: "\ec2d";
}

.icon-Screwdriver:before {
  content: "\ec2e";
}

.icon-Scroll-Fast:before {
  content: "\ec2f";
}

.icon-Scroll:before {
  content: "\ec30";
}

.icon-Scroller-2:before {
  content: "\ec31";
}

.icon-Scroller:before {
  content: "\ec32";
}

.icon-Sea-Dog:before {
  content: "\ec33";
}

.icon-Search-onCloud:before {
  content: "\ec34";
}

.icon-Search-People:before {
  content: "\ec35";
}

.icon-secound:before {
  content: "\ec36";
}

.icon-secound2:before {
  content: "\ec37";
}

.icon-Security-Block:before {
  content: "\ec38";
}

.icon-Security-Bug:before {
  content: "\ec39";
}

.icon-Security-Camera:before {
  content: "\ec3a";
}

.icon-Security-Check:before {
  content: "\ec3b";
}

.icon-Security-Settings:before {
  content: "\ec3c";
}

.icon-Security-Smiley:before {
  content: "\ec3d";
}

.icon-Securiy-Remove:before {
  content: "\ec3e";
}

.icon-Seed:before {
  content: "\ec3f";
}

.icon-Selfie:before {
  content: "\ec40";
}

.icon-Serbia:before {
  content: "\ec41";
}

.icon-Server-2:before {
  content: "\ec42";
}

.icon-Server:before {
  content: "\ec43";
}

.icon-Servers:before {
  content: "\ec44";
}

.icon-Settings-Window:before {
  content: "\ec45";
}

.icon-Sewing-Machine:before {
  content: "\ec46";
}

.icon-Sexual:before {
  content: "\ec47";
}

.icon-Share-onCloud:before {
  content: "\ec48";
}

.icon-Share-Window:before {
  content: "\ec49";
}

.icon-Share:before {
  content: "\ec4a";
}

.icon-Sharethis:before {
  content: "\ec4b";
}

.icon-Shark:before {
  content: "\ec4c";
}

.icon-Sheep:before {
  content: "\ec4d";
}

.icon-Sheriff-Badge:before {
  content: "\ec4e";
}

.icon-Shield:before {
  content: "\ec4f";
}

.icon-Ship-2:before {
  content: "\ec50";
}

.icon-Ship:before {
  content: "\ec51";
}

.icon-Shirt:before {
  content: "\ec52";
}

.icon-Shoes-2:before {
  content: "\ec53";
}

.icon-Shoes-3:before {
  content: "\ec54";
}

.icon-Shoes:before {
  content: "\ec55";
}

.icon-Shop-2:before {
  content: "\ec56";
}

.icon-Shop-3:before {
  content: "\ec57";
}

.icon-Shop-4:before {
  content: "\ec58";
}

.icon-Shop:before {
  content: "\ec59";
}

.icon-Shopping-Bag:before {
  content: "\ec5a";
}

.icon-Shopping-Basket:before {
  content: "\ec5b";
}

.icon-Shopping-Cart:before {
  content: "\ec5c";
}

.icon-Short-Pants:before {
  content: "\ec5d";
}

.icon-Shoutwire:before {
  content: "\ec5e";
}

.icon-Shovel:before {
  content: "\ec5f";
}

.icon-Shuffle-2:before {
  content: "\ec60";
}

.icon-Shuffle-3:before {
  content: "\ec61";
}

.icon-Shuffle-4:before {
  content: "\ec62";
}

.icon-Shuffle:before {
  content: "\ec63";
}

.icon-Shutter:before {
  content: "\ec64";
}

.icon-Sidebar-Window:before {
  content: "\ec65";
}

.icon-Signal:before {
  content: "\ec66";
}

.icon-Singapore:before {
  content: "\ec67";
}

.icon-Skate-Shoes:before {
  content: "\ec68";
}

.icon-Skateboard-2:before {
  content: "\ec69";
}

.icon-Skateboard:before {
  content: "\ec6a";
}

.icon-Skeleton:before {
  content: "\ec6b";
}

.icon-Ski:before {
  content: "\ec6c";
}

.icon-Skirt:before {
  content: "\ec6d";
}

.icon-Skrill:before {
  content: "\ec6e";
}

.icon-Skull:before {
  content: "\ec6f";
}

.icon-Skydiving:before {
  content: "\ec70";
}

.icon-Skype:before {
  content: "\ec71";
}

.icon-Sled-withGifts:before {
  content: "\ec72";
}

.icon-Sled:before {
  content: "\ec73";
}

.icon-Sleeping:before {
  content: "\ec74";
}

.icon-Sleet:before {
  content: "\ec75";
}

.icon-Slippers:before {
  content: "\ec76";
}

.icon-Smart:before {
  content: "\ec77";
}

.icon-Smartphone-2:before {
  content: "\ec78";
}

.icon-Smartphone-3:before {
  content: "\ec79";
}

.icon-Smartphone-4:before {
  content: "\ec7a";
}

.icon-Smartphone-Secure:before {
  content: "\ec7b";
}

.icon-Smartphone:before {
  content: "\ec7c";
}

.icon-Smile:before {
  content: "\ec7d";
}

.icon-Smoking-Area:before {
  content: "\ec7e";
}

.icon-Smoking-Pipe:before {
  content: "\ec7f";
}

.icon-Snake:before {
  content: "\ec80";
}

.icon-Snorkel:before {
  content: "\ec81";
}

.icon-Snow-2:before {
  content: "\ec82";
}

.icon-Snow-Dome:before {
  content: "\ec83";
}

.icon-Snow-Storm:before {
  content: "\ec84";
}

.icon-Snow:before {
  content: "\ec85";
}

.icon-Snowflake-2:before {
  content: "\ec86";
}

.icon-Snowflake-3:before {
  content: "\ec87";
}

.icon-Snowflake-4:before {
  content: "\ec88";
}

.icon-Snowflake:before {
  content: "\ec89";
}

.icon-Snowman:before {
  content: "\ec8a";
}

.icon-Soccer-Ball:before {
  content: "\ec8b";
}

.icon-Soccer-Shoes:before {
  content: "\ec8c";
}

.icon-Socks:before {
  content: "\ec8d";
}

.icon-Solar:before {
  content: "\ec8e";
}

.icon-Sound-Wave:before {
  content: "\ec8f";
}

.icon-Sound:before {
  content: "\ec90";
}

.icon-Soundcloud:before {
  content: "\ec91";
}

.icon-Soup:before {
  content: "\ec92";
}

.icon-South-Africa:before {
  content: "\ec93";
}

.icon-Space-Needle:before {
  content: "\ec94";
}

.icon-Spain:before {
  content: "\ec95";
}

.icon-Spam-Mail:before {
  content: "\ec96";
}

.icon-Speach-Bubble:before {
  content: "\ec97";
}

.icon-Speach-Bubble2:before {
  content: "\ec98";
}

.icon-Speach-Bubble3:before {
  content: "\ec99";
}

.icon-Speach-Bubble4:before {
  content: "\ec9a";
}

.icon-Speach-Bubble5:before {
  content: "\ec9b";
}

.icon-Speach-Bubble6:before {
  content: "\ec9c";
}

.icon-Speach-Bubble7:before {
  content: "\ec9d";
}

.icon-Speach-Bubble8:before {
  content: "\ec9e";
}

.icon-Speach-Bubble9:before {
  content: "\ec9f";
}

.icon-Speach-Bubble10:before {
  content: "\eca0";
}

.icon-Speach-Bubble11:before {
  content: "\eca1";
}

.icon-Speach-Bubble12:before {
  content: "\eca2";
}

.icon-Speach-Bubble13:before {
  content: "\eca3";
}

.icon-Speach-BubbleAsking:before {
  content: "\eca4";
}

.icon-Speach-BubbleComic:before {
  content: "\eca5";
}

.icon-Speach-BubbleComic2:before {
  content: "\eca6";
}

.icon-Speach-BubbleComic3:before {
  content: "\eca7";
}

.icon-Speach-BubbleComic4:before {
  content: "\eca8";
}

.icon-Speach-BubbleDialog:before {
  content: "\eca9";
}

.icon-Speach-Bubbles:before {
  content: "\ecaa";
}

.icon-Speak-2:before {
  content: "\ecab";
}

.icon-Speak:before {
  content: "\ecac";
}

.icon-Speaker-2:before {
  content: "\ecad";
}

.icon-Speaker:before {
  content: "\ecae";
}

.icon-Spell-Check:before {
  content: "\ecaf";
}

.icon-Spell-CheckABC:before {
  content: "\ecb0";
}

.icon-Spermium:before {
  content: "\ecb1";
}

.icon-Spider:before {
  content: "\ecb2";
}

.icon-Spiderweb:before {
  content: "\ecb3";
}

.icon-Split-FourSquareWindow:before {
  content: "\ecb4";
}

.icon-Split-Horizontal:before {
  content: "\ecb5";
}

.icon-Split-Horizontal2Window:before {
  content: "\ecb6";
}

.icon-Split-Vertical:before {
  content: "\ecb7";
}

.icon-Split-Vertical2:before {
  content: "\ecb8";
}

.icon-Split-Window:before {
  content: "\ecb9";
}

.icon-Spoder:before {
  content: "\ecba";
}

.icon-Spoon:before {
  content: "\ecbb";
}

.icon-Sport-Mode:before {
  content: "\ecbc";
}

.icon-Sports-Clothings1:before {
  content: "\ecbd";
}

.icon-Sports-Clothings2:before {
  content: "\ecbe";
}

.icon-Sports-Shirt:before {
  content: "\ecbf";
}

.icon-Spot:before {
  content: "\ecc0";
}

.icon-Spray:before {
  content: "\ecc1";
}

.icon-Spread:before {
  content: "\ecc2";
}

.icon-Spring:before {
  content: "\ecc3";
}

.icon-Spurl:before {
  content: "\ecc4";
}

.icon-Spy:before {
  content: "\ecc5";
}

.icon-Squirrel:before {
  content: "\ecc6";
}

.icon-SSL:before {
  content: "\ecc7";
}

.icon-St-BasilsCathedral:before {
  content: "\ecc8";
}

.icon-St-PaulsCathedral:before {
  content: "\ecc9";
}

.icon-Stamp-2:before {
  content: "\ecca";
}

.icon-Stamp:before {
  content: "\eccb";
}

.icon-Stapler:before {
  content: "\eccc";
}

.icon-Star-Track:before {
  content: "\eccd";
}

.icon-Star:before {
  content: "\ecce";
}

.icon-Starfish:before {
  content: "\eccf";
}

.icon-Start2:before {
  content: "\ecd0";
}

.icon-Start-3:before {
  content: "\ecd1";
}

.icon-Start-ways:before {
  content: "\ecd2";
}

.icon-Start:before {
  content: "\ecd3";
}

.icon-Statistic:before {
  content: "\ecd4";
}

.icon-Stethoscope:before {
  content: "\ecd5";
}

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

.icon-Stop-Music:before {
  content: "\ecd7";
}

.icon-Stop:before {
  content: "\ecd8";
}

.icon-Stopwatch-2:before {
  content: "\ecd9";
}

.icon-Stopwatch:before {
  content: "\ecda";
}

.icon-Storm:before {
  content: "\ecdb";
}

.icon-Street-View:before {
  content: "\ecdc";
}

.icon-Street-View2:before {
  content: "\ecdd";
}

.icon-Strikethrough-Text:before {
  content: "\ecde";
}

.icon-Stroller:before {
  content: "\ecdf";
}

.icon-Structure:before {
  content: "\ece0";
}

.icon-Student-Female:before {
  content: "\ece1";
}

.icon-Student-Hat:before {
  content: "\ece2";
}

.icon-Student-Hat2:before {
  content: "\ece3";
}

.icon-Student-Male:before {
  content: "\ece4";
}

.icon-Student-MaleFemale:before {
  content: "\ece5";
}

.icon-Students:before {
  content: "\ece6";
}

.icon-Studio-Flash:before {
  content: "\ece7";
}

.icon-Studio-Lightbox:before {
  content: "\ece8";
}

.icon-Stumbleupon:before {
  content: "\ece9";
}

.icon-Suit:before {
  content: "\ecea";
}

.icon-Suitcase:before {
  content: "\eceb";
}

.icon-Sum-2:before {
  content: "\ecec";
}

.icon-Sum:before {
  content: "\eced";
}

.icon-Summer:before {
  content: "\ecee";
}

.icon-Sun-CloudyRain:before {
  content: "\ecef";
}

.icon-Sun:before {
  content: "\ecf0";
}

.icon-Sunglasses-2:before {
  content: "\ecf1";
}

.icon-Sunglasses-3:before {
  content: "\ecf2";
}

.icon-Sunglasses-Smiley:before {
  content: "\ecf3";
}

.icon-Sunglasses-Smiley2:before {
  content: "\ecf4";
}

.icon-Sunglasses-W:before {
  content: "\ecf5";
}

.icon-Sunglasses-W2:before {
  content: "\ecf6";
}

.icon-Sunglasses-W3:before {
  content: "\ecf7";
}

.icon-Sunglasses:before {
  content: "\ecf8";
}

.icon-Sunrise:before {
  content: "\ecf9";
}

.icon-Sunset:before {
  content: "\ecfa";
}

.icon-Superman:before {
  content: "\ecfb";
}

.icon-Support:before {
  content: "\ecfc";
}

.icon-Surprise:before {
  content: "\ecfd";
}

.icon-Sushi:before {
  content: "\ecfe";
}

.icon-Sweden:before {
  content: "\ecff";
}

.icon-Swimming-Short:before {
  content: "\ed00";
}

.icon-Swimming:before {
  content: "\ed01";
}

.icon-Swimmwear:before {
  content: "\ed02";
}

.icon-Switch:before {
  content: "\ed03";
}

.icon-Switzerland:before {
  content: "\ed04";
}

.icon-Sync-Cloud:before {
  content: "\ed05";
}

.icon-Sync:before {
  content: "\ed06";
}

.icon-Synchronize-2:before {
  content: "\ed07";
}

.icon-Synchronize:before {
  content: "\ed08";
}

.icon-T-Shirt:before {
  content: "\ed09";
}

.icon-Tablet-2:before {
  content: "\ed0a";
}

.icon-Tablet-3:before {
  content: "\ed0b";
}

.icon-Tablet-Orientation:before {
  content: "\ed0c";
}

.icon-Tablet-Phone:before {
  content: "\ed0d";
}

.icon-Tablet-Secure:before {
  content: "\ed0e";
}

.icon-Tablet-Vertical:before {
  content: "\ed0f";
}

.icon-Tablet:before {
  content: "\ed10";
}

.icon-Tactic:before {
  content: "\ed11";
}

.icon-Tag-2:before {
  content: "\ed12";
}

.icon-Tag-3:before {
  content: "\ed13";
}

.icon-Tag-4:before {
  content: "\ed14";
}

.icon-Tag-5:before {
  content: "\ed15";
}

.icon-Tag:before {
  content: "\ed16";
}

.icon-Taj-Mahal:before {
  content: "\ed17";
}

.icon-Talk-Man:before {
  content: "\ed18";
}

.icon-Tap:before {
  content: "\ed19";
}

.icon-Target-Market:before {
  content: "\ed1a";
}

.icon-Target:before {
  content: "\ed1b";
}

.icon-Taurus-2:before {
  content: "\ed1c";
}

.icon-Taurus:before {
  content: "\ed1d";
}

.icon-Taxi-2:before {
  content: "\ed1e";
}

.icon-Taxi-Sign:before {
  content: "\ed1f";
}

.icon-Taxi:before {
  content: "\ed20";
}

.icon-Teacher:before {
  content: "\ed21";
}

.icon-Teapot:before {
  content: "\ed22";
}

.icon-Technorati:before {
  content: "\ed23";
}

.icon-Teddy-Bear:before {
  content: "\ed24";
}

.icon-Tee-Mug:before {
  content: "\ed25";
}

.icon-Telephone-2:before {
  content: "\ed26";
}

.icon-Telephone:before {
  content: "\ed27";
}

.icon-Telescope:before {
  content: "\ed28";
}

.icon-Temperature-2:before {
  content: "\ed29";
}

.icon-Temperature-3:before {
  content: "\ed2a";
}

.icon-Temperature:before {
  content: "\ed2b";
}

.icon-Temple:before {
  content: "\ed2c";
}

.icon-Tennis-Ball:before {
  content: "\ed2d";
}

.icon-Tennis:before {
  content: "\ed2e";
}

.icon-Tent:before {
  content: "\ed2f";
}

.icon-Test-Tube:before {
  content: "\ed30";
}

.icon-Test-Tube2:before {
  content: "\ed31";
}

.icon-Testimonal:before {
  content: "\ed32";
}

.icon-Text-Box:before {
  content: "\ed33";
}

.icon-Text-Effect:before {
  content: "\ed34";
}

.icon-Text-HighlightColor:before {
  content: "\ed35";
}

.icon-Text-Paragraph:before {
  content: "\ed36";
}

.icon-Thailand:before {
  content: "\ed37";
}

.icon-The-WhiteHouse:before {
  content: "\ed38";
}

.icon-This-SideUp:before {
  content: "\ed39";
}

.icon-Thread:before {
  content: "\ed3a";
}

.icon-Three-ArrowFork:before {
  content: "\ed3b";
}

.icon-Three-Fingers:before {
  content: "\ed3c";
}

.icon-Three-FingersDrag:before {
  content: "\ed3d";
}

.icon-Three-FingersDrag2:before {
  content: "\ed3e";
}

.icon-Three-FingersTouch:before {
  content: "\ed3f";
}

.icon-Thumb:before {
  content: "\ed40";
}

.icon-Thumbs-DownSmiley:before {
  content: "\ed41";
}

.icon-Thumbs-UpSmiley:before {
  content: "\ed42";
}

.icon-Thunder:before {
  content: "\ed43";
}

.icon-Thunderstorm:before {
  content: "\ed44";
}

.icon-Ticket:before {
  content: "\ed45";
}

.icon-Tie-2:before {
  content: "\ed46";
}

.icon-Tie-3:before {
  content: "\ed47";
}

.icon-Tie-4:before {
  content: "\ed48";
}

.icon-Tie:before {
  content: "\ed49";
}

.icon-Tiger:before {
  content: "\ed4a";
}

.icon-Time-Backup:before {
  content: "\ed4b";
}

.icon-Time-Bomb:before {
  content: "\ed4c";
}

.icon-Time-Clock:before {
  content: "\ed4d";
}

.icon-Time-Fire:before {
  content: "\ed4e";
}

.icon-Time-Machine:before {
  content: "\ed4f";
}

.icon-Time-Window:before {
  content: "\ed50";
}

.icon-Timer-2:before {
  content: "\ed51";
}

.icon-Timer:before {
  content: "\ed52";
}

.icon-To-Bottom:before {
  content: "\ed53";
}

.icon-To-Bottom2:before {
  content: "\ed54";
}

.icon-To-Left:before {
  content: "\ed55";
}

.icon-To-Right:before {
  content: "\ed56";
}

.icon-To-Top:before {
  content: "\ed57";
}

.icon-To-Top2:before {
  content: "\ed58";
}

.icon-Token-:before {
  content: "\ed59";
}

.icon-Tomato:before {
  content: "\ed5a";
}

.icon-Tongue:before {
  content: "\ed5b";
}

.icon-Tooth-2:before {
  content: "\ed5c";
}

.icon-Tooth:before {
  content: "\ed5d";
}

.icon-Top-ToBottom:before {
  content: "\ed5e";
}

.icon-Touch-Window:before {
  content: "\ed5f";
}

.icon-Tourch:before {
  content: "\ed60";
}

.icon-Tower-2:before {
  content: "\ed61";
}

.icon-Tower-Bridge:before {
  content: "\ed62";
}

.icon-Tower:before {
  content: "\ed63";
}

.icon-Trace:before {
  content: "\ed64";
}

.icon-Tractor:before {
  content: "\ed65";
}

.icon-traffic-Light:before {
  content: "\ed66";
}

.icon-Traffic-Light2:before {
  content: "\ed67";
}

.icon-Train-2:before {
  content: "\ed68";
}

.icon-Train:before {
  content: "\ed69";
}

.icon-Tram:before {
  content: "\ed6a";
}

.icon-Transform-2:before {
  content: "\ed6b";
}

.icon-Transform-3:before {
  content: "\ed6c";
}

.icon-Transform-4:before {
  content: "\ed6d";
}

.icon-Transform:before {
  content: "\ed6e";
}

.icon-Trash-withMen:before {
  content: "\ed6f";
}

.icon-Tree-2:before {
  content: "\ed70";
}

.icon-Tree-3:before {
  content: "\ed71";
}

.icon-Tree-4:before {
  content: "\ed72";
}

.icon-Tree-5:before {
  content: "\ed73";
}

.icon-Tree:before {
  content: "\ed74";
}

.icon-Trekking:before {
  content: "\ed75";
}

.icon-Triangle-ArrowDown:before {
  content: "\ed76";
}

.icon-Triangle-ArrowLeft:before {
  content: "\ed77";
}

.icon-Triangle-ArrowRight:before {
  content: "\ed78";
}

.icon-Triangle-ArrowUp:before {
  content: "\ed79";
}

.icon-Tripod-2:before {
  content: "\ed7a";
}

.icon-Tripod-andVideo:before {
  content: "\ed7b";
}

.icon-Tripod-withCamera:before {
  content: "\ed7c";
}

.icon-Tripod-withGopro:before {
  content: "\ed7d";
}

.icon-Trophy-2:before {
  content: "\ed7e";
}

.icon-Trophy:before {
  content: "\ed7f";
}

.icon-Truck:before {
  content: "\ed80";
}

.icon-Trumpet:before {
  content: "\ed81";
}

.icon-Tumblr:before {
  content: "\ed82";
}

.icon-Turkey:before {
  content: "\ed83";
}

.icon-Turn-Down:before {
  content: "\ed84";
}

.icon-Turn-Down2:before {
  content: "\ed85";
}

.icon-Turn-DownFromLeft:before {
  content: "\ed86";
}

.icon-Turn-DownFromRight:before {
  content: "\ed87";
}

.icon-Turn-Left:before {
  content: "\ed88";
}

.icon-Turn-Left3:before {
  content: "\ed89";
}

.icon-Turn-Right:before {
  content: "\ed8a";
}

.icon-Turn-Right3:before {
  content: "\ed8b";
}

.icon-Turn-Up:before {
  content: "\ed8c";
}

.icon-Turn-Up2:before {
  content: "\ed8d";
}

.icon-Turtle:before {
  content: "\ed8e";
}

.icon-Tuxedo:before {
  content: "\ed8f";
}

.icon-TV:before {
  content: "\ed90";
}

.icon-Twister:before {
  content: "\ed91";
}

.icon-Twitter-2:before {
  content: "\ed92";
}

.icon-Twitter:before {
  content: "\ed93";
}

.icon-Two-Fingers:before {
  content: "\ed94";
}

.icon-Two-FingersDrag:before {
  content: "\ed95";
}

.icon-Two-FingersDrag2:before {
  content: "\ed96";
}

.icon-Two-FingersScroll:before {
  content: "\ed97";
}

.icon-Two-FingersTouch:before {
  content: "\ed98";
}

.icon-Two-Windows:before {
  content: "\ed99";
}

.icon-Type-Pass:before {
  content: "\ed9a";
}

.icon-Ukraine:before {
  content: "\ed9b";
}

.icon-Umbrela:before {
  content: "\ed9c";
}

.icon-Umbrella-2:before {
  content: "\ed9d";
}

.icon-Umbrella-3:before {
  content: "\ed9e";
}

.icon-Under-LineText:before {
  content: "\ed9f";
}

.icon-Undo:before {
  content: "\eda0";
}

.icon-United-Kingdom:before {
  content: "\eda1";
}

.icon-United-States:before {
  content: "\eda2";
}

.icon-University-2:before {
  content: "\eda3";
}

.icon-University:before {
  content: "\eda4";
}

.icon-Unlike-2:before {
  content: "\eda5";
}

.icon-Unlike:before {
  content: "\eda6";
}

.icon-Unlock-2:before {
  content: "\eda7";
}

.icon-Unlock-3:before {
  content: "\eda8";
}

.icon-Unlock:before {
  content: "\eda9";
}

.icon-Up--Down:before {
  content: "\edaa";
}

.icon-Up--Down3:before {
  content: "\edab";
}

.icon-Up-2:before {
  content: "\edac";
}

.icon-Up-3:before {
  content: "\edad";
}

.icon-Up-4:before {
  content: "\edae";
}

.icon-Up:before {
  content: "\edaf";
}

.icon-Upgrade:before {
  content: "\edb0";
}

.icon-Upload-2:before {
  content: "\edb1";
}

.icon-Upload-toCloud:before {
  content: "\edb2";
}

.icon-Upload-Window:before {
  content: "\edb3";
}

.icon-Upload:before {
  content: "\edb4";
}

.icon-Uppercase-Text:before {
  content: "\edb5";
}

.icon-Upward:before {
  content: "\edb6";
}

.icon-URL-Window:before {
  content: "\edb7";
}

.icon-Usb-2:before {
  content: "\edb8";
}

.icon-Usb-Cable:before {
  content: "\edb9";
}

.icon-Usb:before {
  content: "\edba";
}

.icon-User:before {
  content: "\edbb";
}

.icon-Ustream:before {
  content: "\edbc";
}

.icon-Vase:before {
  content: "\edbd";
}

.icon-Vector-2:before {
  content: "\edbe";
}

.icon-Vector-3:before {
  content: "\edbf";
}

.icon-Vector-4:before {
  content: "\edc0";
}

.icon-Vector-5:before {
  content: "\edc1";
}

.icon-Vector:before {
  content: "\edc2";
}

.icon-Venn-Diagram:before {
  content: "\edc3";
}

.icon-Vest-2:before {
  content: "\edc4";
}

.icon-Vest:before {
  content: "\edc5";
}

.icon-Viddler:before {
  content: "\edc6";
}

.icon-Video-2:before {
  content: "\edc7";
}

.icon-Video-3:before {
  content: "\edc8";
}

.icon-Video-4:before {
  content: "\edc9";
}

.icon-Video-5:before {
  content: "\edca";
}

.icon-Video-6:before {
  content: "\edcb";
}

.icon-Video-GameController:before {
  content: "\edcc";
}

.icon-Video-Len:before {
  content: "\edcd";
}

.icon-Video-Len2:before {
  content: "\edce";
}

.icon-Video-Photographer:before {
  content: "\edcf";
}

.icon-Video-Tripod:before {
  content: "\edd0";
}

.icon-Video:before {
  content: "\edd1";
}

.icon-Vietnam:before {
  content: "\edd2";
}

.icon-View-Height:before {
  content: "\edd3";
}

.icon-View-Width:before {
  content: "\edd4";
}

.icon-Vimeo:before {
  content: "\edd5";
}

.icon-Virgo-2:before {
  content: "\edd6";
}

.icon-Virgo:before {
  content: "\edd7";
}

.icon-Virus-2:before {
  content: "\edd8";
}

.icon-Virus-3:before {
  content: "\edd9";
}

.icon-Virus:before {
  content: "\edda";
}

.icon-Visa:before {
  content: "\eddb";
}

.icon-Voice:before {
  content: "\eddc";
}

.icon-Voicemail:before {
  content: "\eddd";
}

.icon-Volleyball:before {
  content: "\edde";
}

.icon-Volume-Down:before {
  content: "\eddf";
}

.icon-Volume-Up:before {
  content: "\ede0";
}

.icon-VPN:before {
  content: "\ede1";
}

.icon-Wacom-Tablet:before {
  content: "\ede2";
}

.icon-Waiter:before {
  content: "\ede3";
}

.icon-Walkie-Talkie:before {
  content: "\ede4";
}

.icon-Wallet-2:before {
  content: "\ede5";
}

.icon-Wallet-3:before {
  content: "\ede6";
}

.icon-Wallet:before {
  content: "\ede7";
}

.icon-Warehouse:before {
  content: "\ede8";
}

.icon-Warning-Window:before {
  content: "\ede9";
}

.icon-Watch-2:before {
  content: "\edea";
}

.icon-Watch-3:before {
  content: "\edeb";
}

.icon-Watch:before {
  content: "\edec";
}

.icon-Wave-2:before {
  content: "\eded";
}

.icon-Wave:before {
  content: "\edee";
}

.icon-Webcam:before {
  content: "\edef";
}

.icon-weight-Lift:before {
  content: "\edf0";
}

.icon-Wheelbarrow:before {
  content: "\edf1";
}

.icon-Wheelchair:before {
  content: "\edf2";
}

.icon-Width-Window:before {
  content: "\edf3";
}

.icon-Wifi-2:before {
  content: "\edf4";
}

.icon-Wifi-Keyboard:before {
  content: "\edf5";
}

.icon-Wifi:before {
  content: "\edf6";
}

.icon-Wind-Turbine:before {
  content: "\edf7";
}

.icon-Windmill:before {
  content: "\edf8";
}

.icon-Window-2:before {
  content: "\edf9";
}

.icon-Window:before {
  content: "\edfa";
}

.icon-Windows-2:before {
  content: "\edfb";
}

.icon-Windows-Microsoft:before {
  content: "\edfc";
}

.icon-Windows:before {
  content: "\edfd";
}

.icon-Windsock:before {
  content: "\edfe";
}

.icon-Windy:before {
  content: "\edff";
}

.icon-Wine-Bottle:before {
  content: "\ee00";
}

.icon-Wine-Glass:before {
  content: "\ee01";
}

.icon-Wink:before {
  content: "\ee02";
}

.icon-Winter-2:before {
  content: "\ee03";
}

.icon-Winter:before {
  content: "\ee04";
}

.icon-Wireless:before {
  content: "\ee05";
}

.icon-Witch-Hat:before {
  content: "\ee06";
}

.icon-Witch:before {
  content: "\ee07";
}

.icon-Wizard:before {
  content: "\ee08";
}

.icon-Wolf:before {
  content: "\ee09";
}

.icon-Woman-Sign:before {
  content: "\ee0a";
}

.icon-WomanMan:before {
  content: "\ee0b";
}

.icon-Womans-Underwear:before {
  content: "\ee0c";
}

.icon-Womans-Underwear2:before {
  content: "\ee0d";
}

.icon-Women:before {
  content: "\ee0e";
}

.icon-Wonder-Woman:before {
  content: "\ee0f";
}

.icon-Wordpress:before {
  content: "\ee10";
}

.icon-Worker-Clothes:before {
  content: "\ee11";
}

.icon-Worker:before {
  content: "\ee12";
}

.icon-Wrap-Text:before {
  content: "\ee13";
}

.icon-Wreath:before {
  content: "\ee14";
}

.icon-Wrench:before {
  content: "\ee15";
}

.icon-X-Box:before {
  content: "\ee16";
}

.icon-X-ray:before {
  content: "\ee17";
}

.icon-Xanga:before {
  content: "\ee18";
}

.icon-Xing:before {
  content: "\ee19";
}

.icon-Yacht:before {
  content: "\ee1a";
}

.icon-Yahoo-Buzz:before {
  content: "\ee1b";
}

.icon-Yahoo:before {
  content: "\ee1c";
}

.icon-Yelp:before {
  content: "\ee1d";
}

.icon-Yes:before {
  content: "\ee1e";
}

.icon-Ying-Yang:before {
  content: "\ee1f";
}

.icon-Youtube:before {
  content: "\ee20";
}

.icon-Z-A:before {
  content: "\ee21";
}

.icon-Zebra:before {
  content: "\ee22";
}

.icon-Zombie:before {
  content: "\ee23";
}

.icon-Zoom-Gesture:before {
  content: "\ee24";
}

.icon-Zootool:before {
  content: "\ee25";
}

.fa.fa-pull-left,
.fa.pull-left {
  margin-right: .3em;
}

.fa-fw,
.fa-li {
  text-align: center;
}

.fa,
.fa-stack,
[data-icon]:before,
audio,
canvas,
progress,
video {
  display: inline-block;
}

[data-icon]:before,
button,
select {
  text-transform: none;
}

.fa,
.glyphicon,
[data-icon]:before {
  -moz-osx-font-smoothing: grayscale;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
  max-height: 340px;
}

@font-face {
  font-family: et-line;
  src: url("../theme/ls-theme-child/fonts/et-line.eot");
  src: url("../theme/ls-theme-child/fonts/et-line.eot?#iefix") format('embedded-opentype'),url("../theme/ls-theme-child/fonts/et-line.woff") format('woff'),url("../theme/ls-theme-child/fonts/et-line.ttf") format('truetype'),url("../theme/ls-theme-child/fonts/et-line.svg#et-line") format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: et-line;
  src: url("../theme/ls-theme-child/fonts/et-line.eot");
  src: url("../theme/ls-theme-child/fonts/et-line.eot?#iefix") format('embedded-opentype'),url("../theme/ls-theme-child/fonts/et-line.woff") format('woff'),url("../theme/ls-theme-child/fonts/et-line.ttf") format('truetype'),url("../theme/ls-theme-child/fonts/et-line.svg#et-line") format('svg');
  font-weight: 400;
  font-style: normal;
}

[data-icon]:before {
  font-family: et-line;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-adjustments,
.icon-alarmclock,
.icon-anchor,
.icon-aperture,
.icon-attachment,
.icon-bargraph,
.icon-basket,
.icon-beaker,
.icon-bike,
.icon-book-open,
.icon-briefcase,
.icon-browser,
.icon-calendar,
.icon-camera,
.icon-caution,
.icon-chat,
.icon-circle-compass,
.icon-clipboard,
.icon-clock,
.icon-cloud,
.icon-compass,
.icon-desktop,
.icon-dial,
.icon-document,
.icon-documents,
.icon-download,
.icon-dribbble,
.icon-edit,
.icon-envelope,
.icon-expand,
.icon-facebook,
.icon-flag,
.icon-focus,
.icon-gears,
.icon-genius,
.icon-gift,
.icon-global,
.icon-globe,
.icon-googleplus,
.icon-grid,
.icon-happy,
.icon-hazardous,
.icon-heart,
.icon-hotairballoon,
.icon-hourglass,
.icon-key,
.icon-laptop,
.icon-layers,
.icon-lifesaver,
.icon-lightbulb,
.icon-linegraph,
.icon-linkedin,
.icon-lock,
.icon-magnifying-glass,
.icon-map,
.icon-map-pin,
.icon-megaphone,
.icon-mic,
.icon-mobile,
.icon-newspaper,
.icon-notebook,
.icon-paintbrush,
.icon-paperclip,
.icon-pencil,
.icon-phone,
.icon-picture,
.icon-pictures,
.icon-piechart,
.icon-presentation,
.icon-pricetags,
.icon-printer,
.icon-profile-female,
.icon-profile-male,
.icon-puzzle,
.icon-quote,
.icon-recycle,
.icon-refresh,
.icon-ribbon,
.icon-rss,
.icon-sad,
.icon-scissors,
.icon-scope,
.icon-search,
.icon-shield,
.icon-speedometer,
.icon-strategy,
.icon-streetsign,
.icon-tablet,
.icon-target,
.icon-telescope,
.icon-toolbox,
.icon-tools,
.icon-tools-2,
.icon-trophy,
.icon-tumblr,
.icon-twitter,
.icon-upload,
.icon-video,
.icon-wallet,
.icon-wine {
  font-family: et-line;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

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

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

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

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

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

.icon-document:before {
  content: "\e005";
}

.icon-documents:before {
  content: "\e006";
}

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

.icon-clipboard:before {
  content: "\e008";
}

.icon-newspaper:before {
  content: "\e009";
}

.icon-notebook:before {
  content: "\e00a";
}

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

.icon-browser:before {
  content: "\e00c";
}

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

.icon-presentation:before {
  content: "\e00e";
}

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

.icon-pictures:before {
  content: "\e010";
}

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

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

.icon-printer:before {
  content: "\e013";
}

.icon-toolbox:before {
  content: "\e014";
}

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

.icon-wallet:before {
  content: "\e016";
}

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

.icon-bargraph:before {
  content: "\e018";
}

.icon-grid:before {
  content: "\e019";
}

.icon-expand:before {
  content: "\e01a";
}

.icon-focus:before {
  content: "\e01b";
}

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

.icon-adjustments:before {
  content: "\e01d";
}

.icon-ribbon:before {
  content: "\e01e";
}

.icon-hourglass:before {
  content: "\e01f";
}

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

.icon-megaphone:before {
  content: "\e021";
}

.icon-shield:before {
  content: "\e022";
}

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

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

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

.icon-puzzle:before {
  content: "\e026";
}

.icon-basket:before {
  content: "\e027";
}

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

.icon-streetsign:before {
  content: "\e029";
}

.icon-telescope:before {
  content: "\e02a";
}

.icon-gears:before {
  content: "\e02b";
}

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

.icon-paperclip:before {
  content: "\e02d";
}

.icon-attachment:before {
  content: "\e02e";
}

.icon-pricetags:before {
  content: "\e02f";
}

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

.icon-layers:before {
  content: "\e031";
}

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

.icon-tools:before {
  content: "\e033";
}

.icon-tools-2:before {
  content: "\e034";
}

.icon-scissors:before {
  content: "\e035";
}

.icon-paintbrush:before {
  content: "\e036";
}

.icon-magnifying-glass:before {
  content: "\e037";
}

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

.icon-linegraph:before {
  content: "\e039";
}

.icon-mic:before {
  content: "\e03a";
}

.icon-strategy:before {
  content: "\e03b";
}

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

.icon-caution:before {
  content: "\e03d";
}

.icon-recycle:before {
  content: "\e03e";
}

.icon-anchor:before {
  content: "\e03f";
}

.icon-profile-male:before {
  content: "\e040";
}

.icon-profile-female:before {
  content: "\e041";
}

.icon-bike:before {
  content: "\e042";
}

.icon-wine:before {
  content: "\e043";
}

.icon-hotairballoon:before {
  content: "\e044";
}

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

.icon-genius:before {
  content: "\e046";
}

.icon-map-pin:before {
  content: "\e047";
}

.icon-dial:before {
  content: "\e048";
}

.icon-chat:before {
  content: "\e049";
}

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

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

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

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

.icon-target:before {
  content: "\e04e";
}

.icon-hazardous:before {
  content: "\e04f";
}

.icon-piechart:before {
  content: "\e050";
}

.icon-speedometer:before {
  content: "\e051";
}

.icon-global:before {
  content: "\e052";
}

.icon-compass:before {
  content: "\e053";
}

.icon-lifesaver:before {
  content: "\e054";
}

.icon-clock:before {
  content: "\e055";
}

.icon-aperture:before {
  content: "\e056";
}

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

.icon-scope:before {
  content: "\e058";
}

.icon-alarmclock:before {
  content: "\e059";
}

.icon-refresh:before {
  content: "\e05a";
}

.icon-happy:before {
  content: "\e05b";
}

.icon-sad:before {
  content: "\e05c";
}

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

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

.icon-googleplus:before {
  content: "\e05f";
}

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

.icon-tumblr:before {
  content: "\e061";
}

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

.icon-dribbble:before {
  content: "\e063";
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url("../theme/ls-theme-child/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../theme/ls-theme-child/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format('embedded-opentype'),url("../theme/ls-theme-child/fonts/fontawesome-webfont.woff2?v=4.5.0") format('woff2'),url("../theme/ls-theme-child/fonts/fontawesome-webfont.woff?v=4.5.0") format('woff'),url("../theme/ls-theme-child/fonts/fontawesome-webfont.ttf?v=4.5.0") format('truetype'),url("../theme/ls-theme-child/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format('svg');
  font-weight: 400;
  font-style: normal;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.btn,
.btn-group,
.btn-group-vertical,
.caret,
.checkbox-inline,
.fa-stack,
.radio-inline,
img {
  vertical-align: middle;
}

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

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

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

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa.fa-pull-right,
.fa.pull-right {
  margin-left: .3em;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

hr,
img {
  border: 0;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.btn-group>.btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu {
  float: left;
}

body,
figure {
  margin: 0;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.label,
sub,
sup {
  vertical-align: baseline;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

.fa-star-o:before {
  content: "\f006";
}

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

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

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

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

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

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

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

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

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

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

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

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

.fa-clock-o:before {
  content: "\f017";
}

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

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

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

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

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

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

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

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

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

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

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

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

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

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

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

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

.fa-exclamation-circle:before {
  content: "\f06a";
}

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

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

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

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

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

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

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

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

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

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

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

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

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

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

.fa-sign-in:before {
  content: "\f090";
}

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

.fa-github-square:before {
  content: "\f092";
}

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

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

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

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

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

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

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

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

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

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

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

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

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

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

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

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

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

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

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

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

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

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

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

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

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

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

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

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

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

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

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

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

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

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

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

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

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

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

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

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

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

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

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

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

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-o:before {
  content: "\f10c";
}

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

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

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

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

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

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

audio,
canvas,
progress,
video {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
}

mark {
  color: #000;
  background: #ff0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

*,
:after,
:before,
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

.glyphicon,
address {
  font-style: normal;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  *,
  :after,
  :before {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100%!important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000!important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse!important;
  }

  .table td,
  .table th {
    background-color: #fff!important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd!important;
  }
}

.dropdown-menu,
.modal-content {
  -webkit-background-clip: padding-box;
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.img-thumbnail,
body {
  background-color: #fff;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../theme/ls-theme-child/fonts/glyphicons-halflings-regular.eot");
  src: url("../theme/ls-theme-child/fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'),url("../theme/ls-theme-child/fonts/glyphicons-halflings-regular.woff2") format('woff2'),url("../theme/ls-theme-child/fonts/glyphicons-halflings-regular.woff") format('woff'),url("../theme/ls-theme-child/fonts/glyphicons-halflings-regular.ttf") format('truetype'),url("../theme/ls-theme-child/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline-offset: -2px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

dt,
kbd kbd,
label {
  font-weight: 700;
}

address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
  line-height: 1.42857143;
}

@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

pre code,
table {
  background-color: transparent;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

dl,
ol,
ul {
  margin-top: 0;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

address,
dl {
  margin-bottom: 20px;
}

ol,
ul {
  margin-bottom: 10px;
}

.list-inline {
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dd {
  margin-left: 0;
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .container {
    width: 750px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  color: #777;
}

legend,
pre {
  display: block;
  color: #333;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}

caption,
th {
  text-align: left;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

code,
kbd,
pre,
samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.pre-scrollable {
  overflow-y: scroll;
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width:768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}

fieldset,
legend {
  padding: 0;
  border: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
}

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

.form-control,
output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-group-sm .form-control,
.input-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
}

.input-sm {
  height: 30px;
  line-height: 1.5;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  line-height: 1.5;
}

.form-group-lg .form-control,
.input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  line-height: 1.3333333;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  line-height: 1.3333333;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.collapsing,
.dropdown,
.dropup {
  position: relative;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width:768px) {
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block;
  }

  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-header,
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  clear: both;
  font-weight: 400;
  color: #333;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  font-size: 12px;
  color: #777;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn .caret,
.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.nav>li,
.nav>li>a {
  display: block;
  position: relative;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li>a {
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills>li {
  float: left;
}

.nav-justified>li,
.nav-stacked>li {
  float: none;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }

  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }

  .navbar-header {
    float: left;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.carousel-inner,
.embed-responsive,
.modal,
.modal-open,
.progress {
  overflow: hidden;
}

@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  margin: 8px -15px;
}

@media (min-width:768px) {
  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block;
  }

  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }

  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.breadcrumb>li,
.pagination {
  display: inline-block;
}

.btn .badge,
.btn .label {
  top: -1px;
  position: relative;
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.media,
.navbar-text {
  margin-top: 15px;
}

.navbar-text {
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }

  .navbar-left {
    float: left!important;
  }

  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pager li,
.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.badge,
.label {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.media-object,
.thumbnail {
  display: block;
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.alert,
.thumbnail {
  margin-bottom: 20px;
}

.alert .alert-link,
.close {
  font-weight: 700;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail a>img,
.thumbnail>img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.close {
  line-height: 1;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
  font-size: 16px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}

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

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.popover,
.tooltip {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  line-break: auto;
  text-decoration: none;
  white-space: normal;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal {
  position: fixed;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.carousel-control,
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .modal-sm {
    width: 300px;
  }
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  text-align: left;
  text-align: start;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0;
}

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  text-align: left;
  text-align: start;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.carousel-caption,
.carousel-control {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.carousel,
.carousel-inner {
  position: relative;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
  bottom: -10px;
  content: " ";
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel-inner {
  width: 100%;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    left: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.carousel-caption .btn,
.text-hide {
  text-shadow: none;
}

@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right!important;
}

.pull-left {
  float: left!important;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}

a:focus,
a:hover {
  color: #009dcd;
  text-decoration: none;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table!important;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell!important;
  }

  .visible-xs-block {
    display: block!important;
  }

  .visible-xs-inline {
    display: inline!important;
  }

  .visible-xs-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important;
  }

  table.visible-sm {
    display: table!important;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell!important;
  }

  .visible-sm-block {
    display: block!important;
  }

  .visible-sm-inline {
    display: inline!important;
  }

  .visible-sm-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block!important;
  }

  table.visible-md {
    display: table!important;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell!important;
  }

  .visible-md-block {
    display: block!important;
  }

  .visible-md-inline {
    display: inline!important;
  }

  .visible-md-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }

  table.visible-lg {
    display: table!important;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell!important;
  }

  .visible-lg-block {
    display: block!important;
  }

  .visible-lg-inline {
    display: inline!important;
  }

  .visible-lg-inline-block {
    display: inline-block!important;
  }

  .hidden-lg {
    display: none!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  table.visible-print {
    display: table!important;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell!important;
  }
}

.visible-print-block {
  display: none!important;
}

@media print {
  .visible-print-block {
    display: block!important;
  }
}

.visible-print-inline {
  display: none!important;
}

@media print {
  .visible-print-inline {
    display: inline!important;
  }
}

.visible-print-inline-block {
  display: none!important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important;
  }

  .hidden-print {
    display: none!important;
  }
}

a {
  color: #02baf2;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

a:focus {
  outline: 0;
}

.btn {
  font-family: brandon_med,Helvetica,Arial,sans-serif;
  min-width: 155px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 4px;
  padding: 7px 15px 6px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.btn-kr,
.btn-lg,
.btn-sm {
  border-radius: 4px;
}

.btn>[class^=ss-],
.btn>[class^=fa-] {
  position: relative;
  top: 2px;
  font-size: 12px;
}

.btn-xs.btn>[class^=ss-],
.btn-xs.btn>[class^=fa-] {
  font-size: 11px;
  top: 0;
}

.btn-hg.btn>[class^=ss-],
.btn-hg.btn>[class^=fa-] {
  top: 2px;
}

.btn>[class^=ss-].pull-right {
  top: 5px;
}

.btn>[class^=fa-] {
  top: -1px;
}

.btn>[class^=fa-].pull-right {
  top: 5px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn:focus,
.btn:hover {
  outline: 0;
  color: #fff;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #fff;
  color: rgba(255,255,255,.75);
  opacity: .7;
  filter: alpha(opacity=70);
}

.btn.dropdown-toggle:before {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 12px;
  float: right;
  padding: 3px 0;
}

.btn-group-dropdown>.btn,
.btn-group-vertical>.btn,
.btn-group>.btn {
  text-transform: none;
  font-family: brandon_reg,Helvetica,Arial,sans-serif;
}

.btn-default {
  color: #02baf2;
  background-color: #fff;
  border-color: #d6e1e5;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #02baf2;
  background-color: #fff;
  border-color: #02baf2;
}

.btn-default.active,
.btn-default:active {
  background: #02baf2;
  border-color: #009dcd;
  color: #fff;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #e1eef3;
  border-color: #d6e1e5;
}

.btn-stroke {
  color: #02baf2;
  background-color: #fff;
  border-color: #d6e1e5;
  border-width: 2px;
  padding: 5px 15px;
}

.btn-stroke.active,
.btn-stroke:active,
.btn-stroke:focus,
.btn-stroke:hover {
  color: #02baf2;
  background-color: #fff;
  border-color: #02baf2;
}

.btn-stroke.active,
.btn-stroke:active {
  background: #02baf2;
  border-color: #009dcd;
  color: #fff;
}

.btn-stroke.disabled,
.btn-stroke.disabled.active,
.btn-stroke.disabled:active,
.btn-stroke.disabled:focus,
.btn-stroke.disabled:hover,
.btn-stroke[disabled],
.btn-stroke[disabled].active,
.btn-stroke[disabled]:active,
.btn-stroke[disabled]:focus,
.btn-stroke[disabled]:hover,
fieldset[disabled] .btn-stroke,
fieldset[disabled] .btn-stroke.active,
fieldset[disabled] .btn-stroke:active,
fieldset[disabled] .btn-stroke:focus,
fieldset[disabled] .btn-stroke:hover {
  background-color: #e1eef3;
  border-color: #d6e1e5;
}

.btn-primary {
  color: #fff;
  background-color: #02baf2;
}

.btn-primary.active,
.btn-primary.hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #35c8f5;
  border-color: #35c8f5;
}

.btn-primary.active,
.btn-primary:active {
  background: #009dcd;
  border-color: #009dcd;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #b3eafb;
  border-color: #b3eafb;
}

.btn-danger {
  color: #fff;
  background-color: #f84545;
}

.btn-danger.active,
.btn-danger.hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #f96a6a;
  border-color: #f96a6a;
}

.btn-danger.active,
.btn-danger:active {
  background: #c00;
  border-color: #c00;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #fdc7c7;
  border-color: #fdc7c7;
}

.btn-warning {
  color: #fff;
  background-color: #fad46b;
}

.btn-warning.active,
.btn-warning.hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  color: #fff;
  background-color: #fbdd89;
  border-color: #fbdd89;
}

.btn-warning.active,
.btn-warning:active {
  background: #f3bc65;
  border-color: #f3bc65;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #fce5a6;
  border-color: #fce5a6;
}

.btn-info {
  color: #fff;
  background-color: #93a4aa;
}

.btn-info.active,
.btn-info.hover,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #b2c6cd;
  border-color: #b2c6cd;
}

.btn-info.active,
.btn-info:active {
  background: #93a4aa;
  border-color: #93a4aa;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #e6edef;
  border-color: #e6edef;
}

.btn-success {
  color: #fff;
  background-color: #3eb5ac;
}

.btn-success.active,
.btn-success.hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #65c4bd;
  border-color: #65c4bd;
}

.btn-success.active,
.btn-success:active {
  background: #93a4aa;
  border-color: #93a4aa;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #e6edef;
  border-color: #e6edef;
}

.btn-purple {
  color: #fff;
  background-color: #a88cd5;
}

.btn-purple.active,
.btn-purple.hover,
.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover {
  color: #fff;
  background-color: #b9a3dd;
  border-color: #b9a3dd;
}

.btn-purple.active,
.btn-purple:active {
  background: #93a4aa;
  border-color: #93a4aa;
}

.btn-purple.disabled,
.btn-purple.disabled.active,
.btn-purple.disabled:active,
.btn-purple.disabled:focus,
.btn-purple.disabled:hover,
.btn-purple[disabled],
.btn-purple[disabled].active,
.btn-purple[disabled]:active,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple,
fieldset[disabled] .btn-purple.active,
fieldset[disabled] .btn-purple:active,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:hover {
  background-color: #e6edef;
  border-color: #e6edef;
}

.btn-orange {
  color: #fff;
  background-color: #f58410;
}

.btn-orange.active,
.btn-orange.hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
  color: #fff;
  background-color: #f79d40;
  border-color: #f79d40;
}

.btn-orange.active,
.btn-orange:active {
  background: #93a4aa;
  border-color: #93a4aa;
}

.btn-orange.disabled,
.btn-orange.disabled.active,
.btn-orange.disabled:active,
.btn-orange.disabled:focus,
.btn-orange.disabled:hover,
.btn-orange[disabled],
.btn-orange[disabled].active,
.btn-orange[disabled]:active,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange,
fieldset[disabled] .btn-orange.active,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange:hover {
  background-color: #e6edef;
  border-color: #e6edef;
}

.btn-inverse {
  color: #fff;
  background-color: #364347;
}

.btn-inverse.active,
.btn-inverse.hover,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover {
  color: #fff;
  background-color: #5e696c;
  border-color: #5e696c;
}

.btn-inverse.active,
.btn-inverse:active {
  background: #93a4aa;
  border-color: #93a4aa;
}

.btn-inverse.disabled,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled],
.btn-inverse[disabled].active,
.btn-inverse[disabled]:active,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse.active,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
  background-color: #364347;
  border-color: #364347;
}

.btn-embossed {
  -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
  transition: border .25s linear,color .25s linear,background-color .25s linear;
}

.btn-embossed:focus,
.btn-embossed:hover {
  top: 2px;
  position: relative;
}

.btn-embossed.btn-primary {
  -webkit-box-shadow: 0 5px #009dcd;
  box-shadow: 0 5px #009dcd;
}

.btn-embossed.btn-primary:focus,
.btn-embossed.btn-primary:hover {
  -webkit-box-shadow: 0 3px #009dcd;
  box-shadow: 0 3px #009dcd;
  background: #02baf2;
}

.btn-embossed.btn-primary.active,
.btn-embossed.btn-primary:active {
  -webkit-box-shadow: 0 0 #009dcd;
  box-shadow: 0 0 #009dcd;
  top: 5px;
  background: #02baf2;
  border-color: #02baf2;
}

.btn-embossed.btn-danger {
  -webkit-box-shadow: 0 5px #c00;
  box-shadow: 0 5px #c00;
}

.btn-embossed.btn-danger:focus,
.btn-embossed.btn-danger:hover {
  -webkit-box-shadow: 0 3px #c00;
  box-shadow: 0 3px #c00;
  background: #f84545;
}

.btn-embossed.btn-danger.active,
.btn-embossed.btn-danger:active {
  -webkit-box-shadow: 0 0 #c00;
  box-shadow: 0 0 #c00;
  top: 5px;
  background: #f84545;
  border-color: #f84545;
}

.btn-embossed.btn-warning {
  -webkit-box-shadow: 0 5px #f3bc65;
  box-shadow: 0 5px #f3bc65;
}

.btn-embossed.btn-warning:focus,
.btn-embossed.btn-warning:hover {
  -webkit-box-shadow: 0 3px #f3bc65;
  box-shadow: 0 3px #f3bc65;
  background: #fad46b;
}

.btn-embossed.btn-warning.active,
.btn-embossed.btn-warning:active {
  -webkit-box-shadow: 0 0 #f3bc65;
  box-shadow: 0 0 #f3bc65;
  top: 5px;
  background: #fad46b;
  border-color: #fad46b;
}

.btn-embossed.btn-success {
  -webkit-box-shadow: 0 5px #28948c;
  box-shadow: 0 5px #28948c;
}

.btn-embossed.btn-success:focus,
.btn-embossed.btn-success:hover {
  -webkit-box-shadow: 0 3px #28948c;
  box-shadow: 0 3px #28948c;
  background: #3eb5ac;
}

.btn-embossed.btn-success.active,
.btn-embossed.btn-success:active {
  -webkit-box-shadow: 0 0 #28948c;
  box-shadow: 0 0 #28948c;
  top: 5px;
  background: #3eb5ac;
  border-color: #3eb5ac;
}

.btn-embossed.btn-purple {
  -webkit-box-shadow: 0 5px #9175bd;
  box-shadow: 0 5px #9175bd;
}

.btn-embossed.btn-purple:focus,
.btn-embossed.btn-purple:hover {
  -webkit-box-shadow: 0 3px #9175bd;
  box-shadow: 0 3px #9175bd;
  background: #a88cd5;
}

.btn-embossed.btn-purple.active,
.btn-embossed.btn-purple:active {
  -webkit-box-shadow: 0 0 #9175bd;
  box-shadow: 0 0 #9175bd;
  top: 5px;
  background: #a88cd5;
  border-color: #a88cd5;
}

.btn-embossed.btn-orange {
  -webkit-box-shadow: 0 5px #e96300;
  box-shadow: 0 5px #e96300;
}

.btn-embossed.btn-orange:focus,
.btn-embossed.btn-orange:hover {
  -webkit-box-shadow: 0 3px #e96300;
  box-shadow: 0 3px #e96300;
  background: #f58410;
}

.btn-embossed.btn-orange.active,
.btn-embossed.btn-orange:active {
  -webkit-box-shadow: 0 0 #e96300;
  box-shadow: 0 0 #e96300;
  top: 5px;
  background: #f58410;
  border-color: #f58410;
}

.btn-kr {
  padding: 14px 22px;
  font-size: 24px;
  line-height: 1.25;
}

.btn-lg {
  padding: 10px 18px;
  font-size: 20px;
  line-height: 1.45;
}

.btn-sm {
  padding: 5px 13px;
  font-size: 14px;
  line-height: 1.3;
}

.btn-group-xs>.btn,
.btn-xs {
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
  padding: 5px 13px;
}

.btn-block {
  white-space: normal;
}

.btn-group .btn-group+.btn-group,
.btn-group .btn-group+.btn-stroke,
.btn-group .btn-stroke+.btn-group,
.btn-group .btn-stroke+.btn-stroke {
  margin-left: -2px;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  text-align: left;
  -webkit-transition: none;
  transition: none;
}

.btn-group-vertical>.btn.active,
.btn-group>.btn.active {
  background: #e1eef3;
  color: #5e6969;
  border-color: #d6e1e5;
  z-index: 0;
}

.btn-group .btn-group-dropdown .btn-default [class^=ss-],
.btn-group .btn-group-dropdown .btn-default [class^=fa-],
.btn-group-vertical .btn-group-dropdown .btn-default [class^=ss-],
.btn-group-vertical .btn-group-dropdown .btn-default [class^=fa-] {
  color: #93a4aa;
}

.btn-group .btn-group-dropdown .btn-default.dropdown-toggle,
.btn-group-vertical .btn-group-dropdown .btn-default.dropdown-toggle {
  color: #02baf2;
}

.btn-group .btn-group-dropdown .btn-default:hover,
.btn-group-vertical .btn-group-dropdown .btn-default:hover {
  border-color: #02baf2;
}

.btn-group .btn-group-dropdown .btn-default:active,
.btn-group-vertical .btn-group-dropdown .btn-default:active {
  border-color: #93a4aa;
  color: #364347;
}

.btn-group-justified.btn-group .btn {
  text-align: center;
}

.btn-group-justified.btn-group .btn [class^=ss-],
.btn-group-justified.btn-group .btn [class^=fa-] {
  margin-left: 5px;
}

.btn-group-sm>.btn {
  padding: 5px 13px;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 4px;
}

.btn-group-lg>.btn {
  padding: 10px 18px;
  font-size: 20px;
  line-height: 1.45;
  border-radius: 4px;
}

.btn-group-kr>.btn {
  padding: 14px 22px;
  font-size: 24px;
  line-height: 1.25;
  border-radius: 4px;
}

.btn-group-dropdown>.btn {
  -webkit-transition: none;
  transition: none;
}

.btn-group-dropdown>.btn+.dropdown-toggle {
  min-width: 40px;
  text-align: center;
}

.btn-group-dropdown>.btn.btn-dropdown {
  text-align: left;
}

.btn-group-dropdown .dropdown-toggle {
  padding-left: 13px;
  padding-right: 13px;
  text-align: left;
}

.btn-group-dropdown .btn-default {
  color: #364347;
}

.btn-group-dropdown .btn-default:active [class^=ss-],
.btn-group-dropdown .btn-default:active [class^=fa-],
.btn-group-dropdown .btn-default:hover [class^=ss-],
.btn-group-dropdown .btn-default:hover [class^=fa-] {
  color: #02baf2;
}

.btn-group-dropdown .btn-default:hover {
  border-color: #93a4aa;
}

.btn-group-dropdown .btn-default:active {
  background: #e1eef3;
  border-color: #93a4aa;
}

.btn-group-dropdown .btn-primary.dropdown-toggle {
  border-left: 1px solid #009dcd;
}

.btn-group-dropdown .btn-danger.dropdown-toggle {
  border-left: 1px solid #c00;
}

.btn-group-dropdown .btn-inverse {
  color: #93a4aa;
}

.btn-group-dropdown .btn-inverse:hover {
  color: #fff;
}

.btn-group-dropdown .btn-inverse:active {
  background: #000;
  border-color: #000;
}

.btn-group-dropdown .btn-inverse:active [class^=ss-],
.btn-group-dropdown .btn-inverse:active [class^=fa-] {
  color: #02baf2;
}

.btn-group-dropdown .btn-inverse.dropdown-toggle {
  border-left: 1px solid #000;
}

.btn-group-dropdown.open .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group-dropdown.open .dropdown-toggle.btn-default {
  background: #e1eef3;
  border-color: #b2c6cd;
  color: #364347;
}

.btn-group-dropdown.open .dropdown-toggle.btn-default [class^=ss-],
.btn-group-dropdown.open .dropdown-toggle.btn-default [class^=fa-] {
  color: #02baf2;
}

.btn-group-dropdown.open .dropdown-toggle.btn-primary {
  background: #009dcd;
  border-color: #009dcd;
  color: #fff;
}

.btn-group-dropdown.open .dropdown-toggle.btn-danger {
  background: #c00;
  border-color: #c00;
  color: #fff;
}

.btn-group-dropdown.open .dropdown-toggle.btn-inverse {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-group-dropdown.open .dropdown-toggle.btn-inverse [class^=ss-],
.btn-group-dropdown.open .dropdown-toggle.btn-inverse [class^=fa-] {
  color: #02baf2;
}

button.hiw-steps-toggle {
  box-shadow: none!important;
}

@charset "UTF-8";

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

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

.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width:768px) {
  .container {
    max-width: 750px;
  }

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px;
  }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  outline: 0;
  z-index: 10001;
  margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

.ui-timepicker-list .ui-timepicker-selected:hover,
.ui-timepicker-list li:hover,
li.ui-timepicker-selected {
  background: #1980EC;
  color: #fff;
}

.ui-timepicker-list li:hover .ui-timepicker-duration,
li.ui-timepicker-selected .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background: #000;
  background: rgba(0,0,0,.7);
}

.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none!important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-close-btn-in button.mfp-close:hover {
  background: 0 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  opacity: .8;
  top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 12px solid #000;
  left: 5px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  border-right: 20px solid #fff;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 12px solid #000;
  left: 3px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 20px solid #fff;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.5%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

@media all and (max-width:800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

@font-face {
  font-family: Ionicons;
  src: url("../theme/ls-theme/fonts/ionicons.eot?v=2.0.0");
  src: url("../theme/ls-theme/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../theme/ls-theme/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../theme/ls-theme/fonts/ionicons.woff?v=2.0.0") format("woff"),url("../theme/ls-theme/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: 400;
  font-style: normal;
}

.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before,
.ionicons,
body p.job-manager-single-alert-link a:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "";
}

.ion-alert-circled:before {
  content: "";
}

.ion-android-add:before {
  content: "";
}

.ion-android-add-circle:before {
  content: "";
}

.ion-android-alarm-clock:before {
  content: "";
}

.ion-android-alert:before {
  content: "";
}

.ion-android-apps:before {
  content: "";
}

.ion-android-archive:before {
  content: "";
}

.ion-android-arrow-back:before {
  content: "";
}

.ion-android-arrow-down:before {
  content: "";
}

.ion-android-arrow-dropdown:before {
  content: "";
}

.ion-android-arrow-dropdown-circle:before {
  content: "";
}

.ion-android-arrow-dropleft:before {
  content: "";
}

.ion-android-arrow-dropleft-circle:before {
  content: "";
}

.ion-android-arrow-dropright:before {
  content: "";
}

.ion-android-arrow-dropright-circle:before {
  content: "";
}

.ion-android-arrow-dropup:before {
  content: "";
}

.ion-android-arrow-dropup-circle:before {
  content: "";
}

.ion-android-arrow-forward:before {
  content: "";
}

.ion-android-arrow-up:before {
  content: "";
}

.ion-android-attach:before {
  content: "";
}

.ion-android-bar:before {
  content: "";
}

.ion-android-bicycle:before {
  content: "";
}

.ion-android-boat:before {
  content: "";
}

.ion-android-bookmark:before {
  content: "";
}

.ion-android-bulb:before {
  content: "";
}

.ion-android-bus:before {
  content: "";
}

.ion-android-calendar:before {
  content: "";
}

.ion-android-call:before {
  content: "";
}

.ion-android-camera:before {
  content: "";
}

.ion-android-cancel:before {
  content: "";
}

.ion-android-car:before {
  content: "";
}

.ion-android-cart:before {
  content: "";
}

.ion-android-chat:before {
  content: "";
}

.ion-android-checkbox:before {
  content: "";
}

.ion-android-checkbox-blank:before {
  content: "";
}

.ion-android-checkbox-outline:before {
  content: "";
}

.ion-android-checkbox-outline-blank:before {
  content: "";
}

.ion-android-checkmark-circle:before {
  content: "";
}

.ion-android-clipboard:before {
  content: "";
}

.ion-android-close:before {
  content: "";
}

.ion-android-cloud:before {
  content: "";
}

.ion-android-cloud-circle:before {
  content: "";
}

.ion-android-cloud-done:before {
  content: "";
}

.ion-android-cloud-outline:before {
  content: "";
}

.ion-android-color-palette:before {
  content: "";
}

.ion-android-compass:before {
  content: "";
}

.ion-android-contact:before {
  content: "";
}

.ion-android-contacts:before {
  content: "";
}

.ion-android-contract:before {
  content: "";
}

.ion-android-create:before {
  content: "";
}

.ion-android-delete:before {
  content: "";
}

.ion-android-desktop:before {
  content: "";
}

.ion-android-document:before {
  content: "";
}

.ion-android-done:before {
  content: "";
}

.ion-android-done-all:before {
  content: "";
}

.ion-android-download:before {
  content: "";
}

.ion-android-drafts:before {
  content: "";
}

.ion-android-exit:before {
  content: "";
}

.ion-android-expand:before {
  content: "";
}

.ion-android-favorite:before {
  content: "";
}

.ion-android-favorite-outline:before {
  content: "";
}

.ion-android-film:before {
  content: "";
}

.ion-android-folder:before {
  content: "";
}

.ion-android-folder-open:before {
  content: "";
}

.ion-android-funnel:before {
  content: "";
}

.ion-android-globe:before {
  content: "";
}

.ion-android-hand:before {
  content: "";
}

.ion-android-hangout:before {
  content: "";
}

.ion-android-happy:before {
  content: "";
}

.ion-android-home:before {
  content: "";
}

.ion-android-image:before {
  content: "";
}

.ion-android-laptop:before {
  content: "";
}

.ion-android-list:before {
  content: "";
}

.ion-android-locate:before {
  content: "";
}

.ion-android-lock:before {
  content: "";
}

.ion-android-mail:before {
  content: "";
}

.ion-android-map:before {
  content: "";
}

.ion-android-menu:before {
  content: "";
}

.ion-android-microphone:before {
  content: "";
}

.ion-android-microphone-off:before {
  content: "";
}

.ion-android-more-horizontal:before {
  content: "";
}

.ion-android-more-vertical:before {
  content: "";
}

.ion-android-navigate:before {
  content: "";
}

.ion-android-notifications:before {
  content: "";
}

.ion-android-notifications-none:before {
  content: "";
}

.ion-android-notifications-off:before {
  content: "";
}

.ion-android-open:before {
  content: "";
}

.ion-android-options:before {
  content: "";
}

.ion-android-people:before {
  content: "";
}

.ion-android-person:before {
  content: "";
}

.ion-android-person-add:before {
  content: "";
}

.ion-android-phone-landscape:before {
  content: "";
}

.ion-android-phone-portrait:before {
  content: "";
}

.ion-android-pin:before {
  content: "";
}

.ion-android-plane:before {
  content: "";
}

.ion-android-playstore:before {
  content: "";
}

.ion-android-print:before {
  content: "";
}

.ion-android-radio-button-off:before {
  content: "";
}

.ion-android-radio-button-on:before {
  content: "";
}

.ion-android-refresh:before {
  content: "";
}

.ion-android-remove:before {
  content: "";
}

.ion-android-remove-circle:before {
  content: "";
}

.ion-android-restaurant:before {
  content: "";
}

.ion-android-sad:before {
  content: "";
}

.ion-android-search:before {
  content: "";
}

.ion-android-send:before {
  content: "";
}

.ion-android-settings:before {
  content: "";
}

.ion-android-share:before {
  content: "";
}

.ion-android-share-alt:before {
  content: "";
}

.ion-android-star:before {
  content: "";
}

.ion-android-star-half:before {
  content: "";
}

.ion-android-star-outline:before {
  content: "";
}

.ion-android-stopwatch:before {
  content: "";
}

.ion-android-subway:before {
  content: "";
}

.ion-android-sunny:before {
  content: "";
}

.ion-android-sync:before {
  content: "";
}

.ion-android-textsms:before {
  content: "";
}

.ion-android-time:before {
  content: "";
}

.ion-android-train:before {
  content: "";
}

.ion-android-unlock:before {
  content: "";
}

.ion-android-upload:before {
  content: "";
}

.ion-android-volume-down:before {
  content: "";
}

.ion-android-volume-mute:before {
  content: "";
}

.ion-android-volume-off:before {
  content: "";
}

.ion-android-volume-up:before {
  content: "";
}

.ion-android-walk:before {
  content: "";
}

.ion-android-warning:before {
  content: "";
}

.ion-android-watch:before {
  content: "";
}

.ion-android-wifi:before {
  content: "";
}

.ion-aperture:before {
  content: "";
}

.ion-archive:before {
  content: "";
}

.ion-arrow-down-a:before {
  content: "";
}

.ion-arrow-down-b:before {
  content: "";
}

.ion-arrow-down-c:before {
  content: "";
}

.ion-arrow-expand:before {
  content: "";
}

.ion-arrow-graph-down-left:before {
  content: "";
}

.ion-arrow-graph-down-right:before {
  content: "";
}

.ion-arrow-graph-up-left:before {
  content: "";
}

.ion-arrow-graph-up-right:before {
  content: "";
}

.ion-arrow-left-a:before {
  content: "";
}

.ion-arrow-left-b:before {
  content: "";
}

.ion-arrow-left-c:before {
  content: "";
}

.ion-arrow-move:before {
  content: "";
}

.ion-arrow-resize:before {
  content: "";
}

.ion-arrow-return-left:before {
  content: "";
}

.ion-arrow-return-right:before {
  content: "";
}

.ion-arrow-right-a:before {
  content: "";
}

.ion-arrow-right-b:before {
  content: "";
}

.ion-arrow-right-c:before {
  content: "";
}

.ion-arrow-shrink:before {
  content: "";
}

.ion-arrow-swap:before {
  content: "";
}

.ion-arrow-up-a:before {
  content: "";
}

.ion-arrow-up-b:before {
  content: "";
}

.ion-arrow-up-c:before {
  content: "";
}

.ion-asterisk:before {
  content: "";
}

.ion-at:before {
  content: "";
}

.ion-backspace:before {
  content: "";
}

.ion-backspace-outline:before {
  content: "";
}

.ion-bag:before {
  content: "";
}

.ion-battery-charging:before {
  content: "";
}

.ion-battery-empty:before {
  content: "";
}

.ion-battery-full:before {
  content: "";
}

.ion-battery-half:before {
  content: "";
}

.ion-battery-low:before {
  content: "";
}

.ion-beaker:before {
  content: "";
}

.ion-beer:before {
  content: "";
}

.ion-bluetooth:before {
  content: "";
}

.ion-bonfire:before {
  content: "";
}

.ion-bookmark:before {
  content: "";
}

.ion-bowtie:before {
  content: "";
}

.ion-briefcase:before {
  content: "";
}

.ion-bug:before {
  content: "";
}

.ion-calculator:before {
  content: "";
}

.ion-calendar:before {
  content: "";
}

.ion-camera:before {
  content: "";
}

.ion-card:before {
  content: "";
}

.ion-cash:before {
  content: "";
}

.ion-chatbox:before {
  content: "";
}

.ion-chatbox-working:before {
  content: "";
}

.ion-chatboxes:before {
  content: "";
}

.ion-chatbubble:before {
  content: "";
}

.ion-chatbubble-working:before {
  content: "";
}

.ion-chatbubbles:before {
  content: "";
}

.ion-checkmark:before {
  content: "";
}

.ion-checkmark-circled:before {
  content: "";
}

.ion-checkmark-round:before {
  content: "";
}

.ion-chevron-down:before {
  content: "";
}

.ion-chevron-left:before {
  content: "";
}

.ion-chevron-right:before {
  content: "";
}

.ion-chevron-up:before {
  content: "";
}

.ion-clipboard:before {
  content: "";
}

.ion-clock:before {
  content: "";
}

.ion-close:before {
  content: "";
}

.ion-close-circled:before {
  content: "";
}

.ion-close-round:before {
  content: "";
}

.ion-closed-captioning:before {
  content: "";
}

.ion-cloud:before {
  content: "";
}

.ion-code:before {
  content: "";
}

.ion-code-download:before {
  content: "";
}

.ion-code-working:before {
  content: "";
}

.ion-coffee:before {
  content: "";
}

.ion-compass:before {
  content: "";
}

.ion-compose:before {
  content: "";
}

.ion-connection-bars:before {
  content: "";
}

.ion-contrast:before {
  content: "";
}

.ion-crop:before {
  content: "";
}

.ion-cube:before {
  content: "";
}

.ion-disc:before {
  content: "";
}

.ion-document:before {
  content: "";
}

.ion-document-text:before {
  content: "";
}

.ion-drag:before {
  content: "";
}

.ion-earth:before {
  content: "";
}

.ion-easel:before {
  content: "";
}

.ion-edit:before {
  content: "";
}

.ion-egg:before {
  content: "";
}

.ion-eject:before {
  content: "";
}

.ion-email:before {
  content: "";
}

.ion-email-unread:before {
  content: "";
}

.ion-erlenmeyer-flask:before {
  content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

.ion-eye:before {
  content: "";
}

.ion-eye-disabled:before {
  content: "";
}

.ion-female:before {
  content: "";
}

.ion-filing:before {
  content: "";
}

.ion-film-marker:before {
  content: "";
}

.ion-fireball:before {
  content: "";
}

.ion-flag:before {
  content: "";
}

.ion-flame:before {
  content: "";
}

.ion-flash:before {
  content: "";
}

.ion-flash-off:before {
  content: "";
}

.ion-folder:before {
  content: "";
}

.ion-fork:before {
  content: "";
}

.ion-fork-repo:before {
  content: "";
}

.ion-forward:before {
  content: "";
}

.ion-funnel:before {
  content: "";
}

.ion-gear-a:before {
  content: "";
}

.ion-gear-b:before {
  content: "";
}

.ion-grid:before {
  content: "";
}

.ion-hammer:before {
  content: "";
}

.ion-happy:before {
  content: "";
}

.ion-happy-outline:before {
  content: "";
}

.ion-headphone:before {
  content: "";
}

.ion-heart:before {
  content: "";
}

.ion-heart-broken:before {
  content: "";
}

.ion-help:before {
  content: "";
}

.ion-help-buoy:before {
  content: "";
}

.ion-help-circled:before {
  content: "";
}

.ion-home:before {
  content: "";
}

.ion-icecream:before {
  content: "";
}

.ion-image:before {
  content: "";
}

.ion-images:before {
  content: "";
}

.ion-information:before {
  content: "";
}

.ion-information-circled:before {
  content: "";
}

.ion-ionic:before {
  content: "";
}

.ion-ios-alarm:before {
  content: "";
}

.ion-ios-alarm-outline:before {
  content: "";
}

.ion-ios-albums:before {
  content: "";
}

.ion-ios-albums-outline:before {
  content: "";
}

.ion-ios-americanfootball:before {
  content: "";
}

.ion-ios-americanfootball-outline:before {
  content: "";
}

.ion-ios-analytics:before {
  content: "";
}

.ion-ios-analytics-outline:before {
  content: "";
}

.ion-ios-arrow-back:before {
  content: "";
}

.ion-ios-arrow-down:before {
  content: "";
}

.ion-ios-arrow-forward:before {
  content: "";
}

.ion-ios-arrow-left:before {
  content: "";
}

.ion-ios-arrow-right:before {
  content: "";
}

.ion-ios-arrow-thin-down:before {
  content: "";
}

.ion-ios-arrow-thin-left:before {
  content: "";
}

.ion-ios-arrow-thin-right:before {
  content: "";
}

.ion-ios-arrow-thin-up:before {
  content: "";
}

.ion-ios-arrow-up:before {
  content: "";
}

.ion-ios-at:before {
  content: "";
}

.ion-ios-at-outline:before {
  content: "";
}

.ion-ios-barcode:before {
  content: "";
}

.ion-ios-barcode-outline:before {
  content: "";
}

.ion-ios-baseball:before {
  content: "";
}

.ion-ios-baseball-outline:before {
  content: "";
}

.ion-ios-basketball:before {
  content: "";
}

.ion-ios-basketball-outline:before {
  content: "";
}

.ion-ios-bell:before {
  content: "";
}

.ion-ios-bell-outline:before {
  content: "";
}

.ion-ios-body:before {
  content: "";
}

.ion-ios-body-outline:before {
  content: "";
}

.ion-ios-bolt:before {
  content: "";
}

.ion-ios-bolt-outline:before {
  content: "";
}

.ion-ios-book:before {
  content: "";
}

.ion-ios-book-outline:before {
  content: "";
}

.ion-ios-bookmarks:before {
  content: "";
}

.ion-ios-bookmarks-outline:before {
  content: "";
}

.ion-ios-box:before {
  content: "";
}

.ion-ios-box-outline:before {
  content: "";
}

.ion-ios-briefcase:before {
  content: "";
}

.ion-ios-briefcase-outline:before {
  content: "";
}

.ion-ios-browsers:before {
  content: "";
}

.ion-ios-browsers-outline:before {
  content: "";
}

.ion-ios-calculator:before {
  content: "";
}

.ion-ios-calculator-outline:before {
  content: "";
}

.ion-ios-calendar:before {
  content: "";
}

.ion-ios-calendar-outline:before {
  content: "";
}

.ion-ios-camera:before {
  content: "";
}

.ion-ios-camera-outline:before {
  content: "";
}

.ion-ios-cart:before {
  content: "";
}

.ion-ios-cart-outline:before {
  content: "";
}

.ion-ios-chatboxes:before {
  content: "";
}

.ion-ios-chatboxes-outline:before {
  content: "";
}

.ion-ios-chatbubble:before {
  content: "";
}

.ion-ios-chatbubble-outline:before {
  content: "";
}

.ion-ios-checkmark:before {
  content: "";
}

.ion-ios-checkmark-empty:before {
  content: "";
}

.ion-ios-checkmark-outline:before {
  content: "";
}

.ion-ios-circle-filled:before {
  content: "";
}

.ion-ios-circle-outline:before {
  content: "";
}

.ion-ios-clock:before {
  content: "";
}

.ion-ios-clock-outline:before {
  content: "";
}

.ion-ios-close:before {
  content: "";
}

.ion-ios-close-empty:before {
  content: "";
}

.ion-ios-close-outline:before {
  content: "";
}

.ion-ios-cloud:before {
  content: "";
}

.ion-ios-cloud-download:before {
  content: "";
}

.ion-ios-cloud-download-outline:before {
  content: "";
}

.ion-ios-cloud-outline:before {
  content: "";
}

.ion-ios-cloud-upload:before {
  content: "";
}

.ion-ios-cloud-upload-outline:before {
  content: "";
}

.ion-ios-cloudy:before {
  content: "";
}

.ion-ios-cloudy-night:before {
  content: "";
}

.ion-ios-cloudy-night-outline:before {
  content: "";
}

.ion-ios-cloudy-outline:before {
  content: "";
}

.ion-ios-cog:before {
  content: "";
}

.ion-ios-cog-outline:before {
  content: "";
}

.ion-ios-color-filter:before {
  content: "";
}

.ion-ios-color-filter-outline:before {
  content: "";
}

.ion-ios-color-wand:before {
  content: "";
}

.ion-ios-color-wand-outline:before {
  content: "";
}

.ion-ios-compose:before {
  content: "";
}

.ion-ios-compose-outline:before {
  content: "";
}

.ion-ios-contact:before {
  content: "";
}

.ion-ios-contact-outline:before {
  content: "";
}

.ion-ios-copy:before {
  content: "";
}

.ion-ios-copy-outline:before {
  content: "";
}

.ion-ios-crop:before {
  content: "";
}

.ion-ios-crop-strong:before {
  content: "";
}

.ion-ios-download:before {
  content: "";
}

.ion-ios-download-outline:before {
  content: "";
}

.ion-ios-drag:before {
  content: "";
}

.ion-ios-email:before {
  content: "";
}

.ion-ios-email-outline:before {
  content: "";
}

.ion-ios-eye:before {
  content: "";
}

.ion-ios-eye-outline:before {
  content: "";
}

.ion-ios-fastforward:before {
  content: "";
}

.ion-ios-fastforward-outline:before {
  content: "";
}

.ion-ios-filing:before {
  content: "";
}

.ion-ios-filing-outline:before {
  content: "";
}

.ion-ios-film:before {
  content: "";
}

.ion-ios-film-outline:before {
  content: "";
}

.ion-ios-flag:before {
  content: "";
}

.ion-ios-flag-outline:before {
  content: "";
}

.ion-ios-flame:before {
  content: "";
}

.ion-ios-flame-outline:before {
  content: "";
}

.ion-ios-flask:before {
  content: "";
}

.ion-ios-flask-outline:before {
  content: "";
}

.ion-ios-flower:before {
  content: "";
}

.ion-ios-flower-outline:before {
  content: "";
}

.ion-ios-folder:before {
  content: "";
}

.ion-ios-folder-outline:before {
  content: "";
}

.ion-ios-football:before {
  content: "";
}

.ion-ios-football-outline:before {
  content: "";
}

.ion-ios-game-controller-a:before {
  content: "";
}

.ion-ios-game-controller-a-outline:before {
  content: "";
}

.ion-ios-game-controller-b:before {
  content: "";
}

.ion-ios-game-controller-b-outline:before {
  content: "";
}

.ion-ios-gear:before {
  content: "";
}

.ion-ios-gear-outline:before {
  content: "";
}

.ion-ios-glasses:before {
  content: "";
}

.ion-ios-glasses-outline:before {
  content: "";
}

.ion-ios-grid-view:before {
  content: "";
}

.ion-ios-grid-view-outline:before {
  content: "";
}

.ion-ios-heart:before {
  content: "";
}

.ion-ios-heart-outline:before {
  content: "";
}

.ion-ios-help:before {
  content: "";
}

.ion-ios-help-empty:before {
  content: "";
}

.ion-ios-help-outline:before {
  content: "";
}

.ion-ios-home:before {
  content: "";
}

.ion-ios-home-outline:before {
  content: "";
}

.ion-ios-infinite:before {
  content: "";
}

.ion-ios-infinite-outline:before {
  content: "";
}

.ion-ios-information:before {
  content: "";
}

.ion-ios-information-empty:before {
  content: "";
}

.ion-ios-information-outline:before {
  content: "";
}

.ion-ios-ionic-outline:before {
  content: "";
}

.ion-ios-keypad:before {
  content: "";
}

.ion-ios-keypad-outline:before {
  content: "";
}

.ion-ios-lightbulb:before {
  content: "";
}

.ion-ios-lightbulb-outline:before {
  content: "";
}

.ion-ios-list:before {
  content: "";
}

.ion-ios-list-outline:before {
  content: "";
}

.ion-ios-location:before {
  content: "";
}

.ion-ios-location-outline:before {
  content: "";
}

.ion-ios-locked:before {
  content: "";
}

.ion-ios-locked-outline:before {
  content: "";
}

.ion-ios-loop:before {
  content: "";
}

.ion-ios-loop-strong:before {
  content: "";
}

.ion-ios-medical:before {
  content: "";
}

.ion-ios-medical-outline:before {
  content: "";
}

.ion-ios-medkit:before {
  content: "";
}

.ion-ios-medkit-outline:before {
  content: "";
}

.ion-ios-mic:before {
  content: "";
}

.ion-ios-mic-off:before {
  content: "";
}

.ion-ios-mic-outline:before {
  content: "";
}

.ion-ios-minus:before {
  content: "";
}

.ion-ios-minus-empty:before {
  content: "";
}

.ion-ios-minus-outline:before {
  content: "";
}

.ion-ios-monitor:before {
  content: "";
}

.ion-ios-monitor-outline:before {
  content: "";
}

.ion-ios-moon:before {
  content: "";
}

.ion-ios-moon-outline:before {
  content: "";
}

.ion-ios-more:before {
  content: "";
}

.ion-ios-more-outline:before {
  content: "";
}

.ion-ios-musical-note:before {
  content: "";
}

.ion-ios-musical-notes:before {
  content: "";
}

.ion-ios-navigate:before {
  content: "";
}

.ion-ios-navigate-outline:before {
  content: "";
}

.ion-ios-nutrition:before {
  content: "";
}

.ion-ios-nutrition-outline:before {
  content: "";
}

.ion-ios-paper:before {
  content: "";
}

.ion-ios-paper-outline:before {
  content: "";
}

.ion-ios-paperplane:before {
  content: "";
}

.ion-ios-paperplane-outline:before {
  content: "";
}

.ion-ios-partlysunny:before {
  content: "";
}

.ion-ios-partlysunny-outline:before {
  content: "";
}

.ion-ios-pause:before {
  content: "";
}

.ion-ios-pause-outline:before {
  content: "";
}

.ion-ios-paw:before {
  content: "";
}

.ion-ios-paw-outline:before {
  content: "";
}

.ion-ios-people:before {
  content: "";
}

.ion-ios-people-outline:before {
  content: "";
}

.ion-ios-person:before {
  content: "";
}

.ion-ios-person-outline:before {
  content: "";
}

.ion-ios-personadd:before {
  content: "";
}

.ion-ios-personadd-outline:before {
  content: "";
}

.ion-ios-photos:before {
  content: "";
}

.ion-ios-photos-outline:before {
  content: "";
}

.ion-ios-pie:before {
  content: "";
}

.ion-ios-pie-outline:before {
  content: "";
}

.ion-ios-pint:before {
  content: "";
}

.ion-ios-pint-outline:before {
  content: "";
}

.ion-ios-play:before {
  content: "";
}

.ion-ios-play-outline:before {
  content: "";
}

.ion-ios-plus:before {
  content: "";
}

.ion-ios-plus-empty:before {
  content: "";
}

.ion-ios-plus-outline:before {
  content: "";
}

.ion-ios-pricetag:before {
  content: "";
}

.ion-ios-pricetag-outline:before {
  content: "";
}

.ion-ios-pricetags:before {
  content: "";
}

.ion-ios-pricetags-outline:before {
  content: "";
}

.ion-ios-printer:before {
  content: "";
}

.ion-ios-printer-outline:before {
  content: "";
}

.ion-ios-pulse:before {
  content: "";
}

.ion-ios-pulse-strong:before {
  content: "";
}

.ion-ios-rainy:before {
  content: "";
}

.ion-ios-rainy-outline:before {
  content: "";
}

.ion-ios-recording:before {
  content: "";
}

.ion-ios-recording-outline:before {
  content: "";
}

.ion-ios-redo:before {
  content: "";
}

.ion-ios-redo-outline:before {
  content: "";
}

.ion-ios-refresh:before {
  content: "";
}

.ion-ios-refresh-empty:before {
  content: "";
}

.ion-ios-refresh-outline:before {
  content: "";
}

.ion-ios-reload:before {
  content: "";
}

.ion-ios-reverse-camera:before {
  content: "";
}

.ion-ios-reverse-camera-outline:before {
  content: "";
}

.ion-ios-rewind:before {
  content: "";
}

.ion-ios-rewind-outline:before {
  content: "";
}

.ion-ios-rose:before {
  content: "";
}

.ion-ios-rose-outline:before {
  content: "";
}

.ion-ios-search:before {
  content: "";
}

.ion-ios-search-strong:before {
  content: "";
}

.ion-ios-settings:before {
  content: "";
}

.ion-ios-settings-strong:before {
  content: "";
}

.ion-ios-shuffle:before {
  content: "";
}

.ion-ios-shuffle-strong:before {
  content: "";
}

.ion-ios-skipbackward:before {
  content: "";
}

.ion-ios-skipbackward-outline:before {
  content: "";
}

.ion-ios-skipforward:before {
  content: "";
}

.ion-ios-skipforward-outline:before {
  content: "";
}

.ion-ios-snowy:before {
  content: "";
}

.ion-ios-speedometer:before {
  content: "";
}

.ion-ios-speedometer-outline:before {
  content: "";
}

.ion-ios-star:before {
  content: "";
}

.ion-ios-star-half:before {
  content: "";
}

.ion-ios-star-outline:before {
  content: "";
}

.ion-ios-stopwatch:before {
  content: "";
}

.ion-ios-stopwatch-outline:before {
  content: "";
}

.ion-ios-sunny:before {
  content: "";
}

.ion-ios-sunny-outline:before {
  content: "";
}

.ion-ios-telephone:before {
  content: "";
}

.ion-ios-telephone-outline:before {
  content: "";
}

.ion-ios-tennisball:before {
  content: "";
}

.ion-ios-tennisball-outline:before {
  content: "";
}

.ion-ios-thunderstorm:before {
  content: "";
}

.ion-ios-thunderstorm-outline:before {
  content: "";
}

.ion-ios-time:before {
  content: "";
}

.ion-ios-time-outline:before {
  content: "";
}

.ion-ios-timer:before {
  content: "";
}

.ion-ios-timer-outline:before {
  content: "";
}

.ion-ios-toggle:before {
  content: "";
}

.ion-ios-toggle-outline:before {
  content: "";
}

.ion-ios-trash:before {
  content: "";
}

.ion-ios-trash-outline:before {
  content: "";
}

.ion-ios-undo:before {
  content: "";
}

.ion-ios-undo-outline:before {
  content: "";
}

.ion-ios-unlocked:before {
  content: "";
}

.ion-ios-unlocked-outline:before {
  content: "";
}

.ion-ios-upload:before {
  content: "";
}

.ion-ios-upload-outline:before {
  content: "";
}

.ion-ios-videocam:before {
  content: "";
}

.ion-ios-videocam-outline:before {
  content: "";
}

.ion-ios-volume-high:before {
  content: "";
}

.ion-ios-volume-low:before {
  content: "";
}

.ion-ios-wineglass:before {
  content: "";
}

.ion-ios-wineglass-outline:before {
  content: "";
}

.ion-ios-world:before {
  content: "";
}

.ion-ios-world-outline:before {
  content: "";
}

.ion-ipad:before {
  content: "";
}

.ion-iphone:before {
  content: "";
}

.ion-ipod:before {
  content: "";
}

.ion-jet:before {
  content: "";
}

.ion-key:before {
  content: "";
}

.ion-knife:before {
  content: "";
}

.ion-laptop:before {
  content: "";
}

.ion-leaf:before {
  content: "";
}

.ion-levels:before {
  content: "";
}

.ion-lightbulb:before {
  content: "";
}

.ion-link:before {
  content: "";
}

.ion-load-a:before {
  content: "";
}

.ion-load-b:before {
  content: "";
}

.ion-load-c:before {
  content: "";
}

.ion-load-d:before {
  content: "";
}

.ion-location:before {
  content: "";
}

.ion-lock-combination:before {
  content: "";
}

.ion-locked:before {
  content: "";
}

.ion-log-in:before {
  content: "";
}

.ion-log-out:before {
  content: "";
}

.ion-loop:before {
  content: "";
}

.ion-magnet:before {
  content: "";
}

.ion-male:before {
  content: "";
}

.ion-man:before {
  content: "";
}

.ion-map:before {
  content: "";
}

.ion-medkit:before {
  content: "";
}

.ion-merge:before {
  content: "";
}

.ion-mic-a:before {
  content: "";
}

.ion-mic-b:before {
  content: "";
}

.ion-mic-c:before {
  content: "";
}

.ion-minus:before {
  content: "";
}

.ion-minus-circled:before {
  content: "";
}

.ion-minus-round:before {
  content: "";
}

.ion-model-s:before {
  content: "";
}

.ion-monitor:before {
  content: "";
}

.ion-more:before {
  content: "";
}

.ion-mouse:before {
  content: "";
}

.ion-music-note:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

.ion-navicon-round:before {
  content: "";
}

.ion-navigate:before {
  content: "";
}

.ion-network:before {
  content: "";
}

.ion-no-smoking:before {
  content: "";
}

.ion-nuclear:before {
  content: "";
}

.ion-outlet:before {
  content: "";
}

.ion-paintbrush:before {
  content: "";
}

.ion-paintbucket:before {
  content: "";
}

.ion-paper-airplane:before {
  content: "";
}

.ion-paperclip:before {
  content: "";
}

.ion-pause:before {
  content: "";
}

.ion-person:before {
  content: "";
}

.ion-person-add:before {
  content: "";
}

.ion-person-stalker:before {
  content: "";
}

.ion-pie-graph:before {
  content: "";
}

.ion-pin:before {
  content: "";
}

.ion-pinpoint:before {
  content: "";
}

.ion-pizza:before {
  content: "";
}

.ion-plane:before {
  content: "";
}

.ion-planet:before {
  content: "";
}

.ion-play:before {
  content: "";
}

.ion-playstation:before {
  content: "";
}

.ion-plus:before {
  content: "";
}

.ion-plus-circled:before {
  content: "";
}

.ion-plus-round:before {
  content: "";
}

.ion-podium:before {
  content: "";
}

.ion-pound:before {
  content: "";
}

.ion-power:before {
  content: "";
}

.ion-pricetag:before {
  content: "";
}

.ion-pricetags:before {
  content: "";
}

.ion-printer:before {
  content: "";
}

.ion-pull-request:before {
  content: "";
}

.ion-qr-scanner:before {
  content: "";
}

.ion-quote:before {
  content: "";
}

.ion-radio-waves:before {
  content: "";
}

.ion-record:before {
  content: "";
}

.ion-refresh:before {
  content: "";
}

.ion-reply:before {
  content: "";
}

.ion-reply-all:before {
  content: "";
}

.ion-ribbon-a:before {
  content: "";
}

.ion-ribbon-b:before {
  content: "";
}

.ion-sad:before {
  content: "";
}

.ion-sad-outline:before {
  content: "";
}

.ion-scissors:before {
  content: "";
}

.ion-search:before {
  content: "";
}

.ion-settings:before {
  content: "";
}

.ion-share:before {
  content: "";
}

.ion-shuffle:before {
  content: "";
}

.ion-skip-backward:before {
  content: "";
}

.ion-skip-forward:before {
  content: "";
}

.ion-social-android:before {
  content: "";
}

.ion-social-android-outline:before {
  content: "";
}

.ion-social-angular:before {
  content: "";
}

.ion-social-angular-outline:before {
  content: "";
}

.ion-social-apple:before {
  content: "";
}

.ion-social-apple-outline:before {
  content: "";
}

.ion-social-bitcoin:before {
  content: "";
}

.ion-social-bitcoin-outline:before {
  content: "";
}

.ion-social-buffer:before {
  content: "";
}

.ion-social-buffer-outline:before {
  content: "";
}

.ion-social-chrome:before {
  content: "";
}

.ion-social-chrome-outline:before {
  content: "";
}

.ion-social-codepen:before {
  content: "";
}

.ion-social-codepen-outline:before {
  content: "";
}

.ion-social-css3:before {
  content: "";
}

.ion-social-css3-outline:before {
  content: "";
}

.ion-social-designernews:before {
  content: "";
}

.ion-social-designernews-outline:before {
  content: "";
}

.ion-social-dribbble:before {
  content: "";
}

.ion-social-dribbble-outline:before {
  content: "";
}

.ion-social-dropbox:before {
  content: "";
}

.ion-social-dropbox-outline:before {
  content: "";
}

.ion-social-euro:before {
  content: "";
}

.ion-social-euro-outline:before {
  content: "";
}

.ion-social-facebook:before {
  content: "";
}

.ion-social-facebook-outline:before {
  content: "";
}

.ion-social-foursquare:before {
  content: "";
}

.ion-social-foursquare-outline:before {
  content: "";
}

.ion-social-freebsd-devil:before {
  content: "";
}

.ion-social-github:before {
  content: "";
}

.ion-social-github-outline:before {
  content: "";
}

.ion-social-google:before {
  content: "";
}

.ion-social-google-outline:before {
  content: "";
}

.ion-social-googleplus:before {
  content: "";
}

.ion-social-googleplus-outline:before {
  content: "";
}

.ion-social-hackernews:before {
  content: "";
}

.ion-social-hackernews-outline:before {
  content: "";
}

.ion-social-html5:before {
  content: "";
}

.ion-social-html5-outline:before {
  content: "";
}

.ion-social-instagram:before {
  content: "";
}

.ion-social-instagram-outline:before {
  content: "";
}

.ion-social-javascript:before {
  content: "";
}

.ion-social-javascript-outline:before {
  content: "";
}

.ion-social-linkedin:before {
  content: "";
}

.ion-social-linkedin-outline:before {
  content: "";
}

.ion-social-markdown:before {
  content: "";
}

.ion-social-nodejs:before {
  content: "";
}

.ion-social-octocat:before {
  content: "";
}

.ion-social-pinterest:before {
  content: "";
}

.ion-social-pinterest-outline:before {
  content: "";
}

.ion-social-python:before {
  content: "";
}

.ion-social-reddit:before {
  content: "";
}

.ion-social-reddit-outline:before {
  content: "";
}

.ion-social-rss:before {
  content: "";
}

.ion-social-rss-outline:before {
  content: "";
}

.ion-social-sass:before {
  content: "";
}

.ion-social-skype:before {
  content: "";
}

.ion-social-skype-outline:before {
  content: "";
}

.ion-social-snapchat:before {
  content: "";
}

.ion-social-snapchat-outline:before {
  content: "";
}

.ion-social-tumblr:before {
  content: "";
}

.ion-social-tumblr-outline:before {
  content: "";
}

.ion-social-tux:before {
  content: "";
}

.ion-social-twitch:before {
  content: "";
}

.ion-social-twitch-outline:before {
  content: "";
}

.ion-social-twitter:before {
  content: "";
}

.ion-social-twitter-outline:before {
  content: "";
}

.ion-social-usd:before {
  content: "";
}

.ion-social-usd-outline:before {
  content: "";
}

.ion-social-vimeo:before {
  content: "";
}

.ion-social-vimeo-outline:before {
  content: "";
}

.ion-social-whatsapp:before {
  content: "";
}

.ion-social-whatsapp-outline:before {
  content: "";
}

.ion-social-windows:before {
  content: "";
}

.ion-social-windows-outline:before {
  content: "";
}

.ion-social-wordpress:before {
  content: "";
}

.ion-social-wordpress-outline:before {
  content: "";
}

.ion-social-yahoo:before {
  content: "";
}

.ion-social-yahoo-outline:before {
  content: "";
}

.ion-social-yen:before {
  content: "";
}

.ion-social-yen-outline:before {
  content: "";
}

.ion-social-youtube:before {
  content: "";
}

.ion-social-youtube-outline:before {
  content: "";
}

.ion-soup-can:before {
  content: "";
}

.ion-soup-can-outline:before {
  content: "";
}

.ion-speakerphone:before {
  content: "";
}

.ion-speedometer:before {
  content: "";
}

.ion-spoon:before {
  content: "";
}

.ion-star:before {
  content: "";
}

.ion-stats-bars:before {
  content: "";
}

.ion-steam:before {
  content: "";
}

.ion-stop:before {
  content: "";
}

.ion-thermometer:before {
  content: "";
}

.ion-thumbsdown:before {
  content: "";
}

.ion-thumbsup:before {
  content: "";
}

.ion-toggle:before {
  content: "";
}

.ion-toggle-filled:before {
  content: "";
}

.ion-transgender:before {
  content: "";
}

.ion-trash-a:before {
  content: "";
}

.ion-trash-b:before {
  content: "";
}

.ion-trophy:before {
  content: "";
}

.ion-tshirt:before {
  content: "";
}

.ion-tshirt-outline:before {
  content: "";
}

.ion-umbrella:before {
  content: "";
}

.ion-university:before {
  content: "";
}

.ion-unlocked:before {
  content: "";
}

.ion-upload:before {
  content: "";
}

.ion-usb:before {
  content: "";
}

.ion-videocamera:before {
  content: "";
}

.ion-volume-high:before {
  content: "";
}

.ion-volume-low:before {
  content: "";
}

.ion-volume-medium:before {
  content: "";
}

.ion-volume-mute:before {
  content: "";
}

.ion-wand:before {
  content: "";
}

.ion-waterdrop:before {
  content: "";
}

.ion-wifi:before {
  content: "";
}

.ion-wineglass:before {
  content: "";
}

.ion-woman:before {
  content: "";
}

.ion-wrench:before {
  content: "";
}

.ion-xbox:before {
  content: "";
}

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

  to {
    -o-transform: rotate(360deg);
  }
}

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

  to {
    -moz-transform: rotate(360deg);
  }
}

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

  to {
    -ms-transform: rotate(360deg);
  }
}

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

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

:not(.wp-core-ui) button,
body,
input,
select,
textarea {
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

body,
html {
  background-color: #f0f3f6;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin: 36px 0 12px;
}

h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

h2 {
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-size: 22px;
  line-height: 1.0909090909;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b,
strong {
  font-weight: 700;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

p {
  margin-bottom: 24px;
}

code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace,serif;
  font-size: 13px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0,0,0,.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

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

blockquote {
  margin: 2em 0;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  padding-left: 1em;
  border-left: 3px solid #eee;
}

blockquote p {
  margin-bottom: .75em;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

blockquote b,
blockquote strong {
  font-weight: 400;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 24px;
}

ol,
ul {
  margin: 0 0 24px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ol,
li>ul {
  margin: 0 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0 0 24px;
  padding: 1em;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table,
td,
th {
  border: 1px solid rgba(0,0,0,.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

caption,
td,
th {
  padding: .5em 1em;
  font-weight: 400;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

hr {
  background-color: rgba(0,0,0,.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

::selection {
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #939393;
}

:-moz-placeholder {
  color: #939393;
}

::-moz-placeholder {
  color: #939393;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #939393;
}

embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
}

p>embed,
p>iframe,
p>object,
span>embed,
span>iframe,
span>object {
  margin-bottom: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #767676;
}

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.screen-reader-text,
.site-description {
  clip: rect(1px,1px,1px,1px);
  position: absolute;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
}

.hide {
  display: none;
}

.search-form {
  position: relative;
}

.search-form .search-field {
  padding-left: 50px;
}

.search-form .search-submit,
.search-form .search-submit:hover {
  position: absolute;
  top: 0;
  left: 5px;
  width: 44px;
  height: 44px;
  background: 0 0;
  box-shadow: none;
  padding: 0;
}

.search-form .search-submit:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b4bcc7;
  font-size: 24px;
  content: '\f2f5';
  vertical-align: middle;
}

.entry-cover,
.listing-cover {
  padding: 5em 0 3em;
  background-size: cover;
  background-position: center;
  position: relative;
}

.list-cover {
  background-size: cover;
  background-position: center;
  width: 60px;
  height: 60px;
}

@media (min-width:768px) {
  .listing-cover {
    padding: 8em 0 3em;
  }
}

@media (min-width:992px) {
  .listing-cover.has-image {
    padding: 16em 0 5em;
  }
}

.entry-cover.has-image:after,
.listing-cover.has-image:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 5;
}

@media (min-width:768px) {
  .entry-cover.has-image:after,
  .listing-cover.has-image:after {
    overflow: hidden;
    background: -webkit-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.65) 100%);
    background: -moz-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,transparent 0,transparent 0,rgba(0,0,0,.65) 100%);
  }
}

.entry-cover .cover-wrapper,
.listing-cover .cover-wrapper {
  position: relative;
  z-index: 10;
}

.entry-cover.has-image,
.entry-cover.has-image a,
.listing-cover.has-image,
.listing-cover.has-image a {
  color: #fff;
  text-shadow: rgba(0,0,0,.8) 0 1px 0;
}

.archive-job_listing-filter-title:after,
.archive-job_listing-filter-title:before,
.archive-job_listing-toggle-inner:after,
.archive-job_listing-toggle-inner:before,
.clear:after,
.clear:before,
.content-box:after,
.content-box:before,
.content-shop-wrapper .type-product:after,
.content-shop-wrapper .type-product:before,
.home-feature:after,
.home-feature:before,
.job-package:after,
.job-package:before,
.job_listing-entry-header-wrapper:after,
.job_listing-entry-header-wrapper:before,
.job_listings:after,
.job_listings:before,
.listify_widget_search_listings.home-widget .job_search_form:after,
.listify_widget_search_listings.home-widget .job_search_form:before,
.listing-by-term-inner:after,
.listing-by-term-inner:before,
.search_jobs:after,
.search_jobs:before,
.tabbed-listings-tabs a:after,
.tabbed-listings-tabs a:before,
.type-product .thumbnails a:after,
.type-product .thumbnails a:before,
.widget:after,
.widget:before,
.woocommerce div.product div.summary:after,
.woocommerce div.product div.summary:before,
.woocommerce-main-image:after,
.woocommerce-main-image:before,
.woocommerce-page div.product div.summary:after,
.woocommerce-page div.product div.summary:before,
.woocommerce-tabs:after,
.woocommerce-tabs:before {
  content: "";
  display: table;
}

.archive-job_listing-filter-title:after,
.archive-job_listing-toggle-inner:after,
.clear:after,
.content-box:after,
.content-shop-wrapper .type-product:after,
.home-feature:after,
.job-package:after,
.job_listing-entry-header-wrapper:after,
.job_listings:after,
.listify_widget_search_listings.home-widget .job_search_form:after,
.listing-by-term-inner:after,
.search_jobs:after,
.tabbed-listings-tabs a:after,
.type-product .thumbnails a:after,
.widget:after,
.woocommerce div.product div.summary:after,
.woocommerce-main-image:after,
.woocommerce-page div.product div.summary:after,
.woocommerce-tabs:after {
  clear: both;
}

.js-toggle-area-trigger {
  margin: 1em 0;
  position: relative;
  display: block;
}

.js-toggle-area-trigger.active:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f126";
}

.job_filters,
.js-toggle-area {
  display: none;
}

.job_filters.active,
.js-toggle-area.active {
  display: block;
}

@media (min-width:992px) {
  .js-toggle-area-trigger {
    display: none;
  }

  .job_filters,
  .js-toggle-area {
    display: block;
  }
}

table th {
  font-weight: 700;
}

table td,
table th {
  padding: 9px 10px;
  text-align: left;
}

@media only screen and (max-width:767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: 0;
    border-left: 0;
    width: 100%;
  }

  .pinned table td,
  .pinned table th {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive td:first-child,
  table.responsive th:first-child,
  table.responsive.pinned td {
    display: none;
  }
}

label {
  cursor: pointer;
}

.chosen-container .chosen-choices,
.content-shop-wrapper .site-main .type-product select,
.facetwp-facet .facetwp-checkbox:before,
.facetwp-pager .facetwp-page,
.filter_by_tag a:before,
.job-manager-pagination li>*,
.js-toggle-area-trigger,
.listify_widget_search_listings.home-widget .site-main .job_search_form select,
.search-choice-close,
.site select,
.site-main .archive-job_listing-toggle-inner select,
.site-main .content-box select,
.site-main .content-shop-wrapper .type-product select,
.site-main .home-feature select,
.site-main .job-package select,
.site-main .job_listings select,
.site-main .listify_widget_search_listings.home-widget .job_search_form select,
.site-main .listing-by-term-inner select,
.site-main .tabbed-listings-tabs a select,
.site-main .type-product .thumbnails a select,
.site-main .woocommerce div.product div.summary select,
.site-main .woocommerce-main-image select,
.site-main .woocommerce-page div.product div.summary select,
.site-main .woocommerce-tabs select,
.tabbed-listings-tabs .site-main a select,
.type-product .thumbnails .site-main a select,
.widget_layered_nav li a:before,
.woocommerce div.product .site-main div.summary select,
.woocommerce-page div.product .site-main div.summary select,
a.page-numbers,
input,
span.page-numbers,
textarea {
  -webkit-appearance: none;
  border: 0;
  background-image: none;
  border-width: 2px;
  border-style: solid;
  box-shadow: none;
  border-radius: 4px;
  padding: 11px 15px;
  max-width: 100%;
}

.wp-editor-wrap {
  border-width: 2px;
  border-style: solid;
}

textarea {
  width: 100%;
}

input[type=search] {
  border-radius: 60px;
}

input[type=file] {
  background: 0 0;
  margin-right: 10px;
  padding: 0;
  border: 0;
}

.content-shop-wrapper .site-main .type-product select,
.facetwp-pager .facetwp-page,
.job-manager-pagination li>*,
.js-toggle-area-trigger,
.listify_widget_search_listings.home-widget .site-main .job_search_form select,
.site select,
.site-main .archive-job_listing-toggle-inner select,
.site-main .content-box select,
.site-main .content-shop-wrapper .type-product select,
.site-main .home-feature select,
.site-main .job-package select,
.site-main .job_listings select,
.site-main .listify_widget_search_listings.home-widget .job_search_form select,
.site-main .listing-by-term-inner select,
.site-main .tabbed-listings-tabs a select,
.site-main .type-product .thumbnails a select,
.site-main .woocommerce div.product div.summary select,
.site-main .woocommerce-main-image select,
.site-main .woocommerce-page div.product div.summary select,
.site-main .woocommerce-tabs select,
.tabbed-listings-tabs .site-main a select,
.type-product .thumbnails .site-main a select,
.woocommerce div.product .site-main div.summary select,
.woocommerce-page div.product .site-main div.summary select,
a.page-numbers,
span.page-numbers {
  padding: 13px 15px 12px;
  border: 0;
  box-shadow: inset rgba(0,0,0,.05) 0 -3px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.content-shop-wrapper .site-main .type-product select,
.listify_widget_search_listings.home-widget .site-main .job_search_form select,
.site select,
.site-main .archive-job_listing-toggle-inner select,
.site-main .content-box select,
.site-main .content-shop-wrapper .type-product select,
.site-main .home-feature select,
.site-main .job-package select,
.site-main .job_listings select,
.site-main .listify_widget_search_listings.home-widget .job_search_form select,
.site-main .listing-by-term-inner select,
.site-main .tabbed-listings-tabs a select,
.site-main .type-product .thumbnails a select,
.site-main .woocommerce div.product div.summary select,
.site-main .woocommerce-main-image select,
.site-main .woocommerce-page div.product div.summary select,
.site-main .woocommerce-tabs select,
.tabbed-listings-tabs .site-main a select,
.type-product .thumbnails .site-main a select,
.woocommerce div.product .site-main div.summary select,
.woocommerce-page div.product .site-main div.summary select {
  padding-right: 40px;
}

@media (min-width:992px) {
  .content-shop-wrapper .site-main .type-product select,
  .listify_widget_search_listings.home-widget .site-main .job_search_form select,
  .site select,
  .site-main .archive-job_listing-toggle-inner select,
  .site-main .content-box select,
  .site-main .content-shop-wrapper .type-product select,
  .site-main .home-feature select,
  .site-main .job-package select,
  .site-main .job_listings select,
  .site-main .listify_widget_search_listings.home-widget .job_search_form select,
  .site-main .listing-by-term-inner select,
  .site-main .tabbed-listings-tabs a select,
  .site-main .type-product .thumbnails a select,
  .site-main .woocommerce div.product div.summary select,
  .site-main .woocommerce-main-image select,
  .site-main .woocommerce-page div.product div.summary select,
  .site-main .woocommerce-tabs select,
  .tabbed-listings-tabs .site-main a select,
  .type-product .thumbnails .site-main a select,
  .woocommerce div.product .site-main div.summary select,
  .woocommerce-page div.product .site-main div.summary select {
    min-width: 175px;
  }
}

.select {
  position: relative;
  max-width: 100%;
  border-radius: 4px;
}

.select select {
  text-overflow: ellipsis;
}

.select {
  display: block;
}

.select select {
  width: 100%;
}

@media (min-width:768px) {
  .select {
    display: inline-block;
  }

  .select select {
    width: auto;
  }
}

input:focus,
textarea:focus {
  background: #fff;
}

.content-shop-wrapper .site-main .type-product .select:before,
.facetwp-facet-proximity .select:after,
.js-toggle-area-trigger:after,
.js-toggle-area-trigger:before,
.listify_widget_search_listings.home-widget .site-main .job_search_form .select:before,
.select:after,
.select:before,
.site-main .archive-job_listing-toggle-inner .select:before,
.site-main .content-box .select:before,
.site-main .content-shop-wrapper .type-product .select:before,
.site-main .home-feature .select:before,
.site-main .job-package .select:before,
.site-main .job_listings .select:after,
.site-main .job_listings .select:before,
.site-main .listify_widget_search_listings.home-widget .job_search_form .select:before,
.site-main .listing-by-term-inner .select:before,
.site-main .tabbed-listings-tabs a .select:before,
.site-main .type-product .thumbnails a .select:before,
.site-main .woocommerce div.product div.summary .select:before,
.site-main .woocommerce-main-image .select:before,
.site-main .woocommerce-page div.product div.summary .select:before,
.site-main .woocommerce-tabs .select:before,
.tabbed-listings-tabs .site-main a .select:before,
.type-product .thumbnails .site-main a .select:before,
.woocommerce div.product .site-main div.summary .select:before,
.woocommerce-page div.product .site-main div.summary .select:before {
  position: absolute;
  top: 0;
  right: 0;
  content: ' ';
  width: 40px;
  height: 35px;
  z-index: 10;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
}

.content-shop-wrapper .site-main .type-product .select:after,
.js-toggle-area-trigger:after,
.listify_widget_search_listings.home-widget .site-main .job_search_form .select:after,
.select:after,
.site-main .archive-job_listing-toggle-inner .select:after,
.site-main .content-box .select:after,
.site-main .content-shop-wrapper .type-product .select:after,
.site-main .home-feature .select:after,
.site-main .job-package .select:after,
.site-main .job_listings .select:after,
.site-main .listify_widget_search_listings.home-widget .job_search_form .select:after,
.site-main .listing-by-term-inner .select:after,
.site-main .tabbed-listings-tabs a .select:after,
.site-main .type-product .thumbnails a .select:after,
.site-main .woocommerce div.product div.summary .select:after,
.site-main .woocommerce-main-image .select:after,
.site-main .woocommerce-page div.product div.summary .select:after,
.site-main .woocommerce-tabs .select:after,
.tabbed-listings-tabs .site-main a .select:after,
.type-product .thumbnails .site-main a .select:after,
.woocommerce div.product .site-main div.summary .select:after,
.woocommerce-page div.product .site-main div.summary .select:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  pointer-events: none;
  content: "\f123";
  text-align: center;
  line-height: 45px;
  background: 0 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.account-sign-in .button,
.account-sign-in .content-shop-wrapper .added_to_cart,
.account-sign-in .content-shop-wrapper .button[data-product_id],
.account-sign-in .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.account-sign-in .load_more_jobs,
.button,
.button-secondary,
.button-small.load_more_jobs,
.button.button-small,
.button[name=apply_coupon],
.button[name=proceed],
.button[name=update_cart],
.content-shop-wrapper .account-sign-in .added_to_cart,
.content-shop-wrapper .account-sign-in .button[data-product_id],
.content-shop-wrapper .added_to_cart,
.content-shop-wrapper .button-small.added_to_cart,
.content-shop-wrapper .button-small.button[data-product_id],
.content-shop-wrapper .button[data-product_id],
.content-shop-wrapper .job-manager-error .added_to_cart,
.content-shop-wrapper .job-manager-error .button[data-product_id],
.content-shop-wrapper .job-manager-message .added_to_cart,
.content-shop-wrapper .job-manager-message .button[data-product_id],
.content-shop-wrapper .job_listing_packages_title .added_to_cart,
.content-shop-wrapper .job_listing_packages_title .button[data-product_id],
.content-shop-wrapper .woocommerce #content div.product.product-type-grouped .summary .group_table a.added_to_cart,
.content-shop-wrapper .woocommerce-message .added_to_cart,
.content-shop-wrapper .woocommerce-message .button[data-product_id],
.content-shop-wrapper .woocommerce_message .added_to_cart,
.content-shop-wrapper .woocommerce_message .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .account-sign-in .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .button-small.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .job-manager-error .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .job-manager-message .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .job_listing_packages_title .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content div.product.product-type-grouped .summary .group_table a.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-message .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce_message .comment-count,
.job-manager-error .button,
.job-manager-error .content-shop-wrapper .added_to_cart,
.job-manager-error .content-shop-wrapper .button[data-product_id],
.job-manager-error .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.job-manager-error .load_more_jobs,
.job-manager-message .button,
.job-manager-message .content-shop-wrapper .added_to_cart,
.job-manager-message .content-shop-wrapper .button[data-product_id],
.job-manager-message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.job-manager-message .load_more_jobs,
.job_listing_packages_title .button,
.job_listing_packages_title .content-shop-wrapper .added_to_cart,
.job_listing_packages_title .content-shop-wrapper .button[data-product_id],
.job_listing_packages_title .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.job_listing_packages_title .load_more_jobs,
.load_more_jobs,
.widget_shopping_cart .button,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-shop-wrapper a.added_to_cart,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-single-job_listing-gallery-wrapper .type-attachment a.comment-count,
.woocommerce #content div.product.product-type-grouped .summary .group_table a.button,
.woocommerce #content div.product.product-type-grouped .summary .group_table a.load_more_jobs,
.woocommerce-message .button,
.woocommerce-message .content-shop-wrapper .added_to_cart,
.woocommerce-message .content-shop-wrapper .button[data-product_id],
.woocommerce-message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce-message .load_more_jobs,
.woocommerce_message .button,
.woocommerce_message .content-shop-wrapper .added_to_cart,
.woocommerce_message .content-shop-wrapper .button[data-product_id],
.woocommerce_message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce_message .load_more_jobs,
button:not([role=presentation]),
input[type=button],
input[type=button].facetwp-reset,
input[type=button].facetwp-update,
input[type=reset],
input[type=submit] {
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 25px;
  vertical-align: bottom;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.1);
  text-shadow: none!important;
  display: inline-block;
}

.account-sign-in .button,
.account-sign-in .content-shop-wrapper .added_to_cart,
.account-sign-in .content-shop-wrapper .button[data-product_id],
.account-sign-in .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.account-sign-in .load_more_jobs,
.content-shop-wrapper .account-sign-in .added_to_cart,
.content-shop-wrapper .account-sign-in .button[data-product_id],
.content-shop-wrapper .order-actions .added_to_cart,
.content-shop-wrapper .order-actions .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .account-sign-in .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .order-actions .comment-count,
.order-actions .button,
.order-actions .content-shop-wrapper .added_to_cart,
.order-actions .content-shop-wrapper .button[data-product_id],
.order-actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.order-actions .load_more_jobs {
  font-size: 12px;
  padding: 2px 15px;
}

@media (min-width:768px) {
  .button,
  .button-secondary,
  .button[name=apply_coupon],
  .button[name=proceed],
  .button[name=update_cart],
  .content-shop-wrapper .added_to_cart,
  .content-shop-wrapper .button[data-product_id],
  .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .load_more_jobs,
  .widget_shopping_cart .button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 14px;
    padding: 16px 38px;
  }
}

@media (min-width:992px) {
  .button,
  .button-secondary,
  .button[name=apply_coupon],
  .button[name=proceed],
  .button[name=update_cart],
  .content-shop-wrapper .added_to_cart,
  .content-shop-wrapper .button[data-product_id],
  .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .load_more_jobs,
  .widget_shopping_cart .button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 18px 40px;
  }
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus,
.button:hover,
.content-shop-wrapper .added_to_cart:focus,
.content-shop-wrapper .added_to_cart:hover,
.content-shop-wrapper .button[data-product_id]:focus,
.content-shop-wrapper .button[data-product_id]:hover,
.content-single-job_listing-gallery-wrapper .type-attachment .comment-count:focus,
.content-single-job_listing-gallery-wrapper .type-attachment .comment-count:hover,
.load_more_jobs:focus,
.load_more_jobs:hover,
button:not(.search-submit):focus,
button:not(.search-submit):hover,
button:not([role=presentation]):focus,
button:not([role=presentation]):hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  color: #fff;
  box-shadow: none;
  outline: 0;
}

.facetwp-facet .facetwp-checkbox:before,
.filter_by_tag a:before,
.search-choice-close,
.widget_layered_nav li a:before,
input[type=checkbox],
input[type=radio] {
  border-style: solid;
  border-width: 2px;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 4px!important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
}

.facetwp-facet .facetwp-checkbox.checked:after,
.filter_by_tag a:after,
.search-choice-close:after,
.widget_layered_nav li.chosen a:after,
input[type=checkbox]:checked:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f121';
  margin: -1px 0 0;
  font-size: 10px;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\2022';
  text-indent: -9999px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 24px;
  width: 8px;
  height: 8px;
  margin: 0;
  line-height: 16px;
  background-color: #1e8cbe;
}

.search-field {
  width: 100%;
}

.search-submit {
  display: none;
}

body .gform_wrapper {
  margin: 0;
  max-width: 100%;
}

body .gform_fields .gfield {
  margin-bottom: 1.5em;
}

body .gform_title,
body .gform_wrapper .top_label .gfield_label {
  font-weight: 400;
  line-height: normal;
}

body .gform_wrapper input[type=email],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper textarea {
  font-size: 13px;
  padding: 12px 15px;
}

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  line-height: normal;
}

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
  margin-left: 5px;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  font-weight: 400;
}

#site-header img,
.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
  max-width: 100%;
}

#site-header img,
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*=align],
img[class*=attachment-],
img[class*=wp-image-] {
  height: auto;
}

.post-thumbnail img,
.wp-post-image,
img.size-full,
img.size-large {
  height: auto;
  max-width: 100%;
}

.archive-job_listing-filters-wrapper.top.archive-job_listing-toggle-inner,
.archive-job_listing-filters-wrapper.top.content-box,
.archive-job_listing-filters-wrapper.top.home-feature,
.archive-job_listing-filters-wrapper.top.job-package,
.archive-job_listing-filters-wrapper.top.listing-by-term-inner,
.archive-job_listing-filters-wrapper.top.woocommerce-main-image,
.archive-job_listing-filters-wrapper.top.woocommerce-tabs,
.archive-job_listing-toggle-inner,
.content-box,
.content-shop-wrapper .archive-job_listing-filters-wrapper.top.type-product,
.content-shop-wrapper .type-product,
.home-feature,
.job-package,
.job_filters,
.listify_widget_search_listings.home-widget .archive-job_listing-filters-wrapper.top.job_search_form,
.listify_widget_search_listings.home-widget .job_search_form,
.listing-by-term-inner,
.tabbed-listings-tabs a,
.tabbed-listings-tabs a.archive-job_listing-filters-wrapper.top,
.type-product .thumbnails a,
.type-product .thumbnails a.archive-job_listing-filters-wrapper.top,
.widget,
.woocommerce div.product div.archive-job_listing-filters-wrapper.top.summary,
.woocommerce div.product div.summary,
.woocommerce-main-image,
.woocommerce-page div.product div.archive-job_listing-filters-wrapper.top.summary,
.woocommerce-page div.product div.summary,
.woocommerce-tabs {
  line-height: 1.75;
  background-color: #fff;
  box-shadow: rgba(0,0,0,.03) 0 2px 0;
  border-radius: 4px;
  margin-bottom: 2em;
  padding: 2em;
}

.content-shop-wrapper .unboxed .content-box-wrapper.type-product,
.content-shop-wrapper .unboxed .type-page.content-box-wrapper.type-product .content-box-inner,
.listify_widget_search_listings.home-widget .unboxed .content-box-wrapper.job_search_form,
.listify_widget_search_listings.home-widget .unboxed .type-page.content-box-wrapper.job_search_form .content-box-inner,
.tabbed-listings-tabs .unboxed a.content-box-wrapper,
.tabbed-listings-tabs .unboxed a.type-page.content-box-wrapper .content-box-inner,
.type-product .thumbnails .unboxed a.content-box-wrapper,
.type-product .thumbnails .unboxed a.type-page.content-box-wrapper .content-box-inner,
.unboxed .content-box-wrapper.archive-job_listing-toggle-inner,
.unboxed .content-box-wrapper.home-feature,
.unboxed .content-box-wrapper.job-package,
.unboxed .content-box-wrapper.listing-by-term-inner,
.unboxed .content-box-wrapper.woocommerce-main-image,
.unboxed .content-box-wrapper.woocommerce-tabs,
.unboxed .content-box.content-box-wrapper,
.unboxed .content-shop-wrapper .content-box-wrapper.type-product,
.unboxed .content-shop-wrapper .type-page.content-box-wrapper.type-product .content-box-inner,
.unboxed .listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form,
.unboxed .listify_widget_search_listings.home-widget .type-page.content-box-wrapper.job_search_form .content-box-inner,
.unboxed .tabbed-listings-tabs a.content-box-wrapper,
.unboxed .tabbed-listings-tabs a.type-page.content-box-wrapper .content-box-inner,
.unboxed .type-page.content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
.unboxed .type-page.content-box-wrapper.home-feature .content-box-inner,
.unboxed .type-page.content-box-wrapper.job-package .content-box-inner,
.unboxed .type-page.content-box-wrapper.listing-by-term-inner .content-box-inner,
.unboxed .type-page.content-box-wrapper.woocommerce-main-image .content-box-inner,
.unboxed .type-page.content-box-wrapper.woocommerce-tabs .content-box-inner,
.unboxed .type-page.content-box.content-box-wrapper .content-box-inner,
.unboxed .type-product .thumbnails a.content-box-wrapper,
.unboxed .type-product .thumbnails a.type-page.content-box-wrapper .content-box-inner,
.unboxed .woocommerce div.product div.content-box-wrapper.summary,
.unboxed .woocommerce div.product div.type-page.content-box-wrapper.summary .content-box-inner,
.unboxed .woocommerce-page div.product div.content-box-wrapper.summary,
.unboxed .woocommerce-page div.product div.type-page.content-box-wrapper.summary .content-box-inner,
.woocommerce div.product .unboxed div.content-box-wrapper.summary,
.woocommerce div.product .unboxed div.type-page.content-box-wrapper.summary .content-box-inner,
.woocommerce-page div.product .unboxed div.content-box-wrapper.summary,
.woocommerce-page div.product .unboxed div.type-page.content-box-wrapper.summary .content-box-inner {
  padding: 0;
  background: 0 0;
  box-shadow: none;
}

.content-box-wrapper.archive-job_listing-toggle-inner,
.content-box-wrapper.home-feature,
.content-box-wrapper.job-package,
.content-box-wrapper.listing-by-term-inner,
.content-box-wrapper.woocommerce-main-image,
.content-box-wrapper.woocommerce-tabs,
.content-box.content-box-wrapper,
.content-shop-wrapper .content-box-wrapper.type-product,
.listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form,
.tabbed-listings-tabs a.content-box-wrapper,
.type-product .thumbnails a.content-box-wrapper,
.woocommerce div.product div.content-box-wrapper.summary,
.woocommerce-page div.product div.content-box-wrapper.summary {
  padding: 0;
}

.content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
.content-box-wrapper.home-feature .content-box-inner,
.content-box-wrapper.job-package .content-box-inner,
.content-box-wrapper.listing-by-term-inner .content-box-inner,
.content-box-wrapper.woocommerce-main-image .content-box-inner,
.content-box-wrapper.woocommerce-tabs .content-box-inner,
.content-box.content-box-wrapper .content-box-inner,
.content-shop-wrapper .content-box-wrapper.type-product .content-box-inner,
.listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form .content-box-inner,
.tabbed-listings-tabs a.content-box-wrapper .content-box-inner,
.type-product .thumbnails a.content-box-wrapper .content-box-inner,
.woocommerce div.product div.content-box-wrapper.summary .content-box-inner,
.woocommerce-page div.product div.content-box-wrapper.summary .content-box-inner {
  padding: 2em;
}

.archive-job_listing-toggle-inner p:last-child,
.content-box p:last-child,
.content-shop-wrapper .type-product p:last-child,
.home-feature p:last-child,
.job-package p:last-child,
.listify_widget_search_listings.home-widget .job_search_form p:last-child,
.listing-by-term-inner p:last-child,
.tabbed-listings-tabs a p:last-child,
.type-product .thumbnails a p:last-child,
.widget p:last-child,
.woocommerce div.product div.summary p:last-child,
.woocommerce-main-image p:last-child,
.woocommerce-page div.product div.summary p:last-child,
.woocommerce-tabs p:last-child {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .archive-job_listing-toggle-inner,
  .content-box,
  .content-shop-wrapper .type-product,
  .home-feature,
  .job-package,
  .listify_widget_search_listings.home-widget .job_search_form,
  .listing-by-term-inner,
  .tabbed-listings-tabs a,
  .type-product .thumbnails a,
  .widget,
  .woocommerce div.product div.summary,
  .woocommerce-main-image,
  .woocommerce-page div.product div.summary,
  .woocommerce-tabs {
    margin-bottom: 2.5em;
    padding: 2.5em;
  }

  .content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
  .content-box-wrapper.home-feature .content-box-inner,
  .content-box-wrapper.job-package .content-box-inner,
  .content-box-wrapper.listing-by-term-inner .content-box-inner,
  .content-box-wrapper.woocommerce-main-image .content-box-inner,
  .content-box-wrapper.woocommerce-tabs .content-box-inner,
  .content-box.content-box-wrapper .content-box-inner,
  .content-shop-wrapper .content-box-wrapper.type-product .content-box-inner,
  .listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form .content-box-inner,
  .tabbed-listings-tabs a.content-box-wrapper .content-box-inner,
  .type-product .thumbnails a.content-box-wrapper .content-box-inner,
  .woocommerce div.product div.content-box-wrapper.summary .content-box-inner,
  .woocommerce-page div.product div.content-box-wrapper.summary .content-box-inner {
    padding: 2.5em;
  }

  .content-shop-wrapper .type-page.content-box-wrapper.type-product .content-box-inner,
  .listify_widget_search_listings.home-widget .type-page.content-box-wrapper.job_search_form .content-box-inner,
  .tabbed-listings-tabs a.type-page.content-box-wrapper .content-box-inner,
  .type-page.content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
  .type-page.content-box-wrapper.home-feature .content-box-inner,
  .type-page.content-box-wrapper.job-package .content-box-inner,
  .type-page.content-box-wrapper.listing-by-term-inner .content-box-inner,
  .type-page.content-box-wrapper.woocommerce-main-image .content-box-inner,
  .type-page.content-box-wrapper.woocommerce-tabs .content-box-inner,
  .type-page.content-box.content-box-wrapper .content-box-inner,
  .type-product .thumbnails a.type-page.content-box-wrapper .content-box-inner,
  .woocommerce div.product div.type-page.content-box-wrapper.summary .content-box-inner,
  .woocommerce-page div.product div.type-page.content-box-wrapper.summary .content-box-inner {
    padding: 2.75em;
  }

  .job_filters {
    margin-bottom: 2em;
  }
}

@media (min-width:992px) {
  .archive-job_listing-toggle-inner,
  .content-box,
  .content-shop-wrapper .type-product,
  .home-feature,
  .job-package,
  .listify_widget_search_listings.home-widget .job_search_form,
  .listing-by-term-inner,
  .tabbed-listings-tabs a,
  .type-product .thumbnails a,
  .widget,
  .woocommerce div.product div.summary,
  .woocommerce-main-image,
  .woocommerce-page div.product div.summary,
  .woocommerce-tabs {
    line-height: 2;
    margin-bottom: 3em;
    padding: 2.75em;
  }

  .content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
  .content-box-wrapper.home-feature .content-box-inner,
  .content-box-wrapper.job-package .content-box-inner,
  .content-box-wrapper.listing-by-term-inner .content-box-inner,
  .content-box-wrapper.woocommerce-main-image .content-box-inner,
  .content-box-wrapper.woocommerce-tabs .content-box-inner,
  .content-box.content-box-wrapper .content-box-inner,
  .content-shop-wrapper .content-box-wrapper.type-product .content-box-inner,
  .listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form .content-box-inner,
  .tabbed-listings-tabs a.content-box-wrapper .content-box-inner,
  .type-product .thumbnails a.content-box-wrapper .content-box-inner,
  .woocommerce div.product div.content-box-wrapper.summary .content-box-inner,
  .woocommerce-page div.product div.content-box-wrapper.summary .content-box-inner {
    padding: 2.75em;
  }

  .content-shop-wrapper .type-page.content-box-wrapper.type-product .content-box-inner,
  .listify_widget_search_listings.home-widget .type-page.content-box-wrapper.job_search_form .content-box-inner,
  .tabbed-listings-tabs a.type-page.content-box-wrapper .content-box-inner,
  .type-page.content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
  .type-page.content-box-wrapper.home-feature .content-box-inner,
  .type-page.content-box-wrapper.job-package .content-box-inner,
  .type-page.content-box-wrapper.listing-by-term-inner .content-box-inner,
  .type-page.content-box-wrapper.woocommerce-main-image .content-box-inner,
  .type-page.content-box-wrapper.woocommerce-tabs .content-box-inner,
  .type-page.content-box.content-box-wrapper .content-box-inner,
  .type-product .thumbnails a.type-page.content-box-wrapper .content-box-inner,
  .woocommerce div.product div.type-page.content-box-wrapper.summary .content-box-inner,
  .woocommerce-page div.product div.type-page.content-box-wrapper.summary .content-box-inner {
    padding: 3.25em;
  }
}

.widget.unboxed {
  background: 0 0;
  box-shadow: none;
  padding: 0;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width:768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-area,
.post-type-archive-job_listing .content-area {
  margin-top: 1.5em;
  margin-bottom: 2em;
}

@media (min-width:768px) {
  .content-area {
    margin-top: 3.5em;
    margin-bottom: 3em;
  }
}

@media (min-width:992px) {
  .content-area {
    margin-bottom: 4em;
  }

  .post-type-archive-job_listing .content-area {
    margin-top: 2.5em;
  }
}

.site-header {
  position: relative;
  z-index: 1021;
}

.primary-header {
  text-align: right;
  color: #fff;
  width: 100%;
  min-height: 75px;
}

.primary-header .primary-header-inner {
  display: table;
  width: 100%;
  height: 75px;
}

@media (min-width:992px) {
  .fixed-header {
    padding-top: 75px;
  }

  .fixed-header .primary-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 51;
  }

  .admin-bar.fixed-header .primary-header {
    top: 46px;
  }
}

@media (min-width:992px) and (min-width:768px) {
  .admin-bar.fixed-header .primary-header {
    top: 32px;
  }
}

.site-branding {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.site-title {
  margin: 0;
  clear: none;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.site-branding .custom-header {
  margin-right: 10px;
  display: inline-block;
}

.site-branding .custom-header img {
  max-width: 100%;
}

.primary.nav-menu .current-cart,
.primary.nav-menu .search-overlay-toggle {
  display: inline-block;
  vertical-align: middle;
}

.primary.nav-menu .current-cart:before,
.primary.nav-menu .search-overlay-toggle:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-top: -1px;
}

.primary.nav-menu .search-overlay-toggle {
  display: none;
}

@media (min-width:992px) {
  .primary.nav-menu .search-overlay-toggle {
    display: block;
  }
}

.primary.nav-menu .search-overlay-toggle:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f2f5';
}

.primary.nav-menu .current-cart:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  content: '\f3f8';
  margin-right: 4px;
}

@media (min-width:992px) {
  .primary.nav-menu .current-cart {
    font-size: 0;
    position: relative;
  }

  .primary.nav-menu .current-cart .current-cart-count {
    font: 9px/17px Helvetica,Arial,sans-serif;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: -10px;
    border: 2px solid transparent;
    padding-left: 1px;
  }

  .primary.nav-menu .current-cart:before {
    font-size: 24px;
    margin-right: 0;
  }
}

.color-scheme-default .site-header .search-form .search-field,
.color-scheme-default .site-header .search-form .search-field:focus,
.color-scheme-green .site-header .search-form .search-field,
.color-scheme-green .site-header .search-form .search-field:focus {
  border-color: #fff;
}

.search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 45px 0 15px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.search-overlay.active {
  opacity: 1;
  z-index: 10;
}

.primary-header .search-form {
  margin: 1.1em 0;
  width: 100%;
}

.search-overlay .search-overlay-toggle {
  position: absolute;
  right: -15px;
  top: 29px;
}

.search-overlay .container {
  position: relative;
}

.current-account-area {
  display: none;
  float: right;
}

.current-account-toggle {
  cursor: pointer;
  position: relative;
}

.current-account-avatar,
.current-account-name {
  display: inline-block;
}

.current-account-avatar {
  margin-right: 10px;
}

.current-account-avatar img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.secondary .current-account-avatar img,
.tertiary .current-account-avatar img {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}

.current-account-name .display-name:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  content: "\f151";
}

.nav-current-account-user-dropdown,
.nav-current-account-user-dropdown>:before,
.navigation-bar .current-account-avatar,
.navigation-bar .current-account-name .display-name,
.navigation-bar-wrapper {
  display: none;
}

.navigation-bar .current-account-area,
.navigation-bar .nav-current-account-user-dropdown {
  display: block;
  float: none;
}

.main-navigation,
.tertiary-navigation {
  background-color: #fff;
  position: relative;
  z-index: 50;
}

.tertiary-navigation {
  z-index: 1;
}

.main-navigation .search-overlay-toggle,
.navigation-bar-toggle {
  padding: 10px 0 6px;
  display: inline-block;
  vertical-align: middle;
}

.navigation-bar-toggle {
  float: left;
}

.nav-menu [class^=ion]:before,
ul.nav-menu [class^=ion]:before {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -5px;
}

.main-navigation .mega-category-list-wrapper,
.primary-header .nav-menu.primary {
  display: none;
  vertical-align: middle;
}

.nav-menu,
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-bar-toggle {
  vertical-align: middle;
  font-size: 15px;
}

.navigation-bar-toggle i {
  margin-right: 5px;
  vertical-align: middle;
}

.main-navigation .search-overlay-toggle,
.navigation-bar-toggle i {
  font-size: 25px;
}

.main-navigation .search-overlay-toggle {
  float: right;
}

.main-navigation .search-overlay .search-overlay-toggle {
  font-size: 16px;
  top: 13px;
  padding: 0;
  right: 15px;
  float: none;
}

.site-header .menu,
.site-header .nav-menu-container {
  display: inline-block;
}

.navigation-bar-wrapper {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 10px;
  right: 10px;
  z-index: 99999;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,.06) 0 0 0 3px;
  background: #fff;
  display: none;
}

.site-header .navigation-bar-wrapper {
  z-index: 110;
}

.navigation-bar-wrapper.active {
  display: block;
}

.navigation-bar-wrapper:after,
.navigation-bar-wrapper:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fff;
  content: ' ';
  position: absolute;
  top: -10px;
  left: 14px;
  z-index: 10;
}

.navigation-bar-wrapper:before {
  border-color: transparent transparent rgba(0,0,0,.06);
  border-width: 0 11px 11px;
  top: -14px;
  left: 13px;
  z-index: 7;
}

.nav-menu {
  padding: 2em;
  border-bottom: 1px solid #e9edf2;
}

.nav-menu:last-child {
  border-bottom: 0;
}

.nav-menu li>a,
ul.nav-menu li>a {
  padding: 6px 0;
  font-size: 125%;
  display: inline-block;
}

.nav-menu ul ul {
  padding-left: 1em;
  border-left: 1px solid #e9edf2;
}

.nav-menu ul .category-list {
  top: auto;
  padding: 0;
  border: 0;
}

.nav-menu ul .category-list .select,
.nav-menu ul .category-list select {
  width: 100%;
}

.nav-menu ul ul a {
  font-size: 105%;
}

.nav-menu li#categories-mega-menu {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width:992px) {
  .main-navigation .mega-category-list-wrapper,
  .navigation-bar-wrapper {
    display: block;
  }

  .primary-header .nav-menu.primary {
    display: table-cell;
  }

  .category-list .postform-wrapper,
  .main-navigation .search-form,
  .main-navigation .search-overlay-toggle,
  .navigation-bar-toggle,
  .navigation-bar-wrapper .primary,
  .navigation-bar-wrapper:after,
  .navigation-bar-wrapper:before {
    display: none;
  }

  .navigation-bar-wrapper {
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: 0 0;
    box-shadow: none;
    padding: 0;
  }

  .nav-menu,
  ul.nav-menu {
    padding: 0;
    border: 0;
  }

  .nav-menu.secondary li:hover ul ul,
  .nav-menu.tertiary li:hover ul ul,
  ul.nav-menu.secondary li:hover ul ul,
  ul.nav-menu.tertiary li:hover ul ul {
    right: auto;
    left: 195px;
  }

  .nav-menu.secondary li:hover ul ul:after,
  .nav-menu.secondary li:hover ul ul:before,
  .nav-menu.tertiary li:hover ul ul:after,
  .nav-menu.tertiary li:hover ul ul:before,
  ul.nav-menu.secondary li:hover ul ul:after,
  ul.nav-menu.secondary li:hover ul ul:before,
  ul.nav-menu.tertiary li:hover ul ul:after,
  ul.nav-menu.tertiary li:hover ul ul:before {
    right: auto;
    left: -10px;
    top: 8px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }

  .nav-menu.secondary li:hover ul ul:before,
  .nav-menu.tertiary li:hover ul ul:before,
  ul.nav-menu.secondary li:hover ul ul:before,
  ul.nav-menu.tertiary li:hover ul ul:before {
    border-width: 11px 11px 11px 0;
    border-color: transparent rgba(0,0,0,.06) transparent transparent;
    top: 7px;
    right: auto;
    left: -14px;
  }

  .nav-menu li,
  ul.nav-menu li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }

  .nav-menu li a,
  ul.nav-menu li a {
    font-size: 100%;
    padding: 18px 0;
    display: inline-block;
  }

  .nav-menu li a:hover,
  ul.nav-menu li a:hover {
    text-decoration: none;
  }

  .nav-menu li:hover>ul,
  .nav-menu li:hover>ul>ul,
  ul.nav-menu li:hover>ul,
  ul.nav-menu li:hover>ul>ul {
    display: block;
    z-index: 101;
  }

  .nav-menu li:hover>ul li,
  .nav-menu li:hover>ul>ul li,
  ul.nav-menu li:hover>ul li,
  ul.nav-menu li:hover>ul>ul li {
    display: block;
    margin-right: 0;
  }

  .nav-menu li:hover ul ul,
  ul.nav-menu li:hover ul ul {
    top: 0;
    margin-top: 0;
    right: 195px;
    left: auto;
    border-radius: 6px;
  }

  .nav-menu li:hover ul ul:after,
  .nav-menu li:hover ul ul:before,
  ul.nav-menu li:hover ul ul:after,
  ul.nav-menu li:hover ul ul:before {
    right: -10px;
    top: 6px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
  }

  .nav-menu li:hover ul ul:before,
  ul.nav-menu li:hover ul ul:before {
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent rgba(0,0,0,.06);
    top: 5px;
    right: -14px;
  }

  .nav-menu li#categories-mega-menu,
  ul.nav-menu li#categories-mega-menu {
    margin-top: 0;
    margin-bottom: 0;
    position: inherit;
  }

  .nav-menu li[class^=ion]>a,
  ul.nav-menu li[class^=ion]>a {
    margin-left: -22px;
    padding-left: 22px;
  }

  .nav-menu li[class^=ion]:before,
  ul.nav-menu li[class^=ion]:before {
    margin-top: -2px;
  }

  .nav-menu li.menu-item-has-children:after,
  ul.nav-menu li.menu-item-has-children:after {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
    content: "\f3d0";
  }

  .nav-menu .children,
  .nav-menu .sub-menu,
  ul.nav-menu .children,
  ul.nav-menu .sub-menu {
    display: none;
    position: absolute;
    padding: 10px 0;
    top: 95%;
    right: -16px;
    z-index: 99999;
    border-radius: 4px;
    width: 200px;
    box-shadow: rgba(0,0,0,.06) 0 0 0 3px;
    background: #fff;
    border: 0;
  }

  .nav-menu .children ul,
  .nav-menu .sub-menu ul,
  ul.nav-menu .children ul,
  ul.nav-menu .sub-menu ul {
    left: 0;
    right: auto;
  }

  .nav-menu .children li:last-child,
  .nav-menu .sub-menu li:last-child,
  ul.nav-menu .children li:last-child,
  ul.nav-menu .sub-menu li:last-child {
    border-bottom: 0;
  }

  .nav-menu .children li.menu-item-has-children:after,
  .nav-menu .sub-menu li.menu-item-has-children:after,
  ul.nav-menu .children li.menu-item-has-children:after,
  ul.nav-menu .sub-menu li.menu-item-has-children:after {
    display: none;
  }

  .nav-menu .children a,
  .nav-menu .sub-menu a,
  ul.nav-menu .children a,
  ul.nav-menu .sub-menu a {
    margin: 0;
    padding: 6px 22px;
    display: inline-block;
  }

  .nav-menu .children li[class^=ion],
  .nav-menu .sub-menu li[class^=ion],
  ul.nav-menu .children li[class^=ion],
  ul.nav-menu .sub-menu li[class^=ion] {
    padding-left: 22px;
  }

  .nav-menu .children li[class^=ion]>a,
  .nav-menu .sub-menu li[class^=ion]>a,
  ul.nav-menu .children li[class^=ion]>a,
  ul.nav-menu .sub-menu li[class^=ion]>a {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-menu .children:after,
  .nav-menu .children:before,
  .nav-menu .sub-menu:after,
  .nav-menu .sub-menu:before,
  ul.nav-menu .children:after,
  ul.nav-menu .children:before,
  ul.nav-menu .sub-menu:after,
  ul.nav-menu .sub-menu:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
    content: ' ';
    position: absolute;
    top: -10px;
    right: 13px;
    z-index: 10;
  }

  .nav-menu .children:before,
  .nav-menu .sub-menu:before,
  ul.nav-menu .children:before,
  ul.nav-menu .sub-menu:before {
    border-color: transparent transparent rgba(0,0,0,.06);
    border-width: 0 11px 11px;
    top: -14px;
    right: 12px;
    z-index: 7;
  }

  .nav-menu .children.category-list,
  .nav-menu .sub-menu.category-list,
  ul.nav-menu .children.category-list,
  ul.nav-menu .sub-menu.category-list {
    left: 0;
    right: 0;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    position: absolute;
    box-shadow: rgba(0,0,0,.1) 2px 1px 0;
    background: #f0f3f6;
    border-radius: 0;
    padding: 30px 0;
    z-index: 10;
  }

  .nav-menu .children.category-list .children:before,
  .nav-menu .children.category-list .postform,
  .nav-menu .children.category-list .select,
  .nav-menu .children.category-list:after,
  .nav-menu .children.category-list:before,
  .nav-menu .sub-menu.category-list .children:before,
  .nav-menu .sub-menu.category-list .postform,
  .nav-menu .sub-menu.category-list .select,
  .nav-menu .sub-menu.category-list:after,
  .nav-menu .sub-menu.category-list:before,
  ul.nav-menu .children.category-list .children:before,
  ul.nav-menu .children.category-list .postform,
  ul.nav-menu .children.category-list .select,
  ul.nav-menu .children.category-list:after,
  ul.nav-menu .children.category-list:before,
  ul.nav-menu .sub-menu.category-list .children:before,
  ul.nav-menu .sub-menu.category-list .postform,
  ul.nav-menu .sub-menu.category-list .select,
  ul.nav-menu .sub-menu.category-list:after,
  ul.nav-menu .sub-menu.category-list:before {
    display: none;
  }

  .nav-menu .children.category-list a,
  .nav-menu .sub-menu.category-list a,
  ul.nav-menu .children.category-list a,
  ul.nav-menu .sub-menu.category-list a {
    padding: 12px 0;
    display: block;
  }

  .nav-menu .children.category-list .container,
  .nav-menu .sub-menu.category-list .container,
  ul.nav-menu .children.category-list .container,
  ul.nav-menu .sub-menu.category-list .container {
    position: relative;
  }

  .nav-menu .children.category-list .container:before,
  .nav-menu .sub-menu.category-list .container:before,
  ul.nav-menu .children.category-list .container:before,
  ul.nav-menu .sub-menu.category-list .container:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #fff transparent transparent;
    content: ' ';
    position: absolute;
    top: -30px;
    left: 28px;
    z-index: 10;
  }

  .nav-menu .children.category-list .category-count,
  .nav-menu .sub-menu.category-list .category-count,
  ul.nav-menu .children.category-list .category-count,
  ul.nav-menu .sub-menu.category-list .category-count {
    background: #fff;
    font-size: 11px;
    border-radius: 2px;
    box-shadow: rgba(0,0,0,.05) 0 2px 0;
    margin-right: 8px;
    padding: 4px;
    display: inline-block;
    min-width: 30px;
    text-align: center;
  }

  .nav-menu .children.category-list .mega-category-list-wrapper,
  .nav-menu .sub-menu.category-list .mega-category-list-wrapper,
  ul.nav-menu .children.category-list .mega-category-list-wrapper,
  ul.nav-menu .sub-menu.category-list .mega-category-list-wrapper {
    max-width: 75%;
  }

  .nav-menu .children.category-list li,
  .nav-menu .sub-menu.category-list li,
  ul.nav-menu .children.category-list li,
  ul.nav-menu .sub-menu.category-list li {
    width: 25%;
    float: left;
    margin-right: 0;
  }

  .current-account-user-info {
    font-size: 90%;
    border-bottom: 1px solid #eee;
    padding: 0 20px 10px;
    word-wrap: break-word;
    margin-bottom: 10px;
  }

  .nav-menu.primary {
    text-align: right;
    padding-left: 4em;
  }

  .nav-menu.primary ul ul {
    text-align: left;
  }

  .nav-menu .account-avatar>a {
    padding: 8px 0;
  }
}

.listing-cover.content-single-job_listing-hero.no-image {
  background-color: transparent;
}

.job_listing-title {
  font-size: 26px;
  margin: 0;
  display: inline;
}

@media (min-width:768px) {
  .job_listing-title {
    font-size: 30px;
  }
}

@media (min-width:992px) {
  .job_listing-title {
    font-size: 34px;
  }
}

.content-single-job_listing-hero-company>div:last-of-type {
  margin-bottom: 0;
}

.content-single-job_listing-hero-company .job_listing-location,
.content-single-job_listing-hero-company .job_listing-location-formatted,
.content-single-job_listing-title-category {
  font-size: 14px;
  margin: 1em 0;
}

@media (min-width:992px) {
  .content-single-job_listing-hero-company .job_listing-location,
  .content-single-job_listing-hero-company .job_listing-location-formatted {
    margin: 1.25em 0;
    font-size: 15px;
  }
}

.job_listing-phone:before,
.job_listing-url:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  vertical-align: middle;
  width: 24px;
}

.job_listing-phone:before {
  content: '\f4b9';
}

.job_listing-url:before {
  content: '\f1fe';
}

.content-single-job_listing-title-category .ion-chevron-right {
  vertical-align: middle;
  margin: 0 10px;
}

.company_video iframe {
  margin-bottom: 0;
}

.job_listing-rating-wrapper {
  margin-top: -3px;
}

.job_listing-rating-wrapper,
.job_listing-rating-wrapper>span {
  vertical-align: middle;
  display: inline-block;
}

.job_listing-rating-stars {
  line-height: normal;
}

.job_listing-rating-stars .star-icon {
  margin-right: 5px;
  position: relative;
}

.content-single-job_listing-hero .job_listing-rating-stars .star-icon {
  font-size: 29px;
}

.content-single-job_listing-hero.has-image .job_listing-rating-stars .star-icon .ion-ios-star-half:before,
.content-single-job_listing-hero.has-image .job_listing-rating-stars .star-icon .ion-ios-star:before {
  color: #fff;
}

.content-single-job_listing-hero-company .job_listing-rating-average,
.content-single-job_listing-hero-company .job_listing-rating-count {
  display: none;
}

.content-single-job_listing-hero-company .job_listing-rating-count {
  font-size: 16px;
  margin-left: 8px;
}

@media (min-width:768px) {
  .content-single-job_listing-hero-company .job_listing-rating-count {
    display: inline-block;
  }
}

.content-single-job_listing-hero-actions {
  margin: 1em 0;
}

@media (min-width:992px) {
  .content-single-job_listing-hero-actions {
    text-align: right;
    margin: 0;
    bottom: 0;
    position: absolute;
    right: 0;
  }
}

.content-shop-wrapper .content-single-job_listing-hero-actions a.added_to_cart,
.content-shop-wrapper .content-single-job_listing-hero-actions a.button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .content-single-job_listing-hero-actions a.comment-count,
.content-single-job_listing-hero-actions .content-shop-wrapper a.added_to_cart,
.content-single-job_listing-hero-actions .content-shop-wrapper a.button[data-product_id],
.content-single-job_listing-hero-actions .content-single-job_listing-gallery-wrapper .type-attachment a.comment-count,
.content-single-job_listing-hero-actions a.button,
.content-single-job_listing-hero-actions a.load_more_jobs {
  color: #fff;
  margin: 1em 1em 0 0;
}

@media (min-width:768px) {
  .content-shop-wrapper .content-single-job_listing-hero-actions .added_to_cart,
  .content-shop-wrapper .content-single-job_listing-hero-actions .button[data-product_id],
  .content-single-job_listing-gallery-wrapper .type-attachment .content-single-job_listing-hero-actions .comment-count,
  .content-single-job_listing-hero-actions .button,
  .content-single-job_listing-hero-actions .content-shop-wrapper .added_to_cart,
  .content-single-job_listing-hero-actions .content-shop-wrapper .button[data-product_id],
  .content-single-job_listing-hero-actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .content-single-job_listing-hero-actions .load_more_jobs {
    margin-right: 2em;
  }
}

.content-shop-wrapper .content-single-job_listing-hero-actions .added_to_cart:last-of-type,
.content-single-job_listing-gallery-wrapper .type-attachment .content-single-job_listing-hero-actions .comment-count:last-of-type,
.content-single-job_listing-hero-actions .button:last-of-type,
.content-single-job_listing-hero-actions .content-shop-wrapper .added_to_cart:last-of-type,
.content-single-job_listing-hero-actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count:last-of-type,
.content-single-job_listing-hero-actions .load_more_jobs:last-of-type {
  margin-right: 0;
}

.content-single-job_listing-actions-start {
  margin-bottom: 1em;
}

.content-single-job_listing-actions-start a {
  display: block;
  margin-bottom: 8px;
}

@media (min-width:768px) {
  .content-single-job_listing-actions-start a {
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
  }
}

@media (min-width:992px) {
  .content-single-job_listing-actions-start a {
    margin-right: 0;
    margin-left: 20px;
  }
}

.content-single-job_listing-actions-start a:last-child {
  margin-right: 0;
}

.content-single-job_listing-actions-start a i {
  font-size: 20px;
  vertical-align: middle;
  line-height: normal;
  margin: -4px 6px 0 0;
  display: inline-block;
}

.comment-reply-title,
.entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message,
.entry-content .rcp_header,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.job-manager-form h2,
.job_listing_packages ul.job_packages .package-section,
.listify_widget_panel_listing_content h2,
.listify_widget_panel_listing_content h3,
.listify_widget_panel_listing_content h4,
.listing-by-term-title,
.widget-title,
.woocommerce-account .woocommerce legend,
.woocommerce-tabs .tabs a {
  font-size: 16px;
  margin: 1.25em 0;
  padding: 0 0 .75em;
  border-bottom: 2px solid #e9edf2;
}

.entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message,
.entry-content .rcp_header,
.job_listing_packages ul.job_packages .package-section,
.widget-title,
.woocommerce-account .woocommerce legend {
  margin-top: 0;
}

.comment-reply-title span,
.entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message:before,
.entry-content .rcp_header:before,
.entry-content h2 [class^=" ion"],
.entry-content h2 [class^=ion],
.entry-content h2:before,
.entry-content h3 [class^=" ion"],
.entry-content h3 [class^=ion],
.entry-content h3:before,
.job-manager-form:before,
.job_listing_packages ul.job_packages .package-section:before,
.listing-by-term-title:before,
.widget-title:before,
.woocommerce-account .woocommerce legend:before,
.woocommerce-tabs .tabs a span {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

.widget.listify_widget_panel_listing_content ol,
.widget.listify_widget_panel_listing_content ul {
  list-style-position: inside;
}

.widget.listify_widget_panel_listing_content ul {
  list-style-type: disc;
}

.widget.listify_widget_panel_listing_content ol {
  list-style-type: decimal;
}

.comment-reply-title small,
.woocommerce-tabs .tabs a small {
  float: right;
}

.comment-reply-title small a,
.woocommerce-tabs .tabs a small a {
  color: #A00;
}

.comment-form label {
  display: block;
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
}

.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-author .avatar {
  height: auto;
  border-radius: 50%;
}

.comment-author .rating-stars {
  margin: .75em auto .5em;
  text-align: center;
  display: none;
}

@media (min-width:1200px) {
  .comment-author .rating-stars {
    display: block;
  }
}

.comment-author .rating-stars .star-icon {
  font-size: 14px;
}

.comment-sorting {
  font-size: 15px;
}

.comment-sorting,
.comment-sorting-filter-form,
.comment-sorting-filter-wrapper {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

.comment-sorting-filter-wrapper {
  margin-left: 1em;
}

.comment-sorting-filter {
  min-width: 175px;
}

.widget .commentlist {
  margin: 4em 0 6em;
}

.gallery-overlay .widget .commentlist,
.single-attachment .widget .commentlist {
  margin-top: 0;
  margin-bottom: 4em;
}

.commentlist {
  list-style: none;
  margin: 2em 0;
}

.commentlist article.comment {
  margin-bottom: 5em;
}

.commentlist article.comment~.children {
  margin-top: -2em;
}

.comment-content {
  line-height: 1.75em;
}

.comment-content p {
  clear: both;
}

.comment-author {
  display: none;
}

@media (min-width:768px) {
  .comment-author {
    display: block;
  }
}

.comment-content cite {
  font-style: normal;
}

.comment-content .fn {
  font-size: 15px;
  font-weight: 400;
}

.listing-owner {
  color: #fff;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 3px;
}

.comment-content .comment-meta {
  margin: 1em 0;
}

.comment-meta a {
  color: #b4bcc7;
  font-size: 17px;
  line-height: 1;
  margin-right: 10px;
}

.comment-meta a i {
  line-height: 1;
}

.commentlist a.comment-ago {
  color: #B4BCC7;
  margin: 1.5em 0 0;
  display: block;
}

.comment-rating,
.job_listing-rating-average {
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: 1.5em auto;
}

.commentlist .comment-respond {
  margin: -2em 0 5em;
}

.commentlist .children {
  list-style: none;
  padding-left: 2em;
  margin-top: -2em;
  border-left: 2px solid #E9EDF2;
}

.commentlist .comment-respond .star-rating-wrapper {
  display: none;
}

.comment-form-rating label,
.star-rating-label {
  font-size: 16px;
  margin-right: 8px;
}

.star-rating-label {
  display: inline-block;
  vertical-align: middle;
}

.widget-job_listing .ion-social-twitter:hover {
  background-color: #55acee;
}

.widget-job_listing .ion-social-facebook:hover {
  background-color: #3b5998;
}

.widget-job_listing .ion-social-googleplus:hover,
.widget-job_listing .ion-social-jabber:hover {
  background-color: #dd4b39;
}

.widget-job_listing .ion-social-pinterest:hover {
  background-color: #cc2127;
}

.widget-job_listing .ion-social-linkedin:hover {
  background-color: #0976b4;
}

.widget-job_listing .ion-social-github:hover {
  background-color: #000;
}

.widget-job_listing .ion-social-instagram:hover {
  background-color: #3f729b;
}

.listify_widget_panel_listing_gallery.has-more {
  padding-bottom: 4.5em;
}

.widget .listify-gallery-images {
  margin: 0 -6px -12px;
  overflow: hidden;
}

.go-to-gallery {
  font-size: 50px;
  display: block;
  line-height: 50px;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}

.site-main .listify_widget_panel_listings_tags .tag {
  width: 49%;
}

.widget-area .listify_widget_panel_listing_tags .tag {
  margin-right: 8px;
}

@media (min-width:768px) {
  .site-main .listify_widget_panel_listing_tags .tag {
    width: 33%;
  }
}

@media (min-width:992px) {
  .site-main .listify_widget_panel_listing_tags .tag {
    width: 24%;
  }
}

.job-package-includes li:before,
.listify_widget_panel_listing_tags .tag:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f120';
  margin-right: 4px;
}

.listify_widget_panel_listing_tags .tag.inactive {
  cursor: text;
  opacity: .8;
}

.listify_widget_panel_listing_tags .tag.inactive:before {
  content: '\f401';
}

.listify_widget_panel_listing_map.widget {
  padding: 0;
}

.listing-contact-overview {
  font-size: 14px;
}

.listing-contact-overview .job_listing-phone,
.listing-contact-overview .job_listing-url {
  margin-top: .5em;
}

#listing-contact-map,
.listing-contact-overview,
.widget-area .listing-contact-overview {
  width: 100%;
  min-height: 270px;
  position: relative;
}

#secondary .listify_widget_panel_listing_map .col-md-6 {
  width: 100%;
}

.listing-contact-overview,
.widget-area .listing-contact-overview {
  min-height: 150px;
  padding: 2em 0;
  text-align: center;
}

@media (min-width:768px) {
  .listing-contact-overview-inner {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width:992px) {
  .listing-contact-overview {
    text-align: left;
    min-height: 270px;
  }
}

.listing-contact-map-clickbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media (min-width:768px) {
  .listing-contact-map-clickbox {
    display: none;
  }
}

p.business-hour {
  margin: 0 0 .75em;
}

p.business-hour .business-hour-time {
  float: right;
}

.listify-add-to-gallery input[type=submit] {
  width: 100%;
  margin-top: 15px;
}

#listify-new-gallery-additions.listify-gallery-images {
  margin: 1.75em 0;
  overflow: hidden;
  list-style: none;
  display: none;
}

a.upload-images,
a.upload-images span {
  display: block;
  text-align: center;
}

.upload-images {
  border: 2px dashed #cfd5dc;
  border-radius: 10px;
  padding: 1.5em 2em 1em;
  margin: 3em auto 0;
}

.upload-images i {
  font-size: 100px;
  display: block;
  line-height: 1;
}

@media (min-width:768px) {
  .upload-images {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.job_listing-author-avatar {
  margin-bottom: 1.5em;
}

.job_listing-author-avatar img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.job_listing-author-info {
  text-align: center;
  font-size: 23px;
  line-height: normal;
}

.job_listing-author-info .job_listing-author-descriptor {
  color: #B4BCC7;
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin: 1em 0;
}

.job_listing-author-info-more {
  margin: 1em 0;
}

.job_listing-author-info-more a {
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
}

.job_listing-author-info-more span {
  color: #fff;
}

.job_listing-author-info .job_application .application_button,
.job_listing-author-info .job_application.application,
.mfp-content .application_button {
  display: none;
}

.mfp-content .application_details {
  display: block!important;
}

.mfp-content .application_details p:last-child {
  margin-bottom: 0;
}

.job_listing_preview_title {
  overflow: hidden;
}

.job_listing_preview_title input[name=edit_job] {
  float: left;
}

.job_listing_preview_title h2 {
  display: none;
}

#job_preview_submit_button {
  float: right;
}

.job_listing_preview.single-job_listing {
  margin-top: 1em;
}

.job_listing_preview.single-job_listing>h1:first-child {
  display: none;
}

.job_listing_preview.single-job_listing .listing-cover {
  padding-left: 2em;
  padding-right: 2em;
}

@media (min-width:768px) {
  .job_listing_preview.single-job_listing {
    margin-top: 3em;
  }
}

#main.preview-listing {
  width: 100%;
  margin: 0;
}

#main.preview-listing .content-box-wrapper.archive-job_listing-toggle-inner,
#main.preview-listing .content-box-wrapper.home-feature,
#main.preview-listing .content-box-wrapper.job-package,
#main.preview-listing .content-box-wrapper.listing-by-term-inner,
#main.preview-listing .content-box-wrapper.woocommerce-main-image,
#main.preview-listing .content-box-wrapper.woocommerce-tabs,
#main.preview-listing .content-box.content-box-wrapper,
#main.preview-listing .content-shop-wrapper .content-box-wrapper.type-product,
#main.preview-listing .listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form,
#main.preview-listing .tabbed-listings-tabs a.content-box-wrapper,
#main.preview-listing .type-product .thumbnails a.content-box-wrapper,
#main.preview-listing .woocommerce div.product div.content-box-wrapper.summary,
#main.preview-listing .woocommerce-page div.product div.content-box-wrapper.summary,
.content-shop-wrapper #main.preview-listing .content-box-wrapper.type-product,
.listify_widget_search_listings.home-widget #main.preview-listing .content-box-wrapper.job_search_form,
.tabbed-listings-tabs #main.preview-listing a.content-box-wrapper,
.type-product .thumbnails #main.preview-listing a.content-box-wrapper,
.woocommerce div.product #main.preview-listing div.content-box-wrapper.summary,
.woocommerce-page div.product #main.preview-listing div.content-box-wrapper.summary {
  background: 0 0;
  box-shadow: none;
}

#main.preview-listing .content-box-inner {
  padding: 0;
}

.single-job_listing .listify_widget_recent_listings {
  background: 0 0;
  box-shadow: none;
  padding: 0;
}

.entry-content .rcp_form .rcp_subscription_fieldset .single-job_listing .listify_widget_recent_listings .rcp_subscription_message,
.entry-content .single-job_listing .listify_widget_recent_listings .rcp_header,
.job_listing_packages ul.job_packages .single-job_listing .listify_widget_recent_listings .package-section,
.single-job_listing .listify_widget_recent_listings .entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message,
.single-job_listing .listify_widget_recent_listings .entry-content .rcp_header,
.single-job_listing .listify_widget_recent_listings .job_listing_packages ul.job_packages .package-section,
.single-job_listing .listify_widget_recent_listings .widget-title,
.single-job_listing .listify_widget_recent_listings .woocommerce-account .woocommerce legend,
.woocommerce-account .woocommerce .single-job_listing .listify_widget_recent_listings legend {
  border-bottom: 0;
  padding-bottom: 0;
}

.single-job_listing .listify_widget_recent_listings .home-widget-description {
  display: none;
}

.single-job_listing .listify_widget_recent_listings .job_listings {
  margin: 0 -15px;
}

.gallery-preview-image,
.gallery-preview-image img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 6px 12px;
  display: inline-block;
  background-size: cover;
  background-position: center;
}

.gallery-preview-image img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.gallery-preview-image:nth-child(4n) {
  margin-right: 0;
}

.back-to-listing {
  margin-bottom: 1.5em;
}

@media (min-width:768px) {
  .back-to-listing {
    margin-bottom: 3em;
  }
}

@media (min-width:992px) {
  .back-to-listing {
    margin-bottom: 4em;
  }
}

.gallery-overlay .back-to-listing {
  display: none;
}

.back-to-listing a:before {
  margin-right: 5px;
}

.content-single-job_listing-gallery-wrapper[data-columns],
.home-features-wrapper[data-columns] {
  max-width: 33.3333%;
}

.content-single-job_listing-gallery-wrapper[data-columns="1"],
.content-single-job_listing-gallery-wrapper[data-columns="2"],
.content-single-job_listing-gallery-wrapper[data-columns="3"],
.home-features-wrapper[data-columns="1"],
.home-features-wrapper[data-columns="2"],
.home-features-wrapper[data-columns="3"] {
  max-width: none;
}

.content-single-job_listing-gallery-wrapper[data-columns]::before,
.home-features-wrapper[data-columns]::before,
.listing-by-term-wrapper[data-columns]::before {
  content: '1 .col-xs-12';
  font-size: 0;
}

@media (min-width:768px) {
  .content-single-job_listing-gallery-wrapper[data-columns]::before,
  .home-features-wrapper[data-columns]::before,
  .listing-by-term-wrapper[data-columns]::before {
    content: '2 .col-sm-6';
  }
}

@media (min-width:992px) {
  .content-single-job_listing-gallery-wrapper[data-columns]::before,
  .home-features-wrapper[data-columns]::before,
  .listing-by-term-wrapper[data-columns]::before {
    content: '3 .col-md-4';
  }
}

.content-single-job_listing-gallery-wrapper .type-attachment {
  margin-bottom: 2em;
  position: relative;
}

@media (min-width:768px) {
  .content-single-job_listing-gallery-wrapper .type-attachment {
    margin-bottom: 2.5em;
  }
}

.content-single-job_listing-gallery-wrapper article.type-attachment .attachment-view {
  color: #fff;
  text-shadow: none;
  border: 2px solid #fff;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 4px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.content-single-job_listing-gallery-wrapper article.type-attachment .comment-count a {
  color: #fff;
}

.content-single-job_listing-gallery-wrapper article.type-attachment .comment-count a:before {
  margin-top: -2px;
  content: '\f11d';
}

.single-job_listing-attachment {
  margin-bottom: 2em;
  text-align: center;
}

@media (min-width:768px) {
  .single-job_listing-attachment {
    margin-bottom: 4em;
  }
}

.content-single-job_listing-gallery-wrapper .type-attachment img,
.single-job_listing-attachment img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.mfp-container button.mfp-arrow,
.mfp-container button.mfp-arrow:hover {
  background: 0 0;
  box-shadow: none;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border: 0;
}

.listing-gallery a,
.listing-gallery-nav a {
  display: block;
}

.listing-gallery img,
.listing-gallery-nav img {
  border-radius: 4px;
  display: block;
  min-width: 100%;
}

.listing-gallery-nav.slick-slider {
  margin: 0 -.5em;
}

.listing-gallery-nav.slick-slider .slick-list {
  position: relative;
  z-index: 10;
}

.listing-gallery-nav__item .item__wrapper {
  cursor: pointer;
  margin: .5em;
}

.listing-gallery-nav.slick-slider .slick-dots {
  position: absolute;
  top: -30px;
}

.listing-gallery-nav.slick-slider .slick-dots li {
  margin: 0;
}

.listing-gallery-nav.slick-slider .slick-dots li button {
  background: 0 0;
  box-shadow: none;
}

.listing-gallery-nav.slick-slider .slick-dots li button:before {
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.mfp-img-listing-gallery .mfp-content .mfp-close {
  display: none;
}

.job_listings-map-wrapper {
  display: none;
  position: relative;
  background: rgba(0,0,0,.2);
}

.job_listings-map-wrapper.loading:after,
.job_listings-map-wrapper.loading:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: ' ';
  background: -webkit-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.55) 100%);
  background: -moz-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.55) 100%);
  background: linear-gradient(to bottom,transparent 0,transparent 0,rgba(0,0,0,.55) 100%);
  z-index: 100;
}

.job_listings-map-wrapper.loading:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f29c';
  background: 0 0;
  color: #fff;
  top: auto;
  left: 40px;
  bottom: 20px;
  right: auto;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-animation: rotate 700ms infinite linear;
  -moz-animation: rotate 700ms infinite linear;
  animation: rotate 700ms infinite linear;
}

@media (min-width:992px) {
  .job_listings-map-wrapper {
    display: block;
  }
}

.job_listings-map {
  min-height: 300px;
  height: 100%;
}

body .gmnoprint img {
  max-width: none;
}

.archive-job_listing-hero.listing-cover.has-image {
  padding: 3em 0;
}

@media (min-width:768px) {
  .archive-job_listing-hero.listing-cover.has-image {
    padding: 5em 0;
  }
}

@media (min-width:992px) {
  .archive-job_listing-hero.listing-cover.has-image {
    padding: 6em 0;
  }
}

.archive-job_listing-hero-wrapper {
  font-size: 20px;
  text-align: center;
}

@media (min-width:768px) {
  .archive-job_listing-hero-wrapper {
    font-size: 30px;
  }
}

@media (min-width:992px) {
  .archive-job_listing-hero-wrapper {
    font-size: 34px;
  }
}

ul.job_listings {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
}

.archive-listing-display-map-only ul.job_listings {
  display: none;
}

.content-shop-wrapper .type-job_listing .type-product,
.listify_widget_search_listings.home-widget .type-job_listing .job_search_form,
.tabbed-listings-tabs .type-job_listing a,
.type-attachment,
.type-job_listing .archive-job_listing-toggle-inner,
.type-job_listing .content-box,
.type-job_listing .content-shop-wrapper .type-product,
.type-job_listing .home-feature,
.type-job_listing .job-package,
.type-job_listing .listify_widget_search_listings.home-widget .job_search_form,
.type-job_listing .listing-by-term-inner,
.type-job_listing .tabbed-listings-tabs a,
.type-job_listing .type-product .thumbnails a,
.type-job_listing .woocommerce div.product div.summary,
.type-job_listing .woocommerce-main-image,
.type-job_listing .woocommerce-page div.product div.summary,
.type-job_listing .woocommerce-tabs,
.type-product,
.type-product .thumbnails .type-job_listing a,
.woocommerce div.product .type-job_listing div.summary,
.woocommerce-page div.product .type-job_listing div.summary {
  position: relative;
}

.attachment-clickbox,
.image-grid-clickbox,
.job_listing-clickbox,
.product-clickbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.wp-job-manager-categories-only .filter-by-type-label,
.wp-job-manager-categories-only .job_filters .job_types {
  display: none;
}

.job_filters .filter_by_tag,
.job_filters .job_types {
  overflow: hidden;
}

@media (min-width:992px) {
  .job_filters .filter_by_tag.too-tall,
  .job_filters .job_types.too-tall {
    max-height: 140px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .05s max-height ease-in;
    -moz-transition: .05s max-height ease-in;
    transition: .05s max-height ease-in;
  }

  .job_filters .filter_by_tag.too-tall.too-tall:hover,
  .job_filters .job_types.too-tall.too-tall:hover {
    max-height: 1000px;
  }

  .job_filters .filter_by_tag.too-tall.too-tall:hover:after,
  .job_filters .job_types.too-tall.too-tall:hover:after {
    background: 0 0;
    display: none;
  }

  .job_filters .filter_by_tag.too-tall:after,
  .job_filters .job_types.too-tall:after {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: ' ';
    z-index: 5;
    height: 50px;
    background-image: -moz-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to top,#fff 0,rgba(255,255,255,0) 100%);
  }
}

.filter-by-type-label,
.filter_by_tag .filter-label {
  display: block;
  margin: 1em 0;
}

.category-list li a,
.ellipseit,
.filter_by_tag a,
.job_types li,
.listify_widget_panel_listing_tags .tag,
.listings-by-term-content,
.type-job_listing .job_listing-entry-header .job_listing-location {
  font-size: 100%!important;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-list li a,
.filter_by_tag a,
.job_types li,
.listings-by-term-content {
  margin-bottom: 10px;
  margin-right: 15px;
}

@media (min-width:768px) {
  .filter_by_tag a,
  .job_types li {
    width: 48%;
    margin-right: 1%;
  }
}

@media (min-width:992px) {
  .filter_by_tag a,
  .job_types li {
    width: 31%;
  }
}

@media (min-width:1200px) {
  .filter_by_tag a,
  .job_types li {
    width: 23%;
  }
}

.filter_by_tag a:before {
  content: ' ';
  margin-right: 10px;
}

.filter_by_tag a:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 6px;
}

.filter_by_tag a.active {
  background: 0 0;
}

.filter_by_tag a.active:after {
  content: '\f121';
}

.archive-job_listing-toggle-wrapper {
  box-shadow: inset rgba(0,0,0,.03) 0 100px 0 0,rgba(0,0,0,.08) 0 1px 0 0;
}

.archive-job_listing-toggle-inner {
  text-align: center;
  line-height: normal;
  border-radius: 3px;
  margin: 1em auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.archive-job_listing-toggle-inner .archive-job_listing-toggle {
  text-align: center;
  padding: 6px 18px;
  border: 2px solid transparent;
  display: inline-block;
}

.archive-job_listing-toggle-inner .archive-job_listing-toggle:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.archive-job_listing-toggle-inner .archive-job_listing-toggle:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.archive-job_listing-toggle-inner.views {
  width: 100%;
}

.archive-job_listing-toggle-inner.views .archive-job_listing-toggle {
  width: 50%;
}

@media (min-width:992px) {
  body:not(.fixed-map) .job_listings-map {
    position: relative;
    height: 350px;
    display: block;
  }

  .archive-job_listing-toggle-wrapper {
    display: none;
  }
}

body.map-toggled {
  overflow: hidden;
}

body.map-toggled .footer-wrapper,
body.map-toggled .site-header {
  display: none;
}

body.map-toggled .job_listings-map {
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  background: rgba(0,0,0,.25);
  height: 100%;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  z-index: 5;
}

body.fixed-map .container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

body.fixed-map .site-footer,
body.footer-light .site-footer {
  background: 0 0;
  padding: 1em 0;
  opacity: .8;
}

body.fixed-map .site-footer:hover,
body.footer-light .site-footer:hover {
  opacity: 1;
}

@media (min-width:992px) {
  body.fixed-map.fixed-header {
    padding-top: 0;
  }

  body.fixed-map .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  body.admin-bar.fixed-map .site-header {
    top: 32px;
  }

  body.fixed-map .job_listings-map-wrapper {
    position: fixed;
    top: 130px;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
  }

  body.fixed-map .footer-wrapper,
  body.fixed-map .site-content {
    width: 65%;
    margin-left: 35%;
  }

  body.fixed-map .footer-wrapper {
    margin-top: 0;
  }
}

@media (min-width:1200px) {
  body.fixed-map .job_listings-map-wrapper {
    width: 40%;
  }

  body.fixed-map .job_listings-map {
    height: 100%;
  }

  body.fixed-map .footer-wrapper,
  body.fixed-map .site-content {
    width: 60%;
    margin-left: 40%;
  }
}

#job_listings-map-canvas {
  width: 100%;
  height: 100%;
}

@media (min-width:992px) {
  .archive-job_listing-filters-wrapper.side {
    position: relative;
    z-index: 10;
  }
}

.listify_widget_map_listings .job_listings-map {
  height: 300px;
}

.map-marker {
  width: 30px;
  height: 30px;
  position: relative;
  top: -18px;
}

.map-marker i:after,
.map-marker:after,
.map-marker:before {
  position: absolute;
  content: ' ';
  display: block;
}

.map-marker:before {
  background: rgba(0,0,0,.15);
  box-shadow: rgba(0,0,0,.05) 0 0 1px 1px;
  width: 10px;
  height: 4px;
  border-radius: 50%;
  bottom: -20px;
  left: 10px;
}

.map-marker:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0;
  border-color: #2F3339 transparent transparent;
  top: 19px;
}

.map-marker i:after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2F3339;
  top: 0;
  left: 0;
  z-index: 1;
}

.map-marker i:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 5;
}

.map-marker i {
  color: #2F3339;
  font-size: 16px;
  position: relative;
  z-index: 10;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}

.cluster-overlay a,
.map-marker-info {
  overflow: hidden;
}

.cluster-overlay a .list-cover,
.map-marker-info .list-cover {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
}

.cluster-overlay a .address,
.cluster-overlay a .rating,
.cluster-overlay a h1,
.map-marker-info .address,
.map-marker-info .rating,
.map-marker-info h1 {
  display: block;
  margin: .5em 70px .5em 0;
}

.cluster-overlay a h1,
.map-marker-info h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.cluster-overlay a .stars-0,
.map-marker-info .stars-0 {
  display: none;
}

.cluster-overlay a {
  margin-right: 30px;
  display: block;
  position: relative;
  color: inherit;
  margin-bottom: 1.5em;
  line-height: normal;
}

.cluster-overlay a:last-of-type {
  margin-bottom: 0;
}

.cluster {
  border-radius: 50%;
}

.cluster img {
  display: none;
}

.cluster div {
  font-size: 16px!important;
  color: #fff!important;
}

.cluster div:before {
  content: ' ';
  border: 2px solid #fff;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  margin: 5%;
  position: absolute;
  z-index: 2;
  display: block;
}

.cluster-items {
  margin: 0;
  padding: 0;
}

.cluster-items li {
  margin-bottom: 1.5em;
}

.cluster-items li:last-child {
  margin-bottom: 0;
}

.archive-job_listing-filters-wrapper.top .widget-job_listing-archive {
  padding: 0 15px;
}

@media (min-width:1200px) {
  .archive-job_listing-filters-wrapper.top .widget-job_listing-archive {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .archive-job_listing-filter-title {
    margin-bottom: 2em;
  }
}

.archive-job_listing-found,
.listing.products.woocommerce h2,
.section-title {
  font-size: 16px;
  margin: 1em 0;
  line-height: 31px;
}

.entry-content .archive-job_listing-found {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
}

@media (min-width:768px) {
  .archive-job_listing-found,
  .listing.products.woocommerce h2,
  .section-title {
    margin: 0 0 .5em;
  }
}

.listing.products.woocommerce h2,
.section-title {
  margin: 1.5em 0;
}

.listing.products.woocommerce h2:first-of-type,
.section-title:first-of-type {
  margin-top: 0;
}

.archive-job_listing-layout-wrapper {
  display: none;
}

.archive-job_listing-layout-wrapper .facetwp-sort {
  margin-right: 8px;
}

@media (min-width:768px) {
  .archive-job_listing-found,
  .archive-job_listing-layout-wrapper,
  .archive-job_listing-layout-wrapper .facetwp-sort {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  .archive-job_listing-layout-wrapper {
    float: right;
  }
}

.archive-job_listing-layout.button,
.archive-job_listing-layout.load_more_jobs,
.content-shop-wrapper .archive-job_listing-layout.added_to_cart,
.content-shop-wrapper .archive-job_listing-layout.button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .archive-job_listing-layout.comment-count {
  background: #FFF;
  margin-right: 8px;
  padding: 3px 11px 1px;
  font-size: 18px;
  color: gray;
  box-shadow: rgba(0,0,0,.05) 0 3px 0;
}

.archive-job_listing-layout.button:focus,
.archive-job_listing-layout.button:hover,
.archive-job_listing-layout.load_more_jobs:focus,
.archive-job_listing-layout.load_more_jobs:hover,
.content-shop-wrapper .archive-job_listing-layout.added_to_cart:focus,
.content-shop-wrapper .archive-job_listing-layout.added_to_cart:hover,
.content-single-job_listing-gallery-wrapper .type-attachment .archive-job_listing-layout.comment-count:focus,
.content-single-job_listing-gallery-wrapper .type-attachment .archive-job_listing-layout.comment-count:hover {
  background-color: #fff;
}

@media (min-width:768px) {
  .archive-job_listing-layout.button,
  .archive-job_listing-layout.load_more_jobs,
  .content-shop-wrapper .archive-job_listing-layout.added_to_cart,
  .content-shop-wrapper .archive-job_listing-layout.button[data-product_id],
  .content-single-job_listing-gallery-wrapper .type-attachment .archive-job_listing-layout.comment-count {
    margin-right: 0;
    margin-left: 8px;
  }
}

.search-radius-wrapper {
  margin: 0 0 1em;
}

@media (min-width:992px) {
  .search-radius-wrapper {
    margin: 1em 0;
  }
}

.search_jobs .search-radius-label {
  margin-bottom: 10px;
}

.search_jobs .search-radius-label label {
  display: block;
}

.search_jobs .search-radius-label input[type=checkbox] {
  width: auto;
}

.search-radius-slider.in-use {
  opacity: 1;
}

@media (min-width:768px) {
  .search-radius-label {
    margin-bottom: 0;
    width: 20%;
    display: inline-block;
  }

  .search-radius-slider {
    width: 79%;
    display: inline-block;
  }
}

.job-manager-form fieldset.wp-job-manager-showing-all.fieldset-job_hours,
.showing_jobs.wp-job-manager-showing-all,
.summary .wp-job-manager-showing-all.stock,
.woocommerce-tabs .wp-job-manager-showing-all.woocommerce-noreviews,
.wp-job-manager-showing-all.account-sign-in,
.wp-job-manager-showing-all.ninja-forms-required-items {
  display: none;
}

.content-shop-wrapper .type-job_listing .type-product,
.listify_widget_search_listings.home-widget .type-job_listing .job_search_form,
.tabbed-listings-tabs .type-job_listing a,
.type-job_listing .archive-job_listing-toggle-inner,
.type-job_listing .content-box,
.type-job_listing .content-shop-wrapper .type-product,
.type-job_listing .home-feature,
.type-job_listing .job-package,
.type-job_listing .listify_widget_search_listings.home-widget .job_search_form,
.type-job_listing .listing-by-term-inner,
.type-job_listing .tabbed-listings-tabs a,
.type-job_listing .type-product .thumbnails a,
.type-job_listing .woocommerce div.product div.summary,
.type-job_listing .woocommerce-main-image,
.type-job_listing .woocommerce-page div.product div.summary,
.type-job_listing .woocommerce-tabs,
.type-product .thumbnails .type-job_listing a,
.woocommerce div.product .type-job_listing div.summary,
.woocommerce-page div.product .type-job_listing div.summary {
  padding: 0;
  overflow: hidden;
}

.type-job_listing.style-grid .job_listing-entry-header {
  padding: 3.5em 2em 2em;
  border-radius: 4px;
}

@media (min-width:768px) {
  .type-job_listing.style-grid .job_listing-entry-header {
    padding-top: 12em;
  }
}

@media (min-width:992px) {
  .type-job_listing.style-grid .job_listing-entry-header {
    padding-top: 15em;
  }
}

.type-job_listing.style-grid .job_listing-entry-header:after {
  background: -webkit-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.45) 100%);
  background: -moz-linear-gradient(top,transparent 0,transparent 0,rgba(0,0,0,.45) 100%);
  background: linear-gradient(to bottom,transparent 0,transparent 0,rgba(0,0,0,.45) 100%);
}

@media (min-width:768px) {
  .type-job_listing.style-grid .job_listing-entry-header-wrapper {
    position: absolute;
    left: 2em;
    right: 2em;
    bottom: 2em;
  }
}

.type-job_listing.style-grid .job_listing-entry-thumbnail,
.type-job_listing.style-grid .wp-post-image {
  display: none;
}

.type-job_listing.style-grid .job_listing-entry-meta {
  margin-right: 2em;
  max-width: 100%;
}

.type-job_listing.style-grid .job_listing-entry-header .job_listing-title,
.type-job_listing.style-grid .job_listing-entry-header .job_listing-title a {
  font-size: 20px;
  display: inline;
}

.type-job_listing .job_listing-entry-header .job_listing-location {
  margin-top: .5em;
  margin-bottom: 0;
  max-width: 100%;
  display: block;
}

.type-job_listing .job_listing-entry-header .job_listing-location.job_listing-location-formatted {
  line-height: 1.5;
  max-height: 40px;
  overflow: hidden;
}

.type-job_listing .job_listing-entry-header .job_listing-location a {
  vertical-align: middle;
}

.type-job_listing.style-grid .job_listing-entry-footer {
  padding: 1em 2em;
}

.job_listing-entry-footer .job-manager-form.wp-job-manager-bookmarks-form,
.job_listing-entry-footer .job_listing-rating-wrapper {
  position: relative;
  z-index: 25;
}

.job_listing-entry-footer .star-icon {
  font-size: 17px;
  margin-top: 2px;
  display: inline-block;
}

.job_listing-entry-footer .job_listing-rating-average {
  margin: 0 0 0 10px;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.job_listing-entry-footer .job_listing-rating-count {
  margin-left: 5px;
  display: none;
}

.content-shop-wrapper .type-job_listing.style-list .type-product,
.listify_widget_search_listings.home-widget .type-job_listing.style-list .job_search_form,
.tabbed-listings-tabs .type-job_listing.style-list a,
.type-job_listing.style-list .archive-job_listing-toggle-inner,
.type-job_listing.style-list .content-box,
.type-job_listing.style-list .content-shop-wrapper .type-product,
.type-job_listing.style-list .home-feature,
.type-job_listing.style-list .job-package,
.type-job_listing.style-list .listify_widget_search_listings.home-widget .job_search_form,
.type-job_listing.style-list .listing-by-term-inner,
.type-job_listing.style-list .tabbed-listings-tabs a,
.type-job_listing.style-list .type-product .thumbnails a,
.type-job_listing.style-list .woocommerce div.product div.summary,
.type-job_listing.style-list .woocommerce-main-image,
.type-job_listing.style-list .woocommerce-page div.product div.summary,
.type-job_listing.style-list .woocommerce-tabs,
.type-product .thumbnails .type-job_listing.style-list a,
.woocommerce div.product .type-job_listing.style-list div.summary,
.woocommerce-page div.product .type-job_listing.style-list div.summary {
  padding: 1.25em 3.75em 1.25em 1.75em;
}

.content-shop-wrapper .type-job_listing.style-list .type-product,
.listify_widget_search_listings.home-widget .type-job_listing.style-list .job_search_form,
.tabbed-listings-tabs .type-job_listing.style-list a,
.type-job_listing.style-list .archive-job_listing-toggle-inner,
.type-job_listing.style-list .content-box,
.type-job_listing.style-list .content-shop-wrapper .type-product,
.type-job_listing.style-list .home-feature,
.type-job_listing.style-list .job-package,
.type-job_listing.style-list .listify_widget_search_listings.home-widget .job_search_form,
.type-job_listing.style-list .listing-by-term-inner,
.type-job_listing.style-list .listing-cover,
.type-job_listing.style-list .tabbed-listings-tabs a,
.type-job_listing.style-list .type-product .thumbnails a,
.type-job_listing.style-list .woocommerce div.product div.summary,
.type-job_listing.style-list .woocommerce-main-image,
.type-job_listing.style-list .woocommerce-page div.product div.summary,
.type-job_listing.style-list .woocommerce-tabs,
.type-product .thumbnails .type-job_listing.style-list a,
.woocommerce div.product .type-job_listing.style-list div.summary,
.woocommerce-page div.product .type-job_listing.style-list div.summary {
  background-image: none!important;
  display: table;
  width: 100%;
}

.type-job_listing.style-list .listing-cover.has-image,
.type-job_listing.style-list .listing-cover.no-image {
  background-color: transparent;
}

.type-job_listing.style-list .listing-cover {
  padding: 0;
}

.type-job_listing.style-list .listing-cover:after {
  display: none;
}

.type-job_listing.style-list .job_listing-entry-footer,
.type-job_listing.style-list .job_listing-entry-header,
.type-job_listing.style-list .job_listing-entry-meta,
.type-job_listing.style-list .job_listing-entry-thumbnail {
  position: relative;
  min-height: 1px;
  display: table-cell;
  vertical-align: middle;
}

.type-job_listing.style-list .job_listing-entry-header,
.type-job_listing.style-list .job_listing-entry-header a {
  text-shadow: none;
}

.type-job_listing.style-list .job_listing-entry-thumbnail {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding-right: 2em;
}

.type-job_listing.style-list .job_listing-entry-thumbnail .list-cover {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.type-job_listing.style-list .job_listing-title {
  font-size: 20px;
  display: inline-block;
}

.type-job_listing.style-list .job_listing-entry-footer,
.type-job_listing.style-list .job_listing-entry-thumbnail {
  display: none;
}

@media (min-width:768px) {
  .type-job_listing.style-list .job_listing-entry-thumbnail {
    display: table-cell;
  }
}

@media (min-width:992px) {
  .type-job_listing.style-list .job_listing-entry-footer {
    display: table-cell;
  }

  .type-job_listing.style-list .job_listing-entry-header {
    width: 65%;
  }

  .type-job_listing.style-list .job_listing-entry-footer {
    width: auto;
    text-align: right;
  }
}

.type-job_listing.style-list .job_listing-entry-meta {
  padding-top: .85em;
  padding-bottom: .85em;
}

.type-job_listing.style-list .job_listing-location,
.type-job_listing.style-list .job_listing-phone {
  line-height: 1;
  font-size: 12px;
  margin: 1em 0 0;
}

.type-job_listing.style-list .job_listing-location:before,
.type-job_listing.style-list .job_listing-phone:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  margin-top: -3px;
}

.type-job_listing.style-list .job_listing-location {
  margin-top: 0;
}

.type-job_listing.style-list .job_listing-location br {
  content: '';
}

.type-job_listing.style-list .job_listing-location br:before {
  content: ', ';
}

.type-job_listing.style-list .job_listing-location.job_listing-location-formatted {
  max-width: 150px;
}

@media (min-width:992px) {
  .type-job_listing.style-list .job_listing-location.job_listing-location-formatted {
    max-width: 250px;
  }
}

@media (min-width:1200px) {
  .type-job_listing.style-list .job_listing-location.job_listing-location-formatted {
    max-width: none;
  }
}

.load_more_jobs {
  display: block;
  text-align: center;
}

.widget.widget-job_listing-archive,
.widget.widget-shop {
  padding: 0;
  box-shadow: none;
}

.widget.widget-job_listing-archive .facetwp-facet,
.widget.widget-job_listing-archive:last-child,
.widget.widget-shop .facetwp-facet,
.widget.widget-shop:last-child {
  margin-bottom: 0;
}

#ajax-response {
  display: none;
}

.comment-content,
.entry-content,
.entry-summary,
.page-title,
.widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.page-cover {
  padding: 0;
}

.page-cover.no-image {
  background-color: transparent;
}

.page-title {
  font-size: 20px;
  margin: 0;
  padding: 2em 0;
  text-align: center;
}

@media (min-width:768px) {
  .page-title {
    font-size: 27px;
    padding: 3em 0;
  }
}

.page-cover.no-image .page-title {
  padding-top: 2em;
  padding-bottom: 1em;
}

.tertiary-enabled .page-cover.no-image .page-title {
  padding-bottom: 2em;
}

@media (min-width:768px) {
  .page-cover.no-image .page-title {
    padding-bottom: 0;
  }
}

.content-single-hero.no-cover .page-title,
.hentry .entry-header {
  padding: 0;
}

.entry-header .entry-title {
  margin: 0;
  padding: 0;
  word-break: break-word;
}

.entry-header .entry-title a {
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 4em;
  display: block;
}

@media (min-width:992px) {
  .entry-header .entry-title a {
    font-size: 26px;
  }
}

.entry-meta {
  margin: 0 0 1.5em;
}

.entry-meta>span {
  width: 49%;
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .entry-meta>span {
    margin-right: 1.25em;
    width: auto;
  }
}

.entry-meta>span:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -4px 3px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.entry-meta .entry-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin: -2px 5px 0 0;
}

.entry-date:before {
  content: '\f117';
  font-size: 16px;
}

.entry-comments:before {
  content: '\f11d';
  font-size: 18px;
}

.entry-share .ion-share:before {
  content: '\f220';
  font-size: 18px;
  margin-top: -5px;
  vertical-align: middle;
}

.entry-content h3 {
  font-size: 15px;
}

.entry-content h4 {
  font-size: 14px;
}

.entry-content td,
.entry-content th {
  vertical-align: middle;
}

.entry-footer {
  margin-top: 2em;
}

.button[name=apply_coupon],
.content-shop-wrapper .entry-footer .button-small.added_to_cart,
.content-shop-wrapper .woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.added_to_cart,
.content-shop-wrapper [name=apply_coupon].added_to_cart,
.content-shop-wrapper [name=apply_coupon].button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .entry-footer .button-small.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment [name=apply_coupon].comment-count,
.entry-footer .button-small.load_more_jobs,
.entry-footer .button.button-small,
.entry-footer .content-shop-wrapper .button-small.added_to_cart,
.entry-footer .content-shop-wrapper .woocommerce #content div.product.product-type-grouped .summary .group_table a.added_to_cart,
.entry-footer .content-single-job_listing-gallery-wrapper .type-attachment .button-small.comment-count,
.entry-footer .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content div.product.product-type-grouped .summary .group_table a.comment-count,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table .content-shop-wrapper a.added_to_cart,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table .content-single-job_listing-gallery-wrapper .type-attachment a.comment-count,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table a.button,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table a.load_more_jobs,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-shop-wrapper .entry-footer a.added_to_cart,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-single-job_listing-gallery-wrapper .type-attachment .entry-footer a.comment-count,
.woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.button,
.woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.load_more_jobs,
[name=apply_coupon].load_more_jobs {
  font-size: 14px;
  padding: 12px 30px;
  background-color: #e9edf2;
}

.button[name=apply_coupon]:hover,
.content-shop-wrapper .entry-footer .button-small.added_to_cart:hover,
.content-shop-wrapper .woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.added_to_cart:hover,
.content-shop-wrapper [name=apply_coupon].added_to_cart:hover,
.content-single-job_listing-gallery-wrapper .type-attachment .entry-footer .button-small.comment-count:hover,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.comment-count:hover,
.content-single-job_listing-gallery-wrapper .type-attachment [name=apply_coupon].comment-count:hover,
.entry-footer .button-small.load_more_jobs:hover,
.entry-footer .button.button-small:hover,
.entry-footer .content-shop-wrapper .button-small.added_to_cart:hover,
.entry-footer .content-shop-wrapper .woocommerce #content div.product.product-type-grouped .summary .group_table a.added_to_cart:hover,
.entry-footer .content-single-job_listing-gallery-wrapper .type-attachment .button-small.comment-count:hover,
.entry-footer .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content div.product.product-type-grouped .summary .group_table a.comment-count:hover,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table .content-shop-wrapper a.added_to_cart:hover,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table .content-single-job_listing-gallery-wrapper .type-attachment a.comment-count:hover,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table a.button:hover,
.entry-footer .woocommerce #content div.product.product-type-grouped .summary .group_table a.load_more_jobs:hover,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-shop-wrapper .entry-footer a.added_to_cart:hover,
.woocommerce #content div.product.product-type-grouped .summary .group_table .content-single-job_listing-gallery-wrapper .type-attachment .entry-footer a.comment-count:hover,
.woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.button:hover,
.woocommerce #content div.product.product-type-grouped .summary .group_table .entry-footer a.load_more_jobs:hover,
[name=apply_coupon].load_more_jobs:hover {
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.05);
  background-color: #e9edf2;
}

.content-pagination {
  margin: 2em 0 4em;
}

.author.archive .content-pagination {
  margin-top: 0;
}

@media (min-width:768px) {
  .content-pagination {
    margin-top: 4em;
  }
}

.facetwp-pager .facetwp-page,
.job-manager-pagination li>*,
a.page-numbers,
span.page-numbers {
  margin-right: 8px;
  box-shadow: rgba(0,0,0,.05) 0 2px 0;
}

.post-password-form input[type=password] {
  width: 100%;
}

.post-password-form input[type=submit] {
  margin-top: 1em;
}

.bypostauthor,
.gallery-caption,
.sticky {
  width: auto;
}

.author-title h1 {
  display: inline-block;
  line-height: 75px;
  margin: 0 0 0 15px;
}

.author-title img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.author-meta {
  font-size: 16px;
  margin: 1em 0 0;
}

.author-meta .favorite-count,
.author-meta .listing-count {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
}

.author-meta .favorite-count:before,
.author-meta .listing-count:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  margin: -4px 6px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.author-meta .listing-count:before {
  content: '\f453';
}

.author-meta .favorite-count:before {
  content: '\f141';
}

.ion-social-jabber:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f235";
}

.type-post .entry-cover.has-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.type-post .entry-cover.has-image:after {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.homepage-cover {
  padding: 3em 0;
}

.homepage-cover p {
  display: none;
}

@media (min-width:768px) {
  .homepage-cover {
    padding: 7em 0 8em;
  }
}

@media (min-width:992px) {
  .homepage-cover {
    padding: 11em 0 12em;
  }
}

.homepage-cover {
  position: relative;
}

.homepage-cover .wp-video {
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%!important;
  height: auto!important;
  position: absolute!important;
}

.homepage-cover .home-widget {
  margin: 0;
}

.homepage-cover .home-widget-section-title {
  margin-top: 0;
}

.homepage-cover .home-widget-title {
  font-size: 20px;
}

@media (min-width:768px) {
  .homepage-cover .home-widget-title {
    font-size: 30px;
  }
}

@media (min-width:992px) {
  .homepage-cover .home-widget-title {
    font-size: 40px;
  }
}

.homepage-cover .home-widget-description {
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width:768px) {
  .homepage-cover .home-widget-description {
    font-size: 16px;
  }
}

.homepage-cover .home-widget-description,
.homepage-cover .home-widget-title {
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.homepage-cover.has-image .home-widget-description,
.homepage-cover.has-image .home-widget-title {
  color: #fff;
}

.homepage-cover .job_filters .search_jobs>div.search_keywords input[type=text],
.homepage-cover .job_filters .search_jobs>div.search_location input[type=text],
.homepage-cover .job_filters input[type=text],
.homepage-cover .job_filters select,
.homepage-cover .job_search_form .search_jobs>div.search_keywords input[type=text],
.homepage-cover .job_search_form .search_jobs>div.search_location input[type=text],
.homepage-cover .job_search_form input[type=text],
.homepage-cover .job_search_form select {
  border: 0;
  background: #fff;
  box-shadow: none;
  padding: 13px 16px;
}

.homepage-cover .job_filters select,
.homepage-cover .job_search_form select {
  padding-top: 12px;
  padding-bottom: 11px;
}

.homepage-cover .job_filters .chosen-container-single .chosen-single,
.homepage-cover .job_filters .search_jobs>div.search_keywords input[type=text]:focus,
.homepage-cover .job_filters .search_jobs>div.search_location input[type=text]:focus,
.homepage-cover .job_filters input[type=text]:focus,
.homepage-cover .job_filters select:focus,
.homepage-cover .job_search_form .chosen-container-single .chosen-single,
.homepage-cover .job_search_form .search_jobs>div.search_keywords input[type=text]:focus,
.homepage-cover .job_search_form .search_jobs>div.search_location input[type=text]:focus,
.homepage-cover .job_search_form input[type=text]:focus,
.homepage-cover .job_search_form select:focus {
  border-color: #fff;
  background: #fff;
  box-shadow: none;
}

.homepage-cover .job_filters .chosen-container-single .chosen-drop,
.homepage-cover .job_search_form .chosen-container-single .chosen-drop {
  border: 0!important;
}

.homepage-cover .job_filters .chosen-container-single .chosen-single,
.homepage-cover .job_search_form .chosen-container-single .chosen-single {
  padding-top: 15px;
  padding-bottom: 14px;
  background: #fff!important;
  height: auto!important;
}

.homepage-cover .job_filters .search_jobs>div.search_location input[type=text],
.homepage-cover .job_search_form .search_jobs>div.search_location input[type=text] {
  padding-right: 35px;
}

.homepage-cover .job_filters .select:after,
.homepage-cover .job_search_form .select:after {
  text-shadow: none;
}

.homepage-cover .job_search_form select,
.template-home :not(.site-content) .job_filters select {
  box-shadow: none;
}

.template-home .homepage-cover:not(.has-map) .js-toggle-area-trigger {
  display: none;
}

.template-home .homepage-cover:not(.has-map) .update_results {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
}

@media (min-width:992px) {
  .template-home .homepage-cover:not(.has-map) .update_results {
    width: 20%;
  }
}

.template-home .homepage-cover.has-map .job_listings-map-wrapper,
.template-home .listify_widget_search_listings .job_listings-map-wrapper {
  display: block;
  position: relative;
}

.template-home .homepage-cover.has-map .job_listings-map,
.template-home .listify_widget_search_listings .job_listings-map {
  height: 400px;
}

.job-manager-form .template-home .homepage-cover.has-map fieldset.fieldset-job_hours,
.job-manager-form .template-home .listify_widget_search_listings fieldset.fieldset-job_hours,
.summary .template-home .homepage-cover.has-map .stock,
.summary .template-home .listify_widget_search_listings .stock,
.template-home .homepage-cover.has-map .account-sign-in,
.template-home .homepage-cover.has-map .filter-by-type-label,
.template-home .homepage-cover.has-map .filter_by_tag,
.template-home .homepage-cover.has-map .job-manager-form fieldset.fieldset-job_hours,
.template-home .homepage-cover.has-map .job-manager-pagination,
.template-home .homepage-cover.has-map .job_types,
.template-home .homepage-cover.has-map .load_more_jobs,
.template-home .homepage-cover.has-map .ninja-forms-required-items,
.template-home .homepage-cover.has-map .search-radius-wrapper,
.template-home .homepage-cover.has-map .showing_jobs,
.template-home .homepage-cover.has-map .summary .stock,
.template-home .homepage-cover.has-map .woocommerce-tabs .woocommerce-noreviews,
.template-home .listify_widget_search_listings .account-sign-in,
.template-home .listify_widget_search_listings .filter-by-type-label,
.template-home .listify_widget_search_listings .filter_by_tag,
.template-home .listify_widget_search_listings .job-manager-form fieldset.fieldset-job_hours,
.template-home .listify_widget_search_listings .job-manager-pagination,
.template-home .listify_widget_search_listings .job_types,
.template-home .listify_widget_search_listings .load_more_jobs,
.template-home .listify_widget_search_listings .ninja-forms-required-items,
.template-home .listify_widget_search_listings .search-radius-wrapper,
.template-home .listify_widget_search_listings .showing_jobs,
.template-home .listify_widget_search_listings .summary .stock,
.template-home .listify_widget_search_listings .woocommerce-tabs .woocommerce-noreviews,
.woocommerce-tabs .template-home .homepage-cover.has-map .woocommerce-noreviews,
.woocommerce-tabs .template-home .listify_widget_search_listings .woocommerce-noreviews {
  display: none!important;
}

.template-home .homepage-cover.has-map .job_filters,
.template-home .listify_widget_search_listings .job_filters {
  background: 0 0;
  box-shadow: none;
  padding: 0;
  bottom: 40px;
}

@media (min-width:992px) {
  .template-home .homepage-cover.has-map .job_filters,
  .template-home .listify_widget_search_listings .job_filters {
    max-width: 80%;
    margin: 0 auto;
    left: 13%;
    bottom: 20px;
    display: block!important;
  }

  .template-home .homepage-cover.has-map .search_jobs,
  .template-home .listify_widget_search_listings .search_jobs {
    float: left;
    width: 77%;
  }

  .template-home .homepage-cover.has-map .update_results,
  .template-home .listify_widget_search_listings .update_results {
    width: 20%;
    float: right;
    margin: 0;
    clear: none;
  }
}

.template-home .homepage-cover.has-map .archive-job_listing-filter-title,
.template-home .homepage-cover.has-map .filter_by_tag,
.template-home .homepage-cover.has-map .job_types,
.template-home .homepage-cover.has-map ul.job_listings,
.template-home .listify_widget_search_listings .archive-job_listing-filter-title,
.template-home .listify_widget_search_listings .filter_by_tag,
.template-home .listify_widget_search_listings .job_types,
.template-home .listify_widget_search_listings ul.job_listings {
  display: none;
}

.template-home .homepage-cover.has-map {
  padding: 0;
}

.template-home .homepage-cover.has-map .job_filters,
.template-home .homepage-cover.has-map .js-toggle-area-trigger {
  z-index: 20;
  position: absolute;
  bottom: 20px;
  width: 80%;
  left: 10%;
}

@media (min-width:1200px) {
  .template-home .homepage-cover.has-map .job_filters,
  .template-home .homepage-cover.has-map .js-toggle-area-trigger {
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    max-width: none;
  }

  .template-home .homepage-cover.has-map .job_filters {
    display: block!important;
  }
}

.entry-content .rcp_form .rcp_subscription_fieldset .template-home .homepage-cover.has-map .job_filters .rcp_subscription_message,
.entry-content .template-home .homepage-cover.has-map .job_filters .rcp_header,
.job_listing_packages ul.job_packages .template-home .homepage-cover.has-map .job_filters .package-section,
.template-home .homepage-cover.has-map .archive-job_listing-toggle-wrapper,
.template-home .homepage-cover.has-map .facetwp-pager,
.template-home .homepage-cover.has-map .job_filters .entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message,
.template-home .homepage-cover.has-map .job_filters .entry-content .rcp_header,
.template-home .homepage-cover.has-map .job_filters .job_listing_packages ul.job_packages .package-section,
.template-home .homepage-cover.has-map .job_filters .widget-title,
.template-home .homepage-cover.has-map .job_filters .woocommerce-account .woocommerce legend,
.woocommerce-account .woocommerce .template-home .homepage-cover.has-map .job_filters legend {
  display: none;
}

.template-home .homepage-cover.has-map .job_filters .update_results {
  margin-bottom: 1.5em;
}

.template-home .homepage-cover.has-map div.facetwp-facet {
  margin-bottom: 15px;
}

@media (min-width:992px) {
  .template-home .homepage-cover.has-map div.facetwp-facet {
    margin-bottom: 0;
  }
}

.home-widget,
.homepage-hero-style-none .home-widget:first-child {
  margin: 4em 0;
}

.home-widget+.container {
  margin-top: -4em;
}

.home .container:not(:last-of-type) .home-widget:last-child {
  margin-bottom: 0;
}

.home-widget.no-margin {
  margin: 0!important;
}

@media (min-width:768px) {
  .home-widget {
    margin: 6em 0;
  }

  .home-widget+.container {
    margin-top: -6em;
  }
}

@media (min-width:992px) {
  .home-widget {
    margin: 9em 0;
  }

  .home-widget+.container {
    margin-top: -9em;
  }
}

.home-widget-section-title {
  margin: 2em 0;
}

.home-widget:first-child .home-widget-section-title {
  margin-top: 0;
}

@media (min-width:768px) {
  .home-widget-section-title {
    margin: 3em 0;
  }
}

@media (min-width:992px) {
  .home-widget-section-title {
    margin: 4em 0;
  }
}

.home-widget-description,
.home-widget-title {
  margin: 0;
  padding: 0;
  text-align: center;
}

.home-widget-title {
  font-size: 20px;
}

@media (min-width:768px) {
  .home-widget-title {
    font-size: 26px;
  }
}

.home-widget-description {
  font-size: 13px;
  color: #b4bcc7;
  margin-top: .33em;
}

@media (min-width:768px) {
  .home-widget-description {
    margin-top: .75em;
    font-size: 16px;
  }
}

.listify_widget_recent_listings.home-widget:not(:last-child),
.listify_widget_taxonomy_image_grid.home-widget:not(:last-child) {
  margin-bottom: -30px;
}

.listify_widget_search_listings.home-widget .job_search_form {
  max-width: 100%;
  margin-bottom: 0;
}

@media (min-width:992px) {
  .job_search_form {
    max-width: 80%;
    margin: 0 auto;
  }
}

.job_search_form input,
.job_search_form select {
  min-width: 100%;
}

.job_search_form .select {
  display: block;
}

.job_search_form .select:before {
  height: 40px;
}

.job_search_form input[type=submit] {
  padding: 13px;
}

.job_search_form .search_category,
.job_search_form .search_keywords,
.job_search_form .search_location {
  margin-bottom: 15px;
}

body:not(.facetwp) .locate-me {
  text-shadow: none!important;
}

@media (min-width:992px) {
  .job_search_form .search_category,
  .job_search_form .search_keywords,
  .job_search_form .search_location {
    margin-bottom: 0;
  }
}

.job_search_form .facetwp-facet {
  margin-bottom: 15px;
}

.job_search_form .row.facetwp-submit {
  margin-top: -15px;
  margin-bottom: 0;
}

.tabbed-listings-tabs {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media (min-width:992px) {
  .listify_widget_tabbed_listings .home-widget-section-title {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
  }

  .tabbed-listings-tabs {
    text-align: right;
  }
}

.tabbed-listings-tabs li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.tabbed-listings-tabs a {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 3px;
  margin: 0;
  line-height: normal;
  border: 2px solid transparent;
}

.tabbed-listings-tabs li:last-child a:after {
  content: '\f125';
  margin-top: -1px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.tabbed-listings-tabs-wrapper {
  clear: both;
}

.listing-by-term-title {
  margin-top: 0;
}

.listings-by-term ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listings-by-term li {
  position: relative;
  margin-bottom: 1.5em;
}

.listings-by-term li:last-child {
  margin-bottom: 0;
}

.listings-by-term-content,
.listings-by-term-preview {
  display: inline-block;
  vertical-align: middle;
}

.listings-by-term-content {
  margin-left: 15px;
  max-width: 70%;
  margin-bottom: 0;
}

.listings-by-term-preview img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.listings-by-term-content .job_listing-rating-average {
  display: none;
}

.listings-by-term-content .job_listing-rating-wrapper {
  display: block;
}

.listings-by-term-content .job_listing-rating-stars .star-icon {
  font-size: 14px;
}

.listings-by-term-content .job_listing-rating-count {
  color: #b4bcc7;
}

.listings-by-term-more {
  text-align: center;
  margin: 2em 0 0;
}

.listings-by-term-more a {
  font-size: 13px;
  line-height: normal;
  margin: 0 auto;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #b4bcc7;
  display: inline-block;
  opacity: 1!important;
}

.image-grid-item {
  margin-bottom: 30px;
}

.image-grid-cover {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.image-grid-cover:after {
  border-radius: 4px;
  overflow: hidden;
}

.image-grid-cover {
  padding: 3em 0;
  position: relative;
}

.image-grid-cover .cover-wrapper {
  font-size: 18px;
  text-align: center;
  display: block;
}

@media (min-width:768px) {
  .image-grid-cover {
    padding: 10em 0;
  }

  .image-grid-cover .cover-wrapper {
    position: absolute!important;
    width: 90%;
    text-align: center;
    left: 5%;
    top: 50%;
    font-size: 20px;
    -wekit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width:992px) {
  .image-grid-cover .cover-wrapper {
    font-size: 24px;
  }
}

@media (min-width:1200px) {
  .image-grid-cover .cover-wrapper {
    font-size: 28px;
  }
}

.home .job-manager-error,
.home .job-manager-message,
.home .woocommerce-error,
.home .woocommerce-info,
.home .woocommerce-message {
  margin-top: 3em;
}

.template-home .home-widget .job_listings-map {
  margin-bottom: 2em;
}

.home-features-wrapper {
  margin-bottom: -3em;
}

.home-feature-title h2 {
  margin: 1.25em 0 .75em;
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
}

.home-feature-media img {
  width: 50%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.feature-callout {
  position: relative;
}

.feature-callout-cover,
.feature-callout-image-pull {
  background-size: cover;
  background-position: center;
}

.feature-callout-image-pull {
  min-height: 200px;
}

@media (min-width:768px) {
  .feature-callout-image-pull {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}

.feature-callout-cover.has-overlay:after {
  content: ' ';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,.5);
}

.feature-callout-cover .container {
  position: relative;
  z-index: 2;
}

.content-shop-wrapper .feature-callout-cover .added_to_cart,
.content-shop-wrapper .feature-callout-cover .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .feature-callout-cover .comment-count,
.feature-callout-cover .button,
.feature-callout-cover .content-shop-wrapper .added_to_cart,
.feature-callout-cover .content-shop-wrapper .button[data-product_id],
.feature-callout-cover .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.feature-callout-cover .load_more_jobs {
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 6px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.content-shop-wrapper .feature-callout-cover .added_to_cart:hover,
.content-single-job_listing-gallery-wrapper .type-attachment .feature-callout-cover .comment-count:hover,
.feature-callout-cover .button:hover,
.feature-callout-cover .content-shop-wrapper .added_to_cart:hover,
.feature-callout-cover .content-single-job_listing-gallery-wrapper .type-attachment .comment-count:hover,
.feature-callout-cover .load_more_jobs:hover {
  background: 0 0;
}

.feature-callout.text-right .feature-callout-content {
  text-align: right;
}

.feature-callout.text-right .feature-callout-cover {
  background-position: center left;
}

.feature-callout.text-left .feature-callout-cover {
  background-position: center right;
}

@media (min-width:768px) {
  .feature-callout.text-right .feature-callout-cover.has-overlay:after {
    background: -webkit-linear-gradient(left,transparent 50,rgba(0,0,0,.8) 100%);
    background: -moz-linear-gradient(left,transparent 50%,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(left,transparent 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to right,transparent 50%,rgba(0,0,0,.8) 100%);
  }

  .feature-callout.text-left .feature-callout-cover.has-overlay:after {
    background: -webkit-linear-gradient(right,transparent 50%,rgba(0,0,0,.8) 100%);
    background: -moz-linear-gradient(right,transparent 50%,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(right,transparent 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to left,transparent 50%,rgba(0,0,0,.8) 100%);
  }
}

.feature-callout.text-center .feature-callout-cover {
  text-align: center;
}

.feature-callout.text-center .feature-callout-cover h2 {
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (min-width:992px) {
  .feature-callout.text-center .callout-feature-content {
    max-width: 75%;
    margin: 0 auto;
  }

  .feature-callout.text-center h2 {
    font-size: 48px;
    font-weight: 800;
  }
}

.callout-feature-content {
  padding: 3em 0;
}

.callout-feature-content h2 {
  font-size: 24px;
  margin-top: 0;
}

.callout-feature-content p {
  line-height: 1.75;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.callout-feature-content p:last-child {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .callout-feature-content {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .callout-feature-content h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.9;
    margin: 0;
  }

  .callout-feature-content p {
    font-size: 16px;
    line-height: 2;
    margin: 1.5em 0;
  }

  .feature-callout.text-left .callout-feature-content {
    padding-right: 2em;
  }

  .feature-callout.text-right .callout-feature-content {
    padding-left: 2em;
  }
}

@media (min-width:992px) {
  .callout-feature-content {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}

@media (min-width:1200px) {
  .callout-feature-content {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .feature-callout.text-left .callout-feature-content {
    padding-right: 3em;
  }

  .feature-callout.text-right .callout-feature-content {
    padding-left: 3em;
  }
}

.home-widget.listify_widget_map_listings .archive-job_listing-toggle-wrapper {
  display: none;
}

.home-widget.listify_widget_map_listings .job_listings-map-wrapper {
  display: block;
}

.page-template-page-templatestemplate-widgetized-php .content-area,
.page-template-page-templatestemplate-widgetized-php .content-area .hentry {
  margin-bottom: 0;
}

.entry-content .gallery {
  margin-bottom: 20px;
}

.entry-content .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.entry-content .gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.entry-content .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.entry-content .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.entry-content .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.entry-content .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.entry-content .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.entry-content .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.entry-content .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.entry-content .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.entry-content .gallery-columns-1 .gallery-item:nth-of-type(1n),
.entry-content .gallery-columns-2 .gallery-item:nth-of-type(2n),
.entry-content .gallery-columns-3 .gallery-item:nth-of-type(3n),
.entry-content .gallery-columns-4 .gallery-item:nth-of-type(4n),
.entry-content .gallery-columns-5 .gallery-item:nth-of-type(5n),
.entry-content .gallery-columns-6 .gallery-item:nth-of-type(6n),
.entry-content .gallery-columns-7 .gallery-item:nth-of-type(7n),
.entry-content .gallery-columns-8 .gallery-item:nth-of-type(8n),
.entry-content .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.entry-content .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.entry-content .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.entry-content .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.entry-content .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.entry-content .gallery-caption {
  background-color: rgba(0,0,0,.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.entry-content .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.entry-content .gallery-item:hover .gallery-caption {
  opacity: 1;
}

.entry-content .gallery-columns-7 .gallery-caption,
.entry-content .gallery-columns-8 .gallery-caption,
.entry-content .gallery-columns-9 .gallery-caption {
  display: none;
}

.widget-area {
  position: relative;
}

.affix-top.widget-area {
  position: absolute;
  top: auto;
  left: -15px;
}

.affix.widget-area {
  position: fixed;
  top: 1px!important;
  right: auto;
  left: -15px;
}

.admin-bar .affix.widget-area {
  top: 32px;
}

.affix-bottom.widget-area {
  position: absolute;
  left: -15px;
}

.content-shop-wrapper .widget-area .type-product,
.listify_widget_search_listings.home-widget .widget-area .job_search_form,
.tabbed-listings-tabs .widget-area a,
.type-product .thumbnails .widget-area a,
.widget-area .archive-job_listing-toggle-inner,
.widget-area .content-box,
.widget-area .content-shop-wrapper .type-product,
.widget-area .home-feature,
.widget-area .job-package,
.widget-area .listify_widget_search_listings.home-widget .job_search_form,
.widget-area .listing-by-term-inner,
.widget-area .tabbed-listings-tabs a,
.widget-area .type-product .thumbnails a,
.widget-area .woocommerce div.product div.summary,
.widget-area .woocommerce-main-image,
.widget-area .woocommerce-page div.product div.summary,
.widget-area .woocommerce-tabs,
.woocommerce div.product .widget-area div.summary,
.woocommerce-page div.product .widget-area div.summary {
  position: relative;
  z-index: 10;
}

.widget code,
.widget kbd,
.widget pre,
.widget samp,
.widget tt,
.widget var {
  font-size: 13px;
  line-height: 1.5;
}

.widget blockquote {
  color: rgba(255,255,255,.7);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.widget blockquote cite {
  color: #fff;
  font-size: 14px;
  line-height: 1.2857142857;
}

.widget dd,
.widget dl {
  margin-bottom: 18px;
}

.widget ol,
.widget ul {
  list-style: none;
  margin: 0;
}

.widget li>ol,
.widget li>ul {
  margin-left: 10px;
  list-style: disc;
  list-style-position: inside;
  margin-top: 5px;
}

.widget_calendar table {
  line-height: 2;
  margin: 0;
}

.widget_calendar caption {
  color: #fff;
  font-weight: 700;
  line-height: 1.7142857142;
  margin-bottom: 18px;
  text-align: left;
  text-transform: uppercase;
}

.widget_calendar thead th {
  background-color: rgba(255,255,255,.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
  text-align: center;
}

.widget_calendar tbody a {
  color: #fff;
  display: block;
}

.widget_calendar tbody a:hover {
  background-color: #41a62a;
  color: #fff;
}

.widget_calendar #prev {
  padding-left: 5px;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  line-height: 1.5;
  padding: 7px 0;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0;
}

.widget_recent_entries .post-date {
  display: block;
}

.rsswidget img {
  margin-top: -4px;
}

.rssSummary {
  margin: 9px 0;
}

.rss-date {
  display: block;
}

.widget_rss li {
  margin-bottom: 18px;
}

.widget_rss li:last-child,
.widget_text>div>:last-child {
  margin-bottom: 0;
}

.widget ul.social-profiles {
  margin: 0 0 -10px;
  padding: 0;
  list-style: none;
}

.social-profiles li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.social-profiles a {
  font-size: 0;
  border-radius: 50%;
  background: #b4bcc7;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}

.social-profiles a:before {
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 34px;
}

.social-profiles a.ion-social-facebook:before {
  font-size: 20px;
}

.job-manager-form fieldset {
  border: 0;
  margin: 0 0 2em;
  padding: 0;
}

.job-manager-form input[type=email],
.job-manager-form input[type=text] {
  width: 100%;
}

td.business-hour {
  padding: .5em;
}

.search_jobs>.select.search_region-wrapper {
  display: none;
}

.search_location {
  position: relative;
}

.search_location input[type=text] {
  padding-right: 35px;
}

.search_location #search_region {
  display: block;
}

body:not(.facetwp) .locate-me {
  top: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 44px;
  text-align: center;
}

body:not(.facetwp) .locate-me:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B4BCC7;
  font-size: 16px;
  content: '\f2e9';
  line-height: 44px;
  text-align: center;
  display: inline-block;
}

body:not(.facetwp) .locate-me.loading:before {
  content: '\f29c';
  -webkit-animation: rotate 700ms infinite linear;
  -moz-animation: rotate 700ms infinite linear;
  animation: rotate 700ms infinite linear;
}

body.facetwp .locate-me {
  right: 10px;
  top: -2px;
}

.job-manager-error,
.job-manager-message {
  border-color: #ed3b3b;
}

.job-manager-form h2 {
  margin: 2em 0;
  padding: .75em 0;
}

.search_jobs>div {
  margin-bottom: 1em;
}

.search_jobs>div.search-radius-wrapper {
  width: 100%!important;
}

.job_filters .job_types {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}

.job_filters .job_types li {
  margin-bottom: 5px;
  display: inline-block;
}

@media (min-width:768px) {
  .search_jobs>div {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 0;
    float: left;
  }

  .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled.home .search_jobs>div,
  .wp-job-manager-categories-enabled:not(.wp-job-manager-categories-multi-enabled) .search_jobs>div {
    width: 31.25%;
    margin-right: 3%;
  }

  .home .home-widget .search_jobs>div.filter_by_tag {
    width: 100%;
    margin-right: 0;
  }

  .search_jobs>div:last-of-type,
  .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled.home .search_jobs>.search_categories,
  body.wp-job-manager-categories-enabled .search_jobs>div.search_categories,
  body.wp-job-manager-categories-multi-enabled .search_jobs .search_location,
  body.wp-job-manager-categories-multi-enabled .search_jobs .search_region,
  body:not(.wp-job-manager-categories-enabled) .search_jobs .search_location,
  body:not(.wp-job-manager-categories-enabled) .search_jobs .search_region {
    margin-right: 0;
  }

  body.wp-job-manager-categories-multi-enabled:not(.home) .search_jobs .search_categories {
    clear: both;
    width: 100%;
    margin: 1.5em 0 1em;
  }

  .job_filters .job_types {
    margin: 1.5em 0 0;
    padding: 0;
    list-style: none;
    clear: both;
  }

  .job_filters .job_types li {
    display: inline-block;
    margin: 0 0 5px;
  }
}

.search_jobs label {
  display: none;
}

.search_jobs input,
.search_jobs select {
  width: 100%;
}

.search_jobs>div.filter_by_tag,
.wp-job-manager-categories-enabled .search_jobs>div.filter_by_tag {
  clear: both;
  float: none;
  margin-right: 0;
  width: 100%;
}

.job_filters .search_jobs .filter_by_tag a {
  vertical-align: middle;
  padding: 0!important;
}

.job_filters .search_jobs .filter_by_tag a.active {
  background: 0 0;
}

.job_filters .update_results {
  clear: both;
  float: none;
  width: 100%;
}

.job_filters .update_results.refreshing {
  box-shadow: none;
}

@media (min-width:768px) {
  .job_filters .update_results {
    margin-top: .5em;
  }
}

.facetwp-facet .select,
.search_jobs .select {
  display: block;
}

.account-sign-in,
.job-manager-form fieldset.fieldset-job_hours,
.ninja-forms-required-items,
.showing_jobs,
.summary .stock,
.woocommerce-tabs .woocommerce-noreviews {
  color: #b4bcc7;
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #e9edf2;
  border-radius: 4px;
}

.account-sign-in span,
.job-manager-form fieldset.fieldset-job_hours span,
.ninja-forms-required-items span,
.showing_jobs span,
.summary .stock span,
.woocommerce-tabs .woocommerce-noreviews span {
  display: block;
  margin-bottom: 1em;
}

.account-sign-in .reset,
.account-sign-in .rss_link,
.job-manager-form fieldset.fieldset-job_hours .reset,
.job-manager-form fieldset.fieldset-job_hours .rss_link,
.ninja-forms-required-items .reset,
.ninja-forms-required-items .rss_link,
.showing_jobs .reset,
.showing_jobs .rss_link,
.summary .stock .reset,
.summary .stock .rss_link,
.woocommerce-tabs .woocommerce-noreviews .reset,
.woocommerce-tabs .woocommerce-noreviews .rss_link {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
}

.account-sign-in .reset:before,
.account-sign-in .rss_link:before,
.job-manager-form fieldset.fieldset-job_hours .reset:before,
.job-manager-form fieldset.fieldset-job_hours .rss_link:before,
.ninja-forms-required-items .reset:before,
.ninja-forms-required-items .rss_link:before,
.showing_jobs .reset:before,
.showing_jobs .rss_link:before,
.summary .stock .reset:before,
.summary .stock .rss_link:before,
.woocommerce-tabs .woocommerce-noreviews .reset:before,
.woocommerce-tabs .woocommerce-noreviews .rss_link:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}

.account-sign-in .rss_link,
.job-manager-form fieldset.fieldset-job_hours .rss_link,
.ninja-forms-required-items .rss_link,
.showing_jobs .rss_link,
.summary .stock .rss_link,
.woocommerce-tabs .woocommerce-noreviews .rss_link {
  color: #f60;
}

.account-sign-in .rss_link:before,
.job-manager-form fieldset.fieldset-job_hours .rss_link:before,
.ninja-forms-required-items .rss_link:before,
.showing_jobs .rss_link:before,
.summary .stock .rss_link:before,
.woocommerce-tabs .woocommerce-noreviews .rss_link:before {
  content: '\f23d';
}

.account-sign-in .reset:before,
.job-manager-form fieldset.fieldset-job_hours .reset:before,
.ninja-forms-required-items .reset:before,
.showing_jobs .reset:before,
.summary .stock .reset:before,
.woocommerce-tabs .woocommerce-noreviews .reset:before {
  content: '\f2d7';
}

.job_listings.loading {
  min-height: 50px;
}

.job_listings.loading:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f29c';
  font-size: 50px;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -25px;
  -webkit-animation: rotate 800ms infinite linear;
  -moz-animation: rotate 800ms infinite linear;
  animation: rotate 800ms infinite linear;
}

.content-shop-wrapper .field.account-sign-in .added_to_cart,
.content-single-job_listing-gallery-wrapper .type-attachment .field.account-sign-in .comment-count,
.field.account-sign-in .button,
.field.account-sign-in .content-shop-wrapper .added_to_cart,
.field.account-sign-in .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.field.account-sign-in .load_more_jobs {
  float: right;
}

.job-manager-form fieldset.fieldset-job_hours {
  border-width: 2px;
}

.fieldset-job_hours .field {
  margin-top: 1em;
  display: none;
}

.fieldset-job_hours .field table {
  margin-bottom: 0;
}

.fieldset-job_hours label {
  display: block;
}

.fieldset-job_hours label:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f48a';
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  margin: -3px 8px 0 0;
}

.fieldset-job_hours.open label:before {
  content: '\f463';
}

.job-manager-term-checklist {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.job-manager-term-checklist li {
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .job-manager-term-checklist li {
    width: 50%;
    float: left;
  }
}

@media (min-width:992px) {
  .job-manager-term-checklist li {
    width: 33%;
    float: left;
  }
}

@media (min-width:1200px) {
  .job-manager-term-checklist li {
    width: 25%;
    float: left;
  }
}

#submit-job-form h2,
#submit-job-form.job-manager-form fieldset:first-child label {
  display: none;
}

.entry-content div.mce-toolbar-grp {
  border-bottom-width: 2px;
}

body .job-manager-form .chosen-container-multi .chosen-choices {
  margin-top: 1em;
}

.job-manager-jobs td.job_title {
  font-size: 15px;
}

.job-dashboard-actions a,
.job-manager-jobs td.date,
.job-manager-jobs td.expires {
  font-size: 12px;
}

.job-dashboard-actions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-dashboard-actions li {
  display: inline-block;
}

.job-dashboard-actions li a {
  margin-right: 10px;
}

.job-dashboard-action-delete:before,
.job-dashboard-action-edit:before,
.job-dashboard-action-mark_filled:before,
.job-dashboard-action-mark_not_filled:before,
.job-dashboard-action-relist:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
}

.job-dashboard-action-edit:before {
  content: '\f2bf';
}

.job-dashboard-action-mark_filled:before {
  content: '\f400';
}

.job-dashboard-action-mark_not_filled:before {
  content: '\f401';
}

.job-dashboard-action-relist:before {
  content: '\f201';
}

.job-dashboard-actions a.job-dashboard-action-delete:before,
.job-dashboard-actions a.job-dashboard-action-delete:hover {
  color: #A00;
}

.job-dashboard-action-delete:before {
  content: '\f12a';
}

.directory-fields .job-dashboard-action-mark_filled,
.directory-fields td.filled,
.directory-fields th.filled {
  display: none;
}

.job-manager-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.job-manager-pagination a,
.job-manager-pagination li {
  display: inline-block;
}

.job-manager-uploaded-files .job-manager-uploaded-file {
  display: inline-block;
  margin: 0 10px 40px 0;
  position: relative;
  vertical-align: top;
}

.job-manager-uploaded-files .job-manager-uploaded-file-preview {
  display: inline-block;
  position: relative;
}

.job-manager-uploaded-files .job-manager-uploaded-file-preview img {
  max-width: 100px;
}

.job-manager-uploaded-files .job-manager-remove-uploaded-file {
  font-size: 0;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.job-manager-uploaded-files .job-manager-remove-uploaded-file:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  content: '\f129';
  font-size: 12px;
}

.job_listing-entry-footer .wp-job-manager-bookmarks-form {
  float: right;
}

.job_listing-entry-footer .wp-job-manager-bookmarks-form .bookmark-notice:before {
  color: #e27276;
}

.wp-job-manager-bookmarks-form,
.wp-job-manager-bookmarks-form>div:first-child {
  display: inline-block;
  margin: 0;
  border: 0;
}

.content-single-job_listing-hero .wp-job-manager-bookmarks-form {
  vertical-align: middle;
  margin: -1px 10px 0 15px;
}

.wp-job-manager-bookmarks-count {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.popup .bookmark-notice,
div.bookmark-details,
form.wp-job-manager-bookmarks-form .remove-bookmark {
  display: none;
}

.popup form.wp-job-manager-bookmarks-form {
  display: block;
  margin-left: 0;
}

.popup form.wp-job-manager-bookmarks-form .remove-bookmark,
.popup form.wp-job-manager-bookmarks-form div.bookmark-details {
  display: block;
}

.popup form.wp-job-manager-bookmarks-form .remove-bookmark {
  color: red;
  margin-bottom: 1em;
}

.popup form.wp-job-manager-bookmarks-form div.bookmark-details textarea {
  width: 100%;
}

.popup form.wp-job-manager-bookmarks-form div.bookmark-details p:last-child {
  margin-bottom: 0;
}

.popup div.wp-job-manager-bookmarks-form {
  display: block;
  margin: 0;
}

.popup div.wp-job-manager-bookmarks-form>div {
  display: block;
}

.popup div.wp-job-manager-bookmarks-form .bookmark-notice {
  font-size: 16px;
  display: block;
}

.popup div.wp-job-manager-bookmarks-form .bookmark-notice:before {
  display: none;
}

.wp-job-manager-bookmarks-form .bookmark-notice {
  font-size: 0;
}

.wp-job-manager-bookmarks-form .bookmark-notice:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  content: '\f387';
}

.wp-job-manager-bookmarks-form .bookmark-notice.bookmarked:before {
  color: #de6a6f;
  content: '\f388';
}

table.job-manager-bookmarks td {
  vertical-align: top;
}

.job-manager-bookmark-actions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-manager-bookmark-actions li {
  display: inline-block;
}

.type-job_listing.style-list .job_listing-entry-footer .job-manager-form.wp-job-manager-bookmarks-form {
  margin-left: 10px;
}

#wpjmr-submit-ratings .choose-rating .dashicons,
#wpjmr-submit-ratings .choose-rating .dashicons:before,
#wpjmr-submit-ratings .choose-rating .star,
#wpjmr-submit-ratings .choose-rating .star:before,
#wpjmr-submit-ratings .choose-rating [class^=star]:not(.star-rating-title):before,
.comment-form-rating .stars .dashicons,
.comment-form-rating .stars .dashicons:before,
.comment-form-rating .stars .star,
.comment-form-rating .stars .star:before,
.comment-form-rating .stars [class^=star]:not(.star-rating-title):before,
.star-rating .dashicons,
.star-rating .dashicons:before,
.star-rating .star,
.star-rating .star:before,
.star-rating [class^=star]:not(.star-rating-title):before,
.stars-rating .dashicons,
.stars-rating .dashicons:before,
.stars-rating .star,
.stars-rating .star:before,
.stars-rating [class^=star]:not(.star-rating-title):before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  width: auto;
  height: auto;
}

#wpjmr-submit-ratings .choose-rating .dashicons-star-empty:before,
#wpjmr-submit-ratings .choose-rating .dashicons-star-filled:before,
#wpjmr-submit-ratings .choose-rating .star:before,
#wpjmr-submit-ratings .choose-rating [class^=star]:before,
.comment-form-rating .stars .dashicons-star-empty:before,
.comment-form-rating .stars .dashicons-star-filled:before,
.comment-form-rating .stars .star:before,
.comment-form-rating .stars [class^=star]:before,
.star-rating .dashicons-star-empty:before,
.star-rating .dashicons-star-filled:before,
.star-rating .star:before,
.star-rating [class^=star]:before,
.stars-rating .dashicons-star-empty:before,
.stars-rating .dashicons-star-filled:before,
.stars-rating .star:before,
.stars-rating [class^=star]:before {
  content: '\f4b3';
}

#wpjmr-submit-ratings .choose-rating .dashicons-star-empty,
.comment-form-rating .stars .dashicons-star-empty,
.star-rating .dashicons-star-empty,
.stars-rating .dashicons-star-empty {
  color: #949db2;
}

.single_job_listing .stars-rating {
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}

.single_job_listing .stars-rating .dashicons,
.single_job_listing .stars-rating .dashicons:before {
  font-size: 24px;
}

.single_job_listing .stars-rating .dashicons.dashicons-star-empty:before {
  content: '\f4b2';
}

.single_job_listing .has-image .stars-rating .dashicons,
.single_job_listing .has-image .stars-rating .dashicons:before {
  color: #fff;
}

.single_job_listing .star-rating p {
  margin-top: 4px;
}

.single_job_listing .star-rating .dashicons,
.single_job_listing .star-rating .dashicons:before {
  width: auto;
  height: auto;
}

.comment-content .comment-rating {
  display: none;
  float: left;
  margin-right: 1em;
  margin-top: -2px;
}

@media (min-width:1200px) {
  .comment-content .comment-rating {
    display: block;
  }
}

#wpjmr-submit-ratings,
.comment-form-rating,
.star-rating-wrapper {
  margin-bottom: 24px;
}

#wpjmr-submit-ratings label,
.comment-form-rating label,
.star-rating-wrapper label {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  min-width: 150px;
}

#wpjmr-submit-ratings .choose-rating,
#wpjmr-submit-ratings .stars,
#wpjmr-submit-ratings .stars-rating,
.comment-form-rating .choose-rating,
.comment-form-rating .stars,
.comment-form-rating .stars-rating,
.star-rating-wrapper .choose-rating,
.star-rating-wrapper .stars,
.star-rating-wrapper .stars-rating {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#wpjmr-submit-ratings .choose-rating .star,
#wpjmr-submit-ratings .choose-rating [class^=star],
#wpjmr-submit-ratings .stars .star,
#wpjmr-submit-ratings .stars [class^=star],
#wpjmr-submit-ratings .stars-rating .star,
#wpjmr-submit-ratings .stars-rating [class^=star],
.comment-form-rating .choose-rating .star,
.comment-form-rating .choose-rating [class^=star],
.comment-form-rating .stars .star,
.comment-form-rating .stars [class^=star],
.comment-form-rating .stars-rating .star,
.comment-form-rating .stars-rating [class^=star],
.star-rating-wrapper .choose-rating .star,
.star-rating-wrapper .choose-rating [class^=star],
.star-rating-wrapper .stars .star,
.star-rating-wrapper .stars [class^=star],
.star-rating-wrapper .stars-rating .star,
.star-rating-wrapper .stars-rating [class^=star] {
  margin-right: 2px;
}

#wpjmr-submit-ratings .choose-rating .star:before,
#wpjmr-submit-ratings .choose-rating [class^=star]:before,
#wpjmr-submit-ratings .stars .star:before,
#wpjmr-submit-ratings .stars [class^=star]:before,
#wpjmr-submit-ratings .stars-rating .star:before,
#wpjmr-submit-ratings .stars-rating [class^=star]:before,
.comment-form-rating .choose-rating .star:before,
.comment-form-rating .choose-rating [class^=star]:before,
.comment-form-rating .stars .star:before,
.comment-form-rating .stars [class^=star]:before,
.comment-form-rating .stars-rating .star:before,
.comment-form-rating .stars-rating [class^=star]:before,
.star-rating-wrapper .choose-rating .star:before,
.star-rating-wrapper .choose-rating [class^=star]:before,
.star-rating-wrapper .stars .star:before,
.star-rating-wrapper .stars [class^=star]:before,
.star-rating-wrapper .stars-rating .star:before,
.star-rating-wrapper .stars-rating [class^=star]:before {
  font-size: 20px;
}

#wpjmr-submit-ratings .choose-rating .star.active::before,
#wpjmr-submit-ratings .choose-rating .star.active~.star::before,
#wpjmr-submit-ratings .choose-rating .star:hover::before,
#wpjmr-submit-ratings .choose-rating .star:hover~.star::before,
#wpjmr-submit-ratings .choose-rating [class^=star].active::before,
#wpjmr-submit-ratings .choose-rating [class^=star].active~.star::before,
#wpjmr-submit-ratings .choose-rating [class^=star]:hover::before,
#wpjmr-submit-ratings .choose-rating [class^=star]:hover~.star::before,
#wpjmr-submit-ratings .stars .star.active::before,
#wpjmr-submit-ratings .stars .star.active~.star::before,
#wpjmr-submit-ratings .stars .star:hover::before,
#wpjmr-submit-ratings .stars .star:hover~.star::before,
#wpjmr-submit-ratings .stars [class^=star].active::before,
#wpjmr-submit-ratings .stars [class^=star].active~.star::before,
#wpjmr-submit-ratings .stars [class^=star]:hover::before,
#wpjmr-submit-ratings .stars [class^=star]:hover~.star::before,
#wpjmr-submit-ratings .stars-rating .star.active::before,
#wpjmr-submit-ratings .stars-rating .star.active~.star::before,
#wpjmr-submit-ratings .stars-rating .star:hover::before,
#wpjmr-submit-ratings .stars-rating .star:hover~.star::before,
#wpjmr-submit-ratings .stars-rating [class^=star].active::before,
#wpjmr-submit-ratings .stars-rating [class^=star].active~.star::before,
#wpjmr-submit-ratings .stars-rating [class^=star]:hover::before,
#wpjmr-submit-ratings .stars-rating [class^=star]:hover~.star::before,
.comment-form-rating .choose-rating .star.active::before,
.comment-form-rating .choose-rating .star.active~.star::before,
.comment-form-rating .choose-rating .star:hover::before,
.comment-form-rating .choose-rating .star:hover~.star::before,
.comment-form-rating .choose-rating [class^=star].active::before,
.comment-form-rating .choose-rating [class^=star].active~.star::before,
.comment-form-rating .choose-rating [class^=star]:hover::before,
.comment-form-rating .choose-rating [class^=star]:hover~.star::before,
.comment-form-rating .stars .star.active::before,
.comment-form-rating .stars .star.active~.star::before,
.comment-form-rating .stars .star:hover::before,
.comment-form-rating .stars .star:hover~.star::before,
.comment-form-rating .stars [class^=star].active::before,
.comment-form-rating .stars [class^=star].active~.star::before,
.comment-form-rating .stars [class^=star]:hover::before,
.comment-form-rating .stars [class^=star]:hover~.star::before,
.comment-form-rating .stars-rating .star.active::before,
.comment-form-rating .stars-rating .star.active~.star::before,
.comment-form-rating .stars-rating .star:hover::before,
.comment-form-rating .stars-rating .star:hover~.star::before,
.comment-form-rating .stars-rating [class^=star].active::before,
.comment-form-rating .stars-rating [class^=star].active~.star::before,
.comment-form-rating .stars-rating [class^=star]:hover::before,
.comment-form-rating .stars-rating [class^=star]:hover~.star::before,
.star-rating-wrapper .choose-rating .star.active::before,
.star-rating-wrapper .choose-rating .star.active~.star::before,
.star-rating-wrapper .choose-rating .star:hover::before,
.star-rating-wrapper .choose-rating .star:hover~.star::before,
.star-rating-wrapper .choose-rating [class^=star].active::before,
.star-rating-wrapper .choose-rating [class^=star].active~.star::before,
.star-rating-wrapper .choose-rating [class^=star]:hover::before,
.star-rating-wrapper .choose-rating [class^=star]:hover~.star::before,
.star-rating-wrapper .stars .star.active::before,
.star-rating-wrapper .stars .star.active~.star::before,
.star-rating-wrapper .stars .star:hover::before,
.star-rating-wrapper .stars .star:hover~.star::before,
.star-rating-wrapper .stars [class^=star].active::before,
.star-rating-wrapper .stars [class^=star].active~.star::before,
.star-rating-wrapper .stars [class^=star]:hover::before,
.star-rating-wrapper .stars [class^=star]:hover~.star::before,
.star-rating-wrapper .stars-rating .star.active::before,
.star-rating-wrapper .stars-rating .star.active~.star::before,
.star-rating-wrapper .stars-rating .star:hover::before,
.star-rating-wrapper .stars-rating .star:hover~.star::before,
.star-rating-wrapper .stars-rating [class^=star].active::before,
.star-rating-wrapper .stars-rating [class^=star].active~.star::before,
.star-rating-wrapper .stars-rating [class^=star]:hover::before,
.star-rating-wrapper .stars-rating [class^=star]:hover~.star::before {
  content: "\f4b3";
}

.star-rating-wrapper .stars-rating {
  height: 22px;
}

.star-rating-wrapper .stars-rating .star {
  float: right;
}

.commentlist #wpjmr-submit-ratings {
  display: none;
}

#wpjmr-list-reviews {
  float: none;
  padding: 1em 1em 0;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 1em;
}

#wpjmr-list-reviews .star-rating {
  text-align: left;
  display: inline-block;
  width: 49%;
  margin-right: 0;
  margin-bottom: 1em;
  max-height: none;
}

#wpjmr-list-reviews .star-rating:last-child {
  margin-bottom: 0;
}

#wpjmr-list-reviews .dashicons:before {
  font-size: 14px;
  margin-right: 3px;
}

#wpjmr-list-reviews .star-rating-title:before {
  display: none;
}

@media (min-width:1200px) {
  #wpjmr-list-reviews .star-rating-title {
    line-height: 1;
  }

  #wpjmr-list-reviews .star-rating {
    display: inline-block;
    margin-right: 2em;
    width: auto;
  }
}

@media (min-width:1200px) {
  #wpjmr-list-reviews {
    border: 0;
    padding: 0;
  }
}

.job-packages {
  margin: 0 0 -3em;
  padding: 0;
  list-style: none;
}

.page-template-template-plans-pricing .job-packages {
  margin-bottom: 0;
}

.job-package {
  text-align: center;
  position: relative;
  border: 3px solid transparent;
}

.job-package-tag a,
.job-package-tag a:hover {
  line-height: 1.5;
  color: #FFF;
  font-size: 11px;
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  cursor: text;
  -webkit-transform: translateY(-54%);
  -moz-transform: translateY(-54%);
  transform: translateY(-54%);
}

.job-package-title {
  font-size: 20px;
  line-height: 1;
  border-bottom: 1px solid #e9edf2;
  padding-bottom: 1em;
}

@media (min-width:768px) {
  .job-package-title {
    font-size: 26px;
  }
}

.job-package-price {
  font-size: 30px;
  line-height: 1;
  padding: 20px 0;
}

.job-package-price del {
  display: none;
}

.job-package-price ins {
  background: 0 0;
}

.job-package-price .subscription-details {
  font-size: 18px;
  margin-left: -8px;
}

@media (min-width:768px) {
  .job-package-price {
    font-size: 32px;
  }
}

@media (min-width:992px) {
  .job-package-price {
    font-size: 42px;
  }
}

.job-package-includes {
  border: 1px solid #e9edf2;
  border-width: 1px 0;
  padding: 1.5em 0;
}

.job-package-includes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-package-includes li {
  line-height: 2.5;
}

.job-package-includes li:before {
  font-size: 16px;
  margin-top: -3px;
  vertical-align: middle;
}

.job-package-purchase {
  margin-top: 2em;
}

.job-package-purchase a {
  width: 100%;
  padding: 12px 20px;
}

@media (min-width:992px) {
  .job-packages.inline .job-package {
    display: inline-block;
    width: 31%;
    margin-right: 3%;
    vertical-align: middle;
  }

  .job-packages.inline .job-package:nth-child(3n) {
    margin-right: 0;
  }

  .job-packages.inline .job-package:nth-child(4n) {
    clear: left;
  }
}

@media (min-width:768px) {
  .job-packages.stacked .job-package {
    padding: 1.5em;
  }

  .job-packages.stacked .job-package-header,
  .job-packages.stacked .job-package-includes,
  .job-packages.stacked .job-package-purchase {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-right: 3%;
  }

  .job-packages.stacked .job-package-purchase {
    margin: 0;
  }

  .job-packages.stacked .job-package-title {
    border: 0;
    padding: 0;
  }

  .job-packages.stacked .job-package-price {
    font-size: 24px;
    line-height: 1;
    margin-top: .5em;
  }

  .job-packages.stacked .job-package-includes {
    border: 0;
    padding: 0;
  }
}

.entry-content .job_listing_packages_title,
.job_listing_packages,
.job_listing_packages_title {
  padding: 0;
  border: 0;
  background: 0 0;
}

.entry-content .job_listing_packages_title h2,
.job_listing_packages_title h2 {
  display: none;
}

.job_listing_packages ul.job_packages {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job_listing_packages ul.job_packages li.job-package,
.job_listing_packages ul.job_packages li.user-job-package {
  text-align: left;
  background: 0 0;
  border-radius: 4px;
  border: 2px solid #eee;
  padding: 2em;
  margin-bottom: 1em;
  box-shadow: none;
}

.job_listing_packages ul.job_packages li.job-package label,
.job_listing_packages ul.job_packages li.user-job-package label {
  font-size: 16px;
  font-weight: 400;
}

.job_listing_packages ul.job_packages .package-section {
  font-weight: 400;
  margin: 1em 0;
  border-bottom: 0;
  padding: 0;
  line-height: 42px;
}

.job_listing_packages ul.job_packages .package-section:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3f8";
}

.job_listing_packages ul.job_packages .package-section:first-of-type:before {
  content: "\f453";
}

.job_listing_packages .user-job-package {
  margin-bottom: .5em;
}

.claimed-ribbon {
  font-size: 0;
  display: inline-block;
  height: 38px;
  position: relative;
  vertical-align: middle;
}

@media (min-width:992px) {
  .claimed-ribbon {
    margin: -11px 0 0 10px;
  }
}

.claimed-ribbon span:first-child {
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  box-shadow: none;
  text-shadow: none;
}

.claimed-ribbon span:first-child:before {
  font-size: 37px;
  margin: -2px 0 0 0;
  line-height: 1;
}

.claimed-ribbon .tooltip {
  display: none;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  padding: 2px 6px;
  border-radius: 3px;
}

.claimed-ribbon:hover .tooltip {
  display: inline-block;
}

li.type-job_listing .claimed-ribbon {
  display: inline-block;
  margin: 4px 0 0;
}

li.type-job_listing .claimed-ribbon span {
  width: 26px;
  height: 26px;
  padding: 2px;
}

li.type-job_listing .claimed-ribbon span:before {
  font-size: 25px;
}

li.type-job_listing.style-list .claimed-ribbon {
  display: inline-block;
  margin-bottom: -5px;
}

body p.job-manager-single-alert-link a:before {
  content: "\f35b";
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}

#job-manager-alerts table ul.job-alert-actions {
  margin: 0;
  padding: 0;
  visibility: hidden;
  font-size: .92em;
}

#job-manager-alerts table ul.job-alert-actions li {
  float: none;
  display: inline;
  padding: 0;
  margin: 0 .5em 0 0;
  font-weight: 400;
  list-style: none outside;
}

#job-manager-alerts table ul.job-alert-actions li:after {
  padding: 0 0 0 .5em;
  content: "\2023";
}

#job-manager-alerts table ul.job-alert-actions li:last-child:after {
  content: '';
}

#job-manager-alerts table ul.job-alert-actions li .job-alerts-action-delete {
  color: red;
}

#job-manager-alerts table tr:focus ul.job-alert-actions,
#job-manager-alerts table tr:hover ul.job-alert-actions {
  visibility: visible;
}

.content-shop-wrapper .widget_shopping_cart .added_to_cart,
.content-shop-wrapper .widget_shopping_cart .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .widget_shopping_cart .comment-count,
.widget_shopping_cart .button,
.widget_shopping_cart .content-shop-wrapper .added_to_cart,
.widget_shopping_cart .content-shop-wrapper .button[data-product_id],
.widget_shopping_cart .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.widget_shopping_cart .load_more_jobs {
  padding: 5px 20px;
}

.content-shop-wrapper .widget_shopping_cart .checkout.added_to_cart,
.content-single-job_listing-gallery-wrapper .type-attachment .widget_shopping_cart .checkout.comment-count,
.widget_shopping_cart .checkout.button,
.widget_shopping_cart .checkout.load_more_jobs,
.widget_shopping_cart .content-shop-wrapper .checkout.added_to_cart,
.widget_shopping_cart .content-single-job_listing-gallery-wrapper .type-attachment .checkout.comment-count {
  float: right;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  margin-bottom: 1em;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.woocommerce ul.cart_list li>a:first-child,
.woocommerce ul.product_list_widget li>a:first-child,
.woocommerce-page ul.cart_list li>a:first-child,
.woocommerce-page ul.product_list_widget li>a:first-child {
  display: block;
}

.woocommerce ul.cart_list li .amount,
.woocommerce ul.cart_list li .quantity,
.woocommerce ul.cart_list li .subscription-details,
.woocommerce ul.product_list_widget li .amount,
.woocommerce ul.product_list_widget li .quantity,
.woocommerce ul.product_list_widget li .subscription-details,
.woocommerce-page ul.cart_list li .amount,
.woocommerce-page ul.cart_list li .quantity,
.woocommerce-page ul.cart_list li .subscription-details,
.woocommerce-page ul.product_list_widget li .amount,
.woocommerce-page ul.product_list_widget li .quantity,
.woocommerce-page ul.product_list_widget li .subscription-details {
  font-size: 12px;
  color: #b4bcc7;
  position: relative;
  width: auto;
  margin-right: 0;
  margin-top: -4px;
  display: inline-block;
}

.popup #customer_login h2 {
  margin-top: 0;
  font-size: 16px;
  border-bottom: 2px solid #E9EDF2;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
}

.woocommerce form.login input[type=submit],
.woocommerce form.login label[for=rememberme] {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce form.login label[for=rememberme] {
  margin-top: 1em;
  display: block;
}

@media (min-width:768px) {
  .woocommerce form.login label[for=rememberme] {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
  }
}

.woocommerce form.login .lost_password {
  margin-bottom: 0;
}

#customer_login .wc-social-login {
  margin-top: 2em;
}

.popup .woocommerce>h2 {
  display: none;
}

#customer_login form.login {
  width: 100%;
  border-right: 0;
  padding-right: 0;
}

#customer_login~.wc-social-login {
  margin-top: 20px;
  text-align: left;
  float: none;
  width: 100%;
}

.cart-collaterals .cross-sells .content-shop-wrapper[data-columns]::before,
.content-shop-wrapper[data-columns]::before {
  content: '1 .col-xs-12';
  font-size: 0;
}

@media (min-width:768px) {
  .content-shop-wrapper[data-columns]::before {
    content: '2 .col-sm-6';
  }
}

@media (min-width:992px) {
  .site-main.col-xs-12:not(.col-md-8) .content-shop-wrapper[data-columns]::before {
    content: '3 .col-md-4';
  }
}

.button[name=apply_coupon],
.button[name=proceed],
.button[name=update_cart],
.content-shop-wrapper [name=apply_coupon].added_to_cart,
.content-shop-wrapper [name=apply_coupon].button[data-product_id],
.content-shop-wrapper [name=proceed].added_to_cart,
.content-shop-wrapper [name=proceed].button[data-product_id],
.content-shop-wrapper [name=update_cart].added_to_cart,
.content-shop-wrapper [name=update_cart].button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment [name=apply_coupon].comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment [name=proceed].comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment [name=update_cart].comment-count,
[name=apply_coupon].load_more_jobs,
[name=proceed].load_more_jobs,
[name=update_cart].load_more_jobs {
  padding: 12px 25px;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none;
}

.content-shop-wrapper .type-product {
  padding: 0;
  position: relative;
  cursor: pointer;
}

.type-attachment .attachment-overlay,
.type-product .product-overlay,
.type-product .product-permalink {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.content-shop-wrapper .add_to_cart_button,
.content-shop-wrapper .added_to_cart.wc-forward,
.content-shop-wrapper .grouped,
.content-shop-wrapper .product_type_simple,
.type-attachment .attachment-overlay,
.type-product .product-overlay {
  color: #fff;
  text-shadow: rgba(0,0,0,.8) 0 1px 0;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

.content-shop-wrapper .add_to_cart_button .title-price,
.content-shop-wrapper .added_to_cart.wc-forward .title-price,
.content-shop-wrapper .grouped .title-price,
.content-shop-wrapper .product_type_simple .title-price,
.type-attachment .attachment-overlay .title-price,
.type-product .product-overlay .title-price {
  color: #fff;
}

.content-shop-wrapper .type-product:hover .product-overlay,
.content-single-job_listing-gallery-wrapper .type-attachment:hover .attachment-overlay {
  opacity: 1;
  background: -webkit-linear-gradient(top,transparent 10%,transparent 0,rgba(0,0,0,.55) 110%);
  background: -moz-linear-gradient(top,transparent 10%,transparent 0,rgba(0,0,0,.55) 110%);
  background: linear-gradient(to bottom,transparent 10%,transparent 0,rgba(0,0,0,.55) 110%);
}

.content-shop-wrapper .type-product:hover .added_to_cart,
.content-shop-wrapper .type-product:hover .content-single-job_listing-gallery-wrapper .type-attachment [data-product_id].comment-count,
.content-shop-wrapper .type-product:hover [data-product_id].added_to_cart,
.content-shop-wrapper .type-product:hover [data-product_id].button,
.content-shop-wrapper .type-product:hover [data-product_id].load_more_jobs,
.content-single-job_listing-gallery-wrapper .type-attachment .content-shop-wrapper .type-product:hover [data-product_id].comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment:hover .comment-count {
  opacity: 1;
}

.job-package-tag,
.type-product .onsale {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: absolute;
  top: -40px;
  right: 8px;
  display: inline-block;
  z-index: 20;
}

.type-product .product-image {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.type-product .product-image img {
  min-width: 100%;
  height: auto;
}

.content-shop-wrapper .type-product .title-price,
.content-single-job_listing-gallery-wrapper .type-attachment .attachment-view {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-shop-wrapper .type-product .title-price h3,
.content-shop-wrapper .type-product .title-price h3 a,
.content-shop-wrapper .type-product .title-price h3 a:hover {
  color: #fff;
  font-size: 16px;
  margin: 0;
  border: 0;
}

.content-shop-wrapper .type-product .price {
  display: block;
  margin-top: 3px;
}

.woocommerce .content-shop-wrapper .price .amount,
.woocommerce .price ins .amount {
  color: #fff;
}

.content-shop-wrapper .type-product .price del {
  color: rgba(255,255,255,.5);
  text-shadow: none;
}

.type-product .price ins {
  color: #fff;
  text-shadow: none;
  padding: 2px 4px;
  border-radius: 2px;
}

.content-shop-wrapper .added_to_cart,
.content-shop-wrapper .content-single-job_listing-gallery-wrapper .type-attachment [data-product_id].comment-count,
.content-shop-wrapper [data-product_id].added_to_cart,
.content-shop-wrapper [data-product_id].button,
.content-shop-wrapper [data-product_id].load_more_jobs,
.content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .content-shop-wrapper [data-product_id].comment-count {
  text-shadow: rgba(0,0,0,.8) 0 1px 0!important;
  padding: 0;
  box-shadow: none;
  background: 0 0;
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 30;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-shop-wrapper .added_to_cart:before,
.content-shop-wrapper .content-single-job_listing-gallery-wrapper .type-attachment [data-product_id].comment-count:before,
.content-shop-wrapper [data-product_id].added_to_cart:before,
.content-shop-wrapper [data-product_id].button:before,
.content-shop-wrapper [data-product_id].load_more_jobs:before,
.content-single-job_listing-gallery-wrapper .type-attachment .comment-count a:before,
.content-single-job_listing-gallery-wrapper .type-attachment .content-shop-wrapper [data-product_id].comment-count:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f110';
  font-size: 24px;
  margin: 0 8px 0 0;
  vertical-align: top;
}

.content-shop-wrapper .added_to_cart:before {
  margin-top: 2px;
  content: '\f3f8';
}

.content-shop-wrapper .add_to_cart_button.added.added_to_cart,
.content-shop-wrapper .add_to_cart_button.added.load_more_jobs,
.content-shop-wrapper .button.add_to_cart_button.added,
.content-shop-wrapper .content-single-job_listing-gallery-wrapper .type-attachment .add_to_cart_button.added.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .content-shop-wrapper .add_to_cart_button.added.comment-count,
.woocommerce-filters {
  display: none;
}

.woocommerce-filters .widget {
  padding: 0;
  background: 0 0;
  box-shadow: none;
}

.woocommerce-filters .widget:last-child {
  margin-bottom: 0;
}

.woocommerce-filters.active {
  display: block;
}

@media (min-width:992px) {
  .woocommerce-filters {
    display: block;
  }
}

.single-product .type-product {
  position: relative;
}

.woocommerce div.product div.images {
  margin-bottom: 2em;
}

.product_title.entry-title,
.single-product .price {
  margin: 0;
  font-size: 19px;
}

.single-product div[itemprop=description] {
  margin: 1.25em 0 1.5em;
}

.woocommerce-tabs {
  margin-top: 3em;
  clear: both;
}

.woocommerce-tabs .tabs {
  margin: 0 0 2.5em;
  padding: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
  display: block;
  margin-bottom: 1.5em;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li {
    margin-right: 1.5em;
    margin-bottom: 0;
    display: inline-block;
  }
}

.comment-form-rating .select.null-wrapper,
.woocommerce-tabs .panel h2 {
  display: none;
}

#tab-reviews .commentlist {
  margin: 3em 0 0;
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  float: none;
}

#review_form .comment-form-rating {
  overflow: hidden;
}

#review_form .comment-form-rating label {
  float: left;
}

#review_form .stars {
  float: left;
  margin: 3px 0 0;
}

.comment-form-rating .stars span a {
  float: none;
  font-size: 0!important;
}

.woocommerce .content-shop-wrapper .star-rating {
  margin: 5px 0;
  float: none;
}

.woocommerce .content-shop-wrapper .star-rating:before {
  color: #fff;
  margin-right: 5px;
}

.woocommerce-tabs .woocommerce-noreviews {
  margin: 0 0 2em!important;
}

.type-product .thumbnails a,
.woocommerce-main-image {
  padding: 0;
  display: inline-block;
}

.type-product .thumbnails img,
.woocommerce-main-image,
.woocommerce-main-image img {
  min-width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

.woocommerce .summary .cart {
  margin: 1.5em 0;
}

.woocommerce .quantity {
  position: relative;
  width: 100px;
  margin-right: 1em;
  display: inline-block;
}

.woocommerce .quantity input[type=number] {
  background: #fff;
  width: 100%;
}

.woocommerce .quantity input[type=button] {
  position: absolute;
  right: 2px;
  padding: 0;
  width: 30px;
  height: 20px;
  line-height: 20px;
  box-shadow: none;
  background: 0 0;
  border-radius: 0;
  border-left-style: solid;
  border-left-width: 2px;
}

.woocommerce .quantity input[type=button].minus {
  bottom: 2px;
  border-bottom-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
}

.woocommerce .quantity input[type=button].plus {
  top: 2px;
  border-top-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.related.products h2,
.upsells.products h2 {
  margin: 2em 0;
  font-size: 16px;
}

table.variations {
  border: 0;
}

table.variations td {
  vertical-align: top;
  padding: 0;
  border: 0;
  display: block;
}

table.variations td .select,
table.variations td select {
  width: 100%;
}

table.variations td.value {
  padding-bottom: 10px;
}

table.variations .reset_variations {
  margin-top: 10px;
  clear: both;
  display: block;
}

.ui-slider {
  position: relative;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-shadow: none;
}

.ui-slider,
.ui-slider .ui-slider-range {
  background: #e9edf2;
  border-radius: 20px;
  border: 0;
  height: 8px;
  box-shadow: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -18px;
}

.ui-slider-horizontal .ui-slider-handle:only-child {
  margin-left: -18px;
  margin-right: -18px;
}

.price_slider_wrapper .price_slider_amount {
  margin-top: 1.5em;
}

.content-shop-wrapper .price_slider_wrapper .price_slider_amount .added_to_cart,
.content-single-job_listing-gallery-wrapper .type-attachment .price_slider_wrapper .price_slider_amount .comment-count,
.price_slider_wrapper .price_slider_amount .button,
.price_slider_wrapper .price_slider_amount .content-shop-wrapper .added_to_cart,
.price_slider_wrapper .price_slider_amount .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.price_slider_wrapper .price_slider_amount .load_more_jobs,
.price_slider_wrapper .price_slider_amount .price_label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.widget_layered_nav li a:hover {
  cursor: pointer;
}

.widget_layered_nav_filters a:before {
  color: #b4bcc7;
  content: '\f12a';
  margin-right: 6px;
}

.woocommerce-error {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-manager-error,
.job-manager-message,
.woocommerce-error li,
.woocommerce-info,
.woocommerce-message {
  margin: 0 0 2em;
  padding: 1em;
  background: #fff;
  border-width: 3px;
  border-style: solid;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,.03) 0 2px 0;
}

.woocommerce-error li {
  border-color: #ed3b3b;
}

.content-shop-wrapper .job-manager-error .added_to_cart,
.content-shop-wrapper .job-manager-error .button[data-product_id],
.content-shop-wrapper .job-manager-message .added_to_cart,
.content-shop-wrapper .job-manager-message .button[data-product_id],
.content-shop-wrapper .woocommerce-error .added_to_cart,
.content-shop-wrapper .woocommerce-error .button[data-product_id],
.content-shop-wrapper .woocommerce-message .added_to_cart,
.content-shop-wrapper .woocommerce-message .button[data-product_id],
.content-shop-wrapper .woocommerce_message .added_to_cart,
.content-shop-wrapper .woocommerce_message .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .job-manager-error .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .job-manager-message .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-error .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-message .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce_message .comment-count,
.job-manager-error .button,
.job-manager-error .content-shop-wrapper .added_to_cart,
.job-manager-error .content-shop-wrapper .button[data-product_id],
.job-manager-error .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.job-manager-error .load_more_jobs,
.job-manager-message .button,
.job-manager-message .content-shop-wrapper .added_to_cart,
.job-manager-message .content-shop-wrapper .button[data-product_id],
.job-manager-message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.job-manager-message .load_more_jobs,
.woocommerce-error .button,
.woocommerce-error .content-shop-wrapper .added_to_cart,
.woocommerce-error .content-shop-wrapper .button[data-product_id],
.woocommerce-error .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce-error .load_more_jobs,
.woocommerce-message .button,
.woocommerce-message .content-shop-wrapper .added_to_cart,
.woocommerce-message .content-shop-wrapper .button[data-product_id],
.woocommerce-message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce-message .load_more_jobs,
.woocommerce_message .button,
.woocommerce_message .content-shop-wrapper .added_to_cart,
.woocommerce_message .content-shop-wrapper .button[data-product_id],
.woocommerce_message .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce_message .load_more_jobs {
  font-size: 12px;
  padding: 8px 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}

.payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment_methods li {
  padding: 1.5em 2em;
  margin-bottom: 1em;
  background: #e9edf2;
  border-radius: 4px;
}

.payment_methods li .payment_box {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  margin: 1.5em -2em -1.5em -2em;
  padding: 2em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.woocommerce-pagination {
  margin-bottom: 3em;
  text-align: center;
}

.woocommerce-pagination li {
  margin-bottom: 1em;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  display: block;
}

@media (min-width:768px) {
  .woocommerce-pagination {
    margin-bottom: 5em;
  }
}

label[for=payment_method_paypal] img {
  display: block;
  width: 160px;
}

body.woocommerce-social-login .mfp-content .woocommerce {
  overflow: hidden;
}

@media (min-width:992px) {
  body.woocommerce-social-login .mfp-content .woocommerce form.login {
    float: left;
    width: 50%;
    border-right: 1px solid #ddd;
    padding-right: 4%;
  }

  body.woocommerce-social-login .mfp-content .woocommerce .wc-social-login {
    margin-top: 50px;
    text-align: center;
    float: right;
    width: 48%;
    padding: 0 4em;
  }

  body.woocommerce-social-login .mfp-content .woocommerce #customer_login+.wc-social-login {
    padding: 0;
  }
}

.wc-social-login .button-social-login,
.wc-social-login a.button-social-login {
  font-size: 0;
  text-shadow: none;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  margin: 0 10px 10px 0;
  padding: 0;
  box-shadow: none;
  display: inline-block;
}

.wc-social-login .button-social-login .si,
.wc-social-login a.button-social-login .si {
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: 0;
  right: 0;
  width: 100%;
  display: block;
  padding: 0;
}

.wc-social-login .button-social-login .si.si-facebook:before,
.wc-social-login a.button-social-login .si.si-facebook:before {
  margin-left: -5px;
}

.wc-social-login .button-social-login .si.si-twitter:before,
.wc-social-login a.button-social-login .si.si-twitter:before {
  margin-right: -1px;
}

.woocommerce-account .woocommerce fieldset {
  padding: 0;
  border: 0;
}

.woocommerce-account .woocommerce legend {
  display: block;
  width: 100%;
}

.shop_table td {
  vertical-align: top;
}

.shop_table .product-thumbnail {
  width: 70px;
}

.shop_table .product-thumbnail img {
  width: 50px;
  height: 50px;
}

.shop_table .variation,
.shop_table .variation dd:last-child,
.shop_table .variation-BookingDate,
.shop_table .variation-BookingDate dd:last-child {
  margin-bottom: 0;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 100%;
}

@media (min-width:768px) {
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
  }
}

.button[name=apply_coupon],
.content-shop-wrapper [name=apply_coupon].added_to_cart,
.content-shop-wrapper [name=apply_coupon].button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment [name=apply_coupon].comment-count,
[name=apply_coupon].load_more_jobs {
  vertical-align: top;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.content-shop-wrapper .woocommerce #content table.cart td.actions .added_to_cart,
.content-shop-wrapper .woocommerce #content table.cart td.actions .alt.added_to_cart,
.content-shop-wrapper .woocommerce #content table.cart td.actions .input-text+.added_to_cart,
.content-shop-wrapper .woocommerce table.cart td.actions .added_to_cart,
.content-shop-wrapper .woocommerce table.cart td.actions .alt.added_to_cart,
.content-shop-wrapper .woocommerce table.cart td.actions .input-text+.added_to_cart,
.content-shop-wrapper .woocommerce-page #content table.cart td.actions .added_to_cart,
.content-shop-wrapper .woocommerce-page #content table.cart td.actions .alt.added_to_cart,
.content-shop-wrapper .woocommerce-page #content table.cart td.actions .input-text+.added_to_cart,
.content-shop-wrapper .woocommerce-page table.cart td.actions .alt.added_to_cart,
.content-shop-wrapper .woocommerce-page table.cart td.actions .input-text+.added_to_cart,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .alt.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .input-text+.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .alt.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .input-text+.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .alt.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .input-text+.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page table.cart td.actions .alt.comment-count,
.content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page table.cart td.actions .input-text+.comment-count,
.woocommerce #content table.cart td.actions .alt.load_more_jobs,
.woocommerce #content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .button.alt,
.woocommerce #content table.cart td.actions .content-shop-wrapper .added_to_cart,
.woocommerce #content table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
.woocommerce #content table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
.woocommerce #content table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
.woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
.woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text+.button,
.woocommerce #content table.cart td.actions .input-text+.load_more_jobs,
.woocommerce #content table.cart td.actions .load_more_jobs,
.woocommerce #content table.cart td.actions .widget_shopping_cart .input-text+.button,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .alt.load_more_jobs,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .button.alt,
.woocommerce table.cart td.actions .content-shop-wrapper .added_to_cart,
.woocommerce table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
.woocommerce table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
.woocommerce table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
.woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
.woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text+.button,
.woocommerce table.cart td.actions .input-text+.load_more_jobs,
.woocommerce table.cart td.actions .load_more_jobs,
.woocommerce table.cart td.actions .widget_shopping_cart .input-text+.button,
.woocommerce table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .alt.load_more_jobs,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .content-shop-wrapper .added_to_cart,
.woocommerce-page #content table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
.woocommerce-page #content table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
.woocommerce-page #content table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
.woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
.woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text+.button,
.woocommerce-page #content table.cart td.actions .input-text+.load_more_jobs,
.woocommerce-page #content table.cart td.actions .load_more_jobs,
.woocommerce-page #content table.cart td.actions .widget_shopping_cart .input-text+.button,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page table.cart td.actions .alt.load_more_jobs,
.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
.woocommerce-page table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
.woocommerce-page table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
.woocommerce-page table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
.woocommerce-page table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
.woocommerce-page table.cart td.actions .input-text+.button,
.woocommerce-page table.cart td.actions .input-text+.load_more_jobs,
.woocommerce-page table.cart td.actions .widget_shopping_cart .input-text+.button {
  width: 100%;
  margin-top: .5em;
}

@media (min-width:768px) {
  .content-shop-wrapper .woocommerce #content table.cart td.actions .added_to_cart,
  .content-shop-wrapper .woocommerce #content table.cart td.actions .alt.added_to_cart,
  .content-shop-wrapper .woocommerce #content table.cart td.actions .input-text+.added_to_cart,
  .content-shop-wrapper .woocommerce table.cart td.actions .added_to_cart,
  .content-shop-wrapper .woocommerce table.cart td.actions .alt.added_to_cart,
  .content-shop-wrapper .woocommerce table.cart td.actions .input-text+.added_to_cart,
  .content-shop-wrapper .woocommerce-page #content table.cart td.actions .added_to_cart,
  .content-shop-wrapper .woocommerce-page #content table.cart td.actions .alt.added_to_cart,
  .content-shop-wrapper .woocommerce-page #content table.cart td.actions .input-text+.added_to_cart,
  .content-shop-wrapper .woocommerce-page table.cart td.actions .alt.added_to_cart,
  .content-shop-wrapper .woocommerce-page table.cart td.actions .input-text+.added_to_cart,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .alt.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce #content table.cart td.actions .input-text+.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .alt.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce table.cart td.actions .input-text+.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .alt.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page #content table.cart td.actions .input-text+.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page table.cart td.actions .alt.comment-count,
  .content-single-job_listing-gallery-wrapper .type-attachment .woocommerce-page table.cart td.actions .input-text+.comment-count,
  .woocommerce #content table.cart td.actions .alt.load_more_jobs,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .button.alt,
  .woocommerce #content table.cart td.actions .content-shop-wrapper .added_to_cart,
  .woocommerce #content table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
  .woocommerce #content table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
  .woocommerce #content table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
  .woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
  .woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .woocommerce #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions .input-text+.button,
  .woocommerce #content table.cart td.actions .input-text+.load_more_jobs,
  .woocommerce #content table.cart td.actions .load_more_jobs,
  .woocommerce #content table.cart td.actions .widget_shopping_cart .input-text+.button,
  .woocommerce #content table.cart td.actions input,
  .woocommerce table.cart td.actions .alt.load_more_jobs,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .button.alt,
  .woocommerce table.cart td.actions .content-shop-wrapper .added_to_cart,
  .woocommerce table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
  .woocommerce table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
  .woocommerce table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
  .woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
  .woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .woocommerce table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text+.button,
  .woocommerce table.cart td.actions .input-text+.load_more_jobs,
  .woocommerce table.cart td.actions .load_more_jobs,
  .woocommerce table.cart td.actions .widget_shopping_cart .input-text+.button,
  .woocommerce table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions .alt.load_more_jobs,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .content-shop-wrapper .added_to_cart,
  .woocommerce-page #content table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
  .woocommerce-page #content table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
  .woocommerce-page #content table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
  .woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
  .woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
  .woocommerce-page #content table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text+.button,
  .woocommerce-page #content table.cart td.actions .input-text+.load_more_jobs,
  .woocommerce-page #content table.cart td.actions .load_more_jobs,
  .woocommerce-page #content table.cart td.actions .widget_shopping_cart .input-text+.button,
  .woocommerce-page #content table.cart td.actions input,
  .woocommerce-page table.cart td.actions .alt.load_more_jobs,
  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce-page table.cart td.actions .content-shop-wrapper .alt.added_to_cart,
  .woocommerce-page table.cart td.actions .content-shop-wrapper .input-text+.added_to_cart,
  .woocommerce-page table.cart td.actions .content-shop-wrapper .input-text+.button[data-product_id],
  .woocommerce-page table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .alt.comment-count,
  .woocommerce-page table.cart td.actions .content-single-job_listing-gallery-wrapper .type-attachment .input-text+.comment-count,
  .woocommerce-page table.cart td.actions .input-text+.button,
  .woocommerce-page table.cart td.actions .input-text+.load_more_jobs,
  .woocommerce-page table.cart td.actions .widget_shopping_cart .input-text+.button {
    width: inherit;
    margin-top: 0;
  }
}

.listify_widget_panel_listing_bookings form:not(:last-child) {
  margin-bottom: 1.5em;
}

.listify_widget_panel_listing_bookings .booking-form-title {
  font-size: 16px;
}

.woocommerce #content div.product.product-type-grouped .images,
.woocommerce #content div.product.product-type-grouped .summary {
  width: 100%;
  float: none;
}

.woocommerce #content div.product.product-type-grouped .images img {
  min-width: 100%;
}

.woocommerce #content div.product.product-type-grouped .summary .group_table td {
  vertical-align: middle;
}

.woocommerce #content div.product.product-type-grouped .summary .group_table td.label {
  width: 40%;
}

.woocommerce #content div.product.product-type-grouped .summary .group_table .subscription-details {
  font-size: 12px;
}

.job_filters.facets .row {
  margin-bottom: 1.5em;
}

.job_filters.facets .row:last-child,
div.facetwp-facet {
  margin-bottom: 0;
}

.facetwp-facet input[type=text],
.facetwp-facet select {
  width: 100%;
}

.facetwp-counts {
  display: inline;
}

.facetwp-facet .facetwp-depth {
  padding-left: 10px;
  border-left: 1px solid #EEE;
  margin: 5px 0 5px 2px;
}

.facetwp-facet.facetwp-type-checkboxes,
.facetwp-facet.facetwp-type-hierarchy {
  max-height: none;
}

.facetwp-facet .facetwp-checkbox,
.facetwp-facet .facetwp-checkbox.checked,
.widget_layered_nav li a,
.widget_layered_nav li.chosen a {
  background: 0 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.facetwp-facet .facetwp-checkbox:before,
.widget_layered_nav li a:before {
  content: ' ';
  margin-top: -3px;
  margin-right: 8px;
}

.facetwp-facet .facetwp-checkbox.checked:after,
.widget_layered_nav li.chosen a:after {
  position: absolute;
  left: 6px;
  top: 3px;
  margin-top: 3px;
  margin-right: 1px;
}

.widget_layered_nav li.chosen a:after {
  top: 0;
}

@media (min-width:992px) {
  .facetwp-facet .facetwp-checkbox.checked:after {
    top: 5px;
  }

  .widget_layered_nav li.chosen a:after {
    top: 0;
  }
}

.facetwp-facet .facetwp-link.checked,
.widget_layered_nav li.chosen a {
  font-weight: 400;
}

.facetwp-facet input[type=button].facetwp-reset,
.facetwp-facet input[type=button].facetwp-reset:focus,
.facetwp-facet input[type=button].facetwp-reset:hover,
.facetwp-facet input[type=button].facetwp-slider-reset,
.facetwp-facet input[type=button].facetwp-slider-reset:focus,
.facetwp-facet input[type=button].facetwp-slider-reset:hover {
  color: #555;
  background: 0 0;
  padding-right: 0;
  box-shadow: none;
  float: right;
}

.facetwp-type-proximity {
  position: relative;
}

.facetwp-type-proximity #facetwp-radius {
  display: block;
  margin: 1em 0;
}

.facetwp-type-proximity .facetwp-update {
  float: left;
}

.facetwp-facet select,
.js-toggle-area-trigger {
  width: 100%;
}

.facetwp-pager .facetwp-page,
.job-manager-pagination li a,
.job-manager-pagination li span,
.js-toggle-area-trigger,
.site .facetwp-sort select,
a.page-numbers,
span.page-numbers {
  box-shadow: rgba(0,0,0,.05) 0 3px 0;
}

.facetwp-pager .facetwp-page,
.homepage-cover .job_search_form .select:before,
.job-manager-pagination li a,
.job-manager-pagination li span,
.js-toggle-area-trigger,
.js-toggle-area-trigger:before,
.site .facetwp-sort .select:before,
.site .facetwp-sort select,
a.page-numbers,
span.page-numbers {
  background: #fff;
}

.site-main .facetwp-sort {
  display: inline-block;
}

.comment-sorting-filter,
.comment-sorting-filter-wrapper select,
.facetwp-pager .facetwp-page,
.job-manager-pagination li a,
.job-manager-pagination li span,
.js-toggle-area-trigger,
.site .facetwp-sort select,
a.page-numbers,
span.page-numbers {
  padding: 6px 12px;
}

.job-manager-pagination li span {
  padding-top: 8px;
  padding-bottom: 8px;
}

.comment-sorting-filter-wrapper select,
.site .facetwp-sort select {
  padding-right: 40px;
}

.comment-sorting-filter-wrapper:after,
.comment-sorting-filter-wrapper:before,
.js-toggle-area-trigger:after,
.js-toggle-area-trigger:before,
.site .facetwp-sort .select:after,
.site .facetwp-sort .select:before {
  height: 28px;
}

.comment-sorting-filter-wrapper:after,
.facetwp-sort .select:after,
.js-toggle-area-trigger:after {
  line-height: 31px!important;
  margin-top: 1px;
}

.homepage-cover .facetwp-facet input,
.homepage-cover .facetwp-facet select {
  min-width: 0!important;
}

.homepage-cover .facetwp-type-proximity input[type=text] {
  display: inline-block;
  min-width: 0!important;
}

.homepage-cover .facetwp-type-proximity #facetwp-radius,
.homepage-cover .facetwp-type-proximity .facetwp-reset,
.homepage-cover .facetwp-type-proximity .facetwp-update,
.homepage-cover .facetwp-type-proximity .select {
  display: none;
}

.homepage-cover .row {
  margin-bottom: 1em;
}

.facetwp-type-search input[type=search],
.facetwp-type-search input[type=text] {
  width: 100%;
  border-radius: 4px;
}

.homepage-cover .facetwp-type-search input[type=search],
.homepage-cover .facetwp-type-search input[type=text] {
  background: #fff;
  border-color: #fff;
}

.facetwp-type-slider .noUi-background,
.facetwp-type-slider .noUi-connect,
.facetwp-type-slider .noUi-target {
  background: #e9edf2;
  border-radius: 20px;
  border: 0;
  height: 8px;
  box-shadow: none;
}

.facetwp-type-slider .noUi-background,
.facetwp-type-slider .noUi-connect {
  border-radius: 0;
}

.facetwp-type-slider .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: none;
  top: -5px;
  cursor: pointer;
}

.facetwp-type-slider .noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: -1px;
}

.facetwp-type-slider .noUi-horizontal .noUi-handle:after,
.facetwp-type-slider .noUi-horizontal .noUi-handle:before {
  display: none;
}

.facetwp-facet .facetwp-slider-label {
  float: left;
}

.facetwp-facet input[type=button].facetwp-slider-reset,
.facetwp-facet input[type=button].facetwp-slider-reset:focus,
.facetwp-facet input[type=button].facetwp-slider-reset:hover {
  padding: 7px 0 0;
  font-size: 12px;
}

.facetwp-pager .facetwp-pager-label {
  vertical-align: middle;
}

.search-overlay .facetwp-type-search input[type=search].facetwp-search {
  border-radius: 60px;
  padding-left: 50px;
}

.popup.share-popup {
  max-width: 400px;
}

body div.sharedaddy h3.sd-title {
  display: none;
}

div.sharedaddy .sd-content {
  text-align: center;
  margin: 25px 0 10px;
}

div.sharedaddy .sd-content ul li {
  margin: 0 4px!important;
  display: inline-block;
}

div.sharedaddy .sd-content ul {
  margin-bottom: 0!important;
}

div.sharedaddy .sd-content ul li a.sd-button:before {
  font-size: 24px;
}

.comment-subscription-form {
  margin: 2em 0 0;
}

body #subscribe-email input {
  width: 100%;
  padding: 11px 15px;
}

#sharing_email {
  top: 50%!important;
  left: 50%!important;
  margin-left: -150px;
}

.mfp-content .ninja-forms-form-title {
  margin: 0 0 1em;
  display: none;
}

.ninja-forms-required-items {
  margin-bottom: 1em;
}

.ninja-forms-field-error {
  color: red;
  margin: 8px 0 0;
}

body .gform_wrapper h3.gform_title {
  font-weight: 400;
}

.rcp_logged_in {
  margin-bottom: 1em;
}

.entry-content .rcp_form {
  margin-bottom: 3em;
}

.entry-content .rcp_form:last-of-type {
  margin-bottom: 0;
}

.entry-content .rcp_form label {
  width: auto;
  float: none;
}

.entry-content .rcp_form input[type=email],
.entry-content .rcp_form input[type=password],
.entry-content .rcp_form input[type=text] {
  display: block;
  padding: 12px 15px;
  width: 100%;
}

.entry-content .rcp_form .rcp_subscription_fieldset {
  margin-top: 3em;
}

.entry-content .rcp_form .rcp_subscription_fieldset .rcp_subscription_message {
  line-height: 1;
}

.entry-content .rcp_form .rcp_level_description {
  border-left: 0;
  margin-left: 32px;
  padding-left: 0;
}

.entry-content .rcp_form #rcp_submit_wrap {
  margin-top: 2em;
}

.entry-content .rcp_form label[for=rcp_user_remember] {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

body .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  width: 100%!important;
  max-width: 100%;
}

body .chosen-container .chosen-drop {
  position: absolute;
  top: 120%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  margin-top: -1px;
  border-radius: 4px;
  box-shadow: inset rgba(0,0,0,.06) 0 0 0 3px;
  text-shadow: none;
}

body .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  padding: 5px;
}

body .chosen-container a {
  cursor: pointer;
}

body .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  padding: 16px 15px 15px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  text-shadow: none;
  border: 0;
  box-shadow: inset rgba(0,0,0,.05) 0 -3px 0;
}

body .chosen-container-single .chosen-default {
  color: #999;
}

body .chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: none;
  overflow: hidden;
}

body .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

body .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: "" -42px 1px no-repeat;
  font-size: 1px;
}

body .chosen-container-single .chosen-single abbr:hover,
body .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

body .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
}

body .chosen-container-single .chosen-single div:before {
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f123";
  display: block;
  text-align: center;
  line-height: 45px;
}

body .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

body .chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

body .chosen-container-single .chosen-search input[type=text]:focus {
  border: 1px solid #aaa;
}

body .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

body .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;
}

body .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

body .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

body .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

body .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff!important;
}

body .chosen-container .chosen-results li.no-results {
  display: list-item;
}

body .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

body .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

body .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

body .chosen-container-multi .chosen-choices {
  position: relative;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto!important;
  height: 1%;
  cursor: text;
}

body .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

body .chosen-container-multi .chosen-choices li.search-field {
  padding: 0;
  white-space: nowrap;
}

body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 0;
  padding: 13px 14px;
  outline: 0;
  border-width: 2px;
  border-style: solid;
  box-shadow: none;
  border-radius: 4;
  width: 100%!important;
}

body .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0 10px 1em 0;
  max-width: 100%;
  line-height: 13px;
  cursor: default;
}

body .chosen-container-multi .chosen-choices li.search-choice span {
  padding-left: 26px;
  word-wrap: break-word;
}

body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 1px;
}

body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f12a';
}

body .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

body .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

body .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

body .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

body .chosen-container-multi .chosen-drop {
  top: 110%;
}

body .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

body .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: 0 0;
}

body .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

body .chosen-container-active .chosen-choices {
  background: #fff;
}

body .chosen-disabled {
  opacity: .5!important;
  cursor: default;
}

body .chosen-disabled .chosen-choices .search-choice .search-choice-close,
body .chosen-disabled .chosen-single {
  cursor: default;
}

body .chosen-rtl {
  text-align: right;
}

body .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

body .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

body .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

body .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

body .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

body .chosen-rtl .chosen-choices li {
  float: right;
}

body .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

body .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

body .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

body .chosen-rtl .chosen-drop,
body .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px;
}

body .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

body .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

body .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

body .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff "" no-repeat -30px -20px;
  direction: rtl;
}

body .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

body .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-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type=text] {
    background-image: ""!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important;
  }
}

.select2-container {
  margin: 0;
  position: relative;
  display: block!important;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container .select2-choice {
  color: #999;
  text-shadow: none;
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 16px 15px 15px;
  white-space: nowrap;
  line-height: 1;
  border: 0;
  border-radius: 4px;
  box-shadow: inset rgba(0,0,0,.05) 0 -3px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  font-weight: 400;
}

html[dir=rtl] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir=rtl] .select2-container .select2-choice>.select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 5px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../theme/ls-theme/images/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: 5px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border-radius: 4px;
  box-shadow: inset rgba(0,0,0,.06) 0 0 0 3px;
}

.select2-drop.select2-drop-above {
  margin-top: -5px;
}

.select2-drop-auto-width {
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 35px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-radius: 3px 0 0 3px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.select2-container .select2-choice .select2-arrow b:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  border: 4px solid transparent;
  border-top-color: #666;
  margin-left: -7px;
  margin-top: -2px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
  padding-bottom: 4px;
}

.select2-search input {
  width: 100%;
  padding: 4px;
  margin: 8px 0 0;
  outline: 0;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("../theme/ls-theme/images/select2.png") no-repeat 100% -22px;
}

html[dir=rtl] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("../theme/ls-theme/images/select2.png") no-repeat -37px -22px;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("../theme/ls-theme/images/select2-spinner.gif") no-repeat 100%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: 0;
}

.select2-dropdown-open .select2-choice .select2-arrow b:after {
  border-top-color: transparent;
  border-bottom-color: #666;
  margin-top: -6px;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: 0 0;
  border-left: 0;
  filter: none;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: 0;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-results {
  max-height: 200px;
  padding: 4px;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

html[dir=rtl] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  margin: 3px 0;
}

.select2-results li.select2-result-with-children>.select2-result-label {
  font-weight: 700;
}

.select2-results .select2-result-label {
  padding: 5px 7px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  color: #fff;
  background-color: #3875d7;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: 0 0;
}

.select2-results .select2-highlighted ul {
  color: #fff;
  background-color: #3875d7;
}

.select2-results .select2-ajax-error,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("../theme/ls-theme/images/select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255,50,50,.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

.select2-container-multi .select2-choices {
  height: auto!important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}

html[dir=rtl] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px!important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #666;
  outline: 0;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir=rtl] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent!important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../theme/ls-theme/images/select2-spinner.gif") no-repeat 100%!important;
}

.select2-default {
  color: inherit;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 8px 5px 24px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 15px;
  color: inherit;
  cursor: default;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 5px 24px 5px 8px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 7px;
  top: 6px;
  font-size: 1px;
  outline: 0;
  background: url("../theme/ls-theme/images/select2.png") right top no-repeat;
}

html[dir=rtl] .select2-search-choice-close {
  right: auto;
  left: 7px;
}

.select2-container-multi .select2-search-choice-close {
  left: 7px;
}

html[dir=rtl] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 7px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: 0 0;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0)!important;
  width: 1px!important;
  height: 1px!important;
  border: 0!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  position: absolute!important;
  outline: 0!important;
  left: 0!important;
  top: 0!important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx) {
  .select2-search input {
    background-image: url("../theme/ls-theme/images/select2x2.png")!important;
    background-repeat: no-repeat!important;
    background-size: 60px 40px!important;
    background-position: 100% -21px!important;
  }
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.mfp-wrap {
  z-index: 1030;
}

.mfp-bg {
  z-index: 1029;
  background-color: rgba(47,51,57,.89);
}

.mfp-content .mfp-close {
  background: 0 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  line-height: normal;
  width: auto;
  height: auto;
  opacity: 1;
  font-size: 0;
  top: 20px;
  right: 35px;
}

@media (min-width:768px) {
  .mfp-content .mfp-close {
    top: 28px;
  }

  .gallery-overlay #main {
    margin-top: 32px;
  }

  .gallery-overlay .mfp-content .mfp-close {
    top: 15px;
    right: 30px;
  }

  .gallery-overlay.admin-bar #main {
    margin-top: 62px;
  }

  .gallery-overlay.admin-bar .mfp-content .mfp-close {
    top: 20px;
    right: 40px;
  }
}

.gallery-overlay .mfp-content .mfp-close:before {
  color: #fff;
}

.mfp-content .mfp-close:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b4bcc7;
  font-size: 32px;
  padding-left: 2px;
  content: '\f128';
}

.popup {
  display: none;
  background: #FFF;
  padding: 2em;
  text-align: left;
  max-width: 550px;
  margin: 40px auto;
  position: relative;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,.15) 0 0 0 4px;
}

.mfp-auto-cursor .mfp-content {
  top: 0;
}

.mfp-content .popup-wide {
  max-width: 95%;
}

@media (min-width:768px) {
  .mfp-content .popup {
    padding: 2.5em;
  }

  .mfp-content .popup.popup-wide {
    max-width: 75%;
  }
}

.mfp-content .popup {
  display: block;
}

.popup-title,
body .gform_wrapper h3.gform_title {
  font-size: 20px;
  margin: 0 40px 1em 0;
}

@media (min-width:768px) {
  .popup-title,
  body .gform_wrapper h3.gform_title {
    font-size: 24px;
  }
}

button.mfp-arrow {
  top: 50%;
}

.mfp-container button.mfp-arrow,
.mfp-container button.mfp-arrow:focus,
.mfp-container button.mfp-arrow:hover {
  background-color: transparent;
}

.content-shop-wrapper .popup .type-product,
.listify_widget_search_listings.home-widget .popup .job_search_form,
.popup .archive-job_listing-toggle-inner,
.popup .content-box,
.popup .content-shop-wrapper .type-product,
.popup .home-feature,
.popup .job-package,
.popup .listify_widget_search_listings.home-widget .job_search_form,
.popup .listing-by-term-inner,
.popup .tabbed-listings-tabs a,
.popup .type-product .thumbnails a,
.popup .woocommerce div.product div.summary,
.popup .woocommerce-main-image,
.popup .woocommerce-page div.product div.summary,
.popup .woocommerce-tabs,
.tabbed-listings-tabs .popup a,
.type-product .thumbnails .popup a,
.woocommerce div.product .popup div.summary,
.woocommerce-page div.product .popup div.summary {
  margin-bottom: 0;
}

.content-shop-wrapper .popup .content-box-wrapper.type-product .content-box-inner,
.content-shop-wrapper .popup .type-page.content-box-wrapper.type-product .content-box-inner,
.listify_widget_search_listings.home-widget .popup .content-box-wrapper.job_search_form .content-box-inner,
.listify_widget_search_listings.home-widget .popup .type-page.content-box-wrapper.job_search_form .content-box-inner,
.popup .content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
.popup .content-box-wrapper.home-feature .content-box-inner,
.popup .content-box-wrapper.job-package .content-box-inner,
.popup .content-box-wrapper.listing-by-term-inner .content-box-inner,
.popup .content-box-wrapper.woocommerce-main-image .content-box-inner,
.popup .content-box-wrapper.woocommerce-tabs .content-box-inner,
.popup .content-box.content-box-wrapper .content-box-inner,
.popup .content-shop-wrapper .content-box-wrapper.type-product .content-box-inner,
.popup .content-shop-wrapper .type-page.content-box-wrapper.type-product .content-box-inner,
.popup .listify_widget_search_listings.home-widget .content-box-wrapper.job_search_form .content-box-inner,
.popup .listify_widget_search_listings.home-widget .type-page.content-box-wrapper.job_search_form .content-box-inner,
.popup .tabbed-listings-tabs a.content-box-wrapper .content-box-inner,
.popup .tabbed-listings-tabs a.type-page.content-box-wrapper .content-box-inner,
.popup .type-page.content-box-wrapper.archive-job_listing-toggle-inner .content-box-inner,
.popup .type-page.content-box-wrapper.home-feature .content-box-inner,
.popup .type-page.content-box-wrapper.job-package .content-box-inner,
.popup .type-page.content-box-wrapper.listing-by-term-inner .content-box-inner,
.popup .type-page.content-box-wrapper.woocommerce-main-image .content-box-inner,
.popup .type-page.content-box-wrapper.woocommerce-tabs .content-box-inner,
.popup .type-page.content-box.content-box-wrapper .content-box-inner,
.popup .type-product .thumbnails a.content-box-wrapper .content-box-inner,
.popup .type-product .thumbnails a.type-page.content-box-wrapper .content-box-inner,
.popup .woocommerce div.product div.content-box-wrapper.summary .content-box-inner,
.popup .woocommerce div.product div.type-page.content-box-wrapper.summary .content-box-inner,
.popup .woocommerce-page div.product div.content-box-wrapper.summary .content-box-inner,
.popup .woocommerce-page div.product div.type-page.content-box-wrapper.summary .content-box-inner,
.tabbed-listings-tabs .popup a.content-box-wrapper .content-box-inner,
.tabbed-listings-tabs .popup a.type-page.content-box-wrapper .content-box-inner,
.type-product .thumbnails .popup a.content-box-wrapper .content-box-inner,
.type-product .thumbnails .popup a.type-page.content-box-wrapper .content-box-inner,
.woocommerce div.product .popup div.content-box-wrapper.summary .content-box-inner,
.woocommerce div.product .popup div.type-page.content-box-wrapper.summary .content-box-inner,
.woocommerce-page div.product .popup div.content-box-wrapper.summary .content-box-inner,
.woocommerce-page div.product .popup div.type-page.content-box-wrapper.summary .content-box-inner {
  padding: 0;
}

.content-shop-wrapper .popup .type-product,
.listify_widget_search_listings.home-widget .popup .job_search_form,
.popup .archive-job_listing-toggle-inner,
.popup .content-box,
.popup .content-shop-wrapper .type-product,
.popup .home-feature,
.popup .job-package,
.popup .listify_widget_search_listings.home-widget .job_search_form,
.popup .listing-by-term-inner,
.popup .tabbed-listings-tabs a,
.popup .type-product .thumbnails a,
.popup .woocommerce div.product div.summary,
.popup .woocommerce-main-image,
.popup .woocommerce-page div.product div.summary,
.popup .woocommerce-tabs,
.tabbed-listings-tabs .popup a,
.type-product .thumbnails .popup a,
.woocommerce div.product .popup div.summary,
.woocommerce-page div.product .popup div.summary {
  box-shadow: none;
}

.home .popup .wocommerce-error,
.popup .wocommerce-error {
  margin-top: 0;
}

#opentable.popup {
  max-width: 234px;
}

#opentable.popup .mfp-close {
  top: 5px;
  right: 5px;
}

body #OT_searchWrapperAll *,
body #opentable.popup * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

body #OT_searchWrapperAll {
  height: 150px;
}

#OT_searchWrapper #startDate {
  padding: 4px;
}

#resurva.popup {
  max-width: 365px;
}

.call-to-action {
  background: #fff;
  padding: 4em 0;
}

@media (min-width:768px) {
  .call-to-action {
    padding: 6em 0;
  }
}

.cta-title {
  margin: 0 0 .75em;
  font-size: 18px;
}

.cta-description p {
  color: #b4bcc7;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width:992px) {
  .cta-title {
    margin-bottom: 1em;
    font-size: 23px;
  }

  .cta-description p {
    font-size: 15px;
    line-height: 1.75;
  }
}

.cta-description p:last-child,
.cta-description p:only-child {
  margin-bottom: 0;
}

.cta-button-wrapper {
  margin-top: 2em;
}

.content-shop-wrapper .cta-button-wrapper .added_to_cart,
.content-shop-wrapper .cta-button-wrapper .button[data-product_id],
.content-single-job_listing-gallery-wrapper .type-attachment .cta-button-wrapper .comment-count,
.cta-button-wrapper .button,
.cta-button-wrapper .content-shop-wrapper .added_to_cart,
.cta-button-wrapper .content-shop-wrapper .button[data-product_id],
.cta-button-wrapper .content-single-job_listing-gallery-wrapper .type-attachment .comment-count,
.cta-button-wrapper .load_more_jobs {
  color: #fff;
}

@media (min-width:992px) {
  .cta-button-wrapper {
    margin-top: 0;
    text-align: center;
  }
}

.cta-subtext {
  font-size: 13px;
  color: #b4bcc7;
  display: block;
  margin-top: 12px;
}

.as-seen-on {
  padding: 3em;
}

@media (min-width:768px) {
  .as-seen-on {
    padding: 6em;
  }
}

.aso-title {
  margin: 0 0 2em;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: rgba(0,0,0,.2) 0 1px 1px;
}

.aso-content,
.aso-content a,
.aso-content a:hover {
  text-align: center;
  color: #fff;
}

.aso-content img {
  max-width: 100%;
}

.aso-content a {
  display: inline-block;
  vertical-align: middle;
}

.site-footer {
  color: #515b6a;
  padding: 3em 0;
  background-color: #22262c;
  overflow: hidden;
}

.site-footer a {
  color: #fff;
}

.site-info {
  line-height: 26px;
}

@media (min-width:768px) {
  .site-info {
    float: left;
  }

  .site-social {
    float: right;
  }
}

.site-footer-widgets {
  background-color: #2f3339;
  padding: 6em 0;
}

.footer-widget-column {
  margin-bottom: 3em;
}

.footer-widget-column:last-child {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .footer-widget-column {
    margin-bottom: 0;
  }

  .footer-widget-column:first-child {
    margin-bottom: 4em;
  }
}

@media (min-width:1200px) {
  .footer-widget-column {
    margin-bottom: 0;
  }
}

.footer-widget {
  margin-bottom: 3em;
}

.footer-widget li:before {
  margin-right: 6px;
}

.footer-widget:last-child {
  margin-bottom: 0;
}

.footer-widget-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 1em;
}

.footer-widget,
.footer-widget a,
.footer-widget a:hover {
  color: #fff;
}

.footer-widget ol,
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget ol ol,
.footer-widget ul ul {
  list-style: disc;
  margin-left: .5em;
}

.site-social {
  margin-top: 1em;
}

.fixed-map .site-social {
  display: none;
}

@media (min-width:768px) {
  .site-social {
    margin-top: 0;
  }
}

.site-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-social li {
  display: inline-block;
  margin-left: 10px;
}

.site-social a {
  color: #515b6a;
  display: inline-block;
  vertical-align: middle;
}

.site-social a:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

.site-social a[href$=".rss"],
.site-social a[href*="facebook.com"],
.site-social a[href*="twitter.com"],
.site-social a[href*="plus.google.com"],
.site-social a[href*="linkedin.com"],
.site-social a[href*="instagram.com"],
.site-social a[href*="pinterest.com"],
.site-social a[href*="vimeo.com"],
.site-social a[href*="tumblr.com"],
.site-social a[href*="youtube.com"] {
  font-size: 0;
}

.site-social a[href*="facebook.com"]::before {
  content: '\f231';
}

.site-social a[href*="twitter.com"]::before {
  content: '\f243';
}

.site-social a[href*="plus.google.com"]::before {
  content: '\f235';
}

.site-social a[href*="linkedin.com"]::before {
  content: '\f239';
}

.site-social a[href*="instagram.com"]::before {
  content: '\f350';
}

.site-social a[href*="pinterest.com"]::before {
  content: '\f2b1';
}

.site-social a[href*="vimeo.com"]::before {
  content: '\f245';
}

.site-social a[href*="tumblr.com"]::before {
  content: '\f241';
}

.site-social a[href*="youtube.com"]::before {
  content: '\f24d';
}

.site-social a[href$=".rss"]::before {
  content: '\f245';
}

iframe[name=google_conversion_frame] {
  display: none!important;
}

.featured-list a img {
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.featured-list a:hover img {
  opacity: .75;
}

ul.nav-menu li .sub-menu {
  width: 185px!important;
}

ul.nav-menu li .sub-menu li {
  font-size: 18px;
  letter-spacing: normal;
  padding: 4px;
}

ul.nav-menu li .sub-menu li:hover a,
ul.nav-menu li .sub-menu li:last-child:hover a {
  color: #02baf2;
}

ul.nav-menu li .sub-menu li a {
  font-size: 18px;
  letter-spacing: 0;
  padding: 0;
  text-transform: capitalize;
  font-family: "brandon_reg",Helvetica,Arial,sans-serif;
}

ul.nav-menu li .sub-menu li:last-child a {
  background-color: #fff;
  color: #455a64;
}

.btn-warning {
  color: #fff;
  background-color: #ff9300!important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.hover {
  color: #ffffff;
  background-color: #ff9300!important;
  border-color: #f58d00!important;
}

.btn-success {
  color: #ffffff;
  background-color: #14CC60!important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.hover {
  color: #ffffff;
  background-color: #11b053!important;
  border-color: #11b053!important;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../theme/ls-theme-child/fonts/fontawesome/fontawesome-webfont.eot");
  src: url("../theme/ls-theme-child/fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/fontawesome/fontawesome-webfont.woff") format("woff"),url("../theme/ls-theme-child/fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"),url("../theme/ls-theme-child/fonts/fontawesome/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'brandon_reg';
  src: url("../theme/ls-theme-child/fonts/brandon-grotesque-regular/brandon_reg.eot");
  src: url("../theme/ls-theme-child/fonts/brandon-grotesque-regular/brandon_reg.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/brandon-grotesque-regular/brandon_reg.woff") format("woff"),url("../theme/ls-theme-child/fonts/brandon-grotesque-regular/brandon_reg.ttf") format("truetype"),url("../theme/ls-theme-child/fonts/brandon-grotesque-regular/brandon_reg.svg#brandon_reg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'brandon_med';
  src: url("../theme/ls-theme-child/fonts/brandon-grotesque-medium/brandon_med.eot");
  src: url("../theme/ls-theme-child/fonts/brandon-grotesque-medium/brandon_med.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/brandon-grotesque-medium/brandon_med.woff") format("woff"),url("../theme/ls-theme-child/fonts/brandon-grotesque-medium/brandon_med.ttf") format("truetype"),url("../theme/ls-theme-child/fonts/brandon-grotesque-medium/brandon_med.svg#brandon_med") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'brandon_bld';
  src: url("../theme/ls-theme-child/fonts/brandon-grotesque-bold/brandon_bld.eot");
  src: url("../theme/ls-theme-child/fonts/brandon-grotesque-bold/brandon_bld.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/brandon-grotesque-bold/brandon_bld.woff") format("woff"),url("../theme/ls-theme-child/fonts/brandon-grotesque-bold/brandon_bld.ttf") format("truetype"),url("../theme/ls-theme-child/fonts/brandon-grotesque-bold/brandon_bld.svg#brandon_bld") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'brandon_blk';
  src: url("../theme/ls-theme-child/fonts/brandon-grotesque-black/brandon_blk.eot");
  src: url("../theme/ls-theme-child/fonts/brandon-grotesque-black/brandon_blk.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/brandon-grotesque-black/brandon_blk.woff") format("woff"),url("../theme/ls-theme-child/fonts/brandon-grotesque-black/brandon_blk.ttf") format("truetype"),url("../theme/ls-theme-child/fonts/brandon-grotesque-black/brandon_blk.svg#brandon_blk") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'sentinellight';
  src: url("../theme/ls-theme-child/fonts/sentinel-light/sentinellight.eot");
  src: url("../theme/ls-theme-child/fonts/sentinel-light/sentinellight.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/sentinel-light/sentinellight.woff") format("woff"),url("../theme/ls-theme-child/fonts/sentinel-light/sentinellight.ttf") format("truetype"),url("../theme/ls-theme-child/fonts/sentinel-light/sentinellight.svg#sentinellight") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'sentinel_black';
  src: url("../theme/ls-theme-child/fonts/sentinel-black/sentinel-black.eot");
  src: url("../theme/ls-theme-child/fonts/sentinel-black/sentinel-black.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/sentinel-black/sentinel-black.woff") format("woff"),url("../theme/ls-theme-child/fonts/sentinel-black/sentinel-black.ttf") format("truetype"),url("../theme/ls-theme-child/fonts/sentinel-black/sentinel-black.svg#sentinel-black") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'sentinelmedium';
  src: url("../theme/ls-theme-child/fonts/sentinel-medium/sentinelmedium.eot");
  src: url("../theme/ls-theme-child/fonts/sentinel-medium/sentinelmedium.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/sentinel-medium/sentinelmedium.woff") format("woff"),url("../theme/ls-theme-child/fonts/sentinel-medium/sentinelmedium.ttf") format("truetype"),url("../theme/ls-theme-child/fonts/sentinel-medium/sentinelmedium.svg#sentinelmedium") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'nlicons';
  src: url("../theme/ls-theme-child/fonts/nlicons/nlicons.eot");
  src: url("../theme/ls-theme-child/fonts/nlicons/nlicons.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/nlicons/nlicons.woff") format("woff"),url("../theme/ls-theme-child/fonts/nlicons/nlicons.ttf") format("truetype"),url("../theme/ls-theme-child/fonts/nlicons/nlicons.svg#nlicons") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../theme/ls-theme-child/fonts/lato/Lato-Regular.eot");
  src: url("../theme/ls-theme-child/fonts/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/lato/Lato-Regular.woff") format("woff"),url("../theme/ls-theme-child/fonts/lato/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'jrhand';
  src: url("../theme/ls-theme-child/fonts/jrhand/jrhand.eot");
  src: url("../theme/ls-theme-child/fonts/jrhand/jrhand.eot?#iefix") format("embedded-opentype"),url("../theme/ls-theme-child/fonts/jrhand/jrhand.woff") format("woff"),url("../theme/ls-theme-child/fonts/jrhand/jrhand.svg#jrhand") format("svg");
  font-style: normal;
  font-weight: normal;
}

.lead {
  font-size: 16px;
  line-height: 30px;
}

.text-center {
  text-align: center;
}

img {
  max-width: 100%;
}

body {
  background-color: #F5FCF9;
  color: #364347 !important;
  font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brandon_med",Helvetica,Arial,sans-serif;
  border: none!important;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.1;
  margin: 0;
}

h5,
h6 {
  margin-bottom: 16px;
}

ul,
ol {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 24px 40px;
}

ul li,
ol li {
  margin: 0 0 10px 0;
}

h1.cover-wrapper {
  font-size: 40px;
  font-family: "brandon_med",Helvetica,Arial,sans-serif;
  color: #FFF;
  font-weight: 400;
  text-shadow: none;
  padding: 5em 0;
  line-height: 44px;
}

.row h2,
.entry-content h2,
h2 {
  font-size: 28px;
  line-height: 44px;
}

.entry-content h2 {
  margin: 20px 0 10px 0;
  padding: 0;
}

p,
.pure-text-centered p {
  font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 26px;
}

.content-area,
.content-area article {
  margin-bottom: 0;
}

.secondary.nav-menu {
  float: right;
}

.secondary.nav-menu a {
  color: #455a64;
  font-family: "brandon_reg",Helvetica,Arial,sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.site-content {
  background-color: #FFF;
}

.main-navigation {
  border-bottom: 1px solid #e3e6e7;
}

.logo-light {
  width: 270px;
  margin-top: 16px;
}

.content-box {
  background-color: transparent;
  box-shadow: none;
}

.content-box-inner {
  padding: 0!important;
}

.loan-boxes h1,
h1 {
  color: #455a64;
  font-family: "brandon_blk",Helvetica,Arial,sans-serif;
  font-size: 55px;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}

h2.lead {
  font: normal 400 20px "PT Serif","Times New Roman",serif;
  color: #5e696d;
  margin: 0;
  padding: 5px 0 20px;
  letter-spacing: 0;
  text-transform: inherit;
  border: none;
}

ul.header-social {
  margin: 0 0 0 10px;
  float: left;
  padding-top: 20px;
  position: relative;
}

ul.header-social li {
  display: inline-block;
  margin-left: 10px;
}

ul.header-social li:last-child {
  top: 1px;
}

ul.header-social li iframe {
  margin: 0;
}

ul.header-social li div span {
  height: 26px!important;
}

.nav-menu li,
ul.nav-menu li {
  padding: 11px 0;
  margin: 4px 6px;
}

.nav-menu li a,
ul.nav-menu li a {
  padding: 6px 14px;
  letter-spacing: 1px;
}

ul.nav-menu li:last-child a {
  font-family: "brandon_med",Helvetica,Arial,sans-serif;
  background-color: #02baf2;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

ul.nav-menu li:last-child a:hover {
  background-color: #35c8f5;
}

ul.nav-menu li#categories-mega-menu {
  display: none;
}

.fullscreen-elements {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background: #F5FCF9 url("../theme/ls-theme-child/img/cityscape.png") no-repeat center bottom;
}

.loan-boxes h4.media-heading {
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #455a64;
  font-family: "brandon_bld",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  border: none;
}

.loan-boxes p {
  font-size: 18px;
  font-family: 'PT Serif',serif;
}

.loan-boxes .panel-body {
  padding: 20px;
}

.loan-boxes .panel-default {
  height: 210px;
  border: 2px solid #ddd;
  box-shadow: none;
}

.loan-boxes ul {
  margin-bottom: 0;
}

.thumbnail-panel {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid #ddd;
  min-height: 204px;
  background-color: #fff;
  margin: 30px 0 70px 0;
}

.thumbnail-panel .media .media-left img {
  max-width: 200px;
  max-height: 200px;
}

.thumbnail-panel:hover {
  border-color: #2ccd96;
  transform: scale(1.05);
  background: #fffdee;
  cursor: pointer;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.media-body {
  padding: 5px 10px;
}

.media-left,
.media-body {
  display: table-cell;
  vertical-align: middle;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

section.pad-large {
  padding-top: 160px;
  padding-bottom: 160px;
}

section.duplicatable-content {
  padding-bottom: 40px;
}

section:nth-of-type(odd) {
  background: #FFF;
}

section:nth-of-type(even) {
  background: #fff;
}

.requirements .feature {
  font-size: 16px;
  line-height: 22px;
  padding: 0 10px;
}

.feature {
  overflow: hidden;
}

.feature h4 {
  font-weight: 600;
}

.feature i {
  color: #00bd72;
}

.feature-icon-large i {
  display: block;
  height: 104px;
  width: 104px;
  border: 2px solid #00bd72;
  border-radius: 50%;
  text-align: center;
  color: #00bd72;
  font-size: 40px;
  padding-top: 31px;
  margin: 0 auto 32px auto;
}

.milestones span {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.timeline-event:first-child {
  margin-top: 64px;
}

.timeline-event {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
  margin-bottom: 32px;
}

.timeline-1 h3,
.timeline-event h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 44px;
}

.timeline-event p {
  font-size: 18px;
  line-height: 1.5;
}

.timeline-event:nth-child(even) .col-sm-6:first-child {
  text-align: right;
}

.timeline-event .col-sm-6:first-child {
  padding-right: 54px;
}

.timeline-event .col-sm-6:last-child {
  padding-left: 54px;
}

.timeline-event:nth-child(odd) .col-sm-6:first-child {
  padding-left: 54px;
  padding-right: 15px;
}

.timeline-event:nth-child(odd) .col-sm-6:last-child {
  padding-right: 54px;
  text-align: right;
  padding-left: 15px;
}

.timeline-event .middle {
  position: absolute;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  text-align: center;
  height: 100%;
}

.timeline-event .middle i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 16px;
  color: #00bd72;
}

.timeline-event .middle .vertical-line {
  top: 60px;
  width: 2px;
  height: 100%;
  display: inline-block;
  background: #00bd72;
  position: absolute;
  left: 50%;
  margin-left: -2px;
}

.timeline-event h2 {
  margin-bottom: 8px;
}

.btn-wrapper {
  text-align: center;
}

.home-three-steps {
  background-color: #F3FCFF!important;
}

.home-three-steps h2 {
  font-size: 28px;
  line-height: 44px;
  margin: 0 0 50px 0;
  padding: 0;
}

.home-three-steps .steps {
  border: 1px solid #2CCD96;
  overflow: hidden;
  min-height: 360px;
  -webkit-border-radius: 10px;
  moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}

.home-three-steps ul {
  margin: 0;
  list-style: none;
}

.home-three-steps ul li {
  margin: 0;
  padding: 10px 20px;
}

.home-three-steps ul li:first-child {
  background-color: #2CCD96;
  color: #FFF;
}

.home-three-steps ul li i {
  font-size: 40px;
}

.home-three-steps ul li h3 {
  font-size: 28px;
  margin: 14px 0;
}

.home-three-steps ul li h5 {
  border-bottom: 1px solid #2CCD96!important;
  padding-bottom: 24px;
}

.home-three-steps ul li p {
  font-size: 18px;
  line-height: 30px;
}

.main-container.light .bottom-band {
  padding: 30px 0;
  background: #fff;
}

.partners {
  padding: 30px 0;
  background: #fff;
}

.partners-roll {
  margin: 0 auto;
  background: url("../theme/img/partners.jpg") no-repeat center center;
  height: 74px;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 2292px 0;
  }
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 2292px 0;
  }
}

@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 2292px 0;
  }
}

@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 2292px 0;
  }
}

.sm-partners-roll {
  margin: 0 auto;
  background: url("../theme/ls-theme-child/img/partners.jpg");
  height: 74px;
  -moz-transition: background-position 0.5s ease-out;
  -o-transition: background-position 0.5s ease-out;
  -webkit-transition: background-position 0.5s ease-out;
  -ms-transition: background-position 0.5s ease-out;
  animation: animatedBackground 50s linear infinite;
  -ms-animation: animatedBackground 50s linear infinite;
  -moz-animation: animatedBackground 50s linear infinite;
  -webkit-animation: animatedBackground 50s linear infinite;
}

.ls-page-wrap {
  background-color: #F5FCF9;
}

.ls-pages h1 {
  color: #455a64;
  font-family: "brandon_blk",Helvetica,Arial,sans-serif;
  font-size: 2.1vw;
  line-height: 1.25;
  margin-bottom: 20px;
}

.ls-pages p {
  font-size: 18px;
  color: #364347;
  line-height: 30px;
  margin-bottom: 30px;
}

.ls-contents h2 {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 30px;
  text-align: center;
}

.ls-contents p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.content-area {
  padding: 0 0 80px 0;
}

.container-narrow {
  max-width: 730px;
}

.ls-team {
  background-color: #f5fcf9!important;
}

.team-2-member {
  margin-bottom: 30px;
  min-height: 647px;
}

.team-2-member h3 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 32px;
}

.team-2-member h4 {
  color: #5e696d;
  font-family: "brandon_reg",Helvetica,Arial,sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.team-2-member .image-holder {
  overflow: hidden;
  position: relative;
}

.loan-advisor .article-heads h6 {
  font-family: "PT Serif","Times New Roman",serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.loan-advisor .article-heads p {
  font-size: 14px;
  line-height: 24px;
}

.loan-advisor .article-heads p.lead {
  font-size: 16px;
  line-height: 30px;
}

.loan-advisor p.tagline {
  color: #5e696d;
  font-family: "PT Serif","Times New Roman",serif;
  font-size: 24px;
  font-style: italic;
  margin: 0;
}

.duplicatable-content .feature {
  margin-bottom: 40px;
}

.ls-cont-bot {
  padding: 150px 0;
}

.ls-cont-bot h2 {
  font-size: 26px;
}

.ls-cont-bot p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-top: 10px;
}

.blog-snippet-2 {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.blog-snippet-2 li {
  overflow: hidden;
  margin-bottom: 40px;
}

.blog-snippet-2 li:last-child {
  margin-bottom: 0;
}

.blog-snippet-2 li .icon {
  width: 10%;
  float: left;
}

.blog-snippet-2 li .icon i {
  color: #00bd72;
  font-size: 32px;
  position: relative;
  top: 5px;
}

.blog-snippet-2 .title {
  width: 90%;
  float: left;
}

.blog-snippet-2 a {
  color: #333;
  display: block;
  font-weight: 600;
}

.blog-snippet-2 .sub {
  letter-spacing: 0;
  opacity: .8;
  font-size: 12px;
}

.map {
  padding: 0;
  overflow: hidden;
}

.map-holder {
  height: 450px;
}

.map-holder iframe {
  border: none;
  width: 100%;
  height: 450px;
}

.map-holder:before {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.map-holder.on:before {
  width: 0;
}

.map-overlay {
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}

.map-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: '';
  opacity: .2;
  z-index: 2;
  background-color: #5e696d;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.map-overlay .map-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}

.map-overlay .map-holder iframe {
  width: 100%;
  height: 150%;
  position: absolute;
  bottom: -80px;
}

.map-overlay .container {
  position: relative;
  z-index: 2;
}

.details-holder {
  background: #fff;
  width: 100%;
  border-radius: 50%;
  padding: 90px 0;
}

.details-holder img {
  max-width: 145px;
  display: inline-block;
  margin-bottom: 16px;
}

.fade-overlay:before {
  opacity: 0;
}

.pure-text-contact i {
  margin-bottom: 0;
  margin-right: 48px;
}

.pure-text-contact i:last-child {
  margin-right: 0;
}

.pawnhero {
  background: url("../theme/img/hero-bg.png") center center no-repeat #2a80b9!important;
  color: #fff;
}

.pawnhero h1 {
  color: #fff;
}

.video-line.pawnhero {
  padding: 100px 0 100px 0!important;
}

.pawnhero h1 {
  font-family: "brandon_med",Helvetica,Arial,sans-serif;
  font-size: 32px;
  line-height: 44px;
  font-weight: normal;
}

.pawnhero .space-bottom-medium {
  margin-bottom: 44px;
}

.section-head {
  margin-bottom: 50px;
  text-align: center;
}

.pawnhero p.lead {
  font-size: 16px;
  line-height: 30px;
}

.page-title.blog {
  font-size: 40px;
  color: #364347;
}

.blog.content-area .content-box-inner {
  padding: 2.75em!important;
}

.blog.content-area .content-box-inner footer {
  padding: 0!important;
}

.blog.content-area .content-box-inner footer .button {
  background-color: #f84545;
  color: #ffffff;
  border: none;
}

.blog.content-area .content-box-inner footer .button:hover {
  background-color: #f96a6a;
}

input[type="search"] {
  border-radius: 4px;
}

.search_categories a span,
.search_categories a div,
.search_categories input {
  color: #939393;
}

.post-type-archive-job_listing .content-area {
  margin-top: 5.5em;
}

.job_listing-entry-meta h1,
.job_listing-title {
  color: #FFF;
}

.post-type-archive-job_listing footer {
  display: none;
}

body.fixed-map .job_listings-map-wrapper {
  top: 66px;
}

.homepage-hero-style-image h3 {
  font-size: 28px;
}

.home-widget-description {
  font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #364347;
}

.home-widget .home-widget-description {
  margin: 0;
}

[data-icon]::before {
  display: none;
}

.job_position_featured .content-box {
  box-shadow: 0 0 0 3px #2CCD96;
}

input[type="checkbox"]:checked::before,
.facetwp-facet .facetwp-checkbox.checked::after,
.facetwp-facet .facetwp-link.checked,
.widget_layered_nav li.chosen a::after,
.widget_layered_nav li.chosen a,
.ion-ios-star::before,
.ion-ios-star-half::before,
.upload-images:hover .upload-area,
.comment-author .rating-stars .ion-ios-star,
.archive-job_listing-layout.button.active,
.job_listing_packages ul.job_packages li label,
.upload-images:hover,
.filter_by_tag a::after,
.search-choice-close::after,
.claimed-ribbon span::before {
  color: #2CCD96;
}

.job_listing-rating-average {
  background-color: #2CCD96;
}

button:not([role="presentation"]),
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.facetwp-type-slider .noUi-connect,
.ui-slider .ui-slider-range,
.listing-owner,
.comment-rating,
.job_listing-rating-average,
.map-marker.active::after,
.cluster,
.widget_calendar tbody a,
.job_listing-author-info-more a:first-child,
.load_more_jobs {
  background-color: #f84545;
}

:not(.wp-core-ui) button,
input,
select,
textarea {
  font-family: "brandon_med",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

.job_filters {
  padding: 2em 0;
}

.job_filters input[type="text"] {
  border: 2px solid #E7E9EC;
}

.comment-rating {
  background-color: #2CCD96;
}

.comment-rating,
.job_listing-rating-average {
  font-size: 12px;
}

.button-secondary:hover,
.button-secondary:focus,
input.facetwp-reset[type="button"]:hover,
input.facetwp-reset[type="button"]:focus,
.star-rating-wrapper a:hover~a::before,
.star-rating-wrapper a:hover::before,
.star-rating-wrapper a.active~a::before,
.star-rating-wrapper a.active::before,
.woocommerce-tabs .stars span a:hover::before,
.woocommerce-tabs .stars span a.active::before,
.woocommerce-tabs .stars span a.hover::before,
.tabbed-listings-tabs a:hover,
.tabbed-listings-tabs a.active,
.archive-job_listing-toggle.active {
  color: #2CCD96;
}

.single-news .widget_search {
  display: none;
}

.news h5 {
  padding-top: 16px;
}

.news p {
  margin: 0 0 20px 0;
}

.footer-optin {
  border-top: 1px solid rgba(0,0,0,0.025);
  background: url("../theme/ls-theme-child/img/section-optin.jpg") center center no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}

.footer-optin h2 {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none!important;
}

.footer-optin .sub {
  padding: 10px 0 15px 0;
  font: 400 18px "PT Serif","Times New Roman",serif;
}

.footer-sub-text-cta {
  font-size: 2.8em;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none!important;
}

footer {
  padding: 50px 0;
}

footer.details .logo {
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 250px;
}

footer.details {
  background: #323b43;
  color: #fff;
}

.footer-container p {
  color: rgba(255,255,255,0.50)!important;
  font-size: 14px;
  font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.nav-list a {
  color: #b8b8b8;
  font-family: "brandon_reg",Helvetica,Arial,sans-serif;
  font-size: 18px;
}

.nav-list a:hover {
  color: #fff;
}

.featured-list li {
  padding: 0px 15px 10px 15px;
}

.foot-navs {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 15px;
}

.foot-navs ul {
  margin-bottom: 0;
}

footer.details .standard-h1,
footer.details h1 {
  font-weight: normal;
  font-family: "brandon_med",Helvetica,Arial,sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 40px;
}

.footer-container .details p a {
  color: #fff;
  text-transform: uppercase;
}

.footer-container .footer-nav,
.footer-container .footer-address {
  margin: 53px 0 0 0;
  overflow: hidden;
}

.footer-container .twitter {
  margin-top: 56px;
}

footer {
  padding-bottom: 80px;
  padding-top: 80px;
}

footer.details .logo {
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 250px;
}

footer.details {
  background: #2ccd96;
  color: #fff;
}

footer.details .standard-h1,
footer.details h1 {
  font-weight: normal;
  font-family: "brandon_med",Helvetica,Arial,sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 40px;
}

.footer-container .details p a {
  color: #fff;
  text-transform: uppercase;
}

.footer-container .footer-nav,
.footer-container .footer-address {
  margin: 53px 0 0 0;
  overflow: hidden;
}

.footer-container .twitter {
  margin-top: 56px;
}

footer {
  padding: 50px 0;
}

footer.details .logo {
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 250px;
}

footer.details {
  background: #323b43;
  color: #fff;
}

.footer-container p {
  color: rgba(255,255,255,0.50)!important;
  font-size: 14px;
  font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer-container .nav-list a {
  color: #b8b8b8;
  font-family: "brandon_med",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.footer-container .nav-list a:hover {
  color: #fff;
}

.footer-container .featured-list li {
  padding: 0px 15px 10px 15px;
}

.foot-navs {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 15px;
}

.foot-navs ul {
  margin-bottom: 0;
}

footer.details .standard-h1,
footer.details h1 {
  font-weight: normal;
  font-family: "brandon_med",Helvetica,Arial,sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 40px;
}

.footer-container .details p a {
  color: #fff;
  text-transform: uppercase;
}

.footer-container .footer-nav,
.footer-container .footer-address {
  margin: 53px 0 0 0;
  overflow: hidden;
}

.footer-container .twitter {
  margin-top: 56px;
}

.footer-container h6 {
  font: 400 1em "brandon_med";
  text-transform: uppercase;
  color: #d8d9d9;
  letter-spacing: 1px;
}

.footer-container .row {
  padding-bottom: 20px;
}

.footer-container ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  float: left;
  margin-left: 0px;
}

.footer-container .foot-half {
  width: 50%;
}

.footer-container li,
.footer-details address {
  color: rgba(255,255,255,0.50);
  font-style: normal!important;
  font-size: 12px;
  font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}

.footer-container li a {
  color: rgba(255,255,255,0.50);
}

.footer-container .social-list li {
  display: inline;
  margin-right: 1.625em;
}

.footer-container .type--fine-print {
  font-family: arial,sans-serif;
  color: rgba(255,255,255,0.50)!important;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 10.5px;
}

.footer-container .logo {
  max-height: 26px;
}

.footer-container .copyright {
  color: rgba(255,255,255,0.20)!important;
}

.footer-container .footer__lower {
  padding-bottom: 40px;
  padding-top: 20px;
}

.footer-container .nav-justified {
  width: auto;
}

.footer-link-container {
  display: block;
}

.footer-container .feature-left {
  display: inline;
  float: left;
  margin-bottom: 0;
  color: rgba(255,255,255,0.20)!important;
}

.footer-container .featured-link {
  width: auto;
}

.footer-container .featured-link a {
  padding: 0px 10px;
}

.footer-container .featured-link a:hover {
  background: rgba(255,255,255,0.05)!important;
}

.footer-container .featured-link img {
  height: 32px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

@media (min-width: 1281px) and (max-width: 1366px) {
  .main-container.light header.centered-text h1 {
    font-size: 45px;
    margin-bottom: 0!important;
  }

  .thumbnail-panel {
    min-height: 164px!important;
  }

  .thumbnail-panel .media .media-left img {
    max-width: 160px;
    height: 160px;
  }
}

@media (max-width: 1280px) {
  .main-container.light header.centered-text h1 {
    font-size: 45px;
    margin-bottom: 0!important;
  }

  .main-container.light .fullscreen-element p.lead {
    font-size: 20px!important;
  }

  .nav-menu li a,
  ul.nav-menu li a {
    padding: 6px 10px;
  }

  .secondary.nav-menu a {
    font-size: 13px;
  }

  .thumbnail-panel {
    min-height: 164px!important;
  }

  .thumbnail-panel .media .media-left img {
    max-width: 160px;
    height: 160px;
  }

  .loan-advisor .side-image .content {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo-light {
    width: 160px;
    margin-top: 21px;
  }

  ul.header-social {
    margin: 0;
  }

  .nav-menu li a,
  ul.nav-menu li a {
    letter-spacing: 0;
    padding: 6px;
  }

  .secondary.nav-menu a {
    font-size: 11px;
  }

  .menu li {
    margin-right: 15px;
  }

  .thumbnail-panel {
    min-height: 194px!important;
  }

  .thumbnail-panel .media .media-left img {
    max-width: 190px;
    height: 190px;
  }

  .loan-advisor .side-image .content {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .loan-advisor .intro h1,
  .land-pages h1 {
    font-size: 26px;
  }

  .ls-pages p {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-container.light .fullscreen-element {
    height: 100%!important;
  }

  .logo-light {
    width: 200px;
    margin-top: 18px;
  }

  .nav-menu li,
  ul.nav-menu li {
    padding: 0;
  }

  .navigation-bar-toggle {
    float: right;
  }

  .nav-menu {
    padding-top: 20px;
  }

  .menu li {
    margin-right: 15px;
  }

  .menu li button {
    margin-top: -10px;
  }

  .logo.logo-wide {
    bottom: 2px;
  }

  .loan-advisor .side-image .content {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .loan-advisor .intro h1,
  .land-pages h1 {
    font-size: 26px;
  }

  .ls-pages p {
    font-size: 16px;
  }

  .footer-container p a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .centered-text h1 {
    font-size: 24px!important;
  }

  .thumbnail-panel {
    border-radius: 5px;
    min-height: auto !important;
    margin: 15px 0;
  }

  .loan-boxes p {
    font-size: 16px;
    line-height: normal;
  }

  h2.lead {
    font-size: 18px;
    padding: 5px 0 0px 0;
  }

  .main-container.light .fullscreen-element p.lead {
    font-size: 16px!important;
  }

  .fullscreen-element,
  .hero-divider {
    padding-bottom: 0;
  }

  .logo-light {
    width: 200px;
    margin-top: 14px;
  }

  .navigation-bar-toggle {
    float: right;
  }

  .nav-menu li,
  ul.nav-menu li {
    padding: 0;
  }

  nav {
    max-height: 56px;
  }

  .nav-menu {
    padding-top: 15px;
  }

  .mobile-toggle {
    top: 12px;
  }

  .layout-tpl nav {
    height: 54px;
  }

  .layout-tpl .top-bar .logo.logo-wide {
    margin-bottom: 0;
  }

  .layout-tpl .top-bar .mobile-toggle {
    top: 10px;
  }

  .side-image .image-container .background-image-holder {
    background: none!important;
    position: inherit;
  }

  .side-image .image-container {
    float: none;
    text-align: center;
    position: inherit;
    padding: 10px 10px 0 10px;
  }

  .side-image .image-container img {
    position: inherit;
    background: none;
    display: block!important;
  }

  .loan-advisor .side-image .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .loan-advisor .intro h1,
  .land-pages h1 {
    font-size: 24px;
    text-align: center;
  }

  .feature-callout-image-pull {
    min-height: 400px;
  }

  .ls-contents h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .ls-pages p,
  .ls-contents p {
    line-height: 24px;
  }

  .callout-feature-content .btn,
  .btn-wrapper .btn-lg {
    display: block;
  }

  .loan-advisor .intro p.lead,
  .land-pages p,
  .ls-contents p {
    font-size: 14px;
  }

  .loan-advisor .intro a {
    width: 100%;
  }

  .hero-divider {
    padding: 100px 0 60px 0;
  }

  .hero-divider .overlay:before {
    background-color: transparent!important;
  }

  .footer-container .twitter {
    margin: 0;
  }

  .footer-container .footer-nav {
    margin: 20px 0;
  }

  .footer-container .copy-mob {
    text-align: center;
  }
}

@media (max-width: 480px) {
  h2.lead {
    font-size: 16px;
  }

  .media-body {
    width: inherit;
  }

  .image-holder {
    text-align: center;
    margin-bottom: 15px;
  }

  .side-image .image-container img {
    max-width: 60%;
  }

  .thumbnail-panel .media .media-left img {
    margin-bottom: 15px;
  }

  .loan-boxes h4.media-heading {
    font-size: 16px;
    margin-bottom: 5px!important;
  }

  .loan-boxes .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .main-container.light .fullscreen-element {
    height: 100%!important;
  }

  .media-left,
  .media-body {
    display: table-cell !important;
  }

  .media-left,
  .media>.pull-left {
    padding-right: 0;
  }

  .thumbnail-panel .media .media-left img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }

  .media-body {
    padding: 10px !important;
  }

  .media-body a {
    padding: 10px auto;
    font-size: 16px;
  }

  .layout-tpl .top-bar .logo.logo-wide {
    margin-bottom: 0;
  }

  .layout-tpl .top-bar .mobile-toggle {
    top: 10px;
  }

  .side-image .image-container .background-image-holder {
    background: none!important;
    position: inherit;
  }

  .side-image .image-container {
    float: none;
    text-align: center;
    position: inherit;
    padding: 10px 10px 0 10px;
  }

  .side-image .image-container img {
    max-width: 100%;
    position: inherit;
    background: none;
    display: block!important;
  }

  .loan-advisor .side-image .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .loan-advisor .intro h1,
  .land-pages h1 {
    font-size: 24px;
    text-align: center;
  }

  .ls-contents h2 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .loan-advisor .intro p.lead,
  .land-pages p,
  .ls-contents p {
    font-size: 14px;
  }

  .loan-advisor .intro a {
    width: 100%;
  }

  .btn-wrapper a,
  .land-pages .btn,
  .ls-contents a.btn {
    font-size: 15px;
    width: 100%;
  }

  .ls-contents h2 {
    line-height: 26px;
  }

  .feature-callout .container div {
    padding: 20px 0;
  }
}

.flip-container {
  perspective: 1000;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 320px;
  height: 48px;
  border-radius: 4px;
}

.front {
  background-color: #f84545;
}

.back,
.back .btn-danger {
  background-color: #2CCD96;
  border: none;
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  z-index: 2;
  transform: rotateY(0deg);
}

.front a,
.front .btn {
  display: block;
  font-size: 18px;
}

.front i {
  margin-right: 4px;
}

.back {
  transform: rotateY(180deg);
}

.back .btn {
  white-space: inherit;
  font-size: 11px;
  padding: 10px 5px;
  display: block;
  margin-bottom: 20px;
  height: 100%;
}

.vertical.flip-container {
  position: relative;
}

.vertical .back {
  transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
  transform-origin: 100% 24px;
}

.vertical.flip-container:hover .flipper {
  transform: rotateX(-180deg);
}

.back {
  display: table;
}

.back .btn {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 420px) {
  .flip-container,
  .front,
  .back {
    width: 100%;
    height: 68px;
  }

  .front a,
  .front .btn {
    font-size: 16px;
  }

  .front {
    padding-top: 10px;
  }

  .vertical.flip-container .flipper {
    transform-origin: 100% 34px;
  }
}

.gloss-entry {
  margin-bottom: 30px;
}

.gloss-entry h4 {
  font-size: 20px;
  letter-spacing: 0;
  font-family: "brandon_med",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group>.form-control,
  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (min-width: 768px) {
  .btn-success.disabled,
  .btn-success.disabled:hover,
  .landing-page3 .navbar-default .navbar-nav>li>.disabled.apply:hover,
  .landing-page4 .navbar-default .navbar-nav>li>.disabled.apply:hover,
  .btn-success.disabled:focus,
  .btn-success.disabled:active,
  .btn-success.disabled.active,
  .btn-success[disabled],
  .btn-success[disabled]:hover,
  .landing-page3 .navbar-default .navbar-nav>li>[disabled].apply:hover,
  .landing-page4 .navbar-default .navbar-nav>li>[disabled].apply:hover,
  .btn-success[disabled]:focus,
  .btn-success[disabled]:active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .landing-page3 .navbar-default .navbar-nav>li>.apply:hover,
  .landing-page3 .navbar-default fieldset[disabled] .navbar-nav>li>.apply:hover,
  fieldset[disabled] .landing-page4 .navbar-default .navbar-nav>li>.apply:hover,
  .landing-page4 .navbar-default fieldset[disabled] .navbar-nav>li>.apply:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fdfdfe;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left!important;
  }

  .navbar-right {
    float: right!important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav>li>a {
  color: #777777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: rgba(255,255,255,0);
  border-color: none;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: white;
}

.navbar-inverse .navbar-nav>li>a {
  color: white;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: white;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: white;
  background-color: rgba(230,230,230,0);
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgba(237,237,237,0);
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: rgba(230,230,230,0);
  color: white;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: none;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: none;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: white;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: white;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: white;
    background-color: rgba(230,230,230,0);
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: white;
}

.navbar-inverse .navbar-link:hover {
  color: white;
}

.header-wrapper .navbar {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.header-wrapper .navbar.scrolled {
  background: #293948;
}

.navbar-nav>li>.dropdown-menu.dropdown-menu--rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.navbar-nav>li>a {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.navbar-nav>li>a:hover,
.navbar-nav>li>.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-nav>li>.outline {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 5px 12px;
  border: 1px solid #ffffff;
  border-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 8px;
}

.navbar-nav>li:last-child>.outline {
  margin-right: 0;
}

.home2-navbar-submenu {
  background-color: #fcfcfc;
  background-color: rgba(255,255,255,0.98);
  border-color: #e8e9ea;
  min-height: 60px;
  margin-bottom: 0;
}

.home2-navbar-submenu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.home2-navbar-submenu .home2__submenu-logo {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.home2-navbar-submenu.navbar-fixed-top .home2__submenu-logo {
  width: 150px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.home2-navbar-submenu .navbar-nav>li>a {
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home2-navbar-submenu .navbar-nav>li:first-of-type>a {
  padding-left: 0;
}

.home2-navbar-submenu .navbar-nav>.open>.dropdown-menu {
  border-color: #e8e9ea;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.home2-navbar-submenu .navbar-nav>.open>.dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

.home2-navbar-submenu .navbar-nav>.open>a {
  background-color: #f6f6f6;
  color: #333333;
}

.home2-navbar-submenu .check-rates {
  margin-top: 10px;
  margin-bottom: 11px;
  padding-right: 0;
}

.home2-navbar-submenu .check-rates-text .navbar-text {
  color: #49a041;
  font-size: 12px;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 15px;
}

.home2-navbar-submenu .navbar-brand {
  padding: 17px 8px 0 15px;
}

@media only screen and (max-width: 767px) {
  .ref-below-submenu.padding {
    padding-top: 0;
  }

  .home2-header-wrapper {
    padding-top: 70px;
    position: relative;
    z-index: 1029;
    height: auto!important;
  }

  .home2-header-wrapper .navbar-inverse {
    background-color: #212f3b;
    border: 0;
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    width: 70%;
  }

  .header-large {
    font-size: 26px;
  }

  .header-medium {
    font-size: 16px;
  }

  .navbar-toggle {
    margin-right: 0;
  }

  .hide-nav-menu {
    display: none!important;
  }

  .navbar-inverse {
    background-color: #132b41;
    border-bottom: 1px solid #0a1a28;
  }

  .navbar-inverse .navbar-nav {
    float: inherit!important;
    text-align: center;
    padding-bottom: 10px;
  }

  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
  }

  .navbar-inverse .navbar-brand {
    padding-left: 0;
  }
}

.gcsc-branding,
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long,
.gsc-above-wrapper-area,
.gsc-adBlock,
.gsc-resultsHeader,
.gsc-table-result {
  display: none!important;
}

.entry-content div.mce-toolbar-grp,
.facetwp-facet .facetwp-checkbox:before,
.nav-menu .sub-menu.category-list,
.select2-container .select2-choice,
.site select,
.site-main .content-box select,
.site-main .job_listings select,
.widget_layered_nav li a:before,
body .chosen-container-multi .chosen-choices li.search-field input[type=text],
body .chosen-container-single .chosen-single,
input,
textarea,
ul.nav-menu .sub-menu.category-list {
  background-color: #f3f6f9;
}

.entry-cover,
.homepage-cover.page-cover,
.list-cover,
.listing-cover {
  background-color: #e6e9ec;
}

.account-sign-in,
.chosen-container-multi .chosen-choices,
.content-pagination .page-numbers,
.entry-content .rcp_form input[type=text]:focus,
.entry-content .rcp_form input[type=password]:focus,
.entry-content .rcp_form input[type=email]:focus,
.entry-content div.mce-toolbar-grp,
.facetwp-facet .facetwp-checkbox:before,
.facetwp-pager .facetwp-page,
.filter_by_tag,
.filter_by_tag a:before,
.job-manager-form fieldset.fieldset-job_hours,
.js-toggle-area-trigger,
.ninja-forms-required-items,
.payment_methods li .payment_box,
.search-choice-close,
.showing_jobs,
.site select,
.site-main .content-box select,
.site-main .job_listings select,
.summary .stock,
.widget_layered_nav li a:before,
.woocommerce .quantity input[type=button],
.woocommerce-tabs .woocommerce-noreviews,
.wp-editor-wrap,
body .chosen-container-multi .chosen-choices,
body .chosen-container-multi .chosen-choices li.search-field input[type=text],
body .chosen-container-single .chosen-single,
input,
input[type=checkbox],
input[type=radio],
textarea {
  border-color: #ebeef1;
}

.payment_methods li {
  background-color: #ebeef1;
}

.content-pagination .page-numbers.current,
a {
  color: #3396d1;
}

.primary-header .current-account-toggle .sub-menu a,
a:active,
a:hover {
  color: #1a7db8;
}

.job_position_featured .content-box {
  box-shadow: 0 0 0 3px #3396d1;
}

.as-seen-on {
  background-color: #3396d1;
}

.archive-job_listing-toggle,
.back-to-listing a,
.button[name=apply_coupon],
.button[name=apply_coupon]:hover,
.content-pagination .page-numbers,
.current-account-user-info,
.entry-cover.no-image,
.entry-cover.no-image a,
.entry-footer .button.button-small,
.facetwp-pager .facetwp-page,
.filter_by_tag a,
.homepage-cover .job_search_form .select:after,
.job-dashboard-actions a,
.job-manager-bookmark-actions a,
.job-manager-form fieldset.fieldset-job_hours,
.js-toggle-area-trigger,
.listify_widget_panel_listing_tags .tag,
.listing-by-term-title a,
.listing-cover.no-image,
.listing-cover.no-image a:not(.button),
.listings-by-term-more a:hover,
.map-marker-info a,
.map-marker-info a:hover,
.nav-menu .sub-menu.category-list a,
.no-image .ion-ios-star-half:before,
.no-image .ion-ios-star:before,
.search_location .locate-me:hover:before,
.select2-container .select2-choice,
.select2-container-multi .select2-choices .select2-search-choice,
.select2-default,
.tabbed-listings-tabs a,
.type-job_listing.style-list .job_listing-entry-header,
.type-job_listing.style-list .job_listing-entry-header a,
.widget a,
.woocommerce-tabs .tabs a,
a.upload-images,
a.upload-images span,
body,
body .chosen-container-single .chosen-single,
body .homepage-cover .chosen-container .chosen-results li,
body.fixed-map .site-footer,
body.fixed-map .site-footer a,
button,
input,
select,
textarea {
  color: #717a8f;
}

.comment-meta a,
.commentlist a.comment-ago,
.cta-description p,
.cta-subtext,
.entry-meta,
.entry-meta a,
.home-widget-description,
.job_listing-author-descriptor,
.listings-by-term-content .job_listing-rating-count,
.listings-by-term-more a,
.mfp-content .mfp-close:before,
.search-form .search-submit:before,
.showing_jobs,
.woocommerce .quantity,
div:not(.job-package-price) .woocommerce .amount,
div:not(.no-image) .star-rating:before,
div:not(.no-image) .stars span a:before {
  color: #949db2;
}

.listing-gallery-nav .slick-dots li button:before,
.social-profiles a {
  background-color: #949db2;
}

.primary-header,
.search-overlay {
  background-color: #3396d1;
}

.nav-menu a,
.nav-menu a:after,
.nav-menu a:before,
.nav-menu li:after,
.nav-menu li:before,
.nav-menu ul a,
.nav-menu.primary ul ul a,
.nav-menu.primary ul ul li:after,
.nav-menu.primary ul ul li:before {
  color: #3396d1;
}

.search-overlay a.search-overlay-toggle {
  color: #fff;
}

.job-package-includes li:before,
.listify_widget_panel_listing_tags .tag.active:before,
.woocommerce-tabs .tabs .active a {
  color: #77c04b;
}

.archive-job_listing-toggle.active,
.button-secondary:focus,
.button-secondary:hover,
.star-rating-wrapper a.active:before,
.star-rating-wrapper a.active~a:before,
.star-rating-wrapper a:hover:before,
.star-rating-wrapper a:hover~a:before,
.tabbed-listings-tabs a.active,
.tabbed-listings-tabs a:hover,
.woocommerce-tabs .stars span a.active:before,
.woocommerce-tabs .stars span a.hover:before,
.woocommerce-tabs .stars span a:hover:before,
input[type=button].facetwp-reset:focus,
input[type=button].facetwp-reset:hover {
  color: #549d28;
}

.button,
.cluster,
.comment-rating,
.facetwp-type-slider .noUi-connect,
.job_listing-author-info-more a:first-child,
.job_listing-rating-average,
.listing-owner,
.load_more_jobs,
.map-marker.active:after,
.ui-slider .ui-slider-range,
.widget_calendar tbody a,
button:not([role=presentation]),
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #77c04b;
}

.button:focus,
.button:hover,
.load_more_jobs:hover,
.update_results.refreshing,
::selection,
button:not([role=presentation]):focus,
button:not([role=presentation]):hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #72bb46;
}

::-moz-selection {
  background-color: #72bb46;
}

.archive-job_listing-toggle.active,
.facetwp-type-slider .noUi-horizontal .noUi-handle,
.job_listing_packages ul.job_packages li:hover,
.tabbed-listings-tabs a.active,
.tabbed-listings-tabs a:hover,
.ui-slider .ui-slider-handle,
.woocommerce-info,
li.job-package:hover {
  border-color: #77c04b;
}

.archive-job_listing-layout.button.active,
.claimed-ribbon span:before,
.comment-author .rating-stars .ion-ios-star,
.facetwp-facet .facetwp-checkbox.checked:after,
.facetwp-facet .facetwp-link.checked,
.filter_by_tag a:after,
.ion-ios-star-half:before,
.ion-ios-star:before,
.job_listing_packages ul.job_packages li label,
.search-choice-close:after,
.upload-images:hover,
.upload-images:hover .upload-area,
.widget_layered_nav li.chosen a,
.widget_layered_nav li.chosen a:after,
input[type=checkbox]:checked:before {
  color: #3396d1;
}

.button-secondary,
.job_listing-author-info-more a:last-child,
input[type=button].facetwp-reset {
  background-color: #3396d1;
}

.button-secondary:focus,
.button-secondary:hover,
input[type=button].facetwp-reset:focus,
input[type=button].facetwp-reset:hover {
  background-color: #2e91cc;
}

.upload-images:hover {
  border-color: #3396d1;
}

.site-footer-widgets {
  background-color: #2f3339;
}

.site-footer {
  background-color: #22262c;
}

@media screen and (min-width:768px) {
  .nav-menu .sub-menu.category-list {
    background-color: #f0f3f6;
  }
}

@media screen and (min-width:992px) {
  .nav-menu.primary a,
  .nav-menu.primary a:after,
  .nav-menu.primary a:before,
  .nav-menu.primary li:after,
  .nav-menu.primary li:before {
    color: #fff;
  }

  .primary.nav-menu .current-cart .current-cart-count {
    background-color: #77c04b;
    border-color: #3396d1;
  }
}

.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #166c94!important;
}

.gsc-table-result span {
  margin-bottom: : 0 0 2px!important;
}

.gs-result .gs-title,
.gs-title,
.gs-webResult.gs-result a.gs-title:link b {
  text-decoration: none!important;
  color: #166c94!important;
  font-weight: 400!important;
  font-size: 14px;
}

table.gsc-table-result,
table.gsc-table-result tbody,
table.gsc-table-result td,
table.gsc-table-result tr {
  border: 0!important;
}

.gsc-result .gs-title {
  overflow: visible!important;
  margin-bottom: 20px;
  font-size: 14px!important;
  font-family: Montserrat,sans-serif;
  font-weight: 400!important;
}

.gs-title a:after {
  content: 'Read More';
  display: block;
  font-size: 14px;
  font-weight: 400;
}

section.home-three-steps.text-center,
section.ls-team {
  padding-bottom: 0;
}

/*{padding-top:80px!important;padding-bottom:80px;overflow:hidden}*/

.lead {
  font-size: 16px;
  line-height: 30px;
}

.team-2-member h3 {
  text-transform: uppercase;
}

section.ls-team {
  padding-bottom: 0;
}

.header-partner-with-us {
  background: url("../theme/css/assets/themes/ls-theme-child/images/pro/partners-bg.jpg") center center/cover no-repeat;
}

.feature-callout-image-pull {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
}

#olterms {
  line-height: 24px!important;
}

ul.nav.nav-pills.term-months {
  margin-left: 0 !important;
}

@media (max-width: 991px) {
  .secondary.nav-menu {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #menu {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    background: white;
    transition: 1s all;
  }

  #menu.active {
    max-height: none;
    transition: 1s all;
  }

  #menu.active .secondary.nav-menu {
    width: 100%;
  }

  #menu.active ul.nav-menu li .sub-menu {
    width: 100% !important;
  }

  #menu.active ul.nav-menu li .sub-menu li {
    border-bottom: 1px solid rgba(0,0,0,.1);
  }

  .btn-lg {
    padding: 10px 8px;
    font-size: 16px;
    line-height: 1.45;
  }

  .btn-wrapper a,
  .land-pages .btn,
  .ls-contents a.btn {
    font-size: 15px;
    width: 100%;
  }

  .feature-callout-image-pull {
    position: relative!important;
  }

  .col-sm-6.text-right.text-center-xs {
    text-align: center;
  }

  footer img.logo.logo-dark {
    width: 34%;
  }

  p.feature-left {
    float: none!important;
  }

  footer ul.nav.nav-justified li {
    display: inline-block;
    text-align: center;
    width: 32%;
  }
}

/*end of 768*/

@media (max-width: 420px) {
  .media-left,
  .media-body {
    display: table-cell !important;
  }

  .media-left {
    width: 0;
  }

  .media-body {
    width: 100%;
  }

  .thumbnail-panel .media .media-left img {
    height: auto !important;
  }
}

/*end of 320*/

/*info bar*/

.info-bar-wrapper {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
  background: black;
  font-family: Montserrat, sans-serif;
  max-height: 80px;
  display: none;
  opacity: 0;
  transition: 2s all;
}

.info-bar-wrapper .logo {
  text-align: center;
}

.info-bar-wrapper .logo img {
  max-width: 170px;
  margin: 10px auto;
}

.info-bar-wrapper .title {
  color: white;
  text-align: center;
  font-size: 22px;
  margin: 20px 0;
}

.info-bar-wrapper .title span {
  font-family: 'Architects Daughter';
}

.info-bar-wrapper button {
  background: #6fb41f;
  border-radius: 26px;
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  line-height: normal;
  margin: 20px auto;
}

.show {
  display: block !important;
  opacity: 1;
  transition: 2s all;
}

.info-bar-wrapper .close {
  width: 20px;
  margin: 5px 5px;
}

/*exit intent*/

#bio_ep #content {
  color: #2c3e50;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
}

#bio_ep #content .col-xs-7 {
  padding: 40px 20px 30px;
}

#bio_ep #content img {
  width: 100%;
  max-width: 210px;
}

#bio_ep_close {
  background: url("../images/cross-new.png");
  background-size: cover;
  height: 30px;
  width: 30px;
}

#bio_ep #content span {
  text-transform: uppercase;
  color: rgb(44, 62, 80);
  line-height: 24.6px;
  font-size: 15px;
  margin-bottom: 2px;
  padding: 0;
  font-weight: normal;
}

#bio_ep #content h1 {
  color: rgb(44, 62, 80);
  line-height: 32.2px;
  font-size: 28px;
  margin: 0 0 5px;
  padding: 10px 0;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}

#bio_ep #content p {
  color: rgb(44, 62, 80);
  margin: 0px 0px 20px;
  line-height: 22.96px;
  font-size: 14px;
  font-weight: bold;
}

#bio_ep #content button {
  background: transparent;
  border: 2px solid rgb(44, 62, 80);
  color: inherit;
  border-radius: 3px;
  line-height: 24.6px;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.15s ease-in-out;
}

#bio_ep #content button:hover {
  transition: all 0.15s ease-in-out;
  background: rgb(44, 62, 80);
  color: white;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*ofw loan guide*/

.loan-guide-menu {
  background: #53D1A7;
  color: white;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  transition: all .5s;
}

.change {
  opacity: 1;
  transition: all .5s;
}

.clearfix {
  clear: both;
}

.ofw-guide .jumbotron1 {
  text-align: center;
  color: white;
  padding: 10% 0;
}

.ofw-guide .jumbotron1 h1 {
  font-size: 40px;
  color: white;
}

.ofw-guide .jumbotron1 .btn {
  background: #3060cc;
  margin: 5% 0;
  color: white;
}

.ofw-guide section {
  padding: 5% 0 7%;
  font-size: 14px;
}

.ofw-guide section:nth-child(odd) {
  background: #F5FCF9;
}

.ofw-guide section .container {
  max-width: 720px;
}

.green {
  color: #2ccd96;
  font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

.check {
  background: url("../theme/images/check.png");
  width: 20px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.ofw-guide .arrow {
  background: url("../theme/images/arrow.png");
  width: 15px;
  height: 15px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 6px 5px;
}

.arrow {
  background: url("../theme/images/arrow.png");
  width: 15px;
  height: 15px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3px 5px;
}

.ofw-guide section h2.title {
  font-size: 30px;
  text-align: center;
  margin: 20px 0;
  text-transform: capitalize;
}

.ofw-guide section p,
.ofw-guide section a,
.ofw-guide section strong {
  line-height: 28px;
  font-size: 16px;
  font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ofw-guide .navigate {
  margin: 20px 0;
}

.ofw-guide .chapter {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  max-width: 140px;
  margin: 10px auto;
  width: 100%;
  min-height: 132px;
  background: #e5f6d8;
}

.bank .chapter {
  min-height: 150px;
}

.ofw-guide .right .chapter {
  float: right;
}

.ofw-guide .left .chapter {
  float: left;
}

.ofw-guide .chapter .chapter-head {
  color: white;
  font-weight: bold;
  background: #2ecb97;
  padding: 5px 0;
  transition: all 1s;
}

.ofw-guide .chapter .chapter-body {
  padding: 15px 0;
  background: #e5f6d8;
}

.ofw-guide .chapter .chapter-body img {
  max-height: 72px;
}

.ofw-guide .chapter:hover {
  opacity: .8;
  box-shadow: 0px 4px 2px rgba(0,0,0,.5);
  transition: all .5s;
  cursor: pointer;
  margin-top: -1px;
}

.ofw-guide .green-box {
  background: #e5f6d8;
  margin: 20px auto;
  padding: 20px;
}

.ofw-guide .green-box .image-holder {
  margin: 10px auto;
}

.comparison-table .comparison-head {
  background: #5a6167;
  text-align: center;
  color: white;
  display: flex;
}

.comparison-table .comparison-head .seven-column,
.comparison-table .comparison-head .col-xs-2,
.comparison-table .comparison-head .col-xs-3,
.comparison-table .comparison-head .col-xs-4,
.comparison-table .comparison-head .col-xs-8 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
}

.comparison-table p {
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.comparison-table .comparison-body {
  background: #e7e7e7;
  display: flex;
  color: #333333;
  border-bottom: 1px solid #999;
}

.comparison-table .comparison-body.last {
  border-bottom: 0;
  margin-bottom: 30px;
}

.comparison-table .comparison-body .col-xs-3,
.comparison-table .comparison-body .col-xs-2,
.comparison-table .comparison-body .seven-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  min-height: 162px;
}

.comparison-table .comparison-body .col-xs-4,
.comparison-table .comparison-body .col-xs-8 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
}

.comparison-table .comparison-body .seven-column:nth-child(odd),
.comparison-table .comparison-body .col-xs-2:nth-child(odd),
.comparison-table .comparison-body .col-xs-3:nth-child(odd),
.comparison-table .comparison-body .col-xs-4:nth-child(odd),
.comparison-table .comparison-body .col-xs-8:nth-child(odd) {
  background: #dbdbdb;
}

.comparison-table .comparison-head .seven-column,
.comparison-table .comparison-body .seven-column {
  width: 14.28%;
}

.line {
  clear: both;
  height: 1px;
  background: #333333;
}

.image-holder {
  width: 100%;
  text-align: center;
}

@media (max-width:992px) {
  .ofw-guide .right .chapter,
  .ofw-guide .left .chapter {
    float: none;
  }
}

.ofw-guide .menu-link {
  display: none;
}

.ofw-guide .menu {
  float: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

.ofw-guide .menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
}

.ofw-guide .menu ul li {
  padding: 0px;
  margin: 0 0 0 0;
}

.ofw-guide .menu > ul > li {
  display: inline-block;
}

.ofw-guide .menu ul li a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: .9em;
}

.ofw-guide .menu ul li > a {
  height: 58px;
  padding: 19px 12px;
}

.highcharts-credits {
  display: none;
}

@media all and (max-width: 768px) {
  .ofw-guide .example-header .container {
    width: 100%;
  }

  .ofw-guide a.menu-link {
    display: block;
    color: #fff;
    float: none;
    margin: auto;
    text-align: center;
    text-decoration: none;
    padding: 19px 10px;
    width: 100%;
  }

  .ofw-guide .menu {
    clear: both;
    min-width: inherit;
    float: none;
  }

  .ofw-guide .menu,
  .ofw-guide .menu > ul ul {
    overflow: hidden;
    max-height: 0;
  }

  .ofw-guide .menu > li > ul.sub-menu {
    padding: 0px;
    border: none;
  }

  .ofw-guide .menu.active,
  .ofw-guide .menu > ul ul.active {
    max-height: 55em;
  }

  .ofw-guide .menu ul {
    display: inline;
  }



  .ofw-guide .menu li,
  .menu > ul > li {
    display: block;
  }

  .ofw-guide .menu li a {
    color: #53D1A7;
    display: block;
    padding: 0.8em;
    position: relative;
  }

  .ofw-guide .menu li.has-submenu > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding: 0.55em 0.5em;
  }

  .ofw-guide .menu li.has-submenu > a.active:after {
    content: "-";
  }

  .ofw-guide .menu ul ul > li a {
    background-color: #e4e4e4;
    height: 58px;
    padding: 19px 18px 19px 30px;
  }

  .ofw-guide .menu ul ul,
  .ofw-guide .menu ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    border: none;
  }
}

/*post guide*/

.post-guide .jumbotron1 {
  text-align: left;
  color: white;
  padding: 5% 0;
}

.post-guide .jumbotron1 h1 {
  font-size: 40px;
  color: white;
  margin-top: 10%;
}

.post-guide .jumbotron1 .btn {
  background: #3060cc;
  margin: 5% 0;
  color: white;
}

.post-guide section h2.title {
  font-size: 30px;
  text-align: center;
  margin: 20px 0;
  text-transform: capitalize;
}

.post-guide section p {
  font-size: 14px;
  font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.post-guide section .container {
  max-width: 720px;
}

@media (max-width:550px) {
  .post-guide .jumbotron1 h1 {
    font-size: 25px;
  }
}

/*short form*/

.shortform .jumbotron1 {
  padding: 10em 0;
}

.shortform .jumbotron1 .container {
  max-width: 1170px;
}

.shortform .jumbotron1 h1 {
  letter-spacing: 2px;
  font-size: 46px;
  text-align: center;
  color: white;
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.8);
  font-family: "brandon_bld",Helvetica,Arial,sans-serif;
}

.shortform img {
  margin-bottom: 20px;
}

.shortform ul {
  margin: 0 0 0px 40px;
}

.shortform ul li,
.shortform ol li {
  font-size: 16px;
}

.shortform img.img-center {
  display: block;
  margin: 0 auto 20px auto;
}

.shortform .container {
  max-width: 700px;
  font-size: 16px;
}

.shortform .container h2 {
  padding-bottom: 30px;
  text-transform: none;
}

.shortform .container h3 {
  font-family: "brandon_bld",Helvetica,Arial,sans-serif;
  line-height: normal;
  font-size: 20px;
  padding: 30px 0 10px 0;
  letter-spacing: 1px;
}

.shortform p {
  font: normal 400 18px "PT Serif","Times New Roman",serif;
  line-height: 1.8;
  color: #000;
}

.travel-loan-bg {
  background: linear-gradient(rgba(0,0,0,0.70), rgba(3, 0, 189, 0.5)),  url("../theme/images/pexels-photo-195280.jpeg") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.budget-health-tips-bg {
  background: linear-gradient(rgba(0,0,0,0), rgba(0, 0, 0, 0.5)), url("../theme/images/budgetting.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.financial-habits-bg {
  background: linear-gradient(rgba(0,0,0,0), rgba(0, 0, 0, 0.5)), url("../theme/images/types-of-spenders.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.rainy-day-bg {
  background: linear-gradient(rgba(5, 117, 230,0.60), rgba(02, 27, 121, 0.60)),  url("../theme/images/rainy-day-fund.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.save-money-grocery-bg {
  background: linear-gradient(rgba(0,0,0,0.70), rgba(0, 0, 0, 0.5)),  url("../theme/images/grocery.jpeg") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.financial-tools-bg {
  background: linear-gradient(rgba(0,0,0,0.70), rgba(0, 0, 0, 0.5)),  url("../theme/images/mobile-banking.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.financial-management-bg {
  background: linear-gradient(rgba(5, 117, 230,0.60), rgba(02, 27, 121, 0.60)),  url("../theme/images/filipino-business-loan.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.college-budget-ideas-bg {
  background: linear-gradient(rgba(5, 117, 230,0.60), rgba(02, 27, 121, 0.15)), url("../theme/images/college-budget-ideas.jpg") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.best-place-shop-bg {
  background: linear-gradient(rgba(5, 117, 230,0.60), rgba(02, 27, 121, 0.15)), url("../theme/images/best-place-to-shop.jpg") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.financial-priorities-in-30s-bg {
  background: linear-gradient(rgba(5, 117, 230,0.60), rgba(02, 27, 121, 0.15)), url("../theme/images/financial-priorities-in-30s.jpg") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.personal-vs-payday-loan-bg {
  background: linear-gradient(rgba(247, 255, 0,0.70), rgba(219, 54, 164, 0.85)), url("../theme/images/quick-cash-loans-the-good-the-ugly.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.reasons-start-saving-bg {
  background: linear-gradient(rgba(5, 117, 230,0.60), rgba(02, 27, 121, 0.60)), url("../theme/images/start-saving-now.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.salary-loan-leverage-income-bg {
  background: linear-gradient(rgba(5, 117, 230,0.60), rgba(02, 27, 121, 0.60)), url("../theme/images/online-loan.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.retirement-plan-20s-bg {
  background: linear-gradient(rgba(5, 117, 230,0.60), rgba(02, 27, 121, 0.60)), url("../theme/images/millenials.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.business-charity-giving-back-bg {
  background: linear-gradient(rgba(5, 117, 230,0.60), rgba(02, 27, 121, 0.60)), url("../theme/images/ofw-investment.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.guestpost-bg {
  background: linear-gradient(rgba(5, 117, 230,0.60), rgba(02, 27, 121, 0.60)), url("../theme/images/puhonanko.png") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 768px) {
  .shortform .jumbotron1 {
    padding: 5em 0;
  }

  .shortform .jumbotron1 h1 {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.8;
    font-family: "brandon_bld",Helvetica,Arial,sans-serif;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.9);
  }

  .shortform section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .shortform p {
    font-size: 20px;
  }
}