/* Elementpath css */

/* 
el_01 
color
*/

/* 
el_02 
background
*/
/* 
el_03 
display
*/
/* 
el_04 
position
*/
/* 
el_05 
Border
*/
.border {
    border: 1px solid #ddd;
}
/* 
el_06 
Transition
*/
/* 
el_07 
Font size
*/
/* 
el_08 
Font wieght
*/
/* 
el_09 
Float
*/
/* 
el_10 
Width
*/
/* 
el_11
height
*/
/* 
el_12
Line height
*/
/* 
el_13
Margin
*/
.mt_6 {
    margin-top: 6px;
}
.mt_190 {
    margin-top: 190px;
}
.mr_35 {
    margin-right: 35px;
}
.ml_30 {
    margin-left: 30px;
}
.ml_60 {
    margin-left: 60px;
}
.ml_70 {
    margin-left: 70px;
}
/* 
el_13 
Padding
*/
/* 
el_14 
Top
*/
/* 
el_15 
Right
*/
/* 
el_16
Bottom
*/
/* 
el_17
Top
*/
/* 
el_18
Text align
*/
/* 
el_19
Z-index
*/
/* 
el_20
Border radius
*/
/* 
el_21
Box shadow
*/
/* 
el_22
Btn
*/
/* 
el_23
Image Hover
*/
@-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
}
@keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
}
@-webkit-keyframes shine {
    100% {
      left: 125%;
    }
}
@keyframes shine {
    100% {
      left: 125%;
    }
}




