/**
*	@package	STARTER Joomla! Template
*	@copyright	Copyright (C) 2009 - 2014 Omegatheme. All rights reserved.
*	@license	GNU/GPL version 2, or later
*	@website:	http://www.omegatheme.com
*	Support Forum - http://www.omegatheme.com/forum/
*	@version	$Id$
*/

/* 
* In this file we define layout such as: dimensions, position, padding, margin, etc. 
* We also define COMMON typography (color, font) - JUST ONLY common style. 
* If template has many preset styles, define typography in preset-style-x.css appropriate each design
*/

/*========================= 1. GENERAL =======================*/
.boxed .wrapper {
    margin:0 auto;
    padding: 0;
}
.block_gallery {
padding-top: 20px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif!important;
}
.block_contakti_zag h2  {

font-size: 26px;

}
body {
font: 14px/18px Open Sans;
line-height: 18px;
color: #123C5A!important;}
.form-control {
display: block!important;
width: 100%!important;
height: 34px;
padding: 6px 12px!important;
font-size: 30px!important;
line-height: 1.42857143!important;
color: #555!important;
background-color: #fff!important;
background-image: none!important;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*---------- Start Responsive Reset ------------*/
@media (min-width: 1200px) {
	.col-lg-reset {
		left: auto;
		right: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-reset {
		left: auto;
		right: auto;
	}
	.item-props {
		font-size:14px!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-reset {
		left: auto;
		right: auto;
	}
	.item-props {
		font-size:14px!important;
	}
}

@media (max-width: 767px) {
    .col-xs-reset {
        left: auto;
		right: auto;
    }
	.item-props {
		font-size:10px!important;
	}
	.well {
		padding:5px!important;
	}
	.gallery-container {
		padding:0px!important;
		margin:0px!important;
	}
	hr {
		margin:5px 0!important;
	}
	.item-price.hiddencontent {
		font-size: 12px;
	}
	.hider {
		
		margin: 5px!important;
	}
}
/*---------- End Responsive Reset ------------*/

p{
	margin: 10px 0;
}
input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}
.ie7 .btn-navbar{ display: none; }

/*========================= 2. OVERIDE JOOMLA =======================*/

/* com_search */
.search{}
.search .phrases-box,
.search .ordering-box,
.search .only,
.search .form-limit 
{
	clear: both; 
	margin: 0.5em 0;
}
.search .phrases-box > input,
.search .phrases-box > label {
	display: inline;
	margin: 0 2px;
}
.search .ordering-box > label {
	display: inline;
}

/* tooltips*/
.tip-wrap {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    z-index: 35500;
}
.tip-title {
	font-weight: bold;
}
.tip-text {
    text-align: left;
}

/* editor buttons */
.button2-left,
.button2-right {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	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: -moz-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(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', 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);
}

/* com_content */
.pagenav:after {
    clear: both;
}
.pagenav:before, .pagenav:after {
    content: "";
    display: table;
    line-height: 0;
}
.pagenav{
    list-style: none outside none;
    margin: 18px 0;
    text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: inline-block;
    padding: 3px 8px;
}

/*========================= 3. RESPONSIVE ====================*/

@media (max-width: 767px) {
	/* fixed the modal popup width in small screen */
	#sbox-overlay {
		min-width: 100% !important;
	}
	#sbox-window {
		left: auto !important;
		padding: 0;
		width: 90% !important;
	}
	#sbox-window .sbox-content-iframe > iframe {
		max-width: 100% !important;
	}
	
	/* fixed facebox pop up in small screen (Virtuemart) */
	#facebox { max-width: 90% !important; left: auto !important; }
	#facebox .content { display: block !important; }
	#facebox iframe { max-width: 100% !important; }
}

/*========================= 4. LAYOUT =======================*/
/*
Table of Content
********************************************************************************

#.block_header
.block_privet
#NAV
#BUTTONS
#TITLES
#ABOUT
#FORM
#FEATURED
#TESTIMONIALS
#FAQ
#PRESS
#GET_STARTED
#COLORS
#FOOTER
#THANKYOU_PAGE
#MEDIA_QUERIES

*/

@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Homemade+Apple); /* Michael Hill Signature */
@import url(http://fonts.googleapis.com/css?family=Exo+2:400,100,300,500,600,700,900,800,200);

@import url(http://fonts.googleapis.com/css?family=Bad+Script&subset=latin,cyrillic); /* Roman`s Signature */


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,cyrillic);

/*
GENERAL STRUCTURE
*******************************************************************************/

body {
background-color: #fff;
color: #123C5A; 
font-size:15px;
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Exo 2', sans-serif;*/
/*overflow-x: hidden;*/
/*font-family: 'Roboto Slab', serif;*/
/*font-family: 'PT Sans Narrow', sans-serif;*/
font-family: 'Open Sans', sans-serif;

}
a {
color: #ffa800;
}
a:hover {
text-decoration:none;
}
p.content {
color: #777;
font-size: 17px;
font-weight: 300;
line-height: 28px;
}
p.content b, p.content strong {
color: #123c5a;
}
.img-center {
margin: 0 auto;
}

/*
.block_header
*******************************************************************************/

.block_header {
background: url("../images/header.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
height: 520px;
}
.karta {
max-width:960px;
margin:auto;
height:609px;
background: url("../images/karta.png") no-repeat scroll right top rgba(0, 0, 0, 0);

}
.karta .item {
height: 70px;
position: absolute;
padding:5px;
width: 290px;
border: 1px solid #FFC212;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
}
.karta .item1 {left: 142px;top: 276px;}
.karta .item2 {left: 166px;top: 498px;}
.karta .item3 {left: 148px;top: 100px; }
.karta .item4 {left: 740px;top: 432px;}
.karta .item5 {left: 578px;top: 101px;}
.karta .item6 {left: 83px;top: 497px;}
.karta .item7 {left: 4px;top: 375px;}
.karta .item8 {left: 482px;top: 392px;}
.karta .item9 {left: 364px;top: 520px;}
.karta .item10 {
font-size: 13px;
left: 0;
top: 545px;
width: auto;
}
.karta .item a.photo {
float: left;
margin: 16px 15px 0;  
display: none;
}
.video_verh  a{
color:#000!important;
}
.karta .item img {
width: 40px;
}
.gk-map {
height: 100%;
left: 0;
position: absolute;
top: 0;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
width: 100%;
}
.karta .item > p {
float: left;
margin: 0;
padding: 5px 0;
width: 270px;
}
.karta .item label {
display: block;
height: 20px;
padding-right: 10px;
line-height: 16px;
float:left;
margin: 0;
}
.karta .item small {
display: block;
float: left;
padding-right: 5px;
}
.karta .item a.action {
background-color: #FFC212;
display:none;
border-radius: 0 3px 3px 0;
float: right;
height: 69px;
/* margin-right: 1px; */
/* margin-top: -3px; */
padding: 20px 0;
text-align: center;
width: 48px;
}
.karta .item a.action-video {
color: #e84c3d;
}
.karta .item a.action-text {
color: #fff;
}
.block_header #logo {
margin-bottom: 30px;

}
.block_header #social {
float: left;
left: 340px;
position: absolute;
top: 40px;
}
.block_header #guru {
margin-top: 54px;
}
.block_header h1 {
    font-size: 34px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-right: -150px;
    margin-top: 0px;
}
.block_header h1 label {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
}

.text_vstuplenie table td a{

font-weight:700;
color:#000;
}
.text_vstuplenie table td {

opacity: 0.8;
text-align: center;
}
.text_vstuplenie table td:hover {
font-weight:700;
opacity: 1;
}
.text_vstuplenie table  {

font-size: 20px;
height:161px;
line-height: 25px;
font-weight: bold;

padding: 5px;
background: url("../images/promo-kod.jpg") no-repeat scroll right center ;
}
.text_vstuplenie table  p{
line-height: 10px;
font-size: 15px;
width: 200px;
margin-right: 100px;

}
.text_vstuplenie table img  {

width: 70px;
}
.text_vstuplenie table img:hover  {

width: 70px;
}
.block_header p {
font-size: 17px;
line-height: 25px;
}
.block_header h1 b {
color: #2295E2; 
font-weight: 800;
}
.block_header .signature {
color: #555;
font-family: 'Bad Script', cursive;
/*font-family: 'Homemade Apple',cursive;*/
/*font-family: handwrite;*/
font-size: 22px;
}
@font-face {
font-family: 'handwrite';
src: url(../fonts/h.ttf);
}

/*
WELCOME
*******************************************************************************/
.rsform {
border-left:none!important;
}
.block_privet {
background: url("../images/welcome.jpg") no-repeat scroll center top #3a8fca;

}
.price_zag_block, .block_contakti_zag, .Otzivi_zag_block, .Decory_zag_block {
background-color: #123c5a;
height: 70px;
text-align:center;
color:#fff;
}
 .Otzivi_zag_block {
background-color: #123c5a;
height: 95px;
text-align:center;
color:#fff;
}
.price_zag_block h2, .block_contakti_zag h2, .Otzivi_zag_block h2, .Decory_zag_block h2{

color:#fff!important;

}
#mod-90 {
margin-top: 30px;
}
.block_privet table {
width:100%;
line-height: 32px;
font-size: 20px;
text-align:center;
color:#fff;

}

.mod-title {
border-bottom: 1px solid #f6f6f6!important;
font-size: 48px!important;
font-weight: 700!important;
margin-bottom: 30px!important;
padding-bottom: 30px!important;
text-align: center!important;
text-transform: capitalize!important;
}

.block_privet table img {
margin:0 5px;
float:center!important;
}
.block_privet a:hover{
color:#0e2d4c!important;
}
.block_privet #video {
border: 10px solid #fff;
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
margin-bottom: 20px;
margin-top: -110px;
}
.block_contacti {
background: url("../images/footer.jpg") no-repeat scroll center top #123c5a; 
}
.contacti_sclad .first-form {
margin: 0px 0px 0 0!important;
padding: 0 40px 10px 40px!important;
height:auto!important;
max-width: 400px;
}

.block_contacti h3 {
color: #ffc20e;
display: block;
font-size: 22px;


}
.block_contacti p {
color:#fff;
}
.block_contacti strong {
color:#fff;
font-weight:700;
}
#ob_cont {
height:200px;
}
#ob_cont  a {
text-decoration: none;

}
.contacti_office  a:hover , .contacti_office a:focus {
color:#fff!important;

}
.fa-map-marker {
font-size:90px;
}
.gk-locate {
border: 2px solid #fff;
color: #fff;
left: 400px;
display: block;
font-size: 14px;
height: 130px;
position: relative;

text-align: center;
text-transform: uppercase;
top: 20px;
width: 130px;
}
.contact-form-info {
float:left;
}
.first-form {
background: url("../images/lead-bg.jpg") no-repeat scroll center top #3a8fca; 
color: #fff;
height: 430px;
margin: -30px 40px 0;
padding: 40px;
max-width: 400px;
}
.text_vstuplenie {
text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    margin-top: 50px;
}
.first-form > div {
border-left: 10px solid #ffc20e;
margin-bottom: 20px;
margin-left: -40px;
padding-left: 30px;
}
.first-form h2 {
font-size: 40px;
margin: 0;
}
.first-form h2 strong {
color: #ffc20e;
font-weight: 700;
}
.first-form p {
    color: #c5e0f2;
    font-size: 15px;
    line-height: normal;
    padding-top: 5px;
}
.first-form .form-group {
margin-bottom: 5px;
}
.first-form input[type='text'], .first-form input[type='email'] {
border: medium none!important;
border-radius: 3px!important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4)!important;
height: 50px!important;
}
.rsform input[type="submit"] { 
border: 1px solid #123c5a!important;
font-weight: 700;


-moz-border-radius: 3px!important;
-webkit-border-radius: 3px!important;
border-radius: 3px!important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4), 0 0 1px rgba(255, 255, 255, 1) inset!important;
color: #5c470e!important;
font-size: 20px!important;
padding: 20px!important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.7)!important;
width: 100%!important;       
background: -moz-linear-gradient(top, #ffdd87 0%, #ffc30e)!important;
background: -webkit-gradient(linear, left top, left bottom, from(#ffdd87), to(#ffc30e))!important;
}
.rsform input[type="submit"]:hover  {
background: -moz-linear-gradient(top, #f0ce78 0%, #d4a004)!important;
background: -webkit-gradient(linear, left top, left bottom, from(#f0ce78), to(#d4a004))!important;

 border: 1px solid #123c5a;

color: #123C5A;



}
.rsform input[type="submit"] i {
    border-right: 1px dotted rgba(0, 0, 0, 0.15);
    float: left;
    font-size: 28px;
    margin: -20px 0 -20px -20px;
    padding: 20px;
}
.rsform input[type="submit"]:hover i {
color: #123c5a;
}
.first-form #trust {
margin:0 auto;
display: block;
padding-top:5px;
}

/*
NAV
*******************************************************************************/

nav {
background-color: #123c5a;
height: 70px;
margin-bottom: 50px;
}
nav a {
color: #fff;
float: left;
font-size: 15px;
font-weight: 300;
line-height: 70px;
padding: 0 30px;
text-transform: capitalize;
}
nav a:hover {
color: #ffc20e;  
}
nav a.first {
color: #ffc20e;   
}
nav a.first img {
display: block;
margin-left: 40px;
position: absolute;
text-align: center;
}

/*
BUTTONS
*******************************************************************************/

.btn {
border: medium none;
border-radius: 3px;
font-weight: 700;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
}
.btn-lg {
font-size: 16px;
padding: 15px 30px;
}
.btn:hover, .btn:focus {
color: #fff;
}
.btn-warning {
background-color: #ffc20e;
}
.btn-primary {
background-color: #2295E2;
}
.btn > i {
color: rgba(0, 0, 0, 0.2);
text-shadow: none;
}

/*
TITLES
*******************************************************************************/

.primary-title {
border-bottom: 1px solid #f6f6f6;
font-size: 48px;
font-weight: 700;
margin-bottom: 30px;
padding-bottom: 30px;
text-align: center;
text-transform: capitalize;
}
.primary-title small {
display: block;
font-size: 24px;
font-weight: 100;
}
.primary-title:after {
background-color: #FFC20E;
bottom: -33px;
content: "";
display: block;
height: 5px;
left: 46%;
margin-left: -50px;
position: relative;
width: 180px;
}
.title-inblock {
}
.title-inblock small {
color: #FFC20E;
display: block;
}

/*
ABOUT
*******************************************************************************/

#about {
background: url("../image/about.jpg") no-repeat scroll left bottom #f6f6f6;
border-right: 12px solid #ddd;
margin: 50px 0 25px;
}
#about:before {
background-color: #FFC20E;
content: "";
display: block;
float: right;
height: 100px;
margin-right: -12px;
position: relative;
right: 0;
top: 0;
width: 12px;
}
#about p.content {
color: #123c5a;
}
#about .modal-content {
    padding: 30px;
}
#about .modal-dialog p.content {
    font-size: 16px;
    line-height: normal;
}
#about .wrapper {
margin-left: 290px;
padding: 30px;
}
#about h2 {
font-size: 34px;
margin: 10px 0; 
}
#about h2 small {
color: #5BC0DE;
display: block;
font-size: 28px;
}
#about label {
font-family: 'Homemade Apple',cursive;
font-size: 22px;
padding-top: 20px;
}
#about .btn {
margin-top: 5px;
}


#hero-success .modal-dialog {
width: 800px;
}
#hero-success .modal-content {
background-color: #f6f6f6;
border: medium none;
border-radius: 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
padding: 30px;
}
#hero-success .modal-.block_header {    
border: medium none;
margin-bottom: 10px;
padding: 0;
text-align: center;
}
#hero-success .modal-.block_header h4 {
font-size: 28px;
margin-bottom: 40px;
}
#hero-success .modal-body {    
padding: 0;
}
#hero-success .modal-body .line {    
background-color: #fff;
border-left: 5px solid #ffc20e;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
padding: 30px;
}
#hero-success .modal-dialog p {
font-weight: 300;
padding-top: 20px;
}
#hero-success .modal-dialog p strong {
display: block;
font-size: 22px;
}
#hero-success .modal-body img {
box-shadow: 0 1px 3px #ddd;
}
.modal-footer {
border: medium none;
padding: 0;
text-align: center;
}

/*
FORM
*******************************************************************************/

.form {
background: url("../image/form-bg.jpg") no-repeat scroll right top #f6f6f6;
border-left: 12px solid #ddd;
margin: 25px 0;
padding: 30px 30px 40px;
}
.form:before {
background-color: #3a8fca;
content: "";
display: block;
float: left;
height: 100px;
left: 0;
margin-left: -42px;
position: relative;
top: -30px;
width: 12px;
}
.form:after {
border-color: #f6f6f6 transparent;
border-style: solid;
border-width: 25px 25px 0;
bottom: 0;
content: "";
display: block;
left: 460px;
position: absolute;
width: 0;
z-index: 1;
}
.form h2 {
font-size: 32px;
margin: 10px 0 0 15px;
}
.form p.content {
padding-left: 15px;
}
.form h2 small {
font-size: 42px;
font-weight: 700;
}
.form .form-group {
margin-bottom: 10px;
}
.form input[type='text'], .form input[type='email'] {
height: 48px;
}
.form button {
width: 100%;
}
.form form {
padding-top:10px;
}
.input-group-addon {
min-width: 40px;
padding: 6px 0 !important;
}
.form-inline .input-group {
width: 100%;
}

/*
FEATURED
*******************************************************************************/

#featured {
margin: 25px 0 50px;
}
#featured small  {
display: block;
font-size: 20px;
font-weight: 200;
margin: -10px 0 20px;
}
#featured h3 { 
font-size: 20px;
font-weight: 300;
margin-top: 0;
}
#featured p {
font-weight: 300;
}

/*
TESTIMONIALS
*******************************************************************************/

#success-stories {
background: url("../image/success-stories.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
height: 600px; 
position: relative;
}
#success-stories .item {
height: 70px;
position: absolute;
width: 220px;
}
#success-stories .item1 {left: 330px;top: 276px;}
#success-stories .item2 {left: 566px;top: 20px;}
#success-stories .item3 {left: 11px;top: 20px; }
#success-stories .item4 {left: 640px;top: 302px;}
#success-stories .item5 {left: 578px;top: 181px;}
#success-stories .item6 {left: 83px;top: 497px;}
#success-stories .item7 {left: 4px;top: 375px;}
#success-stories .item8 {left: 482px;top: 392px;}
#success-stories .item9 {left: 364px;top: 520px;}
#success-stories .item10 {
font-size: 13px;
left: 0;
top: 545px;
width: auto;
}
#success-stories .item a.photo {
float: left;
margin: 16px 15px 0;  
}
#success-stories .item img {
width: 40px;
}
#success-stories .item > p {
float: left;
margin: 0;
padding: 5px 0;
width: 100px;
}
#success-stories .item label {
display: block;
height: 20px;
margin: 0;
}
#success-stories .item small {
display: block;
}
#success-stories .item a.action {
background-color: #FFC212;
border-radius: 0 3px 3px 0;
float: right;
height: 76px;
margin-right: 1px;
margin-top: -3px;
padding: 20px 0;
text-align: center;
width: 48px;
}
#success-stories .item a.action-video {
color: #e84c3d;
}
#success-stories .item a.action-text {
color: #fff;
}
.modal-ts .modal-dialog {
width: 480px;
}
.modal-ts .modal-footer {
border: medium none;
padding-bottom: 30px;
text-align: center;
}
.modal-ts .modal-footer .btn {
border: 1px solid #ccc;
font-weight: 400;
text-shadow: none;
}
.modal-ts .modal-.block_header {
border-bottom: medium none;
}
.modal-ts .modal-.block_header h4 {
font-weight: 300;
line-height: normal;
}
.modal-ts .modal-.block_header h4 strong {
color: #2295E2;   
}
.modal-ts ul {
color: #999;
font-size: 14px;
font-weight: 400;
list-style: none outside none;
margin: 20px 50px;
padding: 0;
text-align: left;
}
.modal-ts ul li {
clear: both;
display: block;
}
.modal-ts ul li label {
float: right;
font-weight: 400;
}
.modal-ts .modal-body img {
border: 10px solid #fff;
box-shadow: 0 3px 5px #ccc;
margin-bottom: 10px;
max-width: 350px;
}
.modal-ts .modal-body > p {
margin: 0;
padding: 0; 
}
.modal-ts blockquote {
border: medium none;
font-family: Georgia,serif;
font-size: 15px;
margin: 0 20px;
padding: 10px 30px 0;
position: relative;
text-align: left;
}
.modal-ts blockquote b {
font-size:32px;
font-weight: bold;
}
 .modal-ts blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #FFC212;
}

/*
FAQ
*******************************************************************************/

#faq {
margin-bottom:50px;
}
#faq h4 {
font-weight: 500;
font-weight: 500;
min-height: 42px;
}
#faq p {
color: #777;
font-size: 16px;
font-weight: 300;
min-height: 100px;
padding-left: 60px;
}
#faq i {
background: none repeat scroll 0 0 #ffc20e;
border-radius: 45px;
color: #fff;
float: left;
height: 35px;
margin-right: 25px;
padding: 9px 14px;
text-align: center;
width: 35px;
}

/*
PRESS
*******************************************************************************/

#press { 
margin-bottom: 50px;
}
#press .box {
background-color:#f6f6f6;
height:300px;
}
#press .box > img {
float: left;
margin-right: 20px;
}
#press .box > div {
display: block;
font-size: 14px;
margin: 0;
padding: 30px 30px 30px 210px;
}
#press .box strong {
display: block;
font-size: 16px;
line-height: 32px;
}
#press .box strong span {
font-weight: 300;
}
#press .box strong img {
padding-right:5px;
}
#press .box p {
font-size: 15px;
font-style: italic;
font-weight: 300;
min-height: 200px;
}
#press .box p:first-letter {
font-size: 20px;
font-weight: 400;
}
#press .box p a {
color: #2295e2;
display: block;
font-style: normal;
margin: 0 0 10px;
text-decoration: underline;
}
#press .box small {
display: block;
font-size: 100%;
}
#press .seenon {
margin: 20px auto 0;
}

/*
GET_STARTED
*******************************************************************************/

#get_started {
background: url("../image/footer-bg.jpg") no-repeat scroll center top #123c5a;
color: #fff;
height: 400px;
}
#get_started #footer-guru {
float: right;
margin: -50px -70px 0 0;
position: relative;
}
#get_started #footer-content {
float: left;
max-width: 430px;
padding-top: 35px;
}
#get_started #footer-content h2 {
font-size: 30px;
line-height: 36px;
}
#get_started #footer-content h2 strong {
color: #ffc20e;
display: block;
font-size: 42px;
text-transform: uppercase;
}
#get_started #footer-content p {
font-size: 14px;
font-weight: 300;
}
#get_started .last-form button {
font-size: 17px !important;
padding: 20px;
}
#get_started .last-form button i {
display: none;
}


/*
COLORS
*******************************************************************************/

.color-green {
 color: #6aa97a !important;   
}
.color-gray {
color: #999 !important;
}
.color-blue {
color: #2295E2 !important;
}
.color-yellow {
color: #FFC20E !important;
}
.color-light-gray {
color: #ccc !important;
}
.color-dark-blue {
color: #123c5a !important;
}
.color-red {
color: #e84c3d !important;
}

/*
FOOTER
*******************************************************************************/

footer {
font-size:13px;
color:#91C6EA;
background-color: #2295E2;
height: 50px;
line-height: 50px;
text-transform: capitalize;
}
footer a {
color:#fff;
margin-right: 30px;
}
footer a:hover {
color:#fff;
}
.modal-pages .modal-dialog{
width:740px;
}
.modal-pages .modal-.block_header {
border-bottom: medium none;
padding: 20px;  
}
.modal-pages .modal-.block_header h4 {
font-size: 40px;
}
.modal-pages ul {
list-style: none outside none;
margin: 0;
padding: 0 30px;
}
.modal-pages ul li {
text-transform: lowercase;
margin-bottom:20px;
}

/*
POSITIONS_SCRIPT
*******************************************************************************/

#positions {
background: url("../image/positions.png") no-repeat scroll center top rgba(0, 0, 0, 0);
bottom: 0;
height: 270px;
position: fixed;
left: 0;
width: 200px;
}
#positions a {
color: #123C5A;
}
#positions .box {
float: left;
font-size: 11px;
height: 120px;
line-height: normal;
margin-left: 52px;
margin-top: 55px;
text-align: center;
text-transform: uppercase;
width: 120px;
}
#positions .box strong {
display: block;
font-size: 28px;
height: 30px;
line-height: 25px;
}
#positions .box label {
display: block;
font-size: 18px;
font-weight: 900;
}

/*
THANKYOU_PAGE
*******************************************************************************/

#thankyou-page {
background-color:  #f6f6f6; 
}
#thankyou-page > .container {
width:950px !important;
padding-top:260px !important;
}
#thankyou-.block_header {
    background-color: #2295e2;
    height:100px;
}
#thankyou-.block_header img {
    margin: 0 auto;
    padding-top:20px;
}
#thankyou-block {
}
#thankyou-vid {
}
#thankyou-vid  .vid {
border: 8px solid #fff;
box-shadow: 0 1px 3px #ccc;
clear: both;
display: block;
margin: 50px auto 0 240px;
position: absolute;
text-align: center;
}
#thankyou-block .signature {
color: #2295e2;
display: block;
font-family: 'Homemade Apple',cursive;
font-size: 14px;
font-weight: 600;
padding-left: 170px;
}
#thankyou-block .box {
background-color: #2295e2;
color: #fff;
margin-top: 30px;
padding-bottom: 20px;
padding-top: 30px;
}
/*#thankyou-block .box:after{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #39a0e5 transparent;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
left: 460px;
}*/
#thankyou-page h1 {
font-size: 46px;
font-weight: 300;
margin: 60px 0 0;
}
#thankyou-block .box i {
color: #bcdef4;  
}
#thankyou-page p {
font-size: 24px;
font-weight: 300;
}
#thankyou-block .box #thankyou-help {
background-color: #39a0e5;
font-size: 14px;
margin-top: 30px;
padding: 10px;
width: 100%; 
}
#thankyou-block .load-container {
border: 1px solid rgba(255, 255, 255, 0.2);
box-sizing: border-box;
float: left;
height: 240px;
overflow: hidden;
position: relative;
width: 240px;
}
 .loader {
font-size: 20px;
margin: 5em auto;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
text-indent: -9999em;
-webkit-animation: load4 1.3s infinite linear;
animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffc20e, 2em -2em 0 0em #ffc20e, 3em 0em 0 -0.5em #ffc20e, 2em 2em 0 -0.5em #ffc20e, 0em 3em 0 -0.5em #ffc20e, -2em 2em 0 -0.5em #ffc20e, -3em 0em 0 -0.5em #ffc20e, -2em -2em 0 0em #ffc20e;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffc20e, 2em -2em 0 0.2em #ffc20e, 3em 0em 0 0em #ffc20e, 2em 2em 0 -0.5em #ffc20e, 0em 3em 0 -0.5em #ffc20e, -2em 2em 0 -0.5em #ffc20e, -3em 0em 0 -0.5em #ffc20e, -2em -2em 0 -0.5em #ffc20e;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffc20e, 2em -2em 0 0em #ffc20e, 3em 0em 0 0.2em #ffc20e, 2em 2em 0 0em #ffc20e, 0em 3em 0 -0.5em #ffc20e, -2em 2em 0 -0.5em #ffc20e, -3em 0em 0 -0.5em #ffc20e, -2em -2em 0 -0.5em #ffc20e;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffc20e, 2em -2em 0 -0.5em #ffc20e, 3em 0em 0 0em #ffc20e, 2em 2em 0 0.2em #ffc20e, 0em 3em 0 0em #ffc20e, -2em 2em 0 -0.5em #ffc20e, -3em 0em 0 -0.5em #ffc20e, -2em -2em 0 -0.5em #ffc20e;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffc20e, 2em -2em 0 -0.5em #ffc20e, 3em 0em 0 -0.5em #ffc20e, 2em 2em 0 0em #ffc20e, 0em 3em 0 0.2em #ffc20e, -2em 2em 0 0em #ffc20e, -3em 0em 0 -0.5em #ffc20e, -2em -2em 0 -0.5em #ffc20e;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffc20e, 2em -2em 0 -0.5em #ffc20e, 3em 0em 0 -0.5em #ffc20e, 2em 2em 0 -0.5em #ffc20e, 0em 3em 0 0em #ffc20e, -2em 2em 0 0.2em #ffc20e, -3em 0em 0 0em #ffc20e, -2em -2em 0 -0.5em #ffc20e;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffc20e, 2em -2em 0 -0.5em #ffc20e, 3em 0em 0 -0.5em #ffc20e, 2em 2em 0 -0.5em #ffc20e, 0em 3em 0 -0.5em #ffc20e, -2em 2em 0 0em #ffc20e, -3em 0em 0 0.2em #ffc20e, -2em -2em 0 0em #ffc20e;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffc20e, 2em -2em 0 -0.5em #ffc20e, 3em 0em 0 -0.5em #ffc20e, 2em 2em 0 -0.5em #ffc20e, 0em 3em 0 -0.5em #ffc20e, -2em 2em 0 0em #ffc20e, -3em 0em 0 0em #ffc20e, -2em -2em 0 0.2em #ffc20e;
  }
}

/*
SUPPORT_FORM
*******************************************************************************/

.mail_button {
background: url("/fm8259/image/support-btn.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
bottom: 20px;
color: #FFFFFF;
cursor: pointer;
font-size: 20px;
height: 160px;
width: 156px;
}
.mail_button:hover {
background-position: 0 159px;
}
.mail_button b {
display: block;
font-size: 18px;
}
.mail_button:active {
position:relative;
top:1px;
}
.mail_button span:last-child {
font-size: 14px;
}
.send-button {
background-color: #FFBA00;
border-radius: 2px 2px 2px 2px;
color: #006093;
cursor: pointer;
font-size: 20px;
font-weight: bold;
margin: 0 15px;
padding: 10px 0;
text-align: center;
text-transform: uppercase;
}
.send-button:hover {
background-color:#fff;
}
.send-button:active {
position:relative;
top:1px;
}
.contact_form_static_input {
background-color: #2295e2;
bottom: 50px;
height: 340px;
position: fixed;
right: 0;
width: 250px;
z-index: 1002;
}
.contact_form_static_input .line {
margin: 5px 15px;
}
.contact_form_static_input .line label {
display: none;
}
.contact_form_static_input .line #mail-text {
border: medium none;
display: inline-block;
font-size: 13px;
height: 130px !important;
padding: 10px;
width: 100%;
}
.contact_form_static_input .line input[type='text'] {
border: medium none;
display: inline-block;
font-size: 13px;
padding: 12px;
width: 100%;
}
.contact_form_static_input .line input[type='email'] {
border: medium none;
display: inline-block;
font-size: 13px;
padding: 12px;
width: 100%;
}
.contact_form_static {
bottom: 0;
position: fixed;
right: 0;
}
.contact_close_button {
background-color: #48aef2;
color: #ffffff;
cursor: pointer;
font-family: arial;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
padding: 0 10px;
text-align: right;
}
.contact_close_button:hover {
color:#bb0000;
}
.contact_close_button:active {
position:relative;
top:1px;
}
.contact_form_placeholder {
}
.contact_form_greeting {
color: #FFFFFF;
display: none;
font-size: 25px;
padding-top: 100px;
text-align: center;
}
.greeting_close {
background-color: #FFBA00;
border-radius: 2px 2px 2px 2px;
color: #006093;
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: bold;
margin-top: 20%;
padding: 10px 30px;
text-transform: uppercase;
}
.greeting_close:hover {
background-color:#fff;
}
.greeting_close:active {
position:relative;
top:1px;
}
.contact_form {
background: url("../../../public/bs-biz/image/form-arrow.jpg") no-repeat scroll 25px 75px transparent;
border: 1px solid #ccc;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 5px #ccc;
height: 315px;
margin: 20px auto 0;
width: 650px;
}
.contact_form .fields {
margin: 30px auto 0;
width: 350px;
}
.contact_form .line {
margin-top: 10px;
}
.contact_form .line label {
color: #777;
display: inline-block;
font-size: 14px;
width: 65px;
}
.contact_form .line input[type='text'], .contact_form .line input[type='email'] {
border: 1px solid #ccc;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 3px #ccc;
color: #0266D6;
display: inline-block;
font-size: 12px;
height: 16px;
padding: 10px;
width: 250px;
}
.contact_form .button {
background:     url("../../../public/bs-biz/image/form-btn.jpg") no-repeat scroll center bottom transparent;
display: block;
cursor: pointer;
height: 160px;
margin-left: 135px;
margin-top: 20px;
width: 380px;
border:none;
}
.contact_form .button:hover {
background: url("../../../public/bs-biz/image/form-btn-hover.jpg") no-repeat scroll center bottom transparent;
}

/*
MEDIA_QUERIES
*******************************************************************************/

@media(max-width:767px){
	.jbzoo .jbgallery {
		display:none!important;
		
	}
	.jbzoo .item-column .pull-left {
		float:left!important;
	}
    .block_header {
    background: url("../image/.block_header-mobile.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 280px;
    }
    .block_header h1 {
    font-size: 16px;
    font-weight: 800;
    margin: 15px 0 0;
	color:#123C5A;
    text-align: center;
    text-shadow: 0 1px 10px #fff;
    }
    .block_header h1 label {
    font-size: 24px;
    }
    .block_header .signature {
    font-size: 12px;
    }
	.text_vstuplenie 
	{
		margin-top:0px!important;
	}
    .block_privet {
   
    }
    .block_privet #video {
    border: 0 solid #fff;
    }
    .block_privet .first-form {
    height: auto;
    margin: 10px 0 0;
    padding: 20px;
    }
    .first-form > div {
    border-left: 10px solid #ffc20e;
    margin-bottom: 13px;
    margin-left: -10px;
    padding-left: 20px;
    }
    .first-form h2 {
    font-size: 28px;
    }
    .first-form p {
    font-size: 10px;
    } 
    .first-form input[type="text"], .first-form input[type="email"] {
    height: 45px;
    } 
    .first-form button {
    font-size: 18px;
    padding: 10px;
    }
    .first-form button i {
    border-right: 1px dotted rgba(0, 0, 0, 0.15);
    float: left;
    font-size: 28px;
    margin: -10px 0 -30px -10px;
    padding: 8px 15px;
    }
    p.content {
    font-size: 13px;
    line-height: 20px;
    }
    .primary-title {
    font-size: 20px;
    }
    .primary-title small {
    font-size: 14px;
    }
    #about {
    background: url("../image/about-mobile.jpg") no-repeat scroll left bottom #f6f6f6;
    border:none;
    }
    #about:before {
    display: none;
    }
    #about .wrapper {
    margin-left: 0;
    padding: 20px;
    }
    #about h2 {
    font-size: 24px;
    }
    #about label {
    font-size: 12px;
    padding-top: 0;
    }
    #about .btn {
    clear: both;
    display: block;
    float: none !important;
    font-size: 12px;
    padding: 10px;
    text-transform: capitalize;
    }
    .primary-title:after {
    width: 120px;
    }
    .form {
    background: url("../image/form-bg.jpg") no-repeat scroll right bottom #f6f6f6;
    border: medium none;
    margin: 20px 0;
    padding: 0;
    }
    .form:before, .form:after {
    display: none;
    }
    .form h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    }
    .form h2 small {
    font-size: 100%;
    }
    .form p.content {
    padding: 0 20px;
    text-align: center;
    }
    #press .box {
    background-color: #f6f6f6;
    height: auto;
    margin-bottom: 20px;
    padding-top: 30px;
    }
    #featured h3 {
    font-size: 15px;
    font-weight: 300;
    margin-top: 0;
    }
    #featured p {
    font-size: 12px;
    }
    #press .box > img {
    border: 8px solid #fff;
    box-shadow: 0 1px 5px #ccc;
    float: none;
    margin: 0 auto;
    }
    #press .box > div {
    display: block;
    margin: 0;
    padding: 20px;
    }
    #press .box p {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    min-height: inherit;
    }
    #press .box strong {
    font-size: 14px;  
    }
    #faq h4 {
    font-size: 16px;
    }
    #faq p {
    font-size: 13px;
    }
    #get_started {
    background: none repeat scroll 0 0 #123c5a;
    height: 620px;
    }
    #get_started #footer-content {
    float: none;
    max-width: 430px;
    padding-top: 15px;
    }
    #get_started #footer-content h2 {
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    }
    #get_started #footer-content h2 strong {
    font-size: 24px;
    }
    #get_started #footer-content p {
    font-size: 14px;
    text-align: center;
    }
    #get_started .first-form {
    height: auto;
    margin: 0;
    padding: 20px;
    }
    #get_started .first-form button {
    font-size: 16px;
    padding: 10px;
    }
    footer {
    font-size: 11px;
    height: auto;
    }
    footer a {
    color: #fff;
    margin-right: 10px;
    }
    footer span {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    float: none !important;
    line-height: 20px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    }






}



@media(min-width:768px){
}







/* START ::::: TABLET */
@media(min-width:992px) and (max-width: 1200px){
    .block_header {
    height: 490px;
    }
    .block_header h1 {
    font-size: 28px;
    }
    .block_header h1 label {
    font-size: 44px;
    }
    .block_header p {
    font-size: 16px;
    }

    .block_privet {
    height: 320px;
    }
    .first-form {
    margin: -110px 0 0;
    }
    #footer-guru {
    display: none;
    }
    #get_started .first-form {
    margin-top: -30px;
    }
}
/* END ::::: TABLET */







@media(min-width:1200px){  
}

/*
#thankyou-box {
    position: absolute;
    width: 950px;
    -webkit-animation: mymove 3s;
    -moz-animation:    mymove 3s;
    -o-animation:      mymove 3s;
    animation:         mymove 3s;
}

@-webkit-keyframes mymove {
    from {top: -550px;}
    to {top: 260px;}}

@-o-keyframes mymove {
    from {top: -550px;}
    to {top: 260px;}
}

@-moz-keyframes mymove {
    from {top: -550px;}
    to {top: 260px;}
}

@keyframes mymove {
    from {top: -550px;}
    to {top: 260px;}
}
#thankyou-vid {
    position: relative;
    padding-top: 46%;
}*/


.top-page-video {
    background: url("/fm8259/image/bg_video.jpg") repeat scroll 0 0 / cover rgba(0, 0, 255, 0);
    box-shadow: 0 3px 10px #999;
    height: 357px;
    margin: 0 auto 20px;
    width: 100%;
}
#video-play-hover img {
    left: 40%;
    max-width: 150px;
    position: absolute;
    top: 30%;
}
.video-action {
    margin-bottom: 50px;
    text-align: center;
}
.video-action .btn {
    font-weight: 600;
    padding: 20px 50px;
}

.video-play-hover {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}




/*
BOUNCING ICONS
*******************************************************************************/

.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.bounce:hover { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}