body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

img {
    max-width: 100%;
}

.index section {
    padding: 60px 0px;
    width: 100%;
}

.productshome .info {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
}

.productshome .block .image {
    position: relative;
    float: left;
}

.productshome .info a {
    color: #fff;
    font-size: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    transition: all 0.3s;
    white-space: nowrap;
}

.productshome .info a:before {
    border: 1px solid #fff;
    border-radius: 100%;
    content: "";
    height: 0px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.2s ease-out 0s;
    visibility: hidden;
    width: 0px;
}

@media (min-width: 1200px){
.productshome .block-left:hover .info {
    margin-left: -15px;
}
}

.productshome .block-left:hover .info a {
    font-size: 128.57%;
    transition: all 0.3s;
    margin-left: -45px;
    margin-top: -13px;
}

.productshome .block-left:hover .info a:before {
    transition: all 0.2s ease-out 0s;
    height: 150px;
    width: 150px;
    visibility: visible;
    opacity: 1;
    margin-top: -75px;
    margin-left: -75px;
}

.productshome .block-left:hover .image:before {
    transform: scale(1);
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
}

.productshome .block .image:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0,0,0,0.3);
    opacity: 0;
    top: 0;
    left: 0;
    transform: scale(0.5);
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
}

.index-section{
	padding: 60px 0px;
}

.productshome .block .box-left, .productshome .block .box-right, .productshome .block .inner-bottom, .productshome .block .inner-top {
    position: relative;
    float: left;
}

.productshome .block-center .inner-top a.frist {
    margin-right: 28px;
}
.productshome .block-center .inner-top a {
    float: left;
}
.productshome .block-center .inner-bottom {
    margin-top: 14px;
}

.productshome .block-center .inner-top .box-left:hover .image:before {
    transform: scale(1);
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    opacity: 1;
}

.productshome .block-center .inner-top .box-left:hover .info a {
    font-size: 128.57%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: -60px;
    margin-top: 0px;
}

.productshome .block-center .inner-top .box-left:hover .info a:before {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: 124px;
    width: 124px;
    visibility: visible;
    opacity: 1;
    margin-top: -62px;
    margin-left: -62px;
}

.productshome .block-center .inner-top .box-right:hover .image:before {
    transform: scale(1);
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    opacity: 1;
}

@media (min-width: 1200px){
.productshome .block-center .inner-top .box-right .info {
    margin-left: -20px;
}
}

.productshome .block-center .inner-top .box-right:hover .info a {
    font-size: 128.57%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: -45px;
    margin-top: 0px;
}

.productshome .block-center .inner-top .box-right:hover .info a:before {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: 160px;
    width: 160px;
    visibility: visible;
    opacity: 1;
    margin-top: -80px;
    margin-left: -80px;
}

.productshome .info a:hover {
    color: #25bce9;
}

.productshome .block-center .inner-bottom:hover .info a {
    font-size: 128.57%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: -45px;
    margin-top: -13px;
}

.productshome .block-center .inner-bottom:hover .info a:before {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: 124px;
    width: 124px;
    visibility: visible;
    opacity: 1;
    margin-top: -62px;
    margin-left: -62px;
}

.productshome .block-center .inner-bottom:hover .image:before {
    transform: scale(1);
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    opacity: 1;
}

.productshome .block-right .inner-bottom {
    margin-top: 14px;
}

.productshome .block-right .inner-top:hover .image:before {
    transform: scale(1);
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    opacity: 1;
}

.productshome .block-right .inner-top:hover .info a:before {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: 124px;
    width: 124px;
    visibility: visible;
    opacity: 1;
    margin-top: -62px;
    margin-left: -62px;
}

.productshome .block-right .inner-bottom:hover .image:before {
    transform: scale(1);
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    opacity: 1;
}

.productshome .block-right .inner-bottom:hover .info a {
    font-size: 128.57%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: -57px;
    margin-top: -13px;
}

.productshome .block-right .inner-bottom:hover .info a:before {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: 134px;
    width: 134px;
    visibility: visible;
    opacity: 1;
    margin-top: -67px;
    margin-left: -67px;
}

.productshome .block-right .inner-top:hover .info a {
    font-size: 128.57%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: -45px;
    margin-top: -13px;
}

