﻿@charset "utf-8";

@font-face {
font-family: 'IranSans';
src: url('../fonts/IranSans.eot');
src: url('../fonts/IranSans.eot?#iefix') format('embedded-opentype'), url('../fonts/IranSans.woff') format('woff'), url('../fonts/IranSans.ttf') format('truetype'), url('../fonts/IranSans.svg#IranSans') format('svg');
font-weight: normal;
font-style: normal;
}

* {
margin: 0px;
padding: 0px;
text-decoration: none;
outline: none;
}


input, textarea {
font-family: 'IranSans';
font-size: 18px;
}

body::-webkit-scrollbar {
width: 15px;
height: 100px;
}

body::-webkit-scrollbar-track {
background-color: #000;
height: 10px;
}

body::-webkit-scrollbar-thumb {
background-color: #fff;
}

#Wrapper {
overflow-x: hidden;
}

section {
padding: 80px 0;
}

/*After Load Page*/
div#Loading {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
display: block;
opacity: 0.9;
background-color: #000;
z-index: 99;
text-align: center;
}

div#Loading img {
position: absolute;
top:250px;
left:45%;
z-index: 100;
}

.fixed-header .navbar-default {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 50;
border-bottom: 3px solid #474747;
}

.fixed-header .Home {
top: 62px;
}

/*Home*/
.Home {
height: 700px;
background-attachment: fixed;
background-size: cover;
padding: 12% 0 0;
text-align: center;
position: relative;
}

.homeImgScroll {
background: #1690b3 url(../images/Home.png);
position: relative;
background-attachment: fixed;
background-size: cover;
padding: 80px 0 60px;
background-attachment: scroll;
background-position: 0% 100px;
}

.Home h1, .video #Resume h1 {
border: 0 none;
color: #fff;
display: inline-block;
font-size: 51px;
font-weight: bold;
padding: 0 20px;
line-height: 80px;
margin-bottom: 0;
text-transform: uppercase;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.Home h2, .video #Resume h2 {
border: 0 none;
font-size: 44px;
color: #fff;
display: inline-block;
line-height: 70px;
padding: 0 20px;
margin-top: 0;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}



/*AboutMe*/
section.AboutMe-content {
max-width: 890px;
margin: 0 auto 50px;
}

section.AboutMe p {
line-height: 30px;
font: normal 17px 'IranSans';
margin: 30px auto;
width: 100%;
color: #fff;
}

section.AboutMe h1.aboutMeTitle {
font: bold 30px 'IranSans';
color: #fff;
text-align: center;
margin: 0;
}

section.AboutMe img {
width: 250px;
height: 250px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}



/*Resume*/
.Resume-sec {
text-align: center;
min-height: 410px;
margin-top: 30px;
background-color: #aace3e;
}

.Resume-sec .container {
position: relative;
}

.Resume-sec span.green i {
}

div.resumeHolder h1.resumeTitle {
font: bold 25px 'IranSans';
text-align: center;
color: #000;
}

div#resumeHolder ul li {
margin-bottom: 30px;
}

.Resume-sec span.green i:before {
content: "\f0f7";
}

.resumeDetailsHolder span {
width: 100%;
display: inline-block;
color: #000;
font: bold 13px 'IranSans';
}

.resumeDetailsHolder i {
width: 0;
height: 0;
display: inline-block;
overflow: hidden;
border: 2px solid #fff;
color: #fff;
line-height: 97px;
font-size: 40px;
margin: 70px 0 0;
-moz-transition: all 2000ms ease;
-ms-transition: all 2000ms ease;
-webkit-transition: all 2000ms ease;
-o-transition: all 2000ms ease;
transition: all 2000ms ease;
}

.resumeDetailsHolder i.open {
width: 99px;
height: 99px;
margin: 30px 0 0;
}

.resumeDetailsHolder p {
margin-bottom: 0;
line-height: 24px;
}

.Resume-sec h3 {
color: #000;
font: bold 15px 'IranSans';
margin: 0;
}

li.errorAlertStar {
color: #cd1d23 !important;
font: bold 15px 'IranSans' !important;
background:none !important;
height:auto !important;
margin:auto !important;
}


/*Skills*/
.skillsHolder {
text-align: center;
padding: 65px 0;
background: #f6c815 url(../images/skills-bg.png);
position: relative;
background-attachment: fixed;
background-size: cover;
}

.skillsHolder h2 {
border: 0;
line-height: 40px;
margin-bottom: 20px;
color: #fff;
font: bold 25px 'IranSans';
}

.skillsHolder h3 {
border: 0;
line-height: 40px;
margin-bottom: 20px;
color: #000;
font: bold 22px 'IranSans';
}

.skillsHolder p {
margin: 0;
}

.skillsHolder .container {
position: relative;
z-index: 5;
}



/*News*/
section.News {
width: 100%;
display: inline-block;
background-color: #7352a3;
}

section.News h1.newsTitle {
font: bold 25px 'IranSans';
color: #fff;
}

section.News div.newsHolder ul {
margin: 0;
padding: 0;
display: inline-block;
width: 100%;
}

section.News ul.newsUl li {
list-style: none;
display: inline-block;
background-color: #E11E24;
height: 300px;
margin: 0 30px 50px 15px;
overflow: auto;
}

section.News ul.newsUl li h1 {
float: right;
width: 82%;
margin: 0;
}

section.News ul.newsUl li h1 span {
font: normal 14px 'IranSans';
color: #fff;
margin: -2px 10px 0 0;
float: right;
width:75%;
text-align:right;
}

section.News ul.newsUl li h1 i {
float: right;
margin: 10px 0 0 0;
}

section.News ul.newsUl li i:before {
font-size: 25px;
color: #fff;
float: right;
}

section.News ul.newsUl li span.newsDate {
font: normal 13px 'IranSans';
color: #fff;
margin: 8px 10px 0 5px;
float: left;
}

section.News ul.newsUl li p {
float: right;
width: 99%;
text-align: right;
margin: 15px 0 15px 0;
font: normal 13px 'IranSans';
color: #fff;
}

section.News ul.newsUl li img {
max-width: 99%;
float: right;
margin: 0 0 15px 0;
}

section.News ul.newsUl li::-webkit-scrollbar {
width: 12px;
}

section.News ul.newsUl li::-webkit-scrollbar-track {
background-color: #E11E24;
height: 10px;
}

section.News ul.newsUl li::-webkit-scrollbar-thumb {
background-color: #000;
}




/*Sample Work*/
section.SampleWork {
width: 100%;
background-color: #C4C4C4;
}

section.SampleWork h1.sampleWorkTitle {
font: bold 150% 'IranSans';
color: #000;
text-align: center;
}

section.SampleWork ul.sampleWorkUl {
margin: 0;
padding: 0;
display: inline-block;
width: 100%;
text-align: center;
}

section.SampleWork ul.sampleWorkUl li {
list-style: none;
margin-bottom: 50px;
}

section.SampleWork ul.sampleWorkUl li div.sampleWorkDetails {
display: inline-block;
background-color: #000;
}

section.SampleWork ul.sampleWorkUl li div.sampleWorkDetails img {
display: inline-block;
width: 100%;
height: 268px;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

section.SampleWork ul.sampleWorkUl li div.sampleWorkDetails span.sampleWorkName {
font: bold 13px 'IranSans';
color: #ccc;
text-align: center;
width: 100%;
display: inline-block;
margin: 3px 0 0 0;
}

section.SampleWork ul.sampleWorkUl li div.sampleWorkDetails a i {
border: 3px solid #42ed35;
border-radius: 6px;
color: #42ed35;
display: block;
font-size: 22px;
height: 46px;
left: 57%;
line-height: 40px;
margin-left: -50px;
margin-top: -23px;
position: absolute;
text-align: center;
top: -46px;
width: 46px;
z-index: 8;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

section.SampleWork ul.sampleWorkUl li div.sampleWorkDetails:hover a i {
top: 50%;
left: 57%;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

section.SampleWork ul.sampleWorkUl li div.sampleWorkDetails a i:hover {
border-color: #ee461f;
color: #ee461f;
}

section.SampleWork ul.sampleWorkUl li div.sampleWorkDetails:hover img {
opacity: 0.7;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.sampleWorkImgScroll {
background: url(../images/SampleWork.png);
position: relative;
background-attachment: fixed;
background-size: cover;
padding: 80px 0 60px;
background-attachment: scroll;
background-position: 0% -54px;
}

#SampleWork-items-wrap {
position: relative;
padding: 0;
width: 100.1%;
margin: 0 auto;
display: block;
}

#SampleWork-items-wrap .SampleWork-item {
margin: 0;
overflow: hidden;
line-height: 0;
width: 25%;
padding: 0;
}

.SampleWork-item.current {
box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.37);
z-index: 101;
}

.SampleWork-item {
padding: 0;
position: relative;
overflow: hidden;
}

.SampleWork {
overflow: hidden;
display: block;
position: relative;
}

.SampleWork img {
width: 100%;
height: auto;
}

.SampleWork .SampleWork-overlay {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
display: block;
z-index: 4;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background: #FFD600;
}

.SampleWork > a, .SampleWork > a:hover {
color: #ffffff;
}

.SampleWork-item .SampleWork > a:hover > .SampleWork-overlay {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

.SampleWork > a img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.SampleWork > a:hover img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.SampleWork .thumb-info {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.SampleWork a:hover .SampleWork-overlay .thumb-info {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

.SampleWork-overlay .thumb-info i {
top: 58%;
font-size: 50px;
}

.SampleWork-overlay .thumb-info h3 {
top: 38%;
font-size: 30px;
}

.SampleWork-overlay .thumb-info p {
top: 50%;
font-size: 13px;
}

.SampleWork-overlay .thumb-info h3 {
color: #ffffff;
width: 100%;
position: absolute;
text-align: center;
}

.SampleWork-overlay .thumb-info p {
color: #ffffff;
width: 100%;
position: absolute;
text-align: center;
font-weight: bold;
}

.SampleWork-overlay .thumb-info i {
color: #ffffff;
width: 100%;
position: absolute;
text-align: center;
display: block;
}




/*Certificate*/
section.Certificates {
background-color: #dc2f27;
}

.certificate-desc p {
font-weight: 300;
color: #4c4c4c;
font-family: 'IranSans';
}

section.Certificates h1.certificateTitle {
font: bold 25px 'IranSans';
text-align: center;
color: #fff;
}

div.certificate-desc {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}

section.Certificates div.container ul.certificateUl {
margin: 0;
padding: 0;
}

section.Certificates div.container ul.certificateUl li {
float: right !important;
margin: 13px 2.6% 20px 0;
position: relative;
width: 250px !important;
height: 314px !important;
}

section.Certificates div.container ul.certificateUl li div.certificateBox {
background-color: #099fad;
width: 250px;
height: 314px;
position: relative;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
overflow: hidden;
margin-bottom: 20px;
}

section.Certificates div.container ul.certificateUl li:nth-child(2n+0) div.certificateBox {
background-color: #000;
}

section.Certificates div.container ul.certificateUl li div.certificateBox i:before {
color: #fff;
font-size: 100px;
position: absolute;
Top: 20px;
right: 58px;
}

.certificatesImgScroll {
background: url(../images/Certificate.png);
position: relative;
background-attachment: fixed;
background-size: cover;
padding: 80px 0 60px;
background-attachment: scroll;
background-position: 0% -54px;
}






/*Contact Me*/
.ContactMe {
background-color: #fa3f25;
}

.ContactMe .form {
min-height: 380px;
}

.ContactMe input[type=text] {
margin-bottom: 14px;
font:bold 12px 'IranSans';
}

.ContactMe label {
float: right;
color: #ccc;
font: normal 12px 'IranSans';
}

div.message label.contactError{
margin:0 10% 10px 0;
}
div.message label.contactErrorMsg{
width:75%;
margin:0 10% 10px 0;
}

div.message label.contactSuccess{
margin:30px 10% 10px 0;
color: #19fd08;
font: bold 14px 'IranSans';
width:75%;
}

.ContactMe label.contactError{
color: #fff;
font: normal 12px 'IranSans';
display:inline-block;
margin:0 20% 10px 0;
width:80%;
}

.ContactMe h1.contactMeTitle {
color: #fff;
font: bold 30px 'IranSans';
text-align: center;
}

.ContactMe .btn {
border: 0;
margin: 10px 0 30px 10px;
float: left;
outline: none !important;
color: #e63f18;
font: bold 15px 'IranSans';
transition: All 1s ease;
-webkit-transition: All 1s ease;
-moz-transition: All 1s ease;
-o-transition: All 1s ease;
}

.ContactMe .btn:hover {
transition: All 1s ease;
-webkit-transition: All 1s ease;
-moz-transition: All 1s ease;
-o-transition: All 1s ease;
}

.ContactMe .btn:active {
position: relative;
top: 1px;
outline: none !important;
border: none;
}

div.ContactMeDetailsHolder {
display: inline-block;
width: 100%;
height: 100px;
}

div.ContactMeDetailsHolder span.ContactMeInfo {
display: inline-block;
font: bold 12px 'IranSans';
color: #fff;
}

div.ContactMeDetailsHolder span.ContactMeInfo span.ContactMeEmailTxt {
float: left;
font: normal 15px 'IranSans';
color: #fff;
margin: 10px 10px 0 0;
}

div.ContactMeDetailsHolder span.ContactMeInfo i:before {
margin-left: 10px;
font-size: 30px;
}

.message label {
width: 9.8%;
}

.message textarea {
width: 89.3%;
margin-bottom: 13px;
resize: none;
font:bold 12px 'IranSans';
}

.message input[type="submit"]:hover, .message input[type="submit"]:focus {
color: #000;
}



/*Footer*/
footer {
padding: 46px 0;
text-align: center;
}

.socialNetwork {
text-align: center;
direction: ltr;
}

.socialNetwork li {
display: inline-block;
direction: ltr;
}

.socialNetwork li a {
display: block;
width: 46px;
height: 46px;
border: 2px solid #e4e4e4;
text-align: center;
color: #646464;
font-size: 22px;
border-radius: 100%;
line-height: 40px;
transition: All 1s ease;
-webkit-transition: All 1s ease;
-moz-transition: All 1s ease;
-o-transition: All 1s ease;
}

.socialNetwork li a:hover {
transition: All 1s ease;
-webkit-transition: All 1s ease;
-moz-transition: All 1s ease;
-o-transition: All 1s ease;
}

.socialNetwork li:nth-child(1) a:hover {
color: #cd1d23;
border: 2px solid #cd1d23;
}

.socialNetwork li:nth-child(2) a:hover {
color: #20baf3;
border: 2px solid #20baf3;
}

.socialNetwork li:nth-child(3) a:hover {
color: #1c5efb;
border: 2px solid #1c5efb;
}

.socialNetwork li:nth-child(4) a:hover {
color: #e63f18;
border: 2px solid #e63f18;
}

/*Back To Top*/
.backTop {
background: #cecece;
border-radius: 6px;
bottom: 20px;
color: #FFFFFF;
display: block;
font-size: 40px;
height: 50px;
line-height: 42px;
position: fixed;
right: 20px;
text-align: center;
width: 50px;
z-index: 50;
display: none;
}

.backTop:hover, .backTop:focus {
color: #fff;
}

/*Copy Right*/
.copyRight {
font-size: 13px;
padding: 15px 0 0;
margin: 0;
}


/*Animation Opacity*/
.AboutMe .row div.AboutMe-content, .AboutMe .row div.devices, .Resume-sec .resumeHolder .row .col-md-4, .tri-secs .col-md-6, .News .row .col-md-4, .tables .row .col-md-3, .certificates .certificate, #SampleWork-items-wrap, .our-clients .flipInY, .ContactMe .form, .socialNetwork li, section.SampleWork ul.sampleWorkUl li, .News .row .col-md-5 {
opacity: 0;
}

.AboutMe .row div.AboutMe-content.animated, .AboutMe .row div.devices.animated, .Resume-sec .row .col-md-4.animated, .tri-secs .col-md-6.animated, .News .row .col-md-4.animated, .tables .row .col-md-3.animated, .certificates .certificate.animated, #SampleWork-items-wrap.animated, .our-clients .flipInY.animated, .ContactMe .form.animated, .socialNetwork li.animated, section.SampleWork ul.sampleWorkUl li.animated, .News .row .animated {
opacity: 1;
}

/*Animated*/
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}



.animated.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s;
}

@-webkit-keyframes flash {
0%,50%,100% {
opacity: 1;
}

25%,75% {
opacity: 0;
}
}

@-moz-keyframes flash {
0%,50%,100% {
opacity: 1;
}

25%,75% {
opacity: 0;
}
}

@-o-keyframes flash {
0%,50%,100% {
opacity: 1;
}

25%,75% {
opacity: 0;
}
}

@keyframes flash {
0%,50%,100% {
opacity: 1;
}

25%,75% {
opacity: 0;
}
}

.animated.flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
}

@-webkit-keyframes shake {
0%,100% {
-webkit-transform: translateX(0);
}

10%,30%,50%,70%,90% {
-webkit-transform: translateX(-10px);
}

20%,40%,60%,80% {
-webkit-transform: translateX(10px);
}
}

@-moz-keyframes shake {
0%,100% {
-moz-transform: translateX(0);
}

10%,30%,50%,70%,90% {
-moz-transform: translateX(-10px);
}

20%,40%,60%,80% {
-moz-transform: translateX(10px);
}
}

@-o-keyframes shake {
0%,100% {
-o-transform: translateX(0);
}

10%,30%,50%,70%,90% {
-o-transform: translateX(-10px);
}

20%,40%,60%,80% {
-o-transform: translateX(10px);
}
}

@keyframes shake {
0%,100% {
transform: translateX(0);
}

10%,30%,50%,70%,90% {
transform: translateX(-10px);
}

20%,40%,60%,80% {
transform: translateX(10px);
}
}

.animated.shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
}

@-webkit-keyframes bounce {
0%,20%,50%,80%,100% {
-webkit-transform: translateY(0);
}

40% {
-webkit-transform: translateY(-30px);
}

60% {
-webkit-transform: translateY(-15px);
}
}

@-moz-keyframes bounce {
0%,20%,50%,80%,100% {
-moz-transform: translateY(0);
}

40% {
-moz-transform: translateY(-30px);
}

60% {
-moz-transform: translateY(-15px);
}
}

@-o-keyframes bounce {
0%,20%,50%,80%,100% {
-o-transform: translateY(0);
}

40% {
-o-transform: translateY(-30px);
}

60% {
-o-transform: translateY(-15px);
}
}

@keyframes bounce {
0%,20%,50%,80%,100% {
transform: translateY(0);
}

40% {
transform: translateY(-30px);
}

60% {
transform: translateY(-15px);
}
}

.animated.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}

@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
}

10%,20% {
-webkit-transform: scale(0.9) rotate(-3deg);
}

30%,50%,70%,90% {
-webkit-transform: scale(1.1) rotate(3deg);
}

40%,60%,80% {
-webkit-transform: scale(1.1) rotate(-3deg);
}

100% {
-webkit-transform: scale(1) rotate(0);
}
}

@-moz-keyframes tada {
0% {
-moz-transform: scale(1);
}

10%,20% {
-moz-transform: scale(0.9) rotate(-3deg);
}

30%,50%,70%,90% {
-moz-transform: scale(1.1) rotate(3deg);
}

40%,60%,80% {
-moz-transform: scale(1.1) rotate(-3deg);
}

100% {
-moz-transform: scale(1) rotate(0);
}
}

@-o-keyframes tada {
0% {
-o-transform: scale(1);
}

10%,20% {
-o-transform: scale(0.9) rotate(-3deg);
}

30%,50%,70%,90% {
-o-transform: scale(1.1) rotate(3deg);
}

40%,60%,80% {
-o-transform: scale(1.1) rotate(-3deg);
}

100% {
-o-transform: scale(1) rotate(0);
}
}

@keyframes tada {
0% {
transform: scale(1);
}

10%,20% {
transform: scale(0.9) rotate(-3deg);
}

30%,50%,70%,90% {
transform: scale(1.1) rotate(3deg);
}

40%,60%,80% {
transform: scale(1.1) rotate(-3deg);
}

100% {
transform: scale(1) rotate(0);
}
}

.animated.tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada;
}

@-webkit-keyframes swing {
20%,40%,60%,80%,100% {
-webkit-transform-origin: top center;
}

20% {
-webkit-transform: rotate(15deg);
}

40% {
-webkit-transform: rotate(-10deg);
}

60% {
-webkit-transform: rotate(5deg);
}

80% {
-webkit-transform: rotate(-5deg);
}

100% {
-webkit-transform: rotate(0deg);
}
}

@-moz-keyframes swing {
20% {
-moz-transform: rotate(15deg);
}

40% {
-moz-transform: rotate(-10deg);
}

60% {
-moz-transform: rotate(5deg);
}

80% {
-moz-transform: rotate(-5deg);
}

100% {
-moz-transform: rotate(0deg);
}
}

@-o-keyframes swing {
20% {
-o-transform: rotate(15deg);
}

40% {
-o-transform: rotate(-10deg);
}

60% {
-o-transform: rotate(5deg);
}

80% {
-o-transform: rotate(-5deg);
}

100% {
-o-transform: rotate(0deg);
}
}

@keyframes swing {
20% {
transform: rotate(15deg);
}

40% {
transform: rotate(-10deg);
}

60% {
transform: rotate(5deg);
}

80% {
transform: rotate(-5deg);
}

100% {
transform: rotate(0deg);
}
}

.animated.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
-moz-animation-name: swing;
-o-animation-name: swing;
animation-name: swing;
}

@-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
}

15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
}

30% {
-webkit-transform: translateX(20%) rotate(3deg);
}

45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
}

60% {
-webkit-transform: translateX(10%) rotate(2deg);
}

75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
}

100% {
-webkit-transform: translateX(0%);
}
}

@-moz-keyframes wobble {
0% {
-moz-transform: translateX(0%);
}

15% {
-moz-transform: translateX(-25%) rotate(-5deg);
}

30% {
-moz-transform: translateX(20%) rotate(3deg);
}

45% {
-moz-transform: translateX(-15%) rotate(-3deg);
}

60% {
-moz-transform: translateX(10%) rotate(2deg);
}

75% {
-moz-transform: translateX(-5%) rotate(-1deg);
}

100% {
-moz-transform: translateX(0%);
}
}

@-o-keyframes wobble {
0% {
-o-transform: translateX(0%);
}

15% {
-o-transform: translateX(-25%) rotate(-5deg);
}

30% {
-o-transform: translateX(20%) rotate(3deg);
}

45% {
-o-transform: translateX(-15%) rotate(-3deg);
}

60% {
-o-transform: translateX(10%) rotate(2deg);
}

75% {
-o-transform: translateX(-5%) rotate(-1deg);
}

100% {
-o-transform: translateX(0%);
}
}

@keyframes wobble {
0% {
transform: translateX(0%);
}

15% {
transform: translateX(-25%) rotate(-5deg);
}

30% {
transform: translateX(20%) rotate(3deg);
}

45% {
transform: translateX(-15%) rotate(-3deg);
}

60% {
transform: translateX(10%) rotate(2deg);
}

75% {
transform: translateX(-5%) rotate(-1deg);
}

100% {
transform: translateX(0%);
}
}

.animated.wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
-o-animation-name: wobble;
animation-name: wobble;
}

@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
}

50% {
-webkit-transform: scale(1.1);
}

100% {
-webkit-transform: scale(1);
}
}

@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
}

50% {
-moz-transform: scale(1.1);
}

100% {
-moz-transform: scale(1);
}
}

@-o-keyframes pulse {
0% {
-o-transform: scale(1);
}

50% {
-o-transform: scale(1.1);
}

100% {
-o-transform: scale(1);
}
}

@keyframes pulse {
0% {
transform: scale(1);
}

50% {
transform: scale(1.1);
}

100% {
transform: scale(1);
}
}

.animated.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
}

@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
}

40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
}

50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
}

80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
}

100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
}
}

@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-moz-animation-timing-function: ease-out;
}

40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-moz-animation-timing-function: ease-out;
}

50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in;
}

80% {
-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-moz-animation-timing-function: ease-in;
}

100% {
-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-moz-animation-timing-function: ease-in;
}
}

@-o-keyframes flip {
0% {
-o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-o-animation-timing-function: ease-out;
}

40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-o-animation-timing-function: ease-out;
}

50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in;
}

80% {
-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-o-animation-timing-function: ease-in;
}

100% {
-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-o-animation-timing-function: ease-in;
}
}

@keyframes flip {
0% {
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
animation-timing-function: ease-out;
}

40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
animation-timing-function: ease-out;
}

50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in;
}

80% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
animation-timing-function: ease-in;
}

100% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
animation-timing-function: ease-in;
}
}

.animated.flip {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flip;
-moz-backface-visibility: visible !important;
-moz-animation-name: flip;
-o-backface-visibility: visible !important;
-o-animation-name: flip;
backface-visibility: visible !important;
animation-name: flip;
}

@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}

40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
}

70% {
-webkit-transform: perspective(400px) rotateX(10deg);
}

100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}

@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}

40% {
-moz-transform: perspective(400px) rotateX(-10deg);
}

70% {
-moz-transform: perspective(400px) rotateX(10deg);
}

100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}

@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}

40% {
-o-transform: perspective(400px) rotateX(-10deg);
}

70% {
-o-transform: perspective(400px) rotateX(10deg);
}

100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}

@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}

40% {
transform: perspective(400px) rotateX(-10deg);
}

70% {
transform: perspective(400px) rotateX(10deg);
}

100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}

.animated.flipInX {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
-o-animation-name: flipInX;
backface-visibility: visible !important;
animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}

100% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}

@-moz-keyframes flipOutX {
0% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}

100% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}

@-o-keyframes flipOutX {
0% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}

100% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}

@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}

100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}

.animated.flipOutX {
-webkit-animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-moz-animation-name: flipOutX;
-moz-backface-visibility: visible !important;
-o-animation-name: flipOutX;
-o-backface-visibility: visible !important;
animation-name: flipOutX;
backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}

40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
}

70% {
-webkit-transform: perspective(400px) rotateY(10deg);
}

100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}

@-moz-keyframes flipInY {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}

40% {
-moz-transform: perspective(400px) rotateY(-10deg);
}

70% {
-moz-transform: perspective(400px) rotateY(10deg);
}

100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}

@-o-keyframes flipInY {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}

40% {
-o-transform: perspective(400px) rotateY(-10deg);
}

70% {
-o-transform: perspective(400px) rotateY(10deg);
}

100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}

@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}

40% {
transform: perspective(400px) rotateY(-10deg);
}

70% {
transform: perspective(400px) rotateY(10deg);
}

100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}

.animated.flipInY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInY;
-o-backface-visibility: visible !important;
-o-animation-name: flipInY;
backface-visibility: visible !important;
animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}

100% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}

@-moz-keyframes flipOutY {
0% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}

100% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}

@-o-keyframes flipOutY {
0% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}

100% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}

@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}

100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}

.animated.flipOutY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipOutY;
-o-backface-visibility: visible !important;
-o-animation-name: flipOutY;
backface-visibility: visible !important;
animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}

100% {
opacity: 1;
}
}

@-moz-keyframes fadeIn {
0% {
opacity: 0;
}

100% {
opacity: 1;
}
}

@-o-keyframes fadeIn {
0% {
opacity: 0;
}

100% {
opacity: 1;
}
}

@keyframes fadeIn {
0% {
opacity: 0;
}

100% {
opacity: 1;
}
}

.animated.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}

100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}

@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}

100% {
opacity: 1;
-moz-transform: translateY(0);
}
}

@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}

100% {
opacity: 1;
-o-transform: translateY(0);
}
}

@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

.animated.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}

100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}

@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}

100% {
opacity: 1;
-moz-transform: translateY(0);
}
}

@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}

100% {
opacity: 1;
-o-transform: translateY(0);
}
}

@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

.animated.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}

100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}

@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}

100% {
opacity: 1;
-moz-transform: translateX(0);
}
}

@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}

100% {
opacity: 1;
-o-transform: translateX(0);
}
}

@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}

100% {
opacity: 1;
transform: translateX(0);
}
}

.animated.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}

100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}

@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}

100% {
opacity: 1;
-moz-transform: translateX(0);
}
}

@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}

100% {
opacity: 1;
-o-transform: translateX(0);
}
}

@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}

100% {
opacity: 1;
transform: translateX(0);
}
}

.animated.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}

100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}

@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}

100% {
opacity: 1;
-moz-transform: translateY(0);
}
}

@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}

100% {
opacity: 1;
-o-transform: translateY(0);
}
}

@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

.animated.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
-moz-animation-name: fadeInUpBig;
-o-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}

100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}

@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}

100% {
opacity: 1;
-moz-transform: translateY(0);
}
}

@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}

100% {
opacity: 1;
-o-transform: translateY(0);
}
}

@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

.animated.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
-moz-animation-name: fadeInDownBig;
-o-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}

100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}

@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}

100% {
opacity: 1;
-moz-transform: translateX(0);
}
}

@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}

100% {
opacity: 1;
-o-transform: translateX(0);
}
}

@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}

100% {
opacity: 1;
transform: translateX(0);
}
}

.animated.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
-moz-animation-name: fadeInLeftBig;
-o-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}

100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}

@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}

100% {
opacity: 1;
-moz-transform: translateX(0);
}
}

@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}

100% {
opacity: 1;
-o-transform: translateX(0);
}
}

@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}

100% {
opacity: 1;
transform: translateX(0);
}
}

.animated.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
-moz-animation-name: fadeInRightBig;
-o-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}

@-moz-keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}

@-o-keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}

@keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}

.animated.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}

100% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
}

@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0);
}

100% {
opacity: 0;
-moz-transform: translateY(-20px);
}
}

@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0);
}

100% {
opacity: 0;
-o-transform: translateY(-20px);
}
}

@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}

100% {
opacity: 0;
transform: translateY(-20px);
}
}

.animated.fadeOutUp {
-webkit-animation-name: fadeOutUp;
-moz-animation-name: fadeOutUp;
-o-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}

100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}

@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0);
}

100% {
opacity: 0;
-moz-transform: translateY(20px);
}
}

@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0);
}

100% {
opacity: 0;
-o-transform: translateY(20px);
}
}

@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}

100% {
opacity: 0;
transform: translateY(20px);
}
}

.animated.fadeOutDown {
-webkit-animation-name: fadeOutDown;
-moz-animation-name: fadeOutDown;
-o-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}

100% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
}

@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}

100% {
opacity: 0;
-moz-transform: translateX(-20px);
}
}

@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0);
}

100% {
opacity: 0;
-o-transform: translateX(-20px);
}
}

@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}

100% {
opacity: 0;
transform: translateX(-20px);
}
}

.animated.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
-moz-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}

100% {
opacity: 0;
-webkit-transform: translateX(20px);
}
}

@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0);
}

100% {
opacity: 0;
-moz-transform: translateX(20px);
}
}

@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0);
}

100% {
opacity: 0;
-o-transform: translateX(20px);
}
}

@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}

100% {
opacity: 0;
transform: translateX(20px);
}
}

.animated.fadeOutRight {
-webkit-animation-name: fadeOutRight;
-moz-animation-name: fadeOutRight;
-o-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}

100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}

@-moz-keyframes fadeOutUpBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}

100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}

@-o-keyframes fadeOutUpBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}

100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}

@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}

100% {
opacity: 0;
transform: translateY(-2000px);
}
}

.animated.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
-moz-animation-name: fadeOutUpBig;
-o-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}

100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}

@-moz-keyframes fadeOutDownBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}

100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}

@-o-keyframes fadeOutDownBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}

100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}

@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}

100% {
opacity: 0;
transform: translateY(2000px);
}
}

.animated.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
-moz-animation-name: fadeOutDownBig;
-o-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}

100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}

@-moz-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}

100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}

@-o-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}

100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}

@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}

100% {
opacity: 0;
transform: translateX(-2000px);
}
}

.animated.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
-moz-animation-name: fadeOutLeftBig;
-o-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}

100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}

@-moz-keyframes fadeOutRightBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}

100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}

@-o-keyframes fadeOutRightBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}

100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}

@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}

100% {
opacity: 0;
transform: translateX(2000px);
}
}

.animated.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
-moz-animation-name: fadeOutRightBig;
-o-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}

50% {
opacity: 1;
-webkit-transform: scale(1.05);
}

70% {
-webkit-transform: scale(.9);
}

100% {
-webkit-transform: scale(1);
}
}

@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(.3);
}

50% {
opacity: 1;
-moz-transform: scale(1.05);
}

70% {
-moz-transform: scale(.9);
}

100% {
-moz-transform: scale(1);
}
}

@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}

50% {
opacity: 1;
-o-transform: scale(1.05);
}

70% {
-o-transform: scale(.9);
}

100% {
-o-transform: scale(1);
}
}

@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(.3);
}

50% {
opacity: 1;
transform: scale(1.05);
}

70% {
transform: scale(.9);
}

100% {
transform: scale(1);
}
}

@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}

100% {
-webkit-transform: translateY(0);
}
}

@-moz-keyframes slideInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}

100% {
-moz-transform: translateY(0);
}
}

@-o-keyframes slideInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}

100% {
-o-transform: translateY(0);
}
}

@keyframes slideInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}

100% {
transform: translateY(0);
}
}

.slideInDown {
-webkit-animation-name: slideInDown;
-moz-animation-name: slideInDown;
-o-animation-name: slideInDown;
animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}

100% {
-webkit-transform: translateX(0);
}
}

@-moz-keyframes slideInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}

100% {
-moz-transform: translateX(0);
}
}

@-o-keyframes slideInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}

100% {
-o-transform: translateX(0);
}
}

@keyframes slideInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}

100% {
transform: translateX(0);
}
}

.slideInLeft {
-webkit-animation-name: slideInLeft;
-moz-animation-name: slideInLeft;
-o-animation-name: slideInLeft;
animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}

100% {
-webkit-transform: translateX(0);
}
}

@-moz-keyframes slideInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}

100% {
-moz-transform: translateX(0);
}
}

@-o-keyframes slideInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}

100% {
-o-transform: translateX(0);
}
}

@keyframes slideInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}

100% {
transform: translateX(0);
}
}

.slideInRight {
-webkit-animation-name: slideInRight;
-moz-animation-name: slideInRight;
-o-animation-name: slideInRight;
animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
}

100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}

@-moz-keyframes slideOutLeft {
0% {
-moz-transform: translateX(0);
}

100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}

@-o-keyframes slideOutLeft {
0% {
-o-transform: translateX(0);
}

100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}

@keyframes slideOutLeft {
0% {
transform: translateX(0);
}

100% {
opacity: 0;
transform: translateX(-2000px);
}
}

.slideOutLeft {
-webkit-animation-name: slideOutLeft;
-moz-animation-name: slideOutLeft;
-o-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
}

100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}

@-moz-keyframes slideOutRight {
0% {
-moz-transform: translateX(0);
}

100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}

@-o-keyframes slideOutRight {
0% {
-o-transform: translateX(0);
}

100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}

@keyframes slideOutRight {
0% {
transform: translateX(0);
}

100% {
opacity: 0;
transform: translateX(2000px);
}
}

.slideOutRight {
-webkit-animation-name: slideOutRight;
-moz-animation-name: slideOutRight;
-o-animation-name: slideOutRight;
animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
}

100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}

@-moz-keyframes slideOutUp {
0% {
-moz-transform: translateY(0);
}

100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}

@-o-keyframes slideOutUp {
0% {
-o-transform: translateY(0);
}

100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}

@keyframes slideOutUp {
0% {
transform: translateY(0);
}

100% {
opacity: 0;
transform: translateY(-2000px);
}
}

.slideOutUp {
-webkit-animation-name: slideOutUp;
-moz-animation-name: slideOutUp;
-o-animation-name: slideOutUp;
animation-name: slideOutUp;
}

.animated.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}

60% {
opacity: 1;
-webkit-transform: translateY(-30px);
}

80% {
-webkit-transform: translateY(10px);
}

100% {
-webkit-transform: translateY(0);
}
}

@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}

60% {
opacity: 1;
-moz-transform: translateY(-30px);
}

80% {
-moz-transform: translateY(10px);
}

100% {
-moz-transform: translateY(0);
}
}

@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}

60% {
opacity: 1;
-o-transform: translateY(-30px);
}

80% {
-o-transform: translateY(10px);
}

100% {
-o-transform: translateY(0);
}
}

@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}

60% {
opacity: 1;
transform: translateY(-30px);
}

80% {
transform: translateY(10px);
}

100% {
transform: translateY(0);
}
}

.animated.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}

60% {
opacity: 1;
-webkit-transform: translateY(30px);
}

80% {
-webkit-transform: translateY(-10px);
}

100% {
-webkit-transform: translateY(0);
}
}

@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}

60% {
opacity: 1;
-moz-transform: translateY(30px);
}

80% {
-moz-transform: translateY(-10px);
}

100% {
-moz-transform: translateY(0);
}
}

@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}

60% {
opacity: 1;
-o-transform: translateY(30px);
}

80% {
-o-transform: translateY(-10px);
}

100% {
-o-transform: translateY(0);
}
}

@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}

60% {
opacity: 1;
transform: translateY(30px);
}

80% {
transform: translateY(-10px);
}

100% {
transform: translateY(0);
}
}

.animated.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}

60% {
opacity: 1;
-webkit-transform: translateX(30px);
}

80% {
-webkit-transform: translateX(-10px);
}

100% {
-webkit-transform: translateX(0);
}
}

@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}

60% {
opacity: 1;
-moz-transform: translateX(30px);
}

80% {
-moz-transform: translateX(-10px);
}

100% {
-moz-transform: translateX(0);
}
}

@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}

60% {
opacity: 1;
-o-transform: translateX(30px);
}

80% {
-o-transform: translateX(-10px);
}

100% {
-o-transform: translateX(0);
}
}

@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}

60% {
opacity: 1;
transform: translateX(30px);
}

80% {
transform: translateX(-10px);
}

100% {
transform: translateX(0);
}
}

.animated.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}

60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}

80% {
-webkit-transform: translateX(10px);
}

100% {
-webkit-transform: translateX(0);
}
}

@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}

60% {
opacity: 1;
-moz-transform: translateX(-30px);
}

80% {
-moz-transform: translateX(10px);
}

100% {
-moz-transform: translateX(0);
}
}

@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}

60% {
opacity: 1;
-o-transform: translateX(-30px);
}

80% {
-o-transform: translateX(10px);
}

100% {
-o-transform: translateX(0);
}
}

@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}

60% {
opacity: 1;
transform: translateX(-30px);
}

80% {
transform: translateX(10px);
}

100% {
transform: translateX(0);
}
}

.animated.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
}

25% {
-webkit-transform: scale(.95);
}

50% {
opacity: 1;
-webkit-transform: scale(1.1);
}

100% {
opacity: 0;
-webkit-transform: scale(.3);
}
}

@-moz-keyframes bounceOut {
0% {
-moz-transform: scale(1);
}

25% {
-moz-transform: scale(.95);
}

50% {
opacity: 1;
-moz-transform: scale(1.1);
}

100% {
opacity: 0;
-moz-transform: scale(.3);
}
}

@-o-keyframes bounceOut {
0% {
-o-transform: scale(1);
}

25% {
-o-transform: scale(.95);
}

50% {
opacity: 1;
-o-transform: scale(1.1);
}

100% {
opacity: 0;
-o-transform: scale(.3);
}
}

@keyframes bounceOut {
0% {
transform: scale(1);
}

25% {
transform: scale(.95);
}

50% {
opacity: 1;
transform: scale(1.1);
}

100% {
opacity: 0;
transform: scale(.3);
}
}

.animated.bounceOut {
-webkit-animation-name: bounceOut;
-moz-animation-name: bounceOut;
-o-animation-name: bounceOut;
animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}

20% {
opacity: 1;
-webkit-transform: translateY(20px);
}

100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}

@-moz-keyframes bounceOutUp {
0% {
-moz-transform: translateY(0);
}

20% {
opacity: 1;
-moz-transform: translateY(20px);
}

100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}

@-o-keyframes bounceOutUp {
0% {
-o-transform: translateY(0);
}

20% {
opacity: 1;
-o-transform: translateY(20px);
}

100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}

@keyframes bounceOutUp {
0% {
transform: translateY(0);
}

20% {
opacity: 1;
transform: translateY(20px);
}

100% {
opacity: 0;
transform: translateY(-2000px);
}
}

.animated.bounceOutUp {
-webkit-animation-name: bounceOutUp;
-moz-animation-name: bounceOutUp;
-o-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
}

20% {
opacity: 1;
-webkit-transform: translateY(-20px);
}

100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}

@-moz-keyframes bounceOutDown {
0% {
-moz-transform: translateY(0);
}

20% {
opacity: 1;
-moz-transform: translateY(-20px);
}

100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}

@-o-keyframes bounceOutDown {
0% {
-o-transform: translateY(0);
}

20% {
opacity: 1;
-o-transform: translateY(-20px);
}

100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}

@keyframes bounceOutDown {
0% {
transform: translateY(0);
}

20% {
opacity: 1;
transform: translateY(-20px);
}

100% {
opacity: 0;
transform: translateY(2000px);
}
}

.animated.bounceOutDown {
-webkit-animation-name: bounceOutDown;
-moz-animation-name: bounceOutDown;
-o-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
}

20% {
opacity: 1;
-webkit-transform: translateX(20px);
}

100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}

@-moz-keyframes bounceOutLeft {
0% {
-moz-transform: translateX(0);
}

20% {
opacity: 1;
-moz-transform: translateX(20px);
}

100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}

@-o-keyframes bounceOutLeft {
0% {
-o-transform: translateX(0);
}

20% {
opacity: 1;
-o-transform: translateX(20px);
}

100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}

@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}

20% {
opacity: 1;
transform: translateX(20px);
}

100% {
opacity: 0;
transform: translateX(-2000px);
}
}

.animated.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
-moz-animation-name: bounceOutLeft;
-o-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
}

20% {
opacity: 1;
-webkit-transform: translateX(-20px);
}

100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}

@-moz-keyframes bounceOutRight {
0% {
-moz-transform: translateX(0);
}

20% {
opacity: 1;
-moz-transform: translateX(-20px);
}

100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}

@-o-keyframes bounceOutRight {
0% {
-o-transform: translateX(0);
}

20% {
opacity: 1;
-o-transform: translateX(-20px);
}

100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}

@keyframes bounceOutRight {
0% {
transform: translateX(0);
}

20% {
opacity: 1;
transform: translateX(-20px);
}

100% {
opacity: 0;
transform: translateX(2000px);
}
}

.animated.bounceOutRight {
-webkit-animation-name: bounceOutRight;
-moz-animation-name: bounceOutRight;
-o-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0;
}

100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
}

@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0;
}

100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
}

@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0;
}

100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
}

@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}

100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}

.animated.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}

100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}

@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}

100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}

@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}

100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}

@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}

100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}

.animated.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}

100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}

@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}

100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}

@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}

100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}

@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}

100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}

.animated.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}

100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}

@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}

100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}

@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}

100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}

@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}

100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}

.animated.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}

100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}

@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}

100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}

@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}

100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}

@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}

100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}

.animated.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}

100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(200deg);
opacity: 0;
}
}

@-moz-keyframes rotateOut {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}

100% {
-moz-transform-origin: center center;
-moz-transform: rotate(200deg);
opacity: 0;
}
}

@-o-keyframes rotateOut {
0% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}

100% {
-o-transform-origin: center center;
-o-transform: rotate(200deg);
opacity: 0;
}
}

@keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}

100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0;
}
}

.animated.rotateOut {
-webkit-animation-name: rotateOut;
-moz-animation-name: rotateOut;
-o-animation-name: rotateOut;
animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}

100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}

@-moz-keyframes rotateOutUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}

100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}

@-o-keyframes rotateOutUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}

100% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}

@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}

100% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
}

.animated.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
-moz-animation-name: rotateOutUpLeft;
-o-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}

100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}

@-moz-keyframes rotateOutDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}

100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}

@-o-keyframes rotateOutDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}


100% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}

@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}

100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
}

.animated.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
-moz-animation-name: rotateOutDownLeft;
-o-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}

100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}

@-moz-keyframes rotateOutUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}

100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}

@-o-keyframes rotateOutUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}

100% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}

@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}

100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
}

.animated.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
-moz-animation-name: rotateOutUpRight;
-o-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}

100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}

@-moz-keyframes rotateOutDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}

100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}

@-o-keyframes rotateOutDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}

100% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}

@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}

100% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
}

.animated.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
-moz-animation-name: rotateOutDownRight;
-o-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
}

20%,60% {
-webkit-transform: rotate(80deg);
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
}

40% {
-webkit-transform: rotate(60deg);
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
}

80% {
-webkit-transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
}

100% {
-webkit-transform: translateY(700px);
opacity: 0;
}
}

@-moz-keyframes hinge {
0% {
-moz-transform: rotate(0);
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out;
}

20%,60% {
-moz-transform: rotate(80deg);
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out;
}

40% {
-moz-transform: rotate(60deg);
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out;
}

80% {
-moz-transform: rotate(60deg) translateY(0);
opacity: 1;
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out;
}

100% {
-moz-transform: translateY(700px);
opacity: 0;
}
}

@-o-keyframes hinge {
0% {
-o-transform: rotate(0);
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out;
}

20%,60% {
-o-transform: rotate(80deg);
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out;
}

40% {
-o-transform: rotate(60deg);
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out;
}

80% {
-o-transform: rotate(60deg) translateY(0);
opacity: 1;
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out;
}

100% {
-o-transform: translateY(700px);
opacity: 0;
}
}

@keyframes hinge {
0% {
transform: rotate(0);
transform-origin: top left;
animation-timing-function: ease-in-out;
}

20%,60% {
transform: rotate(80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}

40% {
transform: rotate(60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}

80% {
transform: rotate(60deg) translateY(0);
opacity: 1;
transform-origin: top left;
animation-timing-function: ease-in-out;
}

100% {
transform: translateY(700px);
opacity: 0;
}
}

.animated.hinge {
-webkit-animation-name: hinge;
-moz-animation-name: hinge;
-o-animation-name: hinge;
animation-name: hinge;
}

@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
}

100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
}
}

@-moz-keyframes rollIn {
0% {
opacity: 0;
-moz-transform: translateX(-100%) rotate(-120deg);
}

100% {
opacity: 1;
-moz-transform: translateX(0px) rotate(0deg);
}
}

@-o-keyframes rollIn {
0% {
opacity: 0;
-o-transform: translateX(-100%) rotate(-120deg);
}

100% {
opacity: 1;
-o-transform: translateX(0px) rotate(0deg);
}
}

@keyframes rollIn {
0% {
opacity: 0;
transform: translateX(-100%) rotate(-120deg);
}

100% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
}

.animated.rollIn {
-webkit-animation-name: rollIn;
-moz-animation-name: rollIn;
-o-animation-name: rollIn;
animation-name: rollIn;
}

@-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
}

100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
}
}

@-moz-keyframes rollOut {
0% {
opacity: 1;
-moz-transform: translateX(0px) rotate(0deg);
}

100% {
opacity: 0;
-moz-transform: translateX(100%) rotate(120deg);
}
}

@-o-keyframes rollOut {
0% {
opacity: 1;
-o-transform: translateX(0px) rotate(0deg);
}

100% {
opacity: 0;
-o-transform: translateX(100%) rotate(120deg);
}
}

@keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}

100% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
}

.animated.rollOut {
-webkit-animation-name: rollOut;
-moz-animation-name: rollOut;
-o-animation-name: rollOut;
animation-name: rollOut;
}

@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}

60% {
-webkit-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}

80% {
-webkit-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}

100% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}

@-moz-keyframes lightSpeedIn {
0% {
-moz-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}

60% {
-moz-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}

80% {
-moz-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}

100% {
-moz-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}

@-o-keyframes lightSpeedIn {
0% {
-o-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}

60% {
-o-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}

80% {
-o-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}

100% {
-o-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}

@keyframes lightSpeedIn {
0% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}

60% {
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}

80% {
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}

100% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}

.animated.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
-moz-animation-name: lightSpeedIn;
-o-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
-o-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}

@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1;
}

100% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}

@-moz-keyframes lightSpeedOut {
0% {
-moz-transform: translateX(0%) skewX(0deg);
opacity: 1;
}

100% {
-moz-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}

@-o-keyframes lightSpeedOut {
0% {
-o-transform: translateX(0%) skewX(0deg);
opacity: 1;
}

100% {
-o-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}

@keyframes lightSpeedOut {
0% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}

100% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}

.animated.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
-moz-animation-name: lightSpeedOut;
-o-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
-webkit-animation-duration: 0.25s;
-moz-animation-duration: 0.25s;
-o-animation-duration: 0.25s;
animation-duration: 0.25s;
}



/*Pie Charts*/
.chart {
position: relative;
display: inline-block;
width: 171px;
height: 171px;
text-align: center;
}
.chart.first{ margin-left:0;}
.chart canvas {
position: absolute;
top: 0;
left: 0;
}
.percent {
display: inline-block;
line-height: 170px;
z-index: 2;
font-size:30px;
font-weight: 300;
color:#fff;
}
.percent:after {
content: '%';
margin-left: 0.1em;
font-size: .8em;
}
.angular {
margin-top: 100px;
}
.angular .chart {
margin-top: 0;
}
.skill-name{
width: 170px;
float: right;
margin: 15px 0 0 0;
display: inline-block;
direction:ltr;
color:#000;
}


div.skillsPart{
width: 170px;
display:inline-block;
margin:40px 15px 0 15px;

}

.pink-circle, .black-circle, .purple-circle, .red-circle {
position: relative;
display: inline-block;
width: 171px;
height: 171px;
text-align: center;
}
.pink-circle canvas, .black-circle canvas, .purple-circle canvas, .red-circle canvas {
position: absolute;
top: 0;
left: 0;
}