
.comment-reply-link:hover {
	cursor: pointer;
}

#comments .children {
	margin-left: 120px;
}

#comments .form-group {
	position: relative;
}

form small.error {
	position: absolute;
	bottom: 10px;
	left: 15px;
	color: #cc0000;
}

form strong.error {
	display: block;
	font-weight: normal;
	color: #cc0000;
	margin-bottom: 10px;
}

form strong.error:empty {
	display: none;
}

.comments__heading.comments__success {
	color: #00cc00;
}

.form-warning {
	margin-bottom: 20px;
	color: #cc0000;
}

.comment-text {
	white-space: pre-wrap;
}

textarea.form-field {
	height: 180px;
	resize: none;
}

.relative {
	position: relative;
}


/* isotope filter */
.content-row .group {
	position: relative;
	margin: 10px 0;
}

.content-row .bottom-line {
	margin-top: 8px;
	border-bottom: solid 1px #cecece;
}

.portfolio-search {
	position: relative;
	width: 100%;
	margin-top: 8px;
	padding: 5px;
	border: 1px solid #dfdfdf;
	color: #666666;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.list-group {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
	border-bottom: none;
	clear: both;
}

.list-group li {
	float: left;
	margin: 6px 4px;
	font-weight: normal;
}

.list-group li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
	-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.15);
	color: #656565;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	text-decoration: none;
}

.list-group li a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff7e00;
	color: #fff;
	text-shadow: 0 1px 0 #c7552d;
	text-transform: uppercase;
	text-decoration: none;
}

.list-group li.current a {
	background: #ff7e00;
	color: #fff;
	text-shadow: 0 1px 0 #c7552d;
}

.list-full {
	padding: 0;
}

/* isotope items */
.portfolio-filter li.current a {
	color: #FFBE10;
	text-decoration: none;
}
.portfolio-items {
	padding-bottom: 20px;
}

.portfolio-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio-items li {
	float: left;
	width: calc(50% - 1px);
	padding: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
	.portfolio-items li {
		width:  calc(25% - 1px);
	}
	.portfolio-items.gallery li {
		width: calc(100% / 3 - 1px);
	}
}

@media (max-width: 400px) {
	.portfolio-items li {
		width: 100%;
	}
}

.portfolio-items li .image {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.portfolio-items li .image img {
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.portfolio-items li .images {
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	bottom: 10px;
	margin: 0;
	overflow: hidden;
	background: none;
}

.portfolio-items li .arrow {
	position: absolute;
	display: block;
	width: 100%;
	height: 10px;
	bottom: 0;
	margin: 0;
	background: none;
	border-bottom: solid 2px transparent;
	overflow: hidden;
}

.portfolio-items li .links {
	position: absolute;
	display: block;
	width: 58px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-left: -29px;
	margin-top: -16px;
	z-index: 5;
	visibility: hidden;
}

.portfolio-items li:hover .images {
	background: url(../images/portfolio-bg.png);
}

.portfolio-items li:hover .arrow {
	background: url(../images/portfolio-img-arr.png) no-repeat bottom center;
	border-bottom: solid 2px #ff7e00;
}

.portfolio-items li:hover .links {
	background: url(../images/portfolio-links-bg.png) no-repeat;
	visibility: visible;
}

.portfolio-items li:hover .links.single-link {
	width: 32px;
	margin-left: -16px;
	background: url(../images/portfolio-links-bg-single.png) no-repeat;
	visibility: visible;
}

.portfolio-items li .links a.view {
	float: left;
	background: url(../images/icons/view.png) no-repeat 50% 50%;
	width: 29px;
	height: 29px;
	padding: 9px 6px;
}

.portfolio-items li .links a.view:hover {
	background: url(../images/icons/view_over.png) no-repeat 50% 50%;
}

.portfolio-items li .links a.view.hide {
	display: none;
}

.portfolio-items li .links a.link {
	float: left;
	background: url(../images/icons/plink.png) no-repeat 50% 50%;
	width: 29px;
	height: 29px;
	padding: 6px 5px;
}

.portfolio-items li .links a.link:hover {
	background: url(../images/icons/plink_over.png) no-repeat 50% 50%;
}

.portfolio-items li .portfolio-detail {
	background: #e9e9e9;
	border-bottom: solid 1px #cecece;
	padding: 10px 10px;
	min-height: 20px;
}

.portfolio-items li .title {
	color: #212121;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.portfolio-items li .title a {
	text-decoration: none;
	color: #212121;
}

.portfolio-items li .title a:hover {
	text-decoration: none;
	color: #ff7e00;
}

.portfolio-items li .category {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
	color: #656565;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
}

.portfolio-items li .category.description {
	white-space: pre-line;
}

.portfolio-items li .category a {
	text-decoration: none;
	color: #ff9922;
}

.portfolio-items li .category a:hover {
	text-decoration: none;
	color: #ff7e00;
}


/* product */
.content .spec {
	width: 100%;
	border: 1px solid #dadada;
	border-collapse: separate;
	border-spacing: 4px;
	color: #252525;
	font-size: 13px;
}

.content .spec th {
	line-height: 20px;
	background-color: #eaba3a;
}

.content .spec td {
	line-height: 20px;
}

.content .spec .even {
	background-color: #dadada;
}

.content .spec .odd {
	background-color: #cccccc;
}

.content .spec .left {
	float: none;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.content .spec .right {
	float: none;
	width: 75%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.content .node {
	position: absolute;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-image: url(../images/node.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.content .node:hover {
	cursor: pointer;
	background-image: url(../images/node-hover.png);
}

.content .node-tooltip {
	margin: 0;
	padding: 0;
	max-width: 500px;
	border: none;
	border-top: 3px solid #eaba3a;
	background: none;
	color: #252525;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.content .node-tooltip .title {
	padding: 20px 20px 0px;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/tooltip-bg.png) repeat;
}

.content .node-tooltip .desc {
	padding: 10px 20px 20px;
	font-size: 11px;
	font-weight: normal;
	background: url(../images/tooltip-bg.png) repeat;
}

.content .node-tooltip .arrow {
	width: 100%;
	height: 16px;
	background: url(../images/tooltip-arrow.png) no-repeat center;
}

.carousel-item {
	padding: 5px;
}

.carousel-item img {
	width: 100%;
}

.carousel-item .title {
	padding: 5px 0 3px 0;
}

.home-item {
	margin: 0 0 30px 0;
	padding: 0 15px 20px 15px;
	border-top: 5px solid #1f425d;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}

.home-item.flat {
	padding: 0;
	box-shadow: none;
}

.home-news:after {
	content: "";
	display: block;
	clear: both;
}

.home-news .home-news-item {
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	border-top: 3px solid #e9e9e9;
}

.home-news .home-news-date {
	float: left;
	width: 60px;
}

.home-news .home-news-date > span {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	font-weight: 500;
	background-color: #EABA3A;
}

.home-news .home-news-date > small {
	display: block;
	width: 60px;
	margin-top: 5px;
	text-align: center;
}

.home-news .home-news-info {
	float: left;
	margin-left: 10px;
	width: calc(100% - 70px);
}

.home-news .home-news-info.full {
	float: left;
	margin-left: 10px;
	width: calc(100% - 10px);
}

.home-news .title a {
	color: #999999;
	font-weight: 600;
	letter-spacing: -0.2px;
}

.home-news .home-news-info.full .title {
	float: left;
	width: calc(100% - 100px)
}

.home-news .home-news-info .date {
	float: left;
	margin-top: -10px;
	padding: 5px 5px;
	width: 100px;
	font-size: 12px;
	text-align: center;
	background-color: #e9e9e9;
	white-space: nowrap;
}

.home-news .content {
	font-size: 14px;
	letter-spacing: -0.3px;
}

.home-news .home-news-info.full .content {
	float: left;
	width: 100%;
}

.home-news .home-news-info a.more {
	clear: both;
	float: right;
	margin-top: 5px;
}

.featured-product {
	position: relative;
}

.featured-product .preview-product {
	position: absolute;
	top: 0;
	right: 240px;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.featured-product .list-product {
	float: right;
	width: 240px;
	padding-left: 5px;
}

.featured-product .list-product h2 {
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #999999;
}

.featured-product .list-product a {
	position: relative;
	display: block;
	padding: 10px 10px;
	font-weight: 700;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.featured-product .list-product a > span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
}

.featured-product .list-product a.active {
	color: #ffffff;
	font-size: 18px;
	text-shadow: 1px 1px 3px #252525;
}

.sidebar ul li {
	margin-bottom: 10px;
}

.sidebar ul li a {
	color: #999999;
	font-size: 18px;
}

.sidebar ul li a:hover, .sidebar ul li a.current {
	color: #FFBE10;
	text-decoration: none;
}

a.default {
	cursor: default;
}

.header__container {
	outline: none;
}

.img-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}

.img-wrapper > img {
	position: absolute;
	top: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: -webkit-opacity 0.4s ease;
	-moz-transition: -moz-opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.img-wrapper > img.active {
	position: relative;
	top: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	z-index: 1;
}

.img-wrapper > .img-control {
	position: absolute;
	top: calc(50% - 18px);
	z-index: 2;
}

.img-wrapper > .img-prev {
	left: 10px;
}

.img-wrapper > .img-next {
	right: 10px;
}

.img-wrapper > .img-control > i {
	display: block;
	width: 36px;
	height: 36px;
	background-color: rgba(250, 250, 250, 0.5);
	color: #1f425d;
	text-align: center;
	font-size: 26px;
	line-height: 36px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

.img-wrapper > .img-control > i:hover, .img-wrapper > .img-control > i:focus {
	background-color: rgba(250, 250, 250, 0.8);
	cursor: pointer;
}

a.no-link:hover {
	cursor: default;
	color: inherit !important;
	text-decoration: inherit !important;
}

.lang-wrapper {
	position: relative;
	float: right;
	margin-left: 10px;
	padding-left: 7px;
	white-space: nowrap;
}

.lang-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 6px;
	width: 1px;
	border-left: 1px solid #cecece;
}

.lang-wrapper > span {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 8px 0px 5px 5px;
}

.lang-wrapper > span i.flag {
	position: relative;
	display: block;
}

.lang-wrapper:hover > ul, .lang-wrapper.hover > ul {
	display: block;
}

.lang-wrapper > ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	list-style: none;
	z-index: 999999;
}

.lang-wrapper > ul > li {
	position: relative;
}

.lang-wrapper > ul > li > a {
	display: block;
	white-space: nowrap;
	background-color: #f5f5f5;
	color: #aaaaaa;
	padding: 7px 35px 7px 10px;
	border-bottom: 1px solid #ededed;
}

.lang-wrapper > ul > li > i {
	position: absolute;
	right: 5px;
	top: calc(50% - 7px);
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
}



.imageteaser {
	position: relative;
}

.imageteaser .thumbs:after {
	display: block;
	content: "";
	clear: both;
}

.imageteaser .thumbs-wrapper {
	margin-top: 2px;
	padding: 0 22px 0 22px;
	position: relative;
}

.imageteaser .previous, .imageteaser .nexting {
	top: 0;
	display: block;
	height: 56px;
	position: absolute;
	width: 21px;
}

.imageteaser .nexting {
	position: absolute;
	background-color: #1f425d;
	color: #ffffff;
	right: 0;
}

.imageteaser .nexting > i {
	position: absolute;
	top: calc(50% - 10px);
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.imageteaser .previous {
	background-color: #1f425d;
	color: #ffffff;
	left: 0;
}

.imageteaser .previous > i {
	position: absolute;
	top: calc(50% - 10px);
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.imageteaser div.caption {
	position: absolute;
	top: 20px;
}

.imageteaser div.caption h4 , .imageteaser div.caption p {
	margin: 0;
	padding-left: 0;
	height: 41px;
	line-height: 41px;
}

.imageteaser div.caption p {
	position: absolute;
	top: 47px;
	right: 0;
	padding-left: 18px;
}

.imageteaser div.caption h4 span, .imageteaser div.caption p span {
	background-color: #1f425d;
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 600;
}

.imageteaser .carousel-wrapper a {
	display: block;
	float: left;
	position: relative;
	height: 365px;
	width: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.imageteaser .carousel-wrapper a:hover {

}

.imageteaser .thumbs a {
	float: left;
	margin-right: 1px;
	vertical-align: top;
	height: 56px;
	width: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.imageteaser .thumbs img {
	vertical-align: top;
}

.change-image {
	display: block;
	cursor: pointer;
}

.warning-header {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px;
	line-height: 1.2em;
}

.warning-header:empty {
	height: 0;
	padding: 0;
	margin: 0;
}

.warning-header.failed {
	background-color: rgba(247, 38, 38, 0.5);
	color: #ffffff;
}

.warning-header.success {
	background-color: rgba(30, 167, 72, 0.5);
	color: #ffffff;
}

.top {
	height: 31px;
	margin-bottom: 150px;
}

.header__container {
	position: absolute;
	top: 31px;
	left: 0;
	right: 0;
	height: 150px;
	z-index: 99999;
}

.header__container a.logo-static {
	display: block;
}

.header__container a.logo-fixed {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.header__container.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 64px;
	z-index: 9999;
}

.header__container.fixed::before, .header__container.fixed::after {
	display: none;
}

.header__container.fixed .header__logo {
	position: absolute;
	height: 64px;
	background-color: transparent;
	line-height: 64px;
}

.header__container.fixed .header__logo img {
	display: inline-block;
}

.header__container.fixed .header__navigation {
	margin-top: 5px;
}

.header__container.fixed .header__logo::after {
	display: none;
}

.header__container.fixed .header__widgets {
	display: none;
}

.header__container.fixed .header__navigation-widgets {
	margin-top: 7px;
}

.header__container.fixed a.logo-static {
	display: none;
}

.header__container.fixed a.logo-fixed {
	display: block;
}

.header__container.fixed header {
	height: 64px;
}

.header__container .header__navigation-widgets input[type="text"] {
	position: absolute;
	top: 9px;
	margin: 0;
	padding: 0 20px;
	line-height: 37px;
}

.header__container.fixed .header__navigation-widgets input[type="text"] {
	position: absolute;
	bottom: 11px;
}

.slideshow.vertical {
	/*height: 180px;*/
	overflow: hidden;
}

.slideshow.vertical .footer-link {
	display: block;
	margin-bottom: 10px;
	/*height: 80px;*/
}

.slideshow.vertical img {
	display: block;
	max-width: 100%;
	max-height: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header__container {
		height: 181px;
	}

	.header__container .header__widgets {
	}

	.header__container .header__logo {
		height: 123px;
	}

	.header__container.fixed .header__logo {
		display: none;
	}

	.header__container.fixed .header__navigation {
	}
}

@media (max-width: 991px) {
	.top {
		height: 40px;
		margin-bottom: 100px;
	}

	.top__tagline {
		padding: 5px 0 0 0;
	}

	.header__container {
		top: 40px;
		height: 100px;
	}

	.header__container a.logo-static {
		position: absolute;
		top: 10px;
		left: 0;
		display: block;
		height: 80px;
	}

	.header__container a.logo-static img {
		height: 80px;
	}

	.header__container a.logo-fixed {
		display: none;
	}

	.header__container .header__logo {
		height: 100px;
		line-height: 100px;
		margin: 0;
	}

	.header__container .header__widgets {
		display: none;
	}

	.header__container .header__navigation-widgets {
		display: none;
	}

	.header__container .navbar-toggle {
		line-height: 20px;
	}

	.header__container.fixed a.logo-fixed img {
		margin: 0;
	}

	.header__container.fixed .navbar-toggle {
		line-height: 20px;
		margin: 0;
	}

	.header__container .navbar-collapse {
		display: block;
	}

	.header__container .navbar-collapse .main-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 0;
		height: 0;
		padding: 0 10px;
		background-color: #ffffff;
		overflow-x: hidden;
		overflow-y: hidden;
		border: none;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.header__container .navbar-collapse.navbar-show .main-navigation {
		height: calc(100vh - 160px);
		padding: 10px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.header__container.fixed .main-navigation {
		top: calc(100% + 1px);
	}
}

@media (max-width: 768px) {
	.jumbotron-content__title h1 {
		font-size: 26px;
	}
	.main-title__primary {
		font-size: 26px;
	}
}

@media (max-width: 599px) {
	.featured-product .preview-product {
		display: none;
	}

	.featured-product .list-product {
		width: 100%;
		padding-left: 0;
	}
}

ol ol li {
	list-style-type: lower-alpha;
}

span.gallery {
	margin: 0;
	float: left;
	width: 29px;
	height: 29px;
}