/* Minification failed. Returning unminified contents.
(8191,1): run-time error CSS1019: Unexpected token, found '@import'
(8191,9): run-time error CSS1019: Unexpected token, found 'url('override-ltr.css')'
(22105,5): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(22106,14): run-time error CSS1035: Expected colon, found '{'
(22115,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(22116,14): run-time error CSS1035: Expected colon, found '{'
(22171,1): run-time error CSS1019: Unexpected token, found '}'
(22455,1): run-time error CSS1019: Unexpected token, found '}'
(22809,1): run-time error CSS1019: Unexpected token, found '}'
(26083,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*! jQuery UI - v1.12.0 - 2016-08-21
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c546a92aae06b8a7f2acec3a8db5b0b0)
 * Config saved to config.json and https://gist.github.com/c546a92aae06b8a7f2acec3a8db5b0b0
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #404041;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2077bc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #154e7b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'South Regular', sans-serif;
  font-weight: 400;
  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: #b7b7b8;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
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: #b7b7b8;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #ffffff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b7b7b8;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #ffffff;
}
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.42857143;
  color: #b7b7b8;
}
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 #ffffff;
  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';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #737374;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1350px) {
  .container {
    width: 1320px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1350px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b7b7b8;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #737374;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #959597;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #959597;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7f7f81;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -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: #333333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #2077bc;
  border-color: #1c69a6;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #195b90;
  border-color: #0a2439;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #195b90;
  border-color: #134872;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #195b90;
  border-color: #134872;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #134872;
  border-color: #0a2439;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #2077bc;
  border-color: #1c69a6;
}
.btn-info .badge {
  color: #2077bc;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #2077bc;
  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: #154e7b;
  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: #b7b7b8;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
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;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-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 dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #737374;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #666668;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b7b7b8;
}
.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: 14px;
  line-height: 1.42857143;
  color: #b7b7b8;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@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,
.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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #959597;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.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:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.nav > li.disabled > a {
  color: #b7b7b8;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #b7b7b8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  border-color: #2077bc;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #959597;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #ffffff;
  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: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .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: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  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: 0px;
}
.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 {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.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: 7px;
  margin-bottom: 7px;
}
@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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@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: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #dedede;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #dedede;
}
.navbar-inverse .navbar-nav > li > a {
  color: #dedede;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@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: #dedede;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #dedede;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #dedede;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #b7b7b8;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2077bc;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #154e7b;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #b7b7b8;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #b7b7b8;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #b7b7b8;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #9d9d9f;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #2077bc;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #195b90;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #b7b7b8;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2077bc;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ffffff;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #e6e6e6;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2077bc;
}
.thumbnail .caption {
  padding: 9px;
  color: #404041;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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;
  }
}
@-o-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;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #2077bc;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #ffffff;
  color: #b7b7b8;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #b7b7b8;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -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: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  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 #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-top-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-bottom-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.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: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #737374;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #737374;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  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: #ffffff;
}
.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;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.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: 1050;
  -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;
  -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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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;
}
@media (min-width: 768px) {
  .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;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.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: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 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: #999999;
  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: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  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: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  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: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1349px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1349px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1349px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1349px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1350px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1350px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1350px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1350px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1349px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1350px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.2');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype')/*,url('../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2')*/,url('../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	/*left: -99999px;*/
	right: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
	padding:0;
	background:none;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background: #eee; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
      float: left; }
    .daterangepicker .calendar.left {
      clear: left;
      margin-right: 0; }
      .daterangepicker .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .daterangepicker .calendar.right {
      margin-left: 0; }
      .daterangepicker .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .daterangepicker .left .daterangepicker_input {
      padding-right: 12px; }
    .daterangepicker .calendar.left .calendar-table {
      padding-right: 12px; }
    .daterangepicker .ranges, .daterangepicker .calendar {
      float: left; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left; }
  .daterangepicker .calendar.left {
    clear: none; } }


@import url('override-ltr.css');

@font-face {
    font-family: 'South Regular';
    src: url('/fonts/southregular.eot');
    src: url('/fonts/southregular.eot?#iefix') format('embedded-opentype'), url('/fonts/southregular.woff') format('woff'), url('/fonts/southregular.svg#SouthRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'South UltraLight';
    src: url('/fonts/southultralight.eot');
    src: url('/fonts/southultralight.eot?#iefix') format('embedded-opentype'), url('/fonts/southultralight.woff') format('woff'), url('/fonts/southultralight.svg#SouthUltraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'South Bold';
    src: url('/fonts/southbold.eot');
    src: url('/fonts/southbold.eot?#iefix') format('embedded-opentype'), url('/fonts/southbold.woff') format('woff'), url('/fonts/southbold.svg#SouthBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeBlank';
    src: url("data:font/opentype;base64,T1RUTwAKAIAAAwAgQ0ZGIM6ZbkwAAEPEAAAZM0RTSUcAAAABAABtAAAAAAhPUy8yAR6vMwAAARAAAABgY21hcDqI98oAACjEAAAa4GhlYWT+BQILAAAArAAAADZoaGVhCCID7wAAAOQAAAAkaG10eAPoAHwAAFz4AAAQBm1heHAIAVAAAAABCAAAAAZuYW1lD/tWxwAAAXAAACdScG9zdP+4ADIAAEOkAAAAIAABAAAAAQj1Snw1O18PPPUAAwPoAAAAAM2C2p8AAAAAzYLanwB8/4gDbANwAAAAAwACAAAAAAAAAAEAAANw/4gAyAPoAHwAfANsAAEAAAAAAAAAAAAAAAAAAAACAABQAAgBAAAABAAAAZAABQAAAooCWAAAAEsCigJYAAABXgAyANwAAAAAAAAAAAAAAAD3/67/+9///w/gAD8AAAAAQURCRQHAAAD//wNw/4gAyANwAHhgLwH/AAAAAAAAAAAAAAAgAAAAAAARANIAAQAAAAAAAQALAAAAAQAAAAAAAgAHAAsAAQAAAAAAAwAbABIAAQAAAAAABAALAAAAAQAAAAAABQA5AC0AAQAAAAAABgAKAGYAAwABBAkAAABuAHAAAwABBAkAAQAWAN4AAwABBAkAAgAOAPQAAwABBAkAAwA2AQIAAwABBAkABAAWAN4AAwABBAkABQByATgAAwABBAkABgAUAaoAAwABBAkACAA0Ab4AAwABBAkACwA0AfIAAwABBAkADSQSAiYAAwABBAkADgBIJjhBZG9iZSBCbGFua1JlZ3VsYXIxLjAzNTtBREJFO0Fkb2JlQmxhbms7QURPQkVWZXJzaW9uIDEuMDM1O1BTIDEuMDAzO2hvdGNvbnYgMS4wLjcwO21ha2VvdGYubGliMi41LjU5MDBBZG9iZUJsYW5rAKkAIAAyADAAMQAzACAAQQBkAG8AYgBlACAAUwB5AHMAdABlAG0AcwAgAEkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkAC4AIABBAGwAbAAgAFIAaQBnAGgAdABzACAAUgBlAHMAZQByAHYAZQBkAC4AQQBkAG8AYgBlACAAQgBsAGEAbgBrAFIAZQBnAHUAbABhAHIAMQAuADAAMwA1ADsAQQBEAEIARQA7AEEAZABvAGIAZQBCAGwAYQBuAGsAOwBBAEQATwBCAEUAVgBlAHIAcwBpAG8AbgAgADEALgAwADMANQA7AFAAUwAgADEALgAwADAAMwA7AGgAbwB0AGMAbwBuAHYAIAAxAC4AMAAuADcAMAA7AG0AYQBrAGUAbwB0AGYALgBsAGkAYgAyAC4ANQAuADUAOQAwADAAQQBkAG8AYgBlAEIAbABhAG4AawBBAGQAbwBiAGUAIABTAHkAcwB0AGUAbQBzACAASQBuAGMAbwByAHAAbwByAGEAdABlAGQAaAB0AHQAcAA6AC8ALwB3AHcAdwAuAGEAZABvAGIAZQAuAGMAbwBtAC8AdAB5AHAAZQAvAEEAZABvAGIAZQAgAEIAbABhAG4AawAgAGkAcwAgAHIAZQBsAGUAYQBzAGUAZAAgAHUAbgBkAGUAcgAgAHQAaABlACAAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUAIAAtACAAcABsAGUAYQBzAGUAIAByAGUAYQBkACAAaQB0ACAAYwBhAHIAZQBmAHUAbABsAHkAIABhAG4AZAAgAGQAbwAgAG4AbwB0ACAAZABvAHcAbgBsAG8AYQBkACAAdABoAGUAIABmAG8AbgB0AHMAIAB1AG4AbABlAHMAcwAgAHkAbwB1ACAAYQBnAHIAZQBlACAAdABvACAAdABoAGUAIAB0AGgAZQAgAHQAZQByAG0AcwAgAG8AZgAgAHQAaABlACAAbABpAGMAZQBuAHMAZQA6AA0ACgANAAoAQwBvAHAAeQByAGkAZwBoAHQAIACpACAAMgAwADEAMwAgAEEAZABvAGIAZQAgAFMAeQBzAHQAZQBtAHMAIABJAG4AYwBvAHIAcABvAHIAYQB0AGUAZAAgACgAaAB0AHQAcAA6AC8ALwB3AHcAdwAuAGEAZABvAGIAZQAuAGMAbwBtAC8AKQAsACAAdwBpAHQAaAAgAFIAZQBzAGUAcgB2AGUAZAAgAEYAbwBuAHQAIABOAGEAbQBlACAAQQBkAG8AYgBlACAAQgBsAGEAbgBrAA0ACgANAAoAVABoAGkAcwAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUAIABpAHMAIABsAGkAYwBlAG4AcwBlAGQAIAB1AG4AZABlAHIAIAB0AGgAZQAgAFMASQBMACAATwBwAGUAbgAgAEYAbwBuAHQAIABMAGkAYwBlAG4AcwBlACwAIABWAGUAcgBzAGkAbwBuACAAMQAuADEALgANAAoADQAKAFQAaABpAHMAIABsAGkAYwBlAG4AcwBlACAAaQBzACAAYwBvAHAAaQBlAGQAIABiAGUAbABvAHcALAAgAGEAbgBkACAAaQBzACAAYQBsAHMAbwAgAGEAdgBhAGkAbABhAGIAbABlACAAdwBpAHQAaAAgAGEAIABGAEEAUQAgAGEAdAA6ACAAaAB0AHQAcAA6AC8ALwBzAGMAcgBpAHAAdABzAC4AcwBpAGwALgBvAHIAZwAvAE8ARgBMAA0ACgANAAoALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAA0ACgBTAEkATAAgAE8AUABFAE4AIABGAE8ATgBUACAATABJAEMARQBOAFMARQAgAFYAZQByAHMAaQBvAG4AIAAxAC4AMQAgAC0AIAAyADYAIABGAGUAYgByAHUAYQByAHkAIAAyADAAMAA3AA0ACgAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ADQAKAA0ACgBQAFIARQBBAE0AQgBMAEUADQAKAFQAaABlACAAZwBvAGEAbABzACAAbwBmACAAdABoAGUAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUAIAAoAE8ARgBMACkAIABhAHIAZQAgAHQAbwAgAHMAdABpAG0AdQBsAGEAdABlACAAdwBvAHIAbABkAHcAaQBkAGUAIABkAGUAdgBlAGwAbwBwAG0AZQBuAHQAIABvAGYAIABjAG8AbABsAGEAYgBvAHIAYQB0AGkAdgBlACAAZgBvAG4AdAAgAHAAcgBvAGoAZQBjAHQAcwAsACAAdABvACAAcwB1AHAAcABvAHIAdAAgAHQAaABlACAAZgBvAG4AdAAgAGMAcgBlAGEAdABpAG8AbgAgAGUAZgBmAG8AcgB0AHMAIABvAGYAIABhAGMAYQBkAGUAbQBpAGMAIABhAG4AZAAgAGwAaQBuAGcAdQBpAHMAdABpAGMAIABjAG8AbQBtAHUAbgBpAHQAaQBlAHMALAAgAGEAbgBkACAAdABvACAAcAByAG8AdgBpAGQAZQAgAGEAIABmAHIAZQBlACAAYQBuAGQAIABvAHAAZQBuACAAZgByAGEAbQBlAHcAbwByAGsAIABpAG4AIAB3AGgAaQBjAGgAIABmAG8AbgB0AHMAIABtAGEAeQAgAGIAZQAgAHMAaABhAHIAZQBkACAAYQBuAGQAIABpAG0AcAByAG8AdgBlAGQAIABpAG4AIABwAGEAcgB0AG4AZQByAHMAaABpAHAAIAB3AGkAdABoACAAbwB0AGgAZQByAHMALgANAAoADQAKAFQAaABlACAATwBGAEwAIABhAGwAbABvAHcAcwAgAHQAaABlACAAbABpAGMAZQBuAHMAZQBkACAAZgBvAG4AdABzACAAdABvACAAYgBlACAAdQBzAGUAZAAsACAAcwB0AHUAZABpAGUAZAAsACAAbQBvAGQAaQBmAGkAZQBkACAAYQBuAGQAIAByAGUAZABpAHMAdAByAGkAYgB1AHQAZQBkACAAZgByAGUAZQBsAHkAIABhAHMAIABsAG8AbgBnACAAYQBzACAAdABoAGUAeQAgAGEAcgBlACAAbgBvAHQAIABzAG8AbABkACAAYgB5ACAAdABoAGUAbQBzAGUAbAB2AGUAcwAuACAAVABoAGUAIABmAG8AbgB0AHMALAAgAGkAbgBjAGwAdQBkAGkAbgBnACAAYQBuAHkAIABkAGUAcgBpAHYAYQB0AGkAdgBlACAAdwBvAHIAawBzACwAIABjAGEAbgAgAGIAZQAgAGIAdQBuAGQAbABlAGQALAAgAGUAbQBiAGUAZABkAGUAZAAsACAAcgBlAGQAaQBzAHQAcgBpAGIAdQB0AGUAZAAgAGEAbgBkAC8AbwByACAAcwBvAGwAZAAgAHcAaQB0AGgAIABhAG4AeQAgAHMAbwBmAHQAdwBhAHIAZQAgAHAAcgBvAHYAaQBkAGUAZAAgAHQAaABhAHQAIABhAG4AeQAgAHIAZQBzAGUAcgB2AGUAZAAgAG4AYQBtAGUAcwAgAGEAcgBlACAAbgBvAHQAIAB1AHMAZQBkACAAYgB5ACAAZABlAHIAaQB2AGEAdABpAHYAZQAgAHcAbwByAGsAcwAuACAAVABoAGUAIABmAG8AbgB0AHMAIABhAG4AZAAgAGQAZQByAGkAdgBhAHQAaQB2AGUAcwAsACAAaABvAHcAZQB2AGUAcgAsACAAYwBhAG4AbgBvAHQAIABiAGUAIAByAGUAbABlAGEAcwBlAGQAIAB1AG4AZABlAHIAIABhAG4AeQAgAG8AdABoAGUAcgAgAHQAeQBwAGUAIABvAGYAIABsAGkAYwBlAG4AcwBlAC4AIABUAGgAZQAgAHIAZQBxAHUAaQByAGUAbQBlAG4AdAAgAGYAbwByACAAZgBvAG4AdABzACAAdABvACAAcgBlAG0AYQBpAG4AIAB1AG4AZABlAHIAIAB0AGgAaQBzACAAbABpAGMAZQBuAHMAZQAgAGQAbwBlAHMAIABuAG8AdAAgAGEAcABwAGwAeQAgAHQAbwAgAGEAbgB5ACAAZABvAGMAdQBtAGUAbgB0ACAAYwByAGUAYQB0AGUAZAAgAHUAcwBpAG4AZwAgAHQAaABlACAAZgBvAG4AdABzACAAbwByACAAdABoAGUAaQByACAAZABlAHIAaQB2AGEAdABpAHYAZQBzAC4ADQAKAA0ACgBEAEUARgBJAE4ASQBUAEkATwBOAFMADQAKACIARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAiACAAcgBlAGYAZQByAHMAIAB0AG8AIAB0AGgAZQAgAHMAZQB0ACAAbwBmACAAZgBpAGwAZQBzACAAcgBlAGwAZQBhAHMAZQBkACAAYgB5ACAAdABoAGUAIABDAG8AcAB5AHIAaQBnAGgAdAAgAEgAbwBsAGQAZQByACgAcwApACAAdQBuAGQAZQByACAAdABoAGkAcwAgAGwAaQBjAGUAbgBzAGUAIABhAG4AZAAgAGMAbABlAGEAcgBsAHkAIABtAGEAcgBrAGUAZAAgAGEAcwAgAHMAdQBjAGgALgAgAFQAaABpAHMAIABtAGEAeQAgAGkAbgBjAGwAdQBkAGUAIABzAG8AdQByAGMAZQAgAGYAaQBsAGUAcwAsACAAYgB1AGkAbABkACAAcwBjAHIAaQBwAHQAcwAgAGEAbgBkACAAZABvAGMAdQBtAGUAbgB0AGEAdABpAG8AbgAuAA0ACgANAAoAIgBSAGUAcwBlAHIAdgBlAGQAIABGAG8AbgB0ACAATgBhAG0AZQAiACAAcgBlAGYAZQByAHMAIAB0AG8AIABhAG4AeQAgAG4AYQBtAGUAcwAgAHMAcABlAGMAaQBmAGkAZQBkACAAYQBzACAAcwB1AGMAaAAgAGEAZgB0AGUAcgAgAHQAaABlACAAYwBvAHAAeQByAGkAZwBoAHQAIABzAHQAYQB0AGUAbQBlAG4AdAAoAHMAKQAuAA0ACgANAAoAIgBPAHIAaQBnAGkAbgBhAGwAIABWAGUAcgBzAGkAbwBuACIAIAByAGUAZgBlAHIAcwAgAHQAbwAgAHQAaABlACAAYwBvAGwAbABlAGMAdABpAG8AbgAgAG8AZgAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUAIABjAG8AbQBwAG8AbgBlAG4AdABzACAAYQBzACAAZABpAHMAdAByAGkAYgB1AHQAZQBkACAAYgB5ACAAdABoAGUAIABDAG8AcAB5AHIAaQBnAGgAdAAgAEgAbwBsAGQAZQByACgAcwApAC4ADQAKAA0ACgAiAE0AbwBkAGkAZgBpAGUAZAAgAFYAZQByAHMAaQBvAG4AIgAgAHIAZQBmAGUAcgBzACAAdABvACAAYQBuAHkAIABkAGUAcgBpAHYAYQB0AGkAdgBlACAAbQBhAGQAZQAgAGIAeQAgAGEAZABkAGkAbgBnACAAdABvACwAIABkAGUAbABlAHQAaQBuAGcALAAgAG8AcgAgAHMAdQBiAHMAdABpAHQAdQB0AGkAbgBnACAALQAtACAAaQBuACAAcABhAHIAdAAgAG8AcgAgAGkAbgAgAHcAaABvAGwAZQAgAC0ALQAgAGEAbgB5ACAAbwBmACAAdABoAGUAIABjAG8AbQBwAG8AbgBlAG4AdABzACAAbwBmACAAdABoAGUAIABPAHIAaQBnAGkAbgBhAGwAIABWAGUAcgBzAGkAbwBuACwAIABiAHkAIABjAGgAYQBuAGcAaQBuAGcAIABmAG8AcgBtAGEAdABzACAAbwByACAAYgB5ACAAcABvAHIAdABpAG4AZwAgAHQAaABlACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAHQAbwAgAGEAIABuAGUAdwAgAGUAbgB2AGkAcgBvAG4AbQBlAG4AdAAuAA0ACgANAAoAIgBBAHUAdABoAG8AcgAiACAAcgBlAGYAZQByAHMAIAB0AG8AIABhAG4AeQAgAGQAZQBzAGkAZwBuAGUAcgAsACAAZQBuAGcAaQBuAGUAZQByACwAIABwAHIAbwBnAHIAYQBtAG0AZQByACwAIAB0AGUAYwBoAG4AaQBjAGEAbAAgAHcAcgBpAHQAZQByACAAbwByACAAbwB0AGgAZQByACAAcABlAHIAcwBvAG4AIAB3AGgAbwAgAGMAbwBuAHQAcgBpAGIAdQB0AGUAZAAgAHQAbwAgAHQAaABlACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAuAA0ACgANAAoAUABFAFIATQBJAFMAUwBJAE8ATgAgACYAIABDAE8ATgBEAEkAVABJAE8ATgBTAA0ACgBQAGUAcgBtAGkAcwBzAGkAbwBuACAAaQBzACAAaABlAHIAZQBiAHkAIABnAHIAYQBuAHQAZQBkACwAIABmAHIAZQBlACAAbwBmACAAYwBoAGEAcgBnAGUALAAgAHQAbwAgAGEAbgB5ACAAcABlAHIAcwBvAG4AIABvAGIAdABhAGkAbgBpAG4AZwAgAGEAIABjAG8AcAB5ACAAbwBmACAAdABoAGUAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlACwAIAB0AG8AIAB1AHMAZQAsACAAcwB0AHUAZAB5ACwAIABjAG8AcAB5ACwAIABtAGUAcgBnAGUALAAgAGUAbQBiAGUAZAAsACAAbQBvAGQAaQBmAHkALAAgAHIAZQBkAGkAcwB0AHIAaQBiAHUAdABlACwAIABhAG4AZAAgAHMAZQBsAGwAIABtAG8AZABpAGYAaQBlAGQAIABhAG4AZAAgAHUAbgBtAG8AZABpAGYAaQBlAGQAIABjAG8AcABpAGUAcwAgAG8AZgAgAHQAaABlACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAsACAAcwB1AGIAagBlAGMAdAAgAHQAbwAgAHQAaABlACAAZgBvAGwAbABvAHcAaQBuAGcAIABjAG8AbgBkAGkAdABpAG8AbgBzADoADQAKAA0ACgAxACkAIABOAGUAaQB0AGgAZQByACAAdABoAGUAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlACAAbgBvAHIAIABhAG4AeQAgAG8AZgAgAGkAdABzACAAaQBuAGQAaQB2AGkAZAB1AGEAbAAgAGMAbwBtAHAAbwBuAGUAbgB0AHMALAAgAGkAbgAgAE8AcgBpAGcAaQBuAGEAbAAgAG8AcgAgAE0AbwBkAGkAZgBpAGUAZAAgAFYAZQByAHMAaQBvAG4AcwAsACAAbQBhAHkAIABiAGUAIABzAG8AbABkACAAYgB5ACAAaQB0AHMAZQBsAGYALgANAAoADQAKADIAKQAgAE8AcgBpAGcAaQBuAGEAbAAgAG8AcgAgAE0AbwBkAGkAZgBpAGUAZAAgAFYAZQByAHMAaQBvAG4AcwAgAG8AZgAgAHQAaABlACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAG0AYQB5ACAAYgBlACAAYgB1AG4AZABsAGUAZAAsACAAcgBlAGQAaQBzAHQAcgBpAGIAdQB0AGUAZAAgAGEAbgBkAC8AbwByACAAcwBvAGwAZAAgAHcAaQB0AGgAIABhAG4AeQAgAHMAbwBmAHQAdwBhAHIAZQAsACAAcAByAG8AdgBpAGQAZQBkACAAdABoAGEAdAAgAGUAYQBjAGgAIABjAG8AcAB5ACAAYwBvAG4AdABhAGkAbgBzACAAdABoAGUAIABhAGIAbwB2AGUAIABjAG8AcAB5AHIAaQBnAGgAdAAgAG4AbwB0AGkAYwBlACAAYQBuAGQAIAB0AGgAaQBzACAAbABpAGMAZQBuAHMAZQAuACAAVABoAGUAcwBlACAAYwBhAG4AIABiAGUAIABpAG4AYwBsAHUAZABlAGQAIABlAGkAdABoAGUAcgAgAGEAcwAgAHMAdABhAG4AZAAtAGEAbABvAG4AZQAgAHQAZQB4AHQAIABmAGkAbABlAHMALAAgAGgAdQBtAGEAbgAtAHIAZQBhAGQAYQBiAGwAZQAgAGgAZQBhAGQAZQByAHMAIABvAHIAIABpAG4AIAB0AGgAZQAgAGEAcABwAHIAbwBwAHIAaQBhAHQAZQAgAG0AYQBjAGgAaQBuAGUALQByAGUAYQBkAGEAYgBsAGUAIABtAGUAdABhAGQAYQB0AGEAIABmAGkAZQBsAGQAcwAgAHcAaQB0AGgAaQBuACAAdABlAHgAdAAgAG8AcgAgAGIAaQBuAGEAcgB5ACAAZgBpAGwAZQBzACAAYQBzACAAbABvAG4AZwAgAGEAcwAgAHQAaABvAHMAZQAgAGYAaQBlAGwAZABzACAAYwBhAG4AIABiAGUAIABlAGEAcwBpAGwAeQAgAHYAaQBlAHcAZQBkACAAYgB5ACAAdABoAGUAIAB1AHMAZQByAC4ADQAKAA0ACgAzACkAIABOAG8AIABNAG8AZABpAGYAaQBlAGQAIABWAGUAcgBzAGkAbwBuACAAbwBmACAAdABoAGUAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlACAAbQBhAHkAIAB1AHMAZQAgAHQAaABlACAAUgBlAHMAZQByAHYAZQBkACAARgBvAG4AdAAgAE4AYQBtAGUAKABzACkAIAB1AG4AbABlAHMAcwAgAGUAeABwAGwAaQBjAGkAdAAgAHcAcgBpAHQAdABlAG4AIABwAGUAcgBtAGkAcwBzAGkAbwBuACAAaQBzACAAZwByAGEAbgB0AGUAZAAgAGIAeQAgAHQAaABlACAAYwBvAHIAcgBlAHMAcABvAG4AZABpAG4AZwAgAEMAbwBwAHkAcgBpAGcAaAB0ACAASABvAGwAZABlAHIALgAgAFQAaABpAHMAIAByAGUAcwB0AHIAaQBjAHQAaQBvAG4AIABvAG4AbAB5ACAAYQBwAHAAbABpAGUAcwAgAHQAbwAgAHQAaABlACAAcAByAGkAbQBhAHIAeQAgAGYAbwBuAHQAIABuAGEAbQBlACAAYQBzACAAcAByAGUAcwBlAG4AdABlAGQAIAB0AG8AIAB0AGgAZQAgAHUAcwBlAHIAcwAuAA0ACgANAAoANAApACAAVABoAGUAIABuAGEAbQBlACgAcwApACAAbwBmACAAdABoAGUAIABDAG8AcAB5AHIAaQBnAGgAdAAgAEgAbwBsAGQAZQByACgAcwApACAAbwByACAAdABoAGUAIABBAHUAdABoAG8AcgAoAHMAKQAgAG8AZgAgAHQAaABlACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAHMAaABhAGwAbAAgAG4AbwB0ACAAYgBlACAAdQBzAGUAZAAgAHQAbwAgAHAAcgBvAG0AbwB0AGUALAAgAGUAbgBkAG8AcgBzAGUAIABvAHIAIABhAGQAdgBlAHIAdABpAHMAZQAgAGEAbgB5ACAATQBvAGQAaQBmAGkAZQBkACAAVgBlAHIAcwBpAG8AbgAsACAAZQB4AGMAZQBwAHQAIAB0AG8AIABhAGMAawBuAG8AdwBsAGUAZABnAGUAIAB0AGgAZQAgAGMAbwBuAHQAcgBpAGIAdQB0AGkAbwBuACgAcwApACAAbwBmACAAdABoAGUAIABDAG8AcAB5AHIAaQBnAGgAdAAgAEgAbwBsAGQAZQByACgAcwApACAAYQBuAGQAIAB0AGgAZQAgAEEAdQB0AGgAbwByACgAcwApACAAbwByACAAdwBpAHQAaAAgAHQAaABlAGkAcgAgAGUAeABwAGwAaQBjAGkAdAAgAHcAcgBpAHQAdABlAG4AIABwAGUAcgBtAGkAcwBzAGkAbwBuAC4ADQAKAA0ACgA1ACkAIABUAGgAZQAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUALAAgAG0AbwBkAGkAZgBpAGUAZAAgAG8AcgAgAHUAbgBtAG8AZABpAGYAaQBlAGQALAAgAGkAbgAgAHAAYQByAHQAIABvAHIAIABpAG4AIAB3AGgAbwBsAGUALAAgAG0AdQBzAHQAIABiAGUAIABkAGkAcwB0AHIAaQBiAHUAdABlAGQAIABlAG4AdABpAHIAZQBsAHkAIAB1AG4AZABlAHIAIAB0AGgAaQBzACAAbABpAGMAZQBuAHMAZQAsACAAYQBuAGQAIABtAHUAcwB0ACAAbgBvAHQAIABiAGUAIABkAGkAcwB0AHIAaQBiAHUAdABlAGQAIAB1AG4AZABlAHIAIABhAG4AeQAgAG8AdABoAGUAcgAgAGwAaQBjAGUAbgBzAGUALgAgAFQAaABlACAAcgBlAHEAdQBpAHIAZQBtAGUAbgB0ACAAZgBvAHIAIABmAG8AbgB0AHMAIAB0AG8AIAByAGUAbQBhAGkAbgAgAHUAbgBkAGUAcgAgAHQAaABpAHMAIABsAGkAYwBlAG4AcwBlACAAZABvAGUAcwAgAG4AbwB0ACAAYQBwAHAAbAB5ACAAdABvACAAYQBuAHkAIABkAG8AYwB1AG0AZQBuAHQAIABjAHIAZQBhAHQAZQBkACAAdQBzAGkAbgBnACAAdABoAGUAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlAC4ADQAKAA0ACgBUAEUAUgBNAEkATgBBAFQASQBPAE4ADQAKAFQAaABpAHMAIABsAGkAYwBlAG4AcwBlACAAYgBlAGMAbwBtAGUAcwAgAG4AdQBsAGwAIABhAG4AZAAgAHYAbwBpAGQAIABpAGYAIABhAG4AeQAgAG8AZgAgAHQAaABlACAAYQBiAG8AdgBlACAAYwBvAG4AZABpAHQAaQBvAG4AcwAgAGEAcgBlACAAbgBvAHQAIABtAGUAdAAuAA0ACgANAAoARABJAFMAQwBMAEEASQBNAEUAUgANAAoAVABIAEUAIABGAE8ATgBUACAAUwBPAEYAVABXAEEAUgBFACAASQBTACAAUABSAE8AVgBJAEQARQBEACAAIgBBAFMAIABJAFMAIgAsACAAVwBJAFQASABPAFUAVAAgAFcAQQBSAFIAQQBOAFQAWQAgAE8ARgAgAEEATgBZACAASwBJAE4ARAAsACAARQBYAFAAUgBFAFMAUwAgAE8AUgAgAEkATQBQAEwASQBFAEQALAAgAEkATgBDAEwAVQBEAEkATgBHACAAQgBVAFQAIABOAE8AVAAgAEwASQBNAEkAVABFAEQAIABUAE8AIABBAE4AWQAgAFcAQQBSAFIAQQBOAFQASQBFAFMAIABPAEYAIABNAEUAUgBDAEgAQQBOAFQAQQBCAEkATABJAFQAWQAsACAARgBJAFQATgBFAFMAUwAgAEYATwBSACAAQQAgAFAAQQBSAFQASQBDAFUATABBAFIAIABQAFUAUgBQAE8AUwBFACAAQQBOAEQAIABOAE8ATgBJAE4ARgBSAEkATgBHAEUATQBFAE4AVAAgAE8ARgAgAEMATwBQAFkAUgBJAEcASABUACwAIABQAEEAVABFAE4AVAAsACAAVABSAEEARABFAE0AQQBSAEsALAAgAE8AUgAgAE8AVABIAEUAUgAgAFIASQBHAEgAVAAuACAASQBOACAATgBPACAARQBWAEUATgBUACAAUwBIAEEATABMACAAVABIAEUAIABDAE8AUABZAFIASQBHAEgAVAAgAEgATwBMAEQARQBSACAAQgBFACAATABJAEEAQgBMAEUAIABGAE8AUgAgAEEATgBZACAAQwBMAEEASQBNACwAIABEAEEATQBBAEcARQBTACAATwBSACAATwBUAEgARQBSACAATABJAEEAQgBJAEwASQBUAFkALAAgAEkATgBDAEwAVQBEAEkATgBHACAAQQBOAFkAIABHAEUATgBFAFIAQQBMACwAIABTAFAARQBDAEkAQQBMACwAIABJAE4ARABJAFIARQBDAFQALAAgAEkATgBDAEkARABFAE4AVABBAEwALAAgAE8AUgAgAEMATwBOAFMARQBRAFUARQBOAFQASQBBAEwAIABEAEEATQBBAEcARQBTACwAIABXAEgARQBUAEgARQBSACAASQBOACAAQQBOACAAQQBDAFQASQBPAE4AIABPAEYAIABDAE8ATgBUAFIAQQBDAFQALAAgAFQATwBSAFQAIABPAFIAIABPAFQASABFAFIAVwBJAFMARQAsACAAQQBSAEkAUwBJAE4ARwAgAEYAUgBPAE0ALAAgAE8AVQBUACAATwBGACAAVABIAEUAIABVAFMARQAgAE8AUgAgAEkATgBBAEIASQBMAEkAVABZACAAVABPACAAVQBTAEUAIABUAEgARQAgAEYATwBOAFQAIABTAE8ARgBUAFcAQQBSAEUAIABPAFIAIABGAFIATwBNACAATwBUAEgARQBSACAARABFAEEATABJAE4ARwBTACAASQBOACAAVABIAEUAIABGAE8ATgBUACAAUwBPAEYAVABXAEEAUgBFAC4ADQAKAGgAdAB0AHAAOgAvAC8AdwB3AHcALgBhAGQAbwBiAGUALgBjAG8AbQAvAHQAeQBwAGUALwBsAGUAZwBhAGwALgBoAHQAbQBsAAAAAAAFAAAAAwAAADgAAAAEAAABUAABAAAAAAAsAAMAAQAAADgAAwAKAAABUAAGAAwAAAAAAAEAAAAEARgAAABCAEAABQACB/8P/xf/H/8n/y//N/8//0f/T/9X/1//Z/9v/3f/f/+H/4//l/+f/6f/r/+3/7//x//P/9f/5//v//f//c///f//AAAAAAgAEAAYACAAKAAwADgAQABIAFAAWABgAGgAcAB4AIAAiACQAJgAoACoALAAuADAAMgA0ADgAOgA8AD4AP3w//8AAfgB8AHoAeAB2AHQAcgBwAG4AbABqAGgAZgBkAGIAYABeAFwAWgBYAFYAVABSAFAATgBMAEgARgBEAEIAQgBAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAZkAAAAAAAAAIgAAAAAAAAB/8AAAABAAAIAAAAD/8AAAABAAAQAAAAF/8AAAABAAAYAAAAH/8AAAABAAAgAAAAJ/8AAAABAAAoAAAAL/8AAAABAAAwAAAAN/8AAAABAAA4AAAAP/8AAAABAABAAAAAR/8AAAABAABIAAAAT/8AAAABAABQAAAAV/8AAAABAABYAAAAX/8AAAABAABgAAAAZ/8AAAABAABoAAAAb/8AAAABAABwAAAAd/8AAAABAAB4AAAAf/8AAAABAACAAAAAh/8AAAABAACIAAAAj/8AAAABAACQAAAAl/8AAAABAACYAAAAn/8AAAABAACgAAAAp/8AAAABAACoAAAAr/8AAAABAACwAAAAt/8AAAABAAC4AAAAv/8AAAABAADAAAAAx/8AAAABAADIAAAAz/8AAAABAADQAAAA1/8AAAABAADgAAAA5/8AAAABAADoAAAA7/8AAAABAADwAAAA9/8AAAABAAD4AAAA/c8AAAABAAD98AAA//0AAAXxAAEAAAABB/8AAAABAAEIAAABD/8AAAABAAEQAAABF/8AAAABAAEYAAABH/8AAAABAAEgAAABJ/8AAAABAAEoAAABL/8AAAABAAEwAAABN/8AAAABAAE4AAABP/8AAAABAAFAAAABR/8AAAABAAFIAAABT/8AAAABAAFQAAABV/8AAAABAAFYAAABX/8AAAABAAFgAAABZ/8AAAABAAFoAAABb/8AAAABAAFwAAABd/8AAAABAAF4AAABf/8AAAABAAGAAAABh/8AAAABAAGIAAABj/8AAAABAAGQAAABl/8AAAABAAGYAAABn/8AAAABAAGgAAABp/8AAAABAAGoAAABr/8AAAABAAGwAAABt/8AAAABAAG4AAABv/8AAAABAAHAAAABx/8AAAABAAHIAAABz/8AAAABAAHQAAAB1/8AAAABAAHYAAAB3/8AAAABAAHgAAAB5/8AAAABAAHoAAAB7/8AAAABAAHwAAAB9/8AAAABAAH4AAAB//0AAAABAAIAAAACB/8AAAABAAIIAAACD/8AAAABAAIQAAACF/8AAAABAAIYAAACH/8AAAABAAIgAAACJ/8AAAABAAIoAAACL/8AAAABAAIwAAACN/8AAAABAAI4AAACP/8AAAABAAJAAAACR/8AAAABAAJIAAACT/8AAAABAAJQAAACV/8AAAABAAJYAAACX/8AAAABAAJgAAACZ/8AAAABAAJoAAACb/8AAAABAAJwAAACd/8AAAABAAJ4AAACf/8AAAABAAKAAAACh/8AAAABAAKIAAACj/8AAAABAAKQAAACl/8AAAABAAKYAAACn/8AAAABAAKgAAACp/8AAAABAAKoAAACr/8AAAABAAKwAAACt/8AAAABAAK4AAACv/8AAAABAALAAAACx/8AAAABAALIAAACz/8AAAABAALQAAAC1/8AAAABAALYAAAC3/8AAAABAALgAAAC5/8AAAABAALoAAAC7/8AAAABAALwAAAC9/8AAAABAAL4AAAC//0AAAABAAMAAAADB/8AAAABAAMIAAADD/8AAAABAAMQAAADF/8AAAABAAMYAAADH/8AAAABAAMgAAADJ/8AAAABAAMoAAADL/8AAAABAAMwAAADN/8AAAABAAM4AAADP/8AAAABAANAAAADR/8AAAABAANIAAADT/8AAAABAANQAAADV/8AAAABAANYAAADX/8AAAABAANgAAADZ/8AAAABAANoAAADb/8AAAABAANwAAADd/8AAAABAAN4AAADf/8AAAABAAOAAAADh/8AAAABAAOIAAADj/8AAAABAAOQAAADl/8AAAABAAOYAAADn/8AAAABAAOgAAADp/8AAAABAAOoAAADr/8AAAABAAOwAAADt/8AAAABAAO4AAADv/8AAAABAAPAAAADx/8AAAABAAPIAAADz/8AAAABAAPQAAAD1/8AAAABAAPYAAAD3/8AAAABAAPgAAAD5/8AAAABAAPoAAAD7/8AAAABAAPwAAAD9/8AAAABAAP4AAAD//0AAAABAAQAAAAEB/8AAAABAAQIAAAED/8AAAABAAQQAAAEF/8AAAABAAQYAAAEH/8AAAABAAQgAAAEJ/8AAAABAAQoAAAEL/8AAAABAAQwAAAEN/8AAAABAAQ4AAAEP/8AAAABAARAAAAER/8AAAABAARIAAAET/8AAAABAARQAAAEV/8AAAABAARYAAAEX/8AAAABAARgAAAEZ/8AAAABAARoAAAEb/8AAAABAARwAAAEd/8AAAABAAR4AAAEf/8AAAABAASAAAAEh/8AAAABAASIAAAEj/8AAAABAASQAAAEl/8AAAABAASYAAAEn/8AAAABAASgAAAEp/8AAAABAASoAAAEr/8AAAABAASwAAAEt/8AAAABAAS4AAAEv/8AAAABAATAAAAEx/8AAAABAATIAAAEz/8AAAABAATQAAAE1/8AAAABAATYAAAE3/8AAAABAATgAAAE5/8AAAABAAToAAAE7/8AAAABAATwAAAE9/8AAAABAAT4AAAE//0AAAABAAUAAAAFB/8AAAABAAUIAAAFD/8AAAABAAUQAAAFF/8AAAABAAUYAAAFH/8AAAABAAUgAAAFJ/8AAAABAAUoAAAFL/8AAAABAAUwAAAFN/8AAAABAAU4AAAFP/8AAAABAAVAAAAFR/8AAAABAAVIAAAFT/8AAAABAAVQAAAFV/8AAAABAAVYAAAFX/8AAAABAAVgAAAFZ/8AAAABAAVoAAAFb/8AAAABAAVwAAAFd/8AAAABAAV4AAAFf/8AAAABAAWAAAAFh/8AAAABAAWIAAAFj/8AAAABAAWQAAAFl/8AAAABAAWYAAAFn/8AAAABAAWgAAAFp/8AAAABAAWoAAAFr/8AAAABAAWwAAAFt/8AAAABAAW4AAAFv/8AAAABAAXAAAAFx/8AAAABAAXIAAAFz/8AAAABAAXQAAAF1/8AAAABAAXYAAAF3/8AAAABAAXgAAAF5/8AAAABAAXoAAAF7/8AAAABAAXwAAAF9/8AAAABAAX4AAAF//0AAAABAAYAAAAGB/8AAAABAAYIAAAGD/8AAAABAAYQAAAGF/8AAAABAAYYAAAGH/8AAAABAAYgAAAGJ/8AAAABAAYoAAAGL/8AAAABAAYwAAAGN/8AAAABAAY4AAAGP/8AAAABAAZAAAAGR/8AAAABAAZIAAAGT/8AAAABAAZQAAAGV/8AAAABAAZYAAAGX/8AAAABAAZgAAAGZ/8AAAABAAZoAAAGb/8AAAABAAZwAAAGd/8AAAABAAZ4AAAGf/8AAAABAAaAAAAGh/8AAAABAAaIAAAGj/8AAAABAAaQAAAGl/8AAAABAAaYAAAGn/8AAAABAAagAAAGp/8AAAABAAaoAAAGr/8AAAABAAawAAAGt/8AAAABAAa4AAAGv/8AAAABAAbAAAAGx/8AAAABAAbIAAAGz/8AAAABAAbQAAAG1/8AAAABAAbYAAAG3/8AAAABAAbgAAAG5/8AAAABAAboAAAG7/8AAAABAAbwAAAG9/8AAAABAAb4AAAG//0AAAABAAcAAAAHB/8AAAABAAcIAAAHD/8AAAABAAcQAAAHF/8AAAABAAcYAAAHH/8AAAABAAcgAAAHJ/8AAAABAAcoAAAHL/8AAAABAAcwAAAHN/8AAAABAAc4AAAHP/8AAAABAAdAAAAHR/8AAAABAAdIAAAHT/8AAAABAAdQAAAHV/8AAAABAAdYAAAHX/8AAAABAAdgAAAHZ/8AAAABAAdoAAAHb/8AAAABAAdwAAAHd/8AAAABAAd4AAAHf/8AAAABAAeAAAAHh/8AAAABAAeIAAAHj/8AAAABAAeQAAAHl/8AAAABAAeYAAAHn/8AAAABAAegAAAHp/8AAAABAAeoAAAHr/8AAAABAAewAAAHt/8AAAABAAe4AAAHv/8AAAABAAfAAAAHx/8AAAABAAfIAAAHz/8AAAABAAfQAAAH1/8AAAABAAfYAAAH3/8AAAABAAfgAAAH5/8AAAABAAfoAAAH7/8AAAABAAfwAAAH9/8AAAABAAf4AAAH//0AAAABAAgAAAAIB/8AAAABAAgIAAAID/8AAAABAAgQAAAIF/8AAAABAAgYAAAIH/8AAAABAAggAAAIJ/8AAAABAAgoAAAIL/8AAAABAAgwAAAIN/8AAAABAAg4AAAIP/8AAAABAAhAAAAIR/8AAAABAAhIAAAIT/8AAAABAAhQAAAIV/8AAAABAAhYAAAIX/8AAAABAAhgAAAIZ/8AAAABAAhoAAAIb/8AAAABAAhwAAAId/8AAAABAAh4AAAIf/8AAAABAAiAAAAIh/8AAAABAAiIAAAIj/8AAAABAAiQAAAIl/8AAAABAAiYAAAIn/8AAAABAAigAAAIp/8AAAABAAioAAAIr/8AAAABAAiwAAAIt/8AAAABAAi4AAAIv/8AAAABAAjAAAAIx/8AAAABAAjIAAAIz/8AAAABAAjQAAAI1/8AAAABAAjYAAAI3/8AAAABAAjgAAAI5/8AAAABAAjoAAAI7/8AAAABAAjwAAAI9/8AAAABAAj4AAAI//0AAAABAAkAAAAJB/8AAAABAAkIAAAJD/8AAAABAAkQAAAJF/8AAAABAAkYAAAJH/8AAAABAAkgAAAJJ/8AAAABAAkoAAAJL/8AAAABAAkwAAAJN/8AAAABAAk4AAAJP/8AAAABAAlAAAAJR/8AAAABAAlIAAAJT/8AAAABAAlQAAAJV/8AAAABAAlYAAAJX/8AAAABAAlgAAAJZ/8AAAABAAloAAAJb/8AAAABAAlwAAAJd/8AAAABAAl4AAAJf/8AAAABAAmAAAAJh/8AAAABAAmIAAAJj/8AAAABAAmQAAAJl/8AAAABAAmYAAAJn/8AAAABAAmgAAAJp/8AAAABAAmoAAAJr/8AAAABAAmwAAAJt/8AAAABAAm4AAAJv/8AAAABAAnAAAAJx/8AAAABAAnIAAAJz/8AAAABAAnQAAAJ1/8AAAABAAnYAAAJ3/8AAAABAAngAAAJ5/8AAAABAAnoAAAJ7/8AAAABAAnwAAAJ9/8AAAABAAn4AAAJ//0AAAABAAoAAAAKB/8AAAABAAoIAAAKD/8AAAABAAoQAAAKF/8AAAABAAoYAAAKH/8AAAABAAogAAAKJ/8AAAABAAooAAAKL/8AAAABAAowAAAKN/8AAAABAAo4AAAKP/8AAAABAApAAAAKR/8AAAABAApIAAAKT/8AAAABAApQAAAKV/8AAAABAApYAAAKX/8AAAABAApgAAAKZ/8AAAABAApoAAAKb/8AAAABAApwAAAKd/8AAAABAAp4AAAKf/8AAAABAAqAAAAKh/8AAAABAAqIAAAKj/8AAAABAAqQAAAKl/8AAAABAAqYAAAKn/8AAAABAAqgAAAKp/8AAAABAAqoAAAKr/8AAAABAAqwAAAKt/8AAAABAAq4AAAKv/8AAAABAArAAAAKx/8AAAABAArIAAAKz/8AAAABAArQAAAK1/8AAAABAArYAAAK3/8AAAABAArgAAAK5/8AAAABAAroAAAK7/8AAAABAArwAAAK9/8AAAABAAr4AAAK//0AAAABAAsAAAALB/8AAAABAAsIAAALD/8AAAABAAsQAAALF/8AAAABAAsYAAALH/8AAAABAAsgAAALJ/8AAAABAAsoAAALL/8AAAABAAswAAALN/8AAAABAAs4AAALP/8AAAABAAtAAAALR/8AAAABAAtIAAALT/8AAAABAAtQAAALV/8AAAABAAtYAAALX/8AAAABAAtgAAALZ/8AAAABAAtoAAALb/8AAAABAAtwAAALd/8AAAABAAt4AAALf/8AAAABAAuAAAALh/8AAAABAAuIAAALj/8AAAABAAuQAAALl/8AAAABAAuYAAALn/8AAAABAAugAAALp/8AAAABAAuoAAALr/8AAAABAAuwAAALt/8AAAABAAu4AAALv/8AAAABAAvAAAALx/8AAAABAAvIAAALz/8AAAABAAvQAAAL1/8AAAABAAvYAAAL3/8AAAABAAvgAAAL5/8AAAABAAvoAAAL7/8AAAABAAvwAAAL9/8AAAABAAv4AAAL//0AAAABAAwAAAAMB/8AAAABAAwIAAAMD/8AAAABAAwQAAAMF/8AAAABAAwYAAAMH/8AAAABAAwgAAAMJ/8AAAABAAwoAAAML/8AAAABAAwwAAAMN/8AAAABAAw4AAAMP/8AAAABAAxAAAAMR/8AAAABAAxIAAAMT/8AAAABAAxQAAAMV/8AAAABAAxYAAAMX/8AAAABAAxgAAAMZ/8AAAABAAxoAAAMb/8AAAABAAxwAAAMd/8AAAABAAx4AAAMf/8AAAABAAyAAAAMh/8AAAABAAyIAAAMj/8AAAABAAyQAAAMl/8AAAABAAyYAAAMn/8AAAABAAygAAAMp/8AAAABAAyoAAAMr/8AAAABAAywAAAMt/8AAAABAAy4AAAMv/8AAAABAAzAAAAMx/8AAAABAAzIAAAMz/8AAAABAAzQAAAM1/8AAAABAAzYAAAM3/8AAAABAAzgAAAM5/8AAAABAAzoAAAM7/8AAAABAAzwAAAM9/8AAAABAAz4AAAM//0AAAABAA0AAAANB/8AAAABAA0IAAAND/8AAAABAA0QAAANF/8AAAABAA0YAAANH/8AAAABAA0gAAANJ/8AAAABAA0oAAANL/8AAAABAA0wAAANN/8AAAABAA04AAANP/8AAAABAA1AAAANR/8AAAABAA1IAAANT/8AAAABAA1QAAANV/8AAAABAA1YAAANX/8AAAABAA1gAAANZ/8AAAABAA1oAAANb/8AAAABAA1wAAANd/8AAAABAA14AAANf/8AAAABAA2AAAANh/8AAAABAA2IAAANj/8AAAABAA2QAAANl/8AAAABAA2YAAANn/8AAAABAA2gAAANp/8AAAABAA2oAAANr/8AAAABAA2wAAANt/8AAAABAA24AAANv/8AAAABAA3AAAANx/8AAAABAA3IAAANz/8AAAABAA3QAAAN1/8AAAABAA3YAAAN3/8AAAABAA3gAAAN5/8AAAABAA3oAAAN7/8AAAABAA3wAAAN9/8AAAABAA34AAAN//0AAAABAA4AAAAOB/8AAAABAA4IAAAOD/8AAAABAA4QAAAOF/8AAAABAA4YAAAOH/8AAAABAA4gAAAOJ/8AAAABAA4oAAAOL/8AAAABAA4wAAAON/8AAAABAA44AAAOP/8AAAABAA5AAAAOR/8AAAABAA5IAAAOT/8AAAABAA5QAAAOV/8AAAABAA5YAAAOX/8AAAABAA5gAAAOZ/8AAAABAA5oAAAOb/8AAAABAA5wAAAOd/8AAAABAA54AAAOf/8AAAABAA6AAAAOh/8AAAABAA6IAAAOj/8AAAABAA6QAAAOl/8AAAABAA6YAAAOn/8AAAABAA6gAAAOp/8AAAABAA6oAAAOr/8AAAABAA6wAAAOt/8AAAABAA64AAAOv/8AAAABAA7AAAAOx/8AAAABAA7IAAAOz/8AAAABAA7QAAAO1/8AAAABAA7YAAAO3/8AAAABAA7gAAAO5/8AAAABAA7oAAAO7/8AAAABAA7wAAAO9/8AAAABAA74AAAO//0AAAABAA8AAAAPB/8AAAABAA8IAAAPD/8AAAABAA8QAAAPF/8AAAABAA8YAAAPH/8AAAABAA8gAAAPJ/8AAAABAA8oAAAPL/8AAAABAA8wAAAPN/8AAAABAA84AAAPP/8AAAABAA9AAAAPR/8AAAABAA9IAAAPT/8AAAABAA9QAAAPV/8AAAABAA9YAAAPX/8AAAABAA9gAAAPZ/8AAAABAA9oAAAPb/8AAAABAA9wAAAPd/8AAAABAA94AAAPf/8AAAABAA+AAAAPh/8AAAABAA+IAAAPj/8AAAABAA+QAAAPl/8AAAABAA+YAAAPn/8AAAABAA+gAAAPp/8AAAABAA+oAAAPr/8AAAABAA+wAAAPt/8AAAABAA+4AAAPv/8AAAABAA/AAAAPx/8AAAABAA/IAAAPz/8AAAABAA/QAAAP1/8AAAABAA/YAAAP3/8AAAABAA/gAAAP5/8AAAABAA/oAAAP7/8AAAABAA/wAAAP9/8AAAABAA/4AAAP//0AAAABABAAAAAQB/8AAAABABAIAAAQD/8AAAABABAQAAAQF/8AAAABABAYAAAQH/8AAAABABAgAAAQJ/8AAAABABAoAAAQL/8AAAABABAwAAAQN/8AAAABABA4AAAQP/8AAAABABBAAAAQR/8AAAABABBIAAAQT/8AAAABABBQAAAQV/8AAAABABBYAAAQX/8AAAABABBgAAAQZ/8AAAABABBoAAAQb/8AAAABABBwAAAQd/8AAAABABB4AAAQf/8AAAABABCAAAAQh/8AAAABABCIAAAQj/8AAAABABCQAAAQl/8AAAABABCYAAAQn/8AAAABABCgAAAQp/8AAAABABCoAAAQr/8AAAABABCwAAAQt/8AAAABABC4AAAQv/8AAAABABDAAAAQx/8AAAABABDIAAAQz/8AAAABABDQAAAQ1/8AAAABABDYAAAQ3/8AAAABABDgAAAQ5/8AAAABABDoAAAQ7/8AAAABABDwAAAQ9/8AAAABABD4AAAQ//0AAAABAAMAAAAAAAD/tQAyAAAAAAAAAAAAAAAAAAAAAAAAAAABAAQCAAEBAQtBZG9iZUJsYW5rAAEBATD4G/gciwwe+B0B+B4Ci/sM+gD6BAUeGgA/DB8cCAEMIvdMD/dZEfdRDCUcGRYMJAAFAQEGDk1YZ0Fkb2JlSWRlbnRpdHlDb3B5cmlnaHQgMjAxMyBBZG9iZSBTeXN0ZW1zIEluY29ycG9yYXRlZC4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5BZG9iZSBCbGFua0Fkb2JlQmxhbmstMjA0OQAAAgABB/8DAAEAAAAIAQgBAgABAEsATABNAE4ATwBQAFEAUgBTAFQAVQBWAFcAWABZAFoAWwBcAF0AXgBfAGAAYQBiAGMAZABlAGYAZwBoAGkAagBrAGwAbQBuAG8AcABxAHIAcwB0AHUAdgB3AHgAeQB6AHsAfAB9AH4AfwCAAIEAggCDAIQAhQCGAIcAiACJAIoAiwCMAI0AjgCPAJAAkQCSAJMAlACVAJYAlwCYAJkAmgCbAJwAnQCeAJ8AoAChAKIAowCkAKUApgCnAKgAqQCqAKsArACtAK4ArwCwALEAsgCzALQAtQC2ALcAuAC5ALoAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAM8A0ADRANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gDjAOQA5QDmAOcA6ADpAOoA6wDsAO0A7gDvAPAA8QDyAPMA9AD1APYA9wD4APkA+gD7APwA/QD+AP8BAAEBAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAIJAgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/AkACQQJCAkMCRAJFAkYCRwJIAkkCSgJLAkwCTQJOAk8CUAJRAlICUwJUAlUCVgJXAlgCWQJaAlsCXAJdAl4CXwJgAmECYgJjAmQCZQJmAmcCaAJpAmoCawJsAm0CbgJvAnACcQJyAnMCdAJ1AnYCdwJ4AnkCegJ7AnwCfQJ+An8CgAKBAoICgwKEAoUChgKHAogCiQKKAosCjAKNAo4CjwKQApECkgKTApQClQKWApcCmAKZApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0ArUCtgK3ArgCuQK6ArsCvAK9Ar4CvwLAAsECwgLDAsQCxQLGAscCyALJAsoCywLMAs0CzgLPAtAC0QLSAtMC1ALVAtYC1wLYAtkC2gLbAtwC3QLeAt8C4ALhAuIC4wLkAuUC5gLnAugC6QLqAusC7ALtAu4C7wLwAvEC8gLzAvQC9QL2AvcC+AL5AvoC+wL8Av0C/gL/AwADAQMCAwMDBAMFAwYDBwMIAwkDCgMLAwwDDQMOAw8DEAMRAxIDEwMUAxUDFgMXAxgDGQMaAxsDHAMdAx4DHwMgAyEDIgMjAyQDJQMmAycDKAMpAyoDKwMsAy0DLgMvAzADMQMyAzMDNAM1AzYDNwM4AzkDOgM7AzwDPQM+Az8DQANBA0IDQwNEA0UDRgNHA0gDSQNKA0sDTANNA04DTwNQA1EDUgNTA1QDVQNWA1cDWANZA1oDWwNcA10DXgNfA2ADYQNiA2MDZANlA2YDZwNoA2kDagNrA2wDbQNuA28DcANxA3IDcwN0A3UDdgN3A3gDeQN6A3sDfAN9A34DfwOAA4EDggODA4QDhQOGA4cDiAOJA4oDiwOMA40DjgOPA5ADkQOSA5MDlAOVA5YDlwOYA5kDmgObA5wDnQOeA58DoAOhA6IDowOkA6UDpgOnA6gDqQOqA6sDrAOtA64DrwOwA7EDsgOzA7QDtQO2A7cDuAO5A7oDuwO8A70DvgO/A8ADwQPCA8MDxAPFA8YDxwPIA8kDygPLA8wDzQPOA88D0APRA9ID0wPUA9UD1gPXA9gD2QPaA9sD3APdA94D3wPgA+ED4gPjA+QD5QPmA+cD6APpA+oD6wPsA+0D7gPvA/AD8QPyA/MD9AP1A/YD9wP4A/kD+gP7A/wD/QP+A/8EAAQBBAIEAwQEBAUEBgQHBAgECQQKBAsEDAQNBA4EDwQQBBEEEgQTBBQEFQQWBBcEGAQZBBoEGwQcBB0EHgQfBCAEIQQiBCMEJAQlBCYEJwQoBCkEKgQrBCwELQQuBC8EMAQxBDIEMwQ0BDUENgQ3BDgEOQQ6BDsEPAQ9BD4EPwRABEEEQgRDBEQERQRGBEcESARJBEoESwRMBE0ETgRPBFAEUQRSBFMEVARVBFYEVwRYBFkEWgRbBFwEXQReBF8EYARhBGIEYwRkBGUEZgRnBGgEaQRqBGsEbARtBG4EbwRwBHEEcgRzBHQEdQR2BHcEeAR5BHoEewR8BH0EfgR/BIAEgQSCBIMEhASFBIYEhwSIBIkEigSLBIwEjQSOBI8EkASRBJIEkwSUBJUElgSXBJgEmQSaBJsEnASdBJ4EnwSgBKEEogSjBKQEpQSmBKcEqASpBKoEqwSsBK0ErgSvBLAEsQSyBLMEtAS1BLYEtwS4BLkEugS7BLwEvQS+BL8EwATBBMIEwwTEBMUExgTHBMgEyQTKBMsEzATNBM4EzwTQBNEE0gTTBNQE1QTWBNcE2ATZBNoE2wTcBN0E3gTfBOAE4QTiBOME5ATlBOYE5wToBOkE6gTrBOwE7QTuBO8E8ATxBPIE8wT0BPUE9gT3BPgE+QT6BPsE/AT9BP4E/wUABQEFAgUDBQQFBQUGBQcFCAUJBQoFCwUMBQ0FDgUPBRAFEQUSBRMFFAUVBRYFFwUYBRkFGgUbBRwFHQUeBR8FIAUhBSIFIwUkBSUFJgUnBSgFKQUqBSsFLAUtBS4FLwUwBTEFMgUzBTQFNQU2BTcFOAU5BToFOwU8BT0FPgU/BUAFQQVCBUMFRAVFBUYFRwVIBUkFSgVLBUwFTQVOBU8FUAVRBVIFUwVUBVUFVgVXBVgFWQVaBVsFXAVdBV4FXwVgBWEFYgVjBWQFZQVmBWcFaAVpBWoFawVsBW0FbgVvBXAFcQVyBXMFdAV1BXYFdwV4BXkFegV7BXwFfQV+BX8FgAWBBYIFgwWEBYUFhgWHBYgFiQWKBYsFjAWNBY4FjwWQBZEFkgWTBZQFlQWWBZcFmAWZBZoFmwWcBZ0FngWfBaAFoQWiBaMFpAWlBaYFpwWoBakFqgWrBawFrQWuBa8FsAWxBbIFswW0BbUFtgW3BbgFuQW6BbsFvAW9Bb4FvwXABcEFwgXDBcQFxQXGBccFyAXJBcoFywXMBc0FzgXPBdAF0QXSBdMF1AXVBdYF1wXYBdkF2gXbBdwF3QXeBd8F4AXhBeIF4wXkBeUF5gXnBegF6QXqBesF7AXtBe4F7wXwBfEF8gXzBfQF9QX2BfcF+AX5BfoF+wX8Bf0F/gX/BgAGAQYCBgMGBAYFBgYGBwYIBgkGCgYLBgwGDQYOBg8GEAYRBhIGEwYUBhUGFgYXBhgGGQYaBhsGHAYdBh4GHwYgBiEGIgYjBiQGJQYmBicGKAYpBioGKwYsBi0GLgYvBjAGMQYyBjMGNAY1BjYGNwY4BjkGOgY7BjwGPQY+Bj8GQAZBBkIGQwZEBkUGRgZHBkgGSQZKBksGTAZNBk4GTwZQBlEGUgZTBlQGVQZWBlcGWAZZBloGWwZcBl0GXgZfBmAGYQZiBmMGZAZlBmYGZwZoBmkGagZrBmwGbQZuBm8GcAZxBnIGcwZ0BnUGdgZ3BngGeQZ6BnsGfAZ9Bn4GfwaABoEGggaDBoQGhQaGBocGiAaJBooGiwaMBo0GjgaPBpAGkQaSBpMGlAaVBpYGlwaYBpkGmgabBpwGnQaeBp8GoAahBqIGowakBqUGpganBqgGqQaqBqsGrAatBq4GrwawBrEGsgazBrQGtQa2BrcGuAa5BroGuwa8Br0Gvga/BsAGwQbCBsMGxAbFBsYGxwbIBskGygbLBswGzQbOBs8G0AbRBtIG0wbUBtUG1gbXBtgG2QbaBtsG3AbdBt4G3wbgBuEG4gbjBuQG5QbmBucG6AbpBuoG6wbsBu0G7gbvBvAG8QbyBvMG9Ab1BvYG9wb4BvkG+gb7BvwG/Qb+Bv8HAAcBBwIHAwcEBwUHBgcHBwgHCQcKBwsHDAcNBw4HDwcQBxEHEgcTBxQHFQcWBxcHGAcZBxoHGwccBx0HHgcfByAHIQciByMHJAclByYHJwcoBykHKgcrBywHLQcuBy8HMAcxBzIHMwc0BzUHNgc3BzgHOQc6BzsHPAc9Bz4HPwdAB0EHQgdDB0QHRQdGB0cHSAdJB0oHSwdMB00HTgdPB1AHUQdSB1MHVAdVB1YHVwdYB1kHWgdbB1wHXQdeB18HYAdhB2IHYwdkB2UHZgdnB2gHaQdqB2sHbAdtB24HbwdwB3EHcgdzB3QHdQd2B3cHeAd5B3oHewd8B30Hfgd/B4AHgQeCB4MHhAeFB4YHhweIB4kHigeLB4wHjQeOB48HkAeRB5IHkweUB5UHlgeXB5gHmQeaB5sHnAedB54HnwegB6EHogejB6QHpQemB6cHqAepB6oHqwesB60HrgevB7AHsQeyB7MHtAe1B7YHtwe4B7kHuge7B7wHvQe+B78HwAfBB8IHwwfEB8UHxgfHB8gHyQfKB8sHzAfNB84HzwfQB9EH0gfTB9QH1QfWB9cH2AfZB9oH2wfcB90H3gffB+AH4QfiB+MH5AflB+YH5wfoB+kH6gfrB+wH7QfuB+8H8AfxB/IH8wf0B/UH9gf3B/gH+Qf6B/sH/Af9B/4H/wgACAEIAggDCAQIBQgGCAcICAgJCAoICwgMCA0IDggPCBAIEQgSCBMIFAgVCBYIFwgYCBkIGggbCBwIHQgeCB8IIAghCCIIIwgkCCUIJggnCCgIKQgqCCsILAgtCC4ILwgwCDEIMggzCDQINQg2CDcIOAg5CDoIOwg8CD0IPgg/CEAIQQhCCEMIRAhFCEYIRwhICEkISghLIPsMt/oktwH3ELf5LLcD9xD6BBX+fPmE+nwH/Vj+JxX50gf3xfwzBaawFfvF+DcF+PYGpmIV/dIH+8X4MwVwZhX3xfw3Bfz2Bg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODgABAQEK+B8MJpocGSQS+46LHAVGiwa9Cr0L+ucVAAPoAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAA");
}

body {
    line-height: 20px;
    min-width: 320px;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

    q:before,
    q:after {
        content: "";
    }

.latin {
    font-family: 'Droid Serif', serif;
}

.text-info {
    color: #2077bc;
}
/* wrapper */
.wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    padding-top: 123px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#skip a {
    position: absolute;
    right: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:focus {
        position: static;
        width: auto;
        height: auto;
    }

.fancybox-lock {
    width: 100%;
}
/* header */
#header {
    border: 0;
    margin-bottom: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

    #header .top {
        background: #2077bc;
        color: #fff;
        padding: 0 19px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #header .top .container {
            padding-top: 22px;
            padding-bottom: 21px;
        }

    #header .navbar-header {
        width: 100%;
    }

    #header .navbar-brand {
        padding: 0;
        margin-top: -2px;
        margin-left: 10px;
        width: 173px;
        height: 45px;
        position: relative;
        cursor: pointer;
    }

        #header .navbar-brand:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url(../images/logo.png) no-repeat;
            -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
            -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    #header .btn-cart {
        float: left;
        color: inherit;
        height: 42px;
        font-size: 28px;
        line-height: 42px;
        padding: 0 18px;
        margin: 0 18px 0 -15px;
        border-radius: 3px;
        position: relative;
    }

        #header .btn-cart:hover {
            background-color: #165484;
            color: #fff;
        }

        #header .btn-cart .numberCircle {
            position: absolute;
            top: -5px;
            right: 0;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            color: #fff;
            background-color: #ff0000;
            font: 18px/24px 'South Bold', sans-serif;
            text-align: center;
        }

    #header .navbar-form {
        margin-top: 0;
        margin-bottom: 0;
    }

        #header .navbar-form .form-control {
            background-color: #1c68a5;
            border-color: #1c68a5;
            box-shadow: none;
            color: #fff;
            font: 16px/28px 'South UltraLight', sans-serif;
            width: 344px;
            height: 42px;
            padding-left: 12px;
            padding-right: 12px;
            border-radius: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-appearance: none;
        }

            #header .navbar-form .form-control::-webkit-input-placeholder {
                color: #fff;
            }

            #header .navbar-form .form-control::-moz-placeholder {
                color: #fff;
            }

            #header .navbar-form .form-control:-ms-input-placeholder {
                color: #fff;
            }

        #header .navbar-form .btn {
            font-size: 23px;
            line-height: 28px;
            min-width: 1px;
            padding: 6px 12px;
            word-spacing: 0;
            color: inherit;
        }

        #header .navbar-form .btn-info {
            background-color: #1c68a5;
            border-color: #1c68a5;
        }

        #header .navbar-form form:hover .form-control,
        .isFixed #header .navbar-form form:hover .form-control {
            background-color: #165484;
            border-color: #165484;
            color: #fff;
        }

            #header .navbar-form form:hover .form-control::-webkit-input-placeholder,
            .isFixed #header .navbar-form form:hover .form-control::-webkit-input-placeholder {
                color: #fff;
            }

            #header .navbar-form form:hover .form-control::-moz-placeholder,
            .isFixed #header .navbar-form form:hover .form-control::-moz-placeholder {
                color: #fff;
            }

            #header .navbar-form form:hover .form-control:-ms-input-placeholder,
            .isFixed #header .navbar-form form:hover .form-control:-ms-input-placeholder {
                color: #fff;
            }

        #header .navbar-form form:hover .btn-info,
        .isFixed #header .navbar-form form:hover .btn-info {
            background-color: #165484;
            border-color: #165484;
            color: #fff;
        }

    #header .bottom {
        background: #fff;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #header .navbar-nav {
        font: 17px/29px 'South UltraLight', sans-serif;
    }

        #header .navbar-nav .fa {
            font-size: 21px;
            position: relative;
            top: 3px;
        }

        #header .navbar-nav a {
            -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
            -o-transition: background .3s ease, color .3s ease, opacity .3s ease;
            transition: background .3s ease, color .3s ease, opacity .3s ease;
        }

        #header .navbar-nav > li > a {
            float: left;
            padding: 4px 30px;
            color: #404041;
            line-height: inherit;
        }

    #header .navbar-right {
        margin-right: -15px;
    }

        #header .navbar-right > li {
            border-left: 1px solid #e4e4e5;
        }

    #header .nav > .has-large-drop {
        position: static;
    }

    #header .navbar-left {
        margin-left: -15px;
    }

        #header .navbar-left > li {
            border-right: 1px solid #e4e4e5;
        }

            #header .navbar-left > li > a {
                padding-left: 20px;
                padding-right: 20px;
            }

    #header .socials {
        /*float:right;*/
        list-style: none;
        margin: 0;
        padding: 0 12px;
    }

        #header .socials > li {
            float: right;
        }

            #header .socials > li a {
                float: left;
                min-width: 36px;
                color: inherit;
                padding: 4px 8px;
                text-align: center;
            }

                #header .socials > li a:focus,
                #header .socials > li a:hover {
                    background: none;
                    color: #2077bc;
                }

    #header .accessibility-drop {
        margin-top: 8px;
        margin-left: 8px;
        font-size: 14px;
        line-height: 24px;
    }

        #header .accessibility-drop strong {
            display: block;
            font-size: 16px;
            font-weight: normal;
            font-family: 'South Regular', sans-serif;
        }

        #header .accessibility-drop a,
        #header .accessibility-drop strong {
            padding: 3px 41px 3px 10px;
            line-height: inherit;
            position: relative;
            color: inherit;
        }

            #header .accessibility-drop a:hover,
            #header .accessibility-drop .active > a {
                background-color: #2077bc;
                color: #fff;
            }

        #header .accessibility-drop .fa {
            position: absolute;
            top: 8px;
            right: 16px;
            font-size: 12px;
            color: #333;
        }

    #header .drop {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        overflow: hidden;
        font-size: 14px;
        line-height: 19px;
    }
    body #header .drop-large .container {
	-webkit-box-shadow: none;
	box-shadow: none;
}
    #header .drop-large {
        background: none;
        	width: 100%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: inset 0 1px 0 0 #e4e4e5, 0 5px 5px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 0 #e4e4e5, 0 5px 5px 0 rgba(0,0,0,0.1);
    }

    #header .drop:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #d0d0d0;
    }

    #header .drop .container {
        padding-top: 37px;
        padding-bottom: 27px;
        background: #fff;
        -webkit-box-shadow: inset 0 1px 0 0 #e4e4e5, 0 5px 5px 0 rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 0 0 #e4e4e5, 0 5px 5px 0 rgba(0,0,0,0.1);
    }

    #header .drop .head {
        position: relative;
    }

    #header .drop .row {
        margin-left: -26px;
        margin-right: -26px;
    }

    #header .drop [class^="col-"] {
        padding-left: 26px;
        padding-right: 26px;
    }

    #header .drop > .container > .row > [class^="col-"] + [class^="col-"]:before {
        content: '';
        position: absolute;
        top: 4px;
        right: 0;
        bottom: 4px;
        width: 1px;
        background: #dbdbdb;
    }

    #header .drop-ttl {
        display: block;
        font-size: 20px;
        line-height: 23px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    #header .drop ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #header .drop li + li {
        border-top: 1px solid #dbdbdb;
    }

    #header .drop li a {
        display: block;
        margin: 0 -10px;
        padding: 10px;
    }

        #header .drop li a:hover,
        #header .drop .active > a {
            color: #fff;
            background-color: #2077bc;
            text-decoration: none;
        }

    #header .drop a {
        color: inherit;
    }

    #header .drop .more {
        text-align: left;
        padding-top: 12px;
        border-top: 1px solid #dbdbdb;
    }

        #header .drop .more a {
            text-decoration: underline;
        }

            #header .drop .more a:hover {
                text-decoration: none;
            }
/* breadcrumb */
.breadcrumb-area {
    background: #fff;
    border: solid #e4e4e5;
    border-width: 1px 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
}

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 13px 20px;
    margin-bottom: 2px;
    font: 13px/16px 'South UltraLight', sans-serif;
}

    .breadcrumb > li + li:before {
        content: '\f104';
        font-family: 'FontAwesome';
        color: inherit;
        padding-left: 7px;
        padding-right: 7px;
        position: relative;
        top: 1px;
    }

    .breadcrumb > .active,
    .breadcrumb > .active a {
        color: inherit;
    }

        .breadcrumb a:hover,
        .breadcrumb > .active a:hover {
            color: #2077bc;
        }

.bootstrap-select .btn-default:hover {
    background-color: #fff;
}
/* video-area */
.video-area {
    position: relative;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}

.embed-responsive-5by2 {
    padding-bottom: 37.21%;
}

.video-area .jp-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    border: 0;
}

.video-area .jp-type-single {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-area .jp-jplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
    height: auto !important;
}

    .video-area .jp-jplayer img {
        position: absolute;
        top: 0;
        left: -1000px;
        right: -1000px;
        bottom: 0;
        margin: auto;
        width: auto !important;
        height: 100% !important;
        max-height: 100%;
        z-index: 5;
    }

    .video-area .jp-jplayer video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 1;
        opacity: 0;
    }

.video-area .jp-video.started video {
    opacity: 1;
}

.video-area .jp-state-playing img {
    display: none;
}

.video-area .jp-video-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    margin: 0;
    z-index: 10;
}

    .video-area .jp-video-play:before {
        content: '\f04b';
        position: absolute;
        top: 50%;
        left: 50%;
        background: #da3232;
        border-radius: 14px;
        margin: -30px 0 0 -43px;
        padding: 17px 10px 17px 15px;
        width: 85px;
        height: 60px;
        color: #fff;
        font: 26px/1em 'FontAwesome';
        text-align: center;
        text-indent: 0;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .video-area .jp-video-play:hover:before {
        opacity: 0.8;
    }

.video-area .jp-interface {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    max-width: 654px;
    background: none;
    margin: 0 auto;
    padding: 0 45px;
    border: 0;
    z-index: 12;
    display: none;
}

.video-area .started .jp-interface {
    display: block;
}

.video-area .jp-seek-bar {
    position: relative;
    background: #656565;
}

.video-area .jp-progress {
    height: 9px;
    background: #000;
}

.video-area .jp-play-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #da3232;
}

.video-area .jp-details,
.video-area .jp-current-time,
.video-area .jp-duration,
.video-area .jp-volume-bar,
.video-area .jp-toggles {
    display: none !important;
}

.video-area .jp-controls-holder {
    width: auto;
    clear: none;
    overflow: visible;
    top: 0;
}

.video-area .jp-volume-controls {
    position: absolute;
    top: -20px;
    right: -45px;
    left: auto;
    width: 30px;
    height: 30px;
}

    .video-area .jp-volume-controls button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        color: #fff;
        background: none;
        z-index: 2;
    }

    .video-area .jp-volume-controls .jp-volume-max {
        opacity: 0;
        z-index: 1;
    }

.video-area .jp-state-muted .jp-mute {
    opacity: 0;
}

.video-area .jp-state-muted .jp-volume-max {
    opacity: 1;
    z-index: 3;
}

.video-area .jp-mute:before,
.video-area .jp-volume-max:before {
    font: 26px/1em 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -0.5em 2px 0;
    text-indent: 0;
    text-align: left;
    text-shadow: 0 0 2px #000;
}

.video-area .jp-volume-max:before {
    content: '\f026';
}

.video-area .jp-mute:before {
    content: '\f028';
}

.video-area .jp-video .jp-controls {
    position: absolute;
    top: -20px;
    left: -45px;
    margin-left: 0;
}

.video-area .jp-controls button {
    position: relative;
    padding: 0;
    margin-top: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background: none;
}

.video-area .jp-controls .jp-stop {
    margin-left: 2px;
    display: none;
}

    .video-area .jp-controls .jp-play:before,
    .video-area .jp-controls .jp-stop:before {
        font: 22px/1em 'FontAwesome';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: -0.5em 1px 0;
        text-indent: 0;
        text-shadow: 0 0 2px #000;
    }

.video-area .jp-controls .jp-play:before {
    content: '\f04b';
}

.video-area .jp-state-playing .jp-controls .jp-play:before {
    content: '\f04c';
}

.video-area .jp-controls .jp-stop:before {
    content: '\f04d';
}

.video-area .jp-video-play-icon {
    position: absolute;
    opacity: 0;
}

.text-grey {
    color: #404041;
}
/* article-head */
.article-head {
    font-size: 16px;
    line-height: 18px;
    font-family: 'South UltraLight', sans-serif;
    letter-spacing: 1px;
    padding-bottom: 13px;
}

    .article-head a {
        color: inherit;
    }

    .article-head .str {
        display: block;
        padding: 0 0 3px;
    }

    .article-head h1 {
        margin: 0;
        font: 40px/36px 'South Regular', sans-serif;
    }

    .article-head h2 {
        margin: 0;
        font: 24px/28px 'South Regular', sans-serif;
    }

    .article-head .subtitle {
        font-size: 20px;
        line-height: 32px;
        font-family: 'South UltraLight', sans-serif;
        margin-bottom: 19px;
    }

    .article-head .author {
        display: block;
        margin: -3px 0 0;
    }
/* cover-block */
.cover-block {
    position: relative;
    z-index: 30;
    margin: 0 30px;
    padding: 23px 23px 0;
    background: #fff;
    top: -45px;
}

    .cover-block:before {
        content: '';
        position: absolute;
        left: -45px;
        right: -45px;
        top: 100%;
        height: 45px;
        background: #fff;
    }

    .cover-block .offset-top {
        padding-top: 21px;
    }
/* separator */
.separator {
    border-top: 1px solid #d9d9d9;
    padding-top: 25px;
}

    .separator.type2 {
        padding-top: 35px;
        margin-top: 10px;
    }

    .separator.type3 {
        padding-top: 45px;
    }

    .separator.type4 {
        padding-top: 52px;
        padding-bottom: 60px;
    }
/* news-item */
.news-item {
    border: 0;
    padding: 0;
    margin-bottom: 27px;
    line-height: inherit;
}

    .news-item .img {
        display: block;
        position: relative;
        padding-bottom: 59.37%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    }

    .news-item a:hover h2,
    .news-item a:hover .author {
        text-decoration: underline;
    }

    .news-item a:hover .img {
        -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    }

    .news-item .img img {
        width: 100%;
        height: auto;
    }

    .news-item .youtube-fancy .img {
        cursor: pointer;
        position: relative;
        direction: ltr;
    }

        .news-item .youtube-fancy .img:before,
        .news-item .youtube-fancy .img:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
        }

        .news-item .youtube-fancy .img:before {
            margin: -40px 0 0 -40px;
            width: 81px;
            height: 81px;
            border-radius: 50%;
            background: #404041;
            border: 1px solid #fff;
            opacity: 0.5;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .news-item .youtube-fancy .img:after {
            width: 0;
            height: 0;
            border: solid transparent;
            border-width: 17px 0 17px 20px;
            border-left-color: #fff;
            margin: -17px 0 0 -5px;
        }

        .news-item .youtube-fancy .img:hover:before {
            opacity: 0.8;
        }

    .news-item .offset-top {
        padding-top: 20px;
    }

    .news-item .caption {
        padding: 26px 15px 5px;
    }
/* fancybox-custom */
.fancybox-custom .fancybox-skin {
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fancybox-custom .fancybox-close {
    width: 28px;
    height: 28px;
    background: none;
    right: auto;
    top: -5px;
    left: -3px;
    text-align: center;
    color: #fff;
}

    .fancybox-custom .fancybox-close:hover {
        opacity: 0.8;
    }

    .fancybox-custom .fancybox-close:before,
    .fancybox-custom .fancybox-close:after {
        content: '';
        position: absolute;
        top: 12px;
        left: 3px;
        width: 22px;
        height: 5px;
        background: #fff;
    }

    .fancybox-custom .fancybox-close:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .fancybox-custom .fancybox-close:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.fancybox-custom .fancybox-title-inside-wrap {
    margin: 0;
    padding-top: 13px;
    font: 16px/19px Arial, sans-serif;
    color: #fff;
}

    .fancybox-custom .fancybox-title-inside-wrap:after {
        content: '';
        display: block;
        clear: both;
    }

.fancybox-custom .fancy-num {
    float: left;
    margin: 1px 10px 0 0;
    font-size: 14px;
    line-height: 17px;
}

.fancybox-custom .fancy-ttl {
    display: block;
    font: 18px/1em 'South Regular', sans-serif;
    padding: 0 0 5px;
}

.fancybox-custom .fancy-str {
    display: block;
}

.fancybox-custom .fancybox-nav span {
    visibility: visible;
    background: none;
    text-align: center;
    color: #fff;
    font-size: 72px;
    line-height: 1em;
    height: 1em;
    margin-top: -0.5em;
}

.fancybox-custom .fancybox-prev {
    right: 0;
    left: auto;
}

    .fancybox-custom .fancybox-prev span {
        right: -48px;
        left: auto;
    }

.fancybox-custom .fancybox-next {
    right: auto;
    left: 0;
}

    .fancybox-custom .fancybox-next span {
        left: -48px;
        right: auto;
    }

.fancybox-custom .fancybox-nav span:before {
    display: inline-block;
    vertical-align: top;
    font-family: 'FontAwesome';
}

.fancybox-custom .fancybox-next span:before {
    content: '\f104';
}

.fancybox-custom .fancybox-prev span:before {
    content: '\f105';
}
/* opinions */
.opinions {
    padding: 0 0 46px;
    margin: 0 auto;
    max-width: 1140px;
}

    .opinions .opinion-head {
        padding-bottom: 49px;
    }

        .opinions .opinion-head h2 {
            display: inline-block;
            vertical-align: top;
            min-width: 326px;
            border-bottom: 1px solid #404041;
            margin-top: 0;
            margin-bottom: 16px;
            padding: 10px 15px 17px;
            letter-spacing: 1px;
        }

            .opinions .opinion-head h2 img {
                vertical-align: bottom;
                max-width: 94px;
                width: auto;
                margin-right: 18px;
            }

        .opinions .opinion-head h3 {
            font: 30px/33px 'South UltraLight', sans-serif;
            letter-spacing: 1px;
            margin: 0 0 20px;
        }

    .opinions .holder {
        position: relative;
        margin-bottom: 30px;
    }

        .opinions .holder.animated > .col {
            right: 0;
            opacity: 1;
        }

        .opinions .holder.animated > .col2 {
            right: auto;
            left: 0;
        }

        .opinions .holder > .col {
            float: right;
            width: 50%;
            padding: 0 0 0 100px;
            position: relative;
            right: -25%;
            opacity: 0;
            -webkit-transition: all 2s ease;
            transition: all 2s ease;
        }

        .opinions .holder > .col2 {
            padding-left: 0;
            padding-right: 100px;
            right: auto;
            left: -25%;
        }

    .opinions .opinion-item {
        margin-bottom: 0;
        font-family: 'South UltraLight', sans-serif;
    }

    .opinions .between-decor {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -60px 0 0 -55px;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 1px solid #404041;
    }

        .opinions .between-decor:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -14px 0 0 -32px;
            width: 63px;
            height: 27px;
            background: url(/images/ico-between-01.svg) no-repeat 50% 50% / cover;
        }
/* opinion-item */
.opinion-item {
    position: relative;
    border: 0;
    padding: 0 36.17% 0 0;
    min-height: 257px;
    font-size: 16px;
    line-height: 19px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}

    .opinion-item .img {
        position: absolute;
        overflow: hidden;
        color: #fff;
        top: 0;
        left: 63.83%;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }

        .opinion-item .img:before {
            content: '';
            position: absolute;
            right: -65%;
            bottom: -15px;
            width: 130%;
            height: 30px;
            background: rgba(0,0,0,0.6);
            border-radius: 50%;
            box-shadow: 0 0 25px 35px rgba(0,0,0,0.6);
        }

        .opinion-item .img figcaption {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 9px 14px;
        }

        .opinion-item .img cite {
            display: block;
            font-style: normal;
            letter-spacing: 1px;
        }

    .opinion-item .caption {
        padding: 24px 28px;
    }

    .opinion-item h4 {
        font-size: 30px;
        line-height: 33px;
        font-family: 'South UltraLight', sans-serif;
        margin: 0 0 22px;
    }
/* event-item */
.event-item {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}

    .event-item .media-body {
        width: auto;
        padding: 15px 0 15px 15px;
        vertical-align: bottom;
    }

    .event-item .media-left {
        vertical-align: middle;
        padding: 16px 15px;
        width: 260px;
    }

    .event-item .date {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 158px;
        padding: 15px;
        font: 16px/1em 'South UltraLight', sans-serif;
    }

        .event-item .date .str {
            display: block;
            position: relative;
        }

            .event-item .date .str + .str:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                width: 57px;
                height: 1px;
                background: #2377bc;
            }

        .event-item .date .sml {
            padding-top: 13px;
        }

        .event-item .date .mdl {
            font-size: 20px;
            line-height: 1em;
            padding-top: 12px;
            padding-bottom: 9px;
        }

        .event-item .date .day {
            font-size: 60px;
            line-height: 1em;
        }

    .event-item .btn-holder {
        display: table-cell;
        vertical-align: middle;
        width: 225px;
    }

    .event-item .descr {
        padding: 0 0 33px;
    }

    .event-item .media-heading {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 4px;
    }

    .event-item .tag-list {
        padding-bottom: 0;
    }
/* tag-list */
.tag-list {
    list-style: none;
    margin: 0 -7px;
    padding: 0 0 20px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -6px;
}

    .tag-list > li {
        display: inline-block;
        vertical-align: top;
        margin: 15px 7px 0;
        font-size: 13px;
        line-height: 17px;
        font-family: 'South UltraLight', sans-serif;
        letter-spacing: 0;
    }

    .tag-list a {
        display: block;
        background: #2377bc;
        color: #fff;
        cursor: pointer;
        padding: 5px 9px 3px;
        letter-spacing: 1px;
    }

        .tag-list a:hover {
            text-decoration: none;
        }

    .tag-list .icon {
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 5px;
    }

        .tag-list .icon img {
            vertical-align: top;
        }

.spec-block {
    display: none;
}
/* footer-block */
.footer-block {
    padding-top: 15px;
    padding-bottom: 45px;
}
/* banner-block */
.banner-block {
    display: block;
    position: relative;
    margin: 20px 0 45px;
    color: inherit;
    font-size: 20px;
    line-height: 36px;
    font-family: 'South UltraLight', sans-serif;
    letter-spacing: 1px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}

    .banner-block:hover {
        text-decoration: none;
    }

    .banner-block .cell {
        position: absolute;
        top: 25px;
        left: 26px;
    }

    .banner-block .tbl {
        display: table;
        width: 100%;
        height: 287px;
    }

    .banner-block .tbl-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 25px 89px 15px;
    }

    .banner-block .fill-str {
        background: #fff;
        padding: 6px 0;
        -webkit-box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
        box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
    }

    .banner-block h2 {
        font-size: 40px;
        line-height: 51px;
        margin: 0 0 6px;
    }

        .banner-block h2 .fill-str {
            position: relative;
            right: 5px;
            padding-top: 0;
            padding-bottom: 0;
            -webkit-box-shadow: 17px 0 0 #fff, -17px 0 0 #fff;
            box-shadow: 17px 0 0 #fff, -17px 0 0 #fff;
        }

    .banner-block p {
        margin-bottom: 0;
    }
/* face-list */
.face-list {
    list-style: none;
    margin: 0;
    padding: 47px 0 0;
    font-size: 0;
    line-height: 0;
    font-family: 'AdobeBlank';
    text-align: center;
}

    .face-list > li {
        display: inline-block;
        vertical-align: top;
        width: 14.28%;
    }

    .face-list .face-item {
        display: block;
        padding: 0 0 128.8%;
        background-position: 0 50%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

        .face-list .face-item:hover {
            opacity: 0.8;
        }
/* main-area */
.main-area {
    padding: 37px 190px 20px 321px;
    position: relative;
}

    .main-area:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 246px;
        width: 1px;
        background: #e5e5e5;
    }

.sidebar {
    float: left;
    width: 246px;
    padding: 0 44px 0 37px;
    margin: 0 75px 0 -321px;
}

.main-column {
    float: right;
    width: 100%;
}

.add-column {
    float: right;
    width: 113px;
    position: relative;
    left: 100%;
    margin: 0 -190px 0 77px;
}
/* related-box */
.related-box {
    padding: 0 0 80px;
}

    .related-box h3 {
        font-size: 30px;
        line-height: 1em;
        font-family: 'South UltraLight', sans-serif;
        margin: 0 0 15px;
    }

.related-list {
    list-style: none;
    margin: 0 0 9px;
    padding: 0;
    line-height: 1em;
}

    .related-list li {
        border-top: 1px solid #e5e5e5;
        padding: 20px 0;
    }

    .related-list a {
        color: inherit;
    }
/* share-block */
.share-block h3 {
    font-size: 30px;
    line-height: 1em;
    font-family: 'South UltraLight', sans-serif;
    margin: 0 0 18px;
}

.share-list {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 1em;
    font-family: 'South UltraLight', sans-serif;
}

    .share-list li {
        border-top: 1px solid #e5e5e5;
        display: table;
        width: 100%;
        height: 71px;
    }

    .share-list .tbl-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0;
    }

    .share-list a {
        display: block;
        cursor: pointer;
        position: relative;
        padding: 0 60px 0 0;
        color: inherit;
    }

    .share-list .icon {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
    }

        .share-list .icon img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
            height: auto;
        }

        .share-list .icon .fa {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            margin-top: -0.5em;
            font-size: 30px;
            line-height: 1em;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .share-list .icon .color01 {
            color: #48ae4d;
        }

        .share-list .icon .color02 {
            color: #425daa;
        }

        .share-list .icon .color03 {
            color: #2cace2;
        }

        .share-list .icon .color04 {
            color: #2177bd;
        }

        .share-list .icon .color05 {
            color: #808080;
        }

    .share-list a:hover {
        text-decoration: none;
        color: #2077bc;
    }

        .share-list a:hover .icon .fa {
            color: inherit;
        }

.affix-bottom {
    position: absolute;
    bottom: 0;
}
/* meta */
.meta {
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    font-size: 14px;
    line-height: 17px;
    padding: 14px 0;
    margin: 0 0 22px;
}

    .meta p {
        margin: 0;
    }

    .meta .date {
        display: table;
        height: 40px;
        font-size: 20px;
        line-height: 1em;
        font-family: 'South UltraLight', sans-serif;
        margin: 7px 0 12px;
    }

        .meta .date .cell {
            display: table-cell;
            vertical-align: middle;
            padding-left: 10px;
        }

            .meta .date .cell.sep {
                border-right: 1px solid #2476bf;
                padding-right: 29px;
            }

        .meta .date .str {
            display: block;
        }

        .meta .date .base-inf {
            width: 76px;
        }

        .meta .date .day {
            font-size: 60px;
            line-height: 40px;
            width: 82px;
            padding-right: 13px;
        }

        .meta .date .small {
            font-size: 15px;
            line-height: 1em;
        }

        .meta .date .mdl {
            font-size: 24px;
            line-height: 1em;
        }

.lead {
    font-size: 16px;
    line-height: 25px;
}
/* photo-block */
.photo-block {
    margin: 0 0 29px;
}

    .photo-block > a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        direction: ltr;
    }

        .photo-block > a:before,
        .photo-block > a:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .photo-block > a:before {
            border-radius: 50%;
            background: rgba(64,64,65, 0.5);
            border: 1px solid #fff;
            width: 98px;
            height: 98px;
            margin: -49px 0 0 -49px;
        }

        .photo-block > a:after {
            content: '\f00e';
            font: 50px/1em 'FontAwesome';
            left: 0;
            right: 0;
            text-align: center;
            margin-top: -0.5em;
            color: #fff;
        }

        .photo-block > a:hover:before,
        .photo-block > a:hover:after {
            opacity: 1;
        }

    .photo-block .img-responsive {
        width: 100%;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    }

    .photo-block figcaption {
        font: 12px/15px 'South UltraLight', sans-serif;
        padding: 12px 0;
    }
/* ad-box */
.ad-box {
    margin: 0 -15px 30px;
}

    .ad-box img {
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    }
/* content-menu */
.content-menu {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    margin-bottom: 37px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

    .content-menu .btn-open {
        display: block;
        cursor: pointer;
        position: relative;
        padding: 19px 15px 19px 50px;
        color: inherit;
    }

        .content-menu .btn-open:hover,
        .content-menu .btn-open:focus {
            text-decoration: none;
        }

        .content-menu .btn-open .caret {
            position: absolute;
            top: 50%;
            left: 24px;
            margin-top: -4px;
            border-width: 8px 7px 0;
            border-top-color: #444e4f;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .content-menu.open {
        border-color: #2077bc;
    }

        .content-menu.open .btn-open .caret {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .content-menu .dropdown-menu {
        left: -1px;
        right: -1px;
        margin-top: -3px;
        border-color: #c7c7c7 #2077bc #2077bc;
        border-radius: 0 0 4px 4px;
        padding: 20px 0;
        line-height: 20px;
        font-family: 'South UltraLight', sans-serif;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    }

        .content-menu .dropdown-menu a {
            line-height: inherit;
            color: #404041;
            padding: 10px 15px;
            white-space: normal;
        }

            .content-menu .dropdown-menu a:hover {
                background-color: #2077bc;
                color: #fff;
            }

                .content-menu .dropdown-menu a:hover .text-info {
                    color: inherit;
                }
/* article-part */
.article-part {
    line-height: 26px;
    padding-bottom: 13px;
}

    .article-part h2 {
        font-size: 40px;
        line-height: 1em;
        font-family: 'South UltraLight', sans-serif;
        letter-spacing: 2px;
        margin: 0 0 11px;
    }

    .article-part h3 {
        font-size: 20px;
        line-height: 1em;
        font-family: 'South UltraLight', sans-serif;
        margin: 0 0 15px;
    }

    .article-part p {
        margin-bottom: 26px;
    }
/* panel-item */
.panel-item {
    border: 0;
    border-radius: 0;
    margin: 38px 0 23px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel-item .panel-body {
        padding: 25px 28px 29px;
        background: #f4f4f4;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    }

    .panel-item .panel-footer {
        background: none;
        border-top: 0;
        font: 12px/15px 'South UltraLight', sans-serif;
        word-spacing: 4px;
        padding: 12px 0;
    }

    .panel-item h3 {
        margin: 0 0 3px;
        font-size: 22px;
        line-height: 1em;
        font-family: 'South UltraLight', sans-serif;
    }

    .panel-item p {
        margin-bottom: 24px;
    }
/* testimonial */
.testimonial {
    border: 0;
    margin: 0 0 56px;
    padding: 62px 30px 50px;
    background: #2077bc;
    color: #fff;
    position: relative;
    top: 10px;
    font: 26px/40px 'South UltraLight', sans-serif;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}

    .testimonial:before,
    .testimonial:after {
        position: absolute;
        font: 88px/25px Arial, Helvetica, sans-serif;
    }

    .testimonial:before {
        content: '”';
        top: 49px;
        right: 28px;
    }

    .testimonial:after {
        content: '”';
        left: 26px;
        bottom: 4px;
    }

    .testimonial q {
        display: block;
        padding-bottom: 12px;
    }

    .testimonial cite {
        display: block;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
    }

        .testimonial cite:before {
            content: '-';
            margin-left: 7px;
        }
/* data-list */
.data-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'South UltraLight', sans-serif;
}

    .data-list > li {
        display: table;
        width: 100%;
        height: 61px;
    }

        .data-list > li + li {
            border-top: 1px solid #c7c7c7;
        }

    .data-list .data-name,
    .data-list .data-value {
        display: table-cell;
        vertical-align: middle;
        padding: 5px 0 5px 10px;
    }

    .data-list .data-value {
        width: 52px;
    }
/* toolbox */
.toolbox {
    list-style: none;
    margin: 0 -14px;
    padding: 25px 0 2px;
    font-size: 20px;
    line-height: 23px;
    font-family: 'South UltraLight', sans-serif;
    letter-spacing: 1px;
}

    .toolbox > li + li {
        border-top: 1px solid #c7c7c7;
    }

    .toolbox a {
        display: block;
        cursor: pointer;
        position: relative;
        color: inherit;
        padding: 19px 14px 17px 40px;
    }

        .toolbox a:hover,
        .toolbox .active > a {
            text-decoration: none;
            color: #fff;
            background: #2077bc;
        }

            .toolbox a:hover .fa,
            .toolbox .active .fa {
                color: #fff;
            }

    .toolbox .fa {
        color: #2077bc;
    }

    .toolbox .hold {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 24px;
        text-align: center;
        margin: -8px 0 0;
        font-size: 16px;
        line-height: 1em;
    }
/* num-list */
.num-list {
    list-style: none;
    margin: 0;
    padding: 2px 40px 0 0;
    counter-reset: section;
    word-spacing: 4px;
}

    .num-list li {
        padding: 0 0 26px;
    }

        .num-list li:before {
            content: counter(section) '.';
            counter-increment: section;
            margin-right: -40px;
            padding-right: 4px;
            padding-left: 5px;
            width: 40px;
            display: inline-block;
            vertical-align: top;
            font-family: 'South UltraLight', sans-serif;
        }

.simple-link {
    color: inherit;
}

mark,
.mark {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: none;
    padding: 0;
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

    mark:before,
    .mark:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50%;
        margin-bottom: -0.65em;
        height: 6px;
        background: rgba(32,119,188,0.2);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mark:hover {
        background-color: rgba(32,119,188,0.2);
        text-decoration: none;
        color: inherit;
    }

        .mark:hover:before {
            opacity: 0;
        }
/* dlist */
.dlist {
    font-family: 'South UltraLight', sans-serif;
    line-height: 20px;
    margin-bottom: 38px;
    padding-top: 6px;
}

    .dlist dt,
    .dlist dd {
        line-height: inherit;
    }

    .dlist dt {
        font-weight: normal;
    }

    .dlist a {
        color: inherit;
    }

        .dlist a:hover {
            text-decoration: none;
            border-style: solid;
            border-width: 0 0 2px;
        }

    .dlist + .btn {
        top: -15px;
        position: relative;
    }
/* tooltip */
.tooltip {
    font-size: 16px;
    line-height: 26px;
    font-family: 'South UltraLight', sans-serif;
    text-align: right;
}

    .tooltip.bottom {
        padding-top: 14px;
    }

    .tooltip.in {
        opacity: 1;
    }

.tooltip-inner {
    min-width: 225px;
    max-width: 400px;
    padding: 10px 18px;
    text-align: inherit;
    color: inherit;
    border: 1px solid #c7c7c7;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

.tooltip h6 {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    color: #2077bc;
}

.tooltip p {
    margin: 0 !important;
}

.tooltip.bottom .tooltip-arrow {
    margin-top: -1px;
    margin-left: -16px;
    border-width: 0 14px 16px;
    border-bottom-color: #c7c7c7;
}

    .tooltip.bottom .tooltip-arrow:before {
        content: '';
        position: absolute;
        top: 1px;
        left: -14px;
        border: solid transparent;
        border-width: 0 14px 16px;
        border-bottom-color: #fff;
    }
/* team-section */
.team-section {
    text-align: center;
    padding-top: 41px;
}

    .team-section h2 {
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 38px;
    }

.team-list {
    list-style: none;
    margin: 0 -16px;
    padding: 0 0 4px;
    font-size: 0;
    line-height: 0;
    font-family: 'AdobeBlank';
}

    .team-list > li {
        display: inline-block;
        vertical-align: top;
        width: 330px;
        max-width: 100%;
        padding: 0 16px 19px;
        text-align: right;
    }

    .team-list .photo {
        padding: 0 0 59.7%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    }

    .team-list .caption {
        padding: 27px 0 5px 35px;
        font: 16px/26px 'South UltraLight', sans-serif;
        position: relative;
    }

        .team-list .caption header {
            line-height: 18px;
        }

        .team-list .caption .btn-more {
            position: absolute;
            top: -27px;
            left: 13px;
            z-index: 2;
            margin-bottom: 0;
            width: 53px;
            height: 53px;
        }

            .team-list .caption .btn-more:before {
                width: 3px;
                height: 15px;
            }

            .team-list .caption .btn-more:after {
                width: 15px;
                height: 3px;
            }

    .team-list .opened {
        position: relative;
        z-index: 5;
    }

    .team-list .caption .btn-more:before {
        opacity: 1;
    }

    .team-list .opened .caption .btn-more:before {
        opacity: 0;
    }

    .team-list .caption .add-descr {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        display: none;
        background: #f4f4f4;
        padding: 29px 25px 30px;
        -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
        box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
    }

        .team-list .caption .add-descr p {
            margin-bottom: 22px;
            word-spacing: 2px;
        }

        .team-list .caption .add-descr header p {
            margin-bottom: 21px;
        }

    .team-list h3 {
        font-size: 20px;
        line-height: 1em;
        margin: 0;
    }

    .team-list p {
        margin: 0 0 18px;
    }

    .team-list.type2 {
        padding-bottom: 0;
    }

        .team-list.type2 > li {
            padding-bottom: 71px;
        }

        .team-list.type2 .caption {
            padding: 0;
            -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
            box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
        }

            .team-list.type2 .caption:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 3px;
                background: #f4f4f4;
                opacity: 0;
                z-index: 2;
            }

        .team-list.type2 .opened .caption:before {
            opacity: 1;
        }

        .team-list.type2 .caption .tbl {
            display: table;
            width: 100%;
            height: 105px;
        }

        .team-list.type2 .caption .tbl-cell {
            display: table-cell;
            vertical-align: middle;
            padding: 25px 21px;
        }

        .team-list.type2 .caption header p {
            margin-bottom: 0;
        }

        .team-list.type2 .caption .btn-more {
            top: auto;
            bottom: -25px;
        }

        .team-list.type2 .caption .add-descr {
            top: 100%;
        }

        .team-list.type2 .opened .caption {
            background-color: #f4f4f4;
        }
/* gallery */
.gallery,
.gallery-pager {
    position: relative;
    background: #f4f4f4;
    padding: 25px 12px 95px;
}

    .gallery .slick-slide:focus,
    .gallery-pager .slick-slide:focus {
        outline: none;
    }

    .gallery .slick-slide img,
    .gallery-pager .slick-slide img {
        width: 100%;
        height: auto;
    }

    .gallery .slick-arrow,
    .gallery-pager .slick-arrow {
        position: absolute;
        top: 50%;
        margin: -26px 0 0;
        padding: 0;
        border: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 26px;
        height: 52px;
        background: #000;
        color: #fff;
        z-index: 20;
    }

        .gallery .slick-arrow:focus,
        .gallery-pager .slick-arrow:focus {
            outline: none;
        }

        .gallery .slick-arrow.slick-disabled,
        .gallery .slick-arrow.slick-disabled:hover,
        .gallery-pager .slick-arrow.slick-disabled,
        .gallery-pager .slick-arrow.slick-disabled:hover {
            cursor: default;
            opacity: 0.2;
        }

        .gallery .slick-arrow:hover,
        .gallery-pager .slick-arrow:hover {
            opacity: 0.7;
        }

        .gallery .slick-arrow:before,
        .gallery-pager .slick-arrow:before {
            font-size: 30px;
            line-height: 1em;
            font-family: 'FontAwesome';
            text-indent: 0;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            margin: -0.5em 0 0;
        }

    .gallery .slick-prev,
    .gallery-pager .slick-prev {
        right: 12px;
        border-radius: 26px 0 0 26px;
    }

        .gallery .slick-prev:before,
        .gallery-pager .slick-prev:before {
            content: '\f105';
            left: 7px;
        }

    .gallery .slick-next,
    .gallery-pager .slick-next {
        left: 12px;
        border-radius: 0 26px 26px 0;
    }

        .gallery .slick-next:before,
        .gallery-pager .slick-next:before {
            content: '\f104';
            right: 7px;
        }

    .gallery figcaption {
        font-size: 19px;
        line-height: 1em;
        font-family: 'South UltraLight', sans-serif;
        word-spacing: 3px;
        padding: 1px 6px 21px;
    }

        .gallery figcaption time {
            display: block;
            padding: 0 0 9px;
        }

        .gallery figcaption p {
            margin-bottom: 0;
        }

.gallery-pager {
    padding: 30px 0;
    margin-bottom: 50px;
    overflow: hidden;
    border: solid transparent;
    border-width: 0 12px;
}

    .gallery-pager .slick-prev {
        right: 0;
    }

    .gallery-pager .slick-next {
        left: 0;
    }

    .gallery-pager .slick-list {
        margin: 0 -16px;
    }

    .gallery-pager .slick-slide {
        padding: 0 16px;
    }

        .gallery .slick-slide .img,
        .gallery-pager .slick-slide .img {
            padding: 0 0 56.1%;
            /*background-position: 50% 50%;*/
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            background-size: cover;
        }

.gallery + .gallery-pager {
    margin-top: -93px;
}
/* post-item */
.post-item {
    line-height: 25px;
    padding-bottom: 6px;
}

    .post-item p {
        margin-bottom: 25px;
    }

    .post-item h2 {
        margin: 0 0 13px;
        font-size: 40px;
        line-height: 1em;
    }

    .post-item .lead {
        margin-bottom: 19px;
    }

    .post-item .tag-list {
        padding-bottom: 4px;
    }

        .post-item .tag-list > li {
            margin-top: 2px;
            margin-bottom: 15px;
        }

.add-list {
    list-style: none;
    margin: 0;
    padding: 0 0 11px;
}

    .add-list li {
        padding: 0 0 5px;
    }
/* gallery-area */
.gallery-area {
    padding: 0 0 63px;
}

    .gallery-area .heading {
        padding-top: 51px;
        padding-bottom: 30px;
    }

        .gallery-area .heading h1 {
            font-size: 30px;
            line-height: 1em;
        }

    .gallery-area footer.text-center {
        padding-top: 15px;
    }

.row.for-inline {
    font-size: 0;
    line-height: 0;
}

    .row.for-inline > [class*="col-"] {
        display: inline-block;
        vertical-align: top;
        float: none;
        font-family: Arial, sans-serif;
    }
/* btn-more */
.btn-more {
    display: block;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    margin-bottom: 39px;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 1px #c7c7c7, 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 1px #c7c7c7, 0 2px 4px 0 rgba(0,0,0,0.2);
}

    .btn-more:focus {
        outline: none;
    }

    .btn-more:before,
    .btn-more:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #404041;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn-more:before {
        width: 2px;
        height: 12px;
        opacity: 0;
    }

    .btn-more:after {
        width: 12px;
        height: 2px;
    }

    .btn-more.collapsed:before {
        opacity: 1;
    }
/* btn */
.btn {
    color: #404041;
    font-size: 16px;
    font-family: 'South UltraLight', sans-serif;
    min-width: 167px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    padding: 12px 10px 9px;
    word-spacing: 3px;
}

.btn-grey {
    background: #f4f4f4;
}

    .btn-grey:hover {
        background: #e6e6e6;
    }

.btn-default {
    -webkit-box-shadow: 0 2px 3px rgba(2,3,3, .2);
    box-shadow: 0 2px 3px rgba(2,3,3, .2);
}

    .btn-default:hover {
        color: #fff;
        background-color: #2077bc;
        border-color: #2077bc;
    }

.btn-mdl {
    padding-top: 4px;
    padding-bottom: 2px;
}

.btn-with-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
/*press-area*/
.press-area {
    padding: 0 0 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #d9d9d9;
}

    .press-area.type2 {
        padding-top: 46px;
        margin-bottom: 5px;
        border-bottom: 0;
    }
/*.heading*/
.heading {
    margin: 0 0 26px;
    text-align: center;
}

    .heading h1,
    .heading h2,
    .heading h3 {
        font-size: 40px;
        line-height: 120px;
        margin: 0;
    }

    .heading .ico {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        margin-right: 22px;
    }

        .heading .ico img {
            vertical-align: middle;
            max-width: 100%;
        }

    .heading.type3 {
        padding-top: 13px;
        padding-bottom: 10px;
    }

        .heading.type3 h1,
        .heading.type3 h2,
        .heading.type3 h3 {
            line-height: 1em;
        }
/*press-room*/
.press-room {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .2);
    box-shadow: 0 1px 3px rgba(0,0,0, .2);
    line-height: 19px;
    min-height: 531px;
    position: relative;
}

    .press-room .pull-left {
        position: static;
    }

    .press-room .video {
        margin: 0 0 0 14px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 73.3%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

        .press-room .video img {
            vertical-align: top;
            width: 100%;
        }

        .press-room .video .play {
            position: absolute;
            font-size: 0;
            line-height: 0;
            top: 50%;
            left: 50%;
            margin: -49px 0 0 -49px;
            width: 98px;
            height: 98px;
            border-radius: 50%;
            border: 1px solid #fff;
            background: rgba(64,64,65, .5);
            direction: ltr;
        }

            .press-room .video .play:hover {
                background: rgba(64,64,65, .8);
            }

            .press-room .video .play:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                border: 21px solid transparent;
                border-left: 23px solid #fff;
                border-radius: 2px;
                margin: -21px 0 0 -7px;
            }

    .press-room .holder {
        padding: 25px 0 15px 30px;
        height: 100%;
    }

    .press-room a {
        color: inherit;
    }

        .press-room a.text-info {
            color: #2077bc;
        }

    .press-room .str {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 2px;
        font-family: 'South UltraLight', sans-serif;
    }

    .press-room h1,
    .press-room h3 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 16px;
        color: #404041;
    }

    .press-room p {
        margin: 0 0 123px;
        color: #404041;
    }

    .press-room .list {
        margin: 0;
        padding: 0 0 0 15px;
        list-style: none;
    }

        .press-room .list li {
            position: relative;
        }

            .press-room .list li + li {
                border-top: 1px solid #d0d0d0;
            }

            .press-room .list li a {
                color: inherit;
                position: relative;
                display: block;
                padding: 9px 5px 10px 46px;
            }

            .press-room .list li .fa {
                color: #2377bc;
                position: absolute;
                left: 10px;
                top: 0;
                font-size: 17px;
                line-height: 38px;
                vertical-align: middle;
            }

            .press-room .list li a:hover {
                text-decoration: none;
                color: #fff;
                background-color: #2077bc;
            }

                .press-room .list li a:hover .fa {
                    color: inherit;
                }
/*books-slider*/
.books-slider {
    padding: 38px 74px 28px;
    background: #f4f4f4;
    margin: 0 0 91px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .2);
    box-shadow: 0 1px 3px rgba(0,0,0, .2);
}

    .books-slider:before {
        content: '';
        position: absolute;
        left: -9999px;
        right: -9999px;
        height: 1px;
        background: #d9d9d9;
        bottom: -44px;
    }

    .books-slider .slide {
        padding: 0 77px;
        position: relative;
    }

        .books-slider .slide:after {
            content: '';
            clear: both;
            display: block;
        }

    .books-slider .img {
        -webkit-box-shadow: 0 4px 4px rgba(0,0,0, .2);
        box-shadow: 0 4px 4px rgba(0,0,0, .2);
        width: 162px;
        float: right;
        margin: 0 0 0 44px;
    }

        .books-slider .img img {
            vertical-align: top;
            max-width: 100%;
        }

    .books-slider .wrap {
        position: relative;
        overflow: hidden;
    }

    .books-slider .label {
        position: absolute;
        font-family: 'South Regular', sans-serif;
        top: 16px;
        right: -24px;
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
        padding: 0;
        border-radius: 0;
        text-align: center;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
        width: 140px;
        word-spacing: 4px;
    }

    .books-slider .label-warning {
        color: #404041;
        background: #f4d235;
    }

    .books-slider .holder {
        float: right;
        padding: 10px 0 10px 20px;
        width: 42.4%;
    }

    .books-slider header {
        font-family: 'South Regular', sans-serif;
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 55px;
        word-spacing: 5px;
    }

        .books-slider header strong {
            font-weight: normal;
            color: #404041;
        }

    .books-slider h3 {
        margin: 0;
        font-size: 24px;
        line-height: 28px;
        word-spacing: 6px;
        color: #404041;
    }

    .books-slider dl {
        margin: 0;
    }

        .books-slider dl dt {
            float: right;
            margin-left: 5px;
            font-weight: normal;
            line-height: 14px;
        }

        .books-slider dl dd {
            margin-bottom: 5px;
            line-height: 14px;
        }

    .books-slider .btn-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 73px;
    }

        .books-slider .btn-list li {
            float: right;
        }

            .books-slider .btn-list li + li {
                margin-right: 30px;
            }

    .books-slider .slick-arrow {
        position: absolute;
        font-size: 0;
        line-height: 0;
        top: 0;
        bottom: 0;
        width: 76px;
        border: none;
        background: none;
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s;
    }

    .books-slider .slick-next {
        border-right: 1px solid #d0d0d0;
        left: 0;
        background: url(/images/ico-chevron-left-blue-001.svg) no-repeat 50% 50%;
        -webkit-background-size: 28px auto;
        background-size: 28px auto;
    }

    .books-slider .slick-disabled {
        cursor: default;
    }

    .books-slider .slick-next.slick-disabled {
        background-image: url(/images/ico-chevron-left-grey-001.svg);
    }

    .books-slider .slick-prev {
        border-left: 1px solid #d0d0d0;
        right: 0;
        background: url(/images/ico-chevron-right-blue-001.svg) no-repeat 50% 50%;
        -webkit-background-size: 28px auto;
        background-size: 28px auto;
    }

        .books-slider .slick-prev.slick-disabled {
            background-image: url(/images/ico-chevron-right-grey-001.svg);
        }

    .books-slider .slick-disabled:hover {
        background-color: transparent;
    }
/*banner*/
.banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-box-shadow: 1px 1px 3px rgba(2,3,3, .2);
    box-shadow: 1px 1px 3px rgba(2,3,3, .2);
    text-align: center;
    color: #fff;
    height: 300px;
    font-family: 'South UltraLight', sans-serif;
    position: relative;
    margin: 0 0 45px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .banner:hover {
        -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.3);
        box-shadow: 0 2px 10px 2px rgba(0,0,0,0.3);
    }

    .banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjExIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iODclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 18%, rgba(0,0,0,0.05) 26%, rgba(0,0,0,0.11) 36%, rgba(0,0,0,0.21) 45%, rgba(0,0,0,0.43) 60%, rgba(0,0,0,0.6) 73%, rgba(0,0,0,0.69) 87%, rgba(0,0,0,0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 18%,rgba(0,0,0,0.05) 26%,rgba(0,0,0,0.11) 36%,rgba(0,0,0,0.21) 45%,rgba(0,0,0,0.43) 60%,rgba(0,0,0,0.6) 73%,rgba(0,0,0,0.69) 87%,rgba(0,0,0,0.7) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 18%,rgba(0,0,0,0.05) 26%,rgba(0,0,0,0.11) 36%,rgba(0,0,0,0.21) 45%,rgba(0,0,0,0.43) 60%,rgba(0,0,0,0.6) 73%,rgba(0,0,0,0.69) 87%,rgba(0,0,0,0.7) 100%);
    }

    .banner > img {
        display: none;
    }

    .banner figcaption {
        position: absolute;
        bottom: 23px;
        left: 23px;
        right: 23px;
        max-height: 100%;
        z-index: 3;
        font-size: 26px;
        line-height: 28px;
    }

    .banner .title {
        font-size: 40px;
        line-height: 44px;
        display: block;
        font-weight: normal;
        font-family: 'South Regular', sans-serif;
    }

    .banner p {
        margin: 0;
    }
/*visual*/
.visual {
    height: 307px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #ccc;
    margin: 42px 0 36px;
    display: table;
    padding: 41px 33px;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}

    .visual .cell {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }

    .visual.spacing {
        margin-bottom: -30px;
    }

    .visual > img {
        display: none;
    }

    .visual h1,
    .visual h2 {
        display: inline-block;
        vertical-align: top;
        background: #fff;
        color: #404041;
        margin: 0;
        padding: 12px 36px 10px;
        font-size: 40px;
        line-height: 42px;
    }

    .visual.type3 {
        display: block;
        height: auto;
        padding: 0 0 37.21%;
    }

.parallax-el {
    margin: 42px 0 36px;
}

    .parallax-el .visual {
        margin-top: 0;
        margin-bottom: 0;
    }

.cover-area {
    background: #fff;
    position: relative;
    z-index: 1;
}
/*info-block*/
.info-block {
    line-height: 25px;
    padding: 0 0 45px;
}

    .info-block .holder {
        background: #fff;
        padding: 24px 29px 0 6px;
    }

    .info-block h1,
    .info-block h2 {
        color: #404041;
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 13px;
    }

    .info-block .list {
        margin: 0 0 46px;
        padding: 0;
        list-style: none;
    }

        .info-block .list:after {
            content: '';
            clear: both;
            display: block;
        }

        .info-block .list li {
            display: inline;
        }

            .info-block .list li + li:before {
                content: '|';
                margin: 0 16px 0 20px;
            }

            .info-block .list li span {
                border-bottom: 6px solid #d2e4f2;
            }

    .info-block p {
        margin: 0 0 25px;
    }

    .info-block .video-block {
        margin: 12px 56px 0 0;
    }

.video-block {
    position: relative;
}

    .video-block .play {
        position: absolute;
        font-size: 0;
        line-height: 0;
        top: 50%;
        left: 50%;
        margin: -27px 0 0 -27px;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        border: 1px solid #fff;
        background: rgba(64,64,65, .5);
        direction: ltr;
    }

        .video-block .play:hover {
            background: rgba(64,64,65, .8);
        }

        .video-block .play:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            border: 11px solid transparent;
            border-left: 13px solid #fff;
            border-radius: 2px;
            margin: -11px 0 0 -5px;
        }

    .video-block img {
        width: 100%;
        vertical-align: top;
    }
/*nav-tabs*/
.nav-tabs {
    background: #f4f4f4;
    border: none;
    padding: 0 34px;
    -webkit-box-shadow: 0 1px 4px rgba(2,2,3, .2);
    box-shadow: 0 1px 4px rgba(2,2,3, .2);
    margin-bottom: 56px;
}

    .nav-tabs > li {
        margin: 0;
    }

        .nav-tabs > li > a:hover,
        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #fff;
            background: #2077bc;
            border-radius: 0;
            border: none;
        }

        .nav-tabs > li > a {
            border: none;
            border-radius: 0;
            color: #404041;
            font-size: 20px;
            font-family: 'South UltraLight', sans-serif;
            margin: 0;
            padding: 0 31px;
        }

            .nav-tabs > li > a .cell {
                display: table-cell;
                vertical-align: middle;
                height: 88px;
                padding: 10px 0;
            }

    .nav-tabs.type2 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 39px;
    }

    .nav-tabs > .more-drop {
        float: left;
    }

    .nav-tabs .dropdown-menu {
        max-width: 90vw;
        z-index: 5;
    }

        .nav-tabs .dropdown-menu > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.nav-tabs-mobile .hidden-drop {
    display: none;
}

.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
    background-color: #2077bc;
    color: #fff;
}

.droptabs {
    position: relative;
    padding-left: 100px;
}

    .droptabs .tab-drop {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100px;
        font-size: 0;
        line-height: 0;
        text-align: center;
    }

        .droptabs .tab-drop > a {
            font-size: 0;
            line-height: 0;
            display: block;
            height: 100%;
        }

        .droptabs .tab-drop > .dropdown-toggle {
            font-size: 16px;
            line-height: 1.42857143;
            background: none;
            border: 0;
            padding: 0;
            margin: 0;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            height: 100%;
        }

    .droptabs.all-shown .tab-drop {
        visibility: hidden;
    }

.responsive-table {
    display: none;
}

/*info-post*/
.info-post {
    margin-bottom: 68px;
    font-size: 16px;
    line-height: 20px;
}

    .info-post a {
        color: inherit;
    }

    .info-post .play {
        width: 82px;
        height: 82px;
        margin: -41px 0 0 -41px;
    }

        .info-post .play:before {
            border: 17px solid transparent;
            border-left: 20px solid #fff;
            margin: -17px 0 0 -6px;
        }

    .info-post h2 {
        /*color: #404041;*/
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 7px;
        overflow: hidden;
        font-weight: normal;
    }

        .info-post h2 a {
            color: inherit;
        }

    .info-post .text {
        padding: 31px 0 0 7px;
    }

        .info-post .text:after {
            content: '';
            clear: both;
            display: block;
        }

        .info-post .text .btn-plus {
            border-radius: 50%;
            float: left;
            width: 32px;
            height: 32px;
            background: #2077bc url(/images/ico-plus-001.svg) 50% 50% no-repeat;
            -webkit-background-size: 14px auto;
            background-size: 14px auto;
            margin-right: 10px;
            font-size: 0;
            line-height: 0;
        }

            .info-post .text .btn-plus:hover {
                background-color: #1e6dae;
            }

    .info-post .time {
        color: #2077bc;
    }

    .info-post .video-block,
    .info-post .img {
        -webkit-box-shadow: 0 1px 4px rgba(2,2,3, .2);
        box-shadow: 0 1px 4px rgba(2,2,3, .2);
    }

        .info-post .img img {
            width: 100%;
            vertical-align: top;
        }

    .info-post .type {
        color: #2077bc;
        display: block;
        margin-bottom: 2px;
    }

    .info-post .wrap {
        padding: 39px 20px 0;
    }

    .info-post header {
        margin-bottom: 10px;
        font-family: 'South UltraLight', sans-serif;
        margin-bottom: 16px;
    }

        .info-post header h2 {
            margin: 0 0 -3px;
        }

        .info-post header p {
            margin: 0;
        }
/*tab-content*/
.tab-content {
    margin-bottom: 21px;
}

.view-block {
    padding: 22px 0;
    border-top: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 2px 4px rgba(2,2,3, .1);
    box-shadow: 0 2px 4px rgba(2,2,3, .1);
    position: relative;
    z-index: 2;
}

    .view-block a {
        display: inline-block;
        vertical-align: top;
        position: relative;
        cursor: pointer;
        padding: 0 29px 0 0;
        font-family: 'South UltraLight', sans-serif;
        color: #404041;
        font-size: 16px;
    }

        .view-block a:before,
        .view-block a:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            background: #404041;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .view-block a:before {
            width: 18px;
            height: 2px;
            margin-top: -1px;
        }

        .view-block a:after {
            width: 2px;
            height: 18px;
            margin-top: -9px;
            margin-right: 8px;
        }

        .view-block a.collapsed:before,
        .view-block a.collapsed:after {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
/*info-section*/
.info-section {
    padding: 28px 33px 22px;
    -webkit-box-shadow: 1px 1px 4px rgba(2,2,3, .2);
    box-shadow: 1px 1px 4px rgba(2,2,3, .2);
    position: relative;
    line-height: 26px;
    margin-bottom: 27px;
}

.tab-content .info-section:last-child {
    margin-bottom: 41px;
}

.info-section .btn-default {
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -23px;
    min-width: 165px;
}

.info-section h2 {
    margin: 0 0 26px;
    font-size: 26px;
    line-height: 28px;
}
/*post-area*/
.post-area .row {
    margin-left: -35px;
    margin-right: -35px;
    font-size: 0;
    line-height: 0;
}

    .post-area .row [class*="col-"] {
        padding-left: 35px;
        padding-right: 35px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
/*post-block*/
.post-block {
    margin: 0 0 69px;
    -webkit-box-shadow: 0 1px 4px rgba(2,2,3, .2);
    box-shadow: 0 1px 4px rgba(2,2,3, .2);
    min-height: 634px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'South UltraLight', sans-serif;
}

    .post-block a {
        color: inherit;
    }

        .post-block a.text-info {
            color: #2077bc;
        }

    .post-block.type2 {
        min-height: 514px;
    }

        .post-block.type2 p {
            margin-bottom: 20px;
        }

    .post-block img {
        width: 100%;
        vertical-align: top;
    }

    .post-block h2,
    .post-block h3 {
        margin: 0 0 23px;
        font-size: 24px;
        line-height: 26px;
        min-height: 52px;
    }

    .post-block .holder {
        padding: 29px 34px 11px;
    }

    .post-block .list-links {
        margin: 0 0 49px;
        padding: 0;
        list-style: none;
    }

    .post-block .list-links {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .post-block .list-links li a {
            color: inherit;
            display: block;
            padding: 9px 0 10px 25px;
            position: relative;
        }

        .post-block .list-links li + li {
            border-top: 1px solid #d0d0d0;
        }

        .post-block .list-links li a:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            background: url(/images/ico-chevron-left-blue-002.svg) no-repeat 50% 50%;
            width: 12px;
            -webkit-background-size: 12px auto;
            background-size: 12px auto;
            left: 3px;
            color: #2077bc;
            font-size: 34px;
            line-height: 34px;
        }

    .post-block p {
        margin: 0 0 32px;
    }
/*newsletter*/
.newsletter {
    margin-bottom: 86px;
    padding: 20px 30px 0;
}

    .newsletter h1,
    .newsletter h2 {
        font-size: 40px;
        line-height: 42px;
        margin: 0 0 35px;
    }

    .newsletter .newsletter-block {
        max-width: 353px;
        position: relative;
        margin: 17px 11px 0 0;
    }

        .newsletter .newsletter-block:before {
            content: '';
            position: absolute;
            top: 0;
            right: -36px;
            bottom: 0;
            width: 1px;
            background: #e5e5e5;
        }

        .newsletter .newsletter-block img {
            width: 100%;
            vertical-align: top;
        }

        .newsletter .newsletter-block figcaption {
            font-family: 'South Regular', sans-serif;
            color: #fff;
            font-size: 30px;
            line-height: 32px;
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 23px;
            max-height: 100%;
            text-align: center;
        }

            .newsletter .newsletter-block figcaption h2 {
                margin-bottom: 0;
                font: inherit;
                color: inherit;
            }

.bootstrap-select.cs2 .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    color: #404041;
}

.bootstrap-select.cs2.open .btn {
    background-color: #f4f4f4;
    border-color: #c7c7c7;
}

    .bootstrap-select.cs2.open .btn .caret {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.bootstrap-select.cs2.btn-group .dropdown-toggle .caret {
    color: #2077bc;
    border-top-color: #2077bc;
    border-width: 14px 10px 0;
    margin-top: -7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bootstrap-select.cs2.btn-group .dropdown-menu {
    margin-top: -2px;
    border-radius: 0 0 5px 5px;
    border-color: #c7c7c7;
    background: #f4f4f4;
    border-width: 0 1px 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.cs2.dropup .dropdown-menu {
    border-radius: 5px 5px 0 0;
    border-width: 1px 1px 0;
    margin-top: auto;
    margin-bottom: -2px;
}

.bootstrap-select.cs2.btn-group .dropdown-menu ul {
    padding-left: 20px;
    padding-right: 20px;
}

.bootstrap-select.cs2 .dropdown-menu li {
    border-top: 1px solid #c7c7c7;
}

.bootstrap-select.cs2.dropup .dropdown-menu li {
    border-top: 0;
    border-bottom: 1px solid #c7c7c7;
}

.bootstrap-select.cs2 .dropdown-menu a {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    cursor: pointer;
}

    .bootstrap-select.cs2 .dropdown-menu a:before {
        content: '\f104';
        position: absolute;
        top: 50%;
        left: 17px;
        font: 30px/1em 'FontAwesome';
        margin-top: -0.5em;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.bootstrap-select.cs2.btn-group .dropdown-menu li a:hover {
    color: #2077bc;
    background: none;
}

.bootstrap-select.cs2 .dropdown-menu a:hover:before {
    opacity: 1;
}
/*newsletter-form*/
.newsletter-form {
    max-width: 626px;
    font-family: 'South UltraLight', sans-serif;
}

    .newsletter-form label {
        font-weight: normal;
        margin: 0 0 15px;
    }

    .newsletter-form .row {
        margin-left: -35px;
        margin-right: -36px;
    }

        .newsletter-form .row [class*="col-"] {
            padding-left: 35px;
            padding-right: 35px;
        }

    .newsletter-form .top {
        margin-bottom: 15px;
    }

    .newsletter-form .form-control {
        border: 1px solid #c7c7c7;
        border-radius: 3px;
        height: 45px;
        padding: 11px 12px;
        margin: 0;
    }

    .newsletter-form textarea.form-control {
        resize: none;
        height: 125px;
        overflow: auto;
    }

    .newsletter-form .form-group {
        margin: 0 0 25px;
    }

    .newsletter-form p {
        margin: 0 0 36px;
    }

    .newsletter-form .chekbox-box {
        margin-bottom: 29px;
    }

    .newsletter-form footer p {
        margin: 0 0 22px;
    }

    .newsletter-form footer .row {
        margin-left: -32px;
        margin-right: -32px;
    }

        .newsletter-form footer .row [class*="col-"] {
            padding-left: 32px;
            padding-right: 32px;
        }

.newsletter-success-show {
    display: none;
}
/* thx-box */
.thx-box {
    padding: 144px 0;
    font: 24px/30px 'South UltraLight', sans-serif;
}

    .thx-box:before {
        content: '';
        display: block;
        margin: 0 auto 24px;
        position: relative;
        left: 20px;
        width: 92px;
        height: 84px;
        background: url(/images/ico-thx.svg) no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .thx-box h2 {
        font: 40px/1em 'South Bold', sans-serif;
        letter-spacing: 2px;
        margin: 0 0 10px;
    }

    .thx-box p {
        margin: 0 0 20px;
    }
/*checkbox*/
.checkbox {
    margin: 0 0 21px;
    min-height: 30px;
    font-size: 17px;
    line-height: 15px;
}

    .checkbox + .checkbox {
        margin-top: 0;
    }

    .checkbox .cell {
        display: table-cell;
        height: 30px;
        vertical-align: middle;
    }

    .checkbox label {
        font-weight: normal;
        margin: 0;
    }

    .checkbox [type="checkbox"]:not(:checked),
    .checkbox [type="checkbox"]:checked {
        position: absolute;
        right: 0;
        /*right: -99999px;*/
        visibility: visible;
        opacity: 0;
    }

        .checkbox [type="checkbox"]:not(:checked) + .custom-check + label,
        .checkbox [type="checkbox"]:checked + .custom-check + label {
            position: relative;
            padding-right: 49px;
            cursor: pointer;
        }

            .checkbox [type="checkbox"]:not(:checked) + .custom-check + label:before,
            .checkbox [type="checkbox"]:checked + .custom-check + label:before {
                content: '';
                position: absolute;
                right: 5px;
                top: 0;
                width: 30px;
                height: 30px;
                background: #f4f4f4;
                border-radius: 1px;
            }

            .checkbox [type="checkbox"]:not(:checked) + .custom-check + label:before {
                background: #fff;
                border: 1px solid #c7c7c7;
            }
    .checkbox [type="checkbox"]:focus + .custom-check + label:before {
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

            .checkbox [type="checkbox"]:not(:checked) + .custom-check + label:after,
            .checkbox [type="checkbox"]:checked + .custom-check + label:after {
                content: '';
                position: absolute;
                right: 2px;
                top: -1px;
                width: 30px;
                height: 30px;
                background: url(/images/ico-checkbox-001.svg) no-repeat 50% 50%;
                -webkit-background-size: 22px auto;
                background-size: 22px auto;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

            .checkbox [type="checkbox"]:not(:checked) + .custom-check + label:after {
                opacity: 0;
                transform: scale(0);
            }

            .checkbox [type="checkbox"]:checked + .custom-check + label:after {
                opacity: 1;
                transform: scale(1);
            }

    .checkbox [type="checkbox"]:disabled:not(:checked) + .custom-check + label:before,
    .checkbox [type="checkbox"]:disabled:checked + .custom-check + label:before {
        background-color: #ddd;
    }

    .checkbox [type="checkbox"]:disabled:checked + .custom-check + label:after {
        opacity: .5;
    }

    .checkbox [type="checkbox"]:disabled + .custom-check + label {
        opacity: .5;
    }
/*captcha*/
.captcha .form-control {
    border-radius: 0;
    border: 2px solid #dad5d5;
    height: 50px;
    padding: 12px;
}

.captcha .img > img {
    vertical-align: top;
    max-width: 100%;
}
/*btn-primary*/
.btn-primary {
    color: #fff;
    background-color: #2077bc;
    border: none;
    -webkit-box-shadow: 0 2px 4px rgba(2,2,3, .2);
    box-shadow: 0 2px 4px rgba(2,2,3, .2);
}

.newsletter-form .btn-primary {
    width: 100%;
    margin: 54px 0 0;
    font-family: 'South Regular', sans-serif;
}

.newsletter-form .form-control.error {
    border-color: #c90000;
}

    .newsletter-form .form-control.error:focus {
        -webkit-box-shadow: 0 0 8px 0 #c90000;
        box-shadow: 0 0 8px 0 #c90000;
    }

.newsletter-form label.error {
    color: #c90000;
    margin-bottom: 0;
}

.newsletter-form .bootstrap-select.error .btn {
    border-color: #c90000;
}

.newsletter-form .text-size2 {
    line-height: 25px;
    min-height: 75px;
    margin-top: -4px;
}

.newsletter-form.type2 {
    padding-bottom: 42px;
}

    .newsletter-form.type2 .btn-primary {
        margin-top: 63px;
    }

.newsletter2 {
    margin-bottom: 0;
}

.visual .text {
    padding: 17px 27px 13px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: 'South UltraLight', sans-serif;
    font-size: 20px;
    line-height: 22px;
}

    .visual .text h1 {
        padding: 0 0 20px;
    }

    .visual .text p {
        margin: 0 0 10px;
    }

        .visual .text p a {
            color: inherit;
            margin-right: 6px;
        }
/*about*/
.about {
    background: #fff;
    position: relative;
    z-index: 2;
    margin: 0 30px;
    padding: 22px 30px 28px;
    line-height: 25px;
}

    .about .holder {
        max-width: 705px;
    }

    .about h1 {
        margin: 0 0 33px;
        font-size: 40px;
        line-height: 42px;
    }

    .about p {
        margin: 0 0 41px;
    }

    .about ul {
        margin: 0 0 61px;
        padding: 0;
        list-style: none;
    }

    .about .list {
        font-weight: 700;
        margin: 0 0 14px;
    }

        .about .list li {
            padding: 0 21px 11px 0;
        }

    .about ul li {
        padding: 0 36px 11px 0;
        position: relative;
    }

        .about ul li:before {
            content: '';
            position: absolute;
            top: 12px;
            right: 23px;
            width: 4px;
            height: 4px;
            background: #404041;
        }

    .about .list li:before {
        width: 6px;
        height: 6px;
        top: 11px;
        right: 2px;
    }

    .about h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 32px;
        font-family: 'South Bold', sans-serif;
    }

    .about ol {
        margin: 0 0 64px 0;
        padding: 0;
        list-style: none;
        counter-reset: list1;
    }

        .about ol li {
            margin: 0 0 11px;
            /*font-weight: 700;*/
            padding: 0 21px 0 0;
            overflow: hidden;
        }

            .about ol li:before {
                counter-increment: list1;
                content: counter(list1);
                font-style: italic;
                font-size: 14px;
                margin: 0;
                min-width: 21px;
                margin: 0 -21px 0 0;
                float: right;
            }

    .about .contact-block {
        border: 1px solid #f4f4f4;
        background: #f4f4f4;
        margin: 17px 11px 0 6px;
        position: relative;
    }

        .about .contact-block:before {
            content: '';
            position: absolute;
            top: 0;
            height: 598px;
            right: -37px;
            width: 1px;
            background: #e5e5e5;
        }

        .about .contact-block img {
            vertical-align: top;
            width: 100%;
        }

        .about .contact-block .txt {
            padding: 27px 40px 42px;
        }

        .about .contact-block h2,
        .about .contact-block h3 {
            font-family: 'South UltraLight', sans-serif;
            font-size: 30px;
            line-height: 32px;
            margin: 0 0 4px;
        }

        .about .contact-block p {
            margin: 0;
        }

            .about .contact-block p a {
                color: inherit;
            }

.form-group.type2 {
    margin-bottom: 53px;
}
/*books-area*/
.books-area {
    padding: 6px 0 94px;
}

    .books-area .heading {
        margin: 0 0 -4px;
        padding: 0 58px 0 21px;
    }

        .books-area .heading h1,
        .books-area .heading h2,
        .books-area .heading h3 {
            font-size: 30px;
            line-height: 103px;
        }

.books-form {
    font-size: 20px;
    line-height: 22px;
    font-family: 'South UltraLight', sans-serif;
}

    .books-form .mdl-row {
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        max-width: 888px;
    }

    .books-form .form-group {
        margin-bottom: 30px;
    }

    .books-form .sub-txt {
        display: none;
        font-size: 24px;
        line-height: 26px;
        font-family: 'South UltraLight', sans-serif;
        padding-bottom: 43px;
    }

        .books-form .sub-txt p {
            margin: 22px 0 14px;
        }

    .books-form .books-holder {
        padding: 1px 48px 62px;
        position: relative;
        -webkit-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
    }

    .books-form .btn-search {
        position: absolute;
        top: 17px;
        right: 17px;
        width: 52px;
        height: 52px;
        border: 0;
        border-radius: 50%;
        text-align: center;
        -webkit-box-shadow: inset 0 0 0 1px #c7c7c7, 0 2px 4px 0 rgba(2,2,3, .2);
        box-shadow: inset 0 0 0 1px #c7c7c7, 0 2px 4px 0 rgba(2,2,3, .2);
        background: #fff;
    }

        .books-form .btn-search:focus {
            outline: none;
        }

        .books-form .btn-search i {
            line-height: 48px;
            font-size: 24px;
        }

    .books-form .ico-002 {
        display: none;
    }

    .books-form.opener .books-holder {
        background: #f4f4f4;
        -webkit-box-shadow: 0 1px 3px rgba(2,2,3, .2);
        box-shadow: 0 1px 3px rgba(2,2,3, .2);
    }

    .books-form.opener .btn-search i:before {
        content: '\f00d';
    }

    .books-form.opener .ico-001 {
        display: none;
    }

    .books-form.opener .ico-002 {
        display: inline-block;
    }

    .books-form .only-active {
        display: none;
    }

    .books-form.opener .no-active {
        display: none;
    }

    .books-form.opener .only-active {
        display: inline-block;
    }

    .books-form .bottom {
        display: none;
    }

    .books-form .wrap {
        max-width: 656px;
        margin: 0 auto 40px;
        font-size: 20px;
    }

    .books-form label {
        font-weight: normal;
        margin: 0 0 3px;
    }

    .books-form .wrap .form-group {
        position: relative;
        padding: 0 0 0 143px;
        margin: 0;
    }

    .books-form .wrap .btn-primary {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 114px;
        padding: 14px 10px 11px;
    }

        .books-form .wrap .btn-primary i {
            font-size: 24px;
            margin-right: 2px;
            vertical-align: top;
            position: relative;
            top: -2px;
        }

    .books-form .bottom .wrap .form-control {
        height: 50px;
        padding: 12px 16px;
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid #c7c7c7;
        -webkit-box-shadow: 0 2px 4px rgba(2,2,3, .2);
        box-shadow: 0 2px 4px rgba(2,2,3, .2);
        border-radius: 3px;
    }

    .books-form .title {
        text-align: center;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin: 0 0 35px;
    }

    .books-form .bottom h3 {
        text-align: center;
        position: relative;
        font-family: 'South UltraLight', sans-serif;
        font-size: 20px;
        line-height: 22px;
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        min-width: 160px;
        background: #f4f4f4;
        z-index: 1;
    }

    .books-form .title:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -9999px;
        right: -9999px;
        height: 1px;
        background: #e5e5e5;
        z-index: -1;
    }

    .books-form .bottom {
        font-size: 17px;
    }

        .books-form .bottom .form-control {
            border: 1px solid #cbcbcb;
            height: 43px;
            font-size: 14px;
            border-radius: 3px;
            -webkit-box-shadow: 0 2px 4px rgba(2,2,3, .2);
            box-shadow: 0 2px 4px rgba(2,2,3, .2);
            font-family: Arial, Helvetica, sans-serif;
        }

            .books-form .bottom .form-control::-moz-placeholder {
                color: #9e9e9e;
            }

            .books-form .bottom .form-control:-ms-input-placeholder {
                color: #9e9e9e;
            }

            .books-form .bottom .form-control::-webkit-input-placeholder {
                color: #9e9e9e;
            }

        .books-form .bottom .btn-close {
            position: absolute;
            bottom: -12px;
            left: 50%;
            margin-left: -84px;
            min-width: 168px;
            padding: 3px 10px 2px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .books-form .bottom .dropdown-toggle {
            line-height: 22px;
        }

    .books-form .checkbox {
        margin: 25px 0 0;
        background: #fff;
        -webkit-box-shadow: 0 2px 4px rgba(2,2,3, .2);
        box-shadow: 0 2px 4px rgba(2,2,3, .2);
        border-radius: 3px;
        padding: 5px 11px;
        border: 1px solid #cbcbcb;
        font-size: 0;
        line-height: 0;
    }

        .books-form .checkbox label {
            margin: 0;
            font-size: 17px;
            line-height: 17px;
        }

        .books-form .checkbox [type="checkbox"]:not(:checked) + label:before,
        .books-form .checkbox [type="checkbox"]:checked + label:before {
            -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0, .53);
            box-shadow: inset 0 1px 3px rgba(0,0,0, .53);
            right: 1px;
        }

        .books-form .checkbox [type="checkbox"]:not(:checked) + label:after,
        .books-form .checkbox [type="checkbox"]:checked + label:after {
            right: -1px;
        }

        .books-form .checkbox [type="checkbox"]:not(:checked) + label,
        .books-form .checkbox [type="checkbox"]:checked + label {
            padding-right: 60px;
        }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select {
    width: 100%;
    color: #9e9e9e;
}

    .bootstrap-select .btn {
        padding: 10px 15px 9px 43px;
        color: #9e9e9e;
        font-size: 14px;
        font-family: 'South UltraLight', sans-serif;
    }

    .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        text-align: right;
    }

    .bootstrap-select.btn-group .dropdown-toggle .caret {
        left: 20px;
        margin-top: -3px;
        right: auto;
        color: #404041;
        border: 6px solid transparent;
        border-top: 7px solid #404041;
    }

.books-area h3 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    padding: 80px 0 50px;
}

.books-area .container > footer .btn-default {
    padding: 4px 10px 2px;
    min-width: 164px;
}
/*book-list*/
.books-list {
    margin: 0 -16px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

    .books-list > li {
        display: inline-block;
        vertical-align: top;
        width: 33.333333%;
        padding: 0 16px 62px;
        font-size: 16px;
        line-height: 20px;
    }

.book-block {
    background: #f4f4f4;
    border-bottom: 8px solid #2077bc;
    -webkit-box-shadow: 0 2px 4px rgba(2,2,3, .2);
    box-shadow: 0 2px 4px rgba(2,2,3, .2);
    padding: 29px 20px 18px;
}

    .book-block a:not(.btn) {
        color: inherit;
    }

    .book-block .img {
        width: 226px;
        margin: 0 auto;
        -webkit-box-shadow: 0 2px 4px rgba(2,2,3, .2);
        box-shadow: 0 2px 4px rgba(2,2,3, .2);
    }

    .book-block .overflow {
        overflow: hidden;
        position: relative;
    }

    .book-block .img img {
        width: 100%;
        vertical-align: top;
    }

    .book-block .label {
        position: absolute;
        font-family: 'South Regular', sans-serif;
        top: 23px;
        right: 50%;
        margin-right: -150px;
        font-size: 25px;
        line-height: 28px;
        font-weight: normal;
        padding: 0;
        border-radius: 0;
        text-align: center;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
        width: 200px;
        word-spacing: 4px;
        color: #404041;
        background: #f4d235;
    }

.books-slider .label {
    overflow: hidden;
}

    .books-slider .label:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -11px;
        width: 20px;
        -webkit-box-shadow: -10px 0 15px rgba(0,0,0, .3);
        box-shadow: -10px 0 15px rgba(0,0,0, .3);
    }

.book-block .label:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    -webkit-box-shadow: -15px 0 24px rgba(0,0,0, .3);
    box-shadow: -15px 0 24px rgba(0,0,0, .3);
}

.books-slider .label:before,
.book-block .txt {
    max-width: 226px;
    margin: 0 auto;
    padding: 24px 0 0;
}

.book-block dl {
    margin: 0 0 10px;
}

    .book-block dl dt {
        font-weight: normal;
        float: right;
        line-height: 20px;
        margin-left: 5px;
    }

    .book-block dl dd {
        line-height: 20px;
        margin: 0;
        overflow: hidden;
    }

.book-block p {
    margin: 0 0 16px;
}

.book-block .btn-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .book-block .btn-list li + li {
        margin-top: 13px;
    }

.book-block .btn {
    min-width: 164px;
    padding: 4px 10px 2px;
}

.books-area .event-item:last-of-type {
    margin-bottom: 94px;
}

.books-area .event-item .media-heading {
    padding: 0;
    text-align: right;
}

    .books-area .event-item .media-heading a {
        color: inherit;
    }

.event-item.style2 {
    background: #f5f5f5;
}

    .event-item.style2 .text-info {
        color: #404041;
    }

.daterangepicker .input-mini {
    height: 32px;
    line-height: 32px;
}

.daterangepicker td.start-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.end-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker .prev .fa,
.daterangepicker .next .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ranges .btn-primary {
    border: 1px solid transparent;
}

.form-control.daterange {
    padding-left: 45px;
}

.input-group.type2 {
    position: relative;
    width: 100%;
}

    .input-group.type2 .input-group-addon {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 3;
        background: none;
        border: 0;
        line-height: 31px;
        min-width: 38px;
        padding-right: 0;
        padding-left: 5px;
        text-align: right;
    }

    .input-group.type2 .form-control {
        padding-left: 45px;
        position: relative;
        z-index: 2;
    }

    .input-group.type2 .input-group-addon .fa {
        position: relative;
        top: 3px;
        color: #404040;
        font-size: 20px;
    }
/* book-details */
.book-details {
    padding: 20px 0 0;
    min-height: 430px;
}

    .book-details .img {
        float: right;
        margin: 0 5px 0 57px;
        width: 268px;
        height: 379px;
        padding: 8px 20px 7px 9px;
        position: relative;
        background: url(/images/bg-book-hold.png) no-repeat;
        overflow: hidden;
        border-radius: 4px;
        -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
        box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
    }

    .book-details .img-in {
        height: 100%;
        background-position: 50% 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .book-details .img .label {
        position: absolute;
        font-size: 31px;
        line-height: 34px;
        font-family: 'South Regular', sans-serif;
        top: 31px;
        right: 50%;
        margin-right: -185px;
        font-weight: normal;
        padding: 0;
        border-radius: 0;
        text-align: center;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
        width: 250px;
        word-spacing: 4px;
        color: #404041;
        background: #f4d235;
    }

    .book-details .holder {
        overflow: hidden;
        padding: 0 10px 0 0;
    }

    .book-details h1 {
        font: 40px/1em 'South Regular', sans-serif;
        margin: 0;
    }

    .book-details h2 {
        font: 20px/1em 'South UltraLight', sans-serif;
        margin: 0 0 10px;
    }

    .book-details .list-details {
        list-style: none;
        margin: 0;
        padding: 0 0 24px;
        font-size: 14px;
        line-height: 19px;
    }

        .book-details .list-details li {
            padding: 0 0 6px;
        }

        .book-details .list-details .sep:before {
            content: '|';
            margin: 0 5px 0 10px;
        }

    .book-details .btn-hold {
        margin: 0 -13px;
    }

        .book-details .btn-hold .btn {
            margin-left: 13px;
            margin-right: 13px;
        }

    .book-details .btn {
        padding-top: 4px;
        padding-bottom: 2px;
        min-width: 164px;
        margin-bottom: 20px;
    }

    .book-details .lead {
        line-height: 22px;
        margin-bottom: 27px;
    }

    .book-details .btn-more {
        margin-bottom: 30px;
    }
/* summary-block */
.summary-block {
    padding: 0 30px;
}

    .summary-block h3 {
        font: 16px/19px 'South UltraLight', sans-serif;
        margin: 0 0 20px;
    }

    .summary-block h4 {
        font: 24px/27px 'South Regular', sans-serif;
        margin: 0 0 17px;
    }

    .summary-block .single-str {
        margin: 0 0 15px;
        font: 16px/19px 'South UltraLight', sans-serif;
    }

.num-list2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.num-list2 {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: section;
    font: 18px/21px 'South Regular', sans-serif;
}

    .num-list2 > li {
        padding: 0 0 18px;
    }

        .num-list2 > li:before {
            content: counter(section) '.';
            counter-increment: section;
            min-width: 16px;
            display: inline-block;
            vertical-align: top;
        }

    .num-list2 ol {
        list-style: none;
        margin: 0;
        padding: 0;
        font: 16px/19px Arial, sans-serif;
    }

    .num-list2 li li {
        padding: 21px 0 0;
    }
/* action-list */
.action-list {
    list-style: none;
    margin: 0;
    padding: 0;
    /*font: 20px/25px 'South UltraLight', sans-serif;*/
    border-top: 1px solid #e5e5e5;
}

    .action-list li {
        border-bottom: 1px solid #e5e5e5;
    }

    .action-list a {
        display: block;
        cursor: pointer;
        position: relative;
        padding: 18px 0 17px 22px;
        color: inherit;
    }

        .action-list a .fa {
            position: absolute;
            top: 50%;
            left: 4px;
            margin: -0.5em 0 0;
            color: #2077bc;
        }

.map-block {
    height: 307px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
}
/* contact-details */
.contact-details {
    background: #f4f4f4;
    padding: 40px 40px 13px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    top: 17px;
}

    .contact-details:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -36px;
        width: 1px;
        background: #e5e5e5;
    }

    .contact-details h2 {
        font: 30px/1em 'South UltraLight', sans-serif;
        margin: 0 0 16px;
    }

    .contact-details .contact-list {
        list-style: none;
        margin: 0;
        padding: 0 0 33px;
    }

    .contact-details a {
        color: inherit;
    }

    .contact-details .str {
        display: inline-block;
        vertical-align: top;
        font: 30px/1em 'South UltraLight', sans-serif;
        letter-spacing: 1px;
        word-spacing: 2px;
    }

    .contact-details .socials {
        list-style: none;
        margin: 0 0 0 -20px;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        line-height: 0;
    }

        .contact-details .socials li {
            display: inline-block;
            vertical-align: middle;
            font-size: 27px;
            line-height: 1em;
            padding: 0 6px;
        }

        .contact-details .socials a:hover,
        .contact-details .socials a:focus {
            color: #2077bc;
        }

.banner.type2 {
    width: auto;
    max-width: 620px;
    height: 155px;
    text-align: right;
}

    .banner.type2 figcaption {
        font-size: 33px;
        line-height: 36px;
        letter-spacing: 3px;
    }

    .banner.type2 .ttl:after {
        content: '\f104';
        font: 32px/1em 'FontAwesome';
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0 0;
        position: relative;
        top: 0.1em;
    }
/* item-list */
.item-list {
    display: table;
    width: 100%;
    height: 193px;
    margin: 0 0 27px;
    font: 16px/26px 'South UltraLight', sans-serif;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
}

    .item-list .cell {
        display: table-cell;
        vertical-align: middle;
        padding: 20px 10px;
    }

    .item-list .cell-01 {
        padding-right: 30px;
    }

    .item-list .cell-02 {
        text-align: center;
        width: 255px;
    }

    .item-list .holder {
        max-width: 720px;
        padding-top: 9px;
    }

    .item-list h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1px;
        margin: 0 0 5px;
    }

    .item-list header {
        min-height: 55px;
        padding: 0 0 10px;
    }

    .item-list p {
        margin: 0 0 10px;
    }
/* releases-info */
.releases-info {
    line-height: 25px;
    padding: 12px 60px 0 0;
}

    .releases-info p {
        margin: 0 0 25px;
    }

    .releases-info .contact-block {
        background: #f4f4f4;
        font-size: 16px;
        line-height: 24px;
        max-width: 350px;
        margin-top: 8px;
        margin-right: auto;
    }

        .releases-info .contact-block img {
            display: block;
            width: 100%;
            height: auto;
        }

        .releases-info .contact-block .txt {
            padding: 14px 40px 22px 20px;
        }

        .releases-info .contact-block h2 {
            font-size: 30px;
            line-height: 33px;
            font-family: 'South UltraLight', sans-serif;
            margin: 0 0 15px;
        }

        .releases-info .contact-block .txt p {
            margin: 0;
        }

        .releases-info .contact-block .txt a {
            color: inherit;
        }
/* research-info */
.research-info h1 {
    line-height: 1em;
    margin-bottom: 5px;
}

.research-info h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: -5px;
}

.research-info .list-unstyled {
    margin-bottom: 30px;
}

    .research-info .list-unstyled li {
        padding-right: 0;
        padding-bottom: 0;
    }

        .research-info .list-unstyled li:before {
            display: none;
        }

.research-info p {
    margin: 0 0 24px;
}

.research-info .btn-more {
    margin-bottom: 0;
}
/* photo-cell */
.photo-cell {
    margin-top: 57px;
    margin-right: 30px;
    margin-bottom: 20px;
    max-width: 348px;
    width: 29.74%;
    float: left;
}

    .photo-cell .img img {
        width: 100%;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    }

    .photo-cell figcaption {
        margin-top: -9px;
    }
/* topic-list */
.topic-list {
    position: relative;
    top: 4px;
    list-style: none;
    margin: -13px -41px 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    font-family: 'AdobeBlank';
}

    .topic-list > li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        padding: 0 17px 26px;
        font: 16px/1em 'South UltraLight', sans-serif;
        text-align: center;
    }

    .topic-list a {
        display: block;
        background: #2077bc;
        color: #fff;
        padding: 9px 10px 7px;
        -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
        box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
    }

        .topic-list a:hover,
        .topic-list a:focus {
            opacity: 0.85;
            text-decoration: none;
        }

.separator.with-btn {
    padding-top: 0;
    padding-bottom: 18px;
    margin-top: 14px;
}

    .separator.with-btn .btn {
        position: relative;
        top: -15px;
    }
/* search-result */
.search-result {
    margin-top: -19px;
    padding-bottom: 38px;
}

    .search-result .heading.type2 {
        font-family: 'South UltraLight', sans-serif;
        font-size: 20px;
        line-height: 24px;
        padding-top: 0;
        padding-bottom: 5px;
        margin-bottom: 4px;
    }

        .search-result .heading.type2 h2 {
            font-size: 30px;
            line-height: 1em;
            margin-bottom: 8px;
        }

    .search-result .heading.type3 {
        padding-top: 8px;
        padding-bottom: 6px;
    }

        .search-result .heading.type3 h3 {
            font-size: 24px;
        }

    .search-result .info-post {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 27px;
        font-size: 14px;
        line-height: 17px;
    }

        .search-result .info-post .wrap {
            padding-top: 14px;
            padding-left: 0;
            padding-right: 0;
        }

        .search-result .info-post .play {
            width: 56px;
            height: 56px;
            margin-top: -28px;
            margin-left: -28px;
        }

            .search-result .info-post .play:before {
                border-width: 12px 0 12px 14px;
                margin-top: -12px;
                margin-left: -4px;
            }

        .search-result .info-post .type {
            font-size: 16px;
            line-height: 1em;
            margin-bottom: 4px;
        }

        .search-result .info-post header {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 5px;
        }

        .search-result .info-post h2 {
            font-size: 16px;
            line-height: 1em;
            margin-bottom: 2px;
        }
/* book-item */
.book-item {
    font-size: 16px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    color: #404041;
    padding-bottom: 38px;
}

    .book-item:after {
        content: '';
        display: block;
        clear: both;
    }

    .book-item .img {
        float: right;
        width: 133px;
        position: relative;
        overflow: hidden;
        margin: 0 0 0 27px;
        border-radius: 2px;
        -webkit-box-shadow: 4px 5px 5px 0 rgba(0,0,0,0.3);
        box-shadow: 4px 5px 5px 0 rgba(0,0,0,0.3);
    }

        .book-item .img img {
            vertical-align: top;
            width: 100%;
            height: auto;
        }

        .book-item .img .label {
            position: absolute;
            font-family: 'South Regular', sans-serif;
            top: 15px;
            right: 50%;
            margin-right: -90px;
            font-size: 15px;
            line-height: 18px;
            font-weight: normal;
            padding: 0;
            border-radius: 0;
            text-align: center;
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            -o-transform: rotate(30deg);
            transform: rotate(30deg);
            width: 120px;
            word-spacing: 1px;
            color: #404041;
            background: #f4d235;
        }

    .book-item .holder {
        overflow: hidden;
        max-width: 200px;
    }

    .book-item h4 {
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
        font-family: inherit;
        margin: 0;
    }

    .book-item p {
        margin: 0 0 18px;
    }

    .book-item ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.simple-list {
    list-style: none;
    margin: 0;
    padding: 0 0 31px;
    font-size: 16px;
    line-height: 30px;
}

    .simple-list li {
        padding-right: 19px;
        position: relative;
    }

        .simple-list li:before {
            content: '';
            position: absolute;
            top: 11px;
            right: 0;
            width: 9px;
            height: 9px;
            background: #2077bc;
        }

    .simple-list a {
        color: inherit;
    }
/*footer*/
#footer {
    text-align: right;
    font-size: 14px;
    border-top: 1px solid #d9d9d9;
    background: #fff;
    position: relative;
    z-index: 1;
}

    #footer h4 {
        color: #404041;
        font-size: 20px;
        margin: 0 0 20px -10px;
    }

    #footer h5 {
        margin: 0 0 20px;
        font-size: 20px;
        font-family: 'South UltraLight', sans-serif;
    }

    #footer .footer-top {
        padding: 41px 0 0;
        margin-bottom: 42px;
        position: relative;
        overflow: hidden;
    }

        #footer .footer-top .row {
            margin-left: -30px;
            margin-right: -30px;
        }

            #footer .footer-top .row > div {
                padding-left: 30px;
                padding-right: 30px;
            }

    #footer .footer-menu {
        margin: 0;
        padding: 0 0 98px;
        list-style: none;
    }

        #footer .footer-menu li {
            margin-bottom: 5px;
        }

            #footer .footer-menu li a {
                color: inherit;
            }

                #footer .footer-menu li a:hover {
                    text-decoration: none;
                    border-bottom: 2px solid #2077bc;
                }

    #footer .footer-top [class^="col-"] {
        border-left: 1px solid #d9d9d9;
    }

        #footer .footer-top [class^="col-"]:last-child {
            border-left: 0;
        }

    #footer .footer-top .row > div:first-child .holder:before {
        display: none;
    }

    #footer .footer-bottom {
        padding: 17px 0 11px;
        background: #ededed;
        border: solid transparent;
        border-width: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #footer .footer-bottom p {
            margin: 0;
        }

    #footer .footer-nav {
        margin: 0;
        padding: 10px 0 0;
        list-style: none;
        float: right;
    }

        #footer .footer-nav li {
            float: right;
        }

            #footer .footer-nav li:before {
                content: '|';
                margin: 0 8px;
            }

            #footer .footer-nav li:first-child:before,
            #footer .footer-nav li.first-in-row:before {
                display: none;
            }

            #footer .footer-nav li a {
                color: inherit;
            }

                #footer .footer-nav li a:hover {
                    text-decoration: none;
                    border-bottom: 2px solid #2077bc;
                }

    #footer .img-logo {
        float: right;
        width: 45px;
        margin: 0 0 0 42px;
    }

        #footer .img-logo img {
            vertical-align: top;
            max-width: 100%;
        }

    #footer .copy {
        float: right;
        padding: 10px 0 0 58px;
    }

    #footer .footer-bottom .img {
        float: left;
        width: 71px;
        margin: -1px 0 0 10px;
    }

        #footer .footer-bottom .img img {
            vertical-align: top;
            max-width: 100%;
        }

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: #fff;
    background-color: #286090;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 2px;
    padding-right: 2px;
    word-spacing: 0;
    letter-spacing: 0;
}
/*podcast-list*/
.visual h1 .block {
    display: block;
}

.books-area.type3 .btn-primary {
    font-family: 'South Bold',sans-serif;
    height: 48px;
    margin-top: 1px;
}

.books-area.type3 .dropdown-toggle {
    line-height: 29px;
    font-size: 17px;
}

    .books-area.type3 .dropdown-toggle .caret {
        color: #2077bc;
        border-top-color: #2077bc;
        border-width: 10px 11px 0;
        margin-top: -4px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 31px;
    }

.books-area.type3 .bootstrap-select .btn {
    padding-left: 60px;
}

.books-area.type3 .books-holder {
    padding-bottom: 20px;
}

.podcast-list {
    list-style: none;
    padding: 0 0 79px;
    margin: 0 -20px;
}

    .podcast-list li {
        float: left;
        width: 25%;
        padding: 0 20px 87px;
    }

    .podcast-list figure {
        display: table-cell;
        vertical-align: bottom;
        height: 380px;
        width: 1%;
        text-align: center;
        color: #fff;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        padding: 22px 15px;
        font-size: 22px;
        line-height: 30px;
        font-family: 'South Bold', sans-serif;
        position: relative;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
    }

        .podcast-list figure:after {
            content: '';
            position: absolute;
            height: 32px;
            border-radius: 50%;
            bottom: -53px;
            opacity: .35;
            left: -50px;
            right: -50px;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiM0NzQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40MSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-radial-gradient(center, ellipse cover, rgba(71,71,71,1) 2%, rgba(255,255,255,0.41) 60%, rgba(255,255,255,0) 100%);
            background: -webkit-radial-gradient(center, ellipse cover, rgba(71,71,71,1) 2%,rgba(255,255,255,0.41) 60%,rgba(255,255,255,0) 100%);
            background: radial-gradient(ellipse at center, rgba(71,71,71,1) 2%,rgba(255,255,255,0.41) 60%,rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#00ffffff',GradientType=1 );
        }

    .podcast-list p {
        margin: 0;
    }

    .podcast-list h2 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 14px;
    }
/* books-cart */
.order-block {
    border: 1px solid #e4e4e5;
    margin: 54px 0 38px;
    padding: 20px 37px;
}

    .order-block .headline {
        overflow: hidden;
        padding: 0 0 24px;
    }

        .order-block .headline h1 {
            float: right;
            margin: 0 0 0 66px;
            font-size: 30px;
            line-height: 34px;
        }

            .order-block .headline h1 i {
                display: inline-block;
                vertical-align: top;
                font-size: 26px;
                margin: 1px -2px 0 10px;
                -ms-transform: scale(-1, 1);
                -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
            }

.order-form {
    padding: 0 0 35px;
}

    .order-form .tbl-row {
        display: table;
        width: 100%;
    }

        .order-form .tbl-row .cell {
            display: table-cell;
            vertical-align: top;
            padding: 0 0 0 30px;
            white-space: nowrap;
        }

    .order-form .price-block {
        width: 346px;
    }

    .order-form .tbl-row .cell:last-child {
        padding-left: 0;
    }

    .order-form .price-switch {
        display: inline-block;
        vertical-align: top;
        width: 144px;
        margin: 0 0 0 18px;
    }

.price-switch.with-cf-chk {
    position: relative;
}

    .price-switch.with-cf-chk .invisible {
        position: absolute;
        top: 0;
        right: 0;
        visibility: visible;
        opacity: 0;
        z-index: -10;
    }
        .price-switch.with-cf-chk .invisible:focus + .switch {
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }
    .price-switch.with-cf-chk .switch li {
        position: relative;
        z-index: 2;
    }

    .price-switch.with-cf-chk .switch:not(.off) li:nth-child(2),
    .price-switch.with-cf-chk .switch.off li:first-child,
    .price-switch.with-cf-chk .switch:not(.off) li:nth-child(2) label,
    .price-switch.with-cf-chk .switch.off li:first-child label {
        color: #2077bc;
    }

    .price-switch.with-cf-chk .switch li.with-chk {
        padding-left: 0;
        padding-right: 0;
        width: 0;
        position: static;
    }

    .price-switch.with-cf-chk .switch .cf-switcher {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .price-switch.with-cf-chk .switch .cf-switcher div {
            position: absolute;
            top: 4px;
            left: 4px;
            right: 4px;
            bottom: 4px;
            border: 1px solid #c7c7c7;
            -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
            background: #fff;
            border-radius: 4px;
        }

    .price-switch.with-cf-chk .switch.off .cf-switcher {
        left: 50%;
    }


.switch {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    background: #f4f4f4;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
}

    .switch li {
        display: table-cell;
        width: 50%;
        padding: 3px;
    }

    .switch .button {
        position: relative;
        height: 22px;
    }

        .switch .button input {
            width: 100%;
            height: 100%;
            visibility: visible;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 15;
            opacity: 0;
            margin: 0;
            cursor: pointer;
        }

        .switch .button label {
            display: block;
            cursor: pointer;
            border: 1px solid transparent;
            border-radius: 4px;
            font: 18px/20px Arial, Helvetica, sans-serif;
            text-align: center;
            padding: 0 20px;
            white-space: nowrap;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

    .switch.type2 .button label {
        font-family: 'South UltraLight', Helvetica, sans-serif;
        font-size: 16px;
    }

    .switch .button [type='radio']:checked + label {
        background: #fff;
        border-color: #c7c7c7;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        color: #2077bc;
    }

    .switch.type2 .button [type='radio']:checked + label {
        color: #404041;
    }

.order-form .lbl-price {
    display: inline-block;
    vertical-align: top;
    font: 18px/22px Arial, Helvetica, sans-serif;
    margin: 5px 0 0 12px;
}

.order-form .price {
    display: inline-block;
    vertical-align: top;
    font: bold 30px/30px Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

    .order-form .price span {
        font-size: 18px;
        font-weight: normal;
        display: inline-block;
        margin: 1px -2px 0 0;
        vertical-align: top;
    }

.order-form .lbl {
    float: right;
    padding: 5px 0 0 20px;
    margin: 0;
    font: 16px/20px 'South UltraLight', Helvetica, sans-serif;
    letter-spacing: 0.5px;
}

.order-form .tbl-row .lbl {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding-top: 2px;
    white-space: nowrap;
}

.order-form .sel {
    display: table-cell;
    vertical-align: top;
}

.bootstrap-select.cs3 .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    color: #404041;
    background-color: #f4f4f4;
    border-color: #c7c7c7;
    padding: 4px 15px 4px 35px;
    border-radius: 4px;
    font-family: 'South UltraLight', Helvetica, sans-serif;
    min-width: 1px;
}

.bootstrap-select.cs3.open .btn .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bootstrap-select.cs3.btn-group .dropdown-toggle .caret {
    color: #2077bc;
    border-top-color: #2077bc;
    border-width: 9px 9px 0;
    margin-top: -4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 10px;
}

.order-form .btn {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    font: 17px/20px 'South Regular', Helvetica, sans-serif;
    padding: 6px 15px 4px;
    width: 100%;
    min-width: 134px;
}

.books-basket {
    padding-bottom: 48px;
}

    .books-basket .headline {
        padding: 0 0 24px;
        color: #2077bc;
    }

        .books-basket .headline h2 {
            margin: 0;
            font: 24px/28px 'South Regular', Helvetica, sans-serif;
        }

            .books-basket .headline h2 span {
                font-size: 36px;
            }

    .books-basket .row.books {
        margin: 0 0 0 -76px;
        ;
    }

.amount {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    width: 69px;
    position: relative;
    padding: 0 17px;
    background: #fff;
    margin-bottom: 20px;
}

    .amount input {
        display: block;
        width: 100%;
        border: 0;
        background: none;
        font: 20px/24px Arial, Helvetica, sans-serif;
        color: #2077bc;
        padding: 2px 5px;
        height: 28px;
        text-align: center;
    }

    .amount .button {
        position: absolute;
        top: 0;
        left: 0;
        width: 17px;
        height: 28px;
        background: #f4f4f4;
        border-radius: 3px 0 0 3px;
        text-align: center;
        font-size: 26px;
        z-index: 3;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        cursor: pointer;
    }

        .amount .button:hover {
            background: #eee;
        }

        .amount .button i {
            display: block;
            line-height: 24px;
        }

    .amount .dec {
        left: auto;
        right: 0;
        border-radius: 0 3px 3px 0;
    }

.btn-remove {
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top;
    font: 16px/20px Arial, Helvetica, sans-serif;
    margin: 3px 0 0;
}

    .btn-remove i {
        vertical-align: top;
        display: inline-block;
        margin: 1px 0 0 5px;
        font-size: 18px;
    }

.book-item .control-btns {
    padding-top: 10px;
}

.check {
    float: right;
    margin: 3px 0 0 9px;
    position: relative;
    width: 15px;
    height: 13px;
}

    .check .invisible {
        width: 100%;
        height: 100%;
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 15;
        opacity: 0;
        margin: 0;
    }

    .check .custom-check {
        width: 100%;
        height: 100%;
        border: 1px solid #c7c7c7;
        background: #f4f4f4;
        border-radius: 1px;
        position: relative;
    }

        .check .custom-check:before {
            position: absolute;
            content: '';
            background: url(/images/ico-01.svg) no-repeat;
            background-size: 100% 100%;
            right: 0;
            top: -1px;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            opacity: 0;
            width: 11px;
            height: 10px;
        }

    .check [type='checkbox']:checked + .custom-check:before {
        opacity: 1;
    }

.checkout-form {
    padding: 17px 110px 14px 15px;
}

    .checkout-form .row {
        margin: 0 -37px;
    }

        .checkout-form .row > div {
            padding: 0 37px;
        }

    .checkout-form .tbl-row {
        display: table;
        width: 100%;
        margin: 0 0 25px;
    }

        .checkout-form .tbl-row > * {
            display: table-cell;
        }

    .checkout-form label {
        vertical-align: middle;
        width: 118px;
        padding: 0 0 0 15px;
        font: 16px/20px 'South UltraLight', Helvetica, sans-serif;
        margin: 0;
    }

    .checkout-form .holder {
        vertical-align: top;
    }

    .checkout-form .form-control {
        border-radius: 4px;
        background: #f4f4f4;
        border: 1px solid #c7c7c7;
        height: 30px;
        font: 16px/20px 'South UltraLight', Helvetica, sans-serif;
        padding: 4px 12px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .checkout-form .ttl {
        display: block;
        font: 16px/19px 'South Regular', Helvetica, sans-serif;
        margin: -3px 0 26px;
    }

    .checkout-form .check-list {
        margin: 0;
        padding: 0 0 51px;
        list-style: none;
    }

        .checkout-form .check-list li {
            overflow: hidden;
            padding: 0 0 16px;
        }

        .checkout-form .check-list label {
            width: auto;
            display: block;
            overflow: hidden;
            padding: 0;
        }

    .checkout-form .btn-primary {
        -webkit-box-shadow: none;
        box-shadow: none;
        font: 18px/20px 'South Regular', Helvetica, sans-serif;
        padding: 5px 15px;
        min-width: 164px;
    }

.order-block .total-price {
    overflow: hidden;
    font: 18px/24px 'South UltraLight', Helvetica, sans-serif;
    padding: 5px 0 0;
    display: block;
    letter-spacing: 0.5px;
}

    .order-block .total-price strong {
        font-weight: normal;
        font-size: 30px;
        font-family: 'South Regular', Helvetica, sans-serif;
        padding: 0 9px 0 3px;
    }

    .order-block .total-price span {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }

.checkout2 {
    padding-right: 90px;
    padding-left: 126px;
    padding-bottom: 9px;
}

    .checkout2 label {
        width: 169px;
    }

    .checkout2 .lbl-date {
        width: 114px;
    }

    .checkout2 .lbl-cvv {
        width: 54px;
    }

    .checkout2 .tbl-row {
        margin-bottom: 35px;
    }

.checkout-form .holder .row {
    margin: 0 -8px;
}

    .checkout-form .holder .row > div {
        padding: 0 8px;
    }

.checkout-form .data-card {
    margin-right: -41px;
    margin-left: -3px;
}

    .checkout-form .data-card > div {
        padding: 0 15px;
    }

.checkout-form .btn-area {
    text-align: left;
    display: table;
    width: 100%;
    padding: 0 0 0 15px;
}

    .checkout-form .btn-area .btn {
        float: left;
        margin: 0 24px 0 0;
    }

    .checkout-form .btn-area img {
        vertical-align: top;
        display: inline-block;
        margin: -3px 0 0;
    }
/* end books-cart */
/*.visual-party*/
.visual-party {
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #2269a2;
    margin: 39px 0 43px;
    font-size: 22px;
    line-height: 26px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

    .visual-party > img {
        display: none;
    }

    .visual-party .cell {
        height: 462px;
        vertical-align: middle;
        width: 1%;
        display: table-cell;
        padding: 20px 0 9px;
    }
.visual-party.visual-party-height .cell {
    height: 350px;
}
    .visual-party h1 {
        font-size: 50px;
        line-height: 54px;
        margin: 0 0 6px;
    }

    .visual-party p {
        margin: 0 0 18px;
    }

    .visual-party .holder-select {
        width: 227px;
        margin: 0 auto;
    }

.cs4.bootstrap-select .btn {
    border-radius: 8px;
    border: none;
    color: #2077bc;
    font-size: 24px;
    font-family: 'South Regular', sans-serif;
    line-height: 28px;
    padding: 4px 14px 2px 30px;
}

.bootstrap-select.cs4 .dropdown-toggle .caret {
    border: 11px solid transparent;
    border-top: 10px solid #2077bc;
    left: 10px;
    margin-top: -4px;
}

.cs4 > .dropdown-menu {
    border-radius: 7px;
}

.cs4 .dropdown-menu > li > a {
    padding: 3px 14px;
    font-family: 'South Regular', sans-serif;
    font-size: 24px;
    line-height: 28px;
}

    .cs4 .dropdown-menu > li > a .text {
        font-family: 'South Regular', sans-serif;
        font-size: 24px;
        line-height: 28px;
    }
/*heading-party*/
.heading-party {
    border: 1px solid #e4e4e5;
    background: #f4f4f4;
    padding: 11px 20px 8px;
    margin: 0 0 40px;
}

    .heading-party > * {
        font-size: 19px;
        line-height: 22px;
        font-family: 'South Regular', sans-serif;
        margin: 0;
    }
/*block-party*/
.block-party {
    padding: 0 33px;
    margin: 0 0 81px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'South UltraLight', sans-serif;
}

    .block-party:after {
        content: '';
        clear: both;
        display: block;
    }

    .block-party .img {
        float: right;
        width: 259px;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0, .4);
        box-shadow: 0 2px 2px rgba(0,0,0, .4);
        margin: 10px 0 0 45px;
    }

        .block-party .img img {
            vertical-align: top;
            width: 100%;
        }

    .block-party .text {
        overflow: hidden;
        max-width: 735px;
    }

    .block-party h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 23px;
    }

    .block-party .ttl {
        font-size: 18px;
        line-height: 22px;
        display: block;
        font-family: 'South Regular', sans-serif;
        font-weight: normal;
        margin: 0 0 12px;
    }

    .block-party p {
        margin: 0;
    }
/*table-party*/
.table-party {
    text-align: center;
}

    .table-party table {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        border: 1px solid #e4e4e5;
        font-family: Arial, Helvetica, sans-serif;
    }

        .table-party table tbody tr:nth-child(even) {
            background: #fafafa;
        }

        .table-party table thead tr {
            background: #ebebeb;
        }

        .table-party table tr + tr {
            border-top: 1px solid #e4e4e4;
        }

        .table-party table th {
            font-family: 'South Regular', sans-serif;
            height: 76px;
            text-align: center;
            font-weight: normal;
            font-size: 17px;
            line-height: 22px;
            padding: 5px;
            border-bottom: 1px solid #e4e4e4;
        }

        .table-party table td {
            height: 78px;
            width: 1%;
            padding: 5px;
        }

            .table-party table th + th,
            .table-party table td + td {
                border-right: 1px solid #e4e4e4;
            }

            .table-party table td:first-child {
                background: rgba(228,228,229, .4);
            }

        .table-party table .link {
            position: relative;
            display: inline-block;
            vertical-align: top;
            padding: 0 0 0 24px;
        }

            .table-party table .link img {
                position: absolute;
                top: 0;
                left: 0;
            }

.nav-tabs.type3 {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 43px;
}

    .nav-tabs.type3 > li {
        min-width: 260px;
        text-align: center;
    }

        .nav-tabs.type3 > li .cell {
            width: 1%;
        }
/* world-01 */
.info-area {
    background-size: cover;
    background-position: 50% 0;
    position: relative;
    margin: 41px 0 64px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-bottom: 18px solid #2077bc;
}

    .info-area > img {
        display: none;
    }
    /*changed by Tal 08.11.16*/
    .info-area figcaption {
        /*background: rgba(32, 119, 188, 0.82);*/
        text-align: center;
        color: #fff;
        padding: 48px 85px 24px;
        font: 22px/24px 'South UltraLight', Helvetica, sans-serif;
    }

        .info-area figcaption h1 {
            font-size: 50px;
            line-height: 54px;
            margin: 0 0 13px;
        }

        .info-area figcaption p {
            margin: 0 0 33px;
        }

    .info-area .info-world {
        margin: 0 -73px;
        padding: 0;
        list-style: none;
        font-family: 'AdobeBlank';
        position: relative;
    }

        .info-area .info-world:before {
            position: absolute;
            content: '';
            top: 0;
            bottom: 0;
            left: 50%;
            width: 1px;
            background: #fff;
            opacity: 0.72;
            margin: 0 0 0 -2px;
        }

        .info-area .info-world > li {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            font: 20px/22px 'South UltraLight', Helvetica, sans-serif;
            padding: 0 108px;
        }

        .info-area .info-world .holder {
            display: table-cell;
            vertical-align: middle;
            height: 208px;
            width: 1%;
            padding: 10px 20px 20px;
        }

        .info-area .info-world > li:nth-child(n+3) .holder {
            border-top: 1px solid rgba(255, 255, 255, 0.72);
            padding-top: 38px;
        }

    .info-area h2 {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 28px;
    }

.btn-white {
    vertical-align: top;
    border: 2px solid #fff;
    border-radius: 4px;
    min-width: 117px;
    font: 20px/23px 'South Regular', Helvetica, sans-serif;
    padding: 8px 15px;
    color: #fff;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
    background: none;
}

    .btn-white:focus,
    .btn-white:hover {
        background: #fff;
        color: #2077bc;
    }

.popup-custom .fancybox-skin {
    background: #fff;
    color: #404041;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
}

.popup-custom .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popup-mask {
    position: absolute;
    right: -9999px;
    top: -9999px;
}

.mCSB_scrollTools {
    width: 8px;
    opacity: 1;
}

.mCSB_draggerRail {
    display: none;
}

.mCSB_dragger {
    background: #2077bc;
    border-radius: 0px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
}

.popup {
    padding: 18px 26px 32px;
}

    .popup .header-popup {
        overflow: hidden;
        padding: 0 0 37px;
        font: 24px/26px 'South UltraLight', Helvetica, sans-serif;
    }

        .popup .header-popup .btn {
            float: left;
            margin: 8px 20px 0 12px;
            font: 20px/23px 'South Regular', Helvetica, sans-serif;
            padding: 10px 15px;
            min-width: 117px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .popup .header-popup h3 {
            font-size: 36px;
            line-height: 40px;
            color: #2077bc;
            margin: 0 0 -2px;
        }

        .popup .header-popup p {
            margin: 0;
        }

    .popup .scroll-bar {
        height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
        margin-left: -22px;
    }

    .popup .list {
        margin: 0 0 0 -20px;
        padding: 0;
        list-style: none;
        font: 14px/16px 'South UltraLight', Helvetica, sans-serif;
    }

        .popup .list > li {
            padding: 0 0 14px;
            overflow: hidden;
        }

        .popup .list label {
            display: block;
            margin: 0;
            overflow: hidden;
            font-weight: normal;
        }

.check.type2 {
    margin: 1px 0 0 9px;
    width: 13px;
    height: 12px;
}

    .check.type2 .custom-check {
        border: solid #c6c6c6;
        border-width: 1px 1px 0;
        background: #f4f4f4;
        border-radius: 0;
        border-top-color: #6b6b6b;
        -webkit-box-shadow: inset 0 1px 0 #c6c6c6;
        box-shadow: inset 0 1px 0 #c6c6c6;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .check.type2 .custom-check:before {
            background: url(/images/ico-02.svg) no-repeat;
            right: -1px;
            top: -1px;
        }

    .check.type2 [type='checkbox']:checked + .custom-check {
        border-left-color: #6b6b6b;
        border-right-color: #f4f4f4;
        -webkit-box-shadow: inset 1px 1px 0 #c6c6c6;
        box-shadow: inset 1px 1px 0 #c6c6c6;
    }

.popup-custom .fancybox-close {
    width: 40px;
    height: 40px;
    left: -30px;
    right: auto;
    top: -27px;
    border-radius: 100%;
    background: #fff url(/images/ico-03.svg) no-repeat 50% 50%;
    background-size: 22px 22px;
}

    .popup-custom .fancybox-close:hover {
        background-color: #f4f4f4;
    }
/* end world-01 */
/* comparison */
.visual-party.type2 {
    font-size: 22px;
    line-height: 26px;
}

    .visual-party.type2 p {
        min-height: 56px;
    }

    .visual-party.type2 h1 {
        margin-bottom: 10px;
    }

    .visual-party.type2 .cell {
        padding-bottom: 20px;
    }

.table-block {
    position: relative;
    margin: 0 0 37px;
    border: 1px solid #e4e4e5;
    overflow: hidden;
}

    .table-block .scroll-table .mCSB_container {
        margin: 0;
    }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 8px;
    bottom: 1px;
}

.table-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: -29px;
    width: 30px;
    bottom: 0;
    z-index: 15;
    -webkit-box-shadow: 15px 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 0 15px rgba(0, 0, 0, 0.08);
}

.table-block table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: separate;
}

    .table-block table th {
        height: 116px;
        background: #ebebeb;
        font: 17px/23px 'South Regular', Helvetica, sans-serif;
        text-align: center;
        padding: 41px 20px 29px;
        width: 184px;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 20;
    }

        .table-block table th:before {
            position: absolute;
            content: '';
            left: -1px;
            right: -1px;
            bottom: -18px;
            height: 18px;
            background: #2077bc;
        }
        /*changed by Tal 28.11.16*/
        .table-block table th:hover {
            /*color:#2077bc;*/
            z-index: 25;
        }

        .table-block table th.opened,
        .table-block table th.opened:hover {
            color: #2077bc;
            z-index: 26;
        }

        .table-block table th span {
            display: block;
        }

        .table-block table th + th {
            border-right: 1px solid #e4e4e5;
        }

    .table-block table .scroll-bar.mCustomScrollbar {
        width: auto !important;
    }

.table-block .info {
    position: absolute;
    top: 11px;
    left: 10px;
    margin: 0;
    z-index: 30;
}

    .table-block .info .tooltip {
        max-width: 225px;
        color: #404041;
    }

.table-block table th:last-child .tooltip {
    left: -8px !important;
}

    .table-block table th:last-child .tooltip.bottom .tooltip-arrow {
        margin-left: 0;
        left: 10px !important;
    }

.table-block .info > a {
    width: 31px;
    height: 31px;
    float: left;
    border-radius: 100%;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

    .table-block .info > a:hover {
        background: #2077bc;
    }

    .table-block .info > a:after,
    .table-block .info > a:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: url(/images/ico-04.svg) no-repeat 50% 50%;
        background-size: 10px 19px;
    }

    .table-block .info > a:after {
        opacity: 0;
        background-image: url(/images/ico-05.svg);
    }

    .table-block .info > a:hover:before {
        opacity: 0;
    }

    .table-block .info > a:hover:after {
        opacity: 1;
    }

.table-block table th:first-child {
    background: #ebebeb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(to right bottom, #ebebeb 50%, #f4f4f4 50%);
    background: -webkit-linear-gradient(to right bottom, #ebebeb 50%, #f4f4f4 50%);
    background: linear-gradient(to right bottom, #ebebeb 50%, #f4f4f4 50%);
    text-align: right;
}

.table-block table th .label-1 {
    display: block;
    text-align: left;
    font-weight: normal;
    padding: 0 0 0 25px;
    /*background:url(/images/arrow-01.svg) no-repeat 0 50%;*/
    color: #404041;
    margin: -7px 0 3px -4px;
}

.table-block table th .label-2 {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    padding: 0 0 21px;
    margin: 0 16px -21px 0;
    /*background:url(/images/arrow-02.svg) no-repeat 50% 100%;*/
    color: #404041;
}

.table-block table td {
    padding: 15px 20px;
    height: 78px;
    text-align: center;
    border-top: 1px solid #e4e4e5;
    font: 18px/23px Arial, Helvetica, sans-serif;
    position: relative;
    width: 184px;
}

    .table-block table td + td {
        border-right: 1px solid #e4e4e5;
    }

.table-block table tr:first-child td {
    padding-top: 33px;
    height: 95px;
}

.table-block table tr:nth-child(even) td {
    background: #fafafa;
}

.table-block table tr td:first-child {
    background: #f4f4f4;
    text-align: right;
    padding-right: 36px;
    font: 18px/23px 'South Regular', Helvetica, sans-serif;
}

.table-block table tr:first-child td:first-child:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 9999px;
    z-index: 15;
    -webkit-box-shadow: -15px 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: -15px 0 15px rgba(0, 0, 0, 0.08);
}

.table-block .scroll-body .scroll-bar {
    height: 875px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block !important;
    direction: ltr;
}

    .table-block .scroll-body .scroll-bar * {
        direction: rtl !important;
    }

.table-block .scroll-body tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    direction: rtl;
}

    .table-block .scroll-body tr td {
        vertical-align: middle;
        direction: rtl;
    }

.table-block .scroll-body .mCSB_scrollTools_vertical {
    right: 5px;
}

.table-block .mCSB_dragger {
    background: none;
}

.table-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: block;
    background: #2077bc;
    border-radius: 0px;
    height: auto;
    width: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
}

.table-block .mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
    top: 28px;
    bottom: 10px;
}

.table-block .mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    right: 189px;
    left: 1px;
}

.table-block td .header-table {
    display: none;
}

.table-block th .btn-sort {
    cursor: pointer;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -18px;
    height: 18px;
    background: #2077bc;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .table-block th .btn-sort:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(/images/arrow-03.svg) no-repeat 50% 50%;
        background-size: 10px 5px;
    }

    .table-block th .btn-sort:hover {
        background: #286090;
    }
/* end comparison */
.supporters-list {
    list-style: none;
    padding: 0 0 14px;
    margin: 0;
    font-family: 'Droid Serif', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
}

    .supporters-list li {
        width: 100%;
        display: table;
        margin-bottom: 60px;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    }

        .supporters-list li .cell {
            padding: 53px 42px 50px 23px;
            display: table-cell;
            vertical-align: top;
            border-width: 18px 1px 18px 0;
            border-style: solid;
            border-color: transparent #eaeaea transparent transparent;
        }

            .supporters-list li .cell + .cell {
                width: 26.66666%;
            }

    .supporters-list h3 {
        font-size: 32px;
        line-height: 34px;
        padding: 65px 35px;
        font-weight: 700;
        width: 20%;
        display: table-cell;
        margin: 0;
        color: #2377bd;
        letter-spacing: 2px;
    }

    .supporters-list p {
        margin-bottom: 8px;
    }

    .supporters-list .country {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .supporters-list .block + .block {
        border-top: solid 1px #eaeaea;
        padding-top: 20px;
        margin-top: 19px;
    }
/*society-visual*/
.visual.type4 {
    min-height: 663px;
    color: #fff;
    font-family: 'South Regular', sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    position: relative;
    padding: 92px 20px 50px;
    background-position: 50% 0;
}

    .visual.type4 .logo {
        position: absolute;
        top: 17px;
        left: 26px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        line-height: 13px;
        font-weight: normal;
    }

        .visual.type4 .logo a {
            font-size: 0;
            line-height: 0;
            display: block;
            background: url(/images/logo01.png) no-repeat 50% 50%;
            width: 79px;
            height: 43px;
            margin: 0 auto;
        }

    .visual.type4 h1,
    .visual.type4 h2 {
        background-color: transparent;
        color: #fff;
        margin: 0 0 27px;
        font-size: 51px;
        line-height: 56px;
        padding: 0;
    }

    .visual.type4 .select-holder {
        min-height: 34px;
        margin: 0 auto 62px;
        position: relative;
        max-width: 230px;
        padding-right: 83px;
    }

    .visual.type4.active {
        min-height: 480px;
        padding-top: 37px;
        padding-bottom: 14px;
    }

        .visual.type4.active h2,
        .visual.type4.active h1 {
            margin-bottom: 19px;
        }

        .visual.type4.active .select-holder {
            margin-bottom: 78px;
        }

    .visual.type4 .select-holder .txt {
        position: absolute;
        right: 0;
        width: 70px;
        top: 10px;
        color: #fff;
        font: 16px/18px 'South Regular', sans-serif;
    }

.society-list {
    list-style: none;
    padding: 0;
    margin: 0 0 23px;
    font-size: 0;
    line-height: 0;
}

    .society-list li {
        vertical-align: top;
        display: inline-block;
        width: 135px;
        margin: 0 30px 20px;
        font-family: 'South Regular', sans-serif;
        font-size: 24px;
        line-height: 19px;
    }




    /* update 06-01-2017 - start */
    /* .society-list li.active .ico:before,
.society-list li:hover .ico:before{opacity: 0;}
.society-list li.active .ico:after,
.society-list li:hover .ico:after{opacity: 1;} */
    .society-list .ico .state-hover {
        opacity: 0;
    }

    .society-list li.active .ico .state-normal,
    .society-list li:hover .ico .state-normal {
        opacity: 0;
    }

    .society-list li.active .ico .state-hover,
    .society-list li:hover .ico .state-hover {
        opacity: 1;
    }

    .society-list li a {
        color: #fff;
    }
    /* .society-list li.active a .ico,
.society-list li:hover a .ico{border-width: 62px;} */
    .society-list li.active a .ico:before,
    .society-list li:hover a .ico:before {
        border-width: 62px;
    }

    .society-list li:hover a {
        text-decoration: none;
    }

    .society-list small {
        margin-top: 4px;
        display: block;
        font-size: 18px;
        line-height: 20px;
    }

    .society-list .ico {
        display: block;
        width: 124px;
        height: 124px;
        border-radius: 999px;
        margin: 0 auto 13px;
        border: 2px solid #fff;
        position: relative;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

        .society-list .ico:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: -2px;
            border: 2px solid #fff;
            border-radius: 50%;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
        }

        .society-list .ico img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: auto;
            height: auto;
            max-width: 70%;
            max-height: 70%;
            -webkit-transition: opacity .3s;
            -o-transition: opacity .3s;
            transition: opacity .3s;
        }

        .society-list .ico.ico01 img {
            max-width: 70px;
            max-height: 72px;
        }

        .society-list .ico.ico02 img {
            max-width: 38px;
            max-height: 74px;
        }

        .society-list .ico.ico03 img {
            max-width: 66px;
            max-height: 56px;
        }

        .society-list .ico.ico04 img {
            max-width: 84px;
            max-height: 46px;
        }

        .society-list .ico.ico05 img {
            max-width: 84px;
            max-height: 46px;
        }
/* .society-list .ico:before,
.society-list .ico:after{
	content: '';
	background-image: url(/images/icons-sprite01.png);
	background-repeat: no-repeat;
	-webkit-background-size: 183px auto;
	background-size: 183px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.society-list .ico.ico01:before{
	width: 70px;
	height: 72px;
	margin: -36px 0 0 -35px;
	background-position: -7px 0;
}
.society-list .ico.ico01:after{
	width: 70px;
	height: 72px;
	margin: -36px 0 0 -35px;
	background-position: -106px 0;
	opacity: 0;
}
.society-list .ico.ico02:before{
	width: 38px;
	height: 74px;
	margin: -37px 0 0 -21px;
	background-position: -23px -88px;
}
.society-list .ico.ico02:after{
	width: 38px;
	height: 74px;
	margin: -37px 0 0 -21px;
	background-position: -122px -88px;
	opacity: 0;
}
.society-list .ico.ico03:before{
	width: 66px;
	height: 56px;
	margin: -34px 0 0 -28px;
	background-position: -9px -186px;
}
.society-list .ico.ico03:after{
	width: 66px;
	height: 56px;
	margin: -34px 0 0 -28px;
	background-position: -108px -186px;
	opacity: 0;
}
.society-list .ico.ico04:before{
	width: 84px;
	height: 46px;
	margin: -23px 0 0 -42px;
	background-position: 0px -280px;
}
.society-list .ico.ico04:after{
	width: 84px;
	height: 46px;
	margin: -23px 0 0 -42px;
	background-position: -99px -280px;
	opacity: 0;
}
.society-list .ico.ico05:before{
	width: 84px;
	height: 46px;
	margin: -23px 0 0 -42px;
	background-position: 0px -369px;
}
.society-list .ico.ico05:after{
	width: 84px;
	height: 46px;
	margin: -23px 0 0 -42px;
	background-position: -99px -369px;
	opacity: 0;
} */
/* update 06-01-2017 - end */





.cover-block.type2 {
    padding: 0;
}

    .cover-block.type2:before {
        content: none;
    }

.main-area.type2 {
    padding-top: 87px;
    padding-bottom: 101px;
    margin: 0 -30px;
}

    .main-area.type2:before {
        top: 76px;
    }

    .main-area.type2 .main-column {
        margin-top: -46px;
    }

.article-head.type2 .subtitle {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 11px;
    padding-bottom: 16px;
}

.location-table {
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    border: solid 1px #e4e4e5;
}

    .location-table td,
    .location-table th {
        height: 78px;
        width: 14.2857%;
        text-align: center;
        vertical-align: middle;
    }

    .location-table td {
        padding: 13px;
        border-top: solid 1px #e4e4e5;
        background-color: #fafafa;
    }

        .location-table td:first-child {
            background-color: #f1f1f1;
            text-align: right;
            font-size: 16px;
            line-height: 18px;
            font-family: 'South UltraLight', sans-serif;
            font-weight: bold;
        }

    .location-table tr:nth-child(2n) td {
        background-color: #fff;
    }

        .location-table tr:nth-child(2n) td:first-child {
            background-color: #f4f4f4;
        }

    .location-table td + td,
    .location-table th + th {
        border-right: solid 1px #e4e4e5;
    }

    .location-table th {
        background-color: #ebebeb;
        padding: 10px;
        font-size: 16px;
        line-height: 18px;
        font-family: 'South UltraLight', sans-serif;
    }

        .location-table th:first-child {
            text-align: right;
            padding: 18px 13px;
            vertical-align: top;
            font-size: 18px;
        }

.nav-tabs.type3 > li > a {
    display: table;
    width: 100%;
}

.nav-tabs.type3 > li .cell {
    width: auto;
}

.visual-party .form {
    font-size: 0;
    line-height: 0;
    padding: 30px 0 0;
}

    .visual-party .form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
    .visual-party .form .bootstrap-select {
        width: auto;
        margin: 0 9px;
    }

    .visual-party .form .btn-white {
        padding: 4px 15px;
    }
/*elections*/
.elections {
    padding: 37px 74px 43px;
    background: #f4f4f4;
    border: 1px solid #e4e4e5;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 41px;
}

    .elections h2 {
        margin: 0;
        font-size: 28px;
        line-height: 30px;
    }

    .elections h3 {
        margin: 0;
        font-size: 20px;
        line-height: 22px;
    }

    .elections p {
        margin: 0;
    }

    .elections .img {
        text-align: center;
        margin: -7px 0 0 42px;
    }

    .elections img {
        vertical-align: top;
        max-width: 100%;
    }

    .elections header {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 39px;
    }

    .elections .text .row + .row {
        margin-top: 24px;
    }

    .elections header h2 {
        margin-bottom: 30px;
    }

    .elections .list {
        margin: 0 0 15px;
        padding: 0;
        list-style: none;
        max-width: 270px;
    }

        .elections .list + .list {
            margin-top: 40px;
        }

        .elections .list li {
            font-size: 20px;
            line-height: 24px;
        }

            .elections .list li + li {
                margin-top: 21px;
            }

        .elections .list h3 {
            margin-bottom: 14px;
        }

    .elections.spacing {
        margin-bottom: 49px;
    }

    .elections .holder {
        font-size: 16px;
        line-height: 18px;
        font-family: Arial, Helvetica, sans-serif;
        max-width: 551px;
    }

        .elections .holder p + p {
            margin-top: 18px;
        }

        .elections .holder h2 {
            margin-bottom: 16px;
        }

.table-party.spacing {
    margin-bottom: 63px;
}

.elections.type2 {
    padding-top: 60px;
    padding-bottom: 64px;
}

    .elections.type2 .img {
        margin-top: 0;
    }

.elections .spacing h2 {
    margin-bottom: 29px;
}

.elections .list.font {
    font-family: 'South UltraLight', sans-serif;
}

    .elections .list.font li {
        line-height: 21px;
    }
/*about-elections*/
.about-elections {
    padding: 0 75px;
    font-size: 16px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 39px;
}

    .about-elections .btn-more {
        margin: 0;
    }

    .about-elections h2 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 18px;
    }

    .about-elections p {
        margin-bottom: 24px;
    }

.advertising {
    border: 1px solid #e4e4e5;
    margin: 0 0 48px;
}

    .advertising img {
        width: 100%;
        vertical-align: top;
    }

.info-area .form {
    font-size: 0;
    line-height: 0;
    padding: 16px 0 0;
}

    .info-area .form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
    .info-area .form .bootstrap-select {
        width: auto;
        margin: 0 9px;
    }

    .info-area .form .btn-white {
        padding: 4px 15px;
    }

.cs4.font2.bootstrap-select .btn {
    font-size: 18px;
    font-family: 'South UltraLight', sans-serif;
    color: #404041;
}

.cs4.font2 .dropdown-menu > li > a {
    font-size: 18px;
    font-family: 'South UltraLight', sans-serif;
}

.info-area.spacing {
    margin-bottom: 43px;
}
/*general-data*/
.general-data {
    padding: 3px 34px 85px;
}

    .general-data:after {
        content: '';
        clear: both;
        display: block;
    }

    .general-data .img {
        float: right;
        width: 259px;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        margin: 5px 0 0 43px;
    }

        .general-data .img img {
            vertical-align: top;
            width: 100%;
        }

    .general-data .text {
        overflow: hidden;
    }

    .general-data h2 {
        margin: 0 0 22px;
        font-size: 28px;
        line-height: 30px;
    }

    .general-data .list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0;
        line-height: 0;
    }

        .general-data .list li {
            margin: 0 -15px;
        }

            .general-data .list li + li {
                margin-top: 13px;
            }

            .general-data .list li .holder {
                display: inline-block;
                vertical-align: top;
                width: 50%;
                font-size: 17px;
                line-height: 22px;
                padding: 0 15px;
            }

            .general-data .list li .title {
                padding: 0 15px;
                display: inline-block;
                vertical-align: top;
                width: 50%;
                font-size: 17px;
                line-height: 22px;
                font-family: 'South Regular', sans-serif;
            }

                .general-data .list li .title strong {
                    font-weight: normal;
                }

    .general-data p {
        margin: 0;
    }

    .general-data .text > .row {
        margin: 0 -25px;
    }

        .general-data .text > .row > div {
            padding: 0 25px;
        }
/*indices-list*/
.indices-list {
    margin: 0 -15px;
    padding: 8px 58px 85px;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

    .indices-list li {
        display: inline-block;
        vertical-align: top;
        width: 31.8%;
        font-size: 18px;
        line-height: 22px;
        padding: 0 15px 48px;
    }

    .indices-list h3 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .indices-list p {
        margin: 0;
    }

.building {
    background: #f4f4f4;
    margin: 0 0 44px;
}

    .building .table-responsive {
        margin-bottom: 0;
    }

    .building .table-party table {
        font-size: 18px;
    }

        .building .table-party table td {
            width: auto;
        }

        .building .table-party table th:first-child {
            text-align: right;
            padding: 5px 38px;
        }

        .building .table-party table td:first-child {
            text-align: right;
            font-family: "South Regular", sans-serif;
            padding: 5px 38px;
        }

        .building .table-party table td a {
            font-size: 14px;
        }
/*.quick-retrieval*/
.quick-retrieval {
    margin: 38px 42px 17px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255, .64);
}

    .quick-retrieval h2 {
        margin: 0;
        font-size: 30px;
        line-height: 36px;
    }

    .quick-retrieval p {
        margin: 0 0 25px;
    }

    .quick-retrieval .quick-form {
        font-size: 0;
        line-height: 0;
    }

        .quick-retrieval .quick-form .holder-select {
            display: inline-block;
            vertical-align: top;
            width: 207px;
            margin: 0 11px;
        }

        .quick-retrieval .quick-form .holder-input {
            padding: 0 11px;
            width: 220px;
            display: inline-block;
            vertical-align: top;
            position: relative;
        }
        /*.quick-retrieval .quick-form .holder-input:after{
	content: '';
	position: absolute;
	top: -1px;
	right: -2px;
	width: 13px;
	height: 49px;
	background: url(/images/img-holder-input-001.png) no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}*/
        .quick-retrieval .quick-form .form-control {
            height: 50px;
            -webkit-box-shadow: 0 2px 3px rgba(2, 3, 3, 0.2);
            box-shadow: 0 2px 3px rgba(2, 3, 3, 0.2);
            border: 1px solid #dedede;
            border-right: none;
            border-radius: 3px 0 0 3px;
        }

    .quick-retrieval .bootstrap-select:before {
        content: '';
        position: absolute;
        top: 0;
        left: -15px;
        width: 16px;
        height: 47px;
        background: url(/images/img-select-holder-001.png) no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        z-index: 10;
    }

    .quick-retrieval .bootstrap-select .btn {
        border-left: none;
        padding: 9px 9px 8px 36px;
        color: #747474;
        font-size: 17px;
    }

        .quick-retrieval .bootstrap-select .btn:hover {
            border-color: #c7c7c7;
        }

    .quick-retrieval .bootstrap-select.btn-group .dropdown-toggle .caret {
        left: 12px;
    }

    .quick-retrieval .btn-default:focus,
    .quick-retrieval .btn-default.focus,
    .quick-retrieval .btn-default:active:hover,
    .quick-retrieval .btn-default.active:hover,
    .quick-retrieval .open > .dropdown-toggle.btn-default:hover,
    .quick-retrieval .btn-default:active:focus,
    .quick-retrieval .btn-default.active:focus,
    .quick-retrieval .open > .dropdown-toggle.btn-default:focus,
    .quick-retrieval .btn-default.focus:active,
    .quick-retrieval .btn-default.active.focus,
    .quick-retrieval .open > .dropdown-toggle.btn-default.focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff;
    }
/* comparison-01 */
.table-block table td figure {
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .table-block table td figure .img {
        display: table-cell;
        vertical-align: top;
        width: 46px;
    }

        .table-block table td figure .img img {
            vertical-align: top;
            width: 100%;
            -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            height: auto;
        }

    .table-block table td figure figcaption {
        display: table-cell;
        vertical-align: middle;
        padding: 0 14px 0 0;
    }

.table-block.type2::before,
.table-block.type2 table tr:first-child td:first-child::before {
    display: none;
}
/* end comparison-01 */
.visual.type4 .select-holder .sel-hol {
    width: 147px;
}

    .visual.type4 .select-holder .sel-hol .cs4.bootstrap-select .btn {
        min-width: 1px;
    }

@media screen and (min-width: 768px) {
    .parallax-el + .cover-block.type2,
    .scrollmagic-pin-spacer + .cover-block.type2,
    .visual + .cover-block.type2 {
        top: 0;
        margin-top: -81px;
    }
}

@media screen and (min-width: 1350px) {
    /* header */
    .isFixed #header .navbar-brand {
        margin-left: 45px;
    }

    .container {
        width: 1130px;
    }
    #header .drop-large {
		max-width: 1320px;
	}
    #header .container {
        width: 1320px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1320px;
    }
}

@media screen and (max-width: 1349px) and (min-width: 1025px) {
    /* header */
    .isFixed #header .navbar-brand {
        margin-left: 10px;
    }

    .isFixed #header .top .base-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1349px) and (min-width: 992px) {
    .book-details .img {
        margin-left: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width: 1599px) {
    .order-block {
        padding: 20px;
    }

    .books-basket .row.books {
        margin: 0 -15px;
    }

    .checkout-form {
        padding-left: 0;
        padding-right: 0;
    }

        .checkout-form .data-card {
            margin: 0 -15px;
        }

        .checkout-form .btn-area {
            padding: 0;
        }
    /* world-01 */
    .info-area figcaption {
        padding-left: 60px;
        padding-right: 60px;
    }
    /* end world-01 */
    .table-block table td,
    .table-block table th {
        width: 183px;
    }

    .table-block.type2 table tr td:first-child {
        padding-right: 20px;
    }

    .table-block.type2 table td,
    .table-block.type2 table th {
        width: 177px;
    }
}

@media screen and (max-width: 1349px) {
    /* team-list */
    .team-list > li {
        width: 324px;
    }
    /*press-room*/
    .press-room {
        font-size: 14px;
        line-height: 19px;
        min-height: 400px;
    }

        .press-room p {
            margin-bottom: 15px;
        }

        .press-room .holder {
            padding-top: 15px;
        }

        .press-room .video {
            width: 70%;
        }
    /*books-slider*/
    .books-slider .btn-list {
        left: 30px;
    }

        .books-slider .btn-list li {
            float: none;
        }

            .books-slider .btn-list li + li {
                margin: 10px 0 0;
            }

    .books-slider .holder {
        width: 47.5%;
    }
    /*footer*/
    #footer .footer-top .container {
        width: 1150px;
    }

    .press-room h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .separator.type3 {
        padding-top: 40px;
    }

    .info-block {
        padding-bottom: 13px;
    }

        .info-block .video-block {
            margin-right: 0;
        }

        .info-block h1,
        .info-block h2 {
            font-size: 32px;
            line-height: 40px;
        }

        .info-block .list {
            margin-bottom: 20px;
        }

            .info-block .list li {
                font-size: 14px;
            }

                .info-block .list li + li:before {
                    margin: 0 8px;
                }

    .nav-tabs > li > a {
        font-size: 18px;
        padding: 0 20px;
    }

        .nav-tabs > li > a .cell {
            height: 70px;
        }
    /*post-area*/
    .post-area .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .post-area .row [class*="col-"] {
            padding-left: 15px;
            padding-right: 15px;
        }

    .post-block {
        min-height: 615px;
    }

        .post-block.type2 {
            min-height: 480px;
        }

        .post-block .holder {
            padding: 15px;
        }

    .newsletter .newsletter-block:before {
        right: -22px;
    }

    .newsletter-form .btn-primary {
        margin-top: 48px;
    }

    .about .contact-block .txt {
        padding: 15px;
    }

    .about .contact-block {
        margin: 17px 0 0;
    }

        .about .contact-block:before {
            right: -15px;
        }

    .about h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .view-block .container {
        width: 970px;
    }
}

@media screen and (max-width: 1199px) {
    /* headere */
    #header .navbar-nav > li > a {
        padding-left: 19px;
        padding-right: 19px;
    }

    #header .logo {
        margin-right: 15px;
    }

    #header .navbar-form .form-control {
        font-size: 15px;
        width: 280px;
    }

    .isFixed #header .top .base-nav {
        font-size: 15px;
    }
    /* event-item */
    .event-item .descr {
        padding-bottom: 0;
    }
    /*press-room*/
    .press-room {
        min-height: 355px;
    }

        .press-room .holder {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .press-room .list li a {
            padding-top: 7px;
            padding-bottom: 8px;
        }

    .book-item .img {
        margin-bottom: 20px;
    }

    .book-item .holder {
        clear: both;
        overflow: visible;
        max-width: 100%;
    }

    .search-result .info-post {
        padding-left: 0;
        padding-right: 0;
    }
    /*footer*/
    #footer .footer-top .container {
        width: 970px;
    }

    #footer .footer-top .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        #footer .footer-top .row > div {
            padding-left: 15px;
            padding-right: 15px;
        }

    #footer .footer-bottom .container {
        width: 970px;
    }

    #footer .img-logo {
        margin-left: 20px;
    }

    #footer .copy {
        padding-left: 20px;
    }

    .book-details .img {
        float: none;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-details:before {
        right: -16px;
    }

    .order-form .price-switch {
        width: 104px;
    }

    .switch .button label {
        padding: 0 10px;
    }

    .order-form .tbl-row .cell {
        padding-left: 16px;
    }

    .order-form .btn {
        min-width: 100px;
    }

    .order-form .price-block {
        width: 287px;
    }

    .order-form .price {
        font-size: 26px;
    }

    .order-form {
        padding-bottom: 20px;
    }

    .books-basket {
        padding-bottom: 10px;
    }

    .checkout-form .row {
        margin: 0 -15px;
    }

        .checkout-form .row > div {
            padding: 0 15px;
        }

    .checkout-form label {
        width: 100px;
    }

    .checkout2 label {
        width: 150px;
    }

    .nav-tabs.type3 > li {
        min-width: 0;
    }
    /* world-01 */
    .info-area figcaption {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 20px;
        line-height: 22px;
    }

    .info-area .info-world > li {
        padding-left: 73px;
        padding-right: 73px;
        font-size: 18px;
        line-height: 20px;
    }

    .info-area .info-world .holder {
        height: 190px;
    }
    /* end world-01 */
    .visual-party,
    .visual-party.type-2 {
        font-size: 20px;
        line-height: 24px;
    }

        .visual-party.type2 .cell {
            padding-bottom: 20px;
        }

    .table-block table td,
    .table-block table th {
        width: 188px;
    }

    .society-list li {
        margin-left: 20px;
        margin-right: 20px;
    }

    .info-area .form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
    .info-area .form .bootstrap-select {
        display: block;
        margin: 0 auto 15px;
        max-width: 220px;
    }

        .info-area .form .bootstrap-select:after {
            content: '';
            clear: both;
            display: block;
        }

    .nav-tabs.style001 > li > a {
        font-size: 16px;
    }

    .building .table-party table {
        font-size: 16px;
    }

        .building .table-party table th:first-child,
        .building .table-party table td:first-child {
            padding: 5px 10px;
        }

        .building .table-party table td a {
            font-size: 12px;
        }

    .indices-list {
        padding: 0 10px 20px;
    }

        .indices-list h3,
        .indices-list li {
            font-size: 22px;
            line-height: 24px;
        }

    .table-block.type2 table td,
    .table-block.type2 table th {
        width: 151px;
    }

        .table-block.type2 table td figure .img {
            width: 28px;
        }

    .table-block.type2 table td {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1025px) { /* 992px */
    #header .logo {
        margin-right: 0;
        margin-left: 20px;
    }
}

@media screen and (max-width: 1159px) and (min-width: 1025px) { /* 992px */
    #header .navbar-left > li:first-child {
        border-right: 0;
    }

    .press-room .holder {
        padding-left: 15px;
    }
    	#header .drop-large {
		max-width: 970px;
	}
}

@media screen and (min-width: 1025px) {
    .hidden-gt-tablet {
        display: none !important;
    }
    /* header */
    #header .navbar-brand:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        background: url(/images/logo2.png) no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .isFixed #header .top {
        -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    }

        .isFixed #header .top .base-nav {
            margin-top: -17px;
            margin-bottom: -16px;
            border: 1px solid #e4e4e5;
            border-width: 0 1px;
        }

            .isFixed #header .top .base-nav > li > a {
                padding-top: 23px;
                padding-bottom: 23px;
            }

    .isFixed #header .top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1100;
        background-color: #fff;
    }

        .isFixed #header .top .container {
            padding-top: 17px;
            padding-bottom: 16px;
        }

    .isFixed #header .navbar-brand {
        width: 57px;
        height: 57px;
        margin-top: -8px;
        margin-bottom: -7px;
    }

        .isFixed #header .navbar-brand:before {
            opacity: 0;
        }

        .isFixed #header .navbar-brand:after {
            opacity: 1;
        }

    .isFixed #header .btn-cart {
        color: #565656;
    }

        .isFixed #header .btn-cart:hover {
            color: #165484;
            background: none;
        }

    .isFixed #header .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .isFixed #header .navbar-right > li:last-child {
        border-left: 0;
    }

    .isFixed #header .navbar-right.hidden-more {
        border-left: 0;
    }

    .isFixed #header .navbar-right > li > a {
        padding-left: 21px;
        padding-right: 21px;
    }

    .isFixed #header .navbar-left > li.no-border {
        border-right: 0;
    }

    .isFixed #header .navbar-form {
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
    }

        .isFixed #header .navbar-form:before,
        .isFixed #header .navbar-form:after {
            content: '';
            position: absolute;
            top: -17px;
            bottom: -16px;
            width: 1px;
            background: #e4e4e5;
        }

        .isFixed #header .navbar-form:before {
            left: 0;
        }

        .isFixed #header .navbar-form:after {
            right: 0;
        }

        .isFixed #header .navbar-form .form-control {
            background: none;
            border-color: transparent transparent #666;
            color: #565656;
        }

            .isFixed #header .navbar-form .form-control::-webkit-input-placeholder {
                color: #565656;
            }

            .isFixed #header .navbar-form .form-control::-moz-placeholder {
                color: #565656;
            }

            .isFixed #header .navbar-form .form-control:-ms-input-placeholder {
                color: #565656;
            }

        .isFixed #header .navbar-form .btn-info {
            background: none;
            border-radius: 0;
            border-color: transparent transparent #666;
            color: #404041;
        }

    #header .top .bottom {
        color: #404041;
    }

    .isFixed #header .nav.navbar-left {
        display: none;
    }





    /*#header .tmp-hidden {
		display: none;
	}
	#header .more-drop .drop .drop {display: none;}*/
    #header .hidden-drop {
        display: none;
    }





    #header .drop li a:hover,
    #header .drop li a.focus,
    #header .drop .active > a {
        color: #fff;
        background-color: #2077bc;
        text-decoration: none;
    }

    #header .accessibility-drop a:hover,
    #header .accessibility-drop a.focus,
    #header .accessibility-drop .active > a {
        background-color: #2077bc;
        color: #fff;
    }

    #header .drop,
    #header .accessible-megamenu-panel {
        display: block;
        max-height: 0;
        -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
        -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
        -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
        -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
        transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
        visibility: hidden;
        opacity: 0;
    }

    #header .drop {
        min-width: 250px;
        padding: 0;
        border: 0;
    }

    #header .socials {
        max-height: none;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    #header .accessible-megamenu-panel.open,
    /*#header .focus + .accessible-megamenu-panel,*/
    #header .hover + .accessible-megamenu-panel {
        visibility: visible;
        max-height: 1200px;
        opacity: 1;
        z-index: 1010;
        -webkit-box-shadow: inset 0 1px 0 0 #e4e4e5, 0 5px 5px 0 rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 0 0 #e4e4e5, 0 5px 5px 0 rgba(0,0,0,0.1);
        -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
        -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
        -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
        -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
        transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
    }

    #header .drop:not(.drop-large) ul {
        padding: 30px 25px 27px 10px;
    }

        #header .drop:not(.drop-large) ul a {
            margin-right: -25px;
            margin-left: -10px;
            padding-right: 25px;
            padding-left: 10px;
        }

    #header .accessibility-drop {
        display: block;
        min-width: 147px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    #header li:hover > .drop-large,
    #header li:focus > .drop-large {
        /* padding-bottom: 15px;
		-webkit-box-shadow: none;
		box-shadow: none; */
    }

    .isFixed #header .navbar-right > li.dropdown:hover > a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 22px;
    }

    #header .navbar-nav > li:hover > a,
    #header .navbar-nav > li:focus > a,
    #header .navbar-nav > li > a.hover,
    #header .navbar-nav > li > a.focus,
    #header .navbar-nav > li.active > a {
        background-color: #f4f4f4;
    }
    /*#header .navbar-nav > li.open:focus > a,
	#header .navbar-nav > li.open:hover > a,
	#header .navbar-nav > li.open > a {*/

    #header .navbar-nav > li > a.open {
        background: none;
        color: #2077bc;
        cursor: pointer;
    }

    #header .navbar-nav > li > a:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 5px;
        background: #2077bc;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    /*#header .navbar-nav > li.open > a:before {*/
    #header .navbar-nav > li > a.open:before {
        opacity: 1;
    }

    #header .navbar-nav .accessibility-drop:before {
        content: '';
        position: absolute;
        top: -9px;
        left: 0;
        right: 0;
        height: 9px;
    }

    #header .navbar-nav a > .caret {
        display: none;
    }

    .fader {
        display: none;
    }

    #header .navbar-nav > .socials {
        padding-left: 0;
        padding-right: 0;
    }

    #header .navbar-left > .socials + li:not(.socials ) {
        margin-right: 12px;
    }

    #header .navbar-left > li:not(.socials) + .socials {
        padding-right: 12px;
    }

    #header .navbar-left > .socials + .socials {
        border-right: 0;
    }

    #header .navbar-nav > .socials > a {
        padding-left: 8px;
        padding-right: 8px;
        min-width: 36px;
        text-align: center;
    }

        #header .navbar-nav > .socials > a:hover,
        #header .navbar-nav > .socials > a.hover,
        #header .navbar-nav > .socials > a.focus {
            background: none;
            color: #2077bc;
        }
}

@media screen and (min-width: 992px) {
    #footer .footer-head {
        min-height: 101px;
        padding-bottom: 1px;
    }

        #footer .footer-head.type2 {
            min-height: 52px;
        }

    #footer .footer-head-small {
        min-height: 49px;
        padding-bottom: 1px;
    }

    .books-area .heading.type2 {
        padding-top: 16px;
        padding-bottom: 32px;
    }

        .books-area .heading.type2 h3 {
            padding-top: 0;
            padding-bottom: 0;
            line-height: 1.2em;
        }

    .topic-combo > a {
        display: none;
    }
}

@media screen and (min-width: 1160px) and (max-width: 1349px) {
    .container {
        width: 1130px;
    }
    #header .drop-large {
		max-width: 1130px;
	}
    .press-room .holder {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    #header .drop-large {
		max-width: 970px;
	}
    .hidden-elt-tablet {
        display: none !important;
    }

    .wrapper {
        padding-top: 87px;
    }

    .isFixed #header .top .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .isFixed #navbar {
        top: 63px;
    }

    #header {
        position: fixed;
    }

        #header .top .bottom {
            position: absolute;
            top: 0;
            left: 0;
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #header .navbar-toggle {
            display: block;
            width: 40px;
            height: 40px;
            padding: 9px 8px;
            margin: 1px 10px 0 -10px;
            border: 0;
            border-radius: 50%;
        }

            #header .navbar-toggle .icon-bar {
                position: absolute;
                top: 50%;
                left: 8px;
                margin-top: -11px;
                width: 24px;
                height: 4px;
                background: #fff;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                #header .navbar-toggle .icon-bar + .icon-bar {
                    margin-top: -2px;
                }

                    #header .navbar-toggle .icon-bar + .icon-bar + .icon-bar {
                        margin-top: 7px;
                    }

        #header .navbar-nav > .more-drop {
            display: none !important;
        }

    .menu-opened #header .navbar-toggle {
        background-color: #1c66a3;
    }

        .menu-opened #header .navbar-toggle .icon-bar {
            margin-top: -2px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

            .menu-opened #header .navbar-toggle .icon-bar + .icon-bar {
                opacity: 0;
                margin-top: -2px;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

                .menu-opened #header .navbar-toggle .icon-bar + .icon-bar + .icon-bar {
                    opacity: 1;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

    #navbar {
        display: block;
        position: fixed;
        top: 86px;
        left: 0;
        margin-left: -320px;
        margin-right: 0;
        padding: 0;
        border: 0;
        bottom: 0;
        width: 320px;
        max-height: 100vh;
        overflow-y: auto !important;
        background: #1c66a3;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu-opened #navbar {
        margin-left: 0;
    }

    .open-search #navbar {
        top: 148px;
    }

    #navbar:after {
        display: block;
        height: 20px;
    }

    #header .top {
        padding-left: 0;
        padding-right: 0;
    }

    .isFixed #header .top .navbar-nav,
    #header .navbar-nav {
        margin: 0;
        float: none !important;
        font-size: 20px;
        line-height: 25px;
    }

        #header .navbar-nav > li {
            border: 0;
            float: none;
            border-bottom: 1px solid #165080;
        }

            .isFixed #header .navbar-nav > li > a,
            #header .navbar-nav > li > a {
                float: none;
                color: #fff;
                padding: 17px 30px;
                background: none;
            }

            .isFixed #header .navbar-nav > li.dropdown > a,
            #header .navbar-nav > li.dropdown > a {
                padding-left: 55px;
            }

        #header .navbar-nav a > .caret {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
            margin: 0;
        }

        #header .navbar-nav > li:hover > a,
        #header .navbar-nav > li > a:focus,
        #header .navbar-nav > li.opened > a,
        #header .navbar-nav > li.active > a {
            background-color: #17568a;
        }

        #header .navbar-nav .dropdown-menu {
            position: static;
            margin: 0;
            padding: 0;
            float: none;
        }

    #header .dropdown-menu {
        border: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #header .drop {
        position: static;
        height: auto;
        display: none;
        font-size: 16px;
        line-height: 21px;
    }

        #header .drop:before {
            display: none;
        }

        .isFixed #header .drop .container,
        #header .drop .container {
            width: auto;
            padding: 0;
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #header .drop .row {
            margin-left: 0;
            margin-right: 0;
        }

        #header .drop [class^="col-"] {
            min-height: 0;
            height: auto !important;
            padding-left: 0;
            padding-right: 0;
            float: none;
            width: auto;
        }

        #header .drop > .container > .row > [class^="col-"] + [class^="col-"]:before {
            display: none;
        }

        #header .drop > .container > .row > [class^="col-"] > .row > [class^="col-"] + [class^="col-"] ul {
            border-top: 1px solid #165080;
        }

        #header .drop li a {
            margin-left: -15px;
            margin-right: -15px;
            padding-left: 10px;
            padding-right: 15px;
        }

    #header .socials {
        float: none;
        padding-left: 0;
        padding-right: 0;
        display: table;
        width: 100%;
    }

        #header .socials:after {
            clear: both;
            content: "";
            display: block;
            display: none;
        }

        #header .socials > li {
            float: none;
            text-align: center;
            width: 1%;
            height: 59px;
            display: table-cell;
            vertical-align: middle;
        }

            #header .socials > li + li {
                border-right: 1px solid #165080;
            }

            #header .socials > li a {
                float: none;
                display: block;
            }

    #header .drop-ttl {
        background: #134670;
        position: relative;
        border-bottom: 1px solid #165080;
        padding: 17px 30px 17px 55px;
        margin-bottom: 0;
        line-height: 25px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        #header .drop-ttl:hover,
        #header .drop-ttl:active,
        #header .open > .head > .drop-ttl {
            background-color: #2077bc;
        }

        #header .navbar-nav a > .caret:before,
        #header .navbar-nav a > .caret:after,
        #header .drop-ttl:before,
        #header .drop-ttl:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 31px;
            width: 14px;
            height: 14px;
            background: #fff;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #header .navbar-nav a > .caret:before,
        #header .drop-ttl:before {
            width: 4px;
            margin-top: -7px;
            margin-left: 5px;
        }

        #header .navbar-nav a > .caret:after,
        #header .drop-ttl:after {
            height: 4px;
            margin-top: -2px;
        }

    #header .navbar-nav li.opened > a > .caret:before,
    #header .open > .head > .drop-ttl:before {
        opacity: 0;
    }

    #header .drop > * ul {
        display: none;
    }

    #header .drop li + li {
        border-top-color: #165080;
    }

    #header .drop li a {
        margin-left: 0;
        margin-right: 0;
        padding: 19px 30px;
        background: #0f3657;
    }

    .isFixed #header .navbar-nav > li > .with-icon,
    #header .navbar-nav > li > .with-icon {
        padding-left: 55px;
    }

    #header .with-icon .caret {
        display: none;
    }

    #header .with-icon .fa {
        position: absolute;
        top: 50%;
        left: 28px;
        margin-top: -0.5em;
    }

    #header .accessibility-drop {
        font-size: 16px;
        line-height: 21px;
    }

        #header .accessibility-drop li + li {
            border-top: 1px solid #165080;
        }

        #header .accessibility-drop a,
        #header .accessibility-drop strong {
            padding: 19px 30px;
            background: #0f3657;
        }

        #header .accessibility-drop a {
            padding-left: 60px;
        }

        #header .accessibility-drop strong {
            font: inherit;
        }

        #header .accessibility-drop .fa {
            color: inherit;
            top: 50%;
            right: auto;
            left: 28px;
            margin-top: -0.5em;
            font-size: 21px;
        }

    #header .extra-cell {
        padding: 32px 20px;
        font-size: 14px;
        line-height: 16px;
    }

        #header .extra-cell img {
            display: block;
            margin: 0 auto 23px;
        }

        #header .extra-cell p {
            margin: 0 0 8px;
        }

    .fader {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.8);
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        visibility: hidden;
        cursor: pointer;
    }

    .menu-opened .fader {
        z-index: 90;
        opacity: 1;
        visibility: visible;
    }

    #header .btn-cart {
        display: none;
    }

    #header .navbar-nav > li > a .quantity {
        display: inline-block;
        vertical-align: top;
        width: 25px;
        height: 25px;
        font-size: 21px;
        line-height: 25px;
        border: 1px solid #fff;
        border-radius: 50%;
        margin: 0 3px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    /* breadcrumb */
    .breadcrumb {
        padding-left: 0;
        padding-right: 0;
    }

    .video-area .jp-interface {
        bottom: 35px;
    }
    /* cover-block */
    .cover-block {
        top: -25px;
    }

        .cover-block:before {
            height: 25px;
        }
    /* opinions */
    .opinions .holder > .col {
        padding-left: 50px;
    }

    .opinions .holder > .col2 {
        padding-left: 0;
        padding-right: 50px;
    }

    .opinions .between-decor {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    .opinion-item .caption {
        padding: 20px;
    }

    .opinion-item h4 {
        font-size: 24px;
        line-height: 27px;
    }
    /* event-item */
    .event-item .media-left {
        width: 130px;
    }

        .event-item .media-left .media-object {
            width: 100px;
            height: auto;
        }

    .event-item .btn-holder {
        width: 190px;
    }
    /* main-area */
    .main-area {
        padding-left: 0;
    }

        .main-area:before {
            display: none;
        }

    .sidebar {
        float: none;
        width: auto;
        clear: both;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .ad-box {
        margin-left: 0;
        margin-right: 0;
    }

        .ad-box img {
            margin-left: auto;
            margin-right: auto;
        }

    .panel-item .panel-footer {
        word-spacing: 0;
    }
    /* heading */
    .heading {
        margin: 0 0 38px;
    }

        .heading h1,
        .heading h2,
        .heading h3 {
            font-size: 30px;
            line-height: 90px;
        }

        .heading .ico {
            margin-right: -1px;
            width: 70px;
        }

            .heading .ico img {
                -webkit-transform: scale(.75);
                -ms-transform: scale(.75);
                -o-transform: scale(.75);
                transform: scale(.75);
            }

    .daterangepicker.dropdown-menu {
        max-width: 530px;
    }

    .press-room {
        min-height: 0;
        font-size: 16px;
    }

        .press-room .holder {
            padding: 25px 15px 33px;
        }

        .press-room .list {
            padding: 0;
        }

            .press-room .list li a {
                padding-bottom: 10px;
                padding-top: 9px;
                font-family: 'South UltraLight', sans-serif;
                font-size: 14px;
            }

        .press-room h3 {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 16px;
        }

        .press-room p {
            margin-bottom: 26px;
        }

        .press-room .video {
            position: relative;
            margin: 0 0 34px;
            padding-bottom: 56.25%;
            right: auto;
            top: auto;
            bottom: auto;
            width: 100%;
        }

            .press-room .video .play {
                width: 74px;
                height: 74px;
                margin: -37px 0 0 -37px;
            }

                .press-room .video .play:before {
                    border-width: 15px 15px 15px 17px;
                    border-radius: 1px;
                    margin: -16px 0 0 -4px;
                }
    /*banner*/
    .banner .title {
        font-size: 32px;
        line-height: 36px;
    }

    .banner figcaption {
        font-size: 20px;
        line-height: 24px;
        bottom: 23px;
        left: 20px;
        right: 20px;
    }
    /*books-slider*/
    .books-slider {
        padding: 46px 0 59px;
    }

        .books-slider:before {
            bottom: -47px;
        }

        .books-slider .btn-list li + li {
            margin: 14px 0 0;
        }

        .books-slider .holder {
            float: none;
            width: auto;
            overflow: hidden;
            padding: 0;
            margin-left: 250px;
        }

        .books-slider .img {
            margin: 0 0 14px 14px;
            width: 120px;
            -webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .3);
            box-shadow: 3px 3px 3px rgba(0,0,0, .3);
        }

        .books-slider .slide {
            padding: 0 10px;
        }

        .books-slider h3 {
            font-size: 16px;
            line-height: 19px;
            word-spacing: 0;
        }

        .books-slider header {
            font-size: 16px;
            line-height: 19px;
            margin: 0 0 23px;
        }

        .books-slider dl dd {
            line-height: 19px;
            margin: 0;
        }

        .books-slider dl dt {
            line-height: 19px;
        }

        .books-slider .slick-dots {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 0;
            line-height: 0;
            text-align: center;
            position: absolute;
            bottom: 25px;
            left: 0;
            right: 0;
            z-index: 2;
        }

            .books-slider .slick-dots li {
                display: inline-block;
                vertical-align: top;
                margin: 0 3px;
            }

            .books-slider .slick-dots button {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #c5c5c5;
                padding: 0;
                border: none;
            }

            .books-slider .slick-dots .slick-active button {
                background: #2270b8;
            }

        .books-slider .label {
            font-size: 14px;
            line-height: 15px;
            word-spacing: 2px;
            width: 100px;
            top: 12px;
            right: -16px;
            padding-top: 1px;
        }

    .nav-tabs {
        padding: 0;
    }

        .nav-tabs > li > a .cell {
            height: 60px;
        }

        .nav-tabs > li > a {
            font-size: 16px;
            padding: 0 15px;
        }

    .info-section .btn-default {
        position: static;
        margin: 0 15px 0 0;
    }

    .newsletter {
        margin-bottom: 80px;
    }

    .newsletter-form .btn-primary,
    .newsletter-form.type2 .btn-primary {
        margin-top: 0;
    }

    .newsletter h1,
    .newsletter h2 {
        font-size: 32px;
    }

    .newsletter-form .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .newsletter-form .row [class*="col-"] {
            padding-left: 15px;
            padding-right: 15px;
        }

    .about h1 {
        margin-bottom: 20px;
    }

    .about h2 {
        margin-bottom: 20px;
        line-height: 30px;
    }

    .about p {
        margin-bottom: 20px;
    }

    .about .list {
        margin-bottom: 20px;
    }

    .about ul {
        margin-bottom: 20px;
    }

    .about ol {
        margin-bottom: 20px;
    }

    .about .contact-block {
        margin-bottom: 30px;
    }

        .about .contact-block:before {
            display: none;
        }

    .books-form .bootstrap-select {
        margin-bottom: 20px;
    }

    .books-list > li {
        width: 50%;
    }

    .view-block .container {
        width: 750px;
    }

    .books-form .checkbox {
        margin: 0 0 20px;
    }

    .books-form .books-holder {
        padding-bottom: 40px;
    }

    .books-form .holder-js > .row [class*="col-"]:last-child .checkbox {
        margin: 0;
    }

    .books-area .event-item .media-heading {
        text-align: center;
    }
    /* book-details */
    .book-details {
        padding-bottom: 26px;
    }

        .book-details .img {
            width: 228px;
            height: 322px;
            padding: 7px 17px 6px 7px;
            margin-bottom: 37px;
            -webkit-background-size: cover;
            background-size: cover;
        }

            .book-details .img .label {
                font-size: 25px;
                line-height: 28px;
                top: 26px;
                margin-right: -180px;
            }

        .book-details .holder {
            padding-right: 0;
        }

        .book-details h1 {
            font-size: 30px;
        }

        .book-details h2 {
            margin-bottom: 0;
        }

        .book-details .list-details {
            font-size: 16px;
            line-height: 24px;
            padding-bottom: 40px;
        }

            .book-details .list-details li {
                padding-bottom: 0;
            }

        .book-details .btn-hold {
            text-align: center;
            padding-bottom: 30px;
        }

        .book-details .btn {
            margin-bottom: 13px;
        }

        .book-details + .nav-tabs-mobile {
            margin-bottom: 25px;
        }

    .books-area .heading.type2 {
        padding-top: 25px;
        padding-bottom: 60px;
    }

        .books-area .heading.type2 h3 {
            padding-top: 0;
            line-height: 1.2em;
        }

    .text-center-mobile {
        text-align: center;
    }

    .contact-details:before {
        display: none;
    }

    .releases-info {
        padding-right: 0;
    }

        .releases-info .contact-block {
            margin-right: 0;
        }

    .photo-cell {
        margin-right: auto;
        margin-left: auto;
    }
    /* topic-list */
    .topic-list > li {
        width: 50%;
    }

    #footer .copy {
        padding-top: 0;
    }

    #footer .footer-top .container {
        max-width: 100%;
    }

    #footer .footer-bottom .container {
        width: 780px;
    }

    .summary-block {
        padding-left: 0;
        padding-right: 0;
    }

    .topic-combo {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        max-width: 350px;
    }

        .topic-combo > a {
            display: block;
            cursor: pointer;
            position: relative;
            padding: 10px 15px 9px 43px;
            border: 1px solid #c7c7c7;
            border-radius: 3px;
            background: #fff;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .topic-combo > a:focus,
            .topic-combo > a:hover {
                text-decoration: none;
            }

            .topic-combo > a:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 20px;
                margin: -6px 0 0;
                width: 0;
                height: 0;
                border-top: 14px solid #2077bc;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
            }

        .topic-combo .topic-list {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin: 1px 0 0;
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .topic-combo.opened .topic-list {
            max-height: 165px;
            overflow: auto;
            opacity: 1;
        }

        .topic-combo .topic-list > li {
            width: 100%;
            padding: 0 0 1px;
        }

    .podcast-list {
        margin: 0 -15px;
    }

        .podcast-list li {
            width: 50%;
            padding: 0 15px 65px;
        }

        .podcast-list figure:after {
            bottom: -40px;
        }
    /* books-cart */
    .order-form .tbl-row {
        display: block;
        margin: 0 -5px;
    }

        .order-form .tbl-row .cell {
            display: inline-block;
            width: auto;
            padding: 0 5px 20px;
        }

            .order-form .tbl-row .cell:last-child {
                padding-bottom: 0;
            }

            .order-form .tbl-row .cell.price-block {
                display: block;
            }

    .order-form .price-switch {
        width: 125px;
    }

    .order-form {
        padding-bottom: 10px;
    }

    .checkout-form .tbl-row label {
        line-height: 15px;
        width: 65px;
        font-size: 14px;
    }

    .checkout2 .tbl-row label {
        width: 170px;
    }

    .checkout2 .tbl-row {
        margin-bottom: 20px;
    }

        .checkout2 .tbl-row .lbl-cvv {
            width: 54px;
        }
    /* end books-cart */
    .visual-party .cell {
        height: 300px;
        padding: 10px 0;
    }

    .block-party {
        padding: 0;
        margin-bottom: 30px;
    }

        .block-party .img {
            margin-left: 20px;
        }

        .block-party h2 {
            margin-bottom: 10px;
        }
    /* world-01 */
    .info-area {
        margin: 40px 0;
    }

        .info-area figcaption {
            padding: 30px;
            font-size: 18px;
            line-height: 20px;
        }

        .info-area .info-world {
            margin: 0 -30px;
        }

            .info-area .info-world > li {
                padding: 0 30px;
                font-size: 16px;
                line-height: 18px;
            }

        .info-area figcaption h1 {
            font-size: 40px;
            line-height: 44px;
        }

        .info-area h2 {
            font-size: 26px;
            line-height: 30px;
        }

        .info-area .info-world .holder,
        .info-area .info-world > li:nth-child(n+3) .holder {
            padding: 15px;
            height: 160px;
        }

        .info-area .form {
            padding: 0;
        }

    .popup-custom .fancybox-close {
        top: -15px;
        left: -15px;
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }
    /* end world-01 */
    .table-block table td,
    .table-block table th {
        width: 180px;
    }

    .table-block .scroll-body .scroll-bar {
        height: 562px;
    }

    .visual-party.type2 p {
        min-height: 30px;
    }

    .supporters-list {
        font-size: 18px;
        line-height: 23px;
    }

        .supporters-list p {
            margin-bottom: 4px;
        }

        .supporters-list li {
            margin-bottom: 40px;
        }

            .supporters-list li .cell {
                padding: 30px 20px;
            }

                .supporters-list li .cell + .cell {
                    width: 25%;
                }

        .supporters-list h3 {
            padding: 45px 20px;
            width: 25%;
            font-size: 28px;
            line-height: 31px;
        }

        .supporters-list .country {
            font-size: 15px;
            line-height: 18px;
        }

        .supporters-list .block + .block {
            padding-top: 15px;
            margin-top: 14px;
        }

    .visual.type4 {
        padding-left: 15px;
        padding-right: 15px;
    }

        .visual.type4 .select-holder {
            margin-bottom: 30px;
        }

        .visual.type4.active {
            padding-top: 82px;
        }

            .visual.type4.active .select-holder {
                margin-bottom: 60px;
            }

    .society-list li {
        margin-left: 0;
        margin-right: 0;
        padding: 0 5px;
        font-size: 19px;
        line-height: 17px;
    }

    .society-list .ico {
        width: 114px;
        height: 114px;
    }





    /* update 06-01-2017 - start */
    /* .society-list li.active a .ico,
	.society-list li:hover a .ico{border-width: 57px;} */
    .society-list li.active a .ico:before,
    .society-list li:hover a .ico:before {
        border-width: 57px;
    }
    /* update 06-01-2017 - end */





    .main-area.type2 {
        margin-left: 0;
        padding-left: 6px;
        padding-bottom: 0;
    }

    .elections.type2,
    .elections {
        padding: 30px;
    }

        .elections .img {
            margin: 0;
        }

    .table-party.spacing {
        margin-bottom: 30px;
    }

    .about-elections {
        padding: 0;
        margin-bottom: 30px;
    }

    .general-data .img {
        width: 200px;
        margin-left: 20px;
        margin-top: 0;
    }

    .indices-list h3,
    .indices-list li {
        font-size: 20px;
        line-height: 22px;
    }

    .indices-list li {
        padding-bottom: 20px;
        width: 33.3333%;
    }

    .general-data {
        padding: 0 0 40px;
    }

    .quick-retrieval {
        margin: 20px 0;
        padding-top: 14px;
    }

    .table-block.type2 table td figure .img {
        width: 46px;
    }

    .table-block.type2 table td {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 768px) {
    /* header */
    #header .top .bottom {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

        #header .top .bottom > .container {
            padding-top: 0;
            padding-bottom: 0;
        }

    .isFixed #header .top .bottom {
        position: static;
        float: right;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .isFixed #header .top .bottom > .container {
            width: auto;
            padding-left: 0;
            padding-right: 0;
        }

    .parallax-el + .cover-block,
    .scrollmagic-pin-spacer + .cover-block,
    .visual + .cover-block {
        top: -27px;
        margin-top: -39px;
    }

        .parallax-el + .cover-block:before,
        .scrollmagic-pin-spacer + .cover-block:before,
        .visual + .cover-block:before {
            height: 27px;
        }

    .team-section .team-collapse {
        display: block !important;
    }

    .books-area.type2 {
        padding-top: 20px;
        padding-bottom: 71px;
    }

    .add-column.sticked {
        position: fixed;
        top: 105px;
        left: auto;
        margin-left: 0;
    }

    .add-column.sticked-btm {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        margin-right: 0;
    }

    .article .share-clone {
        display: none !important;
    }

    .map-block {
        margin-top: 42px;
    }

    .mobile-beforeload-show {
        display: none;
    }

    .nav-tabs-mobile .droptabs {
        padding-left: 100px;
    }
}

@media screen and (min-width: 564px) {
    .daterangepicker .ranges,
    .daterangepicker .calendar {
        float: right;
    }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
    }

    .wrapper {
        padding-top: 130px;
    }

    .isFixed #header .top .container {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .isFixed #navbar {
        top: 57px;
    }
    /* header */
    #header {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .open-search .fader {
        z-index: 90;
        opacity: 1;
        visibility: visible;
    }

    .open-search #header {
        top: 0;
    }

    #header .top {
        padding-left: 15px;
        padding-right: 15px;
    }

        #header .top .container {
            padding-top: 21px;
            padding-bottom: 21px;
        }

    .isFixed #header .drop .container,
    #header .drop .container {
        padding: 0;
    }

    #header .navbar-header {
        width: auto;
    }

    #header .navbar-brand {
        margin-top: 0;
    }

    #header .navbar-toggle {
        margin-top: 3px;
        margin-left: -4px;
        margin-right: 5px;
    }

    #header .navbar-form {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        #header .navbar-form .form-control {
            width: 100%;
            font-size: 15px;
            background: #1c66a3;
            border-radius: 0;
        }

            #header .navbar-form .form-control::-webkit-input-placeholder {
                color: #bbcbdd;
            }

            #header .navbar-form .form-control::-moz-placeholder {
                color: #bbcbdd;
            }

            #header .navbar-form .form-control:-ms-input-placeholder {
                color: #bbcbdd;
            }

        #header .navbar-form .btn {
            border-radius: 0;
            margin-left: -1px;
            background: #18588c;
            direction: ltr;
            width: 42px;
        }

            #header .navbar-form .btn .fa {
                opacity: 0;
            }

            #header .navbar-form .btn:before,
            #header .navbar-form .btn:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
            }

            #header .navbar-form .btn:before {
                width: 0;
                height: 0;
                margin-top: -6px;
                margin-left: -4px;
                border: solid transparent;
                border-width: 6px 5px 6px 0;
                border-right-color: #fff;
            }

            #header .navbar-form .btn:after {
                width: 6px;
                height: 4px;
                margin-top: -2px;
                background: #fff;
            }

    #header .btn-search {
        float: left;
        margin-top: 3px;
        margin-right: 10px;
        padding: 5px;
        color: inherit;
        font-size: 23px;
        line-height: 30px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
    }

    .open-search #header .navbar-form {
        max-height: 42px;
    }

    .open-search #header .btn-search {
        background-color: #1c66a3;
    }
    /* breadcrumb */
    .breadcrumb-area {
        margin-top: -45px;
        margin-bottom: 29px;
    }
    /* video-area */
    .video-area {
        margin-bottom: 20px;
    }

        .video-area .jp-interface {
            bottom: 10px;
        }

        .video-area .jp-video-play:before {
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
        }

    .row.for-inline > [class*="col-"] {
        display: block;
    }
    /* face-list */
    .face-list {
        padding-top: 0;
        padding-bottom: 21px;
    }
    /* cover-block */
    .cover-block {
        top: 0;
        padding: 5px 5px 12px;
        margin-left: -5px;
        margin-right: -5px;
    }

        .cover-block:before {
            height: 0;
        }

        .cover-block .offset-top {
            padding-top: 0;
        }

    .visual + .cover-block {
        margin-top: -4px;
        padding-bottom: 0;
    }

    .article-head h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .article-head.type2 h1 {
        font-size: 28px;
        line-height: 32px;
    }
    /* news-item */
    .news-item {
        margin-bottom: 35px;
    }

        .news-item .caption {
            padding-left: 0;
            padding-right: 0;
        }

        .news-item .youtube-fancy:before {
            width: 61px;
            height: 61px;
            margin-top: -30px;
            margin-left: -30px;
        }

        .news-item .youtube-fancy:after {
            border-width: 13px 0 13px 15px;
            margin-top: -13px;
            margin-left: -3px;
        }

    .post-item h2 {
        font-size: 24px;
    }

    .related-box {
        padding-bottom: 35px;
    }
    /* opinions */
    .opinions {
        margin-bottom: 0;
    }

        .opinions .holder {
            margin-bottom: 17px;
        }

        .opinions .opinion-head {
            padding-bottom: 47px;
        }

            .opinions .opinion-head h2 {
                display: block;
                min-width: 1px;
                padding: 6px 0 24px;
                margin-bottom: 21px;
                font-size: 30px;
            }

                .opinions .opinion-head h2 img {
                    max-width: 74px;
                    width: auto;
                    height: auto;
                }

            .opinions .opinion-head h3 {
                font-size: 24px;
                line-height: 27px;
            }

        .opinions .holder > .col {
            float: none;
            width: auto;
            padding-left: 0;
            padding-right: 0;
            position: static;
            opacity: 1;
        }

        .opinions .between-decor {
            position: relative;
            top: 0;
            left: 0;
            margin: 0 auto 33px;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .opinions .opinion-item {
            margin-bottom: 31px;
        }
    /* opinion-item */
    .opinion-item {
        padding-right: 88px;
        min-height: 134px;
    }

        .opinion-item .img {
            width: 88px;
            height: 134px;
            left: auto;
            bottom: auto;
            font-size: 12px;
            line-height: 15px;
        }

            .opinion-item .img figcaption {
                padding: 3px 5px;
            }

            .opinion-item .img cite {
                letter-spacing: 0;
            }

        .opinion-item .caption {
            padding: 24px 29px 26px;
        }

        .opinion-item h4 {
            margin-bottom: 16px;
        }

    .heading .ico-02 {
        margin-top: -10px;
        margin-right: -8px;
    }
    /* event-area */
    .event-area {
        padding-top: 40px;
    }
    /* event-item */
    .event-item {
        display: block;
        text-align: center;
    }

        .event-item .date {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .event-item .media-body {
            display: block;
            padding-right: 15px;
        }

        .event-item .btn-holder {
            display: block;
            width: auto;
        }

        .event-item .media-left {
            display: block;
            width: auto;
        }

        .event-item .media-object {
            margin-left: auto;
            margin-right: auto;
        }

        .event-item .media-left .media-object {
            width: auto;
        }

    .event-item {
        padding-bottom: 13px;
    }

        .event-item .date {
            padding-top: 12px;
            padding-bottom: 9px;
        }

        .event-item .media-body {
            padding-top: 0;
            padding-bottom: 45px;
        }

        .event-item .media-heading {
            line-height: 28px;
            margin-bottom: 0;
        }

        .event-item p {
            margin-bottom: 9px;
        }

        .event-item .media-heading + p {
            margin-top: -3px;
        }

        .event-item .btn-holder {
            padding-bottom: 29px;
        }
    /* footer-block */
    .footer-block {
        padding-top: 18px;
    }
    /* banner-block */
    .banner-block .cell {
        top: 17px;
        left: 14px;
    }

    .banner-block .tbl {
        height: 421px;
    }

    .banner-block .tbl-cell {
        padding-left: 27px;
        padding-right: 27px;
        padding-bottom: 74px;
    }

    .ranges {
        text-align: center;
    }

        .ranges .btn {
            min-width: 110px;
        }
    /* main-area */
    .main-area {
        padding-top: 0;
        padding-right: 0;
    }

    .main-column {
        float: none;
        clear: both;
    }

    .add-column {
        float: none;
        width: auto;
        left: 0;
        margin-right: 0;
        margin-left: 0;
    }
    /* article-part */
    .article-part h2 {
        font-size: 28px;
        line-height: 1em;
    }

    .share-block {
        display: none;
    }

    .article .share-clone {
        display: block;
        padding-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .share-block h3 {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        margin-left: 30px;
        line-height: 40px;
    }

    .share-block .share-hold {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 4px 15px;
    }

    .share-block.sticked .share-hold {
        position: fixed;
        top: 57px;
        right: 0;
        left: 0;
        z-index: 90;
        border: 1px solid #c7c7c7;
        background: #fff;
        -webkit-box-shadow: 2px 0 4px 0 rgba(0,0,0,0.2);
        box-shadow: 2px 0 4px 0 rgba(0,0,0,0.2);
    }

    .share-list .icon .fa {
        margin-top: -0.55em;
    }
    /* share-list */
    .share-list {
        display: inline-block;
        vertical-align: top;
        padding-bottom: 0;
        margin-left: -15px;
    }

        .share-list li {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            height: auto;
            border-top: 0;
            text-align: right;
            padding-left: 5px;
            position: relative;
        }

            .share-list li:last-child:before {
                display: none;
            }

        .share-list .tbl-cell {
            height: 40px;
            padding-top: 0;
            padding-bottom: 0;
        }

        .share-list a {
            padding-right: 0;
            padding-left: 0;
            text-indent: -9999px;
            overflow: hidden;
            width: 40px;
            height: 40px;
        }

        .share-list .icon {
            text-indent: 0;
            right: 0;
        }

        .share-list a br {
            display: none;
        }
    /* testimonial */
    .testimonial {
        font-size: 20px;
        line-height: 30px;
    }

    .num-list a {
        word-break: break-all;
    }
    /* team-section */
    .team-section {
        border-top: 0;
        padding-top: 0;
    }

        .team-section h2 {
            font-size: 24px;
            line-height: 27px;
            margin-bottom: 16px;
        }

        .team-section .head-opener {
            position: relative;
            padding: 16px 15px 15px 38px;
            font-family: 'South UltraLight', sans-serif;
            border: 1px solid #c7c7c7;
            border-radius: 3px;
            text-align: right;
            cursor: pointer;
            -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
            box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
        }

            .team-section .head-opener:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 14px;
                width: 0;
                height: 0;
                margin: -4px 0 0;
                border: solid transparent;
                border-width: 8px 7px 0;
                border-top-color: #434d4e;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .team-section.opened .head-opener:before {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .team-section .team-collapse {
            display: none;
        }

        .team-section.opened .team-collapse {
            display: block;
        }

    .team-list > li {
        padding-top: 12px;
        padding-bottom: 0;
    }

    .team-list .caption {
        padding-top: 16px;
        padding-bottom: 0;
    }

        .team-list .caption .btn-more {
            top: -38px;
        }

    .team-list.type2 > li {
        padding-bottom: 35px;
    }

    .team-list .caption .add-descr {
        padding-top: 16px;
    }
    /*banners-area*/
    .banners-area {
        margin-bottom: 15px;
    }
    /*banner*/
    .banner {
        height: 138px;
        margin-bottom: 30px;
    }

        .banner:before {
            top: -30px;
        }

    .parallax-el {
        margin-top: 0;
    }

    .visual {
        height: 176px;
        padding: 15px 5px;
        margin-top: 0;
    }

        .visual h1,
        .visual h2 {
            font-size: 28px;
            line-height: 30px;
            padding: 14px 10px 12px;
        }

        .visual.spacing {
            margin-bottom: -27px;
        }

        .visual + .info-block,
        .info-block {
            margin-top: -63px;
            padding-bottom: 11px;
            margin-left: 15px;
            margin-right: 15px;
        }

            .info-block .holder {
                padding: 15px 16px 0;
            }

            .info-block h1,
            .info-block h2 {
                font-size: 30px;
                margin: 0 0 6px;
            }

            .info-block .list {
                margin-bottom: 16px;
            }

                .info-block .list li {
                    float: none;
                    display: block;
                    font-size: 17px;
                    margin-bottom: 2px;
                }

                    .info-block .list li + li:before {
                        display: none;
                    }

            .info-block .mobile-holder {
                margin: 0 -32px;
            }

    .nav-tabs-mobile {
        margin-bottom: 46px;
        position: relative;
        z-index: 3;
    }

        .nav-tabs-mobile .btn-primary {
            color: #fff;
            background: #2077bc;
            border: none;
            width: 100%;
            text-align: right;
            border-radius: 0;
            font-size: 20px;
            padding: 30px 31px 29px;
            position: relative;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

            .nav-tabs-mobile .btn-primary:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 26px;
                margin: -4px 0 0;
                border: 7px solid transparent;
                border-top: 8px solid #fff;
            }
    /*.nav-tabs-mobile .nav-tabs{
		position: absolute;
		z-index: 1000;
		top: 100%;
		left: 0;
		right: 0;
		-webkit-box-shadow: 0 3px 4px rgba(2,2,3, .2);
		box-shadow: 0 3px 4px rgba(2,2,3, .2);
		display: none;
	}
	.nav-tabs-mobile.open .nav-tabs{display: block;}
	.nav-tabs-mobile .nav-tabs li{
		float: none;
	}
	.nav-tabs-mobile .nav-tabs > li > a{
		padding: 0 31px;
	}*/
    .info-section {
        padding: 29px 15px 30px;
    }

        .info-section h2 {
            line-height: 26px;
        }

        .info-section p {
            margin: 0 0 29px;
        }

        .info-section .btn-default {
            margin: 0;
        }

    .info-post {
        margin-bottom: 28px;
        font-size: 14px;
    }

        .info-post h2 {
            font-size: 20px;
            line-height: 22px;
            overflow: visible;
            margin: 0;
        }

        .info-post .text {
            position: relative;
            padding: 28px 0 0;
        }

            .info-post .text .btn-plus {
                position: absolute;
                float: none;
                top: -27px;
                left: 5px;
                background: #fff url(/images/ico-plus-002.svg) no-repeat 50% 50%;
                -webkit-background-size: 14px auto;
                background-size: 14px auto;
                width: 52px;
                height: 52px;
                -webkit-box-shadow: 0 1px 4px rgba(2,2,3, .2);
                box-shadow: 0 1px 4px rgba(2,2,3, .2);
            }

        .info-post .wrap {
            padding: 18px 2px 0;
            font-size: 16px;
        }

            .info-post .wrap .type {
                margin-bottom: 3px;
            }

            .info-post .wrap h2 {
                font-size: 24px;
                line-height: 26px;
                margin: 0 0 -2px;
            }

        .info-post header {
            margin-bottom: 18px;
        }

    .tab-content {
        position: relative;
        margin-bottom: 63px;
        padding-bottom: 14px;
    }

        .tab-content:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: -9999px;
            right: -9999px;
            border-bottom: 1px solid #d9d9d9;
        }

    .post-area .row [class*="col-"] {
        display: block;
    }

    .post-block.type2,
    .post-block {
        margin-bottom: 30px;
        min-height: 0;
    }

        .post-block h2,
        .post-block h3 {
            min-height: 0;
            margin-bottom: 15px;
        }

        .post-block .holder {
            padding: 20px;
        }

        .post-block.type2 p,
        .post-block p {
            margin-bottom: 15px;
        }

            .post-block.type2 p + p,
            .post-block p + p {
                margin: 15px 0 0;
            }

    .newsletter {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 50px;
    }

        .newsletter h1,
        .newsletter h2 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 6px;
        }

    .newsletter-form .form-group {
        margin-bottom: 15px;
    }

    .newsletter-form .chekbox-box {
        margin-bottom: 15px;
    }

    .newsletter .newsletter-block {
        margin: 40px -15px 0;
    }

    .visual.type2 {
        margin: 16px 0 21px;
        height: 70px;
        /*background: none !important;*/
        padding: 0;
    }

        .visual.type2 img {
            display: block !important;
            width: 100%;
        }
    /*about*/
    .about {
        margin: 0 0 40px;
        padding: 0;
        line-height: 19px;
    }

        .about h1 {
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 9px;
        }

        .about p {
            margin: 0 0 62px;
        }

        .about .contact-block {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 28px;
        }

            .about .contact-block .txt {
                padding: 20px 34px 34px;
            }

            .about .contact-block h2,
            .about .contact-block h3 {
                font-size: 24px;
                line-height: 28px;
                margin: 0 0 7px;
            }

            .about .contact-block p {
                margin: 0 0 3px;
            }

        .about .list li {
            padding-bottom: 17px;
        }

            .about .list li:before {
                right: 4px;
                top: 7px;
            }

        .about .list {
            margin-bottom: 12px;
        }

        .about ul {
            margin-bottom: 26px;
        }

            .about ul li {
                padding: 0 40px 17px 0;
            }

                .about ul li:before {
                    top: 10px;
                    right: 25px;
                }

        .about h2 {
            margin-bottom: 33px;
        }

        .about ol li {
            margin-bottom: 17px;
        }

    .visual .text {
        padding: 17px 11px 0;
    }

        .visual .text h1 {
            padding-bottom: 17px;
        }

    .books-form {
        margin-bottom: 66px;
    }

        .books-form .btn-search {
            display: none;
        }

    .books-area .heading {
        padding: 0;
    }

    .books-form .bottom {
        display: block !important;
    }

    .books-area h3 {
        padding-bottom: 0;
    }

    .books-form .wrap {
        font-size: 20px;
        margin-bottom: 0;
    }

    .books-form .ico-001 {
        display: none;
    }

    .books-form .ico-002 {
        display: inline-block;
    }

    .books-form .books-holder {
        padding: 7px 18px 62px;
        background: #f4f4f4;
        -webkit-box-shadow: 0 1px 3px rgba(2,2,3, .2);
        box-shadow: 0 1px 3px rgba(2,2,3, .2);
    }

    .books-form .heading .ico {
        margin: 0 -3px 0 -16px;
    }

        .books-form .heading .ico img {
            -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
            -o-transform: scale(0.7);
            transform: scale(0.7);
        }

    .books-form .wrap .form-group {
        padding: 0;
        text-align: center;
    }

    .books-form .wrap .btn-primary {
        position: static;
    }

    .books-form .bottom .wrap .form-control {
        margin-bottom: 29px;
    }

    .books-form .title {
        margin: 40px 0;
    }

    .bootstrap-select .btn {
        padding: 11px 6px 11px 30px;
    }

    .bootstrap-select.btn-group .dropdown-toggle .caret {
        left: 8px;
    }

    .books-form .bootstrap-select {
        margin-bottom: 23px;
    }

    .books-form .sub-txt {
        display: block;
        padding-bottom: 0;
    }

    .books-list {
        margin-bottom: -35px;
    }

        .books-list > li {
            display: block;
            width: 100%;
            padding-bottom: 82px;
        }

    .books-area {
        padding-bottom: 45px;
    }

    .view-block {
        text-align: center;
    }

        .view-block .container {
            width: 100%;
        }

    .books-form .sub-txt {
        font-size: 18px;
        line-height: 20px;
    }

        .books-form .sub-txt p {
            margin: 10px 0 0;
        }

    .map-block {
        height: 397px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 62px;
    }

    .banner.type2 {
        height: 255px;
        margin-left: -17px;
        margin-right: -17px;
    }

        .banner.type2 figcaption {
            bottom: 35px;
        }

    .contact-details {
        padding-top: 35px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -35px;
        margin-right: -35px;
    }

    .newsletter-form.type2 .form-group {
        margin-bottom: 33px;
    }

    .thx-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .item-list .cell {
        display: block;
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .press-area.type2 {
        padding-top: 0;
    }

    .releases-info {
        margin-bottom: 25px;
    }

        .releases-info:before {
            display: none;
        }
    /* research-info  */
    .research-info {
        padding-top: 3px;
        line-height: 25px;
    }

        .research-info h1 {
            line-height: 40px;
            margin-bottom: 11px;
        }

        .research-info h2 {
            margin-bottom: -5px;
        }

        .research-info .list-unstyled {
            margin-bottom: 33px;
        }

        .research-info p {
            margin-bottom: 33px;
        }

    .photo-cell {
        margin-top: 36px;
    }
    /* topic-list */
    .topic-list {
        margin-left: -18px;
        margin-right: -18px;
    }
    /* book-item */
    .book-item {
        text-align: center;
    }

        .book-item .img {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

    .mobile-afterload-show {
        display: none;
    }

    .holder-mobile-load > *:not(:first-child) {
        display: none !important;
    }

    .tab-content.type2 {
        margin-bottom: 0;
    }

        .tab-content.type2:before {
            display: none;
        }

    .books-slider .btn-list {
        text-align: center;
        position: static;
        clear: both;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: 40px 0 0;
        padding-bottom: 5px;
    }

    .books-slider .holder {
        margin-left: 0;
        padding-right: 14px;
    }

    .books-slider header {
        word-spacing: normal;
    }
    /*footer*/
    #footer {
        text-align: center;
        line-height: 16px;
    }

        #footer .footer-bottom {
            padding: 46px 0 43px;
        }

        #footer .img-logo {
            float: none;
            margin: 0 auto 39px;
        }

        #footer .copy {
            float: none;
            padding: 0 0 41px;
        }

        #footer .footer-nav {
            font-size: 0;
            float: none;
            line-height: 0;
            padding: 0 0 43px;
        }

            #footer .footer-nav li {
                display: inline-block;
                vertical-align: top;
                float: none;
                font-size: 14px;
                line-height: 16px;
            }

        #footer .footer-bottom .img {
            float: none;
            margin: 0 auto;
        }

        #footer .footer-top .row {
            font-size: 0;
            line-height: 0;
            letter-spacing: -6px;
        }

        #footer .footer-top [class^="col-"] {
            display: inline-block;
            vertical-align: top;
            float: none;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 0;
        }

        #footer .footer-menu {
            padding-bottom: 30px;
        }

        #footer h4 {
            margin-left: 0;
        }

        #footer .footer-bottom .container {
            width: 100%;
        }

        #footer .footer-top [class^="col-"] {
            display: block;
            height: auto !important;
            min-height: 1px !important;
        }

        #footer h4 {
            margin-bottom: 10px;
            margin-left: 0;
        }

        #footer h5 {
            margin-bottom: 10px;
        }

    .photo-cell {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .newsletter .newsletter-block {
        max-width: none;
        margin: 40px 0 0;
    }

        .newsletter .newsletter-block:before {
            width: auto;
            height: 1px;
            bottom: auto;
            top: -20px;
            right: 0;
            left: 0;
        }

    .books-area.type3 .bootstrap-select {
        margin-bottom: 29px;
    }

    .podcast-list {
        padding-bottom: 20px;
    }

        .podcast-list figure {
            height: 300px;
        }

    @media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
        .podcast-list figure {
            height: 480px;
        }
    }

    
    .podcast-list h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .books-area.type3 .heading h2 {
        font-size: 26px;
        line-height: 76px;
    }

    .books-area.type3 .books-form {
        margin-bottom: 10px;
    }

    .books-area.type3 .dropdown-toggle .caret {
        left: 15px;
    }

    .books-area.type3 .bootstrap-select .btn {
        padding-left: 50px;
    }
    /* books-cart */
    .order-block {
        margin: 0 0 30px;
    }

    .order-form .price-switch {
        width: 39%;
        margin-left: 10px;
    }

    .order-form .lbl-price {
        font-size: 14px;
        margin-left: 8px;
    }

    .book-item .control-btns {
        display: inline-block;
        vertical-align: top;
        min-width: 290px;
    }

    .amount {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top;
    }

    .btn-remove {
        margin-top: 6px;
    }

    .checkout-form {
        padding: 0;
    }

        .checkout-form .tbl-row {
            margin-bottom: 15px;
        }

        .checkout-form .ttl {
            padding: 10px 0 20px;
            margin: 0;
        }

        .checkout-form .check-list {
            padding-bottom: 15px;
        }

        .checkout-form .btn {
            display: block;
            width: 100%;
        }

    .order-block .headline h1 {
        font-size: 28px;
        letter-spacing: -0.5px;
        margin: 0;
        float: none;
    }

    .checkout2 .tbl-row .lbl-cvv,
    .checkout2 .tbl-row label {
        width: 140px;
    }

    .checkout-form .btn-area img {
        margin: 0;
    }

    .checkout-form .btn-area {
        text-align: center;
    }

        .checkout-form .btn-area .btn {
            float: none;
            margin: 0 0 15px;
        }
    /* end books-cart */
    .visual-party {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 18px;
    }

        .visual-party .cell {
            padding: 20px 0;
        }

        .visual-party h1 {
            font-size: 30px;
            line-height: 34px;
        }

    .heading-party {
        margin-bottom: 10px;
    }

    .block-party {
        font-size: 16px;
        line-height: 20px;
    }

        .block-party .img {
            margin: 0 0 20px;
            float: none;
            width: auto;
        }

        .block-party h2 {
            margin-bottom: 8px;
        }

    .table-party table {
        font-size: 14px;
        line-height: 18px;
    }

        .table-party table td {
            height: 50px;
            padding: 5px 10px;
        }

        .table-party table th {
            font-size: 16px;
            line-height: 20px;
            height: 50px;
            padding: 5px 10px;
        }
    /* world-01 */
    .info-area {
        margin: 0 0 30px;
    }

        .info-area figcaption {
            padding: 20px;
            font-size: 16px;
            line-height: 18px;
        }

        .info-area .info-world {
            margin: 0 -20px;
        }

            .info-area .info-world > li {
                padding: 0 20px;
                font-size: 14px;
                line-height: 16px;
            }

            .info-area .info-world .holder {
                height: 190px;
            }

        .info-area figcaption h1 {
            font-size: 30px;
            line-height: 34px;
        }

        .info-area h2 {
            font-size: 22px;
            line-height: 26px;
            margin-bottom: 10px;
        }

        .info-area .info-world .holder,
        .info-area .info-world > li:nth-child(n+3) .holder {
            padding: 10px;
            height: 130px;
        }

    .popup .header-popup .btn {
        margin-left: 0;
        margin-top: 0;
    }

    .popup .header-popup h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .popup .header-popup {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 20px;
    }

    .popup .scroll-bar {
        height: 324px;
    }
    /* end world-01 */
    .visual-party.type2 {
        font-size: 20px;
        line-height: 24px;
    }

    .droptabs .tab-drop {
        display: none;
    }

    .table-block.type2 table thead {
        display: none;
    }

    .table-block.type2 tr {
        display: block !important;
    }

    .table-block.type2 table tr td:first-child,
    .table-block.type2 table tr:first-child td,
    .table-block.type2 table td {
        display: table !important;
        width: 100% !important;
        height: auto;
        padding: 0;
        border-right: 0 !important;
        table-layout: fixed;
    }

        .table-block.type2 table tr:first-child td:first-child::before {
            display: none;
        }

    .table-block.type2 td .header-table {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        padding: 15px;
        background: #ebebeb;
        border-left: 2px solid #2077bc;
        width: 160px;
        font: 15px/18px 'South Regular', Helvetica, sans-serif;
    }

        .table-block.type2 td .header-table span {
            display: block;
        }

    .table-block.type2 td .holder {
        display: table-cell;
        vertical-align: middle;
        padding: 15px;
        background: #fff;
        text-align: right;
    }

    .mCustomScrollBox {
        direction: rtl;
    }

    .mCSB_container tbody {
        width: 100%;
    }

    .table-block:before {
        display: none;
    }

    .table-block .scroll-table table tr:first-child td,
    .table-block .scroll-table table tr td:first-child,
    .table-block .scroll-table table tr td,
    .table-block .scroll-table table tr th {
        height: auto;
        padding: 8px 10px;
        text-align: right;
        width: auto;
        background: none;
        font-size: 17px;
        font-weight: normal;
    }

    .table-block .scroll-table table tr:first-child td,
    .table-block .scroll-table table tr:first-child th {
        background-color: #eee !important;
    }

    .table-block .scroll-table table td .label-2,
    .table-block .scroll-table table tr:first-child td,
    .table-block .scroll-table table tr:first-child th {
        font: 19px/23px 'South Regular', Helvetica, sans-serif;
        font-weight: normal;
    }

    .table-block .scroll-table table tr:nth-child(odd) td {
        background-color: #fafafa;
    }

    .table-block .scroll-table table tr:first-child td:first-child::before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .table-block.type2 td .header-table {
        display: none;
    }

    .table-block .scroll-table td:first-child .header-table {
        display: block;
    }

    .table-block .info {
        display: none;
    }

    .table-block td .label-1 {
        display: none;
    }

    .table-block td .label-2 {
        font-weight: normal;
    }

    .table-block table tr td:first-child .holder {
        background: #f4f4f4;
    }

    .table-block .mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
        top: 1px;
        bottom: 1px;
    }

    .table-block .scroll-body .mCSB_scrollTools_vertical {
        right: 1px;
    }

    .table-block .scroll-body .scroll-bar {
        height: 389px;
    }

    .table-block {
        margin: 30px 0;
    }

    .supporters-list li {
        margin-bottom: 35px;
    }

        .supporters-list li .cell {
            display: block;
            width: 100%;
            border-width: 1px 0 0;
            border-color: #eaeaea transparent transparent;
            padding: 20px 15px;
        }

            .supporters-list li .cell + .cell {
                width: 100%;
            }

    .supporters-list h3 {
        padding: 20px 15px;
        display: block;
        width: 100%;
    }

    .visual.type4 .logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .visual.type4 h1,
    .visual.type4 h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .visual.type4.active {
        padding-top: 92px;
        min-height: 1px;
    }

        .visual.type4.active .select-holder {
            margin-bottom: 30px;
        }

        .visual.type4.active h2,
        .visual.type4.active h1 {
            margin-bottom: 20px;
        }

    .society-list li {
        width: 50%;
    }

    .society-list .ico {
        width: 106px;
        height: 106px;
    }



    /* update 06-01-2017 - start */
    /* .society-list li.active a .ico,
	.society-list li:hover a .ico{border-width: 53px;} */
    .society-list li.active a .ico:before,
    .society-list li:hover a .ico:before {
        border-width: 53px;
    }
    /* update 06-01-2017 - end */





    .society-list small {
        font-size: 15px;
        line-height: 15px;
    }

    .main-area.type2 {
        margin: 0;
        padding-top: 0;
    }

    .cover-block.type2 {
        margin-left: 0;
        margin-right: 0;
    }

    .main-area.type2 .main-column {
        margin-top: 0;
    }

    .location-table {
        font-size: 15px;
        line-height: 15px;
    }

        .location-table td,
        .location-table th {
            height: 60px;
        }

        .location-table th {
            padding: 5px 7px;
        }

    .article-head.type2 {
        padding-left: 0;
    }

    .main-area.type2 {
        padding-left: 0;
    }

    .visual-party .form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
    .visual-party .form .bootstrap-select {
        display: block;
        width: 240px;
        margin: 0 auto 10px;
    }

    .visual-party .form {
        padding-top: 0;
    }

        .visual-party .form .bootstrap-select:after {
            content: '';
            clear: both;
            display: block;
        }

    .elections.type2,
    .elections {
        padding: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 20px;
    }

        .elections h2 {
            font-size: 24px;
            line-height: 26px;
        }

        .elections header {
            font-size: 22px;
            line-height: 24px;
            margin-bottom: 20px;
        }

        .elections h3 {
            font-size: 20px;
            line-height: 24px;
        }

        .elections .text .row > div {
            margin-bottom: 20px;
        }

        .elections .text .row + .row {
            margin-top: 0;
        }

        .elections header h2 {
            margin-bottom: 20px;
        }

    .table-party.spacing {
        margin-bottom: 20px;
    }

    .about-elections h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .about-elections p {
        margin-bottom: 10px;
    }

    .elections.spacing {
        margin-bottom: 20px;
    }

    .elections .list li + li {
        margin-top: 7px;
    }

    .elections .list {
        margin-bottom: 0;
    }

        .elections .list + .list {
            margin-top: 20px;
        }

        .elections .list h3 {
            margin-bottom: 7px;
        }

        .elections .list li {
            font-size: 16px;
            line-height: 18px;
        }

    .advertising {
        margin-bottom: 20px;
    }

    .info-area.spacing {
        margin-bottom: 30px;
    }

    .elections .spacing h2 {
        margin-bottom: 10px;
    }

    .general-data .img {
        float: left;
        margin: 0 5px 20px;
        width: 70px;
    }

    .general-data h2 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 26px;
    }

    .general-data .list li .title {
        float: none;
        width: auto;
    }

    .general-data .list li .holder {
        width: auto;
        display: block;
    }

    .general-data .list li {
        margin-bottom: 10px;
    }

        .general-data .list li + li {
            margin-top: 0;
        }

    .general-data {
        padding-bottom: 30px;
    }

    .indices-list {
        padding-bottom: 10px;
    }

        .indices-list li {
            width: 50%;
            padding-bottom: 15px;
        }

        .indices-list h3 {
            margin-bottom: 5px;
        }

    .quick-retrieval h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .quick-retrieval .quick-form .holder-select {
        display: block;
        width: auto;
        margin: 0 13px 15px 11px;
    }

    .quick-retrieval .quick-form .holder-input {
        width: auto;
        padding-left: 0;
        display: block;
        margin: 0 0 0 12px;
    }

    .quick-retrieval p {
        margin-bottom: 18px;
    }

    .quick-retrieval .quick-form .holder-input:after {
        right: -1px;
    }

    .table-block.type2 table td,
    .table-block.type2 table tr td:first-child {
        padding: 0;
    }

    .stacktable.large-only {
        display: none;
    }

    .responsive-table {
        display: table;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .topic-list > li {
        width: 100%;
        padding-bottom: 10px;
    }

    .podcast-list li {
        width: 100%;
    }

    .checkout2 .tbl-row .lbl-cvv,
    .checkout2 .tbl-row label {
        width: 90px;
    }

    .checkout-form .date-row .col-xs-6 {
        float: none;
        width: auto;
    }

        .checkout-form .date-row .col-xs-6 + .col-xs-6 {
            padding-top: 15px;
        }

    .checkout2 .lbl-date {
        vertical-align: top;
    }

    .info-area figcaption h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .info-area .info-world::before {
        display: none;
    }

    .info-area .info-world > li {
        display: block;
        width: auto;
    }

        .info-area .info-world > li:nth-child(n+2) .holder {
            border-top: 1px solid rgba(255, 255, 255, 0.72);
        }

    .info-area figcaption p {
        margin-bottom: -10px;
    }

    .info-area figcaption ul p {
        margin-bottom: 10px;
    }

    .info-area .info-world > li:nth-child(n+3) .holder,
    .info-area .info-world .holder {
        display: block;
        height: auto;
        padding: 20px 0;
        width: auto;
    }

    .info-area {
        border-width: 0 0 10px;
    }

    .check-area > div {
        width: auto;
        float: none;
    }

    .popup {
        padding: 15px;
    }

        .popup .scroll-bar {
            margin-left: -10px;
            height: 262px;
        }

    .popup-custom .fancybox-close {
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -ms-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .popup .header-popup .btn {
        min-width: 1px;
        padding: 6px 20px;
    }

    .popup .header-popup h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .table-block td .header-table {
        width: 120px;
        font-size: 12px;
        line-height: 14px;
        padding: 0;
    }

    .table-block .scroll-table table td .label-2,
    .table-block .scroll-table table tr:first-child td,
    .table-block .scroll-table table tr:first-child th {
        font-size: 16px;
        line-height: 18px;
    }

    .table-block td .holder {
        padding: 0;
    }

    .table-block table td {
        font-size: 14px;
        line-height: 16px;
    }

    .table-block table tr td:first-child {
        font-size: 16px;
        line-height: 18px;
    }

    .table-block .scroll-body .scroll-bar {
        height: 381px;
    }

    .mCSB_scrollTools {
        width: 6px;
    }

    .indices-list li {
        width: auto;
        display: block;
    }

    .table-block.type2 table td figure .img {
        width: 32px;
    }
}









/* update 30.08.2016 */
.visual.style-02 {
    display: block;
    padding: 40px 20px 20px;
    background-color: #000;
    color: #fff;
}

    .visual.style-02 h1 {
        font-size: 50px;
        line-height: 34px;
        letter-spacing: 2px;
        font-weight: normal;
        color: #fff;
        background: none;
        display: block;
        text-align: center;
        margin: 0 0 16px;
    }

    .visual.style-02 .holder {
        display: table;
        width: 100%;
        height: 166px;
    }

        .visual.style-02 .holder .cell {
            width: 50%;
            position: relative;
            text-align: center;
            padding: 0 10px 10px;
        }

            .visual.style-02 .holder .cell + .cell:before {
                content: '';
                position: absolute;
                width: 1px;
                height: 156px;
                background-color: rgba(255,255,255,.72);
                top: 0;
                right: 0;
            }

        .visual.style-02 .holder .btn {
            display: block;
            max-width: 426px;
            margin: 0 auto;
            font: 20px/22px 'South Bold', sans-serif;
            border-radius: 4px;
            padding: 9px 10px 8px;
            border: 2px solid #fff;
            white-space: normal;
        }

        .visual.style-02 .holder .btn-white:hover {
            color: #404041;
        }

        .visual.style-02 .holder .btn-default:hover {
            background-color: #fff;
            color: #404041;
        }

.item-list h2 small {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #404041;
}

.no-btn-shadow .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*donations*/
.donations {
    background: #f4f4f4;
    -webkit-box-shadow: 2px 2px 4px rgba(2,3,3, .2);
    box-shadow: 2px 2px 4px rgba(2,3,3, .2);
    margin: 43px 0 68px;
    font-size: 16px;
    line-height: 25px;
    font-family: Arial, sans-serif;
}

    .donations .img {
        -webkit-box-shadow: 1px 1px 4px rgba(2,3,3, .2);
        box-shadow: 1px 1px 4px rgba(2,3,3, .2);
    }

        .donations .img img {
            vertical-align: top;
            width: 100%;
        }

    .donations .text {
        padding: 30px 31px;
        position: relative;
    }

    .donations h1 {
        margin: 0 0 17px;
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
    }

    .donations p {
        margin: 0;
    }

    .donations .latin {
        font-family: "Droid Serif",serif;
    }

        .donations .latin.btn {
            font-weight: 700;
            padding: 12px 10px;
        }

    .donations .btn-primary {
        min-width: 197px;
        position: absolute;
        left: 99px;
        bottom: 33px;
    }
    /*.donations.type2*/
    .donations.type2 {
        background: none;
        position: relative;
    }

        .donations.type2 > .row > div {
            position: static;
        }

        .donations.type2 .img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 73%;
            -webkit-background-size: cover;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%;
        }

            .donations.type2 .img > img {
                display: none;
            }

        .donations.type2 .text {
            padding: 26px 0 54px 40px;
            margin: 0 0 0 -2px;
        }

        .donations.type2 .btn-primary {
            position: static;
        }

        .donations.type2 p {
            margin: 0 0 33px;
        }

.donate-form {
    -webkit-box-shadow: 0 1px 4px rgba(2,2,3,.2);
    box-shadow: 0 1px 4px rgba(2,2,3,.2);
    margin-bottom: 34px;
}

.donate-head {
    display: table;
    height: 157px;
    width: 100%;
    padding: 20px;
    background-color: #2077bc;
    color: #fff;
}

    .donate-head .cell {
        display: table-cell;
        width: 50%;
        height: 100%;
        vertical-align: middle;
        padding: 0 10px;
    }

        .donate-head .cell .col {
            display: inline-block;
            vertical-align: middle;
            width: 30%;
        }

            .donate-head .cell .col.size2 {
                width: 34%;
            }

            .donate-head .cell .col.size3 {
                width: 26%;
                padding: 0 12px 0 0;
            }

            .donate-head .cell .col.size4 {
                width: 40%;
            }

            .donate-head .cell .col.size5 {
                width: 58%;
            }

    .donate-head h2 {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        margin: 0;
    }

    .donate-head .form-control {
        height: 30px;
        border-radius: 5px;
    }

    .donate-head .switch .button label {
        color: #404041;
    }

    .donate-head h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        margin: 0;
    }

    .donate-head .rad-holder {
        display: inline-block;
        vertical-align: middle;
        padding: 0 3px;
        position: relative;
    }

        .donate-head .rad-holder .radio-hidden {
            /*display: none;*/
            position: absolute;
            top: 0;
            right: 0;
            z-index: -10;
            opacity: 0;
        }

        .donate-head .rad-holder label {
            display: inline-block;
            vertical-align: middle;
            padding: 0 50px 0 0;
            font-size: 20px;
            line-height: 30px;
            font-weight: normal;
            position: relative;
            margin: 0;
        }

            .donate-head .rad-holder label:before {
                content: '';
                width: 34px;
                height: 34px;
                border-radius: 50%;
                background-color: #fff;
                position: absolute;
                top: 0;
                right: 5px;
            }

            .donate-head .rad-holder label:after {
                content: '';
                width: 20px;
                height: 20px;
                background-color: #2077bc;
                border-radius: 50%;
                position: absolute;
                top: 7px;
                right: 12px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                opacity: 0;
            }

        .donate-head .rad-holder input.radio-hidden:checked + label:after {
            opacity: 1;
        }
/*personal-information*/
.personal-information {
    padding: 43px 23px 48px 90px;
}

    .personal-information h2 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        margin: -7px 0 0;
    }

    .personal-information label {
        float: right;
        width: 130px;
        padding-left: 20px;
        line-height: 16px;
        margin: 0;
        font-weight: normal;
    }

        .personal-information label .cell {
            vertical-align: middle;
            height: 30px;
            display: table-cell;
        }

    .personal-information .input-holder {
        overflow: hidden;
    }

    .personal-information .form-control {
        display: block;
        width: 100%;
        background: #f4f4f4;
        border-radius: 5px;
        border: 1px solid #c7c7c7;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 30px;
        padding: 4px 12px;
    }

    .personal-information .form-group {
        margin-bottom: 25px;
    }

        .personal-information .form-group:after {
            content: '';
            clear: both;
            display: block;
        }

    .personal-information .size1 {
        width: 16.567%;
    }

    .personal-information .size2 {
        width: 30.2%;
    }

    .personal-information .size3 {
        width: 25.7%;
    }

        .personal-information .size3 label {
            width: 77px;
        }

    .personal-information .size4 {
        width: 27.5%;
    }

        .personal-information .size4 label {
            width: 99px;
        }

    .personal-information .text-right {
        padding: 6px 0 0;
    }

    .personal-information .btn-primary {
        padding: 13px 10px;
        min-width: 197px;
        margin: 0 0 0 4px;
    }

.sign-up-btn {
    display: block;
    text-align: center;
    background-color: #3081c1;
    color: #fff;
    font-size: 24px;
    line-height: 54px;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 36px;
    -webkit-box-shadow: 0 1px 4px rgba(2,2,3,.2);
    box-shadow: 0 1px 4px rgba(2,2,3,.2);
}

    .sign-up-btn:hover,
    .sign-up-btn:active {
        text-decoration: none;
        color: #fff;
        background-color: #4c97d2;
    }

    .sign-up-btn:before {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 62px;
        height: 51px;
        background: url(../images/ico-sign-up-01.png) no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        margin: 0 20px;
    }

@media screen and (max-width: 1600px) {
    .donate-head .rad-holder {
        padding: 8px 3px;
    }
}

@media screen and (max-width: 1159px) {
    .donations.type2 .text {
        padding-left: 20px;
    }

    .donations {
        margin-bottom: 43px;
    }

    .personal-information {
        padding: 40px 20px;
    }

        .personal-information h2 {
            font-size: 20px;
            line-height: 24px;
            margin: -3px 0 0;
        }

    .personal-information {
        font-size: 14px;
        line-height: 14px;
    }

        .personal-information label,
        .personal-information .size3 label,
        .personal-information .size4 label {
            width: 90px;
        }

    .donate-head {
        padding: 10px;
    }
}

@media screen and (max-width: 991px) {
    .visual.style-02 .holder {
        display: block;
        height: auto;
    }

        .visual.style-02 .holder .cell {
            display: block;
            width: 100%;
            padding: 15px 0;
        }

            .visual.style-02 .holder .cell + .cell:before {
                width: auto;
                top: 0;
                bottom: auto;
                right: 0;
                left: 0;
                height: 1px;
            }

    .donations {
        margin: 30px 0;
    }

        .donations .btn-primary {
            left: 25px;
        }

        .donations.type2 .img {
            position: static;
            width: auto;
            background: none !important;
        }

            .donations.type2 .img > img {
                display: block !important;
            }

        .donations.type2 .text {
            margin: 0;
            padding: 31px 30px;
        }

    .personal-information .row > div {
        float: right;
    }

    .personal-information .size1 {
        width: 100%;
    }

    .personal-information .size2,
    .personal-information .size3,
    .personal-information .size4 {
        width: 50%;
    }

    .personal-information h2 {
        margin-bottom: 20px;
    }

    .personal-information label,
    .personal-information .size3 label,
    .personal-information .size4 label {
        width: 120px;
    }

    .personal-information .form-group {
        margin-bottom: 15px;
    }

    .donate-head .cell {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
    }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    .visual.style-02 {
        height: auto;
        padding: 20px;
    }

        .visual.style-02 h1 {
            font-size: 38px;
            line-height: 32px;
            letter-spacing: 0;
            margin: 0;
            padding: 10px 0;
        }

    .item-list h2 small {
        font-size: 14px;
        line-height: 16px;
    }

    .donations .btn-primary {
        position: static;
        margin: 0 15px;
    }

    .donations.type2 .btn-primary {
        margin: 0;
    }

    .donations p,
    .donations.type2 p {
        margin: 0 0 20px;
    }

    .donations.type2 .text,
    .donations .text {
        padding: 15px;
    }

    .donations h1 {
        margin-bottom: 15px;
    }

    .personal-information {
        padding: 20px 15px;
    }

        .personal-information .row > div {
            float: none;
        }

        .personal-information .size2,
        .personal-information .size3,
        .personal-information .size4 {
            width: 100%;
        }

        .personal-information label {
            float: none;
            padding: 0;
            margin: 0 0 8px;
        }

            .personal-information label .cell {
                display: block;
                height: auto;
                vertical-align: top;
            }

        .personal-information label,
        .personal-information .size3 label,
        .personal-information .size4 label {
            width: auto;
        }

        .personal-information .text-left {
            text-align: center;
        }

        .personal-information .btn-primary {
            margin: 0;
        }

    .donate-head .cell .col,
    .donate-head .cell .col.size4,
    .donate-head .cell .col.size5 {
        width: 100%;
        padding: 5px 0;
    }

        .donate-head .cell .col.size2,
        .donate-head .cell .col.size3 {
            width: 48%;
            padding: 5px 0;
        }

    .donate-head .rad-holder label {
        font-size: 18px;
        line-height: 26px;
        padding: 0 40px 0 0;
    }

        .donate-head .rad-holder label:before {
            width: 26px;
            height: 26px;
        }

        .donate-head .rad-holder label:after {
            width: 16px;
            height: 16px;
            top: 5px;
            right: 10px;
        }

    .sign-up-btn {
        font-size: 18px;
        line-height: 30px;
        padding: 8px 5px 6px;
    }

        .sign-up-btn:before {
            width: 32px;
            height: 30px;
            margin: 0 8px;
        }

    .item-list .cell {
        padding-top: 0;
        padding-bottom: 20px;
    }
}

.nav-tabs-mobile .dropdown-menu {
    z-index: 995;
}
/* new 22.12.2016 */
.panel-group {
    margin: 0 0 72px;
}

    .panel-group .panel {
        background: none;
        border: solid 1px #c7c7c7;
        border-radius: 4px;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
        padding: 0;
        -webkit-transition: border-color .3s;
        transition: border-color .3s;
    }

        .panel-group .panel.active {
            border-color: #2077bc;
        }

        .panel-group .panel + .panel {
            margin: 20px 0 0;
            border-width: 1px;
        }

    .panel-group .panel-title {
        margin: 0;
        text-transform: none;
    }

        .panel-group .panel-title a {
            font: 16px/20px Arial, Helvetica, sans-serif;
            text-decoration: none;
            padding: 18px 28px 18px 50px;
            display: block;
            color: #404041;
            position: relative;
            background: none;
        }

            .panel-group .panel-title a:hover {
                color: #404041;
                text-decoration: none;
            }

            .panel-group .panel-title a:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                -webkit-transition: all .3s;
                transition: all .3s;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 8px 7px 0 7px;
                border-color: #444e4f transparent transparent transparent;
                margin: 26px 0 0 26px;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .panel-group .panel-title a.collapsed:before {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

    .panel-group .panel-body {
        padding: 27px 2px 39px;
        border-top: solid 1px #c7c7c7;
    }

@media only screen and (max-width: 1199px) {
    .panel-group .panel-body {
        padding: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .book-details .holder {
        overflow: visible;
    }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    .panel-group {
        margin: 0 0 30px;
    }
}
/* end new 22.12.2016 */
/*new 31.01.2017*/
.podcast-list figure.bg-img {
    padding: 0;
    border: 19px solid #2077bc;
}

    .podcast-list figure.bg-img time {
        color: #fff;
        position: absolute;
        font-size: 14px;
        line-height: 17px;
        right: 0px;
        top: -17px;
    }

.podcast-list .bg-img .description {
    border: 4px solid #fff;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: bottom;
    height: 342px;
    width: 1%;
}

    .podcast-list .bg-img .description a {
        margin-bottom: 10px;
    }

@media only screen and (max-width: 767px) {
    .podcast-list li {
        display: table;
    }
}
/*end new 31.01.2017*/

.society-list li {
    font-family: 'droid serif', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.society-list small {
    font-size: 16px;
}

/*new 17.02.17*/
/*.comments-form*/
.comments-form {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	background: #f4f4f4;
	font: 14px/20px 'South UltraLight', sans-serif;
	/*direction: rtl;*/
	-webkit-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
	position: relative;
	margin: 19px 0 76px;
}
.comments-form.open:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .2);
	z-index: 5;
}
.comments-form .comments-heading {
	border-bottom: 1px solid #c7c7c7;
	border-radius: 5px;
	background: #fff;
}
.comments-form .comments-heading:after {
	content: '';
	clear: both;
	display: block;
}
.comments-form .comments-heading .ico-wr {
	display: inline-block;
	vertical-align: top;
	width: 65px;
	height: 60px;
	float: right;
	border-radius: 0 5px 5px 0;
	margin: -1px -1px -1px 0;
	position: relative;
	background: #2077bc;
}
.comments-form .comments-heading .ico-wr .ico {
	background:url(../images/ico-501.svg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 29px;
	height: 20px;
	background-position: 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
    margin: -7px 0 0 -11px;
	font-size: 0;
	line-height: 0;
}
.comments-form .comments-heading h2 {
	margin: 0;
	overflow: hidden;
	text-align: right;
	color: #2077bc;
	font-size: 40px;
	line-height: 40px;
	font-family: inherit;
	font-weight: normal;
	padding: 11px 24px 7px 15px;
	letter-spacing: 2px;
}
.comments-form .comments-holder {
	padding: 34px 29px 32px;
}
.comments-form .form-group {
	margin-bottom: 26px;
}
.comments-form .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 7px 22px;
	font-size: 20px;
	line-height: 1.3;
	color: #2e75b6;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	letter-spacing: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance:none;
}
.comments-form .form-control::-moz-placeholder {
	color: #2e75b6;
	opacity: 1;
}
.comments-form .form-control:-ms-input-placeholder {
	color: #2e75b6;
}
.comments-form .form-control::-webkit-input-placeholder {
	color: #2e75b6;
}
.comments-form textarea.form-control {
	height: 200px;
	resize: none;
	overflow-y: auto;
	margin-bottom: 29px;
	padding-top: 5px;
}
.comments-form .btn.btn-primary {
	color: #fff;
	background-color: #2077bc;
	border: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 4px;
	font: 26px/ 26px 'South Regular', sans-serif;
	display: block;
	width: 100%;
	padding: 8px 10px 6px;
	letter-spacing: 2px;
}
.comments-form .btn.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.comments-form .comments-thank-block {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #c7c7c7;
	padding: 10px 20px;
	-webkit-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
	text-align: center;
	color: #2e75b6;
	font: 18px/ 20px 'South Regular', sans-serif;
	min-width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
}
.comments-form .comments-thank-block p {
	margin: 0;
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait) and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
	}
	.comments-form .comments-holder {
		padding: 15px 10px;
	}
	.comments-form .form-group {
		margin-bottom: 10px;
	}
	.comments-form .comments-heading h2 {
		font-size: 24px;
		line-height: 26px;
		padding: 9px 9px 7px;
	}
	.comments-form .comments-heading .ico-wr{
			width: 45px;
		height: 45px;
	}
	.comments-form .comments-heading .ico-wr .ico {
		width: 24px;
		height: 17px;
		margin: -8px 0 0 -12px;
	}
	.comments-form textarea.form-control {
		margin-bottom: 15px;
		height: 150px;
	}
	.comments-form {
		margin: 5px 0 45px;
	}
}
/*end new 17.02.17*/

/* new 20.02.17*/
.news-list{
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
	border-top: 1px solid #d6d6d6;
}
.news-list li{
	border-bottom: 1px solid #d6d6d6;
    padding: 29px 6px 9px;
	font: 400 16px/26px Arial, sans-serif;
}
.news-list li:after{
	content: '';
	clear: both;
	display: block;
}
.news-list li p{
	margin: 0 0 5px;
}
.news-list li .news-left{
	overflow: hidden;
}
.news-list li .news-right{
	float: right;
    width: 123px;
	margin-left: 10px;
	letter-spacing: 1px;
	color: #2077bc;
	padding: 0 4px 0;
}
.news-list li .news-right p{
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	.news-list li .news-right {
		width: auto;
	}
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	.news-list li {
    	padding: 9px 0;
		font-size: 14px;
		line-height: 18px;
	}
	.news-list li .news-right{
		float: none;
		margin-bottom: 10px;
		padding: 0;
	}
	.comments-form .form-control{
		padding: 7px 10px;
	}
}

/*end new 20.02.17*/

/*new 05.04.17*/
/*parliament-page*/
.parliament-page .visual{
	margin: 106px 0 47px;
	padding: 37px 33px 15px;
}
.parliament-page .visual .text{
	padding: 27px 24px 94px 10px;
}
.parliament-page .visual .text h1{
	padding-bottom: 15px;
}
.parliament-page .visual .text p{
	margin-bottom: 3px;
}
.parliament-page .visual .text a{
	text-decoration: none;
	color: #2077bc;
}
.parliament-page .visual .text a:hover{
	text-decoration: underline;
}
.parliament-page .books-area{
	padding-bottom: 50px;
}
.parliament-page .books-form.opener .books-holder{
	-webkit-box-shadow: 1px 0px 3px rgba(2,2,3, .2);
	-moz-box-shadow: 1px 0px 3px rgba(2,2,3, .2);
	box-shadow: 1px 0px 3px rgba(2,2,3, .2);
}
.parliament-page .books-area .heading{
	padding: 36px 0px 28px 35px;
	margin-bottom: 0;
}
.parliament-page .books-area .heading h2{
	line-height: 30px;
	font-size: 30px;
}
.parliament-page .books-form .bottom .wrap .form-control{
	padding-right: 18px;
	padding-left: 18px;
}
.parliament-page .books-form .wrap{
	margin-bottom: 18px;	
}
.books-carousel{
	padding: 29px 56px 0 56px;
	background: #f4f4f4;
	font-size: 20px;
	line-height: 26px;
	font-family: 'South UltraLight', sans-serif;
	color: #404041;
	margin-bottom: 44px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(2,3,3,0.2);
	-moz-box-shadow: 1px 1px 4px 0px rgba(2,3,3,0.2);
	box-shadow: 1px 1px 4px 0px rgba(2,3,3,0.2);
}
.books-carousel h3{
	text-align: right;
	margin: 0 0 9px;
	padding: 0;
}
.books-carousel p{
	margin-bottom: 32px;
}
.books-carousel .video-block{
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}
.books-carousel .video-block .play{
	width: 76px;
	height: 76px;
	margin: -38px 0 0 -38px;
}
.books-carousel .video-block .play:before{
	border-width: 16px;
	border-left-width: 20px;
	margin-top: -16px;
}
.books-carousel .team-list{
	margin: 0 -26px 0 -26px;
	position: relative;
}
.books-carousel .team-list li:focus{
	outline: none;
}
.books-carousel .team-list li{
	width: auto;
}
.books-carousel .team-list .holder{
	padding-left: 16px;
	padding-right: 16px;
}
.books-carousel .team-list .caption{
	padding: 31px 15px 45px 35px;
}
.books-carousel .team-list h4{
	font-size: 22px;
	line-height: 26px;
	margin: 0;
}
.books-carousel .team-list p{
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 10px;
}
.books-carousel .slick-arrow{
	width: 37px;
	height: 87px;
	background: #2077bc;
	border: 0;
	position: absolute;
	top: 50%;
	margin-top: -103px;
	z-index: 10;
}
.books-carousel .slick-arrow.slick-disabled{
	display: none !important;
}
.books-carousel .slick-arrow:focus{
	outline: none;
}
.books-carousel .slick-arrow:hover{
	background: #286090;
}
.books-carousel .slick-arrow.slick-prev{
	right: -35px;
}
.books-carousel .slick-arrow.slick-next{
	left: -35px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.books-carousel .slick-arrow:before{
	content: '';
	height: 27px;
	width: 14px;
	background: url(../images/ico-0001.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0  0 -4px;
}
.books-carousel .slick-arrow.slick-next:before{
	margin-top: -16px;
}
.parliament-page .books-area footer.text-center{
	padding-top: 8px;
}
.parliament-page.type2 .visual{
	margin-top: 40px;
}
.parliament-page.type2 .books-area{
	padding-bottom: 39px;
}
.parliament-page.type2 .books-area.type3 .books-holder{
	padding-bottom: 41px;
	margin-bottom: 44px;
}

@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	.parliament-page .breadcrumb-area{
		margin-bottom: 0;
	}
	.parliament-page .visual,
	.parliament-page.type2 .visual{
		margin-top: 0;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 41px;
		display: block;
		height: auto;
		width: auto;
		display: block;
		padding: 0 15px;
	}
	.parliament-page .visual .cell{
		height: 145px;
		padding: 20px 0 10px;
		width: 1%;
	}
	.parliament-page .visual .text{
		padding: 12px 10px 20px 10px;
		font-size: 8px;
		line-height: 12px;
		display: block;
	}
	.parliament-page .visual .text h1{
		font-size: 19px;
		line-height: 23px;
		padding-bottom: 4px;
	}
	.parliament-page .visual .text p{
		margin-bottom: 0;
	}
	.parliament-page .books-area,
	.parliament-page.type2 .books-area{
		padding-bottom: 20px;
	}
	.parliament-page .books-area .heading{
		padding: 24px 0 24px 0;
	}
	.parliament-page.type2 .books-area.type3 .books-holder {
		padding-bottom: 20px;
		margin-bottom: 51px;
	}
	.parliament-page .books-area.type3 .books-form{
		margin-bottom: 51px;
	}
	.parliament-page .books-form .bottom .wrap .form-control{
		margin-bottom: 38px;
	}
	.parliament-page .books-form .wrap .btn-primary{
		padding-left: 48px;
		position: relative;
	}
	.parliament-page .books-form .wrap .btn-primary:before{
		content:'\f002';
		color: #fff;
		font-size: 25px;
		line-height: 48px;
		font-family:'FontAwesome';
		width: 23px;
		height: 48px;
		position: absolute;
		top: 0;
		left: 20px;
	}
	.books-carousel{
		padding: 33px 11px 0 11px;
		margin-bottom: 59px;
	}
	.books-carousel h3{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.books-carousel .video-block .play{
		width: 54px;
		height: 54px;
		margin: -27px 0 0 -27px;
	}
	.books-carousel .video-block .play:before{
		border-width: 11px;
		border-left-width: 13px;
		margin-top: -11px;
	}
	.books-carousel .team-list{
		margin: 0 -12px;
	}
	.books-carousel .team-list .holder{
		padding: 0 10px;
	}
	.books-carousel .slick-arrow{
		width: 23px;
		height: 54px;
		margin-top: -87px;
	}
	.books-carousel .slick-arrow.slick-disabled{
		display: block !important;
	}
	.books-carousel .slick-arrow.slick-next{
		left: -8px;
	}
	.books-carousel .slick-arrow.slick-prev{
		right: -8px;
	}
	.books-carousel .slick-arrow:before{
		width: 9px;
		height: 17px;
		-webkit-background-size: 9px 17px;
		background-size: 9px 17px;
		margin-left: -3px;
		margin-top: -7px;
	}
	.books-carousel .slick-arrow.slick-next:before{
		margin-top: -10px;
	}
	.books-carousel .team-list .caption{
		padding: 18px 0px 29px 0px;
	}
	.books-carousel .team-list h4{
		font-size: 24px;
		line-height: 28px;
	}
	.books-carousel .team-list p{
		font-size: 16px;
		line-height: 16px;
	}
	.parliament-page .books-area footer.text-center{
		display: none;
	}
}
/*end new 05.04.17*/

.news-item .video {
    height: 317px;
}

.newsletter-form .form-control.input-validation-error,
.checkout-form .form-control.input-validation-error {
    border-color: #c90000;
}

.share-list .only-mobile {
    display: none;
}

.book-details h3 {
    font: 16px/1em 'South UltraLight', sans-serif;
    margin: 0 0 10px;
}

.podcast-list figure h2 {
    padding: 26px 22px;
}

.podcast-list h2 {
    font-size: 20px;
    margin: 0px;
}

.elections.details .text {
    font-size: 24px;
}

.elections .text {
    font-family: 'South UltraLight', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.podcast-list li .btn {
    margin-bottom: 10px;
}

.error.field-validation-error {
    color: #c90000;
}

#header strong.drop-ttl.only-mobile {
    display: none;
}

.ttl > p {
    display: inline-block;
}

.article-container {
}

img {
    max-width: 100%;
    max-height: 100%;
    /*width:100%*/
}

.about .contact-block:before {
    height: 450px;
}

.form-control {
    color: #000;
}

.fa-twitter:focus, .fa-twitter:hover {
    color: #2caae1;
}

.fa-youtube:focus, .fa-youtube:hover {
    color: #e6291b;
}

.fa-facebook:focus, .fa-facebook:hover {
    color: #3b579d;
}

.cover-block:before {
    content: '';
    position: absolute;
    left: inherit;
    right: inherit;
    top: 100%;
    height: 45px;
    background: #fff;
}

.team-list.type2 {
    padding: 0 16px 19px;
    margin: 0px;
}

.book-block {
    min-height: 100%;
}

.dlist + .btn {
    top: 0px;
}

/*********************Gallery*****************8*/
.thumbnailSection {
    padding: 20px 15px 100px;
    position: relative;
}

    .thumbnailSection .link:before {
        background-color: transparent;
        width: 0;
        height: 0;
        left: 0;
        top: 0;
        position: inherit;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

    .thumbnailSection .container-fluid.col10 {
        padding: 0;
        margin: 0;
    }

    .thumbnailSection .list {
        margin: -5px -5px 0;
        padding: 0;
    }

        .thumbnailSection .list li {
            list-style: none;
            padding: 5px;
        }

            .thumbnailSection .list li:before {
                content: '';
                width: auto;
                height: auto;
                position: inherit;
                margin-top: 0;
                right: 0;
                border-radius: 0;
                background-color: transparent;
            }

        .thumbnailSection .list .link {
            display: block;
            position: relative;
            color: #34436f;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            padding: 0;
            margin: 0;
        }

            .thumbnailSection .list .link:before {
                background-color: transparent;
                width: 0;
                height: 0;
                left: 0;
                top: 0;
                position: inherit;
                -moz-transition: none;
                -o-transition: none;
                -webkit-transition: none;
                transition: none;
            }

            .thumbnailSection .list .link:after {
                content: "";
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcBAMAAACAI8KnAAAAKlBMVEX///////////////////////////////////////////////////////9q+00tAAAADXRSTlMA1RUY0r23xszJus/YvO37mAAAAK9JREFUeF6tkTEKwkAURIfNDWIdSCAHML1V+pQpLGztPEIuIFha2nudQHQF+XdxhvzFqK3T/P9mYPfvfgxmdgO1YxNh1F14UAd7lnCFjti1CeuJWE8eh6IlhiKfsRpLoopINpF1JWzoEtWsgUymYe+dPILUPIATLVd2BK4M/6DsDGzfRzURGOaLeh9jozH6ryF/n1ApVJwjPd9jYj1+fE7nIVBNRIUpJi63YLgstxBf12pU4FgvmqQAAAAASUVORK5CYII=') /*../img/iconEnlarged.png*/ no-repeat center center #20273a;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                display: block;
                z-index: 2;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }

        .thumbnailSection .list .pic {
            display: block;
            width: 100%;
        }

        .thumbnailSection .list .textContainer {
            background: #20273a;
            position: relative;
            z-index: 3;
            padding: 10px;
            height: 108px;
            overflow: hidden;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .thumbnailSection .list .title {
            font-size: 16px;
            color: #fff;
            margin: 0 0 10px;
            line-height: 27px;
            font-weight: inherit;
            display: inline-block;
            position: inherit;
            overflow: inherit;
            padding: 0;
            letter-spacing: inherit;
            z-index: inherit;
            -moz-min-width: inherit;
            -ms-min-width: inherit;
            -o-min-width: inherit;
            -webkit-min-width: inherit;
            min-width: inherit;
        }

            .thumbnailSection .list .title:before {
                content: '';
                background-color: inherit;
                width: 0;
                height: 0;
                left: 0;
                top: 0;
                position: inherit;
                -webkit-transform-origin: inherit;
                -moz-transform-origin: inherit;
                -o-transform-origin: inherit;
                -ms-transform-origin: inherit;
                transform-origin: inherit;
                -webkit-transform: none;
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                transform: none;
                z-index: inherit;
            }

        .thumbnailSection .list .text {
            font-size: 14px;
            color: #9092ff;
            margin-bottom: 0;
            line-height: 1;
        }

@media (min-width: 768px) {
    .thumbnailSection {
        padding: 10px 0 0;
    }

        .thumbnailSection .list {
            margin: -10px -10px 0;
        }

            .thumbnailSection .list li {
                padding: 5px;
            }

        .thumbnailSection .moreBtn {
            bottom: -50px;
        }

    .moreBtn:focus .link span:after, .moreBtn:hover .link span:after {
        top: 3px;
    }
}

@media (min-width: 992px) {
    .thumbnailSection .list .link:after {
        background-color: rgba(32, 39, 58, 0.7);
        -moz-animation: pulse 0.5s infinite alternate;
        -o-animation: pulse 0.5s infinite alternate;
        -webkit-animation: pulse 0.5s infinite alternate;
        animation: pulse 0.5s infinite alternate;
    }

    @-webkit-keyframes pulse {
        from {
            background-size: 18px 18px;
        }

        to {
            background-size: 28px 28px;
        }
    }

    @-moz-keyframes pulse {
        from {
            background-size: 18px 18px;
        }

        to {
            background-size: 28px 28px;
        }
    }

    @keyframes pulse {
        from {
            background-size: 18px 18px;
        }

        to {
            background-size: 28px 28px;
        }
    }

    .thumbnailSection .list .link.keyboard-focus:focus:after,
    .thumbnailSection .list .link:hover:after,
    .thumbnailSection .list .link.keyboard-focus:focus .textContainer,
    .thumbnailSection .list .link:hover .textContainer {
        opacity: 1;
        visibility: visible;
    }

    .thumbnailSection .list .pic {
        display: block;
        width: 100%;
    }

    .thumbnailSection .list .textContainer {
        background: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -ms-opacity: 0;
        opacity: 0;
        visibility: hidden;
        height: 100%;
        padding: 0 10px 5%;
    }

        .thumbnailSection .list .textContainer .displayTable {
            display: table;
            width: 100%;
            height: 100%;
        }

            .thumbnailSection .list .textContainer .displayTable > div {
                display: table-cell;
                vertical-align: bottom;
            }

    .thumbnailSection .list .title {
        font-size: 16px;
        margin: 0 0 5px;
    }

    .thumbnailSection .list .text {
        font-size: 14px;
    }
}

.bigPicModal.fade {
    -webkit-transition: all 0.2s linear 0.8s;
    -moz-transition: all 0.2s linear 0.8s;
    -o-transition: all 0.2s linear 0.8s;
    -ms-transition: all 0.2s linear 0.8s;
    transition: all 0.2s linear 0.8s;
}

.modal {
    font-size: 10px;
    direction: rtl;
}

    .modal .modal-dialog {
        z-index: 1040;
        max-width: none;
        padding: 0;
        font-size: 10px;
        /*background-color: #fff;*/
        border: none;
        border-radius: 0;
        box-shadow: 0 0 3px rgba(0, 0, 1, 0.5);
    }

* .bigPicModal .modal-dialog {
    background: none;
    box-shadow: none;
    width: 100%;
    max-width: 806px;
    padding: 0 53px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 40%;
    visibility: hidden;
    -ms-opacity: 0;
    opacity: 0;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.bigPicModal.fade.in .modal-dialog {
    visibility: visible;
    opacity: 1;
}

.bigPicModal .modal-dialog .closeBtn {
    right: 10px;
    top: 180px;
}

    .bigPicModal .modal-dialog .closeBtn.closeBtn:before,
    .bigPicModal .modal-dialog .closeBtn.closeBtn:after {
        background-color: #fff;
    }

.modal .closeBtn {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    height: 42px;
    width: 42px;
    color: #34436f;
}

.picCarousel {
    position: relative;
}

    .picCarousel .slick-track {
        padding: 100px 0;
    }

    .picCarousel .slick-slide {
        float: right;
        position: relative;
    }

    .picCarousel img {
        width: 100%;
    }

    .picCarousel .textContainer {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .picCarousel .title {
        color: #fff;
        line-height: 1;
        margin: 8px 0 3px;
        font-size: 24px;
        line-height: 27px;
        font-weight: inherit;
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 0;
        letter-spacing: 1px;
        z-index: 1;
        width: 100%;
    }

        .picCarousel .title:before {
            content: '';
            background-color: inherit;
            width: 0;
            height: 0;
            left: 0;
            top: 0;
            position: inherit;
            -webkit-transform-origin: inherit;
            -moz-transform-origin: inherit;
            -o-transform-origin: inherit;
            -ms-transform-origin: inherit;
            transform-origin: inherit;
            -webkit-transform: none;
            -moz-transform: none;
            -o-transform: none;
            -ms-transform: none;
            transform: none;
            z-index: inherit;
        }

    .picCarousel .text {
        color: #9092ff;
        font-size: 1.5em;
        margin: 0;
    }

    .picCarousel .navArrow2 {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .picCarousel .navArrow2.slick-prev {
            left: 100%;
        }

        .picCarousel .navArrow2.slick-next {
            right: 100%;
        }

.slick-slider, .slick-list, .slick-track {
    height: 100%;
}

.slick-slider {
    visibility: visible !important;
}

.navArrow2 {
    border: none;
    background: #46a1d8;
    width: 38px;
    height: 38px;
    text-align: center;
    z-index: 2;
}

    .navArrow2:hover {
        background-color: #3c95d1;
    }

    .navArrow2.slick-prev {
        float: right;
    }

        .navArrow2.slick-prev:after {
            direction: ltr;
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 12px;
            border-top: 3px solid #ffffff;
            border-right: 3px solid #ffffff;
            margin-left: -4px;
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .navArrow2.slick-next {
        float: left;
    }

        .navArrow2.slick-next:after {
            direction: ltr;
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 12px;
            border-top: 3px solid #ffffff;
            border-left: 3px solid #ffffff;
            margin-right: -4px;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.modal .closeBtn:before,
.modal .closeBtn:after {
    content: "";
    height: 2px;
    width: 16px;
    display: block;
    background-color: #34436f;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 1px;
}

.modal .closeBtn:before {
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal .closeBtn:after {
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dlist dd, .dlist text {
    display: inline-block;
}

.breadcrumb > li {
    /*display: inline-flex;*/
}

.book-block {
    position: relative;
}

    .book-block .btn-list {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: 20px;
    }

.books-list > li {
    height: 800px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single {
    height: 50px;
    line-height: 35px;
}

.order-form .select2-selection.select2-selection--single {
    height: inherit;
    line-height: 1;
}

}

.content-menu {
    z-index: 99999;
}

span.recaptcha-error {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media screen and (max-width: 1349px) {
    .nav-tabs > li > a .cell {
        max-width: 230px;
    }
}

/*h1, h2, h3, h4, h5, h6
{
    font-family: 'South UltraLight', sans-serif;
    color:#2077bc;
}*/
.books-form .bottom {
    display: block;
}

.spec-block {
    display: block;
}

.blue-star {
    color: #2077bc;
    font-size: 20px;
}



.about ul li > ul {
    margin-bottom: 14px;
}

.article-part h3 {
    font-size: 30px;
    color: #2077bc;
}

.article-part h4 {
    color: #2077bc;
}



.article-part hr {
    border-top: 1px solid;
}

.nav .nav-tabs {
    z-index: 99999;
}


/*Issue #282*/
mark, .mark {
    white-space: normal;
}

    mark:before, .mark:before {
        bottom: -2px;
        margin-bottom: 0;
    }


/*Issue #15*/
a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.blueText {
    color: #2077bc;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    .share-list .only-mobile {
        display: inline-block;
    }

    #header strong.drop-ttl.only-mobile {
        display: block;
    }

    #header a.drop-ttl-no {
        display: none;
    }
}


a.special-link {
    color: #404041;
}

    a.special-link:hover {
        text-decoration: none;
    }

h2.opinions.media-heading a {
    color: inherit;
}

.visual.type4 .select-holder .txt {
    width: initial;
}


.tab-content .tab-pane.fade p > img {
    margin: 10px;
}

@media screen and (max-width: 1439px) {
    /*books-slider*/
    .books-slider .btn-list {
        left: 30px;
    }

        .books-slider .btn-list li {
            float: none;
        }

            .books-slider .btn-list li + li {
                margin: 10px 0 0;
            }

    .books-slider .holder {
        width: 47.5%;
    }
}

blockquote {
    border: 0;
    margin: 0 0 56px;
    padding: 62px 30px 50px;
    background: #2077bc;
    color: #fff;
    position: relative;
    top: 10px;
    font: 26px/40px 'South UltraLight', sans-serif;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}

    blockquote:before,
    blockquote:after {
        position: absolute;
        font: 88px/25px Arial, Helvetica, sans-serif;
    }

    blockquote:before {
        content: '”';
        top: 49px;
        right: 28px;
    }

    blockquote:after {
        content: '“';
        left: 26px;
        bottom: 4px;
    }

    blockquote q {
        display: block;
        padding-bottom: 12px;
    }

    blockquote cite {
        display: block;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
    }

        blockquote cite:before {
            content: '-';
            margin-left: 7px;
        }

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    blockquote {
        font-size: 20px;
        line-height: 30px;
    }
}

.breadcrumb > li + li:before {
    /*top:0px;*/
    padding-left: 5px;
    padding-right: 5px;
}

.num-list {
    word-spacing: 0px;
}

.comparetable {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #e4e4e5;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    margin-bottom: 22px;
}

    .comparetable thead tr {
        background: #ebebeb;
    }

        .comparetable th, .comparetable thead tr td {
            font-family: 'South Regular', sans-serif;
            height: 76px;
            text-align: center;
            font-weight: normal;
            font-size: 18px;
            line-height: 22px;
            padding: 5px;
            border-bottom: 1px solid #e4e4e4;
        }

    .comparetable td + td {
        border-right: 1px solid #e4e4e4;
    }

    .comparetable td {
        height: 78px;
        width: 1%;
        padding: 5px;
    }

    .comparetable tr + tr {
        border-top: 1px solid #e4e4e4;
    }

    .comparetable tbody tr:nth-child(even) {
        background: #fafafa;
    }


table {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #e4e4e5;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    margin-bottom: 22px;
}

    table thead tr {
        background: #ebebeb;
    }

        table th, table thead tr td {
            font-family: 'South Regular', sans-serif;
            height: 76px;
            text-align: center;
            font-weight: normal;
            font-size: 18px;
            line-height: 22px;
            padding: 5px;
            border-bottom: 1px solid #e4e4e4;
        }

    table td + td {
        border-right: 1px solid #e4e4e4;
    }

    table td {
        height: 78px;
        width: 1%;
        padding: 5px;
    }

    table tr + tr {
        border-top: 1px solid #e4e4e4;
    }

    table tbody tr:nth-child(even) {
        background: #fafafa;
    }

.info-area {
    border-bottom: inherit;
}

.press-room p {
    margin: 0 0 10px;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    .check.type2 {
        width: 26px;
        height: 24px;
    }

    .popup .list label {
        font: 18px/24px 'South UltraLight', Helvetica, sans-serif;
    }
}

.parallax-el iframe {
    display: block;
    margin: 0 auto;
}

.order-form .sel {
    max-width: 190px;
}
/*@media screen and (max-width: 1440px) and (min-width: 1024px) {
    .podcast-list figure {
        height: 319px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .podcast-list figure {
        height: 267px;
    }
}*/
@media screen and (min-width: 1350px) {
    `.container-hotfix {
        width: 1220px;
    }
}

.order-block .total-price span {
    font-size: 24px;
    font-family: 'South Regular', Helvetica, sans-serif;
}

.visual.type4 .logo:hover {
    opacity: .8;
}

.visual.type4 .logo {
    font-size: 0;
    line-height: 0;
    display: block;
    background: url(/images/logo01.png) no-repeat 50% 50%;
    width: 190px;
    height: 60px;
    margin: 0 auto;
}

.podcast-list li {
    padding: 0 10px 87px;
}

@media screen and (min-width: 1441px) {
    .podcast-list figure {
        height: 440px;
    }
}

@media screen and (max-width: 1440px) {
    .podcast-list figure {
        height: 370px;
    }
}

@media screen and (max-width: 1024px) {
    .podcast-list figure {
        height: 300px;
    }
}

@media screen and (max-width: 991px) {
    .podcast-list figure {
        height: 580px;
    }
}

@media screen and (max-width: 768px) {
    .podcast-list figure {
        height: 510px;
    }

    .news-item .offset-top {
        padding-top: inherit;
    }
}

@media screen and (max-width: 425px) {
    .podcast-list figure {
        height: 540px;
    }
}

@media screen and (max-width: 375px) {
    .podcast-list figure {
        height: 480px;
    }
}

@media screen and (max-width: 320px) {
    .podcast-list figure {
        height: 440px;
    }
}



.podcast-list figure.bg-img {
    border: none;
}

.podcast-list li .btn {
    margin-bottom: 50px;
}

.podcast-list figure h2 {
    text-shadow: black 1px 1px;
}


/********************************************************************************************* 

Comments

*********************************************************************************************/
/*** Tabs ***/
ul.tabs-menu {
    background: url(images/comments_tab_bg.png) no-repeat;
    width: 618px;
    height: 57px;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 30px 0;
}

.tabs-menu li {
    float: left;
    margin: 15px 0 0 15px;
}

ul.tabs-menu li a {
    text-decoration: none;
    color: #4C4C4C;
}

ul.tabs-menu li.active a {
    color: #fff;
}

.tabs-menu span {
    background: url(images/rss_comm.png) no-repeat;
    width: 24px;
    height: 24px;
    float: right;
    margin: 17px 33px 0 0;
}


.comments-wrapper {
    width: 89%;
    margin: 0 4.5% 30px 5.5%;
    padding: 0 0 10px 0;
}

.comments-title {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    border-bottom: 3px solid #5BC4BE;
    padding-bottom: 12px;
    color: #5BC4BE;
}

    .comments-title a {
        text-decoration: none;
        color: #5BC4BE;
    }

#comments {
}

    #comments .children {
        margin-top: 10px;
    }

.nocomments {
    font-size: 25px;
    text-align: center;
    padding: 20px 0 0 0;
}

.comment-author {
    margin: 50px 0 50px 0;
    position: relative;
    clear: both;
    overflow: hidden;
}

    .comment-author .vote {
        float: right;
    }

    .comment-author .rating {
        font-size: 30px !important;
        font-family: 'Varela Round', sans-serif;
        color: #B4B4B4;
        padding-left: 20px;
    }

        .comment-author .rating.positive {
            color: #3e783a;
        }

        .comment-author .rating.negative {
            color: #E2435A;
        }


    .comment-author .rate {
        color: #B4B4B4;
        padding: 5px;
        position: relative;
        top: -5px;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
    }

        .comment-author .rate.like:hover {
            color: #3e783a;
        }

        .comment-author .rate.unlike:hover {
            color: #E2435A;
        }




.data-container h5 {
    color: black;
    font-size: 24px;
    margin: 0 0 0 105px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1px;
    text-transform: capitalize;
    position: relative;
    top: 5px;
    font-weight: 600;
    margin-bottom: 30px;
}

.thumblock {
    display: none;
}

.data-container h5 span {
    float: right;
}

    .data-container h5 span a {
        color: #B4B4B4;
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        letter-spacing: 0px;
    }

.data-container h5 a {
    text-decoration: none;
    color: #4c4c4c;
}

    .data-container h5 a:hover {
        color: #446DB2;
    }

.data-container h6 {
    margin: 0 0 10px 105px;
    font-size: 10px;
    font-weight: normal;
}

    .data-container h6 a {
        text-decoration: none;
        color: #888;
    }

        .data-container h6 a:hover {
            color: #446DB2;
        }

.data-container p {
    padding: 0 0 5px 0;
    margin: 0 0 10px 105px;
    line-height: 25px;
}

    .data-container p a {
        text-decoration: none;
        color: #888;
    }

        .data-container p a:hover {
            text-decoration: underline;
        }

.reply {
    margin: 20px 0 5px 105px;
}

    .reply a {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        color: #446DB2;
        text-decoration: none;
    }

        .reply a:hover {
            color: #446DB2;
        }

.commentlist .children li {
    border: none !important;
    margin: 0 0 0 5.5% !important;
}


/*** edit comment ***/
.edit-comment-admin-links {
    margin-left: 105px !important;
    width: 350px !important;
    float: left !important;
}

    .edit-comment-admin-links a {
        text-transform: uppercase !important;
        color: #333333 !important;
        font-size: 10px !important;
        padding-top: 3px !important;
    }

        .edit-comment-admin-links a:hover {
            color: #446DB2 !important;
        }

.ajax-edit-time-left {
    width: 161px !important;
    font-size: 10px !important;
    color: #333 !important;
    text-transform: uppercase !important;
    padding-top: 3px !important;
}


/*** level 6-10 ***/


.commentlist .children li.depth-7 {
    margin-left: 0px !important;
}

.commentlist .children li.depth-8 {
    margin-left: 0px !important;
}

.commentlist .children li.depth-9 {
    margin-left: 0px !important;
}

.commentlist .children li.depth-10 {
    margin-left: 0px !important;
}
/*** end level 6-10 ***/

.commentlist li.comment {
    border-bottom: 1px dotted #CCC;
    line-height: 20px;
    margin: 0 0 33px 0;
    position: relative;
}

    .commentlist li.comment:last-of-type {
        border-bottom: none !important;
    }

h3#reply-title {
    margin-bottom: 30px;
    font-size: 22px !important;
    font-weight: normal;
    line-height: 32px;
    border-bottom: 3px solid #5BC4BE;
    padding-bottom: 12px;
    color: #5BC4BE !important;
    width: 98%;
}


#respond {
    margin: 24px 0;
    overflow: hidden;
    position: relative;
}

    #respond em {
        font-style: normal !important;
        float: right;
        font-size: 12px;
        margin-right: 2%;
    }

#cancel-comment-reply-link {
    border-left: 1px dotted #CCCCCC;
    color: #4C4C4C;
    font-size: 23px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    text-decoration: none;
    text-transform: capitalize;
}

    #cancel-comment-reply-link:hover {
        color: #446DB2;
    }

.logged {
    margin: 0 0 7px 0;
}

    .logged a {
        text-decoration: none;
        color: #446DB2;
    }

        .logged a:hover {
            color: #4c4c4c;
        }

#respond textarea {
    width: 97%;
    max-width: 97%;
    font-family: tahoma, arial;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 6px;
}

    #respond textarea:focus {
        outline: none;
        background: #fff;
    }

#respond input {
    width: 97.3%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


    #respond input.txt {
        background-color: #f8f8f8;
        height: 35px !important;
        border: 1px solid #dadada !important;
        padding: 0 0 0 1%;
        color: #586470;
        font-size: 14px !important;
        width: 97%;
        display: block;
        margin-top: 6px;
    }

        #respond input.txt:focus {
            outline: none;
            background: #fff;
        }

.comment-form-author {
    padding-bottom: 20px;
}

#respond label {
    font-weight: bold;
}

.comment-form-email {
    padding-bottom: 20px;
}

.comment-form-url {
    width: 48%;
    float: right;
}


.second-border2 {
    margin: 10px 0 15px 0;
    padding: 10px 0 10px 0;
}

.comm-txt {
    border: none !important;
    background-color: #f8f8f8;
    border: 1px solid #dadada !important;
    padding: 10px 0 10px 1% !important;
    color: #586470;
    font-size: 14px !important;
}


#respond .form-submit input {
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding: 9px 12px;
    border-radius: 5px;
    background: #5BC4BE;
    border: 1px solid #5BC4BE;
    width: auto;
    margin: 20px 0 0;
}

    #respond .form-submit input:hover {
        color: #ffffff;
        border: 1px solid #446DB2;
        background: #446DB2;
    }



#commentform input.error {
    padding: 0 3px 0 9px !important;
}

.num-list li {
    word-wrap: break-word;
}

#header .drop {
    left: 10px;
    right: 10px;
}

.tooltip-inner {
    max-width: 100%;
}

.tag-list span {
    display: block;
    background: #2377bc;
    color: #fff;
    /* cursor: pointer; */
    padding: 5px 9px 3px;
    letter-spacing: 1px;
}

.article-head .author {
    display: inherit;
    margin: 0px
}

.picCarousel .text {
    color: white;
}

@media screen and (min-width: 1599px) {
    .table-block .info {
        top: 6px;
        left: 2px;
    }

    .news-item .video {
        height: 377px;
    }
}

@media screen and (max-width: 991px) {
    .thumbnailSection .textContainer {
        display: none;
    }

    .bigPicModal .modal-dialog .closeBtn {
        top: 110px;
    }
}

@media screen and (min-width: 991px) {
    .picCarousel .textContainer {
        bottom: 100px;
        position: relative;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {

    .news-item .video {
        height: 205px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {

    .news-item .video {
        height: 270px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

    .news-item .video {
        height: 317px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1365px) {

    .news-item .video {
        height: 270px;
    }
}

.parliament-page .visual .text {
    max-width: 500px;
}

@media screen and (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait) {
    .parliament-page .books-form .wrap .btn-primary:before {
        display: none;
    }
}

@media screen and (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait) {
    .blog .books-form .wrap .btn-primary {
        padding-left: initial;
        position: initial;
    }

    .parliament-page .visual .text {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 1024px), screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (orientation: portrait) {
    .cse .gsc-resultsHeader, .gsc-resultsHeader {
        visibility: hidden !important;
        display: none !important;
    }

    .gs-webResult div.gs-visibleUrl-long, .gs-promotion div.gs-visibleUrl-long {
        font-size: 20px !important;
    }

    .gs-web-image-box-landscape img.gs-image {
        max-width: 200px !important;
        max-height: 150px !important;
    }

    .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
        width: 200px !important;
    }

    .gs-result .gs-title, .gs-result .gs-title * {
        color: #404040 !important;
    }

    .gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
        color: #2077bc !important;
    }

    .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
        width: 85px !important;
        height: 110px !important;
    }

    .gs-web-image-box-portrait img.gs-image {
        Max-width: 70PX !important;
        max-height: 90PX !important
    }
}

@media (min-width: 768px) {
    #main.shopping-cart {
        min-height: 590px;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    #main.shopping-cart {
        min-height: 490px;
    }
}

@media (max-width: 425px) {
    #main.shopping-cart {
        min-height: 70px;
    }
}

.press-area {
    border-bottom: none;
}

.text-info .footnotes {
    font-size: 16px;
    /* line-height: 16px; */
    font-family: 'South Regular', sans-serif;
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
}

/*.btn-more-1:before,*/ .btn-more-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #2077bc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* color: #2077bc; */
}

.btn-more {
    font-family: 'regular', sans-serif;
}

.btn-more-1 {
    display: block;
    position: relative;
    width: 22px;
    height: 42px;
    /* border-radius: 50%; */
    cursor: pointer;
    background: #fff;
    margin-bottom: 0px;
    color: #2077bc;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

    .btn-more-1:before /*, .btn-more-1:after*/ {
        background: #2077bc;
    }

    .btn-more-1 span {
        margin: 0px 25px;
        position: relative;
        top: 7px;
        font-weight: normal;
    }

.btn-more-2 {
    width: 200px;
    top: 8px !important;
}

.article-part {
    padding-bottom: 0px;
}

@media (min-width: 320px) {
    .parallax-el iframe {
        height: 128px;
    }
}

@media (min-width: 375px) {
    .parallax-el iframe {
        height: 128px;
    }
}

@media (min-width: 425px) {
    .parallax-el iframe {
        height: 145px;
    }
}



@media (min-width: 768px) {
    .parallax-el iframe {
        height: 268px;
    }
}

@media (min-width: 1024px) {
    .parallax-el iframe {
        height: 350px;
    }
}

@media (min-width: 1366px) {
    .parallax-el iframe {
        height: 409px;
    }
}


@media (min-width: 1440px) {
    .parallax-el iframe {
        height: 409px;
    }
}


@media (min-width: 1920px) {
    .parallax-el iframe {
        height: 480px;
    }
}

mark, .mark {
    /*display: initial*/
}

.nav-tabs > li > a {
    padding: 0 20px;
}

/*@media screen and (min-width: 768px) and (max-width: 1024px) {
    #main {
        min-height: 580px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    #main {
        height: 540px;
    }
}
@media screen and (min-width: 1441px) {
    #main {
        height: 700px;
    }
}*/
/*recaptcha*/
#rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}



table.responsive-state {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

    table.responsive-state tr:nth-of-type(odd) {
        border: 0;
    }

    table.responsive-state tbody tr:nth-child(even) {
        border: 0;
        background: #fff;
    }

    table.responsive-state td {
        height: inherit;
        width: inherit;
        border: 0;
        background: #fff;
        padding: 8px;
    }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {


    table .responsive-state td {
        border: none;
        position: relative;
    }

        table.responsive-state td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    table.responsive-state tr > td {
        width: 160px;
    }
}

.general-data .text > .row > div {
    padding: 0px 16px;
}

.general-data table.responsive-state .title {
    font-family: 'South Regular', sans-serif;
}


.building {
    background: no-repeat;
}




@media print {
    #set-printable table td,
    #set-printable table th {
        width: inherit;
        padding: 0;
        margin: 0;
        height: inherit;
    }
    .main-area{
        padding:0;
    }
}


.form-control.quick-retrieval-input {
    background: #ebebeb;
}

button.add-to-basket {
    background: none;
}

.table-block table th figure .img {
    position: relative;
    top: 50%;
    float: right;
    display: table-cell;
    vertical-align: top;
    width: 40px;
}

.table-block table td figure.header-image .img {
    display: inherit;
}

.table-block table td figure.header-image {
    padding: 5px;
    display: inline-block;
}

@media screen and (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait) {
    .table-block .scroll-table td:first-child .header-table {
        text-align: center;
    }
}

@media screen and (max-width: 1349px) {
    .nav-tabs > li > a .cell {
        max-width: 280px;
    }
}

@media screen and (min-width: 1600px) {
    .article-head a.mark {
        font-size: 15px;
    }
}

/*accessibility override*/
body.accessible #header .navbar-form .form-control::-webkit-input-placeholder {
    color: black;
}

body.accessible #header .navbar-form .form-control::-moz-placeholder {
    color: black;
}

body.accessible #header .navbar-form .form-control:-ms-input-placeholder {
    color: black;
}

body.accessible #header .navbar-nav > li > a.hover:not(.open), body.accessible #header .navbar-nav > li > a.focus:not(.open) {
    color: white !important;
    background-color: #2077bc;
}

body.accessible .popup-custom .fancybox-skin {
    background-color: black !important;
}

body.accessible .bootstrap-select.btn-group .dropdown-menu li a:hover,
body.accessible .toolbox a:hover,
body.accessible .podcast-list figure h2,
body.accessible .tab-content p span,
body.accessible .tab-content p a.mark,
body.accessible .tab-content p strong,
body.accessible .table-party table td,
body.accessible .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered,
body.accessible .visual-party h1,
body.accessible .visual-party h4,
body.accessible .visual-party .ultra-light,
body.accessible .select2-results__option,
body.accessible .info-area figcaption h1,
body.accessible .info-area figcaption h2,
body.accessible .info-area figcaption p,
body.accessible .info-area figcaption .btn-white,
body.accessible .banner figcaption,
body.accessible .banner figcaption strong,
body.accessible .banner figcaption p,
body.accessible #header .drop li a:hover, #header .drop li a.focus, #header .drop .active > a,
body.accessible .btn-more:before, body.accessible .btn-more:after,
body.accessible .btn-more:before, body.accessible .btn-more:after,
body.accessible .nav-tabs > li > a .cell:hover,
body.accessible .visual.style-02 h1,
body.accessible .visual.style-02 .holder .btn-white:not(:hover),
body.accessible .popup .list label,
body.accessible .popup .header-popup p,
body.accessible .popup .header-popup h3,
body.accessible .tooltip-inner p,
body.accessible .thumbnailSection .list .title,
body.accessible .nav-tabs > li > a .cell,
body.accessible .dropdown-menu > li > a .cell {
    color: white !important;
}

body.accessible .tooltip-inner {
    background-color: black !important;
}

body.accessible .btn-more:after,
body.accessible .btn-more:before {
    background: white !important;
}

body.accessible .select2-container--bootstrap .select2-results__option[aria-selected=true],
body.accessible .popup-custom .fancybox-close {
    background-color: #df8843 !important;
}

body.accessible .popup .header-popup .btn {
    background-color: #df8843 !important;
    color: black !important;
}

body.accessible .info-area {
    background-image: inherit !important;
}

body.accessible .table-block table th .label-1,
body.accessible .table-block table th .label-2 {
    color: black !important;
}

body.accessible .table-party table td:first-child {
    background: inherit;
}

body.accessible #footer .img-logo img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/images/img-logo-001_w.png) no-repeat;
    width: 45px; /* Width of new image */
    height: 45px; /* Height of new image */
    padding-left: 45px; /* Equal to width of new image */
}

body.accessible #footer .footer-bottom .img img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/images/img-logo-002_w.png) no-repeat;
    width: 71px; /* Width of new image */
    height: 41px; /* Height of new image */
    padding-right: 71px; /* Equal to width of new image */
}

body.accessible #header .navbar-brand:before {
    background: url(/images/logo_b.png) no-repeat;
}

body.accessible .nav-tabs > li > a:hover,
body.accessible .nav-tabs > li.active > a,
body.accessible .nav-tabs > li.active > a:hover,
body.accessible .nav-tabs > li.active > a:focus,
body.accessible .nav-tabs .dropdown-menu > li > a:hover,
body.accessible .nav-tabs .dropdown-menu > li > a:focus,
body.accessible .nav-tabs .dropdown-menu > li.active > a:hover {
    background: #2077bc !important;
    color: white !important;
}

body.accessible .nav-tabs > li:not(.active) > a {
    background: inherit !important;
}

body.accessible .table-block .info > a:after,
body.accessible .table-block .info > a:before {
    background: url(/images/ico-05.svg) no-repeat 50% 50% !important;
}
/*end accessibility override*/
.btn-more-1:after {
    left: inherit;
}

.btn-more-1:before {
    left: inherit;
    right: 5px;
}

.btn-more-1 {
    width: 100%
}

.outline-selected {
    outline-style: auto;
    outline-color: blue;
}

.nav-tabs-mobile .droptabs {
    padding: 0 25px;
}

/*.info-post a {
    color: #2077bc;
}*/

.flash_heading {
    text-align: center;
    margin: inherit;
    max-width: 700px
}

    .flash_heading h2 {
        font-size: 35px;
        margin-top: 30px
    }

.press-area-flash h1, .press-area-flash h3 {
    margin-bottom: 30px;
}

.flash-btn-holder {
    text-align: center;
    margin-top: 50px
}

.press-area-flash {
    background-color: #f4f4f4
}

    .press-area-flash .press-room {
        background-color: white;
    }

@media screen and (min-width: 767px), screen and (min-width: 767px) and (orientation: landscape), screen and (min-width: 767px) and (orientation: portrait) {
    .flash_heading h2 {
        font-size: 50px;
        margin-top: 30px
    }
}
/*@media screen and (max-width: 1024px) {
    .wrapper {
        padding-top: 87px;
    }
}*/

.people-heading h3, .people-heading h4 {
    max-width: 55%;
}
.people-heading .files-list {
    max-width: 45%;
}
.file-item {
    padding-bottom: 20px;
}

.article-part table th, table thead tr td {
    height: auto;
    min-height: 40px;
    border: 1px solid #e4e4e4
}

.article-part table, table tbody {
    font-family: "South UltraLight"
}

    .article-part table td {
        height: 40px;
    }

.highlight {
    background-color: rgba(32, 119, 188, 0.5)
}

mark, .mark {
    text-decoration: underline;
 text-decoration-color: rgba(32, 119, 188, 0.2)
}

    mark:before, .mark:before {
        content: none
    }

.visual .text {
    max-width: 500px;
    padding: 27px 24px 27px 10px
}
/* ltr-version */
.ltr-version {
	font-family: 'Droid Serif', serif;
}
.info-area figcaption
{
    font-family: 'Droid Serif', serif;
}
.info-area .info-world > li
{
    font-family: 'Droid Serif', serif;
}
.elections .text
{
    font-family: 'Droid Serif', serif;
}
.table-party table th
{
    font-family: 'Droid Serif', serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Droid Serif', serif;
}
.for-inline > [class*="col-"],
.row.for-inline > [class*="col-"] {
	font-family: 'Droid Serif', serif;
}
/* header */
#header .navbar-brand {
	margin-left: 0;
	margin-right: 10px;
	width: 188px;
}
#header .navbar-brand:before {
	background-image: url(../images/logo-en.png);
}
#header .navbar-brand:after {
	background-image: url(../images/logo2-en.png);
}
#header .navbar-form .form-control {
	font-family: inherit;
}
#header .btn-cart {
	float: right;
	margin-left: 18px;
	margin-right: -15px;
}
#header .navbar-nav {
	font-family: inherit;
}
#header .drop > .container > .row > [class^="col-"] + [class^="col-"]:before {
	right: auto;
	left: 0;
}
#header .accessibility-drop a,
#header .accessibility-drop strong {
	padding-right: 10px;
	padding-left: 41px;
}
#header .accessibility-drop .fa {
	right: auto;
	left: 16px;
}
/* article-head */
.article-head {
	font-family: inherit;
    line-height:25px;
}
.article-head h1 {
	font-family: inherit;
	font-weight: bold;
	line-height: 1em;
}
.article-head h2 {
	font-family: inherit;
    margin-bottom:5px;
}
.article-head .author {
	margin-top: 8px;
}
.article-head .subtitle {
	font-family: inherit;
}
/* fancy */
.fancybox-custom .fancybox-close {
	left: auto;
	right: -3px;
}
.fancybox-tmp {
	left: -99999px;
	right: auto;
}
/* opinions */
.opinions .opinion-item {
	font-family: inherit;
}
.opinions .opinion-head h2 {
	font-weight: bold;
}
.opinions .opinion-head h3 {
	font-family: inherit;
}
.opinion-item {
	padding-right: 0;
	padding-left: 36.17%;
}
.opinion-item .img {
	left: 0;
	right: 63.83%;
}
.opinion-item h4 {
	font-family: inherit;
	font-weight: bold;
	font-size: 27px;
	line-height: 29px;
	margin-bottom: 8px;
}
.opinion-item .img figcaption {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.opinion-item .img cite {
	letter-spacing: 0;
}
.event-item .date {
	font-family: inherit;
}
.event-item .date .day.size2 {
	font-size: 34px;
	line-height: 52px;
}
.btn {
	font-family: inherit;
}
/* tag-list */
.tag-list > li {
	font-family: inherit;
}
.tag-list a {
	padding-top: 4px;
	padding-bottom: 4px;
}
.tag-list .icon {
	margin-left: -4px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
/* banner-block */
.banner-block {
	font-family: inherit;
}
.banner-block .cell {
	left: auto;
	right: 26px;
}
.banner-block h2 .fill-str {
	right: auto;
	left: 5px;
}
/* press-room */
.press-room .list {
	font-size: 13px;
	line-height: 26px;
}
.press-room .list li a {
	padding-left: 5px;
	padding-right: 46px;
}
.press-room .list li .fa {
	left: auto;
	right: 10px;
	margin-top: 3px;
}
/* books-slider */
.books-slider header {
	font-family: inherit;
}
.books-slider .holder {
	float: left;
	padding-right: 20px;
	padding-left: 0;
}
.books-slider .btn-list {
	left: auto;
	right: 73px;
}
.books-slider .btn-list li {
	float: left;
}
.books-slider .btn-list li + li {
	margin-left: 30px;
	margin-right: 0;
}
.books-slider .label {
	font-size: 14px;
	font-family: inherit;
}
.books-slider .slick-arrow {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.books-slider .slick-next {
	left: auto;
	right: 0;
}
.books-slider .slick-prev {
	right: auto;
	left: 0;
}
.books-slider .img {
	float: left;
	margin-left: 0;
	margin-right: 44px;
}
.books-slider h3 {
	font-weight: bold;
}
.books-slider dl dt {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	font-weight: bold;
}
/* banner */
.banner {
	font-family: inherit;
}
.banner .title {
	font-size: 34px;
	font-family: inherit;
	font-weight: bold;
}
.breadcrumb {
	font-family: inherit;
}
.breadcrumb > li + li:before {
	content: '\f105';
	top: 0;
}
/* about */
.about h2 {
	font-weight: bold;
	font-family: inherit;
}
.about .contact-block h2,
.about .contact-block h3 {
	font-family: inherit;
}
.about ul li {
	padding-right: 0;
	padding-left: 36px;
}
.about ul li:before {
	right: auto;
	left: 23px;
	margin-top: -2px;
}
.about .list li {
	padding-right: 0;
	padding-left: 21px;
}
.about .list li:before {
	right: auto;
	left: 2px;
}
.about ol li {
	padding-right: 0;
	padding-left: 21px;
}
.about ol li:before {
	float: left;
	margin-right: 0;
	margin-left: -21px;
}
.about .contact-block {
	margin-left: 11px;
	margin-right: 6px;
}
.about .contact-block:before {
	right: auto;
	left: -37px;
}
/* footer */
#footer {
	text-align: left;
}
#footer h4 {
	font-weight: bold;
}
#footer h5 {
	font-family: inherit;
}
#footer .footer-top [class^="col-"] {
	border-left: 0;
	border-right: 1px solid #d9d9d9;
}
#footer .footer-top [class^="col-"]:last-child {
	border-right: 0;
}
#footer .footer-bottom .img {
	float: right;
	margin-right: 10px;
	margin-left: 0;
}
#footer .img-logo {
	float: left;
	margin-right: 42px;
	margin-left: 0;
}
#footer .copy {
	float: left;
	padding-right: 58px;
	padding-left: 0;
}
#footer .footer-nav {
	float: left;
}
#footer .footer-nav li {
	float: left;
}
/* view-block */
.view-block a {
	padding-left: 29px;
	padding-right: 0;
	font-family: inherit;
}
.view-block a:before,
.view-block a:after {
	right: auto;
	left: 0;
}
.view-block a:after {
	margin-right: auto;
	margin-left: 8px;
}
/* books-form */
.books-form {
	font-family: inherit;
}
.books-form .bottom h3 {
	font-family: inherit;
	padding-top: 1px;
	padding-bottom: 1px;
}
.books-form .wrap .form-group {
	padding-left: 0;
	padding-right: 143px;
}
.books-form .wrap .btn-primary {
	left: auto;
	right: 0;
}
.books-form .sub-txt {
	font-family: inherit;
}
.checkbox [type="checkbox"]:not(:checked), .checkbox [type="checkbox"]:checked {
	right: auto;
	left: -9999px;
}
.books-form .checkbox [type="checkbox"]:not(:checked) + label,
.books-form .checkbox [type="checkbox"]:checked + label {
	padding-left: 60px;
	padding-right: 0;
}
.books-form .checkbox [type="checkbox"]:not(:checked) + label:before,
.books-form .checkbox [type="checkbox"]:checked + label:before {
	right: auto;
	left: -1px;
}
.books-form .checkbox [type="checkbox"]:not(:checked) + label:after,
.books-form .checkbox [type="checkbox"]:checked + label:after {
	right: auto;
	left: -1px;
}
.books-form .checkbox label {font-size: 16px;}
/* bootstrap-select */
.bootstrap-select .btn {
	padding-left: 15px;
	padding-right: 43px;
	font-family: 'Droid Serif', serif;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	left: auto;
	right: 20px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: left;
}
.input-group.type2 .form-control {
	padding-left: 12px;
	padding-right: 45px;
}
.input-group.type2 .input-group-addon {
	left: auto;
	right: 0;
	text-align: left;
	padding-right: 5px;
	padding-left: 0;
}
.daterangepicker .input-mini {
	padding-left: 6px;
	padding-right: 28px;
}
.daterangepicker .daterangepicker_input i {
	left: auto;
	right: 8px;
}
.daterangepicker .prev .fa,
.daterangepicker .next .fa {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
}
/* info-post */
.info-post header {
	font-family: inherit;
}
.info-post header h2 {
	margin-bottom: 0;
}
/* main-area */
.main-area {
	padding-left: 190px;
	padding-right: 321px;
}
.main-area:before {
	left: auto;
	right: 246px;
}
.main-column {
	float: left;
}
.photo-block figcaption {
	font-family: inherit;
}
/* content-menu */
.content-menu .btn-open {
	padding-left: 15px;
	padding-right: 50px;
}
.content-menu .btn-open .caret {
	left: auto;
	right: 24px;
}
.content-menu .dropdown-menu {
	font-family: inherit;
}
.article-part h2 {
	font-family: inherit;
}
.article-part h3 {
	font-family: inherit;
}
.panel-item h3 {
	font-family: inherit;
}
.panel-item .panel-footer {
	font-family: inherit;
}
.testimonial {
	font-family: inherit;
}
.testimonial:before {
	right: auto;
	left: 28px;
}
.testimonial:after {
	left: auto;
	right: 26px;
}
.testimonial cite:before {
	margin-left: 0;
	margin-right: 7px;
}
.data-list {
	font-family: inherit;
}
.toolbox {
	font-family: inherit;
}
.toolbox a {
	padding-left: 14px;
	padding-right: 40px;
}
.toolbox .hold {
	left: auto;
	right: 15px;
}
.dlist {
	font-family: inherit;
}
.share-list {
	font-family: inherit;
}
.share-block h3 {
	font-family: inherit;
}
.related-box h3 {
	font-family: inherit;
}
.data-list .data-name,
.data-list .data-value {
	padding-right: 10px;
	padding-left: 0;
}
.num-list {
	padding-right: 0;
	padding-left: 40px;
}
.num-list li:before {
	font-family: inherit;
	margin-right: 4px;
	margin-left: -40px;
}
/* book-block */
.book-block .label {
	font-family: inherit;
	font-size: 18px;
}
.book-block dl dt {
	float: left;
	margin-left: 0;
	margin-right: 5px;
}
.visual .text {
	font-family: inherit;
}
.event-item .date {
	font-family: inherit;
}
.event-item .media-body {
	padding-left: 0;
	padding-right: 15px;
}
.books-area .event-item .media-heading {
	text-align: left;
}
/* info-block */
.info-block .list li + li:before {
	margin-left: 16px;
	margin-right: 20px;
}
.info-block .video-block {
	margin-left: 56px;
	margin-right: 0;
}
.info-post .text {
	padding-left: 0;
	padding-right: 7px;
}
.info-post .text .btn-plus {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.nav-tabs > li > a {font-family: inherit;}
.nav-tabs > .more-drop {
	float: right;
}
/* post-item */
.post-item .article-head h1 {
	line-height: 1.13em;
}
.post-item h2 {
	line-height: 1.13em;
}
/* post-block */
.post-block {
	font-family: inherit;
}
.post-block .list-links li a {
	padding-left: 0;
	padding-right: 25px;
}
.post-block .list-links li a:before {
	left: auto;
	right: 3px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.meta .date {
	font-family: inheerit;
}
.meta .date .cell {
	padding-left: 0;
	padding-right: 10px;
}
.meta .date .day {
	padding-left: 13px;
}
.meta .date .cell.sep {
	border-right: 0;
	border-left: 1px solid #2476bf;
	padding-right: 0;
	padding-left: 29px;
}
/* gallery */
.gallery figcaption {
	font-family: inherit;
}
.gallery .slick-next,
.gallery-pager .slick-next {
	left: auto;
	right: 12px;
	border-radius: 26px 0 0 26px;
}
.gallery-pager .slick-next {right: 0;}
.gallery .slick-prev,
.gallery-pager .slick-prev {
	right: auto;
	left: 12px;
	border-radius: 0 26px 26px 0;
}
.gallery-pager .slick-prev {left: 0;}
.gallery .slick-prev:before,
.gallery-pager .slick-prev:before {
	content: '\f104';
}
.gallery .slick-next:before,
.gallery-pager .slick-next:before {
	content: '\f105';
}
.gallery .slick-prev:before,
.gallery-pager .slick-prev:before {
	left: 0;
	right: 7px;
}
.gallery .slick-next:before,
.gallery-pager .slick-next:before {
	right: 0;
	left: 7px;
}
.newsletter .newsletter-block figcaption {font-family: inherit;}
.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
	padding-right: 0;
	padding-left: 49px;
}
.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
	right: auto;
	left: 5px;
}
.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
	right: auto;
	left: 7px;
}
.newsletter-form .btn-primary {font-family: inherit;}
.newsletter .newsletter-block:before {
	right: auto;
	left: -36px;
}
.newsletter-form {
	font-family: 'Droid Serif', serif;
}
/* team-list */
.team-list > li {
	text-align: left;
}
.team-list .caption {
	font-family: 'Droid Serif', serif;
	padding-left: 0;
	padding-right: 35px;
}
.team-list .caption .btn-more {
	left: auto;
	right: 13px;
}
.team-list h3 {margin-bottom: 5px;}
/* book-details */
.book-details h1 {
	font-family: inherit;
}
.book-details h2 {
	font-family: inherit;
}
.book-details .img .label {
	font-family: inherit;
	font-size: 24px;
}
/* summary-block */
.summary-block h3 {
	font-family: inherit;
}
.summary-block .single-str {
	font-family: inherit;
}
.summary-block h4 {
	font-family: inherit;
}
.num-list2 {
	font-family: inherit;
}
.action-list {
	font-family: inherit;
}
.action-list a {
	padding-left: 0;
	padding-right: 22px;
}
.action-list a .fa {
	left: auto;
	right: 4px;
}
/* contact-details */
.contact-details:before {
	right: auto;
	left: -36px;
}
.contact-details h2 {
	font-family: inherit;
	font-size: 22px;
	line-height: 1.2em;
}
.contact-details .str {
	font-size: 22px;
	line-height: 1.13em;
	font-family: inherit;
	letter-spacing: 0;
}
.contact-details .socials {
	margin-left: 0;
	margin-right: -20px;
}
.bootstrap-select.cs2 .dropdown-menu a {
	padding-right: 28px;
	padding-left: 20px;
}
.bootstrap-select.cs2 .dropdown-menu a:before {
	content: '\f105';
	left: auto;
	right: 17px;
}
.banner.type2 {
	text-align: left;
}
.banner.type2 .ttl:after {
	content: '\f105';
	margin-right: 0;
	margin-left: 10px;
}
.thx-box,
.thx-box h2 {
	font-family: inherit;
}
/* fancy */
.fancybox-custom .fancy-num {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.fancybox-custom .fancy-ttl {
	font-family: inherit;
	font-weight: bold;
}
.fancybox-custom .fancybox-prev {
	left: 0;
	right: auto;
}
.fancybox-custom .fancybox-next {
	right: 0;
	left: auto;
}
.fancybox-custom .fancybox-prev span {
	left: -48px;
	right: auto;
}
.fancybox-custom .fancybox-next span {
	left: auto;
	right: -48px;
}
.fancybox-custom .fancybox-prev span:before {
	content: '\f104';
}
.fancybox-custom .fancybox-next span:before {
	content: '\f105';
}
.item-list {
	font-family: inherit;
}
.releases-info .contact-block h2 {
	font-family: inherit;
}
.releases-info .contact-block {
	margin-right: 0;
	margin-left: auto;
}
.releases-info .contact-block .txt {
	padding-left: 40px;
	padding-right: 20px;
}
.research-info .list-unstyled li {
	padding-left: 0;
}
.topic-list > li {
	font-family: 'Droid Serif', serif;
}
.search-result .heading.type2 {
	font-family: inherit;
}
/* book-item */
.book-item .img .label {
	font-family: inherit;
	font-size: 13px;
}
.simple-list li {
	padding-right: 0;
	padding-left: 19px;
}
.simple-list li:before {
	right: auto;
	left: 0;
}
/* books-cart */
.order-block .headline h1 {
	float:left;
	margin: 0 66px 0 0;
}
.order-block .headline h1 i {
	margin: 1px 10px 0 -2px;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.order-form .tbl-row .cell {padding:0 30px 0 0;}
.order-form .tbl-row .cell:last-child {padding-right:0;}
.order-form .price-switch {margin:0 18px 0 0;}
.price-switch.with-cf-chk .switch:not(.off) li:nth-child(2),
.price-switch.with-cf-chk .switch.off li:first-child,
.price-switch.with-cf-chk .switch:not(.off) li:nth-child(2) label,
.price-switch.with-cf-chk .switch.off li:first-child label {
	color: #404041;
}
.price-switch.with-cf-chk .switch.off li:nth-child(2),
.price-switch.with-cf-chk .switch:not(.off) li:first-child,
.price-switch.with-cf-chk .switch.off li:nth-child(2) label,
.price-switch.with-cf-chk .switch:not(.off) li:first-child label {
	color: #2077bc;
}
.order-form .lbl-price {margin: 5px 12px 0 0;}
.order-form .lbl {
	padding-left:0;
	padding-right:20px;
}
.bootstrap-select.cs3 .btn {
	padding-left:15px;
	padding-right:35px;
}
.bootstrap-select.cs3.btn-group .dropdown-toggle .caret {
	left:auto;
	right:10px;
}
.books-basket .row.books {margin: 0 -76px 0 0;}
.amount .button {
	left:auto;
	right:0;
	border-radius:0 3px 3px 0;
}
.amount .button i {
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.amount .dec {
	right:auto;
	left:0;
	border-radius:3px 0 0 3px;
}
.btn-remove i {
	margin-left:0;
	margin-right:5px;
}
.check {
	float:left;
	margin:3px 9px 0 0;
}
.checkout-form {
	padding-left:110px;
	padding-right:15px;
}
.checkout-form label {padding:0 15px 0 0;}
.checkout-form .check-list label {padding:0;}
.order-block .total-price strong {padding:0 3px 0 9px;}
.checkout2 {
	padding-right:126px;
	padding-left:90px;
}
.checkout-form .data-card {
	margin-right:-3px;
	margin-left:-41px;
}
.checkout-form .btn-area {
	text-align:right;
	padding:0 15px 0 0;
}
.checkout-form .btn-area .btn {
	float:right;
	margin:0 0 0 24px;
}
/* end books-cart */
/*block-party*/
.block-party .img{
	float: left;
	margin-left: 0;
	margin-right: 45px;
}
.cs4.bootstrap-select .btn{
	padding: 3px 35px 3px 14px;
}
.bootstrap-select.cs4 .dropdown-toggle .caret{
	right: 10px;
	margin-top: -4px;
}
/* world-01 */
.popup .header-popup .btn {
	float:right;
	margin-left:0;
	margin-right:12px;
}
.check.type2 {
	margin-left:0;
	margin-right:9px;
}
.popup .scroll-bar {
	padding-left:0;
	margin-left:0;
	margin-right:-22px;
}
.popup .list {
	margin-left:0;
	margin-right:-20px;
}
.popup-custom .fancybox-close {
	left:auto;
	right:-30px;
}
/* end world-01 */
/* comparison */
.tooltip {text-align: left;}
.table-block:before {
	right:-29px;
	left:auto;
	-webkit-box-shadow:-15px 0 15px rgba(0, 0, 0, 0.08);
	box-shadow:-15px 0 15px rgba(0, 0, 0, 0.08);
}
.table-block table th + th {
	border-left:1px solid #e4e4e5;
	border-right:0;
}
.table-block .info {
	right:10px;
	left:auto;
}
.table-block table th:last-child .tooltip {
	left:auto !important;
	right:-8px !important;
}
.table-block table th:last-child .tooltip.bottom .tooltip-arrow {
	right:10px !important;
	left:auto !important;
}
.table-block table th:first-child {
	text-align:left;
	background: #ebebeb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(to left bottom, #ebebeb 50%, #f4f4f4 50%);
	background: -webkit-linear-gradient(to left bottom, #ebebeb 50%, #f4f4f4 50%);
	background: linear-gradient(to left bottom, #ebebeb 50%, #f4f4f4 50%);
}
.table-block table th .label-1 {
	padding:0 25px 0 0;
	background:url(../images/arrow-04.svg) no-repeat 100% 50%;
	margin:-7px -4px 3px 0;
	text-align:right;
}
.table-block table th .label-2 {
	margin:0 0 -21px 16px;
}
.table-block table td + td {
	border-right:0;
	border-left:1px solid #e4e4e5;
}

.table-block table tr td:first-child {
	padding-right:0;
	text-align:left;
	padding-left:36px;
}
.table-block table tr:first-child td:first-child:before {
	right:0;
	left:auto;
	-webkit-box-shadow:15px 0 15px rgba(0, 0, 0, 0.08);
	box-shadow:15px 0 15px rgba(0, 0, 0, 0.08);
}
.table-block .scroll-body .scroll-bar {
	direction:rtl;
}
.table-block .scroll-body .scroll-bar * {direction:ltr !important;}
.table-block .scroll-body tr {direction:ltr;}
.table-block .scroll-body tr td {direction:ltr;}
.table-block .scroll-body .mCSB_scrollTools_vertical {
	right:auto;
	left:5px;
}
.table-block .mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	left:189px;
	right:1px;
}
/* end comparison */
.books-area.type3 .bootstrap-select .btn{padding: 10px 43px 9px 15px;}
.supporters-list li .cell{
	padding-right: 23px;
	padding-left: 42px;
	border-width: 18px 0 18px 1px;
	border-style: solid;
	border-color: transparent transparent transparent #eaeaea;
}
.heading .ico{
	margin-left: 22px;
	margin-right: 0;
}
/*btn-search*/
.books-form .btn-search{
	right: auto;
	left: 17px;
}
.books-area .heading{padding: 0 21px 0 58px;}
/*end btn-search*/
.visual.type4 .logo{
	right: 26px;
	left: auto;
}
.visual.type4 .select-holder{
	padding-right: 0;
	padding-left: 83px;
}
.visual.type4 .select-holder .txt{
	right: auto;
	left: 0;
}
.location-table td+td,
.location-table th+th{
	border-right:0;
	border-left:solid 1px #e4e4e5;
}
.location-table td:first-child,
.location-table th:first-child{text-align: left;}
.elections .img{
	margin-left: 0;
	margin-right: 42px;
}
.general-data .img{
	margin-left: 0;
	margin-right: 43px;
	float: left;
}
.building .table-party table th:first-child,
.building .table-party table td:first-child{
	text-align: left;
}
/* comparison-01 */
.table-block table td figure figcaption {
	padding:0 0 0 14px;
}
/* end comparison-01 */
.table-party table .link {
	padding:0 24px 0 0;
}
.table-party table .link img {
	left:auto;
	right:0;
}
.share-list a {
	padding:0 0 0 60px;
}
.share-list .icon {
	right:auto;
	left:10px;
}
.quick-retrieval .quick-form .holder-input:after{
	right: auto;
	left:-2px;
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.quick-retrieval .quick-form .form-control{
	border: 1px solid #dedede;
	border-left:0;
	border-radius: 0 3px 3px 0;
}
.quick-retrieval .bootstrap-select:before{
	left: auto;
	right:-15px;
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.quick-retrieval .bootstrap-select .btn{
	border-left: 1px solid #c7c7c7;
	border-right:0;
	padding: 9px 36px 8px 9px;
}
.quick-retrieval .bootstrap-select.btn-group .dropdown-toggle .caret{
	left: auto;
	right:12px;
}

.nav-tabs-mobile .droptabs,
.droptabs {padding: 0 100px 0 34px;}
.droptabs .tab-drop {
	left: auto;
	right: 0;
}








@media screen and (min-width: 1350px) {
	.isFixed #header .navbar-brand {
		margin-right: 45px;
	}
	.info-block h1, .info-block h2 {
		font-size: 45px;
		line-height: 1.13em;
	}
}
@media screen and (max-width: 1349px) {
	.books-slider .btn-list {
		right: 30px;
	}
	.books-slider .btn-list li {
		float: none;
	}
	.books-slider .btn-list li + li {
		margin-left: 0;
	}
	.about .contact-block {
		margin-left: 0;
		margin-right: 0;
	}
	.newsletter .newsletter-block:before {
		right: auto;
		left: -22px;
	}
	.press-room .list {
		padding-left: 0;
	}
}
@media screen and (max-width: 1349px) and (min-width: 1025px) {
	.isFixed #header .navbar-brand {
		margin-right: 10px;
		margin-left: 0;
	}
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
	#header .navbar-nav > li > a {
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	/* opinion-item */
	.opinion-item h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.contact-details:before {
		left: -16px;
		right: auto;
	}
	.contact-details h2,
	.contact-details .str {
		font-size: 20px;
	}
	.banner.type2 figcaption {
		font-size: 27px;
		letter-spacing: 1px;
	}
	.releases-info .contact-block h2 {
		font-size: 20px;
		line-height: 1.2em;
	}
}
@media screen and (max-width: 1159px) and (min-width: 1025px) {/* 992px */
	#header .navbar-left > li:first-child {
		border-right: 1px solid #e4e4e5;
	}
	#header .navbar-right > li:first-child {
		border-left: 0;
	}
}
@media screen and (min-width: 1025px) {
	/* header */
	.isFixed #header .navbar-brand {
		margin-left: 0;
	}
	#header .drop:not(.drop-large) ul {
		padding-right: 10px;
		padding-left: 25px;
	}
	#header .drop:not(.drop-large) ul a {
		margin-right: -10px;
		margin-left: -25px;
		padding-right: 10px;
		padding-left: 25px;
	}
	.isFixed #header .nav.navbar-right {display: block;}
	.isFixed #header .nav.navbar-left {display: none;}
	.isFixed #header .top .base-nav {
		border-right: 0;
	}
	#header .navbar-left > .socials + li:not(.socials ) {
		margin-left: 12px;
		margin-right: 0;
	}
	#header .navbar-left > li:not(.socials) + .socials {
		padding-left: 12px;
		padding-right: 0;
	}
	#header .navbar-left > .socials + .socials {
		border-left: 0;
	}
}
@media screen and (min-width: 992px) {
	.sidebar {
		float: right;
		margin-left: 75px;
		margin-right: -321px;
		padding-left: 44px;
		padding-right: 37px;
	}
	.newsletter .newsletter-block {
		margin-right: 0;
		margin-left: 11px;
	}
	.cover-block .article-head .author {
		font-size: 15px;
		line-height: 1.5em;
	}
}
@media screen and (min-width: 768px) {
	.isFixed #header .top .bottom {
		float: left;
	}
	.add-column {
		float: left;
		margin-right: 77px;
		margin-left: -190px;
		left: auto;
		right: 100%;
	}
	.add-column.sticked {
		right: auto;
		margin-right: 0;
		margin-left: -190px;
	}
	/* info-block */
	.info-block .holder {
		padding-left: 29px;
		padding-right: 6px;
	}
	.item-list .cell-01 {
		padding-left: 30px;
		padding-right: 10px;
	}
	.book-item .img {
		float: left;
		margin-left: 0;
		margin-right: 27px;
	}
	.photo-cell {
		margin-right: 0;
		margin-left: 30px;
		float: right;
	}
	.newsletter .newsletter-block {
		margin-right: 0;
		margin-left: 11px;
	}
}
@media screen and (max-width: 1599px) {
	.books-basket .row.books {margin:0 -15px;}
	.checkout-form {
		padding-left:0;
		padding-right:0;
	}
	.checkout-form .data-card {margin:0 -15px;}
	.checkout-form .btn-area {padding:0;}
	.table-block.type2 table tr td:first-child {
		padding-right:20px;
		padding-left:20px;
	}
}
@media screen and (max-width: 1199px){
	.order-form .tbl-row .cell {padding-right:16px;}
	.general-data .img{
		margin-right: 20px;
	}
}
@media screen and (max-width: 1024px) {
	/* header */
	#header .navbar-toggle {
		margin-right: -10px;
		margin-left: 10px;
	}
	#navbar {
		left: auto;
		right: 0;
		margin-left: 0;
		margin-right: -320px;
	}
	.menu-opened #navbar {
		margin-left: auto;
		margin-right: 0;
	}
	.isFixed #header .navbar-nav > li > .with-icon,
	#header .navbar-nav > li > .with-icon,
	.isFixed #header .navbar-nav > li.dropdown > a,
	#header .navbar-nav > li.dropdown > a,
	#header .drop-ttl {
		padding-right: 55px;
		padding-left: 30px;
	}
	#header .with-icon .fa {
		left: auto;
		right: 28px;
	}
	#header .navbar-nav a > .caret:before,
	#header .navbar-nav a > .caret:after,
	#header .drop-ttl:before,
	#header .drop-ttl:after {
		left: auto;
		right: 31px;
	}
	#header .navbar-nav a > .caret:before,
	#header .drop-ttl:before {
		margin-left: auto;
		margin-right: 5px;
	}
	#header .socials > li + li {
		border-right: 0;
		border-left: 1px solid #165080;
	}
	#header .accessibility-drop a,
	#header .accessibility-drop strong {
		padding-left: 30px;
		padding-right: 30px;
	}
	#header .accessibility-drop a {
		padding-right: 60px;
	}
}
@media screen and (max-width: 991px) {
	.opinion-item h4 {
		font-size: 17px;
		line-height: 20px;
	}
	.books-slider .holder {
		float: none;
		padding-right: 0;
		margin-left: 0;
		margin-right: 250px;
	}
	.books-slider .img {
		margin-right: 14px;
	}
	.banner .title {
		font-size: 28px;
		line-height: 31px;
	}
	.main-area {
		padding-right: 0;
	}
	.event-item .media-body {
		padding-left: 15px;
	}
	.books-area .event-item .media-heading {
		text-align: center;
	}
	.book-details .img .label {
		font-size: 18px;
	}
	.releases-info .contact-block {
		margin-left: 0;
	}
	.releases-info .contact-block h2 {
		font-size: 22px;
		line-height: 1.2em;
	}
	.topic-combo > a {
		padding-left: 15px;
		padding-right: 43px;
	}
	.topic-combo > a:after {
		left: auto;
		right: 20px;
	}
	/* books-cart */
	.order-form .tbl-row .cell {padding:0 0 20px;}
	.order-form .tbl-row .cell:last-child {padding-bottom:0;}
	/* end books-cart */
	.block-party .img{
		margin-right: 20px;
	}
	.popup-custom .fancybox-close {
		left:auto;
		right:-15px;
		-webkit-box-shadow:-1px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow:-1px 1px 1px rgba(0, 0, 0, 0.2);
	}
	.main-area.type2{
		margin-left: -30px;
		margin-right: 0;
		padding-left: 190px;
		padding-right: 6px;
	}
	.elections .img{
		margin: 0;
	}
	.supporters-list li .cell{
		padding: 30px 20px;
	}
}
@media screen and (max-width: 767px),
screen and (max-width: 767px) and (orientation: landscape),
screen and (max-width: 767px) and (orientation: portrait) {
	/* header */
	#header .btn-search {
		float: right;
		margin-left: 10px;
		margin-right: 0;
	}
	#header .navbar-form .btn:before,
	#header .navbar-form .btn:after {
		left: auto;
		right: 50%;
	}
	#header .navbar-form .btn:before {
		border-width: 6px 0 6px 5px;
		border-left-color: #fff;
		margin-left: auto;
		margin-right: -4px;
	}
	/* opinion-item */
	.opinion-item {
		padding-left: 88px;
	}
	.books-form .wrap .form-group {
		padding-right: 0;
	}
	.books-area .heading h1,
	.books-area .heading h2,
	.books-area .heading h3 {
		font-size: 25px;
	}
	.books-form .heading .ico {
		margin-left: -3px;
		margin-right: -16px;
	}
	.main-area {
		padding-left: 0;
	}
	.nav-tabs-mobile .btn-primary {
		text-align: left;
	}
	.nav-tabs-mobile .btn-primary:before {
		left: auto;
		right: 26px;
	}
	.info-block h1,
	.info-block h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.info-post .text .btn-plus {
		left: auto;
		right: 5px;
	}
	.share-list li {
		padding-left: 0;
		padding-right: 20px;
	}
	.share-list li:before {
		left: auto;
		right: 15px;
	}
	.team-section h2 {
		font-size: 20px;
	}
	.team-section .head-opener {
		padding-left: 15px;
		padding-right: 38px;
		text-align: left;
		font-family: inherit;
	}
	.team-section .head-opener:before {
		left: auto;
		right: 14px;
	}
	.main-column {
		float: none;
	}
	.banner.type2 figcaption {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.contact-details h2,
	.contact-details .str {
		font-size: 20px;
		line-height: 1.2em;
	}
	.share-block h3 {
		margin-left: 0;
		margin-right: 30px;
		font-size: 24px;
	}
	.share-list {
		margin-left: 0;
		margin-right: -15px;
	}
	.share-list li {
		text-align: left;
		padding-right: 5px;
	}
	.books-slider .holder {
		margin-right: 0;
	}
	/* footer */
	#footer {
		text-align: center;
	}
	#footer .img-logo {
		float: none;
		margin: 0 auto 40px;
	}
	#footer .copy {
		float: none;
		padding-right: 0;
	}
	#footer .footer-nav {
		float: none;
	}
	#footer .footer-nav li {
		float: none;
	}
	#footer .footer-bottom .img {
		float: none;
		margin: 0 auto;
	}
	.newsletter .newsletter-block:before {
		left: 0;
		right: 0;
	}
	/* books-cart */
	.order-form .price-switch {margin-right:10px;}
	.order-form .lbl-price {margin-right:8px;}
	.checkout-form {padding:0;}
	.order-block .headline h1 {
		margin:0;
		float:none;
	}
	.checkout-form .btn-area {text-align:center;}
	.checkout-form .btn-area .btn {
		float:none;
		margin:0 0 15px;
	}
	/* end books-cart */
	.block-party .img{
		margin-right: 0;
		float: none;
	}
	/* world-01 */
	.popup .header-popup .btn {
		margin-left:0;
		margin-right:0;
	}
	/* end world-01 */
	.mCustomScrollBox {direction: ltr;}
	.table-block td .header-table {
		text-align:left;
		border-left:0;
		border-right:2px solid #2077bc;
	}
	.table-block .scroll-body .mCSB_scrollTools_vertical {
		right:auto;
		left:1px;
	}
	.table-block table tr td:first-child,
	.table-block table tr:first-child td,
	.table-block table td {
		padding: 5px 10px;
	}
	.table-block table tr:first-child td:first-child::before {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.table-block td .header-table {border-right: none;}
	.visual.type4 .logo{
		left: 50%;
		right: auto;
	}
	.main-area.type2{
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.general-data .img{
		float: right;
		margin: 0 5px 20px;
	}
	.table-block.type2 table td,
	.table-block.type2 table tr td:first-child {
		padding:0;
	}
	.table-block td .holder {
		text-align:left;
	}
	.share-list a {
		padding-right: 0;
		padding-left: 0;
	}
	.share-list .icon {
		right: auto;
		left:0;
	}
	.quick-retrieval .quick-form .holder-select{
		margin: 0 11px 15px 13px;
	}
	.quick-retrieval .quick-form .holder-input{
		padding-right:0;
		margin: 0 12px 0 0;
		padding-left:11px;
	}
	.quick-retrieval .quick-form .holder-input:after{
		left:-1px;
	}
	.supporters-list li .cell {
		border-width: 1px 0 0;
		border-color: #eaeaea transparent transparent;
		padding: 20px 15px;
	}
	.heading .ico {margin-left: 0;}
	.nav-tabs-mobile .droptabs,
	.droptabs {padding: 0;}
}
@media screen and (min-width: 564px) {
	.daterangepicker .ranges, .daterangepicker .calendar {
		float: left;
	}
	.daterangepicker .calendar.left {
		margin-right: 4px;
		margin-left: 0;
	}
	.daterangepicker .left .daterangepicker_input {
		padding-right: 0;
		padding-left: 12px;
	}
	.daterangepicker .calendar.left .calendar-table {
		padding-right: 4px;
		padding-left: 12px;
	}
	.daterangepicker .calendar.right {
		margin-right: 0;
		margin-left: 4px;
	}
	.daterangepicker .ranges, .daterangepicker .calendar {
		float: left;
	}
}
@media screen and (max-width: 480px) {
	/* books-slider */
	.books-slider .holder {
		overflow: visible;
	}
	.books-slider dl {
		clear: both;
	}
}
@media screen and (max-width: 479px) {
	.popup .scroll-bar {
		margin-right:-10px;
	}
}





/* update 30.08.2016 */
.visual.style-02 .holder .cell + .cell:before {
	right: auto;
	left: 0;
}
.item-list h2 small {line-height: 22px;}
.donations .btn-primary{
	right: 99px;
	left: auto;
}
.donations.type2 .img{
	left: 0;
}
.donations.type2 .text{
	padding-left: 0;
	padding-right: 40px;
	margin-left: 0;
	margin-right: -2px;
}
.personal-information{
	padding: 43px 90px 54px 23px;
}
.personal-information .btn-primary.latin{
	font-weight: 700;
}
.personal-information .text-left{text-align: right;}
.personal-information label{
	float: left;
	padding-left: 0;
	padding-right: 20px;
}
.personal-information .btn-primary{margin-right: 0;}
.donate-head .cell .col.size3 {padding: 0 0 0 12px;}
.donate-head .rad-holder label {padding: 0 0 0 50px;}
.donate-head .rad-holder label:before {
	left: 5px;
	right: auto;
}
.donate-head .rad-holder label:after {
	left: 12px;
	right: auto;
}
.sign-up-btn {padding: 7px 15px 13px;}

@media screen and (max-width: 1159px){
	.donations.type2 .text{padding-right: 20px;}
	.personal-information{padding: 40px 20px;}
}
@media screen and (max-width: 991px){
	.visual.style-02 .holder .cell + .cell:before {
		right: 0;
		left: 0;
	}
	.donations .btn-primary{right: 25px;}
	.donations.type2 .text{
		padding: 31px 30px;
		margin-right: 0;
	}
	.personal-information .row > div{
		float: left;
	}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px){
	.donations.type2 .text{padding: 15px;}
	.personal-information .row > div{float: none;}
	.personal-information label{float: none;}
	.personal-information{padding: 20px 15px;}
	.donate-head .rad-holder label {padding: 0 0 0 40px;}
	.donate-head .rad-holder label:after {
		right: auto;
		left: 10px;
	}
	.sign-up-btn {
		font-size: 18px;
		line-height: 30px;
		padding: 8px 5px 6px;
	}
}


/*NEW 19.09.2016*/
#header .navbar-left{
	margin-left: 0;
	margin-right: -15px;
}
#header .navbar-left > li {
    border-left: 1px solid #e4e4e5;
	border-right: 0;
}
#header .navbar-right{
	margin-right: 0;
	margin-left: -15px;
}
#header .navbar-right > li {
	border-right: 1px solid #e4e4e5;
	border-left: 0;
}
#header .accessibility-drop {
	margin-right: 8px;
	margin-left: 0;
}
.dropdown-menu-left{
	right: 0;
	left: auto;
}
.book-details .img{
	margin: 0 57px 0 5px;
	float: left;
}
.info-block .list li{
	display: inline-block;
}
.checkbox [type="checkbox"]:not(:checked) + .custom-check + label, 
.checkbox [type="checkbox"]:checked + .custom-check + label{
	padding-right: 0;
	padding-left: 49px;
}
.checkbox [type="checkbox"]:not(:checked) + .custom-check + label:after, .checkbox [type="checkbox"]:checked + .custom-check + label:after{
	right: auto;
	left: 7px;
}
.checkbox [type="checkbox"]:not(:checked) + .custom-check + label:before, .checkbox [type="checkbox"]:checked + .custom-check + label:before{
	right: auto;
	left: 5px;
}
.info-section .btn-default{
	left: auto;
	right: 45px;
}
.opinions .opinion-head h2 img{
	margin-right: 0;
	margin-left: 18px;
}
.press-room .pull-left{
	float: right !important;
}
.press-room .video{
	right: auto;
	left: 0;
}
@media (min-width: 768px){
	.navbar-left{
		float: right !important;
	}
	.navbar-right{
		float: left !important;
	}
}
@media screen and (max-width: 1599px){
	.nav-tabs > li > a{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1199px){
	.book-details .img{
		float: none;
		margin: 0 auto 20px;
	}
	.nav-tabs > li > a{
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 1024px){
	#header .accessibility-drop .fa {
		right: 28px;
		left: auto;
	}
	#header .navbar-right {
		margin-left: 0;
	}
	#header .navbar-right > li {
		border-right: 0;
	}
	#header .navbar-left {
		margin-right: 0;
	}
	#header .navbar-left > li {
		border-left: 0;
	}
}
@media screen and (max-width: 991px){
	.heading .ico{
		margin-left: -1px;
	}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px){
	.table-block.type2 td .holder{
		text-align: left;
	}
	.books-area .heading{padding: 0;}
	.bootstrap-select.btn-group .dropdown-toggle .caret{right: 8px;}
	.open-search #header .navbar-form{margin-right: 0;}
}

/* new 31.01.17 */
.podcast-list figure.bg-img time{
	right: auto;
}
/*new 20.02.17*/
.news-list .text-left{
	text-align: right;
}
.news-list li .news-right{
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
@media screen and (max-width: 479px){
	.news-list li .news-right{
		float: none;
	}
}

/*new 05.04.17*/

.parliament-page
.parliament-page .visual .text{
	padding-left: 24px;
	padding-right: 10px;
}
.parliament-page .books-area .heading{
	padding-left: 0;
	padding-right: 35px;
}
.books-carousel{
	font-family: 'Droid Serif', serif;
}
.books-carousel h3{
	text-align: left;
}
.books-carousel .slick-arrow.slick-prev{
	right: auto;
	left: -35px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.books-carousel .slick-arrow.slick-next{
	right: -35px;
	left: auto;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.books-carousel .team-list .caption{
	padding-left: 15px;
	padding-right: 35px;
}

@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	.parliament-page .visual .text{
		padding-left: 10px;
	}
	.parliament-page .books-area .heading{
		padding-right: 0;
	}
	.parliament-page .books-form .wrap .btn-primary{
		padding-right: 48px;
		padding-left: 10px;
	}
	.parliament-page .books-form .wrap .btn-primary:before{
		left: auto;
		right: 20px;
	}
	.books-carousel .slick-arrow.slick-prev{
		left: -8px;
	}
	.books-carousel .slick-arrow.slick-next{
		right: -8px;
	}
}
/*end new 05.04.17*/
.donations-lower-banner {
    margin-bottom: 20px;
}

.donations .btn-primary.btn-secondary {
    bottom: -98px;
    left: 50px;
}

.article-part h2 {
    color: #2077bc;
}

.book-details h1
{
    font: 35px/1em 'South Regular', sans-serif;
}

.shortDescription {
    max-height: 82px;
    overflow: hidden;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

    .shortDescription.active {
        max-height: 500px;
        -ms-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.donations .btn-primary {
    bottom: -162px;
    left: 50px;
}

.text-404 {
    color: #2077bc;
    font: 20px sans-serif;
}

#goHome {
    background-color: #2077bc;
    color: #fff;
    font: 16px sans-serif;
}


.article-head span.time {
    margin-top: 10px;
    display: block;
    color: #2077bc;
    font-family: 'Droid Serif', serif;
}

#header a.drop-ttl-no {
    display: block;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait) {
    .donations .btn-primary {
        margin-top: 10px;
    }

    #header a.drop-ttl-no {
        display: none;
    }

    .row.mobile-holder.program-selector .col-md-7.column {
        padding-left: 30px;
    }

    .row.mobile-holder.program-selector .col-md-5.column iframe {
        width: 100% !important;
    }
}

}

.img-in:after {
    content: '\f00e';
    font: 50px/1em 'FontAwesome';
    top: 50%;
    right: 40%;
    text-align: center;
    margin-top: -1em;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    background: rgba(64,64,65, 0.5);
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    padding-top: 6px;
    cursor: pointer;
    display: none;
}

.img-in:hover:after {
    display: inline-block;
}

.press-room .holder {
    padding: initial;
}

.visual.type4 .select-holder .txt {
    left: -10px;
}

.comments-form .comments-heading .ico-wr {
    float: left;
    margin: -1px 0px -1px -1px;
    border-radius: 5px 0px 0px 5px;
}

    .comments-form .comments-heading .ico-wr .ico {
    }

.comments-form .comments-heading h2 {
    text-align: left;
    padding: 11px 15px 7px 24px;
}



.btn-more-1:before {
    right: initial;
    left: 5.5px;
    height: 12px;
}

.btn-more-1:after {
    right: initial;
    left: -0px;
}

.btn-more-1:before {
    background: #404041;
}
/*#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media screen and (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait){
                #footer {
                    position: relative;
                }
}*/
.article-part table th, table thead tr td {
    text-align: left
}
