@charset "utf-8";

body {
	margin: 0px;
	font-family: Arial, Helvetica, Microsoft YaHei;
	font-size: 12px;
	color: #666666;
	line-height: 16pt;
	background-color: #DFDFDF;
	background-attachment: scroll;
	background-position: left 100px;
	background-repeat: repeat;
	 -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004)
	
}
::selection {
	background: #FF3399; /* Safari */
	}
::-moz-selection {
	background: #FF3399; /* Firefox */
}
/************Template rollove effect and font type************/
a {
	font-size: 12px;
	color: #666;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	font-weight: bolder;
	color: #FF0084;
}
a:active {
	color: #666666;
	font-variant: normal;
}

/************ Navigation************/
.navi_bg {
	background-image: url(../images/navi_bg.png);
	background-repeat: repeat-x;
	height: 44px;
}
.titles {
	font-size: 19px;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, Microsoft YaHei;
	font-smooth: always;
	 -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.titles_300 {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, Microsoft YaHei;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.titles_300main {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, Microsoft YaHei;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.300_drama {
	-ms-transition: all;
	-o-transition: all;
	float: none;
	width: 300px;
	margin: 20px;
}



.navi-top a{
		display:block;
		text-indent:-9999px;
		width:115px;
		height:34px;
		float:left;
		background-image:url(../images/navi.png);
		background-repeat:no-repeat;
		cursor:pointer;
		margin-right:5px;
	}
        
	#navi1{background-position:0px 0px;}
	#navi1:hover,#navi1.hover{background-position:0px -34px;}
	
	#navi2{background-position:-115px 0px;}
	#navi2:hover,#navi2.hover{background-position:-115px -34px;}
	
	#navi3{background-position:-230px 0px;}
	#navi3:hover,#navi3.hover{background-position:-230px -34px;}
	
	#navi4{background-position:-345px 0px;}
	#navi4:hover,#navi4.hover{background-position:-345px -34px;}
	
	#navi5{background-position:-460px 0px;}
	#navi5:hover,#navi5.hover{background-position:-460px -34px;}

.breadcrumb_bg {
	background-image: url(../images/breadcrumb_bg.png);
	background-repeat: repeat-x;
	height: 44px;
}

.breadcrumb {
	height: 45px;
	width: 950px;
	padding-top: 10px;
	text-align: left;
}
.breadcrumb_drama {
	height: 45px;
	width: 100%;
	padding-top: 10px;
	padding-left: 20px;
	text-align: center;
}
.breadcrumb_selected {
	color: #FF0084;
	font-weight: bold;
}
.img {
	border-color: #FF0084;
	;
}

.content_bg01 {
	background-image: url(../images/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.content_bg02 {
	background-image: url(../images/content_bg_loop.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.content_bg03 {
	background-image: url(../images/content_bg_bottom.png);
		background-repeat: no-repeat;
	background-position: center bottom;
}
.ep_bg {
	background-image: url(../images/ep_bg.png);
	background-repeat: no-repeat;
	float: left;

}

#box {
	margin:5px 5px;
	padding:10px;
	border: 2px solid #efefef;
	float: left;
	background: #ffffff; /* old browsers */
	line-height:20px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
	behavior: url(ie-css3.htc);
filter:alpha(opacity=90);
}

/* CSS Document */

.teams a{
		display:block;
		text-indent:-9999px;
		width:30px;
		height:30px;
		float:left;
		background-image:url(http://www.hideystudio.com/images/team_icon.png);
		background-repeat:no-repeat;
		cursor:pointer;
		margin-right:5px;
		margin-top:5px;
		margin-bottom:5px;
	
	}
        
#t1{background-position:0px 0px;}
#t1:hover,#t1.hover{background-position:0px -30px;}

#t2{background-position:-30px 0px;}
#t2:hover,#t2.hover{background-position:-30px -30px;}

#t3{background-position:-60px 0px;}
#t3:hover,#t3.hover{background-position:-60px -30px;}

#t4{background-position:-90px 0px;}
#t4:hover,#t4.hover{background-position:-90px -30px;}

#t5{background-position:-120px 0px;}
#t5:hover,#t5.hover{background-position:-120px -30px;}

#t6{background-position:-150px 0px;}
#t6:hover,#t6.hover{background-position:-150px -30px;}

#t7{background-position:-180px 0px;}
#t7:hover,#t7.hover{background-position:-180px -30px;}

#t8{background-position:-210px 0px;}
#t8:hover,#t8.hover{background-position:-210px -30px;}

#t9{background-position:-240px 0px;}
#t9:hover,#t9.hover{background-position:-240px -30px;}

#t10{background-position:-270px 0px;}
#t10:hover,#t10.hover{background-position:-270px -30px;}

.more a{
	display:block;
	text-indent:-9999px;
	width:50px;
	height:50px;
	float:none;
	background-image:url(http://www.hideystudio.com/images/more.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-right:5px;
	
	}
        
#m1{background-position:0px 0px;}
#m1:hover,#m1.hover{background-position:0px -50px;}
.day_sun {
	font-size: xx-large;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, Microsoft YaHei;
}
.info_title {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, Microsoft YaHei;
	letter-spacing: 2px;
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 10px;
	font-size: 0.8em;
}

.codrops-demos a {
	display: inline-block;
	margin: 2px;
	padding: 5px 10px;
	outline: none;
	border: 2px solid #333;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 200;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #fff;
	color: #fff;
	background-color:#FF0084;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.225), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.225), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.225), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.225), rgba(0,0,0,0)); 
}

.codrops-demos {
	padding-top: 1em;
	font-size: 0.8em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0;
	padding: 0.7em 0.7em;
	outline: none;
	border: 2px solid #000000;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #FF3399;
	color: #FFFFFF;
	background-color: #FF3399;
}

.side-corner-tag {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 0px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 900;
	z-index:1;
} 
 
.side-corner-tag p {
    display: inline;    
}

.side-corner-tag p span {
    position: absolute;
    display: inline-block;
    right: -22px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 12px;
    background: #d93131;
    width: 70px;
    padding: 2px 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
} 


.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
} 

@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

.bounceIn { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

/* 2015 Drama style*/
.drama_season {
	font-size: 12px;
	font-weight: normal;
	color:#FFF;
	padding:5px;
	margin-bottom:30px;
	background-color:#000;
}

.drama_title_sun {
	font-size: 48px;
	font-weight: bold;
	color:#FF3399;
	line-height:40pt;
}
.drama_days {
	font-size: 20px;
	font-weight: bold;
}
.drama_date {
	font-size: 16px;
	font-weight: bold;
}

.drama_info_title_sun {
	font-size: 30px;
	font-weight: bold;
	color:#FF3399;
}

.drama_info {
	font-size: 16px;
	font-weight: normal;
}

.drama_staff_title_sun {
	font-size: 20px;
	font-weight: bold;
	color:#FF3399;
}

.drama_info_btn {
	padding-bottom: 10px;
	float:right;
}

.drama_info_btn a {
	display: inline-block;
	margin: 0;
	padding: 0.7em 0.7em;
	outline: none;
	border: 2px solid #000000;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size:large;
}

.drama_info_btn a:hover,
.drama_info_btn a.current-demo,
.drama_info_btn a.current-demo:hover {
	border-color: #FF3399;
	color: #FFFFFF;
	background-color: #FF3399;
}

.drama_info_btn_m {
	padding-bottom: 10px;
	float:left;
}

.drama_info_btn_m a {
	display: inline-block;
	margin: 0;
	padding: 0.7em 0.7em;
	outline: none;
	border: 2px solid #000000;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size:small;
}

.drama_info_btn_m a:hover,
.drama_info_btn_m a.current-demo,
.drama_info_btn_m a.current-demo:hover {
	border-color: #FF3399;
	color: #FFFFFF;
	background-color: #FF3399;
}


@media only screen and (max-width: 800px) { 
.onlymobile { 
    max-height: none !important;
	display: block !important; 
    line-height: 18px !important;    
    padding:0 0px 0 0px !important;}
}

@media only screen and (min-width: 800px) { 
.onlydesktop { 
    max-height: none !important; 
    display: block !important; 
    line-height: 18px !important;    
    padding:0 0px 0 0px !important;}
}
