/*---------------------------------------------------------------------------------

	Theme Name: Hemingway
	Version: 1.47
	Description: Hemingway is a clean, beautiful and responsive two-column theme for bloggers. Features responsive design, retina-ready assets, full-width header image with parallax scrolling effect, custom accent color, custom logo upload, custom widgets (video, Flickr and Dribbble), page templates and translation-ready code. Included translations: Swedish/svenska.
	Tags: black, dark, white, green, two-columns, fluid-layout, responsive-layout, custom-header, custom-menu, custom-colors, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
	Author: Anders Norén
	Author URI: http://www.andersnoren.se
	Theme URI: http://www.andersnoren.se/teman/hemingway-wordpress-theme/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Main Content
	6.  Single post
	7.	Post Content
	8.	Comments
	9.	Pagination
	10.	Page & Page Templates
	11.	Sidebar
	12.	Footer
	13. Credits
	14.	Responsive

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

html, body {
 margin:0;
 padding:0;
 width:100%;
 height:100%;
 position:relative;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	/*font-family:inherit;*/
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
	text-align:left;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul { list-style:none; }

blockquote:before, 
blockquote:after { content:""; }

a { outline:none; }

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: none;
	background: #FFF;
	color: #444;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
	font-size: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
	position:relative;
}

body a {
	color: #1abc9c;
	text-decoration: none;
}

body a:hover {
	color: #1abc9c;
	text-decoration: none;
}
body.home {
	/*background-image:url(https://maeda-inc.jp/wp/wp-content/uploads/2015/01/1_F8G5013.jpg);*/
	background-size:100% auto;
}

* { 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

img {
	max-width: 100%;
	height: auto;
}

.hidden { display: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.top_box_mobile_child:after{
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}
#mobile_nav,.works_link_all_mobile{
            /*margin-top: 60px;*/
            display:none;
}
.works_link_all{
    display: block;
}
.works_link_all,.works_link{
    margin-top: 50px;
}

::selection {
	background: #1abc9c;
	color: #333;
}

::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; }


.mb10em {margin-bottom:1.0em;}
/*.mb20em {margin-bottom:2.0em;}*/
.p10em {padding:1.0em;}
.p20em {padding:2.0em;}
.fc_red {color:#b20000;}
.fc_green {color:#1abc9c;}
.fs14 {font-size:14px;}
.fs13 {font-size:13px;}
.fs12 {font-size:12px;}
.fs10 {font-size:10px;}
.al_center {text-align:center;}
.al_left {text-align:left;}
.al_right {text-align:right;}
* { 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

img {
	max-width: 100%;
	height: auto;
}
iframe.ricoh-theta-iframe{
    height: 300px;
}


/* Transitions --------------------------------------- */


body a,
.post-tags a::after {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.nav-toggle,
.nav-toggle .bar,
.blog-menu a,
.blog-menu ul .has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media a,
.content form input,
.content form textarea,
.media-caption,
.post-nav a,
input#s,
#searchsubmit,
.widget-content ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle,
a.more-link,
.dribbble-shot img,
.flickr_badge_image a img {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.tothetop {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.section {
/*	padding: 10% 0; */
	position: relative;
}

.section.large-padding { padding: 7.5% 0; }
.section.medium-padding { padding: 5% 0; }
.section.small-padding { padding: 2.5% 0; }
.section.no-padding { padding: 0; }

.section.bg-dark { background: #1D1D1D; }
.section.bg-dark-light { background: #262626; }

.bg-shade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	background: #262626;
}

.section-inner {
	width: 65%;
	/*max-width: 1040px;*/
	max-width: 780px;
	margin: 0 auto;
}
.section-inner2 {
	width: 60%;
	max-width: 1040px;
	margin: 5.0em auto 0 auto;
}
.final-tiles-gallery{
    margin-top: 10px;
}

.works-side{
    font-size:13px;
}
.works001 {
	margin:1.0em 0;
}

.big-wrapper { overflow: hidden; }

.wrapper { 	margin-top: 0.5em; }
.wrapper2 { 	margin: 5.0em auto 0 auto; width:65%; max-width:780px;}
.content { width: 100%; padding:0px;}
.content.center { margin-left: auto; margin-right: auto; }
.content.full-width { width: 100%; }

.sidebar { width: 27.5%; }


/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */


/*.header-cover { overflow-y: hidden; }*/
.header-cover {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}
.header {
	/*padding: 10% 0;*/
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.header-inner { position: relative; z-index: 2; text-align: center; }
.home .header-inner {
	text-align: left;
    width: 100%;
	max-width: 90%;
}
.home .header {
	padding: 50px 0;
}

.blog-logo { 
	display: none; 
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
}
.blog-logo a {
	color:#999;
}
.blog-logo a,
.blog-logo img { display: block; }

.blog-logo img {
	max-height: 250px;
	width: auto;
	max-width: 100%;
	height: auto;
}
.home .blog-logo {
	float: left;
}
.page .blog-logo {
	position:fixed;
	left:40px;
	top:90%;
	width:100%;
	max-width:300px;
	height:10%;
	z-index:105;
	display:none;	
}
.single .blog-logo {
	position:fixed;
	left:40px;
	top:90%;
	width:100%;
	max-width:300px;
	height:10%;
	z-index:105;	
}

.home .link-box2 {
	display: inline-block;
	float: left;
	padding: 0 0 0 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0,0,0,1);
	font-size: 15px;
	font-weight:bold;
}
.home .link-box2 a,.home .language a {
	font-size: 15px;
	color: #000;
	line-height:1.5em;
}
.home .link-box2 a:hover,.home .language a:hover {
	color: #f00;
}
.home .language {
	/*display: inline-block;*/
	display:none;
	float: right;
	background:#fff;
	opacity:0.7;
	padding:7px;
}
.home .language-jp {
	padding-right: 10px;
}
.page .language, .single .language {
	/*display: inline-block;*/
	display:none;
	position:fixed;
	right:40px;
	top:5%;
	background:#fff;
	opacity:0.7;
	padding:7px;
}
.page .language a, .single .language a {
	font-size: 14px;
	color: #000;
	line-height:1.5em;
}
.page .language a:hover, .single .language a:hover {
	color: #f00;
}
.page .link-box , .single .link-box {
	display:none;
}
.home .language-jp {
	padding-right: 10px;
}

.blog-info {
	display: inline-block;
	padding: 30px;
	background: #1d1d1d;
}

.blog-title { 
	width: 100%; 
	text-align: center; 
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
}

.blog-title a {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
	font-size: 1.75em;
}

.blog-description:before {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: rgba(255,255,255,0.1);
	margin: 20px auto;
}

.blog-description {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
	text-align: center;
	color: rgba(255,255,255,0.4);
	font-weight: 300;
}

/* Nav-toggle --------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


.mobile-menu { display: none; }

.blog-menu li { position: relative; }
/*.blog-menu > li { float: left; }

.blog-menu > li:before {
	content: "/";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	margin-left: -3px;
	font-size: 16px;
	color: #444;
	font-weight: 300;
	z-index: 1000;
}
*/

.blog-menu > li:first-child:before { content: none; }

.blog-menu a {
	display: block;
	padding: 8px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0,0,0,1);
	font-size: 15px;
	font-weight:bold;
}

/*.blog-menu a:hover,*/
/*.blog-menu .current-menu-item a { color: #FFF; }*/

.blog-menu > .has-children a,
.blog-menu > .page_item_has_children a { padding-right: 35px; }

.blog-menu > .has-children::after,
.blog-menu > .page_item_has_children::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 17px;
	top: 50%;
	margin-top: -2px;
}

.blog-menu > .has-children:hover::after,
.blog-menu > .page_item_has_children:hover::after { border-top-color: #FFF; }

.blog-menu li:hover a {
	/*background-color: #fff;*/
	cursor: pointer;
}

.blog-menu li:hover > a { color: #ff0000; }


/* Sub menus --------------------------------------- */


.blog-menu ul {
	position: absolute;
	left: -9999px;
	display: none;
	z-index: 999;
}

.blog-menu ul li {
    float: none;
    display: block;
}

.blog-menu ul > .has-children::after,
.blog-menu ul > .page_item_has_children::after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.blog-menu ul > .has-children:hover::after,
.blog-menu ul > .page_item_has_children:hover::after { border-right-color: #FFF; }

.blog-menu ul li { 	
	width: 240px; 
	background: #1d1d1d;
}

.blog-menu ul a {
	padding: 20px 0px;
	margin: 0 20px;
	line-height: 130%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.blog-menu ul > li:last-child a { border-bottom-width: 0; }

.blog-menu li:hover > ul {
	opacity: 1;
	left: 0;
	display: block;
}

/**TOP関連**/
/*横スクロール*/
.top_box{
    position: relative;
    width:780px;
    background:url(https://maeda-inc.jp/wp/wp-content/uploads/2015/08/bg.jpg) no-repeat;
    background-position: 0px 150px;
}
.top_box a.top_icon{
    position: absolute;
    width: 40px;
    height: 40px;
}
.top_box .vc_col-sm-12{
    height: 900px;
    padding-left:0px;
    padding-right:0px;

}
.categorize{
    z-index:100;
    padding-bottom: 30px;
}
h2 a.top_link,a.top_link:hover{
    cursor: pointer;
    color: #333;
    text-decoration: none;
}
#iconarea{
    position: relative;
    margin-top:130px;
    
}
.top_gif{
    border: 0;
    border-style:none;
}
.works_link_all{
    margin-bottom: 58.8px;
}
li.li_first{
    padding-left: 20px;
}

/** Coverflowの設定--------------------------------- **/
#preview {
    padding-bottom: 100px;
    padding:2em;
    margin:0 10px;
    text-align:center;
}
/* アルバムの設定 */
#preview-coverflow .coverflows {
    cursor:pointer;
    width:160px;
    height:210px;
    box-shadow:	0 0 4em 1em white;
}


/* Deep down --------------------------------------- */


.blog-menu ul li:hover > ul {
	top: 0;
	left: 240px;
	margin-left: 0;
}

/* アコーディオン */
ul.accordion{ /* アコーディオンを含むリスト */
  width: 120px;
  margin: 20px 0;
font-weight:bold;
background-color: rgba(255,255,255,0.5); 
  }
ul.accordion ul{
  margin: 2px 0 10px 14px;
  display: none; /* アコーディオン非表示 */
  }
ul.accordion ul li {
  font-size:16px;
 }
 ul.accordion ul.openUl{
     display: block;
 }
ul.accordion li{ /* 見出し */
  list-style: none;
  line-height: 20px;
  padding-left:5px;
  margin: 5px 0;
font-weight:bold;
  color: #333;
font-size:18px;
  }
ul.accordion li a{
  color: #333;
  text-decoration: none;
  }
ul.accordion li.works_menu,li.news_menu,li.top_menu,ul.accordion li.sub{
font-size:1.5em;
font-family: helvetica;
}
ul.categorize li a:hover, .over{
  color: #666;
  text-decoration: underline;
  }
ul.accordion li.current{
  font-weight: bold;
  }
ul.accordion li.sub{ /* サブメニュー */
  border: none;
  }
ul.accordion li p span a,ul.accordion li a.top_link{ /* サブメニューの三角アイコン */
font-weight:bold;
font-size:27px;
font-family:  helvetica;
  }
ul.accordion li p span.open{ /* サブメニューが開いてるとき */

  }
p span{
      font-size: 12px;
      line-height: 120%;
}

.iran{
    display:none;
}
/* -------------------------------------------------------------------------------- */
/*	5. Main content
/* -------------------------------------------------------------------------------- */


.post, 
.page { 
	padding-bottom: 10%; 
	border-bottom: 4px solid #EEE;
	margin-bottom: 10%;
}

.single-post .post,
.single-page .post,
.post:last-child,
.page:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }


/* Featured media --------------------------------------- */


.featured-media { 
	position: relative;
	display: block;
	margin-bottom: 6%; 
}

.featured-media a,
.featured-media img { display: block; }

.featured-media img { border-radius: 4px; }

.featured-media iframe { 
	display: block;
	border: none; 
	max-width: 100%; 
	height: auto; 
}

.featured-media .sticky-post {
	position: absolute;
	top: 5%;
	right: 0;
	padding: 8px 10px;
	border-radius: 3px 0 0 3px;
	background: #1abc9c;
	color: #FFF;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 10;
}

.media-caption-container { 
	position: absolute; 
	width: 95%; 
	margin-left: 2.5%; 
	bottom: 1.5em; 
	text-align: center; 
	font-size: 0.85em; 
}

.media-caption { 
	display: inline-block; 
	padding: 7px 11px; 
	border-radius: 3px; 
	background: #262626; 
	background: rgba(38,38,38,0.75); 
	color: #FFF; 
	text-align: center; 
	line-height: 130%;
}

.media-caption:hover { 
	background: #262626; 
	color: #FFF; 
}


/* Post header --------------------------------------- */


.post-header { margin-bottom: 3%; }

.post-title {
	font-size: 2.5em;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 15px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;

 -ms-word-break: break-all;
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.post-title,
.post-title a { color: #2d2d2d; }

.post-meta {
	font-size: 0.8em;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-meta a { color: #999; }
.post-meta a:hover { color: #1abc9c; }

.post-meta .date-sep { margin: 0 5px; color: #DDD; }




.post-content a.more-link {
	display: inline-block;
	background: #262626;
	padding: 10px 18px;
	color: #FFF;
	font-size: 0.85em;
	border-radius: 4px; 
}

.post-content a.more-link:hover { 
	background: #1abc9c; 
	color: #FFF;
	text-decoration: none !important;
}
.wpb_raw_code {
	margin-top:-2.0em;
}

/* Post format aside --------------------------------------- */


.blog .format-aside .post-meta,
.archive .format-aside .post-meta,
.search .format-aside .post-meta { text-align: center; }

.blog .format-aside .post-content,
.archive .format-aside .post-content,
.search .format-aside .post-content {
	padding: 20px;
	background: #EEE;
	margin-top: 20px;
	border-radius: 3px;
}
.news .post-content {
	margin-bottom:8.0em;
	margin-top:-3.0em;
}

/* Post format quote --------------------------------------- */


.blog .format-quote .post-meta,
.archive .format-quote .post-meta,
.search .format-quote .post-meta { text-align: center; }

.blog .format-quote .post-content,
.archive .format-quote .post-content,
.search .format-quote .post-content {
	margin-top: 20px;
	padding: 40px;
	background: #262626;
	color: #FFF;
	border-radius: 3px;
}

.blog .format-quote .post-content blockquote,
.archive .format-quote .post-content blockquote,
.search .format-quote .post-content blockquote {
	background: none;
	color: #FFF;
	padding: 0;
	font-size: 1.25em;
	margin-bottom: 0;
}

.blog .format-quote .post-content blockquote p,
.archive .format-quote .post-content blockquote p,
.search .format-quote .post-content blockquote p {
	text-align: center;
}

.blog .format-quote .post-content blockquote cite,
.archive .format-quote .post-content blockquote cite,
.search .format-quote .post-content blockquote cite {
	display: block;
	text-align: center;
	color: rgba(255,255,255,0.75);
	font-size: 1rem;
	font-weight: 400;
}

.blog .format-quote .post-content blockquote cite a,
.archive .format-quote .post-content blockquote cite a,
.search .format-quote .post-content blockquote cite a { color: rgba(255,255,255,0.75); }

.blog .format-quote .post-content blockquote cite a:hover,
.archive .format-quote .post-content blockquote cite a:hover,
.search .format-quote .post-content blockquote cite a:hover { text-decoration: none; }


/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */


.post-meta-bottom {
	margin-top: 10%;
	position: relative;
}

.post-categories {
	position: relative;
	font-size: 0.85em; 
	font-weight: 400;
	color: #999;
	line-height: 120%;
	padding-left: 36px;
}

.category-icon,
.category-icon:after,
.front-flap,
.front-flap:after {
	display: block;
	position: absolute;
}

.category-icon {
	left: 0;
	top: 2px;
	width: 24px;
	height: 16px;
	background: #727272;
	border-radius: 0 2px 2px 2px;
}

.category-icon:after {
	content: "";
	width: 12px;
	height: 3px;
	top: -3px;
	left: 0px;
	background: #727272;
	border-radius: 1px 1px 0 0;
}

.front-flap {
	height: 13px;
	width: 22px;
	bottom: -1px;
	right: -2px;
	background: #727272;
	border-radius: 2px;
	border: 1px solid #FFF;
	-webkit-transform: skew(-25deg,0deg);
	-moz-transform: skew(-25deg,0deg);
	-ms-transform: skew(-25deg,0deg);
	-o-transform: skew(-25deg,0deg);
	transform: skew(-25deg,0deg);
}

.post-categories a:hover { text-decoration: underline; }

.post-tags { 
	margin-top: 20px; 
	margin-left: 12px;
}

.post-tags a {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	padding: 6px;
	margin-bottom: 5px;
	margin-right: 20px;
	background: #767676;
	border-radius: 0 2px 2px 0;
}

.post-tags a::after {
	border-top: 12px solid transparent;
	border-right: 12px solid #767676;
	border-bottom: 12px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
}

.post-tags a:before {
	content: "";
	display: block;
	position: absolute;
	left: -4px;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #FFF;
	border-radius: 99px;
	z-index: 10;
}

.post-tags a:hover {
	background: #1abc9c;
	color: #FFF;
}

.post-tags a:hover:after { border-right-color: #1abc9c; }

.post-nav {
	font-size: 0.95em;
	margin-top: 20px;
	border-top: 4px solid #EEE;
	border-bottom: 4px solid #EEE;
}

.post-nav a {
	display: block;
	position: relative;
	float: left;
	padding: 25px 0;
	max-width: 49%;
	color: #666;
}

.post-nav h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.7em;
	color: #999;
	margin-bottom: 7px;
	font-weight: 700;
}

.post-nav-newer h5 { text-align: right; }

.post-nav-newer,
a.post-nav-newer { float: right; text-align: right; }

.post-nav a:hover { color: #1abc9c; }


/* -------------------------------------------------------------------------------- */
/*	7. Post content
/* -------------------------------------------------------------------------------- */


.post-content { font-size: 1.075em; }
/*==font調整--*/
.post-content {
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
  text-align: left;
}
.post-content a:hover { text-decoration: underline; }

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 130%;
	margin-bottom: 1.1em;
}

.post-content > *:first-child { margin-top: 0; }
.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 20px;
	color: #444;
	line-height: 120%;
}

.post-content h1 { font-size: 2em; font-weight: 700; }

.post-content h2 { font-size: 1.75em; font-weight: 700; }

.post-content h3 { font-size: 1.5em; font-weight: 700; }

.post-content h4 { font-size: 1.25em; }

.post-content h5 { font-size: 1.1em; }

.post-content h6 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 30px;
}

.post-content blockquote {
	padding: 1.1em;
	line-height: 150%;
	color: #666;
	background: #EEE;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
}

.post-content cite {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 140%;
	color: #666;
}

.post-content cite:before { content: "— "; }

.post-content blockquote cite {
	display: block;
	margin-top: 1em;
	font-size: 0.8em;
}

.post-content blockquote cite em { font-style: italic; font-weight: bold; }

em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content hr {
	width: 50%;
	height: 4px;
	background: #EEE;
	margin: 2em auto;
	border: 0;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-bottom: 0.5em;
	line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	padding: 3% 3.5%;
	background: #F1F1F1;
}

.post-content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 140%;
	padding: 2% 2.5%;
	background: #f1f1f1;
}


/* Post media --------------------------------------- */


img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #EEE;
}


.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1em;
}

.post-content .alignright {
	float: right;
	margin-left: 1em;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-size: 0.85em;
	padding-top: 0.5em;
	color: #888;
	text-align: center;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}


/* Tables --------------------------------------- */


.post-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 1.1em;
}

.post-content th,
.post-content td {
	padding: 1%;
	margin: 0;
	overflow: visible;
	line-height: 130%;
	border-bottom: 1px solid #fff;
}

.post-content caption {
	color: #444;
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	font-weight: bold;
	color: #444;
}

.post-content table tbody > tr:nth-child(odd) > td { background: #fff; }


/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 12px;
	background: #1ABC9C;
	color: #fff;
}

.post-content label {
	font-size: 1rem;
	font-weight: 700;
}

.post-content input,
.post-content textarea { 
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica; 
}
.post-content input[type="email"],
.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 0.9em;
	border: none;
	color: #333;
	background: #f2f2f2;
	border-radius: 3px;
	-webkit-appearance: none;
}

.post-content input[type="file"] {
	padding: 10px;
	background: #f2f2f2;
	border-radius: 3px;
}

.post-content textarea { 
	height: 180px; 
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background: #333;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-appearance: none;
}

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="button"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="submit"] + input[type="submit"] {
	margin-left: 10px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #1ABC9C;
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */


.comments,
.comment-respond {
	border-top: 4px solid #EEE;
	padding-top: 10%;
	margin-top: 10%;
}

.post-meta-bottom + .comments,
.post-meta-bottom + .comment-respond {
	border-top: none;
	padding-top: 0;
}

.comments-title,
#reply-title,
.pingbacks-title {
	font-size: 1.75em;
	font-weight: 400;
	color: #2d2d2d;
}

.comments-title { margin-bottom: 10%; }

li.comment,
li > div.comment {
	margin-bottom: 25px;
	position: relative;
}

li > div.comment { 
	padding-bottom: 25px;
	border-bottom: 1px solid #EEE; 
}

.commentlist > li:first-child > div.comment:first-child { border-top: 1px solid #EEE; padding-top: 25px; }

.children > li > div.comment { padding-left: 10%; }
.children .children > li > div.comment { padding-left: 20%; }
.children .children .children > li > div.comment { padding-left: 30%; }
.children .children .children .children > li > div.comment { padding-left: 40%; }
.children .children .children .children .children > li > div.comment { padding-left: 50%; }

.comment .children li:last-child { margin-bottom: 0; }

.commentlist > li.comment:last-child,
.commentlist > li.comment div.comment:last-child {
	margin-bottom: 0;
}


/* Pingback list --------------------------------------- */


.comments .pingbacks { margin-top: 5.5%; }

.pingbacks-inner { margin: 0 auto; }

.pingbacks-title { margin-bottom: 20px; }

.pingbacklist li {
	padding: 0.5em;
	line-height: 130%;
}

.pingbacklist a:hover { text-decoration: underline; }

.pingbacklist li:nth-child(odd) { background: #f9f9f9; }

.pingbacklist .comment-edit-link { color: #999; }
.pingbacklist .comment-edit-link:hover { color: #444; text-decoration: none; }


/* Comment meta --------------------------------------- */


.comment-meta { margin-bottom: 1em; }

.comment-meta .avatar {
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 999px;
	float: left;
}

.comment-actions {
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.comment-actions a { margin-left: 8px; }
.comment-actions a:first-child { margin-left: 0; }

.comment-meta-content {
	margin-left: 70px;
	padding-top: 7px;
}

.comment-meta-content cite {
	font-size: 1.075em;
	color: #444;
	margin-bottom: 5px;
	display: block;
	font-weight: 700;
}

.bypostauthor .comment-meta-content cite .post-author { 
	font-weight: 400; 
	color: #999; 
	margin-left: 3px; 
	letter-spacing: 0; 
}

.comment-meta-content cite a { color: #444; }
.comment-meta-content cite a:hover { color: #1abc9c; }

.comment-meta-content p {
	font-size: 0.8em;
	text-transform: uppercase;
}

.comment-meta-content p a { color: #BBB; }
.comment-meta-content p a:hover { color: #1abc9c; }

.comment-awaiting-moderation {
	position: absolute;
	right: 0;
	top: 4px;
	font-weight: bold;
	display: block;
	padding: 10px;
	background: #CCC;
	border-radius: 3px;
	font-size: 0.8rem;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment-awaiting-moderation:hover { background: #2d2d2d; }


/* Comment nav below --------------------------------------- */


.comment-nav-below {
	margin-top: 10%;
	margin-bottom: -5%;
	border-top: 4px solid #EEE;
	padding-top: 5%;
	background: none;
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment-nav-below a { color: #666; }


/* Comment content --------------------------------------- */


.comment-content {
	margin-left: 70px;
	font-size: 1em;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 1.25em;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 10px;
	text-transform: none;
}


/* Respond --------------------------------------- */


.comment-respond { border-top: 0; padding-top: 0; }

.comments + .comment-respond {
	padding-top: 10%;
	border-top: 4px solid #EEE;
	margin-top: 10%;
}

#reply-title { margin-bottom: 20px; }

#respond a:hover { text-decoration: underline; }

#respond .content-section-right {
	border-radius: 0 0 4px 4px;
	border-top: 1px solid #EEE;
	z-index: 12;
}

.nocomments {
	margin-top: 10%;
	color: #666;
	text-align: center;
}

#cancel-comment-reply-link {
	margin-left: 10px;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

#respond p,
#respond code {
	line-height: 150%;
}

#respond code { border-radius: 2px; }

.comment-form p { margin-bottom: 20px; }
.comment-form p:last-child { margin-bottom: 0; }

p.comment-notes,
p.logged-in-as {
	margin-bottom: 10%;
	color: #666;
}

#respond form label,
.comment-form .required { display: none; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input.password,
.comment-form textarea {
	-webkit-appearance: none;
	border: none;
	background: #FAFAFA;
	font-size: 1em;
	color: #444;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
	border-radius: 3px;
	padding: 16px;
	margin: 0;
	width: 100%;
	border: 1px solid #EEE;
}

.comment-form textarea { line-height: 160%; height: 250px; }

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input.password:focus,
.comment-form textarea:focus {
	outline: none;
	background-color: #EEE;
	color: #444;
}

.comment-form input { max-width: 75%; }

.comment-form input[type="submit"] {
	width: auto;
	max-width: none;
	padding: 16px 18px;
	margin-bottom: 0;
	border: none;
	background: #1D1D1D;
	color: #FFF;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
	font-size: 0.925rem;
	border-radius: 4px;
}

.comment-form input[type="submit"]:hover {
	cursor: pointer;
	background: #1abc9c;
	color: #FFF;
}

.comment-form input[type="submit"]:active {
	top: 1px;
	position: relative;
}

p.form-allowed-tags {
	margin-top: 1.5em;
	line-height: 160%
}

.form-submit { margin-top: 1.5em; }


/* -------------------------------------------------------------------------------- */
/*	9. Pagination
/* -------------------------------------------------------------------------------- */


.page-title { 
	margin-bottom: 7.5%; 
	text-align: center;
}

.page-title h4 {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 700;
	color: #999;
	padding-bottom: 5px;
	border-bottom: 2px solid #EEE;
}


/* Archive nav --------------------------------------- */


.archive-nav { margin-top: 15%; }

.archive-nav a { 
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.archive-nav a:hover { color: #1abc9c; }

.archive-nav .post-nav-older { float: left; }
.archive-nav .post-nav-newer { float: right; }


/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


/* Search --------------------------------------- */


.post-content .searchform { position: relative; }

.post-content .searchform input { height: 60px; }

.post-content .searchform input#s {
	-webkit-appearance: none;
	width: 99%;
	padding: 18px 95px 18px 18px;
	background: #FFF;
	border: 1px solid #DDD;
	border-right: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
	font-size: 1rem;
	border-radius: 3px 0 0 3px;
}

.post-content .searchform #s:focus { 
	outline: none; 
	background: #EEE;
	color: #444;
}

.post-content .searchform #searchsubmit {
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	line-height: 1;
	border: none;
	background: #1abc9c;
	border: 1px solid #1abc9c;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8rem;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
	border-radius: 0 3px 3px 0;
}

.post-content .searchform #searchsubmit:hover {
	cursor: pointer;
	background-color: #089D80;
	border-color: #089D80;
}


/* Archives template --------------------------------------- */


.archive-col { font-size: 0.9em; }

.page-template-template-archives-php .post-content ul {
	margin-left: 0;
	list-style: none;
}

.page-template-template-archives-php .post-content ul li { margin-bottom: 0; line-height: 130%; }

.page-template-template-archives-php .post-content ul li a {
	display: block;
	border-bottom: 1px solid #EEE;
	padding: 8px 0;
}

.page-template-template-archives-php .post-content ul li:last-child a { border-bottom: none; }

.page-template-template-archives-php .post-content ul.children li:first-child a { border-bottom: 1px solid #EEE; }

.page-template-template-archives-php .post-content ul li a span { color: #999; }

.page-template-template-archives-php .post-content ul li a:hover {
	text-decoration: none;
	color: #666;
}

.page-template-template-archives-php .post-content ul li a:hover {
	background-color: #F9F9F9;
	padding-left: 12px;
}


/* -------------------------------------------------------------------------------- */
/*	11. Sidebar
/* -------------------------------------------------------------------------------- */


.widget {
	padding-bottom: 15%;
	border-bottom: 4px solid #EEE;
	margin-bottom: 15%;
}

.widget:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.widget-title {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	color: #444;
}

/* widget-content */

.widget-content {
	color: #555;
	font-size: 1rem;
	line-height: 140%;
}

.widget-content *:last-child { margin-bottom: 0; }

.widget-content a:hover { text-decoration: underline }

.widget-content p {
	line-height: 150%;
	margin-bottom: 1em;
}

.widget-content ul li {
	padding: 10px 0;
	border-top: 1px solid #EEE;
	line-height: 130%;
}

.widget-content li ul > li:first-child { margin-top: 10px; }
.widget-content .page_item_has_children { padding-bottom: 0; }

.widget-content li ul li { padding-left: 15px; }

.widget-content ul li .post-date { margin-left: 5px; color: #999; }

.widget-content > ul > li:first-child { border-top: 0; }


/* Widget search --------------------------------------- */


.widget_search form { position: relative; }

.widget_search input { height: 52px; }

.widget_search input#s {
	-webkit-appearance: none;
	width: 99%;
	padding: 18px 95px 18px 18px;
	background: #FFF;
	border: 1px solid #DDD;
	border-right: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;;
	font-size: 1rem;
	border-radius: 3px 0 0 3px;
}

.widget_search #s:focus { 
	outline: none; 
	background: #EEE;
	color: #444;
}

.widget_search #searchsubmit {
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	line-height: 1;
	border: none;
	background: #1abc9c;
	border: 1px solid #1abc9c;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8rem;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
	border-radius: 0 3px 3px 0;
}

.widget_search #searchsubmit:hover {
	cursor: pointer;
	background-color: #089D80;
	border-color: #089D80;
}


/* Widget calendar --------------------------------------- */


#wp-calendar {
	color: #888;
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#wp-calendar a { color: #1abc9c; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}

#wp-calendar caption,
#wp-calendar thead {
	color: #666;
	border-bottom: 1px solid #EEE;
}

#wp-calendar caption { text-transform: capitalize; }

#wp-calendar thead th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

#wp-calendar tfoot { border-top: 1px solid #EEE; }
#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	color: #999;
	padding: 0.6em;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #1abc9c;
	background: rgba(255, 255, 255, .05);
}


/* Widget tag cloud --------------------------------------- */


.widget_tag_cloud .tagcloud a { font-size: 0.9em !important; }

.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	line-height: 1;
	margin: 0 5px 5px 0;
	background: #BBB;
	color: #FFF;
	border-radius: 3px;
}

.tagcloud a:hover {
	background: #1abc9c;
	text-decoration: none;
	color: #FFF;
}


/* Widget Flickr --------------------------------------- */


.flickr_badge_image {
	width: 30%;
	margin-bottom: 5%;
	margin-left: 5%;
	overflow: hidden;
	float: left;
	line-height: 0;
}

#flickr_badge_image1,
#flickr_badge_image4,
#flickr_badge_image7,
#flickr_badge_image10,
#flickr_badge_image13,
#flickr_badge_image16,
#flickr_badge_image19,
#flickr_badge_image22,
#flickr_badge_image25 {
	margin-left: 0;
}

.flickr_badge_image img {
	display: block;
	padding: 5px;
	background: #EEE;
}

.flickr_badge_image a:hover img { background: #1abc9c; }

.widgetmore a {
	display: block;
	clear: both;
	padding: 0.5em 0;
}


/* Widget Dribbble --------------------------------------- */


.dribbble-shot {
	display: block;
	width: 47.5%;
	margin-bottom: 5%;
	margin-right: 5%;
	overflow: hidden;
	float: left;
	line-height: 0;
}

.dribbble-shot:nth-child(2n) { margin-right: 0; }

.dribbble-shot img {
	display: block;
	padding: 5px;
	background: #EEE;
}

.dribbble-shot:hover img { background: #1abc9c; }


/* -------------------------------------------------------------------------------- */
/*	12. Footer
/* -------------------------------------------------------------------------------- */


.footer {
	font-size: 0.9em;
	margin-top: 7.5%;
}

.column {
	width: 30%;
	margin-left: 5%;
}

.column:first-child { margin-left: 0; }


/* Footer widgets --------------------------------------- */


.footer .widget { border-bottom-color: rgba(255,255,255,0.1) }

.footer .widget-title { color: #EEE; letter-spacing: 1px; font-weight: 600; }

.footer .widget-content { color: #666; }

.footer .widget-content ul li { border-top-color: rgba(255,255,255,0.1); }

.footer .widget-content > ul > li:first-child { border-top: none; }


/* Widget search --------------------------------------- */


.footer .widget_search #s:focus { 
	outline: none; 
	background: #FFF;
	border-color: #DDD;
	color: #444;
}


/* Widget calendar --------------------------------------- */


#wp-calendar caption,
#wp-calendar thead { border-bottom-color: rgba(255,255,255,0.1); }
#wp-calendar tfoot { border-top-color: rgba(255,255,255,0.1); }


.footer .flickr_badge_image img,
.footer .dribbble-shot img { background: rgba(255,255,255,0.1); }

.footer .flickr_badge_image a:hover img,
.footer .dribbble-shot:hover img { background: #1abc9c; }


/* Widget tag cloud --------------------------------------- */


.footer .tagcloud a { background-color: rgba(255,255,255,0.1); color: #FFF; }
.footer .tagcloud a:hover { background-color: #1abc9c; color: #FFF; }


/* -------------------------------------------------------------------------------- */
/*	13. Credits
/* -------------------------------------------------------------------------------- */


.credits.no-padding { font-size: 0.8rem; }

.credits-inner { 
	padding: 25px 0 4%;
	border-top: 2px solid rgba(255,255,255,0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.credits,
.credits a { color: #666; }

.credits-left { float: left; }
.credits-right { float: right; }

.tothetop:hover { cursor: pointer; }

img#wpstats { display: none; }

/* ---------------------------------------------
点滅
----------------------------------------------*/
.stuff_bosyuu {
    font-size: 11px;
    white-space: nowrap;
    text-indent: 5px;
    display: block;
	margin: 9px 0;
}

.stuff_bosyuu a {
    color: red;
    font-weight: 400;
}

.stuff_bosyuu a:hover {
	color: red;
}

.custom-blink.hidden {
	opacity:0;
  }

  .custom-blink2.hidden {
	opacity:0;
  }


.blinking {
    -webkit-animation: 1.0s linear 0s alternate none infinite running blink;
    -moz-animation: 1.0s linear 0s alternate none infinite running blink;
    animation: 1.0s linear 0s alternate none infinite running blink;
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    20% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    20% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    20% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}

/* ---------------------------------------------
TOP-page
----------------------------------------------*/
#open-logo {
	height:83px;
	width:150px;
	background:url(https://maeda-inc.jp/wp/wp-content/uploads/2015/08/top_logo.png) no-repeat;
	background-size:100% auto;
	position:absolute;
	/*margin-top:25%;*/
	/*margin-left:45%;*/
	z-index:200;
	opacity:1;
}
#content-top {
	width:100%;
	max-width:800px;
/*	height:600px;
	max-height:600px;*/
	background:url(https://maeda-inc.jp/wp/wp-content/themes/hemingway/images/top_wh.png) no-repeat;
	background-size: 100% auto;
	padding:6.0em 1.0em 1.0em 1.0em;
	margin-top:200px;
	z-index:1000;
	opacity:0;
}
.posts-top {
	width:100%;
	height:auto;
	/*max-height:300px;*/
	line-height:1.5em;
	overflow:hidden;
}
.post-img {
	width:45%;
	float:right;
}

.post-img img {
	width:100%;
	height:auto;
}
/*====
===iframe レスポンシブ=====*/
.iframe-content {
    position: relative;
    width: 100%;
    padding: 65% 0 0 0;
	opacity:0;
filter:alpha(opacity=0);
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;

}
/*.iframe-content .cover {
	psition:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#fff;
	z-index:1000;
	opacity:1;
}*/
/*====
===iframe レスポンシブ=====*/
.post-text {
	width:48%;
	float:left;
	line-height:1.5em;
}
.time-space {
	font-size:90%;
	margin-bottom:0.7em;
}
h2.post-title-top {
	font-size:110%;
	font-weight:bold;
	margin-bottom:1.0em;
}
.navigation {
	position:fixed;
	left:0;
	top:5%;
	width:15%;
	max-width:150px;
	height:15.0em;
	z-index:100;
}
/* --------------
profile
------------ */
/*
.profile_right {
	position:relative;
}
.bottom_text {
	position:absolute;
	bottom:0px;
}
*/
/*==font調整--*/
table#tablepress-1 {
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
  text-align: left;
}
table.profile {
	border:none;
	border-color:#fff;
}
table.profile td {
	background:#fff;
}
table.books td.column-3 {
	vertical-align:bottom;
}
table.books td.column-5 {
	vertical-align:bottom;
}
table td img {
	max-width:100%;
	}
table {
	width:100%;
}

.wpb_content_element {
	line-height:1.0em;
}
td,tr {
	background:#fff;
}
.post-content p {
	line-height:1.0em;
}
.smp_only {
	display:none;
}
.lecture {
	display:block;
}
.exhibition {
	display:none;
}
.text2 {
	display:none;
}
.page-id-377 h2 {
	padding-top:20px;
}
h2.post-title-top {
	padding-top:0;
}
#act01,#act02,#act03 {
	cursor: pointer;
}

ul.categorize {
	list-style:none;
        margin-left: 40px;
}
ul.categorize li.categorize_list1,
ul.categorize li.categorize_list,
ul.categorize li{
	width: 85px;
	height:20px;
	margin-left:51px;
	float:left;
	font-family:helvetica;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	display:block;
}
ul.categorize li.categorize_list1 a,
ul.categorize li.categorize_list a {
	color:#333;
        cursor:pointer;
}
ul.categorize_inner {
	margin-top:1.0em;
	list-style:none;
	padding-left:160px;
	display:none;
}
inner_list {
	width:110px;
	float:left;
	font-family:helvetica;
	font-size:14px;
	list-style:none;
}
ul.categorize li a{
        cursor: pointer;
	color:#333;
}
.blog-menu2{
    display: none;
}
.top_box_desk{
        display:block;
    }
.vc_col-sm-3{
    width: 25%;
    float:left;
}
.works-side {
        width: 13%;
        float:left;
	height:800px;
	position:absolute;
	top:5.0em;
	left:1.0em;
	font-size:13px;
}
.navtop{
    margin: 10px 0;
    color: #666;
}
#top_gif_prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 600px;
    left: 0;
}
#top_gif_next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 600px;
    right: 45px;
}
#top_gif_prev:hover, #top_gif_next:hover {
    cursor : pointer;
}
/* -------------------------------------------------------------------------------- */
/*	14. Responsive
/* -------------------------------------------------------------------------------- */

.blog-menu{display:none;}
.blog-menu2 .submenu{display:none;}

@media (max-width: 959px) {
    .vc_col-sm-3{
        width: 25%;
        float:left;
    } 
    .top_box_desk{
        display:block;
    }
    body{
        
    }
    .top_box .vc_col-sm-12{
        float:left;
    }
/*	body { font-size: 16px; }

	 Structure --------------------------------------- 
	
	.wrapper { 	margin-top: 7.5%; }
	.blog-menu{display:none;}
	.blog-menu2{display:none;}*/

}

@media (max-width: 500px) {
.top_box .vc_col-sm-12 {
        height: auto;
}
    p span{
      font-size: 12px;
      line-height: 120%;
    }
    .vc_col-sm-3{
        float:none;
    }
    .top_box_desk{
        display:none;
    }
	body {
           zoom: 100%;
           font-size: 18px;
        } 

	.blog-menu{display:block;}
	.blog-menu2{display:none;}
	.section-inner {
		width:85%;
		margin:0 auto;
	}
        .top_box_mobile_child{
            /*margin-top:60px;*/
        }
        #mobile_nav{
            margin-top: 60px;
            margin-left: 15px;
        }
        #mobile_nav,.works_link_all_mobile{
            /*margin-top: 60px;*/
            display: block;
        }
        .works_link_all{
            display: none;
        }
        .mobile_nav_center{
            margin: 0 auto;
            width: 100%;
        }
        #mobile_nav:after,.works_link_all_mobile:after{
            content: ".";   
             display: block;   
             height: 0;   
             clear: both;   
             visibility: hidden;  
        }
        #mobile_nav ul,.works_link_all_mobile ul{
            list-style: none;
        }
        #mobile_nav ul li,.works_link_all_mobile ul li{
            float: left;
            font-weight:normal;
            font-style:normal;
            font-size: 100%;
            line-height: 1;
            font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
            width:100px;
        }
        #mobile_nav ul li a,.works_link_all_mobile ul li a,
        #mobile_nav ul li a:hover,.works_link_all_mobile ul li a:hover{
            font-weight:normal;
            font-style:normal;
            font-size: 100%;
            line-height: 1;
            font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
            margin: 0 10px;
            display: block;
            width: 100px;
            text-decoration: none;
            color: #333;
            cursor: pointer;
            text-align: center;
        }
        

	/* Structure --------------------------------------- */

	.content,
	.sidebar {
		width: 100%;
		float: none;
	}
	
	.sidebar { display: none; }
	
	.section.large-padding,
	.section.medium-padding { padding: 40px 0; }
	
	.footer { margin-top: 60px; }
	
	/* Navigation --------------------------------------- */
	
	.navigation-inner { 
            display:block;
            max-width: 100%;
            position: fixed !important;
        }
			
	.blog-menu{display:none;}

	.blog-menu2{display:none;}
	
	.toggle-container { 
		display: none; 
		background: #fff;
	}
	
	.toggle {
		display: inline-block;
		position: relative;
		height: 57px;
		width: 32px;
		padding: 20px 0px;
	}
	
	.toggle:hover { cursor: pointer; }
	
	.nav-toggle { float: left; margin-left: 7%; }
	.search-toggle { float: right; margin-right: 7%; }
		
	.nav-toggle:hover { cursor: pointer; }
	
	.nav-toggle .bar {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: 4px;
		background: #666;
	}
	
	.nav-toggle .bar:first-child { margin-top: 0; }
		
	.nav-toggle.active .bar { background-color: #666; }
	
	.search-toggle .metal,
	.search-toggle .glass,
	.search-toggle .handle {
		position: absolute;
	}
	
	.search-toggle .metal {
		width: 24px;
		height: 24px;
		top: 14px;
		left: 6px;
		border-radius: 999px;
		background: #555;
	}
	
	.search-toggle .glass {
		width: 14px;
		height: 14px;
		top: 19px;
		left: 11px;
		border-radius: 999px;
		background: #fff;
	}
	
	.search-toggle .handle {
		height: 5px;
		width: 14px;
		top: 36px;
		left: 0px;
		background: #555;
		border-radius: 2px 0 0 2px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.search-toggle.active .metal,
	.search-toggle.active .handle { background: #555; }
	
	.blog-search,
	.navigation { background: #fff; }
	.page .navigation {
		/*margin:2.0em 0;*/
	}
        .mobile-menu{
            display:block;
        }
	.mobile-menu a {
		display: block;
		padding: 12px;
		font-size: 12px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
                background: #fff;
/*		background: #282828;*/
		text-transform: uppercase;
		letter-spacing: 1px;
                color: #282828;
/*		color: rgba(255,255,255,0.4);*/
		font-size: 13px;
                border-bottom: solid 1px #000;
                border-left: solid 1px #000;
                border-right: solid 1px #000;
	}
        .mobile-menu li.mb20em{
            border-top: solid 1px #000;
        }
	.mobile-menu a:hover{ 
            color: #000; 
            background: #ccc;
        }
	
	.mobile-menu ul a { width: 100%; }
	
	.mobile-menu ul a { padding-left: 40px; }
	.mobile-menu ul ul a { padding-left: 60px; }
	.mobile-menu ul ul ul a { padding-left: 80px; }
	.mobile-menu ul ul ul ul a { padding-left: 100px; }
	.mobile-menu ul ul ul ul ul a { padding-left: 120px; }
	
	.blog-search { padding: 8%; }
		
	.blog-search .searchform { 
		position: relative; 
		overflow: hidden; 
	}
	
	.blog-search #s {
		width: 97.5%;
		padding: 18px 100px 18px 20px;
		background: #FFF;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
		font-size: 1em;
		color: #444;
		border: none;
		border-radius: 4px 0 0 4px;
		margin: 0;
	}
	
	.blog-search #s:focus { outline: none; }
	
	.blog-search #searchsubmit {
		-webkit-appearance: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 85px;
		padding: 20px 0;
		line-height: 1;
		border: none;
		margin: 0;
		background: #1abc9c;
		border: 1px solid #1abc9c;
		color: #FFF;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 0.8rem;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica;
		border-radius: 0 4px 4px 0;
	}
	
	.blog-search #searchsubmit:hover { 
		cursor: pointer;
		background-color: #089D80;
		border-color: #089D80;
	}
        .wpb_row{
            padding-top: 30px;
        }
	/* 追加（モバイルメニュー上） ------*/
	.page .blog-logo {
		position:absolute;
		display:none;
		z-index:800;
	}
	.page .blog-logo img {
		width:30%;
		height:48px;
		display:none;
		z-index:800;
	}
	.page .language {
		position:absolute;
		top:2%;
		right:0;
		z-index:300;
		font-size:12px;
}
	.page .language ul li.active a {
		color:#333;
}
		
	/* Pagination --------------------------------------- */
	
	.archive-nav { margin-top: 60px; }


}

@media (max-width: 500px) {

	body { font-size: 16px; } 	
	
	/* Header --------------------------------------- */

	.header.section { padding: 60px 0; }
	
	.blog-info { padding: 20px; }
	.blog-description:before { margin: 15px auto; }
	.blog-menu{display:none;}
	.mobile-menu{display:block;}
	.blog-menu2{display:none;}
	/* Main content --------------------------------------- */
	
	.post {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	
	.post:last-child { padding-bottom: 0; border-bottom: none; margin-bottom: 0; }
	
	.featured-media { margin-bottom: 25px; }
	
	.post-header { margin-bottom: 25px; }
	
	.post-title { margin-bottom: 12px; }
	
	.post-meta-bottom { margin-top: 40px; }
	
	/* Post content --------------------------------------- */
	
	.post-content h1,
	.post-content h2,
	.post-content h3,
	.post-content h4,
	.post-content h5,
	.post-content h6 {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
	.post-content .alignleft,
	.post-content .alignright { 
		float: none; 
		width: auto;
		margin: 0 auto 1.2em auto;
	}
	
	.post-content .alignleft img,
	.post-content .alignright img { 
		display: block;
		margin: 0 auto;
	}
		
	/* Comments --------------------------------------- */
	
	.comments { padding-top: 30px; margin-top: 30px; }
		
	.comments-title, #reply-title { font-size: 1.5em; }
	.comments-title { margin-bottom: 30px; }
	
	.comment-meta-content { padding-top: 9px; }
	
	.comment-actions { margin-top: 10px; }
	
	.comment-meta .comment-actions { display: none; }
	
	.comment-content .comment-actions {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 1em;
	}
			
	.comment-content h1,
	.comment-content h2,
	.comment-content h3,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
	/* Respond --------------------------------------- */
	
	.comment-respond { margin-top: 30px; }
	
	#reply-title { margin-bottom: 10px; }
	
	.comment-form input { max-width: 100%; }
	
	.comment-form p { margin-bottom: 15px; }
	
	p.comment-notes,
	p.logged-in-as {
		margin-bottom: 30px;
	}
	
	.comment-form textarea { height: 180px; }
	
	/* Footer --------------------------------------- */
	
	.footer { margin-top: 60px; }
	
	.footer .column {
		width: 100%;
		margin-left: 0;
		padding-top: 40px;
		border-top: 4px solid rgba(255,255,255,0.1);
		margin-top: 40px;
	}
	
	.footer .column:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
	
	.widget {
		margin-bottom: 40px;
		border-bottom: 4px solid rgba(255,255,255,0.1);
		padding-bottom: 40px;
	}
	
	/* Credits --------------------------------------- */
	
	.credits.section { border-top: 1px solid rgba(255,255,255,0.1); }
	
	.credits-inner { 
		padding: 30px 0; 
		border-top: 0;
		text-align: center;
	}
	
	.credits p { float: none; display: inline; }
	
	.credits .right,
	.credits span { display: none; }
#flyicon {
	display:none;
}
.program, .elements {
	display:none;
}
.smp_only {
	display:block;
}
.works-side {
	width:90%;
	height:auto;
	font-size:13px;
        position: static;
}	
}
.vc_col-sm-3{
    display: inline-table;
}
.vc_col-sm-3:after{
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}
.vc_col-sm-12{
    clear: both;
}
.templatera_shortcode{
    margin: 0 auto;
    clear:both;
}


@media (max-width: 500px) {
.blog-menu{display:block;}
.blog-menu2{display:none;}
#tablepress-3 td,#tablepress-3 tr {
  display: block;
  width: 100%;
  border-top: 0 !important;
  margin-bottom: 1.5em !important;
  text-align: center;
}
#tablepress-3 tr {
  border-bottom: 1px dotted #ccc;
}
#tablepress-3 img {
  width:auto;
}
        .iframe-content {
           position: relative;
            width: 100%;
           padding: 75% 0 0 0;
        }
        .iframe-content iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
    }	
	body { font-size: 15px; }
/* ---------------------------------------------
TOP-page
----------------------------------------------*/
#open-logo {
	width:100%;
	max-width:150px;
	height:83px;
	background:url(images/top_anima_logo.png) no-repeat;
	background-size:100% auto;
	/*margin-left:33%;*/
	/*margin-top:60%;*/
	z-index:200;
	opacity:0;
}
#content-top {
	width:100%;
	max-width:800px;
/*	height:600px;
	max-height:600px;*/
	background:#fff;
	padding:1.0em 1.0em 1.0em 1.0em;
	margin-top:50px;
	z-index:1000;
	opacity:0;
}
/*.posts-top {
	width:100%;
	height:auto;

	line-height:1.5em;
background:#fff;
opacity:0.5;
}*/
.post-img {
	width:90%;
	float:none;
}

.post-img img {
	width:100%;
	height:auto;
}
/*====
===iframe レスポンシブ=====*/
/*.iframe-content {
    position: relative;
    width: 100%;
    padding: 10% 0 0 0;
	opacity:0;
filter:alpha(opacity=0);
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:none;

}*/
/*        .iframe-content {
           position: relative;
            width: 100%;
           padding: 75% 0 0 0;
        }
        .iframe-content iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
    }*/
/*====
===iframe レスポンシブ=====*/
.post-text {
	width:98%;
	float:none;
	line-height:1.5em;
padding-top:150px;
}
/*==ここまでTOP=====*/
	/* Header --------------------------------------- */
	
	.header.section {
	 padding: 0 0; 
	height:4.0em;
}
	
	/* Post --------------------------------------- */
	
	.post-title { font-size: 1.75em; }
	
	.post-author { display: none; }
	.post-header .date-sep:nth-of-type(2) { display: none; }
	
	.media-caption-container {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		margin: -3px 0 0 0;
	}
	
	.media-caption {
		padding: 10px;
		border-radius: 0 0 4px 4px;
		background: #EEE;
		color: #666;
		width: 100%;
	}
	
	.media-caption:hover { background: #EEE; color: #666; }
	
	/* Single post --------------------------------------- */
		
	.post-cat-tags p { display: block; }
	.post-cat-tags p:last-child { margin-left: 0; margin-top: 10px; }
	
	.single .post-nav { padding: 0; font-size: 1em; }
	
	.single .post-nav a,
	.single .post-nav .post-nav-newer { 
		max-width: 100%;
		float: none; 
		text-align: left;
		padding: 20px 0;
	}
	
	.single .post-nav .post-nav-newer { border-top: 1px solid #EEE; }	
	.single .post-nav .post-nav-newer h5 { text-align: left; }
	
	/* Post formats --------------------------------------- */
	
	.blog .format-quote .post-content,
	.archive .format-quote .post-content,
	.search .format-quote .post-content {
		padding: 20px;
	}
	
	.blog .format-quote .post-content blockquote,
	.archive .format-quote .post-content blockquote,
	.search .format-quote .post-content blockquote {
		font-size: 1em;
	}
	
	.blog .format-quote .post-content blockquote cite,
	.archive .format-quote .post-content blockquote cite,
	.search .format-quote .post-content blockquote cite {
		font-size: 0.75rem;
	}
	
	/* Comments --------------------------------------- */
	
	.comment-meta-content { margin-left: 65px; }
	
	.comment-content { margin-left: 0; }
	
	/* Pagination --------------------------------------- */
	
	.archive-nav { margin-top: 40px; }
	
	.archive-nav a { font-size: 0.8rem; }
	
	.post-nav span,
	.archive-nav span,
	.comment-nav-below span { display: none; }
	
	/* Footer --------------------------------------- */
	
	.footer { margin-top: 40px; }
	
	/* navigation --------------------------------------- */
	.navigation {
	position:relative;
	width:100%;
	max-width:100%;
	height:auto;
	}
.program, .elements {
	display:none;
}

.bom_common{
    margin:0px;
}

/* トップのアイコン -------------------------------*/
div.top_box_mobile{
    width: 100%;
    margin: 0 auto;
}
.top_moji_mobile{
    font-size: 80%;
}
div#nen{
    float:left;
}
div#iconmobile{
    float:left;
}
div.icon_mobile_set{
    clear:both;
}
div.icon_mobile_set a{
    float:left;
}
div#iconmobile a,div#iconmobile a:hover{
    color:#666;
    line-height: 40px;
}
#nen2024{
	line-height:50px;
	margin-bottom: 100px;
	width:40px;
}
#nen2023 {
	line-height: 50px;
    width: 40px;
}
#nen2022{
    line-height:50px;
	margin-bottom:150px;
    width:40px;
}
#nen2021{
    line-height:50px;
    margin-bottom:250px;
    width:40px;
}
#nen2020{
    line-height:50px;
    margin-bottom:250px;
    width:40px;
}
#nen2019{
	line-height: 50px;
    margin-bottom: 300px;
    width: 40px;
}
#nen2018{
    line-height:50px;
    margin-bottom:50px;
    width:40px;
}
#nen2017{
    line-height:50px;
    margin-bottom:100px;
    width:40px;
}
#nen2016{
    line-height:50px;
    margin-bottom:250px;
    width:40px;
}
#nen2015{
    line-height:50px;
    margin-bottom:50px;
    width:40px;
}
#nen2014{
    line-height:50px;
    margin-bottom:50px;
    width:40px;
}
#nen2013{
    line-height:50px;
    margin-bottom:150px;
    width:40px;
}
#nen2012{
	line-height: 50px;
    margin-bottom: 50px;
    width: 40px;
}
#nen2011{
    line-height:50px;
    margin-bottom:250px;
    width:40px;
}
#nen2010{
    line-height:50px;
    margin-bottom:100px;
    width:40px;
}
#nen2009{
    line-height:50px;
    margin-bottom:50px;
    width:40px;
}
#nen2008{
    line-height:50px;
    margin-bottom:50px;
    width:40px;
}
#nen2007{
    line-height:50px;
    margin-bottom:150px;
    width:40px;
}
#nen2006{
    line-height:50px;
    margin-bottom:100px;
    width:40px;
}
#nen2005{
    line-height:50px;
    width:40px;
}
#nen2004{
    line-height:50px;
    margin-bottom:100px;
    width:40px;
}#nen2003{
    line-height:50px;
    width:40px;
}
.vc_col-sm-3{
    display: inline-table;
}
.vc_col-sm-3:after{
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}
.vc_col-sm-12{
    clear: both;
}
.templatera_shortcode{
    margin: 0 auto;
    clear:both;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*animstion*/
/*!
 * animsition v3.5.2
 * https://blivesta.github.io/animsition/
 * Licensed under MIT
 * Author : blivesta
 * https://blivesta.com/
 */
.animsition,
.animsition-overlay {
	position: relative;
	opacity: 0;
}

.animsition-loading {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
}

.animsition-loading:after {
	position: fixed;
	top: 50%;
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #aaa;
	text-align: center;
	content: "Loading";
}

.animsition-overlay-slide {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #ddd;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.fade-in {
	-webkit-animation-name: fade-in;
	-o-animation-name: fade-in;
	animation-name: fade-in;
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-o-keyframes fade-out {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.fade-out {
	-webkit-animation-name: fade-out;
	-o-animation-name: fade-out;
	animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes fade-in-up {
	0% {
		opacity: 0;
		-o-transform: translateY(500px);
		transform: translateY(500px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(500px);
		-o-transform: translateY(500px);
		transform: translateY(500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade-in-up {
	-webkit-animation-name: fade-in-up;
	-o-animation-name: fade-in-up;
	animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
	}
}

@-o-keyframes fade-out-up {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-500px);
		transform: translateY(-500px);
	}
}

@keyframes fade-out-up {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-500px);
		-o-transform: translateY(-500px);
		transform: translateY(-500px);
	}
}

.fade-out-up {
	-webkit-animation-name: fade-out-up;
	-o-animation-name: fade-out-up;
	animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes fade-in-up-sm {
	0% {
		opacity: 0;
		-o-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade-in-up-sm {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-o-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade-in-up-sm {
	-webkit-animation-name: fade-in-up-sm;
	-o-animation-name: fade-in-up-sm;
	animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@-o-keyframes fade-out-up-sm {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@keyframes fade-out-up-sm {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

.fade-out-up-sm {
	-webkit-animation-name: fade-out-up-sm;
	-o-animation-name: fade-out-up-sm;
	animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes fade-in-up-lg {
	0% {
		opacity: 0;
		-o-transform: translateY(1000px);
		transform: translateY(1000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade-in-up-lg {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1000px);
		-o-transform: translateY(1000px);
		transform: translateY(1000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade-in-up-lg {
	-webkit-animation-name: fade-in-up-lg;
	-o-animation-name: fade-in-up-lg;
	animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}
}

@-o-keyframes fade-out-up-lg {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}
}

@keyframes fade-out-up-lg {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-1000px);
		-o-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}
}

.fade-out-up-lg {
	-webkit-animation-name: fade-out-up-lg;
	-o-animation-name: fade-out-up-lg;
	animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes fade-in-down {
	0% {
		opacity: 0;
		-o-transform: translateY(-500px);
		transform: translateY(-500px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-500px);
		-o-transform: translateY(-500px);
		transform: translateY(-500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade-in-down {
	-webkit-animation-name: fade-in-down;
	-o-animation-name: fade-in-down;
	animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
	}
}

@-o-keyframes fade-out-down {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(500px);
		transform: translateY(500px);
	}
}

@keyframes fade-out-down {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(500px);
		-o-transform: translateY(500px);
		transform: translateY(500px);
	}
}

.fade-out-down {
	-webkit-animation-name: fade-out-down;
	-o-animation-name: fade-out-down;
	animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes fade-in-down-sm {
	0% {
		opacity: 0;
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade-in-down-sm {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade-in-down-sm {
	-webkit-animation-name: fade-in-down-sm;
	-o-animation-name: fade-in-down-sm;
	animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@-o-keyframes fade-out-down-sm {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@keyframes fade-out-down-sm {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-o-transform: translateY(100px);
		transform: translateY(100px);
	}
}

.fade-out-down-sm {
	-webkit-animation-name: fade-out-down-sm;
	-o-animation-name: fade-out-down-sm;
	animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes fade-in-down-lg {
	0% {
		opacity: 0;
		-o-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade-in-down-lg {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1000px);
		-o-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade-in-down-lg {
	-webkit-animation-name: fade-in-down;
	-o-animation-name: fade-in-down;
	animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}
}

@-o-keyframes fade-out-down-lg {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(1000px);
		transform: translateY(1000px);
	}
}

@keyframes fade-out-down-lg {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(1000px);
		-o-transform: translateY(1000px);
		transform: translateY(1000px);
	}
}

.fade-out-down-lg {
	-webkit-animation-name: fade-out-down-lg;
	-o-animation-name: fade-out-down-lg;
	animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes fade-in-left {
	0% {
		opacity: 0;
		-o-transform: translateX(-500px);
		transform: translateX(-500px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fade-in-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-500px);
		-o-transform: translateX(-500px);
		transform: translateX(-500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.fade-in-left {
	-webkit-animation-name: fade-in-left;
	-o-animation-name: fade-in-left;
	animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
	}
}

@-o-keyframes fade-out-left {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-500px);
		transform: translateX(-500px);
	}
}

@keyframes fade-out-left {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-500px);
		-o-transform: translateX(-500px);
		transform: translateX(-500px);
	}
}

.fade-out-left {
	-webkit-animation-name: fade-out-left;
	-o-animation-name: fade-out-left;
	animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes fade-in-left-sm {
	0% {
		opacity: 0;
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fade-in-left-sm {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.fade-in-left-sm {
	-webkit-animation-name: fade-in-left-sm;
	-o-animation-name: fade-in-left-sm;
	animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@-o-keyframes fade-out-left-sm {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@keyframes fade-out-left-sm {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

.fade-out-left-sm {
	-webkit-animation-name: fade-out-left-sm;
	-o-animation-name: fade-out-left-sm;
	animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-1500px);
		transform: translateX(-1500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes fade-in-left-lg {
	0% {
		opacity: 0;
		-o-transform: translateX(-1500px);
		transform: translateX(-1500px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fade-in-left-lg {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-1500px);
		-o-transform: translateX(-1500px);
		transform: translateX(-1500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.fade-in-left-lg {
	-webkit-animation-name: fade-in-left-lg;
	-o-animation-name: fade-in-left-lg;
	animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-1500px);
		transform: translateX(-1500px);
	}
}

@-o-keyframes fade-out-left-lg {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-1500px);
		transform: translateX(-1500px);
	}
}

@keyframes fade-out-left-lg {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-1500px);
		-o-transform: translateX(-1500px);
		transform: translateX(-1500px);
	}
}

.fade-out-left-lg {
	-webkit-animation-name: fade-out-left-lg;
	-o-animation-name: fade-out-left-lg;
	animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(500px);
		transform: translateX(500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes fade-in-right {
	0% {
		opacity: 0;
		-o-transform: translateX(500px);
		transform: translateX(500px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fade-in-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(500px);
		-o-transform: translateX(500px);
		transform: translateX(500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.fade-in-right {
	-webkit-animation-name: fade-in-right;
	-o-animation-name: fade-in-right;
	animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(500px);
		transform: translateX(500px);
	}
}

@-o-keyframes fade-out-right {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(500px);
		transform: translateX(500px);
	}
}

@keyframes fade-out-right {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(500px);
		-o-transform: translateX(500px);
		transform: translateX(500px);
	}
}

.fade-out-right {
	-webkit-animation-name: fade-out-right;
	-o-animation-name: fade-out-right;
	animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes fade-in-right-sm {
	0% {
		opacity: 0;
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fade-in-right-sm {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.fade-in-right-sm {
	-webkit-animation-name: fade-in-right-sm;
	-o-animation-name: fade-in-right-sm;
	animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-o-keyframes fade-out-right-sm {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@keyframes fade-out-right-sm {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
}

.fade-out-right-sm {
	-webkit-animation-name: fade-out-right-sm;
	-o-animation-name: fade-out-right-sm;
	animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
	0% {
		opacity: 0;
		-webkit-transform: translateX(1500px);
		transform: translateX(1500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes fade-in-right-lg {
	0% {
		opacity: 0;
		-o-transform: translateX(1500px);
		transform: translateX(1500px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fade-in-right-lg {
	0% {
		opacity: 0;
		-webkit-transform: translateX(1500px);
		-o-transform: translateX(1500px);
		transform: translateX(1500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.fade-in-right-lg {
	-webkit-animation-name: fade-in-right-lg;
	-o-animation-name: fade-in-right-lg;
	animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(1500px);
		transform: translateX(1500px);
	}
}

@-o-keyframes fade-out-right-lg {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(1500px);
		transform: translateX(1500px);
	}
}

@keyframes fade-out-right-lg {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(1500px);
		-o-transform: translateX(1500px);
		transform: translateX(1500px);
	}
}

.fade-out-right-lg {
	-webkit-animation-name: fade-out-right-lg;
	-o-animation-name: fade-out-right-lg;
	animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 1;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@-o-keyframes rotate-in {
	0% {
		opacity: 0;
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 1;
		-o-transform: rotate(0);
		transform: rotate(0);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes rotate-in {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 1;
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

.rotate-in {
	-webkit-animation-name: rotate-in;
	-o-animation-name: rotate-in;
	animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
	0% {
		opacity: 1;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@-o-keyframes rotate-out {
	0% {
		opacity: 1;
		-o-transform: rotate(0);
		transform: rotate(0);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 0;
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes rotate-out {
	0% {
		opacity: 1;
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

.rotate-out {
	-webkit-animation-name: rotate-out;
	-o-animation-name: rotate-out;
	animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 1;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@-o-keyframes rotate-in-sm {
	0% {
		opacity: 0;
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 1;
		-o-transform: rotate(0);
		transform: rotate(0);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes rotate-in-sm {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 1;
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

.rotate-in-sm {
	-webkit-animation-name: rotate-in-sm;
	-o-animation-name: rotate-in-sm;
	animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
	0% {
		opacity: 1;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@-o-keyframes rotate-out-sm {
	0% {
		opacity: 1;
		-o-transform: rotate(0);
		transform: rotate(0);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 0;
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes rotate-out-sm {
	0% {
		opacity: 1;
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

.rotate-out-sm {
	-webkit-animation-name: rotate-out-sm;
	-o-animation-name: rotate-out-sm;
	animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 1;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@-o-keyframes rotate-in-lg {
	0% {
		opacity: 0;
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 1;
		-o-transform: rotate(0);
		transform: rotate(0);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes rotate-in-lg {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 1;
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

.rotate-in-lg {
	-webkit-animation-name: rotate-in-lg;
	-o-animation-name: rotate-in-lg;
	animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
	0% {
		opacity: 1;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@-o-keyframes rotate-out-lg {
	0% {
		opacity: 1;
		-o-transform: rotate(0);
		transform: rotate(0);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 0;
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes rotate-out-lg {
	0% {
		opacity: 1;
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
}

.rotate-out-lg {
	-webkit-animation-name: rotate-out-lg;
	-o-animation-name: rotate-out-lg;
	animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
	0% {
		opacity: 0;
		-webkit-transform: perspective(550px) rotateX(90deg);
		transform: perspective(550px) rotateX(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(550px) rotateX(0deg);
		transform: perspective(550px) rotateX(0deg);
	}
}

@-o-keyframes flip-in-x {
	0% {
		opacity: 0;
		transform: perspective(550px) rotateX(90deg);
	}
	
	100% {
		opacity: 1;
		transform: perspective(550px) rotateX(0deg);
	}
}

@keyframes flip-in-x {
	0% {
		opacity: 0;
		-webkit-transform: perspective(550px) rotateX(90deg);
		transform: perspective(550px) rotateX(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(550px) rotateX(0deg);
		transform: perspective(550px) rotateX(0deg);
	}
}

.flip-in-x {
	-webkit-animation-name: flip-in-x;
	-o-animation-name: flip-in-x;
	animation-name: flip-in-x;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
	0% {
		opacity: 1;
		-webkit-transform: perspective(550px) rotateX(0deg);
		transform: perspective(550px) rotateX(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(550px) rotateX(90deg);
		transform: perspective(550px) rotateX(90deg);
	}
}

@-o-keyframes flip-out-x {
	0% {
		opacity: 1;
		transform: perspective(550px) rotateX(0deg);
	}
	
	100% {
		opacity: 0;
		transform: perspective(550px) rotateX(90deg);
	}
}

@keyframes flip-out-x {
	0% {
		opacity: 1;
		-webkit-transform: perspective(550px) rotateX(0deg);
		transform: perspective(550px) rotateX(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(550px) rotateX(90deg);
		transform: perspective(550px) rotateX(90deg);
	}
}

.flip-out-x {
	-webkit-animation-name: flip-out-x;
	-o-animation-name: flip-out-x;
	animation-name: flip-out-x;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
	0% {
		opacity: 0;
		-webkit-transform: perspective(100px) rotateX(90deg);
		transform: perspective(100px) rotateX(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(100px) rotateX(0deg);
		transform: perspective(100px) rotateX(0deg);
	}
}

@-o-keyframes flip-in-x-nr {
	0% {
		opacity: 0;
		transform: perspective(100px) rotateX(90deg);
	}
	
	100% {
		opacity: 1;
		transform: perspective(100px) rotateX(0deg);
	}
}

@keyframes flip-in-x-nr {
	0% {
		opacity: 0;
		-webkit-transform: perspective(100px) rotateX(90deg);
		transform: perspective(100px) rotateX(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(100px) rotateX(0deg);
		transform: perspective(100px) rotateX(0deg);
	}
}

.flip-in-x-nr {
	-webkit-animation-name: flip-in-x-nr;
	-o-animation-name: flip-in-x-nr;
	animation-name: flip-in-x-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
	0% {
		opacity: 1;
		-webkit-transform: perspective(100px) rotateX(0deg);
		transform: perspective(100px) rotateX(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(100px) rotateX(90deg);
		transform: perspective(100px) rotateX(90deg);
	}
}

@-o-keyframes flip-out-x-nr {
	0% {
		opacity: 1;
		transform: perspective(100px) rotateX(0deg);
	}
	
	100% {
		opacity: 0;
		transform: perspective(100px) rotateX(90deg);
	}
}

@keyframes flip-out-x-nr {
	0% {
		opacity: 1;
		-webkit-transform: perspective(100px) rotateX(0deg);
		transform: perspective(100px) rotateX(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(100px) rotateX(90deg);
		transform: perspective(100px) rotateX(90deg);
	}
}

.flip-out-x-nr {
	-webkit-animation-name: flip-out-x-nr;
	-o-animation-name: flip-out-x-nr;
	animation-name: flip-out-x-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
	0% {
		opacity: 0;
		-webkit-transform: perspective(1000px) rotateX(90deg);
		transform: perspective(1000px) rotateX(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(1000px) rotateX(0deg);
		transform: perspective(1000px) rotateX(0deg);
	}
}

@-o-keyframes flip-in-x-fr {
	0% {
		opacity: 0;
		transform: perspective(1000px) rotateX(90deg);
	}
	
	100% {
		opacity: 1;
		transform: perspective(1000px) rotateX(0deg);
	}
}

@keyframes flip-in-x-fr {
	0% {
		opacity: 0;
		-webkit-transform: perspective(1000px) rotateX(90deg);
		transform: perspective(1000px) rotateX(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(1000px) rotateX(0deg);
		transform: perspective(1000px) rotateX(0deg);
	}
}

.flip-in-x-fr {
	-webkit-animation-name: flip-in-x-fr;
	-o-animation-name: flip-in-x-fr;
	animation-name: flip-in-x-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
	0% {
		opacity: 1;
		-webkit-transform: perspective(1000px) rotateX(0deg);
		transform: perspective(1000px) rotateX(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(1000px) rotateX(90deg);
		transform: perspective(1000px) rotateX(90deg);
	}
}

@-o-keyframes flip-out-x-fr {
	0% {
		opacity: 1;
		transform: perspective(1000px) rotateX(0deg);
	}
	
	100% {
		opacity: 0;
		transform: perspective(1000px) rotateX(90deg);
	}
}

@keyframes flip-out-x-fr {
	0% {
		opacity: 1;
		-webkit-transform: perspective(1000px) rotateX(0deg);
		transform: perspective(1000px) rotateX(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(1000px) rotateX(90deg);
		transform: perspective(1000px) rotateX(90deg);
	}
}

.flip-out-x-fr {
	-webkit-animation-name: flip-out-x-fr;
	-o-animation-name: flip-out-x-fr;
	animation-name: flip-out-x-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
	0% {
		opacity: 0;
		-webkit-transform: perspective(550px) rotateY(90deg);
		transform: perspective(550px) rotateY(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(550px) rotateY(0deg);
		transform: perspective(550px) rotateY(0deg);
	}
}

@-o-keyframes flip-in-y {
	0% {
		opacity: 0;
		transform: perspective(550px) rotateY(90deg);
	}
	
	100% {
		opacity: 1;
		transform: perspective(550px) rotateY(0deg);
	}
}

@keyframes flip-in-y {
	0% {
		opacity: 0;
		-webkit-transform: perspective(550px) rotateY(90deg);
		transform: perspective(550px) rotateY(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(550px) rotateY(0deg);
		transform: perspective(550px) rotateY(0deg);
	}
}

.flip-in-y {
	-webkit-animation-name: flip-in-y;
	-o-animation-name: flip-in-y;
	animation-name: flip-in-y;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
	0% {
		opacity: 1;
		-webkit-transform: perspective(550px) rotateY(0deg);
		transform: perspective(550px) rotateY(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(550px) rotateY(90deg);
		transform: perspective(550px) rotateY(90deg);
	}
}

@-o-keyframes flip-out-y {
	0% {
		opacity: 1;
		transform: perspective(550px) rotateY(0deg);
	}
	
	100% {
		opacity: 0;
		transform: perspective(550px) rotateY(90deg);
	}
}

@keyframes flip-out-y {
	0% {
		opacity: 1;
		-webkit-transform: perspective(550px) rotateY(0deg);
		transform: perspective(550px) rotateY(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(550px) rotateY(90deg);
		transform: perspective(550px) rotateY(90deg);
	}
}

.flip-out-y {
	-webkit-animation-name: flip-out-y;
	-o-animation-name: flip-out-y;
	animation-name: flip-out-y;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
	0% {
		opacity: 0;
		-webkit-transform: perspective(100px) rotateY(90deg);
		transform: perspective(100px) rotateY(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(100px) rotateY(0deg);
		transform: perspective(100px) rotateY(0deg);
	}
}

@-o-keyframes flip-in-y-nr {
	0% {
		opacity: 0;
		transform: perspective(100px) rotateY(90deg);
	}
	
	100% {
		opacity: 1;
		transform: perspective(100px) rotateY(0deg);
	}
}

@keyframes flip-in-y-nr {
	0% {
		opacity: 0;
		-webkit-transform: perspective(100px) rotateY(90deg);
		transform: perspective(100px) rotateY(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(100px) rotateY(0deg);
		transform: perspective(100px) rotateY(0deg);
	}
}

.flip-in-y-nr {
	-webkit-animation-name: flip-in-y-nr;
	-o-animation-name: flip-in-y-nr;
	animation-name: flip-in-y-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
	0% {
		opacity: 1;
		-webkit-transform: perspective(100px) rotateY(0deg);
		transform: perspective(100px) rotateY(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(100px) rotateY(90deg);
		transform: perspective(100px) rotateY(90deg);
	}
}

@-o-keyframes flip-out-y-nr {
	0% {
		opacity: 1;
		transform: perspective(100px) rotateY(0deg);
	}
	
	100% {
		opacity: 0;
		transform: perspective(100px) rotateY(90deg);
	}
}

@keyframes flip-out-y-nr {
	0% {
		opacity: 1;
		-webkit-transform: perspective(100px) rotateY(0deg);
		transform: perspective(100px) rotateY(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(100px) rotateY(90deg);
		transform: perspective(100px) rotateY(90deg);
	}
}

.flip-out-y-nr {
	-webkit-animation-name: flip-out-y-nr;
	-o-animation-name: flip-out-y-nr;
	animation-name: flip-out-y-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
	0% {
		opacity: 0;
		-webkit-transform: perspective(1000px) rotateY(90deg);
		transform: perspective(1000px) rotateY(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(1000px) rotateY(0deg);
		transform: perspective(1000px) rotateY(0deg);
	}
}

@-o-keyframes flip-in-y-fr {
	0% {
		opacity: 0;
		transform: perspective(1000px) rotateY(90deg);
	}
	
	100% {
		opacity: 1;
		transform: perspective(1000px) rotateY(0deg);
	}
}

@keyframes flip-in-y-fr {
	0% {
		opacity: 0;
		-webkit-transform: perspective(1000px) rotateY(90deg);
		transform: perspective(1000px) rotateY(90deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(1000px) rotateY(0deg);
		transform: perspective(1000px) rotateY(0deg);
	}
}

.flip-in-y-fr {
	-webkit-animation-name: flip-in-y-fr;
	-o-animation-name: flip-in-y-fr;
	animation-name: flip-in-y-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
	0% {
		opacity: 1;
		-webkit-transform: perspective(1000px) rotateY(0deg);
		transform: perspective(1000px) rotateY(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(1000px) rotateY(90deg);
		transform: perspective(1000px) rotateY(90deg);
	}
}

@-o-keyframes flip-out-y-fr {
	0% {
		opacity: 1;
		transform: perspective(1000px) rotateY(0deg);
	}
	
	100% {
		opacity: 0;
		transform: perspective(1000px) rotateY(90deg);
	}
}

@keyframes flip-out-y-fr {
	0% {
		opacity: 1;
		-webkit-transform: perspective(1000px) rotateY(0deg);
		transform: perspective(1000px) rotateY(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: perspective(1000px) rotateY(90deg);
		transform: perspective(1000px) rotateY(90deg);
	}
}

.flip-out-y-fr {
	-webkit-animation-name: flip-out-y-fr;
	-o-animation-name: flip-out-y-fr;
	animation-name: flip-out-y-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes zoom-in {
	0% {
		opacity: 0;
		-o-transform: scale(.7);
		transform: scale(.7);
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
	}
	
	100% {
		opacity: 1;
	}
}

.zoom-in {
	-webkit-animation-name: zoom-in;
	-o-animation-name: zoom-in;
	animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	
	100% {
		opacity: 0;
	}
}

@-o-keyframes zoom-out {
	0% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-o-transform: scale(.7);
		transform: scale(.7);
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes zoom-out {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
	}
	
	100% {
		opacity: 0;
	}
}

.zoom-out {
	-webkit-animation-name: zoom-out;
	-o-animation-name: zoom-out;
	animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
	0% {
		opacity: 0;
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes zoom-in-sm {
	0% {
		opacity: 0;
		-o-transform: scale(.95);
		transform: scale(.95);
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes zoom-in-sm {
	0% {
		opacity: 0;
		-webkit-transform: scale(.95);
		-o-transform: scale(.95);
		transform: scale(.95);
	}
	
	100% {
		opacity: 1;
	}
}

.zoom-in-sm {
	-webkit-animation-name: zoom-in-sm;
	-o-animation-name: zoom-in-sm;
	animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	
	100% {
		opacity: 0;
	}
}

@-o-keyframes zoom-out-sm {
	0% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-o-transform: scale(.95);
		transform: scale(.95);
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes zoom-out-sm {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale(.95);
		-o-transform: scale(.95);
		transform: scale(.95);
	}
	
	100% {
		opacity: 0;
	}
}

.zoom-out-sm {
	-webkit-animation-name: zoom-out-sm;
	-o-animation-name: zoom-out-sm;
	animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
	0% {
		opacity: 0;
		-webkit-transform: scale(.4);
		transform: scale(.4);
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes zoom-in-lg {
	0% {
		opacity: 0;
		-o-transform: scale(.4);
		transform: scale(.4);
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes zoom-in-lg {
	0% {
		opacity: 0;
		-webkit-transform: scale(.4);
		-o-transform: scale(.4);
		transform: scale(.4);
	}
	
	100% {
		opacity: 1;
	}
}

.zoom-in-lg {
	-webkit-animation-name: zoom-in-lg;
	-o-animation-name: zoom-in-lg;
	animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale(.4);
		transform: scale(.4);
	}
	
	100% {
		opacity: 0;
	}
}

@-o-keyframes zoom-out-lg {
	0% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-o-transform: scale(.4);
		transform: scale(.4);
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes zoom-out-lg {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale(.4);
		-o-transform: scale(.4);
		transform: scale(.4);
	}
	
	100% {
		opacity: 0;
	}
}

.zoom-out-lg {
	-webkit-animation-name: zoom-out-lg;
	-o-animation-name: zoom-out-lg;
	animation-name: zoom-out-lg;
}

.blink-slow {
	-webkit-animation-name: blink-slow;
	-o-animation-name: blink-slow;
	animation-name: blink-slow;
	-webkit-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-o-animation-direction: alternate;
	animation-direction: alternate;
}

@-webkit-keyframes blink-slow {
	0% {
		opacity: .4;
	}
	
	50% {
		opacity: .7;
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes blink-slow {
	0% {
		opacity: .4;
	}
	
	50% {
		opacity: .7;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes blink-slow {
	0% {
		opacity: .4;
	}
	
	50% {
		opacity: .7;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes overlay-slide-in-top {
	0% {
		height: 100%;
	}
	
	100% {
		height: 0;
	}
}

@-o-keyframes overlay-slide-in-top {
	0% {
		height: 100%;
	}
	
	100% {
		height: 0;
	}
}

@keyframes overlay-slide-in-top {
	0% {
		height: 100%;
	}
	
	100% {
		height: 0;
	}
}

.overlay-slide-in-top {
	top: 0;
	height: 0;
	-webkit-animation-name: overlay-slide-in-top;
	-o-animation-name: overlay-slide-in-top;
	animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
	0% {
		height: 0;
	}
	
	100% {
		height: 100%;
	}
}

@-o-keyframes overlay-slide-out-top {
	0% {
		height: 0;
	}
	
	100% {
		height: 100%;
	}
}

@keyframes overlay-slide-out-top {
	0% {
		height: 0;
	}
	
	100% {
		height: 100%;
	}
}

.overlay-slide-out-top {
	top: 0;
	height: 100%;
	-webkit-animation-name: overlay-slide-out-top;
	-o-animation-name: overlay-slide-out-top;
	animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
	0% {
		height: 100%;
	}
	
	100% {
		height: 0;
	}
}

@-o-keyframes overlay-slide-in-bottom {
	0% {
		height: 100%;
	}
	
	100% {
		height: 0;
	}
}

@keyframes overlay-slide-in-bottom {
	0% {
		height: 100%;
	}
	
	100% {
		height: 0;
	}
}

.overlay-slide-in-bottom {
	bottom: 0;
	height: 0;
	-webkit-animation-name: overlay-slide-in-bottom;
	-o-animation-name: overlay-slide-in-bottom;
	animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
	0% {
		height: 0;
	}
	
	100% {
		height: 100%;
	}
}

@-o-keyframes overlay-slide-out-bottom {
	0% {
		height: 0;
	}
	
	100% {
		height: 100%;
	}
}

@keyframes overlay-slide-out-bottom {
	0% {
		height: 0;
#ne	}
	
	100% {
		height: 100%;
	}
}

.overlay-slide-out-bottom {
	bottom: 0;
	height: 100%;
	-webkit-animation-name: overlay-slide-out-bottom;
	-o-animation-name: overlay-slide-out-bottom;
	animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
	0% {
		width: 100%;
	}
	
	100% {
		width: 0;
	}
}

@-o-keyframes overlay-slide-in-left {
	0% {
		width: 100%;
	}
	
	100% {
		width: 0;
	}
}

@keyframes overlay-slide-in-left {
	0% {
		width: 100%;
	}
	
	100% {
		width: 0;
	}
}

.overlay-slide-in-left {
	width: 0;
	-webkit-animation-name: overlay-slide-in-left;
	-o-animation-name: overlay-slide-in-left;
	animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
	0% {
		width: 0;
	}
	
	100% {
		width: 100%;
	}
}

@-o-keyframes overlay-slide-out-left {
	0% {
		width: 0;
	}
	
	100% {
		width: 100%;
	}
}

@keyframes overlay-slide-out-left {
	0% {
		width: 0;
	}
	
	100% {
		width: 100%;
	}
}

.overlay-slide-out-left {
	left: 0;
	width: 100%;
	-webkit-animation-name: overlay-slide-out-left;
	-o-animation-name: overlay-slide-out-left;
	animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
	0% {
		width: 100%;
	}
	
	100% {
		width: 0;
	}
}

@-o-keyframes overlay-slide-in-right {
	0% {
		width: 100%;
	}
	
	100% {
		width: 0;
	}
}

@keyframes overlay-slide-in-right {
	0% {
		width: 100%;
	}
	
	100% {
		width: 0;
	}
}

.overlay-slide-in-right {
	right: 0;
	width: 0;
	-webkit-animation-name: overlay-slide-in-right;
	-o-animation-name: overlay-slide-in-right;
	animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
	0% {
		width: 0;
	}
	
	100% {
		width: 100%;
	}
}

@-o-keyframes overlay-slide-out-right {
	0% {
		width: 0;
	}
	
	100% {
		width: 100%;
	}
}

@keyframes overlay-slide-out-right {
	0% {
		width: 0;
	}
	
	100% {
		width: 100%;
	}
}

.overlay-slide-out-right {
	right: 0;
	width: 100%;
	-webkit-animation-name: overlay-slide-out-right;
	-o-animation-name: overlay-slide-out-right;
	animation-name: overlay-slide-out-right;
}



