body,html,.column-layout {
	/*height:100%;*/
}

body {
		font-family:  "Open Sans", Helvetica, sans-serif;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: Bitter, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

a.product-list-title {
	font-weight:  bold;
	color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #EE3524;
    border-color: #ef4a34;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #DD3524;
    border-color: #d62711;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #EE3524;
    border-color: #ef4a34;
}
.btn-primary .badge {
    color: #EE3524;
    background-color: #fff;
}

.column-layout {
	margin-bottom: 20px;
}

.column-layout-sidebar {
	width: inherit;
	min-width: 220px;
	max-width: 220px;
	float: left;
	position:relative;
}
.column-layout-main {
	margin-left: 220px;
	position: relative;
	overflow: hidden;
	border-left: 1px solid #ccc;
}

.container-fluid-max {
	max-width: 1000px;
}

.container-fluid-max-sm {
	max-width: 800px;
}

.container-fluid-max-lg {
	max-width: 1200px;
}



/*
 * Off-canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
	.column-layout {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		width:calc(100% + 220px);
		left: -220px;
	}

	.column-layout.show-sidebar {
		left: 0;
	}

}

.sidebar-button {
	margin-left: -15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}

.navbar-avtech {
	font-family:  Bitter;
  font-weight:  700;
	border-bottom: 1px solid #ee3524;
}

.navbar-avtech .navbar-brand {
	line-height: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
	height: 70px;
}

.navbar-avtech .navbar-brand img {
    width: 200px;
}

.navbar-avtech .navbar-nav > li > a {

	border-radius: 5px;

}

.navbar-avtech .navbar-nav > li {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 2px;
	padding-right: 2px;
}

.navbar-avtech .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-right: 13px;
	color: #333;
}

.navbar-avtech .navbar-nav > li.active > a {
	background-color: #ccc;
	color: #000;
}

.navbar-avtech .navbar-toggle {
    border-color: #ccc;
	margin-top: 17px;
}

.navbar-avtech .navbar-toggle .icon-bar {
    background-color: #333;
}

.site-topbar {
	background-color: #009933;
	color: #fff;
	height: 24px;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.site-topbar .social-links a {
	color: #fff;
	margin-left: 20px;
}

.main-footer {
	background-color: #444;
	color: #fff;
	padding-top: 20px;
}

.main-footer a {
	color: #fff;
}

.main-footer .footer-column {
/*	min-height: 300px;*/
}

.main-footer .footer-column h5 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.main-footer .footer-column ul {
	padding-left: 0;
}

.main-footer .footer-column li {
	list-style: none;
}

.main-footer .social-links {
	padding: 10px 0;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-width: 1px 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.main-footer .social-links span {
	display: inline;
	line-height: 2em;
}

.main-footer .social-links a {
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px solid #fff;
	border-radius: 15px;
	line-height: 27px;
}

.main-footer .copyright {
	text-align: center;
	font-size: 9px;
}

.nav-avtech-sidebar a {
	color: #333;
}

.nav-avtech-sidebar > li > a {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.nav-avtech-sidebar > li+li {
	margin-top: 4px;
}

.nav-avtech-sidebar li.active > a {
	background-color: #EE3524;
	color: #fff;
}

.nav-avtech-sidebar > li > ul {
	border-left: 1px solid #ccc;
	padding-left: 0;
	font-size: .85em;
	line-height: 1.3em;
}

.nav-avtech-sidebar > li > ul > li > a {
	padding-left: 10px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.nav-avtech-sidebar > li > ul > li > a:focus,
.nav-avtech-sidebar > li > ul > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}


.nav-avtech-sidebar > li > ul > li {
	list-style: none;
}

.product-cagegory-product-list {
	margin-top: 20px;
}

.product-list-entry {
	cursor: pointer;
}


.product-list-entry-thumbnail {
	height: 90px;
	width: 122px;
	background-color: #FFF;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 0 10px;
	white-space: nowrap;
	text-align: center;
}

.product-list-entry-thumbnail:before {
	content: "";
	display: inline-block;
	height: 100%;
	overflow: hidden;
	margin-left: -0.25em;
	vertical-align: middle;
}


.product-list-entry-thumbnail a {
	display: inline-block;
	vertical-align: middle;
}

.product-list-entry-thumbnail img {
}


.product-detail-package-content {
	width: 100%;
	margin-bottom: 10px;
}

.product-detail-package-content td {
	padding: 2px 0;
}

.product-detail-package-content td:last-child {
	text-align: right;
}

.product-detail-package-content tr.header td {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}


.product-detail-package-content tr.total td {
	font-weight: bold;
	border-top: 1px solid #ccc;
}


.product-features-table {
	font-size: 0.8em;
}

.product-features-table td:first-child {
	color: #999;
	width: 50%;
}

.product-features-table td:last-child {
}

.product-includes-table {
	font-size: 0.8em;
}


.product-detail-primary-image {
	display: inline-block;
	padding: 15px;
}

.product-detail-primary-image img {
	border-radius: 4px;
}

.product-new-version-box {
	border: 1px solid #CCC;
	padding: 10px;
	border-radius: 10px;
	background-image: linear-gradient(180deg, white, #F4F6F7);
}


/* Magnigic Popup Style Adjustments */

.avtech-popup-gallery .mfp-figure:after {
	background-color: #fff;
	border-radius: 6px;
}


.avtech-popup-gallery .mfp-figure figure {
	padding: 20px;
}


.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.table > tbody > tr.shopping-cart-promo-item {
	background-color: #d9edf7;
}

.table > tbody > tr.shopping-cart-promo-item > td {
	border-top-color: #ccc
}


.checkout-shipping-method-list {

}

.checkout-shipping-method-list td,
.checkout-shipping-method-list th {
	padding-right: 20px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.checkout-shipping-method-list th {
	border-bottom: 1px solid #ccc;
}


.form-top-buffer {
	margin-top: 5px;
}

.img-drop-shadow {
    box-shadow: 5px 5px 5px #888888;
}


.cc-theme-avtechcom {
	border-top: 1px solid #999;
	box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);
}

.cc-floating.cc-theme-avtechcom {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-avtechcom .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-avtechcom .cc-btn {
  border-radius: 5px;
}
.cc-theme-avtechcom .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-avtechcom .cc-btn {
  display: inline-block;
}

.cc-theme-avtechcom .cc-message {
	font-size: 14px;
	line-height: 1.5em;
}

.cc-theme-avtechcom .cc-link {
	padding: 0;
	margin-left: 0.5em;
}

.referral-button {
	color: #333;
	padding: 0 15px 5px;
	cursor: pointer;
}

.referral-button:hover {
	color: blue;
}

.avtech_lang_switcher .gt_float_switcher {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 16px;
}

.quote-form h4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.quote-form-product {
	position: relative;
	padding-left: 70px;
	margin-bottom: 10px;
}

.quote-form-product-image {
	position: absolute;
	top: 0;
	left: 0;
	/* This creates a square container */
	width: 60px; /* Or any fixed width you desire */
	height: 60px;
	padding: 0 2px;
	border: 1px solid #ccc;
	border-radius: 5px;

	/* Hides any part of the image that overflows the container */
	overflow: hidden;

	/* Establishes a flexbox context for centering */
	display: flex;

	/* Centers the content (the image) vertically */
	align-items: center;
}

.quote-form-product-image img {
	width: 100%
}

.quote-form-product-info label {
	font-size: 12px;
}

.quote-form-product-info .form-control {
	width: 6.5em;
	padding-right: 3px;
}