/*** COLORS ***/
/*** MENU ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
.shop-phone {
  float: left;
  padding: 4px 0px;
  line-height: 18px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: normal; }
  @media (max-width: 1199px) {
    .shop-phone {
      font-size: 15px; } }
  .shop-phone i {
    margin-right: 5px;
    font-size: 14px; }
  @media (max-width: 767px) {
    .shop-phone {
      padding: 5px 0 4px 0;
      font-size: 11px;
      line-height: 14px; }
      .shop-phone i {
        margin-right: 5px;
        font-size: 12px; } }

#contact_link {
  float: right;
  padding: 4px 0; }
  #contact_link a {
    color: #fff;
    line-height: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #contact_link a:hover {
      color: #599fa5; }
  #contact_link:after {
    content: "";
    background: #fff;
    height: 15px;
    width: 1px;
    display: inline-block;
    float: right;
    margin: 1px 6px 0 5px; }

#phone_link_footer {
  border: 1px solid #355052;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #355052 !important;
  background: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px 5px;
  text-decoration: none !important;
  margin-top: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  @media (max-width: 1199px) {
    #phone_link_footer {
      width: 100%;
      margin-top: 5px; } }
  #phone_link_footer:hover {
    cursor: pointer;
    color: #fff !important;
    background: #355052; }
  #phone_link_footer:before {
    content: "\f095";
    font-family: "FontAwesome";
    margin-right: 5px; }

#contact_link_footer {
  border: 1px solid #355052;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #fff !important;
  background: #355052;
  text-align: center;
  display: inline-block;
  padding: 9px 12px 10px;
  float: right;
  text-decoration: none !important;
  margin-top: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  @media (max-width: 1199px) {
    #contact_link_footer {
      width: 100%;
      margin-top: 5px;
      margin-bottom: 10px; } }
  #contact_link_footer:hover {
    cursor: pointer;
    color: #355052 !important;
    background: #fff; }
  #contact_link_footer:before {
    content: "\f003";
    font-family: "FontAwesome";
    margin-right: 5px; }

p {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #355052;
  font-weight: normal; }
  p.speak-english {
    text-align: center;
    color: #355052;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal !important; }
@media (max-width: 479px) {
  p.speak-english {
    padding-top: 15px;
    display: block;
    clear: both;
  }
}

#contact_block .label {
  display: none; }
#contact_block .block_content {
  color: #fff; }
#contact_block p {
  margin-bottom: 4px; }
#contact_block p.tel {
  font: normal 16px/20px "Roboto Condensed", sans-serif;
  color: #fff;
  margin-bottom: 5px; }
  #contact_block p.tel i {
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 10px; }
