@charset "UTF-8";
/*
Theme Name:（新）「佐竹鉄工株式会社
Author: OK COMPUTER
Description: This is my original theme.
Version: 1.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	max-width:100%;
}

/* 書式*/
.mincho{font-family: 'Alex Brush','Hiragino Mincho Pro','ＭＳ Ｐ明朝',cursive;}
.gothic{font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.yu_mincho{font-family: "游明朝体", "Yu Mincho", YuMincho, serif;}
.yu_gothic{font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;}
.lato{font-family: 'Lato', sans-serif;}
.bold{	font-weight:bold;}
.small{font-size:0.8em!important;}
.medium{font-size:1.3em!important; line-height:1.5em;}
.large{font-size:1.5em!important;line-height:1.6em;}
.large2{font-size:1.8em!important;line-height:1.8em;}
.large3{font-size:2.0em!important;line-height:2.0em;}
.large4{font-size:2.4em!important;line-height:2.8em;}
.large5{font-size:2.8em!important;line-height:2.8em;}
.red{color:#FF5454;}
.center{text-align:center !important;}
.a_left{text-align:left !important;}
.a_right{text-align:right !important;}
.blue{color:#59E25F;}
.center_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

h2.subpage_title{
	font-size: 3.2em!important;
	font-weight: bold;
}

.before_h3{
	display: block;
	width:11px;
	height: 29px;
	background-color: #E67085;
	margin:0 auto 30px;
}
h3{
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 30px;
	color: #E67085;
}

.honbun{padding:0 15px;}

.mb_5{margin-bottom:5px!important;}
.mb_10{margin-bottom:10px!important;}
.mb_20{margin-bottom:20px!important;}
.mb_30{margin-bottom:30px!important;}
.mb_35{margin-bottom:35px!important;}
.mb_40{margin-bottom:40px!important;}
.mb_50{margin-bottom:50px!important;}
.mb_60{margin-bottom:60px!important;}
.mb_70{margin-bottom:70px!important;}
.mb_80{margin-bottom:80px!important;}
.mb_90{margin-bottom:90px!important;}
.mb_100{margin-bottom:100px!important;}

.ml_10{margin-left:10px;}

.w_80{width:80%; margin:0 auto;}
.w_90{width:90%; margin:0 auto;}

.f_left{float:left;}
.f_right{float:right;}
.clear{clear:both;}

.c_black{color:#000;}
.c_white{color:#fff;}
.c_azuki{color:#59E25F;}
.w_center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

p{line-height:1.5em;}

.column_2_50_50{width:100%;}
.column_2_50_50 .left{width:50%; float:left; padding:10px;}
.column_2_50_50 .right{width:50%; float:right; text-align:left;	padding:10px;}
@media screen and (max-width: 767px) {
	.column_2_50_50 .left{width:100%; float:none;}
	.column_2_50_50 .right{width:100%; float:none;}
}

.column_2_30_70{width:100%;}
.column_2_30_70 .left{width:30%; float:left; padding:5px;}
.column_2_30_70 .right{width:70%; float:right; text-align:left;	padding:5px;}
@media screen and (max-width: 767px) {
	.column_2_30_70 .left{width:100%; float:none;}
	.column_2_30_70 .right{width:100%; float:none;}
}

.column_2_70_30{width:100%;}
.column_2_70_30 .left{width:70%; float:left; padding:5px;}
.column_2_70_30 .right{	width:30%; float:right; text-align:left; padding:5px;}
@media screen and (max-width: 767px) {
	.column_2_70_30 .left{width:100%; float:none;}
	.column_2_70_30 .right{width:100%; float:none;}
}

.column_2_60_40{width:100%;}
.column_2_60_40 .left{width:60%; float:left; padding:5px;}
.column_2_60_40 .right{width:40%; float:right; text-align:left;	padding:5px;}
@media screen and (max-width: 767px) {
	.column_2_60_40 .left{width:100%; float:none;}
	.column_2_60_40 .right{width:100%; float:none;}
}

.column_2_40_60{width:100%;}
.column_2_40_60 .left{width:40%; float:left; padding:5px;}
.column_2_40_60 .right{width:60%; float:right; text-align:left;	padding:5px;}
@media screen and (max-width: 767px) {
	.column_2_40_60 .left{width:100%; float:none;}
	.column_2_40_60 .right{width:100%; float:none;}
}

.column_3 > div{
	width : 33.3% ; 
	width : -webkit-calc(100% / 3) ;
	width : calc(99% / 3) ;
	float:left;
	padding:20px;
	height: auto;
}
@media screen and (max-width: 767px) {
	.column_3 > div{width :100%; float:none;}
}

.column_5 > div{
	width : 20% ; 
	width : -webkit-calc(100% / 5) ;
	width : calc(100% / 5) ;
	float:left;
	padding:10px;
}
@media screen and (max-width: 767px) {
	.column_5 > div{width :100%; float:none;}
}

.res_block{display: none;}
.res_none{display:block;}
.res_center{text-align:left;}
@media screen and (max-width: 767px) {
	.res_block{display: block;}
	.res_none{display:none;}
	.res_center{text-align:center!important;}
}

.dotline{
	width:100%;
	height:10px!important;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px!important;
}

.img-circle {
    border-radius: 50%;
}

p{line-height:1.5em;}

@media screen and (max-width : 767px){
 html,
 body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }
}


.c_green{color:#109173;}

.comp_name{font-size:1.5em;line-height:1.6em;}
@media screen and (min-width:768px) and (max-width: 900px) {
	.comp_name{font-size:1.2em!important;}
}
@media screen and (max-width: 767px) {
	.comp_name{font-size:1.5em;}
}



img{max-width:100%;}

p{line-height:1.5em;}

.border_lightgreen{
	width:100%;
	border-bottom:1px solid #D9EDE9;
}

.les_none{display:block;}
.les_center{text-align:left;}


.list_number li{
	list-style-type:decimal;
	padding-left: 2em;
	text-indent: -1.5em;
	margin-bottom:5px;
}

.list_disc li{
	list-style-type:disc !important;
	padding-left: 2em;
	text-indent: -1.5em;
	margin-bottom:5px;
}

/*リンク設定*/
a:link,
a:visited {
	text-decoration:none;
	color:#40A78F;
}

a:hover{
	color:#40A78F;
	text-decoration:underline;
}

a img {
	border:none;
}

a:hover img{
	opacity:0.80;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-moz-opacity:0.80;
} 

/* background-repeat
　repeat：縦横に退場に繰り返す(初期値
　no-repeat：1枚だけ表示
　repeat-x：横方向だけ繰り返す
　repeat-y：縦方向だけ繰り返す
　space：画像を等間隔に並べる(端に余白ができる)
　round：要素にぴったり収まるように画像サイズを調整して繰り返す
*/
body {
/*	background:url(../img/bg_image.png); */
	background:url(./images/bg_image.png);
	background-repeat:no-repeat;
	background-position:top center;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	/*font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-size: 12pt;
	color: #333333;
	letter-spacing: 0.1em;
}

h1,h2,h3,h4,h5,h6{font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

/*骨組み*/
#wrap{
	margin:0px auto;
}

/* header */
#top_catch_bg{
	width:100%;
	background-color:#40A78F;
}

#top_catch{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:10px;
}

#top_catch h1{
	color:#FFF;
	line-height:1.5em;
	font-size:1.1em;
}

#header_top{
	width:100%;
	height:auto;
	max-width:1100px;
	margin:0 auto;
	padding:25px 0 25px 0;
	line-height:1em;
}

#header_title{
	width:100%;
	max-width:300px;
	height:auto;
	float:left;
}

#header_ask{
	width:100%;
	max-width:320px;
	height:auto;
	float:right;
}
	

#header_title img{
	width:100%;
}

/*header_navi*/

#header_navi_bg{
	width:100%;
	background-color:none;
	margin-bottom:15px;
}
	
#header_navi{
 width:100%;
 max-width:1100px;
 margin:0 auto 15px;
}

#header_navi_sub{
 width:100%;
 margin:0 auto;
}

#header_navi ul{
	  text-align: center;
	  list-style-type:none;
}

#header_navi ul li{
	width:20%;
	text-align:center;
	float:left;
	padding:5px;
	border-left:1px solid #40A78F;
}

#header_navi ul li:last-child{
	border-right:1px solid #40A78F;
}

#header_navi ul li a:link{
	width:100%;
	padding:8px;
	display:block;
}

#header_navi ul li a:hover{
	text-decoration:none;
	background-color:#D9EDE9;
}
#header_navi ul li a:before, #header_navi ul li a:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 6px;
    background-color: #ff9b4c;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#header_navi li img{
	margin:10px 0;
}

.n_maintitle{
	font-size:1.25em;
	color:#333;
	font-weight: bold;
}

.n_subtitle{
	font-size:0.8em;
	color:#70BDBA;
}

.s_maintitle{
	font-size:2.2em;
	color:#333;
	font-weight:bold;
}

.s_subtitle{
	font-size:1em;
	color:#70BDBA;
}

/*コンテンツ*/

#main_image{
	width:100%;
	max-width:1100px;
	height:auto;
	margin:0 auto;
}

.contents{
	padding:35px;
	padding-top:80px;
	padding-bottom:80px;
	width:100%;
	max-width:1100px;
	height:auto;
	margin:0 auto;
}

.top_company_contents{
	width:100%;
	border-top:1px solid #D9EDE9;
	height:auto;
	margin:0 auto;
}


.subpage_contents{
	padding:10px 35px 30px 35px;
	width:100%;
	max-width:1100px;
	height:auto;
	margin:0 auto;
}
	
.bg_lightgreen{
	background-color:#D9EDE9;
}

.company_top{
	padding:35px 35px 20px!important;
}

.topics{
	padding:35px 35px 20px;
	border-top:1px solid #D9EDE9;
	background-color:#FFF;
}


h2.black{
	font-size:2em;
	font-weight:bold;
	text-align:center;
	margin-bottom:35px;
}

.subpage_title{
	display:table;
	background-image:url(images/subpage-title_bg.jpg);
	background-position:center;
	width:100%;
	max-width:1100px;
	height:135px;
	margin:0 auto 15px;
	padding-left:80px;
}

.subpage_title h2{
	display:table-cell;
	vertical-align:middle;
}

.subpage_subtitle{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:0 28px;
}

.subpage_subtitle h3{
	padding-top:11px;
	height:50px;
	vertical-align:middle;
	color:#40A78F;
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #40A78F;
	border-bottom:1px solid #40A78F;
	margin-bottom:20px;
}

.white_box{
	width:100%;
	max-width:450px;
	margin:35px auto;
	padding:30px 25px 30px 25px;
	background-color:#FFF;
	border-radius:12px;
}

.white_box h3{
	color:#0C6D56;
	text-align:center;
	font-size:1.72em;
	font-weight:bold;
	line-height:1.5em;
}

.white_box a:hover{
	opacity:0.8;
}

.white_box h3 a{
	color:#0C6D56;
	opacity:1 !important;
}

h4{
	width:100%;
	background-color:#40A78F;
	color:#fff;
	padding:5px 3px 3px 3px;
	text-align:center;
	height:auto;
	min-height:28px;
	font-size:1.2em;
	margin-bottom:20px;
}

h4.link{
	text-align:left;
	margin-bottom:10px;
	color:#40A78F;
	background:none;
	font-size:1.4em;
}

h4.link a{
	color:#40A78F;
}

	
.harden{
	width:100%;
	max-width:775px;
	margin:0 auto;
	border:1px solid #338D17;
	padding:15px 30px 15px 30px;
}

.les_f_left{
	width:100%;
	max-width:209px;
	float:left;
	margin-right:20px;
}

.privacy dt,.rinen_title{
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #40A78F;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}

.privacy dd{
	margin-bottom:30px;
}

.catalog{
	margin-top:20px;
}

.catalog_dl{
	background-color:#FF8748;
	color:#fff;
	padding:7px;
}

.catalog a:hover{
	text-decoration:none !important;
	opacity:0.8;
}




/* footer */
footer{
	width:100%;
	background: #EFEFEF;
	color:#333;
}

footer ul{
	padding-left:0.5em;
}

footer a{
	color:#333 !important;
}

address{
 background: #40A78F;
 padding: 12px 0;
 color: #fff;
 text-align: center;
 font-style:normal;
  font-size:1em;
}

address br{
	display:none;
}






/*ページトップ*/
#pageTop{
	background:url(images/pagetop.png) no-repeat;
	width:40px;
	height:40px;
	position:fixed;
	bottom:2%;
	right:2%;
	z-index:10000;
	text-indent:-9999em;
	cursor:pointer;
	}
#pageTop:hover{
	background:url(images/pagetop_hover.png) no-repeat;
	}
	
/*wide slider*/
.wideslider {
	
    width: 100%;
	height:515px;
    text-align: center;
    position: relative;
	z-index:1;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(./images/prev.png) no-repeat right center;}
.slider_next {background: #fff url(./images/next.png) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 






/* お問い合わせフォーム */
dl.contact{
	width:100%;
	padding:5px;
}

dl.contact dt{
	float:left;
	color:#000;
	width:200px;
	padding:2px;
	font-weight:bold;
}

dl.contact dd{
	margin-left:220px;
	padding:2px;
}











.wpcf7 textarea	,.wpcf7 input[type="text"],
.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{
	width: 100%;
	margin: 0 auto 1em;
	padding: 10px;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius: 3px;
}

.wpcf7 textarea:focus,.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus{
	outline: 0;
	border:1px solid #7fc265;
	background-color: #fff;
}


.wpcf7 input[type="zip"]{
	width:180px;
}

.wpcf7 input[type="submit"]
	{width: 150px;
	padding: 10px;
	border: none;
	color:#fff;
	background-color: #777;
	-webkit-appearance: none;
	cursor: pointer;
margin-top: 1em;
margin-bottom:1em;
}

.wpcf7 input[type="submit"]:hover
	{background-color: #FF6E00;}

.wpcf7-list-item-label{
	 margin-right: 15px;
}

span.wpcf7-not-valid-tip {
    width: 300px;
}

span.wpcf7-list-item { display: block; }

/*会社概要*/
dl.gaiyou{
	width:100%;
	padding:5px;
}

dl.gaiyou dt{
	float:left;
	background-color:#D9EDE9;
	color:#0C6D56;
	width:100px;
	padding:2px;
	text-align:center;
}

dl.gaiyou dd{
	margin-left:118px;
	padding:2px;
}

/*会社概要2*/
dl.gaiyou_2{
	width:100%;
	padding:5px;
}

dl.gaiyou_2 dt{
	float:left;
	background-color:#D9EDE9;
	color:#0C6D56;
	width:160px;
	padding:2px;
	text-align:center;
}

dl.gaiyou_2 dd{
	margin-left:178px;
	padding:2px;
}

/*会社沿革*/
dl.enkaku{
	width:100%;
	padding:5px;
	border-bottom: 1px dotted #ccc;

}

dl.enkaku dt{
	float:left;
	color:#40A78F;
	width:100px;
	padding:2px;
	text-align:left;
}

dl.enkaku dd{
	margin-left:118px;
	padding:2px;
}

.honsya{
	float:right;
	max-width:400px;
}

/*テーブル設定*/
table.recruit{
	width:100%;
	margin:0 auto;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	font-size:1em;
}
.recruit th{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    color:#000;
	font-weight: bold;
    background-color:#EDF5DD;
/*    background-image:url(../img/table-back.gif);*/
    background-position:left top;
    padding:0.3em 1em;
	white-space: nowrap;
	text-align:center;
}
.recruit td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:0.5em 1em;
}

.recruit td.left{
	text-align:left;
}




@media screen and (max-width: 767px) {
.les_none{
	display:none;
}

#header_title{
	float:none;
	margin:0 auto;
}

#header_ask{
	float:none;
	margin:10px auto 0;
}
.subpage_title{
	padding-left:0;
}

.subpage_title h2{
	text-align:center;
}

address br{
	display:block;
}

.les_f_left{
	margin:0 auto;
	float:none;
}

/*会社概要*/
dl.gaiyou dt{
	float:none;
}

dl.gaiyou dd{
	margin-left:0;
}

.honsya{
	float:none;
	max-width:100%;
}

/*会社概要2*/
dl.gaiyou_2 dt{
	float:none;
}

dl.gaiyou_2 dd{
	margin-left:10px;
}

/*お問い合わせ*/
dl.contact dt{
	float:none;
}

dl.contact dd{
	margin-left:0;
}

/*会社沿革*/
dl.enkaku dt{
	float:none;
}

dl.enkaku dd{
	margin-left:0;
}


}


/*effect*/
.effect-box, .effect-img, .effect-ttl-rtl, .effect-ttl-ltr, .effect-ttl-ttb {
    opacity: 0; }

  .effect-box {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }

  .effect-img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }

  .effect-ttl-rtl {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }

  .effect-ttl-ltr {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }

  .effect-ttl-ttb {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }

  .active .effect-box, .active .effect-img, .active .effect-ttl-rtl, .active .effect-ttl-ltr, .active .effect-ttl-ttb {
    opacity: 1; }
  .active .effect-box {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }
    .active .effect-box:nth-child(1) {
      transition-delay: 0s; }
    .active .effect-box:nth-child(2) {
      transition-delay: .3s; }
    .active .effect-box:nth-child(3) {
      transition-delay: .6s; }
    .active .effect-box:nth-child(4) {
      transition-delay: .9s; }
    .active .effect-box:nth-child(5) {
      transition-delay: 1.2s; }
    .active .effect-box:nth-child(6) {
      transition-delay: 1.5s; }
  .active .effect-img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }
  .active .effect-ttl-rtl, .active .effect-ttl-ltr, .active .effect-ttl-ttb {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }

