.HolyGrail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 1 0 0%;
      -ms-flex-preferred-size: 1 0 0%;
          flex-basis: 1 0 0%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.HolyGrail-header,
.HolyGrail-footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.HolyGrail-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.HolyGrail-nav {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.HolyGrail-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.HolyGrail-nav,
.HolyGrail-ads {
  padding: 0;
}
@media (min-width: 768px) {
  .HolyGrail-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /*  .HolyGrail-content {
      flex: 1;
      flex-shrink:0;
    }*/
  .HolyGrail-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8%;
            flex: 0 0 8%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .HolyGrail-ads {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 13%;
            flex: 0 0 13%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
/*@footer_bg: ;*/
/*!
Theme Name: essaycapital.com
Author: SeoPro
*/
@font-face {
  font-family: 'fontello';
  src: url('./fonts/fontello.eot');
  src: url('./fonts/fontello.eot?#iefix') format('embedded-opentype'),
       url('./fonts/fontello.woff') format('woff'),
       url('./fonts/fontello.ttf') format('truetype'),
       url('./fonts/fontello.svg?#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
} 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
} 
.icon-star:before { content: '\e800'; }
.icon-star-empty:before { content: '\e801'; }
.icon-thumbs-up:before { content: '\e802'; }
.icon-thumbs-up-alt:before { content: '\e803'; }
.icon-pencil:before { content: '\e804'; }
.icon-edit:before { content: '\e805'; }
/*BASE RULES
-------------------------------------------------*/
html,
body {
  font: 14px/1.25 Arial, sans-serif;
}
body {
  margin: 0;
  background: #fadf9e;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  /*min-height: 100vh;*/
  min-width: 300px;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
a {
  /*color: @link_color;*/
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  /*color: @link_color_hover;*/
  text-decoration: none;
}
a:focus {
  outline: none;
}
ol,
ul {
  list-style-position: inside;
}
.alignleft {
  float: left;
  margin: 0.25em 1em 1em 0;
  clear: both;
}
.alignright {
  float: right;
  margin: 0.25em 0 1em 1em;
  clear: both;
}
.aligncenter {
  display: block;
  margin: 0.25em auto 1em auto;
  clear: both;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.text-justify {
  text-align: justify;
}
.HolyGrail-header {
  background: #f8f8f8;
}
.HolyGrail-header .header-bg {
  background-image: url("img/hed1.jpg"), url("img/hed2.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, right top;
  height: 100%;
  -moz-background-size: auto auto, auto auto;
    -o-background-size: auto auto, auto auto;
       background-size: auto auto, auto auto;
  padding: 6px 0;
}
@media (max-width: 1200px) {
  .HolyGrail-header .header-bg {
    background-image: none, url("img/hed2.jpg");
  }
}
@media (max-width: 920px) {
  .HolyGrail-header .header-bg {
    background-image: none, none;
  }
}
.HolyGrail-header .header-bg .logo {
  display: block;
  margin: 0 auto;
  padding: 50px 66px 0 0;
}
@media (max-width: 1200px) {
  .HolyGrail-header .header-bg .logo {
    padding: 50px 0 0 0;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 920px) {
  .HolyGrail-header .header-bg .logo {
    padding: 5px;
    margin: 0 auto;
  }
}
.HolyGrail-content {
  background: #f8f8f8 -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dbdbda));
  background: #f8f8f8 -webkit-linear-gradient(top, #f8f8f8, #dbdbda);
  background: #f8f8f8 -moz-linear-gradient(top, #f8f8f8, #dbdbda);
  background: #f8f8f8 -o-linear-gradient(top, #f8f8f8, #dbdbda);
  background: #f8f8f8 linear-gradient(to bottom, #f8f8f8, #dbdbda);
  border-bottom: 2px solid #ff3600;
  border-right: 2px solid #ff3600;
  border-left: 2px solid #ff3600;
  -webkit-border-bottom-right-radius: 22px;
     -moz-border-radius-bottomright: 22px;
          border-bottom-right-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
     -moz-border-radius-bottomleft: 22px;
          border-bottom-left-radius: 22px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.HolyGrail-content .menu-top-block {
  background: #b94200;
  border-right: 3px solid #ff0000;
  border-left: 3px solid #ff0000;
  min-height: 32px;
}
.HolyGrail-content .menu-top-block .menu {
  display: table;
  position: relative;
  width: 100%;
  height: 32px;
  padding: 0;
  margin: 0;
}
.HolyGrail-content .menu-top-block .menu li {
  display: inline-block;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .HolyGrail-content .menu-top-block .menu li {
    display: table-cell;
    position: relative;
  }
}
.HolyGrail-content .menu-top-block .menu li a {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 32px;
}
.HolyGrail-content .menu-top-block .menu li a:hover,
.HolyGrail-content .menu-top-block .menu li a:active,
.HolyGrail-content .menu-top-block .menu li a:focus {
  background-color: #ff3600;
  color: #fdd87d;
}
.HolyGrail-content .main-content {
  padding: 10px 30px 37px 30px;
  color: #7d7d7b;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
}
.HolyGrail-content .main-content .center-block {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.HolyGrail-content .main-content ul li {
  font-size: 12px;
}
.HolyGrail-content .main-content h1 {
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
  color: #a62600;
  text-align: center;
}
.HolyGrail-content .main-content h1 b {
  display: inline;
  padding: 0 0 0 22px;
  background: url("img/h1.gif") left top repeat-x;
}
.HolyGrail-content .main-content p {
  text-align: justify;
  padding-top: 10px;
  line-height: 20px;
  text-indent: 15px;
  font-size: 12px;
  color: #222;
}
.HolyGrail-content .main-content .meta {
  font-style: italic;
  font-weight: bold;
}
.HolyGrail-content .main-content .meta a {
  color: #666;
  text-decoration: underline;
}
.HolyGrail-content .main-content .meta a:hover {
  text-decoration: none;
  color: #000;
}
.HolyGrail-content .main-content .img_text_new {
  width: auto !important;
  height: auto !important;
  text-align: center;
}
.HolyGrail-content .main-content .banner_wrapper .banners {
  display: inline-block;
  padding: 20px;
  width: 29%;
}
.HolyGrail-content .main-content .banner_wrapper .banners p {
  text-align: center !important;
  text-indent: 0 !important;
}
.HolyGrail-content .main-content .banner_wrapper .banners .banners_title {
  color: #a62600;
  font-family: 'Arial';
  font-weight: 700;
  font-size: 15px;
}
.HolyGrail-content .main-content .num-item {
  padding-top: 4px;
  width: 38px;
  height: 38px;
  text-align: center;
  vertical-align: top;
  background: url("img/nli-bg.gif") left top no-repeat;
  color: #ff3600;
  font-family: Arial Black;
  font-size: 20px;
}
.HolyGrail-content .main-content ul.arrow {
  list-style-image: url("img/ul_arrow.gif");
  background: none;
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .HolyGrail-content .main-content ul.arrow {
    background: url("img/sample.gif") no-repeat right center;
  }
}
.HolyGrail-content .main-content ul.arrow li {
  margin: 2px 0 0 0;
  padding: 0;
  text-align: justify;
}
.HolyGrail-content .main-content ul.arrow div a {
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #666;
  text-decoration: underline;
}
.HolyGrail-content .main-content h2 {
  text-align: center;
  font-size: 12pt;
}
.HolyGrail-content .main-content h2 b {
  display: inline;
  padding: 3px 0 0 22px;
  background: url("img/h1.gif") left top repeat-x;
  font-size: 12pt;
}
.HolyGrail-content .main-content .dots {
  border-bottom: 1px dashed #7d7d7b;
}
.HolyGrail-content .main-content td {
  font-size: 12px;
}
.HolyGrail-content.tpl-blog .main-content h2 b {
  background: none;
}
.HolyGrail-nav .nav-menu-title {
  background: -webkit-gradient(linear, right top, left top, from(#f1c24f), to(#fcf2d9));
  background: -webkit-linear-gradient(right, #f1c24f, #fcf2d9);
  background: -moz-linear-gradient(right, #f1c24f, #fcf2d9);
  background: -o-linear-gradient(right, #f1c24f, #fcf2d9);
  background: linear-gradient(to left, #f1c24f, #fcf2d9);
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
}
.HolyGrail-nav .nav-menu-title .txt-title {
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  color: #912700;
  text-align: center;
  font-size: 16px;
  text-transform: none;
  display: block;
  position: relative;
}
.HolyGrail-nav .nav-menu-title .txt-title .menu-border {
  /*background: @header_bg url("img/left_menu_after.png") no-repeat;*/
  width: 41px;
  height: 32px;
  position: absolute;
  top: -1px;
  right: -38px;
}
.HolyGrail-nav .nav-menu-title .txt-title .hdr {
  position: absolute;
  top: -2px;
  left: 25px;
  background: url("img/hdr-bg.png") no-repeat;
  width: 17px;
  height: 17px;
}
@media (max-width: 1200px) {
  .HolyGrail-nav .nav-menu-title .txt-title .hdr {
    background-image: none;
  }
}
.HolyGrail-nav .nav-menu-title.other-title {
  margin: 12px 0 0;
}
.HolyGrail-nav .nav-menu-title.other-title .txt-title {
  font-size: 13px;
  line-height: 13px;
  padding-top: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#f1c24f), to(#fcf2d9));
  background: -webkit-linear-gradient(right, #f1c24f, #fcf2d9);
  background: -moz-linear-gradient(right, #f1c24f, #fcf2d9);
  background: -o-linear-gradient(right, #f1c24f, #fcf2d9);
  background: linear-gradient(to left, #f1c24f, #fcf2d9);
}
.HolyGrail-nav .extr-bl {
  margin: 0;
  padding: 0 0 0 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffd05e), to(#fbdd94));
  background: -webkit-linear-gradient(bottom, #ffd05e, #fbdd94);
  background: -moz-linear-gradient(bottom, #ffd05e, #fbdd94);
  background: -o-linear-gradient(bottom, #ffd05e, #fbdd94);
  background: linear-gradient(to top, #ffd05e, #fbdd94);
  border-bottom: 1px solid #bebebd;
}
.HolyGrail-nav .extr-bl .arrow {
  list-style-image: url("img/list-red.png");
  margin: 0;
  padding: 12px 5px 10px;
}
.HolyGrail-nav .extr-bl .arrow li {
  font-size: 8pt;
  font-family: Arial, sans-serif;
}
.HolyGrail-nav .extr-bl .icon {
  border: 1px solid #dc3130;
  margin: 9px 6px 2px 1px;
}
.HolyGrail-nav .extr-bl .contphones {
  background: url("img/tel.png") top left no-repeat;
  padding: 12px 0 8px 23px;
  font-size: 11px;
  line-height: 18px;
}
.HolyGrail-nav #menu-top {
  list-style: none;
  margin: 13px 0 5px 3px;
  padding: 0;
}
.HolyGrail-nav #menu-top li {
  padding: 10px 0 10px 55px;
  margin: 0 0 4px;
}
.HolyGrail-nav #menu-top li a {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #450202;
  text-decoration: none;
  display: block;
}
.HolyGrail-nav #menu-top li a:hover {
  color: #ff3600;
}
.HolyGrail-nav #menu-top .nav-order a {
  color: #ff3600;
}
.HolyGrail-nav #menu-top .est1 {
  background: url("img/img-nav-menu/icon-1.gif") left center no-repeat;
}
.HolyGrail-nav #menu-top .est2 {
  background: url("img/img-nav-menu/icon-2.gif") left center no-repeat;
}
.HolyGrail-nav #menu-top .est3 {
  background: url("img/img-nav-menu/icon-3.gif") left center no-repeat;
}
.HolyGrail-nav #menu-top .est4 {
  background: url("img/img-nav-menu/icon-4.gif") left center no-repeat;
}
.HolyGrail-nav #menu-top .est5 {
  background: url("img/img-nav-menu/icon-5.gif") 4px center no-repeat;
}
.HolyGrail-nav #menu-top .est6 {
  background: url("img/img-nav-menu/icon-6.gif") 3px center no-repeat;
}
.HolyGrail-nav #menu-top .est7 {
  background: url("img/img-nav-menu/icon-7.gif") left center no-repeat;
}
.HolyGrail-nav #menu-top .est8 {
  background: url("img/img-nav-menu/icon-8.gif") left center no-repeat;
}
.HolyGrail-ads .nav-menu-title {
  background: -webkit-gradient(linear, left top, right top, from(#f1c24f), to(#fcf2d9));
  background: -webkit-linear-gradient(left, #f1c24f, #fcf2d9);
  background: -moz-linear-gradient(left, #f1c24f, #fcf2d9);
  background: -o-linear-gradient(left, #f1c24f, #fcf2d9);
  background: linear-gradient(to right, #f1c24f, #fcf2d9);
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
}
.HolyGrail-ads .nav-menu-title .txt-title-link {
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  color: #912700;
  text-align: center;
  font-size: 16px;
  text-transform: none;
  display: block;
  position: relative;
}
.HolyGrail-ads .nav-menu-title .txt-title-link:hover {
  color: #ff3600;
}
.HolyGrail-ads .right-bl h3 {
  text-align: center;
  margin: 20px 0 10px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
.HolyGrail-ads .right-bl ul {
  list-style: none;
  margin: 0px;
  margin-bottom: 10px;
  position: relative;
  padding: 0;
}
.HolyGrail-ads .right-bl ul li div {
  text-align: left;
  padding-left: 55px;
  min-height: 4.5em;
  line-height: 4.5em;
  position: relative;
  border-top: 1px solid #dff2fa;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
}
.HolyGrail-ads .right-bl ul li div:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.HolyGrail-ads .right-bl ul li:first-child div:before {
  background: url('img/sidebar-icon-1.png') no-repeat 0 0;
  top: 5px;
}
.HolyGrail-ads .right-bl ul li:nth-child(2) div:before {
  background: url('img/sidebar-icon-2.png') no-repeat 0 0;
  top: 5px;
}
.HolyGrail-ads .right-bl ul li:nth-child(3) div:before {
  background: url('img/sidebar-icon-3.png') no-repeat 0 0;
  top: 7px;
}
.HolyGrail-ads .right-bl ul li:nth-child(4) div:before {
  background: url('img/sidebar-icon-5.png') no-repeat 0 0;
  top: 14px;
}
.HolyGrail-ads .right-bl ul li:nth-child(5) div:before {
  background: url('img/sidebar-icon-6.png') no-repeat 0 0;
  top: 12px;
  left: 15px;
}
.HolyGrail-ads .right-bl .sidebar-cta {
  text-align: center;
  margin: 20px 10px 30px 10px;
}
.HolyGrail-ads .right-bl .sidebar-cta a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b94100), to(#b94100));
  background-image: -webkit-linear-gradient(top, #b94100, #b94100);
  background-image: -moz-linear-gradient(top, #b94100, #b94100);
  background-image: -o-linear-gradient(top, #b94100, #b94100);
  background-image: linear-gradient(to bottom, #b94100, #b94100);
  color: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 10px 35px 10px 35px;
  text-decoration: none;
}
.HolyGrail-ads .right-bl .sidebar-cta a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b94100), to(#E85F15));
  background-image: -webkit-linear-gradient(top, #b94100, #E85F15);
  background-image: -moz-linear-gradient(top, #b94100, #E85F15);
  background-image: -o-linear-gradient(top, #b94100, #E85F15);
  background-image: linear-gradient(to bottom, #b94100, #E85F15);
}
.HolyGrail-ads .nav-menu-title.other-title-r {
  margin: 12px 0 0;
}
.HolyGrail-ads .nav-menu-title.other-title-r .txt-title {
  font-size: 10pt;
  padding-top: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8edd4), to(#f8ebcb));
  background: -webkit-linear-gradient(top, #f8edd4, #f8ebcb);
  background: -moz-linear-gradient(top, #f8edd4, #f8ebcb);
  background: -o-linear-gradient(top, #f8edd4, #f8ebcb);
  background: linear-gradient(to bottom, #f8edd4, #f8ebcb);
  font-weight: bold;
  font-style: italic;
  color: #912700;
  text-align: center;
  text-transform: none;
  display: block;
  position: relative;
}
.HolyGrail-ads .live-img {
  text-align: center;
  padding: 9px 0 8px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffd05e), to(#fbdd94));
  background: -webkit-linear-gradient(bottom, #ffd05e, #fbdd94);
  background: -moz-linear-gradient(bottom, #ffd05e, #fbdd94);
  background: -o-linear-gradient(bottom, #ffd05e, #fbdd94);
  background: linear-gradient(to top, #ffd05e, #fbdd94);
}
.HolyGrail-ads .live-img a img {
  border: 1px solid #fe1a14;
}
.HolyGrail-ads .sidebar-icon-field h3 {
  text-align: center;
  margin: 20px 0 10px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.HolyGrail-footer {
  position: relative;
  margin: 13px 0 10px;
}
.HolyGrail-footer .ft-bg {
  background-image: url("img/footer-bg.png");
  background-repeat: no-repeat;
  width: 178px;
  height: 166px;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  position: absolute;
  top: -114px;
  right: 0;
}
@media (max-width: 1200px) {
  .HolyGrail-footer .ft-bg {
    background-image: none;
    width: auto;
    height: auto;
  }
}
.HolyGrail-footer .footer-center {
  text-align: center;
}
.HolyGrail-footer .footer-center .copyright {
  font-size: 8pt;
}
.HolyGrail-footer .footer-bottom {
  text-align: center;
}
.HolyGrail-footer .footer-bottom ul {
  list-style: none;
  display: inline-block;
  margin: 5px 0 0;
  padding: 0;
}
.HolyGrail-footer .footer-bottom ul li {
  float: left;
  padding: 0 5px;
}
.HolyGrail-footer .footer-bottom ul li a {
  text-decoration: none;
  color: #000;
  font-size: 7pt;
  font-family: Arial, Helvetica, sans-serif;
}
.HolyGrail-footer .footer-bottom ul li a:hover {
  text-decoration: underline;
}
.foot_bott_text {
  font-size: 9px;
  color: #000;
  text-align: center;
}
/*PAGE: BLOG
-------------------------------------------------*/
/*ARTICLES*/
.tpl-blog .main-content article {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px dashed #7d7d7b;
}
.tpl-blog .main-content article p {
  color: #222;
}
.tpl-blog .main-content article h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
  text-align: center;
}
.tpl-blog .main-content article h2 a {
  display: inline;
  padding: 0 0 0 22px;
  background: url("img/h1.gif") left top repeat-x;
  color: #a62600;
  text-decoration: underline;
}
.tpl-blog .main-content article h2 a:hover {
  color: #000;
  text-decoration: none;
}
.tpl-blog .main-content article .post-tags a {
  font-family: arial, helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #666;
  text-decoration: underline;
}
/*PAGINATION*/
.blog-pagination {
  margin: 30px 0;
  text-align: center;
}
.blog-pagination .nav-links {
  font-size: 0;
}
.blog-pagination .page-numbers {
  display: inline-block;
  font-size: 8pt;
  text-decoration: underline;
  color: #666;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
  font-style: italic;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers:active,
.blog-pagination .page-numbersfocus,
.blog-pagination .page-numbers .current {
  color: #000;
  text-decoration: none;
}
.blog-pagination .screen-reader-text {
  display: none;
}
/*MORE-LINK (modified "big-btn")*/
.more-btn {
  font-size: 12px;
  min-width: inherit;
  text-decoration: underline;
  color: #666;
  text-transform: lowercase;
}
.more-btn:hover {
  text-decoration: none;
  color: #222;
}
.more-btn-wrap {
  text-align: right;
  line-height: 1;
}
/*NAV*/
.mobile-nav ul {
  margin: 0;
  padding: 0;
}
.mobile-nav li {
  list-style-type: none;
  display: inline-block;
}
.mobile-nav a {
  display: inline-block;
  padding: 20px 22px;
  color: #bbb;
  font-size: 15px;
}
.mobile-nav a:hover,
.mobile-nav a:active,
.mobile-nav a:focus,
.mobile-nav .current-menu-item a,
.mobile-nav .current_page_item a {
  color: #ffb821;
}
.mobile-nav {
  display: none;
}
.mobile-nav .slicknav_nav {
  background: rgba(53, 79, 77, 0.85);
}
.mobile-nav .slicknav_nav a {
  color: #ffb821;
}
.mobile-nav-visible {
  display: inline-block;
  vertical-align: middle;
}
/*SLICKNAV MENU*/
.slicknav_menu {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.slicknav_open .slicknav_icon-bar {
  background: #ffb821;
}
.slicknav_btn {
  float: right;
  font: 700 16px/20px Arial, sans-serif;
  z-index: 10000000;
}
.slicknav_menutxt,
.slicknav_icon {
  float: left;
}
.slicknav_menutxt {
  display: none;
}
.slicknav_icon-bar {
  display: block;
  width: 1.5em;
  height: 0.133em;
  margin: 3px;
  background: #222;
}
.slicknav_nav {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  padding: 2% 0;
  clear: both;
  /*    background: lighten(@_c3, 10%);
        background: rgba(red(@_c3), green(@_c3), blue(@_c3), 0.85);
        border-bottom: 2px solid @_c3;*/
  text-transform: uppercase;
  text-align: center;
  overflow: auto;
}
.slicknav_nav li {
  display: block;
}
.tpl-order .menu {
  height: 32px;
}
.tpl-order .HolyGrail-nav nav .nav-menu-title {
  min-height: 30px !important;
}
.img-bg-How {
  padding: 10px 12px 0px 12px;
  background: url("img/3.gif") center top no-repeat;
}
.img-bg-a {
  padding: 33px 37px 7px 37px;
  background: url("img/a-plus.gif") center top no-repeat;
}
.arrow-circle {
  padding-left: 23px;
  background: url("img/arrow-in-circle.gif") left center no-repeat;
  color: #aa3000;
}
.arrow-circle .gray-dots b {
  font-size: 12px;
}
.arrow_how {
  margin: 2px 0 15px 4px;
  color: #aa3000;
  padding-left: 18px;
}
.arrow_how li {
  list-style-image: url("img/ul_arrow.gif");
}
@media (max-width: 991px) {
  .mobile-nav {
    display: block;
    position: relative;
  }
  nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .HolyGrail-content .main-content p {
    font-size: 16px;
  }
  .HolyGrail-content .main-content h1 {
    font-size: 24px;
  }
  .HolyGrail-content .main-content h2 {
    font-size: 20px;
  }
  .tpl-404 .HolyGrail-content .main-content {
    min-height: 300px !important;
  }
  .tpl-order .HolyGrail-content .main-content {
    min-height: auto !important;
  }
  .tpl-order .HolyGrail-nav nav .nav-menu-title {
    min-height: auto !important;
  }
  .nav-menu-title {
    display: none;
  }
  .extr-bl {
    display: none;
  }
  .right-bl {
    display: none;
  }
  .live-img {
    display: none;
  }
  .soc-btn {
    width: 100%;
  }
}
.testimonial {
  border: solid 1px #FE0003;
  background: #fff;
  padding: 6px 0 10px;
  color: #222;
  margin: 0 0 20px;
  display: table;
  width: 100%;
}
.testimonial .bl-td {
  display: table-cell;
}
.testimonial .bl-td .c1 {
  padding: 4px 5px 8px 44px;
  background: url('img/testim_ico1.gif') left top no-repeat;
  line-height: 20px;
  font-size: 8pt;
  display: table-cell;
}
.testimonial .bl-td .c1 strong {
  color: #333;
  font-style: italic;
}
.testimonial .bl-td .c1 .rating {
  background: url('img/5star.png') left top no-repeat;
  width: 100px;
  height: 20px;
}
.testimonial .bl-td .c1 .rating4 {
  background-image: url('img/4star.png');
}
.testimonial .bl-td .c1 .ratinghalf {
  background-image: url('img/halfstar.png');
}
.testimonial .bl-td .c2 {
  display: table-cell;
  padding: 4px 5px 8px 48px;
  background: url('img/testim_ico2.gif') left top no-repeat;
  font-size: 14px;
}
@media (max-width: 768px) {
  .testimonial .bl-td .c2 {
    display: inline-block;
  }
}
.banner {
  margin-left: auto!important;
  margin-right: auto!important;
  text-align: center!important;
}
.terms-link a{
        color: #000;
    font-size: 7pt;
    font-family: Arial, Helvetica, sans-serif;
}
/*# sourceMappingURL=style.css.map */
