﻿/*@font-face {    font-family: Orbannap;    src: url(OpenSans-Regular.ttf);}*/*, *:before, *:after {    box-sizing: border-box;}body, h1 {/*	-ms-user-select: -ms-none;	-moz-user-select: -moz-none;	-webkit-user-select: none;	user-select: none;*/	font-family: 'Raleway', Arial, sans-serif;	font-size: 22px;    letter-spacing: +0.03em;	margin:0;    padding: 0;   	background-color: #ffffff;	color: #000000;	overflow-x: hidden;}a {	text-decoration: none;	color:inherit;	font-size: 1em;}:-webkit-input-placeholder {color: #909090;}:-moz-placeholder {color: #909090;}::-moz-placeholder {color: #909090;}:-ms-input-placeholder {color: #909090;}#spiCont {	display: block;	position: fixed;	-webkit-transform: translateZ(0);	top: 50%;	left:  50%;	z-index: -999;	opacity: 0;    transition: opacity 0.2s ease-out;    width: 32;    height: 32;    -webkit-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);}#spi {    width: 100%;    height: 100%;	-webkit-animation-name: rotate;	-webkit-animation-duration: 2.0s;	-webkit-animation-iteration-count: infinite;	-webkit-animation-timing-function: linear;	-webkit-animation-direction: reverse;	animation-name: rotate;	animation-duration: 2.0s;	animation-iteration-count: infinite;	animation-timing-function: linear;	animation-direction: reverse;}#spi img {    width: 100%;}@-webkit-keyframes rotate {	from {-webkit-transform:rotate(359deg);}	to {-webkit-transform:rotate(0deg);}}@keyframes rotate {	from {transform:rotate(359deg);}	to {transform:rotate(0deg);}}.wrapper {    padding: 30px 2% 60px 2%;    width: 1200px;    margin: 0 auto;    position: relative;}lane {	font-size: 1em;}#laneGra {	background: #b8e2dc;		overflow: hidden;}#laneGra img {	width: 100%;}#laneKiallitok {	background: #c41f25;	}#laneDesc {	background: white;}#laneGallery {	background: #b8e2dc;	height: 310px;	}#laneContact {	background: white;	color: #0095DA;}#laneProgramok {	background: #0095DA;	}#lanelogo {	background: white;	border-top: 1px solid #e0e0e0;	height: 200px;	}.orbPi, .orbPic {	opacity: 0;	width: 100%;	}.orbPic {	position: absolute;	top: 0;	left: 0;}#tbl {	width: 100%;	font-size: 1em;	table-layout: fixed;	color: white;	text-align: center;}#tbl td {	padding: 15px;}#tbl tr {	height: 50px;		background: rgba(0,0,0,0.2);}#tbl tr:nth-child(2n) {	background: rgba(0,0,0,0.1);}#tbl th {	background: black;	color: white;	}#tbl2 {	width: 100%;	font-size: 1em;	table-layout: fixed;	color: white;	text-align: center;}#tbl2 td {	width: 25%;	padding: 15px;	margin: 5%;	position: relative;	overflow: hidden;	height: 190px;	background: black;}#tbl2 td img {    width: 100%;    margin: 0;    padding: 0;    position: absolute;    top: 50%;    left: 0;    z-index: 0;    -webkit-transform: translate(0, -50%);    transform: translate(0, -50%);}.fa {	opacity: 0.9;	-webkit-filter: blur(2px);	filter: blur(2px);}#tbl2 td .boxTxt {    width: 100%;    margin: 0;    padding: 0;    position: absolute;    top: 50%;    left: 0;    z-index: 1;    -webkit-transform: translate(0, -50%);    transform: translate(0, -50%);    color: white;    text-shadow: 1px 1px 0px #000000;}#tbl2 .whe {	font-size: 0.825rem;}#tbl2 td.inv {	background: white;	color: black;}.title {	font-size: 1em;    color: white;    display: inline-block;    text-align: center;    text-transform: capitalize;    margin-bottom: 30px;    font-weight: 700;}.bl {	color: black;}.sha {	position: absolute;	top: 0;	left: -10px;}#divCoMAP {	margin-bottom: 40px;    height: 400px;	border: 5px solid #0095DA;}#slider1 {    height: 310px;       z-index: 0;}.sliCont {    width: 100%;    height: 100%;    overflow: hidden;    background: #b8e2dc;    opacity: 0;    display: none;    z-index: 0;    position: absolute;}.sliTape {    height: 100%;    left: 0;    position: absolute;}.sliBox {	width: auto;    height: 150px;    position: relative;    overflow: hidden;    float: left;    cursor: -webkit-grab;    margin: 2px;}.sliBox img {    height: 100%;    cursor: -webkit-grab;    position: absolute;    top: 50%;    -webkit-transform: translate(0, -50%);    transform: translate(0, -50%);}.sliRightAlign {    float: right;}.sliLeftRight {    width: 64px;    height: 64px;    position: absolute;    top: 50%;    -webkit-transform: translate(0, -50%);    transform: translate(0, -50%);    cursor: pointer;    -webkit-transition: opacity 0.2s;    transition:         opacity 0.2s;       opacity: 0.6;    background: black;    border-radius: 32px;}.sliLeftRight:hover {    opacity: 1;}.sliLeftRight img {    width: 32px;    position: absolute;    left: 50%;    top: 50%;    -webkit-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);}.sliLeft {    left: 32px;}.sliRight {    right: 32px;}#divBigPic {	width: 100%;	height: 80%;	min-height: 500px;	position: fixed;	top: 50%;	left: 50%;		display: none;	opacity: 0;	z-index: 2;    -webkit-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);}#divBigPic .sliLeft {	z-index: 3;	left: 50%;	top: 50%;    -webkit-transform: translate(-370px, -50%);    transform: translate(-370px, -50%);}#divBigPic .sliRight {	z-index: 3;	right: 50%;	top: 50%;    -webkit-transform: translate(370px, -50%);    transform: translate(370px, -50%);}#bigPic {    left: 50%;    top: 50%;    -webkit-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);    height: 100%;    position: absolute;    box-shadow: 10px 15px 20px rgba(0,0,0,0.5);    border: 5px solid white;}.divIcon {	display: inline-block;    height: 64px;    width: 64px;    border-radius: 32px;    color: white;    background: #0095da;    font-size: 0.75em;    position: relative;    text-align: center;	line-height: 64px;    vertical-align: middle;	margin:10px 10px 10px 0;	}.imgIcon {	width: 32px;	position: 	absolute;    left: 50%;    top: 50%;    -webkit-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);}.animTxtPic {    opacity: 0;}#logos {	position: relative;	left: 50%;    -webkit-transform: translate(-50%, 0);    transform: translate(-50%, 0);	width: 650px;    margin: 40px 0;}.logo {    height: 150px;    margin: 0 20px;    display: inline-block;    vertical-align: top;    box-sizing: border-box;    cursor: pointer;}.imgDivider {	width: 380px;	margin-left: 50%;    -webkit-transform: translate(-50%, 0);    transform: translate(-50%, 0);    opacity: 0.15;}#divMenuBck {    position: fixed;    -webkit-transform: translateZ(0);    z-index: 10;    height: 40px;    width: 100%;    opacity: 0.8;	background: black;    top: 0;}#divMenu {    position: fixed;    -webkit-transform: translateZ(0);    top: 0;    left: 50%;    -webkit-transform: translate(-50%, 0);    transform: translate(-50%, 0);    z-index: 12;    height: 40px;    color: white;    padding: 0;}.menuItem {    height: 100%;    line-height: 40px;    margin: 0 30px;	font-size: 1rem;	font-weight: 600;    cursor: pointer;    display: inline-block;}#contMenu {    position: absolute;    left: 50%;    height: 100%;    width: 100%;    -webkit-transform: translate(-50%, 0 );    transform: translate(-50%, 0);    text-align: center;    z-index: 11;}#buses {    font-size: 1rem;    margin-left: 74px;