a,
.text-default {
	color: #0097e9;
}

a:hover {
	color: #cd3c2e;
}

mark,
.mark {
	background-color: #018C79;
	color: #ffffff;
}

.table> thead> tr> th {
	border-bottom: 1px solid #018C79;
	background-color: #018C79;
	color: #fff;
}

.table-bordered {
	border-color: #018C79;
}

.gd-in {
	width: 100%;
	height: 30px;
	float: left;
}

.in-cpbg {
	width: 100%;
	background: url(../../images/products-bj.png) top center no-repeat;
	overflow: hidden;
	background-size: 100% 903px;
}

.in-prolist {
	width: 100%;
	overflow: hidden;
	float: left;
}

.in-prolist dl {
	width: 100%;
	float: left;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.in-prolist dl dt {
	width: 25%;
	float: left;
	background-color: #ccc;
	list-style: none;
	margin: 0;
	padding: 0;
}
.in-prolist dl dt img{
	width: 100%;
	height:195px;
}
.in-botton {
	margin: 0 auto;
	/*border: 1px solid #666;*/
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	/*background-color: #FFFFFF;*/
	width: 190px;
}

.in-botton a {
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	display: block;
	width: 190px;
	border: 1px solid #ccc;
}

.in-botton a:hover {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: #0097e9;
	width: 190px;
	color: #FFFFFF;
	background-color: #0097e9;
	text-decoration: none;
}

.in-cc-bg {
	background: #F6F6F6;
}


/* 2 Layout
----------------------------------------------------------------------------- */

.default-bg {
	background-color: #018C79;
	color: #ffffff;
}


/* Backgrounds
---------------------------------- */

.default-translucent-bg:after {
	background-color: rgba(232, 76, 61, 0.7);
}


/* 3 Pages
----------------------------------------------------------------------------- */

.blogpost .post-info {
	background-color: #018C79;
	color: #fff;
}

.blogpost .side .social-links li a {
	background-color: transparent;
	border-color: transparent;
	color: #018C79;
}

.blogpost ul.links li a:hover {
	color: #018C79;
}


/* timeline layout */

.timeline-date-label {
	color: #018C79;
}

@media (min-width:768px) {
	.timeline .timeline-item:before {
		background-color: #fff;
		border: 1px solid #018C79;
	}
}


/* 4 Template Components
----------------------------------------------------------------------------- */


/* Buttons
---------------------------------- */


/* Gray Buttons */

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
	color: #ffffff;
	background-color: #018C79;
	border-color: #018C79;
}


/* Light Gray Buttons */

.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
	color: #ffffff;
	background-color: #018C79;
	border-color: #018C79;
}


/* Default Buttons */

.btn-default {
	background-color: #0097e9;
	color: #fff !important;
	border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #666;
	border-color: #ccc;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #666;
	border-color: #ccc;
}


/* Button with transparent bg
---------------------------------- */

.btn-white {
	background-color: transparent;
	color: #cd3c2e;
	border: 1px solid #018C79;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #fff;
	background-color: #cd3c2e;
	border-color: #cd3c2e;
}


/* Forms
---------------------------------- */

.default-bg .form-control {
	border-color: #018C79;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
	color: #ffffff;
}

.default-bg .form-control:focus {
	border-color: #018C79;
	background-color: rgba(0, 0, 0, 0.25);
}

.default-bg .input-group-addon {
	background-color: #cd3c2e;
	border-color: #018C79;
	color: #fff;
}


/* Pager
---------------------------------- */

ul.pagination li> a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: #018C79;
	border-color: #018C79;
}

ul.pagination li.active a,
.pagination> .active> a:hover,
.pagination> .active> a:focus {
	color: #ffffff;
	background-color: #018C79;
	border-color: #018C79;
}


/* Tabs
---------------------------------- */

.nav-tabs> li.active> a:after {
	background-color: #018C79;
}

.tab-content:after {
	background-color: #018C79;
}

@media (max-width:480px) {
	.nav-tabs> li> a:hover:after {
		background-color: #018C79;
	}
}


/* Horizontal tabs version 2 */

.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #018C79;
}

.tabs-style-2 .nav-tabs> li.active> a,
.tabs-style-2 .nav-tabs> li.active> a:hover,
.tabs-style-2 .nav-tabs> li.active> a:focus,
.tabs-style-2 .nav-tabs> li> a:hover {
	border: 1px solid #018C79;
	background-color: #018C79;
	color: #fff;
}


/* vertical tabs */

.vertical .nav-tabs> li> a:hover:after {
	background-color: #018C79;
}


/* Nav pills
---------------------------------- */

.nav-pills> li.active> a,
.nav-pills> li.active> a:hover,
.nav-pills> li.active> a:focus,
.nav-pills> li> a:hover,
.nav-pills> li> a:focus {
	border: 1px solid #f3f3f3;
	color: #0097E9;
	background-color: #fafafa;
}

.nav-pills> li.active> a:after {
	/*color: #018C79;*/
}

.nav-pills> li.active> a:hover:after,
.nav-pills> li.active> a:focus:after,
.nav-pills> li> a:hover:after,
.nav-pills> li> a:focus:after {
	color: #018C79;
}

.light .footer-content .nav-pills> li.active> a:hover,
.light .footer-content .nav-pills> li> a:hover {
	color: #cd3c2e;
}


/* Collapse
---------------------------------- */

.panel-heading a {
	background-color: #018C79;
	color: #ffffff;
}

.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	background-color: #018C79;
	color: #ffffff;
}


/* Progress bars
---------------------------------- */

.progress-bar-default {
	background-color: #018C79;
}


/* Modals
---------------------------------- */

.modal-content .modal-header {
	background-color: #018C79;
}


/* Images and Images overlay
---------------------------------- */

.overlay a {
	color: #018C79;
	background-color: #ffffff;
}

.overlay-links a+ a {
	color: #ffffff;
	background-color: #018C79;
}

a.overlay i {
	color: #018C79;
}


/* 5 Navigations
----------------------------------------------------------------------------- */


/* first level active menu items on hover/focus */

.navbar-default .navbar-nav> .active> a,
.navbar-default .navbar-nav> .active> a:focus {
	color: #0097e9;
	background-color: transparent;
}

.main-navigation .navbar-nav> .open> a,
.main-navigation .navbar-nav> .open> a:hover,
.main-navigation .navbar-nav> .open> a:focus {
	color: #666666;
	background-color: #fafafa;
}


/* second level menu items on focus/hover and when opened */

.dropdown-menu> li> a:hover,
.dropdown-menu> li> a:focus,
.nav .open> a,
.nav .open> a:hover,
.nav .open> a:focus,
.dropdown-menu> .active> a,
.dropdown-menu> .active> a:hover,
.dropdown-menu> .active> a:focus,
.dropdown-menu .menu> .active> a,
.dropdown-menu .menu> .active> a:hover,
.dropdown-menu .menu> .active> a:focus {
	background-color: #ffffff;
	color: #018C79;
	border-color: #f1f1f1;
}


/* mega menu menu items on focus/hover and when opened */

.mega-menu .menu> li> a:hover,
.mega-menu .menu> li> a:focus {
	background-color: #ffffff;
	color: #018C79;
	border-color: #f1f1f1;
}


/* arrows for parent menu items */

.navbar-default .navbar-nav> .active.dropdown> a:before {
	color: #0097e9;
}

.navbar-default .navbar-nav> .dropdown.open> a:before {
	color: #e5e5e5;
}

.dropdown .dropdown.open>a:before {
	color: #018C79;
}


/* mobile menu toggle button on hover/focus */

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #018C79;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #018C79;
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu> .active> a,
	.navbar-default .navbar-nav .open .dropdown-menu> .active> a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu> .active> a:focus {
		color: #018C79;
		background-color: transparent;
	}
	/* first level items hover and focus states */
	.navbar-default .navbar-nav> li> a:hover,
	.navbar-default .navbar-nav> li> a:focus,
	.navbar-default .navbar-nav> .active> a:hover,
	.navbar-default .navbar-nav> .active> a:focus {
		color: #018C79;
		background-color: #fff;
	}
	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu> li> a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu> li> a:focus {
		color: #018C79;
	}
}


/* Subfooter navigation
---------------------------------- */

.subfooter .navbar-default .nav> li> a:hover,
.subfooter .navbar-default .nav> .active> a:hover,
.subfooter .navbar-default .nav> .active> a:focus {
	background-color: transparent;
	color: #018C79;
}


/* 6 Blocks/Widgets
----------------------------------------------------------------------------- */


/* Boxes
---------------------------------- */

.box.gray-bg:hover {
	color: #018C79;
}

.box.default-bg:hover {
	background-color: #fff;
	border: 1px solid #018C79;
}

.box.default-bg:hover * {
	color: #018C79;
}

.box-style-1:not(.team-member):hover i {
	color: #018C79;
}

.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
	color: inherit;
}

.box-style-2:hover .default-bg {
	background-color: #fff;
	border: 1px solid #018C79;
}

.box-style-2:hover .default-bg * {
	color: #018C79;
}

.box-style-2:hover .white-bg * {
	color: #018C79;
}

.box-style-3:hover .default-bg {
	background-color: #fff;
	border: 1px solid #018C79;
}

.box-style-3:hover .default-bg * {
	color: #018C79;
}

.box-style-3:hover .white-bg * {
	color: #018C79;
}


/* Tags cloud block
---------------------------------- */

.tag a:hover {
	color: #ffffff;
	background-color: #018C79;
	border-color: #018C79;
}


/* Social icons block
---------------------------------- */

.social-links li a {
	background: #018C79;
	border: 1px solid #018C79;
	color: #fff;
}

.social-links li a:hover {
	background-color: transparent;
	border-color: #cd3c2e;
	color: #cd3c2e;
}

.social-links .dropdown.open>button>i:before {
	content: "\f00d";
	color: #018C79;
}

.header-top .social-links li a:hover {
	color: #cd3c2e;
}


/* search and login
---------------------------------- */

.header-top-dropdown .dropdown.open>button,
.header-top-dropdown .dropdown>button:hover {
	color: #018C79;
}


/* Pricing tables
---------------------------------- */

.plan .popover-title {
	background-color: #018C79;
	color: #ffffff;
}

.gray .plan .header h3 {
	color: #018C79;
}

.white .plan .header {
	color: #fff;
	background: #018C79;
}

.stripped .header {
	background: #018C79;
	-webkit-box-shadow: 0px 0px 60px #cd3c2e inset;
	-moz-box-shadow: 0px 0px 60px #cd3c2e inset;
	box-shadow: 0px 0px 60px #cd3c2e inset;
	color: #fff;
}


/* 7 Main Slideshow
----------------------------------------------------------------------------- */


/* Slider Revolution captions */

.default_bg {
	background-color: #018C79;
	color: #fff;
}


/* Revolution Nav Controls */

.tparrows.round:hover {
	color: #ffffff;
	background-color: #018C79;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #018C79;
}

.tp-bannertimer {
	background-color: rgba(232, 76, 61, 0.7);
}


/* 8 Owl carousel
----------------------------------------------------------------------------- */

.owl-prev {
	background-color: #018C79;
	color: #f1f1f1;
}

.owl-next {
	background-color: #f1f1f1;
	color: #018C79;
}

.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
	background-color: #018C79;
	color: #f1f1f1;
}

.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
	background-color: #f1f1f1;
	color: #018C79;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #018C79;
}