/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}


a, a:visited {
	color:#fff;
}

a:hover {
	text-decoration:none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #2ba9f9;
    text-shadow: none;
}

::selection {
    background: #2ba9f9;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





  p {
	   margin-bottom:24px;
   }

   b {
	   font-weight:500;
   }


 .blue {
	 color:#2ba9f9 !important;
 }

 .red {
	 color:#2ba9f9 !important;
 }






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

h1 {
	color:#2ba9f9;
	font-size:22px;
}

h2 {
	color:#2ba9f9;
}


body {
	background:#fff left top;
}


#workarea-row > .rating {
	margin-top:25px;
}


div.bx-auth {
	margin:200px auto;
	background:#2ba9f9;
	padding:20px;
}

.wrapper {
	width:1000px;
	margin:0 auto;
}

.outer-wrapper {
	background: url(images/main-bg.jpg) center top no-repeat;
	background-size:cover;
}

.outer-wrapper.--led--prizes {
	background: url(images/prizes-bg.jpg) center top no-repeat;
	background-size: contain;
}

.outer-wrapper.--led--photo{
	background: url(images/prizes-bg.jpg) center top no-repeat;
	background-size: contain;
}
.outer-wrapper.--led--photo_opp{
	background: url(images/prizes-bg.jpg) center top no-repeat;

}
.outer-wrapper.--led--photo_orp{
	background: url(images/prizes-bg.jpg) center top no-repeat;

}

.wrap---led--prizes  {
	
}

.outer-wrapper.--led--rules {
	
}

.--led--rules #workarea-row {
	margin-top:40px;
	min-height:720px;
}



.--led--rules #workarea-row > div {
	background:url(/bitrix/templates/led/css/images/judge.png) left top no-repeat;
}


.--led--register #workarea-row {
	background:url(/bitrix/templates/led/img/player.png) left top no-repeat;
	margin-top:40px;
	min-height:680px;
}

.outer-wrapper.--led--prizes,
.outer-wrapper.--led--photo,
.outer-wrapper.--led--photo_opp,
.outer-wrapper.--led--photo_orp,
.outer-wrapper.--led--prizes_orp,
.outer-wrapper.--led--prizes_opp,
.outer-wrapper.--led--rating
{
	
}

	.--led--ratint  .rules,
	.--led--rules  .rules,
	.--led--rules  .photo,
	.--led--prizes_opp  .rules,
	.--led--prizes_orp  .rules,
	.--led--rating  .rules,
	.--led--prizes_opp  .rules
	{
		padding-left:325px;
	}
	
	.--led--rating .rules {
		min-height:575px;
	}
	
.outer-wrapper.--led--register {
	
}
	.--led--photo  .register,
	.--led--rating  .register,
	.--led--register  .register,
	.--led--prizes_opp  .register,
	.--led--prizes_orp  .register,
	.--led--photo_opp  .register,
	.--led--photo_orp  .register,
	.--led--prizes_opp  .register,
	.--led--rating  .register,
	.--led--prizes  .register {
		padding-left:300px;
		padding-top:0px;
		margin-right:0px;
	}
	
.--led--prizes_opp h1,
.--led--prizes_orp h1
{

	margin-bottom:10px !important
}
	
header {
	height:68px;
	display:block;
	margin:0 0 0 0;
	padding:26px 0 0 0;
	background:#2ba9f9;
}

	header .top-menu {
		margin:0;
		padding:0;
		font-size:16px;
		list-style:none;
	}

	header .top-menu li {
		display:block;
		height:35px;
		float:left;
		line-height:35px;
		font-weight:bold;
	}


	header .top-menu li  a {
		text-transform:uppercase;
		color:#fff;
		padding:0 16px;
		text-decoration:none;
	}

	header .top-menu li.active {
		background-color:#444;
	}
	
	header .top-menu li:hover {
		background-color:#444;
		
	}

	header .top-menu li.active  a, header .top-menu li:hover  a{
		color:#fff;
	}

	header  .user-links {
		float:right;
		color:#fff;
		font-size:12px;
		line-height:16px;
		text-align:right;
	}
	
	header  .user-links  a {
		color:#fff;
	}

#main-logo {
	width:556px;
	height:559px;
	background:url(../img/main-logo.png) center center no-repeat;
	margin:70px auto 0 auto;
}

.--led--prizes #workarea-row,
.--led--photo #workarea-row,
.--led--photo_opp #workarea-row,
.--led--photo_orp #workarea-row,
.--led--prizes_orp #workarea-row,
.--led--prizes_opp #workarea-row{
	margin-top:75px;
	background:url(images/prizes-hero.png) left top no-repeat;
	min-height:630px;
	margin-left:-150px;
	padding-left:150px;
}

.--led--prizes #workarea-row {
	margin-top:40px;
	min-height:720px;
	background-position:left 200px;
}

.--led--photo #workarea-row {
	margin-top:40px;
	min-height:720px;
	background-position:left 200px;
}

.--led--photo_opp .register h1,
.--led--photo_orp .register h1,
.--led--photo_opp .register h2,
.--led--photo_orp .register h2,
.--led--photo .register h1 {
	color:#fff !important;
}

.--led--register #workarea-row {
	margin-top:40px;
	min-height:720px;
	background-position:left 200px;
}

#features {
	display:block;
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	background: url('data:image/gif;base64,R0lGODlhAQB0AIAAACup+QAAACwAAAAAAQB0AAACCYSPqcvtD6N8BQA7') center center repeat-x;
	height:114px;
	padding-top:28px;

}

	#features  li {
		height:149px;
		width:240px;
		display:inline-block;
		text-align:left;
		padding-left:84px;
		font-size:20px;
		line-height:25px;
		color:#fff;
		vertical-align:top;
		
	}

	#features  li  i {
		display:block;
		width:170px;
		height:149px;
		background:url(images/ico-whistle.png) center center no-repeat;
		float:left;
		margin-left:-84px;
		display:inline-block;
		padding-top:30px;
		margin-top:-50px;
		margin-right:10px;
		
	}

	#features  li.item-2 i {

		background:url(images/ico-flags.png) center center no-repeat;
		
	}
	
	#features  li.item-3 i{
		background:url(images/ico-cards.png) center center no-repeat;
		
	}
	
	#features  li.item-2 b{
		font-size:59px;
		line-height:59px;
	}


section {
	position:relative;
}


#cars-wrapper {
	height:auto;
	margin-top:40px;
}

	.car-slide {
		position:relative;
		height:620px;
	}
	
	.car-slide img{
		position:absolute;
	}
		
		.car-slide .car{
			display:none;
		}
		
		.car-slide .text{
			display:none;
		}
		
		.car-slide .icon{
			display:none;
		}
	
	
		
	
.rating h1 {
	text-align:center;
	margin-bottom:0;
	margin-top:0;
	text-transform:uppercase;
}

	.rating .rating-tab {
		text-align:center;
	}

	.rating .rating-tab a {
		display:inline-block;
		height:32px;
		width:180px;
		line-height:32px;
		border:1px #fff solid;
		background:#2ba9f9;
		color:#fff;
		text-decoration:none;
	}
	
	.rating .rating-tab a.active {
		background:#9ddbff;
		color:#3b5167;
	}

.register {
	/*
	background:url(../img/ico-reg.png) left top no-repeat;
	padding-left:436px;
	*/
	min-height:560px;
}



.rating {
	min-height:560px;
}	

.register h1,
.rating h1 {
	padding-top:30px;
	min-width:214px;
	color:#2ba9f9;
	font-size:60px;
	text-align:left;
	margin-left:45px;
	font-weight:bolder;
}

.--led--prizes h1,
.--led--register h1,
.--led--rating h1,
.--led--rules h1 {
	display:block;
	width:365px;
	height:57px;
	background:url(images/h1-rules.png) 0 0 no-repeat;
	text-indent:-9000px;
	position:absolute;
	left:516px;
	top:66px;
}

.--led--prizes h1 {
	width:254px;
	height:57px;
	background:url(images/h1-prizes.png) 0 0 no-repeat;
}

.--led--register h1 {
	width:445px;
	height:57px;
	background:url(images/h1-register.png) 0 0 no-repeat;
	left: 420px;
}

.--led--rating h1 {
	width:445px;
	height:57px;
	background:url(images/h1-rating.png) 0 0 no-repeat;
	left:362px;
}

.button {
	display:block;
	width:100%;
	height:57px;
	line-height:57px;
	text-align:center;
	background:#2ba9f9;
	color:#fff !important;
	margin-bottom:15px;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
}

.button.auth {
	color:#fff;
	background:#2ba9f9;
}

.register .button.reg {
	margin-top:60px;
}

.main_text {
	color:#fff;
	background:#2ba9f9;
	margin:20px 0 0 0;
	padding:20px;
	font-size:16px;
}

.main_text b {
	font-weight:bold;
	color:#2ba9f9;
}

.rules h1 {
	margin-top:22px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:38px;
	font-weight:normal;
}

.rules h2 {
	margin-bottom:20px;
	font-weight:normal
}



.price_table td {
	padding:10px;
	text-align:center;
	background:#fff;
	color:#3b5167;
}

.price_table .selected td {
	background:#fff;
}

.price_table  .head td {
	font-size:22px;
}


footer {
	margin-top:60px;
	margin-bottom:40px;
	border-top:2px solid #2ba9f9;
	padding:20px 0px;
	font-size:12px;
	color:#2ba9f9;
}

footer a {
	color:#2ba9f9 !important;
}

footer p {
	float:left;
}

footer .lcol {
	float:right;
}

.example {
	padding-left:20px;
	border-left:1px solid #fff;
}

.example p {
	font-size:12px;
}


#bitva-rating {
	list-style:none;
	margin:0;
	padding:0;
	color:#2ba9f9;
	position:relative;
}

	.rating-top-sep{
		height:24px;
		background: url('data:image/gif;base64,R0lGODlhAQATAIABAP///////yH5BAEAAAEALAAAAAABABMAAAIHRA6GeZFZAAA7') left top no-repeat;	
	}
	
	
	.rating-top-sep.top {
		background:none;
	}
	.rating-bottom-sep{
		height:19px;
		background: url('data:image/gif;base64,R0lGODlhAQATAIABAP///////yH5BAEAAAEALAAAAAABABMAAAIHhBF5GcZQAAA7') left top no-repeat;	
	}
	.rating-bottom-sep.bottom{
		background:none;
	}
	
	#bitva-rating .item{
		height:50px;
		padding-bottom:6px;
		vertical-align:top;
		padding-left:25px;
		background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAACRCAMAAAAB1OPkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/wDltzBKAAAAK0lEQVR42uzQoQEAAAjDsPH/01wwjSC1cU2mFEIIIeSp9NwhhBBCLmQFGABwZw2Bc77ilgAAAABJRU5ErkJggg==') left center no-repeat;
	}
	
	#bitva-rating .item.pos-1{
		background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAACgCAMAAADO8jfsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/wDltzBKAAAALUlEQVR42uzLsQ0AAAjDMPj/aWaGcgByVivVqSKEEELIBznKDyGEEELIbgQYAOucDzd7YbF3AAAAAElFTkSuQmCC');
	}
	
	#bitva-rating .item.last{
		background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAACgCAMAAADO8jfsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/wDltzBKAAAALUlEQVR42uzLQREAAAjDsOHfNApmANJvrsmUQgghhJDjUpv6EEIIIeSprAADAHR6DzmkWj8lAAAAAElFTkSuQmCC');
	}
	
	#bitva-rating .item.dummy{
		background:none;
		border-left:none;
	}
	
	#bitva-rating .rating-info {
		position:absolute;
		right:97px;
		bottom:0px;
		text-align:right;
	}
		#bitva-rating .rating-info  .first-line{
			font-size:18px;
		}
		
		#bitva-rating .rating-info  .first-line a{
			color:#fff;
		}
	
		#bitva-rating .rating-info  .second-line{
			font-size:30px;
			line-height:28px;
			font-weight:bold;
		}
		
		#bitva-rating .rating-info  .second-line i{
			font-size:14px;
			line-height:16px;
			font-weight:bold;
			display:block;
			color:#fff;
			font-weight:normal;
		}
		
	
	#bitva-rating .item .position{
		height:48px;
		border:1px solid #fff;
		background:#2ba9f9;
		color:#fff;
		font-size:18px;
		text-align:center;
		line-height:50px;
		display:block;
		width:55px;
		margin:0 6px 0 0;
		padding:0;
		float:left;
	}
		
	#bitva-rating .item .points{
		height:36px;
		border:1px solid #fff;
		background:#9ddbff;
		color:#3b5167;
		font-size:18px;
		line-height:50px;
		display:block;
		width:220px;
		margin:0 6px 0 0;
		padding:6px;
		overflow:hidden;
		line-height:20px;
		text-align:left;
		
	}
	
	#bitva-rating .item .points .point {
		line-height:20px;
		width:33%;
		display:block;
		font-size:24px;
		float:left;
		color:#3b5167;
		
	}
	

	
	#bitva-rating .item .points .inn {
		color:#2ba9f9;
		font-size:10px;
		display:block;
		width:100%;
	}
	
	#bitva-rating .item.active {
			height:120px;
			width:100%;
			position:relative;
		}
		
		#bitva-rating .item.active  .position{
			height:120px;
			line-height:120px;
			background:#9ddbff;
			color:#000;
		}
	
		#bitva-rating .item.active  .points{
			height:108px;
			line-height:120px;
			width:800px
		}
		
		#bitva-rating .item.active .points .point{
			font-size:60px;
			text-align:center;
			line-height:60px;
			 margin-top: 12px;
		}
		
		#bitva-rating .item .points .point u {
			text-decoration:none;
			font-weight:bold;
		}
		
		#bitva-rating .item.active .points .point i {
			font-size:18px;
			line-height:18px;
			color:#fff;
			font-style:normal;
			display:block;
			text-align:center;
			text-transform:uppercase;
		}
		
		#bitva-rating .item .points .total,
		#bitva-rating .item.active .points .point.total i {
			color:#2ba9f9;!important;
		}
		
		#bitva-rating .item.active  .tab-control {
			text-align:left;
			position:absolute;
			right:123px;
			top:-26px;
		}
		
		
		#bitva-rating .item.active  .tab-control a {
			display:block;
			height:26px;
			line-height:26px;
			font-size:14px;
			color:#fff;
			padding:0  16px;
			background:#2ba9f9;
			margin:0;
			text-decoration:none;
			border-top:1px solid #fff;	
			border-top:1px solid #fff;	
			border-right:1px solid #fff;	
			float:left;
		}
		
		#bitva-rating .item.active  .tab-control a:first-child {
			border-left:1px solid #fff;	
		}
		
		#bitva-rating .item.active  .tab-control a.active {
			background:#9ddbff;
			color:#3b5167;
		}
		
.rate_messge {
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
}

.formula-wrapper {
	border:2px solid #a6222f;
	text-align:center;
}

.slogan {
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

.division_wrapper {
	background-color:#baffff;
	padding-top:20px;
	padding-left:20px;
	border:3px solid #fff;
}

.tab-content {
	display:none;
}

.tab-content.active {
	display:block;
}


/*Effects*/
/* Buzz Out */
@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out:hover, .buzz-out:focus, .buzz-out:active {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

a:hover .buzz-out, a:focus  .buzz-out,a:active  .buzz-out:active {
	  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.rotate:hover, .rotate:focus, .rotate:active{
    z-index: 100;
 
    -webkit-animation-name: spin;
    -webkit-animation-duration: 600ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 600ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 600ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin;
    animation-duration: 600ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.--led--prizes .main_text {
	background:none;
}

