﻿@charset "utf-8";
/* CSS Document */

body { background-color: #333;font-family: Tahoma, Arial, Verdana, sans serif;}
h1, h2, h3, h4, h5, h6, p {-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;}

@font-face {
    font-family: 'UBRockwellBold';
    src: url('../fonts/ub10bun-webfont.eot');
    src: url('../fonts/ub10bun-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ub10bun-webfont.woff') format('woff'),
         url('../fonts/ub10bun-webfont.ttf') format('truetype'),
         url('../fonts/ub10bun-webfont.svg#UBRockwellBold') format('svg');
}
ul { list-style-type:none; padding:0px; margin:0px; }
li { background:url('../images/fixed-graphics/point.png') no-repeat 0px 2px; padding-left:30px;margin-bottom:15px;}
.kiosksTextBig {font-family: 'UBRockwellBold', Georgia, Times, serif;font-size:50px;color:#ad8a16;text-decoration: none;font-weight:normal;}
.kiosksTextTtl {font-family: 'UBRockwellBold', Georgia, Times, serif;font-size:30px;color:#000;font-weight: bold;text-decoration: none;line-height:22px;font-weight:normal;}
.kiosksTextTtlsmall {font-family: 'UBRockwellBold', Georgia, Times, serif;font-size:16px;color:#000;font-weight: bold;text-decoration: none;line-height:18px;}
.kiosksDate { font-size:18px; color:#000; font-weight: bold;margin: 5px 70px 5px 5px;}
p{margin:8px 0px;padding:0px;font-size:14px;line-height:24px;}

.device {width: 560px;height: 400px;position: relative;}
/*
.device .arrow-left {background: url(img/arrows.png) no-repeat left top;position: absolute;left: 10px;top: 50%;margin-top: -15px;width: 17px;height: 30px;}
.device .arrow-right {background: url(img/arrows.png) no-repeat left bottom;position: absolute;right: 10px;top: 50%;margin-top: -15px;width: 17px;height: 30px;}
*/
.swiper-container {height: 400px;width: 560px;}
.content-slide {color: #fff;position:relative;}
.over{display:none;z-index:10;position:absolute;bottom:0px;left:0px;width:540px;background:url(../images/fixed-graphics/bg_trans.png);/*background-color:#000;filter:alpha(opacity=70);opacity:0.70;*/padding:10px 10px 30px 10px;}
.over p{font-size:14px;line-height:16px;margin:0 10px 0 12px;padding:4px 0;}
.over h2{font-family: 'UBRockwellBold', Georgia, Times, serif;padding:0px;margin:5px 0px 0px 10px;font-size:28px;line-height:30px;font-weight:normal;}
.pagination {position: absolute;right: 10px;text-align: right;bottom:10px;width: 90%;z-index:20;}
.swiper-pagination-switch {display: inline-block;width: 10px;height: 10px;border-radius: 10px;background: #999;box-shadow: 0px 1px 2px #555 inset;margin: 0 3px;cursor: pointer;}
.swiper-active-switch {background: #fff;}

@media only screen and (max-device-width:980px){
.over p{font-size:16px;line-height:18px;}
}
