@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'GillSansMT';
    src: url('../fonts/GillSansMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GillSansMT.woff') format('woff'),
    url('../fonts/GillSansMT.ttf') format('truetype'),
    url('../fonts/GillSansMT.svg#GillSansMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMT-Bold';
    src: url('../fonts/GillSansMT-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GillSansMT-Bold.woff') format('woff'),
    url('../fonts/GillSansMT-Bold.ttf') format('truetype'),
    url('../fonts/GillSansMT-Bold.svg#GillSansMT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century725BT-Bold';
    src: url('../fonts/Century725BT-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Century725BT-Bold.woff') format('woff'),
    url('../fonts/Century725BT-Bold.ttf') format('truetype'),
    url('../fonts/Century725BT-Bold.svg#Century725BT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: 'GillSansMT';
	font-weight: normal;
	color: #2c2e3d;
	font-size: 19px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #2c2e3d;
	font-weight: normal;
}
b, strong {
	font-weight: normal;
	font-family: 'GillSansMT-Bold';
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 10.2px;
}
img {
	max-width: 100% !important;
}
a {
	color: #23a1d1;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
	color: #1e3489;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	outline: none !important;
}
select {
	outline: none !important;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: 10px;
}
.contact_info_btn {
	font-size: 18px;
	color:#fff;
}
.table-responsive {
	margin-bottom: 0px;
	border: none;
}
.mobile_view {
	display: none;
}

#product-category .col-sm-10{
padding-top: 50px;
}

a.menubtn {
color: white;
padding-left: 50px;
font-size: 20px;
}

@media(max-width:1199px) {
.mobile_view {
	display: inherit;
}
.desktop_view {
	display: none;
}
}
footer .mobile_view {
	display: none !important;
}
@media(max-width:1199px) {
footer .mobile_view {
	display: none !important;
}
footer .desktop_view {
	display: inherit !important;
}
}
@media(max-width:767px) {
footer .mobile_view {
	display: inherit !important;
}
footer .desktop_view {
	display: none !important;
}
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
/*content: '* ';
	color: #F00;
	font-weight: bold;*/
}
/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #2c2e3d;
	border: none;
	padding: 0px;
	margin: 0px;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select, #top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff !important;
	opacity: 0.9;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a+a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 4px 0px 0px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
/*margin-bottom: 10px;*/
}
#cart>.btn {
	font-size: 14px;
	font-family: 'GillSansMT-Bold';
	line-height: 18px;
	color: #FFF;
}
#cart.open>.btn {
	background-image: none;
	background-color: #1e3489;
	border: none;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open>.btn:hover {
	color: #fff;
	background-color: #000;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
ul.breadcrumb {
	display: none !important;
}
table.table.table-striped tr td {
	word-break:break-all !important;
}
table.table.table-striped tr td:nth-child(3) {
	width: 30px;
	padding: 2px;
}
table.table.table-striped tr td:nth-child(4) {
	width: 60px;
	padding: 2px;
}
@media (max-width: 480px) {
#cart {
    position: unset;
}
#cart .dropdown-menu {
	width: 100%;
	position: absolute;
    left: 0px;
    right: 0px;
    top: 40px;
}
table.table.table-striped tr td {
	padding: 2px;
}
table.table.table-striped tr td .img-thumbnail {
	padding: 1px;
}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 480px) {
#cart .dropdown-menu li>div {
	min-width: 100%;
}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav>li>a:hover, #menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-family: 'GillSansMT-Bold';
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
ul.list-unstyled span {
	font-size: 22px;
	font-family: 'GillSansMT-Bold' !important;
	font-weight: normal;
}
@media (min-width: 768px) {
#menu .dropdown:hover .dropdown-menu {
	display: block;
}
}
@media (max-width: 767px) {
#menu {
	border-radius: 4px;
}
#menu div.dropdown-inner>ul.list-unstyled {
	display: block;
}
#menu div.dropdown-menu {
	margin: 0px !important;
	padding: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0px;
}
#menu .dropdown-inner {
	display: block;
}
#menu .dropdown-inner a {
	width: 100%;
	color: #fff;
}
#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
}
#menu .see-all {
	margin-top: 0;
	border: none;
	border-radius: 0;
	color: #fff;
}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	background: #616169;
	padding-top: 25px;
	padding-bottom: 40px;
	color: #fff;
	border: none;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}
.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group>.btn, .btn-group>.dropdown-menu, .btn-group>.popover {
	font-size: 12px;
}
.btn-group>.btn-xs {
	font-size: 9px;
}
.btn-group>.btn-sm {
	font-size: 10.2px;
}
.btn-group>.btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
/*color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;*/
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
/*background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);*/
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*border: 1px solid #ddd;*/
    margin-top: 30px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-size: 25px;
	text-align: center;
	color: #2c2e3d;
	font-weight: normal;
	/*max-height: 50px;
    overflow: hidden;*/
    position: absolute;
	bottom: 0;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.product-thumb h4 a {
	color: #2c2e3d;
}
#prodtitle{
	min-height: 150px;
	position: relative;
}
#product-search .product-thumb h4 {
	position: inherit;
}
.product-thumb p, .product-thumb p.price span {
	font-size: 18px;
	line-height: 24px;
	color: #2c2e3d;
	max-height: 72px;
	overflow: hidden;
	font-family: 'GillSansMT';
}
.product-thumb p.price {
	font-size: 25px;
	color: #2c2e3d;
	font-family: 'GillSansMT-Bold';
	line-height: normal;
	margin-bottom: 25px;
}
.product-thumb .button_block a {
	font-size: 22px;
	color: #fff;
	background: #494b56;
	padding: 5px 10px;
	line-height: 36px;
	min-height: 46px;
	display: inline-block;
	min-width: 124px;
}
.product-thumb .caption {
	padding: 0px;
	min-height: 180px;
	text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: inherit;
	padding: 0px;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star+.fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-family: 'GillSansMT-Bold';
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

.list-unstyled.price_block span {
	font-size: 18px;
	font-family: 'GillSansMT-Bold';
	margin-top: 5px;
	display: inline-block;
}
.list-unstyled.price_block h2 {
	float: left;
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button+button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button+button {
	width: 33.33%;
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails>li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails>img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 120px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
@media (min-width: 1200px) {
#content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
	clear: left;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
	clear: left;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
	clear: left;
}
}


/* fixed colum left + content + right*/
@media (min-width: 768px) {
#column-left .product-layout .col-md-3 {
	width: 100%;
}
#column-left+#content .product-layout .col-md-3 {
	width: 50%;
}
#column-left+#content+#column-right .product-layout .col-md-3 {
	width: 100%;
}
#content+#column-right .product-layout .col-md-3 {
	width: 100%;
}
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.custom-table {
	border: 1px solid;
}
.custom-table td {
	border: 1px solid;
	padding: 6px;
}
/* Updated CSS Here */
header {
	background: #616169;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contact-info-links ul {
	margin: 0px -15px;
}
#contact-info-links ul li {
	padding: 0px 15px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
#contact-info-links ul li a {
	font-family: 'GillSansMT-Bold';
	color: #fff;
}
#top-links {
	padding-top: 0px;
}
#top-links ul {
	margin: 0px -15px;
}
#top-links ul li a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'GillSansMT';
	text-shadow: none;
	position: relative;
	top: 1px;
}
#top-links ul li a i {
	font-size: 18px;
}
#top-links ul li a i.fa.fa-mobile {
	font-size: 24px;
	top: 3px;
	position: relative;
}
#top-links li ul.dropdown-menu li a, ul.dropdown-menu li a {
	color: #2c2e3d;
	word-break:break-all;
}
#cart {
	vertical-align: top;
}
#cart>.btn i {
	display: none;
}
#cart>.btn {
	/*background: #1e3489 url(../image/basket_icon_01.png) no-repeat center right;
	background-position-x: 93% !important;*/
	background: #1e3489 !important;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0px;
	padding: 5px 55px 5px 15px !important;
	line-height: 30px;
	display: inline;
	text-transform: uppercase;
	position: relative;
}
#cart>.btn:after {
	content: '';
	position: absolute;
	background-image:url(../image/basket_icon_01.png);
	width: 25px;
	height: 23px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#cart>.btn:hover, #cart>.btn:focus, #cart>.btn:focus-within, #cart>.btn:active, #cart>.btn:visited {
	/*background: #000 url(../image/basket_icon_01.png) no-repeat center right !important;
	background-position-x: 93% !important;*/
	background: #1e3489 !important;
}
#top-links ul li {
	padding: 0px 15px;
	line-height: 40px;
	border-left: 1px solid #96979e;
	float: left;
}
#top-links ul li.cart_block {
	padding-left: 0px;
	border: none;
}
.search_block #search {
	width: 100%;
	max-width: 375px;
	float: right;
}
.search_block #search .input-lg {
	height: 34px;
	padding: 0px 15px;
	border: none;
	border-radius: 0px;
	font-size: 16px;
	margin-bottom: 0px;
}
.search_block #search .btn-lg {
	font-size: 14px;
	line-height: normal;
	padding: 0px;
	width: 42px;
	height: 35px;
	text-shadow: none;
	border: none;
	border-radius: 0px;
	background: #2c2e3d;
	margin-top: -1px;
}
.search_block #search .btn-lg i.fa {
	font-size: 24px;
	line-height: 18px;
	color: #fff;
}
.menu_block {
	margin-top: 20px;
}
.menu_block nav#menu {
	margin: 0px;
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	padding: 0px;
	line-height: normal;
	float: right;
	min-height: auto;
}
.menu_block nav#menu .navbar-collapse.collapse {
	padding: 0px;
}
.menu_block nav#menu .nav {
	margin: 0px;
}
.menu_block nav#menu .nav>li {
	margin-left: 50px;
}
.menu_block nav#menu .nav>li:first-child {
	margin-left: 0px;
}
.menu_block nav#menu .nav>li>a {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	text-shadow: none;
	font-weight: 400;
}
#content {
	padding-top: 50px;
}
.product_detail_thumb .thumbnail {
	padding: 0px;
	border-radius: 0px;
	border: none;
}
.product_detail_description h1 {
	font-size: 28px;
	color: #2c2e3d;
	font-weight: 400;
	margin: 20px 0px 30px;
}
.product_detail_description hr.price_line, hr {
	border-top: 2px solid #5c5e6c;
	width: 100%;
	max-width: 330px;
	margin-left: 0px;
}
.product_detail_description ul li, .product_detail_description .short_description, p.product_code_block {
	font-size: 18px;
	font-family: 'GillSansMT-Bold';
	color: #2c2e3d;
	margin-bottom: 25px;
}
.product_detail_description ul li {
	font-size: 18px;
	font-family: 'GillSansMT-Bold';
}
.product_detail_description ul li span, p.product_code_block span {
	font-size: 22px;
	font-family: 'GillSansMT-Bold' !important;
	font-weight: normal;
}
.product-thumb .button-group {
	display: none;
}
.product_detail_description .short_description ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
.product_detail_description .short_description ul li {
	margin-bottom: 5px;
}
.product_detail_description .short_description, .product_detail_description .short_description ul li {
	font-weight: 400;
	line-height: 24px;
	font-family: 'GillSansMT';
}
.product_detail_description ul.price_block {
	overflow: hidden;
}
.product_detail_description ul.price_block li {
	display: inline-block;
	margin: 0px;
	color: #2c2e3d;
	font-size: 18px;
	font-weight: 400;
	width: 200px;
}
.product_detail_description ul.price_block li h2 {
	font-size: 25px;
	font-family: 'GillSansMT-Bold';
	color: #2c2e3d;
	margin: 0px;
	padding-right: 10px;
}
.product_detail_description .form-group {
	margin-bottom: 50px;
}
.product_detail_description .form-group label {
	font-size: 18px;
	font-family: 'GillSansMT-Bold';
	color: #2c2e3d;
	display: block;
	margin-bottom: 10px;
}
.product_detail_description .form-group {
	font-size: 18px;
	color: #2c2e3d;
}
.product_detail_description .form-group .form-control {
	font-size: 18px;
	color: #2c2e3d;
	border: none;
	border-top: 1px solid #5c5e6c;
	border-bottom: 1px solid #5c5e6c;
	width: 100%;
	max-width: 280px;
	border-radius: 0px;
	box-shadow: none;
	height: 48px;
}
button#button-cart {
	font-size: 22px;
	color: #fff;
	border: none;
	background: #494b56;
	text-transform: uppercase;
	width: 100%;
	max-width: 180px;
	border-radius: 0px;
	text-shadow: none;
	box-shadow: none;
	height: 48px;
	text-align: center
}
footer ul {
	margin: 20px 0px 0px;
}
footer ul li {
	margin-bottom: 10px;
}
footer ul li, footer ul li a {
	font-size: 18px;
	line-height: 22px;
	font-family: 'GillSansMT';
	color: #fff;
	font-weight: 400;
}
footer ul.f_info li a {
	font-family: 'GillSansMT-Bold';
}
footer ul.information_links, footer ul.f_social_links {
	float: left;
	width: 50%;
	display: inline-block;
}
footer ul.f_social_links {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	width: 100%;
}
footer ul.f_social_links li {
	display: inline-block;
	padding-right: 18px;
}
footer ul.f_social_links li:last-child {
	padding-right: 0px;
}
footer ul.f_social_links li a i {
	font-size: 34px;
}
footer p.copyright {
	font-size: 18px;
	text-align: right;
	line-height: 24px;
	font-family: 'GillSansMT';
	margin-top: 40px;
}
footer p.copyright samp {
	display: none;
}
footer p.copyright span {
	display: block;
	padding-top: 25px;
}
footer p.copyright a {
	color: #fff;
}
footer p.copyright samp {
	color: #fff;
}
.product_detail_description .custom-table td {
	border: none;
	padding: 2px 4px;
	font-size: 18px;
	color: #2c2e3d;
}
.product_detail_description .custom-table {
	border: none;
}
.prodoptimg_hide {
	display: inline-block !important;
	top: 70px;
	left: 50px;
}
.product_detail_description .prodoptimg_image {
	padding: 30px !important;
	min-height: 20px !important;
	min-width: 20px !important;
	border-radius: 0px;
	float: left;
	margin: 5px;

}
.p_detail_bottom_block {
	min-height: 234px;
}
.swiper-viewport .swiper-button-next {
	right: 27px !important;
	opacity: 99 !important;
}
.swiper-viewport .swiper-button-prev {
	left: 27px !important;
	opacity: 99 !important;
}
.swiper-viewport {
	border: 0px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	margin: 0px !important;
}
.home_slider .swiper-slide {
	padding-top: 100px;
	background-size: cover !important;
	background-position:center center !important;
	margin: 0px;
}
.slider_content_block {
	/*position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;*/
	color: #fff;
	text-align: left;
}
.slider_content_inner {
	background: rgba(36, 36, 36, 0.60);
	padding: 30px 50px 50px 30px;
	display: inline-block;
	width: 100%;
	max-width: 700px;
}
.slider_content_inner h1 {
	color: #fff;
	font-size: 124px;
	text-transform: uppercase;
	font-family: 'Century725BT-Bold';
}
.slider_content_inner h1, .slider_content_inner h3 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Century725BT-Bold';
	margin: 0px;
	line-height: 0.95em;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.70);
}
.slider_content_inner h1 {
	font-size: 124px;
}
.slider_content_inner h3 {
	font-size: 56px;
	margin-bottom: 10px;
}
.slider_content_inner .text {
	padding-left: 170px;
}
.slider_content_inner p {
	font-size: 22px;
	line-height: 1.5em;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.40);
	margin-bottom: 30px;
}
.slider_content_inner a {
	font-size: 22px;
	color: #fff;
	display: inline-block;
	background: #616169;
	min-height: 46px;
	line-height: 36px;
	padding: 5px 10px;
	min-width: 244px;
	text-align: center;
}
.swiper-pager {
	max-width: 1330px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.swiper-button-prev, .swiper-button-next {
	text-shadow: none !important;
	background: rgba(0, 0, 0, 0.40) !important;
	height: 50px !important;
	width: 50px !important;
	text-align: center;
	border-radius: 4px;
	line-height: 50px;
}
.swiper-button-next:before, .swiper-button-prev:before {
	color: rgba(255, 255, 255, 0.4) !important;
	font-size: 36px !important;
	top: 1px;
	position: relative;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	background: rgba(0, 0, 0, 0.80) !important;
}
.swiper-button-next:hover:before, .swiper-button-prev:hover:before {
	color: rgba(255, 255, 255, 0.8) !important;
}
.brand_block .swiper-slide {
	padding: 0px 5px;
}
.brand_block img {
	margin: 0px auto;
}
/*#menu .menu3rdlevel_inner {
	height: 100vh;
    overflow-y: scroll;
	display: block !important;
}
#menu .menu3rdlevel_inner ul { 
	min-height: 100vh;
}*/
#menu .menu3rdlevel_inner ul {
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
	display: block !important;
}
li.cart_block ul li {
	display: inherit !important;
}
.full_width_block {
	width: calc(100vw - 9px) !important;
	margin-left: calc(-50vw + 50%) !important;
	padding-left: 9px !important;
	background-size: cover !important;
}
.staff_block h2, .related_title {
	text-align: center;
	margin: 0px;
	font-size: 35px;
	color: #2c2e3d;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}
/* .staff_block h2:after, .related_title:after {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 532px;
	height: 2px;
	background: #5c5e6c;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px auto;
} */
.featured_blog_item, .blog_item {
	float: left;
	width: 100%;
	padding: 15px 0px;
}
.featured_blog_item .thumbnail_block img, .blog_item .thumbnail_block img {
	width: 100%;
}
.featured_blog_item .content h3, .what_we_do_block h2, .waugh_group_block h2, .working_with_block h2, .featured_blog h2, .search_results_block h1 {
	font-size: 28px;
	color: #2c2e3d;
	position: relative;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
/* .featured_blog_item h3:after, .what_we_do_block h2:after, .waugh_group_block h2:after, .working_with_block h2:after, .featured_blog h2:after, .product-thumb h4:after {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 190px;
	height: 2px;
	background: #5c5e6c;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px auto;
}*/ 

.what_we_do_block h2, .featured_blog_item .content h3 {
		text-decoration: underline;
}
.search_results_block h1 {
	text-align: left;
}
.search_results_block label, .checkbox-inline, label.control-label {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.search_results_block .form-control, input[type="text"].form-control, select.form-control {
	box-shadow: none;
	border-radius: 0px;
	height: 46px;
	font-size: 16px !important;
	margin-bottom: 10px;
}
.search_results_block .btn-primary, input[type=button] {
	box-shadow: none;
	border-radius: 0px;
	font-size: 24px;
	background: #1e3489;
	text-shadow: none;
	border: none;
	padding: 5px 50px;
	display: inline-block;
}
.search_results_block .btn-primary:hover, input[type=button]:hover {
	background: #000;
}
.featured_blog h2 {
	padding-bottom: 15px;
}
.featured_blog h2:after {
	max-width: 250px;
}
.featured_blog_item .content p {
	font-size: 19px;
	line-height: 24px;
	color: #2c2e3d;
	text-align: center;
	/*max-height: 120px;
	overflow: hidden;
	min-height: 120px;*/
	margin-bottom: 30px;
}
.featured_blog_item .content a {
	color: #fff;
	padding: 5px 30px;
	line-height: 36px;
	min-height: 46px;
	background: #494b56;
	font-size: 22px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0px 10px;
	text-decoration: none;
}
.featured_blog_item .content .button_block {
	text-align: center;
}
.what_we_do_block {
	background: #ecedee;
	padding: 30px 0px;
	margin: 30px 0px;
}
.blog_item .content {
	text-align: center;
}
.blog_item .content h3 {
	font-size: 18px;
	color: #383838;
	font-family: 'GillSansMT-Bold';
	margin: 30px 0px 20px;/*max-height: 19px;
    overflow: hidden;*/
}
.blog_item .content p {
	font-size: 19px;
	line-height: 24px;
	color: #383838;
	max-height: 72px;
	overflow: hidden;
	min-height: 72px;
}
.featured_blog p {
	font-size: 19px;
	line-height: 24px;
	color: #2c2e3d;
	text-align: center;
	margin-bottom: 30px;
}
.waugh_group_block p:last-child {
	margin-bottom: 0px;
}
.featured_blog {
	margin-top: 60px;
}
.featured_blog:last-child {
	margin-top: 0px;
}
.swiper-viewport.brand_block {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.pagination_results_block {
	margin-top: 50px;
}
.pagination_results_block .text-right {
	font-size: 18px;
}
.pagination>li>a, .pagination>li>span {
	padding: 6px 15px;
	color: #494b56;
	font-size: 20px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	cursor: pointer;
	background-color: #1e3489;
	border-color: #1e3489;
	font-size: 20px;
	color:#fff;
}
.working_with_block ul {
	list-style: none;
	margin: 0px -8px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
.working_with_block ul li {
	display: inline-block;
	width: 24.5%;
	padding: 5px 5px;
	margin: 0px auto;
}
.working_with_block ul li a {
	float: left;
	width: 100%;
	padding: 10px 5px;
	line-height: normal;
	background: #ecedee;
	color: #2c2e3d;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
}
.newsletter_section {
	background-size: cover !important;
	padding-top: 17px;
	padding-bottom: 20px;
	position: relative;
}
.newsletter_section:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: calc(50% + 130px);
	background: rgba(0, 0, 0, 0.60);
}
.newsletter_content_block {
	margin-bottom: 20px;
}
.newsletter_content_block .text_block h4 {
	font-size: 60px;
	color: #fff;
	font-weight: normal;
	margin: 10px 0px 20px;
	line-height: 0.8em;
}
.newsletter_content_block .text_block p {
	font-size: 19px;
	color: #fff !important;
	text-align: left !important;
	line-height: 28px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
.newsletter_form .form-control {
	font-size: 16px !important;
	color: #2c2e3d;
	font-weight: normal;
	border: none;
	border-radius: 0px;
	padding: 6px 20px;
	height: 46px;
}
.newsletter_form .form-control::placeholder {
 color: #2c2e3d;
}
.newsletter_form .form-control::-webkit-input-placeholder {
 color: #2c2e3d;
}
.newsletter_form .form-control::-moz-placeholder {
 color: #2c2e3d;
}
.newsletter_form .form-control:-ms-input-placeholder {
 color: #2c2e3d;
}
.newsletter_form .form-control:-moz-placeholder {
 color: #2c2e3d;
}
.newsletter_form {
	position: relative;
	padding-right: 155px;
	overflow: hidden;
}
.newsletter_form input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0px;
	background: #1e3489;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 36px;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	height: 46px;
	width: 125px;
	border: none;
	box-shadow: none;
	outline: none;
}
.newsletter_form .form-group {
	margin: 0px -15px 0px;
}
.newsletter_form .input_field {
	padding-right: 0px;
}
#cart .dropdown-menu {
	right: 15px !important;
	border-radius: 0px;
	border: none;
	background: #fff !important;
}
#cart ul.dropdown-menu li {
	border: none !important;
	width: 100% !important;
	line-height: normal;
}
#cart ul.dropdown-menu li p {
	margin: 0px;
}
#information-information h1 {
	font-size: 35px;
	color: #2c2e3d;
	font-weight: normal;
	position: relative;
	/* padding-bottom: 30px; */
	margin-bottom: 40px;
}
/*
#information-information h1:after {
	content: '';
 	position: absolute;
	width: 100%;
	max-width: 424px;
	height: 2px;
	background: #5c5e6c;
	left: 0px;
	right: 0px;
	bottom: 0px; 
}*/
#information-information p, #information-information h6, section.date_block.full_width_block ul li {
	font-size: 19px;
	color: #2c2e3d;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 24px;
}
#information-information h6, section.date_block.full_width_block ul li b, section.date_block.full_width_block ul li a, #information-information p a {
	font-family: 'GillSansMT-Bold';
	color: #1e3489;
	text-decoration: underline !important;
}
section.date_block.full_width_block {
	background: #ecedee;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}
section.date_block.full_width_block ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
section.date_block.full_width_block ul li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #5c5e6c;
}
section.date_block.full_width_block ul li:last-child {
	margin: 0px;
	padding: 0px;
	border: none;
}
#product-category #content {
	padding-top: 0px;
}
.category_filter_block.full_width_block {
	padding-top: 25px;
	background: #ecedee;
}
.panel-default {
	border: none;
	background: none;
	box-shadow: none;
}
.category_filter_block select {
	font-size: 28px;
	color: #2c2e3d;
	border: none;
	border-top: 1px solid #5c5e6c;
	border-bottom: 1px solid #5c5e6c;
	width: 100%;
	max-width: 100%;
	border-radius: 0px;
	box-shadow: none;
	padding: 2px 15px;
	height: 48px;
	background: none;
	text-align-last: center;
}
.category_filter_block .list-group-item {
	background: none;
	border: none;
}
.category_filter_block .panel-default>.panel-heading {
	color: #2c2e3d;
	font-family: 'GillSansMT-Bold';
	background: none;
	border: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
}
#product-category #content .featured_blog:first-child {
	margin-top: 0px;
}
.mix_match_section h2 {
	color: #fff;
	font-size: 45px;
	text-align: left;
	font-weight: normal;
	font-family: 'GillSansMT-Bold';
	margin: 0px;
	padding: 30px 0px;
	line-height: 0.95em;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.70);
	word-break: break-word;
}
.mix_match_section h2:after, .pers_service_section h2:after {
	content: inherit;
	display: none;
}
.pers_service_section {
	padding: 25px 0px;
}
.pers_service_section h2 {
	color: #494b56;
	font-size: 50px;
	margin: 0px 0px 8px 0px;
	line-height: 0.95em;
	padding: 0px;
}
.pers_service_section p {
	color: #494b56;
	font-size: 19px;
	margin: 0px;
}
.pers_service_section p a {
	color: #494b56;
	font-family: 'GillSansMT-Bold';
}
.pers_service_section p a:hover {
	color: #1e3489;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent !important;
	border: none !important;
}
#top-links ul li.dropdown ul li {
	padding: 0px;
	border: none;
}
#top-links ul li.dropdown ul a {
	font-size: 14px;
	color: #2c2e3d;
	text-transform: capitalize;
	top: 0px;
}
.mix_match_section.full_width_block {
	min-height: 100px;
	align-items: center;
	/* display: inline-flex; */
}
.pers_service_section h2, .pers_service_section p {
	/* padding-left: 26%; */
}
/* Menu CSS Here */
.menu_block .navbar {
	min-height: inherit;
	margin-bottom: 0px;
	border: none;
	border-radius: 0px;
}
header.main_header {
	position: relative;
}
header.main_header.affix {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 9999;
}
.main_header .container, .main_header .row, .main_header .right_block, .main_header .menu_block, .main_header .navbar, .main_header .box-karley, .main_header .box-karley ul, .main_header .box-karley ul li, .navbar {
	position: unset !important;
}
header.main_header .inner-catright {
	max-width: 1170px;
	margin: 0px auto;
	width: 100%;
}
header.main_header .inner-catright h2 {
	display: none;
}
.box-karley ul li .catright li.ndlevel a, .box-karley ul li .catright li.ndlevel ul.rdlevel, .box-karley ul li .catright li.ndlevel a {
	background: none !important;
	border: none !important;
}
.box-karley ul li .catright li.ndlevel a {
	color: #2c2e3d !important;
	font-weight: normal !important;
	font-family: 'GillSansMT-Bold';
	font-size: 18px !important;
}
.box-karley ul li .catright li.ndlevel ul.rdlevel a {
	color: #2c2e3d;
	font-size: 14px !important;
	font-family: 'GillSansMT';
}
.menu_block nav#menu .nav>li>a:hover, .menu_block nav#menu .nav>li>a.focus {
	color: #fff !important;
	background-color: transparent;
}
.menu_block #menu .arrow, .menu_block #menu .arrow:hover, .menu_block #menu .arrow:focus {
	background-color: transparent;
}
.menu_block #menu .dropdown-inner a {
	font-size: 16px;
	padding: 5px 20px;
}
.menu_block #menu ul li ul li:hover>a.arrow, .menu_block #menu ul li ul li>a.arrow {
	background-color: transparent;
	color: #000;
}
.menu_block #menu .nav>li>a:hover, #menu .nav>li.open>a {
	background-color: transparent;
}
.menu_block #menu ul li ul li:hover>a.arrow, .menu_block #menu .arrow {
	background-image: none;
	position: relative;
}
.menu_block .dropdown-menu li>a:hover, .menu_block .dropdown-menu li>a:focus {
	background-color: transparent;
	background-image: none;
	color: #000 !important;
}
.menu_block #menu .arrow:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform:translateY(-50%);
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-left: 10px solid #1e3489;
	border-bottom: 5px solid transparent;
}
#menu .menu3rdlevel {
	border-radius: 0px !important;
}
@media (min-width: 768px) {
.menu_block #menu .dropdown:hover:after, .menu_block #menu .dropdown:focus:after, .menu_block #menu .dropdown.open:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 30px;
	z-index: 99;
	width: 0px;
	height: 0px;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 40px solid #fff;
}
.menu_block #menu .dropdown .dropdown-menu {
	min-width: 230px;
	padding-top: 30px;
	background-color: transparent;
	box-shadow: none !important;
	border: none;
}
.menu_block #menu .dropdown .dropdown-menu .dropdown-inner {
	padding: 10px 0px 0px;
}
.menu_block #menu .dropdown .dropdown-menu .dropdown-inner li:last-child {
	padding-bottom: 15px
}
.menu_block #menu .dropdown-inner {
	width: 100%;
}
.menu_block #menu .dropdown .dropdown-menu .dropdown-inner {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
}
#menu ul li ul li .menu3rdlevel {
	margin-top: -35px;
}
@media (min-width: 1367px) {
#menu ul li ul li .menu3rdlevel {
	min-width: 230px;
	background-color: transparent;
	box-shadow: none;
	border: none;
	margin-left: -25px !important;
	padding-left: 30px;
	margin-top: -36px;
}
#menu ul li ul li .menu3rdlevel .menu3rdlevel_inner {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none !important;
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	width: 100%;
}
}
.affix + .container, .affix + .swiper-viewport {
  padding-top: 144px;
}

/* Responsive CSS Here Start 3-22-2018 */
#slideshow0 .swiper-slide img.img-responsive {
	min-height: 500px;
}
@media(max-width:1356px) {
.full_width_block {
	width: calc(100vw - 0px) !important;
	padding-left: 0px !important;
}
}
@media(max-width:1199px) {
.full_width_block {
	width: calc(100vw - 0px) !important;
	padding-left: 0px !important;
}
.staff_block h2 {
	font-size: 46px;
}
.featured_blog_item .content h3 {
	font-size: 31px;
}
.featured_blog_item .content a {
	padding: 5px 25px;
	margin: 0px 5px;
}
footer ul.f_social_links li {
	padding-right: 6px;
}
.mix_match_section h2 {
	font-size: 45px;
}
.product_detail_description h1 {
	font-size: 28px;
}
}
@media(max-width:991px) {
.working_with_block ul li {
	width: 32.9%;
}
.full_width_block {
	background-position: center center !important;
}
.newsletter_content_block .text_block h4 {
	font-size: 38px;
}
#top-links ul {
	margin: 0px;
}
#top-links ul li:first-child {
	border-left: none;
}
#top-links ul li {
	width: 25%;
	padding: 0px 5px;
}
#top-links ul li.cart_block {
	width: 100%;
	padding: 0px;
	margin-top: 10px;
}
#contact-info-links, #top-links {
	width: 100%;
	text-align: center;
}
#contact-info-links {
	margin-bottom: 10px;
}
#contact-info-links ul li {
	line-height: 24px;
}
.pers_service_section h2, .pers_service_section p {
	padding-left: 26%;
}
.pers_service_section h2 {
	font-size: 50px;
	word-break: break-word;
}
}
@media(max-width:767px) {
.featured_blog_item .content p, .blog_item .content p {
	min-height: inherit;
}
.affix + .container, .affix + .swiper-viewport{
  padding-top: 110px;
}

footer ul.f_social_links {
	text-align: left;
}
.menu_block nav#menu .nav>li {
	margin-left: 0px !important;
}
.working_with_block ul {
	margin: 0px;
}
.working_with_block ul li {
	width: 100%;
	float: left;
	display: inline-block;
	padding: 7px 0px;
}
.newsletter_content_block .text_block h4, .newsletter_content_block .text_block p {
	text-align: center !important;
}
.staff_block h2 {
	font-size: 38px;
}
#slideshow0 .swiper-slide img.img-responsive {
	min-height: 400px;
}
.slider_content_inner {
	max-width: 465px;
	background: none;
	padding: 0px;
}
.slider_content_inner .text {
	padding-left: 0px;
}
.slider_content_inner h1 {
	font-size: 100px;
	text-align: right;
}
.slider_content_inner h3 {
	font-size: 46px;
	text-align: right;
}
.swiper-viewport .swiper-button-next {
	right: 5px !important;
}
.swiper-viewport .swiper-button-prev {
	left: 5px !important;
}
.newsletter_form .form-group {
	margin: 0px;
}
.newsletter_form {
	padding: 0px;
}
.newsletter_form input[type=submit] {
	position: inherit;
	width: 100%;
}
.newsletter_section:before {
	width: 100%;
}
.newsletter_form .input_field {
	padding: 0px;
	margin-bottom: 10px;
}
header {
	padding-top: 10px;
	padding-bottom: 10px;
}
#logo {
	margin: 0px;
	padding-right: 60px;
}
#logo a img.img-responsive {
	max-height: 42px;
}
.search_block #search {
	max-width: 100%;
	margin: 15px 0px 0px;
}
.blog_item .content h3 {
	margin: 20px 0px 10px;
}
.mix_match_section h2 {
	font-size: 45px;
}
.mix_match_section.full_width_block {
	min-height: 250px;
}
.pers_service_section.full_width_block {
	background:#c9d7e2 !important;
}
.pers_service_section h2, .pers_service_section p {
	padding: 0px;
	text-align: center;
}
.pers_service_section h2 {
	font-size: 44px;
}
#top-links ul li, #contact-info-links ul li.email, .slider_content_inner a, .swiper-pager, .featured_blog_item p, .featured_blog_item .button_block {
	display: none;
}
#top-links ul li.cart_block {
	display: inherit;
}
#top .container {
	padding:0px;
}
#contact-info-links, #top-links {
	float: left;
	display: inline-block;
	width:50%;
	margin: 0px;
	padding: 0px;
}
#top-links ul li.cart_block, #contact-info-links ul {
	margin: 0px;
}
#top {
	background-color: #000;
}
#contact-info-links ul li {
	line-height: 40px;
	text-align: left;
	width: 100%;
	float: left;
}
.featured_blog_item {
	position: relative;
}
.featured_blog_item .content {
	position: absolute;
	top: 50%;
	right: 15px;
	left: 15px;
	transform: translateY(-50%);
	margin: 0px;
	padding: 0px;
}
.featured_blog_item .content h3 {
	color: #fff;
	background: rgba(0,0,0, 0.60);
	padding: 10px 15px 21px 15px;
}
.featured_blog_item .content h3:after {
	content: '';
	position: absolute;
	width: auto;
	max-width: inherit;
	height: 1px;
	background: #fff;
	left: 15px;
	right: 15px;
	bottom: 11px;
	margin: 0px auto;
}
.staff_block h2:after {
	max-width: 100%;
}
.what_we_do_block.full_width_block .container, .what_we_do_block.full_width_block .item {
	padding: 0px;
}
.what_we_do_block.full_width_block .row {
	margin: 0px;
}
footer ul.f_social_links.desktop_view, .category_filter_block .list-group.row {
	display: none;
}
.blog_item .content {
	padding: 0px 15px;
}
footer ul.f_social_links {
	margin-bottom: 40px;
}
footer ul.f_social_links li {
	padding-right: 24px;
	margin-bottom: 10px;
}
/* Menu */
#menu div.dropdown-menu {
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
}
#menu #category {
	display: none !important;
}
header.main_header .menu_block {
	margin-top: 0px;
}
.menu_block nav#menu {
	position: absolute !important;
	right: 15px;
	left: 15px;
	top: 65px;
	z-index: 99;
}
.menu_block nav#menu .navbar-collapse.collapse {
	box-shadow: none;
	background: #616169;
}
#menu .btn-navbar {
	color: #FFF;
	padding: 0px;
	background-color: transparent;
	background-image: none;
	border: none;
	box-shadow: none;
	margin: 0px !important;
	outline: none !important;
	cursor: pointer;
	position: absolute !important;
	right: 0px;
	top: -55px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	background-color: transparent !important;
}
#menu .btn-navbar i.fa {
	font-size: 42px;
}
.menu_block nav#menu .nav>li, .menu_block nav#menu .nav>li:first-child {
	padding: 0px;
}
.menu_block nav#menu {
	float: none;
}
#menu .dropdown-inner a {
	padding: 9px 40px 9px 15px !important;
	color: #fff !important;
}
#menu .menu3rdlevel {
	padding: 0px !important;
	background-color: #000 !important;
}
#menu ul li ul li .menu3rdlevel {
	margin-top: 0px;
}
.menu_block nav#menu .nav>li.dropdown a {
	padding: 10px 15px;
}
.menu_block nav#menu .nav>li.dropdown >a:after, .menu_block nav#menu .nav>li.dropdown a.arrow:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform:translateY(-50%);
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 5px solid transparent;
}
li.cart_block ul li {
	display: inherit !important;
}
}
@media(max-width:480px) {
#slideshow0 .swiper-slide img.img-responsive {
	min-height: 300px;
}
.slider_content_inner {
	padding: 15px 20px 20px 20px;
}
.slider_content_inner h1 {
	font-size: 56px;
}
.slider_content_inner h3 {
	font-size: 30px;
}
.slider_content_inner p {
	font-size: 18px;
	margin-bottom: 20px;
}
#cart>.btn {
	font-size: 12px;
}
.featured_blog_item .content h3 {
	font-size: 15px;
}
.staff_block h2 {
	font-size: 34px;
}
.newsletter_content_block .text_block h4 {
	font-size: 38px;
}
.newsletter_content_block .text_block p {
	font-size: 18px;
	line-height: normal;
}
footer ul.information_links, footer ul.f_social_links {
	width: 100%;
	clear: both;
	margin: 0px;
}
footer ul.f_social_links {
	margin-bottom: 40px;
}
footer p.copyright span {
	padding-top: 5px;
}
#information-information h1 {
	font-size: 36px;
}
.pers_service_section h2 {
	font-size: 30px;
}
.pers_service_section p {
	font-size: 22px;
}
.product_detail_description h1 {
	font-size: 28px;
}
.product_detail_description ul.price_block li {
	font-size: 15px;
	width: auto;
	float: left;
}
.product_detail_description ul.price_block li:last-child {
	padding-left: 10px;
	padding-top: 10px;
}
.product_detail_description ul.price_block li h2 {
	font-size: 25px;
	padding-right: 5px;
}
.list-unstyled.price_block span {
	font-size: 15px;
	margin-top: 10px;
}
.product_detail_description .prodoptimg_image {
	margin: 2px;
}
.mix_match_section h2 {
	font-size: 30px;
}
.home_slider .swiper-slide {
	padding-top: 50px;
}
}

.min-ht{
    
    min-height: 365px;
}

/* Responsive CSS Here End */

/* 25-05-23 */
.navbar-nav .dropdown.grid_menu >.dropdown-menu >.dropdown-inner >.list-unstyled{
	/* display: grid !important;
	grid-template-columns: 50% 50%; */
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
/* .menu_block #menu .dropdown-inner a {
    font-size: 14px;
    padding: 3px 15px;
} */
.navbar-nav .dropdown.grid_menu >.dropdown-menu >.dropdown-inner >.list-unstyled> li {
    min-width: 202px;
}
#menu .menu3rdlevel_inner ul {
    max-height: 210px;
    overflow: auto;
    overflow-x: hidden;
    display: block !important;
}
@media  only screen and (max-width:1366px){
	.menu_block #menu .dropdown-inner a {
		font-size: 14px;
		padding: 3px 15px;
	}
	#menu .menu3rdlevel{
		margin-left: 0 !important;
	}
	.navbar-nav .dropdown.grid_menu >.dropdown-menu >.dropdown-inner >.list-unstyled> li {
		min-width: 171px;
	}
	
}
@media  only screen and (max-width:1280px)and (min-width:1200px){
	.dropdown-menu {
		margin: 2px 0 0 -40px;
	}
	
}
@media  only screen and (max-width:1199px)and (min-width:992px){
	.dropdown-menu {
		margin: 2px 0 0 -152px;
	}
	#menu ul li ul li .menu3rdlevel {
		margin-top: 0 !important;
	}
}
@media  only screen and (max-width:991px)and (min-width:768px){
	.navbar-nav .dropdown.grid_menu >.dropdown-menu >.dropdown-inner >.list-unstyled> li {
		min-width: 161px;
	}
	.menu_block #menu .dropdown-inner a {
		padding: 3px 10px;
	}
	.dropdown-menu {
		margin: 2px 0 0 -80px;
	}
	#menu ul li ul li .menu3rdlevel {
		margin-top: 0 !important;
	}
	.navbar-collapse.collapse {
		display: flex !important;
	}
}
@media  only screen and (max-width:1199px){
	a.menubtn {
		padding-left: 20px !important;
		font-size: 18px !important;
	}
	.menu_block nav#menu .nav>li {
		margin-left: 20px !important;
	}
	.menu_block nav#menu .nav>li>a {
		font-size: 18px !important;
	}
}
@media  only screen and (max-width:767px){
	.navbar-nav .dropdown.grid_menu >.dropdown-menu >.dropdown-inner >.list-unstyled {
		display: grid !important;
		grid-template-columns: 100%;
	}
}