@charset "utf-8";
/*----------intial declartaion of css----------*/
* { /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/ }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;/* list-style:none;*/
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q { quotes: none }
q:before, q:after {
	content: '';
	content: none
}
small { font-size: 80% }
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea {
	-webkit-appearance: none;
	border-radius: 0
}
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul {/*list-style: none;*/ }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
td { vertical-align: top; }
img {
	border: 0 none;
	max-width: 100%;
}
a {
	outline: none;
	cursor: pointer;
}
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 
.cf:before, .cf:after {
	content: "";
	display: table
}
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
a, button, .btn, .button {
	outline: none !important;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	text-decoration: none !important;
}
body {
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-family: 'oswaldbook';
	background: #ffffff;
}
p { font-size: 14px; }
h1 {
	font-size: 58px;
	font-weight: normal;
}
h2 {
	font-size: 42px;
	font-weight: normal;
}
h3 {
	font-size: 32px;
	font-weight: normal;
}
/*--------sticky footer or vertical footer------------*/
/*--------sticky footer or vertical footer------------*/

.hide {
  display: none !important;
}

/*-----------------------main styles starts here-----------------------------------------------*/
.main {
	max-width: 1024px;
	margin: 0 auto
}
/*.wrapper :-moz-placeholder {color:#a2a2a2;}
.wrapper ::-webkit-input-placeholder {color:#a2a2a2;}
.wrapper ::-moz-placeholder {color:#a2a2a2; opacity:1;}
.wrapper :-ms-input-placeholder {opacity:1; color:#a2a2a2;}*/

#content {
	background: #E1E1E1;
}

#content > .content-box {
	background-color: #FFFFFF;
	font-family: 'montserratlight';
}

header {
	background: #ffffff;
	z-index: 10;
	position: relative;
}

/* ---- Search Bar ---- */
.search-box {
	background: #E1E1E1;
	overflow: hidden;
	height: 0;
	max-height: 0;
	transition: all .25s ease 0s;
}

.search-box.show {
	height: auto;
	max-height: 200px;
	padding: 15px 0;
}

.search-box input[type="text"] {
	vertical-align: middle;
	font-size: 40px;
	padding: 5px 0;
	width: 80%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
	color: #252728;
}

.search-box input[type="submit"] {
	vertical-align: middle;
	color: transparent;
	font-size: 0;
	width: 47px;
	height: 47px;
	background: url('/images/icons/magnifying-glass-black.png') center center no-repeat;
	margin-left: 15px;
	cursor: pointer;
	border: none;
	padding: 0;
}

/* ---- Main Header ---- */
.top-header {
	background: #e1e1e1;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
/*.top-header:after {
	background: url("../images/close.png") no-repeat scroll center center;
	content: "";
	height: 16px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 16px;
}*/
.top-header p {
	text-align: center;
	color: #252728;
	line-height: 18px;
	font-size: 15px;
}
.top-header p a { color: #252728; }
.top-header p a:hover { color: #c71533; }
.bottom-menu {
	background: #252728;
	position: relative;
	z-index: 1;
}
.logo {
	display: block;
	float: left;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 26px;
	padding-left: 32px;
}
.right-side-header {
	float: right;
	/*width: 670px;*/
}
.top-right {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.top-right h5 {
	color: #c71533;
	display: inline-block;
	font-size: 18px;
	line-height: normal;
	padding-top: 8px;
	font-family: 'oswaldbold';
	padding-left: 10px;
	font-weight: normal;
	vertical-align: top;
}
.safari .top-right ul { padding-left: 80px; }
.top-right ul {
	display: inline-block;
	list-style: outside none none;
  padding: 0 0 0 20px;
	vertical-align: text-bottom;
	font-size: 0;
}
.top-right ul li {
	display: inline-block;
/* 	margin-right: 12px; */
	position: relative;
	vertical-align: middle;
	border-left: 1px solid #5c5d5e;
}

.top-right .num-items {
	display: inline-block;
	height: 24px;
	width: auto;
	min-width: 24px;
	margin-right: 10px;
	background-color: #FFF;
	font-size: 14px;
	color: #c71533;
	border-radius: 50%;
	text-align: center;
}

/*.right-side-header{ position:relative;}*/
.right-side-header::after {
	bottom: -6px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
/*
.top-right ul li:not(:last-child):after  {
	border-left: 1px solid #5c5d5e;
	border-right: 1px solid #5c5d5e;
	content: "";
	height: 38px;
	left: -10px;
	padding: 0 10px;
	position: absolute;
	right: -10px;
	top: -8px;
	z-index: -1;
}
*/
.top-right ul li:last-child { margin-right: 0; }
.top-right img {
	margin-right: 10px;
	vertical-align: top;
}
.bottom-menu::after {
	background: #5c5d5e;
	content: "";
	position: absolute;
	right: 0;
	top: 40px;
	width: 72%;
	height: 1px;
	z-index: -1;
}
.top-right ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
  padding: 11px 12px 5px;
}
.top-right ul li a:hover { color: #c71533; }
.bottom-right {
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 32px;
	float: right;
	width: 671px;
}
.enumenu_ul.desk li ul.left li.right-side ul li a {
	font-size: 16px;
	line-height: 38px;
	padding: 0;
	text-align: left;
}
.enumenu_ul .left .custom-back a:hover {
	background: #f96319;
	color: #fff;
}
.menu-icon {
	display: none;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 33px;
	font-size: 22px;
	padding: 10px 0;
}
/*.enumenu_ul.desk > li.active > a::before {  background: #be1e2d none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;}*/
.menu-icon .menu-box {
	height: 38px;
	margin-right: 10px;
	padding: 5px;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}
.menu-icon .menu-box span {
	width: 100%;
	height: 4px;
	margin-bottom: 6px;
	background: #fff;
	display: block;
	border-radius: 2px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
	transform: rotate(45deg) translateY(8px) translateX(6px);
	-webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}
.menu-icon:hover:not(.active) span:nth-child(1) {
	transform: rotate(90deg) translateX(8px);
	-webkit-transform: rotate(90deg) translateX(8px);
}
.menu-icon.active span:nth-child(2) { opacity: 0; }
.menu-icon.active span:nth-child(3) {
	transform: rotate(-45deg) translateY(-7px) translateX(6px);
	-webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
.menu-icon:hover:not(.active) span:nth-child(3) {
	transform: rotate(-90deg) translateX(6px);
	-webkit-transform: rotate(-90deg) translateX(6px);
}
.enumenu_ul .caret {
	color: #fff;
	margin-left: 7px;
}
.enumenu_ul {
	padding: 0px;
	list-style: none;
}
.enumenu_ul > li {
	display: inline-block;
	margin-right: 44px;
	padding-bottom: 0;
	vertical-align: top;
}
.enumenu_ul > li:last-child { margin-right: 0px; }
.enumenu_ul li a {
	color: #fff;
	font-family: "oswaldbook";
	font-size: 18px;
	line-height: 33px;
	padding: 0;
	text-transform: uppercase;
	padding-bottom: 26px;
	position: relative;
}
/*.enumenu_ul.desk > li.active a::before {
    background: #be1e2d none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
	 transition: all 0.15s ease-in-out 0s;
}*/
.enumenu_ul.desk > li > a:hover::before {
	background: #be1e2d none repeat scroll 0 0;
	bottom: -4px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}
.enumenu_ul.mob > li > a:hover { color: #be1e2d; }
.enumenu_ul.mob ul li:hover > a { color: #be1e2d; }
/*.enumenu_ul > li ul {
    display: none;
}*/
.enumenu_ul ul li {
	width: 100%;
	margin: 0;
	list-style: none;
	position: relative;
}
.enumenu_ul .left > li {
	border-right: 1px solid #7f7f7f;
	float: left;
	padding: 16px 30px;
	text-align: center;
	width: 30%;
	display: table;
}
.left .right-side li {
	float: left;
	padding-left: 35px;
	width: 30%;
}
.custom-back {
	background: #e1e1e1 none repeat scroll 0 0;
	padding-bottom: 23px;
	padding-top: 23px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.custom-back:after {
	background: url(../images/site/menu-overlay.png);
	background-repeat: no-repeat;
	right: 0;
	bottom: 0;
	width: 333px;
	height: 141px;
	content: "";
	position: absolute;
}
.custom-back h4 {
	font-size: 28px;
	font-weight: normal;
	margin: 0 auto;
	max-width: 325px;
	padding-bottom: 22px;
}
.enumenu_ul .left .custom-back a {
	border: 3px solid #f96319;
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	margin: 0 auto;
	z-index: 1;
	padding: 4px 40px;
}
.enumenu_ul .left li.right-side {
	float: left;
	padding: 14px 0 11px;
	width: 70%;
	border: none;
	position: relative;
}
.enumenu_ul.desk ul {
	top: 100%;
	z-index: 999;
	list-style: none;
	left: 0px;
	background: #fff;
	position: absolute;
	width: 100%;
}
/*Sub menu styles*/

.menu.submenu-ul-level1 li a {
	background: rgba(31, 26, 107, 0.8);
	color: #fff;
	padding-left: 90px;
}
.enumenu_ul.desk li > .left {
	display: none;
	opacity: 1;
}
.enumenu_ul.desk li:hover > ul {
	display: block;
	opacity: 1;
}
.enumenu_ul.desk .sb-menu .sb-menu {
	left: 100%;
	top: 0;
}
.enumenu_ul.desk ul li a {
	padding: 10px 10px;
	display: block;
	color: #244146;
	font-size: 16px;
	text-align: center
}
.enumenu_ul.desk ul li:hover > a { color: #c71533; }
.enumenu_ul .arrow {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 30px;
	height: 30px;
	background: url(../images/icons/plus-orange.png) no-repeat center center;
	cursor: pointer;
	z-index: 999
}
.enumenu_ul .arrow.up { background: url(../images/minus-orange.png) no-repeat center center; }
/*-----------mid section styles goes here-----------*/

/*/ banner-section /*/


.banner-sec {
	background: url(../images/banner1.png);
	background-repeat: no-repeat;
	background-position: top bottom;
	background-size: cover;
	width: 100%;
	height: 435px;
	position: relative;
	z-index: 1;
}
.banner-sec:after {
	background: rgba(107, 107, 107, 0.3);
	position: absolute;
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
}
.banner-title {
	bottom: 82px;
	padding-left: 28px;
	position: absolute;
	top: 50px;
	z-index: 1;
	max-width: 1024px;
}
.banner-title span {
	color: #18a399;
	font-family: "oswald_stencilregular";
	font-size: 58px;
	line-height: 60px;
}
.banner-title h2 {
	color: #fff;
	font-family: "oswaldbook";
	font-size: 36px;
	font-weight: normal;
	line-height: 51px;
}
.banner-title h1 {
	color: #fff;
	font-family: "oswaldbold";
	font-size: 58px;
	font-weight: normal;
	line-height: 64px;
	position: relative;
	text-transform: uppercase;
}
.banner-title p {
	color: #fff;
	font-family: "montserratregular";
	font-size: 16px;
	line-height: 60px;
}
.banner-title > a {
	border: 3px solid #18a399;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	line-height: normal;
	margin-top: 8px;
	padding: 5px 47px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 2px;
}
.banner-title > a:hover { background: #18a399; }
.banner-title > h1::after {
	border: 3px solid #18a399;
	bottom: -12px;
	content: "";
	left: 2px;
	position: absolute;
	width: 143px;
}
.owl {
	bottom: 18px;
	left: 0;
	list-style: outside none none;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 999;
}
.owl > li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
.owl > li img {
	height: 11px;
	width: auto;
	vertical-align: middle;
}
.owl > li:first-child img { height: 17px; }

/*/  shop section style here  /*/

.buy-shop {
	background: #e1e1e1;
	padding-top: 35px;
}
.buy-shop-left {
	width: 66.6%;
	float: left;
}

.buy-shop-left-2 {
	float: left;
	width: 32.7%;
	margin-top: 10px;
}
.buy-shop-right-2 {
	float: right;
	width: 66%;
	margin-top: 10px;
}

.collers {
	float: left;
	position: relative;
	width: 48%;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.uparlay {
	position: relative;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.uparlay figcaption {
	color: #000000;
}

.nametapes {
	float: right;
	width: 49%;
	position: relative;
}
.buy-shop-right { width: 30%; }
.overlay {
	bottom: 33px;
	height: auto;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.overlay h3 {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	line-height: 51px;
}
.overlay span { display: block; }
.overlay b {
	font-size: 18px;
	color: #afafaf;
	font-weight: normal;
}
.left-top { width: 100%; }
.bottom-left {
	display: inline-block;
	margin-top: 12px;
	width: 100%;
}
.left-top .uparlay > img {
	width: 100%;
	height: 318px;
}
.uparlay::after {
	background: rgba(37, 39, 40, 0.3);
	bottom: 4px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-size: cover;
}
.botatl {
	float: left;
	width: 36%;
	position: relative;
}
.flag {
	float: right;
	width: 61%;
	position: relative;
}
.bottom { padding-top: 10px; }
.buy-shop-right {
	float: right;
	width: 31%;
}
.shop-bottom-right { margin-top: 19px; }
.top-right .uparlay > img {
	width: 100%;
	height: auto;
}
.shop-top-right.uparlay img {
	width: 100%;
	height: 449px;
	display: block;
}
.shop-bottom-right.uparlay img {
	width: 100%;
	height: 197px;
	display: block;
}
.buy-shop-right .uparlay::after { bottom: 0; }
.overlay b > i {
	color: #18a399;
	font-weight: normal;
	font-style: normal;
}
.orange_lay {
	position: absolute;
	background-color: rgba(249,99,25, .75);
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.orange_lay:after {
	display: block;
	content: ' ';
	position: absolute;
	background: transparent url('/images/site/geometry-bg.png') no-repeat bottom right;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: -1;
}

.table {
	display: table;
	height: 100%;
	width: 100%;
}
.display-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
.orange_lay .display-cell > a,
.orange_lay .display-cell > span {
	background: #1e222f none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 50px;
	text-transform: uppercase;
}
.uparlay .orange_lay {
	bottom: 4px;
	text-align: center;
	left: 0px;
	right: 2px;
	z-index: 9;
	cursor: pointer;

	opacity: 0;
	transition: opacity 0.25s ease-in-out 0s;
}

.uparlay:hover .orange_lay {
	opacity: 1;
}

.buy-shop-right .uparlay .orange_lay {
	bottom: 0px;
	text-align: center;
	left: 0px;
	right: 2px;
	z-index: 9;
	cursor: pointer;
}

.buy-shop .prod-petid-tag {
	margin-bottom: 6px;
}

.buy-shop .prod-petid-tag img + .overlay {
	text-align: left;
	left: 30px;
	bottom: 40px;
}

.buy-shop .prod-pacifier-clip {
	float: left;
}

.buy-shop .prod-seat-belt-cover {
	float: right;
}


.buy-shop .prod-rain-jacket {
	float: right;
}

.army-store {
	width: 100%;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 26px;
	position: relative;
}
.buy-shop .army-store:after {
	position: absolute;
	border: 3px solid #c71533;
	bottom: 0;
	content: "";
	width: 100%;
	left: 5px;
	right: 0;
}
.army-store > h2 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 60px;
	margin: 0 auto;
	padding-left: 12px;
	width: 100%;
	word-spacing: 0;
	font-family: 'oswaldbold';
}
.army-store span { color: #c71533; }
.army-store p {
	font-size: 21px;
	max-width: 731px;
	line-height: 32px;
	margin: 0 auto;
	font-family: 'montserratlight';
	color: #252728;
}
section.list-item {
	background: #FFFFFF;
}
.list-item .learn-more {
	border: 3px solid #c71533;
	color: #252728;
	display: inline-block;
	font-size: 18px;
	line-height: normal;
	margin-top: 35px;
	padding-left: 32px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.list-item .learn-more:hover {
	background: #c71533;
	color: #fff;
}
.item {
	padding-top: 50px;
	padding-bottom: 51px;
}
.item ul {
	list-style: outside none none;
	padding: 0;
	text-align: center;
}
.item li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	position: relative;
}
.item li a {
	display: block;
	width: 100%;
	cursor: default;
}
.item img {
	display: block;
	margin: 0 auto;
	min-height: 90px;
	width: auto;
}
.item ul li h2 {
	color: #252728;
	font-size: 32px;
	font-weight: normal;
	line-height: 45px;
	padding-top: 15px;
}
.item ul li p {
	font-size: 14px;
	line-height: 19px;
	margin: 0 auto;
	max-width: 233px;
}
.item ul li:after {
	background: rgba(0, 0, 0, 0) url("../images/icons/plus.png") no-repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 21px;
	left: -11px;
	position: absolute;
	top: 44%;
	width: 19px;
	background-size: 100%;
	display: block;
}
.item ul li:first-child:after { background: none; }
.item span {
	/*background: rgba(0, 0, 0, 0) url("../images/round-shape.png") no-repeat scroll 0 0;
    bottom: 0;
    color: #252728;
    cursor: pointer;
    height: 39px;
    left: 0;
    margin: 0 auto;
    padding-top: 9px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 265px;
    z-index: 9;
	 padding-right: 2px;*/
	width: 39px;
	height: 39px;
	border: 3px solid #e1e1e1;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 33px;
	position: relative;
	z-index: 5;
	margin-top: 30px;
	color: #252728;
}
.item span::after {
	background: #e1e1e1 none repeat scroll 0 0;
	content: "";
	height: 3px;
	left: 100%;
	margin-top: -1.5px;
	position: absolute;
	top: 50%;
	width: 112px;
	z-index: 1;
}
.item span::before {
	background: #e1e1e1 none repeat scroll 0 0;
	content: "";
	height: 3px;
	right: 100%;
	margin-top: -1.5px;
	position: absolute;
	top: 50%;
	width: 112px;
	z-index: 1;
}
.item .red-img { display: none; }
.item ul li:hover h2 { color: #c71533; }
.item ul li:hover span {
	border-color: #c71533;
	color: #c71533;
}
.item ul li:hover span:after { background: #c71533; }
.item ul li:hover span:before { background: #c71533; }
.item ul li:hover img.red-img { display: block; }
.item ul li:hover img.blck-img { display: none; }
.inst-back { /*background:#18a399;*/
	background: url(../images/site/green-bar.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
	
.insta-title {
	width: 100%;
	text-align: center;
	padding: 43px 0;
}
.insta-title h2 a {
	color: #fff;
	font-family: "oswaldbook";
	font-size: 42px;
	font-weight: normal;
	line-height: 51px;
	padding-left: 17px;
	transition: color 0.25s ease-in-out 0s;
}

.insta-title h2 a:hover {
	color: #E1E1E1;
}

.insta-title h2 > span { font-family: 'oswaldbold'; }

.insta-feed {
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	font-size: 0px;
}

.insta-feed li {
	vertical-align: top;
	width: 25%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 25%;
}
.insta-feed > li > a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 14px;
}
.insta-feed img {
	display: block;
	height: auto;
	width: 100%;
}

.insta-feed figure {
	padding: 0;
	margin: 0;
}

.insta-feed figcaption {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 200%;
	color: #FFF;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out 0s;
}

.insta-feed figcaption .insta-icon {
	font-size: 32px;
	display: block;
	padding-top: 8px;
}

.insta-feed a:before {
	content: ' ';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out 0s;
}

.insta-feed a:hover:before,
.insta-feed a:hover figcaption {
	opacity: 1 !important;
	visibility: visible !important;
}

/*.instgram .inst-feed {
	height: 848px;
	display: block;
}

.instgram .inst-feed figure {
	width: 25%;
	height: 50%;
	display: inline-block;
	background-size: cover;
	padding: 0px;
	margin: 0px;

}

.instgram .inst-feed figure a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.instgram .inst-feed figure:hover a {
  opacity: 1 !important;
  visibility: visible !important;
}

.instgram .inst-feed .table {
	max-width: 1000px;
	margin: 0 auto;
}

.instgram .inst-feed .display-cell {
	font-size: 150%;
}

.instgram .inst-feed figure a .insta-icon {
	font-size: 32px;
	display: block;
	padding-top: 8px;
}*/

	/* /*     instagram section code here  /* */
	
/* Page Content */
.page-content {
	background-color: #FFFFFF;
}

.page-content > .contain > div,
.page-content > .contain > aside {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.page-content > .contain > div h2,
.page-content > .contain > div h3,
.page-content > .contain > aside h2,
.page-content > .contain > aside h3 {
	font-family: 'oswaldbook';
}

.page-content > .contain > div ul {
	padding-left: 22px;
}

.page-content > .contain > div {
	width: 70%;
}

.page-content > .contain > div.full-width {
	width: 100%;
}

.page-content > .contain > aside {
	width: 28%;
	margin-left: 1%;
}
	
/*----------------mid section styles ends here-------*/

/*----------------footer section  styles goes here-----------*/
footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-main {
	padding-left: 22px;
	padding-right: 22px;
}
.footer-logo {
	padding-left: 12px;
	width: 207px;
}
.footer-left {
	width: 650px;
	float: left;
}
.footer-logo a {
	width: 100%;
	display: block;
}
.footer-desc {
	padding-left: 10px;
	padding-top: 13px;
}
.footer-desc p {
	font-size: 11px;
	font-family: 'montserratregular';
	color: #252728;
	text-transform: uppercase;
}
.footer-desc a {
	color: #c71533;
	text-transform: uppercase;
	margin-right: 0px;
	margin-left: 0px;
}
.footer-desc a:hover { color: #252728; }
.footer-desc a:hover { color: #c71533; }
.footer-desc span {
	display: block;
	max-width: 640px;
	padding-bottom: 10px;
}
.footer-desc span a { color: #252728; }
.footer-desc span a:hover { color: #c71533; }
.footer-right {
	float: right;
	width: 155px;
}
.social-icon {
	list-style: outside none none;
	margin: 0 auto;
	padding: 10px 0;
}
.social-icon > li {
	display: inline-block;
	margin-right: 17px;
	vertical-align: top;
}
.social-icon > li a:hover { }
.social-icon > li:last-child { margin-right: 0; }
.bottom-logo {
	padding-left: 25px;
	padding-top: 4px;
}

.social-icon li a img + img { display: none; }
.social-icon li a:hover img + img { display: block; }
.social-icon li a:hover img.hidden-img { display: none; }
.preloader { display: none; }
/*----------------footer section styles ends here--------*/

.enumenu_ul.desk .right-side ul { position: relative; }

/* Unslider */
.unslider {
	overflow: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.unslider-wrap {
	position: relative
}
.unslider-wrap.unslider-carousel>li {
	float: left
}
.unslider-vertical>ul {
	height: 100%
}
.unslider-vertical li {
	float: none;
	width: 100%
}
.unslider-fade {
	position: relative
}
.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10
}
.unslider li, .unslider ol, .unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none
}
.unslider-arrow {
	position: absolute;
	left: 20px;
	z-index: 2;
	cursor: pointer
}
.unslider-arrow.next {
	left: auto;
	right: 20px
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}

.contain {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 0;
}

/* Banner Slider */
.banner-slider {
	height: 435px;
}

.banner-slider li {
	height: 435px;
	background-position: top center;
	background-size: cover;
	position: relative;
}

.banner-slider li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(107, 107, 107, 0.3);
}

.banner-slider article {
	color: #fff;
	font-family: "oswaldbold";
	padding-top: 50px;
}

.banner-slider article span {
	color: #18a399;
	font-family: "oswald_stencilregular";
	font-size: 58px;
	line-height: 60px;
}

.banner-slider article h1 {
	color: #fff;
	font-family: "oswaldbold";
	font-size: 58px;
	font-weight: normal;
	line-height: 64px;
	position: relative;
	text-transform: uppercase;
}

.banner-slider article h1::after {
	border: 3px solid #18a399;
	bottom: -12px;
	content: "";
	left: 2px;
	position: absolute;
	width: 143px;
}

.banner-slider article h2 {
	color: #fff;
	font-family: "oswaldbook";
	font-size: 36px;
	font-weight: normal;
	line-height: 51px;
}

.banner-slider article p {
	color: #fff;
	font-family: "montserratregular";
	font-size: 16px;
	line-height: 60px;
}

.banner-slider article a.button {
	background-color: transparent;
	color: #FFF;
}

.banner-slider article a.button:hover {
	background-color: #18a399;
}

.unslider-nav {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.unslider-active {
	background-color: #18A399;
}

.button {
	border: 3px solid #18a399;
	display: inline-block;
	font-size: 24px;
	line-height: normal;
	margin-top: 8px;
	padding: 5px 47px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 2px;
	font-family: "oswaldbold";
	cursor: pointer;
	background-color: #FFF;
	color: #18a399;
}

.button.sel,
.button:hover {
	color: #FFF;
	background: #18a399;
}

.button-small {
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

.button.disabled {
	cursor: not-allowed;
	opacity: .75;
}

.button.disabled:hover {
	background-color: #FFF;
	color: #18a399;
}

.leftCol, .rightCol, .col {
	display: inline-block;
	vertical-align: top;
}

#content .leftCol {
	width: 25%;
	margin-right: 1.5%;
}

#content .rightCol {
	width: 73%;
	padding-top: 0.5em;
}

/************************************************************
Product List */
.product-list {

}

/************************************************************
Product details */

/* Layout */
#prod-details>.leftCol {
	width:47%;
	padding-top: 20px;
}
#prod-details>.rightCol {
	width:48%;
	padding-left:3%;
}

/* Images (main and thumbs) */
#prod-details .main-img {
	background:#fff;
	border:0.7em solid #303628;
	text-align:center;
	width: 409px;
	height: 310px;
	padding:  5px;
}
#prod-details .main-img a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent none no-repeat scroll center center;
	background-size: contain;
}
#prod-details .main-img img {
	display:  none;
	max-width:100%;
	max-height:  100%;
}

#prod-details .photos {
	list-style:none;
	margin:0.5em 0;
	padding:0.5em;
	border-top:1px dotted #c8a47b;
}
#prod-details .photos li {
	display: inline-block;
	margin: 0.3em;
	width: 22%;
	height: 70px;
}
#prod-details .photos a {
	display: block;
	border: 1px solid #b7bab3;
	-moz-border-radius: 0.1em;
	-webkit-border-radius: 0.1em;
	border-radius: 0.1em;
	width: 100%;
	height: 100%;
	background: #FFF none no-repeat scroll center center;
	background-size: contain;
}
#prod-details .photos img {
	display:  none;
}


/* Header / share / navigation area */
#prod-details .prod-header {
	border-top:1px dotted #c8a47b;
	border-bottom:1px dotted #c8a47b;
	background:#fcfbfa;
	padding:0.3em;
	margin:0.8em 0 1.2em 0;
}
#prod-details .prod-header .leftCol {
	vertical-align:middle;
	width:43%;
	margin-right:1%;
}
#prod-details .prod-header .rightCol {
	vertical-align:middle;
	width:55%;
	text-align:right;
}


/* Detail area */
#prod-details h2 {
	color: #252728;
	font-family: oswaldbold;
	line-height: 64px;
	padding-bottom: 16px;
	position: relative;
}

#prod-details h2:before {
	background: #f96319;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 149px;
	height: 5px;
}

#prod-details h3 {
	margin-top: 10px;
	font:12pt/1.4 Arial,Helvetica,sans-serif;
	text-transform:none;
}

#descMore {
	height: auto;
	max-height: 120px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
#descMore.show {
	max-height: 800px;
}

#prod-details .description {
	margin:1.5em 0;
}
#prod-details .description p {
	margin:0.5em 0;
}
#prod-details .description ul {
	margin: 0;
	padding-left: 40px;
}

/*#prod-details a.more {
	text-transform:uppercase;
	font-weight:bold;
	background:transparent url('../images/icons/arrow-more.gif') no-repeat right center;
	padding-right:1em;
}*/
#prod-details #moreLess {
	font-weight:bold;
	font-size:11.5pt;
	background:transparent url('../images/icons/arrow-black-down.png') no-repeat left center;
	padding-left:1em;
}
#prod-details #moreLess.less {
	background-image:url('../images/icons/arrow-black-up.png');
}

#prod-details #options-form p {
	margin: 0 0 10px;
}

#prod-details select,
#prod-details input[type="text"] {
	padding: 4px;
	margin-left: 5px;
}

/************************************************************
Product sliders */

/* Layout / navigation */
#products-slider {
	position:relative;
	margin:0.5em -20px;
	background:transparent url('../images/backgrounds/slider-bg.jpg') no-repeat center center;
	width:990px;
	height:200px;
}

#slider-prev,
#slider-next {
	position:absolute;
	top:0.5em;
	width:35px;
	height:185px;
}
#slider-prev {
	left:0.6em;
	background:transparent url('../images/icons/slider-left.png') no-repeat right 47%;
}
#slider-next {
	right:0.6em;
	background:transparent url('../images/icons/slider-right.png') no-repeat left 47%;
}


/* Product tiles */
#products-slider ul {
	list-style:none;
	margin:0 49px;
	padding:1.5em 0;
	height:160px;
	white-space:nowrap;
	overflow:hidden;
	font-size:9.5pt;
}
#products-slider li {
	display:inline-block;
	vertical-align:middle;
	width:16.6%;
	/*padding:0 0.8%;*/
	white-space:normal;
	text-align:left;
}
#products-slider li a {
	color:#454545;
	display:block;
	margin:0 1em;
}
#products-slider li img {
	display:block;
	max-width:100%;
	max-height:110px;
	margin:auto;
}
#products-slider strong { /* Product name */
	color:#000;
	display:block;
}

/************************************************************
Product Imprinting */

/* Imprint image */
.imprint-img {
	overflow:hidden;

	padding:0.7em 0;
	text-align:left;
	border:1px solid #e0e4eb;
	background:#fff;

	-moz-border-radius:0.6em;
	-webkit-border-radius:0.6em;
	border-radius:0.6em;
}

.imprint-img.dogtag {
	max-width:380px;
}

.imprint-img.dogcollar {
	max-width: 450px;
}

.imprint-img>div { /* Container for positioning */
	position:relative;
}
.imprint-img>div>span { /* Container for positioning */
	z-index:3;
	position:absolute;
	display:block;
}
.imprint-img img {
	max-width:100%;
}
#imprint-text, #imprint-text-2 {
	color: #333333;
	display:inline-block;
	position:absolute;
	z-index:5;
	white-space: nowrap;
	text-shadow: 1px 1px 0 #FFFFFF;
}

/* Uploaded logo and positioning */
#imprint-logo {
	z-index:4;
	position:absolute;
	display:inline-block;
	width:75px;
}
#imprint-logo.top {
	/*top:0;*/
	bottom:100%;
	left:50%;
}
#imprint-logo.top img {
	margin-left:-50%;
}
#imprint-logo.bottom {
	/*bottom:0;*/
	top:100%;
	left:50%;
}
#imprint-logo.bottom img {
	margin-left:-50%;
}
#imprint-logo.left {
	left:0;
	/*top:50%;*/
}
#imprint-logo.left img {
	/*margin-top:-50%;*/
	margin-left:-105%;
}
#imprint-logo.right {
	/*right:0;*/
	left:100%;
	/*top:50%;*/
}
#imprint-logo.right img {
	margin-top:-50%;
}


/* Text inputs */
.imprint-texts input {
	margin-bottom:0.4em;
	width:40%;
}

/************************************************************
Pagination */
.pagination {
	display: block;
	text-align: center;
}

ul.pagination li {
	min-height: 0 !important;
	width: auto !important;
	padding: 0 !important;
	font-size: 15px !important;
	text-align: center;
	margin-right: 10px !important;
}

ul.pagination li strong,
ul.pagination li span,
ul.pagination li a {
	display: block;
	padding: 10px;
	color: #000000;
}

ul.pagination li strong {
	background-color: #0AB0A9;
	color: #FFFFFF;
}

/************************************************************
Modal window */

#modal {
	display:none;
	background:#fff;
	color:#2E2D2D;
	padding:1px 15px 1em 15px;
	width:600px;
	margin:auto;
	overflow:hidden;
}
#modal h2 {
	font-size:16pt;
	margin:-1px -15px 0.5em -15px;
	padding:0.5em;
	background:#eff0f0;
}
#modal .simplemodal-close {
	cursor:pointer;
	float:right;
	font-size:12pt;
	margin-top:0.5em;
}
#modal h3 {
	font-size:13pt;
}

#modal-content {
	font-family: 'montserratlight';
}

/* Loading Icon */
.loading-indicator {
	height: 80px;
	width: 80px;
	background: url('/images/site/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: white;
	opacity: 0.5;
}

/* Text Alignment */
.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }


/*** Home Page Callouts */
.home-callouts {
	position: relative;
	width:  1035px;
	height:  1130px;
}

.home-callouts > * {
	box-sizing: border-box;
}

.home-callouts > div {
	position: absolute;
}

.home-callouts .uparlay::after {
	bottom:  0;
}

.home-callouts .orange_lay {
	bottom:  0;
}

.home-callouts .callout-collars {
	width: 333px;
	height: 318px;
	top: 0px;
	left:  0px;
}

.home-callouts .callout-nametapes {
	width: 336px;
	height: 318px;
	top:  0px;
	left:  345px;
}

.home-callouts .callout-bandanas {
	width: 333px;
	height: 195px;
	top:  0px;
	left:  696px;
}

.home-callouts .callout-service-dog-patches {
	width: 333px;
	height: 195px;
	top:  209px;
	left:  696px;
}

.home-callouts .callout-morale-patches {
	width: 333px;
	height: 290px;
	top:  417px;
	left:  695px;

	background: #323335 url('/images/home/callout-morale-patches.jpg') no-repeat scroll center 20%;
	background-size: contain;
}

.home-callouts .callout-morale-patches img {
	display:  none;
}

.home-callouts .callout-can-coolers {
	width: 247px;
	height: 332px;
	top: 332px;
	left:  0px;
}

.home-callouts .callout-flag-patches {
	width: 420px;
	height: 332px;
	top:  332px;
	left:  261px;
}

.home-callouts .callout-seatbelt-covers {
	width: 333px;
	height: 240px;
	top: 678px;
	left:  0;
}

.home-callouts .callout-service-ribbons {
	width: 333px;
	height: 198px;
	top: 929px;
	left:  0;
}

.home-callouts .callout-dogtags {
	width: 330px;
	height: 197px;
	top:  677px;
	left:  352px;
}

.home-callouts .callout-workshirts {
	width: 332px;
	height: 196px;
	top:  721px;
	left:  695px;
}

.home-callouts .callout-emergency-pet-keychain {
	width: 330px;
	height: 316px;
	top:  886px;
	left:  351px;
}

.home-callouts .callout-service-ribbons {
	width: 333px;
	height: 272px;
	top: 929px;
	left:  0;
}

.home-callouts .callout-patterned {
	width: 335px;
	height: 269px;
	top:  932px;
	left:  694px;
}