html {
	font-size: calc(112.5% + 0.5vw)
}
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7;
	background: #fff;
	color: #444;
	overflow-x: hidden;
}
p {
	line-height: 1.55;
	color: #333;
	font-size: 400;
}
h1 {
	font-size: 62px;
}
h2 {
	font-size: 30px;
	margin-bottom: 65px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
/* ==================================================
  General
  ================================================== */
a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (min-width: 768px) {
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}

@media screen and (max-width: 768px) {
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}
.bg-section {
	background-color: #FFF9F3;
}
.padding_area {
	padding-top: 4em;
	padding-bottom: 4em;
}

@media screen and (max-width:480px) {
.padding_area {
	padding-top: 2em;
	padding-bottom: 2em;
}
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.red {
	color: #FF0004;
}
ul li {
	list-style-type: none;
}
ol li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.row-pb-md {
	padding-bottom: 4em !important;
}
.row-pb-sm {
	padding-bottom: 2em !important;
}
/* ==================================================
  Elements
  ================================================== */
.btn {
	background-color: #337E0A;
	font-weight: 800;
	color: #fff;
	padding: 15px 45px;
	border-radius: 10px;
}
.btn:hover {
	background-color: #FF8146;
	color: #fff;
}
.btn:focus {
	color: #fff;
}
.btn-ghost {
	border: 3px solid #fff;
	background-color: transparent;
}
.btn-ghost:hover {
	background-color: #fff;
	color: #199EB8;
}
section {
	padding: 85px 0;
}

a:hover {
	text-decoration: none !important;
}
.scrolltop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #2DBA07;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
	color: #fff !important;
	opacity: .75;
}
/* ==================================================
  Hero Styling
================================================== */
.hero {
	display: table;
	position: relative;
	background-image: url(../img/cover.jpg);
	background-size: cover;
	padding: 150px 0;
	color: #fff;
	width: 100%;
	height: 100vh;
}
.hero:after {
	content: '';
	z-index: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.45);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.hero .container {
	position: relative;
	z-index: 1;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.hero-brand {
	margin-bottom: 75px;
	display: inline-block;
}
.hero-brand:hover {
	opacity: .75;
}
.tagline {
	font-size: 26px;
	margin: 45px 0 75px 0;
	color: #fff;
}
/* ==================================================
  Header Styling
================================================== */
#header {
	background-color: #337E0A;
	height: 70px;
}
#header #logo {
	margin: 14px 25px 0 0;
}
#header #logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 2px 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
}
#header #logo img {
	padding: 0;
	margin: 0;
	max-height: 40px;
}

@media (max-width: 768px) {
#header {
	height: 50px;
}
#header #logo {
	margin: 10px 0 0 0;
}
#header #logo h1 {
	padding: 2px 0;
	font-size: 26px;
}
#header #logo img {
	max-height: 30px;
}
}
#header .social-nav {
	margin-top: 15px;
}
#header .social-nav a {
	font-size: 24px;
	margin-left: 15px;
	color: #fff;
}
#header .social-nav a:hover {
	color: rgba(255, 255, 255, 0.75);
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
	margin: 0;
}

@media (max-width: 768px) {
#nav-menu-container {
	display: none;
}
}
/* Nav Meu Styling */
.nav-menu a {
	padding: 22px 15px 18px 15px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	outline: none;
}
.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
	color: rgba(255, 255, 255, 0.75);
}
.nav-menu ul {
	margin: 4px 0 0 15px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}
.nav-menu ul li {
	background: #fff;
	border-top: 1px solid #f4f4f4;
}
.nav-menu ul li:first-child {
	border-top: 0;
}
.nav-menu ul li:hover {
	background-color: #FF8141;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.nav-menu ul li a {
	color: #333;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	padding: 10px 15px;
}
.nav-menu ul li a:hover {
	color: #fff;
}
.nav-menu ul ul {
	margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 8px 10px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #fff;
}

@media (max-width: 768px) {
#mobile-nav-toggle {
	display: inline;
}
}
/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}
#mobile-nav ul li a:hover {
	color: #fff;
}
#mobile-nav ul li li {
	padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #199EB8;
}
#mobile-nav ul .menu-item-active {
	color: #199EB8;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}
/*--------------------------------------------------------------
# Intro-sub Section
--------------------------------------------------------------*/
#intro {
	width: 100%;
	height: 60vh;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../img/sub_main.jpg);
	background-size: cover;
}
#intro .intro-content {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
#intro .intro-content h2 {
	color: #0c2e8a;
	margin-bottom: 30px;
	font-size: 54px;
	font-weight: 700;
}

@media screen and (max-width:480px) {
#intro .intro-content h2 {
	font-size: 44px;
}
}
#intro .intro-content h2 span {
	color: #50d8af;
	text-decoration: underline;
}
#intro .intro-content h3 {
	color: #0C2E8A;
}
#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
}
#intro .intro-content .btn-get-started {
	background-color: #27A4F1;
	border: 2px solid #27A4F1;
}
#intro .intro-content .btn-get-started:hover {
	background: none;
	color: #0c2e8a;
}
#intro .intro-content .btn-projects {
	background: #50d8af;
	border: 2px solid #50d8af;
}
#intro .intro-content .btn-projects:hover {
	background: none;
	color: #50d8af;
}
#intro #intro-carousel {
	z-index: 8;
}
#intro #intro-carousel::before {
	content: '';
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 7;
}
#intro #intro-carousel .item {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition-property: opacity;
}
/* パンくずリスト
--------------------------------*/
#breadcrumbs-four {
	background-color: #FFFFFF;
	position: relative;
	top: -26px;
}
#breadcrumbs-four {
	overflow: hidden;
	width: 100%;
}
#breadcrumbs-four li {
	float: left;
	margin: 0 .5em 0 1em;
}
#breadcrumbs-four a {
	background: #ddd;
	padding: .7em 1em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	position: relative;
}
#breadcrumbs-four a:hover {
	background-color: #50D8AF;
	color: #FFFFFF;
}
#breadcrumbs-four a::before, #breadcrumbs-four a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1em;
	background: #ddd;
	transform: skew(-10deg);
}
#breadcrumbs-four a::before {
	left: -.5em;
	border-radius: 5px 0 0 5px;
}
#breadcrumbs-four a:hover::before {
	background-color: #50D8AF;
}
#breadcrumbs-four a::after {
	right: -.5em;
	border-radius: 0 5px 5px 0;
}
#breadcrumbs-four a:hover::after {
	background-color: #50D8AF;
}
#breadcrumbs-four .current, #breadcrumbs-four .current:hover {
	font-weight: bold;
	background: none;
}
#breadcrumbs-four .current::after, #breadcrumbs-four .current::before {
	content: normal;
}
#breadcrumbs-four li .current:hover {
	color: #555555;
}
.midasi {
	border-left: 8px solid #2DBA07;
	padding-left: 9px;
	border-bottom: 2px solid #2DBA07;
}
.table.table-bordered th {
	color: #FFFFFF;
	vertical-align: middle;
}
#maincontent {
	padding-top: 2em;
	padding-bottom: 30px;
}
.tagline.centered.box-shadow {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	text-align: center;
	border-bottom: 3px solid #337E0A;
}
.tagline.centered.box-shadow .tagline_text h2 {
	color: #282828;
	padding-top: 27px;
	margin-bottom: 25px;
}
.tagline_text .orange {
	color: #ED5331;
	font-weight: 700;
	text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
	font-family: "MS Serif", "New York", serif;
	background-color: #FF8146;
	font-size: 36px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.tagline.centered.box-shadow .tagline_text p {
	font-size: 16px;
	font-weight: 700;
}
.tagline.centered.box-shadow .btn-toolbar.cta .btn.btn-danger {
	margin-right: 17px;
}

@media (max-width: 480px) {
.tagline_text .orange {
	margin-left: 0px;
	margin-right: 0px;
	font-size: 24px;
}
.btn-toolbar.cta .btn.btn-large.btn-color {
	margin-bottom: 20px;
}
}
#maincontent1 {
	background-image: url(../img/about1.jpg);
	background-repeat: no-repeat;
	background-size: 32% auto;
	background-position: right bottom;
	padding: 12px;
}

@media (max-width: 768px) {
#maincontent1 {
	background-image: none;
}
}
#maincontent2 .card {
	border: 0;
	margin-bottom: 30px;
	margin-top: 30px;
	border-radius: 6px;
	color: rgba(0,0,0,.87);
	background: #fff;
	width: 100%;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#maincontent2 .card .card-body {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#maincontent2 .card .card-body .card-title.bg-success {
	font-size: 20px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #2DBA07;
	color: #FFFFFF;
}
.card-body .card-text .left {
	width: 14%;
	float: left;
	margin-top: -9px;
	margin-right: 14px;
}
.bg-success {
	background-color: hsla(81,49%,51%,1.00);
}
.entry-body {
	border-left: 1px solid #337E0A;
	border-right: 1px solid #337E0A;
	border-bottom: 1px solid #337E0A;
}
.entry-body .title {
	background-color: #337E0A;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.entry-body p {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.panel.panel-default {
	border: 1px solid #F2F2F2;
	margin-bottom: 30px;
}
.panel.panel-default .panel-heading {
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.panel.panel-default .panel-body {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.panel-body .dl-horizontal dt {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 170px;
}
.panel-body .dl-horizontal dd {
	padding-top: 5px;
	padding-bottom: 5px;
}
.panel-body ol li {
	display: inline-block;
	width: 48%;
}
.panel-body ol .address {
	position: relative;
	top: -40px;
	border: 6px outset #2DBA07;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

@media (max-width: 480px) {
.panel-body ol li {
	display: inline-block;
	width: 100%;
}
.panel-body ol .address {
	position: relative;
	top: 0px;
	left: -25px;
}
.panel.panel-default .panel-heading h3 {
	font-size: 18px;
}
}
/*  更新情報・お知らせ
/*--------------------------------*/

.topics dl {
	height: 24em;
	overflow: auto;
}
dl dt {
	float: left;
	clear: left;
	width: 7em;
	padding-bottom: 10px;
	padding-top: 10px;
}
dl dd {
	border-bottom: 1px dotted #ccc;
	padding-left: 7.5em;
	padding-bottom: 10px;
	padding-top: 10px;
}

@media screen and (max-width: 480px) {
dl dt {
	float: none;
	width: 100%;
}
dl dd {
	padding-left: 0em;
}
}
/* Call To Action Section
--------------------------------*/

.call-to-action {
	background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/contact_bg.jpg) fixed center center;
	background-size: cover;
	padding: 100px 0;
}
.call-to-action h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.call-to-action p {
	color: #fff;
}
.container.text-center .row .col-md-6.fast {
	border-right: 1px solid #FFFFFF;
}
.call-to-action .cta-btn {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 38px;
	border-radius: 20px;
	transition: 0.5s;
	margin-top: 20px;
	border: 2px solid #fff;
	color: #fff;
	margin-bottom: 15px;
}
.call-to-action .cta-btn:hover {
	background-color: #FFA842;
	border: 2px solid #D31213;
	text-decoration: none;
}
.call-to-action .contact {
	color: #FF9820;
	font-size: 50px;
}

@media screen and (max-width:480px) {
.col-md-6.fast .contact {
	font-size: 46px;
}
.col-md-6.fast .contact .img-rounded {
	display: none;
}
.col-md-4 {
	margin-bottom: 15px;
}
.scrolltop {
	display: none !important;
}
}
/* ==================================================
  Footer Styling
  ================================================== */
footer {
	padding-top: 30px;
	color: #7e7e7e;
}
footer.footer {
	background-color: #F9F9F9;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: #333333;
}
.widget h5 {
	font-size: 18px;
	font-weight: bolder;
}
.widget .regular li {
	padding-top: 5px;
	padding-bottom: 5px;
}
footer ul.regular li a {
	text-shadow: none;
	color: #404040;
}
footer ul.regular, footer ul.nav {
	margin-left: 0;
	list-style: none;
}
footer .nav-list.regular>li>a {
	padding: 0;
	margin-left: 0;
}
footer .logo img {
	margin-bottom: 20px;
}
.widget .brand.logo .img-circle {
	background-color: #337E0A;
	border-radius: 50%;
}
.widget .brand.logo {
	color: #333333;
	font-weight: 600;
}

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px) {
.footer_area {
	display: none !important;
}
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px) {
.footer_area {
	position: fixed;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 10000;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}
.footer_area .container-fluid .row .col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.footer_area a img {
	opacity: 0.8;
}
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
section, .block, .cta {
	padding: 35px 0;
}
.features {
	padding-bottom: 5px;
}
p, .block p {
	margin: 0;
}
.hero-brand {
	margin-bottom: 35px;
}
.tagline {
	margin: 35px 0;
}
h1 {
	font-size: 32px;
	margin: 0;
}
h2, .tagline {
	font-size: 24px;
}
h2 {
	margin-bottom: 25px;
}
h3 {
	font-size: 14px;
}
.hero {
	padding: 75px 0;
}
.stats-col {
	margin-bottom: 25px;
}
.block {
	height: auto;
}
.feature-col {
	padding-bottom: 30px;
}



}

@media (max-width: 767px) {
.block {
	padding-left: 30px;
	padding-right: 30px;
}
}
/* ====== case.html ================ */
.lib-panel {
	margin-bottom: 20Px;
}
.lib-panel img {
	width: 100%;
	background-color: transparent;
}
.lib-panel .row, .lib-panel .col-md-5, .lib-panel .col-md-7 {
	padding: 0;
	background-color: #FFFFFF;
}
.lib-panel .lib-row {
	padding: 0 20px 0 20px;
}
.lib-panel .lib-row.lib-header {
	background-color: #FFFFFF;
	font-size: 20px;
	padding: 10px 20px 0 20px;
}
.lib-panel .lib-row.lib-header .lib-header-seperator {
	height: 2px;
	width: 26px;
	background-color: #d9d9d9;
	margin: 7px 0 7px 0;
}
.lib-panel .lib-row.lib-desc {
	position: relative;
	height: 100%;
	display: block;
	font-size: 14px;
}
@media (max-width: 480px) {
.lib-panel .lib-row.lib-desc {
	
	padding-right: 25px !important;
	
	padding-left: 25px !important;	
}
}
.lib-panel .lib-row.lib-desc a {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 20px;
}
.row-margin-bottom {
	margin-bottom: 20px;
}
.box-shadow {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}
.no-padding {
	padding: 0;
}

.card.mb .card-body.mb .card-title {
	background-color: #2DBA07;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


@media screen and (max-width:480px) {

.card.mb {
	margin-bottom: 20px;
}
.card-body .card-text .left.hidden-xs {
	display: none;
}
}
.card.mb .card-body.mb .card-text {
	text-align: left;
	margin-bottom: -8px;
}
/* ====== contact.html ================ */
aside {
	padding: 20px 15px 0 15px;
	margin: 0 0 30px 0;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
aside .widget {
	margin-bottom: 30px;
}
aside .widget ul {
	list-style: none;
	margin-left: 0;
}
aside .widget ul li {
	border-bottom: 1px dotted #efefef;
	margin: 15px 0 0 0;
	padding-bottom: 5px;
}
aside .widget h4 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.post-quote blockquote {
	font-size: 18px;
	line-height: 1.6em;
	font-family: Georgia, Arial, sans-serif;
	font-style: italic;
}
.comment-form {
	margin: 15px 0 30px 0;
}
.contactForm {
	margin: 0 0 30px 0;
}
.comment-form label, .contactForm label {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
.comment-form input, .contactForm input {
	background: #fff;
	margin-bottom: 20px;
	font-size: 13px;
}
.comment-form input, .contactForm input {
	width: 100%;
	height: 50px;
}
.comment-form textarea, .contactForm textarea {
	margin-bottom: 25px;
	font-size: 13px;
	background: #fff;
	width: 100%;
	padding-top: 10px;
}
.contactForm .form-group {
	box-sizing: border-box;
	padding-right: 15px;
}
.validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#sendmessage {
	color: green;
	border: 1px solid green;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#sendmessage.show, #errormessage.show, .show {
	display: block;
}
/* social links icon */

.widget .social-links {
	list-style: none;
}
.widget .social-links li {
	padding: 0;
	border: none;
	float: none;
	display: inline;
}
.social-links li a:hover {
	text-decoration: none;
}
/* ============ font awesome icons ===================== */

ul.the-icons {
	list-style: none;
	margin-left: 0;
}
[class^="icon-"], [class*=" icon-"] {
	float: none;
}
.icon-square, .icon-rounded, .icon-plain, .icon-circled {
	margin: 10px 10px 10px 0;
	display: inline-block !important;
	text-align: center !important;
	color: #fff;
	width: 18px;
	height: 18px;
	padding: 3px;
	font-size: 12px;
	line-height: 18px;
	text-shadow: none;
	cursor: pointer;
}
.icon-rounded {
	background-color: #444;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.icon-circled {
	background-color: #444;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.icon-square {
	background-color: #444;
}
.icon-plain {
	width: 48px;
	height: 48px;
	font-size: 47px;
	line-height: 50px;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}
.icon-plain:hover {
	color: #777;
}
.box {
	margin: 2em 0;
	position: relative;
	padding: 0.5em 1.5em;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
}
.box:before, .box:after {
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: black;
}
.box:before {
	left: 10px;
}
.box:after {
	right: 10px;
}
.box p {
	margin: 0;
	padding: 0;
}
