body {
  	background-color: #ffffff;
  	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height:1.7;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

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


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


h2 {
	font-weight:700;
	font-size: 19px;
	color: #151515;
	/* margin-top: 30px; */
	/* margin-bottom: 30px; */
}

h3 {
	font-size: 17px;
	color: #191970;
	/* margin-top: 30px; */
	/* margin-bottom: 30px; */
	 color: #252401;
}

/*
h5 {
font-size: 14px;
color: blue;
}

h5:before {
content: '●';
color: black;
margin-right: 8px;
}
*/

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
	
    /* color: #1abc9c; */
    color: #008080;
    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; */
    color: #ff6347;
    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-top: 5px;
	padding-bottom: 10px;
}

.navbar-inverse {
	background-color: #1abc9c;
	border-color: #16a085;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

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

.navbar-brand {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
	color: white;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

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


/* Helpers */

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

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


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

#ww {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f2f2f2;
}


#footer {
	/*background-color: #2f2f2f;*/
	background-color: #111111;

	padding-top: 50px;
	padding-bottom: 50px; 
}

#footer p {
	color: white;
}

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


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

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

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

.eq {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
}

.eqi {
	padding-top: 30px;
	padding-bottom: 0px;
	text-align:center;
}

.fig {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
}

.top {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align:center;
}

.bl {
	font-weight: bold;
	color: blue;
}

.subt {
	margin-top: 70px;
	margin-bottom: 5px;
	font-size: 14px;
	color: blue;
	font-weight: bold;
}

.subt:before {
content: '●';
color: black;
margin-right: 8px;
}

.list {
	margin-top: 65px;
	margin-bottom: 15px;
	font-size: 17px;
	/* font-weight: bolder; */
	padding: 0.6em 1.2em;/*上下 左右の余白*/
	color: #000000;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #7db4e6; /*左線*/
	border-bottom: solid 3px #7db4e6;/*下線*/
	background-color: #f5f5f5
}

.listEx {
	margin-top: 80px;
	margin-bottom: 15px;
	font-size: 17px;
	/* font-weight: bolder; */
	padding: 0.6em 1.2em;/*上下 左右の余白*/
	color: #000000;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #FFC7AF; /*左線*/
	border-bottom: solid 3px #FFC7AF;/*下線*/
	background-color: #f5f5f5
}


.linkC {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: center;
}


.linkC:before {
content: '⇒';
color: black;
margin-right: 3px;
}


.ad {
	margin-top: 40px;
	margin-bottom: 25px;
	text-align: center;
}

.admid {
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center;
}

.adbot {
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center;
}

.search{
	margin-top: 0px;
	margin-bottom: 0px;
}

.prop{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	
	border-style: solid;
	border-width: 0.5px;
	border-color:#cccccc;
	padding: 10px 10px 10px 10px;
	background-color: #FdFdFd;
	
}

.spi{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	color: blue;
}

.sp{
	margin-top: 50px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	color: blue;
}

.pre{
	margin-top: 30px;
	margin-left:5px;
	margin-right;5px;
	margin-bottom: 33px;
	padding: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 0.5px;
	border-color: #2e8b57 ;
	text-align: left;
	border-radius: 10px;
	background-color: #fffafa;
}


.hs{
	margin-top: 70px;
	margin-left:5px;
	margin-right;5px;
	margin-bottom: 3px;
	padding: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 0.5px;
	border-color:#1abc9c;
	text-align: left;
	border-radius: 10px;
	background-color: #FFFCFC;
}




.ex{
	margin: 30px 20px 3px 20px;
	padding: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 0.5px;
	border-color:#1abc9c;
	text-align: left;
	border-radius: 10px;
	background-color: #FAFFFA; "
}

.toc{
	margin : 20px 0px 0px 20px;
	text-align: left;
}


.copy{
	margin : 20px 0px 0px 0px;
	color: gray;
	text-align: center;
}

.prbtn{
	margin : 20px 0px 0px 0px;
	text-align: center;
}


hr.proof {
	margin: 10px 30px 5px 30px;

}


.ftn{
	margin : 0px 30px 50px 30px;
	text-align: left;
}


/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

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

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

/* ================== 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;
}


    .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: #1abc9c;
}