/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'Coded files/Custom/system/default/Hs Default Custom Style.css'                      */
/****************************************************************************/

.header-container {
    background-color: rgba(192,192,192,0.3);
}


#offer-background-image {
     min-height: 540px !important;
}



    /* Blocks */
.no-gutter {
  background: #fff;
}
.no-gutter .row-fluid .span4 {
  margin-left: 0;
  width: 33.3%;
}
#body .cell-wrapper,
#hs_cos_wrapper_module_14337502347004917 .cell-wrapper {
    margin-bottom: 0px;
}
.hover-block-wrapper {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.reflection {
  position: absolute;
  z-index: 1;
  max-width: none;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  top: 0;
  left: 0;
  transform: translate3d(0,0,0);
  opacity: .2;
  transition: all 300ms ease;
  background-size: cover;
  background-position: center center;
}
#hs_cos_wrapper_module_14224706419683081  h2 {
    text-align: center;
}
.hover-block-wrapper:hover .reflection {
  top: -50%;
}
.hover-block-wrapper:hover .reflection {
  opacity: 1;
}
.hover-block {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  height: 350px;
  width: 100%;
  transition: all 300ms ease;
}
.hover-block-content {
  padding: 2em;
  position: relative;
  z-index: 1;
  text-align: center !important;
  height: 100%;
  width: 100%;
}
.hover-block-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 68%;
  transition: all 400ms ease;
  transform: translate3d(0,0,0);
  text-shadow: 0 1px 6px rgba(0,0,0,0.48);
}
.hover-block-title > h2 {
  font-weight: 700;
  font-size: 2.250em;
  color: #fff;
  text-align: center !important;
}
.hover-block-title:after {
  font-family: FontAwesome;
  content: "\f107";
  font-family: FontAwesome;
  content: "\f107";
  /*top: -2.25em;*/
  position: relative;
  opacity: 1;
  transition: opacity 400ms ease;
}
.hover-block-summary {
  position: absolute;
  left: 2em;
  right: 2em;
  top: 100%;
  transition: all 500ms ease;
  transform: translate3d(0,0,0);
}
.hover-block-summary p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
   color: #fff !important;
   text-align: center !important;
font-size: 16px;
}
.hover-block-summary p:first-child {
  /* width: 60%; */
text-align: center !important;

}
.hover-block:hover {
  background: rgba(53,29,97,0.76);
}
.hover-block-wrapper:hover .hover-block-title {
  top: 10%;
}
.hover-block-wrapper:hover .hover-block-summary {
  top: 45%;
}


.hs-button {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  padding: .75em 1.25em .75em 1.25em;
  margin: .25em 0;
  background: rgba(55,72,142,0.15);
  color: #37488e;
  text-decoration: none;
  border-radius: 7px;
  border: 3px solid rgba(55,72,142,0.75);
  transition: all 200ms ease;
}
.hs-button.white {
  background: rgba(255,255,255,0.25);
  border: 3px solid rgba(255,255,255,0.75);
  color: #fff;
}
.hs-button.red {
  background: #E21D24 /*rgba(255,255,255,0.25)*/;
  border: 3px solid #fff /*rgba(255,255,255,0.75)*/;
  color: #fff;
}
.hs-button.red:hover {
  background: #FFF /*rgba(255,255,255,0.25)*/;
  color:  #E21D24;
}

/*.body-container > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2), div.row-fluid-wrapper:nth-child(5) {
    background-color: #E21D24 !important;
    color: #fff !important;
}*/
#hs_cos_wrapper_module_14312799400827139 > p {
    color: #fff;
}

#best > div:nth-child(1) {
   margin-top: 25px;
    background-color: lightgray !important;
    padding-top: 25px !important;
}

#hs_cos_wrapper_module_143072113393921338 > h2 {
    padding-top: 25px;
}
a.red-button {
    cursor: pointer;
    -moz-user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #351d61 none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 5px;
    border-width: 0px;
    transition: all 0.2s ease 0s;
    text-shadow: none;
    line-height: 1.5em;
    padding: 5px 14px;
    font-size: 20px;
}
#hs_cos_wrapper_module_143071928210211679 > p:nth-child(5) > a:nth-child(1) {
font-size: 12px;
}
a.red-button:hover {
    background: #351d61 none repeat scroll 0% 0%;
    color: #FFF;
        border: 2px solid #fff;
}
a.white-button {
    cursor: pointer;
    -moz-user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #fff none repeat scroll 0% 0%;
    color: #351d61;
    border-radius: 5px;
    border-width: 0px;
    transition: all 0.2s ease 0s;
    text-shadow: none;
    line-height: 1.5em;
    padding: 5px 14px;
    font-size: 20px;
}

a.white-button:hover {
    background: #351d61 none repeat scroll 0% 0%;
    color: #FFF;
    border: 2px solid #fff;
}
@media screen and (max-width:767px) {
   .no-gutter .row-fluid .span4 {
     width: 80%;
    margin-left: auto;
    margin-right: auto;
   }
}
