<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding-top: 80px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
body &gt; .container {
	padding-top: 45px;
	padding-bottom: 50px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	line-height: 1.3;
}
/* 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;
}
a:hover {
	text-decoration: none;
}
fieldset + fieldset {
	margin-top: 20px;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
}
label {
	font-size: 13px;
	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: 13px;
}
.form-control {
	height: 41px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
.input-lg {
	border-radius: 3px;
}
.panel &gt; .panel-heading {
	padding: 12px 15px;
	font-size: 14px;
	font-weight: 600;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th {
	padding: 14px 20px;
}
.table thead td {
	background: #f5f5f5;
	text-transform: uppercase;
	font-weight: 600;
}
.table td .form-control {
	height: 31px;
}
.table td .btn {
	padding: 5.5px 10px;
}
.table td a {
	font-size: 14px;
}
.input-group .btn-default {
	border-color: #ccc;
}
.input-group .btn-default:hover {
	border-color: #ccc;
}
.nav-tabs {
	margin-bottom: 30px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.panel-group .panel-title {
	font-size: 13px;
}
.panel-group .panel-title a {
	text-decoration: none;
}
.panel-group .panel-title a i {
	font-size: 15px;
	padding-right: 10px;
}
/* Gradent to all drop down menus */
.dropdown-menu li &gt; a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
header .navbar {
	min-height: 79px;
	margin-bottom: 0;
	font-size: 13px;
}
header .navbar-default {
    background-color: #fff;
    border-color: #d7d8da;
}
header .navbar .navbar-brand {
    margin: 0 45px 0 0;
    height: 79px;
    padding: 0 0;
    font-size: 18px;
    line-height: 25px;
}
header .navbar .navbar-brand img {
    margin-top: 21px;
    height: 34px;
    width: auto;
}
header .navbar .navbar-nav &gt; li {
    margin-top: 21px;
}
header .navbar .navbar-nav &gt; li a, header .navbar .navbar-right .btn {
    font-size: 14px;
    line-height: 1.3666;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
	color: #000;
}
header .navbar-nav .open .dropdown-menu {
    background: #f3f3f3;
    margin-left: 15px;
	margin-right: 15px;
}
header .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    font-weight: normal;
	padding-left: 15px;
}
header .navbar .navbar-right {
    margin-top: 3px;
}
header .navbar .navbar-right .btn {
    padding: 6px 16px;
	line-height: 1.6;
	position: relative;
}
header .navbar .navbar-right .btn-orange:hover {
    background: #f7733c;
}
header .navbar .navbar-right .btn-light-blue:hover {
    background: #3fb0ff;
}
header .navbar .navbar-right  .join-now {
	font-weight: 600;
}
header .navbar-fixed-top .navbar-collapse {
    max-height: none;
}
.counter {
    position: absolute;
    top: 1px;
    right: -8px;
    color: #fff;
    background: #f7733c;
    border-radius: 3px;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    top: -9px;
    z-index: 1;
	padding: 0 2px;
}
@media screen and (max-width: 991px) {
	header .navbar .navbar-nav&gt;li {
		/*margin-top: 10px;*/
	}
}
@media screen and (max-width: 767px) {
	header .navbar .navbar-nav &gt; li + li {
		margin-top: 6px;
	}

	header .navbar .navbar-nav &gt; li a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
.navbar-btn {
    margin-top: 16.5px;
    margin-bottom: 16.5px;
}
.navbar-toggle {
	margin-top: 22.5px;
	margin-right: 0px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search  .fa {
	font-size: 17px;
}
#search .input-lg {
	height: 45px;
	line-height: 20px;
	padding: 0 10px;
	border-right: 0px;
}
#search .input-lg:focus {
	border-color: #ccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0 none;
}
#search .input-group-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#search .btn-lg {
	font-size: 17px;
	line-height: 18px;
	padding: 10px 15px;
	text-shadow: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart &gt; .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open &gt; .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open &gt; .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li &gt; div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li &gt; div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav &gt; li &gt; a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav &gt; li &gt; a:hover, #menu .nav &gt; li.open &gt; a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner &gt; ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 500px;
}
/* footer */
footer {
	margin-top: 0px;
	padding: 40px 0 0;
	background-color: #151515;
	color: #ddd;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #2e2e2e;
}
footer ul li {
	padding-bottom: 4px;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #808a97;
	margin-bottom: 15px;
}
footer a:hover {
    color: #44bed3;
}
footer .thanks ul {
	margin-left: 24px;
}
footer .thanks ul li {
	color: #808a97;
	display: inline-block;
	margin-left: 32px;
}
footer .thanks  ul li &gt; span {
    display: block;
	color: #ddd;
    font-size: 16px;
    font-weight: bold;
}
footer .newsletter .input-group {
	margin-bottom: 4px;
}
footer .powered {
	margin-top: 50px;
	padding: 25px 0;
	background: #191919;
}
footer .powered span {
	margin-right: 40px;
}
footer .powered a {
	margin-right: 15px;
}
footer .powered a:before {
	content: "\2022";
	margin-right: 5px;
}
/* blockquote */
blockquote footer {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
	color: inherit;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb-wrap {
	background: #f3f3f3;
}
.breadcrumb {
	margin: 15px 0 15px 0;
	padding: 8px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb &gt; li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb &gt; li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb &gt; li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 10px;
	height: 10px;
	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);
}
.breadcrumb &gt; li:last-child:after {
	border: none;
}
@media (max-width: 478px) {
	.breadcrumb &gt; li {
		padding: 0 10px;
	}

	.breadcrumb &gt; li:first-child {
		padding-left: 0px;
	}
}
.pagination {
	margin: 0;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
    color: #000;
    background-color: #f4f5f7;
    border-color: #d7d8da;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
	padding: 10px 17px;
}
/* buttons */
.buttons {
	margin: 3em 0;
}
.btn {
	padding: 10.5px 15px;
	font-size: 14px;
	/*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:focus,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 14px 16px;
	font-size: 16px;
}
.btn-group &gt; .btn, .btn-group &gt; .dropdown-menu, .btn-group &gt; .popover {
	font-size: 12px;
}
.btn-group &gt; .btn-xs {
	font-size: 9px;
}
.btn-group &gt; .btn-sm {
	font-size: 10.2px;
}
.btn-group &gt; .btn-lg {
	font-size: 16px;
}
.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: #e7e7e7;
}
.btn-default:hover, .btn-default:active, .btn-default:active:focus, .btn-default.active, .btn-default.active:hover, .btn-default:focus, .btn-default.disabled, .btn-default[disabled] {
	background-color: #dddddd;
	border-color: #dddddd;
	color: #777;
}
.btn-group .btn-default, .btn-group .btn-default:hover {
	border-color: #ccc;
}
.btn-primary {
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #44bed3;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
	background-repeat: repeat-x;
	border-color: #44bed3;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary.active, .btn-primary.active:hover, .btn-primary:focus, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #32b5cb;
	border-color: #32b5cb;
}
.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: #faa732;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:active:focus, .btn-warning.active, .btn-warning.active:hover, .btn-warning:focus, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #f89406;
	border-color: #f89406;
}
.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: #da4f49;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:active:focus, .btn-danger.active, .btn-danger.active:hover, .btn-danger:focus, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #bd362f;
	border-color: #bd362f;
}
.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: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success:active:focus, .btn-success.active, .btn-success.active:hover, .btn-success:focus, .btn-success.disabled, .btn-success[disabled] {
	background-color: #51a351;
	border-color: #51a351;
}
.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: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info:active:focus, .btn-info.active, .btn-info.active:hover, .btn-info:focus, .btn-info.disabled, .btn-info[disabled] {
	background-color: #dc512c;
	border-color: #dc512c;
}
.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: #363636;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse:active:focus, .btn-inverse.active, .btn-inverse.active:hover, .btn-inverse:focus, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	border-color: #222222;
}
.btn-orange {
	background: #f7733c;
	color: #fff!important;
	border-color: #f7733c;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:active:focus, .btn-orange.active, .btn-orange.active:hover, .btn-orange:focus, .btn-orange.disabled, .btn-orange[disabled] {
	background-color: #f66123;
	border-color: #f66123;
}
.btn-black {
	color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-black:hover, .btn-black:active, .btn-black:active:focus, .btn-black.active, .btn-black.active:hover, .btn-black:focus, .btn-black.disabled, .btn-black[disabled] {
	color: #000;
	background-color: #fff;
	border-color: #000;
}
.btn-light-blue {
	color: #fff!important;
    background-color: #3fb0ff;
    border-color: #3fb0ff;
}
.btn-light-blue:hover, .btn-light-blue:active, .btn-light-blue:active:focus, .btn-light-blue.active, .btn-light-blue.active:hover, .btn-light-blue:focus, .btn-light-blue.disabled, .btn-light-blue[disabled] {
	background-color: #4aa3df;
	border-color: #4aa3df;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	padding: 10px 15px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #f5f5f5;
	border: 1px solid #DDDDDD;
}
/* 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 */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
	position: relative;
}
.product-grid .product-thumb:hover {
    border: 1px solid #44bed3;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	margin-top: 0px;
	min-height: 38px;
}
.product-thumb h4 a {
	color: #444;
}
.product-thumb .caption {
	padding: 15px 15px;
	min-height: 70px;
	background: #f3f3f3;
	border-top: 1px solid #ddd;
}
.product-thumb .caption p {
	margin-bottom: 0px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	/*min-height: 210px;
	padding: 0 10px;*/
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating {
	display: inline-block;
	margin-right: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #32b5cb;
	font-size: 15px;
}
.rating .fa-star {
	color: #32b5cb;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #32b5cb;
}
h2.price {
	margin: 0;
}
.product-thumb .info {
	padding: 15px 20px 12px 20px;
	font-size: 14px;
	border-top: 1px solid #ddd;
}
.product-thumb .price {
	color: #444;
	padding-top: 4px;
	font-size: 15px;
	font-weight: 600;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .btn {
	padding: 4px 10px;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
.thumbnails &gt; li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails &gt; 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;
}

.list-check {
    list-style: none;
}
.list-check li::before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-left: -35px;
    width: 25px;
    display: inline-block;
    color: #7ebd38;
}
.product-info .list-check {
	padding: 0;
}
.product-info .list-check li {
	display: inline-block;
	width: 32.9%;
	font-size: 16px;
	line-height: 23px;
	padding: 0px 10px;
	text-align: center;
	vertical-align: top;
}
.product-info .list-check li::before {
	display: block;
	font-size: 23px;
	padding-bottom: 10px;
	margin: 0 auto;
}
@media (max-width: 577px) {
	.product-info .list-check {
		margin-bottom: 0;
	}
	.product-info .list-check li {
		width: 100%;
		display: block;
	}
	.product-info .list-check li::before {
		display: inline-block;
		margin-right: 10px;
	}
}
@media (min-width: 578px) and (max-width: 768px) {
	.product-info .list-check li {
		width: 31.9%;
	}
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
#column-left &gt; div + div, #column-right &gt; div + div {
	margin-top: 30px;
}
#column-left .input-group {
	width: 100%;
}

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.separator-lg {
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 4px solid #32b5cb;
}
.blue-bar {
	width: 75px;
	height: 3px;
	margin-top: 8px;
	background-color: #44bed3;
}

.well hr {
	border-top: 1px solid #ddd;
}
.well-error {
	padding: 34px 20px 50px 20px;
	margin-top: 30px;
}
.well-error p {
	font-size: 13px;
	color: #666;
	font-weight: 400;
	margin-top: 15px;
}
.well-error .btn {
	margin-top: 30px;
}

#content &gt; h1 {
	font-weight: 200;
	margin-bottom: 30px;
}
#content h2 {
	margin-top: 5px;
}
#extension-list {
	margin-top: 40px;
}

.login-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    /*background-color: rgba(36,45,55,0.9);
    background-color: rgba(238, 238, 238, 0.9) !important;
    background-image: url('../image/1-bg.jpg');
    background-blend-mode: color;*/
    background-image: url('../image/1-bg.jpg');
    background-image: linear-gradient(to bottom, rgba(36,45,55,0.6) 0%,rgba(36,45,55,0.6) 100%), url('../image/1-bg.jpg');
    color: #fff;
    text-align: center;
    padding-top: 10%;
    z-index: 999;
}
.connection {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 4px;
    background: #f2f5fa;
    font-size: 15px;
    line-height: 22px;
}
.connection_title {
    font-size: 22px;
	color: #444;
}

.product-info h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 30px;
}
.product-info .extension-update {
	color: #9da0a9;
	margin-bottom: 15px;
}
.product-info .short-description {
	line-height: 22px;
    font-size: 14px;
    margin-bottom: 12px;
}
.product-info .thumbnails &gt; li img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.product-info .rating {
	display: block;
	margin-right: 0;
}
.product-info .rating .stars {
    padding: 0px 14px 5px;
    display: block;
    text-align: center;
}
.product-info .rating .stars p {
    font-size: 35px;
    line-height: 35px;
}
.product-info .rating .rating-links {
    margin-top: 5px;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.product-info .rating .rating-links a {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
	.product-info .rating {
		margin-bottom: 15px;
	}
}
.product-info .price-wrap h2 {
	margin-bottom: 8px;
	margin-top: 0px!important;
	text-align: right;
}
.product-info .price-wrap .tax {
	text-align: right;
}
.product-info .checkbox {
	margin-top: 0px;
}
.product-info .attribute .attribute-group-title {
	font-size: 19px;
	margin-bottom: 10px;
}
.product-info .attribute .table td {
	width: 50%;
	padding: 14px 20px 14px 0px;
	font-size: 13px;
}
.product-info .attribute .table tr:first-child td{
	border: none;
}
.product-info .review-wrap .form-horizontal {
	position: relative;
}
.product-info .review-wrap .btn-primary {
	padding: 5px 12px;
}
.tab-heading {
	margin-top: 5px;
	font-size: 27px;
	color: #444;
    line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 500;
}
#review ul li {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
#review ul li:last-child {
	border: none;
	padding-bottom: 0px;
}
#review ul li span.date {
	font-weight: normal;
    color: #818181;
}
#review ul li .rating {
	margin-top: 7px;
}
#review ul li .col-sm-8 {
	padding-left: 40px;
}
.review .fa-stack {
	width: 1.3em;
}
@media (max-width: 768px) {
    #review ul li .col-sm-8 {
		padding-left: 15px;
	}

	#review ul li .rating {
		float: left;
		margin-top: 0px;
	}
}
#product.well {
	background-color: #fff;
	border-color: #44bed3;
	border-width: 3px;
	margin-bottom: 0px;
}
#product small {
	text-align: right;
	display: block;
}
#product .control-label {
	font-weight: 600;
}
#product .form-group:last-child {
	margin-bottom: 0px;
}
#product ul{
	margin-bottom: 0px;
}

.checkout-cart table tbody td {
	vertical-align: middle;
}
.checkout-cart .well table tr + tr td {
	padding-top: 10px;
}
.checkout-cart .well table td {
	font-size: 17px;
	border: none;
	padding: 0px;
}

.login h2 {
	text-align: center;
}

.homepage-heading {
	/*background: url('../image/pattern/heading-bg.jpg');*/
	color: #fff;
	background-size: cover;
    background-position: center center;
	background-color: #2b3e5f;
}
.homepage-heading h1 {
	color: #fff;
    padding: 40px 0 0px;
    font-size: 39px;
}
.homepage-heading h2 {
	color: #fff;
    font-size: 22px;
    padding: 0 0 50px 0;
}
.homepage-heading p {
    padding: 0 0 50px 0;
}
.homepage-heading p .btn {
    padding-left: 35px;
    padding-right: 35px;
	font-size: 23px;
}
.homepage-categories {
	margin-bottom: 40px;
}
.homepage-categories a {
    color: #fff;
}
.homepage-categories a .fa {
    display: block;
    margin-bottom: .3rem;
    font-size: 3rem;
    color: #fff;
}
.homepage-policy {
	background: #384967;
	color: #fff;
}
.homepage-policy .col-sm-3 {
	padding-top: 20px;
    padding-bottom: 20px;
}
.homepage-policy img {
    height: 37px;
    padding-right: 4px;
}
.homepage-policy span {
	display: inline-block;
    line-height: 1.3;
	font-size: 18px;
}
@media (max-width: 1024px) {
    .homepage-policy span {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
    .homepage-policy .col-sm-3 {
		text-align: center;
	}
	.homepage-policy .col-sm-3 img {
		margin-bottom: 5px;
	}
}
.homepage-started {
	margin-top: 20px;
	margin-bottom: 65px;
}
.homepage-started .step-box {
	background: #585f69;
    color: #fff;
    padding: 30px 20px 20px;
	min-height: 150px;
	position: relative;
	overflow: hidden;
}
.homepage-started .step-bg {
	position: absolute;
	top: -15px;
	right: -110px;
    width: 200px;
    padding: 60px;
	background-color: rgba(255, 255, 255, 0.1);
	transform: rotate(55deg);
}
.homepage-started span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
    .homepage-started .step-box {
		margin-bottom: 20px;
	}
}
.homepage-made {
	background: #f3f3f3;
	padding: 45px 0;
}
.homepage-made h4 {
	font-size: 17px;
    line-height: 27px;
}
.homepage-made h4 i {
	color: #5bb75b;
    font-size: 27px;
    margin-right: 6px;
	vertical-align: middle;
}
.homepage-team {
	margin-top: 60px;
}
.homepage-team a {
	font-size: 22px;
    padding: 20px 40px;
    border-width: 3px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	margin: 30px 0;
	box-shadow: 0 8px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 8px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 10px 2px rgba(0, 0, 0, 0.1);
}
.homepage-team a:hover {
    color: #44bed3;
    background: #fff;
}

.width80 {
	width: 80%;
	margin: 0 auto;
}
.btn_sub {
    display: block;
    font-size: 65%;
    font-weight: 500;
    letter-spacing: 0;
    margin: 5px 0 5px;
    text-transform: capitalize;
}

.common-home .module-featured h3 {
	font-size: 27px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
}

.account-forgotten .btn-default {
	width: 50%;
}

.information-contact .connection {
	font-size: 13px;
	margin-bottom: 0px;
}

.account-ticket #content legend + .buttons {
	margin-top: 0px;
}

#ticket-history table td {
	padding: 10px 15px;
}
#ticket-history table thead td {
	
}
#ticket-history table thead td div {
	font-weight: 500;
}
#ticket-history table tbody td hr {
	margin-bottom: 5px;
}
.attachments {
    border-top: 3px solid #f2f4f8;
    padding: 0px;
    margin-top: 20px;
    font-size: 12px;
}
.attachments ul {
    padding: 0px;
    margin: 0px;
}
.attachments ul li {
    margin: 10px 0;
}

.faq-item {
	margin-top: 30px;
}
.faq-item:first-child {
	margin-top: 0px;
}
.faq-item h3 {
	margin-top: 0px;
}

.page-header-empty {
	min-height: 30px;
	margin: 0px 0 40px;
	border-bottom: 1px solid #fff;
}
.page-header {
	text-align: center;
	margin: 0px 0 10px;
	border-bottom: 1px solid #fff;
	padding: 85px 0 85px 0;
	font-size: 20px;
    font-weight: 300;
	line-height: 26px;
}
@media (max-width: 768px) {
    .page-header {
		padding: 40px 0 45px 0;
	}
}
.page-header h1 {
	margin-top: 0px;
}
.page-header #search {
	margin-top: 15px;
}
.pattern1 {
	background: url('../image/pattern/p1.jpg');
	color: #fff;
	background-size: cover;
    background-position: center center;
}
.pattern2 {
	background: url('../image/pattern/p2.jpg');
	color: #fff;
	background-size: cover;
    background-position: center center;
}
.pattern3 {
	background: url('../image/pattern/p3.jpg');
	color: #fff;
	padding: 40px 0 45px 0;
	background-size: cover;
    background-position: center center;
}
.pattern4 {
	background: #f5f5f5;
	padding: 40px 0 45px 0;
}
.pattern5 {
	background: url('../image/pattern/p7.jpg');
	background-size: cover;
    background-position: center center;
	color: #fff;
	padding: 60px 0 55px 0;
	margin-bottom: 0px;
}
.pattern6 {
	background: url('../image/pattern/p8.jpg');
	color: #fff;
	background-size: cover;
    background-position: center center;
}
/*.patternX {
background-image: radial-gradient(circle at 50% 100%, #607d8b, #243238 58%, #243238);
background-image: radial-gradient(circle at 50% 100%, #60d3e7, #53c9dd 58%, #44bed3);
padding: 40px 0 45px 0;
	
background-image: radial-gradient(circle at 50% 100%, #607d8b, #243238 58%, #243238)
background-image: radial-gradient(circle at 50% 100%, #60d3e7, #53c9dd 58%, #44bed3)
}*/
.pattern1 h1, .pattern2 h1, .pattern3 h1, .pattern5 h1, .pattern6 h1 {
	color: #fff;
}

.page-header.header-documentation p {
	font-size: 16px;
}

.module-category .list-group-item {
	border: 1px solid transparent;
	border-radius: 0;
	z-index: 2;
}
.module-category .list-group-item:hover, .module-category .list-group-item.active, .module-category .list-group-item.active:hover {
	background: #f3f3f3;
	border: 1px solid transparent;
	border-left: 3px solid #44bed3;
	font-weight: 600;
}
.module-account-menu .panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 1px;
}
.module-account-menu .list-group-item:hover, .module-account-menu .list-group-item.active, .module-account-menu .list-group-item.active:hover {
	border-left: 0px;
}
.module-table-content .list-group-item.active, .module-table-content .list-group-item.active:focus, .module-table-content .list-group-item.active:hover {
    color: #fff;
    background-color: #44bed3;
	border-left-width: 0px;
	border-right-width: 0px;
}

.module-title {
	border-bottom: 1px solid #e9e9e9;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
	font-size: 20px;
	color: #444;
}
.sidebar h4 {
    color: #fff;
    font-size: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 15px 20px;
}
.sidebar h4 i {
    font-size: 33px;
	margin-right: 5px;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sidebar-primary h4 {
	background: #007db4;
}

.box-info {
	margin-bottom: 30px;
	background-color: #f6f6f6;
	border-left: 5px solid #2c3e50;
    padding: 20px;
}
.box-info-primary {
	border-left: 5px solid #44bed3;
}
.box-info-orange {
	border-left: 5px solid #f7733c;
}
.box-info-light-blue {
	border-left: 5px solid #3fb0ff;
}
.box-info-success {
	border-left: 5px solid #51a351;
}
.box-info-danger {
	border-left: 5px solid #d9534f;
}
/* tile */
.tile {
	clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    border-color: #e7eaec;
    border-width: 1px;
    border-style: solid solid solid;
	transition: all 1s;
}
.tile-heading {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}
.tile-heading h5 {
	margin: 0px;
}
.tile-content {
	background-color: #ffffff;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    clear: both;
}
.tile-content h2 {
    margin: 0px!important;
}
.tile-content small {
	margin-top: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #c0cadd;
}
.tile-primary {
	background: #007db4;
	border-color: #006490;
}
.tile-orange {
	background: #f7733c;
	border-color: #f66123;
}
.tile-success {
	background: #5bb75b;
	border-color: #51a351;
}
/* box stat */
.box-stat {
	background: white;
    position: relative;
    text-align: right;
    margin-bottom: 30px;
    height: 70px;
    border: 1px solid #e1e6ef;
}
.box-stat-overlay {
	width: 100px;
    height: 68px;
    padding: 20px 0;
    text-align: center;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}
.box-stat-overlay i {
	text-align: center;
	font-size: 27px;
	color: #fff;
}
.box-stat .box-stat-value {
    padding-top: 16px;
    font-size: 16px;
}
.box-stat .box-stat-title {
    color: #c0cadd;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.box-stat .box-stat-title, .box-stat .box-stat-value {
    display: block;
    width: 100%;
    text-align: center;
}
.box-stat-blue {
	background: #007db4;
}
.box-stat-orange {
	background: #f7733c;
}
.box-stat-success {
	background: #5bb75b;
}
.box-stat-danger {
	background: #ff5454;
}

.center-title {
	margin-bottom: 40px;
}
.center-title h3, .center-title span.title {
	font-size: 27px;
    line-height: 40px;
    text-align: center;
	margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 500;
	color: #444;
	display: block;
}
.center-title p {
	font-size: 18px;
    text-align: center;
    line-height: 1.6;
}
.center-title hr {
	margin-bottom: 45px;
}

.section-blue {
	background: #007db4;
	color: #fff;
}
.section-blue h1 {
	color: #fff;
}

.custom-extension {
	margin-top: 30px;
	background: #2b3e5f;
	padding: 25px 25px 25px;
	color: #fff;
}
.custom-extension h3 {
	color: #fff;
	margin-top: 8px;
	margin-bottom: 0px;
}

#tab-description .odd, #tab-description .even {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	#tab-description .odd, #tab-description .even {
		margin-bottom: 10px;
	}
}
#tab-description .odd h2, #tab-description .even h2 {
	margin-top: 10px;
}
#tab-description .img-thumbnail {
	padding: 0px;
	border: 0;
}
.description .title {
	font-size: 21px;
    font-weight: 500;
    margin-top: 55px;
    text-transform: uppercase;
    color: #ffffff;
    background: #464848;
    text-align: center;
    padding: 15px;
    margin-bottom: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.description .title:first-child {
	margin-top: 0px;
}
.description p, .description ul &gt; li {
	font-size: 15px;
	line-height: 1.6;
}
.description ul &gt; li + li {
	padding-top: 5px;
}
.ext-detailed-features  strong {
	display: block;
    font-size: 16px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.ext-detailed-features .title {
		margin-top: 30px;
	}
}

.provides {
	padding: 10px;
	font-size: 13px;
	margin-top: 30px;
}

.information-information-8 .panel h4 {
	min-height: 40px;
}</pre></body></html>