﻿@charset "UTF-8";
/*----------------------------------------------------
    THEME COLORS -STARTS-
------------------------------------------------------*/
/*@Header_Background: #f8f8f8;*/
/*@Header_Text: #2c2c2c;*/
/*@Cart_Background: #777;*/
/*@Cart_Background_Hover: #000;*/
/*@View_Link_Background: #f8f8f8;*/
/*@View_Link_Color: #2c2c2c;*/
/*@View_Link_Hover_Background: #2c2c2c;

@View_Link_Hover_Color: #fff;*/
/*@Button_Black_Background: #fff;*/
/* New Palette */
/*@Theme_Color_22: #51c96d;*/
/*@Theme_Color_10: #e83b4f;*/
/*----------------------------------------------------
    THEME COLORS -ENDS-
------------------------------------------------------*/
/** 6.7.2. Contact Us **/
.contact-page {
  padding-top: 20px;
}
.contact-page .title-block {
  margin-bottom: 30px;
}
.contact-page .form-group textarea {
  height: 70px;
}
.contact-page p {
  color: #2c2c2c;
  font-size: 14px;
}
.contact-page .contact-page-left {
  padding-bottom: 30px;
  padding-right: 30px;
}
.contact-page .contact-page-left label {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  padding: 6px 0;
  box-shadow: none;
}
.contact-page .contact-page-left .input-post {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
}
.contact-page .contact-page-left .form-submit {
  margin-top: 50px;
}
.contact-page .contact-page-left .form-submit .button {
  background: #222222;
  color: #fff;
  padding: 8px 30px;
  border: none;
}
.contact-page .contact-page-left .form-submit .button:hover {
  background: #408fde;
}
.contact-page .contact-page-right .contact-info {
  margin-bottom: 30px;
}
.contact-page .contact-page-right .box-contact {
  margin-bottom: 25px;
}
.contact-page .contact-page-right .box-contact-time {
  line-height: 30px;
}
.contact-page .contact-page-right .box-contact-time .cx-title h4 {
  margin-bottom: 20px;
  line-height: 24px;
}