/* ------------------------------------- page layout ------------------------------------- */

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #e0e0e0;
	background:#000000 url('../../armourbodies/image/armour-bgImg.jpg') no-repeat top center;
}

html, body{ height: 100%; background-color:#000000;}

header > .container {
	background: transparent url(../../armourbodies/image/armour-bodies-banner.png) no-repeat 0 0;
    padding-top: 20px;
}



/* ------------------------------------- typography  ------------------------------------- */
a, a:active, a:visited {color: #ff0000;text-decoration:none;}
a:hover {color: #ffb200;}
h1, h2, h3, h4, h5, h6 {color:#fff;}
h1, .welcome {
	color: #ffffff;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	line-height:32px;
}
h2 {
	color: #ffffff;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight:bold;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}

legend {
	color: #ffffff;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight:bold;
}



/* ------------------------------------- main navigation ------------------------------------- */

nav#menu {
	background: #000000;
	border: 1px solid #444444;
	height: 37px;
	margin-bottom: 15px;
	padding: 0px 5px;
	}

.navbar-nav > li:hover {background-color:#990000;}

.navbar-nav > li > .dropdown-menu {
	padding: 0 0 8px 0;
	border-top: none;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background-color:#000000;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	}
	
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
	background-image: none;
	}
	
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #444444;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	font-size: 12px;
	color:#ffffff;
	}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
	background-image: none;
	}

ul.top-menu-drop  {background-color:#000;border-color:#444444; border-radius:0;}

/* ------------------------------------- side navigation ------------------------------------- */



a.list-group-item {
	background: rgb(0, 0, 0); 
	background: rgba(0, 0, 0, .5);
	border-color: #444;
	color: #fff;
	}
a.list-group-item:hover {
	background: rgb(68, 68, 68); 
	background: rgba(68, 68, 68, 1);
	border-color: #444;
	font-weight:600;
	color:#fff;
	text-shadow:none;
	}
.list-group-item:first-child {
border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
.list-group-item:last-child {
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}

/* ------------------------------------- buttons ------------------------------------- */

a.btn-primary, .btn-primary {
	color: #fff;
	font-weight:600;
	text-shadow: none;
	background-color: #990000;
	background-image: none;
	border-color: #990000 #990000 #990000;
	border-radius:2px 2px 2px 2px;
	}
	
a.btn-primary:hover, .btn-primary:hover {
	background-color: #ffb200;
	border-color: #ffb200 #ffb200 #ffb200;
	}
	
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
background-color: #ffb200;
border-color: #ffb200 #ffb200 #ffb200;
background-position: 0 -15px;
}
.btn-group>.btn:last-child:not(:first-child):not(.dropdown-toggle) {

border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {

border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}

/* ------------------------------------- forms ------------------------------------- */

.form-control {
border-radius: 2px;
}
/* ------------------------------------- Layout Elements ------------------------------------- */

#top {
	background-color: #000000;
	border-bottom: 1px solid #990000;
	margin: 0;
	min-height: 40px;
	}
	
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	}

#top .btn-link:hover, #top-links a:hover {color: #ccc;}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #000;
	border: 1px solid #444444;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	}
	
footer {background-color:#000000;color:#fff}
	
footer h5 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: bold;
color: #990000;
}

footer a, footer a:visited, footer a:active {color:#ffffff;}
footer a:hover {color:#ff0000;}

.footer-logo {float: right;}

/* ------------------------------------- Search ------------------------------------- */

#search .input-lg {
	height: 36px;
	line-height: 21px;
	padding: 1px 15px;
	background-color: #000;
	color: #fff;
	border-color: #444444;
	font-size: 120%;
	}

#search .btn-lg {
	font-size: 15px;
	line-height: 13px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
	border-color: #444444;
	color: #fff;
	background-color: #000;
	}

/* ------------------------------------- cart ------------------------------------- */
#cart {
    margin: 8px 0 0 0;
}

#cart > .btn {
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	}
	
#cart .dropdown-menu {
background: #000;
z-index: 1001;
border-color: #444444;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-bottom: 1px solid #444444;
}

table.table.mini-cart td {border-top:none;}

/* ------------------------------------- images ------------------------------------- */


.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 2px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.thumbnail {
border-radius: 2px;
}

/* ------------------------------------- Breadcrumbs ------------------------------------- */

.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #444444;
	list-style: none;
	background-color: #000;
	border-radius: 2px;
	}
.breadcrumb > li {text-shadow: none;}
.breadcrumb > li a {color:#ccc;}
.breadcrumb > li a:hover {color:#fff;}

.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	right: -5px;
	width: 22px;
	height: 22px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}



/* ------------------------------------- Carousel ------------------------------------- */

.owl-carousel {
	margin: 0 0 60px;
	background: none;
	border: none;
	position: relative;
	direction: ltr !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: none;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	overflow: hidden;
	}

.owl-carousel .owl-buttons div i {
font-size: 40px;
margin: -20px 0 0;
color: #ffffff;
}



/* ------------------------------------- Products ------------------------------------- */

.product-thumb {
border: 1px solid #444444;
margin-bottom: 20px;
overflow: auto;
}

.product-thumb .button-group button {
width: 60%;
border: none;
display: inline-block;
float: left;
background-color: #444444;
color: #ccc;
line-height: 38px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}

.product-thumb .button-group {
 border:none;
background-color: #444444;
overflow: auto;
}

.product-thumb .button-group button + button {
width: 20%;
border-left: 1px solid #555;
}

.product-list .product-thumb .button-group {
border-left: 1px solid #444444;
}

.product-list .product-thumb .image {
float: left;
padding: 0 15px 0 0;
}

.product-thumb .caption {
padding: 0 20px;
min-height: 192px;
}

.product-thumb .price {
color: #fff;
font-size: 150%;
}

.product-thumb .image a {
opacity: 0.8;
}

.product-thumb .image a:hover {
opacity: 1;
}




/* ------------------------------------- accordion panels ------------------------------------- */

.panel {
	margin-bottom: 20px;
	background-color: #000000;
	border: 1px solid transparent;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	}
	
.panel-default>.panel-heading {
	background-color: #333333;
	border-color: #444444;
	color: #999;
	border-radius:0;
	}
	.panel-default>.panel-heading a:hover{
	text-decoration:none;
	color:#fff;
	}
	
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
	}
.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
border-top-color: #ff0000;
}



/* ------------------------------------- contact page ------------------------------------- */


.container.contact-page {
background: transparent url(../../armourbodies/image/contact-page-bg.png) no-repeat right 40px;
}

.container.contact-page  .panel {
background-color: transparent;
}







/* ------------------------------------- category/product page ------------------------------------- */

.category-list div a {
	display: block;
	float: left;
	width: 100%;
	padding: 4px;
	border: 1px solid #444;
	background: #990000;
	color: #fff;
	font-weight: bold;
	margin-bottom:15px;
	}
.category-list div a:hover {
	background-color: #ffb200;
	color: #000;
	}

.wishlist-grp {margin-bottom:15px;}







/* ------------------------------------- shipping modal ------------------------------------- */

#modal-shipping , #modal-shipping h4 {
	color:#000000;
	}










/* ------------------------------------- tables ------------------------------------- */

.table-bordered {
border: 1px solid #444;
background-color: rgb(0,0,0,);
background-color: rgba(0, 0, 0, .3);
}


.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
border: 1px solid #444444;
}