@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	background:#FFFFFF;
	font-family: Arial,".蘋方-繁", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;
	}
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#f3eace; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:50px;
	height:50px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-size: 50px 50px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-25px 0 0 -25px; /* is width and height divided by two */
}	
.goTop{
	position:fixed;
	z-index:100;
	width:40px;
	height:40px;
	display:none;
  bottom:150px;
  right:30px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}
#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
	-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right:0px;
	}

#WRAPER.reveal{
	position:absolute;
	right:180px;

}		



#HEADER{
	position: absolute;
	width:100%;
	height: 60px;
	z-index: 10;
	top:30px;
	left: 0px;
	}



#HEADER.reveal{
	position: fixed;
	width:100%;
	height: auto;
	z-index: 10;
	top:  0px;
	left: 0px;
	background: #ffffff;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
	}


#HEADER.reveal {
	position: fixed;
	width:100%;
	height: auto;
	z-index: 10;
	top:  0px;
	left: 0px;
	background: #ffffff;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
	}


#HEADER.reveal #logo{
	height: 30px;
}

#HEADER.reveal #pru_logo{
	height: 30px;
}


#HEADER.reveal #NAV{
	height: 30px;
}

#HEADER.reveal #NAV nav{
	margin-top: 0px;
}



#KV{
	float: left;
	width: 100%;
	height: 973px;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background: #f4ebcf;
}


#KV .kvbg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left:0px;
}


#KV .kvshadow{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left:0px;
}


#KV .kvforeImg{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left:0px;
}


.mbfilter{
	position: absolute;
	display: none;
	z-index: 6;
	width: 100%;
	height: 100px;
	left: 0px;
	bottom: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e8cd+0,f3e8cd+62,f3e8cd+100&0+0,0.61+62,1+100 */
background: -moz-linear-gradient(top,  rgba(243,232,205,0) 0%, rgba(243,232,205,0.61) 62%, rgba(243,232,205,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(243,232,205,0) 0%,rgba(243,232,205,0.61) 62%,rgba(243,232,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(243,232,205,0) 0%,rgba(243,232,205,0.61) 62%,rgba(243,232,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3e8cd', endColorstr='#f3e8cd',GradientType=0 ); /* IE6-9 */

}



#sub_slogan{
	position: absolute;
	z-index:8;
	width: 320px;
	top: 300px;
	left: 17%;
}

#sub_slogan2{
	position: absolute;
	z-index:100;
	width: 370px;
	top: 470px;
	right: 10%;
}


.mid_content{
	display: inline-block;
	width: 1100px;
	position: relative;
	z-index: 5;
text-align: center;
}






.NAV_btn_wrap{
	display: none;
	position:fixed;
	width:60px;
	top:20px;
	right:10px;
  z-index:4;
	}	


#nav-icon3{
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #af864c;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span{
	background: #ffffff;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



#logo{
	float: left;
	z-index: 2;
	height: 40px;
	margin-top: 0px;
}

#pru_logo{
	float: left;
	height: 40px;
	margin-right: 25px;
}

#NAV{
	float: right;
	position: relative;
	z-index: 4;
	height: 60px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: right;
	margin-right: 15px;
}

nav{
	float: right;
	text-align: left;
	margin-top: 15px;
}

nav div{
	float: left;
	position: relative;
	outline: none;
	cursor: pointer;
	text-align: center;
	height: 30px;
	margin-right: 40px;
  font-size: 16px;
  color: #5f5a52;
  line-height: 30px;
}


nav div:hover {
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

nav div:last-child {
	margin-right: 0px;
}




.sec{
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 20px 100px 20px;
}


.sec_bg{
background:url(../images/secPattern.png) repeat; /* path to your loading animation */
}

.sec_filmBg{
position: absolute;
z-index: 0;
top:0px;
left: 0px;
width:100%;
height: 100%;
}


.sec_title{
	display: inline-block;
	text-align: center;
	width: 240px;
	font-size: 28px;
	color: #2f3139;
	letter-spacing: 1px;
	font-weight: bold;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
	border-bottom: #2f3139 2px solid;
	margin-bottom: 80px;
	z-index: 2;
}


.sec_title.gray{
	display: inline-block;
	text-align: center;
	width: 240px;
	font-size: 28px;
	color: #5c5c5c;
	letter-spacing: 1px;
	font-weight: bold;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
	border-bottom: #5c5c5c 2px solid;
	margin-bottom: 80px;
}


.sec_title.brown{
	display: inline-block;
	text-align: center;
	width: 240px;
	font-size: 28px;
	color: #59280d;
	letter-spacing: 1px;
	font-weight: bold;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
	border-bottom: #59280d 2px solid;
	margin-bottom: 80px;
}





.secContent{
	display: inline-block;
	width: 100%;
	z-index: 2;
}


.filmWrap{
	float: left;
	width: 100%;
	display: table;
}

.filmMenu{
	display: table-cell;
	vertical-align: top;
	width: 200px;
	border-right: #bea57f 1px dashed;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 28px;
}

.filmBody{
	display: table-cell;
    padding-left:  35px;
	vertical-align: top;
	position: relative;
}

.filmBtn{
	float: left;
	width: 150px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

.filmBtn .tri{
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 11.5px 0 11.5px 10px;
border-color: transparent transparent transparent #bea57f;
line-height: 0px;
_border-color: #000000 #000000 #000000 #bea57f;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
right: -10px;
top:35px;
z-index: 2;
display: none;
}


.filmBtn.current, .filmBtn:hover{
	border:#bea57f 2px solid;
}

.filmBtn.current .tri, .filmBtn:hover .tri{
	display: block;
}

.filmBtn img{
	width: 100%;
	    	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 0;
}




.fileYT{
	float: left;
	width: 100%;
	display: none;
}

.fileYT.visible{
	display: block;
}


.video-container {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%;
}

.video-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.filmTitle{
	float: left;
	width: 100%;
	font-size: 33px;
	color: #bea57f;
	line-height: 1.4;
	margin-top: 23px;
	font-weight: bold;
	text-align: left;
}


.filmDate{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #979797;
	line-height: 1.4;
	text-align: left;
}


.filmSpon{
display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

.filmSpon span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #979797;
	line-height: 30px;
}

.filmSpon .icon{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	margin-left: 30px
}


.article_cati{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #5c5c5c;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 30px;
}


.article_cati.topFix{
	margin-top: 100px;
}

.article_cati span{
	font-weight: normal;
}


.news_item{
	display: inline-block;
	width: 310px;
    overflow: hidden;
    margin: 8px;
}

.news_item .cover{
	float: left;
	width: 100%;
	height: 170px;
    overflow: hidden;
    position: relative;
}

.news_item .cover .hoverTxt{
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	display: none;
}

.news_item .cover .hoverTxt.visible{
	display: table;
}

.news_item .cover .hoverTxt .ctb{
	height: 100%;
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #000000;
	letter-spacing: 1px;
}

.news_item .cover img{
	position: relative;
	width: 100%;
	z-index: 0;
}


.news_item .des{
	float: left;
	width: 100%;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    margin-top: 13px;
}


.news_item .des .title{
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #5c5c5c;
	line-height: 1.4;
	letter-spacing: 1px;
     overflow : hidden;
  	text-overflow : ellipsis;
  	white-space : nowrap;
  	text-align: left;
}

.news_item .des .brief{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	color: #5c5c5c;
	line-height: 22px;
	letter-spacing: 1px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
    text-align: left;
     margin-top: 10px;
}

.news_item:hover .cover img, .news_item:hover .des{
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); // IE 5-7
  -moz-opacity:0.2;
  opacity: 0.2;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}



.ar_YT{
display: inline-block;
width: 770px;
position: relative;
}
.dressFrame{
	position: absolute;
	z-index: 0;
	top:-30px;
	left: -30px;
	width: 100%; 
	height: 400px;
	border:#ffffff 2px solid; 
}


.video-container {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%;
  z-index: 2;
}

.video-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}










#FOOTER{
	float:left;
	width:100%;
	font-size: 14px;
	color: #010101;
	background: #ffffff;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 15px 100px 15px;

	}


.copyRight{
	float: left;
	text-align: left;
	font-size: 14px;
	color: #332b2b;
	line-height: 1.7;
}


.agency{
		float: right;
	text-align: left;
	font-size: 14px;
	color: #332b2b;
	line-height: 1.7;
}

.a_img{
	height: 50px;
}


.mbBreak{
	display: none;
}



@media screen and (max-width: 1600px) {



#KV{
	float: left;
	width: 100%;
	height: 825px;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background: #f4ebcf;
}


#KV .kvbg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left:0px;
}


#KV .kvshadow{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left:0px;
}


#KV .kvforeImg{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left:0px;
}






#sub_slogan{
	position: absolute;
	z-index:8;
	width: 288px;
	top: 240px;
	left: 16%;
}

#sub_slogan2{
	position: absolute;
	z-index:7;
	width: 285px;
	top: 420px;
	right: 10%;
}



}



@media screen and (max-width: 1140px) {


.mid_content{
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 5;
text-align: center;
}



}





@media screen and (max-width: 1252px) {




#KV{
	float: left;
	width: 100%;
	height: 825px;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background: #f4ebcf;
}


#KV .kvbg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 740px;
	bottom: 0px;
	left:0px;
}


#KV .kvshadow{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 740px;
	bottom: 0px;
	left:0px;
}


#KV .kvforeImg{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 740px;
	bottom: 0px;
	left:0px;
}






#sub_slogan{
	position: absolute;
	z-index:8;
	width: 288px;
	top: 100px;
	left: 50%;
	margin-left: -144px;
}

#sub_slogan2{
	position: absolute;
	display: none;
	z-index:7;
	width: 285px;
	top: inherit;
	bottom: 140px;
	right: 50%;
	margin-right: -142px;

}




}






@media screen and (max-width: 750px) {

.NAV_btn_wrap{
	display: block;
	position:fixed;
	width:60px;
	top:20px;
	right:10px;
    z-index:4;
	}	



#FOOTER{
	float:left;
	width:100%;
	font-size: 14px;
	color: #010101;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 15px 70px 15px;

	}

#HEADER{
	position: fixed;
	width:100%;
	height: auto;
	z-index: 10;
	top:  0px;
	left: 0px;
	background: #ffffff;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
	}


#NAV{
	float: none;
	position: fixed;
	z-index: 1;
	width: 180px;
	height: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
     	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	text-align: center;
	margin-right: 0px;
	background: #af864c;
	right: -180px;
	top: 0px;
}


#NAV.reveal{
	right:0px;
	}	


nav{
	float: left;
	width: 100%:;
	text-align: center;
	margin-top: 50px;
}

nav div{
	float: left;
	width: 100%;
	position: relative;
	outline: none;
	cursor: pointer;
	text-align: center;
	height: 30px;
	margin-right: 0px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
}





#logo{
	float: left;
	z-index: 2;
	height: 30px;
	margin-top: 0px;
	margin-left: 20px;
}




.ar_YT{
display: inline-block;
width: 96%;
position: relative;
}



.dressFrame{
	position: absolute;
	z-index: 0;
	top:-20px;
	left: -20px;
	width: 100%; 
	height: 90%;
	border:#ffffff 2px solid; 
}






}






@media screen and (max-width: 560px) {





#KV{
	float: left;
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background: #f4ebcf;
}


#KV .kvbg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 500px;
	bottom: 0px;
	left:0px;
}


#KV .kvshadow{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 500px;
	bottom: 0px;
	left:0px;
}


#KV .kvforeImg{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 500px;
	bottom: 0px;
	left:0px;
}




#sub_slogan{
	position: absolute;
	z-index:5;
	width: 288px;
	top: 70px;
	left: 50%;
	margin-left: -144px;
}


#sub_slogan2{
	position: absolute;
	z-index:7;
	width: 285px;
	top: inherit;
	bottom:10px;
	right: 50%;
	margin-right: -142px;

}


.filmMenu{
	display: table-cell;
	vertical-align: top;
	width: 80px;
	border-right: #bea57f 1px dashed;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}


.filmBody{
	display: table-cell;
    padding-left:  10px;
	vertical-align: top;
}

.filmBtn{
	float: left;
	width: 60px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

.filmBtn .tri{
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 11.5px 0 11.5px 10px;
border-color: transparent transparent transparent #bea57f;
line-height: 0px;
_border-color: #000000 #000000 #000000 #bea57f;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
right: -10px;
top:5px;
z-index: 2;
display: none;
}


.filmTitle{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #bea57f;
	line-height: 1.4;
	margin-top: 23px;
	font-weight: bold;
	text-align: left;
}


.filmDate{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #979797;
	line-height: 1.4;
	text-align: left;
}


.news_item{
	display: inline-block;
	width: 96%;
    overflow: hidden;
    margin: 8px;
}




#FOOTER{
	float:left;
	width:100%;
	font-size: 14px;
	color: #010101;
	background: #ffffff;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 15px 100px 15px;

	}


.copyRight{
	float: none;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #332b2b;
	line-height: 1.4;
	margin-bottom: 20px;
}


.mbBreak{
	display: block;
}

.agency{
	float: none;
	display: inline-block;
	text-align: left;
	font-size: 14px;
	color: #332b2b;
	line-height: 1.4;
}

.a_img{
	width: 90%;
	height: auto;
}


.filmSpon .icon{
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: 100%;
	margin-left: 0px;
}


.mbfilter{
	position: absolute;
	display: block;
	z-index: 6;
	width: 100%;
	height: 30%;
	left: 0px;
	bottom: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e8cd+0,f3e8cd+62,f3e8cd+100&0+0,0.61+62,1+100 */
background: -moz-linear-gradient(top,  rgba(243,232,205,0) 0%, rgba(243,232,205,0.61) 62%, rgba(243,232,205,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(243,232,205,0) 0%,rgba(243,232,205,0.61) 62%,rgba(243,232,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(243,232,205,0) 0%,rgba(243,232,205,0.61) 62%,rgba(243,232,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3e8cd', endColorstr='#f3e8cd',GradientType=0 ); /* IE6-9 */

}


}

@media screen and (max-width: 300px) {






.goTop{
	position:fixed;
	z-index:100;
	width:40px;
	height:40px;
	display:none;
  bottom:10px;
  right:10px;
	}





}

