#video-bottom h1{
  text-align:center;
}

#video-bottom{
  margin: 10px 0px 30px 0px;
}

.kk-kontest span{
  position:relative;
}

#welcome {
	position: relative;
    background-color: #fff;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.2);
	   -moz-box-shadow:0 0 8px rgba(0,0,0,0.2);
	        box-shadow:0 0 8px rgba(0,0,0,0.2);
}
#welstage {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 600px;
	min-height: 400px;
	overflow: hidden;
}
.welbox {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	left: 0;
	height: 0;
}
.wbscale {
}
.wbclip {
	overflow: hidden;
}
.welbox * {
	margin:0;
	padding:0;
	font-family: pt-regular;
	font-weight: normal;
}
.welbox h1 {
	font-size: 32pt;
	color: #666;
}
.welbox .divh1{
    font-size: 32pt;
    color: #666;
    line-height: 1;
}
.welbox h2 {
	margin-top: 8px;
	font-size: 16pt;
	text-shadow: 0 0 8px #fff;
	color: #666;
}
.welbox .divh2 {
    margin-top: 8px;
    font-size: 16pt;
    text-shadow: 0 0 8px #fff;
    color: #666;
}
.welbox p {
	margin-top: 4pt;
	font-size: 10pt;
	line-height: 130%;
	text-shadow: 0 0 8px #fff;
	color: #666;
}
.welbox ul {
	list-style: disc inside;
	font-size: 10pt;
	color: #666;
}
#welcontrol {
	position: absolute; z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	text-align: center;
}
.welcontrol-box {
	display: inline-block;
	position: relative;
	height: 32px;
	padding: 0 100px;
}
.welcontrol-shadow {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 100%;
	left: 0;
	overflow: hidden;
}
.welcontrol-shadow:before, .welcontrol-shadow:after {
	content: '';
	position: absolute;
	width: 45%;
	height: 80px;
	top: -83px;
	left: 0;
	-webkit-box-shadow:0 0 25px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 25px rgba(0,0,0,0.5);
	        box-shadow:0 0 25px rgba(0,0,0,0.5);
	-moz-border-radius:1000px / 500px;
	     border-radius:1000px / 500px;
}
.welcontrol-shadow:after {
	left: 55%;
}
.welcontrol-menu {
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 32px;
	overflow: hidden;
	padding: 0 150px;
}
.welcontrol-menu:before, .welcontrol-menu::after {
	content: '';
	display: block;
}
.welcontrol-menu:before, .welcontrol-menu::after, .welcontrol-hilite {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400%;
	-moz-border-radius:1000px / 250px;
	     border-radius:1000px / 250px;
}
.welcontrol-hilite {
	z-index: -3;
	background: #fff;
	-webkit-box-shadow:0 0 12px #fff;
	   -moz-box-shadow:0 0 12px #fff;
	        box-shadow:0 0 12px #fff;
}
.welcontrol-menu:before {
	z-index: -2;
	border: solid 1px #b7b7b7;
	background: #fff;
	-webkit-box-shadow:0 0 25px rgba(0,0,0,0.3) inset;
	   -moz-box-shadow:0 0 25px rgba(0,0,0,0.3) inset;
	        box-shadow:0 0 25px rgba(0,0,0,0.3) inset;
}
.welcontrol-menu::after {
	z-index: -1;
	top: 7px;
	left: 10%;
	width: 80%;
	background: #fff;
	-webkit-box-shadow:0 -5px 10px #fff;
	   -moz-box-shadow:0 -5px 10px #fff;
	        box-shadow:0 -5px 10px #fff;
}
#welcontrol ul {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 4px;
}
#welcontrol li {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0 8px;
	font-size: 10pt;
	line-height: 100%;
}
#welcontrol a {
	color: #777;
	text-decoration: none;
}
#welcontrol a.active {
	color: #222;
}
#welcontrol a:hover {
	color: gold;
}
#welcontrol-pin {
	display: block;
	position: absolute;
	z-index: 3;
	left: 100px;
	top: 28px;
	width: 100px;
	height: 8px;
	background: #ffd700;
	-moz-border-radius:200px / 100px;
	     border-radius:200px / 100px;
}

#news {
	position: relative;
	z-index: 2;
	overflow: hidden;
    
    
    --background: #e1e1e1;
}
#news:before {
}
#news:after {
	/* content: ''; */
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 15px rgba(0,0,0,0.5);
	        box-shadow:0 0 15px rgba(0,0,0,0.5);
	-moz-border-radius:300px / 10px;
	     border-radius:300px / 10px;
}
#news a {
    color: #444;
    text-decoration: none;
}
#news .sharing-icons {
	position: relative;
	z-index: 9;
	top: 6px; 
}

.latest-news {
    position: relative;
    margin: 12px 0;
    padding-left: 20px;
    padding-top: 20px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -moz-border-radius: 4px;
    border-radius: 4px;
    background:white;
}

.latest-news:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

#news .latest-news a:hover{
      text-decoration:underline;
      color:#666;
}

#news .latest-news a{
      text-decoration:underline;
}






.welstage-iphone .divh1{
font-size: 23pt;
color: #666;
line-height: 1;
position: absolute;
top: 22px;
left: 40px;
}

.welstage-iphone .divh2{   
    margin-top: 8px;
    font-size: 14pt;
    text-shadow: 0 0 8px #fff;
    color: #666;
    position: absolute;
  top:50px;
  left:42px;
  line-height: 100%;
  margin-bottom: 4pt;
}

.news-line-header{
text-align: center;
color: #aaa;
text-transform: uppercase;
font-size: 20pt;
}


.welstage-iphone .elsetext{
  font-size: 10pt;
  line-height: 130%;
  text-shadow: 0 0 8px #fff;
  color: #666;
  position: absolute;
  top: 32px;
  right: -12px;
  margin: 0px;
  width: 329px;
}

.welstage-iphone .elsetext p{
  margin:0px;
}