
/* Message to show when border-radius is not supported */
.message{
	display: none;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 20px;
	font-style: italic;
	padding-bottom: 20px;
}
.no-borderradius .message{
	display: block;
}

.more_art {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
	float: left;
	background-color:transparent;
	background-image: url(../images/bg_more_art.png);
	background-repeat: no-repeat;
}

.more_art p {
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 105px;
		text-shadow: 0px 0px 1px #fff;
}


.more_prod {
text-align: right;
width: 281px;
padding: 15px;
	display: block;
	margin-top: 25px;
	margin-bottom: 50px;
	width: 100%;
	float: left;
	background-color:#fff;
	-webkit-border-radius:12px;
	-moz-border-radius: 12px;
		border-radius: 12px;
	background-image: url(../images/bg_more_prod.png);
	background-position: top right;
	background-repeat: no-repeat;
	border:2px solid #e5e5e5;
	

}



/* The circle */
.ec-circle{
float: left;
margin-top: 0px;
    width: 90px;
    height: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 50%;
	text-align: center;
    overflow: hidden;
    background: transparent url(../images/1.png) no-repeat center center;
	-webkit-box-shadow: 
      inset 0 0 1px 90px rgba(0,0,0,0.2),
		inset 0 0 0 3px #fff;
	-moz-box-shadow: 
        inset 0 0 1px 90px rgba(0,0,0,0.2),
		inset 0 0 0 3px #fff;
	box-shadow: 
        inset 0 0 1px 90px rgba(0,0,0,0.2),
		inset 0 0 0 3px #fff;
	-webkit-transition: box-shadow 400ms ease-in-out;
	-moz-transition: box-shadow 400ms ease-in-out;
	-o-transition: box-shadow 400ms ease-in-out;
	-ms-transition: box-shadow 400ms ease-in-out;
	transition: box-shadow 400ms ease-in-out;
	/*For IE < 9 so that we have some kind of effect */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	display: block;
	outline: none;
}
.ec-circle-hover{
	-webkit-box-shadow: 
		inset 0 0 0 0 rgba(0,0,0,0.3),
		inset 0 0 0 6px #2d8196,
		0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 
		inset 0 0 0 0 rgba(0,0,0,0.3),
		inset 0 0 0 6px #2d8196,
		0 0 6px rgba(0,0,0,0.3);
    box-shadow: 
		inset 0 0 0 0 rgba(0,0,0,0.3),
		inset 0 0 0 6px #2d8196,
		0 0 6px rgba(0,0,0,0.3);
	/*For IE < 9 so that we have some kind of effect */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* Text inside of circle */
.ec-circle h3{
	color: transparent;
    font-size: 25px;
	line-height: 90px;
    text-shadow: 0px 0px 20px #fff;
	text-transform: uppercase;
    -webkit-transition: text-shadow 400ms ease-in-out;
	-moz-transition: text-shadow 400ms ease-in-out;
	-o-transition: text-shadow 400ms ease-in-out;
	-ms-transition: text-shadow 400ms ease-in-out;
	transition: text-shadow 400ms ease-in-out;
}
.ec-circle-hover h3 {
	text-shadow: 0px 0px 1px #fff;
}










.pagination_num {
width: 100%;
display: block;
float: left;
  margin: 20px 0;
  text-align: center;
	 margin-top: 35px;

}

.pagination_num ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination_num ul > li {
  display: inline;

}

.pagination_num ul > li > a,
.pagination_num ul > li > span {
  list-style-type: none;
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination_num ul > li > a:hover,
.pagination_num ul > .active > a,
.pagination_num ul > .active > span {
  background-color: #f5f5f5;
}

.pagination_num ul > .active > a,
.pagination_num ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination_num ul > .disabled > span,
.pagination_num ul > .disabled > a,
.pagination_num ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination_num ul > li:first-child > a,
.pagination_num ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination_num ul > li:last-child > a,
.pagination_num ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination_num-centered {
  text-align: center;
}

.pagination_num-right {
  text-align: right;
}

.pagination_num-large ul > li > a,
.pagination_num-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination_num-large ul > li:first-child > a,
.pagination_num-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination_num-large ul > li:last-child > a,
.pagination_num-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination_num-mini ul > li:first-child > a,
.pagination_num-small ul > li:first-child > a,
.pagination_num-mini ul > li:first-child > span,
.pagination_num-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination_num-mini ul > li:last-child > a,
.pagination_num-small ul > li:last-child > a,
.pagination_num-mini ul > li:last-child > span,
.pagination_num-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination_num-small ul > li > a,
.pagination_num-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination_num-mini ul > li > a,
.pagination_num-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}












