/*Added code*/
#header_contact{
	background:url('../image/CTA_Close.png') right center no-repeat;
	overflow: hidden;
	padding-right:90px;
	width:0px;
	height:103px;
	display:block;
	transition:all 0.3s ease;
	cursor:pointer;
	position:fixed;
	left:100%;
	top:50%;
	-ms-transform: translate(-100%,-50%); /* IE 9 */
	-webkit-transform: translate(-100%,-50%); /* Safari */
	transform: translate(-100%,-50%);
	z-index:9999;
	font-size:12px;
}

#header_contact > div:first-child{
	width:0px;
	overflow:hidden;
	color:#fff;
}

#header_contact.open{
	background:url('../image/CTA_open.png') right center no-repeat;
	width:233px;
}

#header_contact.open > div:first-child{
	width:auto;
}

#header_contact.open > div:first-child table{
	margin:14px 0px 0px 18px;
}

#header_contact.open > div:first-child table thead td{
	text-transform: uppercase;
	font-size:18px;
	font-weight:bold;
}

header{
	background: -webkit-linear-gradient(#fff, #e2e2e2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #e2e2e2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #e2e2e2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #e2e2e2); /* Standard syntax */
	box-shadow: 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 10px 3px rgba(0,0,0,0.2), 0px 0px 0px rgba(0,0,0,0); /* tleft troght bright bleft*/

	padding:10px 0px;
	position:relative;

	font-family: 'Lato', sans-serif;

	min-width:1105px;
	z-index: 3;
}

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

.container{
	width:1105px;
	display:block;
	position:relative;
	margin:auto;
}

.list-unstyled{
	list-style: none !important;
	padding:0px;
}

.login_header{
	margin:12px 0px;
	float:right;	
	background: -webkit-linear-gradient(#cfcfcf, #c2c2c2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cfcfcf, #c2c2c2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cfcfcf, #c2c2c2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cfcfcf, #c2c2c2); /* Standard syntax */
	padding:10px 22px;
	line-height: 100%;
	font-weight:300;
	color:#fff;
	border-radius:50px 0px 0px 50px;
	position:relative;

	box-shadow:0px -1px 1px 1px white, 0px 0px 0px 0px white , 0px 1px 1px 1px #AEAEAE , 0px -1px 0px 0px white;
}

.login_header::before{
	content:'';
	display:inline-block;
	vertical-align: middle;
	background:url('../image/Navigation_Login.png') center center no-repeat;
	width:13px;
	height:18px;
	margin-right:7px;
}
/*
.login_header::after{
	content:'';
	height:100%;
	width:1px;
	background: -webkit-linear-gradient(left,#B6B6B6, #fff); 
	background: -o-linear-gradient(left,#B6B6B6, #fff); 
	background: -moz-linear-gradient(left,#B6B6B6, #fff);
	background: linear-gradient(left,#B6B6B6, #fff); 
	position:absolute;
	z-index:2;
	display:block;
	top:0px;
	right:0px;
}
*/

.login_header a{
	color:#fff;
	text-shadow:1px 1px 3px rgba(0,0,0,0.2);
	text-decoration: none;
	vertical-align: middle;
	font-size:12px;
	line-height: 100%;
	
}

/* cart */
#cart {
	margin:12px 0px;
	float:right;
	display:block;
}

#cart > .btn::before{
	content:'';
	background:url('../image/Navigation_Cart.png') center center no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
	vertical-align: middle;
	margin-right:7px;
}

#cart > button i{
	display:none;
}

#cart > .btn {
	font-size: 12px;
	line-height: 100%;
	text-shadow:1px 1px 3px rgba(0,0,0,0.2);
	font-family: 'Lato', sans-serif;
	font-weight:400;

	color: #FFF;
	border:0px;
	width:140px;

	background: -webkit-linear-gradient(#cfcfcf, #c2c2c2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cfcfcf, #c2c2c2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cfcfcf, #c2c2c2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cfcfcf, #c2c2c2); /* Standard syntax */

	border-radius:0px 50px 50px 0px;
	outline:none;

	box-shadow:0px -1px 1px 1px white, 0px 0px 0px 0px white , 0px 1px 1px 1px #AEAEAE , 0px 0px 0px 0px white;

}
#cart.open > .btn {
	background-image: none;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;

}
#cart.open > .btn:hover {
	color: #444;
}

#cart.open > .dropdown-menu{
	max-height:500px;
	box-shadow:0px 0px 5px 10px rgba(0,0,0,0.1);
	overflow: auto;
	display:block;
}

#cart .dropdown-menu {
	position:absolute;
	right:0px;
	background: #eee;
	z-index: 3;
	max-height:0px;
	overflow: hidden;
	transition:all 0.3s ease;
	width:calc(100% - 253px);
	max-width:100%;
	margin:0px;
	display:none;
	list-style: none;

}

#cart .dropdown-menu table {
	margin-bottom: 10px;
	width: 100%;
    margin-top: 20px;
    font-size:13px;
    

}

#cart .dropdown-menu table td{
	vertical-align: middle;
	color:#0b5080;
}

#cart .dropdown-menu table td button{
	margin: auto;
    display: block;
}

#cart .dropdown-menu table td a{
	color:#0b5080;
	font-size:14px;
	text-transform: capitalize;	
}

#cart .dropdown-menu li:last-child,
#cart .dropdown-menu li:last-child table td{
	text-align:right !important;
}

#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}


/* logo */
#logo {
	margin: 0px;
	display:inline;
}


.cmenu{
	width:825px;
	position: absolute;
	top:76px;
	right:0px;
	display:inline-block;
	float:right;
	clear:right;
}

.cmenu::before{
	content:'';
	width:100%;
	height:2px;
	background: -webkit-linear-gradient(#cfcfcf, #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cfcfcf, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cfcfcf, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cfcfcf, #fff); /* Standard syntax */
	display:block;
	position:absolute;
	top:3px;
	
}

.cmenu a{
	display:inline-block;
	width:12.5%;
	text-align:center;
	padding:20px 0px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	position:relative;
}

.cmenu a::before{
	content:'';
	opacity:0;

	position:absolute;
	top:0px;
	left:50%;
	-ms-transform: translateX(-50%); /* IE 9 */
	-webkit-transform: translateX(-50%); /* Safari */
	transform: translateX(-50%);

	background: -webkit-linear-gradient(#C8C8C8, #ABABAB); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#C8C8C8, #ABABAB); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#C8C8C8, #ABABAB); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#C8C8C8, #ABABAB); /* Standard syntax */

	border-radius:50px;
	width:30%;
	height:7px;

	box-shadow:0px -1px 1px 0px white, 0px 0px 0px 0px white , 0px 1px 1px 1px #AEAEAE , 0px 0px 0px 0px white;

	transition:opacity 0.3s ease;
}

.cmenu a:hover::before,
.cmenu a.active::before{
	opacity:1;
}
.owl-controls .owl-dots{
	text-align: center;
	position:relative;
	padding:15px 20px 4px;
	position:relative;
	overflow: hidden;
}
.owl-controls .owl-dots::before{
	content:'';
	border-top:1px solid #9A9C9C;
	height:35px;
	width:calc(100% - 19px);
	left:50%;
	display:block;
	background:#fff;
	position:absolute;
	top:8px;
	-ms-transform: translateX(-50%); /* IE 9 */
	-webkit-transform: translateX(-50%); /* Safari */
	transform: translateX(-50%);	
	z-index: 2;
}

.owl-controls{
	display:table;
	margin:0px auto;
	margin-top:-42px;
	position:relative;
}

.owl-controls::after{
	content:'';
	background:red;
	width:90%;
	height:34px;
	display:block;
	position:absolute;
	bottom: 0px;
	left: 50%;
	border-radius:100% 100% 0px 0px;
	
	box-shadow:0px 0px, 0px 5px 40px rgba(0,0,0,0.8);

	-ms-transform: translateX(-50%); /* IE 9 */
	-webkit-transform: translateX(-50%); /* Safari */
	transform: translateX(-50%);

	z-index:1;
}

.owl-controls .owl-dot:last-child::after,
.owl-controls .owl-dot:first-child::before{
	content:'';
	width:12px;
	height:40px;
	background:#fff;
	border-left:1px solid #9A9C9C;
	display:block;
	position:absolute;
	top:-6px;
	left:-17px;
	-ms-transform: rotate(14deg); /* IE 9 */
	-webkit-transform: rotate(14deg); /* Chrome, Safari, Opera */
	transform: rotate(14deg);
}

.owl-controls .owl-dot:last-child::after{
	border-left:0px;
	border-right:1px solid #9A9C9C;
	left:calc(100% + 4px) !important;
	-ms-transform: rotate(-14deg); /* IE 9 */
	-webkit-transform: rotate(-14deg); /* Chrome, Safari, Opera */
	transform: rotate(-14deg);
}

.owl-controls .owl-dot{
	border-radius: 50px;
	border:1px solid #ccc;
	display:inline-block;
	padding:4px;
	position:relative;
	z-index: 4;
	background: -webkit-linear-gradient(#ADADAD, #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ADADAD, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ADADAD, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ADADAD, #fff); /* Standard syntax */

}

.owl-controls .owl-dot + .owl-dot{
	margin-left:7px;
}

.owl-controls .owl-dot > span{
	width:10px;
	height:10px;
	border-radius:10px;
	transition:all 0.3s ease;
	display: block;
	position:relative;
	z-index: 5;
}
.owl-controls .owl-dot:hover > span,
.owl-controls .owl-dot.active > span{
	background:#1E0047;
}

#slideshow0{
	position:relative;
}

#slideshow0::after{
	content:'';
	display:block;
	background:transparent;
	height:20px;
	width:100%;
	position:absolute;
	z-index:-1;
	top:100%;

	-ms-transform: translateY(-100%); /* IE 9 */
	-webkit-transform: translateY(-100%); /* Safari */
	transform: translateY(-100%);

	border-radius:0px 0px 100% 100%;

	box-shadow:0px 0px, 0px 5px 40px rgba(0,0,0,0.8);
}

.home{
	text-align: center;
	padding-top:45px;
	line-height:123%;
}

.home h2{
	font-size:36px;
	color:#0b5283;
	
}

.home table{
	margin:0px auto;
}

.home table:first-of-type{
	margin-bottom: 42px;
}


.home table:not(:first-of-type){
	width:257px;
	display:inline-table;
	vertical-align: top;
	background:url('../image/Home_ShortcutBox.png') center top no-repeat;
}

.home table:not(:first-of-type) td{
	width:223px;
	padding:0px 17px;
}

.home table:not(:first-of-type) tr:first-child td{
	height:175px;
	padding-top:30px;
	vertical-align: middle;
}

.home table:not(:first-of-type) tr:not(:first-child) td{
	text-align:left;
}
.home table:not(:first-of-type) tr:nth-child(2) td{
	font-size:30px;
	font-weight:600;
	color:#666666;
	padding-top:13px;
	padding-bottom:20px;
}

.home table:not(:first-of-type) tr:nth-child(3) td{
	height: 86px;
	text-align: justify;
	font-size:12px;
	padding-bottom:25px;
}

.home table:not(:first-of-type) + table:not(:first-of-type){
	margin-left:20px;
}

#banner0{
	position:relative;
	margin-top:50px;
}

#banner0::before{
	content:'';
	width:100%;
	height:20px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	box-shadow:0px 0px, 0px 5px 40px rgba(0,0,0,0.8);
	border-radius:100% 100% 0px 0px;
}

.distributors > div > table table tr td:last-child::first-line,
strong,
b{
	color:#0b5080;
	font-weight:bold;
}

td{
	position:relative;
	vertical-align: top;
}


/*Added end*/
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background:url('../image/Background.png') center center repeat;
	min-width:1105px;
	color: #666;
	font-size: 14px;
	width: 100%;
	margin:0px !important;
	padding:0px !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}


/* footer */

footer::before{
	content:'';
	width:100%;
}

footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom:38px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	color: #000;
	font-size:12px;
	line-height:143%;
}

footer p {
	margin:0px;
}

footer .row > *{
	width:225px;
	display:inline-block;
	vertical-align: top;
}


footer .row > *:nth-last-child(1),
footer .row > *:nth-last-child(2){
	vertical-align: bottom;
	width:230px;
	text-align: right;
	margin-bottom:35px;
}

footer .row > * + * {
	margin-left:58px;
}

footer .row > p:last-child{
	float:right;
	-ms-transform: translateY(-100%); /* IE 9 */
	-webkit-transform: translateY(-100%); /* Safari */
	transform: translateY(-100%);
	margin-bottom:0px;
	margin-right:20px;
	width:250px;
}

footer b,
footer a {
	color: #133959;
	font-weight:bold;
	text-transform: uppercase;
}


footer h5 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	margin:0px;
	margin-top:22px;
	margin-bottom:16px;
}

footer .fart + .fart{
	margin-top:24px;
}

footer h5::after{
	content:'';

	width:100%;
	height:2px;
	
	display: block;
	background: -webkit-linear-gradient(#ADADAD, #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ADADAD, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ADADAD, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ADADAD, #fff); /* Standard syntax */

	margin-top:16px;
}

.custom_new_footer{
	width:225px;
}

.breadcrumb{
	display:none;
}


/*Specific target header1 and header2 as some files use h2 instead of h1*/
body > div.container > div.row > div#content > h2:first-child,
body > div.container > div.row > div#content > h1:first-child{
	line-height: 100%;
	padding:25px 25px 30px;
	font-size:30px;
	color:#636363;
	text-transform: uppercase;
	background:url('../image/About_HeaderBar.png') left top no-repeat;
	background-size:100% 100%;
	margin:0px -32px 35px;
	position: relative;
	top: -4px;
}

/* content */
#content:not(.home) {
	position:relative;
	min-height: 600px;
	padding:0px 26px 35px;
	box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
	background:#fff;
	margin:60px 5px;
	display: table;
	min-width:calc(1105px - 56px);

}

.faqs > div,
.about-us > div{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
	-moz-column-gap: 50px; /* Firefox */
	column-gap: 50px;
}

.events td:first-child{
	padding-left:10px;
	padding-right:50px;
}

.events td{
	padding-top:35px;
	padding-bottom:35px;
}

.events tr:first-child td{
	padding-top:0px;
}


.events tr:not(:last-child) td{
	border-bottom:1px solid #ccc;
}


.events table{
	width:95%;
	margin:0px auto;
	border-collapse: collapse;
}



p:first-child{
	margin-top:0px;
}

td ul{
	margin:0px;
	padding-left:16px;
}

.product-list:nth-child(3n+1){
	flaot:left;
	margin:0px;
}

.product-list:nth-child(3n){
	float:right;
	margin:0px;
}

.product-list{
	width:340px;
	display:inline-table;
	min-height:185px;
	overflow: hidden;
	vertical-align: top;
	box-shadow:0px 0px 1px 1px rgba(0,0,0,0.2);
	clear:both;
	margin-left:9px;
	margin-bottom:27px;
}

.distributors > div > table{
	width:482px;
	box-shadow:0px 1px 1px 1px rgba(0,0,0,0.3);
	display:contents;
	margin-bottom:20px;
	vertical-align: top !important;
}

.distributors > div > table:nth-child(odd){
	float:left;	
}

.distributors > div > table:nth-child(even){
	float:right;
}


.distributors > div > table table tr td:first-child{
	padding-left:20px;
} 

.distributors > div > table table tr td:last-child{
	padding-left:15px;	
	padding-bottom:20px;
}

.distributors  table{
	border-collapse: collapse;
}

.distributors > div > table:nth-child(2n){
	margin-left:65px;
}

.distributors td h2{
	margin-top:0px;
}

.distributors > div > table tr td iframe{
	width:calc(100% - 16px) !important;
	height:170px !important;
	border:1px solid #ccc;
	vertical-align: bottom;
}

.distributors > div > table table{
	width:100%;
}

.contact-overwrite > div > table{
	display:inline-table !important;
	min-height:467px !important;
	margin-left:25px !important;
	float: none !important;
	
}

.contact-overwrite > div > table > tbody table tr:first-child td{
	padding-bottom: 20px;
}


.login .col-sm-6 h2,
.distributors td h2,
.bnews-list .artblock .name a:hover,
.bnews-list .artblock .name a,
#column-left.col-sm-3 h3,
.product-inner_heading_title,
.product-list h4 a{
	color:#636363;
	font-weight:bold;
	text-transform: uppercase;
	font-size:18px;
	padding:15px;
	line-height: 100%;
	background: -webkit-linear-gradient(#fff, #E3E3E3);
	background: -o-linear-gradient(#fff, #E3E3E3);
	background: linear-gradient(#fff, #E3E3E3); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ /* Standard syntax */
	display:block;
	box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none !important;
}

.product-inner_heading_title > span:not(:last-child)::after{
	content:' > ';
	display:inline;
}

h4.product-inner_heading_title{
	margin:0px -28px;
	margin-bottom:36px;
}

.image_corner{
	width:300px;
	min-height:100%;
	display:inline-table;
	float: left;
	margin-right:36px;
}

.description_corner{
	display:inline-table;
	vertical-align: top;
	width:calc(100% - 340px);
	padding-bottom:64px;
}

.description_corner input{
	border-radius:2px;
	height:28px;
	width:140px;
	border:1px solid #ccc;
	text-align: center;
}

.product_panel{
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	padding-left:28px;
	padding-right:28px;
}

.product-list h4{
	margin:0px;
}

.product-list .caption{
	display:block;
	padding:16px;
	position:relative;
	min-height: 108px;
}

a.blog-button,
.product-list .caption a:not(.image){
	font-size:14px;
	font-weight:bold;
	color:#0b5080;
	text-decoration:underline;
	display:block;
	position: absolute;
	bottom: 20px;
	left: 137px;
}

.product-list .caption a.image{
	float:left;
	margin-right:10px;
}

.pagination {
	margin-top:20px;
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
	text-align:center;
	list-style:none;
	padding:0px;
	padding-top: 8px;
}

.pagination > *{
	display: inline-block;
	width:25px;
	text-align: center;
}

.pagination > * + *{
	margin-left: 7px;
}

.pagination > * > *{
	font-size:12px;
	border-radius:5px;	
	text-decoration: none;
	width:100%;
	padding:5px 0px;
	display:block;
}

.pagination a {
	border: 1px solid #c9c9c9;
	color: #717171;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.pagination a:hover,
.pagination span {
	border: 1px solid #c9c9c9;
	font-weight: normal;
	color: #fff;
	background: #686868;
	-webkit-box-shadow: inset 0px 0px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 10px -3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 10px -3px rgba(0,0,0,0.75);

}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
/*
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
} 
*/
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}


.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/


/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}

button.close{
	background:transparent;
	border:0px;
	float:right;
	font-size: 18px;
	position: relative;
	top: -4px;
}

#column-left.col-sm-3{
	width:245px;
	display:inline-block;
}

#column-left.col-sm-3 > .list-group{
	padding-bottom:15px;
}

#column-left.col-sm-3 .list-group span{
	padding-left:12px;
}

#column-left.col-sm-3 .list-group span,
#column-left.col-sm-3 .list-group a,
#column-left.col-sm-3 h3{
	display:block;
	margin:0px;
}


#column-left.col-sm-3 .list-group span,
#column-left.col-sm-3 .list-group a{
	display:block;
	border:0px;
}

#column-left.col-sm-3 .list-group span::before,
#column-left.col-sm-3 .list-group a::before{
	content: "\2022";
	margin-right:5px;
	color:#0b5080;
}

#column-left{
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	float: left;
	margin-left:32px;
}

#column-left.col-sm-3 .list-group span,
#column-left.col-sm-3 .list-group a{
	color:#0b5080;
	font-size:14px;
	font-weight: bold;
}

.bnews-list .artblock:first-child{
	padding-top:0px !important;
}

.bnews-list{
	width:694px;
	float:right;
	margin-right:32px;
	overflow: initial !important;
}

.bnews-list .artblock{
	padding:16px !important;
	padding-top:0px !important;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	position:relative;
}

.bnews-list .artblock + .artblock{
	margin-top:18px;
}

.bnews-list .artblock .description{
	width:calc(100% - 160px);
	display:inline-table;
	vertical-align: top;
}

.bnews-list .artblock:last-child{
	margin-bottom:50px;
}

.bnews-list .artblock .name a{
	margin-bottom:18px;
	margin-left:-16px;
	margin-right:-16px;
}
.bnews-list .artblock .article-image{
	border:1px solid #e1e1e1;
	float:none !important;
	display: inline-table
}

a.blog-button{
	left:176px;
}


#contact_form_c{
	width:756px;
	margin:auto;
	box-shadow:0px 1px 1px 1px rgba(0,0,0,0.3);
}

#contact_form_c table td:first-child{
	padding-left:18px;
	width:205px;
	font-weight:600;
	color:#000;
}

#contact_form_c table td{
	padding-top:3px;
	padding-bottom:3px;
}

#contact_form_c table,
#contact_form_c table td > *{
	width:calc(100% - 16px);
}

#contact_form_c table td > input[type="text"],
#contact_form_c table td > textarea{
	height:24px;
}

#contact_form_c table td > textarea{
	height:70px;
	resize:vertical;
}

.text-danger{
	color:#f00;
}

#contact_form_c table > tbody > tr:last-child td{
	padding-bottom:20px;
}

#contact_form_c table td label span{
	font-weight:600;
	color:#000;
	font-size:14px;
	vertical-align: top;
}

.table{
	border-collapse: collapse;
}

.table.custom{
	
	width:100%;
}
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;

}

.table.custom td{
	padding:8px;
	font-size:14px;
}

.table.custom td input[type="text"]{
	height:25px;
}


.quickcheckout-content input[type = "password"],
.quickcheckout-content input[type = "text"]{
	width:99%;
	height:24px;
}

.quickcheckout-content textarea{
	width:98%;
	resize: vertical;
}

.quickcheckout-content select{
	width:99%;
	height:28px;
}

.quickcheckout-content input[type = "password"] + .input-group-btn{
	margin-top:15px;
	display: block
}

.quickcheckout-content #login label,
.quickcheckout-content .control-label{
	padding-top:7px;
	padding-bottom:7px;
	display:block;
	font-size:14px;
}

.quickcheckout-cart{
	width:100%;
}


.hidden,
.total,
.price{
	display:none !important;
}

.account a{
	margin-left:15px;
	color:#0b5080;
}

.account table td{
	font-size:13px;
	padding:10px;
}

.account table td a{
	color:#fff;
	display:block;
	margin:auto;
	text-align: center;
}

.accounti select{
	width:99.3%;
	height:28px;
}

.accounti input:not(.btn):not([type="radio"]):not([type="checkbox"]){
	width:99%;
	height:25px;
}

.accounti .control-label{
	display:block;
	margin-top:15px;
}

.text-right{
	text-align:right;
}

.accounti td:last-child{
	vertical-align: middle;
}


fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 143%;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

fieldset + fieldset{
	margin-top:20px;
}

.login .col-sm-6{
	width:calc(48% - 52px);
	display:inline-block;
	vertical-align: top;
	padding:0px 26px 26px;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	margin-top:62px;
}

.login .col-sm-6 + .col-sm-6{
	float:right;
}

.login .col-sm-6 h2{
	margin-left:-26px;
	margin-right:-26px;
	margin-top:-1px;
}

.login .form-group > *{
	display:block;
}

.login .form-group > input[type="password"],
.login .form-group > input[type="text"]{
	width:99%;
	border:1px solid #ccc;
	height:25px;
}

.login .form-group a{
	margin:5px 0px;
}