@charset "UTF-8";
/*
Theme Name:THE GREAT ESCAPE
Theme URI: takanoshuhei.com
Author: Hiroyuki Oyama
Author URI: htto://comein-comeout.com
Description: takanoshuhei.comのレスポンシブブログテーマです。
*/

/* General
-----------------------------------------------------------------------------*/	
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-size: 14px;*/
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
img ,
object ,
embed ,
video{
	display:block;
	width:auto;
	max-width:100%;
}
img , 
video{
	height:auto;
}
html,body{
	height:100%;
}

/*  Header
-----------------------------------------------------------------------------*/ 
#header{
	padding:5em 0;
	width:100%;
	height:auto;
}
.header-wrap{
	position:relative;
}
.header-home , .header-page{
	position:absolute;
	z-index:999;
	background-color:transparent;
}
.header{
	position:relative;
	background:#1a1c29;
}
.logo{
	display:block;
	width:380px;
	height:79px;
	background:url(images/logo.png) no-repeat center center;
	background-size:100%;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.header-home-logo:hover{
	text-decoration:none;
}
.list-social{
	margin:0;
	padding:0;
	list-style:none;
}
.list-social li{
	float:left;
	margin:0 1em 0 0;
	font-size:18px;
	line-height:1;
}
.list-social li:last-child{
	margin:0;
}
.list-social a{
	display:block;
	color:#fff;
	text-decoration:none;
}
.list-social a:hover{
	text-decoration:none;
}
.list-social-header{
	position:absolute;
	top:20px;
	right:0;
	margin:0;
	padding:0;
}
.list-social-header  a:hover{
	color:#f7095f;
}

.list-social-sidebar{
	display:table;
	margin:0 auto;
}
.list-social-sidebar li {
	-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;
}
.list-social-sidebar .list-social-tw{
	background:#55acee;
}
.list-social-sidebar .list-social-fb{
	background:#3b5998;
}
.list-social-sidebar .list-social-li{
	background:#0976b4;
}
.list-social-sidebar a{
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
}

/*  Featured
-----------------------------------------------------------------------------*/ 
#slider{
	height:100%;
	overflow:hidden;
	z-index:0;
}
.featured{
	height:100%;
	background-size:cover;
	background-position:50% center;
}
.feature-post{
	position:relative;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(26,28,41,0.2) 0%, rgba(26,28,41,0.68) 60%, rgba(26,28,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,28,41,0.2)), color-stop(60%,rgba(26,28,41,0.68)), color-stop(100%,rgba(26,28,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(26,28,41,0.2) 0%,rgba(26,28,41,0.68) 60%,rgba(26,28,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(26,28,41,0.2) 0%,rgba(26,28,41,0.68) 60%,rgba(26,28,41,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(26,28,41,0.2) 0%,rgba(26,28,41,0.68) 60%,rgba(26,28,41,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(26,28,41,0.2) 0%,rgba(26,28,41,0.68) 60%,rgba(26,28,41,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331a1c29', endColorstr='#1a1c29',GradientType=0 ); /* IE6-9 */
}
.feature-post-wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.feature-post-wrap .container{
	position:relative;
	height:100%;}
.feature-post-item{
	display:table;
	max-width:700px;
	margin:380px auto 0;
	text-align:center;
}
.feature-post-title{
	margin:0 0 0.5em;
	font-size:3.2em;
	line-height:1.2;
	color:#fff;}
.feature-post-title a{
	color:#fff;
	font-weight:bold;
	line-height:1.3;}
.feature-post-title a:hover{
	color:#f7095f}
.feature-post-more{
		font-family: 'Pathway Gothic One', sans-serif;}
.feature-post-more a{
	display: inline-block;
	padding: 0.4em 1.8em;
	font-size: 1.8em;
	color: #fff;
	border:1px solid #f7095f;
}
.feature-post-more a:hover , .feature-post-more a:active{
	color:#fff;
	background-color:#f7095f;
}

.page-title{
	margin:0 0 0.5em;
	line-height:1;
	color:#fff;
	font-weight:bold;
	font-size:4.2em;
	font-family: 'Pathway Gothic One', sans-serif;
}
.to-content{
	position:absolute;
	display:block;
	width:44px;
	height:44px;
	bottom:0;
	right:50%;
	margin-right:-20px;
	background:url(images/arrow-down.png) center center;
	background-size:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media screen and (max-width: 768px)  {
	.to-content{
		display:none;
	}
}

#navigation{
	font-size:1.2em;
}

.navbar-inner{
	position:relative;
}


.navbar{

	
	position:relative;
/*	background:#F5F4E1;
*/
/*background:#7a7a70;*/
background:#1a1c29;
background:#2A2D42;
}
.navbar-inner{
	background:#2A2D42
}

.navbar-brand{
	color:#fff;
	font-family: 'Alegreya', serif;
	height:auto;
}

.logo-mini{
	color:#fff;
	font-family: 'Alegreya', serif;
	padding:0.3em 0.5em;
	border:1px solid #fff;
	margin-top:10px;
}

.navbar-toggle{
	margin:0;
	-webkit-appearance: none;
	background-color: #1a1c29;
	background-image: none;
	borde:none;
	color: #fff;
	cursor: pointer;
	border-radius:0;

}

/*  Search  */
.search-box {
	position:absolute;
	top:0;
	right:0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.search-box input {
	position:relative;
    padding: 0 0 0 45px;
    font-size: 1.2em;
	height:50px;
    line-height: 1;
	cursor: pointer;
	background-color: transparent;
    background-image: url(images/search.png) ;
	background-position:center  center;
	background-repeat: no-repeat;
	background-size:15px 15px;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:width 400ms ease, background 400ms ease;
	width:0;
    color: #000;
    border: none;
    box-shadow: none;
    outline: none;
}
.search-box input:focus{
	background-color: #eee;
	background-position:10px  center;
	height:50px;
	padding: 0 0 0 30px;
	cursor: text;
	outline: 0;
	width: 270px;
	border: none;
	box-shadow: none;
    outline: none;
}

/*  Main content
-----------------------------------------------------------------------------*/ 
#main-container{
	margin:3em auto 0;
}
.section-title{
	margin:0;
	padding:0;
	font-size:1.6em;
}
.blog-post{
	padding:2em 0;
}
.blog-post-thum{
	position:relative;
}
.blog-post-thum img{
	margin:0 1.5em 0 0;
	padding:0;
	border:1px solid #eee;
}
.thum-single{
	border:1px solid #eee;
}
.thum-single img{
	width:100%;
	height:auto;
}
.blog-post-meta{
	margin:0;
	font-size:1.0em;
}
.blog-post-meta-single{
	text-align:center;
	font-size:1.4em;
	color:#515151;
}
.blog-post-meta-single .read-time{
	margin-right:1em;
}
.post-date{
	margin-right:1em;
}
.blog-post-title{
	margin:0.2em 0 0.5em;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.2;
	letter-spacing:-0.03em;
}
.blog-post-title a{
	display:block;
	color:#333;
}
.blog-post-title a:hover{
	color:#f7095f;
	text-decoration:underline;
}
.blog-post-title-single{
	position:relative;
	margin: 0 0 2em;
	padding:0.5em 0;
	font-size:2.8em;
	text-align: center;
}
.blog-post-excerpt{
	font-size:1.2em;
}
.blog-post-cat ,
.blog-post-cat-single{
}
.blog-post-more{
	font-size:1.2em;
	font-family: 'Pathway Gothic One', sans-serif;
}
.blog-post-more a{
	color:#f7095f;
}
.social-count{
	display:inline-block;
	font-size:1.1em;
	line-height:1;
	vertical-align:text-bottom;
}
.counter{
	float:left;
	margin:0 1em 0 0;
}
.blog-post-meta-single{
	position:relative;
	padding:0 0 1em;
}
.blog-post-meta-single:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 180px;
	margin-left: -90px;
	border-bottom: 1px solid #f7095f;
	content: ' ';
}
.content h1{
	font-size:3.0em;
	font-weight:bold;
	margin:1.5em 0 0.5em;
	line-height:1.2;
	text-decoration:underline;}
.content h2{
	font-size:2.6em;
	font-weight:bold;
	margin:1.5em 0 0.5em;
	line-height:1.2;
	text-decoration:underline;}
.content h3{
	font-size:2.4em;
	font-weight:bold;
	margin:1.5em 0 0.5em;
	line-height:1.2;
	text-decoration:underline;}
.content h4{
    font-size:2.2em;
    font-weight:bold;
    margin:1.5em 0 0.5em;
	line-height:1.2;
	text-decoration:underline;}
.content h5{
    font-size:2.0em;
    font-weight:bold;
    margin:1.5em 0 0.5em;
	line-height:1.2;
	text-decoration:underline;}
.content h6{
    font-size:1.8em;
    font-weight:bold;
    margin:1.5em 0 0.5em;
	line-height:1.2;
	text-decoration:underline;}
.content h7{
    font-size:1.6em;
    font-weight:bold;
    margin:1.5em 0 0.5em;
	line-height:1.2;
	text-decoration:underline;}
.content p{
	font-size:1.6em;
	margin-bottom:1.5em;
	line-height:1.8;}
.content a{
    color:#0687f5;
} 	
.content a:hover{
    text-decoration:underline;}
.content ol , .content ul{
	margin: 0 0 1.5em;
	font-size:1.6em;}
	
blockquote {
    margin:0 0 1em;
	padding:2em;
	border: 1px solid #f4f4f4; 
	background: url(images/blockquote.png) no-repeat 10px 10px;
	background-color: #f8f8f8;
	font-style:italic;
	color: #444;
}
blockquote p.pull-right{
	display: block;
    float: none;
	text-align: right; 
	font-style: normal;
	margin-bottom:0;
}	   
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote:before,
blockquote:after {
  content: "";
}
	
	
	
.content img , .wp-caption{
	margin:1.5em 0;}
.content .aligncenter{
	display:block;margin:0 auto;}
.content .alignleft{
	float:left;margin: 0 1.3em 1em 0;}
.content .alignright{
	float:right;margin: 0 0 1em 1.3em;}
.alignleft,.alignright{
	position: relative;top: .4em;display:inline;}
.wp-caption{
	max-width:100%;
	margin:10px 0;
	border:solid 1px #eee;
	background-color: #f7f7f7;text-align:center;}
.content .wp-caption img{
	margin:0;padding:0 0 5px 0}
.content p.wp-caption-text{
	color:#f7095f;
	margin-bottom:5px;
	font-size: 1.2em;
}
.video{
	margin:1.5em 0;}
/* Social Btns
-----------------------------------------------------------------------------*/ 
.sns {
	margin: 2em 0;
}
.sns ul {
	display: table;
	margin: auto;
}
.sns ul li a {
	display: block;
	width: 62px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
}
.sns ul li.hatebu a {
	background-color: #008FDE;
}
.sns ul li.twitter a {
	background-color: #00acf0;
}
.sns ul li.facebook a {
	background-color: #1d72c2;
}
.sns ul li.line a {
	background-color: #00C300;
}
@media (min-width: 480px) { 
	.sns ul li a {
		width:100px;
	}
}
/* Related Posts
-----------------------------------------------------------------------------*/
#related-posts{
	margin:0 0 1em;
	padding:1.5em;
	background-color:#fff;
	border:2px solid #575757;
/*	-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;*/
}
p.related-title{
	margin:0 0 0.5em;
	font-size: 1.6em;
	font-weight: bold;
}
#related-posts a{
	color:#f7095f;
	text-decoration:none;
}
#related-posts ul{
	margin:0;
	padding:0;
	list-style:none;
}
#related-posts ul li{
	font-size: 1.6em;
}
#related-posts ul li a{
	display:block;
	padding:5px 0;
	color:#0687f5;
}
#related-posts ul li a:hover{
	text-decoration:underline;
}
.article-meta-bottom{
	margin:0 0 1em;
	padding:1em;
	font-size:1.2em;
	background:#f8f8f8;
}
/*  entry-browse
-----------------------------------------------------------------------------*/ 
.nav-text{
	margin:0;
	padding:0.5em;
	font-size:15px;font-size:1.5rem;
	font-weight:100;
	font-family: 'Pathway Gothic One', sans-serif;
	line-height:1;
	border-bottom:1px solid #575757;
	background-color:#1a1c29;
	color:#fff
}

.entry-browse-nav{
	margin:1em 0 ;
	padding:0.5em 1em;
	font-size:14px;font-size:1.4rem;
	font-weight:bold;
	color:#fff;
	background-color:#000;
}
.entry-browse-article{
	padding:1em 0;}


.entry-browse-home{
	display:block;
	width:100%;
	padding:1em;
	font-size:14px;
	line-height:1;
	text-align:center;
	border:1px solid #d7d7d7;
	background-color:#1a1c29;
	color:#fff;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.entry-browse-logo{
	display:inline-block;
	margin:0 0 1em;
	padding:0.2em 0.3em;
	border:2px solid #fff;
	color:#fff;
	line-height:1;
	letter-spacing:-1px;
	vertical-align:text-bottom;
	font-family: 'Alegreya SC', serif;
	font-size:18px;font-size:1.8rem;}


/* Pagenation
-----------------------------------------------------------------------------*/	
#pagenation{
	margin:2em 0;
	padding:0;
	width:100%;
	height:35px;
	font-family: 'Pathway Gothic One', sans-serif;
	text-align:center;}
.pagenum span , .pagenum a , .pagenum .a:link , .pagenum a:visited {
	display:inline-block;
	margin:0;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:1.2em;
	font-weight:bold;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
	border:1px solid #f5f5f5;
	-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;}
.pagenum span , .pagenum a:hover{
	color:#fff;
	background-color:#f7095f;}
.pagenum a{
	color:#575757;
	background-color:#eee;}
	
/* Sidebar
-----------------------------------------------------------------------------*/	
.sidebox{
	margin:0 0 2em;
	padding:2em;
	border:1px solid #B1B1B1;
}
.sidebox h2 {
  display: table;
  margin:0 0 1em;
  padding:0;
  text-align: center;
  white-space: nowrap;
  font-size:1.6em;
  font-family: 'Pathway Gothic One', sans-serif;
}
.sidebox h2:after, .sidebox h2:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.sidebox h2:after {
  border-left: 1em solid transparent;
}
.sidebox h2:before {
  border-right: 1em solid transparent;
}
.sidebox p{
	font-size:1.2em;
}
.blog-sidebar img{
	border:1px solid #eee;
}
.sidebox ul{
	padding:0;
	list-style-type:none;
}
.amazon-btn{
	text-align:center;
	display:block;
	margin:2em auto 0;
	padding:1em 2em;
	font-size:1.2em;
	color:#f7095f;
	border:2px solid #f7095f;
}
.amazon-btn:hover{
	color:#fff;
	background:#f7095f;
}


.wpp-thumbnail{
	float:left;
	position:relative;
	margin:0 0.5em 0 0;
	max-width:60px;
}	
.article-meta-side{
	overflow:hidden;
	position:relative;
	min-height:50px;
	font-size:14px;font-size:1.4rem;
	line-height:1.3;
}
.article-meta-side a{
	font-weight:bold;
	color:#000;
	font-size:14px;
	text-decoration:none;
}
.article-meta-side a:hover{
	color:#f7095f;
}
#wpp-4 ul{
	margin:0;
}
#wpp-4 ul li{
	display:block;
	clear:both;
	margin:1.5em 0;
}
#wpp-4 ul li:last-child{
	margin:0;
}
.link-novembers-first{
	margin:0 0 30px;
}

.blogroll{
	display:block;
	width:100%;
	margin:1em 0 0;
	max-width:400px;
	min-height:110px;
	background-color:#000;
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #eee;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.musicmannet{
	background-image:url(images/musicmannet.jpg);
}
.alldigitalmusic{
	background-image:url(images/alldigitalmusic.jpg);
}
.comeincomeout{
	background-image:url(images/comeincomeout.jpg);
}
.speakersmag{
	background-image:url(http://takanoshuhei.com/wp-content/themes/TheGreatEscapeV3/images/speakersmag.jpg);
}
	
/*Facebook Page
-----------------------------------------------------------------------------*/	
.fb-page{
	padding:4em 0;
	background:#f8f8f8;
}

/*Footer
-----------------------------------------------------------------------------*/	
.footer{
	padding:4em 0 1em;
	color:#fff;
	background:#1a1c29;
}
.footer-logo{
	text-align:center;
	font-size:2.7em;
}
.footer-cats{
	display:table;
	margin:1em auto;
	padding:0;
}
.footer-cats li{
	float:left;
	margin:0 1em 0 0;
	list-style-type:none;
	font-size:1.4rem;
}
.footer-cats li:last-child{
	margin:0;
}
.footer p{
	text-align:center;
}

.navbar-brand{
	display:none;
}

/* Back-to-Top button */
.back-to-top {
    background-color:#fff;
    border-width: 0;
    cursor: pointer;
    display: block;
    margin: 0;
	width: 100%;
    height:44px;
	outline:none;
}
.back-to-top .label {
    display: block;
    height: 18px;
    margin:auto;
    overflow: hidden;
    width: 44px;
	background:url(http://takanoshuhei.com/wp-content/themes/TheGreatEscapeV3/images/arrow-up.png) center center;
	background-size:100%;
}
.back-to-top .label:before {
    content: url(http://takanoshuhei.com/wp-content/themes/TheGreatEscapeV3/images/arrow-up.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;

}
.no-js .back-to-top {
    display: none;
}
.back-to-top :focus , .back-to-top:active{
	outline:none;
}

@media screen and (max-width: 768px)  {
	#header{
		padding:5em 0 3m;
	}
	.logo{
		width:260px;
		height:54px;
	}
	.list-social-header{
		position:relative;
		display:table;
		margin:0 auto;
		padding:0;
	}
	
	#slider{
		height:450px;
	}
	.featured{
		height:450px;	
	}
	.feature-post{
		height:450px;
	}
	.feature-post-item{
		margin:55% auto 0;
	}
	.feature-post-title{
		font-size:1.8em;
	}
	.feature-post-more a{
		font-size: 1.5em;
	}
	
	#navigation , #navigation-sticky-wrapper{
		position:fixed;
		top:0;
		left:0;
		background:transparent;
		z-index:999;
	}
	#navigaton .container{
		position:relative;
		padding:0;
	}
	.navbar-inner{
		background:transparent;
	}
	.navbar-collapse{
		background:rgba(0,0,0,0.90);
	}
	/*.navbar{
		position:fixed;
	}*/
	/*.navbar-header{
		width:60px;
		height:60px;
		background:none;
	}
	
	.navbar{
		background:transparent;
	}
	.navbar-inner{
		background:transparent;
	}
	.collapse.in{
		background:#333;
		-webkit-transition:all 50ms;-moz-transition:all 50ms;-o-transition:all 200ms;transition:all 50ms;
	}
	*/
	.search-box {
		clear:both;
	    position: relative;
	    width: 100%;
		margin-top:1em;
	    padding: 0.5em;
	    border: none;
	}
	.search-box input {
	    width: 100%;
	    background-position: 10px center;
	    background-color: #eee;
	    padding: 0 0 0 30px;
	}
	.search-box input:focus {
	    width: 100%
	}
	
	.link-novembers-first{
		margin:0 ;
	}
}

@media screen and (max-width: 480px)  {
	#header{
		padding:5em 0 3m;
	}
	.logo{
		width:208px;
		height:43.2px;
	}
	#slider{
		height:350px;
	}
	.featured{
		height:350px;	
	}
	.feature-post{
		height:350px;
	}
	.feature-post-item{
		margin:55% auto 0;
	}
	.feature-post-title{
		font-size:1.5em;
	}
	.feature-post-more a{
		font-size: 1.2em;
	}
	
	.blog-post{
		padding:1em 0;
		border-bottom:1px solid #eee;
	}
	.blog-post-thum img{
		width:90px;
		
		margin:0 1em 0 0;
		padding:0;
		border:1px solid #eee;
	}
	.blog-post-meta{
		margin:0;
		font-size:1.0em;
	}
	.post-date{
		margin-right:1em;
	}
	.blog-post-title{
		margin:0.2em 0 0.5em;
		font-size:1.5em;
		font-weight:bold;
		line-height:1.2;
	}
	.blog-post-title-single{
		font-size:2.4em;
	}
	.blog-post-excerpt{
		display:none;
	}
	.blog-post-cat{
		display:none;
	}
	.blog-post-more{
		display:none;
	}
}

/* Web Font
-----------------------------------------------------------------------------*/	
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon_usca3i.eot');
	src:url('fonts/icomoon_usca3i.eot#iefix') format('embedded-opentype'),
		url('fonts/icomoon_usca3i.ttf') format('truetype'),
		url('fonts/icomoon_usca3i.woff') format('woff'),
		url('fonts/icomoon_usca3i-icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
	content: "\e90f";
}
.icon-hatena:before {
	content: "\e900";
}
.icon-creative-commons:before {
	content: "\e910";
}
.icon-chevron-down:before {
	content: "\e901";
}
.icon-chevron-left:before {
	content: "\e902";
}
.icon-chevron-right:before {
	content: "\e903";
}
.icon-chevron-thin-down:before {
	content: "\e604";
}
.icon-chevron-thin-left:before {
	content: "\e605";
}
.icon-chevron-thin-right:before {
	content: "\e606";
}
.icon-chevron-thin-up:before {
	content: "\e607";
}
.icon-chevron-up:before {
	content: "\e904";
}
.icon-open-book:before {
	content: "\e905";
}
.icon-attachment:before {
	content: "\e608";
}
.icon-calendar:before {
	content: "\e60a";
}
.icon-circular-graph:before {
	content: "\e911";
}
.icon-compass:before {
	content: "\e60d";
}
.icon-cross:before {
	content: "\e912";
}
.icon-documents:before {
	content: "\e913";
}
.icon-folder:before {
	content: "\e60f";
}
.icon-help-with-circle:before {
	content: "\e914";
}
.icon-home:before {
	content: "\e906";
}
.icon-info:before {
	content: "\e611";
}
.icon-location-pin:before {
	content: "\e613";
}
.icon-magnifying-glass:before {
	content: "\e614";
}
.icon-mail:before {
	content: "\e915";
}
.icon-map:before {
	content: "\e907";
}
.icon-message:before {
	content: "\e908";
}
.icon-mobile:before {
	content: "\e916";
}
.icon-pencil:before {
	content: "\e909";
}
.icon-phone:before {
	content: "\e90e";
}
.icon-popup:before {
	content: "\e90c";
}
.icon-tag:before {
	content: "\e618";
}
.icon-share-alternitive:before {
	content: "\e61a";
}
.icon-stopwatch:before {
	content: "\e90b";
}
.icon-ticket:before {
	content: "\e90d";
}
.icon-facebook:before {
	content: "\e61c";
}
.icon-instagram:before {
	content: "\e61d";
}
.icon-linkedin:before {
	content: "\e90a";
}
.icon-twitter:before {
	content: "\e61e";
}
.icon-margin {
	margin-right: 0.2em
}