
* {
	padding: 0px;
	list-style: none;
	text-decoration: none;
	margin: 0px;
	-webkit-appearance:none
}

@font-face {
	font-family: 'Avenir Next';
	src: url("../fonts/avenir_next.otf");
	src: url("../fonts/AvenirLTStd35Lighttr.otf");
}

html {

}

body {
	font-family: "Avenir Next";
}

.no-padding {
	padding: 0px;
}

ul {
	padding: 0px;
	margin-bottom: 0px;
}

a:focus, a:hover, a:active {
	text-decoration: none;
}

/*------------Intro------------*/
.wrapper {
	width: 100%;
	float: left;
	overflow-y: hidden;
}

#intro {
	width: 100%;
	float: left;
	position: relative;
	z-index: 999;
}

#intro .item {
	width: 100%;
	height: 100%;
	position: relative;
}

#intro .spot {
	width: 100%;
	float: left;
	position: absolute;
	left: 0px;
	bottom: 45px;
	color: #ffffff;
}

#intro .spot .logo {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

#intro .spot .logo img {
	max-width: 15%;
	/*filter: brightness(0) invert(1);*/
}

#intro .spot .title {
	width: 100%;
	float: left;
	font-size: 22px;
	margin-bottom: 20px;
}

#intro .spot .description {
	width: 45%;
	float: left;
	font-size: 15px;
}

#intro .enterWebSiteArrow {
	position: absolute;
	bottom: 5px;
	left: calc( 54% - 15px );
	color: #ffffff;
	font-size: 60px;
	cursor: pointer;
	-webkit-animation: enterButton 1s linear infinite;
	-moz-animation:    enterButton 1s linear infinite;
	-o-animation:      enterButton 1s linear infinite;
	animation:         enterButton 1s linear infinite;
}

@keyframes enterButton {
	0%   {  bottom: 5px; }
	50%  {  bottom: 35px; }
	100% {  bottom: 5px; }
}
@-webkit-keyframes enterButton {
	0%   {  bottom: 5px; }
	50%  {  bottom: 35px; }
	100% {  bottom: 5px; }
}

@-moz-keyframes enterButton {
	0%   {  bottom: 5px; }
	50%  {  bottom: 35px; }
	100% {  bottom: 5px; }
}

@-o-keyframes enterButton {
	0%   {  bottom: 5px; }
	50%  {  bottom: 35px; }
	100% {  bottom: 5px; }
}

@keyframes enterButton {
	0%   {  bottom: 5px; }
	50%  {  bottom: 35px; }
	100% {  bottom: 5px; }
}

/*------------Intro------------*/

/*------------Header------------*/

header {
	width: 100%;
	float: left;
	padding: 52px 0px;
	position: relative;
}

header:after {
	content: '';
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 0px;
	background: url('../images/headerShadow.png') center center no-repeat;
	background-size: cover;
}

header .logo {
	width: 100%;
	float: left;
}

header .menu {
	width: 100%;
	float: left;
}

header .menu ul {
	width: 100%;
	float: left;
}

header .menu ul li {
	display: inline-block;
	padding-right: 30px;
	line-height: 37px;
}

header .menu ul li:last-child {
	padding-right: 0px;
}

header .menu ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #6c6c6c;
	text-decoration: none;
	transition: all 0.3s;
}

header .menu ul li a:hover {
	color: #a78a5c;
}

header .langSelector {
	width: 100%;
	float: left;
	text-align: right;
	font-size: 9px;
	margin-top: -30px;
}

header .langSelector a {
	color: #6c6c6c;
	transition: all 0.3s;
}

header .langSelector a:hover {
	color: #a78a5c;
}

header .langSelector .langFlag {
	width: 21px;
	margin-top: -2px;
	margin-right: 3px;
}

header .searchForm {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 6px;
}

header .searchForm .searchInput {
	width: 100%;
	float: left;
	padding: 0px 15px;
	border: 1px solid #e9e9e9;
	outline: none;
	transition: all 0.3s;
}

header .searchForm .searchInput:focus {
	border-color: #a78a5c;
}

header .searchForm button {
	position: absolute;
	top: 1px;
	right: 5px;
	border: none;
	background: transparent;
}

.absoluteHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgb(195, 178, 145) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(195, 178, 145) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(195, 178, 145) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3b291', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.absoluteHeader:after {
	display: none;
}

.absoluteHeader .logo img {
	/*filter: brightness(0) invert(1);*/
}

.absoluteHeader .menu ul li a {
	color: #fff;
}

.absoluteHeader .menu ul li a:hover {
	color: #000000;
}

.absoluteHeader .langSelector a {
	color: #ffffff;
	transition: all 0.3s;
}

.absoluteHeader .langSelector a:hover {
	color: #000000;
}

.absoluteHeader .searchForm .searchInput {
	border: 1px solid #fff;
}

.mobileMenuButton {
	width: 50px;
	height: 50px;
	float: right;
	position: fixed;
	right: 0px;
	top: 0px;
	background: #a78a5c;
	border-radius: 0px 0px 0px 10px;
	padding: 13px 10px;
	transition: all 0.3s;
	z-index: 9999;
}

.mobileMenuButton span {
	width: 100%;
	float: left;
	height: 3px;
	background: #fff;
	margin-bottom: 6px;
	transition: all 0.6s ease;
}

.mobileMenu {
	position: fixed;
	right: -70%;
	background: #a78a5c;
	width: 70%;
	height: 100%;
	padding: 30px;
	text-align: center;
	top: 0px;
	z-index: 9999;
	overflow-y: auto;
	transition: all 0.3s;
}

.mobileMenu .menuLogo {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
	display: none;
}

.mobileMenu .menuLogo img {
	max-width: 100%;
}

.mobileMenu ul {
	width: 100%;
	float: left;
	text-align: center;
}

.mobileMenu ul li {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.mobileMenu ul li a {
	color: #fff;
	font-size: 16px
}

.mobileMenu .information {
	width: 90%;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 5%;
	padding-top: 15px;
	border-top: 1px solid #fff;
}

.mobileMenu .information ul {
	width: 100%;
	float: left;
}

.mobileMenu .information ul li {
	width: 100%;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	font-size: 13px;
	text-align: left;
}

.mobileMenu .information ul li:last-child {
	border-bottom: none;
}

.mobileMenu .information ul li i {
	width: 40px;
	height: 30px;
	float: left;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.mobileMenu .information ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

/*------------Header------------*/

/*------------Footer------------*/

footer {
	width: 100%;
	float: left;
	padding: 50px 0px;
}

footer .item {
	width: 100%;
	float: left;
}

footer .item .title {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #1e1e1e;
	font-weight: bold;
	margin-bottom: 30px;
}

footer .item ul {
	width: 100%;
	float: left;
}

footer .item ul li {
	width: 100%;
	float: left;
}

footer .item ul li a {
	color: #7f7f7f;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s;
}

footer .item ul li a:hover {
	color: #a78a5c;
}

footer .item ul li a i {
	width: 20px;
	height: 30px;
	float: left;
	line-height: 20px;
}

footer .item ul li:first-child a i {
	height: 62px;
}

footer .item ul li a span {

}

footer .interca .footerLogo {
	width: 100%;
	padding-bottom: 25px;
	float: left;
	border-bottom: 1px solid #ebebeb;
}

footer .interca .content {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #474747;
	margin-top: 15px;
}

footer .interca .content a {
	color: #474747;
}

footer .interca .copyright {
	width: 100%;
	float: left;
	margin-top: 50px;
	font-size: 12px;
	color: #333333;
}

footer .contact ul li {
	margin-bottom: 10px;
}

/*------------Footer------------*/

/*------------Slider-------------*/

#slider {
	width: 100%;
	float: left;
	position: relative;
}

#slider:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background: #fff;
	opacity: 0.3;
	z-index: 2;
}

#slider .item {
	width: 100%;
	float: left;
	position: relative;
}

#slider .item .spot {
	width: 100%;
	position: absolute;
	/*top: 35%;*/
	top: 45%;
}

#slider .item .spot .slideRow {
	width: 55%;
	float: left;
	padding: 0px 15px;
}

#slider .item .spot .title {
	width: 100%;
	float: left;
	color: #fff;
	/*font-size: 37px;*/
	font-size: 15px;
	/*line-height: ;*/
	letter-spacing: 1.8px;
}

#slider .item .spot .excerpt {
	width: 100%;
	float: left;
	color: #fff;
	/*font-size: 16px;*/
	font-size: 25px;
	font-weight: bold;
}

#slider .item .spot .more {
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
	display: none;
}

#slider .item .spot .more a {
	float: left;
	padding: 8px 22px;
	font-size: 17px;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
	z-index: 10;
}

#slider img {
	width: 100%;
	display: block;
}

#slider .owl-nav {
	width: 100%;
	height: 78px;
	margin: 0px;
	position: absolute;
	top: calc(50% - 39px);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
}

#slider:hover .owl-nav {
	opacity: 1
}

#slider .owl-nav i {
	font-size: 25px;
	cursor: pointer;
	transition: all 0.3s;
	color: #fff;
}

#slider .owl-nav i:hover {
	opacity: 1;
}

#slider .owl-prev {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 2px;
	background: #c4b391;
	opacity: 0.5;
	transition: all 0.3s;
}

#slider .owl-prev:hover {
	opacity: 1;
}

#slider .owl-next {
	float: right;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 2px;
	background: #c4b391;
	opacity: 0.5;
	transition: all 0.3s;
}

#slider .owl-next:hover {
	opacity: 1;
}

/*------------Slider-------------*/

/*------------Services-------------*/

#services {
	width: 100%;
	float: left;
	margin-top: -120px;
	z-index: 2;
	position: relative;
}

#services ul {
	width: 100%;
	float: left;
	text-align: center;
}

#services ul li {
	display: inline-block;
	width: 12%;
	margin-right: 23px;
}

#services ul li:last-child {
	margin-right: 0px;
}

#services ul li .icon {
	width: 100%;
	float: left;
	background: rgba(196, 179, 145, 0.67);
	padding: 25px 0px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#services ul li:hover .icon {
	background: rgba(196, 179, 145, 0.77);
}

#services ul li .icon i {
	width: 100%;
	height: 70px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#services ul li .icon .iconOne {
	background: url('../images/iconOne.png') center center no-repeat;
}

#services ul li .icon .iconTwo {
	background: url('../images/iconTwo.png') center center no-repeat;
}

#services ul li .icon .iconThree {
	background: url('../images/iconThree.png') center center no-repeat;
}

#services ul li .icon .iconFour {
	background: url('../images/iconFour.png') center center no-repeat;
}

#services ul li:hover .icon .iconOne {
	background: url('../images/iconOneHover.png') center center no-repeat;
}

#services ul li:hover .icon .iconTwo {
	background: url('../images/iconTwoHover.png') center center no-repeat;
}

#services ul li:hover .icon .iconThree {
	background: url('../images/iconThreeHover.png') center center no-repeat;
}

#services ul li:hover .icon .iconFour {
	background: url('../images/iconFourHover.png') center center no-repeat;
}

#services ul li .content {
	width: 100%;
	float: left;
	padding: 0px 10px;
	text-align: left;
	min-height: 70px;
	border-bottom: 1px solid #c4b391;
	transition: all 0.3s;
}

#services ul li:hover .content {
	background: #c4b391;
}

#services ul li .content .title {
	width: 100%;
	float: left;
	font-size: 15px;
	/*color: #b6b6b6;*/
	color: #8a8888;
	padding: 9px 0px 9px 0px;
	transition: all 0.3s;
}

#services ul li:hover .content .title {
	color: #fff;
}

#services ul li .content .excerpt {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #b6b6b6;

}

/*------------Services-------------*/

/*------------Slogan-------------*/

#slogan {
	width: 100%;
	float: left;
	padding: 60px 0px;
}

#slogan .text {
	width: 100%;
	float: left;
	padding-left: 5px;
}

#slogan .text .title {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #a78a5c;
	margin-bottom: 25px;
	margin-top: 0px;
}

#slogan .text .excerpt {
	width: 100%;
	float: left;
	color: #7f7f7f;
	font-size: 14px;
	margin: 0px;
}

/*------------Slogan-------------*/

/*------------Default Page------------*/

.bannerArea {
	width: 100%;
	float: left;
	height: 170px;
}

.contentWrapper {
	width: 100%;
	float: left;
	margin: 50px 0px;
	text-align: justify;
}

.sidebar {
	width: 100%;
	float: left;
	position: relative;
	text-align: left;
}

.sidebar:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 0px;
	right: 0px;
}

.sidebar .title {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #a78a5c;
}

.sidebar .title a {
	font-weight: bold;
	color: #a78a5c;
	text-decoration: none;
}

.sidebar ul {
	width: 100%;
	float: left;
}

.sidebar  ul li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.sidebar  ul li:last-child {
	margin-bottom: 0px;
}

.sidebar ul li a {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
}

.sidebar ul .active a {
	color: #a78a5c;
	padding-left: 15px;
}

.sidebar ul .active a:before {
	content: '\f105';
	font-family: fontAwesome;
	position: absolute;
	left: 0px;
	top: -5px;
	opacity: 1;
	font-size: 20px;
}

.sidebar ul li a:hover {
	color: #a78a5c;
	padding-left: 15px;
}

.sidebar ul li a:before {
	content: '\f105';
	font-family: fontAwesome;
	position: absolute;
	left: -10px;
	top: -5px;
	font-size: 20px;
	color: #a78a5c;
	opacity: 0;
	transition: all 0.3s;
}

.sidebar ul li a:hover:before {
	opacity: 1;
	left: 0px;
}

.categorySelectBox {
	position: relative;
	margin-bottom: 30px;
}

.categorySelectBox select {
	box-shadow: none;
	border-radius: 0px;
	background: #f7f7f7;
	font-weight: bold;
	font-size: 14px;
	color: #a78a5c;
	border: none;
	padding-left: 30px;
	-webkit-appearance: none;
}

.categorySelectBox:before {
	content: '\f107';
	position: absolute;
	top: 1px;
	left: 23px;
	color: #a78a5c;
	font-family: FontAwesome;
	font-size: 23px;
	font-weight: bold;
	z-index: 2;
}

.selectBox:focus, .selectBox.selectBox-menuShowing, .form-control:focus, .form-control.selectBox-menuShowing {
	box-shadow: none;
	border: none;
}

/*------------Default Page------------*/

/*------------Cooparative Page------------*/

#Page {
	width: 100%;
	float: left;
}

#Page .list .title {
	width: 100%;
	float: left;
	font-size: 18px;
	/*color: #2b2b2b;*/
	margin-bottom: 25px;
	font-weight: bold;
	color: #a78a5c;
}

#Page .list .content {
	width: 100%;
	float: left;
	color: #231f20;
}

#Page .list .sampleRed {
	color: #cc0000;
	opacity: 0.8;
}

#Page .list .content p {
	opacity: 0.8;
}

#Page .list .content h1 {
	color: #a87634;
	font-size: 20px;
	font-style: italic;
}

#Page .list .content h2 {
	color: #a87634;
	font-size: 16px;
}

#Page .list .content ul li {
	position: relative;
	padding-left: 15px;
	opacity: 0.8;
}

#Page .list .content ul li:before {
	content: '\f111';
	font-family: fontAwesome;
	position: absolute;
	top: 4px;
	left: 0px;
	font-size: 9px;
	color: #a87634;
}

#Page .list .content a {
	color: #a87634;
}

/*------------Cooparative Page------------*/

/*------------Product List Page------------*/

#productListPage {
	width: 100%;
	float: left;
}


#productListPage .list {
	width: 100%;
	float: left;
}

#productListPage .seperator:nth-child(2) {
	margin-top: 0px;
}

#productListPage .seperator {
	border-bottom: 5px solid #e2e2e2;
	padding-bottom: 20px;
	margin-top: 50px;
}

#productListPage .list .title {
	width: 100%;
	float: left;
	font-size: 25px;
	color: #2b2b2b;
	margin-bottom: 25px;
	font-weight: bold;
}

#productListPage .list .title .brandLogo img {
	max-width: 125px;
	max-height: 60px;
}

#productListPage .list .item {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

#productListPage .list .item:last-child {
	margin-bottom: 0px;
}

#productListPage .list .item .img {
	width: 100%;
	float: left;
	border: 8px solid #f1f1f1;
}

#productListPage .list .item .img img {
	max-width: 100%;
}

#productListPage .list .item .productTitle {
	width: 100%;
	float: left;
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#productListPage .list .item .productTitle:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 2px;
	width: 40%;
	background: #e6e6e6;
}

#productListPage .list .item .productTitle a {
	color: #2b2b2b;
	text-decoration: none;
	transition: all 0.3s;
}

#productListPage .list .item .productTitle a:hover {
	color: #a78a5c;
}

#productListPage .list .item .productDescription {
	width: 100%;
	float: left;
	font-size: 11px;
	color: #4d4d4d;
}

#productListPage .list .item .productBrandLogo {
	/*width: 100%;
	float: left;
	position: absolute;
	bottom: -58px;
	left: 15px;*/
	width: 100%;
	float: left;
	margin-top: 30px;
}

#productListPage .list .item .productBrandLogo img {
	/*max-width: 100px;*/
	max-height: 50px;
	/*height: 50px;*/
}

#productListPage .list .gallery {
	width: 100%;
	float: left;
	margin-top: 30px;
}

#productListPage .list .gallery .img {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	height: 196px;
	overflow: hidden;
	border: 1px solid #ddd;
}

#productListPage .list .gallery .img img {
	max-width: 100%;
	max-height: 100%;
}


#productListPage .list .nav-tabs {
	width: 100%;
	flaot: left;
	text-align: center;
}

#productListPage .list .nav-tabs li {
	display: inline-block;
	float: none;
	transition: all 0.3s;
}

#productListPage .list .nav-tabs li a {
	color: #231f20;
	font-weight: bold;
}

#productListPage .list .nav-tabs .active a {
	color: #a78a5c;
}

/*------------Product List Page------------*/

/*-----------Contact--------------*/

.contactPage {
	width: 100%;
	float: left;
}

.contactPage .information {
	width: 100%;
	float: left;
	margin-bottom: 23px;
}

.contactPage .information ul {
	width: 100%;
	float: left;
}

.contactPage .information ul li {
	width: 100%;
	float: left;
	padding: 10px 0px;
	border-bottom: 1px solid #f1f1f1;
	color: #646464;
}

.contactPage .information ul li:last-child {
	border-bottom: none;
}

.contactPage .information ul li i {
	width: 40px;
	height: 30px;
	float: left;
	font-size: 20px;
	color: #c4b391;
	text-align: center;
}

.contactPage .information ul li a {
	color: #646464;
	text-decoration: none;
}

.contactPage .map {
	width: 100%;
	float: left;
}

.contactPage .map iframe {
	width: 100%;
	height: 350px;
}

.contactPage .form .title {
	width: 100%;
	float: left;
	font-size: 20px;
	padding-bottom: 13px;
	color: #a78a5c;
}

.contactPage .form {
	width: 100%;
	float: left;
}

.contactPage .form form {
	width: 100%;
	float: left;
}

.contactPage .form .item {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	color: #646464
}

.contactPage .form .item label {
	width: 100%;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.contactPage .form .item .contactInput {
	width: 100%;
	float: left;
	padding: 10px 30px 10px 10px;
	border: 1px solid #f1f1f1;
	background: #fff;
	border-radius: 0px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.contactPage .form .item .contactTextarea {
	width: 100%;
	float: left;
	padding: 10px 30px 10px 10px;
	border: 1px solid #f1f1f1;
	outline: none;
	resize: none;
	height: 150px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.contactPage .form .item .contactInput:focus {
	border-color: #c4b391;
}

.contactPage .form .item .contactTextarea:focus {
	border-color: #c4b391;
}

.contactPage .form .item .contactSubmit {
	width: 100%;
	float: left;
	border-radius: 0px;
	padding: 10px;
	background: #c4b391;
	color: #fff;
	border: none;
}

.contactPage .form .item .contactSubmit i {
	margin-right: 10px;
}

.contactPage .form .item .iconWrap {
	width: 100%;
	float: left;
	position: relative;
}

.contactPage .form .item .iconWrap i {
	position: absolute;
	top: 12px;
	right: 13px;
	font-size: 17px;
	color: #c4b391;
}

.contactPage .content {
	width: 100%;
	float: left;
	color: #636363;
	font-size: 13px;
	text-align: justify;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 30px;
}

/*-----------Contact--------------*/


.sertificateList {
	width: 100%;
	float: left;
}

.sertificateList .img {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	border: 3px solid #a78a5c;
	margin-bottom: 30px;
}

.sertificateList .img img {
	max-width: 100%;
}
