/* =========================================
 * All styles relevant to making our new menu/footer work in Communico's system
 * This document was made with Notepad++'s Mark function:
 *   1) Compile a list of all relevant CSS classes and IDs for the header/footer & text styles
 *   2) Use Mark to highlight all of them at once
 *   3) Delete anything else that isn't marked as it's not necessary
 *   4) Override any further styles that didn't align properly
 * May be inellegant, but it worked OK.
 * ========================================= */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/* padding-top: 65px; */
	padding-top: 0px;
}

body {
	margin: 0;
	padding-top: 58px;
}
@media (max-width: 786px) {
	body { padding-top: 100px }	
}
@media (max-width: 500px) {
	body { padding-top: 126px }	
}
body.embeded {
	padding-top: 0px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: inherit;
	line-height: 1.1;
	color: inherit;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}
h1,.h1,h2,.h2,h3,.h3 {
	margin-top: 19px;
	margin-bottom: 9.5px;
}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
	font-size: 65%;
}
h4,.h4,h5,.h5,h6,.h6 {
	margin-top: 9.5px;
	margin-bottom: 9.5px;
}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
	font-size: 75%;
}
.lead {
	margin-bottom: 19px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}
.small {
	font-size: 12px;
}
.date {
	font-size: 12px;
	font-style: italic;
	color: #999;
}
::selection {
	background: #00b3dc;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #00b3dc;
	color: #fff;
	text-shadow: none;
}
address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
}


/* TEXT Styles */
body, html { font-size: 12px; }
body { 	line-height: 20px; 	margin-bottom: 20px; color: #333; background-color: #fff; }
h1, h2, h3, h4, h5 { font-family: Montserrat, 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif; }
body h1, body h2, body h3 { font-weight: bold; }
body h1 { color: #7a9a01; font-size: 36px; margin: 0 0 15px 0; }
body h2 { color: #493c7b; font-size: 28px; }
body h3 { color: #493c7b; font-size: 20px; }
body h4 { color: #666; font-size: 20px; }
body h5,.h5 { font-size: 13px; }
body h6,.h6 { font-size: 12px; }
body .intro { font-size: 21px; font-family: Kreon, Consolas, 'Courier New', Sans-serif; line-height: 1.3em; color: #757575; }
body p { font-size: 16px; margin: 0 0 20px; }
body a:link { -webkit-tap-highlight-color: #transparent; }
body a { color: #0092bc; font-weight: bold; text-decoration: none; }
body a:hover,
body a:focus { color: #00677f; text-decoration: underline; }
body a:focus { /* outline: none; box-shadow: 0 0 6px #b0ce3a, 0 0 1px 1px #82b637; */ outline: 1px solid #0092bc; }
body a:active { color: #79a13d; box-shadow: 0 0 0 0 !important }
body img { vertical-align: middle; }
body hr {
	margin-top: 19px;
	margin-bottom: 19px;
	border: 0;
	border-top: 1px solid #eee;
}
.button {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 18px;
	font-family: Montserrat, 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	transition: background 0.35s;
	background: #0084a8; 
	color: white;  
	border-radius: 4px;  
}
.button:hover, .button:focus { background: #00677f  !important; color: white; text-decoration: none }
.button:active { background: #51bae4 !important; color: white; }
.starkImageClip { clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%); }
.feature-fill {
	background-color: #EEE;
}
.feature-fill.diagonal {
	background: #EEE url(/themes/simple/images/feature-fill-diagonal.png) no-repeat scroll center bottom;
	padding: 40px 30px 90px;
	max-width: 944px;
	margin: 0 auto;
}
.feature-fill.purple {
	background-color: #322556;
	color: white;
}
.feature-fill.diagonal.purple {
	background: #322556 url(/themes/simple/images/feature-fill-diagonal-purple.png) no-repeat  scroll center bottom;
}
.feature-fill.purple .intro,
.feature-fill.purple h1,
.feature-fill.purple h2,
.feature-fill.purple h3,
.feature-fill.purple h4,
.feature-fill.purple h5 {
	color: #fff;
}

.logo img {  /* height: auto !important; */ }
.img-rounded {
	border-radius: 5px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.36;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out ease-in-out;
	-webkit-transition: all .2s ease-in-out ease-in-out;
	-o-transition: all .2s ease-in-out ease-in-out;
	transition: all .2s ease-in-out ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

small,.small {
	font-size: 84%;
}

mark,.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

blockquote {
	padding: 10px 30px;
	margin: 0 0 20px;
	border-left: 0 transparent;
}
blockquote p,
blockquote li {
	font-family: Kreon, Consolas, 'Courier New', Sans-serif;
	font-size: 27px;
	line-height: 1.3em;
	font-style: italic;
	color: #AD4580;
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,blockquote small,blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.36;
	color: #777;
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}


.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.36;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,.btn:focus,.btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active,.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	color: #0066cc;
	font-weight: normal;
	border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,.btn-link:focus {
	color: #004080;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}

.btn-lg,.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 5px;
}

.btn-sm,.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs,.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
	-moz-transition: opacity .15s linear ease-in-out;
	-webkit-transition: opacity .15s linear ease-in-out;
	-o-transition: opacity .15s linear ease-in-out;
	transition: opacity .15s linear ease-in-out;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
	visibility: hidden;
}

.collapse.in {
	display: block;
	visibility: visible;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}


/************************************************
 * Subnav Pills *
************************************************/
.subnav-pill {
	font-size: 18px;
	line-height: 3em;
	text-align: center;
}

.subnav-pill .items-row {
	width: auto;
	margin: auto;
	display: table;
	margin-bottom: 25px;
	border-radius: 15px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff+1,f2f2f2+100 */
	background: #fff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fff 1%, #f2f2f2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 1%, #f2f2f2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff 1%, #f2f2f2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f2f2f2', GradientType=0);
	/* IE6-9 */;
}

.subnav-pill .items-row .item {
	font-size: 18px;
	text-align: center;
}

@media (max-width: 480px) {
	.subnav-pill .items-row .item.col-xs-4 {
		width: 33.33333333%;
	}
}

.subnav-pill .items-row .item a {
	text-decoration: none;
	display: inline-block;
	padding: 0 12px;
}

.subnav-pill .items-row .item:first-of-type {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.subnav-pill .items-row .item:last-of-type {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.subnav-pill .items-row .item.selected {
	background-color: #1c95be;
}

.subnav-pill .items-row .item.selected a {
	color: white;
}

@media (min-width: 992px) {
	.subnav-pill .items-row .item {
		width: auto;
	}
}

@media (max-width: 991px) {
	.subnav-pill .items-row .item {
		border-top: 0;
	}

	.subnav-pill .items-row .item:first-of-type {
		border-bottom-left-radius: 0;
	}

	.subnav-pill .items-row .item:last-of-type {
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
	}

	.subnav-pill .items-row .item:nth-child(3) {
		border-top-right-radius: 10px;
	}

	.subnav-pill .items-row .item:nth-child(6) {
		border-bottom-right-radius: 10px;
	}

	.subnav-pill .items-row .item:nth-child(4) {
		border-bottom-left-radius: 10px;
	}
}

@media (max-width: 480px) {
	.subnav-pill .items-row .item {
		font-size: 15px;
		padding: 6px 10px;
	}
}


/************************************************
 * Announcement Sticky *
************************************************/
#sticky #announcement_sticky  {
	background: #a3a7a9;
	color: white;
	font-size: 16px;
	line-height: 22px;
	z-index: 3001;
	text-align: center;
	padding: 9px;
}
#sticky #announcement_sticky a {
	display: inline-block;
    background: #007fa3;
	color: #ffffff;
	line-height: 18px;
	padding: 5px 10px;
	margin-left: 8px;
	border-radius: 7px;
}
#sticky #announcement_sticky.red {
	background: #e41e1e;
	color: white;
}
#sticky #announcement_sticky.red a {
	background: #a90606;
}
#sticky #announcement_sticky.orange {
	background: #ea5429 ;
	color: white;
}
#sticky #announcement_sticky.orange a {
	background: #a42f0e;
}
#sticky #announcement_sticky.yellow {
	background: #ffd800;
	color: #3c3300;
}
#sticky #announcement_sticky.yellow a {
	background: #d9ad00;
	color: #000000;
}
#sticky #announcement_sticky.green {
	background: #84b134 ;
	color: white;
}
#sticky #announcement_sticky.green a {
	background: #628a1b;
	color: #ffffff;
}
#sticky #announcement_sticky.blue {
	background: #00b3dc;
	color: white;
}
#sticky #announcement_sticky.blue a {
	background: #0083a1;
	color: #ffffff;
}


/************************************************
 * Dropdown Navigation Menu *
************************************************/
.dropup,.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: relative;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
	background: #F3F3F3;
	padding-bottom: 15px;
	border-radius: 0;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 8.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.36;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	color: #777;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.open>.dropdown-menu {
	display: block;
}

.open>a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 11px;
	line-height: 1.36;
	color: #777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

.navbar-nav>li>.dropdown-menu {
	padding-bottom: 15px;
	border: 0px none !important;
	border-bottom: 1px solid #D4D4D4 !important;
	box-shadow: none;
	float: none;
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group>.btn,.btn-group-vertical>.btn {
	position: relative;
	float: left;
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
	z-index: 2;
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav>li>a:focus {
	text-decoration: none;
}
.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #ddd;
	color: black !important;
}

.nav>li.disabled>a {
	color: #777;
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background-color: #e3e3e3;
	border-color: #E3E3E3;
	font-weight: 500;
	color: #8f2971;
}

.nav .nav-divider {
	height: 1px;
	margin: 8.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav>li>a>img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.36;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified>li {
	float: none;
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 3px;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 3px 3px 0 0;
	}

	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff;
	}
}

.nav-pills>li {
	float: left;
}

.nav-pills>li>a {
	border-radius: 3px;
}

.nav-pills>li+li {
	margin-left: 2px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #337ab7;
}

.nav-stacked>li {
	float: none;
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified>li {
	float: none;
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 3px;
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 3px 3px 0 0;
	}

	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content>.tab-pane {
	display: none;
	visibility: hidden;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

@media (min-width:768px) {
	.navbar {
		border-radius: 3px;
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left;
	}
	.mobile-nav.navbar-collapse.collapse {
		display: none !important;
		height: auto !important;
		padding-bottom: 0;
	}
	.mobile-nav.navbar-collapse.collapse.in {
		display: block !important;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch;
}

@media (min-width:786px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width:768px) {
	.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:768px) {
	.navbar-fixed-top,.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 15.5px 15px;
	font-size: 16px;
	line-height: 19px;
	height: 50px;
}

.navbar-brand:hover,.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand>img {
	display: block;
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav>li>a {
	padding-top: 17px;
	padding-bottom: 17px;
	line-height: 19px;
	font-size: 18px;
	border-bottom: 1px solid #D4D4D4;
}

.navbar-nav>li>.dropdown-menu {
	padding-bottom: 15px;
	border: 0px none !important;
	border-bottom: 1px solid #D4D4D4 !important;
	box-shadow: none;
	float: none;
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 19px;
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}

@media (min-width:786px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li>a {
		padding-top: 15.5px;
		padding-bottom: 15.5px;
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	margin-top: 8.5px;
	margin-bottom: 8.5px;
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
		width: auto;
	}

	.navbar-form .input-group>.form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio label,.navbar-form .checkbox label {
		padding-left: 0;
	}

	.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8.5px;
	margin-bottom: 8.5px;
}

.navbar-btn.btn-sm {
	margin-top: 11px;
	margin-bottom: 11px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15.5px;
	margin-bottom: 15.5px;
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}

	.navbar-right~.navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav>li>a {
	color: #777;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
	color: #333;
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #080808;
	color: #fff;
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.nav-pills>li>a>.badge {
	margin-left: 3px;
}


.alert {
	padding: 15px;
	margin-bottom: 19px;
	border: 1px solid transparent;
	border-radius: 3px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p,.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}



.panel {
	margin-bottom: 19px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	color: inherit;
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group+.panel-footer {
	border-top-width: 0;
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
	margin-bottom: 0;
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
	padding-left: 15px;
	padding-right: 15px;
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 2px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 2px;
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 2px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 2px;
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0;
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 19px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 3px;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #337ab7;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1;
}



.close {
	float: right;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.close:hover,.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
	z-index: 1000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.36px;
}

.modal-header .close {
    margin: -14px -15px;
    opacity: 0.5;
    font-size: 30px;
    z-index: 1;
    position: relative;
    padding: 3px 8px;
    border-radius: 19px;
}
.modal-header .close:hover,
.modal-header .close:focus {
    background: #c8c8c8;
    opacity: 0.75;
}

.modal-title {
	margin: 0;
	line-height: 1.36;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

#modalTourDesktop .slider-lib {
	max-width: 100%;
}

#modalTourDesktop .modal-content {
	border-radius: 20px;
}

@media (min-width:768px) {
	#modalTourDesktop .modal-dialog {
		width: 800px;

		margin: 30px auto;
	}

	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 3px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.36;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 13px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 4px 4px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover>.arrow {
	border-width: 11px;
}

.popover>.arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

a.btn,
button,
input[type="submit"],
.Actions .action,
.action-btn {
	background: #0092BC;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	padding: 6px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	font-size: 13px;
	margin-right: 10px;
}

a.btn:hover,
a.btn:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.Actions .action:hover,
.Actions .action:focus,
.action-btn:hover,
.action-btn:focus {
	background: #00677f;
	color: #fff;
	text-decoration: none;
}

a.btn:active,
button:active,
input[type="submit"]:active,
.Actions .action:active,
.action-btn:active {
	background: #51bae4;
	color: #fff;
	text-decoration: none;
}


.orange-btn {
	background: #ec5410;
	color: #fff;
	padding: 4px 8px;
	text-align: center;
	-webkit-box-shadow: 0 0 3px #c3bfbf;
	box-shadow: 0 0 3px #c3bfbf;
	cursor: pointer;
	display: inline-block;
}

.orange-btn:hover {
	color: #fff;
	background: #bd430d;
}

.action-btn {
	float: none;
}

a.btn {
	line-height: 18px;
	margin-bottom: 10px;
	float: none;
}

a.btn:after {
	content: '\2192';
	padding-left: 10px;
}

input.action[class] {
	width: auto;
}


#seek {
	background: #fff;
	z-index: 1001;
	position: relative;
	height: 100%;
}

#sticky {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3000;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}

#sticky #announcement_sticky {
	background: #798533;
	color: white;
	z-index: 3001;
	text-align: center;
	padding: 9px;
}

#sticky #announcement_sticky a {
	color: #c2cd23;
}

#sticky #site-header {
	max-width: 984px;
	margin: 0 auto;
}

#sticky #site-header .navbar {
	background: white;
	z-index: 9999;
	margin: 0 auto;
	height: 88px;
	border: none;
	position: inherit;
}

#sticky #site-header .navbar .nav {
	left: 0;
	display: block;
	margin: 0;
	width: 100%;
}

#sticky.with-announcement #site-header {
	padding-top: 0;
}

#sticky.with-announcement.with-mobile-app-ad #site-header .main-menu>li .submenu-content {
	top: 209px;
}

#sticky.with-announcement #site-header .main-menu>li .submenu-content {
	top: 126px;
}

#sticky.with-mobile-app-ad #site-header .main-menu>li .submenu-content {
	top: 171px;
}

.mobile-nav-bar {
	display: none;
	height: 48px;
	width: 100%;
	background-color: #eee;
	overflow: hidden;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}
.mobile-nav-bar:hover,
.mobile-nav-bar:focus,
.mobile-nav-bar:active {
	background-color: #ddd;
}
.mobile-nav-bar li.navbar-toggler a {
	line-height: 48px;
}
#sticky .mobile-nav-bar li.navbar-toggler a,
#sticky .mobile-nav-bar li.navbar-toggler a:link,
#sticky .mobile-nav-bar li.navbar-toggler a:visited {
	padding: 0 0 0 15px;
}
.mobile-nav-bar.open {
	background-color: #CCC;
}
.mobile-nav-bar .icon-reorder {
	width: 100%;
	padding: 0 0 0 10px;
}
.mobile-nav-bar .icon-reorder .icon {
	font-size: 1.8em;
	vertical-align: sub;
}

.navbar-collapse .dropdown.nav-item {
	background-color: #eee;
}

@media (max-width: 786px) {
	#sticky {
		background: #eee;
	}
	.mobile-nav-bar {
		display: inline-block;
	}
	.navbar-nav > li {
		float: none;
	}

	.tablet-nav #content-container.with-announcement {
		padding-top: 129px !important;
	}

	.tablet-nav #content-container.with-announcement.with-mobile-app-ad {
		padding-top: 213px !important;
	}

	.tablet-nav #content-container.with-mobile-app-ad {
		padding-top: 171px !important;
	}
}

.mobile-nav-bar a span.text {
}

.mobile-nav-bar a:focus {
	box-shadow: none;
}

.mobile-nav-bar a:hover {
    background-color: transparent !important;
}

.tablet-nav {

}

	.tablet-nav #content-container {
		padding-top: 68px;
	}


.navbar-collapse {
	margin-top: 47px;
	padding-left: 0;
	padding-right: 0;
}

.main-menu>li {
	float: left;
	padding: 0;
	display: block;
	margin: 0;
	position: inherit;
	line-height: 20px;
	margin-top: 8px;
}

.main-menu>li a:hover,
.main-menu>li a:focus,
.main-menu>li a:active {
	color: #fff;
}

.main-menu>li.logo a {
	top: 0;
	background-color: #fff !important;
}

.main-menu>li.menu a {
	display: none;
}

.main-menu>li .submenu-content {
	position: absolute;
	left: 0;
	top: 86px;
	width: 100%;
	z-index: 5000;
}

.main-menu>li .submenu-content.locations img {
	width: 70px;
	height: 70px;
}

.main-menu>li:hover a:link {
	color: #fff;
}

.submenu-content-search {
	background-color: #798533;
	display: none;
	position: absolute;
	right: 0;
	padding: 10px;
	top: 32px;
	width: 318px;
	z-index: 5000;
}

.submenu-content-search .drop-container {
	margin-left: 0;
	margin-right: 0;
	width: 250px;
}

.submenu-content .drop-container {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	text-align: center;
}

.submenu-content .drop-container .featured ul {
	display: block;
	list-style: none outside none;
}

.submenu-content .drop-container .featured ul li {
	display: inline-block;
	margin: 15px 0 15px;
	text-align: center;
	width: 121px;
	vertical-align: top;
}

.submenu-content .drop-container .featured img {
	width: 88px;
	height: 88px;
}

.submenu-content .drop-container .featured a {
	color: #fff;
	top: 0;
	line-height: 14px;
	font-size: .85em;
}

.submenu-content .drop-container .featured a strong {
	padding: 10px 0 0 0;
	display: block;
}

.submenu-content .drop-container .nav-column {
	display: inline-block;
	margin: auto;
	padding: 15px 0;
	float: left;
	font-size: 12px;
	width: 25%;
}

.submenu-content.locations .drop-container {
	text-align: left;
}

.submenu-content.locations .drop-container a {
	padding: 7px 5px;
}

footer {
	margin-top: 30px;
	width: 100%;
}

footer #footer-upper-container {
	background: #41316B;
	padding: 35px 0 35px;
	margin-top: 30px;
	color: #fff;
	width: 100%;
	float: left;
}

.HomePage footer #footer-upper-container {
	margin-top: 0;
}

footer #footer-upper-container #footer-upper-content {
	width: 984px;
	margin: 0 auto;
	font-size: .9em;
}

footer #footer-upper-container #footer-upper-content a {
	color: #fff;
}

footer #footer-upper-container #footer-upper-content a.sitemap-link {
	color: #c2cd23;
	text-transform: uppercase;
}

footer #footer-upper-container #footer-upper-content .sitemap-link-area {
	margin-bottom: 10px;
}

footer #footer-upper-container #footer-upper-content #footer-upper-left {
	width: 60%;
	float: left;
}

footer #footer-upper-container #footer-upper-content #footer-upper-right {
	width: 40%;
	float: right;
	margin-top: 10px;
}

footer #footer-upper-container #footer-upper-content #footer-upper-right a.smart-store {
	margin: 0 20px 0 0;
}

footer #footer-upper-container #footer-upper-content #footer-upper-right a.flicker {
	margin: 10px 10px 0 0;
}

footer #footer-upper-container #footer-upper-content #footer-upper-right a.facebook {
	margin: 10px 0 0 0;
}



@media (max-width: 984px) {
	footer #footer-upper-container #footer-upper-content #footer-upper-right a.smart-store {
		margin: 0;
	}

	footer #footer-upper-container #footer-upper-content #footer-upper-right a.flicker {
		margin: 10px 10px 10px 0;
	}

	footer #footer-upper-container #footer-upper-content #footer-upper-right a.facebook {
		margin: 10px 0 10px 0;
	}

	footer #footer-lower-container #footer-lower-content {
		width: 90%;
	}

	footer #footer-lower-container #footer-lower-content .footer-lower-item {
		width: 50%;
	}
}

@media (max-width: 675px) {
	#sticky .main-menu>li:nth-child(7) {
		display: none;
	}
}

@media (max-width: 600px) {
	#content-container.with-announcement {
		padding-top: 117px;
	}
}

@media (max-width: 575px) {
	footer #footer-lower-container #footer-lower-content .footer-lower-item {
		width: 100%;
	}
}

#content-container {
	padding: 0;
}

#content-container.with-announcement {
	padding-top: 75px !important;
}

#content-container.with-mobile-app-ad {
	padding-top: 117px !important;
}

#content-container.with-announcement.with-mobile-app-ad {
	padding-top: 158px !important;
}

p {
	margin: 0 0 20px;
}


/*h2 {*/
/*	font-size: 27px;*/
/*	margin: 0.4em 0 7px;*/
/*}*/

/*h3 {*/
/*	font-size: 22px;*/
/*	margin: 0.5em 0 7px;*/
/*}*/

/*h4 {*/
/*	font-size: 17px;*/
/*	margin: 0.5em 0 7px;*/
/*}*/

a {
	color: rgb(0, 146, 188);
	transition: color 0.35s;
}

a:focus,
a:hover {
	color: rgb(132, 177, 52);
}

a:active {
	color: rgb(156, 199, 78);
	transition: color 0s;
}

.main-menu > li a:link,
.main-menu > li a:visited {
	color: #666;
}

.main-menu > li:hover a:link,
.main-menu > li:hover a:visited,
.main-menu > li:focus a:link,
.main-menu > li:focus a:visited,
.main-menu > li:active a:link,
.main-menu > li:active a:visited {
	color: #fff;
}

/** FIXED HEADER - ANCHOR FIX ***/

/* If a visitor clicks an anchor, the fixed header sits overtop.
Because the header is a variable height based on certain criteria,
we cannot just add padding to the HTML. This hack works around all that. */

:target:before {
	content: '';
	display: inline-block;
	padding-top: 75px;
	margin-top: -75px;
}

.with-announcement:target:before {
	padding-top: 158px;
	margin-top: -158px;
}

.with-mobile-app-ad:target:before {
	padding-top: 188px;
	margin-top: -188px;
}

.with-announcement.with-mobile-app-ad:target:before {
	padding-top: 228px;
	margin-top: -228px;
}

@media (max-width: 920px) {
	#sticky .main-menu>li a:link,
	#sticky .main-menu>li a:visited {
		padding: 0 7px;
		padding-bottom: 8px;
		padding-top: 8px;
	}
}
#sticky #announcement_sticky {
	background: #a3a7a9;
	color: white;
	font-size: 1.15em;
	z-index: 3001;
	text-align: center;
	padding: 9px;
}

#sticky #announcement_sticky a {
	background: #007fa3;
	color: #fff;
	padding: 5px 10px;
	margin-left: 8px;
	border-radius: 7px;
}

#sticky #announcement_sticky.red {
	background: #e41e1e;
	color: white;
}

#sticky #announcement_sticky.red a {
	background: #a90606;
}

#sticky #announcement_sticky.orange {
	background: #ea5429;
	color: white;
}

#sticky #announcement_sticky.orange a {
	background: #a42f0e;
}

#sticky #announcement_sticky.yellow {
	background: #ffd800;
	color: #3c3300;
}

#sticky #announcement_sticky.yellow a {
	background: #d9ad00;
	color: #000;
}

#sticky #announcement_sticky.green {
	background: #84b134;
	color: white;
}

#sticky #announcement_sticky.green a {
	background: #628a1b;
	color: #fff;
}

#sticky #announcement_sticky.blue {
	background: #00b3dc;
	color: white;
}

#sticky #announcement_sticky.blue a {
	background: #0083a1;
	color: #fff;
}
/************************
 * LibraryAware Widgets *
************************/

.libraryaware-widget {
	min-height: 227px;
	max-width: 100%;
	height: auto !important;
    background: url('/themes/simple/images/loadingDots.gif') no-repeat center center;
}

.libraryaware-widget > div {
	max-width: 100%;
	height: auto !important;
	padding-bottom: 38px;
	background: white;
}

.libraryaware-widget ul,
.libraryaware-widget .widget-item {
	height: 189px !important;
}

.libraryaware-widget .widget-item a {
	display: block;
}

.libraryaware-widget .widget-item img {
	border: 1px solid rgba(0, 0, 0, 0.16) !important;
	box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}
/*** Mobile Adaptation to support side scrolling ***/
@media (max-width: 768px) {
	.libraryaware-widget {
		max-width: 100%;
		min-height: 207px;
		overflow: auto;
	}

	.libraryaware-widget div {
		width: 100% !important;
		overflow: visible !important;
		padding-bottom: 0;
	}

	.libraryaware-widget ul {
		position: static !important;
		width: max-content !important;
	}

	.libraryaware-widget .widget-item:nth-last-child(-n+6) {
		display: none;
	}

	.libraryaware-widget table {
		display: none;
	}
}
/* ======= Header & Navigation ======= */
.main-menu > li a:link,
.main-menu > li a:visited {
	text-transform: none;
	font-family: Montserrat, 'trebuchet ms', 'Helvetica Neue', Sans-Serif;
	letter-spacing: 0;
	padding: 0 15px;
	color: #0084a8;
	font-size: 16px;
	font-weight: 500;
	padding-top: 8px;
}

.main-menu>li .submenu-content {
	background: #F3F3F3;
}

.main-menu > li:hover a:link,
.main-menu > li:hover a:visited,
.main-menu > li:focus a:link,
.main-menu > li:focus a:visited,
.main-menu > li:active a:link,
.main-menu > li:active a:visited {
	color: #1d1761;
}

.submenu-content .drop-container .featured ul li {
	margin: 0;
}

.submenu-content .drop-container .featured a {
	color: #1d1761;
	font-size: 1em;
	padding: 10px 13px;
}

.submenu-content .drop-container .featured a strong {
	font-weight: normal;
}

.submenu-content .drop-container .featured a:hover,
.submenu-content .drop-container .featured a:focus,
.submenu-content .drop-container .featured a:active {
	background: #E9E9E9;
}

/* === Desktop Menu Styles === */
#site-header .main-menu > li.logo:hover > a:link,
#site-header .main-menu > li.logo:hover > a:visited,
#site-header .main-menu > li.logo:focus > a:link,
#site-header .main-menu > li.logo:focus > a:visited,
#site-header .main-menu > li.logo:active > a:link,
#site-header .main-menu > li.logo:active > a:visited {
	padding-bottom: 0;
}

#site-header .main-menu>li .submenu-content {
	border-top: 0;
	padding-bottom: 35px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#site-header .main-menu .dropable .submenu-content a {
	border-radius: 5px;
	line-height: 1.2em;
	padding: 8px !important;
}

#site-header .main-menu > li .submenu-content {
	/* Dropdown menu */
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5), 0 40px 46px -10px rgba(0, 0, 0, 0.4);
	padding: 20px;
}

#site-header .submenu-content .drop-container .featured a:hover,
#site-header .submenu-content .drop-container .featured a:focus,
#site-header .submenu-content .drop-container .featured a:active {
	/* Sub-level Hover */
	padding: 9px 12px;
	border: 1px solid #DDD;
}

#site-header .main-menu > li.search a {
	display: none;
}

/* === Mobile Menu Styles === */
@media (max-width: 786px) {
	.main-menu > li {
		display: none;
	}

	.main-menu > li.menu a,
	.main-menu > li.logo,
	.main-menu > li.menu,
	.main-menu > li.navicon
	{
		display: block;
	}
}

.submenu-content .drop-container .featured a:hover,
.submenu-content .drop-container .featured a:focus,
.submenu-content .drop-container .featured a:active {
	background: #E9E9E9 !important;
}


/* new */
.intro {
	font-size: 21px;
	font-family: Kreon, Consolas, 'Courier New', Sans-serif;
	line-height: 1.3em;
	color: #757575;
}

.home-get-newsletter-container .text-center {
	margin-top: 30px;
}



/* ====================
 * New Nav
 * ==================== */
.nav-menu-section-header {
	font-family: Montserrat;
	color: #493C81;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	width: 100%;
	display: inline-block;
	margin-top: 13px;
}
.nav-menu-section-link,
.nav-menu-section-link a {
	font-family: Montserrat, 'trebuchet ms', 'Helvetica Neue', Sans-Serif;
	color: #0084a8 !important;
	font-size: 16px !important;
	font-weight: 500;
	letter-spacing: 0;
	width: 100%;
	display: inline-block !important;
	padding: 0 !important;
}
.submenu-content .drop-container {
	line-height: 32px;
	text-align: center;
	width: 800px;
}
.mobile-nav .submenu-content .drop-container {
	text-align: left;
}

#site-header .main-menu .dropable.open > a {
	box-shadow: rgba(0, 0, 0, 0.3) 0 0px 3px;
}
#site-header .main-menu .dropable a {

	border-radius: 5px 5px 0 0;
	padding-bottom: 8px;
}
#site-header .main-menu .dropable {
	padding-bottom: 2px;
}

.nav-menu-column {
	width: 33%;
	margin: 0 auto;
	float: none;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.logo {
	margin-top: 12px !important;
	float: left !important;

	display: block;
	line-height: 60px;
	padding: 0 15px;
	margin: 0;
	position: inherit;
}
.searchnavi {
	display: none !important;
}


/* ====================
 * New Nav (Mobile)
 * ==================== */
@media (min-width: 786px) {
	.mobile-nav.navbar-collapse {
		display: none !important;
	}
}

@media (max-width: 786px) {
	body.no-scroll {
		overflow: hidden !important;
		margin-bottom: 0 !important;
	}
	#sticky.mob-expanded {
		bottom: 0;
		top: 0;
		overflow: auto;
	}
	.card.navicon
	{
		display: none !important;
	}
	.searchnavi {
		display: block !important;
	}
}

.drop-container.nav-mob {
	width: auto !important;
}
.nav.navbar-nav {
	margin-left: 0px;
	border-top: 1px solid #D4D4D4;
	width: 100%;
	margin-bottom: 60px;
}
.nav li .nav-link {
	text-transform: none;
	font-family: Montserrat, 'trebuchet ms', 'Helvetica Neue', Sans-Serif;
	letter-spacing: 0;
	padding: 15px;
	color: #211551;
	font-size: 16px;
	font-weight: 500;
}
.nav li .nav-link:active,
.nav li .nav-link:focus {
	font-weight: 500;
	color: #211551;
}
.nav li .nav-link:hover,
.nav li .nav-link:focus,
.nav li .nav-link:active {
	background: #ddd;
}


/* ====================
 * SEARCH BAR
 * ==================== */
.container-search {
	height: 34px;
	color: #999;
	font-size: 15px;
	width: 100%;
	margin: 0 auto;
	max-width: 434px;
}
.box-search-outer {
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #999;
	height: 34px;
	float: left;
	background-color: #fff;
}
.box-search-input {
	width: 100%;
	height: 34px;
	float: left;
	padding: 5px 10px 0 10px;
}
.icon.ion-android-search {
	font-size: 28px;
	margin-top: -8px;
	margin-right: 6px;
	display: block;
	float: left;
	color: #999;
}
.btn.btn-primary.dropdown-toggle {
	background-color: #f2f2f2;
	color: #666;
	font-size: 15px;
	border-radius: 0;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	border-left: 0;
	border-right: 1px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 34px;
	margin-top: 0;
	text-transform: none;
	margin-right: 0;
	font-family: Montserrat, 'trebuchet ms', 'Helvetica Neue', Sans-Serif;
}
.btn.btn-primary.dropdown-toggle-search {
	border-radius: 8px 0 0 8px;
	width: 110px
}
@media (max-width: 808px) {
	.btn.btn-primary.dropdown-toggle {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.ja-button {
	height: 34px;
	float: left;
	clear: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	background-color: #f2f2f2;
	color: #666;
	font-size: 13px;
	border-radius: 0 8px 8px 0;
	border-color: #999;

	margin-top: 0;
	margin-right: 0;
}

.fa.fa-caret-right {
	font-size: 22px;
}

.box-search-input > .fa.fa-search {
	font-size: 22px;
	margin-top: -2px;
	margin-right: 6px;
	float: left;
	color: #999;
}

.dropdown-toggle-search::after {
	display: inline-block;
	margin-left: .3em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-search-catalog {
	background: #2e1947;
	color: white;
	position: absolute;
	will-change: transform;
	top: 0;
	left: 0;
	transform: translate3d(0px, 34px, 0px);
	width: 100px;
	margin: 0;
	padding: 10px;
	border-radius: 8px;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	color: white;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: 5px;
}
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
	color: white;
	background-color: #4c3f82;
	text-decoration: none;
}

.main-menu>li.navbar-toggler {
	font-size: 16px;
	width: 100%;
	margin-top: 0;
	display: none;
}

.nav-logo {
	width: 160px;
}
.container-nav-search {
	width: calc(100% - 400px);
	display: inline-block;
	height: 100%;
}

.navicon-container {
	width: auto;
	display: inline-block;
	height: 100%;
}
.navicon-container ul {
	margin-top: 10px;
}
.main-menu > li.navicon a {
	display: inline-block;
	padding: 10px 9px !important;
	border-radius: 8px;
}
.main-menu > li.navicon a:hover,
.main-menu > li.navicon a:focus,
.main-menu > li.navicon a:active {
	background-color: #DDD;
}
.main-menu > li.navicon a img {
	width: 50px;
}
.main-menu>li.navicon {
	margin-top: 0;
}

.navbar-collapse .nav-menu-section-link a,
.navbar-collapse .nav-menu-section-header {
	padding: 10px !important;
    line-height: 1.2em;
}
.nav-menu-section-link a {
	border-radius: 5px;
}

.mob-nav-menu-column {
	margin: 0 20px;
}
.nav-menu-section-link a, .nav-menu-section-header {
	padding-left: 8px !important;
}
.nav-menu-section-link a {
	width: 100%;
	max-width: 450px;
}
.nav-menu-section-link a:hover,
.nav-menu-section-link a:active,
.nav-menu-section-link a:focus {
	background-color: #e0e0e0;
	color: #005a73;
	text-decoration: none;
}

.nav-search-input {
	border: 0;
	width: 100%;
	padding: 0 8px;
	outline: unset;
	font-size: 17px;
	color: #333;
	background-color: white;
	height: 31px;
}
.nav-search-input::placeholder {
	font-size: 15px;
	opacity: 0.8
}
.nav-search-input:-ms-input-placeholder {
	font-size: 15px;
	opacity: 0.8
}


/* ====================
 * SEARCH MODAL 
 * ==================== */
#searchModal {
	z-index: 9999;
}

#searchModal .modal-header .close {
	opacity: 0.5;
	font-size: 30px;
	margin: 0;
	padding: 0 5px;
}

#searchModal .modal-header .close:hover,
#searchModal .modal-header .close:focus,
#searchModal .modal-header .close:active {
	background: #c8c8c8;
	opacity: 0.75;
}

#searchModal .modal-full, .modal-content.search-modal-content {
	min-width: 100%;
	margin: 0;

	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;

	min-height: 100vh;
}
.search-modal-content .dropdown-search-catalog {
	transform: translate3d(0px, 34px, 0px);
}
.search-modal-content .container-search {
	display: block;
}

#main-search-bar-container, #main-search-mobile {
	display: none !important;
}
#content-container {
	padding-top: 24px;
}



/* MENU STYLES */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus { /*Style for active nav header */
	background-color: #F3F3F3;
	color: #211551;
}
.mobile-nav .nav .open > a,
.mobile-nav .nav .open > a:hover,
.mobile-nav .nav .open > a:focus { /*Style for active nav header */
	background-color: #ddd;
}
.navbar a {
	display: inline-block;
}
.navbar a:focus,
.navbar input:focus {
	/* outline: none;
	box-shadow: 0 0 6px #b0ce3a, 0 0 1px 1px #7fb333; */
}
.main-menu > li {
	margin-top: 3px;
}
.main-menu > li a:link,
.main-menu > li a:visited {
	color: #211551;
	font-size: 18px;
	padding-top: 10px;
}
.main-menu > li a:focus {
	outline: none;
}
#site-header .main-menu .dropable a {
	padding-bottom: 11px;
}
#site-header .main-menu .dropable.open > a {
}
#site-header .main-menu > li .submenu-content {
	padding: 20px 20px 30px;
}

/* ====================
 * SEARCH STYLES 
 * ==================== */
.box-search-outer {
	border-color: #211551;
}
.box-search-input {
	padding: 0px;
	line-height: 30px;
}
.box-search-input > .fa.fa-search {
	line-height: 34px;
}
.btn.btn-primary.dropdown-toggle {
	border-color: #211551;
	background: rgb(33,21,81);
	background: linear-gradient(0deg, rgba(37,18,60,1) 0%, rgba(66,40,100,1) 100%);
	color:white;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 12px;
}
.ja-button {
	border-color: #211551;
	background: rgb(33,21,81);
	background: linear-gradient(0deg, rgba(37,18,60,1) 0%, rgba(66,40,100,1) 100%);
	color:white;
	font-size: 16px;
	border-left-color: #9686d7;
}
.btn.btn-primary.dropdown-toggle:hover,
.btn.btn-primary.dropdown-toggle:focus,
.btn.btn-primary.dropdown-toggle:active,
.ja-button:hover,
.ja-button:focus,
.ja-button:active {
	background: rgb(54, 39, 114);
	background: linear-gradient(0deg, rgba(54, 39, 114,1) 0%, rgba(99, 87, 148,1) 100%);
}
.dropdown-toggle:focus,
.ja-button:focus {
	/* outline: none;
	box-shadow: 0 0 9px #b0ce3a, 0 0 1px 1px #7fb333; */
	outline: 1px solid #0092bc;
}


/* ====================
 * FOOTER STYLES 
 * ==================== */
 footer {
	margin-top: 30px;
}
.footer-social-icon-container {
	width: 55px;
	float: left;
	margin-left: 5px;
}

.footer-nav-container {
	width: calc(100% - 62px);
	float: right;
}

.footer-nav-container a {
    font-size: 17px;
	font-weight: normal;
}

.footer-nav-col {
	width: calc(25% - 10px);
	margin-left: 5px;
	float: left;
	margin-bottom: 20px;
}
.footer-nav-col ul li {
	list-style: none;
}
.footer-nav-col ul li:first-child {
	color: #c2b8dc;
	font-size: 17px;
	font-weight: 500;
}
.footer-nav-col a {
}
.footer-nav-copy {
	width: 100%;
	margin-top: 0px;
	font-family:Montserrat, "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
}
.footer-nav-copy .footer-links-head {
	font-style: italic;
}
.footer-nav-copy a {
	text-decoration: none;
	color: #c2b8dc !important;
}
.footer-nav-copy a:hover,
.footer-nav-copy a:focus,
.footer-nav-copy a:active {
	color: white !important;
}
.footer-nav-col ul  {
	font-family: Montserrat, 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size: 15px;
}

.footer-nav-col ul li {
	margin-bottom: 6px;
}

.footer-links {
	font-family: Montserrat, 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size: 15px;
}

.footer-links li {
	margin-bottom: 6px;
}

.footer-links-head, .footer-links-head a {
	color: #c2b8dc !important;
	font-size: 18px;
	font-weight: bold;
}
.footer-address {
	color: #c2b8dc;
	font-size: 18px;
}
.footer-portal-links {
	color: #c2b8dc;
	font-size: 18px;
}
@media (max-width: 992px) {

	footer #footer-upper-container #footer-upper-content {
		width: 90%;
		margin: 0 auto;
	}

	.footer-social-icon-container {
		width: 100%;
		float: unset;
		margin-bottom: 15px;
	}

	.footer-nav-container {
		width: 100%;
	}
}
@media (max-width: 664px) {
	.footer-social-icon-container {
		width: 55px;
		float: left;
	}

	.footer-nav-container {
		width: calc(100% - 62px);
		float: right;
	}

	.footer-social-icon {
		clear: both;
		display: block;
	}

	.footer-nav-col {
		width: 100%;
	}

	.footer-nav-copy {
		margin-left: -60px;
		width: calc(100% + 60px);
	}
}

.footer-social-icon {
	margin-bottom: 10px;
	margin-right: 6px;
}

@media (min-width: 993px) {
	.footer-social-icon {
		clear: both;
		display: block;
	}
}

footer #footer-upper-container #footer-upper-content a {
}
.footer-nav-col ul li:first-child {
	font-weight: bold;
}
.footer-links-head,
.footer-links-head a {

}
.footer-nav-container a {
	font-size: 16px;
}
.footer-nav-container a:focus {
	outline: none;
}

footer a:hover,
footer a:focus,
footer a:active {
	text-decoration: underline;
	
}
footer,
footer li,
footer li a {
	font-size: 16px;
}
.footer-nav-copy,
.footer-nav-copy span,
.footer-nav-copy a {
	font-size: 15px;
}

/* Tour Modal */
.modal-tour {
	text-align: center!important;
	padding: 0!important;
	z-index: 9999;
	background: rgba(235,235,235,0.9)
}

.modal-tour:before {
	content: '';
	display: inline-block!important;
	height: 100%!important;
	vertical-align: middle!important;
	margin-right: -4px!important;
}

.modal-dialog-tour .modal-header{
	border-bottom: 0;
}
.modal-dialog-tour .modal-body {
	padding-top: 0px !important;
}
.modal-dialog-tour {
	display: inline-block!important;
	text-align: left!important;
	vertical-align: middle!important;
}
.modal-dialog-tour .slick-slide img {
	box-shadow: unset;
}
.modal-dialog-tour .slider-lib {
	margin-top: 0;
}
#default_footer{
  display: none;
}






/* ===============
 * Responsive Adjustments
 * =============== */
@media (min-width: 921px) {
	.box-search-outer {
		width: 281px;
	}
}
@media (max-width: 920px) {
	.container-search {
		max-width: 388px;
	}
	.box-search-outer {
		width: 235px;
	}
}
@media (max-width: 786px) {
	.navicon-container {
		float: right;
	}
	.navicon-container ul {
		margin-top: 11px;
	}
	.main-menu>li.navbar-toggler {
		display: block;
	}
	.container-search, .container-nav-search {
		display: none;
	}
}
@media (max-width: 492px) {
	.nav-logo {
		width: 148px;
	}
	.main-menu>li.navbar-toggler {
		font-size: 12px;
	}
	.logo {
		padding-left: 6px;
		padding-right: 0;
	}

}
@media (max-width: 420px) {
	.search-modal-content .box-search-outer {
		max-width: 160px;
		width: 100%;
	}
}
@media (max-width: 400px) {
	.nav-logo {
		width: 135px;
	}
	.navicon-container ul {
		margin-top: 13px;
	}
	.main-menu > li.navicon a {
		margin-left: 0px;
	}
	.main-menu > li.navicon a img {
		width: 45px;
	}
}
@media (max-width: 345px) {
	.navicon-container ul {
		margin-top: 16px;
	}
	.main-menu > li.navicon a {
		padding: 10px 6px !important;
	}
	.main-menu > li.navicon a img {
		width: 40px;
	}
	.btn.btn-primary.dropdown-toggle {
		width: 96px;
	}
	.btn.btn-primary.dropdown-toggle,
	.ja-button {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 15px;
	}
}
@media (max-width: 325px) {
	.main-menu > li.navicon a {
		margin-left: 0;
	}
}
@media (prefers-reduced-motion: reduce) {
	/* Disable animations based on user preference */
	*,
	*::before,
	*::after {
	  animation-duration: 0.001s !important;
	  transition-duration: 0.001s !important;
	  }
}





/* STYLES TO FIX COMMUNICO HEADER */
.navicon-container ul {
	padding: 0;
}
.container-nav-search {
    width: calc(100% - 401px);
}

/* STYLES TO FIX COMMUNICO FOOTER */
.footer-nav-col ul {
	padding-left: 0;
}
/* STYLES TO FIX COMMUNICO VUE APPS */
.v-application .vue-spacer {
  display: block !important;
}
#sticky,
#footer,
footer { /* Make header/footer visible after CSS has loaded */
	visibility: visible !important;
}
