/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;background-color:transparent;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

/* OPTIMIST WEBSHOP */
/* Grid */
.zsGrid{display:grid;grid-row-gap:0;}
.zsInlineGrid{display:inline-grid;grid-row-gap:0;}
.zsAlignV{align-items:center;}
.zsColNumb-1{grid-column:1;}
.zsColNumb-1{grid-column:2;}
.zsColNumb-1{grid-column:3;}
.zsCol12{grid-template-columns:repeat(12,minmax(0, 1fr));}
.zsCol11{grid-template-columns:repeat(11,minmax(0, 1fr));}
.zsCol10{grid-template-columns:repeat(10,minmax(0, 1fr));}
.zsCol9{grid-template-columns:repeat(9,minmax(0, 1fr));}
.zsCol8{grid-template-columns:repeat(8,minmax(0, 1fr));}
.zsCol7{grid-template-columns:repeat(7,minmax(0, 1fr));}
.zsCol6{grid-template-columns:repeat(6,minmax(0, 1fr));}
.zsCol5{grid-template-columns:repeat(5,minmax(0, 1fr));}
.zsCol4{grid-template-columns:repeat(4,minmax(0, 1fr));}
.zsCol3{grid-template-columns:repeat(3,minmax(0, 1fr));}
.zsCol2{grid-template-columns:repeat(2,minmax(0, 1fr));}
.zsCol1{grid-template-columns:repeat(1,minmax(0, 1fr));}
/* Colors */
.bcgBlack{background-color:#201D1F;}.bcgRed{background-color:#C2232A;}
.colBlack{color:#201D1F;}.colRed{color:#C2232A;}
/* Constants */
body{user-select:none;overflow-x:hidden;position:relative;color:#201D1F;font-family:'Average Sans',sans-serif;font-size:1.17vw;}
main{margin-bottom:9.34vw;}
a{display:inline-block;color:#C2232A;text-decoration:none;}
.fontSize16{font-size:1.17vw;}
.fontSize20{font-size:1.46vw;}
.fontSize30{font-size:2.19vw;}
.fontSize48{font-size:3.51vw;}
strong{font-weight:bold;}

/* header */
header.zsHeader{position:fixed;top:0;left:0;width:100%;height:auto;z-index:9999;transition:ease .5s;}
header.zsHeader .zsLogo{padding:2.45vw 4.67vw;}
header.zsHeader .zsLogo a{width:13.59vw;height:auto;}
header.zsHeader .zsLogo a img{width:100%;height:auto;}
header.zsHeader nav{position:relative;padding:1.75vw 4.67vw;grid-template-areas:'ul ul';}
header.zsHeader nav ul li::before,
header.zsHeader nav ul li::after{display:none;}
header.zsHeader nav>ul{display:inline-block;margin:0;padding:0;list-style:none;text-align:left;}
header.zsHeader nav>ul li{position:relative;}
header.zsHeader nav>ul:nth-child(2)>li{float:left;display:inline;margin-right:2.37vw;}
header.zsHeader nav>ul:nth-child(2)>li:last-child{margin-right:0;}
header.zsHeader nav>ul>li>a,
header.zsHeader nav>ul>li>ul>li>a{white-space:nowrap;position:relative;color:#fff;font-family:'Average',serif;text-transform:uppercase;}
header.zsHeader nav>ul>li:hover>a{color:#c2232a;}
header.zsHeader nav>ul>li>a::after{content:"";pointer-events:none;position:absolute;top:1.5vw;left:0;display:inline-block;width:0;height:1px;background-color:#c2232a;transition:ease .5s;}
header.zsHeader nav>ul>li:hover>a::after{width:100%;}
header.zsHeader nav>ul>li.active>a::after{content:"";pointer-events:none;position:absolute;top:1.5vw;left:0;display:inline-block;width:100%;height:1px;background-color:#c2232a;}
header.zsHeader nav>ul>li.active>a{color:#c2232a;}
header.zsHeader nav>ul>li>ul{position:absolute;top:3vw;left:-2.37vw;display:none;padding:1.43vw 0;background-color:rgba(195,35,42,.9);}
header.zsHeader nav>ul>li>ul.active{display:block;}
header.zsHeader nav>ul>li>ul>li>a{white-space:nowrap;width:calc(100% - 4.74vw);padding:0.94vw 2.37vw;}
header.zsHeader nav>ul>li>ul>li:hover>a{background-color:#201d1f;}
header.zsHeader nav>ul:last-child>li{float:right;display:grid;margin-left:2.37vw;grid-template-columns:min-content min-content;align-items:center;}
header.zsHeader nav>ul:last-child>li:last-child{margin-left:0;}
header.zsHeader nav>ul>li:first-child>svg{cursor:pointer;height:1.36vw;margin-right:0;}
header.zsHeader nav>ul>li>svg{width:auto;height:1.46vw;margin-right:1.03vw;}
header.zsHeader nav>ul>li:hover>svg path{fill:#fff!important;}
header.zsHeader nav>ul>li:last-child:hover>svg path{fill:#c2232a !important;}
header.zsHeader nav .zsMobileNav{display:none;}
header.zsHeader nav ul:last-child li:hover svg path{fill:#c2232a!important;}
header.zsHeader nav ul:last-child li form{overflow:hidden;position:absolute;top:auto;right:-4.67vw;padding:0;grid-template-areas:'ul';background-color:#c2232a;z-index:600;transform:translate3d(110%,0,0);}
header.zsHeader nav ul:last-child li form input{width:20vw;padding:2.835vw 4.67vw 2.835vw 2.835vw;;border:none;outline:none;box-shadow:none;background-color:transparent;color:#fff;font-family:'Average',serif!important;font-size:1.17vw;text-transform:uppercase;}
header.zsHeader nav ul:last-child li form input::placeholder{color:#fff;opacity:1;}
header.zsHeader nav ul:last-child li form input:-ms-input-placeholder{color:#fff;opacity:1;}
header.zsHeader nav ul:last-child li form input::-ms-input-placeholder{color:#fff;opacity:1;}
header.zsHeader nav ul:last-child li form .zsClose{cursor:pointer;position:absolute;top:50%;right:4.67vw;display:inline-block;width:auto;height:1.36vw;transform:translate(0,-50%);}
header.zsHeader nav ul:last-child li form .zsClose img{width:auto;height:100%;}
header.zsHeader nav ul:last-child li.active form{transform:translate3d(0,0,0);}

/* cover */
.zsCover{width:100%;background-image:url('../images/cover.jpg');background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.zsCover.inner{height: 25vh!important}
.zsInner{padding: 8vw 18.84vw!important;}

/* heading */
.zsHeading h1{display:inline-block;width:calc(100% - 9.34vw);margin-bottom:9.34vw;padding:2.45vw 4.67vw;background-color:#201d1f;color:#fff;font-family:'Fjalla One',sans-serif;text-align:center;text-transform:uppercase;line-height:4.24vw;}

/* about */
.zsAbout{padding:0 4.67vw;margin-bottom:9.34vw;grid-template-areas:'div div';}
.zsAbout .zsTitle{padding-right:14vw;font-family:'Average',sans-serif;text-transform:uppercase;line-height:4.24vw;}
.zsAbout p{font-family:'Average',serif;margin-bottom:2.92vw;line-height:2.92vw;}
.zsAbout p:last-child{margin-bottom:0;}

/* services */
.zsServices{padding:0 4.67vw;margin-bottom:4.27vw;}
.zsServices .zsTitle{margin-bottom:4.75vw;font-family:'Fjalla One',sans-serif;text-transform:uppercase;line-height:1;}
.zsServices .zsServList{grid-template-areas:'one two three' 'four five six';grid-column-gap:4.67vw;}
.zsServices .zsServList li{margin-bottom:5.07vw;}
.zsServices .zsServList li a{float:left;width:100%;}
.zsServices .zsServList li .zsImage{width:100%;height:20vw;margin-bottom:2.375vw;background-color:#201d1f;background-size:cover;background-position:center;transition:ease .5s;}
.zsServices .zsServList li:hover .zsImage{opacity:.75;}
.zsServices .zsServList li h2, .subtopic{color:#201d1f;font-family:'Fjalla One',serif;text-transform:uppercase;text-align:center;}
.zsServices .zsServList li:hover a h2{color:#c2232a;}

/* products */
.zsProducts{width:calc(100% - 9.43vw);padding:0 4.67vw;}
.zsProducts .zsTitle{margin-bottom:4.75vw;font-family:'Fjalla One',sans-serif;text-transform:uppercase;line-height:1;}
.zsProducts .zsProductList li{display:grid;width:100%;margin-bottom:4.67vw;grid-template-columns:min-content 1fr;}
.zsProducts .zsProductList li .zsImage{width:26.42vw;height:20vw;background-color:#201d1f;transition:ease .5s;}
.zsProducts .zsProductList li:hover .zsImage{opacity:.75;}
.zsProducts .zsProductList li .zsText{padding-left:5.07vw;}
.zsProducts .zsProductList li h2{margin-bottom:2.375vw;color:#201d1f;font-family:'Fjalla One',serif;text-transform:uppercase;2.92vw;}
.zsProducts .zsProductList li:hover h2{color:#c2232a;}
.zsProducts .zsProductList li p{margin-bottom:2.375vw;font-family:'Average',serif;line-height:2.19vw;}
.zsProducts .zsProductList li a{padding:1vw 2vw;background-color:#c2232a;color:#fff;font-family:'Fjalla One',serif;text-transform:uppercase;}
.zsProducts .zsProductList li a:hover{background-color:#201d1f;}

/* footer */
footer.zsFooter{grid-template-columns:auto min-content;}
footer.zsFooter .zsLeft{padding:4.67vw;background-image:url('../images/footer.jpg');background-repeat:no-repeat;background-size:cover;background-position:center;}
footer.zsFooter .zsLeft .zsLogo a{width:13.59vw;height:auto;margin-right:9.34vw;}
footer.zsFooter .zsLeft .zsLogo a img{width:100%;height:auto;}
footer.zsFooter .zsLeft .zsInlineGrid{grid-template-columns:min-content 1fr 1fr;}
footer.zsFooter .zsLeft .zsNavList ul li{display:inline-block;width:100%;margin-bottom:1.69vw;}
footer.zsFooter .zsLeft .zsNavList ul li:last-child{margin-bottom:0;}
footer.zsFooter .zsLeft .zsNavList a{white-space:nowrap;position:relative;color:#fff;font-family:'Average',serif;text-transform:uppercase;}
footer.zsFooter .zsLeft .zsNavList a:hover{color:#c2232a;}
footer.zsFooter .zsLeft .zsNavList a::after{content:"";pointer-events:none;position:absolute;top:1.5vw;left:0;display:inline-block;width:0;height:1px;background-color:#c2232a;transition:ease .5s;}
footer.zsFooter .zsLeft .zsNavList a:hover::after{width:100%;}
footer.zsFooter .zsLeft .zsNavInfo ul li{width:100%;margin-bottom:1.69vw;}
footer.zsFooter .zsLeft .zsNavInfo ul li:last-child{margin-bottom:0;}
footer.zsFooter .zsLeft .zsNavInfo ul li a{white-space:nowrap;position:relative;color:#fff;font-family:'Average',serif;}
footer.zsFooter .zsLeft .zsNavInfo ul li a:hover{color:#c2232a;}
footer.zsFooter .zsLeft .zsNavInfo ul li a::after{content:"";pointer-events:none;position:absolute;top:1.5vw;left:0;display:inline-block;width:0;height:1px;background-color:#c2232a;transition:ease .5s;}
footer.zsFooter .zsLeft .zsNavInfo ul li a:hover::after{width:100%;}
footer.zsFooter .zsLeft .zsNavInfo ul li svg{width:1.46vw;height:auto;margin-right:1.03vw;}
footer.zsFooter .zsLeft .zsNavInfo ul li:hover svg path{fill:#c2232a!important;}
/*footer.zsFooter .zsLeft .zsCopy{grid-template-columns:min-content auto;}*/
footer.zsFooter .zsLeft .zsCopy{grid-template-columns:min-content 2fr 1fr;}
footer.zsFooter .zsLeft .zsCopy p{white-space:nowrap;margin-top:7.11vw;padding-right:2.56vw;font-family:'Fjalla One',serif;color:#fff;text-transform:uppercase;}
/*footer.zsFooter .zsLeft .zsCopy p a:hover{color:#201d1f;}*/
footer.zsFooter .zsLeft .zsCopy p:last-child a{float:left;width:auto;height:1.46vw;margin-right:1.28vw;}
footer.zsFooter .zsLeft .zsCopy p:last-child a svg{width:auto;height:100%;}
footer.zsFooter .zsLeft .zsCopy p:last-child a:hover svg path{fill:#c2232a!important;}
footer.zsFooter .zsRight{width:40vw;}

/* page - about */
.zsContentAbout,
.zsContentMav,
.zsContentClients{padding:0 18.84vw;margin-bottom:0vw;}
.zsContentAbout .zsContent *:first-child,
.zsContentMav .zsContent *:first-child,
.zsContentClients .zsContent *:first-child{padding-top:0;}
.zsContentAbout .zsContent *:last-child,
.zsContentMav .zsContent *:last-child,
.zsContentClients .zsContent *:last-child{margin-bottom:0;padding-bottom:0;}
.zsContentAbout .zsContent h3,
.zsContentMav .zsContent h3,
.zsContentClients .zsContent h3{margin-bottom:2.375vw;padding:4.67vw 0 2.375vw 0;font-family:'Fjalla One',sans-serif;font-size:2.19vw;text-transform:uppercase;line-height:1;border-bottom:1px solid #c2232a;}
.zsContentAbout .zsContent p,
.zsContentMav .zsContent p,
.zsContentClients .zsContent p{margin-bottom:1.095vw;font-family:'Average',serif;line-height:2.19vw;}
.zsContentAbout .zsContent ol,
.zsContentMav .zsContent ol,
.zsContentClients .zsContent ol{column-count:2;column-gap:4.67vw;}
.zsContentAbout .zsContent ul,
.zsContentMav .zsContent ul,
.zsContentClients .zsContent ul{column-count:2;column-gap:4.67vw;}
.zsContentAbout .zsContent li,
.zsContentMav .zsContent li,
.zsContentClients .zsContent li{margin-bottom:2.19vw;font-family:'Average',serif;line-height:2.19vw;}
.zsContentAbout .zsContent li:last-child,
.zsContentMav .zsContent li:last-child,
.zsContentClients .zsContent li:last-child{margin-bottom:0;}
.zsContentAbout .zsAboutOwner{margin-top:9.34vw;grid-template-columns:min-content auto;grid-column-gap:4.67vw;}
.zsContentAbout .zsAboutOwner .zsAvatar{width:14.64vw;}
.zsContentAbout .zsAboutOwner .zsAvatar img{width:100%;height:auto;}
.zsContentAbout .zsAboutOwner .zsAvatar h3{padding:2.375vw 0;color:#c2232a;font-family:'Fjalla One',sans-serif;font-size:1.46vw;text-align:center;text-transform:uppercase;line-height:1;}
.zsContentAbout .zsAboutOwner .zsText p{margin-bottom:2.19vw;font-family:'Average',serif;line-height:2.19vw;white-space: pre-line;}
.zsContentAbout .zsAboutOwner .zsText p:last-child{margin-bottom:0;}
.zsContentAbout .zsContent h1{margin-bottom:2.19vw;font-family:'Fjalla One',sans-serif;font-size:3.51vw;text-align:left;text-transform:uppercase;line-height:4.24vw;}
.zsContentAbout .zsContent .postInfo{margin-bottom:2.375vw;color:#aaa;font-family:'Fjalla One',serif;text-transform:uppercase;text-align:left;}
.zsContentAbout .zsContent .zsTags{color:#aaa;text-align:center;}
.zsContentAbout .zsContent .zsTags a{margin-top:2.375vw;color:#aaa;font-family:'Fjalla One',sans-serif;text-align:left;text-transform:uppercase;}
.zsContentAbout .zsContent .zsTags a:hover{color:#c2232a;}

/* page - services */
.zsContentServices{padding:0 4.67vw;margin-bottom:0vw;}
.zsContentServices .zsContent p{margin-bottom:9.34vw;padding:0 18.84vw;font-family:'Average',serif;text-align:center;line-height:2.19vw;}
.zsContentServices .zsContent ul{grid-template-columns:1fr 1fr 1fr;grid-column-gap:4.67vw;}
.zsContentServices .zsContent ul li{margin-bottom:5.07vw;}
.zsContentServices .zsContent ul li:nth-last-child(-n+3){margin-bottom:0;}
.zsContentServices .zsContent ul li .zsImage{width:100%;height:20vw;margin-bottom:2.375vw;background-color:#201d1f;background-size:cover;background-position:center;}
.zsContentServices .zsContent ul li h2{margin-bottom:2.375vw;color:#201d1f;font-family:'Fjalla One',serif;text-transform:uppercase;text-align:left;}
.zsContentServices .zsContent ul li p{margin-bottom:0;padding:0;text-align:left;}

/* page - contact */
.zsContentContact{padding:0 18.84vw;margin-bottom:0vw;}
.zsContentContact .zsContent{margin-bottom:2.375vw;}
.zsContentContact .zsContent p{margin-bottom:1.095vw;font-family:'Average',serif;text-align:right;line-height:2.19vw;}
.zsContentContact .zsContent p:nth-child(1),
.zsContentContact .zsContent p:nth-child(2){margin-bottom:2.375vw;text-align:left;}
.zsContentContact .zsContent p span{float:left;font-family:'Fjalla One',sans-serif;text-transform:uppercase;}
.zsContentContact .zsForm input{width:calc(100% - calc(2.44vw + 2px));margin-bottom:2.37vw;padding:1.22vw;font-family:'Average',serif;font-size:1.17vw;border:2px solid #1F1D1F;}
.zsContentContact .zsForm textarea{width:calc(100% - calc(2.44vw + 2px));height:18.30vw;margin-bottom:2.37vw;padding:1.22vw;font-family:'Average',serif;font-size:1.17vw;border:2px solid #1F1D1F;}
.zsContentContact .zsForm input:first-child{float:left;width:calc(50% - calc(3.625vw + 2px));}
.zsContentContact .zsForm input:nth-child(2){float:right;width:calc(50% - calc(3.625vw + 2px));}
.zsContentContact .zsForm input:last-child{cursor:pointer;width:initial;margin-bottom:0;background-color:#c2232a;color:#fff;font-family:'Fjalla One',sans-serif;text-transform:uppercase;border-color:#c2232a;}
.zsContentContact .zsForm input:last-child:hover{background-color:#1f1d1f;border-color:#1f1d1f;}

/* page - news */
.zsContentNews{padding:0 4.67vw;margin-bottom:0vw;}
.zsContentNews .zsContent p{font-family:'Average',serif;text-align:left;line-height:2.19vw;}
.zsContentNews .zsContent ul li p.postInfo{margin-bottom:2.375vw;color:#aaa;font-family:'Fjalla One',serif;text-transform:uppercase;text-align:left;}
.zsContentNews .zsContent ul{grid-template-columns:1fr 1fr 1fr;grid-column-gap:4.67vw;}
.zsContentNews .zsContent ul li{margin-bottom:5.07vw;}
.zsContentNews .zsContent ul li:nth-last-child(-n+3){margin-bottom:0;}
.zsContentNews .zsContent ul li a{width:100%;color:#1f1d1f;}
.zsContentNews .zsContent ul li .zsImage{width:100%;height:20vw;margin-bottom:2.375vw;background-color:#201d1f;background-size:cover;background-position:center;transition:ease .5s;}
.zsContentNews .zsContent ul li:hover .zsImage{opacity:.75;}
.zsContentNews .zsContent ul li h2{margin-bottom:1.1875vw;color:#201d1f;font-family:'Fjalla One',serif;text-transform:uppercase;text-align:left;line-height:1.75;}
.zsContentNews .zsContent ul li:hover h2{color:#c2232a;}
.zsContentNews .zsContent .zsNewsNav{text-align:center;margin-top:9.34vw;}
.zsContentNews .zsContent .zsNewsNav a{margin-right:1.18vw;padding:1.06vw 1.28vw;background-color:#aaa;color:#fff;font-family:'Average',serif;}
.zsContentNews .zsContent .zsNewsNav a:last-child{margin-right:0;}
.zsContentNews .zsContent .zsNewsNav a.active,
.zsContentNews .zsContent .zsNewsNav a.active:hover{background-color:#c2232a;}
.zsContentNews .zsContent .zsNewsNav a:hover{background-color:#1f1d1f;}

@media only screen and (orientation: portrait) {
	.zsGrid{display:inline-block;grid-row-gap:0;}
	.zsInlineGrid{display:inline-grid;grid-row-gap:0;}
	body{font-size:3.51vw;}
	main{margin-bottom:28.02vw;}
	.fontSize16{font-size:3.51vw;}
	.fontSize20{font-size:4.38vw;}
	.fontSize30{font-size:6.57vw;}
	.fontSize48{font-size:7.02vw;}

	/* header */
	header.zsHeader .zsLogo{width:calc(100% - 9.34vw);padding:5.35vw 2.67vw;text-align:center;}
	header.zsHeader .zsLogo a{width:40.77vw;height:auto;}
	header.zsHeader nav{position:relative;width:calc(100% - 5.34vw);padding:3.25vw 2.67vw;grid-template-areas:'ul ul';}
	header.zsHeader nav>ul{display:inline-block;margin:0;padding:0;list-style:none;text-align:left;}
	header.zsHeader nav>ul:nth-child(2){position:absolute;top:100%;left:0;display:none;padding:3.675vw 0;background-color:rgba(32,29,31,.9);}
	header.zsHeader nav>ul:nth-child(2).show{display:block;}
	header.zsHeader nav>ul li{position:relative;}
	header.zsHeader nav>ul:nth-child(2)>li{float:left;display:inline;width:calc(100% - 9.34vw);margin-right:0;padding:1.675vw 2.67vw;}
	header.zsHeader nav>ul:nth-child(2)>li:last-child{margin-right:0;}
	header.zsHeader nav>ul>li>a,
	header.zsHeader nav>ul>li>ul>li>a{white-space:nowrap;position:relative;color:#fff;font-family:'Average',serif;font-size:4.38vw;text-transform:uppercase;}
	header.zsHeader nav>ul>li:hover>a{color:#c2232a;}
	header.zsHeader nav>ul>li>a::after{content:"";pointer-events:none;position:absolute;top:5vw;left:0;display:inline-block;width:0;height:1px;background-color:#c2232a;transition:ease .5s;}
	header.zsHeader nav>ul>li:hover>a::after{width:100%;}
	header.zsHeader nav>ul>li.active>a::after{content:"";pointer-events:none;position:absolute;top:5vw;left:0;display:inline-block;width:100%;height:1px;background-color:#c2232a;}
	header.zsHeader nav>ul>li.active>a{color:#c2232a;}
	header.zsHeader nav>ul>li>ul{position:relative;top:0vw;left:0vw;display:none;margin-top:3.675vw;padding:0;background-color:rgba(195,35,42,.9);}
	header.zsHeader nav>ul>li>ul.active{display:block;}
	header.zsHeader nav>ul>li>ul>li>a{white-space:nowrap;width:calc(100% - 9.34vw);padding:3.675vw 4.67vw;}
	header.zsHeader nav>ul>li>ul>li:hover>a{background-color:#201d1f;}
	header.zsHeader nav>ul:last-child{float:right;}
	header.zsHeader nav>ul:last-child>li{float:right;display:grid;align-items:center;margin-left:7.11vw;grid-template-columns:min-content min-content;align-items:center;}
	header.zsHeader nav>ul:last-child>li:last-child{margin-left:0;}
	header.zsHeader nav>ul>li:first-child>svg{cursor:pointer;height:4.08vw;margin-right:0;}
	header.zsHeader nav>ul>li>svg{width:auto;height:4.38vw;margin-right:3.09vw;}
	header.zsHeader nav .zsMobileNav{cursor:pointer;display:inline-grid;grid-template-columns:min-content min-content;align-items:center;}
	header.zsHeader nav .zsMobileNav svg{width:auto;height:4.38vw;margin-right:3.09vw;}
	header.zsHeader nav .zsMobileNav .zsMobileText{position:relative;color:#fff;font-family:'Average',serif;text-transform:uppercase;font-size:4.38vw;}
	header.zsHeader nav .zsMobileNav.active .zsMobileText{color:#c2232a;}
	header.zsHeader nav .zsMobileNav.active svg path{fill:#c2232a!important;}
	header.zsHeader nav .zsMobileNav .zsMobileText::after{content:"";pointer-events:none;position:absolute;top:5vw;left:0;display:inline-block;width:0;height:1px;background-color:#c2232a;transition:ease .5s;}
	header.zsHeader nav .zsMobileNav.active .zsMobileText::after{width:100%;}
	header.zsHeader nav ul:last-child li.active svg path{fill:#c2232a!important;}
	header.zsHeader nav ul:last-child li form{overflow:hidden;position:absolute;top:auto;right:-4.67vw;padding:0;grid-template-areas:'ul';background-color:#c2232a;z-index:600;transform:translate3d(110%,0,0);}
	header.zsHeader nav ul:last-child li form input{width:60vw;padding:7vw 4.67vw;border:none;outline:none;box-shadow:none;background-color:transparent;color:#fff;font-family:'Average',serif!important;font-size:4.38vw;text-transform:uppercase;}
	header.zsHeader nav ul:last-child li form input::placeholder{color:#fff;opacity:1;}
	header.zsHeader nav ul:last-child li form input:-ms-input-placeholder{color:#fff;opacity:1;}
	header.zsHeader nav ul:last-child li form input::-ms-input-placeholder{color:#fff;opacity:1;}
	header.zsHeader nav ul:last-child li form .zsClose{cursor:pointer;position:absolute;top:50%;right:4.67vw;display:inline-block;width:auto;height:4.08vw;transform:translate(0,-50%);}
	header.zsHeader nav ul:last-child li form .zsClose img{width:auto;height:100%;}
	header.zsHeader nav ul:last-child li.active form{transform:translate3d(0,0,0);}

	/* cover */
	.zsCover{width:100%;background-image:url('../images/cover.jpg');background-repeat:no-repeat;background-size:cover;background-position:bottom center;}

	/* heading */
	.zsHeading h1{display:inline-block;width:calc(100% - 9.34vw);margin-bottom:28.02vw;padding:7.35vw 4.67vw;line-height:8.48vw;}

	/* about */
	.zsAbout{padding:0 4.67vw;grid-template-areas:'first''second';margin-bottom:28.02vw;text-align:center;}
	.zsAbout .zsTitle{margin-bottom:9.34vw;padding-right:0;font-family:'Average',sans-serif;text-transform:uppercase;line-height:12.72vw;}
	.zsAbout p{font-family:'Average',serif;margin-bottom:8.76vw;line-height:8.76vw;}
	.zsAbout p:last-child{margin-bottom:0;}

	/* services */
	.zsServices{padding:0 4.67vw;margin-bottom:12.81vw; text-align:center;}
	.zsServices .zsTitle{margin-bottom:14.25vw;font-family:'Fjalla One',sans-serif;text-transform:uppercase;line-height:1;}
	.zsServices .zsServList{width:100%;grid-template-areas:'one''two''three''four''five''six';grid-column-gap:0;}
	.zsServices .zsServList li{display:inline-block;width:100%;margin-bottom:15.21vw;}
	.zsServices .zsServList li a{float:left;width:100%;}
	.zsServices .zsServList li .zsImage{width:100%;height:60vw;margin-bottom:7.125vw;background-color:#201d1f;transition:ease .5s;}
	.zsServices .zsServList li:hover .zsImage{opacity:.75;}
	.zsServices .zsServList li h2, .subtopic{color:#201d1f;font-family:'Fjalla One',serif;font-size:6.57vw;text-transform:uppercase;}
	.zsServices .zsServList li:hover a h2{color:#c2232a;}

	/* products */
	.zsProducts{width:calc(100% - 9.34vw);padding:0 4.67vw;}
	.zsProducts .zsTitle{margin-bottom:14.25vw;font-family:'Fjalla One',sans-serif;text-transform:uppercase;text-align:center;line-height:1;}
	.zsProducts .zsProductList li{display:grid;width:100%;margin-bottom:14.01vw;grid-template-areas:'one''two''three';grid-template-columns:1fr;}
	.zsProducts .zsProductList li .zsImage{width:100%;height:60vw;margin-bottom:7.125vw;background-color:#201d1f;transition:ease .5s;}
	.zsProducts .zsProductList li:hover .zsImage{opacity:.75;}
	.zsProducts .zsProductList li .zsText{padding-left:0vw;}
	.zsProducts .zsProductList li h2{margin-bottom:7.125vw;color:#201d1f;font-family:'Fjalla One',serif;text-transform:uppercase;font-size:8.78vw;line-height:10.98vw;}
	.zsProducts .zsProductList li:hover h2{color:#c2232a;}
	.zsProducts .zsProductList li p{margin-bottom:8vw;font-family:'Average',serif;font-size:4.38vw;line-height:6.57vw;}
	.zsProducts .zsProductList li a{padding:3vw 6vw;background-color:#c2232a;color:#fff;font-family:'Fjalla One',serif;text-transform:uppercase;}
	.zsProducts .zsProductList li a:hover{background-color:#201d1f;}

	/* footer */
	footer.zsFooter{grid-template-columns:1fr;}
	footer.zsFooter .zsLeft{width:calc(100% - 9.34vw);padding:14.01vw 4.67vw;}
	footer.zsFooter .zsLeft .zsLogo{display:inline-block;width:100%;margin-bottom:14.01vw;text-align:center;}
	footer.zsFooter .zsLeft .zsLogo a{width:40.77vw;height:auto;margin-right:0;}
	footer.zsFooter .zsLeft .zsLogo a img{width:100%;height:auto;}
	footer.zsFooter .zsLeft .zsInlineGrid{width:100%;grid-template-columns:1fr;text-align:center;}
	footer.zsFooter .zsLeft .zsNavList ul{margin-bottom:14.01vw;}
	footer.zsFooter .zsLeft .zsNavList ul li{display:inline-block;width:100%;margin-bottom:5.07vw;}
	footer.zsFooter .zsLeft .zsNavList ul li:last-child{margin-bottom:0;}
	footer.zsFooter .zsLeft .zsNavList a{white-space:nowrap;position:relative;color:#fff;font-family:'Average',serif;font-size:4.38vw;text-transform:uppercase;}
	footer.zsFooter .zsLeft .zsNavList a:hover{color:#c2232a;}
	footer.zsFooter .zsLeft .zsNavList a::after{content:"";pointer-events:none;position:absolute;top:4.5vw;left:0;display:inline-block;width:0;height:1px;background-color:#c2232a;transition:ease .5s;}
	footer.zsFooter .zsLeft .zsNavList a:hover::after{width:100%;}
	footer.zsFooter .zsLeft .zsNavInfo ul li{display:inline-block;grid-template-columns:min-content min-content;width:100%;margin-bottom:5.07vw;text-align:center;}
	footer.zsFooter .zsLeft .zsNavInfo ul li:last-child{margin-bottom:0;}
	footer.zsFooter .zsLeft .zsNavInfo ul li a{white-space:nowrap;position:relative;color:#fff;font-family:'Average',serif;font-size:4.38vw;}
	footer.zsFooter .zsLeft .zsNavInfo ul li a:hover{color:#c2232a;}
	footer.zsFooter .zsLeft .zsNavInfo ul li a::after{content:"";pointer-events:none;position:absolute;top:4.5vw;left:0;display:inline-block;width:0;height:1px;background-color:#c2232a;transition:ease .5s;}
	footer.zsFooter .zsLeft .zsNavInfo ul li a:hover::after{width:100%;}
	footer.zsFooter .zsLeft .zsNavInfo ul li svg{width:4.38vw;height:auto;margin-right:3.09vw;}
	footer.zsFooter .zsLeft .zsNavInfo ul li:hover svg path{fill:#c2232a!important;}
	footer.zsFooter .zsLeft .zsCopy{grid-template-columns:1fr;text-align:center;}
	footer.zsFooter .zsLeft .zsCopy p{white-space:nowrap;margin-top:21.33vw;padding-right:2.56vw;font-family:'Fjalla One',serif;font-size:4.38vw;color:#fff;text-transform:uppercase;}
	footer.zsFooter .zsLeft .zsCopy p:last-child{margin-top:7.11vw;}
	footer.zsFooter .zsLeft .zsCopy p a:hover{color:#201d1f;}
	footer.zsFooter .zsLeft .zsCopy p:last-child a{float:none;width:auto;height:4.38vw;margin-right:3.84vw;}
	footer.zsFooter .zsLeft .zsCopy p:last-child a:last-child{margin-right:0;}
	footer.zsFooter .zsLeft .zsCopy p:last-child a svg{width:auto;height:100%;}
	footer.zsFooter .zsLeft .zsCopy p:last-child a:hover svg path{fill:#c2232a!important;}
	footer.zsFooter .zsRight{width:100%;}

	/* page - about */
	.zsContentAbout,
	.zsContentMav,
	.zsContentClients{width:calc(100% - 9.34vw);padding:0 4.67vw;margin-bottom:0vw;}
	.zsContentAbout .zsContent *:first-child,
	.zsContentMav .zsContent *:first-child,
	.zsContentClients .zsContent *:first-child{padding-top:0;}
	.zsContentAbout .zsContent *:last-child,
	.zsContentMav .zsContent *:last-child,
	.zsContentClients .zsContent *:last-child{margin-bottom:0;padding-bottom:0;}
	.zsContentAbout .zsContent h3,
	.zsContentMav .zsContent h3,
	.zsContentClients .zsContent h3{margin-bottom:7.125vw;padding:14.01vw 0 7.125vw 0;font-family:'Fjalla One',sans-serif;font-size:6.57vw;text-transform:uppercase;line-height:1;border-bottom:1px solid #c2232a;}
	.zsContentAbout .zsContent p,
	.zsContentMav .zsContent p,
	.zsContentClients .zsContent p{margin-bottom:8vw;font-family:'Average',serif;font-size:4.38vw;line-height:6.57vw;}
	.zsContentAbout .zsContent ol,
	.zsContentMav .zsContent ol,
	.zsContentClients .zsContent ol{column-count:1;column-gap:0;}
	.zsContentAbout .zsContent ul,
	.zsContentMav .zsContent ul,
	.zsContentClients .zsContent ul{column-count:1;column-gap:0;}
	.zsContentAbout .zsContent li,
	.zsContentMav .zsContent li,
	.zsContentClients .zsContent li{margin-bottom:6.57vw;font-family:'Average',serif;font-size:4.38vw;line-height:6.57vw;}
	.zsContentAbout .zsContent li:last-child,
	.zsContentMav .zsContent li:last-child,
	.zsContentClients .zsContent li:last-child{margin-bottom:0;}
	.zsContentAbout .zsAboutOwner{display:inline-block;width:100%;margin-top:28.02vw;grid-template-columns:none;grid-column-gap:none;}
	.zsContentAbout .zsAboutOwner .zsAvatar{width:100%;text-align:center;}
	.zsContentAbout .zsAboutOwner .zsAvatar img{display:inline-block;width:43.92vw;height:auto;}
	.zsContentAbout .zsAboutOwner .zsAvatar h3{padding:7.125vw 0 14.01vw 0;color:#c2232a;font-family:'Fjalla One',sans-serif;font-size:4.38vw;text-align:center;text-transform:uppercase;line-height:1;}
	.zsContentAbout .zsAboutOwner .zsText p{margin-bottom:8vw;font-family:'Average',serif;font-size:4.38vw;line-height:6.57vw;}
	.zsContentAbout .zsAboutOwner .zsText p:last-child{margin-bottom:0;}
	.zsContentAbout .zsContent h1{margin-bottom:6.57vw;font-family:'Fjalla One',sans-serif;font-size:10.53vw;text-align:left;text-transform:uppercase;line-height:12.72vw;}
	.zsContentAbout .zsContent .postInfo{margin-bottom:7.125vw;color:#aaa;font-family:'Fjalla One',serif;text-transform:uppercase;text-align:left;}
	.zsContentAbout .zsContent .zsTags{color:#aaa;text-align:center;}
	.zsContentAbout .zsContent .zsTags a{margin-top:7.125vw;color:#aaa;font-family:'Fjalla One',sans-serif;text-align:left;text-transform:uppercase;}
	.zsContentAbout .zsContent .zsTags a:hover{color:#c2232a;}

	/* page - services */
	.zsContentServices{width:calc(100% - 9.34vw);padding:0 4.67vw;margin-bottom:0vw;}
	.zsContentServices .zsContent p{margin-bottom:28.02vw;padding:0 4.67vw;font-family:'Average',serif;font-size:4.38vw;text-align:center;line-height:6.57vw;}
	.zsContentServices .zsContent ul{grid-template-columns:1fr;grid-column-gap:0;}
	.zsContentServices .zsContent ul li{display:inline-block;width:100%;margin-bottom:15.21vw;}
	.zsContentServices .zsContent ul li:nth-last-child(-n+3){margin-bottom:15.21vw;}
	.zsContentServices .zsContent ul li:last-child{margin-bottom:0;}
	.zsContentServices .zsContent ul li .zsImage{width:100%;height:60vw;margin-bottom:7.125vw;background-color:#201d1f;background-size:cover;background-position:center;}
	.zsContentServices .zsContent ul li h2{margin-bottom:7.125vw;color:#201d1f;font-family:'Fjalla One',serif;font-size:6.57vw;text-transform:uppercase;text-align:center;line-height:8.76vw;}
	.zsContentServices .zsContent ul li p{margin-bottom:0;padding:0;text-align:center;font-size:4.38vw;line-height:6.57vw;}

	/* page - contact */
	.zsContentContact{width:calc(100% - 9.34vw);padding:0 4.67vw;margin-bottom:0vw;}
	.zsContentContact .zsContent{margin-bottom:14.01vw;}
	.zsContentContact .zsContent p{margin-bottom:3.285vw;font-family:'Average',serif;font-size:4.38vw;text-align:right;line-height:6.57vw;}
	.zsContentContact .zsContent p:nth-child(1),
	.zsContentContact .zsContent p:nth-child(2){margin-bottom:14.01vw;text-align:left;}
	.zsContentContact .zsContent p span{float:left;font-family:'Fjalla One',sans-serif;text-transform:uppercase;}
	.zsContentContact .zsForm input{width:calc(100% - calc(7.32vw + 2px));margin-bottom:7.125vw;padding:3.66vw;font-family:'Average',serif;font-size:4.38vw;border:2px solid #1F1D1F;}
	.zsContentContact .zsForm textarea{width:calc(100% - calc(7.32vw + 2px));height:54.9vw;margin-bottom:7.125vw;padding:3.66vw;font-family:'Average',serif;font-size:4.38vw;border:2px solid #1F1D1F;}
	.zsContentContact .zsForm input:first-child{float:none;width:calc(100% - calc(7.32vw + 2px));}
	.zsContentContact .zsForm input:nth-child(2){float:none;width:calc(100% - calc(7.32vw + 2px));}
	.zsContentContact .zsForm input:last-child{cursor:pointer;width:initial;margin-bottom:0;background-color:#c2232a;color:#fff;font-family:'Fjalla One',sans-serif;text-transform:uppercase;border-color:#c2232a;}
	.zsContentContact .zsForm input:last-child:hover{background-color:#1f1d1f;border-color:#1f1d1f;}

	/* page - news */
	.zsContentNews{width:calc(100% - 9.34vw);padding:0 4.67vw;margin-bottom:0vw;}
	.zsContentNews .zsContent p{font-family:'Average',serif;font-size:4.38vw;text-align:left;line-height:6.57vw;}
	.zsContentNews .zsContent ul li p.postInfo{margin-bottom:7.125vw;color:#aaa;font-family:'Fjalla One',serif;text-transform:uppercase;text-align:left;}
	.zsContentNews .zsContent ul{grid-template-columns:1fr 1fr 1fr;grid-column-gap:4.67vw;}
	.zsContentNews .zsContent ul li{margin-bottom:15.21vw;}
	.zsContentNews .zsContent ul li:nth-last-child(-n+3){margin-bottom:15.21vw;}
	.zsContentNews .zsContent ul li:last-child{margin-bottom:0;}
	.zsContentNews .zsContent ul li a{width:100%;color:#1f1d1f;}
	.zsContentNews .zsContent ul li .zsImage{width:100%;height:60vw;margin-bottom:7.125vw;background-color:#201d1f;background-size:cover;background-position:center;transition:ease .5s;}
	.zsContentNews .zsContent ul li:hover .zsImage{opacity:.75;}
	.zsContentNews .zsContent ul li h2{margin-bottom:7.125vw;color:#201d1f;font-family:'Fjalla One',serif;font-size:6.57vw;text-transform:uppercase;text-align:left;line-height:8.76vw;}
	.zsContentNews .zsContent ul li:hover h2{color:#c2232a;}
	.zsContentNews .zsContent .zsNewsNav{text-align:center;margin-top:28.02vw;}
	.zsContentNews .zsContent .zsNewsNav a{margin-right:3.54vw;padding:3.18vw 3.84vw;background-color:#aaa;color:#fff;font-family:'Average',serif;}
	.zsContentNews .zsContent .zsNewsNav a:last-child{margin-right:0;}
	.zsContentNews .zsContent .zsNewsNav a.active,
	.zsContentNews .zsContent .zsNewsNav a.active:hover{background-color:#c2232a;}
	.zsContentNews .zsContent .zsNewsNav a:hover{background-color:#1f1d1f;}
}

.clearfix{clear:both}.eupopup-container{background-color:rgba(25,25,25,0.9);color:#efefef;padding:5px 20px;font-size:12px;line-height:1.2em;text-align:center;display:none;z-index:9999999}.eupopup-container-top,.eupopup-container-fixedtop{position:absolute;top:0;left:0;right:0}.eupopup-container-fixedtop{position:fixed}.eupopup-container-bottom{position:fixed;bottom:0;left:0;right:0}.eupopup-container-bottomleft{position:fixed;bottom:10px;left:10px;width:300px}.eupopup-container-bottomright{position:fixed;bottom:10px;right:10px;width:300px}.eupopup-closebutton{font-size:16px;font-weight:100;line-height:1;color:#a2a2a2;filter:alpha(opacity=20);position:absolute;font-family:helvetica,arial,verdana,sans-serif;top:0;right:0;padding:5px 10px}.eupopup-closebutton:hover,.eupopup-closebutton:active{color:#fff;text-decoration:none}.eupopup-head{font-size:1.2em;font-weight:bold;padding:7px;color:#fff}.eupopup-body{color:#a2a2a2}.eupopup-buttons{padding:7px 0 5px 0}.eupopup-button_1{color:#f6a21d;font-weight:bold;font-size:14px}.eupopup-button_2{color:#f6a21d;font-weight:normal;font-size:12px}.eupopup-button{margin:0 10px}.eupopup-button:hover,.eupopup-button:focus{text-decoration:underline;color:#f6a21d}body .eupopup-color-inverse{color:#000;background-color:rgba(255,255,255,0.9)}body .eupopup-color-inverse .eupopup-head{color:#000}body .eupopup-style-compact{text-align:left;padding:8px 30px 7px 20px;line-height:15px}body .eupopup-style-compact .eupopup-head,body .eupopup-style-compact .eupopup-body,body .eupopup-style-compact .eupopup-buttons{display:inline;padding:0;margin:0}body .eupopup-style-compact .eupopup-button{margin:0 5px}
/**!
 * messijs - A easy to use message plugin for jQuery
 * @version 2.0.2
 * @link https://MessiJS.github.io/
 * @license MIT
 * @copyright Copyright 2012-13 Marcos Esperón
 * @copyright Copyright 2014-17 Kevin Gustavson
 */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }

  40%, 43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
  }

  70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
  }

  90% {
	-webkit-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }

  40%, 43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
  }

  70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
  }

  90% {
	-webkit-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
	opacity: 1;
  }

  25%, 75% {
	opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
	opacity: 1;
  }

  25%, 75% {
	opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }

  50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }

  50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }

  30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
  }

  40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
  }

  50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
  }

  65% {
	-webkit-transform: scale3d(.95, 1.05, 1);
	transform: scale3d(.95, 1.05, 1);
  }

  75% {
	-webkit-transform: scale3d(1.05, .95, 1);
	transform: scale3d(1.05, .95, 1);
  }

  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }

  30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
  }

  40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
  }

  50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
  }

  65% {
	-webkit-transform: scale3d(.95, 1.05, 1);
	transform: scale3d(.95, 1.05, 1);
  }

  75% {
	-webkit-transform: scale3d(1.05, .95, 1);
	transform: scale3d(1.05, .95, 1);
  }

  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }

  6.5% {
	-webkit-transform: translateX(-6px) rotateY(-9deg);
	transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
	-webkit-transform: translateX(5px) rotateY(7deg);
	transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
	-webkit-transform: translateX(-3px) rotateY(-5deg);
	transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
	-webkit-transform: translateX(2px) rotateY(3deg);
	transform: translateX(2px) rotateY(3deg);
  }

  50% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }

  6.5% {
	-webkit-transform: translateX(-6px) rotateY(-9deg);
	transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
	-webkit-transform: translateX(5px) rotateY(7deg);
	transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
	-webkit-transform: translateX(-3px) rotateY(-5deg);
	transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
	-webkit-transform: translateX(2px) rotateY(3deg);
	transform: translateX(2px) rotateY(3deg);
  }

  50% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }

  10%, 20% {
	-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }

  10%, 20% {
	-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
	-webkit-transform: none;
	transform: none;
  }

  15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes wobble {
  from {
	-webkit-transform: none;
	transform: none;
  }

  15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
	-webkit-transform: none;
	transform: none;
  }

  22.2% {
	-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
	-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
	-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
	-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
	-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
	-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
	-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
	-webkit-transform: none;
	transform: none;
  }

  22.2% {
	-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
	-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
	-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
	-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
	-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
	-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
	-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
	-webkit-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
  }

  to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
	-webkit-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
  }

  to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
  }

  75% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }

  90% {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
  }

  75% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }

  90% {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
  }

  75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }

  90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
  }

  75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }

  90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
  }

  75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }

  90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
  }

  75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }

  90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }

  75% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }

  90% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }

  75% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }

  90% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
	opacity: 0;
  }

  to {
	opacity: 1;
  }
}

@keyframes fadeIn {
  from {
	opacity: 0;
  }

  to {
	opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes fadeInDown {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes fadeInLeft {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes fadeInRight {
  from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
  }
}

@keyframes fadeOut {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }

  40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }

  50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  80% {
	-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
	transform: perspective(400px) scale3d(.95, .95, .95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }

  40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }

  50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  80% {
	-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
	transform: perspective(400px) scale3d(.95, .95, .95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }

  40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
  }

  80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }

  40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
  }

  80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }

  40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
  }

  80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }

  40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
  }

  80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }

  30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
  }

  to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
  }
}

@keyframes flipOutX {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }

  30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
  }

  to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }

  30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
  }

  to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
  }
}

@keyframes flipOutY {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }

  30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
  }

  to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
  }

  60% {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
  }

  80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
  }

  to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
  }

  60% {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
  }

  80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
  }

  to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
	opacity: 1;
  }

  to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
	opacity: 1;
  }

  to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
  }

  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

@keyframes rotateIn {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
  }

  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }

  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }

  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }

  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }

  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }

  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }

  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
  }

  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
  }

  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
  }

  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
  }
}

@keyframes rotateOut {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
  }

  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }

  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }

  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }

  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }

  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }

  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }

  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }

  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }

  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }

  20%, 60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }

  40%, 80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
  }

  to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
  }
}

@keyframes hinge {
  0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }

  20%, 60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }

  40%, 80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
  }

  to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes rollIn {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  50% {
	opacity: 1;
  }
}

@keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  50% {
	opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
	opacity: 1;
  }

  50% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  to {
	opacity: 0;
  }
}

@keyframes zoomOut {
  from {
	opacity: 1;
  }

  50% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  to {
	opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }

  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.messi-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
}

.messi {
  position: fixed;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-shadow: none;
}

.messi-box {
  position: relative;
  width: 500px;
  height: auto;
  padding: 8px;
  overflow: hidden;
  background-color: rgba(254, 254, 254, 0.8);
  border-radius: 6px;
  opacity: 1;
  box-shadow: 0 0 1em #444;
}

.messi-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.messi-titlebox {
  padding: 10px;
  overflow: hidden;
  font: 1.3em bold helvetica, arial;
  color: #fff;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.25);
  background-color: #3b3b3b;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #3b3b3b), color-stop(0.75, #575757));
  background-image: linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -moz-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -o-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -webkit-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -ms-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  -webkit-border-radius: 5px 5px 0 0px;
		  border-radius: 5px 5px 0 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
}

.messi-titlebox.info {
  background-color: #4ea5cd;
  background-image: none;
}

.messi-titlebox.error {
  background-color: #de4343;
  background-image: none;
}

.messi-titlebox.warning {
  background-color: #eaaf51;
  background-image: none;
}

.messi-titlebox.success {
  background-color: #61b832;
  background-image: none;
}

.messi-closebtn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 25px;
  height: 25px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 40px;
}

.messi-closebtn::before {
  position: relative;
  top: 2px;
  display: block;
  width: 25px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  content: '\00D7';
}

.messi-content {
  padding: 10px;
  overflow: hidden;
  font: .9em normal helvetica, arial;
}

.messi-content p {
  margin: 0 0 1.3em;
  line-height: 1.3em;
}

.messi-content .messi-closebtn {
  top: 7px;
  font: 1.3em bold helvetica, arial;
  color: #fff;
  background-color: #333;
  opacity: 0;
  -webkit-transition: opacity .25s linear, visibility .1s linear .5s;
	 -moz-transition: opacity .25s linear, visibility .1s linear .5s;
	   -o-transition: opacity .25s linear, visibility .1s linear .5s;
		  transition: opacity .25s linear, visibility .1s linear .5s;
}

.messi-content:hover .messi-closebtn {
  opacity: 1;
}

.messi-footbox {
  height: 55px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.messi-actions {
  border-top: 1px solid #eee;
  padding-top: 8px;
  text-align: justify;
  width: 100%;
}

.messi-actions .messi-btnbox {
  display: inline-block; /* IE compatibility */
  text-align: center;
}

.messi-actions .btnbox .btn {
  min-width: 75px;
  text-align: center;
}

.messi-titlebox.anim {
  background-color: #666;
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.05)), color-stop(0.75, rgba(255, 255, 255, 0.05)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
	 -moz-background-size: 40px 40px;
		  background-size: 40px 40px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
	 -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
		  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: animate-bg 5s linear infinite;
	 -moz-animation: animate-bg 5s linear infinite;
		  animation: animate-bg 5s linear infinite;
}

.messi-titlebox.anim.info {
  background-color: #4ea5cd;
}

.messi-titlebox.anim.error {
  background-color: #de4343;
}

.messi-titlebox.anim.warning {
  background-color: #eaaf51;
}

.messi-titlebox.anim.success {
  background-color: #61b832;
}

@-moz-keyframes animate-bg
{
  from { background-position: 0 0; }
  to { background-position: -80px 0; }
}

@-webkit-keyframes animate-bg
{
  from { background-position: 0 0; }
  to { background-position: -80px 0; }
}

@keyframes animate-bg
{
  from { background-position: 0 0; }
  to { background-position: -80px 0; }
}

/* CSS Buttons from Twitter Bootstrap: http://twitter.github.com/bootstrap/ */

.messi .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 26px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.messi .btn:hover,
.messi .btn:active,
.messi .btn.active,
.messi .btn.disabled,
.messi .btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.messi .btn:active,
.messi .btn.active {
  background-color: #cccccc \9;
}

.messi .btn:first-child {
  *margin-left: 0;
}

.messi .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	  -ms-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
		  transition: background-position 0.1s linear;
}

.messi .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.messi .btn.active,
.messi .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.messi .btn-primary,
.messi .btn-primary:hover,
.messi .btn-warning,
.messi .btn-warning:hover,
.messi .btn-danger,
.messi .btn-danger:hover,
.messi .btn-success,
.messi .btn-success:hover,
.messi .btn-info,
.messi .btn-info:hover,
.messi .btn-inverse,
.messi .btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.messi .btn-primary.active,
.messi .btn-warning.active,
.messi .btn-danger.active,
.messi .btn-success.active,
.messi .btn-info.active,
.messi .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.messi .btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.messi .btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-primary:hover,
.messi .btn-primary:active,
.messi .btn-primary.active,
.messi .btn-primary.disabled,
.messi .btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.messi .btn-primary:active,
.messi .btn-primary.active {
  background-color: #004099 \9;
}

.messi .btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-warning:hover,
.messi .btn-warning:active,
.messi .btn-warning.active,
.messi .btn-warning.disabled,
.messi .btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.messi .btn-warning:active,
.messi .btn-warning.active {
  background-color: #c67605 \9;
}

.messi .btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-danger:hover,
.messi .btn-danger:active,
.messi .btn-danger.active,
.messi .btn-danger.disabled,
.messi .btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.messi .btn-danger:active,
.messi .btn-danger.active {
  background-color: #942a25 \9;
}

.messi .btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-success:hover,
.messi .btn-success:active,
.messi .btn-success.active,
.messi .btn-success.disabled,
.messi .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.messi .btn-success:active,
.messi .btn-success.active {
  background-color: #408140 \9;
}

.messi .btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-info:hover,
.messi .btn-info:active,
.messi .btn-info.active,
.messi .btn-info.disabled,
.messi .btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.messi .btn-info:active,
.messi .btn-info.active {
  background-color: #24748c \9;
}

.messi .btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-inverse:hover,
.messi .btn-inverse:active,
.messi .btn-inverse.active,
.messi .btn-inverse.disabled,
.messi .btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.messi .btn-inverse:active,
.messi .btn-inverse.active {
  background-color: #080808 \9;
}

button.messi .btn,
input[type="submit"].messi .btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.messi button {
  cursor: pointer;
  -webkit-appearance: button;
}

button.messi .btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
b{
	font-weight: bold;
}
i{
	font-style: italic;
}
.zsContent ul{
	margin-left: 30px;
}
.zsContent ul li, .zsContent ol{
	list-style: initial;
	font-family: 'Average',serif;
	line-height: 2.19vw;
}



