@charset "utf-8";

/*--------------------------------------------------------
	promo
 ---------------------------------------------------------*/


#promo.howtoshoot-index .slide1 .slide_texts,
#promo.knowledge-index .slide1 .slide_texts {
	position: absolute;
	padding: 40px 50px;
	margin: 87px 72.5px;
	/*top:84px;*/
	left: 0;
	width: 230px;
	background-color: rgba(255,255,255,0.98);
	background-color: #fff;
	filter: alpha(opacity=98);
	-moz-opacity: 0.98;
	opacity: 0.98;
}

html[lang="id"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="ms"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="pl"] #promo.knowledge-index .slide1 .slide_texts {
	margin: 66px 72.5px;
}

html[lang="fr"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="pt"] #promo.knowledge-index .slide1 .slide_texts {
	margin: 74px 72.5px;
}

html[lang="es"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="es-la"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="it"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="ru"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="vi"] #promo.knowledge-index .slide1 .slide_texts {
	margin: 76px 72.5px;
}

html[lang="de"] #promo.knowledge-index .slide1 .slide_texts {
	margin: 79px 72.5px;
}

html[lang="da"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="pt-br"] #promo.knowledge-index .slide1 .slide_texts {
	margin: 84px 72.5px;
}

html[lang="tr"] #promo.knowledge-index .slide1 .slide_texts {
	margin: 86px 72.5px;
}

html[lang="nl"] #promo.knowledge-index .slide1 .slide_texts {
	margin: 96px 72.5px;
}

html[lang="sv"] #promo.knowledge-index .slide1 .slide_texts {
	margin: 98px 72.5px;
}

html[lang="ko"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="th"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="zh-hk"] #promo.knowledge-index .slide1 .slide_texts,
html[lang="zh-tw"] #promo.knowledge-index .slide1 .slide_texts {
	margin: 107px 72.5px;
}

#promo.lesson .slide1 .slide_texts {
	position: absolute;
	padding: 60px 50px;
	top: 80px;
	left: 50px;
	width: 800px;
}

#promo .slide1 .slide_title {
	color: #2f353d;
	font-size: 2.5em;
	margin: 0 0 24px 0;
	line-height: 1;
}

html[lang="sv"] #promo .slide1 .slide_title {
	font-size: 2.25em;
}

html[lang="da"] #promo .slide1 .slide_title,
html[lang="de"] #promo .slide1 .slide_title,
html[lang="fr"] #promo .slide1 .slide_title,
html[lang="pt"] #promo .slide1 .slide_title,
html[lang="pt-br"] #promo .slide1 .slide_title {
	font-size: 2em;
}

#promo .slide1 .sub_text {
	color: #2f353d;
	font-size: 1.28em;
	margin: 0 0 12px 0;
	line-height: 1;
}

#promo .slide1 .sub_text.sub_textsp {
	/*font-family: Helvetica, Arial, sans-serif;*/
	margin-bottom: 0;
	color: #83838f;
	font-size: 0.9em;
	line-height: 1.5;
}

#promo .slide1 .sub_text.sub_textsp span {
	font-weight: bold;
	margin-left: 0.2em;
}

#promo.lesson .slide1 .slide_title {
	color: #fff;
	font-size: 3.0em;
}

#promo.lesson .slide1 .sub_text {
	color: #fff;
}

#promo.lesson .slide1 .sub_text.sub_textsp {
	font-size: 1.4em;
	line-height: 1.3;
}

.slide_texts2 {
	display: none;
}

span.mode {
	font-weight: bold;
}

/*--------------------------------------------------------
	howtoshoot-wrap
 ---------------------------------------------------------*/


#knowledge-wrap {
	margin: 0 0 0 30px;
}

#knowledge-wrap section.photo-list {
	margin: 50px 0 50px 0;
}

#knowledge-wrap section.photo-list article {
	width: 280px;
	height: 300px;
	margin: 0 25px 25px 0;
	float: left;
	color: #2f353d;
}

#knowledge-wrap section.photo-list article img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-ms-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
}

#knowledge-wrap section.photo-list article img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
	-ms-filter: "alpha( opacity=50)";
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-ms-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
}

#knowledge-wrap section.photo-list article.n4,
#knowledge-wrap section.photo-list article.n7,
#knowledge-wrap section.photo-list article.n10 {
	clear: both;
}

#knowledge-wrap section.photo-list article h1 {
	font-size: 1.1em;
	margin-top: 15px;
}

#knowledge-wrap section.photo-list article a {
	display: block;
}

#knowledge-wrap section.photo-list article p {
	font-size: 0.95em;
	line-height: 1.3;
}
 @media (max-width: 640px) {

/*--------------------------------------------------------
	promo
 ---------------------------------------------------------*/


#promo.howtoshoot-index .slide1 .slide_texts,
 #promo.knowledge-index .slide1 .slide_texts {
	top: 58px;
	left: 25px;
	font-size: 0.75em;
	padding: 10px 15px;
	width: 210px;
}

#promo.lesson .slide1 .slide_texts {
	top: 50px;
	left: 25px;
	font-size: 0.75em;
	padding: 10px 15px;
	width: 210px;
}

#promo .slide1 .slide_title {
	font-size: 2em;
	margin: 0 0 12px 0;
}

#promo .slide1 .sub_text {
	font-size: 0.8em;
	margin: 0 0 7px 0;
}

#promo .slide1 .sub_text img {
	height: 1em;
}

#promo .slide1 .sub_text.sub_textsp {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 1em;
}

#promo .slide1 .sub_text.sub_textsp span {
}

#promo .slide1 .moviethum {
	position: relative;
	width: 25%;
	margin: 2% 0 0 0;
}

#promo .slide1 .moviethum .ico {
	position: absolute;
	top: 16%;
	left: 30%;
	width: 42%;
}

#promo.knowledge-index .slide1 .slide_texts {
	display: none;
}

.title_wrap {
	width: 100%;
	margin-top: -20px;
	padding: 20px 0;
	background-color: #f3f4f6;
}

.slide_texts2 {
	display: block;
	height: auto;
	padding: 0 30px;
}

.slide_texts2 .sub_text.sub_textsp {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 1.3em;
	color: #2f353d;
}

/*--------------------------------------------------------
	howtoshoot-wrap
 ---------------------------------------------------------*/


#knowledge-wrap {
	margin: 0 30px 0 30px;
}

#knowledge-wrap section.photo-list article {
	width: auto;
	margin: 0 0 110px 0;
	float: none;
}

#knowledge-wrap section.photo-list article a {
}

#knowledge-wrap section.photo-list article a img {
	width: 100%;
	/* max-width: 280px; */
	margin: 0 auto;
	display: block;
}

#knowledge-wrap section.photo-list article h1 {
	font-size: 1.4em;
	margin-top: 15px;
}

#knowledge-wrap section.photo-list article a {
	display: block;
	font-size: 1.3em
}

#knowledge-wrap section.photo-list article p {
	font-size: 0.95em;
	line-height: 1.3;
}
}
