@font-face {
	font-family: Calibri;
	url(Calibri Italic.ttf) format('truetype');
	font-style: italic;
}
html,
body {
    height: 100%;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
	color: #444;
	text-decoration: none;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -85px;
    padding: 0 0 100px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.main-container {
	padding-top: 0!important;
	padding-bottom: 60px!important;
}
#logo {
	width: 100%;
	height: 122px;
	overflow: hidden;
	background-image: url("../images/head.jpg");
	margin-bottom: 15px;
}
@media (max-width: 475px) {
	#logo {
		background: url("../images/head_small.jpg") no-repeat center center;
		background-size: cover;
		height: 80px;
	}
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.cart {
    list-style-type: none;
	padding-left: 0px;
}

.cart li {
    display: inline-block;
	border: none;
}

.cart li .active {

}

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

.gallery-image {
	height: 150px;
	overflow: hidden;
    background-size: cover;
}

.gallery-image div {
	background: no-repeat 50% 50%;
	height: 100%;
	width: 100%;
}
footer img {
	margin-top: -80px;
}
.footer ul {
	list-style: none;
}

#right-menus > li > a{
	padding: 0px 10px;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	height: 50px;
}

/* Right menu */
.right-menu .panel-default {
	border: none;
}

.right-menu .panel-default .panel-heading {
	background: none;
}

.right-menu .panel-default .panel-title {
	font-weight: bold;
}

.right-menu .panel-default li {
	font-weight: bold;
}

.right-menu .panel-default .kv-sidenav li a {
	color: #444444;
	font-size: 17px;
	padding: 5px 15px;
	border-bottom: 1px solid #005984;
}
.kv-toggle{
	color: #444444!important;
}
@media (max-width: 768px) {
	.right-menu .panel-default .kv-sidenav li a {
		font-size: 15px;
		padding: 1px;
	}
	img {
		max-width: 100%;
	}
}

.right-menu .panel-default .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #eeeeee;
	color: #005984;
}

#products .item{
	margin-bottom: 20px;
	text-align: center;
	min-height: 290px;
}
.gallery_image {
	display: inline-block;
	margin-top: 10px;
}
.gallery_image img{
	max-width: 100px;
	max-height: 75px;
	margin-bottom: 5px;
	width: auto;
	height: auto;
}

.product-image {
	height: 200px;
	display: inline-block;
}

.product-image img {
	max-width: 100%;
	max-height: 200px;
	margin-bottom: 10px;
}
.product-price {
	padding-left: 0px;
	padding-right: 0px;
}
.product-price span{
	color: #df1800;
	font-weight: bold;
	font-size: 14pt;
	white-space: nowrap;
}
.product-price-text{
	font-weight: bold;
	color: #df1800;
}
.no-price span{
	white-space: normal;
}

.btn-cart {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	outline: none;
}

.btn-no-background {
	background: none;
	border: 0px;
	outline: none;
}

.product-view .product-details {
	font-size: 17px;
}
.product-view .product-details a:hover {
	color: #457DB4;
}
.product-view .product-description {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.1;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.full-width{
	width: 100%;
}

.btn-dark-green {
	color: #fff !important;
	background-color: #005984;
	border-color: #005984;
}

.total {
	font-size: 20px;
	font-weight: bold;
}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #005984; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #ECCC5F; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #005984;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
.field-order-privacy_policy_accepted a {
	color: blue;
}