/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  	background-color: #ffffff;
  	 font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #333;
}

h1 {
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

h5{
	margin:10px 0;
}

.pagetitle{
	background:#fff4f4;
	border-bottom:1px solid #e2ddd7;
}


/* Paragraph & Typographic */
p {
    line-height: 1.6em;
    margin-bottom: 1em;
    font-size: 13px;
		letter-spacing:1px;
}

.centered {
    text-align: center;
}

p.comment{
	color:#666;
	font-size:70%;
	line-height:1.2em;
	margin-bottom:2px;
}

/* Links */
a {
    color: #ff6600;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.navbar-inverse {
	padding-bottom: 10px;
	padding-top: 10px;
}

.navbar-inverse {
	background-color: #fff;
	border-top: 2px solid #555;
}

.navbar-inverse .navbar-nav > li > a {
	color: #333;
	font-size:14px;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #FF6600;
}

.navbar-brand {
	font-weight: 700;
	font-size: 24px;
}

.navbar-brand span{
	font-size:70%;
}

.navbar-inverse .navbar-brand {
	color: #555;
}


.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

.progress-bar-theme {
  background-color: #1abc9c;
}


/* Helpers */

.mt {
	margin-top: 30px;
	margin-bottom: 30px;
}

.pt {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pt2 {
	padding-top: 20px;
	padding-bottom: 15px;
}

/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 30px;
	padding-bottom: 40px;
	background: #e9f4d7 url(../img/body_bg.gif) repeat left top;
	background: #ffefef url(../img/body_bg.gif) repeat left top;
	border-bottom:1px solid #e2ddd7;
}


#ww2 {
	padding-top: 20px;
	padding-bottom: 10px;
	background: #f2f2f2;
	border-top:1px solid #e2ddd7;
}

#ww h1{
	color:#339e3e;
	color:#ff6600;
}


#ww p{
	font-weight:bold;
	font-size:14px;
}


#footer {
	background-color: #333;
	padding-top: 50px;
	padding-bottom: 20px; 
}

#footer p {
	color: white;
	font-size:13px;
}

#footer p.copyright {
	font-size:12px;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

#pink {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff4f4;
}

#white {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
}

/* Blog list*/
.newsblock{
	background:#fff4f4;
	margin-bottom:0px;
	clear:both;
	overflow:auto;
}

ul.newslist{
	list-style:none;
}

ul.newslist li{
	padding-bottom:10px;
	margin-bottom:10px;
}

/* Blog Date*/
.date {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
	padding-right:20px;
}

/* Blog Author*/
.cat {
	padding-right:10px;
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 10px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}

h4.news span{
	vertical-align:middle;
	margin-right:8px;
}


/* list navigation */
.listnavi{
	border-top:1px dotted #D9D3BB;
	height:28px;
	position:relative;
	margin-bottom:1em;
	clear:both;
}

.listnavi ul{
	list-style:none;
}

.listnavi li{
	position:absolute;
}

.listnavi li.pre{
	top:20px;
	left:10px;
	z-index:99;
}

.listnavi li.pre a{
	background:url(../img/icon_arrow01_r.png) no-repeat left center;
	display:inline-block;
	padding-left:17px;
}

.listnavi li.count{
	width:100%;
	text-align:center;
	top:20px;
	z-index:1;
}

.listnavi li.next{
	top:20px;
	right:10px;
	text-align:right;
	z-index:99;
}

.listnavi li.next a{
	background:url(../img/icon_arrow01.png) no-repeat right center;
	display:inline-block;
	padding-right:17px;
}


/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(../img/loader.gif) no-repeat center;
		margin: 0 auto;
}


    .zoomOverlay {
        position:absolute;
        top:0; left:0;
        bottom:0; right:0;
        display:none;
        background-image:url(../img/zoom.png);
        background-repeat:no-repeat;
        background-position:center;
    }

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #ff6600;
}

/* add css stye*/
.nmg{
	margin-bottom:0;
}