@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);

html, body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  text-align: center;
  line-height: 18px;
  
  background: #dcdcdc;
  margin: 0;
  height: 100%;
}
body {
  min-width: 1030px;
}
a {
  color: #ee3338;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 20px 0; 
}
ul {
  padding-left: 22px;
  margin-bottom: 20px;
}
li {
  list-style-image: url('../images/list-style-red.png');
  padding-left: 3px;
  margin-bottom: 11px;
}
img {
  border: 0;
}
h1, h2, h3, h4 {
  font-weight: 700;
  color: #ee3338;
  line-height: normal;
  
  margin: 0;
}
strong {
  font-weight: 700;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	line-height: 0;
	visibility: hidden;
}
form {
	padding: 0;
	margin: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}

#page {  
  position: relative;
  width: 100%;
  min-height: 100%;
	height: auto !important;
  height: 100%;
}


/*// COLOR SCHEMES //*/

.scheme-red li {
  list-style-image: url('../images/list-style-red.png');
}
.scheme-green li {
  list-style-image: url('../images/list-style-green.png');
}
.scheme-yellow li {
  list-style-image: url('../images/list-style-yellow.png');
}
.scheme-grey li {
  list-style-image: url('../images/list-style-grey.png');
}
.scheme-red .img-hover {
  background: #900206;
  opacity: 0.50;
}
.scheme-green .img-hover {
  background: #428330;
  opacity: 0.50;
}
.scheme-yellow .img-hover {
  background: #fff215;
  opacity: 0.35;
}
.scheme-grey .img-hover {
  background: #cecece;
  opacity: 0.50;
}
.scheme-red h1, 
.scheme-red h2 {
  color: #ee3338;
}
.scheme-green h1, 
.scheme-green h2 {
  color: #4ac529;
}
.scheme-yellow h1, 
.scheme-yellow h2 {
  color: #756f0a;
}
.scheme-grey h1, 
.scheme-grey h2 {
  color: #ee3338;
}
.scheme-red #aside > ul > li > a:hover,
.scheme-red #aside > ul > li.active > a,
.scheme-red #aside .submenu a:hover,
.scheme-red #aside .submenu .active > a {
  background: #ee3338;
  color: white;
}
.scheme-red #aside .submenu li {
  border-top-color: #9e0005;
}
.scheme-red #aside .submenu a {
  background: #bf0006;
  color: white;
}
.scheme-green #aside > ul > li > a:hover,
.scheme-green #aside > ul > li.active > a,
.scheme-green #aside .submenu a:hover,
.scheme-green #aside .submenu .active > a {
  background: #4f923d;
  color: white;
}
.scheme-green #aside .submenu li {
  border-top-color: #38682c;
}
.scheme-green #aside .submenu a {
  background: #427c33;
  color: white;
}
.scheme-yellow #aside > ul > li > a:hover,
.scheme-yellow #aside > ul > li.active > a,
.scheme-yellow #aside .submenu a:hover,
.scheme-yellow #aside .submenu .active > a {
  background: #fff215;
  color: #4c4800;
}
.scheme-yellow #aside .submenu li {
  border-top-color: #a29900;
}
.scheme-yellow #aside .submenu a {
  background: #bfb400;
  color: white;
}
.scheme-grey #aside > ul > li > a:hover,
.scheme-grey #aside > ul > li.active > a,
.scheme-grey #aside .submenu a:hover,
.scheme-grey #aside .submenu .active > a {
  background: #6a7079;
  color: white;
}
.scheme-grey #aside .submenu li {
  border-top-color: #434445;
}
.scheme-grey #aside .submenu a {
  background: #5d5e61;
  color: white;
}


/*// FOOTER //*/

#footer {
  height: 200px;
  margin-top: -200px;
  clear: both;
  float: left;
  width: 100%;
}
#footer-contact {
  height: 146px;
  background: #ee3338;
}
#footer-contact-content {
  text-align: left;
  
  position: relative;
  height: 146px;
  width: 1000px;
  margin: 0 auto;
}
#footer-copyright {
  color: #d15457;
  font-size: 12px;
  line-height: 54px;
  
  position: relative;
  height: 54px;
  background: #8b2124;
}

#footer-logo {
  position: absolute;
  top: 32px;
  left: 45px;
}
.footer-contact-block {
  color: white;
  
  box-sizing: border-box;
  position: absolute;
  height: 146px;
  background-repeat: no-repeat;
  background-position: 0 45px;
  padding-left: 60px;
}
.footer-contact-block a {
  color: white;
  text-decoration: none;
}
.footer-contact-block a:hover {
  text-decoration: underline;
}
#footer-home {
  background-image: url("../images/footer-home.png");
  left: 284px;
  padding-top: 34px;
}
#footer-phone {
  background-image: url("../images/footer-phone.png");
  left: 548px;
  padding-top: 54px;
}
#footer-email {
  background-image: url("../images/footer-email.png");
  left: 768px;
  padding-top: 60px;
}


/*// MAIN BODY + HEADER //*/

#main-body {
  padding-top: 87px;
  padding-bottom: 200px;
}

#header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 87px;
  background: White;
}
#header-content {
  height: 87px;
  width: 1000px;
  margin: 0 auto;
}

#header-logo {
  box-sizing: border-box;
  float: left;
  width: 162px;
  height: 87px;
  padding-top: 17px;
  margin-left: 20px;
}
#header-lang {
  float: right;
  padding: 5px 10px;
  border: 2px solid #cecece;
  border-radius: 13px;
  margin: 31px 18px 0 0;
}
#header-lang img {
  float: left;
}
#header-lang .header-lang-additional img {
    display: none;
    margin-left: 5px;
}
#header-lang:hover .header-lang-additional img {
    display: initial;
}

#header-menu {
  float: left;
  height: 87px;
  margin: 0;
  padding: 0 0 0 210px;
}
#header-menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-menu > li > a {
  font-weight: 700;
  color: #3a3a3a;
  text-decoration: none;
  text-transform: uppercase;
  
  float: left;
  height: 50px;
  padding: 0 13px;
  padding-top: 37px;
}
#header-menu > li > a span {
  border: 2px solid White;
  border-radius: 13px;
  padding: 3px 7px;
}
#header-menu > li:hover > a span,
#header-menu > li.active > a span {
  color: #ee3338;
  border-color: #ee3338
}
#header-menu > li.active .submenu {
  display: block;
}
#header-menu .submenu {
  display: none;
  position: absolute;
  top: 87px;
  left: 0;
  width: 100%;
  height: 58px;
  background: #ee3338;
  z-index: 1000;
}
#header-menu .submenu-content {
  position: relative;
  height: 58px;
  width: 1000px;
  margin: 0 auto;
}
#header-menu .submenu .menu-arrow {
  position: absolute;
  top: -10px;
  width: 20px;
  height: 10px;
  background: url('../images/menu-arrow.png') no-repeat;
  cursor: pointer;
}
#header-menu .submenu ul {
  height: 58px;
  margin: 0;
  padding: 0;
}
#header-menu .submenu a {
  font-weight: 700;
  color: White;
  text-decoration: none;
  text-transform: uppercase;
  
  float: left;
  height: 38px;
  padding: 0 8px;
  padding-top: 20px;
}
#header-menu .submenu a span {
  border-radius: 13px;
  padding: 6px 14px;
}
#header-menu .submenu a.menu-icon span {
  background-position: 14px center;
  background-repeat: no-repeat;
}
#header-menu .submenu a.menu-icon-tractor span {
  background-image: url('../images/menu-icon-tractor.png');
  padding-left: 47px;
}
#header-menu .submenu a.menu-icon-van span {
  background-image: url('../images/menu-icon-van.png');
  padding-left: 53px;
}
#header-menu .submenu a.menu-icon-flower span {
  background-image: url('../images/menu-icon-flower.png');
  padding-left: 37px;
}
#header-menu .submenu a.menu-icon-tools span {
  background-image: url('../images/menu-icon-tools.png');
  padding-left: 39px;
}
#header-menu .submenu a:hover span,
#header-menu .submenu .active a span {
  background-color: white;
  color: #5d5d5d;
}
#header-menu .submenu a.menu-icon-tractor:hover span,
#header-menu .submenu .active a.menu-icon-tractor span {
  background-image: url('../images/menu-icon-tractor-active.png');
  color: #c5ba00;
}
#header-menu .submenu a.menu-icon-van:hover span,
#header-menu .submenu .active a.menu-icon-van span {
  background-image: url('../images/menu-icon-van-active.png');
  color: #ee3338;
}
#header-menu .submenu a.menu-icon-flower:hover span,
#header-menu .submenu .active a.menu-icon-flower span {
  background-image: url('../images/menu-icon-flower-active.png');
  color: #4ac529;
}
#header-menu .submenu a.menu-icon-tools:hover span,
#header-menu .submenu .active a.menu-icon-tools span {
  background-image: url('../images/menu-icon-tools-active.png');
  color: #5d5d5d;
}


/*// LAYOUT COMPONENTS //*/

#main {
  float: right;
  width: 724px;
}

#aside {
  text-align: left;
  
  float: left;
  width: 230px;
}
#aside > ul {
  border: 2px solid #cdcdcd;
  margin: 0;
  padding: 0;
  border-radius: 18px;
}
#aside > ul > li {
  list-style: none;
  border-bottom: 1px solid #dadada;
  margin: 0;
  padding: 0;
}
#aside > ul > li:last-child {
  border: 0;
}
#aside > ul > li > a:before {
  content: "»  ";
}
#aside > ul > li > a {
  color: black;
  text-decoration: none;
  font-weight: 700;
  
  display: block;
  padding: 8px 14px;
}
#aside > ul > li > a:hover,
#aside > ul > li.active > a {
  color: white;
  background: #ee3338;
}
#aside > ul > li:first-child > a {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#aside > ul > li:last-child:not([data-hasSubmenu]) > a,
#aside > ul > li:last-child[data-hasSubmenu]:not([class="active"]) > a {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#aside .submenu {
  display: none;
  margin: 0;
  padding: 0;
}
#aside .active .submenu {
  display: block;
}
#aside .submenu li {
  list-style: none;
  border-top: 1px solid #9e0005;
  margin: 0;
  padding: 0;
}
#aside .submenu a:before {
  content: "»  ";
}
#aside .submenu a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  
  display: block;
  padding: 8px 14px 8px 25px;
  background: #bf0006;
}
#aside .submenu a:hover,
#aside .submenu .active > a {
  color: white;
  background: #ee3338;
}
#aside li:last-child .submenu li:last-child a {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.item {
  text-align: center;
  text-decoration: none;
  
  display: block;
  width: 221px;
  border: 2px solid #cdcdcd;
  border-radius: 18px;
  margin: 0 auto;
}
.item-img {
  width: 225px;
  height: 172px;
  margin: -2px 0 0 -2px;
  background-size: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.item h2 {
  font-size: 14px;
  
  padding-top: 13px;
}
.item:hover h2 {
  text-decoration: underline;
}
.item-date {
  font-size: 10px;
  color: #8a8a8a;
  
  margin: 0 30px;
  background: url('../images/item-separator.png') repeat-x center;
  margin-top: -1px;
}
.item-date span {
  background: white;
  padding: 0 6px;
}
.item-text {
  color: black;
  line-height: 20px;
  overflow: hidden;
  height: 70px;
  padding: 1px 13px 17px 13px;
}

.item-selection {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
.item-selection td {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
}
.item-selection tr:last-child td {
  padding: 0;
}

.item-detail {
  width: 703px;
  margin: 0 auto;
  margin-bottom: 16px;
  border: 2px solid #cdcdcd;
  border-radius: 18px;
  padding: 35px 0;
}
.item-detail-img {
  float: left;
  width: 334px;
}
.item-detail-img table {
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
}
.item-detail-img td {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
}
.item-detail-img img {
  display: block;
  margin: 0 auto;
  width: 286px;
}
.item-detail-img img.img-detail {
  width: 138px;
}
.item-detail-shadow {
  box-shadow: 0 0 6px #888888;
}
.item-detail-content {
  text-align: left;
  
  float: right;
  padding-right: 24px;
  width: 341px;
}
.item-detail h1 {
  font-size: 18px;
}
.item-detail-date {
  font-size: 10px;
  color: #8a8a8a;
  
  margin-top: -2px;
}
.item-detail-text {
  padding-top: 20px;
}
.item-detail-button {
  color: white;
  text-decoration: none;
  line-height: 45px;
  font-weight: 700;
  
  float: left;
  background: #ee3538 url('../images/advertising-button.png') no-repeat 31px center;
  border-radius: 18px;
  padding: 0 33px 0 55px;
  margin-top: 5px;
}
.item-detail-button:hover {
  text-decoration: underline;
}


/*// ADVERTISING LAYOUT //*/

#advertising {
  padding-bottom: 20px;
}
#advertising-header {
  height: 140px;
  background-size: cover;
  background-position: center;
}
#advertising-content {
  width: 958px;
  border: 1px solid #cdcdcd;
  border-top: 0;
  margin: 0 auto;
  background: white;
  padding: 30px 20px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
#advertising #main {
  margin: 0 -8px 0 -8px;
}


/*// ACTIVITIES LAYOUT //*/

#activities {
  position: relative;
  padding-top: 58px;
  padding-bottom: 20px;
}
#activities-content {
  width: 958px;
  border: 1px solid #cdcdcd;
  border-top: 0;
  margin: 0 auto;
  background: white;
  padding: 30px 20px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-top: 254px;
}

#activities-header {
  position: absolute;
  top: 58px;
  width: 100%;
  height: 254px;
  background-size: cover;
  background-position: center;
}
#activities-header .img-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 254px;
}
#activities-header-content {
  position: relative;
  width: 1000px;
  height: 254px;
  margin: 0 auto;
}
#activities-person {
  position: absolute;
  top: 105px;
  left: 20px;
  width: 240px;
  height: 83px;
  background: white;
  border: 1px solid #c0beb2;
  border-radius: 42px;
}
#activities-person-img {
  width: 83px;
  height: 83px;
  border-radius: 42px;
  background-size: cover;
  background-position: center;
  border: 1px solid #c0beb2;
  margin: -1px 0 0 -1px;
  float: left;
}
#activities-person-text {
  color: black;
  text-align: left;
  font-size: 12px;
  
  float: right;
  width: 142px;
  padding-top: 14px;
}
#activities-person-text strong {
  font-size: 14px;
}
#activities-person-text a {
  color: black;
  text-decoration: none;
}
#activities-person-text a:hover {
  text-decoration: underline;
}
#activities-header-img01 {
  position: absolute;
  top: 68px;
  left: 401px;
  width: 190px;
  height: 140px;
  background-position: center;
  background-size: cover;
  border: 8px solid white;
  box-shadow: 0 0 13px black;
  transform: rotate(-3deg);
  z-index: 10;
}
#activities-header-img02 {
  position: absolute;
  top: 21px;
  left: 540px;
  width: 310px;
  height: 200px;
  background-position: center;
  background-size: cover;
  border: 8px solid white;
  box-shadow: 0 0 13px black;
  transform: rotate(3deg);
  z-index: 20;
}
#activities-header-img03 {
  position: absolute;
  top: 89px;
  left: 795px;
  width: 185px;
  height: 130px;
  background-position: center;
  background-size: cover;
  border: 8px solid white;
  box-shadow: 0 0 13px black;
  transform: rotate(3deg);
  z-index: 10;
}

#activities #main {
  margin: 0 -8px 0 -8px;
}
#activities-main {
  text-align: left;
  line-height: 20px;
  
  width: 653px;
  margin: 0 auto;
  border: 1px solid #cdcdcd;
  border-radius: 18px;
  padding: 15px 25px;
}
#activities-main h1 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#activities-main h2 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
}


/*// HOMEPAGE LAYOUT //*/

#homepage {
  position: relative;
}

#homepage-slider01 {
  position: relative;
  height: 496px;
}
#homepage-slider01 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 496px;
  z-index: 100;
}
#homepage-slider01 .slider-items,
#homepage-slider01 .slider-items li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
}
#homepage-slider01 .slider-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 496px;
  z-index: 10;
  background-position: center;
  background-size: cover;
}
#homepage-slider01 .slider-item-text {
  text-align: left;
  
  position: relative;
  margin: 0 auto;
  width: 1000px;
  z-index: 20;
}
#homepage-slider01 .slider-item-text p {
  font-size: 32px;
  color: white;
  font-weight: 700;
  line-height: 39px;
  
  display: block;
  /*float: left;*/
  position: absolute;
  background: #d93135;
  padding: 11px 13px 15px 13px;
  margin: 225px 0 0 60px;
}
#homepage-slider01 .slider-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 496px;
  z-index: 11;
  background: url('../images/slider01-hover.png') repeat-x bottom;
}
#homepage-slider01 .slider-button-left {
  display: block;
  position: absolute;
  top: 252px;
  left: 50px;
  width: 44px;
  height: 44px;
  z-index: 30;
  background: url('../images/slider01-button-left.png');
}
#homepage-slider01 .slider-button-right {
  display: block;
  position: absolute;
  top: 252px;
  right: 50px;
  width: 44px;
  height: 44px;
  z-index: 30;
  background: url('../images/slider01-button-right.png');
}

#homepage-main {
  position: relative;
  width: 980px;
  margin: 0 auto;
  margin-top: -30px;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  background: white;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  z-index: 40;
  padding: 27px 9px 50px 9px;
}
#homepage-main table {
  width: 100%;
  border-collapse: collapse;
}
#homepage-main td {
  width: 25%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#homepage-main .homepage-main-img {
  width: 227px;
  height: 195px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  border-radius: 18px;
}

#homepage-main .homepage-main-img:hover,#homepage-main .homepage-main-img-hovered .homepage-main-img {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.5);
}
#homepage-main .homepage-main-icon {
  width: 59px;
  height: 59px;
  margin: 0 auto;
  margin-top: -35px;
}
#homepage-main .homepage-main-icon-tractor {
  background: url('../images/homepage-tractor.png') no-repeat;
}
#homepage-main .homepage-main-icon-van {
  background: url('../images/homepage-van.png') no-repeat;
}
#homepage-main .homepage-main-icon-flower {
  background: url('../images/homepage-flower.png') no-repeat;
}
#homepage-main .homepage-main-icon-tools {
  background: url('../images/homepage-tools.png') no-repeat;
}
#homepage-main h2 {
  font-size: 15px;
  
  margin: 15px 0 9px 0;
}
#homepage-main p {
  font-size: 12px;
  padding: 0 11px;
  color: #2e2e2e;
  min-height: 75px;
}
#homepage-main .homepage-main-button {
  color: #6b6b6b;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  
  border: 2px solid #c2c2c2;
  border-radius: 14px;
  padding: 4px 18px 5px 18px;
}
#homepage-main .homepage-main-button:hover {
  color: white;
  
  background: #2e2e2e;
}

#homepage-slider02 {
  position: relative;
  height: 317px;
}
#homepage-slider02 .slider-items,
#homepage-slider02 .slider-items li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
}
#homepage-slider02 .slider-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  z-index: 10;
  background-position: center;
  background-size: cover;
}
#homepage-slider02 .slider-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  z-index: 11;
  background: #202020;
  opacity: 0.8;
}
#homepage-slider02 .slider-item-text {
  color: white;
  
  position: relative;
  margin: 0 auto;
  width: 930px;
  z-index: 20;
}
#homepage-slider02 h2 {
  color: white;
  font-size: 26px;
  
  padding-top: 70px;
}
#homepage-slider02 a {
  color: white;
}
#homepage-slider02 .slider-item-time {
  font-weight: 700;
  padding: 7px 0 3px 0;
}
#homepage-slider02 .slider-item-time span {
  padding-left: 320px;
  background: url('../images/slider02-separator.png') repeat-x center;
  margin: 0 12px;
}
#homepage-slider02 p {
  line-height: 28px;
}
#homepage-slider02 .slider-item-button-full {
  line-height: 26px;
  text-decoration: none;
  
  display: block;
  width: 121px;
  height: 26px;
  border: 2px solid #a7a7a5;
  border-radius: 14px;
  margin: 0 auto;
  margin-top: -7px;
  margin-bottom: 10px;
}
#homepage-slider02 .slider-item-button-full:hover {
  color: black;
  
  background: white;
}
#homepage-slider02 .slider-item-button-all {
  color: #918b7a;
  font-size: 11px;
  text-transform: uppercase;
}
#homepage-slider02 .slider-button-left {
  line-height: 38px;
  color: #8c8b88;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  
  display: block;
  position: absolute;
  top: 154px;
  left: 50px;
  z-index: 30;
  padding-left: 29px;
  background: url('../images/slider02-button-left.png') no-repeat left;
}
#homepage-slider02 .slider-button-right {
  line-height: 38px;
  color: #8c8b88;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  
  display: block;
  position: absolute;
  top: 154px;
  right: 50px;
  z-index: 30;
  padding-right: 29px;
  background: url('../images/slider02-button-right.png') no-repeat right;
}

#article-images-right-1, 
#article-images-right-2 {
    float: right;
    width: 240px;
}
#article-images-right-1 a, 
#article-images-right-2 a,
#article-images-bottom a {
    display: block;
    background-position: center;
    background-size: cover;
}
#article-images-right-1 a {
    width: 240px;
    height: 180px;
    margin-bottom: 10px;
    
}
#article-images-right-2 a {
    float: left;
    width: 116px;
    height: 82px;
    margin-bottom: 8px;
}
#article-images-bottom a {
    float: left;
    width: 156px;
    height: 117px;
    margin-bottom: 8px;
}
#article-images-right-2 a + a,
#article-images-bottom a + a {
    margin-left: 8px;
}
#article-images-right-2 a:nth-child(3n) {
    margin-left: 0;
    clear: left;
}
#article-images-bottom a:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}

#article-images-right-1 a:hover, 
#article-images-right-2 a:hover, 
#article-images-bottom a:hover,
.item-detail-shadow:hover, 
.img-detail:hover {
    -webkit-box-shadow: 0 0 8px 2px #888888;
    -moz-box-shadow: 0 0 8px 2px #888888;
    box-shadow: 0 0 8px 2px #888888;
}