#pageslide div.subdiv {
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
}
.column1 ul li i, .menu .centered-btns_tabs a, #sortable li, .closeme {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.column1 a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.more-content {
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
}
.service-box:hover .more-content {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
.ProductsBox .service-box:hover .more-content {
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
/*.ServicesDesc ul li img {
	-webkit-box-shadow: 0 0 0 3px #FFF;
	-moz-box-shadow: 0 0 0 3px #FFF;
	-o-box-shadow: 0 0 0 3px #FFF;
	transition: box-shadow 0.2s ease 0s;
	-webkit-transition: box-shadow 0.2s ease 0s;
	-moz-transition: box-shadow 0.2s ease 0s;
	-o-transition: box-shadow 0.2s ease 0s;
}
.ServicesDesc ul li img:hover {
	-webkit-box-shadow: 0 0 0 10px #4c9284;
	-moz-box-shadow: 0 0 0 10px #4c9284;
	-o-box-shadow: 0 0 0 10px #4c9284;
}*/
.BlogContentMiddle {
 -webkit- box-shadow: 0 0 5px #aaa;
 -moz- box-shadow: 0 0 5px #aaa;
 -o- box-shadow: 0 0 5px #aaa;
}
.pagination ul, .pagination ul li a:hover, .pagination ul li a.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.HomeTabs .resp-tabs-list li div {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
}
.HomeTabs .resp-tabs-list li:hover div {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.ContentWrap ul li i {
	-webkit-text-shadow: 0 0 3px #444;
	-moz-text-shadow: 0 0 3px #444;
	-o-text-shadow: 0 0 3px #444;
	-ms-text-shadow: 0 0 3px #444;
}
.ContentWrap a:hover {
	-moz-box-shadow: 0 0 8px #444;
	-webkit-box-shadow: 0 0 8px #444;
	-o-box-shadow: 0 0 8px #444;
	-ms-box-shadow: 0 0 8px #444;
}
.ui-sortable li:hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
}
.BlogStyle .person {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-box-shadow: 0 2px 2px #aaa;
	-moz-box-shadow: 0 2px 2px #aaa;
	-o-box-shadow: 0 2px 2px #aaa;
	-ms-box-shadow: 0 2px 2px #aaa;
}
.fileinput-button > span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.roundedImage {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
 @-webkit-keyframes spaceboots {
 0% {
-webkit-transform: translate(2px, 1px) rotate(0deg);
}
 10% {
-webkit-transform: translate(-1px, -2px) rotate(-1deg);
}
 20% {
-webkit-transform: translate(-3px, 0px) rotate(1deg);
}
 30% {
-webkit-transform: translate(0px, 2px) rotate(0deg);
}
 40% {
-webkit-transform: translate(1px, -1px) rotate(1deg);
}
 50% {
-webkit-transform: translate(-1px, 2px) rotate(-1deg);
}
 60% {
-webkit-transform: translate(-3px, 1px) rotate(0deg);
}
 70% {
-webkit-transform: translate(2px, 1px) rotate(-1deg);
}
 80% {
-webkit-transform: translate(-1px, -1px) rotate(1deg);
}
 90% {
-webkit-transform: translate(2px, 2px) rotate(0deg);
}
 100% {
-webkit-transform: translate(1px, -2px) rotate(-1deg);
}
}
@keyframes spaceboots {
 0% {
-moz-transform: translate(2px, 1px) rotate(0deg);
}
 10% {
-moz-transform: translate(-1px, -2px) rotate(-1deg);
}
 20% {
-moz-transform: translate(-3px, 0px) rotate(1deg);
}
 30% {
-moz-transform: translate(0px, 2px) rotate(0deg);
}
 40% {
-moz-transform: translate(1px, -1px) rotate(1deg);
}
 50% {
-moz-transform: translate(-1px, 2px) rotate(-1deg);
}
 60% {
-moz-transform: translate(-3px, 1px) rotate(0deg);
}
 70% {
-moz-transform: translate(2px, 1px) rotate(-1deg);
}
 80% {
-moz-transform: translate(-1px, -1px) rotate(1deg);
}
 90% {
-moz-transform: translate(2px, 2px) rotate(0deg);
}
 100% {
-moz-transform: translate(1px, -2px) rotate(-1deg);
}
}
.popup-close:hover, .popup-close:focus {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spaceboots;
	-moz-animation-duration: 0.8s;
	-moz-transform-origin: 50% 50%;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
}
.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes slideInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
