
/* animated elements */
.animateblock {
  padding: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.animateblock.animated {
  opacity: 1;
}

/* animation transition styles */
.animateblock.left {
  margin-left: -300px;
}
.animateblock.left.animated {
  margin-left: 0px;
}

.animateblock.right {
  display: block;
  margin-left: 50%;
}
.animateblock.right.animated {
  margin-left: 0%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.animateblock.top {
  display: block;
  width: auto;
  margin-top: -40px;
}
.animateblock.top.animated {
  margin-top:50px;
}

.animateblock.btm {
  display: block;
  width: auto;
  margin-top: 25px;
  
}
.animateblock.btm.animated {
  margin-top: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.animateblock.btm1 {
  display: block;
  width: 100%;
  margin-top: 15px;
  
}
.animateblock.btm1.animated {
  margin-top: 0;
  transition:2s all;
	-moz-transition:2s all;
	-webkit-transition:2s all;
	-ms-transition:2s all;
}

.animateblock.btm2 {
  display: block;
  width: 100%;
  margin-top: 15px;
  
}
.animateblock.btm2.animated {
  margin-top: 0;
  transition:4s all;
	-moz-transition:4s all;
	-webkit-transition:4s all;
	-ms-transition:4s all;
}


.animateblock.centerleft {
  /* display: block; */
  width: auto;
  /* text-align: center; */
 /*  margin-right: -10%; */
}
.animateblock.centerleft.animated {
  margin-right: 0;
}

.animateblock.centerright {
  /* display: block; */
  width: auto;
  /* text-align: center; */
  margin-left: -10%;
}
.animateblock.centerright.animated {
  margin-left: 0;
}

.animateblock.center {
  margin-left: 2%;
}
.animateblock.center.animated {
  margin-left: 42%;
}

.animateblock.size {
  display: block;
  width: 10%;
  text-align: center;
}
.animateblock.size.animated {
  width: 100%;
  height: 100%;
}
.animateblock.size img {
  max-width: 100%;
  height: auto;
}
.artistic_img1 img {
    width: 100%;
}



/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {

}

/************************************************************************************
smaller than 667
*************************************************************************************/
@media screen and (max-width: 667px) {
.resp_prod.animateblock.right.animated {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
.resp_prod.animateblock img {
    width: 500px;
}
}

/************************************************************************************
smaller than 640
*************************************************************************************/
@media screen and (max-width: 640px) {
	
}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {

}

/************************************************************************************
smaller than 414
*************************************************************************************/
@media screen and (max-width: 414px) {

}

/************************************************************************************
smaller than 375
*************************************************************************************/
@media screen and (max-width: 375px) {

}

/************************************************************************************
smaller than 360
*************************************************************************************/
@media screen and (max-width: 360px) {

}




