/**
 * ========================================
 * GENERAL STYLES
 * ========================================
 */

/* Extra small devices (phones, less than 768px) (<768px) */
/* Small devices (tablets, 768px and up) (?768px) */
/* Medium devices (desktops, 992px and up) (?992px) */
/* Large devices (large desktops, 1200px and up) (?1200px) */
html {
	height: 100% !important;
    /*scroll-behavior: smooth;*/
}
body {
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.715;
	background-color: #fff;
	color: #666;
	overflow-x: hidden;
	max-width: 100%;
}
address {
	font-size: inherit;
	line-height: inherit;
}
*:last-child {
	margin-bottom: 0;
}
a {
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	font-weight: bold;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}

.dotted-link {
	text-decoration: none !important;
	border-bottom: 1px dotted;
}
.dotted-link:hover {
	border-bottom: none;
}

.dotted {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #222;
}
a.dotted:hover {
    border-bottom: none;
}

.alert.alert-danger .dotted {
    color: #a94442;
    text-decoration: none;
    border-bottom: 1px dotted #222;
}

.italics {
    font-style: italic !important;
}
.italic {
    font-style: italic;
}

.section-accent a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	font-weight: normal;
}
.section-accent a:focus, .section-accent a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

.dotlinks a, .dotlinks a:focus, .dotlinks a:visited {
    color: #222;
    text-decoration: none;
    border-bottom: 1px dotted #222;
    font-weight: normal;
}
.dotlinks a:hover {
    color: #666;
    text-decoration: none;
    border-bottom: none;
    font-weight: normal;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #222;
	line-height: 1.715;
}

h1,
.h1{
font-size: 30px;
}

h2,
.h2{
font-size: 24px;
}

.text10{
font-size: 10px;
}

.text11{
font-size: 11px;
}

.text12{
font-size: 12px;
}

.text13{
font-size: 13px;
}

.text14{
font-size: 14px;
}

.text15{
font-size: 15px;
}

.text16{
font-size: 16px;
}

.text17{
font-size: 17px;
}

.text18{
font-size: 18px;
}

.text20{
font-size: 20px;
}

.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.is-hide {
    display: none;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
/*
.leftalign{
text-align: left;
}
*/

.section-dark h1, .section-dark .h1,
.section-dark h2, .section-dark .h2,
.section-dark h3, .section-dark .h3,
.section-dark h4, .section-dark .h4,
.section-dark h5, .section-dark .h5,
.section-dark h6, .section-dark .h6,
.section-dark .hero-tagline {
	color: #fff;
}
.section-white .hero-tagline,
 .section-gray .hero-tagline{
	color: #000;
}
.section-accent h1, .section-accent .h1,
.section-accent h2, .section-accent .h2,
.section-accent h3, .section-accent .h3,
.section-accent h4, .section-accent .h4,
.section-accent h5, .section-accent .h5,
.section-accent h6, .section-accent .h6 {
	color: #222;
}
img {
	max-width: 100%;
	height: auto;
}
p, ul, ol, address {
	margin-bottom: 25px;
}
iframe {
	max-width: 100%;
	border: none;
}

/**
 * ========================================
 * COMMON CLASSES
 * ========================================
 */
.lead {
	position: relative;
	font-size: 18px;
	line-height: inherit;
	font-style: italic;
	font-weight: normal;
	padding: 10px 0 25px;
}
.lead:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 80px;
	background-color: rgba(0,0,0,0.1);
}
.lead.text-center:after {
	left: 50%;
	margin-left: -40px;
}
.section-dark .lead:after,
.section-accent .lead:after {
	background-color: rgba(255,255,255,0.2);
}
.icon-list {
	list-style: none;
	padding: 0;
}
.icon-list li {
	position: relative;
	padding: 20px 0 20px 95px;
}
.icon-list-icon {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 0 0 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.icon-list-icon:not(.fa) {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}
.section-accent .icon-list-icon {
	background-color: #444;
}
.icon-list-title {
	margin: 0 0 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.nice-list {
	list-style: none;
	padding: 0;
}
.nice-list li {
	position: relative;
	padding: 8px 0 8px 40px;
}
.nice-list li:before {
	content: "\f105";
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 10px;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 1;
	opacity: 0.5;
}
.clear {
	clear: both;
}
.wait-animation {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.fa-ul {
	margin-left: 40px;
}
.fa-ul li {
	padding: 5px 0;
}
.fa-li {
	top: 10px;
	left: -40px;
	width: 30px;
	font-size: 16px;
	line-height: 1;
	opacity: 0.5;
	text-align: center;
}
.countdown {
	font-family: "Montserrat", sans-serif;
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.countdown-grid {
	display: table-cell;
	text-align: center;
	padding: 0 10px;
}
.countdown-grid > * {
	display: block;
}
.countdown-number {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.countdown-label {
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/**
 * ========================================
 * BASIC LAYOUT
 * ========================================
 */
.document {
	height: 100%;
	position: relative;
}
/* SECTION */
/*#document section:first-of-type {
    margin-top: 40px;
}
*/
.section {
	background-color: #fff;
	color: inherit;
	position: relative;
	padding: 60px 0;
	overflow: hidden;
}
.section.forms-section {
    padding-top: 10px;
}

.section-menu-padding {
	background-color: #fff;
	color: inherit;
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}


.section-brief {
	font-size: 18px;
}

.section-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
	/*text-transform: uppercase;*/
}

.section-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 120px;
	background-color: rgba(0,0,0,0.1);
}
.section-heading.text-center:after {
	left: 50%;
	margin-left: -60px;
}
.section-dark .section-heading:after,
.section-accent .section-heading:after {
	background-color: rgba(255,255,255,0.2);
}
/* SECTION COLOR */
.section-gray {
	background-color: #f6f6f6;
	color: inherit;
}
.section-gray-more {
	background-color: #DDDDDD;
	color: #454545;
}
.section-dark {
	background-color: #222;
	color: #ccc;
}
.section-accent {
	color: #222;
}

/* SECTION BACKGROUND */
.section-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.section-background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}
.section-background-image img {
	position: absolute;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	top: 0;
	left: 0;
}
.section-background-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.section-background-video > video {
	width: 100%;
	height: 100%;
}
.section-background-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	overflow: hidden;
}
.section-background-slideshow.rslides > *:not(:first-child) {
	opacity: 0;
}
.section-background-slideshow.rslides {
	opacity: 1;
}
.section-background-slideshow > li {
	position: absolute;
	width: 100%;
	height: 100%;
}
.section-background-slideshow img {
	position: absolute;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	top: 0;
	left: 0;
}
.section-background-dot-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* 3x3 dot overlay */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQ0MjBCMjQ5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQ0MjBCMjU5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRDQyMEIyMjk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRDQyMEIyMzk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiaCVFIAAAAcSURBVHjaYvz//z8DDDCBCEZGRrAII7IMQIABAKIpBwFHizsqAAAAAElFTkSuQmCC);
	/* 2x2 dot overlay */
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUM4Q0NDRTgyNDQ2MTFFNEE2NEVDNzc4QzFDRjlCRUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUM4Q0NDRTkyNDQ2MTFFNEE2NEVDNzc4QzFDRjlCRUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzhDQ0NFNjI0NDYxMUU0QTY0RUM3NzhDMUNGOUJFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzhDQ0NFNzI0NDYxMUU0QTY0RUM3NzhDMUNGOUJFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkB60N8AAAAYSURBVHjaYmJgYPgPBAxMQIIRyGEACDAARwYG/12eAo8AAAAASUVORK5CYII%3D);*/
}
.section > .container-fluid, .section > .container {
	position: relative;
}
/* PARALLAX */
.parallax-background {
    background: fixed top center;
}
.mobile-device .parallax-background {
	background-attachment: scroll;
	background-position: center center !important;
}
.mobile-device .parallax {
	top: 0 !important;
}
@media ( max-width: 991px ) {
	.parallax-background {
		background-position: center center !important;
	}
	.parallax {
		top: 0 !important;
	}
}

/**
 * ========================================
 * FORMS
 * ========================================
 */
.form-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.form-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 60px;
	background-color: rgba(0,0,0,0.1);
}
.form-heading.text-center:after {
	left: 50%;
	margin-left: -30px;
}
.section-dark .form-heading:after,
.section-accent .form-heading:after {
	background-color: rgba(255,255,255,0.2);
}
.form-group {
	margin: 20px 0;
}
.form-group-submit {
	margin-top: 30px;
}
.form-group > label {
	/*font-family: "Montserrat", sans-serif;*/
	/*font-size: 12px;*/
	font-weight: normal;
	letter-spacing: 0.05em;
}
.form-group > label.bold {
	font-weight: bold;
}
.form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: #888;
}
.form-control:-moz-placeholder {
	color: #888;  
}
.form-control::-moz-placeholder {
	color: #888;  
}
.form-control:-ms-input-placeholder {
	color: #888;  
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
	background-color: #fff;
}
.form-control {
	font-size: inherit;
	line-height: inherit;
	height: 40px;
	padding: 6px 12px;
	color: #444;
	border-color: #aaa;
	background-color: rgba(255,255,255,0.85);
}
.plug {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.05em;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.2);
    color: #444;
    display: inline-block;
    padding-left: 5px;
}
.plug.select2-container .select2-choice {
    height: 40px;
    line-height: 40px;
}
.plug.select2-container .select2-choice .select2-arrow b {
    background-position: 0 7px;
}
.plug img.select2-plug-img {
    height: 30px;
    width: 30px;
    margin-right: 5px;
}
.select2-result img.select2-plug-img {
    height: 50px;
    width: 50px;
    margin-right: 5px;
}
.form-control-lg {
	font-size: 17px;
	line-height: 30px;
	height: 60px;
	padding: 14px 24px;
}
.form-validation {
	display: none;
	padding: 12px 17px;
	border-radius: 0;
}
.form-validation:empty {
	display: none !important;
}
.form-validation.alert-danger {
	color: #fff;
	background-color: #a94442;
	background-color: rgba(169,68,66,0.8);
	border-color: #a94442;
}
.form-validation.alert-success {
	color: #fff;
	background-color: #3c763d;
	background-color: rgba(60,118,61,0.8);
	border-color: #3c763d;
}

.form-validation.alert-success a {
    color: #fff;
    text-decoration: underline;
}
.form-validation.alert-success a:hover {
    color: #fff;
    text-decoration: none;
}
.subscription-form {
	margin-top: 30px;
}
@media ( max-width: 767px ) {
	.subscription-form-input > * {
		text-align: center;
	}
	.subscription-form-submit {
		display: block;
		margin-top: 15px;
	}
	.subscription-form-submit > * {
		width: 100%;
	}
}
@media ( min-width: 768px ) {
	.subscription-form-wrapper {
		display: table;
		width: 100%;
	}
	.subscription-form-submit {
		display: table-cell;
		vertical-align: top;
		padding-left: 15px;
	}
	.subscription-form-input {
		display: table-cell;
		vertical-align: top;
		width: 100%;
	}
}

/**
 * ========================================
 * BUTTON
 * ========================================
 */
.btn {
	padding: 9px 14px;
	border-radius: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	line-height: 1.819;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	white-space: normal;
}
.btn.text-nowrap {
	white-space: nowrap;
}
.btn-qty
{
	padding: 15px 15px;
	line-height: 10px;
	font-size: 30px;
}

.btn:active, .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* BUTTON SIZE */
.btn-lg {
	font-size: 15px;
	line-height: 30px;
	padding: 14px 24px;
}
.btn-medium {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 20px;
}

/* BUTTON COLOR */
.btn-default {
	border: 1px solid rgba(0,0,0,0.2);
	background-color: transparent;
	color: inherit;
}
.btn-default:hover, .btn-default:focus {
	background-color: transparent;
	color: #222;
	border-color: #222;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}
.section-dark .btn-default,
.section-accent .btn-default {
	border: 1px solid rgba(255,255,255,0.25);
	color: inherit;
}
.section-dark .btn-default:hover, .section-dark .btn-default:focus,
.section-accent .btn-default:hover, .section-accent .btn-default:focus {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.section-accent .btn-primary {
	color: #fff;
	background-color: #444;
	border-color: #222 !important;
}
.section-accent .btn-primary:hover, .section-accent .btn-primary:focus {
	color: #fff;
	background-color: #222;
	border-color: #222 !important;
}

/**
 * ========================================
 * HEADER
 * ========================================
 */
.header-section {
	position: fixed;
	z-index: 100;
	min-height: 80px;
	margin: 0;
	padding: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	overflow: visible;
	border: none;
}
.header-section, .header-section.navbar-inverse {
	background-color: rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.1);
	box-shadow: 0 1px rgba(255,255,255,0.1);
	color: #ccc;
}
.header-section.navbar-default {
	background-color: #fff;
	-webkit-box-shadow: 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px rgba(0,0,0,0.1);
	color: #444;
}
/*white transparent*/
.header-section.navbar-default.transp {
	background-color: rgba(255,255,255,0.8);
}
/*dark menu*/
.header-section.navbar-dark nav ul.nav > li .dropdown-menu ul > li a {
	color: #CCCCCC;
	/*background-color: rgba(0,0,0,0.85);*/
}
.header-section.navbar-dark nav ul.nav > li .dropdown-menu ul > li a:hover,
.header-section.navbar-dark nav ul.nav > li .dropdown-menu ul > li a:focus,
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.header-section.navbar-dark .dropdown-menu, .navbar-inverse .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	font-size: inherit;
}
.header-section.floating {
	min-height: 60px;
}
.header-section.floating,
.header-section.navbar-inverse.floating {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(0,0,0,0.85);
}
.header-section.navbar-default.floating {
	background-color: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#header.navbar-dark[class*="navigation-expanded"] {
	background-color: rgba(0, 0, 0, 0.95);
}
#header.navbar-default[class*="navigation-expanded"],
#header.navigation-expanded[class*="navbar-default"] {
	background-color: #ffffff;
}

.navbar-nav {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	line-height: 1.819;
	letter-spacing: 0.05em;
	/*text-transform: uppercase;*/
}
.navbar-nav > li {
	padding: 30px 15px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.navbar-nav a {
	position: relative;
	font-weight: normal;
}
.navbar-nav > li > a {
	padding: 0;
	position: relative;
	color: inherit;
	line-height: inherit;
}
.navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
	color: #ccc;
}
.navbar-default .navbar-nav > li > a {
	color: #444;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
	background-color: inherit;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #222;
}
.navbar-nav > li > a.active {
	color: #fff;
}
.navbar-nav > li > a.active:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 2px;
	width: 100%;
}
.navbar-nav > li > a.active:after,
.navbar-inverse .navbar-nav > li > a.active:after {
	background-color: #fff;
}
.navbar-default .navbar-nav > li > a.active:after {
	background-color: #222;
}
.navbar-nav > li.header-action-button {
	padding: 20px 15px;
}
.navbar-nav > li.header-action-button > a {
	padding: 9px 14px;
	display: inline-block;
}
.navbar-nav > li.header-action-button > a,
.navbar-inverse .navbar-nav > li.header-action-button > a {
	color: #fff;
}
.navbar-nav > li.header-action-button > a.btn-primary,
.navbar-inverse .navbar-nav > li.header-action-button > a.btn-primary {
	color: #fff;
}
.navbar-nav > li.current:not(.header-action-button) > a,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a {
	color: #fff;
}
.navbar-default .navbar-nav > li.current:not(.header-action-button) > a {
	color: #222;
}
.navbar-nav > li.current:not(.header-action-button) > a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
}
.navbar-nav > li.current:not(.header-action-button) > a:after,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a:after {
	background-color: #fff;
}
.navbar-default .navbar-nav > li.current:not(.header-action-button) > a:after {
	background-color: #222;
}

.navbar-nav .open > a {
	background-color: inherit;
}
.navbar-logo {
	height: 80px;
	line-height: 50px;
	margin-left: 0 !important;
	padding: 12px 15px 18px;
}
.navbar-logo img {
	display: inline-block;
	vertical-align: middle;
	max-height: 50px;
    min-width: 40px;
}
.navbar-toggle {
	position: relative;
	z-index: 200;
	margin: 20px 15px 20px 0;
	padding: 12px 10px;
	border-radius: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: transparent !important;
}
.navbar-toggle, .navbar-inverse .navbar-toggle {
	border-color: rgba(255,255,255,0.25);
}
.navbar-toggle:hover, .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	border-color: #222;
}
.navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ccc;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #666;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar:hover, .navbar-inverse .navbar-toggle .icon-bar:focus {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #222;
}
/*Header share buttons begin*/
.header-share-buttons {
    float: left;
    position: fixed;
    top: 0;
}
.header-section.floating .header-share-buttons {
	margin-top: 0;
}
.header-share-buttons .jssocials-total-shares em {
	font-size: 2.6rem;
	line-height: 3rem;
	color: #c5c5c5;
}
.header-share-buttons .jssocials-total-shares .caption {
	margin-top: -10px;
}
.header-share-buttons .jssocials-total-shares::after {
	display: none;
}
.header-share-buttons .jssocials-share {
	margin-left: 10px;
	margin-right: 10px;
}

/*Header share buttons end*/

@media ( min-width: 992px ) {
	.navbar-nav > li.header-action-button + li.header-action-button {
		margin-left: -15px;
	}
	.header-section.floating .navbar-nav > li {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-section.floating .navbar-nav > li.header-action-button {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-section.floating .navbar-logo {
		height: 60px;
		line-height: 40px;
		padding: 8px 15px 12px;
	}
	.header-section.floating .navbar-logo img {
		max-height: 40px;
	}
	.header-section.floating .navbar-toggle {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media ( max-width: 991px ) {
	.navigation {
		width: 100%;
		max-height: none !important;
		margin: 0 !important;
		opacity: 1;
		padding-top: 20px;
		text-align: center;
		-webkit-transition: all ease 0.25s !important;
		transition: all ease 0.25s !important;
	}

	.navigation,
	.navbar-inverse .navigation {
		background-color: rgba(0, 0, 0, 0.95);
	}

	.navbar-default .navigation {
		background-color: rgba(255, 255, 255, 0.95);
	}

	.navigation.collapsing, .navigation.collapse.in {
		bottom: 0;
		opacity: 1;
	}

	.navigation:before {
		content: "";
		display: inline-block;
		height: 100%;
		/*width: 1px;*/
		vertical-align: middle;
	}

	.navbar-nav {
		display: inline-block;
		vertical-align: middle;
		width: 99%;
		padding-bottom: 40px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-nav > li {
		-webkit-transition: none;
		transition: none;
	}

	.navbar-nav > li,
	.header-section.floating .navbar-nav > li {
		padding: 0;
	}

	.navbar-nav > li > a {
		padding: 15px 15px;
	}

	.navbar-nav > li > a:focus, .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		background-color: #f6f6f6;
	}

	.navbar-nav > li.header-action-button,
	.header-section.floating .navbar-nav > li.header-action-button {
		padding: 10px 15px;
	}

	.navbar-nav > li.current:not(.header-action-button) > a,
	.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a {
		color: #fff;
		background-color: rgba(255, 255, 255, 0.1);
	}

	.navbar-default .navbar-nav > li.current:not(.header-action-button) > a {
		color: #222;
		background-color: #f6f6f6;
	}

	.navbar-nav > li.current:not(.header-action-button) > a:after {
		display: none;
	}

	img.sold-out {
		margin-top: 15px;
	}
	.header-share-buttons .jssocials-shares {
		margin-top: 13px;
	}
	.header-share-buttons .jssocials-share {
		margin-left: 2px;
		margin-right: 2px;
	}
}

@media ( max-width: 3000px ) {
	.header-share-buttons .jssocials-total-shares {
		display: none !important;
	}
}

@media ( max-width: 327px ) {
    .header-share-buttons .jssocials-share-linkedin {
        display: none;
    }
}

@media ( max-width: 275px ) {
	.header-share-buttons .jssocials-share-googleplus {
		display: none;
	}
}
@media ( max-width: 222px ) {
	.header-share-buttons .jssocials-share-twitter {
		display: none;
	}
}
@media ( max-width: 175px ) {
	.header-share-buttons .jssocials-share-facebook {
		display: none;
	}
    .header-share-buttons .jssocials-tell-your-friends {
        display: none;
    }
}

@media ( max-width: 396px ) {
	.blog-detail video {
		width: 100%;
	}
}

.jssocials-share:last-child {
    margin-bottom: 5px;
}

/**
 * ========================================
 * HERO
 * ========================================
 */
.hero-section {
	padding: 160px 0;
	text-align: center;
}

.hero-section.hero-top-pic {
	padding: 120px 0 40px;
	text-align: center;
}

.hero-section:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 0;
	height: 160px;
	width: 100%;
	display: block;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	opacity: 0.3;
}
.hero-section.section-white:after {
	background-image: none;
	opacity: 0;
}
.hero-section.hero-top-pic:after {
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	opacity: 0.3;
}
.hero-section.hero-fullscreen,
.hero-section.hero-fullscreen .container,
.hero-section.hero-fullscreen .container-fluid {
	height: 100%;
}
.hero-section.hero-70screen,
.hero-section.hero-70screen .container,
.hero-section.hero-70screen .container-fluid {
	height: 70%;
}
.hero-section.hero-50screen,
.hero-section.hero-50screen .container,
.hero-section.hero-50screen .container-fluid {
	height: 50%;
}
.hero-section .container {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;	
}
.hero-section form {
	background-color: #f6f6f6;
	padding: 30px;
}
.section-gray.hero-section form {
	background-color: #fff;
}
.section-dark.hero-section form {
	background-color: rgba(0,0,0,0.4);
}
.hero-content {
	display: table;
	width: 100%;
	height: 100%;
}
.hero-content-inner {
	display: table-cell;
	vertical-align: middle;
}
.hero-title {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.hero-tagline {
	font-size: 20px;
}
.hero-buttons {
	margin-top: 15px;
}
.hero-buttons > a {
	margin: 15px 15px 0;
}
.hero-buttons > a:only-child {
	margin: 0;
}
.hero-countdown {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.hero-countdown .countdown {
	color: #222;
}
.section-dark .hero-countdown .countdown, .section-accent .hero-countdown .countdown {
	color: #fff;
}
.hero-countdown-heading {
	font-size: 20px;
	margin-bottom: 10px;
}
.hero-start-link {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	margin-bottom: 30px !important;
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
	font-size: 32px;
	color: #ccc;
}
.section-gray .hero-start-link,
.section-white .hero-start-link  {
	border-color: #666;
	color: #666;
}
.hero-start-link:hover, .hero-start-link:focus {
	border-color: #fff;
	color: #fff;
}
@media ( max-width: 479px ) {
	.hero-countdown .countdown-number {
		font-size: 40px;
	}
	.hero-countdown .countdown-label {
		font-size: 11px;
	}
}
@media ( max-width: 991px ) {
	.hero-section {
		padding: 120px 0;
	}
	.hero-section.hero-fullscreen ,.hero-section.hero-70screen ,.hero-section.hero-50screen{
		height: auto;
	}
	.hero-start-link {
		display: none;
	}
}

/* HERO LAYOUT: FULLSCREEN CTA (SIMPLE) */
.hero-layout-simple .hero-heading {
	text-align: center;
}
.hero-layout-simple .hero-title {
	font-size: 46px;
	line-height: 1.15;
}
@media ( max-width: 991px ) {
	.hero-layout-simple .hero-title {
		font-size: 40px;
	}
}
@media ( max-width: 767px ) {
	.hero-layout-simple .hero-title {
		font-size: 35px;
	}
	.hero-layout-simple .hero-tagline {
		font-size: 18px;
	}
}
@media ( max-width: 479px ) {
	.hero-layout-simple .hero-title {
		font-size: 30px;
	}
	.hero-layout-simple .hero-tagline {
		font-size: 16px;
	}
}

/* HERO LAYOUT: FULLSCREEN CTA (SIMPLE) + COUNTDOWN */

/* HERO LAYOUT: FULLSCREEN SUBSCRIPTION FORM */

/* HERO LAYOUT: FULLSCREEN SUBSCRIPTION FORM + COUNTDOWN */

/* HERO LAYOUT: VIDEO + SUBSCRIPTION FORM */
.hero-layout-video-and-subscription-form {
	padding: 120px 0;
}
.hero-layout-video-and-subscription-form .form-heading {
	padding-bottom: 0;
}
.hero-layout-video-and-subscription-form .form-heading:after {
	display: none;
}

/* HERO LAYOUT: CLASSIC */
.hero-layout-classic {
	padding: 120px 0;
	height: auto !important; /* force to disable fullscreen mode */
}
.hero-layout-classic .hero-heading {
	text-align: center;
}
.hero-layout-classic .hero-title {
	font-size: 56px;
	line-height: 1.15;
}
.hero-features {
	margin-top: 60px;
	text-align: left;
}
@media ( min-width: 992px ) {
	.hero-features-right {
		padding-left: 50px;
	}
	.hero-features-right.col-md-pull-5 {
		padding-right: 50px;
		padding-left: 15px;
	}
}
@media ( max-width: 991px ) {
	.hero-layout-classic .hero-title {
		font-size: 48px;
	}
	.hero-features {
		margin-top: 30px;
	}
	.hero-features-right {
		margin-top: 30px;
	}
}
@media ( max-width: 767px ) {
	.hero-layout-classic .hero-title {
		font-size: 40px;
	}
	.hero-layout-classic .hero-tagline {
		font-size: 18px;
	}
}
@media ( max-width: 479px ) {
	.hero-layout-classic .hero-title {
		font-size: 32px;
	}
	.hero-layout-classic .hero-tagline {
		font-size: 16px;
	}
}

/* HERO LAYOUT: FEATURES AND FORM */

/* HERO LAYOUT: VIDEO AND FORM */
.hero-layout-video-and-form .lead:after {
	display: none;
}
.hero-layout-video-and-form .lead {
	padding: 0;
	margin: 30px 0 0;
}

/* HERO LAYOUT: VIDEO AND FEATURES CTA */
.hero-layout-video-and-features-cta .video-embed {
	margin-top: 0;
}
.hero-layout-video-and-features-cta .lead:after {
	display: none;
}
.hero-layout-video-and-features-cta .lead {
	padding: 0;
	margin: 30px 0 0;
}
.hero-layout-video-and-features-cta .hero-buttons {
	margin-top: 20px;
}
.hero-layout-video-and-features-cta .icon-list {
	margin-top: -20px;
}

/**
 * ========================================
 * HEADLINE
 * ========================================
 */
.headline-text {
	position: relative;
	padding: 50px 0;
	font-size: 20px;
	text-align: center;
}

.headline-text.small {
	padding: 18px 0;
	font-size: 14px;
}

.headline-text:before, .headline-text:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -60px;
	display: block;
	height: 2px;
	width: 120px;
	background-color: rgba(0,0,0,0.1);
}
.headline-text:before {
	top: 0;
}
.headline-text:after {
	bottom: 0;
}
.section-dark .headline-text:before, .section-dark .headline-text:after,
.section-accent .headline-text:before, .section-accent .headline-text:after {
	background-color: rgba(255,255,255,0.2);
}

/**
 * ========================================
 * DESCRIPTION
 * ========================================
 */
.about-row {
	margin-top: 50px;
}
.about-image {
	text-align: center;
}
@media ( min-width: 992px ) {
	.about-image {
		padding-right: 40px;
	}
	.about-image.col-md-push-6 {
		padding-left: 40px;
		padding-right: 15px;
	}
}
@media ( max-width: 991px ) {
	.about-image {
		margin-bottom: 15px;
	}
}

/**
 * ========================================
 * BENEFITS
 * ========================================
 */
.benefit {
	text-align: center;
	padding: 30px;
	background-color: #f6f6f6;
	margin: 15px 0;
}
.section-gray .benefit {
	background-color: #fff;
}
.section-dark .benefit {
	background-color: #444;
}
.benefit-title {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.benefit-icon {
	font-size: 48px;
	margin-bottom: 15px;
}
.section-accent .benefit-icon {
	color: #444;
}

/**
 * ========================================
 * HOW IT WORKS
 * ========================================
 */
.how-it-works-section {
	padding-bottom: 0;
}
.hiw-row {
	margin-top: 50px;
}
.hiw-item {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #fff
}
.hiw-item.even {
	background-color: #f6f6f6;
}
.section-dark .hiw-item {
	background-color: #222;
}
.section-dark .hiw-item.even {
	background-color: #292929;
}
.hiw-item-picture {
	width: 100%;
}
.hiw-item-text {
	position: relative;
	padding: 50px 40px;
	text-align: center;
}
.hiw-item-icon {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -35px 0 0 -35px;
	display: block;
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}
.hiw-item.even .hiw-item-icon {
	border: 5px solid #f6f6f6;
}
.section-dark .hiw-item-icon {
	border-color: #222;
}
.section-dark .hiw-item.even .hiw-item-icon {	
	border-color: #292929;
}
.section-accent .hiw-item-icon {
	background-color: #444;
}
.hiw-item-title {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/**
 * ========================================
 * NUMBERS
 * ========================================
 */
.numbers-item {
	text-align: center;
	padding: 15px 0;
}
.numbers-item-counter {
	margin-bottom: 15px;
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1em;
}
.section-accent .numbers-item-counter {
	color: #444;
}
.numbers-item-caption {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/**
 * ========================================
 * VIDEO
 * ========================================
 */
.video-embed {
	margin-top: 30px;
	position: relative;
	padding-top: 56.25%; /* 16:9 */
	height: 0;
	background-color: #000000;
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * ========================================
 * TEAM
 * ========================================
 */
.team-row {
	margin-top: 50px;
}
.team-member {
	margin-left: -15px;
	margin-right: -15px;
}
.team-member.even {
	background-color: #f6f6f6;
}
.section-dark .team-member {
	background-color: #222;
}
.section-dark .team-member.even {
	background-color: #292929;
}
.team-member-picture {
	width: 100%;
}
.team-member-text {
	padding: 30px 30px 60px;
}
.team-member-name {
	margin: 0 0 5px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: bold;
}


a.dotlinks .team-member-name {
    color: #222;
    text-decoration: none;
    border-bottom: 1px dashed #222;
    display: inline;
}
a.dotlinks:focus .team-member-name, a.dotlinks:hover .team-member-name {
    border-bottom: 1px dashed transparent;
}
a.dotlinks .team-member-position {
    color: #222;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
    display: inline;
}
a.dotlinks:focus .team-member-position, a.dotlinks:hover .team-member-position {
    border-bottom: 1px dashed #222;
}

.team-member-position {
	opacity: 0.6;
	font-size: 0.9em;
    font-weight: normal;
    display: inline-block;
}
.team-member-description {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}
.team-member-description:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 2px;
	width: 40px;
	background-color: rgba(0,0,0,0.1);
}
.section-dark .team-member-description:after,
.section-accent .team-member-description:after {
	background-color: rgba(255,255,255,0.2);
}
.sponsors-row {
	text-align: center;
	margin: 60px 0;
}
.sponsors-row > * {
	margin: 15px 20px;
}

/**
 * ========================================
 * TWO COLS DESCRIPTION
 * ========================================
 */
.two-cols-description-image {
	padding-top: 37.5%;
	position: relative;
	overflow: hidden;
}
.two-cols-description-image img {
	position: absolute;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	top: 10px;
	left: 0;
}
.two-cols-description-text-inner {
	max-width: 720px;
	margin-left: auto;
}
@media ( max-width: 991px ) {
	.two-cols-description-image {
		padding-top: 75%;
        margin: -90px -15px 90px;
        overflow: visible;
	}
	.two-cols-description-text + .two-cols-description-image {
		margin-top: 40px; /*90px*/
		margin-bottom: -50px; /*-90px*/
	}
	.two-cols-description-image.rightimg img {
	top: 30px;
}
	.two-cols-description-text-inner {
		margin: 0 auto;
	}
}
@media ( min-width: 992px ) {
	.two-cols-description-section {
		padding: 0;
	}
	.two-cols-description-row {
		display: table;
		table-layout: fixed;
		width: 100%;
		padding: 0;
	}
	.two-cols-description-image, .two-cols-description-text {
		width: 50%;
		display: table-cell;
		float: none !important;
	}
	.two-cols-description-text {
		vertical-align: middle;
		padding: 90px 60px;
	}
}

/**
 * ========================================
 * PRICING TABLE
 * ========================================
 */
.pricing-table {
	list-style: none;
	padding: 0;
	margin: 60px 0 0;
}
.pricing-package {
	position: relative;
	margin: 40px 0 0;
	background-color: #f6f6f6;
	text-align: center;
}
.section-gray .pricing-package {
	background-color: #fff;
}
.section-dark .pricing-package {
	background-color: #444;
}
.pricing-package.pricing-package-featured {
	margin-top: 0;
}
.pricing-package-header {
	background-color: #222;
    border-bottom: 5px solid;
}
.pricing-package.pricing-package-featured .pricing-package-header {
	border-bottom-width: 45px;
}
.section-dark .pricing-package-header,
.section-accent .pricing-package-header {
	border-bottom-color: #fff;
}
.price-title {
	margin: 0;
	padding: 17px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}
.section-dark .price-title {
	border-bottom-color: rgba(255,255,255,0.2);
}
.price {
	padding: 27px 30px 17px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	line-height: 0.7;
	letter-spacing: 0.05em;
}
.price-currency {
	vertical-align: bottom;
	font-size: 30px;
}
.price-number {
	vertical-align: bottom;
	font-size: 80px;
}
.price-decimal {
	vertical-align: top;
	font-size: 30px;
}
.price-description {
	padding: 0 30px 26px;
	font-style: italic;
	color: #888;
}
.section-dark .price-description {
	color: #fff;
}
.pricing-package-items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricing-package-items li {
	padding: 10px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-package-items li:first-child {
	border-top: none;
}
.pricing-package-items del {
	text-decoration: none;
	opacity: 0.4;
}
.price-featured {
	position: absolute;
	width: 100%;
	padding: 10px 30px 11px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}
.section-dark .price-featured,
.section-accent .price-featured {
	color: #444;
}
.section-dark .pricing-package-items li {
	border-color: rgba(255,255,255,0.1);
}
.section-accent .pricing-package-items li {
	border-color: rgba(255,255,255,0.2);
}
@media ( max-width: 991px ) {
	.pricing-package.pricing-package-featured {
		margin-top: 40px;
	}
	.pricing-table > *:first-child > .pricing-package {
		margin-top: 0;
	}
}

/**
 * ========================================
 * TESTIMONIAL
 * ========================================
 */
.testimonial {
	padding: 30px;
	margin: 15px 0;
	background-color: #f6f6f6;
}
.section-gray .testimonial {
	background-color: #fff;
}
.section-dark .testimonial {
	background-color: #444;
}
.testimonial-quote {
	margin-bottom: 40px;
	padding: 0;
	border: none;
	font-size: 17px;
	font-style: italic;
}
.testimonial-ratings {
	font-size: 20px;
	margin-right: 10px;
}
.section-accent .testimonial-ratings {
	color: #444;
}
.testimonial-cite {
	position: relative;
	font-style: normal;
	font-size: 13px;
	padding-left: 30px;
	opacity: 0.6;
	white-space: nowrap;
    color: #000;
}
.testimonial-cite:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
	border-top: 1px solid;
	border-color: inherit;
	opacity: 0.4;
}

/**
 * ========================================
 * MAPS
 * ========================================
 */
.maps-image {
	padding-top: 37.5%;
	position: relative;
}
.maps-image #gmap {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.maps-image #gmap img {
	max-width: none;
}
.maps-text-inner {
	max-width: 720px;
	margin-left: auto;
}
@media ( max-width: 991px ) {
	.maps-image {
		padding-top: 75%;
        margin: -90px -15px 90px;
    }
	.maps-text + .maps-image {
		margin-top: 90px;
		margin-bottom: -90px;
	}
	.maps-text-inner {
		margin: 0 auto;
	}
}
@media ( min-width: 992px ) {
	.maps-section {
		padding: 0;
	}
	.maps-row {
		display: table;
		table-layout: fixed;
		width: 100%;
		padding: 0;
	}
	.maps-image, .maps-text {
		width: 50%;
		display: table-cell;
		float: none !important;
	}
	.maps-text {
		vertical-align: middle;
		padding: 90px 60px;
	}
}

/**
 * ========================================
 * CLOSING
 * ========================================
 */
.closing-shout, .closing-buttons {
	text-align: center;
}
.closing-shout {
	font-size: 24px;
	margin-bottom: 40px;
}

/**
 * ========================================
 * FOOTER
 * ========================================
 */
.footer-section {
	padding-bottom: 30px;
	text-align: center;
}
.footer-logo {
	margin-top: 100px;
	margin-bottom: 60px;
}
.footer-socmed {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 15px;
}
.footer-socmed > a {
	display: inline-block;
	margin: 0 10px;
	color: inherit;
	opacity: 0.75;
}
.footer-socmed > a:hover, .footer-socmed > a:focus {
	color: inherit;
	opacity: 1;
}
.footer-copyright {
	opacity: 0.85;
}

.footer-copyright a {
	color: #222;
	text-decoration: none;
	font-weight: normal;
}
.footer-copyright a:focus, .dotlinks a:hover {
	color: #222;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

.footer-compinfo p {
	opacity: 0.75;
	color: #222;
	font-size: 10px;
	margin: 7px;
	text-align: left;
}

/**
 * ========================================
 * FOOTER
 * ========================================
 */
body.enable-preloader > .document {
	opacity: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
body.enable-preloader.done-preloader > .document {
	opacity: 1;
}
body.enable-preloader.preloader-dark {
	background-color: #222;
}
#jpreOverlay {
	background-color: #fff;
}
body.enable-preloader.preloader-dark #jpreOverlay {
	background-color: #222;
}
#jpreButton, #jprePercentage {
	display: none !important;
}
#jpreLoader {
	width: 200px !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	margin: -4px 0 0 -100px;
	height: 8px;
	background-color: #eee;
}
body.enable-preloader.preloader-dark #jpreLoader {
	background-color: #444;
}
#jpreBar {
	position: absolute !important;
	top: 0;
	overflow: hidden;
	text-align: center;
}

/*new_style*/
.table_information {overflow: auto;border: 2px solid #f6f6f6; margin-top: 20px;}
.table_information table { width: 100%; min-width: 600px; border-collapse: collapse;}
.table_information tr th {color: #333;  padding: 7px 10px; text-align: center; font-size: 16px;}
.table_information tr th p { margin: 0px;}
.table_information tr td { padding: 7px 10px; text-align: center; font-size: 14px; border-left: 2px solid #f6f6f6;}
.table_information tr td:first-child { text-align: left; border: none;}
.table_information tr th:first-child { text-align: left;}
.table_information tr:nth-child(2n) td { background: #dedede; color: #333;  border-left: 2px solid #fff;}


/*popup*/

.pop_up ul { }
.pop_up img {border:0;}
.pop_up .clear { clear: both; height: 0px; padding: 0px; margin: 0px; line-height: 0px; font-size: 0px;}
.pop_up a { border-bottom: 1px dotted #84c225; color: #666666; text-decoration: none;   }
.pop_up a:hover { border-bottom: none; text-decoration: none;}
.centermap { min-width: 1000px; max-width: 1300px; margin: 0 auto;}


/*popup*/

.pop_up { background:  #FFF; position: absolute; left: 0px; right: 10px; top: 0px; bottom: 0px;  z-index: 20; min-width: 250px; min-height: 200px;}
.pop_l { left: 70px; right: 300px; top: 32px; bottom: 32px; position: absolute;}
.pop_l h4 {  font-size: 12px; color: #000; font-family: Verdana, Geneva, sans-serif; width: 193px; height: 81px; padding: 0px; padding-top: 11px; margin: 0;}
.pop_up h5 {  font-size: 12px; color: #000; font-family: Verdana, Geneva, sans-serif; padding-right: 250px; padding-left: 70px; padding-top: 25px; margin: 0;}

.photo_pop { position: absolute; left: 0px; top: 20px; right: 0px; bottom: 0px; text-align: center;}
 
/*.photo_pop img { }*/
.photo_pop img { max-width: inherit; }

.prev2 { background: url(/assets/common/img/prev.png) left center no-repeat; width: 23px;  position: absolute; left: 25px;  border: none !important; text-decoration: none;-webkit-transition: none;
 transition: none;  top: 0px; bottom: 0px;}
.prev2:hover {background: url(/assets/common/img/prev.png) -23px center no-repeat;-webkit-transition: none;
 transition: none;}
.next2 { background: url(/assets/common/img/next.png)  -23px center no-repeat; width: 23px;  position: absolute; right: 260px;  border: none !important; text-decoration: none;-webkit-transition: none;
 transition: none;  top: 50px; bottom: 0px;}
.next2:hover {background: url(/assets/common/img/next.png) left center no-repeat !important;-webkit-transition: none;
 transition: none;}

.right2 {
	position: absolute;
	right: 225px;
	border: none !important;
	top: 0px;
	bottom: 0px;
	width: 75px;
}

.right2 a {
	background: url(/assets/common/img/right.png) right center no-repeat;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
	display: block;
	width: 100%;
	height: 100%;
	border: none !important;
}

.right2 a:hover {
	background: url(/assets/common/img/right-hover.png) right center no-repeat !important;
	-webkit-transition: none;
	transition: none;
}

.left2 {
	position: absolute;
	border: none !important;
	top: 0px;
	bottom: 0px;
	width: 75px;
}

.left2 a {
	background: url(/assets/common/img/left.png) left center no-repeat;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
	display: block;
	width: 100%;
	height: 100%;
	border: none !important;
}

.left2 a:hover {
	background: url(/assets/common/img/left-hover.png) left center no-repeat;
	-webkit-transition: none;
	transition: none;
}

.pop_r { position: absolute; top: 32px; bottom: 24px; right: 0; width: 216px; padding-left: 25px; border-left: 1px dotted #999999;}
/*.close { background: url(/assets/common/img/close.png) right top no-repeat;  right: -19px; top: -19px; font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #000; font-style: italic; text-decoration: none; position: absolute; padding-top: 35px; padding-right: 44px; border: none; }*/

.pop_r h4 { font-size: 14px; color: #000; font-family: Verdana, Geneva, sans-serif; width: 193px; height: 36px; padding: 0px; padding-top: 11px; margin: 0; overflow: hidden; margin-bottom: 15px;}
.pop_r h4 a {color: #000; text-decoration: none; border: none;}
.pop_r h4 a:hover {color: #000; text-decoration: underline;}

.pop_r select { width: 193px;}
.pop_r .cusel {width: 193px; display: block; background: url(/assets/common/img/select3.gif) left 0px no-repeat; font-family: Arial, Helvetica, sans-serif; }
.pop_r .cusel .cuselText {width: 182px;  height: 27px;  font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #000; z-index: 1; white-space: nowrap; overflow: hidden; padding-top: 11px;  padding-left: 11px; text-align: left; }
.pop_r .cuselOpen .cuselText {background-position: 0 -22px;}
.pop_r .cusel-scroll-wrap { border: solid 1px #d1d1d1; width: 191px; position: absolute; margin-top: 0px; background: #fff; z-index: 100; text-align: left; margin-left: -1px;}
.pop_r .cusel-scroll-wrap .jScrollPaneContainer, .cusel-scroll-wrap .cusel-scroll-pane { width: 191px; text-align: left;}
.pop_r .cusel-scroll-wrap span {display: block; padding: 4px 0px 4px 0px; text-indent: 10px; width: 191px; height: 16px;  overflow: hidden;  font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #000;}
.pop_r .cusel-scroll-wrap span:hover {background: #85c519; color: #FFF; }

.photos_pop { position: absolute; top: 120px; bottom: 0px; overflow: auto;}
.photos_pop ul { padding: 0; list-style: none;}
.photos_pop  li { float: left; padding-right: 10px;}
.photos_pop  li:first-child { padding-left: 0px;}
.photos_pop  li a { float: left; margin: 1px; border: none;}
.photos_pop  li a img { border: 2px solid #d1d1d1; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; behavior: url(PIE.htc); position: relative;}
.photos_pop  li a:hover { margin: 1px;}
.photos_pop  li a:hover img { border: 2px solid #85c519;}
.photos_pop li a span { position: absolute; margin-left: 8px; margin-top: 12px; z-index: 2;}
.photos_pop li a span img { border: none; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.photos_pop li a:hover span { margin-left: 9px; margin-top: 13px;}
.photos_pop li a:hover span img { border: none; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}

.photos_pop  .active a { background: #d1d1d1;}
.photos_pop  .active a img { 
    -moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40); 
    outline: 1px solid #d1d1d1;
 }
.photos_pop  .active a:hover { background: #d1d1d1;}
.photos_pop  .active a:hover img { 
    -moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40); 
    outline: 1px solid #d1d1d1;
 }

/*popup*/

.fancybox-close {
    border: none;
}
.fancybox-skin {
    background: white;
}
.devices .photos, .devices_imgcont_main .photos {
    width: 320px;
    position: relative;
    margin: 0 auto;
}
.sensors .photos {
    position: relative;
    width: 336px;
}
.devices .big_photo, .devices_imgcont_main .big_photo {
    height: 330px;
}
.device_info .sensors_imgcont_main .big_photo {
    height: 361px;
}
.sensors .phots {
    text-align: center;
}
.devices .phots {
    text-align: left;
    padding-left: 12px;
}
.previews {
    position: relative;
    display: inline-block;
}
.devices .gallery-media-preview,
.sensors .gallery-media-preview,
.device_info .gallery-media-preview {
    width: 52px;
    height: 52px;
}
.soft .gallery-media-preview {
    width: 37px;
    height: 60px;
}
.cusel {
    outline: none;
}
.photo_pop img.zoom-in {
    cursor: url(/assets/common/img/zoom-in._V184888790_.bmp), auto;
}
.photo_pop img.zoom-out {
    cursor: url(/assets/common/img/zoom-out._V184888738_.bmp), auto;
}


/*! 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: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.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-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/assets/common/img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	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;
}

.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, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        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!*/
@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-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.bages-new {
    display: block;
    position: absolute;
    right: 2px;
    top: 10px;
    z-index: 10;
}

.product_photo_list img {border-radius:3px;background-color:#fff;box-shadow: 1px 1px 4px rgba(50,50,50, 0.2);border: 2px #ccc solid;margin:2px;}
.product_photo_list a { border: none;}
.product_photo_list img:hover { border:2px #85c519 solid; margin:2px;box-shadow: 1px 1px 5px rgba(133,197,25, 0.5);}
.product_photo_list img:active { border-width:2px; margin:2px;}

.product_photo_list.devices_imgcont_main img.main {height:320px;padding:20px 20px;}
.product_photo_list.sensors_imgcont_main img.main {height:300px;padding:10px 15px;}
.product_photo_list img.other { width:47px;height:47px;}

#dc.device_info .product_photo_list img.other {width:47px;height:47px;}
#dc .product_photo_list {font-size:14px;text-align:center;}

#dc.soft .product_photo_list img.main {width: 172px; padding:5px;}
#dc.soft .product_photo_list img.other {width:35px;height:auto;}

#dc.sensors .product_photo_list img.main {width:300px;height:auto;padding:10px 15px 10px 15px;}
#dc.sensors .product_photo_list img.other {width:auto;height:50px;}

.bages-new {
    display: block;
    position: absolute;
    right: 2px;
    top: 10px;
    z-index: 10;
}
.categories-sensors .bages-new {
    right: -9px;
}
.bages-new img.bage-new {
    height: 71px;
    width: 90px;
    border: none;
    box-shadow: none;
    margin: 0;
    background-color: transparent;
    padding: 0;
}


@media ( max-width: 700px ) {
	.pop_l { right: 30px; left: 30px;}
	.pop_r { display: none;}
	.prev2 { left: 0px;}
	.next2 { right: 0px;}

	.left2 { left: 0px; top: 30px; }
	.left2 a { height: 95% }

	.right2 { right: 0px; top: 30px; }
	.right2 a { height: 95% }
	.table_information tr th { padding: 5px;}
	.table_information tr td { padding: 5px;}

	.pop_up h5 {
		font-size: 12px;
		color: #000;
		font-family: Verdana, Geneva, sans-serif;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 35px;
		margin: 0;
		text-align: center;
	}
}

/*new_style*/

.w50 {
    width: 50%;
}
.w100 {
    width: 100%;
}
/*
Custom top spacer
=========================== */
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.margintop0, .mt0 {
    margin-top:0;
}
.margintop5, .mt5 {
    margin-top:5px !important;
}

.margintop10, .mt10 {
    margin-top:10px;
}

.margintop15, .mt15 {
    margin-top:15px;
}

.margintop20, .mt20 {
    margin-top:20px;
}

.margintop25, .mt25 {
    margin-top:25px;
}

.margintop30, .mt30 {
    margin-top:30px;
}

.margintop35, .mt35 {
    margin-top:35px;
}

.margintop40, .mt40 {
    margin-top:40px;
}

.margintop45, .mt45 {
    margin-top:45px;
}

.margintop50, .mt50 {
    margin-top:50px;
}

.margintop55, .mt55 {
    margin-top:55px;
}

.margintop60, .mt60 {
    margin-top:60px;
}

/*
Custom bottom spacer
=========================== */
.marginbot0, .mb0 {
    margin-bottom: 0;
}
.marginbot5, .mb5 {
    margin-bottom:5px;
}

.marginbot10, .mb10 {
    margin-bottom: 10px;
}

.marginbot15, .mb15 {
    margin-bottom: 15px;
}

.marginbot20, .mb20 {
    margin-bottom:20px;
}

.marginbot25, .mb25 {
    margin-bottom:25px;
}

.marginbot30, .mb30 {
    margin-bottom:30px;
}

.marginbot35, .mb35 {
    margin-bottom:35px;
}

.marginbot40, .mb40 {
    margin-bottom:40px;
}

.marginbot45, .mb45 {
    margin-bottom:45px;
}

.marginbot50, .mb50 {
    margin-bottom:50px;
}

.marginbot55, .mb55 {
    margin-bottom:55px;
}

.marginbot60, .mb60 {
    margin-bottom:60px;
}

/*
Custom left spacer
=========================== */
.marginleft0, .ml0 {
    margin-left:0;
}
.marginleft5, .ml5 {
    margin-left:5px;
}
.marginleft10, .ml10 {
    margin-left:10px;
}

.marginleft15, .ml15 {
    margin-left:15px;
}
.marginleft20, .ml20 {
    margin-left:20px;
}
.marginleft25, .ml25 {
    margin-left:25px;
}
.marginleft30, .ml30 {
    margin-left:30px;
}

/*
Custom right spacer
=========================== */
.marginright0, .mr0{
    margin-right:0;
}
.marginright5, .mr5{
    margin-right:5px;
}
.marginright10, .mr10{
    margin-right:10px;
}
.marginright15, .mr15{
    margin-right:15px;
}
.marginright20, .mr20{
    margin-right:20px;
}
.marginright25, .mr25{
    margin-right:25px;
}
.marginright30, .mr30{
    margin-right:30px;
}

/*padding-left*/
.paddingleft0, .pl0{
    padding-left: 0;
}
.paddingleft7, .pl7{
    padding-left: 7px;
}
.paddingleft15, .pl15{
    padding-left: 15px;
}
.pl22{
    padding-left: 22px;
}

/*padding-right*/
.paddingright0, .pr0{
    padding-right: 0;
}
.paddingright7, .pr7{
    padding-right: 7px;
}
.paddingright15, .pr15{
    padding-right: 15px;
}


.paddingbot15, .pb15 {
    padding-bottom: 15px;
}

#ajaxloader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ffffff;
    border-color: #d4d8cd #c4c9bd #c4c9bd #d4d8cd;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 1px #d1d5c8;
    left: 46%;
    padding: 15px 30px;
    position: fixed;
    top: 35%;
    vertical-align: middle;
    display: none;
    z-index: 10;
}

/* ordering page begin */

section.ordering .order_img_wrapper img {
    max-height: 400px;
}

section.ordering .paypal-loader {
    display: none;
}
.old-price {
    text-decoration: line-through;
}
.discount {
    font-weight: bold;
    color: #afc773; /* accent ?*/
}

.text-green {
    color: #afc773;
}

.gold {
    color: #FF9933;
}

.new-price {
    font-weight: bold;
    color: red;
}

.section-dark .new-price {
    color: #FFA500;
}

.text-medium {
    font-size: 0.75em;
}
/* ordering page end */

.center {
    text-align: center;
    margin: 0 auto;
}
.red {
    color: red;
}
.color-inherit {
    color: inherit;
}
.va-top {
    vertical-align: top;
}
.va-middle {
    vertical-align: middle !important;
}

/* begin Postage*/
.ordering .old-postage-price {
    text-decoration: line-through;
}
.ordering .new-postage-price {
    color: red;
    font-weight: bold;
}
.postage_method {
    text-align: left;
}
/*end Postage*/

/* begin compare table partials */
/*.table_information {overflow: auto;border: 2px solid #f6f6f6; margin-top: 20px;}*/
/*.table_information table { width: 100%; min-width: 600px; border-collapse: collapse;}*/
/*.table_information tr th {color: #333;  padding: 7px 10px; text-align: center; font-size: 16px;}*/
/*.table_information tr th p { margin: 0px;}*/
/*.table_information tr td { padding: 7px 10px; text-align: center; font-size: 14px; border-left: 2px solid #f6f6f6;}*/
/*.table_information tr td:first-child { text-align: left; border: none;}*/
/*.table_information tr th:first-child { text-align: left;}*/
/*.table_information tr:nth-child(2n) td { }*/

.compare_table tbody tr.even td {
    background: #dedede; color: #333;  border-left: 2px solid #fff;
}
.compare_table tbody tr.odd td {
    background: none repeat scroll 0 0 #ffffff;
}

.compare_table .tabtr .tabtd:nth-child(1) {
    min-width: 300px;
    text-align: left;
}
.compare_table .oldPrice {
    color: #000000;
    font-size: 14px;
    text-decoration: line-through;
}
.compare_table .finalPrice {
    color: #ff0000;
    font-family: "Arial",sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.compare_table .priceWithoutDiscount {
    color: #000000;
    font-family: "Arial",sans-serif;
    font-size: 14px;
}

.compare-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 16px;
    vertical-align: text-top;
}
.compare-icon.iplus {
    background: url("/assets/common/img/checked.png") no-repeat scroll center center / 13px 13px rgba(0, 0, 0, 0);
    font-weight: bold;
}
.compare-icon.iminus {
    font-weight: bold;
}

/* end of compare table partials */

/* start techspec table partials */
.techspec_table tr td {
    text-align: left;
}
/* end of techspec table partials */

/*new style*/
.nav li { margin-bottom: 2px; text-align: left;}
.nav li:first-child { display: none;}
.nav li .dropdown-menu li:first-child { display: block;}
/*.nav li:hover {border-bottom: 2px solid #000; margin-bottom: 0px;}*/

/*normal*/
/*.nav li .dropdown-menu {position: absolute; left: 0px; right: auto;  padding: 0px; border-top: 2px solid #000; min-width: 200px;}*/

/*require use br*/
.nav li .dropdown-menu {  position: absolute; left: 0px; right: auto;  padding: 0px; border-top: 2px solid #000; min-width: inherit;}
.nav li .dropdown-menu ul li { white-space: nowrap;}


.nav li:nth-last-child(3) .dropdown-menu {left: auto; right: 0;}
.nav li:nth-last-child(2) .dropdown-menu {left: auto; right: 0;}
.nav li:nth-last-child(1) .dropdown-menu {left: auto; right: 0;}

.nav li .dropdown-menu ul { padding: 0; list-style: none;}
.nav li .dropdown-menu ul li { text-transform: none; font-size: 12px; border: none; margin-bottom: 0px;}
.nav li .dropdown-menu ul li:hover { border: none;}
.nav li .dropdown-menu ul li a {color: #444; padding: 5px 10px; display: block;}
.nav li .dropdown-menu ul li a:hover { background: #f8f8f8;}
.nav li.current2 { border-bottom: 2px solid #000; }
.header-section.navbar-dark .nav li.current2 { border-bottom: 2px solid #ccc; }
.nav li.header-action-button:hover {border-bottom: none;}


@media ( min-width: 992px ) {.nav li:hover .dropdown-menu { display: block !important; }}

@media ( max-width: 991px ) {
	.navigation { position: relative; height: auto !important;}
	.navigation:before {position: relative; height: auto !important;}
	.nav li a { padding: 10px; padding-left: 15px;}
	.nav li .dropdown-menu { /*display: block !important;*/ position: relative; float: none; left: 0; right: auto; border: 0; padding: 0; box-shadow: none; border: none;}
	.nav li .dropdown-menu ul { padding: 0; list-style: none;}
	.nav li .dropdown-menu ul li { /*text-transform: uppercase;*/ text-align: left;  font-size: 11px;}
	.nav li .dropdown-menu ul li:hover { text-align: left; }
	.nav li .dropdown-menu ul li a {padding: 10px; padding-left: 30px;}
	#header .container-fluid .collapse { overflow: auto !important; visibility: visible;}
	.navbar-collapse { padding-left: 0; padding-right: 0;}
	.nav .current2 {border-bottom: none; }

	/* to float navbar uncomment this */
	/*
	.header-section { position: relative;}
	.section-menu-padding { padding: 0;}
	.hero-section.hero-top-pic {
		padding: 20px 0 40px;
	}*/

	/*require use br*/
	.nav li .dropdown-menu ul li { /*text-transform: uppercase;*/ text-align: left;  font-size: 11px; white-space: inherit;}
	
	.footer-logo {
		margin-top: 10px;
	}

	.nav li.current2 { border-bottom: medium none; }
	.header-section.navbar-dark .nav li.current2 { border-bottom: medium none; }
}

@media ( max-width: 1173px ) {
	.navbar-nav > li {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.navbar-nav > li.header-action-button {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media ( max-width: 1113px ) {
	.navbar-nav > li {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.navbar-nav > li.header-action-button {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media ( max-width: 1053px ) {
	.navbar-nav > li.header-action-button {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

@media ( max-width: 1034px ) and ( min-width: 992px ) {
	.navbar-header {
		width: 130px !important;
	}
}

.faq {}
.faq ul { padding: 0; list-style: none;}
.faq li { border: 1px solid #e1e1e1; border-radius: 3px; position: relative; width: 100%; margin-bottom: -1px;}
.faq .active { margin-bottom: 10px;}
.faq li p { margin: 0px;}
.faq li p span a { display: block; padding: 8px; padding-left: 34px; color: #666; font-weight: normal; font-size: 14px;}
.faq li > div { background: #fcfcfc; padding: 25px; padding-left: 34px; padding-top: 22px; border-top: 1px solid #e1e1e1; border-radius: 0px 0px 3px 3px; }
.faq li div p { line-height: 140%; font-size: 14px;}
.faq li p a span:first-child { background: url(/assets/common/img/plus_min.gif) left top no-repeat; width: 15px; height: 15px; position: absolute; margin-left: -24px; top: 12px;}
.faq .active p a span:first-child { background: url(/assets/common/img/plus_min.gif) left -15px no-repeat; width: 15px; height: 15px; position: absolute; margin-left: -24px; top: 12px;}

.faq_left_column { float: left; width: 50%; padding-right: 10px;}
.faq_right_column { float: left; width: 50%; padding-left: 10px;}

.materials ul { padding: 0; list-style: none;}
.materials li { border: 1px solid #e1e1e1; border-radius: 3px; position: relative; width: 100%; margin-bottom: 10px;}
.materials li p { margin: 0px;}
.materials li p span a { display: block; padding: 8px; padding-left: 34px; color: #666; font-weight: normal; font-size: 14px;}
.materials li div.accordion-content { background: #fcfcfc; padding: 25px; padding-left: 34px; padding-top: 22px; border-top: 1px solid #e1e1e1; border-radius: 0px 0px 3px 3px; }
.materials li div.accordion-content p { line-height: 140%; font-size: 14px;}
.materials p.product-materials { margin-top: 10px;}
.materials p.product-materials:first-child { margin-top: 0;}
.materials p.suitable_for_models { margin-left: 20px;}
.materials span.material-content { display: block; margin-left: 20px; margin-top: 10px;}

.lang_active { width: 186px; text-align: left; /*margin: 0 auto;*/ font-size: 12px; text-transform: uppercase; position: relative; padding-bottom: 15px; padding-top: 15px; margin-top: -15px; z-index: 1; font-weight: normal; font-family: "Arial",sans-serif;}
.lang_active p span { font-size: 12px; text-transform: uppercase; white-space: nowrap; font-weight: normal; font-family: "Arial",sans-serif;}
.lang_active p img { position: relative; margin-bottom: 0px; top: -1px; margin-right: 4px;}
.lang_active p a { background: url(/assets/common/img/arrow_bottom.png) right no-repeat; padding-right: 13px; color: #666666; text-transform: uppercase; margin-left: 7px; text-decoration: none; border: none; font-weight: normal; font-family: "Arial",sans-serif;}
.lang_active p a span { border-bottom: 1px dotted #83c124; font-weight: normal; font-family: "Arial",sans-serif;}
.lang_active p a:hover span { border: none;}

.drop_lang { background:  #FFF; position: absolute; display: none; text-align: left; top: 41px; width: 240px; padding: 17px;
 -webkit-box-shadow: 0 1px 4px rgba(50,50,50,.2); -moz-box-shadow: 0 1px 4px rgba(50,50,50,.2); box-shadow: 0 1px 4px rgba(50,50,50,.2);
  border: solid 1px #ccc; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; behavior: url(PIE.htc);  max-height: 180px; overflow: auto;}
.drop_lang p { font-size: 12px; color: #666666; font-weight: normal; font-family: "Arial",sans-serif; margin: 0px;}
.drop_lang ul { padding: 0; list-style: none;}
.drop_lang li { padding-top: 15px;}
.drop_lang li img { position: relative; margin-bottom: 0px; top: -1px; margin-right: 10px;}
.drop_lang a { color: #666666; text-decoration: none; border: none; font-weight: normal;}
.drop_lang a:hover { color: #83c124;}

.drop_lang.to-top {
    top: auto;
    bottom: 54px;
}

@media ( min-width: 991px ) {.lang_active:hover .drop_lang { display: block !important;  left: 0px;}}

@media ( max-width: 991px ) {
	.faq_left_column { float: none; width: 100%; padding-right: 0px;}
	.faq_right_column { float: none; width: 100%; padding-left: 0px;}
	.lang_active:hover .drop_lang { display: none; }
}

.breadcrumbs {
	font-family: "Arial",sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
}

.breadcrumbs ol {
	list-style-type: none;
	padding-left: 0;
}
.breadcrumbs ol li {
	display: inline;
	padding-left: 0;
}
.breadcrumbs li+li:before {
	content: "/\00a0";
	padding: 0 0 0 3px;
	color: #999;
}

.breadcrumbs .current {
    border-bottom: medium none;
    text-transform: none;
}

.faqbot {
    font-family: "Arial",sans-serif;
    font-size: 11px;
	text-align: left;
    list-style: outside;
}

.faqbot .current {
    border-bottom: medium none;
    text-transform: none;
}

#last_news_list_1 .newsbot .fa-ul li,
#last_blog_list_0 .blogbot .fa-ul li {
    list-style: outside;
}

.faqbot li {
    margin:5px -20px;
}

.newsbot, .blogbot {
    font-family: "Arial",sans-serif;
    font-size: 11px;
	margin:8px -20px; 
}

.newsbot .current {
    border-bottom: medium none;
    text-transform: none;
}
.last_news_list p.text14 a, .last_blog_list p.text14 a {
    color: #222;
}
.last_news_list p.text14 a:hover, .last_blog_list p.text14 a:hover {
    border-bottom: 1px dotted #222;
    color: #222;
    font-weight: normal;
    text-decoration: none;
}
label {
    font-weight: normal;
    cursor: pointer;
}
label.error,
.validation.error {
    color: red;
}
label.success,
.validation.success {
    color: #3c763d;
}
.form-control.error.error-warning {
    border-color: #ef9c1c;
    box-shadow: 0 0 5px 0 #ef9c1c;
}
.error.error-warning {
    color: #ef9c1c;
}

input[type="radio"], input[type="checkbox"] {
    height: 16px;
    margin-top: 0;
    vertical-align: middle;
    width: 16px;
}

/* begin scroll for table */
table.scroll {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.scroll tbody, table.scroll thead {
    display: block;
}

table.scroll tbody {
    height: 84px;
    overflow-y: auto;
    overflow-x: hidden;
}
body.mobile-device table.scroll tbody {
    height: 100px;
}

table.scroll tbody td:last-child, thead th:last-child {
    border-right: none;
}
table.scroll > tbody > tr:first-child > td {
    border-top: none;
}
table.scroll tbody tr td.aName {
    width: 54%;
}
table.scroll tbody tr td.aQty {
    width: 21%;
}
table.scroll tbody tr td.aPrice {
    width: 25%;
}
table tbody tr td.aPrice .price-begin {
    text-decoration: line-through;
    font-size: 0.75em;
}
body.isocket3g table.scroll tbody {
    height: auto;
}

/* end scroll for table */

/* begin Choose a product */
.choose-a-product {
    margin: 0 auto;
    float: none;
}
/* end Choose a product */

/* begin sales-statistic */
.sales-statistic {
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    margin: 0 auto;
    float: none;
}

.sales-statistic ul {
    padding-left: 20px;
}
/* end sales-statistic */

a.no-decoration {
    text-decoration: none;
    border-bottom: none;
}

/*.middle-text {
	vertical-align: middle;
}*/

/*
Ui to top
======================================= */
#toTop{
    display:none;
    text-decoration:none;
    z-index:600;
    position:fixed;
    bottom:60px;
    right:20px;
    overflow:hidden;
    width:45px;
    height:45px;
    border:none;
    text-indent:-999px;
    background-image:url(/assets/common/img/ui.totop.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    background-color:#212e3d;
    border-bottom:3px solid #1b2430;
    border-radius:5px;
}

#toTopHover{
    background-image:url(/assets/common/img/ui.totop.png);
    background-repeat:no-repeat;
    background-position: left -45px;
    background-color:#303d4d;
    border-bottom:3px solid #27313d;
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus{
    outline:none;
}
.float-no {
    float: none;
}

.order-soon {
    display: block;
    font-size: 0.75em;
}

#blockNotice .alert {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
#blockNotice .close {
    padding-left: 5px;
}

.bottom-cta {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1000;
}

.cta-orange .btn-primary {
	color: #000;
	background-color: #f6921e;
	border-color: #f6921e;
}
.cta-orange .btn-primary:hover, .cta-orange .btn-primary:focus,
.navbar-nav > li.header-action-button > a.btn-primary:hover, .navbar-nav > li.header-action-button > a.btn-primary:focus {
	color: #000;
	background-color: #c06b08;
	border-color: #c06b08;
}
.btn-shopnow {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
}
.btn-shopnow.btn-lg {
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
}
.btn-shopnow:active {
	 position:relative;
	 top:1px;
}
.cta-orange .btn-shopnow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c06b08), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #c06b08 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c06b08', endColorstr='#ffc477');
	background-color:#c06b08;
}
.cta-orange .btn-shopnow {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color: #f6921e;
	border:1px solid #f6921e;
	color:#ffffff;
	text-shadow:1px 1px 0 #cc9f52;
}

.cta-orange .btn-primary.disabled, .cta-orange .btn-primary[disabled], .cta-orange .btn-primary.disabled:hover, .cta-orange .btn-primary[disabled]:hover, .cta-orange .btn-primary.disabled:focus, .cta-orange .btn-primary[disabled]:focus, .cta-orange .btn-primary.disabled.focus, .cta-orange .btn-primary[disabled].focus, .cta-orange fieldset[disabled] .btn-primary.focus, .cta-orange .btn-primary.disabled:active, .cta-orange .btn-primary[disabled]:active, .cta-orange .btn-primary.disabled.active, .cta-orange .btn-primary[disabled].active {
    background-color: #fce2c1;
    border:1px solid #efb36f;
}

.cta-red .btn-shopnow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0300), color-stop(1, #ff363b) );
	background:-moz-linear-gradient( center top, #ff0300 5%, #ff363b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0300', endColorstr='#ff363b');
	background-color:#ff0300;
    border-color: #ff0300;
}
.cta-red .btn-shopnow {
	-moz-box-shadow:inset 0px 1px 0px 0px #fcccb6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fcccb6;
	box-shadow:inset 0px 1px 0px 0px #fcccb6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff363b), color-stop(1, #ff0000) );
	background:-moz-linear-gradient( center top, #ff363b 5%, #ff0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9e77', endColorstr='#fb6427');
	background-color: #B30000;
	border:1px solid #B30000;
	color:#ffffff;
	text-shadow:1px 1px 0 #6e0e01;
}

.btn-bitcoin {
    background-color: rgba(27, 51, 116, 0.85);
    border-color: #1b3374;
    border-radius: 42px;
    box-shadow: 0 1px 0 0 #4776cc inset;
    color: #ffffff;
}

.btn-bitcoin img {
    max-height: 48px;
}
.btn-bitcoin span {
    margin: 0 15px;
}
.btn-bitcoin:hover {
	/*background-color: #36597f;*/
	background-color: rgba(27, 51, 116, 1);
	color:#ffffff;
}

/* Timeline section */
.cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
.cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.cd-timeline .icon-list-icon {
	height: 40px;
	line-height: 40px;
	width: 40px;
	margin: 0;
}

@media only screen and (min-width: 1170px) {

	.cd-timeline .icon-list-icon {
		height: 60px;
		line-height: 60px;
		width: 60px;
	}

	.cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content h2 {
    color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more {
    font-size: 16px;
}
.cd-timeline-content .cd-date {
    font-size: 18px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .1em 0;
    opacity: .7;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
    }
    .cd-timeline-content p {
        font-size: 16px;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 18px;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

/* End of Timeline section */

/* Team section */
.cd-team {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
.cd-team-img {
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, 0 2px 0 rgba(0, 0, 0, 0.08) inset, 0 3px 0 4px rgba(0, 0, 0, 0.05);
    height: 100px;
    width: 100px;
}
/* End of Team section */

/**
 * ========================================
 * PORTFOLIO
 * ========================================
 */
.portfolio-section {
	padding-bottom: 0;
}
.portfolio-row {
	margin-top: 50px;
}
.portfolio-item {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
}
.portfolio-item-picture {
	width: 100% !important;
	height: 100% !important;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
.portfolio-item:hover .portfolio-item-picture {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.portfolio-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.section-accent .portfolio-item-overlay {
	background-color: #222;
}
.portfolio-item:hover .portfolio-item-overlay {
	opacity: 0.8;
}
.portfolio-item-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	background-color: #222;
	color: #ccc;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	-webkit-transform: translate(0,100%);
	transform: translate(0,100%);
}
.section-accent .portfolio-item-text,
.section-dark .portfolio-item-text {
	background-color: #fff;
	color: #444;
}
.portfolio-item:hover .portfolio-item-text {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.portfolio-item-title {
	margin: 0 0 15px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.section-accent .portfolio-item-title,
.section-dark .portfolio-item-title {
	color: #222;
}
/* end of PORTFOLIO*/

/* Search begin */
.search-results .search-highlight em {
	background-color: rgba(255, 255, 140, 0.5);
}
.search-results ul.search-items .search-item.search-highlight p.search-desc,
.search-results ul.search-items .search-item.search-highlight .other-highlight p {
	margin-bottom: 0;
}
/* Search end */

/*Blog begin*/
.blog-list .posted_by, .blog-detail .posted_by, .fb-posted_by, .blog-featured-block .posted_by {
	font-style: italic;
}
.blog-detail .blog-comments {
	margin-left: -8px;
	margin-bottom: 5px;
}
.blog-detail .posted_by {
    font-style: italic;
    margin-bottom: 20px;
}
/*Blog end*/

/*Author profile begin*/
.profile .inset-left {
	max-width: 12em;
	float: left;
	padding: 0 1em 1em 0;
}
.profile .profile-text {
	margin-left: 13em;
}
.profile .profile-socmed {
    margin-left: -46px;
}
.profile .profile-socmed > a {
	display: inline-block;
	margin: 0 10px;
	color: #666666;
	opacity: 0.5;
}
.profile .profile-socmed > a:hover, .profile .profile-socmed > a:focus {
	color: inherit;
	opacity: 1;
}
.profile-follows-fb, .profile-follows-google {
    display: block;
}
.profile-follows-google {
    vertical-align: -5px;
}
@media ( max-width: 767px ) {
    .profile .inset-left {
        max-width: 100%;
        float: none;
        display: block;
        text-align: center;
    }
    .profile .profile-text {
        margin-left: 0;
    }
    .profile .profile-socmed {
        margin-left: 0;
    }
}

/*Author profile end*/

.hero-buttons .play-button {
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTAwJyB3aWR0aD0nMTAwJz48Y2lyY2xlIGN4PSc1MCcgY3k9JzUwJyByPSc1MCcgZmlsbD0nd2hpdGUnIC8+PHBvbHlnb24gcG9pbnRzPSczMywyMyA4MCw1MCAzMyw3Nycgc3R5bGU9J2ZpbGw6cmdiKDg3LDg3LDc3KScgLz48L3N2Zz4=") repeat scroll 0 0 / 100% auto;
	display: block;
	height: 95px;
	left: 50%;
	margin-left: -48px;
	position: absolute;
	top: 250px;
	width: 95px;
}

.hero-buttons .nike .play-button:hover {
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTAwJyB3aWR0aD0nMTAwJz48Y2lyY2xlIGN4PSc1MCcgY3k9JzUwJyByPSc1MCcgZmlsbD0ncmdiKDIzNCwxMzksMyknIC8+PHBvbHlnb24gcG9pbnRzPSczMywyMyA4MCw1MCAzMyw3Nycgc3R5bGU9J2ZpbGw6d2hpdGUnIC8+PC9zdmc+") repeat scroll 0 0 / 100% auto;
	opacity: 1;
}

.hero-buttons .play-button:active {
	outline: medium none;
}
.hero-buttons .icon-play {
	background-color: #fff;
	border-radius: 50%;
	color: #444;
	font-size: 51px;
	height: 90px;
	line-height: 87px;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	padding-left: 6px;
}
.hero-buttons .icon-play:hover {
	background-color: #A2BB66;
	color: #ffffff;
}
.hero-buttons h3.follow-us {
	display: inline;
	vertical-align: top;
}
span.count-down {
    white-space: nowrap;
}

.bold {
    font-weight: bold;
}

.qnt-count {
    display: inline-block;
    width: 100px;
}
.qnt-count::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.qnt-count .quantity {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: block;
    float: left;
    outline: medium none;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    width: 50px;
}

.qnt-count .incr-btn {
    background: #e7ecee none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
    color: #3a3a3a;
    display: block;
    float: left;
    height: 28px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    width: 21px;
}
.qnt-count .incr-btn:hover {
    background: #3a3a3a none repeat scroll 0 0;
}
.qnt-count .incr-btn.inactive {
    cursor: default;
    opacity: 0.5;
}
.qnt-count .incr-btn.inactive:hover {
    background: #e7ecee none repeat scroll 0 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) inset;
    color: #3a3a3a;
}
.social-follow.social-follow-ln, .social-follow.social-follow-google {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.social-follow.social-follow-google {
    margin-left: 30px;
    vertical-align: -30%;
}
.centered-axis-x {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.centered-axis-xy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.winner-thread-group {
    float: none;
    display: table-cell;
}
@media ( max-width: 991px ) {
    .winner-thread-group {
        display: block;
    }
}

.blog-detail-section blockquote {
    font-size: 16px;
    font-style: italic;
    margin-left: 40px;
}
.qualified-for-free-shipping a.tooltipster {
    vertical-align: text-bottom;
}
.modal-header .close {
    margin-top: -9px;
}
.modal-dialog-scroll .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

/*blog navbar*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: inherit;
}
ul.nav li.menu-item-blog .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
    padding-bottom: 0;
    min-width: 300px;
    width: auto;
}
ul.nav li.menu-item-blog .dropdown-menu ul li {
    white-space: inherit;
}
ul.nav li.menu-item-blog .dropdown-menu ul li a {
    padding: 15px 10px;
}
@media ( min-width: 991px ) {
    ul.nav li.menu-item-blog .dropdown-menu ul li {
        text-align: center;
    }
}
ul.nav li.menu-item-blog .dropdown-menu ul li img {
    max-height: 80px;
}

/* navbar white*/
.header-section.navbar-default ul.nav li.menu-item-blog .dropdown-menu ul li {
    /*margin: 10px 0;*/
}
.header-section.navbar-default ul.nav li.menu-item-blog .dropdown-menu ul li:nth-child(even) {
    background-color: #cecece;
}
/* navbar dark */
.header-section.navbar-dark ul.nav li.menu-item-blog .dropdown-menu ul li:nth-child(even) {
    background-color: #1B1B1B;
}
.form_payment .mobile-network .form-group {
    text-align: left;
}
.form_payment .mobile-network:empty {
    display: none;
}

.choose_your_mobile_network_a_wrapper {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}
select#use_country_id, select#mobile_network_pull {
    display: inline-block;
    width: 80%;
}
.is_hide {
    display: none;
}
.fb-post-row {
    padding: 20px 0;
    font-size: 14px;
}
.fb-post-item {
    border: 1px solid #cccccc;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
}
.fb-img-wrap {
    padding: 10px;
}
.fb-post-title, .blog-featured-block-title {
    margin-top: 10px;
    line-height: 1.1;
}
.fb-content, .blog-featured-block-content {
    font-size: 12px;
}
.fb-last-news-item .fb-img-wrap, .blog-featured-block-img-wrap {
    height: 160px;
    overflow: hidden;
    padding: 0;
}

.share-panel-embed {
    padding: 15px 0;
}
.share-embed-code, .share-embed-url {
    width: 100%;
    height: auto;
}
#blockForCountry_US_CA a {
    border-bottom: 1px dotted #000000;
}
#blockForCountry_US_CA a:hover {
    border-bottom: none;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vat-group {
    max-width: 277px;
}
.coupon-group {
    max-width: 277px;
}
.price-simple {
    font-size: 2em;
    font-weight: bold;
}
.chose_quantity_prices .discount, .chose_quantity_prices .new-price {
    font-size: 2em;
}
.chose_quantity_wrapper .coupone_discount {
    font-size: 1.5em;
    font-weight: bold;
}

.verified_vat_number .alert {
    position: relative;
    padding: 0 10px;
    display: inline-block;
}
.verified_vat_number .alert .close {
    position: absolute;
    top: -11px;
    right: -11px;
    font-size: 20px;
    color: white;
    background: green;
    line-height: 10px;
    opacity: 1;
    border-radius: 50%;
    padding: 6px;
}
.help-cursor {
    cursor: help;
}
.shipping-phone .telInput {
    width: 100%;
}
.shipping-phone .intl-tel-input {
    width: calc(100% - 50px);
    display: inline-block;
}
.terms-checkboxes {
    max-width: 333px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.payment-text1 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.space-top {
    margin-top: 24px;
}
@media only screen and (max-width: 768px) {
    .space-top {
        margin-top: 19.2px;
    }
}
.space-bottom {
    margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
    .space-bottom {
        margin-bottom: 19.2px;
    }
}
.double-space-top {
    margin-top: 48px;
}
@media only screen and (max-width: 768px) {
    .double-space-top {
        margin-top: 31.2px;
    }
}
.double-space-bottom {
    margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
    .double-space-bottom {
        margin-bottom: 31.2px;
    }
}
.gray-color {
    color: #c1c1c1 !important;
}
.gray-color:hover {
    color: #b8b8b8 !important
}
table.upload-files-list>tbody>tr>td {
    vertical-align: middle;
}
.noscript {
    position: fixed;
    z-index: 99999;
    width: 100%;
    color: white;
    background: red;
}
.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.working-time-notice {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff none repeat scroll 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.count-down-header {
    font-size: 27px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media ( max-width: 991px ) {
    .working-time-notice {
        font-size: 0.85em;
        line-height: 16px;
        padding: 5px;
    }
    .navbar-header {
        display: flex;
        align-items: baseline;
    }
    .navbar-header>div:nth-child(1) {
        flex: 1 80%;
        align-self: center;
    }
    .navbar-header>div:nth-child(2) {
        flex: 1 2 70%;
        align-self: center;
    }
    .count-down-header {
        font-size: 27px;
        padding: 5px;
        text-align: center;
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
}

@media ( max-width: 640px ) {
    .working-time-notice {
        font-size: 0.65em;
    }
    .count-down-header {
        line-height: 29px;
    }
}
@media ( max-width: 400px ) {
    .count-down-header {
        font-size: 20px;
    }
}
@media ( max-width: 350px ) {
    .count-down-header {
        font-size: 16px;
    }
}
@media ( max-width: 300px ) {
    .count-down-header {
        font-size: 14px;
        margin-top: 15px;
    }
}

img.lazyloaded {
    /*filter: grayscale(100%);*/
}

.alert-orange {
    color: #000;
    background-color: #ff9800;
}

.alert-deep-orange {
    color: #fff;
    background-color: #ff5722;
}

.fa-spin {
    -webkit-animation: 2s linear infinite fa-spin;
    animation: 2s linear infinite fa-spin
}

.fa-pulse {
    -webkit-animation: 1s steps(8) infinite fa-spin;
    animation: 1s steps(8) infinite fa-spin
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.europrice {
    font-size: 0.75em;
}
.total-sum-to-pay-inside-button {
    font-size: 60%;
}
.fa-spin {
    -webkit-animation: 2s linear infinite fa-spin;
    animation: 2s linear infinite fa-spin
}

.fa-pulse {
    -webkit-animation: 1s steps(8) infinite fa-spin;
    animation: 1s steps(8) infinite fa-spin
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.was-validated .form-control:valid, .form-control.is-valid {
    background-position: right calc(0.375em + 0.1875rem) center;
}
.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #3c763d;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dbd74' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    background-position: right calc(0.375em + 0.1875rem) center;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #a94442;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f86c6b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.loading {
    background-color: #ffffff;
    background-image: url("/assets/common/img/loading.gif");
    background-size: 20px 20px;
    background-position: center right calc(0.375em + 0.1875rem);
    background-repeat: no-repeat;
}

.form-validation.alert.alert-success a {
    color: #FFFFFF;
    border-bottom: 1px dashed #3c763d;
}
.form-validation.alert.alert-success a:hover {
    border-bottom: 1px dashed transparent;
}

.w80 {
    width: 80%;
}
/*#bootstrap-error-dialog*/
.bootstrap-dialog.type-danger .modal-body .bootstrap-dialog-body .bootstrap-dialog-message :empty {
    display: none;
}
.modal.bootstrap-dialog .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal.bootstrap-dialog.fade .modal-dialog {
    transform: translate(0, -100%);
}

.modal.bootstrap-dialog.in .modal-dialog {
    transform: translate(0, 0);
}

/* ReCaptch v3 */
.grecaptcha-badge { visibility: hidden; }

/* Style for product on news page */
section[data-sss-id="2453"] {
	padding-top: 0;
}

@media ( max-width: 760px ) {
	section[data-sss-id="2453"] .about-row {
		margin-top: 0;
	}
}

/* Rating Stars */

@media ( min-width: 429px ) {
	.landing-review-item p.description {
		font-size: 14px;
	}
}

.landing-review-item p.description {
	margin-bottom: 6px;
}

.section.no-padding-top {
	padding-top: 0;
}

.landing-review-item.review-item {
	text-align: left;
	padding-top: 18px;
}

.landing-review-item .sprite-stars3x-star {
	background-size: 40px 40px;
}

.landing-review-item .sprite-stars3x-star {
	background-position: 0px -20px;
	width: 24px;
	height: 24px;
}

@media ( max-width: 991px ) {
	.landing-review-item::after {
		content: "";
		display: block;
		height: 2px;
		width: 120px;
		background-color: rgba(255,255,255,0.2);
		margin-top: 17px;
	}
}

.fa-quote-left::after {
	content: "\00a0";
}

.gallery-iframe-previews {
	border-radius: 3px;
	border: 2px #ccc solid;
	background-color: #fff;
	box-shadow: 1px 1px 4px rgb(50 50 50 / 20%);
	margin: 2px;
}

/* slider */
.sp-slider .ms-view {
	background: transparent;
}

.ms-partialview-template .ms-slide-info {
	text-align: center;
	padding-top: 16px;
	width: 100%;
}
.ms-partialview-template .ms-slide-info h3 {
	font-weight: 300;
	margin-bottom: 7px;
}
.ms-partialview-template .ms-slide-info h4 {
	text-transform: uppercase;
	margin-bottom: 7px;
}
.ms-partialview-template .ms-slide-info p {
	max-width: 700px;
	margin: 6px auto 0 auto;
}
.ms-partialview-template.fullwidth h3 {
	text-transform: uppercase;
}
/* Layers */
.ms-layer.video-title {
	color: #fff;
	font-weight: 600;
	font-size: 42px;
	margin: 0;
	letter-spacing: 0;
}
.ms-layer.video-title.video-top-title {
	font-size: 16px;
	color: gray;
}
.ms-layer.video-title.video-sub-title {
	font-size: 22px;
	font-weight: 300;
}
.ms-dis-slider-cont {
	position: relative;
	padding: 3.2% 8.5% 24%;
	max-width: 612px;
}
.ms-dis-slider-cont .ms-view {
	background-color: #17171a;
}
.ms-display-cont {
	max-width: 614px;
	position: relative;
	margin: 0 auto;
}
.ms-display-bg {
	max-width: 100%;
	position: absolute;
}
.ms-display-template .ms-nav-prev,
.ms-display-template .ms-nav-next {
	background: url(../img/ms-display/skin.png) no-repeat -11px -9px;
	width: 35px;
	height: 40px;
	left: -80px;
	margin-top: -17px;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.ms-display-template .ms-nav-next {
	background-position: -59px -9px;
	right: -80px;
	left: auto;
}
.ms-display-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -50%;
	right: 50%;
	width: 100px;
}
.ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}
.ms-display-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(../img/ms-display/skin.png) no-repeat -112px -25px;
	margin: 4px;
}
.ms-display-template .ms-bullet-selected {
	background-position: -143px -25px;
}
.master-slider {
	-moz-transform: translate3d(0, 0, 1px);
}
.ms-staff-carousel {
	max-width: 880px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.ms-staff-carousel .ms-view {
	overflow: visible;
	background-color: transparent;
}
.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
	background: url(../img/arrows.png) white no-repeat -7px -57px;
	width: 35px;
	height: 40px;
	left: -35px;
	margin-top: -17px;
	box-shadow: 0 1px 0 0 #bebebe;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.ms-staff-carousel .ms-nav-next {
	background-position: -6px -7px;
	right: -35px;
	left: auto;
}
.ms-staff-carousel .ms-staff-info {
	text-align: center;
	max-width: 600px;
	margin-top: 30px;
	min-height: 130px;
}
.ms-staff-carousel .ms-staff-info h4 {
	text-transform: uppercase;
	margin-bottom: 7px;
}
.ms-staff-carousel .ms-staff-info p {
	max-width: 600px;
	margin: auto;
	margin-bottom: 12px;
}
.ms-staff-carousel .ms-staff-info .ms-socials a {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #2f8cea;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 6px 3px;
	font-size: 1.2em;
	padding-top: 3px;
}
.ms-staff-carousel .ms-staff-info .ms-socials a:hover {
	background: #1572d1;
}
.ms-skin-default .ms-caption {
	display: block;
	color: #fff;
	padding: 10px 20px !important;
	background: #2f8cea;
	background: rgba(47, 140, 234, 0.75);
}
.ms-showcase .master-slider,
.ms-container,
.ms-view {
	-moz-transform: translate3d(0, 0, 1px);
	position: relative;
}
.ms-showcase .ms-view {
	background: transparent;
}
.ms-showcase .ms-layer.product-title {
	margin: 0;
	font-size: 1.25em;
	color: #3a3a3a;
	font-weight: 300;
	text-transform: uppercase;
}
.ms-showcase .ms-skin-default .ms-tooltip-cont {
	width: 250px;
}
.ms-showcase .ms-layer.product-subtitle {
	font-size: 1em;
}
.ms-showcase .product-desc {
	font-size: 0.8em;
	width: 30%;
}
.ms-showcase .product-tt {
	font-size: 0.8em;
	padding: 5px;
	color: #3a3a3a;
}
.ms-showcase .product-tt h3 {
	font-size: 1.125em;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	font-weight: 400;
}
.ms-showcase .ms-layer.product-price {
	font-size: 20pt;
	font-weight: 600;
	color: #2f8cea;
}
.ms-showcase .ms-nav-next,
.ms-showcase .ms-nav-prev {
	z-index: 40;
}
@media only screen and (max-width: 768px) {
	.ms-showcase .ms-nav-next,
	.ms-showcase .ms-nav-prev {
		display: none;
	}
}
.
.ms-view {
	background: transparent;
}
.sp-slider .ms-thumb-list {
	height: 155px !important;
}
.sp-slider .ms-thumb-frame {
	padding: 10px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	transition: border 0.3s ease;
	position: relative;
}
.sp-slider .ms-thumb-frame.ms-thumb-frame-selected {
	border: 1px solid #cecece;
}
.sp-slider .ms-slide .ms-caption.ms-product-title {
	font-size: 13px;
	color: #3a3a3a;
	background-color: rgba(255, 255, 255, 0.75);
	top:10px;
	left:30px;
	text-align: center;
}
.ms-skin-default .ms-thumb-frame .ms-youtube-play {
	background: rgba(0, 0, 0, 0) url("/assets/common/plugins/masterslider/skins/default/play.png") no-repeat scroll 0 0;
	height: 26px;
	left: 50%;
	margin-left: -17px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	width: 34px;
	z-index: 10;
}
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
	width: 50px;
	height: 51px;
	/*background: rgba(0, 0, 0, 0) url("/assets/alarms/common/img/play.png") no-repeat scroll 0 0 / 3em auto;*/
	background: url(/assets/common/plugins/masterslider/skins/default/light-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vpbtn {
	background: url('/assets/common/plugins/masterslider/skins/default/video-play.png') 0 0 no-repeat;
	width: 85px;
	height: 60px;
	margin-left: -42px;
	margin-top: -30px;
	cursor: pointer;
	outline: 0
}
/* */

.media-description {
	background-color: rgba(255, 255, 255, 0.75);
	opacity: 1;
	text-align: center;
}


.alert-block-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 0.55rem 1.25rem;
}

.alert-block-success-desc p {
	padding: 0px;
	margin: 0px;
}

.alert-block-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 0.55rem 1.25rem;
}

.alert-block-danger-desc p {
	padding: 0px;
	margin: 0px;
}

.alert-block-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 0.55rem 1.25rem;
}

.alert-block-warning-desc p {
	padding: 0px;
	margin: 0px;
}

.alert-block-primary {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 0.55rem 1.25rem;
}

.alert-block-primary-desc p {
	padding: 0px;
	margin: 0px;
}

/* ---------------------------------------------------------------------- */
/*	Accordion
 /* ---------------------------------------------------------------------- */
.accordion-custom .panel {
	background-color: #FFFFFF;
	border: none;
	border-radius: 0 0 0 0;
	box-shadow: none;
}
.accordion-custom .panel-heading {
	padding: 0;
	background-image: none;
	height: auto;
	box-shadow: none;
	border-radius: 0;
}
.accordion-custom .panel-body {
	border: none !important;
}
.accordion-custom .panel-heading .accordion-toggle {
	background-color: #cccccc;
	color: #606060;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	position: relative;
	white-space: normal;
}
.accordion-custom .panel-heading .accordion-toggle:hover, .accordion-custom .panel-heading .accordion-toggle:focus {
	text-decoration: none;
}
.accordion-custom .panel-heading .accordion-toggle.collapsed {
	background-color: #F3F3F3;
	border-color: #D9D9D9;
	border-width: 0 0 0 1px;
	color: #606060;
	font-weight: normal;
}
.accordion-custom .panel-heading .accordion-toggle > .icon-arrow:before {
	content: "\f078";
}
.accordion-custom .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
	content: "\f054" !important;
}
.accordion-custom.panel-group .panel-heading .accordion-toggle > .icon-arrow {
	font-size: 11px;
	padding: 0 5px;
}
.accordion-custom.panel-group .panel-heading .accordion-toggle.collapsed > .icon-arrow {
	opacity: 0.75;
	align-self: center;
}

.accordion-primary .panel-heading .accordion-toggle {
	background-color: #91a9d9;
	border: 2px solid #4982d5;
	color: #1b4685;
}
.accordion-primary .panel-heading .accordion-toggle.collapsed {
	background: #F3F7F8;
	border-left: none;
}

.accordion-teal .panel-heading .accordion-toggle {
	background: #F3F7F8;
	border-left: 2px solid #569099;
	color: #437278;
}
.accordion-teal .panel-heading .accordion-toggle.collapsed {
	background: #F3F7F8;
	border-left: none;
}
.accordion-warning .panel-heading .accordion-toggle {
	background-color: #FFC973;
	border: 0 solid #FF9E00;
	color: #804500;
}
.accordion-warning .panel-heading .accordion-toggle.collapsed {
	background-color: #FFC973;
	border-left: none;
}

.accordion-success .panel-heading .accordion-toggle {
	background-color: #5cb85c;
	border: 0 solid #3a843a;
	color: #fff;
}
.accordion-success .panel-heading .accordion-toggle.collapsed {
	background-color: #4cae4c;
	border-left: none;
	color: #fff;
}

.accordion-danger .panel-heading .accordion-toggle {
	background-color: #d9534f;
	border: 0 solid #C83A2A;
	color: #fff;
}
.accordion-danger .panel-heading .accordion-toggle.collapsed {
	background-color: #e85b56;
	border-left: none;
	color: #fff;
}

.accordion-custom-with-border .panel {
	border-radius: 4px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	border: 1px solid #ddd;
}

[class^="icon-"], [class*=" icon-"] {
	/*font-family: FontAwesome;*/
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
a [class^="icon-"], a [class*=" icon-"] {
	display: inline;
}

.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-right:before {
	content: "\f061";
}

.text-tiny {
	font-size: .7em;
}

.text-small {
	font-size: .85em;
}

.text-big {
	font-size: 1.4em;
}

.text-huge {
	font-size: 1.8em;
}

figure.table > table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	border: 1px double hsl(0, 0%, 70%);
}

figure.table > table > tbody > tr > td {
	min-width: 2em;
	padding: .4em;
	border: 1px solid hsl(0, 0%, 75%);
}

figure.table > table > thead > th {
	min-width: 2em;
	padding: .4em;
	border: 1px solid hsl(0, 0%, 75%);
	font-weight: bold;
	background: hsla(0, 0%, 0%, 5%);
}


figure.image-style-block-align-left,
figure.image-style-block-align-right {
	max-width: calc(100% - 1.5em);
}

/* Allows displaying multiple floating images in the same line.
See https://github.com/ckeditor/ckeditor5/issues/9183#issuecomment-804988132 */
figure.image-style-align-left,
figure.image-style-align-right {
	clear: none;
}

figure.image-style-side {
	float: right;
	margin-left: 1.5em;
	max-width: 50%;
}

figure.image-style-align-left {
	float: left;
	margin-right: 1.5em;
}

figure.image-style-align-center {
	margin-left: auto;
	margin-right: auto;
}

figure.image-style-align-right {
	float: right;
	margin-left: 1.5em;
}

figure.image-style-block-align-right {
	margin-right: 0;
	margin-left: auto;
}

figure.image-style-block-align-left {
	margin-left: 0;
	margin-right: auto;
}

figure p + .image-style-align-left,
figure p + .image-style-align-right,
figure p + .image-style-side {
	margin-top: 0;
}

figure.image-inline.image-style-align-left,
figure.image-inline.image-style-align-right {
	margin-top: calc(1.5em / 2);
	margin-bottom: calc(1.5em / 2);
}

figure.image-inline.image.image-style-align-left {
	margin-right: calc(1.5em / 2);
}

figure.image-inline.image.image-style-align-right {
	margin-left: calc(1.5em / 2);
}

figure.image > figcaption {
	/*display: table-caption;*/
	text-align: center;
	caption-side: bottom;
	word-break: break-word;
	color: hsl(0, 0%, 20%);
	background-color: hsl(0, 0%, 97%);
	padding: .6em;
	font-size: .75em;
	outline-offset: -1px;
}

figure.image > figcaption.image__caption_highlighted {
	animation: ck-image-caption-highlight .6s ease-out;
}

figure.image {
	margin: 20px auto;
}

.blog-detail blockquote > p {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-style: italic;
}

.blog-detail blockquote {
	border-left: 5px solid #ccc;
	font-style: italic;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	padding: 0px 1.5em;
}

.blog-detail pre {
	padding: 0px;
	margin-bottom: 20px;
}

.h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.blog-detail div.panel-body  pre {
	/*margin-bottom: 0px;*/
}

.hljs {
	white-space: pre;
	overflow-x: auto;
}

.blog-detail {
	max-width: 750px;
}

.blog-detail .blog-video-tag {
	width: 396px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 20px;
	aspect-ratio: 0.561;
	min-height: 220px; /*not equal fallback if aspect-ratio doesn't work*/
}

.blog-detail .blog-video-tag-desk {
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px; /*+10px*/
	aspect-ratio: 1.5;
}

.blog-detail video {
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	/*min-height: 220px;*/
	/*aspect-ratio: 0.561;*/
}

.blog-detail .accordion-custom strong {
	line-height: 20px;
}

.blog-detail table thead th {
	background: rgba(0, 0, 0, .05);
	font-weight: 700;
	border: 1px solid #bfbfbf;
	min-width: 2em;
	padding: .4em;
}

.blog-detail .quick-links-box,
.blog-detail h1,
.blog-detail h2,
.blog-detail h3 {
	scroll-margin-top: 80px;
}

.blog-detail h1,
.blog-detail h2,
.blog-detail h3 {
	font-weight: bold;
}

.blog-detail h3 {
	font-size: 20px;
}

.block-label {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0.1em;
}
.quick-links {
	scroll-margin-top: 80px;
}
.quick-links-list {
	margin-bottom: 1.5em;
	background-color: #f9f9f9;
	border: 1px solid #d3d3d3;
	padding: 0 1em 0 1.5em;
}
.quick-links-list li {
	margin: 0.7em 0.5em;
}
.quick-links-list a {
	color: #7d9b3e;
	font-weight: bold;
	border-bottom: 1px solid rgba(111, 132, 53, 0.2);
}
.quick-links-list a:hover {
	color: #566828;
	border-bottom: 1px solid rgba(86, 104, 40, 0.35);
}
.back-to-top-link {
	margin-top: -1em;
	text-align: right;
}
.back-to-top-link a {
	font-size: 0.9em;
}

.blog-detail h1 {
	line-height: 1.3em;
	margin: 15px 0;
}
.article-sections .article-link {
	display: inline-block;
	white-space: nowrap;
	background: #ebf6e9;
	border-radius: 2px;
	padding: 2px 8px;
	margin: 5px 5px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #4e7271;
	font-size: 12px;
}
.article-sections a:hover {
	background: #dcf2d9;
	color: #42605F;
}
.highlights, .summary-block {
	margin: 20px 0;
}
.highlights ul {
	list-style: disc;
	padding-left: 8px;
}
.highlights ul li {
	margin: .7em .5em;
	font-size: 16px;
}
.highlights-icon {
	color: #ffa500;
}
.summary-block p {
	font-size: 16px;
}
.tags {
	margin: 15px 0 24px;
}
.tags .tag {
	display: inline-block;
	white-space: nowrap;
	background: #efefef;
	border-radius: 2px;
	padding: 2px 8px;
	margin: 5px 5px 3px 0;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-weight: 500;
}
.tags a.tag:hover {
	color: #333;
	background: #e3e3e3;
}
.blog-detail .posted_by {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
	font-size: 14px;
	color: #666;
}

.blog-item .posted_by div {
	line-height: 1.715;
}

@media ( max-width: 767px ) {
	.blog-detail .posted_by {
		display: block;
	}
	.share-panel-embed {
		display: none;
	}
}

.blog-detail .jssocials-shares {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.blog-detail .jssocials-share:not(.jssocials-total-hits) {
	white-space: nowrap;
	margin: .3em 0 .3em .25em;
}
.blog-detail .jssocials-share.jssocials-total-hits {
	margin-right: auto;
}

@media ( max-width: 340px ) {
	.blog-detail .jssocials-share.jssocials-total-hits {
		width: 100%;
	}
	.blog-detail .jssocials-shares {
		justify-content: center;
	}
}

@media ( max-width: 597px ) {
	.blog-detail .share-bottom-page .jssocials-share.jssocials-total-hits {
		width: 100%;
	}
	.blog-detail .share-bottom-page .jssocials-shares {
		justify-content: center;
	}
}

.blog-detail hr {
	border-top: 1px solid #e3e3e3;
}

.blog-detail ul:not(.quick-links-list, .blog-highlights-ul), .blog-detail ol:not(.breadcrumbs-ol) {
	font-size: 1em;
	line-height: 1.715;
	padding-left: 40px;
}

.section-padding-bottom-10 {
	padding: 10px 0px;
}

.section-padding-bottom-20 {
	padding: 20px 0px;
}

.blog-list .posted_by {
	padding-bottom: 10px;
}

.blog-list h2 {
	margin-bottom: 10px;
}

.blog-list .blog-short-text {
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	.buying-block-text-right_v2 .shop-now-btn-right {
		text-align: right;
	}
}

@media (max-width: 991px) {
	.buying-block-text-right_v2 .discount-listing-text {
		text-align: center;
	}
}

.buying-block-text-right_v2.blog-buying-block .discount-listing-text {
	text-align: center;
}

.buying-block-text-right_v2.blog-buying-block {
	padding: 0px;
}

.buying-block-text-right_v2.blog-buying-block .container {
	max-width: 750px;
}

.buying-block-text-right_v2.blog-buying-block .section-heading:after {
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.buying-block-text-right_v2.blog-buying-block .section-heading {
	margin: 30px 0px;
	padding-top: 30px;
	padding-bottom: 0px;
}

.buying-block-text-right_v2.blog-buying-block .section-heading:before {
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	position: absolute;
	top: 0px;
	display: block;
	height: 2px;
	width: 120px;
	background-color: rgba(0,0,0,.1);
}

.buying-block-text-right_v2.blog-buying-block .about-image {
	margin-bottom: 15px;
}

.regional-details .regional-details-h2 {
	font-weight: 700;
}

.buying-block-text-right_v2.blog-buying-block h3 {
	font-weight: 700;
	font-size: 20px;
}

.buying-block-text-right_v2.blog-buying-block .about-row {
	margin-top: 0px;
}

.buying-block-text-right_v2.blog-buying-block .custom-red {
	color: #de1111;
}

.buying-block-text-right_v2.blog-buying-block .custom-green {
	color: #81b107;
}

@media (min-width: 992px) {
	.buying-block-text-right_v2.blog-buying-block .about-image {
		margin-bottom: 0px;
	}
}

.dotted-white {
	border-bottom: 1px dotted #fff;
}

.dotted-dark {
	border-bottom: 1px dotted #000;
}

.product-span-tooltipster-row {
	display: block;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 16px !important;
}

.help-cursor {
	cursor: help;
}

.buying-block-text-right_v2 .about-row {
	margin-top: 50px;
}
.buying-block-text-right_v2 .about-image {
	text-align: center;
}
@media ( min-width: 992px ) {
	.buying-block-text-right_v2 .about-image {
		padding-right: 40px;
	}
	.buying-block-text-right_v2 .about-image.col-md-push-6 {
		padding-left: 40px;
		padding-right: 15px;
	}
}
@media ( max-width: 991px ) {
	.buying-block-text-right_v2 .about-image {
		margin-bottom: 15px;
	}

	.buying-block-text-right_v2.blog-buying-block .section-heading:before {
		top: 0px;
	}

	.buying-block-text-right_v2.blog-buying-block .section-heading {
		margin-top: 0px;
	}
}

