@charset "UTF-8";

html{box-sizing: border-box}*, *:before, *:after{box-sizing: inherit}img{max-width: 100%; height: auto; min-height: 1px}img.alignright{float:right;margin:0 0 1em 1em}img.alignleft{float:left;margin:0 1em 1em 0}img.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignright{float:right}.alignleft{float:left}.aligncenter{display:block;margin-left:auto;margin-right:auto}a, button, input, textarea, select{outline: none!important}

a:hover, a:focus{text-decoration: none!important}

/* =============================================================================
   header
   ========================================================================== */
#header{
	background: #f7f7f7;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
	font-family: 'Dosis', sans-serif;
}
	.header-top{
		height: 98px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
		.header-top > div{
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0;
			-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
			-webkit-align-self: auto;
			-ms-flex-item-align: auto;
			align-self: auto;
		}
		#header-description{
			color: #626262;
			font-weight: 200;
			font-size: 23px;
			line-height: 27px
		}
			#header-description p{margin: 0}
	
	#header .container{
		position: relative;
		padding-bottom: 44px;	
	}
	
	#header-items{position: absolute; bottom: 0; left: 0; width: 100%; background-color: #f7f7f7}
		.header-items-inner{
			border-top: 1px solid #dfdede;
			position: relative;
			margin: 0 auto;
			width: 100%;
			max-width: 960px;
		}
			#primary-menu{font-size: 15px; line-height: 19px}
			#primary-menu ul{list-style: none; padding: 0; margin: 0}
				#primary-menu > ul > li{display: table; height: 44px; float: left}
					#primary-menu > ul > li > a{
						display: table-cell;
						vertical-align: middle;
						padding: 4px 20px;
						position: relative;
					}
					#primary-menu > ul > li > a:after{
						content: '';
						display: block;
						width: 1px;
						height: 24px;
						position: absolute;
						top: 50%;
						margin-top: -12px;
						right: 0;	
						background-color: #dfdede
					}
					#primary-menu > ul > li > ul{
						display: none;
						position: absolute;
						top: 100%;
						left: 0;
						width: 100%;
						border-top: 5px solid #232323;
						background-color: #fff;
						padding: 5px 0;
						-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
						-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
						box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
						overflow: hidden;
						z-index: 1000;
					}
					#primary-menu > ul > li:hover > ul{display: block}
						#primary-menu > ul > li > ul > li{display: block; width: 25%; float: left}
							#primary-menu > ul > li > ul > li > a{display: block; text-align: center; padding: 10px 5px; position: relative}
								#primary-menu > ul > li > ul > li > a:before{content: ''; display: block; width: 1px; height: 24px; position: absolute; top: 50%; margin-top: -12px; left: 0; background-color: #dfdede}
								#primary-menu > ul > li > ul > li:nth-child(4n+1) > a:before{display: none}
							
					#primary-menu > ul > li:hover > a,
					#primary-menu > ul > li.current-menu-item > a, #primary-menu > ul > li.current-menu-parent > a, #primary-menu > ul > li.current-menu-ancestor > a,
					#primary-menu > ul > li.current-page-item > a, #primary-menu > ul > li.current-page-parent > a, #primary-menu > ul > li.current-page-ancestor > a,
					#primary-menu > ul > li.current_page_item > a, #primary-menu > ul > li.current_page_parent > a, #primary-menu > ul > li.current_page_ancestor > a{
						color: #009ee3;
						text-decoration: none;
						background: rgb(54,54,54);
						background: -moz-linear-gradient(top, rgba(54,54,54,1) 0%, rgba(35,35,35,1) 100%);
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,54,54,1)), color-stop(100%,rgba(35,35,35,1)));
						background: -webkit-linear-gradient(top, rgba(54,54,54,1) 0%,rgba(35,35,35,1) 100%);
						background: -o-linear-gradient(top, rgba(54,54,54,1) 0%,rgba(35,35,35,1) 100%);
						background: -ms-linear-gradient(top, rgba(54,54,54,1) 0%,rgba(35,35,35,1) 100%);
						background: linear-gradient(to bottom, rgba(54,54,54,1) 0%,rgba(35,35,35,1) 100%);	
					}
					
						#primary-menu > ul > li:hover > a:after,
						#primary-menu > ul > li.current-menu-item > a:after, #primary-menu > ul > li.current-menu-parent > a:after, #primary-menu > ul > li.current-menu-ancestor > a:after,
						#primary-menu > ul > li.current-page-item > a:after, #primary-menu > ul > li.current-page-parent > a:after, #primary-menu > ul > li.current-page-ancestor > a:after, 
						#primary-menu > ul > li.current_page_item > a:after, #primary-menu > ul > li.current_page_parent > a:after, #primary-menu > ul > li.current_page_ancestor > a:after{display: none}
						
							#primary-menu > ul > li > ul > li:hover > a,
							#primary-menu > ul > li > ul > li.current-menu-item > a, #primary-menu > ul > li > ul > li.current-menu-parent > a, #primary-menu > ul > li > ul > li.current-menu-ancestor > a,
							#primary-menu > ul > li > ul > li.current-page-item > a, #primary-menu > ul > li > ul > li.current-page-parent > a, #primary-menu > ul > li > ul > li.current-page-ancestor > a,
							#primary-menu > ul > li > ul > li.current_page_item > a, #primary-menu > ul > li > ul > li.current_page_parent > a, #primary-menu > ul > li > ul > li.current_page_ancestor > a{color: #636263; text-decoration: none}
			
#mobile-toggle{display: none}


#header-search{font-family: Verdana, Geneva, sans-serif; padding-top: 10px; width: 240px; position: relative; padding-right: 50px}
	#header-search input[type="search"]{
		height: 25px;
		border: 1px solid #ddd;
		padding: 0 5px;
		width: 100%;
		border-radius: 4px;
	}
	#header-search .btn{
		top: 10px;
		right: 0;
		position: absolute;
		float: right;
		padding: 3px 10px;
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
		background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
		background: -webkit-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
		background: -o-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
		background: -ms-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
		background: linear-gradient( center top, #ffec64 5%, #ffab23 100% );
		background-color: #ffec64;
		border-color: #ffaa22;
		color: #333;
	}
	#header-search .btn:hover{
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
		background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
		background: -webkit-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
		background: -o-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
		background: -ms-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
		background: linear-gradient( center top, #ffab23 5%, #ffec64 100% );
		background-color: #ffab23;
		border-color: #ffaa22;
		color: #333;	
	}

/* =============================================================================
   content
   ========================================================================== */
#content{padding: 25px 0}

.block-title{
	border-left: 5px solid #3ab5ed;
	padding-left: 10px;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	position: relative
}
	.block-title:after{
		content: '';
		display: block;
		position: absolute;
		left: -5px;
		bottom: -7px;
		right: 0;
		height: 1px;
		background-color: #dfdede;
	}
	.home .block-title:after{display: none}

.bordered-row{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;	
}
	.bordered-row > div{
		position: relative;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;	
	}
	.bordered-row > div:nth-child(even){border-left: 1px solid #dfdede}

.content-block p{margin: 0}
.content-block ul{padding-left: 18px; margin: 0}

.content-block p + *,
.content-block ul + *,
.content-block * + p,
.content-block * + ul{margin-top: 15px}

.content-block * + h1,
.content-block * + h2,
.content-block * + h3,
.content-block * + h4,
.content-block * + h5,
.content-block * + h6{margin-top: 30px}

.block-regular-content + .block-regular-content,
.content-block + .content-block{margin-top: 30px}

.content-block a[href$=".pdf"]{
	color: #000;
	padding: 0 14px 0 0;
	background-repeat: no-repeat;
	background-position: 100% center;
	text-decoration: underline;
}
.content-block a[href$=".pdf"]:hover{text-decoration: none}
.content-block a[href$=".pdf"]{background-image: url(../images/pdf.png)}

.btn-pdf{
	border-color: #e0e1e3;
	background-color: #e0e1e3;
	position: relative;
	padding-right: 30px;
}
.btn-pdf:hover{
	color: #fff;
	border-color: #c0c0c0;
	background-color: #c0c0c0;	
}
.btn-pdf:after{
	content: '';
	display: block;
	width: 10px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/pdf.png)	
}

.image-wrap{margin: 0 0 25px 0}

#banner-scroller .simply-scroll{
	margin: 0;
	padding: 25px 0;
	border-top: 1px solid #dfdede;
	height: 127px	
}

* + .read-more-link{display: inline-block; margin-top: 15px}

/* =============================================================================
   partners
   ========================================================================== */
.partners-row{margin: -5px}
	.partners-row .partner-item{padding: 5px; width: 20%; float: left}
	.partners-row .partner-item:nth-child(5n+1){clear: left}
		.partners-row .partner-item .partner-inner{
			display: table;
			width: 100%;
			height: 100%;
			position: relative;
			height: 92px;
			border: 1px solid #eee
		}
			.partners-row .partner-item .partner-inner .partner-img{
				padding: 5px;
				display: table-cell;
				vertical-align: middle;	
			}
				.partners-row .partner-item .partner-inner img{display: block; margin: 0 auto}
				
.modal-logo + .content-block{margin-top: 15px}

/* =============================================================================
   people
   ========================================================================== */
.people-row{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: -5px
}
	.people-row .person-outer{
		width: 33.3%;
		float: left;
		padding: 5px;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}

.person-meta{position: relative}
.person-meta.has-image{
	padding-left: 96px;
	min-height: 86px;	
}
	.person-image{position: absolute; top: 0; left: 0}
		.person-meta img{display: block}
	.person-inner h2{margin: 0 0 8px 0; position: relative; top: -4px}
		.person-inner h2 small{
			font-size: 12px;
			line-height: 14px;
			display: block;
			font-weight: 400;
			margin: 0
		}
	.person-inner .person-info p{margin: 7px 0 0 0}


.people-row .col-sm-4:nth-child(n+4){margin-top: 30px}
.people-row .col-sm-4:nth-child(3n+1){clear: left}

.person-inner{padding: 10px; border: 1px solid #eee; position: relative; height: 100%}

/* =============================================================================
   news
   ========================================================================== */
.news-post + .news-post{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #dfdede;
}
.news-post.has-thumbnail{min-height: 86px; padding-left: 101px; position: relative}
.home .news-post.has-thumbnail{min-height: 50px; padding-left: 65px}
	.news-post.has-thumbnail .post-thumb{width: 86px; height: 86px; position: absolute; top: 0; left: 0;}
	.home .news-post.has-thumbnail .post-thumb{width: 50px; height: 50px;}
	
.news-post + .news-post.has-thumbnail{min-height: 91px}
.home .news-post + .news-post.has-thumbnail{min-height: 65px}
	.news-post + .news-post.has-thumbnail .post-thumb{top: 15px}

.news-post h2{margin: 0 0 10px 0}
.news-post h2{font-family: 'Dosis', sans-serif}


/* =============================================================================
   products
   ========================================================================== */
ul.products-links{margin: -5px; padding: 0; list-style: none; overflow: hidden}
	ul.products-links li{width: 50%; float: left; padding: 5px}


#breadcrumbs{margin: 0 0 20px 0}

.products-grid{
	list-style: none;
	padding: 0;
	margin: 0 -5px;	

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
	.products-grid li{
		float: left; 
		width: 25%;
		padding: 5px;
	    -webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}
		.products-grid li .products-grid-item{
			display: block;
			height: 100%;
			position: relative;
			padding: 16px;
			border: 1px solid #eee;
			text-align: center
		}
			.products-grid li .products-grid-item h2{
				font-family: 'Dosis', sans-serif;
				margin: 0;
				line-height: 1.25em	
			}
			.products-grid-item .products-grid-thumb{
				width: 100%;
				margin-bottom: 15px
			}
				.products-grid-item .products-grid-thumb img{display: block; margin: 0 auto}

ul.products-list{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #dfdede;	
}
	ul.products-list li + li{
		border-top: 1px solid #dfdede;	
	}
		ul.products-list li > a{
			display: block;
			position: relative;
			padding: 5px 5px 5px 20px;
			background-image: url(../images/sub_nav_arrow.png);
			background-repeat: no-repeat;
			background-position: 7px center;
		}
		
/* single product */
.product-manufacturer{
	border: 1px solid #dfdede;
	margin: 20px 0;
	padding: 10px 20px;
	display: table;
	width: 100%
}
	.product-manufacturer > div{
		display: table-cell;
		vertical-align: middle;
	}
	.product-manufacturer > .manufacturer-logo{width: 154px; text-align: center}
	.product-manufacturer > .manufacturer-info{padding-left: 30px}
		.product-manufacturer > .manufacturer-info > h3{margin: 0}

.search-result-count{margin-bottom: 20px}
.search-results + .search-results{margin-top: 15px; padding-top: 15px; border-top: 1px solid #ddd}
.search-results h6{margin: 0}
.search-results h6 + h6{margin-top: 10px}

.search-result-title{text-transform: capitalize}		
		
/* =============================================================================
   footer
   ========================================================================== */
#footer{position: relative}
	.footer-inner{border-top: 1px solid #dfdede; padding: 5px 0 20px 0; position: relative}

	.footer-contacts{margin: 0; padding: 0 15px 0 0; list-style: none}
		.footer-contacts li{margin-right: 15px; margin-top: 15px; float: left}

a#ama{
	display: inline-block;
	position: absolute;
	top: 23px;
	right: 0;
	color: #000;
	opacity: 0.35;
	font-size: 10px;
	line-height: 10px;	
}
	a#ama:hover{opacity: 0.75; text-decoration: none}
		
.modal-footer button.btn{float: left}
.modal-footer a.btn{float: right}
		
.modal-body .arve-embed-container{position: relative}			
	.modal-body .arve-embed-container iframe,
	.modal-body .arve-embed-container object,
	.modal-body .arve-embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
	
	.modal-body .arve-wrapper + .arve-wrapper{margin-top: 15px}	
			
/* =============================================================================
   media query
   ========================================================================== */
@media (min-width: 768px){
	.modal {
		text-align: center;
		padding: 0!important;
	}
	.modal:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -4px;
	}
	.modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
	
	#primary-menu{float: left}	
	#header-search{float: right}
}
@media (max-width: 767px){
	.modal{padding: 0!important}
	.modal-dialog{
		position: fixed;
		margin: 0;
		width: 100%;
		height: 100%;
		left: 0!important;
		top: 0!important;	
	}
		.modal-content{height: 100%!important; padding-bottom: 62px}
			.modal-content .modal-footer{position: absolute; left: 0; bottom: 0; width: 100%}
}

@media (max-width: 768px){
	.noscroll{overflow: hidden}
	
	#wrapper{padding-top: 70px}
	#header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
		.header-top{height: 70px}
			.header-top #header-logo{padding: 10px 15px}
				.header-top #header-logo img{max-height: 52px}
	
	.admin-bar #header{top: 46px}
		#header .container{padding-bottom: 0}
		
			#header-logo{width: 100%; position: relative; z-index: 1000}
			#header-description{display: none}
		
		#header-items{display: none}
	
	.footer-contacts li{width: 100%; float: none}
	
	#mobile-toggle{
		display: block;
		float: right;
		border: 1px solid rgba(0, 0, 0, 0.5);
		width: 50px;
		height: 50px;
		position: absolute;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		top: 50%;
		z-index: 9000;
		margin-top: -25px;
		right: 15px;
		transition: 0.6s ease;
		transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
		background-color: transparent;
	}
		#mobile-toggle .menui {
			width: 34px;
			left: 50%;
			margin-left: -17px;
			height: 1px;
			background: rgba(0, 0, 0, 0.5);
			transition: 0.6s ease;
			transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
			position: absolute;
		}
		#mobile-toggle .top-menu{top: 16px}
		#mobile-toggle .mid-menu{top: 24px}
		#mobile-toggle .bot-menu{top: 32px}
		#mobile-toggle .top-menu.animate{top: 24px!important; -webkit-transform: rotate(45deg); transform: rotate(45deg)}
		#mobile-toggle .mid-menu.animate{opacity: 0}
		#mobile-toggle .bot-menu.animate{top: 24px !important; -webkit-transform: rotate(-225deg); transform: rotate(-225deg)}
	
	#header-items{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #f7f7f7;
		padding-top: 70px;
	}
	.admin-bar #header-items{top: 46px}
		#primary-menu > ul > li{width: 100%; float: none}
			#primary-menu > ul > li > a:after{display: none!important}

	#primary-menu > ul > li:hover > ul{display: none!important}

	.partners-row .partner-item{width: 25%}
	.partners-row .partner-item:nth-child(5n+1){clear: none}
	.partners-row .partner-item:nth-child(4n+1){clear: left}
}

@media (max-width: 767px){
	.col-sm-6 + .col-sm-6{margin-top: 30px}	
}

@media (max-width: 680px){
	.col-xs-6{width: 100%}
	.col-xs-6 + .col-xs-6{margin-top: 30px}
	
	.image-wrap{text-align: center}
	
	.products-grid li,
	.people-row .person-outer{width: 50%}	
}

@media (max-width: 560px){
	.partners-row .partner-item{width: 33.3%}
	.partners-row .partner-item:nth-child(5n+1),
	.partners-row .partner-item:nth-child(4n+1){clear: none}
	.partners-row .partner-item:nth-child(3n+1){clear: left}
	
	.products-grid li,
	.people-row .person-outer{width: 100%}
}

@media (max-width: 480px){	
	.partners-row .partner-item{width: 50%}
	.partners-row .partner-item:nth-child(5n+1),
	.partners-row .partner-item:nth-child(4n+1),
	.partners-row .partner-item:nth-child(3n+1){clear: none}
	.partners-row .partner-item:nth-child(2n+1){clear: left}
}