@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Playball);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,700);
@import "../css/animate.css";
.white {
  color: #ffffff;
}
.primary {
  color: #679afb;
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 979px) {
  .f__none-979 {
    float: none;
  }
}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
  }
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #f2f2f0;
  color: black;
  font: 400 14px/24px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}
a {
  font: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a:link {
  color: #4E619C;
} 
a:visited {
  color: #800080;
} 
a:hover {
  color: #990000;
  text-decoration: underline;
}
a:active {
  color: orange;
}
a:focus {
  color: #CC00CC;
}
strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2,
h3 {
  color: #000000;
}
h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
}
h2 {
  font-weight: 900;
}
/* TZ - Deleted H2 before */
h3 {
  font-size: 18px;
  font-weight: 600;
}
h3 a:hover {
  color: #679afb;
}
.pr {
  padding-right: 50px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .pr {
    padding-right: 92px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .pr {
    padding-right: 120px;
  }
}
@media (max-width: 767px) {
  .pr {
    padding: 0;
  }
}
.wrap-container {
  position: relative;
  width: 1328px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
  behavior: url(js/PIE.htc);
}
@media (max-width: 1328px) {
  .wrap-container {
    width: 100%;
  }
}
.page {
  overflow: hidden;
  min-height: 500px;
}
/* TKT */
.capsule + .capsule {
  margin-top: 30px;
}

.capsule + .ins1 {
  margin-top: 22px;
}
.brand + .search-container {
  margin-left: 24px;
}
/* TZ */
.galitem-info {
  width: 100%;
  padding-left: 7px;
  padding-right: 4px;
  box-sizing: inherit;
}
.galitem-info a:link {
  color: #4E619C;
}
.galitem-info a:visited {
  color: #800080;
}
.galitem-info a:hover {
  color: #990000;
  text-decoration: underline;
}
.galitem-info a:active {
  color: #ff7f7f;
}
.headbg {
  background-image: url(../images/grid/png);
  background-repeat: repeat-x;
}
.item-name {
  width: 100%;
  margin-top: 5px;
  font-size: 17px;  
  color: #000000;
}
.category-name {
  width: 100%;
  margin-top: 5px;
  font-size: 18px;  
  color: #000000;
}
.model {
  width: 100%;
  margin-top: 10px;
  line-height: 16px;  
  font-size: 14px;
  color: #000000;
}
.retail-price {
  width: 100%;
  margin-top: 5px;
  line-height: 16px;
  font-size: 15px;  
  color: #000000;
  text-decoration: line-through;
}
.sale-price {
  width: 100%;
  margin-top: 3px;
  line-height: 19px;
  font-size: 18px;  
  color: #990000;
}
.save {
  width: 100%;
  margin-top: 10px;
  line-height: 15px;
  font-size: 14px;  
  color: #008800;
}
.sold {
  width: 100%;
  margin-top: 3px;
  line-height: 19px;
  font-size: 18px;
  font-weight: 600;
  color: red;
}
.cathead7 {
  width: 100%;
  margin-top: 3px;
  line-height: 18px;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  color: red;
}
.limited {
  width: 100%;
  margin-top: 3px;
  line-height: 18px;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  color: purple;
}
.notice {
  font-size: 130%;
  font-weight: 600;
  color: red;
}
.maincat {
  font-size: 150%;
  font-weight: 600;
  color: navy;
}
.subcat {
  font-size: 130%;
  font-weight: 600;
  color: #01016b;
}
.boldtext {
  font-size: 110%;
  font-weight: 600;
}
.boldtextred {
  font-size: 110%;
  font-weight: 600;
  color: red;
}
.largetext {
  font-size: 130%;
}
.xlargetext {
  font-size: 200%;
}
/*========================================================
                    Main Layout
=========================================================*/
p + p {
  margin-top: 17px;
}
h3 + p {
  margin-top: 24px;
}
h3 + p.off1,
h3 + .post_meta {
  margin-top: 10px;
}
p + h3 {
  margin-top: 31px;
}
h2 + h3,
h2 + .event-list,
h2 + .quote-box,
h2 + .box,
h2 + .number-list,
h2 + .row__in,
h2 + .post {
  margin-top: 27px;
}
h2 + p {
  margin-top: 28px;
}
h3 + .row {
  margin-top: 33px;
}
.img-border + h3,
.gallery + h3 {
  margin-top: 15px;
}
.row + p {
  margin-top: 37px;
}
p + .row {
  margin-top: 25px;
}
p + .icon-list {
  margin-top: 29px;
}
* + .btn {
  margin-top: 20px;
}
/* TKT */
.gallery + P {
  margin-top: 15px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.logobrand + .search-container {
  margin-left: 24px;
}
/*==================     Search Form     ======================*/
#searchBox {
  position: relative;
  text-align: left;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #fdfdfd;
  width: 500px;
  height: 25px;
  background-color: #390707;
  margin-top: 8px;
  font-family: Tahoma, Geneva, sans-serif;
}
.search-add {
  position: relative;
  text-align: left;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #fdfdfd;
  width: 500px;
  height: 25px;
  background-color: #390707;
  margin-top: 8px;
  font-family: Tahoma, Geneva, sans-serif;
}
.search-form {
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
.search-form .input {
  display: inline-block;
  padding: 9px 40px 9px 10px;
  background: white;
  border: 1px solid #a4a4a4;
  border-left: 5px solid #a4a4a4;
  width: 384px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #3c3c3d;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  font-style: italic;
  font-weight: 300;
}
.search-form button, .search-form button:focus, .search-form button:active {
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 59px;
  height: 36px;
  color: #fff;
  background: #1b0205;
  text-align: center;
  font: 400 18px/36px 'FontAwesome', sans-serif;
}
.search-form button::-moz-focus-inner, .search-form button:focus::-moz-focus-inner, .search-form button:active::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search-form button:before, .search-form button:focus:before, .search-form button:active:before {
  content: "\f002";
}
.search-form .input + button {
  margin-left: 4px;
}
.search-form button:hover, .search-form button:focus:hover, .search-form button:active:hover {
  background: #f9cb09;
}

@media (max-width: 767px) {
  .search-form .input {
    width: 314px;
  }
}
@media (max-width: 479px) {
  .search-form {
    margin-left: 0;
  }
  .search-form .input {
    width: 172px;
  }
  .search-form .input + button {
    margin-left: 0px;
  }
}
/*========================================================
                    HEADER styles
=========================================================*/
/* TKT-START */
.header {
  color: #3c3c3d;
  background: #333333;
}
@media (max-width: 979px) {
  .header {
    text-align: center;
  }
}
/* TKT-END */


/*========================================================
                    TZ SECTION styles
=========================================================*/
.sect-inf1 {
  color: #3c3c3d;
  background: #000080;
  width: 400px;
  height: 400px;
}
.sect-inf2 {
  background: #00E5EE;
}
.nav-pad {
  padding: 6px 0 6px;
}
/*==================      TKT-Brand      ======================*/
.brand .brand_name {
  color: #ffffff;
  overflow: hidden;
}
.brand .brand_name a:hover {
  text-decoration: none;
}
.brand .brand_slogan {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

/*==================      TKT-Social List      ======================*/
.social-list:before, .social-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.social-list:after {
  clear: both;
}
.social-list li {
  float: left;
  margin-left: 2px;
}
.social-list .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #000000;
  background: #ffffff;
}
.social-list .fa:hover {
  color: #ffffff;
  background: #000000;
}

/* Main menu styles
========================================================*/
/* TK */
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 66px;
}

@media (max-width: 979px) {
  .nav {
    text-align: center;
    float: none;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.sf-menu {
  padding: 6px 0;
  font-size: 18px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #ffffff;
}
.sf-menu > li.active > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #f9cb09;
}

.sf-menu ul {
  display: none;
  position: absolute;
  left: -30px;
  top: 100%;
  width: 235px;
  margin-top: 6px;
  padding: 10px 0 10px;
  background: #000;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #fff;
  padding: 6px 30px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #000;
  background: #fff;
}

.sf-menu ul ul {
  top: 0;
  margin-top: 0;
  margin-left: 2px;
  left: 100%;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 75%;
  margin-left: -3px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

.sub-menu > li > .sf-with-ul {
  position: relative;
}
.sub-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  content: '\f054';
  font: 400 14px/14px 'FontAwesome';
}

.sfHover .sfHover .sf-with-ul:before, .sub-menu > li > .sf-with-ul:hover:before {
  content: '\f078';
}

/* TZ */
.italicize {
	font-style: italic;
}
.italicize-bold {
	font-style: italic;
	font-weight: bold;
}
.red-text {
	color: red;
}
.breadcrumb-capsule {
	width: 100%;
	background-color: #292729;
	margin-top: 15px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.breadcrumb-group {
	width: 1080px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-sizing: inherit;	
}
.breadcrumb-group a:link {
  color: #b2b2ff;
}
.breadcrumb-group a:visited {
  color: #b2b2ff;
} 
.breadcrumb-group a:hover {
  color: #ff7f7f;
  text-decoration: underline;
}
@media (max-width: 1140px) {
  .breadcrumb-group {
	width: 100%;
  }
}
@media (max-width: 979px) {
  .breadcrumb-group {
	height: 70px;
  }
}
.breadcrumb-intro {
	height: 40px;
	float: left;
	position: relative;
	font-size: 15px;
	color: white;
	padding-top: 7px;
	box-sizing: inherit;
}
@media (max-width: 979px) {
  .breadcrumb-intro {
	height: 30px;
  }
}
.breadcrumb-link {
	height: 40px;
	float: left;
	position: relative;
	font-size: 15px;
	padding-top: 7px;
	padding-left: 9px;
	box-sizing: inherit;
}
@media (max-width: 979px) {
  .breadcrumb-link {
	height: 30px;
  }
}
.breadcrumb-symbol {
	height: 40px;
	float: left;
	position: relative;
	font-size: 17px;
	color: white;
	padding-top: 9px;
	padding-left: 7px;	
	box-sizing: inherit;
}
@media (max-width: 979px) {
  .breadcrumb-symbol {
	height: 30px;
  }
}
.breadcrumb-text {
	height: 40px;
	float: left;
	position: relative;
	font-size: 15px;
	color: white;
	padding-top: 7px;
	padding-left: 9px;
	box-sizing: inherit;
}
@media (max-width: 979px) {
  .breadcrumb-text {
	height: 30px;
  }
}
.search-results-capsule {
	width: 100%;
	margin-top: 20px;
}
.search-results-group {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1140px) {
  .search-results-group {
	width: 100%;
  }
}
.pagetitle-capsule {
	width: 100%;
	margin-top: 36px;
	margin-bottom: -10px;
}
.pagetitle-capsule2 {
	width: 100%;
	margin-top: 36px;
	margin-bottom: 10px;
}
.pagetitle-group {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
@media (max-width: 1140px) {
  .pagetitle-group {
	width: 100%;
  }
}
.pagetitle-group-copy {
	width: 1700px;
	float:left;
	text-align: center;
}
.pagetitle-group h1 {
	font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;
	font-weight: 900;
	font-size: 28px;
	line-height: 30px;
}
.hdimage-capsule {
	width: 100%;
	margin-top: 20px;
}
.hdimage-group {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1140px) {
  .hdimage-group {
	width: 100%;
  }
}
.hdimage-group-gal {
	width: 1200px;
	height: 670px;
	margin-right: auto;
	margin-left: auto;
	position: relative;		
}
.hdimage-group-gal2 {
	width: 1200px;
	height: 435px;
	margin-right: auto;
	margin-left: auto;
	position: relative;		
}
.hdimage {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}
.hdimage-gal {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
}
.logoimage {
	width: 120px;
	text-align: left;
	position: relative;
	display: inline-block;
    padding-right: 3px;	
}
.hdimage-caption {
	width: 100%;
	text-align: right;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: white;
	font-weight: 500;
	line-height: 48px;
	font-size: 46px;
	position: absolute;
	float: right;
	top: 80%;
	z-index: 1;
	opacity: 0;
	animation: hdimageAnimation 6s linear 3s infinite;
}
@media (max-width: 979px) {
  .hdimage-caption {
	line-height: 36px;
	font-size: 34px;
  }
}
@media (max-width: 767px) {
  .hdimage-caption {
	line-height: 30px;
	font-size: 28px;
  }
}
@media (max-width: 600px) {
  .hdimage-caption {
	line-height: 27px;
	font-size: 25px;
  }
}
.hdimage-caption span {
    background-color: rgba(0, 0, 0, 0.3);	
}
.altimage-capsule {
	width: 100%;
	margin-top: 55px;
}
.altimage-group {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1140px) {
  .altimage-group {
	width: 100%;
  }
}
.altimage {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.video-capsule {
	width: 100%;
	margin-top: 55px;
}
.video-group {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
@media (max-width: 1140px) {
  .video-group {
	width: 94%;
  }
}
.disclaimer-capsule {
	width: 100%;
	margin-top: 30px;
}
.disclaimer-group {
	width: 550px;
	height: 86px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #292729;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;	
}
@media (max-width: 600px) {
  .disclaimer-group {
	width: 450px;
  }
}
.disclaimer-standout {
	width: 100%;
	padding-top: 8px;
    top: 7px;
	color: #e50000;
	line-height: 22px;	
	font-size: 21px;	
	font-weight: 600;
}
.disclaimer {
    width: 100%;
    margin-top: 5px;	
	color: #e5e5e5;
	line-height: 19px;
	font-size: 16px;
}
@media (max-width: 600px) {
  .disclaimer {
	line-height: 16px;
	font-size: 14px;
  }
}
.disclaimer-group a:link {
  color: #b2b2ff;
}
.disclaimer-group a:visited {
  color: #b2b2ff;
} 
.disclaimer-group a:hover {
  color: #ff7f7f;
  text-decoration: underline;
}
@keyframes hdimageAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	15% {
	    opacity: 0.5;
	    transform: translateX(0px);
	}
	25% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	70% {
	    opacity: 1;
	    transform: translateX(-100px);
	}
	90% {
	    opacity: 0;
	    transform: translateX(-400px);
	}	
	95% { opacity: 0 }
	100% { opacity: 0 }
}
.content-group {
	width: 1170px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1140px) {
  .content-group {
	width: 90%;
  }
}
.content-group-border {
	width: 1170px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;	
    border-style: solid;
    border-width: 2px;
    background-color: #cccccc;
	font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.content-text-border {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    padding: 10px 10px 10px 10px;
	box-sizing: inherit;
	font-size: 16px;
}
.content-text {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: inherit;
	font-size: 16px;
}
.content-text ul {
    list-style-type: disc;
    list-style-position: inside;
}
.standout-text {
	font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;
	font-weight: 500;
	font-size: 21px;
	line-height: 38px;
}
.standout-text-i {
	font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;
	font-weight: 500;
	font-size: 21px;
	line-height: 38px;
    font-style: italic;	
}
.red-text {
  color: red;
}
.extra-content-group {
	width: 740px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1140px) {
  .extra-content-group {
	width: 90%;
  }
}
.mainimage-capsule {
	width: 100%;
	margin-top: 20px;
}
.mainimage-group {
	width: 1168px;
	height: 657px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-capsule {
	width: 100%;
	margin-top: 30px;
	margin-bottom: -28px;
}
@media (max-width: 979px) {
  .category-capsule {
	margin-bottom: -25px;
  }
}
.category-group {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-group h2 {
	font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 26px;
}
.category {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: inherit;
}
.category-info {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: inherit;
	font-size: 17px;
}
.element-outer {
	float: left;
	position: relative;
}
.item {
	top-margin: 1px;
}
.filter {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 2px;
  padding-right: 8px; 
}
.filter-bold {
  font-weight: 600;
}
.filter-group {
    float: right;
    top: 1px;
    position: relative;
    font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;
}
@media (max-width: 979px) {
  .filter-group {
	display: none;
  }
}
.filter-group a:link {
  color: #4E619C;
}
.filter-group a:visited {
  color: #4E619C;
} 
.filter-group a:hover {
  color: #990000;
  text-decoration: underline;
}
.button {
  font-size: 17px;
  line-height: 21px;
  position: relative;
  top: 4px;
}
.vertical-bar {
  font-size: 21px;
  position: relative;
}
.gotopage-capsule {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #dfdfdf;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.6);	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gotopage-group {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 8px;
	padding-left: 9px;
	text-align: left;
  	box-sizing: inherit;
}
@media (max-width: 1140px) {
  .gotopage-group {
	width: 100%;
  }
}
.gotopage-style {
	font-family: "Times New Roman", Cambria, "Hoefler Text", "Liberation Serif", Times, serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
}
.gotopage-group a:link {
  color: #4E619C;
}
.gotopage-group a:visited {
  color: #4E619C;
} 
.gotopage-group a:hover {
  color: #990000;
  text-decoration: underline;
}
.quicklinks-capsule-text {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 30px;		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.quicklinks-capsule {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #dfdfdf;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.6);			
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.quicklinks-group {
	width: 1170px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	padding-top: 10px;
	padding-left: 12px;	
	box-sizing: inherit;	
}
@media (max-width: 1140px) {
  .quicklinks-group {
	width: 100%;
  }
}
@media (max-width: 767px) {
  .quicklinks-group {
	height: 86px;
  }
}
.quicklinks-header {
	font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
.quicklinks {
	font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;
	font-size: 17px;
	line-height: 20px;
}
.quicklinks-group a:link {
  color: #4E619C;
}
.quicklinks-group a:visited {
  color: #4E619C;
} 
.quicklinks-group a:hover {
  color: #990000;
  text-decoration: underline;
}
.buy-capsule {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}
.buy-group {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
    padding-top: 4px;
	padding-bottom: 15px;
    padding-left: 5px;	
	background-color: #dfdfdf;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 600px) {
  .buy-group {
	width: 400px;
  }
}
.item-name-2 {
  width: 100%;
  margin-top: 5px;
  font-size: 19px;  
  font-weight: 600;
  color: #000000;
}
.knuckle-pair {
  width: 100%;
  margin-top: 5px;
  margin-bottom: -7px;
  line-height: 19px;  
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  color: #e50000;
}
.cart-group {
  width: 100%;
  height: 48px;
  margin-top: 10px;
  box-sizing: inherit;  
}
.cart-art {
  width: 34px;
  top: 4px;
  left: 17px;
  position: absolute;
  float: left;
  box-sizing: inherit;
}
.cart-form {
  width: 100%;
  position: relative;
  padding-left: 7px;
  box-sizing: inherit;
}
.cart-form .btn-add {
  display: inline-block;
  position: relative;
  width: 250px;
  font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #595959;  
  background: #008f00;
  background: -webkit-gradient(linear, left top, left bottom, from(#00cd00), to(#008f00));
  background: -webkit-linear-gradient(top, #00cd00, #008f00);
  background: -moz-linear-gradient(top, #00cd00, #008f00);
  background: -ms-linear-gradient(top, #00cd00, #008f00);
  background: -o-linear-gradient(top, #00cd00, #008f00);
  background-image: -ms-linear-gradient(top, #00cd00 0%, #008f00 100%);
  padding: 9px 0 9px;
}
.cart-form .btn-add:hover {
  text-decoration: none;
  border: 1px solid #0000ff;
  background: #005200;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b800), to(#005200));
  background: -webkit-linear-gradient(top, #00b800, #005200);
  background: -moz-linear-gradient(top, #00b800, #005200);
  background: -ms-linear-gradient(top, #00b800, #005200);
  background: -o-linear-gradient(top, #00b800, #005200);
  background-image: -ms-linear-gradient(top, #00b800 0%, #005200 100%);
  color: #ffffff;
}


/* Buttons */
.button-add {
   border: 1px solid #595959;
   background: #008f00;
   background: -webkit-gradient(linear, left top, left bottom, from(#00cd00), to(#008f00));
   background: -webkit-linear-gradient(top, #00cd00, #008f00);
   background: -moz-linear-gradient(top, #00cd00, #008f00);
   background: -ms-linear-gradient(top, #00cd00, #008f00);
   background: -o-linear-gradient(top, #00cd00, #008f00);
   background-image: -ms-linear-gradient(top, #00cd00 0%, #008f00 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #ffffff;
   font-size: 17px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button-add:hover {
   border: 1px solid #737373;
   text-shadow: #1e4158 0 1px 0;
   background: #007b00;
   background: -webkit-gradient(linear, left top, left bottom, from(#008f00), to(#007b00));
   background: -webkit-linear-gradient(top, #008f00, #007b00);
   background: -moz-linear-gradient(top, #008f00, #007b00);
   background: -ms-linear-gradient(top, #008f00, #007b00);
   background: -o-linear-gradient(top, #008f00, #007b00);
   background-image: -ms-linear-gradient(top, #008f00 0%, #007b00 100%);
   color: #e5e5e5;
   }
.button-add:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #0a3c59;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#007b00));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
   color: #fff;
   }
.sold-out-group {
  width: 100%;
  margin-top: 13px;
  padding-left: 7px;  
}   
.sold-out {
  width: 100%;
  font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;
  line-height: 23px;  
  font-size: 22px;
  font-weight: 700;
  color: red;
}
.sold-out-text {
  width: 100%;
  font-family: Arial, "Franklin Gothic Bold", Impact, Haettenschweiler, sans-serif;
  line-height: 19px;  
  font-size: 18px;
  font-weight: 400;  
  color: red;
}
/* HR Horizontal Rule */

.hr-capsule {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.hr-group {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1140px) {
  .hr-group {
	width: 100%;
  }
}
.hr-group hr {
    border-top: 1px solid #1a1a1a;
    margin: 0;
}
.animated-hr {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eeeeee -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 25px;
  margin-top: 25px;
}
hr {
  box-sizing: content-box;
  height: 0;
}

/* Header and Menu */
.header-capsule {
	width: 100%;	
	background-image: url(../images-2/grid.jpg);
	background-repeat: repeat-x;
    height: 250px;
	background-size: auto auto;
	position: relative;
}
.header-main {
	width: 1180px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
@media (max-width: 1199px) {
  .header-main {
    width: 1100px;
  }
}
@media (max-width: 1140px) {
  .header-main {
    width: 940px;
  }
}
@media (max-width: 979px) {
  .header-main {
    width: 760px;
  }
}
@media (max-width: 767px) {
  .header-main {
    width: 590px;
  }
}
@media (max-width: 600px) {
  .header-main {
    width: 476px;
  }
}
.header-art {
	width: 1180px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.logo-capsule {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 979px) {
  .logo-capsule {
    width: 588px;	
  }
}
@media (max-width: 600px) {
  .logo-capsule {
    width: 476px;
	margin-top: 28px;
  }
}
.art {
  width: 474px;
  top: 0px;
  right: 5px;
  position: absolute;
  float: right;
}
@media (max-width: 1140px) {
  .art {
    width: 380px;
    top: 10px;
	right: -20px;
  }
}
@media (max-width: 979px) {
  .art {
    display: none;
  }
}
.art2 {
  width: 474px;
  top: 0px;
  left: 5px;
  position: absolute;
  float: left;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
@media (max-width: 1140px) {
  .art2 {
    width: 380px;
    top: 10px;
	left: -20px;	
  }
}
@media (max-width: 979px) {
  .art2 {
    width: 400px;
    top: 20px;
	left: -90px;	
  }
}
@media (max-width: 767px) {
  .art2 {
    width: 300px;
    top: 20px;
	left: -100px;	
  }
}
@media (max-width: 600px) {
  .art2 {
    display: none;
  }
}
.logo {
  width: 515px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 25px;
}
@media (max-width: 600px) {
  .logo {
    width: 400px;
  }
}
.search-div {
  width: 485px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
  line-height: 8px;
}
@media (max-width: 600px) {
  .search-div {
    width: 430px;
  }
}
@media (max-width: 600px) {
  .search-mobile {
    width: 485px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    line-height: 8px;
  }
}
#quick-menu {
  position: relative;
  text-align: center;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #fdfdfd;
  width: 500px;
  height: 25px;
  background-color: #390707;
  margin-top: 8px;
  font-family: Tahoma, Geneva, sans-serif;
}
@media (max-width: 600px) {
  #quick-menu {
    width: 430px;
  }
}
@media (max-width: 600px) {
  .quick-disclaimer-view {
    display: none;
  }
}
#topmenu {
  list-style: none;
  width: 770px;
  margin: 0px auto 0px auto;
  height: 35px;
  padding: 0px 0px 0px 0px;
  line-height: 35px;
}
@media (max-width: 767px) {
  #topmenu {
    width: 574px;
  }
}
@media (max-width: 600px) {
  #topmenu {
    width: 446px;
  }
}

#menu-container {
  margin-top: 0px;
  height: 35px;
  width: 100%;
  background-image: url(../images-2/nav/bg-head-menu.jpg);
  background-repeat: repeat-x;
}
#topmenu li {
  float: left;
  display: block;
  text-align: left;
  position: relative;
  padding: 0px 0px 0px 0px;
  margin-right: 10px;
  margin-top: 0px;
  border: none;
}
#topmenu li:hover .nav-sub-defense {
  opacity: 1;
  left: -15px;
  top: auto;
}
#topmenu li:hover .nav-sub-knives {
  opacity: 1;
  left: -100px;
  top: auto;
}
#topmenu li:hover .nav-sub-swords {
  opacity: 1;
  left: -170px;
  top: auto;
}
#topmenu li:hover .nav-sub-security {
  opacity: 1;
  left: -185px;
  top: auto;
}
#topmenu li:hover .submenu5 {
  opacity: 1;
  left: -450px;
  top: auto;
}
#topmenu li:hover .nav-sub-outdoors {
  opacity: 1;
  left: -193px;
  top: auto;
}
#topmenu li:hover .nav-sub-ma {
  opacity: 1;
  left: -210px;
  top: auto;
}
#topmenu li:hover .nav-sub-brands {
  opacity: 1;
  left: -500px;
  top: auto;
}
@media (max-width: 979px) {
  #topmenu li:hover .nav-sub-brands {
    left: -370px;
  }
}
@media (max-width: 767px) {
  #topmenu li:hover .nav-sub-defense {
    left: 3px;
  }
  #topmenu li:hover .nav-sub-knives {
    left: -87px;
  }
  #topmenu li:hover .nav-sub-swords {
    left: -160px;
  }
  #topmenu li:hover .nav-sub-security {
    left: -244px;
  }
  #topmenu li:hover .nav-sub-outdoors {
    left: -327px;
  }
  #topmenu li:hover .nav-sub-ma {
    left: -410px;
  }
}
@media (max-width: 600px) {
  #topmenu li:hover .nav-sub-defense {
    left: -12px;
  }
  #topmenu li:hover .nav-sub-knives {
    left: -103px;
  }
  #topmenu li:hover .nav-sub-swords {
    left: -170px;
  }
  #topmenu li:hover .nav-sub-security {
    left: -244px;
  }
  #topmenu li:hover .nav-sub-outdoors {
    left: -234px;
  }
  #topmenu li:hover .nav-sub-ma {
    left: -323px;
  }  
  #topmenu li:hover .nav-sub-brands {
    left: -385px;
  }
}

#topmenu li:hover .submenu8 {
  opacity: 1;
  left: -900px;
  top: auto;
}
#topmenu li a{
  color: #fdfdfd;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  margin-right: 8px;
  margin-left: 7px;
}
@media (max-width: 767px) {
  #topmenu li a{
    font-size: 16px;
  }
}
#topmenu .nav-sub-defense li a{
  font-size: 16px;
}
#topmenu .nav-sub-knives li a{
  font-size: 16px;
}
#topmenu .nav-sub-swords li a{
  font-size: 16px;
}
#topmenu .nav-sub-security li a{
  font-size: 16px;
}
#topmenu .submenu5 li a{
  font-size: 16px;
}
#topmenu .nav-sub-brands li a{
  font-size: 16px;
}
#topmenu .nav-sub-outdoors li a{
  font-size: 16px;
}
#topmenu .nav-sub-ma li a{
  font-size: 16px;
}
#topmenu .submenu8 li a{
  font-size: 16px;
}
#topmenu li:hover {
  background-image: url(../images-2/nav/bg-head-menu-hover.jpg);
  background-repeat: repeat-x;
  background-color: #990033;
  border: solid;
  border-width: 1px;
  border-color: #FFF;
  line-height: 35px;
}
.nav-sub-defense, .nav-sub-knives, .nav-sub-swords, .nav-sub-security, .nav-sub-outdoors, .nav-sub-ma, .nav-sub-brands, .submenu5, .submenu8 {
  margin: 4px auto;
  float: left;
  position: absolute;
  left: -999em; /* Hides subs and prevents their overlaps */
  opacity: 0;
  text-align: left;
  padding: 5px;
  border: 1px solid #777777;
  border-top :none;
  background: #000000;
  background-image: url(../images-2/nav/menu_gradient.png);
  background-position: top center;
  background-repeat: repeat-x;
}
.nav-sub-defense {
  width: 490px;
  height: 230px;
  margin-left: -1px;
}
.nav-sub-knives {
  width: 850px; 
  height: 300px;
}
.nav-sub-swords {
  width: 510px;
  height: 260px;
}
.nav-sub-security {
  width: 510px;
  height: 120px;
}
@media (max-width: 600px) {
  .nav-security-view {
    display: none;
  }
}
.nav-sub-outdoors {
  width: 510px;
  height: 80px;
}
@media (max-width: 600px) {
  .nav-sub-outdoors {
    width: 480px;
  }
}
.nav-sub-ma {
  width: 510px;
  height: 220px;
}
.nav-sub-brands {
  width: 850px; 
  height: 250px;
}
@media (max-width: 979px) {
  .nav-sub-brands {
    width: 490px; 
    height: 396px;
  }
}
@media (max-width: 767px) {
  .nav-sub-knives {
    width: 490px; 
    height: 480px;
  }
  .nav-sub-brands {
    width: 490px; 
    height: 390px;
  }
}
.submenu8 {
  width: 880px;
  height: 478px;
}
.submenu5 {
  width: 510px;
  height: 80px;
}
.nav-sub-defense, .nav-sub-knives, .nav-sub-swords, .nav-sub-security, .submenu5, .nav-sub-brands, .nav-sub-outdoors, .nav-sub-ma, .submenu8 {
  margin-top: 0px;  
}
.nav-sub-defense li, .nav-sub-knives li, .nav-sub-swords li, .nav-sub-security li, .submenu5 li, submenu-5 li, .nav-sub-outdoors li, .nav-sub-ma li, .submenu8 li {
  color: #CCC;
  line-height: 35px;
  text-align: left;
  float: left;
  width: 150px;
  margin-left: -1px;
}
.nav-link-container {
  width: 100%;
}
#topmenu .nav-link-container a {
  font-size: 16px;
}
@media (max-width: 600px) {
  #topmenu .nav-link-container a {
    font-size: 15px;
  }
}
.nav-link {
  color: #CCC;
  line-height: 35px;
  text-align: left;
  float: left;
  width: 150px;
  margin-left: 10px;
}
#topmenu .nav-link-container .nav-link:hover {
  background-image: url(../images-2/nav/bg-head-menu-hover.jpg);
  background-repeat: repeat-x;
  background-color: #990033;
}
.submenu-column {
  width: 160px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}
#quick-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#quick-menu li {
  float: left;
  vertical-align: text-bottom;
  list-style-type: none;
  line-height: 25px;
  width: 100px; /*height:25px;*/
}
#quick-menu li:hover {
  background-color: #993434;
}
#quick-menu li a {
  color: #fdfdfd;
  text-decoration: none;
  width: 100px;
}
#quick-menu li a:hover {
  text-decoration: none;
  background-color: #993434;
  height: 25px;
  width: 100px;
}
a.quick-opt5 {
  background-image: url(../images-2/nav/cart.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;
  width: 100px;
}

.text-bold {
  font-weight: 600;
}

.footer-group {
  width: 1170px;
  height: 20px;
  color: #e5e5e5;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  top: 75px;
}
@media (max-width: 1140px) {
  .footer-group {
	width: 100%;
	top: 70px;	
  }
}
@media (max-width: 767px) {
  .footer-group {
	width: 100%;
	top: 60px;	
  }
}
.footer-text {
  font-size: 17px;
}
@media (max-width: 767px) {
  .footer-text {
	font-size: 14px;
  }
}
.footer-detail {
  font-size: 15px;
}
@media (max-width: 767px) {
  .footer-detail {
	font-size: 13px;
  }
}

/* NAV Content */
.nav-top-defense:after {
  content: "Personal Defense";
}
@media (max-width: 767px) {
  .nav-top-defense:after {
      content: "Defense";
  }
}
.nav-top-ma:after {
  content: "Martial Arts";
}
@media (max-width: 767px) {
  .nav-top-ma:after {
      content: "MA";
  }
}

/* Slide Show */
.gallery-slider-capsule {
	width: 100%;
	height: 400px;
	background-color: #292729;
	overflow: hidden;
}
.gallery-slider-group {
	width: 100%;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-slider-capsule-2 {
	width: 90%;
	margin: auto;
	margin-top: 15px;
	height: 400px;
	background-color: #292729;
	overflow: hidden;
}
.gallery-slider-group-2 {
	width: 90%;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-video-capsule {
	width: 100%;
	margin-top: 30px;
	background-color: #292729;
	overflow: hidden;
}
.gallery-video-capsule2 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	background-color: #292729;
	overflow: hidden;
}
.gallery-video-capsule3 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	background-color: #f2f2f0;
	overflow: hidden;
}
.gallery-video-capsule7 {
	width: 100%;
	margin-top: 30px;
	background-color: #292729;
	overflow: hidden;
}
.gallery-video-group {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-video-group2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 15px;	
	position: relative;
    text-align: center;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-video-group3 {
	position: relative;	
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-video-group7 {
	width: 90%;
	margin-top: 30px;
	margin-bottom: 15px;
	background-color: #292729;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-video-group9 {
	width: 90%;
	margin-top: 200px;
	margin-bottom: 15px;
	background-color: #292729;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.title-slider-bk,
.title-slider-bk:after { 
	width: 90%;
	height: 500px;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.title-slider-bk:after { 
    content: '';
    background: transparent url(../pattern.png) repeat top left; 
}
.title-slider-bk li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 36s linear infinite 0s; 
}
.title-slider-bk li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: right;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	line-height: 82px;
	font-size: 80px;
	font-weight: 400;
	padding: 0;
	opacity: 0;
	animation: titleAnimation 36s linear infinite 0s;
}
@media (max-width: 1199px) {
  .title-slider-bk li div {
    line-height: 60px;
	font-size: 58px;
  }
}
@media (max-width: 1140px) {
  .title-slider-bk li div {
    line-height: 52px;
	font-size: 50px;
  }
}
@media (max-width: 979px) {
  .title-slider-bk li div {
    line-height: 46px;
	font-size: 44px;
  }
}
@media (max-width: 767px) {
  .title-slider-bk li div {
    line-height: 36px;
	font-size: 34px;
  }
}
@media (max-width: 600px) {
  .title-slider-bk li div {
    line-height: 31px;
	font-size: 29px;
  }
}

.title-slider-bk li:nth-child(1) span { 
    background-image: url(../american-flag-brass-knuckles.jpg) 
}
.title-slider-bk li:nth-child(2) span { 
    background-image: url(../scorpion-brass-knuckles.jpg);
    animation-delay: 6s; 
}
.title-slider-bk li:nth-child(3) span { 
    background-image: url(../real-brass-knuckles-leather.jpg);
    animation-delay: 12s; 
}
.title-slider-bk li:nth-child(4) span { 
    background-image: url(../constantine-brass-knuckles-rainbow.jpg);
    animation-delay: 18s; 
}
.title-slider-bk li:nth-child(5) span { 
    background-image: url(../constantine-brass-knuckles-gray.jpg);
    animation-delay: 24s; 
}
.title-slider-bk li:nth-child(6) span { 
    background-image: url(../darkrift-brass-knuckles-red.jpg);
    animation-delay: 30s; 
}

.title-slider-bk li:nth-child(2) div { 
    animation-delay: 6s; 
}
.title-slider-bk li:nth-child(3) div { 
    animation-delay: 12s; 
}
.title-slider-bk li:nth-child(4) div { 
    animation-delay: 18s; 
}
.title-slider-bk li:nth-child(5) div { 
    animation-delay: 24s; 
}
.title-slider-bk li:nth-child(6) div { 
    animation-delay: 30s; 
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(2deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1) rotate(2deg);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}


/* FLOAT WILL */
.boxxmaster {
    width: 800px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: gray;
}
.boxx1 {
    width: 172px;
    height: 330px;
    float: left;
	background-color: red;
}
.boxx2 {
    width: 172px;
    height: 330px;
    float: left;
	background-color: blue;
}
.boxx3 {
    width: 172px;
    height: 330px;
    float: left;
	background-color: green;
}

/*============ Background ==============*/
/* Stuck menu styles
========================================================*/
#header .isStuck {
  left: 0;
}

#header .isStuck .wrap {
  float: none;
  margin-top: 0;
}
#header .isStuck .company,
#header .isStuck .search,
#header .isStuck .social-list {
  display: none;
}

/*==================  TKT-Stuck menu  ======================*/
.stuck_container {
  background: #171917;
}

.isStuck {
  padding: 5px 0;
  z-index: 999;
  border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*==================   TKT-Lazy Img    ======================*/
XXXXXXXXXXX
/*==================   TZ-Tumbnail    ======================*/
.zoomin { 
  transition: all .2s ease-in-out;
}
.zoomin:hover img {
  -moz-transform: scale(1.75);
  -ms-transform: scale(1.75);
  -o-transform: scale(1.75);
  -webkit-transform: scale(1.75);
  transform: scale(2);
}

/*==================   TKT-Tumbnail    ======================*/
XXXXXXXXXXX
/*========================================================
                    CONTENT styles
=========================================================*/
.content {
  background: #f2f2f0;
}
.aside-border {
  position: relative;
  padding-right: 96px;
}
.aside-border:before {
  content: '';
  position: absolute;
  right: 39px;
  top: -9px;
  bottom: -34px;
  width: 1px;
  background: #ececec;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .aside-border {
    padding-right: 70px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .aside-border {
    padding-right: 50px;
  }
  .aside-border:before {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .aside-border {
    padding-right: 0;
  }
  .aside-border:before {
    display: none;
  }
}
.img-border {
  position: relative;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(js/PIE.htc);
}
/* Wrappers */
.wrapper1 {
  padding: 41px 0 58px;
}
.wrapper1__in1 {
  padding-top: 25px;
}
.wrapper2 {
  padding: 1px 0 25px;
}
.wrapper2__in1 {
  padding-bottom: 46px;
}
.wrapper3 {
  padding: 25px 0 33px;
}
.mt-img {
  margin-top: 5px;
}
/* Box */
.box_left {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .box_left {
    float: none;
    margin: 0 0 15px;
  }
}
/*   Event List  */
.event-list li {
  position: relative;
}
.event-list li + li {
  border-top: 1px dotted #cbcbcb;
  margin-top: 26px;
  padding-top: 30px;
}
.event-list li .btn {
  margin-top: 13px;
}
.event_date {
  color: #679afb;
  font: 700 30px/24px 'Asap', sans-serif;
}
.event_date span {
  font-size: 17px;
  font-weight: 400;
}
/* Icon List */
.icon-list li {
  font: 400 13px/18px 'Asap', sans-serif;
  text-transform: uppercase;
}
.icon-list li:before,
.icon-list li:after {
  content: " ";
  display: table;
}
.icon-list li:after {
  clear: both;
}
.icon-list li img {
  margin-top: -7px;
}
.icon-list li + li {
  margin-top: 26px;
}
.icon-list li a:hover {
  color: #679afb;
}
/* Divider - DELETED */


/* Quote box */
.quote-box {
  padding-left: 38px;
  background: url("../images/quote.png") no-repeat 0 3px;
}
.quote-box p + h3 {
  margin-top: 8px;
}
.quote-box + .quote-box {
  margin-top: 24px;
}
/* img-wrap */
.img-wrap {
  position: relative;
  display: inline-block;
}
.img-wrap a {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 22px;
  height: 19px;
  background: url("../images/search.png") no-repeat 85% 95% #ffffff;
}
.img-wrap a:hover {
  width: 40px;
  height: 40px;
  background: url("../images/search.png") no-repeat center center #ffffff;
}
@media (max-width: 1199px) {
  .img-wrap img {
    width: 100%;
  }
}
/*Partner list */
.partner {
  margin-top: 17px;
}
.partner img {
  float: left;
}
.partner h3 {
  text-transform: none;
}
.partner h3 + p {
  margin-top: 0;
}
.partner p {
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .partner p {
    display: none;
  }
}
/* number-list */
.number-list li {
  position: relative;
  padding-left: 70px;
}
.number-list li:before {
  content: attr(data-number);
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  font: 700 30px/50px 'Asap', sans-serif;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ffffff;
  background: #679afb;
}
.number-list li + li {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .number-list li {
    padding: 70px 0 0;
  }
  .number-list li:before {
    left: 50%;
    margin-left: -25px;
    top: 0;
  }
}
/*   Buttons  */
.btn {
  display: inline-block;
  font: 400 13px/18px 'Asap', sans-serif;
  color: #679afb;
}
.btn:hover {
  text-decoration: none;
  color: #000000;
}
/* Isotope */
.isotope {
  margin-left: 0px;
}
.isotope .element-item {
  margin-top: 40px;
}
/* Deleted buttons-group and button */

/* Gallery Hover */
.gallery {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.gallery img {
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
@media (max-width: 1199px) {
  .gallery img {
    width: 100%;
  }
}
.gallery .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 .gallery .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.gallery .hover {
  font: 700 14px/14px 'Asap', sans-serif;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -7px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 .gallery .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
.gallery:hover {
  text-decoration: none;
}
.gallery:hover .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 .gallery:hover .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.gallery:hover img {
  transform: scale(1.50);
}
/* address */
address {
  font: 400 13px/18px 'Asap', sans-serif;
  text-transform: uppercase;
  color: #000000;
}
address a {
  text-decoration: underline;
  color: #679afb;
}
address a:hover {
  color: #000000;
}
address dl {
  margin-top: 23px;
}
dl,
.mail {
  font: 400 13px/17px 'Droid Sans', sans-serif;
  text-transform: none;
}
dl dd,
.mail dd,
dl dt,
.mail dt {
  display: inline-block;
}
dl dt,
.mail dt {
  padding-right: 8px;
}
/* Post */
.post .event_date {
  float: left;
  margin-right: 20px;
}
.post_meta a:hover {
  text-decoration: underline;
}
.post_cnt {
  margin-top: 9px;
}
.post_cnt img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .post_cnt img {
    float: none;
    margin: 0 0 15px;
  }
}
.post_author {
  float: left;
}
.post_comment {
  float: right;
  margin: 0;
}
.post .btn {
  color: #000000;
}
.post .btn:hover {
  color: #679afb;
}
.post:before,
.post:after {
  content: " ";
  display: table;
}
.post:after {
  clear: both;
}
.post + .post {
  margin-top: 35px;
}
.policy-link {
  margin-top: 20px;
  font-family: 'Arial';
}
.policy-link a {
  text-decoration: underline;
}
.policy-link a:hover {
  color: #000000;
}
.map {
  height: 313px;
  position: relative;
  margin: 32px 0 27px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.footer {
  padding: 48px 0;
  font-size: 11px;
  color: #7d7a7c;
  background: url("../images/bg-header.png");
}
.footer a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .footer {
    text-align: center;
  }
  .footer .copyright,
  .footer .list {
    float: none;
  }
}
.copyright {
  float: left;
}
.list {
  float: right;
}
.list li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-left: 12px;
  margin-left: 3px;
}
.list li:before {
  content: '\f111';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 4px;
  line-height: 18px;
  color: #b8b7b4;
}
.list li:first-child:before {
  display: none;
}
/* TKT */
.footer .brand + .copyright {
  margin-top: 11px;
}
/* TZ */
#footer-sect {
  width: 100%;
  height: 140px;
  margin-top: 100px;
  background-color: transparent;
  background-image: url(../images-2/nav/footer_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
#footer-box-container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  height: 142px;
}
#footer-box-left {
  background-image: url(../images-2/nav/footer-box1_02.png);
  height: 142px;
  width: 123px;
  float: left;
  position: relative;
}
#footer-fb-click {
  position: absolute;
  height: 70px;
  width: 70px;
  top: 40px;
  background-color: transparent;
}
#footer-box-center {
  background-image: url(../images-2/nav/footer-box1_03.png);
  height: 142px;
  width: 648px;
  float: left;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
#footer-box-right {
  background-image: url(../images-2/nav/footer-box1_01.png);
  background-position: left;
  background-repeat: no-repeat;
  height: 142px;
  width: 123px;
  float: left;
}
img.creditcards {
  margin-bottom: 10px;
  background-image: url(../images-2/nav/fa_footer_cc.png);
  width: 303px;
  height: 40px;
}

/*========================================================
                    Widget styles
=========================================================*/
/* Stellar(parallaxBG) styles
========================================================*/
.stellar {
  background-position: 0 0;
  overflow: hidden;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .stellar {
    background-position: 0 0 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.stellar .icon {
  width: 104px;
  height: 104px;
  line-height: 104px;
  font-size: 39px;
  background: #679afb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stellar .icon:hover {
  text-decoration: none;
  background: #000000;
}
.stellar1 {
  background-image: url(../images/page1-img1.jpg);
  background-position: center 30%;
  text-align: center;
  padding-bottom: 184px;
}
.stellar1 h2,
.stellar1 h3 {
  color: #ffffff;
}
.stellar1 h2 {
  font-size: 80px;
  line-height: 93px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 479px) {
  .stellar1 h2 {
    font-size: 60px;
    line-height: 73px;
  }
}
.stellar1 h3 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 .stellar1 h3 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
@media (max-width: 479px) {
  .stellar1 h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.stellar1 * + h2 {
  margin-top: 117px;
}
.stellar1 * + .search1 {
  margin-top: 62px;
}
@media (max-width: 479px) {
  .stellar1 {
    padding-bottom: 70px;
  }
  .stellar1 * + h2 {
    margin-top: 50px;
  }
}
.page2 .stellar1 {
  padding-bottom: 57px;
}
.stellar2 {
  background-image: url(../images/page1-img2.jpg);
  background-position: center 0%;
  padding: 93px 0 121px;
}
.stellar2 .icon {
  margin-top: 10px;
}
.stellar2 h2 {
  color: #ffffff;
  display: inline-block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .stellar2 h2 {
    font-size: 58px;
  }
}
@media (max-width: 479px) {
  .stellar2 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.stellar3 {
  background-image: url(../images/page2-img2.jpg);
  background-position: center 0%;
  padding: 191px 0 95px;
}
.stellar3 h2 {
  color: #ffffff;
  display: block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .stellar3 h2 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .stellar3 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .stellar3 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.stellar4 {
  background-image: url(../images/page4-img1.jpg);
  background-position: center 0%;
  padding: 180px 0 75px;
}
.stellar4 .icon {
  margin-top: 15px;
}
.stellar4 h5 {
  margin-top: 25px;
}
.stellar4 h2 {
  color: #ffffff;
  display: block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .stellar4 h2 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .stellar4 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .stellar4 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.search {
  display: block;
  float: right;
  position: relative;
  width: 213px;
  margin-right: 29px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search .input_wrap {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
.search input {
  width: 80%;
  font: normal 13px/17px 'Droid Sans', sans-serif;
  display: block;
  position: relative;
  padding-left: 20px;
  height: 100%;
  outline: none;
  background-color: transparent;
  color: #464646;
  border: none;
  overflow: hidden;
  margin: 0;
}
.search a {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 7px;
}
.search a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 .search a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
@media (max-width: 767px) {
  .search {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  font-size: 26px;
  z-index: 20;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #679afb;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #000000;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
