.product-block .description-list,
.panel-group .panel-body ul,
.btn-list,
#nav > ul,
#nav > ul > li > .dropdown-holder ul,
.top-nav .rt-nav-list,
.add-nav ul,
.address-info,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.product-block .description-list:after,
.two-columns:after,
.panel-group .panel-body ul:after,
.btn-list:after,
#nav > ul:after,
#nav > ul > li > .dropdown-holder ul:after,
.top-nav .rt-nav-list:after,
.add-nav ul:after,
.address-info:after,
.social-networks:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?rhzy5n");
	src: url("../fonts/icomoon.eot?rhzy5n#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rhzy5n") format("truetype"), url("../fonts/icomoon.woff?rhzy5n") format("woff"), url("../fonts/icomoon.svg?rhzy5n#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
	content: "\e905";
}

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

.icon-twitter:before {
	content: "\e901";
}

.icon-close:before {
	content: "\e907";
}

.icon-map:before {
	content: "\e904";
}

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

.icon-file:before {
	content: "\e909";
}

.icon-envelope:before {
	content: "\e90a";
}

.icon-linkedin:before {
	content: "\e908";
}

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

.icon-facebook:before {
	content: "\e903";
}

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 3px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	width: 19px;
	height: 18px;
	cursor: pointer;
	z-index: 8040;
	right: 14px;
	top: 5px;
}

.fancybox-close:before {
	content: "\e907";
	position: absolute;
	color: #000;
	font-family: "icomoon" !important;
	line-height: 1;
	font-size: 18px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.product-wrap {
	background: #e4e4e4;
	padding: 20px 0 0;
}

.product-wrap [class^="col-"]:nth-child(2n) .img-text,
.product-wrap [class*=" col-"]:nth-child(2n) .img-text {
	background: rgba(255, 183, 24, .85);
}

.product-block {
	padding-bottom: 20px;
}

.product-block .image-holder {
	position: relative;
	border-radius: 6px;
	margin-bottom: 16px;
}

.product-block .image-holder img {
	width: 100%;
	border-radius: 6px;
}

.product-block .img-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background: rgba(11, 84, 141, .85);
	border-radius: 6px 6px 0 0;
}

.product-block .description-list li {
	margin-bottom: 2px;
	color: #6d6e71;
	font-size: 14px;
	line-height: 21px;
}

.product-block .description-list strong {
	font-weight: 700;
}

.carousel-wrap {
	padding-bottom: 20px;
}

.carousel-slider {
	position: relative;
}

.carousel-slider .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-slider .mask .slideset {
	width: 99999px;
	float: left;
}

.carousel-slider .mask .slide {
	width: 100%;
	float: left;
}

.carousel-slider .image-holder {
	margin: 0 0 15px;
}

.carousel-slider .image-holder img {
	width: 100%;
}

.carousel-slider .text-wrap {
	padding: 0 15px;
	font-weight: 300;
	line-height: 22px;
}

.carousel-slider h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	color: #0b548d;
	margin: 0;
	text-transform: capitalize;
}

.carousel-slider .sub-text {
	display: block;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 15px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	color: #000;
}

.carousel-slider .sub-text:after {
	content: "";
	position: absolute;
	left: 2px;
	width: 74px;
	height: 1px;
	background: #000;
	top: 100%;
}

.carousel-slider p {
	margin-bottom: 15px;
}

.carousel-slider .btn-primary {
	border: 0;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	box-shadow: none;
	width: 100%;
	max-width: 233px;
	padding: 8px 10px 9px;
	font-size: 17px;
	line-height: 21px;
	border-radius: 3px;
}

.carousel-slider .btn-prev,
.carousel-slider .btn-next {
	width: 30px;
	height: 30px;
	top: 10px;
	left: 20px;
	position: absolute;
	background: #0b548d;
	text-align: center;
}

.carousel-slider .btn-prev [class^="icon-"],
.carousel-slider .btn-prev [class*=" icon-"],
.carousel-slider .btn-next [class^="icon-"],
.carousel-slider .btn-next [class*=" icon-"] {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.carousel-slider .btn-next {
	left: 53px;
}

.info-wrap {
	background-size: cover;
	background-position: 50% 50%;
	min-height: 200px;
	padding: 30px 0;
}

.info-wrap img {
	max-width: 100%;
}

.info-wrap h2 {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 15px;
	padding-bottom: 18px;
	position: relative;
}

.info-wrap h2:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	top: 100%;
	max-width: 317px;
}

.info-wrap h2 span {
	font-weight: 400;
}

.info-wrap .info-text-wrap {
	line-height: 22px;
	color: #fff;
}

.info-wrap .info-text-wrap a {
	text-decoration: underline;
	color: #ffb718;
}

.info-wrap .info-text-wrap a:hover {
	color: #ffb718;
	text-decoration: none;
}

.info-wrap .info-text-wrap p {
	margin-bottom: 18px;
}

.info-wrap .info-text-wrap .btn-default {
	background: none;
	border-color: #fff;
	text-decoration: none;
	border-radius: 3px;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	max-width: 233px;
	text-transform: capitalize;
	font-weight: 700;
	-webkit-transition: border-color .25s ease-in-out, color .25s ease-in-out, background .25s ease-in-out;
	transition: border-color .25s ease-in-out, color .25s ease-in-out, background .25s ease-in-out;
}

.info-wrap .info-text-wrap .btn-default:focus,
.info-wrap .info-text-wrap .btn-default:hover {
	border-color: #ffb718;
	color: #ffb718;
	background: none;
}

.info-wrap.private-labeling {
	padding-bottom: 0;
}

.info-wrap.private-labeling h2 {
	color: #0b548d;
}

.info-wrap.private-labeling h2:after {
	content: "";
	background: #000;
}

.info-wrap.private-labeling .info-text-wrap {
	color: #6d6e71;
	padding-bottom: 20px;
}

.info-wrap.private-labeling .btn-default {
	background: #0b548d;
	border-color: #0b548d;
	-webkit-transition: border-color .25s ease-in-out, color .25s ease-in-out, background .25s ease-in-out;
	transition: border-color .25s ease-in-out, color .25s ease-in-out, background .25s ease-in-out;
}

.info-wrap.private-labeling .btn-default:focus,
.info-wrap.private-labeling .btn-default:hover {
	border-color: #ffb718;
	color: #fff;
	background: #ffb718;
}

.info-wrap.private-labeling .btn-default span {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

.info-wrap.private-labeling .image-holder {
	max-width: 213px;
	margin: 0 auto;
}

.info-wrap.private-labeling p {
	margin-bottom: 24px;
}

.help-wrap {
	background-size: cover;
	background-position: 50% 50%;
	min-height: 300px;
	padding: 30px 0;
	text-align: center;
	line-height: 26px;
}

.help-wrap .title {
	display: block;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.help-wrap .title:after {
	content: "";
	position: absolute;
	max-width: 317px;
	top: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.help-wrap .title span {
	font-weight: 400;
}

.help-wrap p {
	margin-bottom: 11px;
}

.help-holder {
	color: #fff;
}

.help-holder a {
	text-decoration: underline;
	color: #ffb718;
}

.help-holder a:hover {
	color: #ffb718;
	text-decoration: none;
}

.help-form .form-group {
	margin-bottom: 17px;
}

.help-form .form-control {
	border-color: #0b56aa;
	border-radius: 3px;
	box-shadow: none;
	font-size: 14px;
	line-height: 18px;
	padding: 9px 13px;
	height: 38px;
	outline: none;
	-webkit-appearance: none;
}

.help-form textarea.form-control {
	height: 79px;
	resize: none;
}

.help-form .btn-primary {
	padding: 8px 10px 9px;
	font-size: 17px;
	line-height: 21px;
	border: none;
	color: #0b548d;
	font-weight: 700;
	width: 100%;
	display: block;
	text-transform: capitalize;
	-webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
	transition: background .25s ease-in-out, color .25s ease-in-out;
}

.help-form .btn-primary:hover,
.help-form .btn-primary:focus {
	color: #ffb718;
	background: #0b548d;
}

.two-columns {
	padding: 20px 0;
}

#sidebar {
	padding-bottom: 20px;
}

.panel-group {
	margin: 0;
}

.panel-group .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.panel-group .panel + .panel {
	margin-top: 3px;
}

.panel-group .panel > .panel-heading {
	border: none;
	color: #ffb718;
	padding: 0;
	background: none;
}

.panel-group .panel > .panel-heading > a {
	color: #FFF;
	padding: 6px 11px;
	display: block;
	background: #0b56aa;
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
}

.panel-group .panel-body {
	border: 0 !important;
	background: #000;
	padding: 5px 0;
	background: #ceddee;
}

.panel-group .panel-body ul li.active a {
	background: #0b56aa;
	color: #fff;
}

.panel-group .panel-body ul li a {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 17px;
	padding: 1px 11px;
}

.panel-group .panel-body ul li a:hover {
	color: #fff;
	background: #0b56aa;
}

#content h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	color: #0b548d;
	margin: 0 0 15px;
	text-transform: capitalize;
}

#content h1 span {
	font-size: 27px;
	line-height: 34px;
	font-weight: 300;
	color: #000;
}

#content .btn-wrap {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 15px;
	margin-bottom: 18px;
	background: #ebebeb;
	box-shadow: 0 0 0 2px #d2d2d2;
}

.btn-list li {
	display: block;
}

.btn-list li + li {
	margin-top: 15px;
}

.btn-list li .btn {
	font-size: 17px;
	line-height: 21px;
	padding: 8px 10px 9px;
	display: block;
	font-weight: 700;
	color: #fff;
	border-radius: 3px;
	border: 0;
	width: 100%;
	text-transform: capitalize;
}

.btn-list li .btn.btn-default {
	background: #656565;
}

.btn-list li .btn.btn-default:hover,
.btn-list li .btn.btn-default:focus {
	background: #3f3f3f;
}

.btn-list li .btn:hover,
.btn-list li .btn:focus {
	border: 0;
}

.btn-list li .btn [class^="icon-"],
.btn-list li .btn [class*=" icon-"] {
	font-size: 18px;
	margin: -2px 4px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.description-text {
	line-height: 23px;
}

.description-text .title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 3px;
}

.description-text p {
	margin-bottom: 10px;
}

.data-holder .data-col {
	padding: 20px 0;
	border-top: 2px solid #e8e8e8;
}

.data-holder .title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 3px;
}

.data-holder .table-responsive {
	border: 0;
	margin: 0;
	padding-bottom: 20px;
}

.data-holder .table {
	margin: 0;
}

.data-holder .table > tbody > tr > td {
	border: 0;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	padding: 1px 5px;
}

.data-holder .table > tbody > tr > td:first-child {
	padding-left: 0;
}

.data-holder .table .tb-content {
	font-weight: 700;
}

.data-holder .table .tb-content [class^="icon-"],
.data-holder .table .tb-content [class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: -3px 3px 0 0;
}

.table-text-info {
	line-height: 23px;
	padding: 17px 0;
	border-top: 2px solid #e8e8e8;
}

#header {
	background-size: cover;
	background-position: 18% 50%;
	position: relative;
	z-index: 3;
	min-height: 101px;
	padding: 15px 0;
	border-bottom: 3px solid #ffb718;
}

.logo {
	float: left;
	width: 150px;
	margin-right: 10px;
}

.logo a {
	display: block;
}

.logo img {
	max-width: 100%;
}

.nav-opener {
	float: right;
	width: 30px;
	height: 20px;
	position: relative;
	margin-top: 26px;
	top: 0;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #ffb718;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 2px;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.top-header-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.nav-drop {
	background: #0b548d;
	margin-top: 3px;
	right: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 2;
	width: 100%;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	padding: 15px 0 20px;
}

.nav-active .nav-drop {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#nav {
	padding-bottom: 15px;
	text-align: center;
}

#nav:before {
	content: "";
	position: absolute;
	left: -99999px;
	right: -99999px;
	top: 0;
	bottom: 0;
	background: #0b548d;
	display: none;
	border-top: 3px solid #ffb718;
}

#nav > ul > li {
	position: relative;
}

#nav > ul > li.active > a,
#nav > ul > li:hover > a {
	background: #ffb718;
}

#nav > ul > li.active .dropdown-holder,
#nav > ul > li:hover .dropdown-holder {
	max-height: 500px;
}

#nav > ul > li.dropdown-active:hover:before {
	content: "";
	position: absolute;
	height: 24px;
	background: transparent;
	top: 100%;
	left: 0;
	right: 0;
}

#nav > ul > li > a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 5px 15px;
}

#nav > ul > li > .dropdown-holder {
	max-height: 0;
	-webkit-transition: max-height .25s ease-in-out;
	transition: max-height .25s ease-in-out;
	overflow: hidden;
}

#nav > ul > li > .dropdown-holder ul {
	border-top: 1px solid #fff;
}

#nav > ul > li > .dropdown-holder ul li:hover a,
#nav > ul > li > .dropdown-holder ul li.active a {
	background: #de9f13;
}

#nav > ul > li > .dropdown-holder ul li a {
	color: #fff;
	display: block;
	padding: 5px 15px;
	font-weight: 600;
}

.top-nav {
	padding: 0 15px 15px;
	text-align: center;
}

.top-nav .rt-nav-list {
	padding-bottom: 5px;
}

.top-nav .rt-nav-list li {
	margin-bottom: 10px;
}

.top-nav .rt-nav-list li:before {
	content: "";
	position: absolute;
	left: -2px;
	top: 3px;
	bottom: 3px;
	width: 2px;
	background: #c9c9c9;
	display: none;
}

.top-nav .rt-nav-list li a {
	color: #fff;
	text-transform: capitalize;
}

.top-nav .rt-nav-list li a:hover {
	color: #ffb718;
}

.top-nav .social-networks {
	padding-bottom: 5px;
}

.tel-num .tel-link {
	/*color: #fff;*/
	font-weight: 700;
}

.tel-num .tel-link:hover {
	color: #ffb718;
}

.tel-num .tel-link [class^="icon-"],
.tel-num .tel-link [class*=" icon-"] {
	display: inline-block;
	vertical-align: top;
	margin: 3px 5px 0 0;
}

.header-form-block {
	padding: 0 15px;
}

.header-form-block .title {
	display: block;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	color: #0b558d;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	padding-bottom: 10px;
}

.product-search-form .input-group {
	background: #fff;
	border: 1px solid white;
	border-radius: 3px;
	padding: 0 32px 0 0;
	position: relative;
}

.product-search-form .form-control {
	font-size: 16px;
	line-height: 20px;
	border: 0;
	border-radius: 3px 0 0 3px;
	box-shadow: none;
	display: block;
	width: 100%;
	-webkit-transition: none;
	transition: none;
	outline: none;
	-webkit-appearance: none;
	height: 30px;
	padding: 4px 8px 4px 10px;
}

.product-search-form .form-control:focus {
	border: 0;
}

.product-search-form button[type="submit"] {
	background: #0b548d;
	border: 0;
	border-radius: 0 3px 3px 0;
	bottom: 0;
	color: white;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.product-search-form button[type="submit"]:hover {
	opacity: .8;
}

.product-search-form button[type="submit"]:active:hover {
	background: #0b548d;
	border: 0;
	color: white;
}

.product-search-form button[type="submit"] span {
	font-size: 16px;
}

#footer {
	background: #ffb718;
	padding-bottom: 17px;
}

.top-holder {
	position: relative;
	z-index: 1;
	padding: 20px 0 10px;
}

.top-holder:before {
	content: "";
	position: absolute;
	left: -99999px;
	right: -99999px;
	top: 0;
	bottom: 0;
	background: #e4e4e4;
	z-index: -1;
}

.top-holder .title {
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 13px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffb718;
	margin-bottom: 9px;
}

.top-holder .social-networks {
	padding-bottom: 10px;
}

.top-holder .social-networks li {
	margin: 0 7px 5px 0;
}

.top-holder .social-networks li a [class^="icon-"],
.top-holder .social-networks li a [class*=" icon-"] {
	font-size: 22px;
}

.top-holder .tel-link {
	font-size: 16px;
	line-height: 1;
	color: #000;
}

.top-holder .tel-link:hover {
	color: #ffb718;
}

.top-holder .tel-link .icon-phone {
	margin-right: 4px;
}

.footer-nav-wrap .text-wrap {
	text-align: center;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo a {
	display: block;
	max-width: 317px;
	background: #fff;
	margin: 0 auto;
	border-radius: 6px;
	padding: 15px;
}

.footer-logo img {
	width: 200px;
	margin: 0 auto;
	display: block;
}

.add-nav {
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 16px;
}

.add-nav ul li {
	margin-bottom: 4px;
}

.add-nav ul a {
	color: #000;
	text-transform: capitalize;
}

.add-nav ul a:hover {
	color: #ffb718;
}

.address-info {
	padding-top: 5px;
}

.address-info li {
	position: relative;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	margin-bottom: 10px;
}

.address-info li [class^="icon-"],
.address-info li [class*=" icon-"] {
	font-size: 12px;
	color: #000;
	margin-right: 5px;
}

.address-info li a {
	color: #000;
}

.address-info li a:hover {
	color: #ffb718;
}

.copyright-holder {
	color: #0b548d;
	padding-top: 12px;
	font-size: 12px;
	line-height: 16px;
}

.copyright-holder a {
	color: #0b548d;
}

.copyright-holder a:hover {
	color: #fff;
}

html {
	background: #ffb718;
}

* {
	max-height: 1000000px;
}

body {
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

a {
	outline: 0;
	-webkit-transition: color .25s ease-in-out, background .25s ease-in-out, opacity .25s ease-in-out;
	transition: color .25s ease-in-out, background .25s ease-in-out, opacity .25s ease-in-out;
}

a:focus {
	outline: 0;
}

img {
	vertical-align: top;
	height: auto;
}

/* example lightbox styles */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox {
	width: 100%;
	text-align: center;
	color: #000;
}

.lightbox h2 {
	margin: 0 0 10px;
}

.lightbox p {
	margin: 0;
}

.lightbox-title {
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
	line-height: 22px;
}

.download-form .form-group {
	margin-bottom: 15px;
}

.download-form .form-control {
	background: #e5e5e5;
	border: 0;
	box-shadow: none;
	text-align: center;
	border-radius: 3px;
	font-size: 17px;
	line-height: 21px;
	height: 38px;
	padding: 8px 10px 9px;
}

.download-form .form-control::-webkit-input-placeholder {
	color: #666;
}

.download-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.download-form .form-control:-moz-placeholder {
	color: #666;
}

.download-form .form-control:-ms-input-placeholder {
	color: #666;
}

.download-form .form-control.placeholder {
	color: #666;
}

.download-form .btn-primary {
	border: 0;
	font-size: 17px;
	line-height: 21px;
	padding: 8px 10px 9px;
	width: 100%;
	border-radius: 3px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 4px;
}

.btn {
	outline: 0;
	text-align: center;
	white-space: normal;
}

.btn:hover,
.btn:focus {
	outline: 0;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #0b548d !important;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 5px;
}

.social-networks li a {
	color: #000;
}

.social-networks li a:hover {
	color: #ffb718;
}

.social-networks li a [class^="icon-"],
.social-networks li a [class*=" icon-"] {
	font-size: 20px;
}

body {
	min-width: 320px;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container-fluid {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 480px) {
	.nav-drop {
		width: 320px;
	}

	.footer-nav-wrap .text-wrap {
		text-align: left;
	}

	.address-info li {
		padding: 0 0 0 16px;
	}

	.address-info li [class^="icon-"],
	.address-info li [class*=" icon-"] {
		position: absolute;
		top: 2px;
		left: 0;
		margin: 0;
	}
}

@media (min-width: 640px) {
	#content .btn-wrap {
		padding: 15px 10px 5px;
	}

	.btn-list {
		font-size: 0;
		margin: 0 -10px;
		text-align: center;
	}

	.btn-list li {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		max-width: 225px;
		padding: 0 10px 10px;
	}

	.btn-list li + li {
		margin: 0;
	}
}

@media (min-width: 768px) {
	.fancybox-close {
		top: 8px;
		right: 9px;
	}

	.carousel-wrap {
		padding: 20px 0 19px;
	}

	.carousel-slider .image-holder {
		margin: 0;
		border-radius: 6px;
	}

	.carousel-slider .image-holder img {
		width: 100%;
		max-width: none;
		border-radius: 6px;
	}

	.carousel-slider .text-wrap {
		padding: 0;
		margin-top: -6px;
	}

	.info-wrap.private-labeling .image-holder {
		max-width: none;
		margin: 0;
	}

	.help-wrap .title {
		margin-bottom: 19px;
		padding-bottom: 19px;
	}

	#content .btn-wrap {
		padding: 15px 20px 5px;
		max-width: 734px;
	}

	.description-text {
		padding-bottom: 8px;
	}

	.data-holder .table-responsive {
		overflow: hidden;
		padding: 0;
	}

	.data-holder .table {
		table-layout: fixed;
		max-width: 626px;
	}

	.data-holder .table > tbody > tr > td:first-child {
		width: 89px;
	}

	.data-holder .table.style-2 > tbody > tr > td:first-child {
		width: 205px;
	}

	#header {
		background-position: 50% 50%;
		padding: 0;
		border: 0;
	}

	#header .container {
		position: relative;
	}

	.logo {
		float: none;
		left: 15px;
		position: absolute;
		top: 12px;
		margin: 0;
	}

	.nav-opener {
		display: none;
	}

	.top-header-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.nav-holder {
		padding-left: 160px;
		width: 100%;
	}

	.nav-drop {
		border: 0;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		background: none;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: right;
	}

	.nav-active .nav-drop {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#nav {
		position: relative;
		padding: 18px 0 15px;
		-ms-flex-item-align: center;
		align-self: center;
	}

	#nav:before {
		display: block;
	}

	#nav > ul {
		margin: 0 -35px 0 0;
	}

	#nav > ul > li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 35px 0 0;
	}

	#nav > ul > li.active > a,
	#nav > ul > li:hover > a {
		background: none;
		color: #ffb718;
	}

	#nav > ul > li.active .dropdown-holder,
	#nav > ul > li:hover .dropdown-holder {
		max-height: none;
		opacity: 1;
		visibility: visible;
	}

	#nav > ul > li > a {
		padding: 0;
	}

	#nav > ul > li > .dropdown-holder {
		max-height: none;
		position: absolute;
		left: -27px;
		top: 100%;
		-webkit-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
		visibility: hidden;
		opacity: 0;
		background: #06416f;
		width: 192px;
		margin-top: 15px;
		text-align: left;
	}

	#nav > ul > li > .dropdown-holder ul {
		border: 0;
		padding-top: 5px;
		font-size: 16px;
		line-height: 16px;
	}

	#nav > ul > li > .dropdown-holder ul li a {
		padding: 6px 12px 5px 12px;
	}

	.top-nav {
		text-align: right;
		padding: 0 0 15px;
		width: 100%;
		overflow: hidden;
	}

	.top-nav .rt-nav {
		float: right;
		width: 444px;
		background: #fff;
		padding: 10px 0 10px 9px;
		margin-left: 6px;
	}

	.top-nav .rt-nav-list {
		padding: 0;
		float: right;
		margin-left: 8px;
		width: calc(100% - 111px);
	}

	.top-nav .rt-nav-list li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px;
		position: relative;
		margin: 0;
	}

	.top-nav .rt-nav-list li:before {
		display: block;
	}

	.top-nav .rt-nav-list li a {
		color: #0b548d;
	}

	.top-nav .social-networks {
		padding: 0;
		margin: 0 -4px;
		display: inline-block;
		vertical-align: middle;
		width: 111px;
	}

	.top-nav .social-networks li {
		margin: 0;
		padding: 0 4px;
	}

	.top-nav .social-networks li a {
		color: #0b548d;
	}

	.top-nav .social-networks li a:hover {
		color: #ffb718;
	}

	.tel-num {
		margin-top: 11px;
		display: inline-block;
		vertical-align: middle;
	}

	.tel-num .tel-link {
		font-size: 12px;
		line-height: 1;
	}

	.tel-num .tel-link [class^="icon-"],
	.tel-num .tel-link [class*=" icon-"] {
		margin-top: 5px;
	}

	.header-form-block {
		padding: 0 0 8px;
		text-align: right;
		clear: both;
	}

	.header-form-block .title {
		padding: 0;
		text-align: right;
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 42.4%);
	}

	.product-search-form {
		display: inline-block;
		vertical-align: middle;
		width: 40%;
		margin-left: 10px;
	}

	.product-search-form .input-group {
		border-color: #0b548d;
		background: transparent;
	}

	.product-search-form .form-control {
		text-align: left;
	}

	.product-search-form button[type="submit"] {
		top: -1px;
		bottom: -1px;
	}

	.footer-logo {
		margin-top: 2px;
	}

	.lightbox {
		width: 283px;
	}

	.lightbox-title {
		margin-bottom: 18px;
		font-size: 17px;
		line-height: 22px;
	}

	.download-form .form-group {
		margin-bottom: 22px;
	}
}

@media (min-width: 1024px) {
	.product-block .img-text {
		font-size: 22px;
		line-height: 26px;
		padding: 11px 10px 9px;
	}

	.carousel-slider .text-wrap {
		line-height: 20px;
	}

	.carousel-slider h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.carousel-slider .sub-text {
		font-size: 30px;
		line-height: 34px;
		padding-bottom: 24px;
		margin-bottom: 19px;
	}

	.carousel-slider p {
		margin-bottom: 21px;
	}

	.info-wrap {
		padding: 43px 0 43px;
	}

	.info-wrap h2 {
		margin-bottom: 19px;
		padding-bottom: 19px;
	}

	.info-wrap .info-text-wrap {
		font-size: 17px;
		line-height: 21px;
	}

	.info-wrap.private-labeling {
		padding: 40px 0 0;
	}

	.info-wrap.private-labeling h2 {
		margin-bottom: 24px;
	}

	.info-wrap.private-labeling .info-text-wrap {
		padding: 5px 0 0;
		line-height: 26px;
	}

	.info-wrap.private-labeling .image-wrap {
		margin-left: 63px;
	}

	.help-wrap {
		padding: 56px 0 67px;
	}

	.help-holder {
		font-size: 17px;
		line-height: 26px;
	}

	.two-columns {
		padding: 38px 0 18px;
	}

	#sidebar {
		padding: 0;
	}

	#content {
		margin-top: -8px;
	}

	#content h1 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 23px;
	}

	#content h1 span {
		font-size: 30px;
		line-height: 36px;
	}

	#content .btn-wrap {
		padding: 24px 82px 13px;
	}

	.btn-list {
		margin: 0 -52px;
	}

	.btn-list li {
		max-width: none;
		padding: 0 52px 10px;
	}

	.description-text .title {
		margin: 0;
	}

	.data-holder .data-col {
		padding: 25px 0 19px;
	}

	.data-holder .title {
		margin: 0;
	}

	.data-holder .table .tb-content [class^="icon-"],
	.data-holder .table .tb-content [class*=" icon-"] {
		margin: -4px 2px 0 0;
	}

	.data-holder .table.style-2 > tbody > tr > td:first-child {
		width: 205px;
	}

	.logo {
		width: auto;
		top: 4px;
	}

	.nav-holder {
		padding-left: 224px;
	}

	#nav {
		padding: 12px 0;
		font-size: 19px;
		line-height: 23px;
	}

	#nav > ul {
		margin-right: -51px;
	}

	#nav > ul > li {
		margin-right: 51px;
	}

	#nav > ul > li > .dropdown-holder {
		margin-top: 12px;
		left: -27px;
	}

	.top-nav {
		padding-bottom: 37px;
	}

	.top-nav .rt-nav {
		width: 486px;
		padding: 4px 0 7px 10px;
		margin-left: 29px;
	}

	.top-nav .rt-nav-list {
		margin-left: 5px;
		font-size: 17px;
		line-height: 21px;
	}

	.top-nav .rt-nav-list li {
		padding: 0 13px;
	}

	.top-nav .rt-nav-list li:before {
		left: -5px;
		top: 4px;
		bottom: 4px;
	}

	.top-nav .social-networks {
		width: 111px;
		margin: 2px -4px 0;
		text-align: left;
	}

	.top-nav .social-networks li a [class^="icon-"],
	.top-nav .social-networks li a [class*=" icon-"] {
		font-size: 17px;
	}

	.tel-num {
		margin-top: 6px;
	}

	.tel-num .tel-link {
		font-size: 22px;
		line-height: 1;
	}

	.tel-num .tel-link [class^="icon-"],
	.tel-num .tel-link [class*=" icon-"] {
		margin-top: 1px;
		font-size: 18px;
	}

	.header-form-block {
		padding-bottom: 11px;
	}

	.header-form-block .title {
		font-size: 15px;
		line-height: 1;
		width: calc(100% - 340px);
	}

	.product-search-form {
		width: 318px;
		margin-left: 16px;
	}

	.top-holder {
		padding: 34px 0 15px;
	}

	.top-holder .social-networks {
		padding: 5px 0 0;
	}

	.top-holder .social-networks li a [class^="icon-"],
	.top-holder .social-networks li a [class*=" icon-"] {
		font-size: 21px;
	}

	.top-holder .tel-link {
		font-size: 20px;
	}

	.top-holder .tel-link .icon-phone {
		font-size: 17px;
	}

	.footer-logo a {
		padding: 20px 16px 16px 17px;
	}
}

@media (min-width: 1025px) {
	.carousel-slider:hover .btn-prev,
	.carousel-slider:hover .btn-next {
		display: block;
	}

	.carousel-slider .btn-prev,
	.carousel-slider .btn-next {
		display: none;
	}
}

@media (min-width: 1200px) {
	.help-form {
		padding: 0 40px;
	}

	.header-form-block .title {
		font-size: 17px;
	}

	.footer-logo img {
		width: auto;
	}

	.add-nav {
		padding: 0;
	}
}

@media (min-width: 1400px) {
	.help-form {
		padding: 0 84px;
	}
}

@media (max-width: 767px) {
	.carousel-wrap .container {
		padding: 0;
	}

	.resize-active .nav-drop {
		-webkit-transition: none !important;
		transition: none !important;
	}
	
	.slideset .slide {
              height: auto;
          }
}

@media (max-width: 639px) {
	.product-wrap [class^="col-"],
	.product-wrap [class*=" col-"] {
		float: none;
		width: 100%;
	}
}

@media (max-width: 479px) {
	.footer-nav-wrap [class^="col-"],
	.footer-nav-wrap [class*=" col-"] {
		float: none;
		width: 100%;
	}
}

