/*-----------------------------------------------------------------------------------*/
/*	CUSTOM
/*-----------------------------------------------------------------------------------*/
.offset {
	padding-top: 103px !important;
}
.navbar-header {
	background: #ffffff;
	border-top: 2px solid #414141;
}
.navbar-header .container {
	border-bottom: 1px solid #f5f5f5;
}
.container {
	position: relative;
}
.intro.table > tbody > tr > th {
	width: 80px;
	font-weight: normal;
}
.intro.table > tbody > tr:last-child > td, .intro.table > tbody > tr:last-child > th {
	border-bottom: 1px solid #dddddd;
}
.DMI-sns {
	background-color: #f5f5f5;
	border-radius: 10px;
	text-align: center;
	padding: 15px;
}
.DMI-sns p, .DMI-sns .share {
	display: inline-block;
}
strong.effect {
	font-size:20px;
	margin-right:1px;
}
.table-divider {
	width: 20px;
}
.table-divider:before {
	border-left: 1px solid #dedede;
	content: '';
}
.table tr:last-child th, .table tr:last-child td {
	border-bottom: 1px solid #dddddd;
}
.sidebox.widget h4 a {
	color:#000000;
}
.meta a > i {
	color: #737373;
}
figure a .text-overlay .info {
	padding-left: 20px;
	padding-right: 20px;
}
.portfolio.fix-portfolio ul.items li.item {
	position:relative;
} 
.item-text {
	position:absolute;
	width:100%;
	bottom:5%;
	left:0;
	text-align: center;
	font-size:15px;
	color:#ffffff;
}
.item-text.black {
	color:#656565;
}
.item-text.top {
	top:7%;
}
.fix-portfolio .items.col4 {
	margin-left: -30px;
	margin-bottom: -30px;
}
@media (min-width: 1200px) {
	.fix-portfolio .items.col4 li {
		width: 270px;
		margin-left: 30px;
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.fix-portfolio .items.col4 li {
		width: 303px;
		margin-left: 30px;
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.fix-portfolio .items.col4 li {
		width: 220px;
		margin-left: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.fix-portfolio .items.col4 {
	  margin-left: 0;
	  margin-bottom: 0;
	}
}
.section-title {
	font-size: 22px;
	text-transform: none;
}
.section-title:before {
	left: -270px;
}
.section-title:after {
	right: -270px;
}
.section-title:before, .section-title:after {
	width: 220px;
}
.section-title-wrapper:before {
	left: 0;
	top: 80px;
}
.section-title-wrapper:after {
	right: 0;
	top: 80px;
}
.section-title-wrapper:before, .section-title-wrapper:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #e1e1e1;
	position: absolute;
	width: 270px;
}
@media (max-width: 767px) {
	.section-title-wrapper:before, .section-title-wrapper:after {
		width: 0;
	}
}
.dark-wrapper .section-title-wrapper:before, .dark-wrapper .section-title-wrapper:after {
	border-color: #d7d7d7;
}
.parallax .section-title-wrapper:before, .parallax .section-title-wrapper:after {
	border-color: #777777;
}
.services-1 .col-wrapper i {
	transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.services-1 .col-wrapper:hover i {
	color: #1abb9c;
}
.services-1 .col-wrapper p {
	color: #737373;
}
@media (max-width: 991px) and (min-width: 768px) {
	.services-3 .icon:before, .services-3 .icon:after {
		display:none;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.services-3 .icon:before {
		width: 30%;
		left: -50%;
	}
	.services-3 .icon:after {
		width: 30%;
		right: -50%;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.under .col-md-6 {
		margin-bottom: 0;
	}
}
.box-text {
	background:#1abb9c;
	padding:0 3px;
	color:#ffffff;
}
.parallax .lead a:hover {
	color: #d9d9d9;
}
.grid-blog .post-title {
  margin: 0;
}
.icon-wrapper {
	text-align: center;
	border: 1px solid #b1b1b1;
	width: 46px;
	padding: 7px 0 4px 0;
	line-height: 1;
	font-weight: normal;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	margin-bottom: 5px;
}
.icon-wrapper i {
	font-size: 30px;
}
#comments .info .meta {
	display: inline-block;
}
.btn {
	font-weight: normal !important;
}
body .share .btn {
	font-weight: 800 !important;
}
.sidebox a.badge:hover {
	color: #ffffff;
}
.highlight {
	color: #e8554e;
}
h3 > .btn {
	padding: 5px 10px;
}
table .btn, div > .btn {
	margin:0;
}
hr {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
a[class="active"], li[class="active"] > a,  li[class="disabled"] > a {
	cursor: default;
}
li[class="disabled"] > a {
	opacity: 0.5;
}
li[class="disabled"] > a:hover, li[class="disabled"] > a:focus {
	border-color: #b1b1b1 !important;
	color: #939393 !important;
}
.text-box {
	background:#f5f5f5;
	border-radius:5px;
	padding:15px;
	margin-bottom:15px;
}
.text-box input, .text-box select, .text-box textarea,
.text-box input:focus, .text-box select:focus, .text-box textarea:focus {
	background:#ffffff;
}
.bb {
	padding-bottom:5px;
	border-bottom: 1px solid #dddddd;
	margin-bottom:20px;
}
.table-default th {
	background:#f5f5f5;
	text-align:center;
	vertical-align:middle !important;
}
.table-default td {
	text-align:center;
	vertical-align:middle !important;
}
form .table-default td {
	text-align:left;
}
.agree_txt {
	height:200px;
	border:1px solid #dddddd;
	border-radius:5px;
	padding:6px 12px;
	margin-bottom:15px;
	overflow:auto;
}
.navbar .dropdown-menu li a {
	text-transform: none;
}
.owl-clients .item img {
	opacity: 0.9;
}
.liststylenone {
	list-style: none !important;
	padding: 0 !important;
    font-size: 14px;
}
ul.circled li.liststylenone:before {
	content:none;
}
li > a {
	color: #737373;
}
td.divide15 {
	border-left:none !important;
	border-right:none !important;
}
table.inner-table {
	width:100%
}
table.inner-table td {
	border:none !important;
}
.footer > .container.inner {
	padding:35px 0;
}
@media (max-width: 767px) {
	.footer > .container.inner {
		padding:35px 20px;
	}
}
.notice {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 20px;
}
@media (max-width: 1199px) {
	.mailing-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
		-webkit-overflow-scrolling: touch;
	}
}
.pagination {
	text-align:center;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 7px 12px;
}
.pagination ul > li {
	margin-bottom: 20px;
}
.books figure a:hover img {
	transform:none;
}
.books .post-title .badge {
	vertical-align: bottom;
	margin-top: 0;
	padding: 2px 5px;
}
h2.post-title .badge {
	vertical-align: top;
	margin-top: 6px;
}
.alert > h3 {
	margin:0;
}
.alert > h3 + p {
	margin-top:10px;
}

@media (min-width: 1200px) {
	.items li figure img {
		height:207px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) { 
	.items li figure img {
		height:231px;
	}
}
@media (min-width: 768px) and (max-width: 979px) { 
	.items li figure img {
		height:170px;
	}
}
@media (min-width: 1200px) { 
	.grid-blog.col3 .post,
	.grid-blog.col2 .post {
	    width: 369px;
	}
}
p.bm0 > .btn {
	margin-bottom:0;
}
@media (max-width: 979px) {
	.grid-blog.col2 hr {
		display: block !important;
	}
}
.grid-blog.col2 hr:last-child {
	display: block;
}
figure.player a .playBtn {
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-40px;
	margin-left:-40px;
	z-index: 100;
	font-size: 80px;
	color: #d4d4d4;
	opacity: 0.5;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
figure.player a:hover img {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.player a:hover .playBtn {
	color:#3f8dbf;
}
.calnet-community {
	display:none;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
ul.inline-list {
	list-style:none;
}
ul.inline-list li {
	display: inline-block;
	padding:
}
ul.inline-list li + li:before {
	content:"/";
	padding-right: 3px;
}
.about-data .data-image.mailing {
	width: 10%;
}
.text-box > table.intro th,
.text-box > table.intro td {
	border:0 !important;
	padding: 3px;
}
.sidebox {
    margin-top: 25px;
}
.owl-slider-wrapper {
    padding-bottom: 20px;
}
.text-box > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
		-webkit-overflow-scrolling: touch;
	}
}
.cal-guide-list {
	list-style: none;
	margin:0;
	padding:0;
}
.cal-guide-list li {
	margin-bottom:10px;
}
.cal-guide-list li a {
	display: block;
	padding: 10px 15px;
	background: #f3f3f3;
	border-radius: 25px;
	color:#000000;
}
.cal-guide-list li a:before {
	content: '\26ab';
    margin-right: 10px;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
	font-family: 'fontello';
    color: #ffffff;
	font-size:25px;
}
.cal-guide-list li a:hover,
.cal-guide-list li a:focus,
.cal-guide-list li a:active {
	background: #5aa3b4;
	color: #ffffff;
}
.cal-guide-list li a:hover > small,
.cal-guide-list li a:focus > small,
.cal-guide-list li a:active > small {
	color: #ffffff;
}
.cal-guide-list li a > small {
	color: #5aa3b4;
}
ul.checklist {
    padding: 0;
    list-style: none;
}
ul.checklist > li:before {
    content: '\f096';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'fontello';
    color: #3f8dbf;
    font-size: 14px;
}

.mailform img {
	width:100%
}
@media (min-width: 751px) {
	.mailform {
		width:750px;margin:0 auto;
	}
}
.cyan {
	color: #5aa3b4;
}
.bold {
	font-weight: 600;
}
.features > ul > li:last-child {
	border:none;
}

.text .cpc {color: #3B3B3B;}

