*{
	
	padding:0;
	margin: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
html,body{
	width: 100%;
	height: 100%;
}
.main{
	width:100%;
	margin: 0 auto;
}

.item{
	float: left;
	width: 166px;
	height: 160px;
	margin-right: 66px;
	margin-bottom: 132px;
	background-size: cover;
	background: #1c252c;
	border-radius: 50%;
	cursor: pointer;
	
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0.6), inset 0 0 0 0px #1c252c, 0 0 10px rgba(0,0,0,0.3);
	

	transition: all 0.5s ease-in;
	transition: box-shadow 400ms ease-in-out;
	/* Safari/Chrome, other WebKit */
	-webkit-border-radius: 50%;
	-webkit-box-shadow: inset 0 0 1px 230px rgba(255, 255, 255, .1), inset 0 0 0 0px #1c252c;
	-webkit-transition: box-shadow 400ms ease-in-out;
 /* Firefox, other Gecko */
	-moz-border-radius: 50%;
	-moz-box-shadow: inset 0 0 1px 230px rgba(255, 255, 255, .1), inset 0 0 0 0px #1c252c;
	-moz-transition: box-shadow 400ms ease-in-out;
	 /* Opera/IE 8+ */
	-o-transition: box-shadow 400ms ease-in-out;
	-ms-transition: box-shadow 400ms ease-in-out;
}
.item:hover  {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
		box-shadow: inset 0 0 1px 230px rgba(215, 40, 40, 0.6), inset 0 0 0 0px #1c252c;
}

.ul-elem {
    width: 960px;
    display: table;
    table-layout: fixed;
    white-space: nowrap;
}
.li-elem {
    display: table-cell;
    white-space: nowrap;
}
.li-elem a {
   
    white-space: nowrap;
}

.style001 {
    white-space: nowrap;
}

.pic1{
	background-color:#FFFFFF;
}
.pic2{
	background-color:#FFFFFF;
}
.pic3{
	background-color:#FFFFFF;
}
.pic4{
	background-color:#FFFFFF;
}
.pic5{
	background-color:#FFFFFF;
}

.imgcredit{
	position: fixed;
	bottom: 0;
}

.box-img{ text-align:center; margin:51px 0px 0px 0px;}

@media only screen and (max-width:1024px) {

.item{
	float: left;
	width: 156px;
	height: 150px;
	margin-right: 3.6%;
	margin-bottom: 12%;
	
}


.pic1{
	background-color:#FFFFFF;
}
.pic2{
	background-color:#FFFFFF;
}
.pic3{
	background-color:#FFFFFF;
}
.pic4{
	background-color:#FFFFFF;
}
.pic5{
	background-color:#FFFFFF;
}



} 




@media only screen and (max-width:960px) {

.item{
	
	margin-right: 2.5%;
		margin-bottom: 13%;
	}



}

@media only screen and (max-width:768px) {

.item{
	float: left;
	width: 126px;
	height: 120px;
	margin-right: 2.1%;
    margin-bottom: 16%;
}

.box-img{ text-align:center; margin:34px 0px 0px 0px;}


@media only screen and (max-width:640px) {

.item{
	float: left;
	width: 126px;
	height: 120px;
	margin-right: 3.7%;
	margin-bottom: 14%;

}

.pic5{
	background-color:#FFFFFF; margin:0px 0px 5px 217px;
}


@media only screen and (max-width:600px) {

.item{
	float: left;
	width: 126px;
	height: 120px;
	margin-right: 2.2%;
    margin-bottom: 0%;
}

.pic5{
	background-color:#FFFFFF; margin:73px 0px 10px 217px;
}

}

@media only screen and (max-width:568px) {

.item{
	
	width: 156px;
	height: 150px;
	margin: 0 2.7% 0 .8%;
   
}


.pic4{
	background-color:#FFFFFF; margin:90px 0px 10px 75px;
}

.pic5{
	background-color:#FFFFFF; margin:90px 0px 25px 50px;
}

.box-img{ text-align:center; margin:49px 0px 0px 0px;}


}


@media only screen and (max-width:480px) {

.item{
	
	width: 130px;
	height: 124px;
	margin: 0 2.7% 0 1%;
   
}

.pic4{
	background-color:#FFFFFF; margin:80px 0px 10px 75px;
}

.pic5{
	background-color:#FFFFFF; margin:80px 0px 25px 50px;
}

.box-img{ text-align:center; margin:34px 0px 0px 0px;}
}

@media only screen and (max-width:360px) {

.item{
	
	width: 166px;
	height: 160px;
	margin: 0 0 20% 22%;
   
}
.box-img{ text-align:center; margin:51px 0px 0px 0px;}

.pic4{
	background-color:#FFFFFF; margin:15px 0 0px 75px;
}

.pic5{
	background-color:#FFFFFF; margin:80px 0px 35px 75px;
}


}

@media only screen and (max-width:240px) {

.item{
	
	width: 166px;
	height: 160px;
	margin: 0 0 20% 11%;
   
}

.pic4{
	background-color:#FFFFFF; margin:35px 0 0px 20px;
}



}