@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local('OpenSans-Light'),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans'),url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:local('Open Sans Extrabold'),local('OpenSans-Extrabold'),url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hha1RVmPjeKy21_GQJaLlJI.woff) format('woff')}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

* :focus {
	outline: 0;
}

body {
	color: #757575;
	font-size: 13px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 21px;
	position: relative;
	background: #fff;
}

h1, h2, h3, h4, h5, h6  {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

h1 {
	f/ont-size: 38px;
	l/ine-height: 40px;
	c/olor: #96c832;
	font-size: 20px;
	color: #373737;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	color: #373737;
	text-transform: uppercase;
}

h3 {
	color: #373737;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	font-weight: normal;
}


h5 {
	font-size: 13px;
}

h6 {
	color: #96c832;
	font-size: 12px;
	letter-spacing: 0.5px;
	margin-top: 0;
}

p {
	padding-bottom: 20px;
}

a {
	color: #96c832;
	text-decoration: none;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
}

a:hover {
	color: #1f1f1f;
}

ul {
	list-style: none;
}

.container-center {
	max-width: 1008px;
	margin: 0 auto;
}

.cf:before, .cf:after, .col-row:before, .col-row:after {
  content: " ";
  display: table;
}

.cf:after, .col-row:after {
  clear: both;
}

.cf, .col-row {
  *zoom: 1;
}

.col-row {
	margin-right: -24px;
	margin-bottom: 10px;
}

.logo {
	float: left;
	margin-top: 21px;
	margin-bottom: 21px;
	-webkit-transition: all .2s linear;
	-moz-transition:	all .2s linear;
	-o-transition: 		all .2s linear;
	-ms-transition: 	all .2s linear;
	transition: 		all .2s linear;
}

.logo img {
	width: 97.5px;
	height: 50px;
	vertical-align: bottom;
}

.logo-green {
	cursor: pointer;
	height: 50px;
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 25px;
	-webkit-transition: all .2s linear;
	-moz-transition:	all .2s linear;
	-o-transition: 		all .2s linear;
	-ms-transition: 	all .2s linear;
	transition: 		all .2s linear;
	display: none;
}

.logo-green img {
	float: left;
	vertical-align: bottom;
}

.logo-green ul {
	float: left;
	color: #96c832;
	margin-top: 5px;
	margin-left: 10px;
}

.logo-green ul li strong {
	color: #96c832;
	font-size: 16px;
	l/etter-spacing: 0.5px;
}

.logo-green li {
	line-height: 20px;
	m/argin-bottom: 10px;
}

.email-main {
	color: #96c832;
	font-size: 38px;
	line-height: 92px;
	font-weight: 600;
	float: right;
	padding-left: 5px;
	padding-right: 10px;
}

.email-main:after {
	content: "info\40vs2.cz";
}

.lang-button {
	display: block;
	color: #ccc;
	text-align: center;
	margin-top: 34px;
	margin-left: 10px;
	height: 30px;
	-webkit-transition: all .2s linear;
	-moz-transition:	all .2s linear;
	-o-transition: 		all .2s linear;
	-ms-transition: 	all .2s linear;
	transition: 		all .2s linear;
}

.lang-open:hover {
	color: #fff;
	background: #96c832;
	border-color: #96c832;
}

.lang-open {
	border: none;
}

.lang-container {
	float: right;
	position: relative;
}

.lang-flag {
	height: 30px;
}

.lang-panel {
	position: absolute;
	background: #fff;
	left: -88px;
	top: 64px;
	width: 148px;
	p/adding: 10px;
	b/order-bottom-left-radius: 10px;
	b/order-bottom-right-radius: 10px;
	display: none;
}

.lang-container:hover .lang-panel {
	display: block;
}

.lang-panel ul {
	border: 1px solid #eee;
	border-top: none;
  margin-top: 29px;
}

.lang-panel li {
  font-size: 20px;
	height: 45px;
	line-height: 45px;
	display: block;
	padding: 0px;
	padding-bottom: 2px;
}

.lang-panel li a {
	color: #000;
	display: block;
	padding-bottom: 2px;
}

.lang-panel li a:hover {
	background-color: #96c832;
	color: #fff;
}

.lang-container li img {
	position: relative;
	top: 8px;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
}

.navigation ul li {
    display: block;
    float: left;
    position: relative;
}

.navigation ul li i {
    width: 60px;
    text-align: center;
		font-size: 42px;
		line-height: 92px;
    f/ont-weight: 700;
    color: #4d4d4d;
    text-decoration: none;
    display: inline-block;
}

.navigation ul {
    float: right;
    position: relative;
    z-index: 1200;
    margin-right: 0px;
}

.container-slider {
   b/ackground-image: url('../../img/slides/bg/bg.jpg');
   width: 100%;
   height: 425px;
   position: relative;
   padding: 0;
   o/verflow: hidden;
   margin-bottom: 0px;
   padding-top: 15px;
   padding-bottom: 15px;
	 border: 0px solid;
}

.container-slider .slider {
   width: 1008px;
   margin: 0 auto;
}

.caption {
	color: #96c832;
}

.caption strong {
	color: #96c832;
	font-weight: 400;
}

.layer-h1-no {
	font-size: 38px;
	line-height: 38px;
	font-weight: 800;
	padding-top: 15px;
}

.layer-h1-no i {
	color: #96c832;
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
}

.layer-h3 {
	font-size: 32px;
	line-height: 36px;
	text-transform: none;
	font-weight: 300;
	color: #888;
	margin-top: 20px;
  margin-bottom: 10px;
	b/order-bottom: 1px solid #bbb;
	display: inline-block;
}

.layer-h3 strong {
	font-weight: 600;
}

.layer-h3 i {
	font-size: 20px;
}

.slider-bullets {
	color: #fff;
	margin-top: 25px;
  margin-bottom: 25px;
}

.slider-bullets i {
	color: #fff;
	display: inline-block;
	float: left;
	height: 42px;
	width: 42px;
	line-height: 42px;;
	position: relative;
	text-align: center;
	font-size: 28px;
}

.slider-bullets span {
	display: inline-block;
	color: #373737;
	font-size: 32px;
	line-height: 42px;
	background: #fff;
	padding: 0;
  padding-left: 15px;
  padding-right: 2px;
}

.counter {
	text-align: center;
	color: #373737;
	float: left;
	margin-left: 50px;
}

.counter-first {
	margin-left: 0px;
}

.counter:hover .timer {
	color: #96c832;
	border-color:#373737
}

.counter:hover .count-type {
	color: #96c832;
}

.timer {
	display: block;
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 5px;
	border-bottom: 1px solid #96c832;
	line-height: 40px;
	padding-bottom: 10px;

	-webkit-transition: all .2s linear;
	-moz-transition:	all .2s linear;
	-o-transition: 		all .2s linear;
	-ms-transition: 	all .2s linear;
	transition: 		all .2s linear;
}

.count-type {
	font-size: 32px;
	color: #373737;
	-webkit-transition: all .2s linear;
	-moz-transition:	all .2s linear;
	-o-transition: 		all .2s linear;
	-ms-transition: 	all .2s linear;
	transition: 		all .2s linear;
}

.color-box-holder {
	background-color: #96c832;
	margin-bottom: 45px;
}

.color-box {
	float: left;
	text-align: center;
	background-color: #96c832;
	padding-top: 40px;
	padding-bottom: 20px;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	-ms-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}

.color-box-holder .color-box {
	background: none;
	margin-bottom: 0;
}

.box-4 .color-box {
	width: 252px;
}

.color-box:hover {
	background: #373737;
}

.color-box h3 {
	width: 230px;
	font-size: 24px;
	line-height: 60px;
	background: #373737;
	display: inline-block;
	margin: 0 auto 1px auto;
	color: #fff;
	text-transform: none;
	font-weight: 700;
}

.color-box h4 {
	font-size: 20px;
	line-height: 34px;
	display: block;
	margin: 0 auto;
}

.color-box h4 span {
	width: 230px;
	color: #757575;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	display: inline-block;
}

.color-box i {
	color: #fff;
	width: 150px;
	height: 150px;
	line-height: 150px;
	font-size: 70px;
	border-radius: 50%;
	border: 3px solid;
	display: block;
	m/argin: 10px auto 20px auto;
	margin: 10px auto 20px auto;
	overflow: visible;
}

.color-box p {
	color: #fff;
	text-align: justify;
	padding: 0;
}

.color-box:hover .tilted h4 {
	transform:rotate(5deg);
	-ms-transform:rotate(5deg);
	-webkit-transform:rotate(5deg);
}

.color-box:hover h3 {
	background: #96c832;
	color: #fff;
}

.color-box .button {
	margin-bottom: 0;
	background: none;
}
.color-box-title {
	margin-bottom: 25px;
}

.color-box:hover .button {
	background: #96c832;
}

.color-box .button:hover {
	background: none;
}

.tilted h4 {
	-webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;

  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

.button {
	color: #f7f7f7;
	background: #96c832;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
	display: inline-block;
	margin-bottom: 20px;
}

.button:hover {
	background: #2f2f2f;
	color: #f7f7f7;
}

.small-btn {
	font-size: 10px;
	padding: 3px 8px;
	text-transform: uppercase;
}

.section-title {
	margin-bottom: 40px;
}

.section-title h2 {
	margin-bottom: 0;
}

.align-center {
	text-align: center;
}

.one-fourth {
	float: left;
	margin-right: 24px;
}

.one-fourth {
	width: 234px;
}

footer .one-fourth {
  font-size: 16px;
  line-height: 22px;
	margin-bottom: 20px;
}

footer .one-fourth a:hover {
	color: #96c832;
}

footer .one-fourth strong {
	color: #fff;
	font-weight: 700;
	padding-right: 5px;
}

footer .one-fourth strong.right {
	margin-right: 60px;
  float: right;
}

footer .one-fourth a {
	color: #fff;
}

footer .one-fourth a:hover {
	color: #96c832;
}

.step-icon, .step-icon-last {
	width: 180px;
	height: 180px;
	line-height: 180px;
	font-size: 100px;
	margin: 0 auto 35px auto;
	border-radius: 50%;
	position: relative;

	-moz-box-shadow: 	0 0 0 5px #fff, 0 0 1px 5px #888;
	-webkit-box-shadow: 0 0  0 5px #fff, 0 0 1px 5px #888;
	box-shadow: 		0 0 0 5px #fff, 0 0 1px 5px #888;

	-webkit-transition: all .2s linear;
	-moz-transition:	all .2s linear;
	-o-transition: 		all .2s linear;
	-ms-transition: 	all .2s linear;
	transition: 		all .2s linear;
}

.step-icon {
	color: #373737;
	background: #f4f4f4;
}

.step-icon:hover, .step:hover .step-icon {
	background: #96c832;
	color: #fff;
}

.step-icon-last {
	background: #96c832;
	color: #fff;
}

.step-icon-last:hover, .step:hover .step-icon-last {
	background: #373737;
}

.step h4 {
	color: #373737;
	text-transform: uppercase;
}

.step {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 30px;
}

.color-1 {
	background: #96c832;
}

.heading-big {
	font-size: 21px;
	font-weight: 700;
}

.separator-1 {
	height: 27px;
	margin-bottom: 40px;
	margin-top: 5px;
	border: none;
	clear: both;
}

.separator-1 {
	background: url(../../img/separators/sign.png) no-repeat center;
}

.one-half {
	float: left;
	margin-right: 24px;
}

.one-half {
	width: 492px;
}

.footer-main {
	border-bottom: 1px solid #2a2a2a;
}

.email:after {
	content: "info\40vs2.cz";
	color: #96c832;
	font-weight: 600;
}

.contact-info {
  m/argin-bottom: 20px;
}

.contact-info strong {
	padding-right: 5px;
}

.footer-bottom {
	border-top: 1px solid #4d4d4d;
	position: relative;
	padding: 30px 0;
}

.tag-cloud {
	text-align: center;
	padding-right: 24px;
	m/argin-bottom: 17px;
}

.tag-cloud ul {
	display: inline-block;
}

.tag-cloud ul li {
	display: block;
	float: left;
	margin-right: 9px;
	margin-bottom: 3px;
	font-size: 10px;
	text-transform: uppercase;
	background: #222;
	color: #fff;
	padding: 5px 12px;

	-webkit-transition: background-color .2s linear;
	-moz-transition: 	background-color .2s linear;
	-o-transition: 		background-color .2s linear;
	-ms-transition:		background-color .2s linear;
	transition: 		background-color .2s linear;
}

.tag-cloud ul li:last-child {
	margin-right: 0;
}

.tag-cloud ul li:hover {
	background: #96c832;
}

#footer .copyright {
	text-align: center;
	font-size: 10px;
	line-height: 30px;
	padding-bottom: 0;
	color: #9f9f9f;
}

.scroll-top {
	display: none;
}

.scroll-top a {
	z-index: 21;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	line-height: 43px;
	background: #000;
	position: fixed;
	bottom: 10px;
	left: 10px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.scroll-top a:hover {
	background-color: #96c832;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

header {
	position: relative;
	z-index: 300;
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
	background: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition:	all .2s linear;
	-o-transition: 		all .2s linear;
	-ms-transition: 	all .2s linear;
	transition: 		all .2s linear;
}

#footer {
	background-color: #373737;
	border-top: 10px solid #494949;
	padding-top: 30px;
	color: #fff;
}

footer a {
	color: #9f9f9f;
}

footer a:hover {
	color: #fff;
}

footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

footer .contact-info {
	b/ackground: url(../../img/world.png) no-repeat center center;
}

.ui-tooltip {
	cursor: pointer;
	border-radius: 5px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	color: #fff;
	text-align: center;
	background: #111;
	padding: 4px 8px;
	font-size: 11px;
	opacity: 0.8;
}

.ui-tooltip, .arrow:after {
    background: #111;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.big-title-description {
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
	color: #4c4c4c;
	width: 450px;
	text-align: left;
	margin-top: 17px;
}

.image-caption-1 {
	position: absolute;
	top: 20px;
	margin-left: 615px;
	opacity: 0;
	z-index: -10;

  -webkit-animation: animation-image-caption-1 0.5s forwards;  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
  -webkit-animation-delay: 0s;
	animation: animation-image-caption-1 0.5s forwards;
  animation-iteration-count: 1;
	animation-delay: 0s;
}

.image-caption-2 {
	position: absolute;
	top: 225px;
	margin-left: 460px;
	opacity: 0;
	z-index: -10;

  -webkit-animation: animation-image-caption-2 0.5s forwards;  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
  -webkit-animation-delay: 2s;
	animation: animation-image-caption-2 0.5s forwards;
  animation-iteration-count: 1;
	animation-delay: 0.15s;
}

.image-caption-3 {
	position: absolute;
	top: 243px;
	margin-left: 780px;
	opacity: 0;
	z-index: -10;

  -webkit-animation: animation-image-caption-3 0.5s forwards;  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
  -webkit-animation-delay: 2s;
	animation: animation-image-caption-3 0.5s forwards;
  animation-iteration-count: 1;
	animation-delay: 0.3s;
}

.image-caption-4 {
	position: absolute;
	top: 316px;
	margin-left: 770px;
	opacity: 0;
	z-index: -10;

  -webkit-animation: animation-image-caption-4 0.5s forwards;  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
  -webkit-animation-delay: 2s;
	animation: animation-image-caption-4 0.5s forwards;
  animation-iteration-count: 1;
	animation-delay: 0.45s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animation-image-caption-1 {
    from {top: 450px; opacity: 0}
    to {top: 20px; opacity: 1}
}

@keyframes animation-image-caption-1 {
    from {top: 450px; opacity: 0}
    to {top: 20px; opacity: 1}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animation-image-caption-2 {
    from {margin-left: 650px; opacity: 0}
    to {margin-left: 460; opacity: 1}
}

@keyframes animation-image-caption-2 {
    from {margin-left: 650px; opacity: 0}
    to {margin-left: 460px; opacity: 1}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animation-image-caption-3 {
    from {top: 0px; opacity: 0}
    to {top: 243px; opacity: 1}
}

@keyframes animation-image-caption-3 {
    from {top: 0px; opacity: 0}
    to {top: 243px; opacity: 1}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animation-image-caption-4 {
    from {top: 450px; opacity: 0}
    to {top: 20px; opacity: 1}
}

@keyframes animation-image-caption-4 {
    from {margin-left: 0px; opacity: 0}
    to {margin-left: 770px; opacity: 1}
}

.no-touch .animated, .no-touch .animated-start {
	opacity: 0;
}

.no-touch .animated-hover {
	opacity: 1!important;
}

.ttip-top:hover:before {
	font-size: 12px;
	line-height: 12px;
	padding: 10px;
	white-space: nowrap;
	background: #373737;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	color: #fff;
	content: attr(title);
	position: absolute;
	margin-top: -35px;
	z-index: 9999;
	display: block;
}

.ttip-bottom:hover:after {
	font-size: 12px;
	line-height: 12px;
	padding: 10px;
	white-space: nowrap;
	background: #373737;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	color: #fff;
	content: attr(title);
	position: absolute;
	margin-top: 10px;
	z-index: 9999;
	display: block;
}

.advertisement {
	display: none;
}




.chat {
	z-index: 10000;
}

.chat-icon {
	width: 120px;
	height: 30px;
	background-color: #96c832;
	border: 1px #757575 solid;
	border-bottom: none;
	color: #fff;
	padding: 10px;
	padding-top: 5px;
	position: fixed;
	bottom: 0px;
	right: 10px;
	cursor: pointer;
	cursor: hand;
	z-index: 10000;
}

.chat-icon i {
	display: block;
	font-size: 34px;
	line-height: 36px;
	position: fixed;
	bottom: 5px;
	right: 113px;
	z-index: 10000;

  -webkit-animation: animation-chat-icon 1s infinite;  /* Chrome, Safari, Opera */
	animation: animation-chat-icon 1s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animation-chat-icon {
  0% { color: #373737; }
  100% { color: #fff; }
}

@keyframes animation-chat-icon {
  from { -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.chat-icon ul {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	position: fixed;
	bottom: -30px;
	right: 20px;
	z-index: 10000;

  -webkit-animation: animation-chat-list 1s infinite;  /* Chrome, Safari, Opera */
	animation: animation-chat-list 1s infinite;
}

@keyframes animation-chat-list {
  from { bottom: -30px; }
  to { bottom: 5px; }
}


.chat-message {
	width: 225px;
	height: 260px;
	background-color: #fff;
	border: 1px #757575 solid;
	border-bottom: none;
	color: #96c832;
	padding: 10px;
	position: fixed;
	bottom: 0px;
	right: 10px;
	display: none;
	z-index: 10000;
}

.chat-message-header {
	width: 235px;
	height: 20px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	background-color: #96c832;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	z-index: 10000;
}

.chat-message-header span {
	font-size: 20px;
	color: #fff;
	line-height:14px;
	margin-right: 14px;
	float: right;
	cursor: pointer;
	cursor: hand;
	z-index: 10000;
}

.chat-message-header span:hover {
	color: #757575;
}

.chat-message label {
	font-weight: 600;
	display: block;
	width: 70px;
	margin-bottom: 10px;
	float: left;
	clear: left;
	z-index: 10000;
}

.chat-message input {
	width: 145px;
	background-color: #fff;
	color: #373737;
	padding: 3px;
	border: 1px #757575 solid;
	float: left;
	z-index: 10000;
}

.chat-message textarea {
	width: 215px;
	height: 60px;
	background-color: #fff;
	color: #373737;
	padding: 3px;
	border: 1px #757575 solid;
	float: left;
	clear: left;
	resize: none;
	margin-bottom: 10px;
	z-index: 10000;
}

.chat-message .button {
	width: 207px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: block;
	float: left;
	clear: left;
	z-index: 10000;
}

.chat-ok {
	width: 225px;
	height: 230px;
	background-color: #fff;
	border: 1px #757575 solid;
	border-bottom: none;
	padding: 10px;
	position: fixed;
	bottom: 0px;
	right: 10px;
	display: none;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
	z-index: 10000;
}

.chat-ok .button {
	width: 207px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: block;
	float: left;
	clear: left;
	z-index: 10000;
}

.chat-ok-title {
	margin-top: 5px;
	font-size: 34px;
	line-height: 34px;
	font-weight: 800;
	color: #373737;
	text-align: center;
	z-index: 10000;
}

.chat-ok-message {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	text-align: center;
	color: #96c832;
	z-index: 10000;
}

.chat-ok-message a {
	color: #373737;
	z-index: 10000;
}

.chat-error {
	width: 225px;
	height: 230px;
	background-color: #fff;
	border: 1px #757575 solid;
	border-bottom: none;
	padding: 10px;
	position: fixed;
	bottom: 0px;
	right: 10px;
	display: none;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
	z-index: 10000;
}

.chat-error-title {
	margin-top: 10px;
	font-size: 34px;
	line-height: 34px;
	font-weight: 800;
	color: #373737;
	text-align: center;
	z-index: 10000;
}

.chat-error-message {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	text-align: center;
	color: #96c832;
	z-index: 10000;
}

.chat-error-message a {
	color: #373737;
	z-index: 10000;
}

a {
	cursor: pointer;
	cursor: hand;
}

.team {
	h/eight: 268px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 30px;
	border: 1px solid #f0f0f0;
	position: relative;
}

.team h4 {
	width: 232px;
	height: 30px;
	background-color: #f4f4f4;
	font-size: 19px;
	line-height: 35px;
	color: #373737;
	padding-top: 3px;
	margin-top: 220px;
	display: block;
}

.team h3 {
	width: 232px;
	height: 40px;
	background-color: #f4f4f4;
	font-size: 20px;
  font-weight: 700;
	line-height: 40px;
	color: #96c832;
	text-transform: uppercase;
	display: block;
}

.team i {
	height: 25px;
	background-color: #f4f4f4;
	font-size: 16px;
	line-height: 25px;
	color: #888;
	text-transform: uppercase;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 185px;
	display: block;
	float: left;
	border-bottom: 1px dashed #888;
}

.team i.float-right {
	height: 25px;
	background-color: #f4f4f4;
	font-size: 16px;
	line-height: 25px;
	color: #888;
	text-transform: none;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 185px;
	display: block;
	float: right;
	border-bottom: 1px dashed #888;
}

.team span {
	width: 232px;
	height: 25px;
	background-color: #f4f4f4;
	font-size: 18px;
	line-height: 25px;
	color: #757575;
  padding-bottom: 5px;
	margin-top: -10px;
	display: block;
}

.team .heading-big i {
	font-size: 20px;

	line-height: 35px;
	color: #888;
	text-transform: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	display: inline;
	float: none;
	border-bottom: none;
}

.team .email-one:after {
	content: "vavra\40vs2.cz";
}

.team .email-two:after {
	content: "vajdik\40vs2.cz";
}

.team .email-three:after {
	content: "kotala\40vs2.cz";
}

.team .email-four:after {
	content: "huslik\40vs2.cz";
}

.team .email-five:after {
	content: "stitkovcova\40vs2.cz";
}

.team .email-six:after {
	content: "skybova\40vs2.cz";
}

.team .email-seven:after {
	content: "vavrova\40vs2.cz";
}

.team .email-eight:after {
	content: "info\40vs2.cz";
}

.portrait {
	width: 160px;
	height: 160px;
	background-size: 100% auto;
	background-image: url('../../img/team/team.png');
	background-color: #f4f4f4;
	line-height: 150px;
	font-size: 48px;
	margin: 0 auto 30px auto;
	border-radius: 50%;
	position: absolute;
	margin-top: 15px;
	margin-left: 36px;

	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.portrait:hover, .team:hover .portrait {
	width: 210px;
	height: 210px;
	margin-top: -5px;
	margin-left: 11px;
}

.portrait-one {
	background-position: 0px 0px;
}

.portrait-two {
	background-position: 0px -160px;
}

.portrait-two:hover, .team:hover .portrait-two {
	background-position: 0px -210px;
}

.portrait-three {
	background-position: 0px -320px;
}

.portrait-three:hover, .team:hover .portrait-three {
	background-position: 0px -420px;
}

.portrait-four {
	background-position: 0px -480px;
}

.portrait-four:hover, .team:hover .portrait-four {
	background-position: 0px -630px;
}

.portrait-five {
	background-position: 0px -640px;
}

.portrait-five:hover, .team:hover .portrait-five {
	background-position: 0px -840px;
}


.portrait-six {
	background-position: 0px -800px;
}

.portrait-six:hover, .team:hover .portrait-six {
	background-position: 0px -1060px;
}


.portrait-seven {
	background-position: 0px -840px;
}

.portrait-seven:hover, .team:hover .portrait-seven {
	background-position: 0px -1080px;
}


.portrait-eight {
	background-position: 0px -980px;
}

.portrait-eight:hover, .team:hover .portrait-eight {
	background-position: 0px -1260px;
}



@media only screen and (min-width: 550px) and (max-width: 1050px) {
	.container-slider {
		height: 410px;
	  background-image: none;
	}

	.container-slider .slider {
		max-width: 517px;
	}

	.container-center {
		max-width: 504px;
	}

	.layer-h1-no {
		font-size: 35px;
		line-height: 35px;
	}

	.layer-h1-no i {
		color: #96c832;
		font-size: 35px;
		line-height: 35px;
		font-weight: 800;
	}

	.layer-h3 {
		font-size: 29px;
		line-height: 26px;
	}

	.layer-h3 strong {
		font-size: 29px;
		font-weight: 600;

	}

	.image-caption-1 {
		margin-left: 140px;
		opacity: 0.1;
	}

	.image-caption-2 {
		margin-left: 10px;
		opacity: 0.1;
	}

	.image-caption-3 {
		margin-left: 330px;
		opacity: 0.1;
	}

	.image-caption-4 {
		margin-left: 320px;
		opacity: 0.1;
	}

	@-webkit-keyframes animation-image-caption-1 {
	    from {top: 450px; opacity: 1}
	    to {top: 20px; opacity: 0.1}
	}

	@keyframes animation-image-caption-1 {
	    from {top: 450px; opacity: 1}
	    to {top: 20px; opacity: 0.1}
	}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes animation-image-caption-2 {
	    from {margin-left: 200px; opacity: 1}
	    to {margin-left: 10; opacity: 0.1}
	}

	@keyframes animation-image-caption-2 {
	    from {margin-left: 200px; opacity: 1}
	    to {margin-left: 10px; opacity: 0.1}
	}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes animation-image-caption-3 {
	    from {top: 0px; opacity: 1}
	    to {top: 243px; opacity: 0.1}
	}

	@keyframes animation-image-caption-3 {
	    from {top: 0px; opacity: 1}
	    to {top: 243px; opacity: 0.1}
	}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes animation-image-caption-4 {
	    from {margin-left: 0px; opacity: 1}
	    to {margin-left: 320px; opacity: 0.1}
	}

	@keyframes animation-image-caption-4 {
	    from {margin-left: 0px; opacity: 1}
	    to {margin-left: 320px; opacity: 0.1}
	}

  .color-box{
    padding-bottom: 15px;
  }

  .color-box:nth-child(3) {
    margin-top: -35px;
  }

  .color-box:nth-child(4) {
    margin-top: -35px;
  }


  .one-fourth:nth-child(3) {
    margin-top: 10px;
  }

  .one-fourth:nth-child(4) {
    margin-top: 10px;
  }

  .one-fourth:nth-child(1) .team {
    margin-bottom: 20px;
  }

  .one-fourth:nth-child(2) .team {
    margin-bottom: 20px;
  }

  .container-center.container-development {
    max-width: 492px;
  }

  .container-center.container-team {
    max-width: 492px;
  }

  footer .container-center {
    max-width: 492px;
  }
}




@media only screen and (max-width: 550px) {
	.email-main {
		display: none;
	}

	.container-slider {
		height: 290px;
	  background-image: none;
	}

	.container-slider .slider {
		max-width: 300px;
	}

	header .container-center {
		max-width: 300px;
	}

	.container-center {
		max-width: 252px;
	}

  .navigation ul li i {
      width: 60px;
      text-align: center;
  		font-size: 38px;
  		line-height: 94px;
      f/ont-weight: 700;
      color: #4d4d4d;
      text-decoration: none;
      display: inline-block;
  }

	.layer-h1-no {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.layer-h1-no i {
		color: #96c832;
		font-size: 20px;
		line-height: 20px;
		font-weight: 800;
	}

	.layer-h3 {
		font-size: 17px;
		line-height: 20px;
    margin-top: 15px;
  	margin-bottom: 5px;
	}

	.layer-h3 strong {
		font-weight: 600;

	}

  .slider-bullets {
  	margin-top: 18px;
    margin-bottom: 18px;
  }

	.slider-bullets i {
		color: #fff;
		display: inline-block;
		float: left;
		height: 30px;
		width: 30px;
		line-height: 30px;
		position: relative;
		text-align: center;
		font-size: 20px;
	}

	.slider-bullets span {
		display: inline-block;
		color: #373737;
		font-size: 18px;
		line-height: 30px;
		letter-spacing: normal;
		background: #fff;
		opacity: 0.8;
    padding-left: 10px;
    padding-right: 2px;
	}

	.big-title-description {
		width: 257px;
	}

	.counter {
		margin-left: 25px;
	}

	.counter-first {
		margin-left: 0px;
	}

	.timer {
		display: block;
		font-size: 28px;
		font-weight: 800;
		margin-bottom: 5px;
		border-bottom: 1px solid #96c832;
		line-height: 28px;
		padding-bottom: 10px;

		-webkit-transition: all .2s linear;
		-moz-transition:	all .2s linear;
		-o-transition: 		all .2s linear;
		-ms-transition: 	all .2s linear;
		transition: 		all .2s linear;
	}

	.count-type {
		font-size: 18px;
		color: #373737;
		-webkit-transition: all .2s linear;
		-moz-transition:	all .2s linear;
		-o-transition: 		all .2s linear;
		-ms-transition: 	all .2s linear;
		transition: 		all .2s linear;
	}

	.image-caption-1 {
		display: none;
	}

	.image-caption-2 {
		display: none;
	}

	.image-caption-3 {
		top: 90px;
		margin-left: 110px;
		opacity: 0.1;
	}

	.image-caption-4 {
		top: 163px;
		margin-left: 70px;
		opacity: 0.1;
	}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes animation-image-caption-3 {
	    from {top: 0px; opacity: 1}
	    to {top: 90px; opacity: 0.1}
	}

	@keyframes animation-image-caption-3 {
	    from {top: 0px; opacity: 1}
	    to {top: 90px; opacity: 0.1}
	}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes animation-image-caption-4 {
	    from {margin-left: 0px; opacity: 1}
	    to {margin-left: 70px; opacity: 0.1}
	}

	@keyframes animation-image-caption-4 {
	    from {margin-left: 0px; opacity: 1}
	    to {margin-left: 70px; opacity: 0.1}
	}


  .color-box{
    padding-bottom: 15px;
  }

  .color-box:nth-child(2) {
    margin-top: -35px;
  }

  .color-box:nth-child(3) {
    margin-top: -35px;
  }

  .color-box:nth-child(4) {
    margin-top: -35px;
  }

  .one-fourth:nth-child(2) {
    margin-top: 10px;
  }

  .one-fourth:nth-child(3) {
    margin-top: 10px;
  }

  .one-fourth:nth-child(4) {
    margin-top: 10px;
  }

  .one-fourth:nth-child(1) .team {
    margin-bottom: 20px;
  }

  .one-fourth:nth-child(2) .team {
    margin-bottom: 20px;
  }

  .one-fourth:nth-child(3) .team {
    margin-bottom: 20px;
  }

	.one-half {
		width: 250px;
	}

  .testimony-inner {
		background-image: none;
    position: relative;
    padding: 5px 5px 5px 5px;
    margin-left: 0;
    text-align: center;
    border: none;
  }

  .testimony .portrait {
    position: static;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }

	.testimony-author span {
		font-size: 13px;
	}

	.testimony-text {
		f/loat: left;
		font-size: 14px;
		-moz-text-align-last: left;
		text-align-last: left;
	}

  .container-center.container-development {
    max-width: 234px;
  }

  .container-center.container-team {
    max-width: 234px;
  }

  footer .container-center {
    max-width: 234px;
  }

  footer .one-fourth strong.right {
  	margin-right: 0;
    float: right;
  }
}