@font-face {
    font-family: 'Gotham Light';
    src: url(/fonts/gotham/GothamProLight/GothamProLight.eot);
    src: url(/fonts/gotham/GothamProLight/GothamProLight.woff);
    src: url(/fonts/gotham/GothamProLight/GothamProLight.ttf);
}

@font-face {
    font-family: 'Gotham Regular';
    src: url(/fonts/gotham/GothamProRegular/GothamProRegular.eot);
    src: url(/fonts/gotham/GothamProRegular/GothamProRegular.woff);
    src: url(/fonts/gotham/GothamProRegular/GothamProRegular.ttf);
}

@font-face {
    font-family: 'Gotham Medium';
    src: url(/fonts/gotham/GothamProMedium/GothamProMedium.eot);
    src: url(/fonts/gotham/GothamProMedium/GothamProMedium.woff);
    src: url(/fonts/gotham/GothamProMedium/GothamProMedium.ttf);
}

@font-face {
    font-family: 'Gotham Bold';
    src: url(/fonts/gotham/GothamProBold/GothamProBold.eot);
    src: url(/fonts/gotham/GothamProBold/GothamProBold.woff);
    src: url(/fonts/gotham/GothamProBold/GothamProBold.ttf);
}

body {
	font-family: Arial;
	padding: 0;
}

body, html {
	height: 100%
}

body#index	{
	background: #efefef;
}

h1, h2, h3, h4, h5	{
	font-family: 'Gotham Regular';
	margin-top: 0;
}

.btn	{
	background: transparent;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Gotham Medium';
	color: #000;
	display: inline-block;
	font-size: 16px;
	padding: 12px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-green	{
	border: 1px solid #16b888;
	color: #168e6b;
}

.btn-green:hover	{
	background: #16b888;
	color: #fff;
}





/********** PRELOADER ***********/
.loader	{
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 9999;
}





/********* HEADER ********/
span.mb_YTVPTime, .ytpicon {
	display: none;
}

.big-background {
    margin-bottom: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.big-background-inner	{
	background: #00ba7f;
	margin-bottom: 50px;
}
		.player	{
			left: 0;
			opacity: 0.8;
			position: absolute !important;
			top: -110px;
			z-index: 0;
		}	
		
		.header-title	{
			height: 120px;
			margin-top: -60px;
			position: absolute;
			text-align: center;
			top: 50%;
			width: 100%;
			z-index: 1;	
		}		
			.big-background h2 {
				color: #fff;
				font-size: 52px;
				font-weight: bold;
			}

		div.raster {
			background: rgba(0, 0, 0, 1);
		}

		.big-background-inner div.raster	{
			background: transparent;
		}

		div.header {
			padding-top: 30px;
			position: relative;
			z-index: 2;
		}

		.big-background-inner div.header{
			padding: 10px 0;
		}
			div.logo {
				float: left;
				z-index: 9999;
				position: relative;
			}

			.big-background-inner div.logo	{
				float: none;
			}
				div.logo img {
					margin-top: -7px;
				}

				.big-background-inner div.logo img	{
					height: auto;
					margin-top: 5px;
					width: 100px;
				}

			div.contacts_block {
				color: #fff;
				font-family: 'Gotham Regular', sans-serif;
				font-weight: 100;				
				text-align: right;
				z-index: 9999;
				width: auto;
			}

			.big-background-inner div.contacts_block	{
				float: none;
			}

			div.phone {
				float: left;
				margin-top: 5px;
				width: 100%;
			}
				div.phone p {
					display: inline;
					font-size: 16px;
					text-align: left;
					line-height: 25px;
				}
				
				div.phone img {
					display: inline;
					height: 14px;
					margin-right: 10px;
					position: relative;
					top: -1px;
					width: auto;
				}
			
			div.address {
				float: right;
				width: auto;
			}

			.big-background-inner div.contacts_block div.address {
				float: none;
				width: auto;
			}
				div.address p {
					display: inline;
					font-size: 16px;
					text-align: right;
					line-height: 25px;
				}

				.big-background-inner div.address p{
					font-size: 12px;
					line-height: 20px;
				}
					div.address p a {
						border-bottom: 1px solid rgba(255, 255, 255, 0.5);
						color: #fff;
						padding-bottom: 2px;
						text-decoration: none;
						-webkit-transition: all 0.3s;
					    -moz-transition: all 0.3s;
					    -o-transition: all 0.3s;
					    transition: all 0.3s;
					}
					
					div.address p a:hover {
						border-bottom: 1px solid transparent;
						color: rgba(255, 255, 255, 0.7);
					}
			
				div.address img {
					display: inline;
					height: 14px;
					margin-right: 5px;
					width: auto;
				}
		
		.mouse {	
			border: 2px solid #fff;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-ms-border-radius: 15px;
			border-radius: 15px;
			bottom: -80px;
			cursor: pointer;
			height:44px;
			left: 0;
			margin: 90px auto 0;
			opacity: 1;
			position: relative;
			-webkit-transition: opacity 0.3s;
			-moz-transition: opacity 0.3s;
			-o-transition: opacity 0.3s;
            transition: opacity 0.3s;
			width: 27px;
		}
		
		.mouse:hover	{
			opacity: 0.5;
		}
			@keyframes move {
			  0%	{ 
				  opacity: 1;
				  top: 10px; 
				}
			  100% {
				opacity: 0;
			    top: 30px;
			    }
			}
			
			.mouse .dot	{
				animation: move 1s infinite linear;
				background-color: #fff;
				border-radius: 50%;
				-webkit-border-radius: 50%;
				-ms-border-radius: 50%;
				-moz-border-radius: 50%;
				font-size: 0;
				height: 5px;
				left: 9px;
				line-height: 0;
				position: absolute;
				top: 10px;
				width: 5px;
			}
		

div.title_header hr	{
	border-color: black;
	
}/********** MENU **********/
div.menu-block	{
	padding: 15px 0px 0px 0px;
	text-align: center;
	width:auto;
	margin-left: 40px;
	margin-top:10px;
	margin-bottom:10px;
}	
	div.menu-block a	{
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		color: rgba(255, 255, 255, 1);
		font-family: 'Gotham Regular', sans-serif;
		font-size: 16px;
		font-weight: 100;
		margin: 0 10px;
		padding-bottom: 2px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	
	div.menu-block a:hover	{
		border-bottom: 1px solid transparent;
		color: rgba(255, 255, 255, 0.3);
	}
		div.menu-block div a span.glyphicon	{
			color: #60003a;
			display: block;
			font-size: 3em;
			margin: 0 0 20px 0;
		}

.big-background-inner .menu-block	{
	padding: 0;
}





/********** TYPE ITEMS **********/
.type-item,
.type-item .container {
	position: relative;
}
	.type-item-content	{
		position: relative;
	}
		.type-item-pic	{
			height: auto;
			position: absolute;
			width: auto;
			max-width: 620px;
		}
		
		.type-sites .type-item-pic	{
			z-index: 5;
		}
		
		.type-item h1	{
			font-family: 'Gotham Medium', sans-serif;
			margin-bottom: 50px;
		}
		
		.type-item p	{
			font-size: 16px;
			line-height: 170%;
		}
		
		.type-item .btn	{
			margin-top: 20px;
		}
	
	.type-apps	{
		height: 850px;
		margin-top: -20px;
		width: 100%;
	}
		.type-apps .line-green	{
			height: auto;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 0;
		}
		
		.type-apps .container	{
			z-index: 1;
		}
		
		.type-apps	h1	{
			color: #fff;
			margin-top: 160px;
		}
		
		.type-apps p	{
			color: #fff;
		}
		
		.type-apps .type-item-pic	{
			max-width: 602px;
			right: 0;
			top: 100px;
			z-index: 5;
		}
		
		.type-apps .btn	{
			border: 1px solid #fff;
			color: #fff;
		}
		
		.type-apps .btn:hover	{
			background: #fff;
			color: #16b888;
		}





/********* LANGIND *********/
.type-langing	{
	position: relative;
	z-index: 2;
}
	.type-landing-inner	{
		background-image: url(../images/browser.png);
		background-position: center center;
		background-repeat: no-repeat;
		height: 476px;
		margin: 0 auto;
		margin-top: -240px;
		width: 100%;
		max-width: 829px;
	}
		.type-landing-inner	 h1	{
			padding-top: 100px;
			text-align: center;
		}
		
		.type-landing-inner .descr	{
			background: #e9f9f4;
		}
			.type-landing-inner .descr p	{
				margin: 0 0 40px 0;
				padding: 30px 50px;
			}
		
		.type-landing-inner .btn	{
			margin: 0 auto;
		}





/********* UMI *********/
.type-umi	{
	margin-top: -40px;
	position: relative;
	z-index: 6;
}
	.type-umi .type-item-pic	{
		left: 0;
		top: 170px;
	}





/********** WORKS **********/
.works	{
	margin-top: -150px;
}
	.works h1,
	.blog h1	{
		font-size: 48px;
		margin-bottom: 32px;
	}
	
	.work-item 	{
		padding: 0;
		position: relative;
	}
		.work-item a	{
			color: #fff;
			display: block;
			line-height: 100%;
			margin: 0;
			position: absolute;
			text-decoration: none;
			-webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    -o-transition: all 0.3s;
		    transition: all 0.3s;
			width: 100%;
			z-index: 1;
		}
		
		.work-item a:hover	{
			color: #fff;
			text-decoration: none;
		}
			.work-item a .overlay	{
				background: rgba(0, 0, 0, 0.7);
				opacity: 0;
				position: absolute;
				-webkit-transition: opacity 0.3s;
			    -moz-transition: opacity 0.3s;
			    -o-transition: opacity 0.3s;
			    transition: opacity 0.3s;
				top: 28px;
				width: 100%;
				z-index: 3;
			}
			
			.work-item a:hover .overlay	{
				opacity: 1;
			}
				.work-item a .overlay img	{
					height: auto;
					left: 50%;
					margin-left: -20px;
					margin-top: -25px;
					position: absolute;
					top: 50%;
					width: 40px;
				}
			
			.work-item a h3	{
				background: #fff;
				color: #000;
				font-family: 'Gotham Medium';
				font-size: 16px;
				line-height: 130%;
				margin: 0;
				-webkit-transition: color 0.3s;
			    -moz-transition: color 0.3s;
			    -o-transition: color 0.3s;
			    transition: color 0.3s;
			}
			
			
			.work-item img.work-item-preview	{
				height: auto;
				margin: 28px 0 0 0;
				padding: 0;
				position: relative;
				width: 100%;
			}
			
			.work-item a h3:hover,
			.work-item a:hover h3	{
				color: #007a3f;
			}
				.work-item a h3	div	{
					background-image: url('../images/work-item-shadow.png');
					background-position: left center;
					background-repeat: repeat-y;
					min-height: 82px;
					padding: 14px 20px;
				}





/********** BLOG **********/
.blog	{
	margin-top: 110px;
}
	.blog-item	{
		padding: 100px 20px;
	}
		.blog h2	{
			font-size: 24px;
		}
			.blog h2 a	{
				color: #000;
				-webkit-transition: all 0.3s;
			    -moz-transition: all 0.3s;
			    -o-transition: all 0.3s;
			    transition: all 0.3s;
			}
			
			.blog h2 a:hover	{
				color: #00b98e;
				text-decoration: none;
			}





/********** FOOTER **********/
footer	{
	background: #fff;
	border-top: 1px solid #dbdbdb;
	padding: 40px 20px;
}
	footer a	{
		border-bottom: 1px solid #b4cfea;
		color: #2580dd;
		text-decoration: none;
		-webkit-transition: all 0.3s;
	}
	
	footer a:hover	{
		border-bottom: 1px solid transparent;
		color: #0076ee;
		text-decoration: none;
	}










/********** RESPONSIVE **********/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@media (max-width: 480px)	{
.big-background {
	background-image: url('../images/bgvideo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
}
	div.raster	{
		background: rgba(0, 0, 0, 0.3);
	}
		div.logo	{
			float: none;
			margin: 0 auto 20px auto;
			width: 100px;
		}
			div.logo img	{
				height: auto;
				width: 100%;
			}
		
		div.contacts_block	{
			float: none;
			text-align: center;
		}	
			div.address	{
				float: none;
				text-align: center;
				width: 100%;
			}
				div.address p	{
					font-size: 12px;
					margin-bottom: 10px;
					text-align: center;
				}
			
		.header-title	{
			height: auto;
			margin-top: 40px;
			position: relative;
			top: 0;
		}
			.big-background h2	{
				font-size: 28px;
			}
			
			.mouse-bottom	{
				display: none;
			}
		
		div.menu-block	{
			position: relative;
		}
			div.menu-block a	{
				display: block;
				padding: 10px 0;
				text-align: center;
				width: 100%;
			}
			
			div.menu-block a:hover	{
				border-bottom: 1px solid rgba(255, 255, 255, 0.5);
			}
		
		.big-background	video	{
			display: none;
		}
	
	.type-item-pic	{
		display: block;
		height: auto;
		margin: 0 auto 30px auto;
		position: relative;
		width: 100%;
	}
	
	.type-item h1	{
		font-size: 20px;
	}
	
	.type-langing .btn	{
		font-size: 12px;
	}
}

.about_company_block {
	margin-top:100px;
}

@media (min-width: 320px) and (max-width: 720px){
	div.menu-block {
   	 	margin-left: -40px;
	}
	body{
		
	}
	.line-green{
		display:none;
	}
	body {
		background:none;
	}
	.type-item-content h1, .type-item-content p {
		color:black;
	}
	.type-apps .btn  {
		border: 1px solid #16b888;
		color: #168e6b;
	}
	.mobile_block_margin {
		margin-top:-70px;
	}
	.display_none_img{
		display:none;
	}
	.text-center-mobile {
		zoom:0.5;
	}
}


.akcii h3 {
	text-align:center;
	color:#ed6a6a;
}

.akcii strong{
	font-weight:bold;
	font-size:38px;
}