/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
.ptsstaticontent_bottom {
  background: transparent;
  margin-bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .ptsstaticontent_bottom .column {
    position: inherit; }
  .ptsstaticontent_bottom .icon-name {
    font-size: 20px;
    color: white;
    margin-right: 10px;
    display: inline-block; }
  .ptsstaticontent_bottom .reassurances-center {
    padding: 30px 0 0;
    text-align: center; }
    .ptsstaticontent_bottom .reassurances-center .reassurance-title {
      text-transform: uppercase;
      font-family: "bebas_neue";
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 2px;
      color: white;
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
    .ptsstaticontent_bottom .reassurances-center .description {
      color: #c6c6c6; }
    .ptsstaticontent_bottom .reassurances-center .read-more .icon-read-more {
      color: #6cabd5;
      opacity: 0;
      filter: alpha(opacity=0); }
      .ptsstaticontent_bottom .reassurances-center .read-more .icon-read-more:hover {
        color: white; }
    .ptsstaticontent_bottom .reassurances-center:hover .reassurance-title {
      letter-spacing: 4px; }
    .ptsstaticontent_bottom .reassurances-center:hover .read-more .icon-read-more {
      cursor: pointer;
      opacity: 1;
      filter: alpha(opacity=100); }
  .ptsstaticontent_bottom .title_detail h4 {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px; }
  .ptsstaticontent_bottom .title_detail .icon-name {
    color: #2E3A47;
    font-size: 170px;
    margin: 0 20px; }
  .ptsstaticontent_bottom .title_detail p {
    color: #8C8C8C;
    font-size: 15px;
    margin: 25px 0 0; }

.staticontent-item {
  /**/ }
  .staticontent-item .effect {
    position: relative;
    overflow: hidden; }
    .staticontent-item .effect .description {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      padding: 13% 3% 0;
      cursor: pointer;
      text-align: center; }
      .staticontent-item .effect .description .title {
        font-family: "bebas_neue";
        font-size: 30px;
        color: white;
        text-shadow: 0 0 20px #000;
        font-weight: 700;
        text-transform: uppercase; }
      .staticontent-item .effect .description .text {
        color: white;
        text-shadow: 0 0 20px #000}
      .staticontent-item .effect .description .button {
        margin-top: 15px;
        display: none; }
  .staticontent-item .promotion-center {
    text-align: center;
    position: relative;
    min-height: 150px;
    padding: 75px 0; }
    .staticontent-item .promotion-center:hover .text_large {
      letter-spacing: 2px; }
    .staticontent-item .promotion-center .text_small {
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      color: white;
      line-height: 18px; }
    .staticontent-item .promotion-center .text_medium {
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
      color: white;
      line-height: 18px; }
    .staticontent-item .promotion-center .text_large {
      padding: 20px 15px;
      margin: 15px 24%;
      border: 2px solid white;
      font-weight: 700;
      font-size: 100px;
      text-transform: uppercase;
      color: white;
      font-family: "bebas_neue";
      line-height: 110px;
      letter-spacing: 0px;
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
      @media (max-width: 1199px) {
        .staticontent-item .promotion-center .text_large {
          margin: 15px 5%; } }
  .staticontent-item .contact-info {
    line-height: 25px; }
    .staticontent-item .contact-info ul > li {
      padding: 5px 0 !important; }
  .staticontent-item .social {
    padding: 15px 0; }
    .staticontent-item .social span {
      float: left;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 10px 20px 0 0; }
    .staticontent-item .social a {
      cursor: pointer;
      text-align: center;
      margin-right: 15px;
      padding: 0;
      width: 32px;
      height: 32px;
      display: inline-block;
      text-decoration: none;
      font-size: 16px;
      border: 3px double #777777;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .staticontent-item .social a i, .staticontent-item .social a em {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        width: 30px;
        height: 30px;
        padding: 5px 8px;
        color: #777777;
        font-size: 16px; }
      .staticontent-item .social a:hover i, .staticontent-item .social a:hover em {
        color: white; }
      .staticontent-item .social a:hover.facebook {
        background-color: #346da6; }
      .staticontent-item .social a:hover.twitter {
        background-color: #4c91d7; }
      .staticontent-item .social a:hover.rss {
        background-color: #f05423; }
      .staticontent-item .social a:hover.google-plus {
        background-color: #c9242d; }
      .staticontent-item .social a:hover.pinterest {
        background-color: #fb9e3a; }

#footer .staticontent-item {
  margin-top: -3px; }
