


/* Modal Window */
.reveal-modal-bg {
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.reveal-modal {
	left: 50%;
	margin-left: -300px;
	padding: 0;
	position: absolute;
	top: 100px;
	visibility: hidden;
	width: 600px;
	z-index: 101;
}

.pop_box {
   width: 600px;
   background: #ffffff;
   border-radius:5px;
}
.pop_box .cloze_window {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
    display: block;
    float: right;
    margin: 10px 10px 0 0;
    width: 17px;
    height: 17px;
    background: url(../images/cloze_pop.gif) 0 0  no-repeat;
}
.pop_box .cloze_window:hover {
    background: url(../images/cloze_pop.gif) 0 -17px no-repeat;
}
.pop_box_inn {
 padding: 30px;
}

.pop_box_inn h2 {
	padding: 0 0 15px 0;
    margin: 0;
    font-size: 21px;
    font-family: Arial;
    color: #fe6d07;
    text-align: left;
    font-weight: normal;
}
.reveal-modal_inn a {
    font-size: 15px;
    color: #666666;
}

.pop_box_inn .cat_item {
  border-radius:5px;
  -moz-box-shadow: 0 0 1px #B4B4B4;
  -webkit-box-shadow: 0 0 1px #B4B4B4;
  box-shadow: 0 0 1px #B4B4B4;
  border: 1px solid #cdcdcd;
  margin: 0 0 15px 0;
  height: 185px;
  overflow: hidden;
}

.pop_box_inn .cat_item .img {
  width: 200px;
  height: 200px;
  text-align: center;
  float: left;
}
.pop_box_inn .cat_item .info {
  float: left;
  margin: 15px 0 0 0;
  border-left: 1px solid #dadada;
}
.pop_box_inn .cat_item .info p {
  padding: 0 20px 15px 25px;
  margin: 0;
  font-size: 14px;
}
.pop_box_inn .cat_item .info ul {
  padding: 0 20px 15px 25px;
  margin: 0;
  list-style: none;
}
.pop_box_inn .cat_item .info ul li {
  padding: 0;
  margin: 0;
  line-height: 18px;
  color: #666666;
}
.pop_box_inn .cat_item .info ul li b {
  color: #000;
}

.pop_box_inn .buttons   {
  height: 36px;
}
.pop_box_inn .buttons a.txt  {
  line-height: 36px;
}
.pop_box_inn .buttons a.buy  {
display: block;
float: right;
 text-align: center;
 margin: 0 auto 5px auto;
 width: 180px;
 height: 36px;
 line-height: 36px;
 background: url(bg_bttn.gif) 50% 0 no-repeat;
 text-decoration: none;
 color: #fff;
 font-weight: bold;
 font-size: 13px;
 letter-spacing: 1px;
 border-radius: 5px;
 text-shadow: 1px 1px 1px #e16f12;
}


.pop_box_inn .form-title {
    font-size: 22px;
    line-height: 1.2em;
    margin-right: 22px;
    color: #333;
}

.pop_box_inn form
{
margin-top: 55px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    position: initial !important;
}

.sqs-block
{
   position: initial !important;
}
a.sqs-system-button
{
font-size: 14px;
    text-decoration: none;
    line-height: 1;
}

.inputtext 
{
       width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
}

#site>.wrapper input
{
font-size: 14px;
}