@charset "UTF-8";
/* CSS Document */

.aixeena-cleaner {
	clear:both;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}

/* image effects */

img.effect-blur {
  -webkit-filter: blur(5px);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
img.effect-blur:hover {
  -webkit-filter: blur(0px);
}

img.effect-blurout {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
img.effect-blurout:hover {
  -webkit-filter: blur(5px);
}

img.effect-gray{ 
  border: 1px solid black;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all 1s ease;  /* Transition for Webkit browsers */
}

img.effect-gray:hover { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

img.effect-grayout{ 
  border: 1px solid black;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all 1s ease;  /* Transition for Webkit browsers */
}

img.effect-grayout:hover { 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: none;
}


img.effect-brightness {
  -webkit-filter: brightness(50%);
  -webkit-transition: all 2s ease;
     -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
      -ms-transition: all 2s ease;
          transition: all 2s ease;
}
 
 img.effect-brightness:hover {
  -webkit-filter: brightness(100%);
}

img.effect-brightnessout {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 2s ease;
     -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
      -ms-transition: all 2s ease;
          transition: all 2s ease;
}
 
 img.effect-brightnessout:hover {
  -webkit-filter: brightness(50%);
}

	
.shareicon {
	width:32px;
	height:32px;
	float:left;
}
.aixeenanews-share {
	float:right;
}

.circle-color-shareicontw {background-image:url(../images/circle/color/32/twitter.png);}
.circle-gray-shareicontw {background-image:url(../images/circle/gray/32/twitter.png);}
.circle-black-shareicontw {background-image:url(../images/circle/black/32/twitter.png);}

.circle-color-shareiconfb {background-image:url(../images/circle/color/32/facebook.png);}
.circle-gray-shareiconfb {background-image:url(../images/circle/gray/32/facebook.png);}
.circle-black-shareiconfb {background-image:url(../images/circle/black/32/facebook.png);}

.circle-color-shareicongp {background-image:url(../images/circle/color/32/googleplus.png);}
.circle-gray-shareicongp {background-image:url(../images/circle/gray/32/googleplus.png);}
.circle-black-shareicongp {background-image:url(../images/circle/black/32/googleplus.png);}

.circle-color-shareiconli {background-image:url(../images/circle/color/32/linkedin.png);}
.circle-gray-shareiconli {background-image:url(../images/circle/gray/32/linkedin.png);}
.circle-black-shareiconli {background-image:url(../images/circle/black/32/linkedin.png);}

.hex-color-shareicontw {background-image:url(../images/hex/color/32/twitter.png);}
.hex-gray-shareicontw {background-image:url(../images/hex/gray/32/twitter.png);}
.hex-black-shareicontw {background-image:url(../images/hex/black/32/twitter.png);}

.hex-color-shareiconfb {background-image:url(../images/hex/color/32/facebook.png);}
.hex-gray-shareiconfb {background-image:url(../images/hex/gray/32/facebook.png);}
.hex-black-shareiconfb {background-image:url(../images/hex/black/32/facebook.png);}

.hex-color-shareicongp {background-image:url(../images/hex/color/32/googleplus.png);}
.hex-gray-shareicongp {background-image:url(../images/hex/gray/32/googleplus.png);}
.hex-black-shareicongp {background-image:url(../images/hex/black/32/googleplus.png);}

.hex-color-shareiconli {background-image:url(../images/hex/color/32/linkedin.png);}
.hex-gray-shareiconli {background-image:url(../images/hex/gray/32/linkedin.png);}
.hex-black-shareiconli {background-image:url(../images/hex/black/32/linkedin.png);}

.square-color-shareicontw {background-image:url(../images/square/color/32/twitter.png);}
.square-gray-shareicontw {background-image:url(../images/square/gray/32/twitter.png);}
.square-black-shareicontw {background-image:url(../images/square/black/32/twitter.png);}

.square-color-shareiconfb {background-image:url(../images/square/color/32/facebook.png);}
.square-gray-shareiconfb {background-image:url(../images/square/gray/32/facebook.png);}
.square-black-shareiconfb {background-image:url(../images/square/black/32/facebook.png);}

.square-color-shareicongp {background-image:url(../images/square/color/32/googleplus.png);}
.square-gray-shareicongp {background-image:url(../images/square/gray/32/googleplus.png);}
.square-black-shareicongp {background-image:url(../images/square/black/32/googleplus.png);}

.square-color-shareiconli {background-image:url(../images/square/color/32/linkedin.png);}
.square-gray-shareiconli {background-image:url(../images/square/gray/32/linkedin.png);}
.square-black-shareiconli {background-image:url(../images/square/black/32/linkedin.png);}

.shareicon-rotate{
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}

.shareicon-rotate:hover{	
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.shareicon-opacity {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 600ms linear;
}	
.shareicon-opacity:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 600ms linear;
}

.aixeena-sharebuttons, .aixeena-buttons {
	padding-top:6px;
}

.credits-image {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#999999;
	padding:4px;
}












