@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/proxima_nova_w01_regular-webfont.eot');
	src: local('☺'), url('../fonts/proxima_nova_w01_regular-webfont.woff') format('woff'), url('../fonts/proxima_nova_w01_regular-webfont.ttf') format('truetype'), url('../fonts/proxima_nova_w01_regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: ProximaNova;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}

@media(min-width: 992px) and (max-width: 1199px){
	footer .footer-contact-column img{
		width: 80px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	footer .footer-contact-column img:first-of-type{
    	width: 55px !important;
	}
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
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;
}
.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;
}
/* 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: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	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-contacts li, #top-contacts a, #top .btn-link, #top-links li, #top-links a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	margin: 2.5px 0;
}
#top-contacts li {
	border-right: 1px solid #ffffff;
}
#top-links li {
	padding: 0;
}
#top-links li > a {
	border-right: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
#top-contacts li:last-of-type, #top-links li:last-of-type > a {
	border-right: none;
}
#top .btn-link:hover,
#top-links a:hover,
#top .btn-link:focus,
#top-links a:focus,
#top .btn-link:active,
#top-links a:active,
#top-contacts a:hover,
#top-contacts a:focus,
#top-contacts a:active {
	color: #faa634;
}
#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;
	text-align: right;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 24px;
	max-width: 200px;
	float: right;
}
#search .input-lg {
	height: 30px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0;
	border: 1px solid #ffffff;
	border-right: none;
	background: transparent;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	box-shadow: none;
}

@media (min-width: 1200px) {
	#search > input.form-control.input-lg:active,
	#search > input.form-control.input-lg:focus {
		width: 327px;
		box-shadow: none;
	}
}
#search .input-lg::-webkit-input-placeholder, /* Chrome/Opera/Safari */
#search .input-lg::-moz-placeholder, /* Firefox 19+ */
#search .input-lg:-ms-input-placeholder, /* IE 10+ */
#search .input-lg:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 5px;
	border-radius: 0;
	border: 1px solid #ffffff;
	border-left: none;
	background: transparent;
	color: #ffffff;
	outline: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background: #faa634;
	min-height: 34px;
	border: none;
	margin-bottom: 0;
}
#menu .nav > li > a {
	color: #000000;
	font-size: 18px;
	padding: 0 15px;
	margin: 8px 0;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	border-right: 1px solid #000000;
	line-height: 18px;
}
#menu .nav > li:last-of-type > a {
	border-right: none;
}
#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-weight: 700;
	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: #ffffff;
	padding: 2px 18px;
	width: 100%;
	background-color: #000000;
	border: 1px solid #ffffff;
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #000000;
}
@media (min-width: 992px) {
	#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-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#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-image: url('../image/Leo_BG_1.jpeg');
	/*background: #1b2473;*/
	color: #e2e2e2;
	background-size: cover;
	background-position: center;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #ffffff;
}
footer a,
footer p,
footer address {
	color: #ffffff;
	font-size: 17px;
}
footer a:hover,
footer a:focus,
footer a:active {
	color: #faa634;
}
footer h5 {
	font-family: ProximaNova;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 24px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	font-size: 16px;
	line-height: 24px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	right: -5px;
	width: 10px;
	height: 10px;
	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);
	border-color: #000000;
}
.breadcrumb > li:last-of-type:after {
	display: none;
}
.breadcrumb > li > a {
	color: #000000;
	font-size: 17px;
	text-transform: uppercase;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus,
.breadcrumb > li > a:active {
	color: #faa634;
}
.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: #ffffff;
	background-color: #1b2473;
	border-color: #1b2473;
}
.btn-primary {
	color: #ffffff;
	background-color: #1b2473;
	border-color: #1b2473;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-primary.active, .btn-primary.active:focus, .btn-primary.disabled, .btn-primary[disabled] {
	color: #000000;
	background-color: #faa634;
	border-color: #faa634;
	outline: none;
}
.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 {
	margin-bottom: 20px;
	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-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.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: 0;
}
}
.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-weight: 600;
}
.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;
}
@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 {
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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 CSS*/

/*General*/

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #000000;
	background-color: #faa634;
	border-color: #faa634;
	outline: none;	
}


@media (min-width: 1200px) {
	.container {
    	width: 100%;
	}
}

.no-padding-both {
	padding-left: 0;
	padding-right: 0;
}

.form-control:focus {
	border-color: #faa634;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250,166,52,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250,166,52,0.6);
}

body > header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

body.modal-open > header {
	padding-right: 17px;
}

header > .container {
	background: #1b2473;
}

header #top-contacts {
	padding-top: 6px;
}

#logo img.img-responsive {
	margin: auto;
}

body > .container.menu-container {
	background: #faa634;
	border: none;
	margin-top: 143px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}

body.modal-open > .container.menu-container {
	padding-right: 17px;
}

#menu .navbar-nav {
  float: none;
  text-align: center;
}

#menu .navbar-nav > li {
  display: inline-block;
  float: none;
  text-align: left;
}

#menu .dropdown-menu {
	background: #1b2473;
	border-color: #ffffff;
}

#menu .dropdown-menu a {
	color: #ffffff;
	font-size: 16px;
	border-bottom: 2px solid #1b2473;
	padding: 3px 0;
	margin: 6px 20px;
	white-space: nowrap;
	border-radius: 0;
}

#menu .dropdown-menu li:last-of-type > a {
	margin-bottom: 3px;
}

#menu a.see-all {
	padding-top: 9px;
}

#menu .dropdown-menu a:hover,
#menu .dropdown-menu a:focus,
#menu .dropdown-menu a:active {
	background: none;
	border-bottom: 2px solid #faa634;
}

body > .container:not(.menu-container),
body > #infopage > .container {
	margin-top: 177px;
}

.alert.alert-success > a {
	color: #faa634;
}

.alert.alert-success > a:hover,
.alert.alert-success > a:focus,
.alert.alert-success > a:active {
	color: #000000;
}

@media (min-width: 992px) {
	footer .footer-categories-column,
	footer .footer-information-column {
		width: 15%;
	}

	footer .footer-contact-column {
		width: 20%;
	}
}

footer .footer-contact-column a.footer-contact-link {
	/*padding: 0 8px;*/
}

footer .footer-contact-column a.footer-contact-link:first-of-type {
	/*padding-left: 0;*/
}

footer .footer-contact-column a.footer-contact-link:nth-of-type(3) {
	/*padding-right: 0;*/
}

footer .footer-contact-column a.footer-contact-link:last-of-type {
	/*padding: 0;*/
}

footer .footer-contact-column a.footer-contact-link:last-of-type > img.footer-contact-image {
	/*max-height: 50px;
	margin-top: 8px;*/
}

footer ul {
	padding-left: 16px;
}

footer li {
	margin-bottom: 6px;
}

footer .footer-copyright p {
	font-size: 13px;
	text-transform: uppercase;
}

footer .footer-spartan p,
footer .footer-spartan a {
	font-size: 13px;
	text-transform: uppercase;
	text-align: right;
}

.owl-carousel .owl-controls > .owl-buttons > .owl-prev,
.owl-carousel .owl-controls > .owl-buttons > .owl-next {
	top: 33%;
}

/*Homepage*/
body.common-home #content {
	padding: 0;
}

#slideshow0.owl-carousel {
	margin-bottom: 0;
}

#slideshow0.owl-carousel .owl-buttons div {
	color: rgba(27,36,115,0.8);
}

#slideshow0.owl-carousel .owl-pagination {
	position: absolute;
	top: 93%;
	left: 0;
	right: 0;
}

#slideshow0.owl-carousel .owl-controls > .owl-buttons > .owl-prev,
#slideshow0.owl-carousel .owl-controls > .owl-buttons > .owl-next {
	top: 50%;
}

#slideshow0.owl-carousel .owl-pagination .owl-page span {
	width: 20px;
	height: 20px;
	background: rgba(27,36,115,0.7);
}

#slideshow0.owl-carousel .owl-pagination .owl-page.active span {
	background: rgba(250,166,52,0.7);
}

#slideshow0.owl-carousel > .owl-wrapper-outer,
#carousel0.owl-carousel > .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}

body.common-home .banner {
	padding: 0 15px;
}

body.common-home .banner .item {
	padding: 0;
}

#carousel0.owl-carousel {
	background: #000000;
	margin: 0;
	padding: 20px 0;
}

#carousel0.owl-carousel .item img.img-responsive {
	margin: auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

#carousel0.owl-carousel .item img.img-responsive:hover,
#carousel0.owl-carousel .item img.img-responsive:focus,
#carousel0.owl-carousel .item img.img-responsive:active {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
}

/*Categories*/
.category-heading {
	min-height: 280px;
}

.category-heading > h1 {
	font-size: 70px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: -2px 2px rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 27%;
}

h2.category-title {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
	line-height: 38px;
}

.category-description,
.category-description > p,
.category-description > div {
	font-size: 22px;
	color: #000000;
	text-align: center;
	margin-bottom: 36px;
	line-height: 30px;
}

.category-sorting-row .input-group label.input-group-addon {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	background: none;
	border: none;
	max-height: 20px;
	padding: 0 10px;
}

.category-sorting-row .input-group select#input-sort,
.category-sorting-row .input-group select#input-limit {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	max-height: 20px;
	padding: 0 10px;
	border-radius: 5px;
	margin-top: 5px;
}

.sub-category-item {
	margin-bottom: 24px;
}

.sub-category-item h3,
.sub-category-item h3 > a {
	text-align: center;
	color: #000000;
	font-size: 22px;
	text-transform: uppercase;
}

.sub-category-item .product-thumb .caption {
	min-height: 0;
}

.product-layout .product-thumb .caption {
	min-height: 96px;
}

.product-layout .product-thumb .caption h4 {
	text-align: center;
}

.product-layout .product-thumb .caption span.part-number {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.product-layout .product-thumb .caption span.product-name {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
}

.product-layout .product-thumb .caption a:hover,
.product-layout .product-thumb .caption a:focus,
.product-layout .product-thumb .caption a:active,
.product-layout .product-thumb .caption a:hover span.product-name,
.product-layout .product-thumb .caption a:focus span.product-name,
.product-layout .product-thumb .caption a:active span.product-name {
	color: #faa634;
	outline: none;
	text-decoration: none;
}


.product-layout .product-thumb .caption .model-number {
	font-size: 22px;
	color: #faa634;
	font-weight: bold;
	text-transform: uppercase;
}

.category-empty > p {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
}

a.btn.btn-primary.category-continue {
	font-size: 18px;
	line-height: 26px;
	border-radius: 0;
}

/*Category Sidebar*/
.sidebar-header h3 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 35px;
}

.list-group.side-dep {
	padding: 0 15px;
}

.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: transparent;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

.side-dep a {
	border: none;
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 35px;
	padding-right: 0;
	background-image: url(/catalog/view/theme/leoworkwear/image/category-square.jpg);
	background-repeat: no-repeat;
	background-position: left;
	transition: all 0.3s ease;
}

.side-dep a.active,
.side-dep a.active:hover,
.side-dep a:hover,
.side-dep a.active:focus,
.side-dep a:focus,
.side-dep a.active:active,
.side-dep a:active {
	color: #faa634;
	background-image: url(/catalog/view/theme/leoworkwear/image/category-square-active.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent !important;
	border-color: transparent !important;
	border: none;
	text-shadow: none;
	padding-left: 46px;
	padding-right: 0px;
	box-shadow: none;
	outline: none;
}

.side-dep-child {
	text-transform: capitalize !important;
	padding-left: 35px !important;
}

/*Product*/

/*Additioal images*/
.bxslider {
    list-style: none;
    padding-left: 0;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}

@media (min-width: 1200px) {
	.image-slider > .bx-wrapper > .bx-viewport {
		min-height: 838px !important;
	}
}

.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next {
	display: none;
}

.image-slider > .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 43%;
	top:-7px;
	background: url(/catalog/view/theme/leoworkwear/image/arrow-up.png);
	width: 16px;
	height: 14px;
	z-index: 999;
	display: block;
}

.image-slider > .bx-wrapper .bx-controls-direction a.bx-next {
	right: 47%;
	bottom:-21px;
	top: auto;
	background: url(/catalog/view/theme/leoworkwear/image/arrow-down.png);
	width: 16px;
	height: 14px;
	z-index: 999;
	display: block;
}

.image-slider > .bx-wrapper .bx-controls-direction a.bx-prev.disabled,
.image-slider > .bx-wrapper .bx-controls-direction a.bx-next.disabled {
	display: none;
}

.main-product-image a.thumbnail {
	border: 0;
	padding: 0;
}

h1.product-header {
	margin-top: 0;
}

h1.product-header .part-number {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

h1.product-header .product-name {
	font-size: 28px;
	color: #000000;
}

h1.product-header .model-number {
	font-size: 26px;
	color: #faa634;
	font-weight: bold;
}

h2.features-title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.features > ul {
	padding-left: 0;
}

.features > ul > li.features-text {
	margin-left: 20px;
	width: 47%;
	float: left;
}

.features-text {
	color: #000000;
	font-size: 22px;
	line-height: 30px;
}

.no-padding-both.attribute-inner:nth-of-type(3n+1) {
	clear: left;
}

.no-padding-both.attribute ul {
	padding-left: 20px;
	max-width: 90%;
}

button.Fit-guide__button {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 16px;
	width: 275px;
	border-radius: 0;
	margin-top: 36px;
	max-height: 46px;
}

button.Fit-guide__button:not(.active):focus,
button.Fit-guide__button.active:hover,
button.Fit-guide__button.active:active {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
	outline: none;
}

button.Fit-guide__button.active:focus,
button.Fit-guide__button:not(.active):hover,
button.Fit-guide__button:not(.active):active {
	color: #000000;
	background-color: #faa634;
	border-color: #faa634;
	outline: none;
}

button.Fit-guide__button.active:hover,
button.Fit-guide__button.active:active {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
	outline: none;
}

.Fit-guide .Fit-guide__popup-box {
	display: none;
	background: #000000;
	padding: 10px 15px;
	margin-top: 6px;
}

.Fit-guide .Fit-guide__popup-box p {
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
}

.Fit-guide .Fit-guide__popup-box .Fit-guide__name {
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	opacity: 0.65;
}

.Fit-guide .Fit-guide__popup-box li.Fit-guide__list-item {
	list-style: none;
	padding: 0 15px;
	display: inline-block;
}

.Fit-guide .Fit-guide__popup-box li.Fit-guide__list-item.-selected > .Fit-guide__name {
	color: #faa634;
	opacity: 1;
}

button#button-cart.btn-primary,
a#data_sheet_modal_button {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 16px;
	max-width: 275px;
	border-radius: 0;
	margin-top: 36px;
}

a#data_sheet_modal_button,
a#style-guide-more-info-button {
	color: #000000;
    background-color: #faa634;
    border-color: #faa634;
}

a#data_sheet_modal_button:hover,
a#data_sheet_modal_button:focus,
a#data_sheet_modal_button:active,
a#style-guide-more-info-button:hover,
a#style-guide-more-info-button:focus,
a#style-guide-more-info-button:active {
	color: #ffffff;
    background-color: #1b2473;
    border-color: #1b2473;
    outline: none;
}

.row.video-embed-row {
	background-image: url('../image/video-background.jpg');
	margin-top: 60px;
}

.row.video-embed-row > iframe {
	display: block;
	margin: auto;
}

.row.size-guide-row {
	min-height: 342px;
	padding: 45px 0;
}

.row.size-guide-row h2 {
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	line-height: 48px;
	text-transform: uppercase;
}

.row.size-guide-row table {
	max-width: 94%;
	margin: auto;
}

.row.size-guide-row table tr:nth-of-type(2n) {
	background: #dedede;
}

.row.size-guide-row table tr:nth-of-type(2n+1) {
	background: #bcbdc1;
}

.row.size-guide-row table tr:first-of-type {
	background: #faa634;
}

.row.size-guide-row table tr > td {
	border: none;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	line-height: 31px;
	text-align: center;
}

.row.size-guide-row table tr > td:first-of-type {
	text-align: left;
	text-transform: uppercase;
}

.row.size-guide-row img {
	max-width: 100%;
}

.row.why-leo-workwear-row {
	min-height: 700px;
	background: #1b2473;
}

div.why-leo-workwear-content {
	margin-top: 8%;
}

div.why-leo-workwear-content > h2.why-leo-workwear-heading {
	color: #faa634;
	font-size: 90px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 4px 0 5px rgba(0,0,0,0.9);
}

div.why-leo-workwear-content > p {
	color: #ffffff;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	line-height: 88px;
	text-shadow: 4px 0 5px rgba(0,0,0,0.9);
}

h3.related-heading {
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.related-products-row .owl-wrapper-outer,
.viewed-products-row .owl-wrapper-outer,
.style-guide-products .owl-wrapper-outer {
	border: none;
	box-shadow: none;
	outline: none;
}

.related-products-row h4,
.viewed-products-row h4 {
	text-align: center;
}

.related-products-row span.part-number,
.viewed-products-row span.part-number {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.related-products-row span.product-name,
.viewed-products-row span.product-name {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
}

.related-products-row .model-number,
.viewed-products-row .model-number {
	font-size: 22px;
	color: #faa634;
	font-weight: bold;
	text-transform: uppercase;
}

/*.zoomContainer {
	display: none !important;
}*/

/*iSearch Module*/
.iSearchBoxWrapper .iSearchBox {
	right: 0;
}

.iSearchBox > ul.isearchProducts:not(:last-child) {
	display: none;
}

.iSearchBox > ul.isearchProducts > li:not(.iSearchHeading):hover,
.iSearchBox > ul.isearchProducts > li:not(.iSearchHeading):focus,
.iSearchBox > ul.isearchProducts > li:not(.iSearchHeading):active {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #fff;
}

.iSearchBox > ul.isearchProducts > li.iSearchHeading,
.iSearchBox > ul.isearchProducts > li > .iSearchItem > h3,
.iSearchBox > ul.isearchProducts > li > .iSearchItem > h3 > .iSearchMPN,
.iSearchBox .iSearchViewAllResults {
	color: #000000;
}

.iSearchBox > ul.isearchProducts > li > .iSearchItem > h3 {
	text-transform: uppercase;
}

.iSearchBox > ul.isearchProducts > li > .iSearchItem > h3 > div.iSearchModel {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.iSearchBox > ul.isearchProducts > li > .iSearchItem > h3 > .iSearchModel,
.iSearchBox > ul.isearchProducts > li:hover > .iSearchItem > h3,
.iSearchBox > ul.isearchProducts > li:focus > .iSearchItem > h3,
.iSearchBox > ul.isearchProducts > li:active > .iSearchItem > h3,
.iSearchBox .iSearchViewAllResults:hover,
.iSearchBox .iSearchViewAllResults:focus,
.iSearchBox .iSearchViewAllResults:active {
	color: #faa634;
}

.iSearchBox > ul.isearchProducts > li:hover > .iSearchItem > h3 > span.iMarq,
.iSearchBox > ul.isearchProducts > li:focus > .iSearchItem > h3 > span.iMarq,
.iSearchBox > ul.isearchProducts > li:active > .iSearchItem > h3 > span.iMarq,
.iSearchBox > ul.isearchProducts > li > .iSearchItem > h3 > div.iSearchModel > span.iMarq {
	background-color: #000000;
	color: #ffffff;
}

/*Search Page*/
body.product-search h1,
body.product-isearch h1,
body.product-search h2,
body.product-isearch h2 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

body.product-search label.control-label,
body.product-isearch label.control-label,
body.product-search label.checkbox-inline,
body.product-isearch label.checkbox-inline,
body.product-search input.form-control,
body.product-isearch input.form-control,
body.product-search select.form-control,
body.product-isearch select.form-control {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}

body.product-search #content > p,
body.product-isearch #content > p {
	margin-top: 10px;
}

body.product-search input.btn.btn-primary,
body.product-isearch input.btn.btn-primary {
	font-size: 18px;
	line-height: 26px;
	border-radius: 0;
}

/*Information Pages*/
#content.information-content > h1,
body.information-contact-success h1,
body.account-success h1 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

#content.information-content > p,
body.information-contact-success #content p,
body.account-success #content p {
	font-size: 22px;
	color: #000000;
	line-height: 26px;
	text-align: center;
}

#content.information-content > div.html-content > h2 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 38px 0;
}

table.meet-the-team {
	width: 100%;
}

table.meet-the-team tr > td {
	width: 25%;
	text-align: center;
	/*display: inline-block;*/
	vertical-align: top;
}

p.team-name {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	margin-top: 10px;
}

p.team-role {
	font-size: 25px;
	color: #faa634;
	text-align: center;
	line-height: 31px;
}

p.team-text {
	font-size: 20px;
	color: #000000;
	text-align: center;
	line-height: 28px;
}

/*Contact Us Page*/
body.information-contact div#content {
	margin-bottom: 16px;
}

#content.information-content > h3,
#content.information-content legend {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
}

#content.information-content .panel-body strong,
#content.information-content .panel-body address,
#content.information-content .panel-body div,
#content.information-content .panel-body a,
#content.information-content form input.form-control,
#content.information-content form textarea.form-control {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}

#content.information-content .panel-body a:hover,
#content.information-content .panel-body a:focus,
#content.information-content .panel-body a:active {
	color: #faa634;
}

#content.information-content form input.form-control {
	height: 40px;
}

body.information-contact input.btn-primary,
body.information-contact-success .btn-primary,
body.account-success .btn-primary {
	font-size: 18px;
	line-height: 26px;
	border-radius: 0;
}

body.information-contact input.btn-primary[type=submit]:hover,
body.information-contact input.btn-primary[type=submit]:focus,
body.information-contact input.btn-primary[type=submit]:active, {
	color: #000000;
    background-color: #faa634;
    border-color: #faa634;
    outline: none;
}

form div.contact-form-row div.form-group {
	max-width: 100%;
}

form div.contact-form-row div.form-group.required:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
	position: absolute;
}

form div.contact-form-row:last-of-type div.form-group.required:before {
	display: none;
}

form div.contact-form-row div.form-group input,
form div.contact-form-row div.form-group textarea {
	margin-left: 12px;
}

/*Style Guide*/
@media (min-width: 1200px) {
	 .style_block_image {
	 	width: 36%;
	 	padding: 0;
	 }

	 .style_block_content {
	 	width: 64%;
	 	padding: 0;
	 }
}

.row.style-collection {
	margin-bottom: 36px;
}

.style-guide-products .product-layout .product-thumb .caption span.product-name {
	font-size: 21px;
}

a#style-guide-more-info-button {
	max-width: 200px;
	text-align: center;
	margin: auto;
	border-radius: 0;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 16px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.style-guide-products .product-layout .product-thumb .caption  .button-group > button {
	width: 100%;
	border-radius: 0;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 16px;
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}

.style-guide-products .product-layout .product-thumb .caption  .button-group > button:hover,
.style-guide-products .product-layout .product-thumb .caption  .button-group > button:focus,
.style-guide-products .product-layout .product-thumb .caption  .button-group > button:active {
	background: #faa634;
	border-color: #faa634;
	color: #000000;
}

/*Blog*/
body.news-ncategory h1.blog-heading {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	line-height: 38px;
	text-transform: uppercase;
}

div.bnews-list > div.artblock > div.name > a {
	font-size: 24px;
	color: #000000;
	line-height: 32px;
}

body.news-ncategory aside#column-left h3 {
	font-size: 24px;
	color: #000000;
	line-height: 32px;
	font-weight: bold;
}

div.bnews-list > div.artblock > div.article-meta,
div.article-content > div.article-meta {
	color: #000000;
}

div.bnews-list > div.artblock > div.description,
div.article-content p,
div.article-content span,
div.article-content li {
	font-size: 22px;
	color: #000000;
	line-height: 30px;
}

body.news-ncategory aside#column-left a.list-group-item,
body.news-ncategory aside#column-left input.form-control {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	height: 44px;
}

body.news-ncategory aside#column-left input.btn.btn-primary {
	font-size: 18px;
	line-height: 26px;
	border-radius: 0;
}

div.bnews-list > div.artblock > div.blog-button > a {
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}

div.bnews-list > div.artblock > div.name > a:hover,
div.bnews-list > div.artblock > div.name > a:focus,
div.bnews-list > div.artblock > div.name > a:active,
div.bnews-list > div.artblock > div.blog-button > a:hover,
div.bnews-list > div.artblock > div.blog-button > a:focus,
div.bnews-list > div.artblock > div.blog-button > a:active {
	color: #faa634;
	text-decoration: none;
}

div.row > div.text-right {
	color: #000000;
}

body.news-article h1.blog-heading {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	line-height: 38px;
}

div.article-content > a.colorbox > img#image-article {
	height: auto !important;
}

div.article-content a {
	color: #000000;
	text-decoration: underline;
}

div.article-content a:hover,
div.article-content a:focus,
div.article-content a:active {
	color: #faa634;
}

/*Image Library*/
h1#img-lib {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	line-height: 38px;
}

.img-lib-btn {
	float: right;
}

.img-lib-btn > a,
.img-lib-btn > button {
	font-size: 18px;
	border-radius: 0;
}

.download-category.col-sm-12 {
	text-align: center;
}

.download-category > h2.title {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	line-height: 32px;
	display: inline-block;
}

.download-category > h2.title:hover {
	cursor: pointer;
	color: #faa634;
}

table.imagelist {
	display: none;
	font-size: 14px;
	text-align: center;
	margin: auto;
	width: 80%;
}

table.list thead td {
	background: #efefef;
}

table.imagelist thead td,
table.imagelist tbody td,
table.imagelist tbody td > a {
	padding: 12px;
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}

table.imagelist tbody td > a:hover,
table.imagelist tbody td > a:focus,
table.imagelist tbody td > a:active {
	color: #faa634;
}

table.imagelist thead td.center,
table.imagelist tbody td.center {
	text-align: center;
}

.title img {
	width: 30px;
	margin-bottom: 13px;
	margin-right: 15px;
}

#img-lib-status {
	transition: all 0.3s ease;
}

/*Account Pages*/
.account-register #content {
	margin-bottom: 16px;
}

.well > h2,
.account-register h1,
.account-edit h1,
.account-password h1,
.account-forgotten h1,
.account-logout h1 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	line-height: 38px;
}

.well p,
.well label,
.well input.form-control,
.account-register label,
.account-register input.form-control,
.account-edit label,
.account-edit input.form-control,
.account-password label,
.account-password input.form-control,
.account-forgotten label,
.account-forgotten input.form-control,
.account-logout #content p,
.account-register select.form-control {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}

.well input.form-control,
.account-register input.form-control,
.account-edit input.form-control,
.account-password input.form-control,
.account-forgotten input.form-control, {
	height: 38px;
}

.well .btn.btn-primary,
.well a,
.account-register .btn.btn-primary,
.account-edit .btn.btn-primary,
.account-edit .btn.btn-default,
.account-password .btn.btn-primary,
.account-password .btn.btn-default,
.account-forgotten .btn.btn-primary,
.account-forgotten .btn.btn-default,
.account-logout .btn.btn-primary {
	font-size: 18px;
	line-height: 26px;
	border-radius: 0;
}

.well a:not(.btn) {
	color: #000000;
}

.account-register .pull-right,
.account-register .pull-right > a,
.account-edit .pull-right,
.account-edit .pull-right > a,
.account-password .pull-right,
.account-password .pull-right > a,
.account-forgotten .pull-right,
.account-forgotten .pull-right > a {
	font-size: 16px;
	color: #000000;
	line-height: 24px;	
}

.well a:not(.btn):hover,
.well a:not(.btn):focus,
.well a:not(.btn):active,
.account-register #content a:hover,
.account-register #content a:focus,
.account-register #content a:active,
.account-edit #content a:not(.btn):hover,
.account-edit #content a:not(.btn):focus,
.account-edit #content a:not(.btn):active,
.account-password #content a:not(.btn):hover,
.account-password #content a:not(.btn):focus,
.account-password #content a:not(.btn):active,
.account-forgotten #content a:not(.btn):hover,
.account-forgotten #content a:not(.btn):focus,
.account-forgotten #content a:not(.btn):active {
	color: #faa634;
}

.well > p > strong,
.account-register #content > p,
.account-register #content > p > a,
.account-register #content legend,
.account-edit #content > p,
.account-edit #content > p > a,
.account-edit #content legend,
.account-password #content > p,
.account-password #content > p > a,
.account-password #content legend,
.account-forgotten #content > p,
.account-forgotten #content > p > a,
.account-forgotten #content legend  {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
}

body.account-success #content a:not(.btn-primary) {
	color: #000000;
}

body.account-success #content a:not(.btn-primary):hover,
body.account-success #content a:not(.btn-primary):focus,
body.account-success #content a:not(.btn-primary):active {
	color: #faa634;
}

/*Cart Page*/
body.checkout-cart #content {
	margin-bottom: 16px;
}

body.checkout-cart #content > h1,
body.common-contact_form-success #content > h1,
body.checkout-cart .modal-header h4.modal-title {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	line-height: 38px;
}

body.checkout-cart #content > p,
body.common-contact_form-success #content {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}

body.checkout-cart .btn.btn-primary,
body.common-contact_form-success .btn.btn-primary,
body.checkout-cart .btn.btn-default {
	font-size: 18px;
	line-height: 26px;
	border-radius: 0;
}

body.checkout-cart a.btn.btn-default {
	color: #000000;
	background-color: #faa634;
	border-color: #faa634;
}

body.checkout-cart a.btn.btn-default:hover,
body.checkout-cart a.btn.btn-default:focus,
body.checkout-cart a.btn.btn-default:active {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

body.checkout-cart thead td {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
}

body.checkout-cart tbody td,
body.checkout-cart tbody td > a,
body.checkout-cart .modal-body form input.form-control,
body.checkout-cart .modal-body form textarea.form-control,
body.checkout-cart .modal-body .ContactForm__info {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}

body.checkout-cart tbody td > a:hover,
body.checkout-cart tbody td > a:focus
body.checkout-cart tbody td > a:active {
	color: #faa634;
}

@media (min-width: 768px) {
	body.checkout-cart .modal-dialog {
		width: 650px;
	}
}

body.checkout-cart .modal-body form span.ContactForm__requiredSymbol {
	color: #f00;
	font-weight: bold;
}

body.checkout-cart .modal-body form > fieldset .col-sm-12,
body.checkout-cart .modal-body form > fieldset .col-sm-6 {
	padding-left: 30px;
	padding-right: 0;
}

body.checkout-cart .modal-body form .form-group {
	max-width: 100%;
}

body.checkout-cart .modal-body form input.form-control {
	height: 40px;
}

body.checkout-cart .modal-body form .btn.btn-primary {
	display: block;
	margin: auto;
}

body.checkout-cart .modal-body form .form-group.required::before {
	content: '* ';
	color: #F00;
	font-weight: bold;
	position: absolute;
	left: 0;
}

/*Mailchimp Sign Up Form*/
div#mc_embed_signup > form#mc-embedded-subscribe-form {
	padding: 0;
}

div#mc_embed_signup div.indicates-required {
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}

div#mc_embed_signup div.indicates-required,
div#mc_embed_signup div.mc-field-group {
	width: 100%;
	margin: auto;
}

div#mc_embed_signup div.mc-field-group > label,
div#mc_embed_signup div.mc-field-group > input {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}

div#mc_embed_signup div.mc-field-group > label {
	width: 10%;
	display: inline-block;
	float: left;
	text-align: right;
	padding-right: 30px;
	line-height: 40px;
}

div#mc_embed_signup div.mc-field-group > input {
	height: 40px;
	text-indent: 0;
	padding: 6px 12px;
	width: 90%;
	display: inline-block;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

div#mc_embed_signup div.mc-field-group > input:focus {
	border-color: #faa634;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250,166,52,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250,166,52,0.6);
	outline: 0;
}

input#mc-embedded-subscribe.button {
	font-size: 18px;
    line-height: 26px;
    border-radius: 0;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    font-family: ProximaNova;
    padding: 7.5px 12px;
    width: auto;
    height: auto;
    margin: 0;
    transition: none;
    float: right;
}

input#mc-embedded-subscribe.button:hover,
input#mc-embedded-subscribe.button:focus,
input#mc-embedded-subscribe.button:active {
	background: #faa634;
	border-color: #faa634;
	color: #000000;
}

/*Responsive*/
@media (min-width: 1700px) and (max-width: 1799px) {
	div#product > div.form-group.col-lg-4 {
		width: 36%;
	}

	div#product > div.col-lg-4.modal-buttons-containers {
		width: 64%;
	}
}

@media (min-width: 1600px) and (max-width: 1699px) {
	div#product > div.form-group.col-lg-4 {
		width: 40%;
	}

	div#product > div.col-lg-4.modal-buttons-containers {
		width: 60%;
	}
}

@media (min-width: 1500px) and (max-width: 1599px) {
	div#product > div.form-group.col-lg-4 {
		width: 42%;
	}

	div#product > div.col-lg-4.modal-buttons-containers {
		width: 58%;
	}
}

@media (min-width: 1353px) and (max-width: 1499px) {
	div#product > div.form-group.col-lg-4 {
		width: 45%;
	}

	div#product > div.col-lg-4.modal-buttons-containers {
		width: 55%;
	}
}

@media (min-width: 1200px) and (max-width: 1352px) {
	#menu .nav > li > a {
		font-size: 16px;
		padding: 0 12px;
	}

	div#product > div.form-group.col-lg-4,
	div#product > div.col-lg-4.modal-buttons-containers {
		width: 50%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 100%;
	}

	#top .btn-link, #top-contacts li, #top-contacts a, #top .btn-link, #top-links li, #top-links a {
		font-size: 14px;
		line-height: 14px;
	}

	#top-contacts li,
	#top-links li:nth-of-type(3) > a {
		border-right: none;
	}

	#menu .nav > li > a {
		font-size: 13px;
		padding: 0 6px;
		line-height: 15px;
	}

	#menu .dropdown-menu a {
		font-size: 13px;
		line-height: 16px;
	}

	.category-heading {
		min-height: 175px;
		background-size: cover !important;
		background-position: center !important;
	}

	.category-heading > h1 {
		font-size: 60px;
		top: 200px;
	}

	.breadcrumb > li > a {
		font-size: 15px;
	}

	.sidebar-header h3 {
		padding-left: 0;
	}

	.side-dep a {
		font-size: 16px;
		background-size: 16px;
		padding-left: 28px !important;
	}

	.side-dep a.active,
	.side-dep a.active:hover,
	.side-dep a:hover,
	.side-dep a.active:focus,
	.side-dep a:focus,
	.side-dep a.active:active,
	.side-dep a:active {
		font-size: 16px;
		background-size: 16px;
		padding-left: 38px;
	}

	.sub-category-item:nth-of-type(3n+1) {
		clear: left;
	}

	.sub-category-item h3,
	.sub-category-item h3 > a,
	.product-layout .product-thumb .caption span.part-number,
	.product-layout .product-thumb .caption span.product-name,
	.product-layout .product-thumb .caption .model-number {
		font-size: 18px;
	}

	.category-description > p,
	.category-description > div {
		font-size: 18px;
		line-height: 26px;
	}

	.image-slider > .bx-wrapper > .bx-viewport {
		min-height: 422px;
	}

	.product-data-row {
		clear: none !important;
	}

	.features > ul > li.features-text {
		font-size: 16px;
		width: 45%;
	}

	.features-text {
		font-size: 16px;
	}

	.no-padding-both.attribute-inner:nth-of-type(3n+2) {
		clear: none !important;
	}

	#product > div.form-group.no-padding-both {
		padding-right: 15px;
	}

	#product > div.modal-buttons-containers.no-padding-both {
		padding-left: 15px;
	}

	button.Fit-guide__button {
		width: 47%;
		font-size: 21px;
		line-height: 28px;
		color: #ffffff !important;
		background-color: #000000 !important;
		border-color: #000000 !important;
		outline: none !important;
	}

	button.Fit-guide__button.active {
		color: #000000 !important;
		background-color: #faa634 !important;
		border-color: #faa634 !important;
		outline: none !important;
	}

	.Fit-guide .Fit-guide__popup-box ul.Fit-guide__list {
		padding-left: 0;
	}

	.Fit-guide .Fit-guide__popup-box li.Fit-guide__list-item {
		width: 100%;
		text-align: center;
	}

	button#button-cart.btn-primary,
	a#data_sheet_modal_button {
		font-size: 21px;
	}

	.row.video-embed-row {
		margin-top: 24px;
	}

	.row.video-embed-row > iframe {
		width: 100% !important;
		height: auto !important;
	}

	.article-content iframe {
		max-width: 100% !important;
	}

	.row.size-guide-row {
		min-height: 0;
		overflow: scroll;
	}

	.row.size-guide-row h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.row.size-guide-row table tr > td {
		font-size: 18px;
		line-height: 20px;
	}

	.row.why-leo-workwear-row {
		min-height: 300px;
		background-size: cover !important;
	}

	div.why-leo-workwear-content > h2.why-leo-workwear-heading {
		font-size: 50px;
	}

	div.why-leo-workwear-content > p {
		font-size: 36px;
		line-height: 44px;
	}

	h3.related-heading,
	#content.information-content > div.html-content > h2 {
		font-size: 26px;
	}

	.bxslider > li > a > img {
		max-width: 100%;
	}

	#content.information-content > p,
	body.information-contact-success p {
		font-size: 18px;
		line-height: 26px;
	}

	table.meet-the-team td {
		display: inline-block;
		width: 25%;
		padding: 0 15px;
	}

	table.meet-the-team td > img {
		padding: 0 !important;
		width: 100%;
		height: auto;
	}

	p.team-name {
		font-size: 24px;
		line-height: 32px;
	}

	p.team-role {
		font-size: 20px;
		line-height: 28px;
	}

	p.team-text {
		font-size: 16px;
		line-height: 24px;
	}

	table.imagelist thead td,
	table.imagelist tbody td,
	table.imagelist tbody td > a {
		font-size: 16px;
		line-height: 24px;
	}

	div#mc_embed_signup div.mc-field-group > label {
		width: 17%;
	}

	div#mc_embed_signup div.mc-field-group > input {
		width: 83%;
	}

	div#mc_embed_signup form#mc-embedded-subscribe-form div.mc-field-group > div.mce_inline_error {
		padding: 5px 10px;
	}

	footer {
		background-size: cover;
	}

	footer a, footer p, footer address {
		font-size: 15px;
	}

	footer .footer-contact-column img:first-of-type {
		width: 100%;
	}

	footer .footer-contact-column img:nth-of-type(2) {
		padding-left: 0;
		padding-top: 12px;
	}

	footer .footer-contact-column img:last-of-type {
		padding-top: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 100%;
	}

	#top .btn-link,
	#top-contacts li,
	#top-contacts a,
	#top .btn-link,
	#top-links li,
	#top-links a {
		font-size: 12px;
		line-height: 12px;
	}

	#top-contacts li,
	#top-links li:nth-of-type(2) > a,
	#top-links li:nth-of-type(5) > a {
		border-right: none;
	}

	#search {
		margin-top: 6px;
	}

	#menu .navbar-header {
		width: 100%;
	}

	#menu .btn-navbar {
		display: inline-block;
	}

	body > .container.menu-container {
		margin-top: 131px;
	}

	.navbar-collapse.collapse {
		padding: 0 15px;
		display: none !important;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	#menu .navbar-nav > li {
		width: 100%;
	}

	#menu .nav > li > a {
		font-size: 16px;
		border-right: none;
		text-align: center;
		margin: 4px 0;
		line-height: 24px;
	}

	#menu .navbar-nav > li.dropdown.open {
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}

	#menu .navbar-nav > li.dropdown.open > a {
		margin-bottom: 0;
		padding-bottom: 4px;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
    	padding-bottom: 10px;
    	background-color: rgba(0, 0, 0, 0.1);
    	position: relative;
    	width: 100%;
    	border: none;
    	box-shadow: none;
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-menu ul.list-unstyled {
		width: 100%;
		display: block;
	}

	#menu .dropdown-menu a {
		color: #000000;
		border: none;
		font-size: 14px;
		line-height: 22px;
		margin: 4px 0;
		padding: 0 15px;
		text-align: center;
	}

	body > .container:not(.menu-container),
	body > #infopage > .container {
		margin-top: 169px;
	}

	#slideshow0.owl-carousel .owl-pagination {
		top: 90%;
	}

	.category-heading {
		min-height: 175px;
		background-size: cover !important;
		background-position: center !important;
	}

	.category-heading > h1 {
		font-size: 46px;
		top: 214px;
	}

	.breadcrumb > li {
		padding: 0 10px;
	}

	.breadcrumb > li > a {
		font-size: 14px;
	}

	aside#column-left.col-sm-3 {
		display: none;
	}

	.sidebar-header h3 {
		padding-left: 0;
	}

	.image-slider > .bx-wrapper > .bx-viewport {
		max-height: 504px;
	}

	.image-slider > .bx-wrapper .bx-controls-direction a.bx-prev,
	.image-slider > .bx-wrapper .bx-controls-direction a.bx-next {
		z-index: 998;
	}

	.no-padding-both.attribute > .no-padding-both.attribute-inner {
		clear: none !important;
	}

	.no-padding-both.attribute > .no-padding-both.attribute-inner:nth-of-type(3n+1) {
		clear: left !important;
	}

	.features-text {
		font-size: 18px;
	}

	button.Fit-guide__button {
		color: #ffffff !important;
		background-color: #000000 !important;
		border-color: #000000 !important;
		outline: none !important;
	}

	button.Fit-guide__button.active {
		color: #000000 !important;
		background-color: #faa634 !important;
		border-color: #faa634 !important;
		outline: none !important;
	}

	.Fit-guide .Fit-guide__popup-box li.Fit-guide__list-item {
		padding: 0 10px;
	}

	.Fit-guide .Fit-guide__popup-box .Fit-guide__name {
		font-size: 16px;
	}

	.row.size-guide-row {
		min-height: 0;
	}

	.row.size-guide-row {
		min-height: 0;
		overflow: scroll;
	}

	.row.size-guide-row h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.row.size-guide-row table tr > td {
		font-size: 18px;
		line-height: 20px;
	}

	.row.why-leo-workwear-row {
		min-height: 350px;
		background-size: cover !important;
		background-position: center !important;
	}

	div.why-leo-workwear-content > h2.why-leo-workwear-heading {
		font-size: 60px;
	}

	div.why-leo-workwear-content > p {
		font-size: 50px;
		line-height: 58px;
	}

	h3.related-heading {
		font-size: 30px;
	}

	.bxslider > li > a > img {
		max-width: 100%;
	}

	.style-collection > .style_block_image > img.img-responsive {
		margin: auto;
	}

	table.meet-the-team tr > td {
		width: 50%;
		padding: 0 15px;
	}

	table.meet-the-team tr > td > img {
		width: 100%;
		padding: 0;
	}

	#content form.form-horizontal div.col-sm-6.contact-form-row {
		clear: none;
	}

	div#mc_embed_signup div.mc-field-group > label,
	div#mc_embed_signup div.mc-field-group > input {
		width: 100%;
		float: none;
		text-align: left;
	}

	div#mc_embed_signup form#mc-embedded-subscribe-form div.mc-field-group > div.mce_inline_error {
		padding: 5px 10px;
	}

	footer {
		background-size: cover;
		background-position: center;
	}

	footer .footer-contact-column img:first-of-type {
		width: 74%;
	}

	footer .footer-contact-column img:nth-of-type(2) {
		padding-left: 0;
		padding-top: 12px;
	}

	footer .footer-contact-column img:last-of-type {
		padding-top: 12px;
	}
}

@media (max-width: 767px) {
	body > header,
	body > .container.menu-container,
	body > .container:not(.menu-container),
	body > #infopage > .container {
		position: relative;
		margin-top: 0;
	}

	#top-contacts li,
	#top-contacts a {
		font-size: 12px;
		line-height: 12px;
	}

	#top-links {
		text-align: center;
		padding-top: 0;
	}

	#top-links li > a {
		padding: 0 6px;
		font-size: 14px;
		line-height: 14px;
	}

	#top-links li:nth-of-type(3) > a {
		border-right: none;
	}

	#search {
		max-width: 100%;
		margin-top: 0;
	}

	.iSearchBoxWrapper .iSearchBox {
		max-width: 100% !important;
	}

	.iSearchBox li h3 {
		max-width: 64% !important;
	}

	.navbar-collapse.collapse.in {
		border-top: 0;
	}

	#menu .navbar-nav > li {
		width: 100%;
	}

	#menu .nav > li > a {
		border-right: 0;
		text-align: center;
	}

	#menu .dropdown-menu a {
		color: #000000;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 0;
	}

	#menu .dropdown-menu li  > a:hover,
	#menu .dropdown-menu li  > a:focus,
	#menu .dropdown-menu li  > a:active,
	#menu .dropdown-menu a.see-all:hover,
	#menu .dropdown-menu a.see-all:focus,
	#menu .dropdown-menu a.see-all:active {
		border-bottom: none;
		color: #000000;
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .nav > li.open > a {
		margin: 0;
		padding: 7px 15px;
	}

	#slideshow0.owl-carousel .owl-pagination {
		top: 80%;
	}

	#slideshow0.owl-carousel .owl-pagination .owl-page span {
		width: 12px;
		height: 12px;
	}

	body.common-home #banner0.banner img,
	body.common-home #banner2.banner img {
		width: 100%;
	}

	div.row > div.category-heading {
		display: none;
	}

	.breadcrumb > li {
		padding: 0 8px;
		white-space: inherit;
	}

	.breadcrumb > li > a {
		font-size: 13px;
	}

	.category-description > p,
	.category-description > div {
		text-align: left;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 18px;
	}

	.row > .image-slider {
		display: none;
	}

	.bx-wrapper .bx-controls-direction a.bx-prev {
		background: url(/catalog/view/theme/leoworkwear/image/arrow-left.png) no-repeat;
		background-size: contain;
		width: 23px;
		height: 38px;
		display: block;
	}

	.bx-wrapper .bx-controls-direction a.bx-next {
		background: url(/catalog/view/theme/leoworkwear/image/arrow-right.png) no-repeat;
		background-size: contain;
		width: 23px;
		height: 38px;
		display: block;
	}

	.bxslider > li > a > img {
		max-width: 100%;
	}

	.features > ul > li.features-text {
		width: auto;
		clear: left;
		min-width: 50%;
	}

	button.Fit-guide__button {
		width: 100%;
		margin-bottom: -20px;
		color: #ffffff !important;
		background-color: #000000 !important;
		border-color: #000000 !important;
		outline: none !important;
	}

	button.Fit-guide__button.active {
		color: #000000 !important;
		background-color: #faa634 !important;
		border-color: #faa634 !important;
		outline: none !important;
	}

	.Fit-guide .Fit-guide__popup-box {
		padding-top: 20px;
	}

	.Fit-guide .Fit-guide__popup-box ul.Fit-guide__list {
		padding-left: 0;
	}

	.Fit-guide .Fit-guide__popup-box li.Fit-guide__list-item {
		width: 100%;
		text-align: center;
	}

	button#button-cart.btn-primary,
	a#data_sheet_modal_button {
		max-width: none;
	}

	a#data_sheet_modal_button,
	.row.video-embed-row {
		margin-top: 16px;
	}

	.row.video-embed-row > iframe,
	.article-content iframe {
		width: 100% !important;
		height: auto !important;
	}

	.row.size-guide-row {
		min-height: 0;
	}

	.row.size-guide-row h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.row.size-guide-row table {
		display: block;
		overflow: scroll;
	}

	.row.size-guide-row table tr > td {
		font-size: 18px;
		line-height: 20px;
	}

	.row.why-leo-workwear-row {
		min-height: 250px;
	}

	div.why-leo-workwear-content {
		margin-top: 10%;
	}

	div.why-leo-workwear-content > h2.why-leo-workwear-heading {
		font-size: 30px;
		line-height: 38px;
	}

	div.why-leo-workwear-content > p {
		font-size: 26px;
		line-height: 34px;
	}

	h3.related-heading {
		font-size: 28px;
		line-height: 36px;
	}

	table.meet-the-team tr > td {
		display: block;
		width: 100%;
	}

	table.meet-the-team tr > td > img {
		width: 100%;
		padding: 0 !important;
	}

	.img-lib-btn {
		float: none;
		margin-top: 0 !important;
	}

	.img-lib-btn > a {
		margin-bottom: 8px;
	}

	.img-lib-btn > a,
	.img-lib-btn > button {
		font-size: 14px;
		width: 100%;
	}

	table.imagelist thead td,
	table.imagelist tbody td,
	table.imagelist tbody td > a {
		font-size: 14px;
	}

	.download-category > h2.title {
		font-size: 20px;
	}

	.row > .search-categories {
		margin: 10px 0;
	}

	div.bnews-list > div.artblock > div.description {
		font-size: 18px;
	}

	div#mc_embed_signup div.mc-field-group > label,
	div#mc_embed_signup div.mc-field-group > input {
		width: 100%;
		float: none;
		text-align: left;
	}

	div#mc_embed_signup form#mc-embedded-subscribe-form div.mc-field-group > div.mce_inline_error {
		padding: 5px 10px;
	}

	footer {
		background-size: cover;
		background-position: center;
	}

	footer .row > hr.visible-xs {
		margin-left: 15px;
		margin-right: 15px;
	}

	footer .footer-contact-column img {
		/*max-height: 43px;*/
	}

	footer .footer-copyright p,
	footer .footer-spartan p,
	footer .footer-spartan a {
		text-align: center;
	}
}

.Videos {
    list-style: none;
    padding-left: 0;
    text-align: center;
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
}
.Videos__columnSize, .Videos__item {
    width: 20%;
}
.Videos__item--width2 {
    width: 40%;
}
.Videos iframe {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
	.Videos__columnSize, .Videos__item,
	.Videos__item--width2 {
    	width: 50%;
	}
}

@media (max-width: 767px) {
	.Videos__columnSize, .Videos__item,
	.Videos__item--width2 {
    	width: 100%;
	}
}