@charset "utf-8";

.white-panel {
	background: white;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	padding: 20px;
	margin: 8px;
}
body{
	background:#dcdee3;
}
.wrap{
	width:80%;
	margin:20px auto;
}
.sub {
	color: #aaa;
	display: block;
	text-align: center;
	margin-top: 25px;
	width: 80%;
	margin: 5px auto;
	font-size: 14px;
}
#important-news {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background-color: #D7514E;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border-bottom: 1px solid #8A241F;
	border-top: 1px solid #8A241F;
	width: auto;
}
.important-news-content {
	width:960px;
	margin: 0 auto;
	padding: 10px 0 10px;
	color: #666;
	text-align: left!important;
	position: relative;
	clear: both;
	overflow: hidden;
}
.column{
	width:30%;
	float:left;
	margin-right:2%;
}
.column3{
	margin-right:0;
	margin-left:0;
}
.content{
	width:100%;
	height:auto;
	display:block;
	float:left;
}
		
@media(max-width:768px){
	.wrap{
		width: 95%;
		margin: 3px;
	}
  	.column{
    	width:49%;
  	}
  	.column2{
    	margin-right:0;
  	}
  	.column3{
    	width:100%;
    	margin-top:30px;
	}

@media(max-width:600px){
  .column{
   	width:100%;
    margin:0;
    margin-top:30px;
	padding:0px;
}
.important-news-content {
width:90%;
}
}

.input-widget{
	height: 42px;
	padding: 8px 12px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.467;
	color: #34495e;
	border: 2px solid #bdc3c7;
	border-radius: 6px;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.goods-form {
position: relative;
padding: 24px 23px 20px;
background-color: #edeff1;
border-radius: 6px;
}

.goods-field-icon {
position: absolute;
top: 3px;
right: 15px;
font-size: 16px;
color: #bfc9ca;
-webkit-transition: all .25s;
transition: all .25s;
}

.modal-image-wrapper img{
    max-width:100% !important;
    height:auto;
    display:block;
}

