html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    position: relative;
    font-size: 15px;
	line-height: 18px;
	font-family: "Nunito", sans-serif;
	color: #636363;
    background: #FFFFFF;
	-webkit-text-size-adjust: none;
	min-width: 320px;
}

img {
	border: 0;
	max-width: 100%;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

a {
	outline: 0;
	color: #00467f;
}

a:hover {
	text-decoration: none;
}

.accounts-payable-title{
	font-size:19px;
	color:#00467f;
	text-align: center;
	margin:20px 0;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

h1 {
	font-weight: bold;
	font-size: 25px;
	line-height: 42px;
	color: #00467f;
	margin: 0 0 20px 0;
	text-align: center;
}

h1.big-header {
	font-size: 30px;
	line-height: 40px;
}

h2 {
	font-weight: bold;
	font-size: 25px;
	line-height: 32px;
	margin: 0 0 28px 0;
	text-align: center;
	color: #00467f;
}

h3 {
	font-weight: bold;
	font-size: 25px;
	line-height: 32px;
	margin: 0 0 20px 0;
}

h4 {
	font-weight: bold;
	font-size: 19px;
	line-height: 25px;
	margin: 0 0 25px 0;
	color: #00467f;
}

hr {
	height: 1px;
	border: none;
	color: #E0E0E0;
	background: #E0E0E0;
	margin: 35px 0;
}

.has-icon{
	height:56px;
	line-height:56px;
}

p {
	margin: 0 0 18px 0;
}

article {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right: 0;
}

article h1 {
	text-align: left;
}

article .catalog > li {
	width: 15%;
}

.nav-opened article {
	margin-right: 242px;
}


.add-wishlist-form .select{
    width: 50%;
    display: inline-block;
    margin-right: 10px;
}

.add-wishlist-form .button{
	height: 31px;
    line-height: 31px;
    font-size: 14px;
}

aside {
	width: 250px;
	float: left;
	margin-right: 54px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	left: 0;
	overflow: hidden;
}

.nav-opened aside {
	width: 0;
	margin: 0;
	left: -1000px;
}

aside .but {
	width: 184px;
}

.box {
	padding: 60px 0 80px 0;
}

.breadcrumbs {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 44px;
	padding-top: 3px;
}

.breadcrumbs > a {
	text-decoration: none;
}

.breadcrumbs > a:hover {
	text-decoration: underline;
}

.but {
	width: 147px;
	height: 37px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	line-height: 37px;
	font-size: 13px;
	text-align: center;
	border: 2px solid #C0D2E0;
	font-family: "Nunito", sans-serif;
	font-weight: bold;
}

.but.enlarge:before {
	width: 19px;
	height: 19px;
    background: url('../img/search-icon.png') no-repeat;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	position: relative;
	top: -1px;
}

.but.print:before {
	width: 20px;
	height: 19px;
    background: url('../img/print-icon.png') no-repeat;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -1px;
}

.button {
	display: inline-block;
	vertical-align: top;
	height: 37px;
	border: 0 none;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	background: #00477F;
	outline: 0;
	margin: 0;
    cursor: pointer;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 37px;
	font-weight: bold;
	font-family: "Nunito", sans-serif;
	-webkit-appearance: none;
	overflow: visible;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

.button-box {
	padding: 80px 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}

.button-box > a {
	width: 250px;
	height: 60px;
	background: #FFFFFF;
	font-size: 15px;
	line-height: 60px;
	letter-spacing: normal;
	text-decoration: none;
	font-weight: bold;
	color: #306897;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.75);	
	box-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 0 2px;
}

.button-box .button-appointment:before {
	width: 20px;
	height: 20px;
    background: url('../img/appointment-icon.png') no-repeat;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -1px;
}

.button-box .button-go:before {
	width: 7px;
	height: 12px;
    background: url('../img/arrow-right.png') no-repeat;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	position: relative;
	top: -1px;
}

.button-box .button-map:before {
	width: 19px;
	height: 26px;
    background: url('../img/map-icon.png') no-repeat;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

.catalog {
	margin: 0;
	padding: 20px 0 0 0;
	list-style-type: none;
	position: relative;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.catalog:before {
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}

.catalog > li {
	width: 14%;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #E9E9E9;
	text-align: center;
}

.catalog .catalog-image {
	height: 200px;
}

.catalog .catalog-image > a {
	text-decoration: none;
}

.catalog .catalog-name {
	height: 65px;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: normal;
}

.catalog .catalog-name > a {
	text-decoration: none;
	color: #636363;
}

.catalog .catalog-name > a:hover {
	text-decoration: underline;
}

.catalog .checkbox {
	margin-bottom: 7px;
}

.catalog.catalog-special {
	margin: 0 0 0 -11px;
}

.catalog.catalog-special:before {
	display: none;
}

.catalog.catalog-special > li {
	border: 0 none;
	padding-left: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.catalog .catalog-image {
	height: 170px;
	margin: 20px 0 10px;
}

.catalog .catalog-image img {
	display: block;
	margin: 0 auto;
	max-height: 165px;
}

.catalog-buttons {
	position: absolute;
	right: 0;
	top: 0;
}

.catalog-buttons .but {
	margin-left: 3px;
}

.catalog-search {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.catalog-search > hr {
	margin: 0 0 21px 48px;
}

.catalog-search > fieldset {
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 18px 0;
}

.catalog-search > fieldset:before,
.catalog-search > fieldset:after {
	display: table;
	line-height: 0;
	content: '';
}

.catalog-search > fieldset:after {
	clear: both;
}

.catalog-search > fieldset > label {
	float: left;
	width: 58px;
	font-size: 15px;
	line-height: 31px;
	letter-spacing: normal;
}

.catalog-search .button {
	margin-left: 48px;
}

.catalog-search .select {
	float: left;
	width: 164px;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: normal;
}

.catalog-search .textfield {
	float: left;
	width: 268px;
}

.catalog-search-image {
	margin-bottom: 38px;
}

.catalog-search-image > img {
	margin: 0 auto;
	display: block;
}

.catalog-nav {
	margin-bottom: 17px;
}

.catalog-nav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.catalog-nav > ul > li {
	margin-top: 3px;
}

.catalog-nav > ul > li:first-child{
	margin: 0;
}

.catalog-nav > ul > li > a {
	text-decoration: none;
	line-height: 27px;
	margin: 0 9px;
}

.catalog-nav > ul > li > a:hover {
	text-decoration: underline;
}

.catalog-nav .active > a {
	margin: 0;
	padding: 0 9px;
	background: #00467f;
	color: #FFFFFF;
	display: block;
}

.catalog-nav .active > a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
}

.checkbox > input[type="checkbox"] {
	position: absolute;
	left: -10000px;
}

.checkbox > input[type="checkbox"] + label {
    display: inline-block;
	vertical-align: top;
	width: 27px;
	height: 27px;
	background: url('../img/checkbox.png') no-repeat;
}

.checkbox > input[type="checkbox"]:checked + label {
	background-position: left -27px;
}

.checkbox-lite > input[type="checkbox"] {
	position: absolute;
	left: -10000px;
}

.checkbox-lite > input[type="checkbox"] + label {
    display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

.checkbox-lite > input[type="checkbox"] + label:before {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 1px;
	content: '';
	background: url('../img/checkbox-lite.png') no-repeat;
}

.checkbox-lite > input[type="checkbox"]:checked + label:before {
	background-position: left -16px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.container {
    max-width: 1090px;
	padding: 0 20px;
    margin: 0 auto;
}

.container.extra-lite {
    max-width: 630px;
}

.container.lite {
    max-width: 940px;
}

.container.rel {
	z-index: 1;
}

.content-box {
	padding: 40px 20px 50px 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.75);
}

.faq {
	margin: 0;
	padding: 12px 0 0 0;
	list-style-type: none;
}

.faq > li {
	margin-top: 19px;
	padding-top: 19px;
	border-top: 1px solid #CDCDCD;
}

.faq > li:first-child {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.faq .faq-answer {
	display: none;
	padding-bottom: 6px;
}

.faq .faq-answer > p {
	margin: 18px 0 0 0;
}

.faq .faq-question {
	padding-left: 20px;
    background: url('../img/arrow-right.png') no-repeat 5px 4px;
}

.faq .faq-question.opened {
    background: url('../img/arrow-down.png') no-repeat left center;
}

.faq .faq-question > span {
	cursor: pointer;
	font-weight: bold;
	color: #00467f;
	line-height: 21px;
}

.fax-number {
	padding-left: 18px;
    background: url('../img/fax-icon.png') no-repeat left center;
}

footer {
    padding: 18px 20px 0 20px;
	background: #004681;
	height: 95px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	position: relative;
	z-index: 10;
}

footer:before,
footer:after {
	display: table;
	line-height: 0;
	content: '';
}

footer:after {
	clear: both;
}

footer > span {
	padding-top: 24px;
	float: right;
	font-size: 10px;
	color: #A2B3C5;
	line-height: 24px;
}

footer > span > a {
	color: #A2B3C5;
	text-decoration: none;
}

footer > span > a:hover {
	text-decoration: underline;
}

footer > span > a > i {
	font-weight: bold;
}

footer > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

footer > ul > li {
	float: left;
	margin-left: 18px;
	padding: 0 0 7px 18px;
	border-left: 1px solid #5D89AE;
	line-height: 24px;
	color: #FFFFFF;
}

footer > ul > li:first-child {
	margin: 0;
	padding: 0 0 7px 0;
	border: 0 none;
}

footer .phone-number {
	margin-right: 16px;
}

.form-table {
	border-collapse: collapse;
	margin: 0 auto;
}

.form-table td {
	vertical-align: top;
	padding: 9px 0 0 13px;
	text-align: left;
}

.form-table tr td:first-child {
	padding-left: 0;
}

.form-table.right tr td:first-child {
	text-align: right;
}

.form-table tr:first-child td {
	padding-top: 0;
}

.form-table td > label {
	display: block;
	line-height: 21px;
	padding: 5px;
}

.form-table .form-button {
	padding: 12px 0 0 0;
	text-align: right;
}

.gallery {
	padding: 0 55px;
}

.gallery .gallery-main {
	margin-bottom: 44px;
}

.gallery .gallery-main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.gallery .gallery-main .gallery-main-box {
	margin-right: 345px;
}

.gallery .gallery-main .gallery-main-box .gallery-main-image {
	width: 100%;
	float: left;
	margin-right: -100%;
}

.gallery .gallery-main .gallery-main-box .gallery-main-image > img {
	display: block;
	margin: 0 auto;
}

.gallery .gallery-main .gallery-main-box .gallery-main-text {
	float: right;
	width: 315px;
	margin-right: -345px;
}

.gallery .gallery-main .gallery-main-box .gallery-main-text > h2 {
	text-align: left;
}

.gallery .gallery-main .gallery-main-box .gallery-main-text > p {
	line-height: 20px;
}

.gallery .gallery-main .gallery-main-box .gallery-main-text .gallery-main-text-info {
	line-height: 20px;
}

.gallery .gallery-nav {
	height: 130px;
	position: relative;
}

.gallery .gallery-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.gallery .gallery-nav ul > li {
	float: left;
	margin:0 1px 1px 0;
}

.gallery .gallery-nav ul > li > a {
	display: block;
	width: 180px;
	height: 130px;
	position: relative;
}

.gallery .gallery-nav ul > li > a > img {
	display: block;
	width: 180px;
	height: 130px;
}

.gallery .gallery-nav .active:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #00467E;
	content: '';
}

.gallery .gallery-nav .bx-next {
    background: url('../img/gallery-nav.png') no-repeat right top;
	right: -37px;
}

.gallery .gallery-nav .bx-prev {
    background: url('../img/gallery-nav.png') no-repeat;
	left: -37px;
}

.gallery .gallery-nav .bx-next,
.gallery .gallery-nav .bx-prev {
	width: 14px;
	height: 28px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
}

.go-up {
	margin-top: -17px;
}

.half-box {
	padding: 35px 0;
	position: relative;
}

.half-box:before {
	width: 1px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: #E8E8E8;
}

.half-box .half {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

header {
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
	background: #FFFFFF;
}

header.scrolled,
header.shadow {
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.2);
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
}

header .header-nav {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
}

header .header-nav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

header .header-nav > ul > li {
	height: 20px;
	float: left;
	margin-left: 18px;
	padding-left: 18px;
	border-left: 1px solid #C8C8C8;
	line-height: 20px;
	text-transform: uppercase;
}

header .header-nav > ul > li:first-child {
	margin: 0;
	padding: 0;
	border: 0 none;
}

header .header-nav > ul > li > a {
	text-decoration: none;
	text-transform: uppercase;
}

header .header-nav .search-link {
	padding-left: 26px;
    background: url('../img/search-icon.png') no-repeat left center;
	height: 19px;
	display: inline-block;
	vertical-align: top;
}

header .logo {
	width: 320px;
	height: 33px;
    background: url('../img/logo.png') no-repeat;
    margin: 0 auto;
	display: block;
	position: relative;
	top: 13px;
}

header .nav-button {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -7px;
	height: 15px;
	padding-left: 34px;
	text-transform: uppercase;
	color: #00467f;
	cursor: pointer;
	line-height: 15px;
    background: url('../img/nav-button.png') no-repeat;
}

.i-section {
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}

.i-section .i-section-box {
	text-align: center;
	color: #FFFFFF;
}

.i-section .i-section-box > p {
	margin: 10px 0 33px 0;
	font-size: 18px;
	line-height: 30px;
}

.i-section .i-section-box > span {
	display: block;
	font-size: 32px;
	line-height: 30px;
}

.icon{
	display: block;
}

.icon.email{
	background: transparent url(i/icon-email.png) no-repeat 0 0;
	padding-left:20px;
	text-decoration: none;
}

.icon.edit{
	background: transparent url(i/icon-edit.png) no-repeat 0 0;
	padding-left:20px;
	float:left;
	margin:0 15px 0 0;
	height:18px;
	line-height: 18px;
	text-decoration: none;
}

.icon.delete{
	background: transparent url(i/icon-delete.png) no-repeat 0 0;
	padding-left:20px;
	float:left;
	height:16px;
	line-height: 13px;
	border:0;
	font-size:13px;
	color:#00467f;
	cursor: pointer;
	 outline: none;
	 -webkit-appearance: none;
}

.image-info {
	margin-right: 450px;
}

.image-info .image-info-image {
	width: 100%;
	float: left;
	margin-right: -100%;
}

.image-info .image-info-image > img {
	display: block;
	margin: 0 auto;
}

.image-info .image-info-text {
	float: right;
	width: 410px;
	margin-right: -450px;
}

.image-info .image-info-text > h2 {
	line-height: 30px;
	margin: 0 0 25px 0;
	text-align: left;
	color: #636363;
}

.image-info .image-info-text .list {
	padding-top: 10px;
}

.intro {
	height: 250px;
	position: relative;
}

.intro .bg-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.intro .bg-slider ul > li {
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}

.intro .bg-slider ul,
.intro .bg-slider ul > li,
.intro .bg-slider .bx-wrapper,
.intro .bg-slider .bx-wrapper .bx-viewport {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.intro .scroll-down {
	position: absolute;
	bottom: 25px;
	z-index: 10;
	left: 50%;
	margin-left: -42px;
	width: 85px;
	height: 24px;
	cursor: pointer;
    background: url('../img/scroll-down.png') no-repeat;
}

.intro .special-button {
	position: absolute;
	bottom: 120px;
	z-index: 10;
	left: 50%;
	margin-left: -80px;
}

.item {
	padding-top: 20px;
}

.item h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 37px;
	margin: 0 0 16px 0;
	text-align: left;
	color: #636363;
}

.item h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 27x;
	margin: 0 0 6px 0;
}

.item p {
	margin: 0 0 32px 0;
}

.item .image-info .image-info-image {
	padding-top: 20px;
}

.keyword-form {
	text-align: center;
}

.keyword-form > fieldset {
	margin-bottom: 20px;
}

.keyword-form > h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 20px 0;
	color: #636363;
}

.keyword-form .button {
	border: 1px solid #537A99;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgb(60,114,158);
	background: -moz-linear-gradient(top,  rgba(60,114,158,1) 0%, rgba(0,71,127,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,114,158,1)), color-stop(100%,rgba(0,71,127,1)));
	background: -webkit-linear-gradient(top,  rgba(60,114,158,1) 0%,rgba(0,71,127,1) 100%);
	background: -o-linear-gradient(top,  rgba(60,114,158,1) 0%,rgba(0,71,127,1) 100%);
	background: -ms-linear-gradient(top,  rgba(60,114,158,1) 0%,rgba(0,71,127,1) 100%);
	background: linear-gradient(to bottom,  rgba(60,114,158,1) 0%,rgba(0,71,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c729e', endColorstr='#00477f',GradientType=0 );
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
}

.keyword-form .checkbox-lite {
	display: inline-block;
	vertical-align: top;
	margin: 0 22px;
}

.keyword-form .textfield {
	width: 300px;
	height: 37px;
	background: #F3F3F3;
	border: 1px solid #C4C4C4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 21px;
	padding: 7px 10px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	box-shadow: 0 3px 3px -3px rgba(0,0,0,0.22) inset;
	margin: 0 auto;
}

.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list > li {
	position: relative;
	padding-left: 13px;
	margin-top: 12px;
}

.list > li:before {
	position: absolute;
	left: 0;
	top: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;	
	border-radius: 50%;
	content: '';
	background: #636363;
	width: 4px;
	height: 4px;
}

.list > li:first-child {
	margin: 0;
}

.lnk {
	text-decoration: none;
	font-weight: bold;
}

.lnk:hover {
	text-decoration: underline;
}

.location-box {
	text-align: center;
}

.location-box .location-box-info {
	padding-top: 36px;
    background: url('../img/map-icon.png') no-repeat center top;
}

.location-box .location-box-name {
	font-size: 25px;
	font-weight: bold;
	line-height: 29px;
	color: #00467f;
	margin-bottom: 22px;
}

.location-box .location-box-name > span {
	font-size: 18px;
	display: block;
	line-height: 21px;
	color: #636363;
}


.mailing-list{
	padding:10px;
}

.margin-bottom-40{
	margin-bottom:40px;
}



.mobile-only {
	display: none;
}

.nav {
	position: fixed;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #00467F;
	z-index: 15;
	overflow: auto;
	padding-top: 90px;
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-ms-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
	transition: left 0.3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.nav > ul {
    margin: 0;
	padding: 0 0 0 30px;
	list-style-type: none;
}

.nav > ul > li {
    padding: 8px 10px 8px 20px;
}

.nav > ul > li > a {
    font-size: 18px;
	line-height: 32px;
    color: #FFFFFF;
	text-decoration: none;
}

.nav > ul > li > ul {
    margin: 10px -10px 0 -50px;
	padding: 5px 0 5px 50px;
	list-style-type: none;
	background: #306897;
	display: none;
}

.nav > ul > li > ul > li {
    padding: 8px 10px 8px 20px;
}

.nav > ul > li > ul > li > a {
    font-size: 18px;
	line-height: 32px;
    color: #FFFFFF;
	text-decoration: none;
}

.nav .opened > a {
	color: #4588BD;
}

.nav .nav-hidden {
	display: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.nav .nav-hidden-link {
	display: none;
}

.nav-opened {
	overflow-x: hidden;
}

.nav-opened .nav {
	left: 0;
}

.nav-opened .wrapper {
	left: 300px;
}

.new {
	height: 300px;
	padding: 44px 50px 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.new h2 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 12px 0;
}

.new ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.new ul > li {
	padding: 0 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new .bx-next {
    background: url('../img/new-arrows.png') no-repeat right top;
	right: 20px;
}

.new .bx-prev {
    background: url('../img/new-arrows.png') no-repeat;
	left: 20px;
}

.new .bx-next,
.new .bx-prev {
	width: 17px;
	height: 31px;
	position: absolute;
	top: 200px;
}

.new .bx-pager {
    width: 100%;
	position: absolute;
	left: 0;
	top: 295px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.new .bx-pager .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}

.new .bx-pager .bx-pager-item .bx-pager-link {
	display: block;
	width: 5px;
	height: 5px;
	text-indent: -999px;
	overflow: hidden;
	border: 1px solid #CBCBCB;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #FFFFFF;
}

.new .bx-pager .bx-pager-item .bx-pager-link.active {
	background: #CBCBCB;
}

.new .new-image {
	margin-bottom: 10px;
}

.new .new-image > img {
	height: 145px;
	margin: 0 auto;
	display: block;
}

.new .new-name {
	line-height: 15px;
	font-size: 12px;
}

.new .new-name > a {
	color: #373737;
	text-decoration: none;
}

.new .new-name > a:hover {
	text-decoration: underline;
}

.new {
	height: auto;
	padding: 44px 50px 60px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.padding-bottom-40{
	padding-bottom:40px;
}

.page-bg {
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
	height: 200px;
	position: relative;
}

.page-bg .tabs {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.page-bg .tabs .tabs-left {
	left: 0;
}

.page-bg .tabs .tabs-right {
	right: 0;
}

.page-bg .tabs .tabs-left,
.page-bg .tabs .tabs-right {
	background: #00477F;
	background: rgba(0,71,127,0.59);
	height: 54px;
	position: absolute;
	top: 0;
}


.pagination{
	float:right;
	font-size:12px;
	margin-top:50px;
}

.pagination-label{
	display: inline-block;
}

.pagination-link{
    display: inline-block;
    padding: 2px 0px 1px;
    color: #fff;
    background: #C0D2E0;
    margin-right: 0;
    width: 18px;
    text-align: center;
    text-decoration: none;
}

.pagination-link.active{
	background: #00467f;
}


.phone-number {
	padding-left: 18px;
    background: url('../img/phone-icon.png') no-repeat left center;
}

.pointer-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pointer-list > li {
	padding-left: 13px;
	margin-top: 12px;
	font-weight: bold;
	position: relative;
}

.pointer-list > li:before {
	width: 4px;
	height: 8px;
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
    background: url('../img/pointer.png') no-repeat;
}

.pointer-list > li > a {
	text-decoration: none;
}

.pointer-list > li > a:hover {
	text-decoration: bold;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.rel {
	position: relative;
}


.related h2{
	font-weight: normal;
	margin:0;
	padding:0;
}

.related ul{
	display: table;
	list-style: none;
	padding:0;
	margin:0;
}

.related ul li{
	display: table-cell;
	
}

.related ul li img{
	max-width: 100%;
	margin-right: 10px;
}

.related_2{
	
}

.related_2 ul{
	margin:0;
	padding:0;
	list-style: none;
	width:100%;
}

.related_2 li{
	width: 50px;
    float: left;
    height: 100px;
    margin-right: 5px;
    font-size:11px;
	line-height: normal;
}

.select {
    background: #E8E8E8 url('../img/select-arrow.png') no-repeat right top;
	width: 100%;
	height: 31px;
	border: 0 none;
	-webkit-border-radius: 0;
	display: block;
	margin: 0;
	outline: 0;
    font-size: 15px;
	font-family: "Nunito", sans-serif;
	color: #000000;
	line-height: 21px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
}

@-moz-document url-prefix() { 

  .select {
     background: #E8E8E8;
  }
  
}

.set-mode {
	float: none;
	display: none;
}

.small-text{
	font-size:12px;
}

.special {
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
	padding: 60px 0;
}

.special-button {
	height: 47px;
	line-height: 47px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #FFFFFF;
	color: #000000;
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-size: 14px;
	background: #FFFFFF;	
	background: rgba(0,0,0,0.50);
	width: 154px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.sub-h1 {
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	margin: 0 0 25px 0;
}

.tabs {
	height: 54px;
}

.tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabs ul > li {
	padding-left: 1px;
	width: 33.3333%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tabs ul > li > a {
	height: 54px;
	line-height: 54px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background: #00477F;
	background: rgba(0,71,127,0.59);
	font-size: 18px;
	display: block;
}

.tabs ul > li > span {
	height: 54px;
	line-height: 54px;
	font-weight: bold;
	text-align: center;
	color: #00467f;
	background: #FFFFFF;
	font-size: 18px;
	display: block;
}

.table{
	width:100%;
}

.table tr{
	border-collapse: collapse;
}


.table td{
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-collapse: collapse;
	padding:12px;
	background: #f0f0f0;
	font-size:13px;
}

.table th{
	padding:12px;
	font-size:13px;
	border-bottom:1px solid #e4e4e4;
	text-align: left;
}

.textarea {
	width: 236px;
	height: 100px;
	background: #E8E8E8;
	border: 0 none;
	-webkit-border-radius: 0;
	display: block;
	margin: 0;
	outline: 0;
    font-size: 15px;
	font-family: "Nunito", sans-serif;
	color: #000000;
	line-height: 21px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	resize: none;
	overflow: auto;
}

.textarea.large {
	width: 324px;
}

.textfield {
	width: 236px;
	height: 31px;
	background: #E8E8E8;
	border: 0 none;
	-webkit-border-radius: 0;
	display: block;
	margin: 0;
	outline: 0;
    font-size: 15px;
	font-family: "Nunito", sans-serif;
	color: #000000;
	line-height: 21px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
}

.textfield.large {
	width: 324px;
}

.ui-box-wrapper{
	padding:15px 25px 25px;
	background: #f0f0f0;
	border:1px solid #e4e4e4;
}

.ui-box-wrapper h3{
	font-weight: normal;
	font-size:18px;
	padding:0;
	margin:0;
	color:#00467f;
}


.ui-box-wrapper.create-event .keyword-form{
	position: relative;
}

.ui-box-wrapper.create-event .keyword-form .textfield{

	margin:0 10px 0 0;
	width:100%;
	background: #fff;
}


.ui-box-wrapper.create-event .keyword-form .button{
	position: absolute;
	top:0;
	right:0;h
}



.vertical-center .container{
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 90vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}


.wishlist-event-items .icon.delete{
	text-align:center;
	float: none;
	margin:10px auto;
	
}



.venues {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.venues > li {
	margin: 10px 5px;
	max-width: 331px;
	display: inline-block;
	vertical-align: top;
}

.venues .venues-box {
	text-decoration: none;
	display: block;
}

.venues .venues-box > img {
	width: 100%;
	display: block;
}

.venues .venues-box span {
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	display: block;
	height: 139px;
	line-height: 139px;
}

.venues .venues-box > span > img {
	vertical-align: middle;
}


 .centered-content{
 	width: 100%;
 }

.vertical-center .centered-content{
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 90vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}


.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 0 0px 0;
	position: relative;
	z-index: 1;
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-ms-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
	transition: left 0.3s ease;
	left: 0;
}

.step{
	height:30px;
	line-height: 30px;
}
.step.active{
	background: #00467f;
	color:#fff;
}

.steps{
	border-bottom:1px solid #e4e4e4;
}

.section-title{
	font-weight: bold;
	font-size:16px;
	color:#00467f;
	padding-bottom: 20px;
}

.col-md-6 label{
	width:35%;
	float:left;
}


.col-md-6 input[type=text]{
	width:65%;
	float:left;
}

.col-md-6 fieldset{
	margin-bottom: 5px;
	line-height: 31px;
	height: 31px;
}

.special_delivery_instructions_text{
	display: none;
}

.table .textfield,
.table .textarea{
	width:100%;
}

.textfield.item-quantity{
	width:60px;
	text-align: center;
	display: inline-block;
}

.button.add-to-cart{
	height: 32px;
    font-size: 14px;
    line-height: 32px;
}

.popup-wrapper{
	padding:20px;
	min-width: 280px;
}

.popup-wrapper .item-select{
	display: none;
}


.no-bold{
	font-weight: normal;
}

.job-description{
	display: none;
}

@media screen and (max-width: 1100px){
	
	footer {
		padding-top: 12px;
	}
	
	footer > span {
		width: 100%;
		text-align: center;
		padding: 2px 0 0 0;
	}
	
	header .header-nav {
		display: none;
	}
	
	.nav .nav-hidden {
		display: block;
	}
	
	.set-mode {
		float: left;
	}
	
}

@media screen and (max-width: 960px){
	
	aside {
		margin-right: 25px;
	}
	
	article .catalog > li {
		width: 33.3333%;
	}
	
	article .catalog-buttons {
		position: absolute;
		margin: 0;
	}

	.catalog > li {
		width: 25%;
	}
	
	.catalog-buttons {
		position: relative;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.catalog-buttons .but {
		margin-bottom: 5px;
	}
	
	footer {
		padding: 15px 20px;
		height: auto;
		margin: 0;
	}

	footer > ul {
		padding: 20px 0;
		float: none;
		max-width: 420px;
		margin: 0 auto;
	}

	footer > ul > li {
		float: none;
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
		text-align: center;
		border-top: 1px solid #5D89AE;
		border-left: 0 none;
	}

	footer > ul > li:first-child {
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	
	.gallery .gallery-main .gallery-main-box {
		margin: 0;
	}

	.gallery .gallery-main .gallery-main-box .gallery-main-image {
		float: none;
		margin: 0 0 30px 0;
	}

	.gallery .gallery-main .gallery-main-box .gallery-main-text {
		float: none;
		width: auto;
		margin: 0;
	}
	
	.image-info {
		margin-right: 380px;
	}

	.image-info .image-info-text {
		width: 350px;
		margin-right: -380px;
	}
	
	.wrapper {
		min-height: 0;
		height: auto !important;
		padding-bottom: 0;
	}
	
}

@media screen and (max-width: 767px){
	
	article h1 {
		text-align: center;
	}
	
	article .catalog-buttons {
		position: relative;
		text-align: center;
		margin-bottom: 25px;
	}
	
	aside {
		display: none;
	}
	
	.box, .box.no-bg {
		padding: 20px 0;
	}
	
	.catalog > li {
		width: 33.3333%;
	}
	
	.button-box {
		padding: 40px 0;
	}
	
	.container {
		padding: 0 10px;
	}
	
	.content-box {
		padding: 20px 10px;
	}
	
	footer {
		padding: 15px 10px;
	}
	
	.half-box {
		padding: 20px 0;
		position: relative;
	}

	.half-box:before {
		display: none;
	}

	.half-box .half {
		float: none;
		width: auto;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #E8E8E8;
	}
	
	.half-box .half+.half {
		padding: 0;
		margin: 0;
		border: 0 none;
	}

	header .nav-button {
		left: 10px;
	}
	
	.image-info {
		margin: 0;
	}

	.image-info .image-info-image {
		float: none;
		margin: 0 0 30px 0;
	}

	.image-info .image-info-text {
		float: none;
		width: auto;
		margin: 0;
	}
	
	.keyword-form {
		margin: 0;
	}
	
	.mobile-only {
		display: block;
	}
	
	.page-bg .tabs {
		display: none;
	}
	
	.set-mode {
		float: right;
	}
	
	.special {
		padding: 20px 0;
	}
	
	.nav > ul > li,
	.nav > ul > li > ul > li {
    	padding: 4px 10px 4px 10px;
	}
	
}

@media screen and (max-width: 600px){

	article .catalog > li {
		width: 50%;
	}

	.button-box > a {
		display: block;
		margin: 5px auto;
	}
	
	.catalog > li {
		width: 50%;
	}
	
	.catalog-search .textfield {
		width: 164px;
	}
	
	.form-table td {
		padding: 9px 0 0 5px;
	}

	.form-table tr td:first-child {
		padding-left: 0;
	}

	.form-table tr:first-child td {
		padding-top: 0;
	}
	
	.form-table td > label {
		font-size: 13px;
	}
	
	.gallery {
		padding: 0 10px;
	}

	.gallery .gallery-main {
		margin-bottom: 60px;
	}
	
	.gallery .gallery-nav .bx-next {
		right: 10px;
	}

	.gallery .gallery-nav .bx-prev {
		left: 10px;
	}

	.gallery .gallery-nav .bx-next,
	.gallery .gallery-nav .bx-prev {
		top: -40px;
		margin: 0;
	}
	
	header .logo {
		width: 192px;
		height: 20px;
		-o-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		-khtml-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		position: absolute;
		top: 50%;
		right: 10px;
		margin: -10px 0 0 0;
	}
	
	.textarea,
	.textarea.large {
		width: 180px;
	}
	
	.textfield,
	.textfield.large {
		width: 180px;
	}
	
}