html {
  height: 100%;
  box-sizing: border-box;
}
body {

    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    background-color:#ffffff;
    color: #393939;
    /* height: calc(100vh - 40px); */
    font-weight: 400;
    position: relative;
    padding-bottom:100px;
    min-height: 100%;
}
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;
}
#top a.site-name, #top a.site-name:hover {
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 -10px;
}
a {
	color: #13171f;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
        display:inline;
}
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;
}

#productForm select.form-control,
#productForm textarea.form-control,
#productForm input[type="text"].form-control,
#productForm input[type="password"].form-control,
#productForm input[type="datetime"].form-control,
#productForm input[type="datetime-local"].form-control,
#productForm input[type="date"].form-control,
#productForm input[type="month"].form-control,
#productForm input[type="time"].form-control,
#productForm input[type="week"].form-control,
#productForm input[type="number"].form-control,
#productForm input[type="email"].form-control,
#productForm input[type="url"].form-control,
#productForm input[type="search"].form-control,
#productForm input[type="tel"].form-control,
#productForm input[type="color"].form-control {
	font-size: 15px;
}


.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 */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color:#13171f !important;
}
.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;
}
/* top */
#top {

        /*
	background-color: #1D5E72;
	background-color: #bfbde3;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 20px 0;
        margin-bottom:20px;
	padding: 25px 0 25px 0;
        */
	/* min-height: 70px; */
        margin-right:15px;
        /*margin-top:20px;*/
}
#top .container {
	padding: 0 5px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-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: #164776;
	text-decoration: none;

}

#top input {
    color: #696B6B;
    background:transparent;
    border:1px solid #696B6B;
    position:relative;
}
#top #forgot-username-link {
    position:absolute;
    top:30px;
    left:5px;
    width:300px;
    color:#696B6B;
    text-decoration:underline;
    font-weight:normal;
}

#top .btn-link:hover, #top-links a:hover {
    text-decoration:underline;
}
#top-links .dropdown-menu a {
        color: #000;
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #164776;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
/*    position: absolute; */
    right: 0;
/*    width:510px; */
    margin-top:20px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .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 > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > 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 > li > 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 > li > a:hover, #menu .nav > li.open > 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 > 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: 600px; */
}
/* footer */

footer {
 position: absolute;
 bottom: 0;
 width: 100%;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}



footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6a5284;
}
footer > .container {
    width: 100%;
    padding: 5px 10%;
    position: relative;
}

footer #footer-links  {
    color: #fff;
    background: #0c2d56;
    position: relative;
    overflow: hidden;
    font-size:14px;
    /*z-index:100;*/
}

footer #footer-links > .row {
    padding:15px;
    text-align:center;
}
footer #footer-links a {
    padding:14px;
    color:#ffffff;
}
footer #footer-links:before {
    content: '';
    width: 2000px;
    height: 2000px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: rotate(128.5deg);
    -ms-transform: rotate(128.5deg);
    -o-transform: rotate(128.5deg);
    transform: rotate(128.5deg);
    background: #164776;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    margin: 0 0 0 17%;
    /* z-index: 0; */
}
#footer-copyright {
    text-align: right;
    font-size: 14px;
    color: #0080c1;
}

.social-link {
    list-style: none;
    /* padding: 13px 1px 0 15px; */
    /* margin: 0 28px 0 0; */
    font-size: 0;
    line-height: 0;
    clear: right;
}
.social-link li {
    display: inline-block;
    vertical-align: top;
}
.social-link [class*="fa fa-"] {
    background-color: #0080c1;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-size: 14px;
    text-align: center;
    margin: 0 10px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
  display:none;
}
.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-primary {
        /*
	color: #ffffff;
	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;
        */

        background-color: #72258b;
        border: 0 none;
        border-radius: 0;
        color: #fff;
        font: 400 14px/17px "Open Sans",sans-serif;
        padding: 12px 10px 13px;
        /*text-transform: uppercase;*/
        /* width: 145px;        */
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        /*
	background-color: #1f90bb;
	background-position: 0 -15px;
        */

        background-color: #8c3fa5 !important;
        border-radius: 0;
        color: #fff;
        outline: medium none;
}
.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 */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	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;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.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 .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;
}
.product-thumb .price {
	color: #444;
}
.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 .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;
}
.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*/
@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%;
}

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

/* Tiles */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	background-color: #279FE0;
	color: #FFFFFF;
	transition: all 1s;
}
.tile:hover {
	opacity: 0.95;
}

.tile a {
	color: #FFFFFF;
}
.tile-heading {
	padding: 5px 8px;
	text-transform: uppercase;
	background-color: #1E91CF;
	color: #FFF;
}
.tile .tile-heading .pull-right {
	transition: all 1s;
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.tile-body {
	padding: 15px;
	color: #FFFFFF;
	line-height: 48px;
}
.tile .tile-body i {
	font-size: 50px;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #FFFFFF;
	opacity: 1;
}
.tile .tile-body h2 {
	color: #FFFFFF;
	font-size: 42px;
}
.tile-footer {
	padding: 5px 8px;
	background-color: #3DA9E3;
}
#column-left.active #stats {
	display: block;
}
#stats {
	display: none;
	border-radius: 2px;
	color: #666666;
	background: #2b2b2b;
	margin: 15px 20px;
	padding: 5px 0;
}
#stats ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#stats li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 5px 10px;
	border-bottom: 1px dotted #373737;
}
#stats div:first-child {
	margin-bottom: 4px;
}
#stats .progress {
	height: 3px;
	margin-bottom: 0;
}
.jqvmap-label {
	/* z-index: 999; */
}
.settings-nav a {
    display:block;
    font-weight:bold;
    font-size:1.5rem;
    text-decoration: underline;
}

.home-list-nav {
    width:320px;
}

a.btn-request {
    color:#ffffff;
    background-color:#726EB1;
    font-size:2rem;
    padding-left:40px;
    padding-right:40px;
    border-radius:10px;
    margin-top:10rem;
    border:0;
}
a.btn-request b {
    display:block;
    font-size:3rem;
}
.home-list-nav a {

}
.home-list-nav a:hover,
.home-list-nav a.active:hover
{
    text-shadow:none;
    border:none;
    background-color:none;
}

.home-list-nav .list-group a.active:hover, .home-list-nav .list-group a:hover {

}

.home-list-nav a b {
    font-size:20px;
    display:block;
}

.home-list-nav .list-group-item:first-child {
    /*border-radius:0;*/
}
.home-list-nav .list-group-item:last-child {
    /* border-radius:0; */
}
.home-list-nav .list-group-item {
    background-color: #fff;
    border: none;
    display: block;
    padding: 0;
    position: relative;
    margin:1px;

}
.home-list-nav {
    padding-top:40px;
}




body.common-home h1 {
    color:#fff;
}
body.common-home h2 {
    color:#fff;
}

#home-logo {
    padding-left:20px;

}
header {
    border-bottom:5px solid #000;
}


body > .container {
    /*background-color:#F8F8F8;*/
    width:100%;
    padding:5px 10%;
    /* min-height:100px; */
    /* position:relative; */
}

body.common-home > .container {
    background-color:transparent;
    position:relative;
}

body > header {
    border:none;
    background-color:#ffffff;
    /*background: rgba(0, 0, 0, 0) url("../image/hp-bg.png") no-repeat fixed center center / cover ;*/
}



.container-top h1 {
    font-size:30px;
    color:#164776;
    text-align:center;
}
.container-top h2 {
    font-size:20px;
    color:#164776;
    text-align:center;
    margin:0;
}

.text-info {
    color: #164776;
}

.btn-back {
  width:150px;
  text-transform:uppercase;
  padding:5px;
}

.btn-next {
  color: #ffffff;
  background-color: #72258b;
  width:150px;
  text-transform:uppercase;
  padding:5px;
  position:relative;
  border-radius:0;
}
.btn-next i {
  right:5px;
  position:absolute;
  top:7px
}

.btn-next:hover,
.btn-next:focus,
.btn-next:active,
.btn-next.active,
.open .dropdown-toggle.btn-next {
  color: #ffffff;
  background-color: #49247A;
}

.btn-next:active,
.btn-next.active,
.open .dropdown-toggle.btn-next {
  background-image: none;
}

.btn-next.disabled,
.btn-next[disabled],
fieldset[disabled] .btn-next,
.btn-next.disabled:hover,
.btn-next[disabled]:hover,
fieldset[disabled] .btn-next:hover,
.btn-next.disabled:focus,
.btn-next[disabled]:focus,
fieldset[disabled] .btn-next:focus,
.btn-next.disabled:active,
.btn-next[disabled]:active,
fieldset[disabled] .btn-next:active,
.btn-next.disabled.active,
.btn-next[disabled].active,
fieldset[disabled] .btn-next.active, a.disabled {
  background-color: #8984C5;
}

.btn-next .badge {
  color: #8984C5;
  background-color: #ffffff;
}

label.control-label,
label.control-label-checkbox,
.container h1,
.container h2
{
    color:#164776;
}

#mulitple-hearing-dates-add {
    color: #71974c;
    text-decoration:underline;
    top:-3px;
    position:relative;
}

#form-tab-button-group {
    text-align:center;
}

#form-tab-button-group a {
    background-color: #ccc;
    border-radius: 20px;
    color:#000;
    font-size: 20px;
    padding: 0 9px;
}

#form-tab-button-group a.active {
    background-color: #71974c;
    color: #fff;
}


.tab-pane h2 {
    text-align:center;
    margin-bottom:40px;
}

/* Styles for dialog window */
.popup-help-text-dialog {
  background: white;
  padding: 10px 40px 20px;
  text-align: left;
  max-width: 60%;
  margin: 40px auto;
  position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;



  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
  transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;

  -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;

  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

body.checkout-cart .text-left a {
    color:#71974c;
    text-decoration:underline;
}

.request-form-container .checkbox {
    margin-top:0;
}

.request-form-container h3 {
    margin:0;
    padding:0;
}


/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom:5px;
}
.nav-justified > li > a {
  /*
  padding-top: 15px;
  padding-bottom: 15px;
  */
  padding: 10px 15px;
  margin-bottom: 0;
  /*font-weight: bold;*/
  color: #555;
  text-align: center;
  background-color: #fff; /* Old browsers */
  text-decoration: none;
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  */
  /* IE6-9 */
  /*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
  */
  /* Repeat the gradient */
  /*
  background-repeat: repeat-x;
  border-bottom: 1px solid #d5d5d5;
  */
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  font-weight:bold;
  /*
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  */
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

.container p a {
    text-decoration:underline;
    color:#23527c;
}

.table-responsive {
    overflow-x:hidden !important;
}
ul.nav-account {
/*    position: absolute; */

/*    z-index: 980; */
    right:0;
    position: relative;
    float: right;
    top:-75px;
/*    color:#ffffff;*/
/*    top:-35px;*/
}
ul.nav-account a {
    color:#23527c;
}

#btn-new-order-wrapper {
    display:none;
}

label[disabled] {
    color:#999;
}

.nav-footer {
    padding:20px;
}
.nav-footer > li > a:focus, .nav-footer > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.nav-footer > li {
    float:left;
    border-right:1px solid #fff;
    line-height: 1px;
}
#footer-link {
    text-align:center;
}
.nav-footer > li > a {
    display: block;
    padding: 5px 10px;
    position: relative;
}
.nav-footer li:last-child {
    border-right: none;
}

.content-payment-confirm-header-info h3 {
    color:#7770a9;
}
.content-payment-confirm-header-info p {
    color:#71974c;
}

.container p a.btn {
    color:#fff;
    text-decoration: none;
}

body.account-success p {
    font-size:1.25em;
    margin-bottom:2em;
}

body.account-success li b {
    font-size:1.5em;
}

#btn-finalize-order-wrapper {
    position: relative;
    text-align: right;
    margin-bottom: 10px;
}

body.seller-account-order #btn-new-order-wrapper {
    /*margin-bottom:10px;*/
    display:none;
}

.carousel,
.carousel-inner .item,
.carousel-inner .active {
    height: 528px;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


ul.nav-seller-account {
    position: absolute;
    top: 100px;
    z-index: 980;
    margin-right:10%;
    right:-15px;
}


ul.nav-seller-account>li.active {
    font-weight:600;
}

ul.nav-seller-account>li>a {
    color:#23527c;
}

ul.nav-seller-account>li>a:focus {
    background-color:transparent;
}

body[class^="account-order-"] .panel-heading h3, body[class^="account-order_"] .panel-heading h3 {
    display:none;
}


#place-order {
    background-color: #164776;
    min-height:auto;
}

#place-order .btn, #home-intro-content .btn {
    color: #fff;
    background-color: #72258b;
    border-radius: 0;
    border: none;
}

#place-order .btn:hover, #home-intro-content .btn:hover {
    background-color: #AF4ED0;
}

#place-order i {
    color:#ffffff;
    font: 400 14px/23px 'Roboto Slab', sans-serif;
    font-style:italic;
    margin-left:20px;
}

@media (min-width: 768px) {
    #place-order i {
        font: 400 20px/20px 'Roboto Slab', sans-serif;
        font-style:italic;
    }
}

#header-tagline {
    min-height:70px;
    position:relative;
    background-color:#ffffff;
    border-bottom:4px solid #164776;
}

#header-tagline h1 {
    text-align:center;
    color:#004976;
    font-size:22px;
    font-style:italic;
    font-family:
}

#home-intro {
    position:relative;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


#home-intro {
    background-image: url("/image/catalog/bg_gavel.png");
    height: auto;
    padding-bottom:60px;
}

@media (min-width: 768px) {
    #home-intro {
        height: 496px;
        padding-top:60px;
        padding-bottom:0;
    }
}

#home-intro form {
    background-color:#ffffff;
    padding:15px;
    min-height:280px;
}

#home-intro h2 {
    color:#0081c1;
    margin:0 0 15px 0;
    padding:0;
    font-size:20px;
    text-align:left;
}

#home-intro-content {
    margin-bottom:20px;
}
#home-intro-content, #home-intro-content h2, #home-intro-content h3 {
    color:#ffffff;
    text-align:left;
}

#home-intro-content h3 {
    font-size:34px;
    margin-top:0;

}
#home-intro-content h2 {
    font-size:44px;
}

#home-intro-content p {
    font-size:16px;
    line-height: 25px;
}

#home-intro #btn-login {
    color: #fff;
    background-color: #72258b;
    border-radius: 0;
    border: none;
    width:100%;
    display:block;
    margin-top:20px;
    margin-bottom:15px;
}

#home-intro form a {
    color:#0081c1;
    text-align:left;
    display:block;
    margin-bottom:10px;
}

#home-testimonials h2 {
    color:#154676;
    margin:60px 0;
    font-size:30px;
}

#home-testimonials .testimonial, #home-testimonials .byline {
    font-size:14px;
}
#home-testimonials .byline {
    text-align:right;
}
#home-testimonials .testimonial {
    margin-bottom:40px;
}

.checkout-cart .buttons .btn-success {
    color: #fff;
    background-color: #72258b;
    border-radius: 0;
    border: none;
    background-image: none;
}
.remove-hearing-date {
    background-color:transparent;
    border:none;
    padding-top:4px;
}

small.help-block {
  font-size:1.15em;
  color: red;
  font-style:bold;
}

.bv-form .help-block {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: bold;
    color: indianred;
}

.bv-form div.date .help-block {
  position:absolute;
  left:.5em;
  top:2em;
}

/* Hilight Player Tab */
li.nav-tab-has-downloads a, li.nav-tab-has-downloads a:hover, li.nav-tab-has-downloads a:focus {
  background-color:#752F8A !important;
  color: #fff !important;
}

li.nav-tab-has-downloads.active a, li.nav-tab-has-downloads.active a:hover, li.nav-tab-has-downloads.active a:focus {
  border-top: 5px solid #ddd !important;
}

