html, body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	font-size:16px;
}

html{	
	background:#075c8b;
	height:100%;
}

body{
	background:#075c8b url('../Images/background.jpg') 50% 0% no-repeat;
	background-size:cover;
	background-attachment:fixed;
	min-height:100%;
}

body.dark{
	background:#333333 url('../Images/background-dark.jpg') 50% 0% no-repeat;
	background-size:cover;
	background-attachment:fixed;
	min-height:100%;
}

.wrapper{
	width:100%;
	margin:0;
	padding:0;
}

.wrapper.overlay-top{
	background: url('../Images/overlay.png') 50% 100% no-repeat;
	background-size:1920px 100%;
}

.wrapper.man{
	background: url('../Images/man-1.png') 50% 100% no-repeat;
	background-size:cover;
	color:#333;
}

.wrapper.second{
	background: #fff url('../Images/man-2.jpg') -20% 100% no-repeat;
	background-size:contain;
	color:#333;
	padding-bottom:2em;
}

header{
	padding:5px 0;
}

footer .container .row > div{
	border-top:1px solid #9cbacd;
	font-size:0.81em;
	margin-top:3.5em;
	padding-top:0.8em;
	padding-bottom:0.8em;
}

	footer .menu{
		float:right;
	}
	
		footer .menu a {
			color: #fff;
			padding: 0 7px 0 3px;
			border-right: 1px solid #fff;
		}

			footer .menu a:last-child{
				border-right:0px;
		}

header .logo{
	max-height:60px;
}		
		
.header{
	font-size:1.75em;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	color:#fff60a;
	text-align:right;
}

.subheader{
	font-size:1.39em;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	text-align:right;
	line-height:1.1;
}
	.larger .header{
		font-size:1.8em;
		text-align:center;
		margin: 0.2em 0;
	}
	.larger .subheader{
		font-size:1.65em;
		text-align:center;
		margin: 0.2em 0;
	}

		
.validation-summary-errors {
	color: red;
}


/* Random stuff */

.nobr {
	white-space: nowrap;
}

.spacer{
	height:2.5em;
}

.double-spacer{
	height:5em;
}

a, a:hover, a:focus{
	color:#fff;
}

h1{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:1.5em;
	margin:1em 0;
}

	h1.stroke{
		font-size:1.875em;
		color:#fff;
		font-weight:700;
		padding-bottom: 20px;
		position:relative;
		margin:0 0 1em;
	}
		
		h1.stroke:after{
			display:block;
			content:'';
			margin:1em auto 0;
			width:80px;
			height:3px;
			background:#fff;
			
		}

h2{
	color:#db136c;
	font-size:1.375em;
	
	background: #db136c;
	background: -moz-linear-gradient(left,#db136c 0%,#fc3d03 100%);
	background: -webkit-linear-gradient(left,#db136c 0%,#fc3d03 100%);
	background: linear-gradient(to right,#db136c 0%,#fc3d03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db136c',endColorstr='#fc3d03',GradientType=1);
		
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  
    font-weight: 700;
    text-align: center;
	
	margin:1.5em 20px 1.5em  0;
  
}
	h2 span{
		font-size:1.2em;
		display:block;
	}
	
	.card h2{
		margin:1em 20px 1em 0
	}


.white{
	background:#fff;
	color:#333;
}

	.white h1{
		text-align:center;
		text-transform:uppercase;
		font-size:1.5em;
		margin:1em 0;
		color:#f52f00;
	}

	.white h2{
		text-align:left;
		text-transform:uppercase;
		font-size:1.2em;
		margin:1em 0 0.8em;
		color:#044c7e;
	}

	.white h3{
		text-align:left;
		text-transform:uppercase;
		font-size:1em;
		font-weight:800;
		margin:1em 0 0.8em;
		color:#044c7e;
	}

	.white p{
		text-align:justify;
		margin:0.5em 0;
	}


	.white p i{
		display:block;
		text-align:center;
		margin:1em 0;
	}

	.white footer a{
		color:#044c7e;
		border-right: 1px solid #044c7e;
	}

	.white h1.stroke,
	.man h1.stroke{
		font-size:1.875em;
		color:#3b3b3b;
		font-weight:700;
		padding-bottom: 20px;
		position:relative;
		margin:0 0 1em;
	}
	
		.white h1.stroke:after,
		.man h1.stroke:after{
			display:block;
			content:'';
			margin:1em auto 0;
			width:80px;
			height:3px;
			background:#3b3b3b;
			
		}
	
	.man h1.stroke{
		margin-top:1.5em;
	}
	
	
	.second h2{
	color:#3b3b3b;
    font-size: 1.65em;
    font-weight: 700;
    text-align: center;
    margin: 1.5em 20px 1.5em 0;
    background: #3b3b3b;
    text-transform: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
	.second h2 span{
		font-size:1.2em;
		display:block;
				
		background: #db136c;
		background: -moz-linear-gradient(left,#db136c 0%,#fc3d03 100%);
		background: -webkit-linear-gradient(left,#db136c 0%,#fc3d03 100%);
		background: linear-gradient(to right,#db136c 0%,#fc3d03 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db136c',endColorstr='#fc3d03',GradientType=1);
			
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-transform:uppercase;
  
		
	}

/* Video */	

.box{
	max-width:940px;
	margin:0 auto;
	
	-webkit-box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.64);
	box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.64);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.box-wrapper{
	position:relative;
	margin:1em auto 1em;
	vertical-align:bottom;	
}

	.box-wrapper form:after{
			display:block;
			content:'';
			clear:both;
		
	}
	
	.box-wrapper .button{
		margin: 1.6em auto 0.8em;
	}

	.box-wrapper:before{
		display:block;
		position:absolute;
		bottom:0;
		left:3em;
		content:'';
		width:100%;
		max-width:160px;
		height:164px;
		background:url('../Images/arr-f-l.png') 50% 50% no-repeat;
		background-size:contain;
		
	}
	
	.box-wrapper:after{
		display:block;
		position:absolute;
		bottom:0;
		right:3em;
		content:'';
		width:100%;
		max-width:160px;
		height:164px;
		background:url('../Images/arr-f-r.png') 50% 50% no-repeat;
		background-size:contain;
		
	}



.video-wrapper{
	
	border:8px solid #fff;
	border-bottom:0;
}

.embed-responsive{
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
	padding-bottom:56%;
	z-index: 500;
}

	.embed-responsive.embed-responsive-16by9 {
		padding-bottom: 56.25%;
	}
	 
	.embed-responsive.embed-responsive-4by3 {
		padding-bottom: 75%;
	}

		.embed-responsive .embed-responsive-item, 
		.embed-responsive iframe, 
		.embed-responsive embed, 
		.embed-responsive object{
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border: 0;
		}

.hurryup{
	
	padding:0.2em 0;
	
	text-align:center;
	background:#ed2b30;
	font-size:1.5em;
	font-weight:700;
}		
	
	.hurryup #slots{
		font-size:1.2em;
		color:#ed2b30;
		background:#fff;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;	
		min-width:1.4em;
		text-align:center;
		display:inline-block;
	}
	
/* Form */	

.form-control{
	height:42px;
	font-size:1em;
	margin-bottom:10px;
	padding: 4px 8px;
	
}

.button {
    min-height: 52px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-size: 16px;
	font-weight:700;
    width: 100%;
    max-width: 370px;
    display: block;
    margin: 10px auto;
    border: 0px;
	padding:0 10px;
	transition:all 0.5s ease-in-out;
	-webkit-box-shadow: 0px -2px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -2px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px -2px 20px 0px rgba(0,0,0,0.5);
		
	background-position: 50% 50%;
	background-size: 200% 200%;
	color:#fff;
	  
	outline:none !important;
}

	.button:hover{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-position: 100% 0 !important;
	}
	
	.button:focus{
	  background-position: 100% 0 !important;
	}

	.button.gradient {
		background: #db136c;
		background: -moz-linear-gradient(left,#db136c 0%,#fc3d03 100%);
		background: -webkit-linear-gradient(left,#db136c 0%,#fc3d03 100%);
		background: linear-gradient(to right,#db136c 0%,#fc3d03 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db136c',endColorstr='#fc3d03',GradientType=1);
		
	
	  background-position: 50% 50%;
	  background-size: 200% 200%;
	}
		
	.button.gradient-blue {
		background: #0777b0;
		background: -moz-linear-gradient(left,  #0777b0 0%, #1fdaf0 100%);
		background: -webkit-linear-gradient(left,  #0777b0 0%,#1fdaf0 100%);
		background: linear-gradient(to right,  #0777b0 0%,#1fdaf0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0777b0', endColorstr='#1fdaf0',GradientType=1 );
		
	  background-position: 50% 50%;
	  background-size: 200% 200%;
	}

	.button.lg{
		max-width:inherit;
	}
		

	.button.green{
		background:#11aa04;
		color:#ffffff;
		text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
	}
		
		
	
/* Safari */
.reg-form select{
	-webkit-appearance:none;
	height:42px;
	background: #fff url('../Images/select.png')  99% 50% no-repeat;
	padding-right:14px;
}
	.modal-content .reg-form .phone{
	height:42px;
	}

.trusted{
	width:18%;
	display:inline-block;
	vertical-align: middle;
	
}
	.trusted img {
		margin: 10px auto;
	}
	
/* Exit */	

.attention{
	
	margin-top: 1.2em;
	font-size:4.125em;
	text-align:center;
	color:#f63a3f;
	font-weight:700;
	font-weight:700;
	padding-top:120px;
	
	background:url('../Images/attention.png') 50% 0 no-repeat;
	
}

.sub-attention{
	font-size:2.875em;
	text-align:center;
	color:#fff;
	font-weight:700;	
}

.sub-line{
	font-size:1.5em;
	text-align:center;
	color:#fff;	
	margin-bottom:1em;
}

.attractor{
	color:#f90f15;
	font-weight:700;
	
}

.dark .attractor{
	color:#fff60a;
}

/*Modal*/	

.modal{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	
}

.modal-dialog {
    width: 490px;
    margin: 30px auto;
}

.close {
    color: #000;
    background: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -40px;
    opacity: 0.8;
    font-size: 30px;
    font-weight: 400;
    text-shadow: none;
    text-align: center;
}

.modal h4{
	font-weight:700;
	margin:0;
}

.modal .vip{
	color:#ed2b30;
	font-weight:700;
	font-size:1.75em;
	margin:10px 0;
}

.modal .comment{
	font-size:1.125em;
	padding:10px 30px;
	margin:0;
}

.modal h3{
	font-size:1.125em;
	font-weight:700;
	margin:10px 0;
}	

.modal h3 u{
	color:#ed2b30;
}
	
.modal .button{
	color:#fff;
}

/* Members */

.location{
	line-height:32px;
	font-size:1em;
	text-transform:uppercase;
	font-weight:700;
	color:#333;
    margin-left: -10px;
	
}

	.location #reg-slots,
	.location .slots{
		text-decoration:underline;
	}
	

.countdownbox{
	padding:3px;
	
	background: #db136c;
	background: -moz-linear-gradient(left,#db136c 0%,#fc3d03 100%);
	background: -webkit-linear-gradient(left,#db136c 0%,#fc3d03 100%);
	background: linear-gradient(to right,#db136c 0%,#fc3d03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db136c',endColorstr='#fc3d03',GradientType=1);
	border-radius:3px;
	
	-webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.4);
	box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.4);

	max-width:400px;
	float:right;
	line-height:1.1;
	margin:10px 0;
}

	.countdownbox .wlabel{
		background:#dee2e5;
		text-align:right;
		float:left;
		font-size:1.3em;
		color:#3b3b3b;
		padding:3px 10px;
	}
	
		.countdownbox .wlabel span{
			display:block;
			color:#db146b;
			font-weight:700;
			text-transform:uppercase;
		}
	
	.countdownbox > span{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight:700;
		font-size:2.4em;
		padding:5px 10px 5px 40px;
		margin-left:10px;
		display: inline-block;
		background:url('../Images/w-countdown.png') 0% 50% no-repeat;
		
	}
		
	.countdownbox.inverted{
		max-width:inherit;
		float:none;
		box-shadow:none;
		background:transparent;
		text-align:center;
	}	
	
		.countdownbox.inverted .wlabel {
			padding:15px 0;
			background:transparent;
		}
		
		.countdownbox.inverted .wlabel span{
			display:inline;
		}
			
		.countdownbox.inverted > span{
			color:#fff;
			background: #db136c;
			
			padding:5px 10px 5px 50px;
			background-position:10px 50%;
			background-repeat: no-repeat;
			background-image:url('../Images/w-countdown.png'), -moz-linear-gradient(left,#db136c 0%,#fc3d03 100%);
			background-image:url('../Images/w-countdown.png'), -webkit-linear-gradient(left,#db136c 0%,#fc3d03 100%);
			background-image:url('../Images/w-countdown.png'), linear-gradient(to right,#db136c 0%,#fc3d03 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db136c',endColorstr='#fc3d03',GradientType=1);
			border-radius:3px;
			
		}	
		
	
.card{
	background:#fff;
	border-radius:6px;
	padding:8px;
}

.round-dot{
	font-size:20px;
	color:#fff;
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	
	margin:2em auto;

	background: #db136c;
	background: -moz-linear-gradient(left,#db136c 0%,#fc3d03 100%);
	background: -webkit-linear-gradient(left,#db136c 0%,#fc3d03 100%);
	background: linear-gradient(to right,#db136c 0%,#fc3d03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db136c',endColorstr='#fc3d03',GradientType=1);

	border-radius: 50%;	
	
	cursor:pointer;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	
}


.circle{
	width:115px;
	height:115px;
	text-align:center;
	
	font-size:14px;
	font-weight:700;
	color:#fff;
	
	margin:2em auto;
	
	cursor:pointer;
	position:relative;
	
}

.circle .round{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #db136c;
    border-radius: 50%;
    opacity: .6;
}

.circle .inner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	 
	 padding: 35px 5px;
	background: #db136c;
	background: -moz-linear-gradient(left,#db136c 0%,#fc3d03 100%);
	background: -webkit-linear-gradient(left,#db136c 0%,#fc3d03 100%);
	background: linear-gradient(to right,#db136c 0%,#fc3d03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db136c',endColorstr='#fc3d03',GradientType=1);
	border-radius: 50%;	
}




.card .reg-form{
	margin-right:20px;
}
.modal .reg-form{
	margin: 0 20px;
}

	.reg-form .row > div {
		padding: 0 5px;
	}

	.reg-form .form-control {
		margin:10px auto;
	}

.result{
	color:#3b3b3b;
	font-size:1.125em;
	font-weight:bold;
	text-align:center;
}	
	.result img{
		display:block;
		margin:10px auto;
		max-width:100%;
	}	
		
	.result > span{
		display:block;
		font-size:1.2em;
		color:#ea263d;
	}	

.proof{
	color:#3b3b3b;
	font-weight:bold;
	text-align:center;
	
	margin:2em 0;
	
}	
		
	.proof img{
		display:block;
		max-width:100%;
		margin:0 auto;
	}		
	.proof .user{
		font-size:1.125em;	
	}	
			
	.proof span{
		font-size:1.6em;
		color:#ea263d;
	}	

	.live-trades{
		margin:2em 0;
		border-width:0px; 
		width:100%; 
		height: 480px;
		overflow-y:hidden;
	}
	
	.live-trades iframe{
		width:100%; 
		height: 100%;
	}
	
/*Live*/	


.history .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#11aa04;
}

.current .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#023a72;
}

.stats-wrapper{
	background: #f5f4f2;
	margin:2em auto 0;
	padding:0 2em 2em;
	border-radius:12px;
}


.stats-wrapper h1{
	text-align:center;
	margin:1.5em 0 0.5em;
	font-size:1.8em;
	color:#3b3b3b;
}

.stats-wrapper h1 span{
	color:#11aa04;
	display:block;
	font-size:0.8em;
}

.stats-items-holder{
	width:100%;
	height:175px;
	overflow-y:hidden;
	overflow-x:auto;
}

    .stats-items-holder .item {
        width: 195px;
        float: left;
        margin: 10px;
        border: 1px solid #023a72;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        
    }
    .item-animation {
        animation: animateElement linear 1s;
        animation-iteration-count: 1;
    }
    @keyframes animateElement {
        0% {
            /*opacity: 0;*/
            transform: translate(-100%,0px);
        }

        100% {
            /*opacity: 1;*/
            transform: translate(0px,0px);
        }
    }

    .stats-items-holder.history .item {
        width: 195px;
        float: left;
        margin: 10px;
        border: 1px solid #023a72;
        background: #11aa04;
        color: #fff;
        border-radius: 8px;
        overflow: hidden;
    }


    .stats-items-holder .item .heading {
        font-size: 0.9em;
        background-color: #023a72;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        padding: 10px 3px;
    }

    .stats-items-holder .item .body {
        font-size: 1.2em;
        font-weight: 500;
        color: #3b3b3b;
        text-align: left;
        text-transform: uppercase;
        padding: 10px 0 10px 30px;
        background: url('../Images/balance.png') 4px 50% no-repeat;
        background-size: 20px 20px;
    }

    .stats-items-holder .item .body span {
        font-weight: 700;
        color: #ea263d;
    }


    .stats-items-holder.history .item .body {
        font-size: 1em;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        padding: 12px 4px;
        background: transparent;
        background-size: 20px 20px;
    }

    .stats-items-holder.history .item .body span {
        font-size: 1.8em;
        display: block;
        color: #fff;
    }


    .stats-items-holder .item .footer {
        font-size: 1em;
        border-top: 1px solid #e4e3e1;
        margin: 5px 4px 0;
        padding: 6px 0 6px 28px;
        background: url('../Images/timer.png') 0 50% no-repeat;
        background-size: 20px 20px;
    }

    .player:before {
        display: inline-block;
        content: '';
        width: 10px;
        height: 10px;
        margin-left: 4px;
        margin-right: 6px;
        border-radius: 50%;
        background-color: transparent;
        vertical-align: baseline;
        background-color: #11aa04;
    }
    /*FAQ*/
            .faq {
        font-size: 1.2em;
    }

    .question {
        padding: 12px 0 12px 20px;
        position: relative;
        font-weight: 700;
    }

    .question:before {
        display: block;
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        top: 12px;
        left: 0;
    }

    .question.selected {
        font-size: 1.3em;
        color: #fff60a;
    }

    .question.selected:before {
        display: block;
        content: "\f0d7";
        position: absolute;
        top: 12px;
        left: 0;
    }

    .answer {
        margin-left: 5px;
        padding-left: 15px;
        border-left: 1px solid #fff60a;
    }
    /* Contacts */
    .contact {
        display: inline-block;
        margin: 0.5em 2em;
        padding-left: 25px;
        font-size: 1.2em;
        position: relative;
        color: #3b3b3b;
    }

    .contact:hover, .contact:active {
        color: #1688c9;
    }

    .contact.skype:before {
        color: #1688c9;
        content: "\f17e";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 0;
    }

    .contact.email:before {
        color: #1688c9;
        content: "\f0e0";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 0;
    }
    /*Media Query */
    @media screen and (min-width: 1200px) {
    }

    @media screen and (max-width: 1199px) and (min-width: 992px) {
        .container.responsive{
		width:100%;
	}
	.card{
		font-size:0.9em;
	}
	.location{
		font-size:0.95em;
	}
	
	.card h2{
		margin: 0.5em 0  0.5em -10px;
	}
	
}

@media screen and (max-width: 991px) and (min-width: 768px){
	html, body{
		font-size:14px;
	}
	.card .reg-form{
		margin-left:20px;
	}

	.box-wrapper:before,
	.box-wrapper:after{
		display:none;
	}
	
	.location{
		margin:0;
		text-align:center;
	}
}

@media screen and (max-width: 767px){
	html, body{
		font-size:14px;
	}

	.logo{
		margin-left:auto;
		margin-right:auto;	
		margin-bottom:1em;
	}
	
	.header,
	.subheader{
		text-align:center;
		line-height:1.2;
	}

	.form-control{	
		max-width: 370px;
		margin-left:auto;
		margin-right:auto;
	}	
		.reg-form .form-control{	
			max-width: inherit;
		}	
	
	.box-wrapper{
		margin:1em auto;
	}
	
	footer{
		text-align: center;
	}
	
	.attention{	
		margin-top:10px;
		font-size:2.5em;			
	}

	.sub-attention{
		font-size:2em;
	}
	.card .reg-form{
		margin-left:20px;
	}


	.countdownbox.inverted .wlabel {
		text-align:center;
		float:none;
	}
	
	.box-wrapper:before,
	.box-wrapper:after{
		display:none;
	}
	.location{
		margin:0;
		text-align:center;
	}
}

/* animations */

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


.pulse {
  -webkit-animation: pulse 2s 5s infinite;
          animation: pulse 2s 5s infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

.yt_over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 500;
	background-image: url('../Images/anigif.gif');
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}

.plus18 {
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../Images/plus-18.png);
    width: 2em;
    height: 2em;
    background-size: contain;
    z-index: 2000;
}

@media screen and (min-width:1200px) {
    .plus18 {
        width: 4em !important;
        height: 4em !important;
    }
}