html, body {
	max-width: 100%;
	overflow-x: hidden;
}
html, body, p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #333F48;
	letter-spacing: 0.3px;
	font-weight: 500;
}
h1, h2, h3, h4, h5, header {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	color: #333F48;
	letter-spacing: 0;
	font-weight: 500;
}

/*
.font-ult-1, .font-ult-1 h1, .font-ult-1 h2, .font-ult-1 h3, .font-ult-1 p {
	font-family:"HelveticaNeueW01-UltLt" !important;
}
.font-ult-2, .font-ult-2 h1, .font-ult-2 h2, .font-ult-2 h3, .font-ult-2 p {
	font-family:"HelveticaNeueW01-UltLtC 673371" !important;
}
.font-thin-1, .font-thin-1 h1, .font-thin-1 h2, .font-thin-1 h3, .font-thin-1 p {
	font-family:"HelveticaNeueW01-Thin";
}
.font-thin-2, .font-thin-2 h1, .font-thin-2 h2, .font-thin-2 h3, .font-thin-2 p {
	font-family:"HelveticaNeueW01-ThinCn 673383";
}
.font-medium-1, .font-medium-1 h1, .font-medium-1 h2, .font-medium-1 h3, .font-medium-1 p {
	font-family:"Avenir Next W10 Medium";
}
.font-light-1, .font-light-1 h1, .font-light-1 h2, .font-light-1 h3, .font-light-1 p {
	font-family:"HelveticaNeueW01-45Ligh";
}
.font-light-2, .font-light-2 h1, .font-light-2 h2, .font-light-2 h3, .font-light-2 p {
	font-family:"HelveticaNeueW01-46Ligh";
}
*/


strong { 
	font-weight: 600;
}
.strong-blue strong {
    color: #00a3e1 !important;   
}

h1, h2 {
	font-size: 33px;
}

h1, h2 {
	margin-top: 0;
}
a {
	color: #818181; /* #da8f2f */
}
a:hover {
	color: #777;
}
:focus {
	outline: #444 auto 1px;
}
div.inline {
	display: inline-block;
}
.btn.btn-default {
	background: #d3d3d3;
	color: #818181;
	border-radius: 0;
	text-shadow: none;
	vertical-align: top;
	padding: 7px 12px;
}

.affix #main-logo-img {
	display:none !important;
}

.no-gutter [class^="col-"] {
    padding-left:0;
    padding-right:0;
}


header {
	float:none;
	/*position:relative;*/
	width:100%;
}
header.affix {
	z-index: 9999;
}

#header-wrapper {
	min-height: 52px;
}

/*
body.subnav #header-wrapper {
	min-height: 159px;
}
*/
/*
#google_translate_element {
	display: none;
}
*/
.goog-te-gadget-simple {
	border: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important; 
	border-left: none !important;
	background-color: #d3d3d3 !important;
	padding: 2px !important;
}
.goog-te-gadget-simple img{
	display: none !important;
}

body.subnav #header-wrapper {
	min-height: 195px;
}
	
.navbar {
	border-right: 0;
	border-left: 0;
	background: #FFF;
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-collapse {
	text-align: center;
}
.navbar-toggle {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}
.navbar .navbar-header {
	float: none;
	margin-left: 0;
	margin-right: 0;
}

.navbar .navbar-header .navbar-brand {
/* 	width: 110px; */
    width: 330px;
	float: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 2px;
	font-size: 14px;
	padding-top: 5px;
}
.navbar-header a img.logo {
	margin-top: 8px;
}
.navbar .navbar-header .navbar-brand img {
	width: 100%;
	margin-top: 14px;
}
#mobile-logo {
	width: 50px;
	padding-right: 15px;
}
#mobile-logo img {
	width: 100%;
}


.navbar-nav {
	float: none;
	margin: 0 auto;
	display: inline-block;
	margin-bottom: -4px;
}
.navbar-nav.level-1>li>a {
    text-transform: uppercase;    
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1px
}
.navbar-nav.level-1>li.active>a {
    font-weight: 700;    
    background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.translated-ru ul.navbar-nav.level-1 > li > a {
	padding-left: 5px;
	padding-right: 5px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu,
ul.nav li.dropdown > ul.dropdown-menu:hover > ul.dropdown-menu {
    display: block;    
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.navbar-nav ul.dropdown-menu {
	padding: 0px;
	margin: 0px;
	border: 0px; 
	border-radius: 0;
}
.dropdown-menu > li > a {
	padding: 3px 15px;
}

.navbar-nav li li {
	background: #999;
}
.navbar-nav li li a:hover {
	background: #888;
	color: #DDD;
}
.navbar-nav li li a {
	font-size: 15px;
	color: #DDD;
	text-align: left;
}

.navbar-nav li.indent > a {
	padding-left: 30px;
}

.navbar-nav ul.level-3 li {
	background: #888;
}
.navbar-nav ul.level-3 li:hover,
.navbar-nav ul.level-3 li a:hover {
	background: #777 !important;
}

.navbar-nav ul.level-4 a {
	font-size: 14px;
}

.navbar-nav ul.level-3.group {
	min-height: 150px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-nav ul.level-3.group a {
	font-weight: bold;
	font-size: 14px;
}
.navbar-nav ul.level-3.group.children-2 {
	width: 210%;
}
.navbar-nav ul.level-3.group.children-3 {
	width: 400%;
}
.navbar-nav ul.level-3.group.children-4 {
	width: 300%;
}
.navbar-nav ul.level-3.group.children-5 {
	width: 400%;
}
.navbar-nav ul.level-3.group.children-6 {
	width: 470%;
}
.navbar-nav ul.level-3.group.children-5 > li {
	width: auto;
}
.navbar-nav ul.level-3.group > li {
	float: left;
	min-height: 150px;
}

.navbar-nav ul.level-3 .level-4 {
	list-style: none;
	margin: 0;
	padding: 0px;
	text-align: left;
}
.navbar-nav ul.level-3 .level-4 a {
	padding: 3px 12px 3px 24px;
	font-weight: normal;
	line-height: 1.428571429;
	display: block;
	text-decoration: none !important;
}
.navbar-nav ul.level-3 > li > a,
.navbar-nav ul.level-3.group .level-4 a {
	padding: 3px 12px;
}
.navbar-nav ul.level-3 .level-4 li {
	background: transparent;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus,
.dropdown-menu>.active-child>a, .dropdown-menu>.active-child>a:focus {
	background: inherit;
	color: #cc9966 !important;
}
/*
.dropdown-menu>.active>a:hover {
	background: #888;
}
.dropdown.active-child>a, .dropdown.active-child>a:hover, .dropdown.active-child>a:focus {
	color: #da8f2f !important;
}
*/


/* Mobile Menu */

.mm-menu li.active > a {
	color: #da8f2f;
}
.mm-menu li.indent > a {
	padding-left: 40px;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}







footer#footer {
/* 	background: #a09fa5; */
	background: #333F48;
	text-align: center;
	color: #DDD;
	padding: 20px 0;
	font-size: 14px;
}
footer#footer a {
	color: #FFF;
}
footer#footer  .footer-social-icon {
	width: 24px;
	padding: 2px 0;
	background: #FFF;
	display: inline-block;
	text-align: center;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 8px;
}




/* Home */
.carousel.home-slideshow {
	height: 200px;
}
.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

.carousel.home-slideshow .carousel-caption {
	right: -50%;
	width: 50%;
	padding: 15px 10px;
	
	position: absolute;
	background-color: rgba(230, 230, 230, .8);
	left: auto;
	bottom: 0;
	height: 50px;
	-webkit-transition: right linear 0.4s;
	-moz-transition: right linear 0.4s;
	-o-transition: right linear 0.4s;
	-ms-transition: right linear 0.4s;
	transition: right linear 0.4s;
	text-align: left;
	text-shadow: none;
	text-transform: none;
}
.carousel.home-slideshow .carousel-caption div.caption {
	font-size: 1em;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: #666;
}
.carousel.home-slideshow .item.active .carousel-caption {
	right: 0;
}

.carousel,.carousel .item,.carousel .active{height:100%;}
.carousel-inner{height:100%;}
.carousel .fill{width:100%;height:100%;background-position:center;background-size:cover;}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

.home-thumbs p {
	text-align: center;
	color: #BBB;
	margin: 0;
	margin-bottom: 10px;
	padding: 3px 0;
	font-size: 16px;
}
.home-thumbs p a {
	color: #BBB;
	text-decoration: none;
}


section.title-bar {
	background: #f7f7f7;
	min-height: 105px;/* TODO set to 120 */
	padding-top: 32px;	/* TODO set to 40 */
	padding-bottom: 32px;
}
section.title-bar h1,
section.title-bar h2,
section.title-bar h3 {
	font-size: 33px;
	text-align: center;
	color: #969696;
	margin-top: 0;
	margin-bottom: 0;
}

hr.divider {
	margin-bottom: 0;
	margin-top: 0;
}


.spacer-img {
	height: 100px;
}
.spacer-text {
	height: 50px;
}
.section-divider {
	padding-top: 100px;
	border-bottom: 2px solid #e3e3e3;
	margin-bottom: 100px;
}
.element-spacer {
	padding-bottom: 20px;
}
.row.grayed {
	background: #e3e3e3;
}

.row .pad {
	padding: 50px;
}

.second-top-text {
	margin-top: 60px;
}
.inline-heading {
	display: inline-block;
	margin-right: 25px;
	line-height: 1;
}
.full-img.background {
	display: none;
}
.float-text {
	
}
.float-text p {
	letter-spacing: 0.5px;
	color: #6c6c6d;
	font-family:"HelveticaNeueW01-Thin";
	font-size: 16px;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.float-text p {
		font-size: 22px;
	}
}
@media (min-width: 990px) {
	.float-text {
		position: absolute;
		margin: 0px;
		top: 0;
	}
	.float-text p {
		font-size: 1.5vw;
		margin-top: 0px;
	}
	.full-img.background {
		display: block;
	}
	
	
	.centered-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		
		height: 100%;
	}
	.centered-item, .centered-container p {
		max-width: 70%;
	}
	
}
@media (min-width: 1200px) {
	.float-text p {
		font-size: 22px;
	}
}









/* Mobile Specific */
section.normal {
	padding: 145px 0;
}

section.normal-sm {
	padding-top: 25px;
}
section.normal-md {
	padding-top: 80px;
}
section.normal-md-bottom {
	padding-bottom: 80px;
}
section.normal-bottom {
	padding-bottom: 145px;
}
section.row .img {
	margin-bottom: 30px;
}
section.row .extra-tab-toggle .img {
	margin-bottom: 0px;
}

section.normal.nobottom {
	padding-bottom: 0;
}
/*
section.row .text p {
	text-align: justify;
}
*/
.center-p p {
	text-align: center;
}
.img-fill {
	text-align: center;
}
section.row .img img,
img.fill,
.img-fill img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	display: block;
}
.full-img img{
	width: 100%;
}

.spec-col .img-fill img {
	width: auto;
}

.center-text {
	text-align: center;
}
.align-bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: end;
	-moz-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.align-bottom img {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}



.tab-content {
	padding-top: 100px;
}
.tab-content .row.bottom-pad {
	margin-bottom: 100px;
}



.nav-tabs {
	border-bottom: 1px solid #cecece;
	background: #e3e3e3;
}
.nav-tabs > li {
	
	width: 33.333%;
}
.nav-tabs > li:hover {
	background: #F1F1F1;
}
.nav-tabs > li.active {
	background: #FFF;
	width: 33.334%;
}

.nav-tabs > li > a {
	color: #adadad;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #cecece;
	margin-right: 0;
	padding: 18px 15px;
	font-size: 12px;
	text-align: center;
	height: 72px;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #bdbdbe;
	border: 1px solid #cecece;
	border-bottom-color: transparent;
}
.nav-tabs > li.active:first-child > a {
	border-left: 0;
}
.nav-tabs > li.active:last-child > a {
	border-right: 0;
}


.modal-body .nav-tabs > li > a {
	padding: 3px 15px;
	font-size: 16px;
}
.modal-body .tab-content {
	padding-top: 20px;
}



/* !Slider Styles */

.slider {
	overflow: auto;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
	margin-bottom: 100px;
	
}
.slider ::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}
 
.slider ::-webkit-scrollbar-track {
    background: #CCC;
    border-radius: 10px;
}
.slider ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999;
}


.slider .fade-container {
	position: relative;
}
.slider-container {
	overflow: auto;
	white-space: nowrap;
	height: 239px;
}
.slider-container > div {
	height: 95%;
	background: #000;
}
.slider .slider-fade {
	position: absolute;
	top: 0;
	width: 100px;
	height: 91.5%;
}
.slider .slider-fade.left {
	display: none;
	left: 15px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(90%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.1) 90%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.1) 90%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.1) 90%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.1) 90%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.slider .slider-fade.right {
	right: 15px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.slider .slider-content {
	color: #a5a5a5;
	display: none;
}
.slider .slider-container a {	/* 245x350 | 193x275 | 150x199 */
	display: inline-block;
	width: 240px;	
	height: 100%;
	position: relative;
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #c6c6c6;
	border-right: 1px solid #c6c6c6;
}
.slider .slider-container a.spacer {
	width: 120px;
	display: none;
	cursor: default;
}
.slider .slider-container a > span {
	display: block;
	background: #000 url('/assets/media/images/slider-arrow.png') center 38px no-repeat;
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}
.slider .slider-container a:hover span,
.slider .slider-container a.active span {
	background: #FFF;
}

@media (min-width: 768px) {
	.nav-tabs > li > a {
		font-size: 20px;
		height: 94px;
	}
}


@media (min-width: 990px) {
	.nav-tabs > li > a {
		font-size: 20px;
		height: auto;
	}
	.slider .slider-container a {
		width: 25%;
		
	}
	.slider .slider-container a.spacer {
		width: 12.5%;
		display: inline-block;
	}
	.slider .slider-container a.spacer:last-child { 
		border-right: 0 none;
	}

}
@media (min-width: 1200px) {
	.slider-container {
		height: 299px;
	}
	.slider .slider-container a span {
		height: 80px;
	}
}

.product-shared-array {
	padding-top: 50px;
}
.product-shared-array img {
	display: none;
}
.product-shared-array img.active {
	display: block;
}
.product-shared-array h4 {
	color: #818181;
}
.product-shared-array .toggleable-ele {
	display: none;
}

.product-shared-array .spec-list .col-xs-4 {
	text-align: right;
}
.product-shared-array .spec-row {
	padding-bottom: 12px;
}
.product-shared-array .spec-list img {
	max-height: 286px;
}
@media (min-width: 992px) {
	.product-shared-array .spec-list .col-md-12 {
		text-align: left;
	}
	.product-shared-array .spec-list.col-qty-4 .spec-col.col-md-2 {
		width: 20.8%;
	}
	.product-shared-array .spec-list.col-qty-6 .spec-col.col-md-1 {
		width: 13.8%
	}
	
	
	/* Spec NAMES */
	.product-shared-array .spec-list.col-qty-3 .spec-names.col-lg-1 {
		width: 19.333333%;
	}
	.product-shared-array .spec-list.col-qty-4 .spec-names.col-lg-1 {
		width: 16.333333%;
	}
	
	
	
}
@media (min-width: 1200px) {
	.product-shared-array .spec-list.col-qty-1 .spec-names.col-lg-1 {
		width: 16.333333%;
	}
	.product-shared-array .spec-list.col-qty-2 .spec-names.col-lg-1 {
		width: 16.333333%;
	}
	.product-shared-array .spec-list.col-qty-3 .spec-names.col-lg-1 {
		width: 18.333333%;
	}
		.product-shared-array .spec-list.col-qty-3 .spec-col.col-md-3 {
			width: 27%;
		}
	.product-shared-array .spec-list.col-qty-4 .spec-names.col-lg-1 {
		width: 16.333333%;
	}
	.product-shared-array .spec-list.col-qty-5 .spec-names.col-lg-1 {
		width: 16.333333%;
	}
}
.product-shared-array .spec-list .spec-names .col-md-12 {
	text-align: left;
	
}

#product-shared-specs {
	margin-bottom: 60px;
}
#product-shared-specs h3 {
	margin-top: 0;
}
#product-shared-specs label {
	margin: 0;
}
#product-shared-specs > div {
	margin-bottom: 4px;
}

section.row .related-img.img img,
section.row .access-img.img img {
	max-height: 260px;
}

.rs-toggle-group {
	margin-bottom: 30px;
}
.rs-toggle-group a {
	color: #999999;
	margin-right: 30px;
	display: inline-block;
	text-decoration: none;
	opacity: 0.5;
}
.rs-toggle-group a.active {
	opacity: 1;
}

.icon.ellipse {
	display: inline-block;
	border-radius: 50%;
	background-color: rgb( 153,153,153 );
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.icon.square {
	display: inline-block;
	background-color: rgb( 153,153,153 );
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.active .ellipse, .active .square {
	background-color: rgb( 0,0,0 );
}
#product-shared-specs .active {
	color: #333;
}

#downloads ul li {
	margin-bottom: 10px;
}
ul.no-style {
	list-style: none;
	padding: 0;
}

#product-specs th {
/* 	font-family: "HelveticaNeueW01-Thin",'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-weight: 600;
}
#product-specs thead th:nth-child(1),
#product-specs tbody th {
	text-align: right;
}


.bottom-vids-4 {
	margin-top: 20px;
}
.bottom-vids-4 p {
	margin-bottom: 30px;
}


@media (min-width: 600px) {
	.carousel.home-slideshow .carousel-caption {
		right: -54%;
		width: 54%;
		padding: 12px 10px;
		height: 60px;
	}
	.carousel.home-slideshow .carousel-caption div.caption {
		font-size: 1.5em;
		line-height: 1.5;
	}
	.carousel.home-slideshow {
		height: 350px;
	}
}
@media (min-width: 768px) {
	header div.top-right {
		position: absolute;
		top: 10px;;
		right: 15px;
		text-align: right;
		padding: 0;
	}

	header div.top-right img.social-icon {
		 margin-right: 6px;
	}

	header div.top-left {
		position: absolute;
		top: 10px;
		left: 15px;
		padding: 0;
	}
	header.affix-top div.top-left,
	header.affix-top div.top-right {
		position: fixed;
		z-index: 2000;
	}
	header.affix-top.keyboard div.top-left,
	header.affix-top.keyboard div.top-right {
		position: absolute;
	}
	header div.top-left .btn.btn-default {
		padding: 4px 8px !important;
	}
	
	#search-wrap, #legacy-search-wrap {
	background: #d3d3d3;
	padding: 2px;
	display: inline-block;
	line-height: normal;
	}
	
	#translate-wrap {
	/* background: #d3d3d3; */
	padding: 2px;
	display: inline-block;
	line-height: 30px;
	}
	#header #translate-form .btn-group.bootstrap-select {
		width: 100px;
	}
	
	#search-wrap input, #legacy-search-wrap input {
	margin: 0 0 0 0;
	border: 0 none;
	background: none;
	width: 60px;
	box-shadow: none;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	height: 26px;
	padding: 7px;
	position: static;
	top: auto;
	-webkit-transition: width ease-out 0.4s;
	-ms-transition: width ease-out 0.4s;
	-moz-transition: width ease-out 0.4s;
	-o-transition: width ease-out 0.4s;
	transition: width ease-out 0.4s;
	}
	#search-wrap input:focus {
		width: 150px;
	}
	#search-wrap #do-search img {
		width: 14px;
	}
	
input.invalid, input.invalid:focus {
	border-color: firebrick;
}	
	/*#
	translate-this {
		display: inline-block;
		margin-right: 3px;
	}
	#translate-this div {
		display: none;
	}
	#translate-this .translate-flag {
		background-position: 0px -228px;
		-webkit-transition: box-shadow 0.2s, -webkit-filter 0.2s;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	    filter: gray;
	    -webkit-filter: grayscale(100%);
	    -webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
	}
	
	#translate-this .translate-flag:hover {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	    -webkit-filter: grayscale(0%);
	}
	*/
	.ttb-panel {
		font-family: 'HelveticaNeueW01-45Ligh', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
		position: fixed !important;
	}
	
	.ttb-panel > div:last-child {
		display:none;
	}
	
	
	
	
	
	.carousel.home-slideshow {
		height: 450px;
	}
	.carousel.home-slideshow .carousel-caption {
		right: -50%;
		width: 50%;
		padding: 15px 10px;
		height: 70px;
	}
	.carousel.home-slideshow .carousel-caption div.caption {
		font-size: 1.8em;
	}
	
	
	
	
	
	/* keep full widget on smaller screens */
	@media (max-width: 767px) { 
		body {
			padding-left: 0;
			padding-right: 0;
		}
	}
	
	
	
	
	
	
	
	
	.home-thumbs {
		margin-top: 0px;
	}
	.home-thumbs img{
		width: 100%;
		max-height: 138px;
	}
	
	.home-thumbs p {
		margin-bottom: 0;
		padding: 10px 0 0;
		font-size: 14px;
	}
	
	
	section.normal {
		padding: 145px 0;
	}
	section.normal-bottom {
		padding-bottom: 145px;
	}
	section.row .img {
		margin-bottom: 0px;
	}
	
	
	
}
@media (min-width: 960px) {
	.carousel.home-slideshow .carousel-caption {
		right: -42%;
		width: 42%;
		
	}
}
@media (min-width: 990px) {
	.home-thumbs .col-md-3 {
		padding: 15px 0 10px;
		border-right: 2px solid #DDD;
	}
	.home-thumbs .col-md-3:first-child {
		border-left: 2px solid #DDD;
	}
	#product-shared-specs {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.carousel.home-slideshow .carousel-caption {
		right: -38%;
		width: 38%;
	}

}
@media (min-width: 1400px) {
	.carousel.home-slideshow .carousel-caption {
		right: -30%;
		width: 30%;
	}

}
/*

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100% !important;
}
*/



.carousel-indicators {
	display: none;
}
.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left,.carousel .active.right {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

.carousel-control.left {
	background: none;
}

.carousel-control {
	display: none;
	top: auto;
	bottom: 30px;
	width: 2%;
	color: #818181;
	opacity: 1;
}
.controls .carousel-control {
	display: inline-block;
}


/* Temporarily hide the homepage caption */
#home-slideshow-container .carousel.home-slideshow .item:nth-child(1) .carousel-caption,
#home-slideshow-container .carousel.home-slideshow .item:nth-child(2) .carousel-caption {
    display: none;
}







.contact-title {
	font-size: 20px;
}


.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}



.recog-list > .col-xs-12 > .row {
	margin-bottom: 80px;
}
.recog-list h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	margin-top: 10px;
	color: #00a3e1;
}
/* Begin Style Information for Single Column Timeline */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px; /* Changed to left */
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: right; /* changed to right */
  /* border: 1px solid #d4d4d4; */
  /*border-radius: 2px;*/
  padding: 10px;
  position: relative;
  /*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
  /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px; /* changed to left */
  display: inline-block;
  /*border-top: 15px solid transparent;
  border-left: 0px solid #ccc;*/ /* Changed left right px */
  /*border-right:15px solid #ccc;
  border-bottom: 15px solid transparent;*/
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px; /* Changed to left */
  display: inline-block;
  /*border-top: 14px solid transparent;
  border-left: 0 solid #fff; */ /* Changed left right px */
  /*border-right: 14px solid #fff;
  border-bottom: 14px solid transparent;*/
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 1.0em;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 25px; /* change to left and changed from 0 to 25px*/
  margin-left: -25px;
  background-color: #818181;
  z-index: 100;
  /*border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;*/
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left; /* Changed to left */
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/* End Style Information for Single Column Timeline */


/* Admin Login */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  background-color: #f3f3f3;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font: 15px 'Segoe UI',Arial,sans-serif;
  background-color: #EAEBE5;
  height: auto;
  padding: 10px;
  color:#7e8c8d;
  outline:none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#recover input[type="email"] {
  margin-bottom: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*___________________________________*/
.login-container {
  border-top: 2px solid #aaa;
  box-shadow:  0 2px 10px rgba(0,0,0,0.8);
  width:288px;
  height:321px;
  margin:0 auto;
  position:relative;
  z-index:1;
  
  -moz-perspective: 800px;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.login-container form {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  
  /* Enabling 3d space for the transforms */
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  
  /* When the forms are flipped, they will be hidden */
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  /* Enabling a smooth animated transition */
  -moz-transition:0.8s;
  -webkit-transition:0.8s;
  transition:0.8s;

}


.login-container.flipped .form-signin{
  
  opacity:0;
  
  /**
   * Rotating the login form when the
   * flipped class is added to the container
   */
  
  -moz-transform:rotateY(-180deg);
  -webkit-transform:rotateY(-180deg);
  transform:rotateY(-180deg);
}

.login-container.flipped #recover{
  
  opacity:1;
  
  /* Rotating the recover div into view */
  -moz-transform:rotateY(0deg);
  -webkit-transform:rotateY(0deg);
  transform:rotateY(0deg);
}


.form-signin {
  z-index:100;
}

  
  /* Enabling 3d space for the transforms */
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  
  /* When the forms are flipped, they will be hidden */
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  /* Enabling a smooth animated transition */
  -moz-transition:0.8s;
  -webkit-transition:0.8s;
  transition:0.8s;

}

#login{
  background: #f3f3f3;
  z-index: 100;
}



#recover{
  background:#f3f3f3;
  z-index:1;
  
  /* Rotating the recover password form by default */
  -moz-transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
  transform:rotateY(180deg);
}

#formContainer.flipped #login{
  
  opacity:0;
  
  /**
   * Rotating the login form when the
   * flipped class is added to the container
   */
  
  -moz-transform:rotateY(-180deg);
  -webkit-transform:rotateY(-180deg);
  transform:rotateY(-180deg);
}

#formContainer.flipped #recover{
  
  opacity:1;
  
  /* Rotating the recover div into view */
  -moz-transform:rotateY(0deg);
  -webkit-transform:rotateY(0deg);
  transform:rotateY(0deg);
}


/*----------------------------
  Inputs, Buttons & Links
-----------------------------*/


#login .flipLink,
#recover .flipLink{  
  height: 50px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 50px;
}

#triangle-topright {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
  height: 0;
  border-top: 100px solid #ddd; 
  border-left: 100px solid transparent;
}

#triangle-topleft {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right:auto;
  left:0;
  width: 0;
  height: 0;
  border-top: 50px solid #ddd;
  border-right: 50px solid transparent;     
}

#recover .flipLink{
  right:auto;
  left:0;
}

#forkongithub a {
  box-sizing: content-box;
  background:#ddd;
  color:#fff;
  text-decoration:none;
  font-family:arial, sans-serif;
  text-align:center;
  font-weight:bold;
  padding:5px 40px;
  font-size:1rem;
  line-height:2rem;
  position:relative;
  transition:0.5s;
}

#forkongithub a:hover {
  background:#aaa;
  color:#fff;
}

#forkongithub a::before, #forkongithub a::after {
  content:"";
  width:100%;
  display:block;
  position:absolute;
  top:1px;
  left:0;
  height:1px;
  background:#fff;
}

#forkongithub a::after {
  bottom:1px;
  top:auto;
}

@media screen and (min-width:800px){
  #forkongithub {
    position:absolute;
    display:block;
    top:0;
    right:0;
    width:200px;
    overflow:hidden;
    height:200px;
  }

  #forkongithub a {
    width:200px;
    position:absolute;
    top:60px;
    right:-60px;
    transform:rotate(45deg);
      -webkit-transform:rotate(45deg);
    box-shadow:2px 2px 10px rgba(0,0,0,0.8);
  }
}

/* End Admin Login */