/*
$font-size-base: 16px;
$line-height-base: 1.4;
$brand-primary: #34A4A1;
$grid-gutter-width: 40px;
$border-radius-base: 1px;
$border-radius-large: 2px;
$border-radius-small: 1px;
$input-border-focus: $brand-primary;
$icon-font-path: '../fonts/';
*/
/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms #center_column .block-cms {
  padding-bottom: 20px; }
#cms #center_column h1 {
  margin-bottom: 25px; }
#cms #center_column h3 {
  font-size: 16px;
  border-bottom: none;
  margin: 0;
  padding: 0 0 17px 0; }
#cms #center_column p {
  line-height: 18px; }
#cms #center_column .list-1 li {
  padding: 4px 0 6px 0;
  font-weight: bold;
  color: #46a74e;
  border-top: 1px solid #4c4c4c; }
  #cms #center_column .list-1 li:first-child {
    border: none; }
  #cms #center_column .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px; }
#cms #center_column img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto; }
#cms #center_column .testimonials {
  border: 1px solid;
  border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
  margin: 4px 0 13px 0;
  position: relative; }
  #cms #center_column .testimonials .inner {
    border: 1px solid #FFF;
    padding: 19px 18px 11px 18px; }
    #cms #center_column .testimonials .inner span {
      text-indent: -5000px;
      display: inline-block;
      width: 20px;
      height: 15px; }
      #cms #center_column .testimonials .inner span.before {
        background: url(../img/bl-before-bg.png) no-repeat;
        margin-right: 8px; }
      #cms #center_column .testimonials .inner span.after {
        background: url(../img/bl-after-bg.png) no-repeat;
        margin-left: 8px; }
  #cms #center_column .testimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url(../img/testimon-after.gif) no-repeat; }
  #cms #center_column .testimonials + p {
    padding-left: 45px;
    margin-bottom: 18px; }
#cms #center_column p.bottom-indent {
  margin-bottom: 18px; }
#cms #center_column #admin-action-cms {
  background: none repeat 0 0 #F6F6F6;
  border: 1px solid #d2d0d0;
  padding: 10px; }
  #cms #center_column #admin-action-cms p {
    margin: 0; }
    #cms #center_column #admin-action-cms p span {
      display: block;
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #4c4c4c; }
    #cms #center_column #admin-action-cms p .button {
      font: 700 17px/21px "Lato", sans-serif;
      padding: 0;
      border: 1px solid;
      padding: 10px 14px;
      display: inline-block; }
      #cms #center_column #admin-action-cms p .button.publish_button {
        color: #FFF; }
        #cms #center_column #admin-action-cms p .button.publish_button:hover {
          background: #0084bf; }
      #cms #center_column #admin-action-cms p .button.lnk_view {
        color: #4c4c4c; }
        #cms #center_column #admin-action-cms p .button.lnk_view:hover {
          background: #e7e7e7; }

#cmsinfo_block {
  border-left: 1px solid #d9d9d9; }
  @media (max-width: 767px) {
    #cmsinfo_block {
      border: none;
      margin-top: 10px; } }
  #cmsinfo_block > div {
    padding: 35px 10px 0 0; }
    @media (max-width: 767px) {
      #cmsinfo_block > div {
        padding-top: 20px; } }
    @media (max-width: 479px) {
      #cmsinfo_block > div {
        width: 100%;
        border-top: 1px solid #d9d9d9; } }
  #cmsinfo_block > div + div {
    border-left: 1px solid #d9d9d9;
    min-height: 344px;
    padding-left: 29px; }
    @media (max-width: 479px) {
      #cmsinfo_block > div + div {
        border-left: none;
        padding-left: 10px;
        min-height: 1px;
        padding-bottom: 15px; } }
  #cmsinfo_block em {
    float: left;
    width: 60px;
    height: 60px;
    margin: 3px 10px 0 0;
    font-size: 30px;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    background: #6f6f6f;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px; }
    @media (max-width: 991px) {
      #cmsinfo_block em {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px; } }
  #cmsinfo_block .type-text {
    overflow: hidden; }
  #cmsinfo_block h3 {
    margin: 0 0 5px 0;
    font: 300 21px/25px "Vollkorn", sans-serif;
    color: #6f6f6f; }
    @media (max-width: 1199px) {
      #cmsinfo_block h3 {
        font-size: 18px; } }
  #cmsinfo_block ul li {
    padding-bottom: 22px; }
    @media (max-width: 1199px) {
      #cmsinfo_block ul li {
        padding-bottom: 10px; } }
    @media (max-width: 991px) {
      #cmsinfo_block ul li {
        padding-bottom: 0; } }
  #cmsinfo_block p em {
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    color: #4c4c4c;
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: left;
    font-style: italic; }

/***** UPAGARU ****/
body.boutique_2#cms #center_column .list-1 li {
  border-top: 1px solid #222222; }
body.boutique_2#cms #center_column #admin-action-cms p span {
  color: #222222; }
body.boutique_2#cms #center_column #admin-action-cms p .button {
  font: 700 17px/21px "Roboto", sans-serif; }
  body.boutique_2#cms #center_column #admin-action-cms p .button.lnk_view {
    color: #222222; }
body.boutique_2 #cmsinfo_block h3 {
  font: 300 21px/25px "Cabin Condensed", sans-serif; }

.cms-10 #left_column {
  display: none; }
.cms-10 #center_column {
  width: 100%; }
.cms-10 h3 {
  font-family: "Cabin Condensed", sans-serif !important;
  font-size: 44px !important;
  line-height: 30px !important;
  padding: 0 0 7px 0 !important;
  margin-bottom: 20px !important;
  overflow: hidden !important; }
.cms-10 legend {
  font-size: 16px;
  border-bottom: none;
  margin: 0;
  padding: 0 0 17px 0;
  border: none; }
