* {
	border-radius: 0 !important
}

body {
	padding: 0;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	background: #fff
}

p,
a,
li {
	color: #555;
	line-height: 1.6
}

a,
a:focus,
a:hover,
a:active {
	outline: 0 !important
}

a:hover {
	color: #72c02c;
	text-decoration: underline
}

h1,
h2,
h3,
h4,
h5 {
	color: #555;
	margin-top: 5px;
	text-shadow: none;
	text-shadow: 0 0 1px #f6f6f6;
	font-weight: normal !important
}

.headline {
	display: block;
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #e4e9f0
}

.headline h3,
.headline h4 {
	color: #585f69;
	margin: 0 0 -2px 0;
	padding-right: 10px;
	display: inline-block;
	text-shadow: 0 0 1px #f6f6f6;
	border-bottom: 2px solid #72c02c
}

blockquote:hover {
	border-left-color: #72c02c;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.carousel-caption {
	padding: 10px 15px
}

.carousel-arrow a.carousel-control {
	font-size: 40px;
	height: inherit
}

.carousel-arrow a.left {
	left: 0
}

.carousel-arrow a.right {
	right: 0
}

.pagination ul {
	box-shadow: none
}

.pagination li a {
	color: #777;
	padding: 5px 15px;
	border-radius: 0 !important
}

.copyright {
	font-size: 12px;
	padding: 5px 10px;
	background: #f8f8f8;
	border-top: solid 1px #ccc
}

.copyright a {
	margin: 0 5px
}

.copyright a:hover {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.copyright .span8 {
	padding-top: 15px
}

.copyright .span4 {
	padding-top: 10px
}

.thumbnail-style {
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0 0 8px #ddd;
	-webkit-transition: box-shadow .2s ease-in-out;
	-moz-transition: box-shadow .2s ease-in-out;
	-o-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out
}

.thumbnail-style:hover {
	box-shadow: 0 0 8px #ccc;
	-webkit-transition: box-shadow .2s ease-in-out;
	-moz-transition: box-shadow .2s ease-in-out;
	-o-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out
}

.thumbnail-style h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0 0 0
}

.thumbnail-style p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.thumbnail-style h3 a {
	font-size: 18px
}

.thumbnail-style h3 a:hover {
	color: #72c02c;
	text-decoration: none
}

.thumbnail-style .thumbnail-img {
	position: relative
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #72c02c;
	display: inline-block
}

.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #377500
}

.thumbnail-style:hover a.btn-more {
	right: 10px
}

.thumbnail-kenburn img {
	aspect-ratio: 265/168;
	object-fit: cover;
	left: 10px;
	margin-left: -10px;
	position: relative;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.thumbnail-kenburn:hover img {
	-webkit-transform: scale(1.2) rotate(2deg);
	-moz-transform: scale(1.2) rotate(2deg);
	-o-transform: scale(1.2) rotate(2deg);
	-ms-transform: scale(1.2) rotate(2deg);
	transform: scale(1.2) rotate(2deg)
}

.breadcrumbs {
	padding: 10px 0 6px;
	box-shadow: inset 0 0 4px #eee;
	background: url(../img/breadcrumbs.png) repeat
}

.breadcrumbs h1 {
	color: #686868;
	font-size: 30px;
	text-shadow: 0 1px 0 #f1efef
}

.breadcrumbs .container {
	padding: 0 15px
}

.breadcrumb {
	top: 9px;
	padding-right: 0;
	background: 0;
	position: relative
}

.breadcrumb a {
	color: #777
}

.breadcrumb li.active,
.breadcrumb li a:hover {
	color: #72c02c;
	text-decoration: none
}

.slider-inner .da-slider {
	box-shadow: none;
	border-bottom: 2px solid #ddd
}

.carousel-control {
	color: #fff;
	border: 0;
	margin-top: 0;
	border-radius: 2px
}

.carousel-control:hover {
	opacity: 1;
	color: #72c02c
}

.nav-tabs {
	background: none !important
}

.nav-tabs a {
	font-size: 14px;
	padding: 5px 15px !important
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
	color: #fff;
	border: 0;
	background: #72c02c
}

.nav-tabs>li>a {
	border: 0;
	border-radius: 0
}

.nav-tabs>li>a:hover {
	color: #fff;
	background: #72c02c
}

.tab-content {
	padding: 7px 10px;
	border-top: solid 2px #72c02c
}

.page-404 p {
	top: 70px;
	color: #777;
	font-size: 300px;
	line-height: 180px;
	text-align: center;
	position: relative
}

.page-404 p i {
	font-style: normal;
	text-shadow: 0 0 3px
}

.page-404 p span {
	display: block;
	font-size: 32px;
	position: relative
}

.map {
	width: 100%;
	height: 350px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee
}

.map-box {
	height: 250px
}

.map-box-space {
	margin-top: 25px
}

.color-red {
	color: #c00
}

.color-green {
	color: #72c02c
}

.color-blue {
	color: #3498db
}

.pull-lft {
	text-align: left
}

.pull-rgt {
	text-align: right
}

.rgt-img-margin {
	margin: 4px 0 5px 8px
}

.lft-img-margin {
	margin: 5px 20px 5px 0
}

.overflow-hidden {
	overflow: hidden
}

.padding-left-5 {
	padding-left: 5px
}

.img-width-200 {
	width: 200px
}

.img-border {
	border: solid 3px #fff
}

.bg-light {
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 10px;
	background: #fcfcfc
}

.bg-light:hover {
	padding: 9px 14px;
	border: solid 1px #e5e5e5
}

a.read-more {
	font-weight: bold;
	text-decoration: none
}

a.read-more:hover {
	color: #72c02c;
	text-decoration: none
}

.linked:hover {
	color: #72c02c;
	text-decoration: none
}

.hover-effect {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.hover-effect-kenburn {
	left: 10px;
	margin-left: -10px;
	position: relative;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.hover-effect-kenburn:hover {
	-webkit-transform: scale(2) rotate(5deg);
	-moz-transform: scale(2) rotate(5deg);
	-o-transform: scale(2) rotate(5deg);
	-ms-transform: scale(2) rotate(5deg);
	transform: scale(2) rotate(5deg)
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-20,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-40,
.margin-bottom-50,
.margin-bottom-60 {
	clear: both
}

.margin-bottom-5 {
	margin-bottom: 5px
}

.margin-bottom-10 {
	margin-bottom: 10px
}

.margin-bottom-20 {
	margin-bottom: 20px
}

.margin-bottom-25 {
	margin-bottom: 25px
}

.margin-bottom-30 {
	margin-bottom: 30px
}

.margin-bottom-40 {
	margin-bottom: 40px
}

.margin-bottom-50 {
	margin-bottom: 50px
}

.margin-bottom-60 {
	margin-bottom: 60px
}

.top-2 {
	top: 2px
}

.btn {
	box-shadow: none
}

.btn-u {
	border: 0;
	font-size: 14px;
	cursor: pointer;
	padding: 5px 13px;
	position: relative;
	background: #72c02c;
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important
}

.btn-u:hover {
	color: #fff;
	background: #5fb611;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.btn-u-small {
	padding: 3px 12px
}

.btn-u-large {
	font-size: 18px;
	padding: 10px 25px
}

a.btn-u {
	padding: 4px 13px;
	vertical-align: middle
}

a.btn-u-small {
	padding: 2px 12px
}

a.btn-u-large {
	font-size: 18px;
	padding: 6px 25px
}

.btn-u-blue {
	background: #3498db !important
}

.btn-u-blue:hover {
	background: #2980b9 !important
}

.btn-u-red {
	background: #e74c3c !important
}

.btn-u-red:hover {
	background: #c0392b !important
}

.btn-u-orange {
	background: #e67e22 !important
}

.btn-u-orange:hover {
	background: #d35400 !important
}

.btn-u-sea {
	background: #1abc9c !important
}

.btn-u-sea:hover {
	background: #16a085 !important
}

.btn-u-green {
	background: #2ecc71 !important
}

.btn-u-green:hover {
	background: #27ae60 !important
}

.btn-u-yellow {
	background: #f1c40f !important
}

.btn-u-yellow:hover {
	background: #f39c12 !important
}

.banner {
	margin: 10px 0
}

.bg-black-opacity {
	background: url(../img/sliders/revolution/bg-text.png) repeat;
	padding: 7px;
	text-shadow: none !important
}

.ttl {
	font-size: 18px;
	font-weight: normal
}

.thumbnail-style a:hover {
	text-decoration: none
}

h2 {
	font-size: 20px;
	font-weight: bold !important;
	position: relative;
	border-color: #eee;
	border-style: solid;
	border-width: 3px 3px 3px 0;
	background: #fff;
	padding: 5px 15px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	border-left: 5px #72c02c solid;
	padding-left: 10px
}

h2:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 15px;
	right: 15px;
	width: 70%;
	height: 10px;
	background: rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg)
}

h4 {
	font-size: 16px;
	font-weight: bold !important
}

.detail_h {
	border: solid 1px #ddd;
	padding: 5px 5px 5px 10px;
	border-radius: 5px;
	background: #eee;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #fff, #eee);
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	-pie-background: linear-gradient(top, #fff, #eee);
	behavior: url(images/PIE.htc)
}

.detail_h {
	font-size: 16px;
	font-weight: bold
}

.tel {
	font-family: 'Alice', serif;
	font-size: 28px;
	font-weight: bold;
	color: #72c02c;
	text-align: center
}

.tel:hover {
	text-decoration: none !important
}

.news li {
	background: url(../img/leaf.gif) no-repeat top left;
	padding-left: 15px;
	border-bottom: dotted 1px #ccc
}

.conts_link a {
	color: #72c02c
}

figure {
	margin: 0
}

figcaption {
	font-weight: bold
}

figure dt {
	font-weight: normal
}

.nav-list li a {
	display: inline !important
}

.nested li {
	margin-left: 20px
}

i {
	color: #72c02c
}

.time {
	font-family: 'Alice', serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px
}

.price {
	text-align: right !important
}

.place {
	font-size: 14px
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent
}

@media(max-width:980px) {
	.tel {
		font-size: 20px
	}

	.time {
		font-size: 18px
	}
}

@media(max-width:480px) {
	.logo {
		width: 80%
	}

	.tel {
		font-size: 28px;
		font-family: 'Alice', serif;
		font-weight: normal;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border: 1px solid #83c41a;
		padding: 9px 18px;
		text-decoration: none;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #9dce2c), color-stop(100%, #8cb82b));
		background: -moz-linear-gradient(center top, #9dce2c 5%, #8cb82b 100%);
		background: -ms-linear-gradient(top, #9dce2c 5%, #8cb82b 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
		background-color: #9dce2c;
		color: #fff;
		display: inline-block;
		text-shadow: 1px 1px 0 #689324;
		-webkit-box-shadow: inset 1px 1px 0 0 #c1ed9c;
		-moz-box-shadow: inset 1px 1px 0 0 #c1ed9c;
		box-shadow: inset 1px 1px 0 0 #c1ed9c;
		width: 75%;
		margin-bottom: 10px
	}

	.tel:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #8cb82b), color-stop(100%, #9dce2c));
		background: -moz-linear-gradient(center top, #8cb82b 5%, #9dce2c 100%);
		background: -ms-linear-gradient(top, #8cb82b 5%, #9dce2c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
		background-color: #8cb82b
	}

	.tel:active {
		position: relative;
		top: 1px
	}
}

.header {
	z-index: 999;
	position: relative;
	border-bottom: solid 2px #eee
}

.header .container {
	position: relative
}

.logo {
	/*
position:absolute;
*/
	top: -5px;
	left: 0
}

.navbar,
.navbar-inner,
.nav,
.navbar-inverse {
	background: #fff;
	filter: none;
	border: 0;
	padding: 0;
	margin: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.nav i.icon-sort-up {
	position: absolute;
	font-size: 13px;
	bottom: -6px
}

.navbar-inner {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.navbar .nav>li {
	display: block;
	position: relative
}

.navbar .nav>li>a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #687074;
	text-shadow: none;
	padding: 9px 13px;
	text-transform: uppercase;
	border-bottom: solid 2px #eee;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.nav-collapse .nav>li>a,
.nav-collapse .dropdown-menu a {
	margin: 0 !important;
	border-radius: 0 !important
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
	color: #72c02c;
	border-bottom: solid 2px #72c02c
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:focus {
	color: #72c02c;
	text-decoration: none;
	border-bottom: solid 2px #72c02c;
	background: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.navbar .nav>.active>a:hover {
	color: #72c02c;
	background: 0;
	border-bottom: solid 2px #72c02c;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.navbar .nav>li>a .caret {
	margin: 9px 0 0 3px !important;
	border-top-color: #72c02c !important;
	border-bottom-color: #72c02c !important
}

.dropdown-menu {
	padding: 0;
	border: 0;
	margin-top: -2px;
	min-width: 200px;
	border-radius: 0;
	border-top: solid 2px #72c02c;
	border-bottom: solid 2px #687074;
	z-index: 9999 !important
}

.dropdown-menu li a {
	color: #687074;
	font-size: 13px;
	font-weight: 400;
	padding: 6px 15px;
	border-bottom: solid 1px #eee
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
	color: #fff;
	background: #687074 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	filter: none !important
}

.dropdown-menu .active>a {
	color: #fff !important;
	background: #687074 !important;
	filter: none !important
}

.navbar .btn-navbar {
	padding: 10px 15px;
	margin-top: 1px;
	margin-right: 0;
	background: #72c02c;
	border: none !important
}

.navbar .btn-navbar:hover {
	background: #5fb611
}

.navbar .btn-navbar span,
.navbar .btn-navbar:hover span {
	background: #fff !important;
	box-shadow: none !important
}

.navbar .nav>li>.dropdown-menu:after {
	left: 19px
}

.navbar .nav>li>.dropdown-menu:before {
	left: 18px;
	border-bottom: 0
}

.navbar .nav>li>.dropdown-menu:after {
	left: 19px;
	border-top-color: #72c02c !important;
	border-bottom-color: #72c02c !important
}

.navbar .nav>li>a.search {
	color: #aaa;
	cursor: pointer;
	background: #f7f7f7;
	padding: 8px 12px 10px;
	border-bottom-color: #aaa
}

.navbar .nav>li>a.search:hover {
	color: #72c02c;
	border-bottom-color: #72c02c
}

@media only screen and (max-width:880px) {
	.navbar .nav>li>a {
		font-size: 14px
	}

}

@media(max-width:1200px) {
	.portfolio-responsive h2 {
		display: none
	}

	.portfolio-responsive p {
		display: none
	}

	.portfolio-responsive a.info {
		margin-top: 55px !important
	}

}

@media(max-width:767px) {
	.portfolio-responsive h2 {
		display: block
	}

	.portfolio-responsive a.info {
		margin-top: 20px !important
	}

}

@media(min-width:980px) {
	.navbar {
		float: right;
		border: 0
	}

	.collapse.in li a,
	.collapse.in ul.dropdown-menu a,
	.collapse.in li a.dropdown-toggle {
		border: 0
	}

}

@media(max-width:980px) {
	.navbar .search-open {
		top: -39px;
		left: 38px;
		border: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative
	}

	.navbar .search-open input {
		width: 330px
	}

	.navbar .search-open-inner {
		top: -51px;
		left: 45px;
		border: 0;
		padding-top: 6px;
		padding-bottom: 5px;
		position: relative;
		background: #3c495a
	}

	.navbar .search-open-inner input {
		width: 330px
	}

	.da-thumbs li article em {
		display: none !important
	}

}

@media(max-width:900px) {
	#sequence-theme .info {
		top: 80px !important;
		width: 60% !important;
		margin-right: 50px
	}

	.da-slide .da-img {
		display: none
	}

}

@media(max-width:450px) {
	#sequence-theme .info {
		top: 70px !important;
		width: 70% !important;
		margin-right: 25px
	}

	#sequence-theme h2 {
		font-size: 30px !important
	}

	#sequence-theme .info p {
		font-size: 18px !important
	}

	.da-slide p {
		display: none
	}

}

@media(max-width:900px) {
	.nav-collapse .nav {
		float: none !important;
		margin-top: 10px !important
	}

	i.style-switcher-btn {
		display: none
	}

	.service .desc {
		width: 55%
	}

	.contact-form .input-xlarge {
		width: 200px !important
	}

}

@media(max-width:767px) {
	.nav-collapse .nav {
		margin-top: 10px !important
	}

	.service .desc {
		width: 55%
	}

	.reg-page {
		max-width: 100%
	}

	.login-page {
		max-width: 100%
	}

	.login-page input.login-inputs {
		width: 94%
	}

	.log-page {
		width: 200px
	}

	.coming-soon input {
		width: 60%
	}

	.coming-soon-copyright p {
		text-align: left
	}

}

@media(max-width:480px) {
	.nav-collapse .nav {
		margin-top: 10px !important
	}

	.navbar .search-open-inner {
		top: -50px
	}

	.service .desc {
		width: 60%
	}

	.navbar .search-open input {
		width: auto
	}

	.navbar .search-open-inner input {
		width: auto
	}

	.coming-soon,
	.coming-soon-plugin {
		margin-top: 50px;
		padding: 10px
	}

	.coming-soon input {
		width: 50%
	}

	.coming-soon-copyright p {
		text-align: left
	}

}

@media(min-width:767px) {
	.no-space-pricing .span3 {
		width: 25% !important;
		margin-left: 0 !important
	}

}

@media(min-width:1440px) {
	.coming-soon-plugin {
		min-height: 330px
	}

}

@media(min-width:1680px) {
	.coming-soon-plugin {
		min-height: 410px
	}

}

@media(min-width:1920px) {
	.coming-soon-plugin {
		min-height: 560px
	}

}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: 0
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.flexslider {
	margin: 0;
	padding: 0
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden
}

.flexslider .slides img {
	width: 100%;
	display: block
}

.flex-pauseplay span {
	text-transform: capitalize
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .slides {
	display: block
}

* html .slides {
	height: 1%
}

.no-js .slides>li:first-child {
	display: block
}

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	zoom: 1
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease
}

.loading .flex-viewport {
	max-height: 300px
}

.flexslider .slides {
	zoom: 1
}

.carousel li {
	margin-right: 5px
}

.flex-direction-nav {
	*height: 0
}

.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(./images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px
}

.flex-direction-nav .flex-prev {
	left: -36px
}

.flexslider:hover .flex-next {
	opacity: .8;
	right: 5px
}

.flexslider:hover .flex-prev {
	opacity: .8;
	left: 5px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1
}

.flex-direction-nav .flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer
}

.flex-control-thumbs img:hover {
	opacity: 1
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default
}

@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0
	}

}

.da-slider {
	width: 100%;
	height: 427px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../img/bg.jpg) repeat 0 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 -2px 1px #fff;
	-webkit-transition: background-position 1.4s ease-in-out .3s;
	-moz-transition: background-position 1.4s ease-in-out .3s;
	-o-transition: background-position 1.4s ease-in-out .3s;
	-ms-transition: background-position 1.4s ease-in-out .3s;
	transition: background-position 1.4s ease-in-out .3s
}

.da-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: left
}

.da-slide-current {
	z-index: 10
}

.da-slider-fb .da-slide {
	left: 100%
}

.da-slider-fb .da-slide.da-slide-current {
	left: 0
}

.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img {
	position: absolute;
	opacity: 0;
	left: 110%
}

.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link {
	left: 10%;
	opacity: 1
}

.da-slider-fb .da-slide .da-img {
	left: 60%;
	opacity: 1
}

.da-slide h2 {
	color: #f9f9f9;
	line-height: 50px;
	top: 100px;
	z-index: 10;
	padding: 0;
	margin-left: -2%
}

.da-slide h2 i {
	font-size: 36px;
	font-style: normal;
	background: url(../img/bg-heading.png) repeat;
	padding: 0 5px;
	text-transform: uppercase
}

.da-slide p {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	width: 100%;
	top: 300px;
	color: #fff;
	overflow: hidden;
	margin-left: -2%
}

.da-slide p i {
	background: url(../img/bg-text.png) repeat;
	padding: 0 10px;
	font-style: normal
}

.da-slide .da-img {
	text-align: center;
	width: 50%;
	top: 80px;
	height: 328px;
	line-height: 320px;
	left: 110%;
	margin-left: -16%
}

.da-slide-current .da-img {
	left: 60%;
	opacity: 1
}

.da-slide .da-link {
	top: 320px;
	border-radius: 3px !important;
	min-width: 15%;
	color: #666;
	text-shadow: 0 1px 0 #eee;
	box-shadow: 0 0 4px #bbb;
	border: 1px solid #fff;
	padding: 2px 20px;
	font-size: 25px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2)
}

.da-slide .da-link:hover {
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 5px #eee;
	text-decoration: none
}

.da-dots {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 15px;
	z-index: 99;
	-moz-user-select: none;
	-webkit-user-select: none
}

.da-dots span {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50% !important;
	background: url(../img/bg-text.png) repeat;
	margin: 3px;
	cursor: pointer
}

.da-dots span.da-dots-current:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50% !important;
	background: #fff
}

.da-arrows {
	-moz-user-select: none;
	-webkit-user-select: none
}

.da-arrows span {
	background: transparent url(../img/arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	height: 49px;
	width: 49px;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out .2s;
	-moz-transition: opacity .4s ease-in-out .2s;
	-o-transition: opacity .4s ease-in-out .2s;
	-ms-transition: opacity .4s ease-in-out .2s;
	transition: opacity .4s ease-in-out .2s
}

.da-slider:hover .da-arrows span {
	opacity: .8
}

.da-slider:hover .da-arrows span:hover {
	opacity: 1
}

.da-arrows span:after {
	content: '';
	position: absolute;
	width: 49px;
	height: 49px
}

.da-arrows span.da-arrows-prev {
	left: 12px;
	background-position: 0 -68px
}

.da-arrows span.da-arrows-next {
	right: 15px;
	background-position: 0 1px
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link {
	left: 10%;
	opacity: 1
}

.da-slide-fromright h2 {
	-webkit-animation: fromRightAnim1 .6s ease-in .8s both;
	-moz-animation: fromRightAnim1 .6s ease-in .8s both;
	-o-animation: fromRightAnim1 .6s ease-in .8s both;
	-ms-animation: fromRightAnim1 .6s ease-in .8s both;
	animation: fromRightAnim1 .6s ease-in .8s both
}

.da-slide-fromright p {
	-webkit-animation: fromRightAnim2 .6s ease-in .8s both;
	-moz-animation: fromRightAnim2 .6s ease-in .8s both;
	-o-animation: fromRightAnim2 .6s ease-in .8s both;
	-ms-animation: fromRightAnim2 .6s ease-in .8s both;
	animation: fromRightAnim2 .6s ease-in .8s both
}

.da-slide-fromright .da-link {
	-webkit-animation: fromRightAnim3 .4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 .4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 .4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 .4s ease-in 1.2s both;
	animation: fromRightAnim3 .4s ease-in 1.2s both
}

.da-slide-fromright .da-img {
	-webkit-animation: fromRightAnim4 .6s ease-in .8s both;
	-moz-animation: fromRightAnim4 .6s ease-in .8s both;
	-o-animation: fromRightAnim4 .6s ease-in .8s both;
	-ms-animation: fromRightAnim4 .6s ease-in .8s both;
	animation: fromRightAnim4 .6s ease-in .8s both
}

@-webkit-keyframes fromRightAnim1 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-webkit-keyframes fromRightAnim2 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-webkit-keyframes fromRightAnim3 {
	0 {
		left: 110%;
		opacity: 0
	}

	1% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-webkit-keyframes fromRightAnim4 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 60%;
		opacity: 1
	}

}

@-moz-keyframes fromRightAnim1 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-moz-keyframes fromRightAnim2 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-moz-keyframes fromRightAnim3 {
	0 {
		left: 110%;
		opacity: 0
	}

	1% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-moz-keyframes fromRightAnim4 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 60%;
		opacity: 1
	}

}

@-o-keyframes fromRightAnim1 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-o-keyframes fromRightAnim2 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-o-keyframes fromRightAnim3 {
	0 {
		left: 110%;
		opacity: 0
	}

	1% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-o-keyframes fromRightAnim4 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 60%;
		opacity: 1
	}

}

@-ms-keyframes fromRightAnim1 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-ms-keyframes fromRightAnim2 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-ms-keyframes fromRightAnim3 {
	0 {
		left: 110%;
		opacity: 0
	}

	1% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-ms-keyframes fromRightAnim4 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 60%;
		opacity: 1
	}

}

@keyframes fromRightAnim1 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@keyframes fromRightAnim2 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@keyframes fromRightAnim3 {
	0 {
		left: 110%;
		opacity: 0
	}

	1% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@keyframes fromRightAnim4 {
	0 {
		left: 110%;
		opacity: 0
	}

	100% {
		left: 60%;
		opacity: 1
	}

}

.da-slide-fromleft h2 {
	-webkit-animation: fromLeftAnim1 .6s ease-in .6s both;
	-moz-animation: fromLeftAnim1 .6s ease-in .6s both;
	-o-animation: fromLeftAnim1 .6s ease-in .6s both;
	-ms-animation: fromLeftAnim1 .6s ease-in .6s both;
	animation: fromLeftAnim1 .6s ease-in .6s both
}

.da-slide-fromleft p {
	-webkit-animation: fromLeftAnim2 .6s ease-in .6s both;
	-moz-animation: fromLeftAnim2 .6s ease-in .6s both;
	-o-animation: fromLeftAnim2 .6s ease-in .6s both;
	-ms-animation: fromLeftAnim2 .6s ease-in .6s both;
	animation: fromLeftAnim2 .6s ease-in .6s both
}

.da-slide-fromleft .da-link {
	-webkit-animation: fromLeftAnim3 .4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 .4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 .4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 .4s ease-in 1.2s both;
	animation: fromLeftAnim3 .4s ease-in 1.2s both
}

.da-slide-fromleft .da-img {
	-webkit-animation: fromLeftAnim4 .6s ease-in .6s both;
	-moz-animation: fromLeftAnim4 .6s ease-in .6s both;
	-o-animation: fromLeftAnim4 .6s ease-in .6s both;
	-ms-animation: fromLeftAnim4 .6s ease-in .6s both;
	animation: fromLeftAnim4 .6s ease-in .6s both
}

@-webkit-keyframes fromLeftAnim1 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-webkit-keyframes fromLeftAnim2 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-webkit-keyframes fromLeftAnim3 {
	0 {
		left: -110%;
		opacity: 0
	}

	1% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 10%;

		opacity: 1
	}

}

@-webkit-keyframes fromLeftAnim4 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 60%;
		opacity: 1
	}

}

@-moz-keyframes fromLeftAnim1 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-moz-keyframes fromLeftAnim2 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-moz-keyframes fromLeftAnim3 {
	0 {
		left: -110%;
		opacity: 0
	}

	1% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-moz-keyframes fromLeftAnim4 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 60%;
		opacity: 1
	}

}

@-o-keyframes fromLeftAnim1 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-o-keyframes fromLeftAnim2 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-o-keyframes fromLeftAnim3 {
	0 {
		left: -110%;
		opacity: 0
	}

	1% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-o-keyframes fromLeftAnim4 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 60%;
		opacity: 1
	}

}

@-ms-keyframes fromLeftAnim1 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-ms-keyframes fromLeftAnim2 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-ms-keyframes fromLeftAnim3 {
	0 {
		left: -110%;
		opacity: 0
	}

	1% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@-ms-keyframes fromLeftAnim4 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 60%;
		opacity: 1
	}

}

@keyframes fromLeftAnim1 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@keyframes fromLeftAnim2 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@keyframes fromLeftAnim3 {
	0 {
		left: -110%;
		opacity: 0
	}

	1% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 10%;
		opacity: 1
	}

}

@keyframes fromLeftAnim4 {
	0 {
		left: -110%;
		opacity: 0
	}

	100% {
		left: 60%;
		opacity: 1
	}

}

.da-slide-toright h2 {
	-webkit-animation: toRightAnim1 .6s ease-in .6s both;
	-moz-animation: toRightAnim1 .6s ease-in .6s both;
	-o-animation: toRightAnim1 .6s ease-in .6s both;
	-ms-animation: toRightAnim1 .6s ease-in .6s both;
	animation: toRightAnim1 .6s ease-in .6s both
}

.da-slide-toright p {
	-webkit-animation: toRightAnim2 .6s ease-in .3s both;
	-moz-animation: toRightAnim2 .6s ease-in .3s both;
	-o-animation: toRightAnim2 .6s ease-in .3s both;
	-ms-animation: toRightAnim2 .6s ease-in .3s both;
	animation: toRightAnim2 .6s ease-in .3s both
}

.da-slide-toright .da-link {
	-webkit-animation: toRightAnim3 .4s ease-in both;
	-moz-animation: toRightAnim3 .4s ease-in both;
	-o-animation: toRightAnim3 .4s ease-in both;
	-ms-animation: toRightAnim3 .4s ease-in both;
	animation: toRightAnim3 .4s ease-in both
}

.da-slide-toright .da-img {
	-webkit-animation: toRightAnim4 .6s ease-in both;
	-moz-animation: toRightAnim4 .6s ease-in both;
	-o-animation: toRightAnim4 .6s ease-in both;
	-ms-animation: toRightAnim4 .6s ease-in both;
	animation: toRightAnim4 .6s ease-in both
}

@-webkit-keyframes toRightAnim1 {
	0 {
		left: 10%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-webkit-keyframes toRightAnim2 {
	0 {
		left: 10%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-webkit-keyframes toRightAnim3 {
	0 {
		left: 10%;
		opacity: 1
	}

	99% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-webkit-keyframes toRightAnim4 {
	0 {
		left: 60%;
		opacity: 1
	}

	30% {
		left: 55%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-moz-keyframes toRightAnim1 {
	0 {
		left: 10%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-moz-keyframes toRightAnim2 {
	0 {
		left: 10%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-moz-keyframes toRightAnim3 {
	0 {
		left: 10%;
		opacity: 1
	}

	99% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-moz-keyframes toRightAnim4 {
	0 {
		left: 60%;
		opacity: 1
	}

	30% {
		left: 55%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-o-keyframes toRightAnim1 {
	0 {
		left: 10%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-o-keyframes toRightAnim2 {
	0 {
		left: 10%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-o-keyframes toRightAnim3 {
	0 {
		left: 10%;
		opacity: 1
	}

	99% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-o-keyframes toRightAnim4 {
	0 {
		left: 60%;
		opacity: 1
	}

	30% {
		left: 55%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-ms-keyframes toRightAnim1 {
	0 {
		left: 10%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-ms-keyframes toRightAnim2 {
	0 {
		left: 10%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-ms-keyframes toRightAnim3 {
	0 {
		left: 10%;
		opacity: 1
	}

	99% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@-ms-keyframes toRightAnim4 {
	0 {
		left: 60%;
		opacity: 1
	}

	30% {
		left: 55%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@keyframes toRightAnim1 {
	0 {
		left: 10%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@keyframes toRightAnim2 {
	0 {
		left: 10%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@keyframes toRightAnim3 {
	0 {
		left: 10%;
		opacity: 1
	}

	99% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

@keyframes toRightAnim4 {
	0 {
		left: 60%;
		opacity: 1
	}

	30% {
		left: 55%;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}

}

.da-slide-toleft h2 {
	-webkit-animation: toLeftAnim1 .6s ease-in both;
	-moz-animation: toLeftAnim1 .6s ease-in both;
	-o-animation: toLeftAnim1 .6s ease-in both;
	-ms-animation: toLeftAnim1 .6s ease-in both;
	animation: toLeftAnim1 .6s ease-in both
}

.da-slide-toleft p {
	-webkit-animation: toLeftAnim2 .6s ease-in .3s both;
	-moz-animation: toLeftAnim2 .6s ease-in .3s both;
	-o-animation: toLeftAnim2 .6s ease-in .3s both;
	-ms-animation: toLeftAnim2 .6s ease-in .3s both;
	animation: toLeftAnim2 .6s ease-in .3s both
}

.da-slide-toleft .da-link {
	-webkit-animation: toLeftAnim3 .4s ease-in both;
	-moz-animation: toLeftAnim3 .4s ease-in both;
	-o-animation: toLeftAnim3 .4s ease-in both;
	-ms-animation: toLeftAnim3 .4s ease-in both;
	animation: toLeftAnim3 .4s ease-in both
}

.da-slide-toleft .da-img {
	-webkit-animation: toLeftAnim4 .6s ease-in .6s both;
	-moz-animation: toLeftAnim4 .6s ease-in .6s both;
	-o-animation: toLeftAnim4 .6s ease-in .6s both;
	-ms-animation: toLeftAnim4 .6s ease-in .6s both;
	animation: toLeftAnim4 .6s ease-in .6s both
}

@-webkit-keyframes toLeftAnim1 {
	0 {
		left: 10%;
		opacity: 1
	}

	30% {
		left: 15%;
		opacity: 1
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-webkit-keyframes toLeftAnim2 {
	0 {
		left: 10%;
		opacity: 1
	}

	30% {
		left: 15%;
		opacity: 1
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-webkit-keyframes toLeftAnim3 {
	0 {
		left: 10%;
		opacity: 1
	}

	99% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-webkit-keyframes toLeftAnim4 {
	0 {
		left: 60%;
		opacity: 1
	}

	40% {
		left: 70%;
		opacity: 1
	}

	90% {
		left: 0;
		opacity: 0
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-moz-keyframes toLeftAnim1 {
	0 {
		left: 10%;
		opacity: 1
	}

	30% {
		left: 15%;
		opacity: 1
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-moz-keyframes toLeftAnim2 {
	0 {
		left: 10%;
		opacity: 1
	}

	30% {
		left: 15%;
		opacity: 1
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-moz-keyframes toLeftAnim3 {
	0 {
		left: 10%;
		opacity: 1
	}

	99% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-moz-keyframes toLeftAnim4 {
	0 {
		left: 60%;
		opacity: 1
	}

	40% {
		left: 70%;
		opacity: 1
	}

	90% {
		left: 0;
		opacity: 0
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-o-keyframes toLeftAnim1 {
	0 {
		left: 10%;
		opacity: 1
	}

	30% {
		left: 15%;
		opacity: 1
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-o-keyframes toLeftAnim2 {
	0 {
		left: 10%;
		opacity: 1
	}

	30% {
		left: 15%;
		opacity: 1
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-o-keyframes toLeftAnim3 {
	0 {
		left: 10%;
		opacity: 1
	}

	99% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-o-keyframes toLeftAnim4 {
	0 {
		left: 60%;
		opacity: 1
	}

	40% {
		left: 70%;
		opacity: 1
	}

	90% {
		left: 0;
		opacity: 0
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-ms-keyframes toLeftAnim1 {
	0 {
		left: 10%;
		opacity: 1
	}

	30% {
		left: 15%;
		opacity: 1
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-ms-keyframes toLeftAnim2 {
	0 {
		left: 10%;
		opacity: 1
	}

	30% {
		left: 15%;
		opacity: 1
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-ms-keyframes toLeftAnim3 {
	0 {
		left: 10%;
		opacity: 1
	}

	99% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@-ms-keyframes toLeftAnim4 {
	0 {
		left: 60%;
		opacity: 1
	}

	40% {
		left: 70%;
		opacity: 1
	}

	90% {
		left: 0;
		opacity: 0
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@keyframes toLeftAnim1 {
	0 {
		left: 10%;
		opacity: 1
	}

	30% {
		left: 15%;
		opacity: 1
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@keyframes toLeftAnim2 {
	0 {
		left: 10%;
		opacity: 1
	}

	30% {
		left: 15%;
		opacity: 1
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@keyframes toLeftAnim3 {
	0 {
		left: 10%;
		opacity: 1
	}

	99% {
		left: 10%;
		opacity: 0
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@keyframes toLeftAnim4 {
	0 {
		left: 60%;
		opacity: 1
	}

	40% {
		left: 70%;
		opacity: 1
	}

	90% {
		left: 0;
		opacity: 0
	}

	100% {
		left: -50%;
		opacity: 0
	}

}

@media(min-width:1440px) {

	.da-slide h2,
	.da-slide p {
		margin-left: 3%
	}

	.da-slide .da-img {
		margin-left: -18%
	}

}

@media(min-width:1680px) {

	.da-slide h2,
	.da-slide p {
		margin-left: 7%
	}

	.da-slide .da-img {
		margin-left: -20%
	}

}

@media(min-width:1920px) {

	.da-slide h2,
	.da-slide p {
		margin-left: 12%
	}

	.da-slide .da-img {
		margin-left: -22%
	}

}

a:focus,
a:hover,
a:active {
	color: #72c02c
}

.color-green {
	color: #72c02c
}

a.read-more:hover {
	color: #72c02c
}

.linked:hover {
	color: #72c02c
}

.da-slide h2 i {
	background: url(../../plugins/parallax-slider/img/bg-heading.png) repeat
}

.thumbnail-style h3 a:hover {
	color: #72c02c
}

.headline h3,
.headline h4 {
	border-bottom: 2px solid #72c02c
}

blockquote:hover {
	border-left-color: #72c02c
}

.breadcrumb li.active,
.breadcrumb li a:hover {
	color: #72c02c
}

* {
	line-height: 1.7 !important
}

.m-l0 {
	margin-left: 0 !important
}

.news {
	margin: 0 0 10px 0 !important
}

.news li {
	list-style: none;
	margin-bottom: 10px
}

.news_wp {
	margin-bottom: 20px;
	padding: 5px 10px 10px;
	border-radius: 2px;
	box-shadow: 0 0 8px #ddd;
	-webkit-transition: box-shadow .2s ease-in-out;
	-moz-transition: box-shadow .2s ease-in-out;
	-o-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out
}

.map {
	width: 100%;
	height: 200px
}

.entry {
	margin: 0 0 10px 0 !important
}

.entry li {
	list-style: none;
	margin-bottom: 10px
}

.entry li a {
	display: block
}

.header {
	height: 62px
}

.navbar {
	margin-top: 17px !important
}

.da-slider {
	background-position: center
}

h3 {
	font-size: 18px;
	font-weight: bold !important
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot');
	src: url('https://htmlstream.com/unify/plugins/font-awesome/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none !important;
	background-position: 0 0;
	background-repeat: repeat
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none
}

a [class^="icon-"],
a [class*=" icon-"] {
	display: inline-block
}

.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em
}

.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
	display: inline;
	line-height: .6em
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
	display: inline-block
}

li [class^="icon-"],
li [class*=" icon-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center
}

li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large {
	width: 1.5625em
}

ul.icons {
	list-style-type: none;
	text-indent: -0.75em
}

ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
	width: .75em
}

.icon-muted {
	color: #eee
}

.icon-border {
	border: solid 1px #eee;
	padding: .2em .25em .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.icon-2x {
	font-size: 2em
}

.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.icon-3x {
	font-size: 3em
}

.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.icon-4x {
	font-size: 4em
}

.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
	margin-right: .35em
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
	margin-left: .35em
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
	margin-top: .35em
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
	height: .75em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
	margin-top: .45em
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-top: .2em
}

.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@-moz-keyframes spin {
	0 {
		-moz-transform: rotate(0)
	}

	100% {
		-moz-transform: rotate(359deg)
	}

}

@-webkit-keyframes spin {
	0 {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg)
	}

}

@-o-keyframes spin {
	0 {
		-o-transform: rotate(0)
	}

	100% {
		-o-transform: rotate(359deg)
	}

}

@-ms-keyframes spin {
	0 {
		-ms-transform: rotate(0)
	}

	100% {
		-ms-transform: rotate(359deg)
	}

}

@keyframes spin {
	0 {
		transform: rotate(0)
	}

	100% {
		transform: rotate(359deg)
	}

}

.icon-glass:before {
	content: "\f000"
}

.icon-music:before {
	content: "\f001"
}

.icon-search:before {
	content: "\f002"
}

.icon-envelope:before {
	content: "\f003"
}

.icon-heart:before {
	content: "\f004"
}

.icon-star:before {
	content: "\f005"
}

.icon-star-empty:before {
	content: "\f006"
}

.icon-user:before {
	content: "\f007"
}

.icon-film:before {
	content: "\f008"
}

.icon-th-large:before {
	content: "\f009"
}

.icon-th:before {
	content: "\f00a"
}

.icon-th-list:before {
	content: "\f00b"
}

.icon-ok:before {
	content: "\f00c"
}

.icon-remove:before {
	content: "\f00d"
}

.icon-zoom-in:before {
	content: "\f00e"
}

.icon-zoom-out:before {
	content: "\f010"
}

.icon-off:before {
	content: "\f011"
}

.icon-signal:before {
	content: "\f012"
}

.icon-cog:before {
	content: "\f013"
}

.icon-trash:before {
	content: "\f014"
}

.icon-home:before {
	content: "\f015"
}

.icon-file:before {
	content: "\f016"
}

.icon-time:before {
	content: "\f017"
}

.icon-road:before {
	content: "\f018"
}

.icon-download-alt:before {
	content: "\f019"
}

.icon-download:before {
	content: "\f01a"
}

.icon-upload:before {
	content: "\f01b"
}

.icon-inbox:before {
	content: "\f01c"
}

.icon-play-circle:before {
	content: "\f01d"
}

.icon-repeat:before {
	content: "\f01e"
}

.icon-refresh:before {
	content: "\f021"
}

.icon-list-alt:before {
	content: "\f022"
}

.icon-lock:before {
	content: "\f023"
}

.icon-flag:before {
	content: "\f024"
}

.icon-headphones:before {
	content: "\f025"
}

.icon-volume-off:before {
	content: "\f026"
}

.icon-volume-down:before {
	content: "\f027"
}

.icon-volume-up:before {
	content: "\f028"
}

.icon-qrcode:before {
	content: "\f029"
}

.icon-barcode:before {
	content: "\f02a"
}

.icon-tag:before {
	content: "\f02b"
}

.icon-tags:before {
	content: "\f02c"
}

.icon-book:before {
	content: "\f02d"
}

.icon-bookmark:before {
	content: "\f02e"
}

.icon-print:before {
	content: "\f02f"
}

.icon-camera:before {
	content: "\f030"
}

.icon-font:before {
	content: "\f031"
}

.icon-bold:before {
	content: "\f032"
}

.icon-italic:before {
	content: "\f033"
}

.icon-text-height:before {
	content: "\f034"
}

.icon-text-width:before {
	content: "\f035"
}

.icon-align-left:before {
	content: "\f036"
}

.icon-align-center:before {
	content: "\f037"
}

.icon-align-right:before {
	content: "\f038"
}

.icon-align-justify:before {
	content: "\f039"
}

.icon-list:before {
	content: "\f03a"
}

.icon-indent-left:before {
	content: "\f03b"
}

.icon-indent-right:before {
	content: "\f03c"
}

.icon-facetime-video:before {
	content: "\f03d"
}

.icon-picture:before {
	content: "\f03e"
}

.icon-pencil:before {
	content: "\f040"
}

.icon-map-marker:before {
	content: "\f041"
}

.icon-adjust:before {
	content: "\f042"
}

.icon-tint:before {
	content: "\f043"
}

.icon-edit:before {
	content: "\f044"
}

.icon-share:before {
	content: "\f045"
}

.icon-check:before {
	content: "\f046"
}

.icon-move:before {
	content: "\f047"
}

.icon-step-backward:before {
	content: "\f048"
}

.icon-fast-backward:before {
	content: "\f049"
}

.icon-backward:before {
	content: "\f04a"
}

.icon-play:before {
	content: "\f04b"
}

.icon-pause:before {
	content: "\f04c"
}

.icon-stop:before {
	content: "\f04d"
}

.icon-forward:before {
	content: "\f04e"
}

.icon-fast-forward:before {
	content: "\f050"
}

.icon-step-forward:before {
	content: "\f051"
}

.icon-eject:before {
	content: "\f052"
}

.icon-chevron-left:before {
	content: "\f053"
}

.icon-chevron-right:before {
	content: "\f054"
}

.icon-plus-sign:before {
	content: "\f055"
}

.icon-minus-sign:before {
	content: "\f056"
}

.icon-remove-sign:before {
	content: "\f057"
}

.icon-ok-sign:before {
	content: "\f058"
}

.icon-question-sign:before {
	content: "\f059"
}

.icon-info-sign:before {
	content: "\f05a"
}

.icon-screenshot:before {
	content: "\f05b"
}

.icon-remove-circle:before {
	content: "\f05c"
}

.icon-ok-circle:before {
	content: "\f05d"
}

.icon-ban-circle:before {
	content: "\f05e"
}

.icon-arrow-left:before {
	content: "\f060"
}

.icon-arrow-right:before {
	content: "\f061"
}

.icon-arrow-up:before {
	content: "\f062"
}

.icon-arrow-down:before {
	content: "\f063"
}

.icon-share-alt:before {
	content: "\f064"
}

.icon-resize-full:before {
	content: "\f065"
}

.icon-resize-small:before {
	content: "\f066"
}

.icon-plus:before {
	content: "\f067"
}

.icon-minus:before {
	content: "\f068"
}

.icon-asterisk:before {
	content: "\f069"
}

.icon-exclamation-sign:before {
	content: "\f06a"
}

.icon-gift:before {
	content: "\f06b"
}

.icon-leaf:before {
	content: "\f06c"
}

.icon-fire:before {
	content: "\f06d"
}

.icon-eye-open:before {
	content: "\f06e"
}

.icon-eye-close:before {
	content: "\f070"
}

.icon-warning-sign:before {
	content: "\f071"
}

.icon-plane:before {
	content: "\f072"
}

.icon-calendar:before {
	content: "\f073"
}

.icon-random:before {
	content: "\f074"
}

.icon-comment:before {
	content: "\f075"
}

.icon-magnet:before {
	content: "\f076"
}

.icon-chevron-up:before {
	content: "\f077"
}

.icon-chevron-down:before {
	content: "\f078"
}

.icon-retweet:before {
	content: "\f079"
}

.icon-shopping-cart:before {
	content: "\f07a"
}

.icon-folder-close:before {
	content: "\f07b"
}

.icon-folder-open:before {
	content: "\f07c"
}

.icon-resize-vertical:before {
	content: "\f07d"
}

.icon-resize-horizontal:before {
	content: "\f07e"
}

.icon-bar-chart:before {
	content: "\f080"
}

.icon-twitter-sign:before {
	content: "\f081"
}

.icon-facebook-sign:before {
	content: "\f082"
}

.icon-camera-retro:before {
	content: "\f083"
}

.icon-key:before {
	content: "\f084"
}

.icon-cogs:before {
	content: "\f085"
}

.icon-comments:before {
	content: "\f086"
}

.icon-thumbs-up:before {
	content: "\f087"
}

.icon-thumbs-down:before {
	content: "\f088"
}

.icon-star-half:before {
	content: "\f089"
}

.icon-heart-empty:before {
	content: "\f08a"
}

.icon-signout:before {
	content: "\f08b"
}

.icon-linkedin-sign:before {
	content: "\f08c"
}

.icon-pushpin:before {
	content: "\f08d"
}

.icon-external-link:before {
	content: "\f08e"
}

.icon-signin:before {
	content: "\f090"
}

.icon-trophy:before {
	content: "\f091"
}

.icon-github-sign:before {
	content: "\f092"
}

.icon-upload-alt:before {
	content: "\f093"
}

.icon-lemon:before {
	content: "\f094"
}

.icon-phone:before {
	content: "\f095"
}

.icon-check-empty:before {
	content: "\f096"
}

.icon-bookmark-empty:before {
	content: "\f097"
}

.icon-phone-sign:before {
	content: "\f098"
}

.icon-twitter:before {
	content: "\f099"
}

.icon-facebook:before {
	content: "\f09a"
}

.icon-github:before {
	content: "\f09b"
}

.icon-unlock:before {
	content: "\f09c"
}

.icon-credit-card:before {
	content: "\f09d"
}

.icon-rss:before {
	content: "\f09e"
}

.icon-hdd:before {
	content: "\f0a0"
}

.icon-bullhorn:before {
	content: "\f0a1"
}

.icon-bell:before {
	content: "\f0a2"
}

.icon-certificate:before {
	content: "\f0a3"
}

.icon-hand-right:before {
	content: "\f0a4"
}

.icon-hand-left:before {
	content: "\f0a5"
}

.icon-hand-up:before {
	content: "\f0a6"
}

.icon-hand-down:before {
	content: "\f0a7"
}

.icon-circle-arrow-left:before {
	content: "\f0a8"
}

.icon-circle-arrow-right:before {
	content: "\f0a9"
}

.icon-circle-arrow-up:before {
	content: "\f0aa"
}

.icon-circle-arrow-down:before {
	content: "\f0ab"
}

.icon-globe:before {
	content: "\f0ac"
}

.icon-wrench:before {
	content: "\f0ad"
}

.icon-tasks:before {
	content: "\f0ae"
}

.icon-filter:before {
	content: "\f0b0"
}

.icon-briefcase:before {
	content: "\f0b1"
}

.icon-fullscreen:before {
	content: "\f0b2"
}

.icon-group:before {
	content: "\f0c0"
}

.icon-link:before {
	content: "\f0c1"
}

.icon-cloud:before {
	content: "\f0c2"
}

.icon-beaker:before {
	content: "\f0c3"
}

.icon-cut:before {
	content: "\f0c4"
}

.icon-copy:before {
	content: "\f0c5"
}

.icon-paper-clip:before {
	content: "\f0c6"
}

.icon-save:before {
	content: "\f0c7"
}

.icon-sign-blank:before {
	content: "\f0c8"
}

.icon-reorder:before {
	content: "\f0c9"
}

.icon-list-ul:before {
	content: "\f0ca"
}

.icon-list-ol:before {
	content: "\f0cb"
}

.icon-strikethrough:before {
	content: "\f0cc"
}

.icon-underline:before {
	content: "\f0cd"
}

.icon-table:before {
	content: "\f0ce"
}

.icon-magic:before {
	content: "\f0d0"
}

.icon-truck:before {
	content: "\f0d1"
}

.icon-pinterest:before {
	content: "\f0d2"
}

.icon-pinterest-sign:before {
	content: "\f0d3"
}

.icon-google-plus-sign:before {
	content: "\f0d4"
}

.icon-google-plus:before {
	content: "\f0d5"
}

.icon-money:before {
	content: "\f0d6"
}

.icon-caret-down:before {
	content: "\f0d7"
}

.icon-caret-up:before {
	content: "\f0d8"
}

.icon-caret-left:before {
	content: "\f0d9"
}

.icon-caret-right:before {
	content: "\f0da"
}

.icon-columns:before {
	content: "\f0db"
}

.icon-sort:before {
	content: "\f0dc"
}

.icon-sort-down:before {
	content: "\f0dd"
}

.icon-sort-up:before {
	content: "\f0de"
}

.icon-envelope-alt:before {
	content: "\f0e0"
}

.icon-linkedin:before {
	content: "\f0e1"
}

.icon-undo:before {
	content: "\f0e2"
}

.icon-legal:before {
	content: "\f0e3"
}

.icon-dashboard:before {
	content: "\f0e4"
}

.icon-comment-alt:before {
	content: "\f0e5"
}

.icon-comments-alt:before {
	content: "\f0e6"
}

.icon-bolt:before {
	content: "\f0e7"
}

.icon-sitemap:before {
	content: "\f0e8"
}

.icon-umbrella:before {
	content: "\f0e9"
}

.icon-paste:before {
	content: "\f0ea"
}

.icon-lightbulb:before {
	content: "\f0eb"
}

.icon-exchange:before {
	content: "\f0ec"
}

.icon-cloud-download:before {
	content: "\f0ed"
}

.icon-cloud-upload:before {
	content: "\f0ee"
}

.icon-user-md:before {
	content: "\f0f0"
}

.icon-stethoscope:before {
	content: "\f0f1"
}

.icon-suitcase:before {
	content: "\f0f2"
}

.icon-bell-alt:before {
	content: "\f0f3"
}

.icon-coffee:before {
	content: "\f0f4"
}

.icon-food:before {
	content: "\f0f5"
}

.icon-file-alt:before {
	content: "\f0f6"
}

.icon-building:before {
	content: "\f0f7"
}

.icon-hospital:before {
	content: "\f0f8"
}

.icon-ambulance:before {
	content: "\f0f9"
}

.icon-medkit:before {
	content: "\f0fa"
}

.icon-fighter-jet:before {
	content: "\f0fb"
}

.icon-beer:before {
	content: "\f0fc"
}

.icon-h-sign:before {
	content: "\f0fd"
}

.icon-plus-sign-alt:before {
	content: "\f0fe"
}

.icon-double-angle-left:before {
	content: "\f100"
}

.icon-double-angle-right:before {
	content: "\f101"
}

.icon-double-angle-up:before {
	content: "\f102"
}

.icon-double-angle-down:before {
	content: "\f103"
}

.icon-angle-left:before {
	content: "\f104"
}

.icon-angle-right:before {
	content: "\f105"
}

.icon-angle-up:before {
	content: "\f106"
}

.icon-angle-down:before {
	content: "\f107"
}

.icon-desktop:before {
	content: "\f108"
}

.icon-laptop:before {
	content: "\f109"
}

.icon-tablet:before {
	content: "\f10a"
}

.icon-mobile-phone:before {
	content: "\f10b"
}

.icon-circle-blank:before {
	content: "\f10c"
}

.icon-quote-left:before {
	content: "\f10d"
}

.icon-quote-right:before {
	content: "\f10e"
}

.icon-spinner:before {
	content: "\f110"
}

.icon-circle:before {
	content: "\f111"
}

.icon-reply:before {
	content: "\f112"
}

.icon-github-alt:before {
	content: "\f113"
}

.icon-folder-close-alt:before {
	content: "\f114"
}

.icon-folder-open-alt:before {
	content: "\f115"
}

.top-head {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 14px;

}

/*以下14年9月17日追加分*/
.news h4 {
	font-size: 14px;
	padding-left: 10px;

}

.news ul {
	margin-bottom: 15px;
}

.machine h4 {
	font-size: 12px;
	border-left: 4px solid #72c02c;
	padding-left: 8px;
}

.machine h5 {
	font-size: 12px;
}

.promise li {
	font-size: 16px;
	font-weight: bolder;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-left: 15px;
}

.promise p {
	font-size: 16px !important;
	font-weight: bolder !important;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	margin-left: 15px !important;
}

.search_nav ul {
	margin-left: 0px;
}

.search_nav li {
	list-style: none;
	background: url(../img/icon05.png) no-repeat center left;
	padding-left: 15px;
	line-height: 2.5 !important;
	border-bottom: solid 1px #eee;
}

.g_map {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}

.g_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.g_cal embed,
iframe,
object {
	max-width: 100%;
}

.contents_box {
	margin-top: 20px;
	padding: 20px;
	border: 2px solid #72c02c;
}

.contents_box a {
	color: #72c02c !important;
}

.catch-txt p {
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	margin: 0px 15px 0 15px;
}