@charset "utf-8";

@import url("../../worldofshows11/css/webfonts/black/stylesheet.css");
*{
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	*behavior:url(../js/boxsizing.htc);
}
body {
	font:0.875em/1.2 "arial", sans-serif;
	color:#ffffff;
	background:url(../../worldofshows11/img/background.jpg) fixed no-repeat #000;
	margin-top:40px;
}
h1 {
	color:#ffa34d;
	font-size:26px;
	margin-bottom:20px;
}
h2 {
	color:#f92c81;
	font-size:20px;
	margin-bottom:20px;
}
h3 {
	color:#f92c81;
	font-size:16px;
	margin-bottom:8px;
}
a {
	color:#4cdff2;
	text-decoration:none;
}

.wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.container-left {
	width:280px;
	float:left;
}
.container-right {
	width:720px;
	float:left;
}
.logo {
	width:235px;
	float:left;
	margin-left:10px;
}
.menu ul {
	width:618px;
	height:83px;
	float:left;	
	display:block;
}
.menu ul li {
	float:left;	
}
.menu {
	float:left;
	width:618px;
	height:83px;
	margin-top:100px;
	margin-left:35px;
}
.content-home {
	float:left;
	width:684px;
	background:url(../../worldofshows11/img/content-bg.jpg) no-repeat;
	margin-top:22px;
	height:403px;
	text-align:center;
	padding:45px;
}
.content-home-2 {
	float:left;
	width:684px;
	background:url(../../worldofshows/img/684x684.jpg) no-repeat;
	margin-top:22px;
	height:684px;
	text-align:center;
	padding:45px;
}
.content-home-3 {
	float:left;
	width:684px;
	margin-top:22px;
	height:403px;
	text-align:center;
	padding:45px;
}
.content-light {
	position:absolute;
	top:200px;
	width:951px;
	height:490px;
	left:-140px
}
.footer {
	width:100%;
	float:left;
	height:60px;
	background-color:#000;
}
.footer-container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	line-height:50px;
	text-align:center;
}
.content-mini-01-register {
	float:left;
	width:100%;
	background-color: #000;
    border: 6px double #333;
    float: left;
    padding: 20px;
    width: 100%;
}
.content-mini-01 {
	float:left;
	width:100%;
}
.content-mini-02 {
	float:left;
	width:330px;
	margin-left:30px;
}
.content-mini-03 {
	float:left;
	width:186px;
	margin-left:15px;
}
.content-mini-04 {
	float:left;
	width:306px;
	margin-left:15px;
}
.content-mini-05 {
	float:left;
	width:250px;
	margin-left:10px;
}
.content-mini-02 p {
	font-size: 16px;
    padding: 22px 0;
}
.content-mini-02-left {
	float:left;
	width:80px;
}
.content-mini-02-right {
	float:left;
	width:250px;
}
.input-name {
	float:left;
	width:220px;
	height:43px;
	color:#FFF;
	margin:10px 0;
	padding-left:15px;
	background:#000;
	font-size:15px;
}
.input-date-1 {
	float:left;
	width:55px;
	height:43px;
	color:#FFF;
	margin:10px 0;
	padding-left:3px;
	background:#000;
}
.input-date-2 {
	float:left;
	width:96px;
	height:43px;
	color:#FFF;
	margin:10px 10px 0;
	padding-left:3px;
	background:#000;
}
.input-date-3 {
	float:left;
	width:62px;
	height:43px;
	color:#FFF;
	margin:10px 0;
	padding-left:3px;
	background:#000;
}
.hand {
	width:100%;
	float:left;
	text-align:center;
}

select#day, select#month ,select#year  {
	background:#999;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: transparent url(../img/arrow.jpg) no-repeat right center;
	background-color:#000;
}


/*detail*/
.content-detail {
	float:left;
	width:684px;
	background-color:#000;
	margin-top:22px;
	height:auto;
	text-align:center;
	padding:25px;
	border:#333 6px double;
	text-align:left;
	line-height:20px;
}
.content-detail-2 {
	float:left;
	width:684px;
	background-color:#000;
	margin-top:22px;
	height:auto;
	text-align:center;
	padding:25px 25px 0 25px;
	border:#333 6px double;
	text-align:left;
	line-height:20px;
}

.content-detail-2 li a h3 {
	height:40px;
	overflow:hidden;	
}

.like-facebook {
    background-color: #fff;
    border: 6px double #333;
    float: left;
    height: 50px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    width: 684px;
}
.share-facebook {
    float: left;
    height: auto;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}
.content-detail ul {
	display:block;
	float:left;
	width:100%;
	height:auto;
}
.content-detail ul li {
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}.content-detail ul li img{
	margin-bottom:2px;
}
/*content-detail-2*/
.content-detail-2 ul {
	display:block;
	float:left;
	width:100%;
	height:auto;
}
.content-detail-2 ul li {
	float:left;
	margin-right:7px;
	margin-bottom:15px;
	width:200px;
}.content-detail-2 ul li img{
	margin-bottom:2px;
}
/*content-detail-2*/
.like-facebook-mini {
    float: left;
    height: 30px;
    text-align: center;
    width: 200px;
}
.content-detail ul li:nth-child(3n) {
    margin-right: 0;
}
.content-pagination {
	float:left;
	width:684px;
	text-align:center;
	margin-top:20px;
	margin-bottom:15px;
}
.content-center {
	width:100%;
	float:left;
	text-align:center;
}
/*detail*/


/*top menu*/
#ttmtopmenu-all {
    background: #302f2f url("../../worldofshows11/img/micrositemenu-bg.jpg") repeat-x scroll 0 0;
    box-shadow: 0 0 2px 1px #000000;
    height: 40px;
    left: 0;
    margin-bottom: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#ttmtopmenu {
    border-bottom: 1px solid #222222;
    clear: both;
    font-size: 12px;
    height: 37px;
    margin: 0 auto;
    width: 900px;
    z-index: 99;
}
#ttmtopmenu .the_menu {
    float: left;
    margin-left: 15px;
    text-align: center;
}
#ttmtopmenu li.first {
    background: #1c1c1c none repeat scroll 0 0;
    font-weight: bold;
}
.social-share {
    float: left;
    height: 33px;
    margin-left: 10px;
    margin-top: 2px;
    width: 250px;
}
#ttmtopmenu ul, #ttmtopmenu li {
    height: 37px;
    line-height: 37px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
}
#ttmtopmenu .the_menu li {
    float: left;
    text-align: center;
}
#ttmtopmenu li.first a {
    color: #ffffff;
}
#ttmtopmenu .the_menu li a {
    color: #ffffff;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}
#ttmtopmenu .the_menu li a:hover {
    background: #68042d none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}
/*end top menu*/

/*Pagination*/
.bg-pink a {
	background-color:#333;
	border: 1px solid #333 !important;	
	color:#fff !important;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
	background-color: #dcdcdc;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

div.center {text-align: center;}
/*End Pagination*/

#loading{
                width: 100%;
                position: absolute;
                top: 100px;
                left: 100px;
				margin-top:200px;
            }
            #container .pagination ul li.inactive,
            #container .pagination ul li.inactive:hover{
                background-color:#ededed;
                color:#bababa;
                border:1px solid #bababa;
                cursor: default;
            }
            #container .data ul li{
                list-style: none;
                font-family: verdana;
                margin: 5px 0 5px 0;
                color: #000;
                font-size: 13px;
            }

            #container .pagination{
                float:left;
				width:684px;
				text-align:center;
				margin-top:20px;
				margin-bottom:15px;
            }
            #container .pagination ul li{
                list-style: none;
                float: left;
                border: 1px solid #006699;
                padding: 2px 6px 2px 6px;
                margin: 0 3px 0 3px;
                font-family: arial;
                font-size: 14px;
                color: #006699;
                font-weight: bold;
                background-color: #f2f2f2;
            }
            #container .pagination ul li:hover{
                color: #fff;
                background-color: #006699;
                cursor: pointer;
            }
			.go_button
			{
			background-color:#f2f2f2;border:1px solid #006699;color:#cc0000;padding:2px 6px 2px 6px;cursor:pointer;position:absolute;margin-top:-1px;
			}
			.total
			{
			float:right;font-family:arial;color:#999;
			}

