/* CSS Document */

/*========== Default CSS Start ==========*/

.dropdown-menu li {
    width: 100%;
}
@media (min-width: 768px) {
ul li.dropdown:hover > ul.dropdown-menu {
    display: block;   
}
}
* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	text-rendering: optimizelegibility;
	font-family: 'open_sansregular';
	
	cursor: url("/images/bullet.cur"), auto;
	
}
li, ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:bold;
	margin:0px;
}
a, a img {
	text-decoration: none !important;
	border: 0;
	outline: none !important;
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
	-ms-transition:all 400ms ease-in-out;
}

/*========== Default CSS End ==========*/


/*==================================================================*/
/*========== Bootstrap Class Overwrite Start ==========*/
/*==================================================================*/

.navbar {
	float:left;
	width:100%;
	background:none;
	border:none;
	margin:25px 0 20px;
	min-height:auto;
	padding:0;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'open_sans_condensedbold';
	font-size:18px;
	color:#db2231;
	line-height:18px;
	padding:0 12px;
	border-right:2px solid #666666;
}

.navbar-default .navbar-nav > li:last-child a {
	border:none;
	padding-right:0;
}

.navbar-collapse  { padding:0; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:none;
	color:#db2231;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background:none;
	color:#db2231;
}

.carousel-control.left {
	background:none;
}

.carousel-control.right {
	background:none;
}



#navbar ul li ul.dropdown-menu {
	display:none;
}
#navbar ul li:hover ul.dropdown-menu { display: block; }

#navbar ul li.open ul.dropdown-menu { display: block; }

#navbar ul li ul.dropdown-menu li a {
	display:block;	
}

#navbar ul.dropdown-menu li a:hover {
	background-color:#009cde;
}


/*==================================================================*/
/*========== Bootstrap Class Overwrite Class End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*============= Header Start ===========*/

.header {
	float:left;
	width:100%;
	background:#000000;
}

.header a.logo {
	display:block;
	
}

.header a.logo img {
	width:auto;
}

.header .address {
	float:left;
	width:100%;
	text-align:right;
}

.header .address h2 {
	font-family: 'chunkfiveroman';
	font-size:30px;
	line-height:30px;
	color:#f52228;
	margin-bottom:3px;
}

.header .address span {
	font-family: 'open_sans_condensedbold';
	font-size:18px;
	line-height:18px;
	color:#fff;
	margin-bottom:3px;
}

.header .gun-menu {
	float:left;
	width:100%;
	padding-top:30px;
}

.header .gun-menu ul {
	margin:0;
	padding:0;
	float:right;
}

.header .gun-menu .dropdown-menu {
	background-color:#000000;
    border: medium none;
    border-radius: 0;
    padding:10px 10px 10px 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color:transparent; text-decoration:none; }

.header .gun-menu .dropdown-menu li {
	padding:3px 0;
	border-bottom:1px solid #fff;	
}

.header .gun-menu .dropdown-menu li a{
	color:#fff;
	font-size:16px;
	line-height:16px;
	padding:0;
}

.header .gun-menu ul li {
	display:block;
	float:left;
}

.header .gun-menu ul li a {
	font-family: 'open_sans_condensedbold';
	font-size:20px;
	line-height:20px;
	color:#fff;
	padding:0 9px;
}

.header .gun-menu ul li:fast-child a {
	padding-left:0;
}

.header .gun-menu ul li:last-child a {
	padding-right:0;
}

/*============= Header End ===========*/

/*============= Slider Start ===========*/

.slider {
	float:left;
	width:100%;
}

.slider img {
	width:100%;
}

/*============= Slider End ===========*/



/*============= Content Start ===========*/

#content {
	float:left;
	width:100%;
	background:#ebebeb;
}

.content-home {
	float:left;
	width:100%;
	padding:24px 0;
}

.inventory {
	float:left;
	width:100%;
	background:#666666;
	padding:60px 0 38px 0;
	text-align:center;
}

.inventory h1 {
	font-family: 'chunkfiveroman';
	font-size:30px;
	color:#ebebeb;
	line-height:30px;
	margin-bottom:30px;
}

.inventory a.btn {
	display:inline-block;
	background:#f12127;
	height:60px;
	line-height:60px;
	padding:0 40px;
	border:0px solid #000;
	border-radius:0;
	font-family: 'open_sansbold';
	font-size:16px;
	color:#fff;
}

.content-home h1.title {
	font-family: 'chunkfiveroman';
	font-size:30px;
	line-height:30px;
	color:#000;
	padding: 0px;
}

.left p {
	margin-top:18px;
	font-size:14px;
	line-height:18px;
	margin-top:12px;
	color:#000;
	float:left;
	width:100%;
	margin-bottom:0;
}

.left ul {
	display:block;
	float:left;
	width:20%;
	margin:17px 0 0 0;
}

.left ul li {
	display:block;
	font-size:13px;
	line-height:16px;
	color:#000;
}

.calander {
	float:left;
	width:100%;
}

.calander h2 {
	float:left;
	width:100%;
	font-family: 'open_sans_condensedbold';
	font-size:22px;
	line-height:18px;
	color:#000;
	margin:13px 0 0px;
}

.calander p {
	font-size:14px;
	line-height:18px;
	color:#000;
	float:left;
	width:100%;
	margin:0 0 15px 0;
}

.calander p a {
	display:inline-block;
	color:#f12127;
	text-decoration:underline !important;
}

.bank {
	float:left;
	width:100%;
}

.bank img {
	width:100%;
}

.sidebar .information {
	float:left;
	width:100%;
	background:#000000;
	padding:18px 0 20px 15px;
	margin-bottom:15px;
}

.sidebar .information .left-s {
	padding:0;
}

.sidebar {
	float:left;
	width:100%;
	padding-left:50px;
}

.sidebar  h5 {
	 font-family: 'chunkfiveroman';
	 font-size:18px;
	 line-height:18px;
	 color:#fff;
	 text-transform:uppercase;
	 margin-bottom:3px;
}

.sidebar .information .left-s p.add {
	font-size:14px;
	line-height:16px;
	color:#f12127;
	margin:0;
}

.sidebar .information .left-s span {
	display:block;
	font-size:14px;
	line-height:16px;
	color:#fff;
}

.sidebar .information .left-s span a {
	color:#f12127;
	text-decoration:underline !important;
}

.sidebar .information .right-s {
	padding:0;
	margin-top:12px;
}

.sidebar .information .right-s ul {
	display:block;
padding:0px;
}

.sidebar .information .right-s ul li {
	display:block;
	float:left;
	margin-bottom:27px;
}

.sidebar .information .right-s ul li a {
	display:block;
	padding-right:45px;
}

.sidebar .information .right-s ul li:nth-child(even) a {
	padding:0;
}

.sidebar .gps {
	margin-top:20px;
	padding:0;
}

.sidebar .gps span {
	display:block;
	font-size:14px;
	line-height:16px;
	color:#fff;
}

.sidebar .hours {
	margin-top:20px;
	padding:0;
}

.sidebar .hours span {
	display:block;
	font-size:14px;
	line-height:16px;
	color:#fff;
}

.sidebar .img-sidebar {
	float:left;
	width:100%;
}

.sidebar .img-sidebar img {
	width:100%;
}

/*================= Inside page Start ================*/

.content-inside {
	float:left;
	width:100%;
	padding-bottom:24px;
}

.content-inside .inventory-page {
	float:left;
	width:100%;
}

.content-inside .inventory-page h1.title {
	 font-family: 'chunkfiveroman';
	 font-size:30px;
	 line-height:47px;
	 margin:0;
	 background:none;
	 text-align:left;
	 padding:25px 0 20px 0;
}

.content-inside .inventory-page .gun-type {
	float:left;
	width:100%;
	background:#666666;
	padding:18px 0;
	margin-bottom:30px;
}

.content-inside .inventory-page .gun-type ul {
	display:block;
	width:230px;
	float:left;
	margin:0;
	padding:0;
}

.content-inside .inventory-page .gun-type ul li {
	display:block;
	margin-bottom:5px;
}

.content-inside .inventory-page .gun-type ul li:last-child {
	margin-bottom:0;
}

.content-inside .inventory-page .gun-type ul li a {
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-decoration:underline !important;
}

.gun-description {
	float:left;
	width:100%;
	margin-bottom:90px;
}


.gun-description h3 {
	background:#000;
 	font-family: 'chunkfiveroman';
 	font-size:18px;
 	line-height:18px;
	color:#fff;
	padding:18px 0 15px 50px;
}

.gun-description .new {
	border-right:1px solid #000;
	padding:0;
}

.gun-description .used {
	padding:0;
}

.gun-description h5 {
	background:#ccc;
	padding:10px 0 12px 0;
	font-family: 'open_sansbold';
	font-size:18px;
	line-height:18px;
	color:#000;
	padding-left:50px;
	margin-bottom:12px;
}

.gun-description .info {
	float:left;
	width:100%;
	padding-left:50px;
	padding-bottom:16px;
}

.gun-description .info:last-child {
	padding-bottom:0;
}

.gun-description .info h6 {
	font-family: 'open_sansbold';
	font-size:14px;
	line-height:14px;
	color:#000;
}

.gun-description .info span {
	display:block;
	font-size:14px;
	line-height:19px;
	color:#000;
}

.gun-description .return-btn {
	float:left;
	width:100%;
	text-align:right;
        margin-top:10px;
}

.gun-description .return-btn a {
	display:inline-block;
	font-size:18px;
	line-height:50px;
	height:50px;
	color:#fff;
	padding:0 48px;
	background:#000;
}


/*================= Inside page End ================*/

/*============= Content End ===========*/


/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start Here==========*/
/*==================================================================*/

.footer {
	float:left;
	width:100%;
	background:#333333;
	padding:45px 0 42px 0;
}

.footer .link {
	padding:0;
}

.footer .link ul {
	display:block;
	margin:0;
	padding:0;
}

.footer .link ul li {
	display:block;
	padding-bottom:22px;
}

.footer .link ul li a {
	display:block;
	font-family: 'open_sansregular';
	font-size:12px;
	line-height:12px;
	color:#fff;
}

.footer .f-address {
	float:left;
	width:100%;
	text-align:right;
}

.footer .f-address h5 {
	font-family: 'chunkfiveroman';
	font-size:18px;
	line-height:18px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	color:#fff;
}

.footer .f-address p {
	font-size:12px;
	line-height:16px;
	color:#fff;
	margin-bottom:0;
}

.footer .f-address p a {
	display:inline-block;
	font-size:12px;
	line-height:16px;
	color:#fff;
	margin-bottom:0;
	text-decoration:underline !important;
}

.footer .copyright {
	float:left;
	width:100%;
	padding-top:30px;
	text-align:right;
}

.footer .copyright ul {
	display:block;
	padding:0;
	margin:0;
	float:right;
}

.footer .copyright ul li {
	display:block;
	float:left;
	font-size:12px;
	line-height:12px;
	color:#fff;
	padding:0 3px;
	border-right:1px solid #fff;
}

.footer .copyright ul li:last-child {
	padding-right:0;
	border:none;
}

.footer .copyright ul li a {
	display:block;
	color:#fff;
	text-decoration:underline !important;
}

.footer .copyright h6 {
	float:left;
	width:100%;
	font-size:12px;
	line-height:14 px;
	color:#fff;
	margin-top:3px;
}

.footer .copyright h6 a {
	display:inline-block;
	color:#fff;
	text-decoration:underline !important;
}
/*==================================================================*/
/*========== Footer End Here==========*/
/*==================================================================*/
.content-home table td{ width:33.33% }
.content-home  table ul li{ list-style:disc; }

.btn {
    background: #f12127 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: "open_sansbold";
    font-size: 16px;
    height: 50px;
    line-height: 47px;
    padding: 0 40px;
	text-transform: uppercase;
}
label.error{
    color: red;
    font-size: 13px;
}
.has-error {
    color: #a94442;
}

/* Color of valid field */
.has-success  {
    color: #3c763d;
}

.f-address {
	color: #FFF;
}

.sideimg {
	padding-left: 50px;
	padding-bottom: 20px;
}

.responsive {
  width: 100%;
  height: auto;
}