@font-face {
	font-family: 'RomulC';
    src: url("../fonts/RomulC/RomulC.eot");
	src: local('â˜ºÂ˜'),   url("../fonts/RomulC/RomulC.woff") format("woff"),
    url("../fonts/RomulC/RomulC.ttf") format("truetype"),
    url("../fonts/RomulC/RomulC.eot?#iefix")format("embedded-opentype");
    font-weight: normal;
}
@font-face {
	font-family: 'Raleway';
    src: url("../fonts/RalewayRegular/RalewayRegular.eot");
	src: local('â˜ºÂ˜'),   url("../fonts/RalewayRegular/RalewayRegular.woff") format("woff"),
    url("../fonts/RalewayRegular/RalewayRegular.ttf") format("truetype"),
    url("../fonts/RalewayRegular/RalewayRegular.eot?#iefix")format("embedded-opentype");
    font-weight: 400;
}
@font-face {
	font-family: 'Raleway';
    src: url("../fonts/RalewayMedium/RalewayMedium.eot");
	src: local('â˜ºÂ˜'),   url("../fonts/RalewayMedium/RalewayMedium.woff") format("woff"),
    url("../fonts/RalewayMedium/RalewayMedium.ttf") format("truetype"),
    url("../fonts/RalewayMedium/RalewayMedium.eot?#iefix")format("embedded-opentype");
    font-weight: 500;
}
@font-face {
	font-family: 'Raleway';
    src: url("../fonts/RalewayBold/RalewayBold.eot");
	src: local('â˜ºÂ˜'),   url("../fonts/RalewayBold/RalewayBold.woff") format("woff"),
    url("../fonts/RalewayBold/RalewayBold.ttf") format("truetype"),
    url("../fonts/RalewayBold/RalewayBold.eot?#iefix")format("embedded-opentype");
    font-weight: 800;
}
@font-face {
	font-family: 'Raleway';
    src: url("../fonts/RalewayBlack/RalewayBlack.eot");
	src: local('â˜ºÂ˜'),   url("../fonts/RalewayBlack/RalewayBlack.woff") format("woff"),
    url("../fonts/RalewayBlack/RalewayBlack.ttf") format("truetype"),
    url("../fonts/RalewayBlack/RalewayBlack.eot?#iefix")format("embedded-opentype");
    font-weight: 900;
}

/* CSS Reset */
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, p {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
/* End of CSS Reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  min-width: 1280px;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
body {
    width: 100%;
  min-width: 1280px;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #e9cba8;
  background: #000 url('../images/bg-body.jpg') top center repeat-y;
  overflow-x: hidden;
}
img {
  border: none;
}
input, select {
  outline: none;
  vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'RomulC';
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
    color: white;
    font-weight: bold;
}
h1 { font-size: 60px; }
h2 { font-size: 48px; }
h3 { font-size: 34px; 
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(to bottom, #f9d069, #ed7825);
    -webkit-background-clip: text;
    -moz-background-clip: text;    
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
}
h4 { font-size: 24px; }
h5 { font-size: 18px; }
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
a {
  text-decoration: none;
  color: #f3a447;
    -webkit-transition: all 200ms ease-in-out;
     -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
       -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
}
a:hover {
    color: #ffdb88;
}
a.see-more {
    display: inline-block;
    padding: 10px 15px;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}
a.see-more:hover {
    background: rgba(0,0,0,1);
}
a.btn {
	display: inline-block;
	color: #f3a447;
	width: 274px;
	height: 57px;
	line-height: 57px;
	background: url('../images/btn-footer.png') center center no-repeat;
	font-size: 28px;
	font-weight: 800;
}
a.btn:hover {
	filter: brightness(120%);
	transform: scale(1.05);
}
a.close {
    width: 40px;
    height: 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
       -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
}
a.close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
a.close:before {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.close:after {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-pop {
    position: absolute;
    right: 20px;
    top: 20px;
}

input, textarea {
    background-color: #fff;
    background: rgba(255,255,255,0.3);
    color: #000;
    border: none;
    box-shadow: 0 3px 0 black;
    padding: 10px;
    font-size: 30px;
    font-weight: 800;
    font-family: "Raleway";
    width: 100%;
    border-radius: 15px;
    text-align: left;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 10px 0;
    text-align: center;
} 
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-webkit-scrollbar {
  display: none;
}

.page_block {margin: 15px 0 0 0;}

ul.list-unstyled li.active a { background: #ef8932; color: #fff;  padding: 2px 6px; }

ul.tabs li {display: inline-block;}

ul.tabs li.active a { background: #ef8932; color: #fff; padding: 2px 6px; }

ul.tabs li.active a:hover, ul.list-unstyled li.active a:hover { text-decoration: none; }
table.tabrank { width: 100%; background: 0; overflow: hidden; }

table.tabrank tr td { font-size: 12px; padding: 5px 10px; border-left: 1px solid #e2e6ed; }

table.tabrank tr td:first-child { border: 0; }

table.tabrank tr.two td { background: #e2e6ed; }

table.tabrank tr td.foco { font-weight: bold; color: #6e4520; background: #fff4dd; }

table.tabrank tr.two td.foco { background: #fff9ec; }

table.tabrank tr.cabecalho td { background: #ef8932; color: #fff; font-weight: bold; text-align: center; }

table.tabrank tr.ctype2 { background: #e6c786; padding: 0; margin: 0; height: 2px; }

table.tabrank tr.ctype2 td { background: #e6c786; padding: 0; margin: 0; height: 2px; }

/*=====PAGE STYLES=====*/
.container { 
    position: relative;
    width: 1240px;
    margin: auto;
}

nav.main-nav2 {
background:#fff;
height:33px;
z-index:170;
margin:0auto;
border-bottom:1pxsolid#dadada;
width:100%;
position:fixed;
top:0;
left:0;
right:0;
text-align: center;
}

#menu2 li {
    float: left;
    list-style: none;
    padding: 0 149px;
}


header {
    position: relative;
    width: 100%;
    height: 1029px;
    background: url('../images/bg-header.jpg') top center no-repeat;
}
header nav {
    padding-top: 63px;
}
header nav .left, header nav .right {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    font-size: 18px;
    line-height: 50px;
}
header nav a {
    color: #ffdb88;
    text-transform: uppercase;
    font-weight: 800;
}
header nav a:hover, header nav a.active {
    color: #f3a447;
}
header nav a:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(243,164,71,0.5);
    margin-top: -12px;
   -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header nav a:hover:after {
	width: 0;
}
header nav a img {
    vertical-align: middle;
    opacity: 0.7;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header nav a:hover img, header nav a.active img {
    opacity: 1;
}
header nav .left {
    float: left;
    text-align: left;
    padding-left: 20px;
}
header nav .left a {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    background: url('../images/menu-sep.png') center right no-repeat;
    height: 50px;
}
header nav .left a.lang:first-child {
    margin-right: 0px;
    padding-right: 10px;
    background: none;
}
header nav .left a.lang:after, header nav a.active:after {
	display: none;
}
header nav .right {
    float: right;
    text-align: right;
    padding-right: 20px;
}
header nav .right a {
    display: inline-block;
    margin-left: 30px;
    padding-left: 30px;
    background: url('../images/menu-sep.png') center left no-repeat;
    height: 50px;
}
header .logo, header .servers {
    position: relative;
    display: block;
    width: 33.3333%;
    text-align: center;
    float: right;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header .logo {
    margin-top: 105px;
    height: 179px;
    background: url('../images/logo.png') top center no-repeat;
}
header .logo:hover {
    filter: brightness(120%);
    transform: scale(0.95);
}
header .logo > a {
    display: block;
    width: 413px;
    height: 150px;
}
header .servers {
	margin-top: 0px;
	position: relative;
}
header .servers .online {
	position: absolute;
	top: 12px;
	left: 63px;
	width: 284px;
	height: 182px;
    background: url('../images/online.png') center center no-repeat;
    animation: blinking 1s infinite linear;
}
header .servers .online a {
	display: block;
	width: 284px;
	height: 182px;
}
header .servers .status {
	padding-top: 17px;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    color: #82bbfb;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    line-height: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header .servers:hover {
    filter: brightness(120%);
    transform: scale(1.1);
}
header .servers .status span {
    color: transparent;
    background: linear-gradient(to bottom, #f9d069, #ed7825);
    -webkit-background-clip: text;
    -moz-background-clip: text;    
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
}
header .servers .status p {
	margin-bottom: 35px;
	font-size: 50px;
	font-weight: 900;
    color: transparent;
    background: linear-gradient(to bottom, #f4e4d2, #e1b98a);
    -webkit-background-clip: text;
    -moz-background-clip: text;    
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
}
header .servers .status h2 {
	font-size: 60px;
	margin-bottom: 0;
}
header .btns { 
	width: 100%;
	margin-top: 52px;
}
header .btns div { 
	display: inline-block;
	width: 33.3333%;
	float: left;
	text-align: center;
}
header .btns div a {
	display: inline-block;
	height: 79px;
	line-height: 79px;
	font-size: 34px;
}
header .btns div a.btn-main{
	width: 412px;
	background: url('../images/btn-main.png') top center no-repeat;
	font-weight: 900;
	color: #211b15;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
header .btns div a.btn-sec {
	display: inline-block;
	width: 375px;
	background: url('../images/btn-sec.png') top center no-repeat;
	color: #ffb636;
	font-weight: 800;
}
header .btns div a:hover {
	filter: brightness(120%);
	transform: scale(1.05);
}
main {
    position: relative;
    margin-top: -240px;
    z-index: 10;
}
main .head { 
    margin-bottom: 10px;
    text-align: center;
}
main .head h2 {
    margin-right: 20px;
    display: inline-block;
}

main .news .item {
    position: relative;
    width: 25%;
    float: left;
    padding: 10px;
    display: none;
}
main .news .item.show, main .news .item:nth-child(-n+4) {
    display: inline-block;
}
main .news .item .content {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #211b15;
    min-height: 200px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
main .news .item .content:hover {
    transform: scale(1.05);
}
main .news .item .content .pic {
    width: 100%;
    height: 181px;
    overflow: hidden;
}
main .news .item .content .pic img {
    -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
main .news .item:hover .content .pic img {
    transform: scale(1.1);
}
main .news .item .content .txt {
    padding: 20px;
}
main .news .item .content .txt a {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 10px;
}
main .news .item .content .txt .infos {
    border-top: 1px solid #41372d;
    margin-top: 20px;
    padding-top: 10px;
}
main .news .item .content .txt .infos span {
    color: #8b6a44;
    font-size: 12px;
    line-height: 34px;
}
main .news .item .content .txt .infos a.see-more {
   font-size: 14px;
   float: right;
}
main .show-more-news, main .hide-more-news {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(65,55,45,0.5);
    width: 100%;
    text-align: center;
    display: block;
    color: #41372d;
    font-size: 22px;
    text-transform: uppercase;
}
main .show-more-news:hover, main .hide-more-news:hover {
    letter-spacing: 3px;
}
main .show-more-news img {
    vertical-align: middle;
}
footer {
    position: relative;
    margin-top: -130px;
    padding-top: 205px;
    width: 100%;
    height: 1540px;
    z-index: 9;
    background: url('../images/bg-footer.jpg') bottom center no-repeat;
}
footer .buttons {
    position: relative;
}
footer .buttons a {
    display: inline-block;
    float: left;
    width: 33.3333%;
    padding: 15px;
    text-align: center;
    color: #e9cba8;
    font-size: 16px;
    font-weight: 400;
}
footer .buttons a:hover {
	background: rgba(243,164,71,0.05);
}
footer .buttons a p {
    font-size: 22px;
    font-family: 'RomulC';
    text-transform: uppercase;
     color: transparent;
     line-height: 1;
    background: linear-gradient(to bottom, #f9d069, #ed7825);
    -webkit-background-clip: text;
    -moz-background-clip: text;    
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
}
footer .buttons a p span {
	font-size: 16px;
}
footer .buttons a:hover {
    color: white;
}
footer .buttons a img {
    display: block;
    margin: 7px auto;
}
footer .buttons a:hover img {
    animation: blinking 1s infinite linear;
}
footer .prefooter {
	margin-top: 150px;
}
footer .prefooter .side {
	padding-top: 115px;
	height: 355px;
	border-radius: 7px;
	background: none;
    -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
footer .prefooter .side:hover {
	background: url('../images/video-bg.jpg') center center no-repeat;
	transform: scale(1.05);
	filter: brightness(150%);
}
footer .prefooter .sideright {
    -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
footer .prefooter .sideright:hover {
	transform: scale(1.05);
	filter: brightness(120%);
}
footer .prefooter .play-video {
	display: block;
	margin: auto;
	width: 172px;
	height: 123px;
	background: url('../images/video-play.png') center center no-repeat;
}
footer .copy {
    margin-top: 115px;
    opacity: 0.5;
    font-size: 12px;
    line-height: 1;
    color: #9a8e7a;
    -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
footer .copy:hover {
    opacity: 1;
}
footer .side, footer .sideright {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
}
footer .sideright {
    width: 25%;
}
footer .copy span {
	font-size: 14px;
	font-weight: 800;
	color: #ffc666;
}
footer .copy .side b, footer .copy .side a {
    color: #ffe6bc;
}
.p-files, .p-donate {
    width: 1000px;
    margin: auto;
    margin-top: 100px;
    display: none;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
}
.p-files div {
    width: 33.3333%;
    display: inline-block;
    float: left;
    padding: 20px;
}
.p-files div a {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #f3a447;
}
.preloader {
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:99999; 
  text-align: center;
  background-color:#000;
  overflow: scroll;
  overflow: -moz-scrollbars-none;
}
.preloader-image {
  position:absolute;
  top:50%; 
  left:50%; 
  margin: -206.5px 0 0 -206.5px;
  width:413px;
  height:150px;
  background-image:url(../images/logo.png);
  background-position:center;
  background-repeat:no-repeat;
  background-size: 413px 150px;
    animation: blinking 1s infinite linear;
}

@keyframes preloading {
    0% {
    background-image: url('../images/animation/1.png');
    }
    5% {
    background-image: url('../images/animation/2.png');
    }
    10% {
    background-image: url('../images/animation/3.png');
    }
    15% {
    background-image: url('../images/animation/4.png');
    }
    20% {
    background-image: url('../images/animation/5.png');
    }
    25% {
    background-image: url('../images/animation/6.png');
    }
    30% {
    background-image: url('../images/animation/7.png');
    }
    35% {
    background-image: url('../images/animation/8.png');
    }
    40% {
    background-image: url('../images/animation/9.png');
    }
    45% {
    background-image: url('../images/animation/10.png');
    }
    50% {
    background-image: url('../images/animation/11.png');
    }
    55% {
    background-image: url('../images/animation/12.png');
    }
    60% {
    background-image: url('../images/animation/13.png');
    }
    65% {
    background-image: url('../images/animation/14.png');
    }
    70% {
    background-image: url('../images/animation/15.png');
    }
    75% {
    background-image: url('../images/animation/16.png');
    }
    80% {
    background-image: url('../images/animation/17.png');
    }
    85% {
    background-image: url('../images/animation/18.png');
    }
    90% {
    background-image: url('../images/animation/19.png');
    }
    95% {
    background-image: url('../images/animation/20.png');
    }
}
.preload-anim {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: preloading 2000ms infinite linear;
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:99990; 
}
.preload-anim-p {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: preloading 2000ms infinite linear;
    animation-direction: reverse;
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:99990; 
}


@keyframes blinking {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    filter: brightness(120%);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  /* Photo Gallery styles */
.gallery 
    margin: 100px auto 0;
    width: 800px;
}
.gallery a {
    display: inline-block;
    height: 135px;
    position: relative;
    width: 180px;

    /* CSS3 Prevent selections */
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.gallery a img {
    border: 8px solid #fff;
    border-bottom: 20px solid #fff;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;

    /* CSS3 Box sizing property */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    /* CSS3 transition rules */
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;

    /* CSS3 Box Shadow */
    -moz-box-shadow: 2px 2px 4px #444;
    -webkit-box-shadow: 2px 2px 4px #444;
    -o-box-shadow: 2px 2px 4px #444;
    box-shadow: 2px 2px 4px #444;
}

/* Custom CSS3 rotate transformation */
.gallery a:nth-child(1) img {
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.gallery a:nth-child(2) img {
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.gallery a:nth-child(3) img {
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.gallery a:nth-child(4) img {
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.gallery a:nth-child(5) img {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.gallery a:nth-child(6) img {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.gallery a:nth-child(7) img {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.gallery a:nth-child(8) img {
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.gallery a:nth-child(9) img {
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.gallery a:nth-child(10) img {
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.gallery a:nth-child(11) img {
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.gallery a:nth-child(12) img {
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.gallery a:focus img {
    cursor: default;
    height: 250%;
    left: -150px;
    top: -100px;
    position: absolute;
    width: 250%;
    z-index: 25;

    /* CSS3 transition rules */
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;

    /* CSS3 transform rules */
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

}
