*, :before, :after {
    box-sizing: border-box !important;
}
:focus {
    outline: 0 !important;
}


.mainbox {
/*    background: rgb(255, 255, 255); */
    margin-bottom: 15px !important;
     display: -webkit-inline-box !important;
     display: -webkit-inline-flex !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100% !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
/*     box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); */
}
.mainbox p {
  color: #666;
  font-size: 1.09em;
  line-height: 26px !important;
  margin:14px 0;
  text-align: center;
}
.mainbox p a{
 margin: 20px !important;
 color: rgb(255, 255, 255);
 display: inline-block !important;
     color: rgb(79, 81, 81);
	 text-decoration: none !important;
   
}
.mainbox p a span{
    display: block !important;
    border-left: 4px dashed rgba(16, 154, 190, 0);
     border-right: 4px solid rgb(16, 154, 190);
     border-top: 4px dashed rgba(16, 154, 190, 0);
    border-bottom: 4px solid rgb(16, 154, 190);
    border-radius: 50%;
    width: 115px !important;
    height: 115px !important;
    position: absolute !important;
    box-shadow: 0 0 5px 3px rgb(238, 238, 238);
     -webkit-transition: -webkit-transform 2s ease;
             transition: transform 2s ease;
			 text-decoration: none !important;
}
.mainbox p a storng{
    display: block !important;
    border-radius: 50%;
    width: 115px;
	height: 115px;
    padding:12px;
    margin-bottom: 13px;
    -webkit-transition: -webkit-transform 2s ease;
            transition: transform 2s ease;    
			text-decoration: none !important;
}
.mainbox p a storng img{
    width: 90px;
	height: 90px;
    padding: 8px;
    border-radius: 50%;
     border-top: 2px solid rgba(255, 255, 255, 0);
     border-bottom: 2px solid rgb(16, 154, 190);
     border-right: 2px solid rgba(255, 255, 255, 0);
     border-left: 2px solid rgb(16, 154, 190);
    box-shadow: inset 0 0 5px 3px rgb(238, 238, 238);
	text-decoration: none !important;
}
.mainbox p a span:hover{
     -webkit-transform: rotate(-1turn);
         -ms-transform: rotate(-1turn);
             transform: rotate(-1turn);  
}
