/*
Theme Name: Simple
Theme URI: http://www.deepubalan.com
Description: A clean and minimal theme that is completely compatible with WordPress 3.0
Author: Deepu Balan
Author URI: http://deepubalan.com
Version: 1.0
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,800);
body{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
    /*background: #d9d9d9;*/
    color: #000000;
	margin:0;
	padding:0;
background-image: url("images/bg-light.jpg");
}
a:link, a:visited{
    text-decoration: none;
    color: #000000;
}
a:hover{
    color: #026fc4;
}
h1 {
    font-size: 54px;
}
h3 {
    font-size: 24px;
}
.bannerBg, .naviBg, .introBg, .footerBg{
width: 100%;
}
.naviBg, .footerBg, .smbox {
background-image: url("images/bg-dark.jpg");
box-shadow: inset 0px 0px 30px #000;
}
.smbox {
margin: -10px 0 0 -20px;
padding: 15px; 
height: 100px; 
color: #fff; 
width: 410px;
-moz-box-shadow: inset 0 -5px 12px -4px #000;
-webkit-box-shadow: inset 0 -5px 12px -4px #000;
box-shadow: inset 0 -5px 12px -4px #000;
}
.smbox ul {
height: 85px;
overflow: hidden;
}
.smbox ul li {
float: left;
padding: 10px;
background-color: rgba(0,0,0,.8);
height: 60px;
margin-right: 5px;
border-radius: 5px;
}
.smbox ul li .fc {
height: 14px;
border-radius: 2px;
background-color: #fff;
font-size: 9px;
padding-top: 20px;
text-align: center;
}
.smbox ul li .fcwrap {
width: 56px;
height: 80px;
}
.smbox ul li .fcwrap img {
position: absolute;
clip: rect(5px 50px 20px 10px);
margin-left: -5px;
margin-top: 2px;
}
.smbox ul li .fclabel {
background-color: #ff9900;
text-align: center;
margin-top: 7px;
height: 20px;
line-height: 20px;
color: #382200;
font-weight: bold;
border-radius: 2px;
box-shadow: inset 0px 0px 5px #5e3900;
}
.smbox ul li .fclabel:hover {
background-color: #ff0000;
color: #fff;
}
.smbox li.fb:hover {
background-color: rgba(60,90,152, .9)
}
.smbox li.gp:hover {
background-color: rgba(213,73,45, .9)
}
.smbox li.tw:hover {
background-color: rgba(0,172,237, .9)
}
.smbox li.rss:hover {
background-color: rgba(255,96,0, .9)
}
.smbox li.del:hover {
background-color: rgba(48,114,210, .9)
}
.smbox li.del:hover, .smbox li.rss:hover, .smbox li.tw:hover, .smbox li.gp:hover, .smbox li.fb:hover {
-webkit-transition-duration: 800ms;
-webkit-transition-property: background-color;
-moz-transition-duration: 800ms;
-moz-transition-property: background-color;
transition-duration: 800ms;
transition-property: background-color;
}

.bannerBg {
/* background-color: #f4f4f4; */
background: url(http://weber.ir/patterns/patterns/rough_diagonal.png) center top repeat;
border-top: 5px solid #026FC4;
}
.introBg {
/*border-bottom: 1px dashed #ccc;
 background: url(http://weber.ir/patterns/patterns/rough_diagonal.png) center top repeat; 
background-color: rgba(0, 0, 0, 0.1); 
border-bottom: 15px solid #45484d;*/
background-image: url("images/bg-lights.jpg");
}
.introBg .strip {
width: 100%;
height: 15px;
background: url(images/bg-dark.jpg);
-moz-box-shadow: inset 0 10px 10px -7px #000;
-webkit-box-shadow: inset 0 10px 10px -7px #000;
box-shadow: inset 0 10px 10px -7px #000;
}
.introBg .wrapper {
text-align: center;
padding: 15px;
}
.wrapper{
    margin: 0 auto;
    width: 1200px;
    text-align: left;
    padding: 0 20px 0 20px;
}
#header .logo {
background: url(images/logo-black.gif) left no-repeat;
height: 75px;
width: 270px;
margin: 10px 0;
}
	@-webkit-keyframes pulse {
		0% { -webkit-transform: scale(1); } 
		33% { -webkit-transform: scale(0.9);opacity:.7; }
		66% { -webkit-transform: scale(1.1); }
		100% { -webkit-transform: scale(1); }
	}
	@-moz-keyframes pulse {
		0% { -moz-transform: scale(1); }    
		33% { -moz-transform: scale(0.9);opacity:.7; }
		66% { -moz-transform: scale(1.1); }
		100% { -moz-transform: scale(1); }
	}
	@-ms-keyframes pulse {
		0% { -ms-transform: scale(1); } 
		33% { -ms-transform: scale(0.9);opacity:.7; }
		66% { -ms-transform: scale(1.1); }
		100% { -ms-transform: scale(1); }
	}
	@-o-keyframes pulse {
		0% { -o-transform: scale(1); }  
		33% { -o-transform: scale(0.9);opacity:.7; }
		66% { -o-transform: scale(1.1); }
		100% { -o-transform: scale(1); }
	}
	@keyframes pulse {
		0% { transform: scale(1); } 
		33% { transform: scale(0.9);opacity:.7; }
		66% { transform: scale(1.1); }
		100% { transform: scale(1); }
	}
	.pulse {
		-webkit-animation-name: pulse;
		-moz-animation-name: pulse;
		-ms-animation-name: pulse;
		-o-animation-name: pulse;
		animation-name: pulse;
	}

#header .logo:hover {
-webkit-animation: pulse ease-in-out 1 normal 500ms;
-webkit-animation: pulse ease-in-out 1 normal 500ms;
-moz-animation: pulse ease-in-out 1 normal 500ms;
-ms-animation: pulse ease-in-out 1 normal 500ms;
-o-animation: pulse ease-in-out 1 normal 500ms;
animation: pulse ease-in-out 1 normal 500ms;
}
#header{
    width: 100%;
	background-color: # f5f5f5;	
}
#header h1{
	margin: 0;
	font-size: 30px;
	padding: 10px 0;
}
#header .tagline {
margin-left: 0px;
}
.titleBar h1, h1 {
font-size: 32px;
font-family: 'Kreon';
margin: 0px 0 5px 0;
line-height: 44px;
}
.entry-atch .titleBar h1 {
font-size: 26px;
}
.inner .titleBar {
background: url("images/bg-stripes.png") bottom repeat-x;
padding-bottom: 25px;
padding-top: 20px;
}
.navWrap {
height: 40px;
}
.topnav ul, .mainnav ul {
margin:0;
padding:0;
margin-top: 2px;
}
ul.topnav {
margin:0;
padding:0;
margin-top: 5px;
line-height: 17px;
margin: -6px 0 0;
}
.topnav {
height: 18px;
float: right;
font-size: 12px;
}
.topnav li {
float: left;
list-style-type:none;
}
.topnav li:last-child {
border:none;
}
.topnav li a {
padding: 5px 15px;
color: #000;
}
.topnav li a:hover {
background-color: #ccc;
}
.topnav li:hover {
border-color: transparent;
}
.topnav li.current-menu-item a {
background-color: #026FC4;
color: #fff;
}
ul.mainnav {
margin:0;
padding:0;
}
.mainnav {
line-height: 39px;
}
.mainnav li {
float: left;
list-style-type:none;
}
.mainnav li a {
padding: 12px 18px 13px;
color: #fff;
font-weight: bold;
margin: 0;
}
.mainnav li a:hover {
background-color: #026fc4;
color: #fff;
-webkit-transition-duration: 500ms;
-webkit-transition-property: background-color;
-moz-transition-duration: 500ms;
-moz-transition-property: background-color;
transition-duration: 500ms;
transition-property: background-color;
box-shadow: inset 0px 0px 50px #000;
-moz-box-shadow: inset 0px 0px 30px #000;
-webkit-box-shadow: inset 0px 0px 50px #000;
}
.social {
float:right;
margin: -10px 0px 0 0;
display:block;
background-color: #026FC4;
padding: 2px 10px 0px;
}

.social img {
opacity: .5;
 }
.social img:hover {
opacity: .7;
-webkit-transition-duration: 800ms;
-webkit-transition-property: opacity;
-moz-transition-duration: 800ms;
-moz-transition-property: opacity;
transition-duration: 800ms;
transition-property: opacity;

 }
#blog{
    float: left;
    width: 720px;
    padding: 0;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
    min-height: 2300px;
}
 
.sidebar{
    float: left;
    width: 440px;
    margin: 0 0 0 0px;
    list-style: none;
    background-color: # f5f5f5;
    float: right;
    padding: 10px 0 10px 0px;
    min-height: 2300px;
    background-color: rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', Arial, Helvetica, Georgia;
    font-size: 1.1em;
}
.sidebar ul {
margin: 0;
padding: 0;
}
.sidebar ul li{
list-style-type: none;
}
#footer{
    clear: both;
    text-align: center;
    height: 50px;
    padding: 10px;
    color: #ccc;
}
#footer a {
    color: #a7a7a7;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.nav a{
    display:block;
    text-decoration:none;
    color:#fff;
    padding:0 15px 10px 0;
    font-size:13px;
    font-weight:bold;
}
.nav ul ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    float:left;
    z-index:99999;
    background: #212121;
}
.nav ul ul ul{
    top: 30%;
    left:100%;
    background: #343434;
}
.nav ul ul a{
    height:auto;
    line-height:1em;
    padding:10px;
    width:130px;
}
.nav li:hover > a,.nav ul ul:hover > a{
color:#ccc;
}
.nav ul li:hover > ul{
display:block;
}
blockquote {
border-left: 4px solid #CCC;
margin-left: 0;
padding-left: 10px;
font-style: italic;
}
.wp-post-image {
float:left; 
margin: 0 10px 10px 0;
}
.entry {
display: block;
line-height: 22px;
text-align: justify;
margin-top: 20px;
}
.entry img, .entry-atch img {
padding:5px;
background-color: #f5f5f5;
border: 1px solid #dbdbdb;
}
img.size-full:hover {
box-shadow: 0px 0px 5px 2px #efefef;
-moz-box-shadow: 0px 0px 5px 2px #efefef;
-webkit-box-shadow: 0px 0px 5px 2px #efefef;
}
.post {
background: url("images/bg-stripes.png") bottom repeat-x;
padding-top: 10px;
font-family: 'Open Sans', Arial, Helvetica, Georgia;
font-size: 1.1em;
}
.post:hover {
background-color: whiteSmoke;
-webkit-transition-property: border-color;
-webkit-transition-duration: 1000ms;
}
.inner .post:hover {
background-color: #fff;
}
.post hr {
border:none;
background-color:#e6e6e6;
height:1px;
background-image: url(http://www.paddsolutions.com/wpmag/copperific/wp-content/themes/copperific/images/bd-post-title. png);
height: 5px;
background-color: transparent;
}
.readmore {
border-radius: 2px;
padding: 2px 10px;
margin-left: 5px;
background-color: #026fc4;
color: #fff;
}
.readmore:hover {
background-color: #fff;
color: #026fc4;
}

.post h2 {
margin: 0;
padding: 10px 0 5px;
text-align: left;
}
img.aligncenter, img.alignright, img.alignleft {
border: 1px solid #DDD;
text-align: center;
background: #F3F3F3;
padding: 4px;
}
img.alignleft {
float:left;
margin-right: 10px;
}
img.alignright {
float:right;
margin-left: 10px;
}
.aligncenter {
display: block;
margin: 0 auto !important;
}
.widget_archive ul {
margin: 0;
padding: 0;
}
.widget_archive ul li, .widget_categories ul li {
width: 33.3%;
float:left;
list-style-type: none;
}
.postmetadata {
background-color: whiteSmoke;
padding: 10px;
border-radius: 4px;
font-size: 11px;
margin: 5px 0 20px 0;
}

.icon-comment {
border:none;
padding: 0;
vertical-align: bottom;
margin: 0 3px 0 3px;
}
.wrap {

}
h2.widgettitle {
margin-bottom: 5px;
font-family: Kreon;
font-size; 22px;
}
.BlockContent ul li {
margin-bottom: 5px;
}
#blog ul {
margin: 0;
padding: 0;
list-style: none;
}
#blog ul.category h1 {
font-size: 24px;
}
div.cat p {
line-height: 18px;
}
a.readmore {
font-weight: bold;
background-color: #026fc4;
color: #fff;
padding: 2px 5px;
}
.post .entry a.readmore {
color: #fff;
text-decoration: none;
font-weight: normal;
text-decoration: none;
} 
.wp-caption-text {
margin-top: 0;
text-align: center;
}

#post-164 .wp-caption {
float:Left;
margin: 10px !important;
}
.post .entry a {
text-decoration: none;
color: #026fc4;
}
.post .entry a:hover {
text-decoration: underline;
color:#028afd;
}
.post .entry a.inlineButton, #blog a.inlineButton {
padding: 3px 10px;
border-radius: 5px;
background-color: #303030;
color: #fff;
text-decoration: none;
}
.ad-block {
width: 300px;
float: left;
padding: 0 10px 0px 0;
}
.wp-pagenavi {
margin: 20px 0;
}
.sidebar .BlockContent {
// border-bottom: 1px dotted #000;
padding-bottom: 15px;
padding-left: 20px;
background: url("images/bg-stripes.png") bottom repeat-x;
}
.blogroll li {
float: left;
padding: 3px 6px;
background-color: #ccc;
margin-right: 5px;
float: left;
font-size: 11px;
}
.blogroll li:hover {
background-color: #026fc4;
-webkit-transition-duration: 800ms;
-webkit-transition-property: background-color;
-moz-transition-duration: 800ms;
-moz-transition-property: background-color;
transition-duration: 800ms;
transition-property: background-color;
}
.blogroll li a:hover {
color: #fff;
}
.splashpic {
display: none;
}
.sldr_title {
display:none;
}
.smooth_sliderb {
margin-top: 15px;
}
.smooth_sliderb div span{
font-size: 12px;
color: #767676;
line-height: 20px;
text-align: justify!important;
}
.smooth_sliderb div h2{
font-size: 22px!important;
line-height: 30px!important;
font-family: Kreon!important;
}
.smooth_sliderb div h2:hover {
color: #026fc4;
}
.smooth_sliderb div {
text-align: justify;
}
.smooth_sliderb div .smooth_slider_thumbnail {
margin-top: 0;
margin-right: 20px;
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #026FC4;
padding: 7px;
}
#smooth_slider_1 #smooth_slider_1_nav {
    margin: -35px 0 0 575px;
    z-index: 10000;
    position: absolute;
bottom: 35px!important;
}
.smooth_sliderb p.smooth_more a {
padding: 3px 20px;
background-color: #026fc4;
color: #fff;
text-decoration: none!important;
}
#execphp-10 {
padding-bottom: 10px;
}
.widget_search label {
display: none;
}
.widget_search #s, #feedburner-email-subscription-3 input[type=text] {
padding: 5px;
border-radius: 5px;
border: 1px solid #bebebe;
box-shadow: inset 0px 0px 6px 2px #ccc;
background-color: #f9f9f9;
margin-left: 4px;
width: 75%;
display: inline;
}
.widget_search #s:focus, .widget_search #s:hover, #feedburner-email-subscription-3 input[type=text]:hover,  #feedburner-email-subscription-3 input[type=text]:focus {
border-color: #026fc4;
outline: none;
background-color: #fff;
}
.widget_search #searchsubmit,  #feedburner-email-subscription-3 input[type=submit] {
padding: 4px 10px;
background-color: #026fc4;
border: 2px solid #024e8a;
box-shadow: inset 0px 0px 6px 2px #024e8a;
color: #fff;
margin-left: -15px;
border-radius: 0 5px 5px 0;
}
.widget_search #searchsubmit:hover,  #feedburner-email-subscription-3 input[type=submit]:hover {
box-shadow: none;
border-color: #026fc4;
}
.widget_search #searchsubmit {
padding: 4px 19px;
}
#searchform div, .feedburner-email-subscription p {
width: 92%;
padding: 5px;
background-color: rgba(0,0,0,.07);
border-radius: 5px;
}
#searchform div {
margin-bottom: 10px;
}
#feedburner-zframefeedburner p #email-zframefeedburner {
margin-bottom: 0;
margin-left: 4px;
}
.feed-link {
display:none;
}
li.jaw_years ul {
margin-left: 10px;
}
li.jaw_years ul li ul {
margin-left: 15px;
}
.jaw_years span {
font-weight: bold;
color: #015faf;
}
.post .entry .button-1 a {
padding: 10px 50px;
background-color: #026fc4;
border: 2px solid #024e8a;
box-shadow: inset 0px 0px 6px 2px #024e8a;
color: #fff;
margin-left: -10px;
border-radius:5px;
color: #fff;
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
font-family: Kreon;
}
.cat-desc {
font-size: 14px;
line-height: 25px;
margin-top: -20px;
text-align: justify;
}
#sc-widget-2 {
margin-bottom: -148px;
margin-top: -20px;
}
#sc-widget-2 .widgettitle {
display: none;
}
li.scItems {
color: #a1a1a1;
font-size: 12px;
}
li.scItems:hover {
background-color: #ff9900;
}
#author-info {
padding: 10px;
border: 1px solid #ccc;
background: url("images/bg-light.jpg");
}
#author-info img {
background-color: #fff;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 17px;
}
div.author {
color: #777;
font-style: italic;
margin-top: 20px;
}

/* to combine two (sitewide & homepage) recommended sites widget as one */
#cr_plmanager_widget-5 {
background: none;
padding-bottom: 4px;
}
.inner #cr_plmanager_widget-5 {
background: url("images/bg-stripes.png") bottom repeat-x;
padding-bottom: 20px;
}
#cr_plmanager_widget-4 {
background: none;
}
#execphp-14 {
margin-top: -14px;
padding-bottom: 25px;
}

/* tumblr widget style overrides */
.AlpinePhotoTiles-tile {
margin: 0 0 0 7px!important;
}
.AlpinePhotoTiles-border-div {
padding: 2px!important;
}
.AlpinePhotoTiles-row {
margin-left: -5px!important;
}



.entry .attachment-thumbnail:hover {
  animation: shiver linear 1s;
  animation-iteration-count: 1;
  transform-origin: ;
  -webkit-animation: shiver linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: ;
  -moz-animation: shiver linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: ;
  -o-animation: shiver linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: ;
  -ms-animation: shiver linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: ;
}

@keyframes shiver{
  0% {
    left:0px;
    top:0px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  10% {
    transform:  rotate(-3deg) scaleX(0.8) scaleY(0.8) ;
  }
  20% {
    transform:  rotate(-3deg) scaleX(0.8) scaleY(0.8) ;
  }
  30% {
    transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  40% {
    transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  50% {
    transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  60% {
    transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  70% {
    transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  80% {
    transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  90% {
    transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-moz-keyframes shiver{
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  10% {
    -moz-transform:  rotate(-3deg) scaleX(0.8) scaleY(0.8) ;
  }
  20% {
    -moz-transform:  rotate(-3deg) scaleX(0.8) scaleY(0.8) ;
  }
  30% {
    -moz-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  40% {
    -moz-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  50% {
    -moz-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  60% {
    -moz-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  70% {
    -moz-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  80% {
    -moz-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  90% {
    -moz-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-webkit-keyframes shiver {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  10% {
    -webkit-transform:  rotate(-3deg) scaleX(0.8) scaleY(0.8) ;
  }
  20% {
    -webkit-transform:  rotate(-3deg) scaleX(0.8) scaleY(0.8) ;
  }
  30% {
    -webkit-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  40% {
    -webkit-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  50% {
    -webkit-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  60% {
    -webkit-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  70% {
    -webkit-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  80% {
    -webkit-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  90% {
    -webkit-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-o-keyframes shiver {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  10% {
    -o-transform:  rotate(-3deg) scaleX(0.8) scaleY(0.8) ;
  }
  20% {
    -o-transform:  rotate(-3deg) scaleX(0.8) scaleY(0.8) ;
  }
  30% {
    -o-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  40% {
    -o-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  50% {
    -o-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  60% {
    -o-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  70% {
    -o-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  80% {
    -o-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  90% {
    -o-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-ms-keyframes shiver {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  10% {
    -ms-transform:  rotate(-3deg) scaleX(0.8) scaleY(0.8) ;
  }
  20% {
    -ms-transform:  rotate(-3deg) scaleX(0.8) scaleY(0.8) ;
  }
  30% {
    -ms-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  40% {
    -ms-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  50% {
    -ms-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  60% {
    -ms-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  70% {
    -ms-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  80% {
    -ms-transform:  rotate(-3deg) scaleX(1) scaleY(1) ;
  }
  90% {
    -ms-transform:  rotate(3deg) scaleX(1) scaleY(1) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}


.social img:hover {
  animation: cycle linear 1s;
  animation-iteration-count: 1;
  -webkit-animation: cycle linear 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: cycle linear 1s;
  -moz-animation-iteration-count: 1;
  -o-animation: cycle linear 1s;
  -o-animation-iteration-count: 1;
  -ms-animation: cycle linear 1s;
  -ms-animation-iteration-count: 1;
}

@keyframes cycle {
  0% {
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ; 
	}
  50% {
    opacity:.5;
    transform:  rotate(180deg) scaleX(1.1) scaleY(1.1) ; 
	}
  100% {
    opacity:.5;
    transform:  rotate(360deg) scaleX(1) scaleY(1) ; 
	}
}
@-webkit-keyframes cycle {
  0% {
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ; 
	}
  50% {
    opacity:.5;
    -webkit-transform:  rotate(180deg) scaleX(1.1) scaleY(1.1) ; 
	}
  100% {
    opacity:.5;
    -webkit-transform:  rotate(360deg) scaleX(1) scaleY(1) ; 
	}
}
@-moz-keyframes cycle {
  0% {
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ; 
	}
  50% {
    opacity:.5;
    -moz-transform:  rotate(180deg) scaleX(1.1) scaleY(1.1) ; 
	}
  100% {
    opacity:.5;
    -moz-transform:  rotate(360deg) scaleX(1) scaleY(1) ; 
	}
}
@-o-keyframes cycle {
  0% {
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ; 
	}
  50% {
    opacity:.5;
    -o-transform:  rotate(180deg) scaleX(1.1) scaleY(1.1) ; 
	}
  100% {
    opacity:.5;
    -o-transform:  rotate(360deg) scaleX(1) scaleY(1) ; 
	}
}