@charset "UTF-8";
/* global */
* {
  padding: 0;
  margin: 0;
  font: inherit;
  text-align: left;
  list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
html {
  background: #666 repeat 50% 0%;
}
body {
  font: 18px/1.2em "Century Gothic",Times New Roman,Arial,Helvetica,sans-serif;
  color: #FFF;
  font-family:'Century Gothic W01';
}
a { 
    color: inherit; 
    text-decoration: none;
    
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
a:hover, a:focus { outline: none;}
nav {
    background: transparent url(img/bg-menu.png) no-repeat 50% 0;
    height: 115px;
	min-width: 800px;
}
nav ul.container {
    text-align: center;
    padding: 18px 0;
}
nav li {
    display: inline;
}
nav li:before {
    content:"|";
    display: inline-block;
    font-size: 14px;
    margin: -5px 15px 0;
    vertical-align: middle;
    font-weight: bold;
}
nav li:first-child:before {
    content:"";
}
nav a {
    color: #FFF;
}
nav a:hover,
nav a.current {
    color: #FE9DAE;
    text-shadow: 1px 1px 2px #222;
}
#mti_wfs_colophon { display: none!important;}
.container {
	margin: 0 auto 10px;
	width: 780px /*90%*/;
	/*max-width: 875px;*/
    padding: 0 10px;
    position: relative;
}
@media (max-width: 420px) {
    nav {
	    min-width: 440px !important;
    }
    .container,
    .slides_control > div {
        width: 420px!important;
        position: relative!important;
    }
    .slides_control {
        height: auto!important;
    }
}/*
#topNav {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    left: 0;
    
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#topNav.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.59);
}
#topNav.fixed:hover {
    background: rgba(0, 0, 0, 0.8);
}
#topNav.fixed button {
    margin-top: 0;
}*/
button {
    padding: 10px 50px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #222;
    font-size: 24px;
    display: inline-block;
    clear: both;
    margin: -10px 10px 0;
    border: 1px solid #777;
    color: #CCC;
    cursor: pointer;
    position: relative;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
        
    background: rgb(97,97,97); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNjE2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTM5MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(97,97,97,1) 0%, rgba(57,57,57,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,97,97,1)), color-stop(100%,rgba(57,57,57,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(97,97,97,1) 0%,rgba(57,57,57,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(97,97,97,1) 0%,rgba(57,57,57,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(97,97,97,1) 0%,rgba(57,57,57,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(97,97,97,1) 0%,rgba(57,57,57,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#393939',GradientType=0 ); /* IE6-8 */

}
button:before {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    
    background: rgb(124,124,124); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjN2M3YzdjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjOWM5YzljIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjYmRiZGJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjOWM5YzljIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjYmRiZGJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjYjBiMGIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjODQ4NDg0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg0ODQ4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  rgba(124,124,124,1) 0%, rgba(156,156,156,1) 14%, rgba(189,189,189,1) 19%, rgba(156,156,156,1) 25%, rgba(189,189,189,1) 42%, rgba(204,204,204,1) 50%, rgba(176,176,176,1) 58%, rgba(132,132,132,1) 78%, rgba(132,132,132,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(124,124,124,1)), color-stop(14%,rgba(156,156,156,1)), color-stop(19%,rgba(189,189,189,1)), color-stop(25%,rgba(156,156,156,1)), color-stop(42%,rgba(189,189,189,1)), color-stop(50%,rgba(204,204,204,1)), color-stop(58%,rgba(176,176,176,1)), color-stop(78%,rgba(132,132,132,1)), color-stop(100%,rgba(132,132,132,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(124,124,124,1) 0%,rgba(156,156,156,1) 14%,rgba(189,189,189,1) 19%,rgba(156,156,156,1) 25%,rgba(189,189,189,1) 42%,rgba(204,204,204,1) 50%,rgba(176,176,176,1) 58%,rgba(132,132,132,1) 78%,rgba(132,132,132,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(124,124,124,1) 0%,rgba(156,156,156,1) 14%,rgba(189,189,189,1) 19%,rgba(156,156,156,1) 25%,rgba(189,189,189,1) 42%,rgba(204,204,204,1) 50%,rgba(176,176,176,1) 58%,rgba(132,132,132,1) 78%,rgba(132,132,132,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(124,124,124,1) 0%,rgba(156,156,156,1) 14%,rgba(189,189,189,1) 19%,rgba(156,156,156,1) 25%,rgba(189,189,189,1) 42%,rgba(204,204,204,1) 50%,rgba(176,176,176,1) 58%,rgba(132,132,132,1) 78%,rgba(132,132,132,1) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(124,124,124,1) 0%,rgba(156,156,156,1) 14%,rgba(189,189,189,1) 19%,rgba(156,156,156,1) 25%,rgba(189,189,189,1) 42%,rgba(204,204,204,1) 50%,rgba(176,176,176,1) 58%,rgba(132,132,132,1) 78%,rgba(132,132,132,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#848484',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}
button:hover,
button.current {
    color: #FFFFFF;
    background: none;
}
button:hover:before,
button.current:before {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: -1
}
.slides_container{
	/*height: 318px; */
    overflow: hidden;
    margin: 0 -10px;
    padding: 10px 10px 60px;
}
.slides_control > div {
    width: 775px;
    height: auto;
    text-align: center;
}
figure {
    width: 140px;
    height: 140px;
    position: relative;
    margin: 10px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}
figure:hover {
    z-index: 10;
}
figure a {
    display: block;
    float: left;
}
figure img {
    width: 100%;
    position: absolute;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
figure a:after {
	background: transparent url(img/play-ico.png) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
	content:"";
	top: 0;
	left: 0;
	z-index: 2;
}
figure.current img,
figure:hover img {
	width: 110%;
	margin-left: -5%;
	margin-top: -5%;
	-webkit-box-shadow: 0 0 5px 0 #000;
	   -moz-box-shadow: 0 0 5px 0 #000;
	        box-shadow: 0 0 5px 0 #000;
}
figcaption {
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	height: 80%;
	padding: 10%;
    cursor: pointer;
	opacity: 0;
    filter: alpha(opacity=0);
	z-index: 5;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
figure.current figcaption,
figure:hover figcaption {
	background: rgba(20, 20, 20, 0.7);
	margin-left: -5%;
	margin-top: -5%;
	padding: 15%;
	opacity: 1;
    filter: alpha(opacity=1);
}
figure figcaption span {
	position: absolute;
    width: 100%;
    bottom: 15%;
    left:0;
	font-weight: bold;
	font-size: 14px;
    color: #FFF;
	text-shadow: 2px 2px 0 #000;
	text-align: center;
    text-transform: uppercase;
	opacity: 0;
    filter: alpha(opacity=0);
    
    -webkit-transition: all .5s .2s;
    -moz-transition: all .5s .2s;
    -ms-transition: all .5s .2s;
    -o-transition: all .5s .2s;
    transition: all .5s .2s;
}
figure.current figcaption span,
figure:hover figcaption span{
	opacity: 1;
    filter: alpha(opacity=100);
}

#overImg {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    background: rgba(0, 0, 0, 0.66);
}
.i2 {
    cursor: pointer;
    height: 0;
    position: relative;
    top: 50%;
    display: block;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    
	-webkit-transition: all 1.5s ;
	-moz-transition: all 1.5s ;
	-ms-transition: all 1.5s ;
	-o-transition: all 1.5s ;
	transition: all 1.5s ;
}
.currentImg {
    top: 0;
    margin-top: 3%;
    height: 90%;
    
    opacity: 1;
    filter: alpha(opacity=100);
    
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
/** pagination **/
.pagination {
    bottom: 0;
    left: 0;
    float: right;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.59);
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pagination:hover {
    background: rgba(0, 0, 0, .85);
}
.pagination li {
    /*float: left;*/
    display: inline-block;
    margin: 0 0 0 10px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    
    background: rgb(57,57,57); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MTYxNjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(57,57,57,1) 0%, rgba(97,97,97,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,57,57,1)), color-stop(100%,rgba(97,97,97,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(57,57,57,1) 0%,rgba(97,97,97,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(57,57,57,1) 0%,rgba(97,97,97,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(57,57,57,1) 0%,rgba(97,97,97,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(57,57,57,1) 0%,rgba(97,97,97,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#616161',GradientType=0 ); /* IE6-8 */

}
.pagination a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #494949;
    z-index: 2;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pagination li.current a,
.pagination a:hover {
    color: #FE9DAE;
}
.pagination a:before {
    position: absolute;
    z-index: -1;
    content:"";
    top:0;
    left: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    
    background: rgb(97,97,97); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNjE2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTM5MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(97,97,97,1) 0%, rgba(57,57,57,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,97,97,1)), color-stop(100%,rgba(57,57,57,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(97,97,97,1) 0%,rgba(57,57,57,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(97,97,97,1) 0%,rgba(57,57,57,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(97,97,97,1) 0%,rgba(57,57,57,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(97,97,97,1) 0%,rgba(57,57,57,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#393939',GradientType=0 ); /* IE6-8 */

}
.pagination li.current a:before,
.pagination li:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
}
/** videos **/
#videos {
    padding: 10px 0;
    margin: 0 -10px;
    text-align: center;
}
.videos {
    width: 0%;
    height: 0%;
    top: 50%;
    margin: 0 auto;
    background: #FFF;
    color: #000;
    text-align: center;
}
.currentImg.videos {
    width: 80%;
    height: 80%;
    top:0;
    margin-top: 7%;
}
#videos figure { 
    height: 168px;
    width: 300px;
    margin: 30px 15px 0 
}
#videos figure img,
#videos figcaption { 
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
}
#videos figure.current img, 
#videos figure:hover img, 
#videos figure.current figcaption, 
#videos figure:hover figcaption {
    height: 110%;
    margin-left: -5%;
    margin-top: -2.5%;
    width: 110%;
}
/** loading **/
.loading {
    text-align: center;
    top: 40%;
    position: relative;
}
.loading img {
    height: auto;
    width: 170px;
    display: block;
    margin: 0 auto -213px;
    
  -webkit-animation: rotate 3s linear infinite; 
     -moz-animation: rotate 3s linear infinite; 
       -o-animation: rotate 3s linear infinite; 
          animation: rotate 3s linear infinite;
}
@-webkit-keyframes rotate {
  0%   { -webkit-transform: rotate(0deg) scale(1);}
  50%  { -webkit-transform: rotate(180deg) scale(0.6);}
  100% { -webkit-transform: rotate(360deg) scale(1);}
}
@-moz-keyframes rotate {
  0%   { -moz-transform: rotate(0deg) scale(1);}
  50%  { -moz-transform: rotate(180deg) scale(0.6);}
  100% { -moz-transform: rotate(360deg) scale(1);}
}
@-o-keyframes rotate {
  0%   { -o-transform: rotate(0deg) scale(1);}
  50%  { -o-transform: rotate(180deg) scale(0.6);}
  100% { -o-transform: rotate(360deg) scale(1);}
}
@keyframes rotate {
  0%   { transform: rotate(0deg) scale(1);}
  50%  { transform: rotate(180deg) scale(0.6);}
  100% { transform: rotate(360deg) scale(1);}
}