@import url('https://fonts.googleapis.com/css?family=Varela+Round&subset=latin-ext');

@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?j275ef');
	src:  url('../fonts/icomoon.eot?j275ef#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?j275ef') format('truetype'),
	url('../fonts/icomoon.woff?j275ef') format('woff'),
	url('../fonts/icomoon.svg?j275ef#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-icon-1:before {
	content: "\e900";
	color: #00b6b5;
}
.icon-icon-2:before {
	content: "\e901";
	color: #00b6b6;
}
.icon-icon-3:before {
	content: "\e902";
	color: #00b6b6;
}
.icon-icon-4:before {
	content: "\e903";
	color: #00b6b5;
}
.icon-icon-17:before {
	content: "\e904";
	color: #00b6b5;
}
.icon-icon-5:before {
	content: "\e905";
	color: #00b6b5;
}
.icon-icon-6:before {
	content: "\e906";
	color: #00b6b5;
	font-size: 0.8em;
}
.icon-icon-7:before {
	content: "\e907";
	color: #00b6b5;
}
.icon-icon-8:before {
	content: "\e908";
	color: #00b6b5;
}
.icon-icon-9:before {
	content: "\e909";
	color: #00b6b5;
}
.icon-icon-10:before {
	content: "\e90a";
	color: #00b6b5;
}
.icon-icon-11:before {
	content: "\e90b";
	color: #e3c083;
}
.icon-icon-12:before {
	content: "\e90c";
	color: #e3c083;
}
.icon-icon-13:before {
	content: "\e90d";
	color: #e3c083;
}
.icon-icon-14:before {
	content: "\e90e";
	color: #e3c083;
}
.icon-icon-15:before {
	content: "\e90f";
	color: #e3c083;
}

.wrapping-overflow{
	overflow-x: hidden;
	max-width: 100%;
}

html,
body {
	font-family: 'Varela Round', sans-serif;
	width: 100%;
	height: 100%;
	max-width: 100%;
	font-size: 16px;
}

body {
	overflow-x: hidden;
	width: 100%;
}

button::-moz-focus-inner {
	border: 0;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
	outline:0px !important;
	/* -webkit-appearance:none !important; */
	box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus, span:focus, a:focus, select:focus, img, div {
	outline: 0 !important;
	outline: 0 !important;
	outline-offset: 0 !important;
	box-shadow: none;
}

a, a:visited, a:focus, a:active, a:hover{
	outline:0 none !important;
}

.modal-body{
	color: black;
}

:focus, :active {
	outline: 0;
	border: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: white !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: white !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: white !important;
}

*{
	box-sizing: border-box;
}

.relative{
	position: relative;
}

a {
	color: white;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: white;
}

.form-control:focus{
	border-color: inherit;
	outline: none;
	box-shadow: none;
}

.btn{
	text-decoration: none;
}

.btn:not(.dropdown-toggle){
	font-size: 1.25em;
}

.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h2{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2.75em;
	padding-bottom: 0.85em;
	font-weight: 300;
}

h3{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.8em;
	padding-bottom: 0.25em;
	padding-top: 60px;
	font-weight: 100;
}

h3 strong{
	font-weight: 500;
}

h4{
	text-transform: uppercase;
	font-size: 1.2em;
	padding-top: 0.85em;
}

p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}

.langpicker .btn.dropdown-toggle{
	border: none;
	font-size: 16px;
}
.langpicker .filter-option-inner-inner{
	font-size: 14px;
}

.langpicker {
	width: 50px !important;
}

.langpicker .dropdown-toggle .caret:before{
	font-size: 22px !important;
}

.langpicker .filter-option-inner{
	padding: 0 !important;
	margin: 0 !important;
}



.bigger > *{
	font-size: 1.25em;
}

/* Customize the label (the container) */
.label-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 35px !important;
}

/* Hide the browser's default checkbox */
.label-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -1px;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: transparent;
	border: 2px solid white;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
	background-color: #ffffff00;
}

/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
	background-color: #ffffff00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.relative{
	position: relative;
}

.arrow-big{
	font-size: 10em;
}

canvas {
	display: block;
	vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js,
#particles-js-2,
#particles-js-3,
#particles-js-4,
#particles-js-5,
#particles-js-6,
#particles-js-7{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	top: 0;
}

header .bigger p{
	font-size: 24px;
}

section {
	padding: 20px 0;
	max-width: 100%;
}

section p{
	position: relative;
}

section .btn{
	margin-top: 60px;
}

section img {
	margin-top: 20px;
	margin-bottom: 20px;
}

section#produkty{
	background: #6c6c6f;
}

section.white{
	color: black;
}

section.white .btn-default,
.modal .btn-default{
	border-color: #00b6b5;
	color: #00b6b5;
	position: relative;
	z-index: 99;
}
section.white .btn-default:hover,
.modal .btn-default:hover{
	background: #00b6b5;
	color: white;
}

section.colored{
	color: white;
}

section.colored h2,
section.colored h2 small,
section.colored h3 {
	color: #00b6b5;
}

section#vyvoj-zakaznickych-rieseni{
	padding-bottom: 40px;
}

section#vyvoj-zakaznickych-rieseni h2 {
	color: white;
}

section#produkty .particles-wrapper-2{
	height: 400px;
	margin-top: -100px;
}

.relative{
	position: relative;
}

section#vyvoj-zakaznickych-rieseni .icons-wrapper{
	height: 200px;
}


section#vyvoj-zakaznickych-rieseni .icons-wrapper span{
	position: absolute;
}

section#vyvoj-zakaznickych-rieseni .container{
	position: relative;
	z-index: 2;
}

section#vyvoj-zakaznickych-rieseni .row.relative{
	height: 400px;
	margin-top: -400px;
	z-index: 0;
}

span.icon-icon-11{
	font-size: 4em;
	top: 0;
	left: 3%;
}

.viewed span.icon-icon-11{
	-webkit-animation: wave 5.66667s 0.1s infinite linear;
	-moz-animation: wave 5.66667s 0.1s infinite linear;
	animation: wave 5.66667s 0.1s infinite linear;
}

span.icon-icon-12{
	font-size: 3.5em;
	bottom: 0;
	left: 20%;
}

.viewed span.icon-icon-12{
	-webkit-animation: wave 7.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

span.icon-icon-13{
	font-size: 4em;
	top: 25%;
	left: 45%;
}

.viewed span.icon-icon-13{
	-webkit-animation: wave 9.66667s 0.1s infinite linear;
	-moz-animation: wave 9.66667s 0.1s infinite linear;
	animation: wave 9.66667s 0.1s infinite linear;
}

span.icon-icon-14{
	font-size: 2.8em;
	top: -10px;
	right: 20px;
}

.viewed span.icon-icon-14{
	-webkit-animation: wave 8.66667s 0.1s infinite linear;
	-moz-animation: wave 8.66667s 0.1s infinite linear;
	animation: wave 8.66667s 0.1s infinite linear;
}

span.icon-icon-15{
	font-size: 5em;
	bottom: 10px;
	right: 20px;
}

.viewed span.icon-icon-15{
	-webkit-animation: wave 6.66667s 0.1s infinite linear;
	-moz-animation: wave 6.66667s 0.1s infinite linear;
	animation: wave 6.66667s 0.1s infinite linear;
}


section h3{
	color: #00b6b5;
}

section#vyvoj-zakaznickych-rieseni{
	background: rgba(0,202,182,1);
	background: -moz-linear-gradient(top, rgba(0,202,182,1) 0%, rgba(0,183,180,1) 61%, rgba(0,182,182,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,202,182,1)), color-stop(61%, rgba(0,183,180,1)), color-stop(100%, rgba(0,182,182,1)));
	background: -webkit-linear-gradient(top, rgba(0,202,182,1) 0%, rgba(0,183,180,1) 61%, rgba(0,182,182,1) 100%);
	background: -o-linear-gradient(top, rgba(0,202,182,1) 0%, rgba(0,183,180,1) 61%, rgba(0,182,182,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,202,182,1) 0%, rgba(0,183,180,1) 61%, rgba(0,182,182,1) 100%);
	background: linear-gradient(to bottom, rgba(0,202,182,1) 0%, rgba(0,183,180,1) 61%, rgba(0,182,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cab6', endColorstr='#00b6b6', GradientType=0 );
}

section#kariera{
	background: #6d6e71;
	margin-top: -1px;
}

section#kariera h2{
	color: white;
}

section#kariera .row.relative{
	height: 400px;
}

section h4 .icon{
	position: absolute;
	left: 0;
	font-size: 4em;
	/* margin-left: -15px; */
	text-align: right;
	transform: translateX(-103%);
}

section, footer{
	padding-top: 80px;
}

.help-block.text-danger{
	color: #af0013;
	font-size: 0.9em;
}

.no-padding {
	padding: 0;
}

.navbar-brand>img {
	display: block;
	width: 200px;
	margin-bottom: -119px;
	transition: all .25s ease-in-out;
}

.affix .navbar-brand>img,
.menu-opened .navbar-brand>img{
	width: 120px;
	margin-top: -5px;
	margin-bottom: -119px;
	transition: all .25s ease-in-out;
}

.navbar-brand{
	position: relative;
}

.navbar-default {
	border-color: rgba(34,34,34,.0);
	background-color: #00b6b5;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
	text-transform: uppercase;
	font-weight: 700;
	color: #38c2f1;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
	color: #38c2f1;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
	font-size: 1.15em;
	font-weight: normal;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
	color: #38c2f1;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
	color: #f1f1f1!important;
	background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
	background-color: transparent;
}

.blue-bg{
	color: white;
	background: #00b1eb;
}

.blue-bg h2{
	color: black;
}

.blue-bg li h2{
	color: white;
}

.claim{
	text-align: center;
}

.claim {
	display: inline-block;
	text-align: center;
	font-size: 1.5em;
	color: #00b1eb;
	position: relative;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact-line{
	font-size: 1.25em;
}

@media(min-width:768px) {
	.navbar-default {
		border: none;
		background-color: #00b6b5;
	}

	.navbar-default .navbar-header .navbar-brand {
		color: rgba(0, 0, 0, 0.7);
		float: left;
		height: auto;
		padding: 27px 15px 0px 0px;
		font-size: 18px;
		line-height: normal;
		margin-left: 0px;
		margin-left: 0px;
	}

	.affix .navbar-brand{
		/*	margin-left: -15px !important;*/
	}

	.navbar-default .navbar-header .navbar-brand:hover,
	.navbar-default .navbar-header .navbar-brand:focus {
		color: #fff;
	}

	.navbar-default .nav > li>a,
	.navbar-default .nav>li>a:focus {
		padding-top: 45px;
		padding-bottom: 15px;
	}

	.navbar-default .nav > li>a:hover,
	.navbar-default .nav>li>a:focus:hover {
		color: #333;
	}

	.navbar-default.affix {
		border-color: rgba(34, 34, 34, 0);
		background-color: #00b6b5;
	}

	.navbar-default.affix .navbar-header .navbar-brand {
		font-size: 14px;
		color: #4cafe5;
	}

	.navbar-default.affix .navbar-header .navbar-brand:hover,
	.navbar-default.affix .navbar-header .navbar-brand:focus {
		color: #4cafe5;
	}

	.navbar-default.affix .nav > li>a,
	.navbar-default.affix .nav>li>a:focus {
		color: white;
	}

	.navbar-default.affix .nav > li>a:hover,
	.navbar-default.affix .nav>li>a:focus:hover {
		color: #f0ebf2;
	}
}

header {
	position: relative;
	width: 100%;
	min-height: auto;
	background: #00b6b5;
	color: white;
}


header .header-content .header-content-inner  {
	margin-bottom: 0px;
	/* font-size: 16px; */
	font-weight: 400;
}

header .header-row{
	margin-top: 250px;
}

header .columns{
	margin-top: 100px;
}

header .columns p{
	columns: 2;
}



@media(min-width:768px) {

	header{
		min-height: 100vh;
		height: auto;
	}

}

.call-to-action h2 {
	margin: 0 auto 20px;
}

.text-primary {
	color: #4cafe5;
}

.btn-default {
	border-color: #fff;
	color: white;
	background-color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background: transparent;
	border: 2px solid white;
	line-height: normal;
	padding: 24px 60px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	border-color: #ededed;
	color: #222;
	background-color: #f2f2f2;

}

.open > .dropdown-toggle.btn-default{
	background: transparent;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	border-color: #fff;
	background-color: #fff;
}

.btn-default .badge {
	color: #fff;
	background-color: #222;
}

.btn-primary {
	border-color: #4cafe5;
	color: #fff;
	background-color: #4cafe5;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	border-color: #4cafe5;
	color: #fff;
	background-color: #4cafe5;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	border-color: #f05f40;
	background-color: #f05f40;
}

.btn {
	/* border: 0; */
	border-radius: 0;
	text-transform: uppercase;
}

.btn:focus, .btn:focus:active {
	outline: none;
}

.btn-xl {
	padding: 15px 30px;
}

::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}

::selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}

img::selection {
	color: #fff;
	background: 0 0;
}

img::-moz-selection {
	color: #fff;
	background: 0 0;
}

body {
	webkit-tap-highlight-color: #222;
	color: #00b9b7;
}

header .container{
	height: auto;
}

header .container .row, header .container .row .col-sm-12, header .container .row .col-sm-12 .wrapper{
	height: 100%;
}

.height-100{
	height: 100%;
}

header .circle-1{
	position: absolute;
	width: 8em;
	height: 8em;
	top: 50%;
	margin-top: -100px;
	left: 5%;
}

header.viewed .circle-1{
	-webkit-animation: wave 7.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

header .circle-2{
	position: absolute;
	width: 6em;
	height: 6em;
	bottom: 15%;
	margin-top: -100px;
	left: 12%
}

header.viewed .circle-2{
	-webkit-animation: wave 6.66667s 0.1s infinite linear;
	-moz-animation: wave 6.66667s 0.1s infinite linear;
	animation: wave 6.66667s 0.1s infinite linear;
}

header .circle-3{
	position: absolute;
	width: 6em;
	height: 6em;
	top: 30%;
	margin-top: -100px;
	left: 50%;
}

header.viewed .circle-3{
	-webkit-animation: wave 8.66667s 0.1s infinite linear;
	-moz-animation: wave 8.66667s 0.1s infinite linear;
	animation: wave 8.66667s 0.1s infinite linear;
}

header .circle-4{
	position: absolute;
	width: 10em;
	height: 10em;
	bottom: 30%;
	margin-top: -100px;
	right: 5%;
}

header.viewed .circle-4{
	-webkit-animation: wave 8.66667s 0.1s infinite linear;
	-moz-animation: wave 8.66667s 0.1s infinite linear;
	animation: wave 8.66667s 0.1s infinite linear;
}

.particles-wrapper-2 .circle-1{
	border-color: #9d998b;
	position: absolute;
	width: 7em;
	height: 7em;
	bottom: 15%;
	margin-top: -100px;
	left: 25%;
}

.viewed .particles-wrapper-2 .circle-1{
	-webkit-animation: wave 7.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

.particles-wrapper-2 .circle-2{
	border-color: #9d998b;
	position: absolute;
	width: 13em;
	height: 13em;
	top: 30%;
	margin-top: -100px;
	right: 5%;
}

.viewed .particles-wrapper-2 .circle-2{
	-webkit-animation: wave 5.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

.particles-wrapper-3{
	height: 300px;
}

.particles-wrapper-3 .circle-1{
	border-color: #9d998b;
	position: absolute;
	width: 7em;
	height: 7em;
	bottom: 15%;
	margin-top: -100px;
	left: 25%;
}

.viewed .particles-wrapper-3 .circle-1{
	-webkit-animation: wave 7.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

.particles-wrapper-3 .circle-2{
	border-color: #9d998b;
	position: absolute;
	width: 13em;
	height: 13em;
	top: 30%;
	margin-top: -100px;
	right: 5%;
}

.viewed .particles-wrapper-3 .circle-2{
	-webkit-animation: wave 5.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

section#kariera .circle-1{
	border-color: #9d998b;
	position: absolute;
	width: 6em;
	height: 6em;
	top: 0%;
	margin-top: -100px;
	left: 5%;
}

section#kariera.viewed .circle-1{
	-webkit-animation: wave 4.66667s 0.1s infinite linear;
	-moz-animation: wave 4.66667s 0.1s infinite linear;
	animation: wave 4.66667s 0.1s infinite linear;
}

section#kariera .circle-2{
	border-color: #9d998b;
	position: absolute;
	width: 4em;
	height: 4em;
	top: 30%;
	margin-top: 0;
	left: 25%;
}

section#kariera.viewed .circle-2{
	-webkit-animation: wave 5.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

section#kariera .circle-3{
	border-color: #9d998b;
	position: absolute;
	width: 4em;
	height: 4em;
	top: 10%;
	margin-top: -100px;
	right: 5%;
}

section#kariera.viewed .circle-3{
	-webkit-animation: wave 5.66667s 0.1s infinite linear;
	-moz-animation: wave 5.66667s 0.1s infinite linear;
	animation: wave 5.66667s 0.1s infinite linear;
}

section#kariera .circle-4{
	border-color: #9d998b;
	position: absolute;
	width: 2em;
	height: 2em;
	top: 20%;
	margin-top: -100px;
	right: 35%;
}

section#kariera.viewed .circle-4{
	-webkit-animation: wave 6.66667s 0.1s infinite linear;
	-moz-animation: wave 6.66667s 0.1s infinite linear;
	animation: wave 6.66667s 0.1s infinite linear;
}

section#kariera .circle-5{
	border-color: #9d998b;
	position: absolute;
	width: 10em;
	height: 10em;
	top: 70%;
	margin-top: -100px;
	right: 15%;
}

section#kariera.viewed .circle-5{
	-webkit-animation: wave 7.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

section#kariera .circle-6{
	border-color: #9d998b;
	position: absolute;
	width: 7em;
	height: 7em;
	top: 50%;
	margin-top: -100px;
	right: 35%;
}

section#kariera.viewed .circle-6{
	-webkit-animation: wave 8.66667s 0.1s infinite linear;
	-moz-animation: wave 8.66667s 0.1s infinite linear;
	animation: wave 8.66667s 0.1s infinite linear;
}

.umela-int .row.relative{
	height: 400px;
	margin-top: -100px;
	margin-bottom: -150px;
	z-index: -1;
}

.umela-int .row.relative:last-child{
	margin-top: -310px;
	margin-bottom: -50px;
}

.umela-int .marquee-2{
	top: 100px;
	bottom: inherit;
}

.umela-int .marquee-3{
	top: 100px;
	bottom: inherit;
}

.umela-int .row-bottom .marquee-2{
	top: 0px;
}

.umela-int .row-bottom .marquee-3{
	top: 0px;
}

.umela-int .circle-1{
	border-color: #9d998b;
	position: absolute;
	width: 7em;
	height: 7em;
	top: 45%;
	margin-top: -100px;
	left: 0%;
}

.umela-int.viewed .circle-1{
	-webkit-animation: wave 7.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

.umela-int .circle-2{
	border-color: #9d998b;
	position: absolute;
	width: 10em;
	height: 10em;
	top: 30%;
	margin-top: -100px;
	right: 5%;
}

.umela-int.viewed .circle-2{
	-webkit-animation: wave 5.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

section#vyvoj-zakaznickych-rieseni .circle-1{
	border-color: #e3c083;
	position: absolute;
	width: 7em;
	height: 7em;
	bottom: 25%;
	margin-top: -100px;
	left: 10%;
}

 section#vyvoj-zakaznickych-rieseni.viewed .circle-1{
	-webkit-animation: wave 7.66667s 0.1s infinite linear;
	-moz-animation: wave 7.66667s 0.1s infinite linear;
	animation: wave 7.66667s 0.1s infinite linear;
}

section#vyvoj-zakaznickych-rieseni .circle-2{
	border-color: #e3c083;
	position: absolute;
	width: 16em;
	height: 16em;
	top: 45%;
	margin-top: -100px;
	right: 5%;
}

section#vyvoj-zakaznickych-rieseni.viewed .circle-2{
	-webkit-animation: wave 6.66667s 0.1s infinite linear;
	-moz-animation: wave 6.66667s 0.1s infinite linear;
	animation: wave 6.66667s 0.1s infinite linear;
}

footer .circle-1{
	border-color: #e3c083;
	position: absolute;
	width: 6em;
	height: 6em;
	top: -30%;
	margin-top: -100px;
	left: 5%;
}

footer.viewed .circle-1 {
	-webkit-animation: wave 5.66667s 0.1s infinite linear;
	-moz-animation: wave 5.66667s 0.1s infinite linear;
	animation: wave 5.66667s 0.1s infinite linear;
}

footer .circle-2{
	border-color: #e3c083;
	position: absolute;
	width: 9em;
	height: 9em;
	top: 80%;
	margin-top: -100px;
	left: 7%;
}

footer.viewed .circle-2{
	-webkit-animation: wave 8.66667s 0.1s infinite linear;
	-moz-animation: wave 8.66667s 0.1s infinite linear;
	animation: wave 8.66667s 0.1s infinite linear;
}

footer .circle-3{
	border-color: #e3c083;
	position: absolute;
	width: 4em;
	height: 4em;
	top: 30%;
	margin-top: -100px;
	left: 35%;

}

footer.viewed .circle-3{
	-webkit-animation: wave 4.66667s 0.1s infinite linear;
	-moz-animation: wave 4.66667s 0.1s infinite linear;
	animation: wave 4.66667s 0.1s infinite linear;
}

footer .circle-4{
	border-color: #e3c083;
	position: absolute;
	width: 7em;
	height: 7em;
	bottom: 0%;
	right: 8%;
}

footer.viewed .circle-4{
	-webkit-animation: wave 8.66667s 0.1s infinite linear;
	-moz-animation: wave 8.66667s 0.1s infinite linear;
	animation: wave 8.66667s 0.1s infinite linear;
}

footer .circle-5{
	border-color: #e3c083;
	position: absolute;
	width: 4em;
	height: 4em;
	top: 0%;
	margin-top: -230px;
	right: 15%;
}

footer.viewed .circle-5{
	-webkit-animation: wave 8.66667s 0.1s infinite linear;
	-moz-animation: wave 8.66667s 0.1s infinite linear;
	animation: wave 8.66667s 0.1s infinite linear;
}

footer .circle-6{
	border-color: #e3c083;
	position: absolute;
	width: 7em;
	height: 7em;
	top: 50%;
	margin-top: -100px;
	right: 35%;
}

footer.viewed .circle-6{
	-webkit-animation: wave 8.66667s 0.1s infinite linear;
	-moz-animation: wave 8.66667s 0.1s infinite linear;
	animation: wave 8.66667s 0.1s infinite linear;
}

.btn-pdf{
	color: black;
	text-transform: none;
	font-size: 1em;
	transition: all .25s ease-in-out;
	font-weight: 300;
}

.btn-pdf:hover{
	color: #4cafe5;
	transition: all .25s ease-in-out;
}

.btn-pdf:hover .circle{
	background: #4cafe5;
	transition: all .25s ease-in-out;
}

.text-box{
	display: inline-block;
}

span.circle{
	text-align: center;
	background: black;
	color: white;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	line-height: 2.8em;
	margin-left: 5px;
	transition: all .25s ease-in-out;
}

span.more-text, span.circle{
	display: inline-block;
	position: relative;
	top: -65px;
	font-size: 1.5em;
}

span.more-text{
	margin-left: 5px;
}

footer{
	padding-bottom: 40px;
	background: #9d998b;
	color: white;
	overflow: hidden;
}

footer .row.relative{
	height: 200px;
}

.modal-header .close {
	margin-top: -47px;
}

.btn.dropdown-toggle{
	padding: 7px;
	border: none;
	border-bottom: 2px solid white;
	box-shadow: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.btn.dropdown-toggle button{
	padding: 0;
}

.bootstrap-select .dropdown-toggle .caret {
	right: 0;
	border: none;
}

.bootstrap-select .dropdown-toggle .caret:before{
	content: "\f107";
	font-family: fontAwesome;
	font-size: 32px;
	top: -16px;
	position: relative;
	left: -19px;
}

.bootstrap-select .dropdown-toggle .filter-option{
	padding-left: 0px;
	font-size: 1.5em;
	top: -5px;
}

.dropdown-toggle.bs-placeholder{
	color: white !important;
}

.dropdown.bootstrap-select{
	background: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

footer img.logo{
	max-width: 200px;
}


footer .contact-line{

}

footer .contact-line a{
	text-decoration: none;
}

footer .form-control:focus{
	border-color: white;
}

footer .line-below{
	margin-bottom: 40px;
}

footer .input-field input[type=text] {
	width: 100%;
	border: none;
	border-bottom: 2px solid #ffffff;
	background: transparent;
	text-transform: uppercase;
	padding: 5px 10px 5px 0px;
	margin-bottom: 0px;
	color: #7a7a7a;
	font-size: 1.25em;
	color: white;
}


textarea.form-control {
	margin-top: 0px !important;
	font-size: 1.25em;
	color: white;
}

footer .checkbox.pull-left{
	padding-top: 0;
	margin-top: 0;
}

.floating-label-form-group{position:relative;margin-bottom:0;}
.floating-label-form-group input,
.floating-label-form-group textarea{z-index:1;position:relative;padding-right:0;padding-left:0;border:0;border-radius:0;background:0 0;box-shadow:none!important;resize:none;border-bottom: 2px solid white;}
.floating-label-form-group label{display:block;z-index:0;position:relative;top:2em;margin:0;font-size:.85em;line-height:1.764705882em;vertical-align:middle;vertical-align:baseline;opacity:0;-webkit-transition:top .3s ease,opacity .3s ease;-moz-transition:top .3s ease,opacity .3s ease;-ms-transition:top .3s ease,opacity .3s ease;transition:top .3s ease,opacity .3s ease;}
.floating-label-form-group::not(:first-child){padding-left:14px;border-left:1px solid #eee;}
.floating-label-form-group-with-value label{top:0;opacity:1;}
.floating-label-form-group-with-focus label{color:rgb(56, 56, 56);}
form .row:first-child .floating-label-form-group{border-top:1px solid rgb(56, 56, 56);}
.has-error .form-control, .has-error .form-control:focus{border:none;border-bottom:2px solid red !important; border-radius: 0}
.modal-content {border-radius: 0;}

/* line 642, ../scss/style.scss */
footer textarea {
	width: 100%;
	border: none;
	border-bottom: 2px solid #292f33;
	background: transparent;
	text-transform: uppercase;
	padding: 5px 10px 5px 0px;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: 700;
	color: #7a7a7a;
}

footer#contact .container{
	position: relative;
	z-index: 1;
}

footer h2{
	padding-bottom: 1.15em;
	padding-top: 5px;
}

footer .form-row {
	margin-top: 140px;
}

footer .dropdown-menu>.active>a,
footer .dropdown-menu>.active>a:focus,
footer .dropdown-menu>.active>a:hover {
	color: #fff !important;
	background-color: #9e9988;
}

.select-predmet .btn {
	border: none;
	border-bottom: 2px solid #292f33;
	padding: 3px 0;
}

.bootstrap-select > .dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	z-index: 1;
	padding-left: 20px;
}

.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:active:hover{
	background: transparent !important;
	color: white;
}

.bootstrap-select .dropdown-menu{
	border-radius: 0;
}

.has-error .bootstrap-select .dropdown-toggle{
	border: none !important;
}

.open > .dropdown-toggle.btn-default{
	background: transparent;
	color: white;
}

header .triangle-left-top{
	left: 15px;
	top: 80px;
}

header .triangle-right-bottom {
	right: 0px;
}

header .triangle-left-top{
	left: 0px !important;
}


@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 0px;
		padding-left: 22px;
		padding-bottom: 5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	background: #FED32B;
	border-radius: 0;
	margin-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #00b6b5;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
	background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover {
	background-color: #fff;
}

ul.lang {
	display: inline-block;
	list-style: none;
	margin-top: 31px;
}

ul.lang.visible-sm {
	display: inline-block;
	list-style: none;
	margin-top: 0px;
	position: relative;
	top: 12px;
	float: right !important;
	margin-right: 20px;
}

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

ul.lang li a {
	color: #ababab;
	padding: 0 5px;
}

ul.lang li a:hover {
	text-decoration: none;
}

ul.lang li:first-child a {
	padding-right: 8px;
}

ul.lang li:first-child a {
	font-size: 1.15em;
	border-right: 1px solid #ababab;
}

ul.lang li.selected a{
	font-weight: 400;
}

.ring {
	width: 200px;
	height: 200px;
	display: block;
	border: 1px solid #e1c182;
	border-radius: 50%;
	opacity: .8;
}


#mainNav .container{
	position: relative;
}

.langpicker{
	position: absolute !important;
	top: 10px;
	right: 7px;
}

.marquee-1 {
	/* height: 51%; */
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	bottom: 43px;
	z-index: 0;
	opacity: .7;
}

.marquee-2 {
	bottom: 40px;
	position: absolute;
	width: 100%;
	z-index: 0;
	opacity: .4;
}

.marquee-3 {
	top: 10%;
	position: absolute;
	width: 100%;
	z-index: 0;
	opacity: .6;
}

.marquee--inner{
	display: block;
	width: 200%;
	margin: 0 0;
	position: relative;
	z-index: 0;
}

.viewed .marquee-1 .marquee--inner {
	animation: marquee 20s linear infinite;
}

.viewed .marquee-2 .marquee--inner {
	animation: marquee 50s linear infinite reverse;
}

.viewed .marquee-3 .marquee--inner {
	animation: marquee 40s linear infinite;
}

.marquee--inner:hover {
	/*
	animation-play-state: paused;
	*/
}

.marquee--inner img {
	float: left;
	width: 50% !important;
	height: auto;
	padding: 0 !important;
	font-size: 0;
	margin-left: -1px !important;
	height: 100%;
}

@keyframes marquee {
	0% { left: 0; }
	100% { left: -100%; }
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	body{
		font-size: 14px;
	}

	.navbar-default .navbar-header .navbar-brand {
		padding: 13px 15px 0px 15px;
		margin-left: 19px;
	}

	header .triangle-left-top {
		left: 15px;
		top: 50px;
	}

	header .header-content{
		padding-right: 70px;
		padding-left: 70px;
		margin-top: 30px;
	}

	footer .col-sm-6 {
		/*width: 100%;*/
	}

	.navbar-brand{
		margin-left: -20px !important;
	}
	.navbar-brand>img {
		width: 170px;
		margin-top: 0;
		margin-bottom: -119px;
		transition: all .25s ease-in-out;
	}

	footer#contact .container:after{
		left: 32px;
	}

	.arrow-big{
		font-size: 7em;
	}

	h3{
		font-size: 1.5em;
	}

	span.more-text, span.circle {
		top: -36px;
	}

	span.circle{
		line-height: 3em;
	}

	.navbar-brand{
		position: relative;
		z-index: 1;
	}

	.collapse.in{
		background: white;
		z-index: 0;
		position: relative;
	}
	.navbar-nav{
		background: white;
		padding-top: 10px;
		z-index: 0;
		position: relative;
	}

	.menu-opened .navbar-brand{
		position: relative;
		z-index: 999;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
	}

	.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
		padding-top: 10px;
		padding-bottom: 10px;
		color: #00b8b4
	}

	.langpicker{
		position: absolute !important;
		top: 15px;
		right: 80px;
	}

	.navbar-nav{
		margin-right: 0 !important;
	}

	header{
		min-height: 100vh;
		height: auto;
	}

	header .container{
		height: auto !important;
	}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.navbar-default .navbar-header .navbar-brand {
		padding: 13px 15px 0px 15px;
	}

	header .triangle-left-top {
		left: 15px;
		top: 50px;
	}

	header .header-content{
		padding-right: 30px;
		padding-left: 30px;
	}

	.affix .navbar-brand{
		margin-left: 0px !important;
	}


	header .header-content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 100px;
	}

	header .header-content .header-content-inner h1 {
		margin-top: 0;
		margin-bottom: 0;
		right: 273px;
		top: 204px;
		text-align: right;
		font-size: 1.25em;
		width: 257px;
	}

	.navbar-default .navbar-toggle {
		margin-right: 15px;
	}

	footer .col-sm-6{
		width: 100%;
	}

	span.white-strip{
		background: white;
		position: absolute;
		top: 0;
		width: 100%;
		height: 51px;
		left: 0;
		display: block;
	}

	footer#contact .container:after{
		left: 41px;
	}

	.arrow-big{
		font-size: 7em;
	}

	h3{
		font-size: 1.5em;
	}

	span.more-text, span.circle {
		top: -29px;
	}

	span.circle{
		line-height: 2.8em;
	}

	.navbar-brand{
		position: relative;
		z-index: 1;
	}

	.collapse.in{
		background: white;
		z-index: 0;
		position: relative;
	}
	.navbar-nav{
		background: white;
		padding-top: 50px;
		z-index: 0;
		position: relative;
		margin-right: 0 !important;
	}

	.menu-opened .navbar-brand{
		position: relative;
		z-index: 999;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
	}

	header {
		min-height: 100vh;
		height: auto;
	}

	header .container{
		height: auto !important;
	}

	.langpicker{
		position: absolute !important;
		top: 16px;
		right: 70px;
	}

	.navbar-default .nav > li.active > a,
	.navbar-default .nav > li.active > a:focus{
		color: #00b8b4 !important;
	}

	header .bigger p{
		font-size: 20px;
	}

	header{
		min-height: 100vh;
		height: auto;
	}

}

@media (max-width: 640px) {
	.arrow-big {
		font-size: 5em;
	}

}


/* Landscape phones and smaller */
@media (max-width: 550px) {

	body{
		font-size: 13px;
	}


	header .header-content{
		padding-right: 35px;
		padding-left: 35px;
	}

	header .header-content .header-content-inner h1 {
		margin-top: 0;
		margin-bottom: 0;
		right: 178px;
		top: 185px;
		text-align: right;
		font-size: 0.95em;
		width: 257px;
	}

	header .container {
		min-height: 460px;
	}

	footer ul li:first-child:after{
		display: none;
	}

	header .header-content {
		padding: 30px 30px;
		margin-top: 50px;
	}

	.navbar-brand>img {
		width: 150px;
		margin-bottom: -119px;
		transition: all .25s ease-in-out;
	}

	.affix .navbar-brand>img, .menu-opened .navbar-brand>img {
		margin-top: -4px;
		transition: all .25s ease-in-out;
	}

	footer#contact .container:after {
/*		width: 260px;
		height: 260px;
		top: -180px;
		left: -70px;*/
	}

	span.more-text, span.circle {
		top: -23px;
	}

	span.circle {
		line-height: 3.3em;
	}

	.claim blockquote {
		font-size: 0.9em;
	}

	.claim blockquote:before {
		width: 24px;
		height: 24px;
		position: relative;
		top: -1em;
		margin-right: 0.5em;
		margin-left: -3em;
	}

	.claim blockquote:after {
		width: 24px;
		height: 24px;
		margin-top: -19px;
		position: relative;
		bottom: -1em;
		margin-left: 0.5em;
	}

	section#showrel{
		margin-top: 40px;
	}

	section#festival-svetla{
		margin-top: 80px;
	}

	footer .col-sm-7 {
		padding-left: 15px;
	}

	.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
		color: #00b6b5;
	}

	.navbar-nav {
		padding-top: 15px;
	}

	header .columns p {
		columns: 1;
	}

	header .header-row {
		margin-top: 120px;
	}

	.icon{
		font-size: 3em !important;
	}

	.ring{
		font-size: 0.7em;
	}

	section, footer {
		padding-top: 40px;
	}

	.btn{
		width: 100%;
		position: relative;
		z-index: 99;
	}

	section#kariera .row.relative {
		height: 200px;
	}

	.form-group.pull-right.input-field{
		width: 100%;
	}

	span.icon-icon-13 {
		top: -8%;
	}

	header{
		padding-bottom: 30px;
	}

	header .marquee-1,
	header .marquee-2,
	header .marquee-3{
		opacity: 1 !important;
	}

	header .container{
		position: relative;
		z-index: 99;
	}

	.umela-int{
		padding-bottom: 100px;
	}

	.umela-int .row.relative {
		height: 300px;

	}

	.umela-int .circle-1 {
		top: 61%;
	}

	.umela-int .circle-2 {
		top: 70%;
	}

	footer .dropdown-menu.open{
		width: 100%;
	}

	.bootstrap-select .dropdown-menu li a span.text {
		display: inline-block;
		white-space: pre-wrap;
	}

	header .columns {
		margin-top: 70px;
	}

}


@-webkit-keyframes wave {
	0% {
		-webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
		-moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
		transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
		-moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
		transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
	}
}

@-moz-keyframes wave {
	0% {
		-webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
		-moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
		transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
		-moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
		transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
	}
}

@-ms-keyframes wave {
	0% {
		-webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
		-moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
		transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
		-moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
		transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
	}
}

@keyframes wave {
	0% {
		-webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
		-moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
		transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
		-moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
		transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
	}
}
