.bentonsansbold {
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: bold;
}

.bentonsansbook {
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
}

#header > .holder:after,
.intro-block.style-1:after,
.testimonial-post:after,
.news-post:after,
.news-post footer:after,
.inductees-timeline-block:after,
.keyword-list:after,
.decades-list:after,
.search-results-area:after,
.biography-block:after,
.biography-block .col-rt:after,
.more-info-block:after,
.more-info-block .col-lt:after,
.nav ul:after,
.boxes-wrap:after,
.ceremony-intro-area:after,
.award-intro-area:after,
.ceremony-intro-area .wrap:after,
.award-intro-area .wrap:after,
#main:after,
.gallery-post:after,
.post-area:after,
.post-intro-area:after,
.post-intro-area .wrap:after,
.top-article-area:after,
.two-columns:after,
.news-block > header:after,
.event-post footer:after,
.social-post .meta:after,
#footer:after,
.social-networks:after,
.sponsors-block ul:after,
.contributors-block ul:after {
	content: " ";
	display: block;
	clear: both;
}

#nav > .slide > ul,
.slideoutleft-slideshow .pagination ul,
.fade-slideshow .pagination ul,
.inductees-timeline-block .tabset,
.inductees-list,
.keyword-list,
.data-list,
.data-container .panel .slide-1 .accordion,
.data-container .holder-col,
.decades-list,
.data-box section ul,
.results-list,
.results-list-1,
.nav ul,
.award-winners-list,
.benefits-info-widget, .about-info-widget ul,
.social-networks,
.sponsors-block ul,
.contributors-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header,
.intro-area-1,
.biography-block,
.impact-preview-section,
.ceremony-intro-area,
.award-intro-area,
#main,
.post-intro-area,
.top-article-area,
.two-columns,
.social-media-area,
#footer {
	max-width: 1000px;
	padding-left: 6px;
	padding-right: 6px;
}

.top-block .arrow-wrap,
#header.style-2,
.intro-block,
.testimonials-block,
.news-section > header,
.fade-slideshow-1,
.inductees-timeline-block,
.section-1,
.search-block,
.data-info-block,
.browse-area,
.search-results-area,
.intro-area-2,
.more-info-block,
.text-block,
.container,
.media-gallery,
.mentioned-inductees-block {
	max-width: 970px;
	padding-left: 6px;
	padding-right: 6px;
}

.slideoutleft-slideshow .pagination ul,
.slideoutleft-slideshow .slideset,
.fade-slideshow .pagination ul,
.fade-slideshow-1,
.fade-slideshow-1.style-1,
.inductees-list,
.award-winners-list {
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
}

@media only screen and (min-width: 1025px) {
  .testimonial-post .photo a:hover img.grayscale,
  .inductees-list .photo a:hover img.grayscale,
  .award-winners-list .photo a:hover img.grayscale,
  .gallery-owner .photo a:hover img.grayscale,
  .post-area .photo:hover img.grayscale {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #fff;
	font: 14px/1.4286 'Benton Sans Book', Arial, Helvetica, sans-serif;
	min-width: 320px;
	background: #c44128 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0NDEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMTI3MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c44128), color-stop(100%, #c1272d));
	background: -webkit-linear-gradient(left, #c44128 0%, #c1272d 100%);
	background: -webkit-gradient(linear, left top, right top, from(#c44128), to(#c1272d));
	background: linear-gradient(to right, #c44128 0%, #c1272d 100%);
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #ffff5c;
	-webkit-transition: color .3s, background .3s, opacity .3s, border .3s, -webkit-box-shadow .5s;
	transition: color .3s, background .3s, opacity .3s, border .3s, box-shadow .5s;
}

a:hover {
	color: #fff;
}

input,
textarea,
select {
	font: 100% 'Benton Sans Book', Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

form .alert {
	color: #FF0000;
	padding-bottom: 16px;
}
.well.two-columns {
	padding-bottom: 0;
	padding-top: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	height: auto !important;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.form-group input {
	/*color: #999;*/
	margin-right: 16px;
	margin-bottom: 8px;
	border-color: #000000;
	border-width: 1px;
	height: 2em;
	padding-left: 4px;
}
.form-group input.line {
	width: 80%;
}
.form-group input.text-active {
	color: #000000;
}
.form-group input[type="radio"]{
}
h2{
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 .5em;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.no-list-style{
	list-style: none;
}
.no-list-style li{
	list-style-type: none;
}

p {
	margin: 0 0 .5em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

mark {
	background: none;
	color: #540028;
}

.gm-style img {
	max-width: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.show-from-tablet {
	display: none;
}

.show-from-desktop {
	display: none;
}

@media only screen and (min-width: 1025px) {
  img.grayscale {
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

/* XXX: iPhone Chrome bug workaround (images get replaced by other images no page) */
@media screen and (max-width: 1024px) {
  img.grayscale {
    -webkit-filter: none;
  }
}

.white {
	background: #fff;
	color: #333;
}

.white b, .white strong, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}
.white .intro-area-2  strong,.white .intro-area-2 b {
	font-family: "Petersburg Bold";
}
.white a {
	color: #540028;
}

.white a:hover {
	color: #c44128;
}

.burgundy {
	background: #540028;
}

.burgundy a {
	color: #d0538e;
}

.burgundy a:hover {
	color: #fff;
}

.milk {
	background: #faf0e1;
	color: #58595b;
}

.milk a {
	color: #c44029;
}

.milk a:hover {
	color: #702417;
}

a.btn {
	display: inline-block;
	vertical-align: top;
	color: #ffff5c;
	background: #540028;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	padding: 9px 9px 7px;
}

a.btn:hover {
	background: #c44128;
	color: #fff;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?5sv48p");
	src: url("../fonts/icomoon.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/icomoon.svg?5sv48p") format("svg"), url("../fonts/icomoon.ttf?5sv48p") format("truetype"), url("../fonts/icomoon.woff?5sv48p") format("woff");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-arrow-down-3:before {
	content: "\e610";
}

.icon-arrow-up-3:before {
	content: "\e611";
}

.icon-arrow-down2:before {
	content: "\e60f";
}

.icon-arrow-up:before {
	content: "\e60e";
}

.icon-arrow-down-1:before {
	content: "\e60d";
}

.icon-cleansave:before {
	content: "\e60c";
}

.icon-facebook-1:before {
	content: "\e608";
}

.icon-pinterest:before {
	content: "\e609";
}

.icon-thumblr:before {
	content: "\e60a";
}

.icon-twitter-1:before {
	content: "\e60b";
}

.icon-arrow-left-1:before {
	content: "\e607";
}

.icon-arrow-right-1:before {
	content: "\e602";
}

.icon-arrow-right:before {
	content: "\e600";
}

.icon-search:before {
	content: "\e601";
}

.icon-arrow-down:before {
	content: "\e603";
}

.icon-cross:before {
	content: "\e604";
}

.icon-facebook:before {
	content: "\e605";
}

.icon-twitter:before {
	content: "\e606";
}

/*! 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-overlay {
	opacity: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9efe0;
	color: #540028;
	text-shadow: none;
	margin-bottom: 20px;
}

.fancybox-skin a {
	color: #540028;
}

.fancybox-skin a:hover {
	color: #c44128;
}

.fancybox-opened {
	z-index: 9999;
}

.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_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 9999;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/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-wrap.fancybox-type-ajax .fancybox-close,
.fancybox-wrap.fancybox-type-inline .fancybox-close {
	display: none;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev {
	left: 0;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next {
	right: 0;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.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: 9998;
	background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 16px/20px 'Benton Sans Book', Arial, Helvetica, 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: rgba(84, 0, 40, .8);
	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);
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.fancybox-type-ajax .popup-holder {
	height: auto;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 0 10px;
	min-width: 106px;
	max-width: 250px;
	cursor: default;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
	top: -1px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 23px 0 0;
	color: #333;
	height: 22px;
	text-align: right;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 12px;
	height: 6px;
	right: 1px;
	top: 3px;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.jcf-select .jcf-select-opener:before {
	font: 6px/1 "icomoon";
	content: "\e60d";
	position: absolute;
	top: 1px;
	left: 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 81px;
	background: #f9efe0;
	border: 1px solid #8f8b84;
	float: right;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	border-bottom: 2px solid #8f8b84;
}

.jcf-list ul li:first-child {
	display: none;
}

.jcf-list ul li:last-child {
	border-bottom: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #540028;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #540028;
	color: #fff;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.mejs-offscreen {
	display: none;
}

.audio-area .mejs-container {
	position: absolute;
	top: 0;
	left: -9999px;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.top-block {
	position: relative;
}

.top-block .arrow-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	height: 39px;
}

.top-block .down-arrow {
	position: absolute;
	top: 0;
	left: 146px;
	width: 60px;
	height: 39px;
	border-style: solid;
	border-width: 39px 30px 0 30px;
	border-color: #540028 transparent transparent transparent;
}

#header.open-close-1.active-1 #nav > .slide > ul > li.search-area > a {
	background: #faf0e1;
	color: #540028;
}

#header.open-close-1.active-1 + .burgundy .intro-block.style-1 {
	margin-top: 0;
}

#header.open-close-1 + .burgundy {
	position: relative;
	z-index: 101;
}

#header.style-1 .navigation-toggle {
	top: 26px;
}

#header.style-1 .logo {
	margin: 1px 0 0;
}

#header .logo {
	float: left;
	margin-left: 2px;
	top: -5px;
	position: relative;
}

#header .search-block {
	padding-top: 30px;
	padding-bottom: 10px;
}

#header .search-block .search-form {
	padding: 0;
}

.logo {
	width: 216px;
	height: auto;
	position: relative;
}

.logo.png {
	display: none;
}

.logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.logo img {
	display: block;
	width: 100%;
}

.logo .part-1 {
	position: absolute;
	top: -10px;
	left: 24px;
	width: 169px;
}

.logo .part-2 {
	position: absolute;
	top: 22px;
	left: 0;
	width: 215px;
	max-width: none;
}

#nav {
	padding-top: 70px;
	position: relative;
}

#nav > .slide {
	z-index: 9996;
}

#nav > .slide > ul {
	font-size: 24px;
	line-height: 1.083;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

#nav > .slide > ul > li {
	padding-bottom: 16px;
}

#nav > .slide > ul > li.active > a {
	background: #faf0e1;
	color: #540028;
}

#nav > .slide > ul > li > a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 8px 6px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#nav > .slide > ul > li > a:hover {
	background: #faf0e1;
	color: #540028;
	text-decoration: none;
}

.navigation-toggle {
	position: absolute;
	top: 24px;
	right: 4px;
	width: 29px;
	height: 19px;
	z-index: 9997;
}

.navigation-toggle:before,
.navigation-toggle:after,
.navigation-toggle span {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -1.5px;
	-webkit-transition: -webkit-transform .2s, background .5s;
	transition: transform .2s, background .5s;
}

.navigation-toggle:before,
.navigation-toggle:after {
	content: "";
	top: 0;
}

.navigation-toggle:after {
	top: 100%;
	margin-top: -1.5px;
}

.navigation-toggle:hover:before,
.navigation-toggle:hover:after,
.navigation-toggle:hover span {
	background: #540028;
}

.intro-block {
	font: 27px/1.148 "Petersburg", Times, serif;
	padding: 72px 14px 18px;
}

.intro-block.style-1 {
	font-size: 14px;
	line-height: 20px;
	padding: 39px 24px;
}

.intro-block.style-2 {
	position: relative;
}

.intro-block.style-2:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 43px;
	border-style: solid;
	border-width: 20px 15px 0;
	border-color: #530028 transparent transparent transparent;
}

.intro-block .show-more {
	display: none;
}

.show-more {
	width: 22px;
	height: 28px;
	position: relative;
	display: block;
	color: #fff;
	background: #c1272d;
	padding-left: 10px;
}

.show-more:hover,
.show-more:focus {
	color: #ffff5c;
}

.show-more [class^="icon-"] {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 21px;
}

.slideoutleft-slideshow {
	position: relative;
}

@media (min-width: 760px) {
	.slideoutleft-slideshow {
		height: 490px;
	}
	.slideset {
		height: 431px;
	}
}

.slideoutleft-slideshow .pagination {
	text-align: center;
	padding-top: 15px;
	position: relative;
	z-index: 101;
}

.slideoutleft-slideshow .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 3px;
}

.slideoutleft-slideshow .pagination ul li.active a {
	background: #540028;
}

.slideoutleft-slideshow .pagination ul a {
	display: block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #333;
}

.slideoutleft-slideshow .pagination ul a:hover {
	background: #540028;
}

.slideoutleft-slideshow .slideset {
	white-space: nowrap;
	overflow: hidden;
}

.slideoutleft-slideshow .slide {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	vertical-align: top;
	letter-spacing: 0;
	white-space: normal;
	visibility: hidden;
}

.slideoutleft-slideshow.ie-gallery .slide {
	left: 100%;
	opacity: 0;
	visibility: visible !important;
}

.slideoutleft-slideshow.ie-gallery .slide.active {
	left: 0;
	opacity: 1;
}

.slideoutleft-slideshow.prepare .active {
	opacity: 1 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.slideoutleft-slideshow.go-to-left .slide.old-slide {
	visibility: visible;
	-webkit-animation: fadeOutLeft 1s linear both;
	animation: fadeOutLeft 1s linear both;
}

.slideoutleft-slideshow.go-to-left .slide.active {
	z-index: 2;
	visibility: visible;
	-webkit-animation: fadeInLeft 1s linear both;
	animation: fadeInLeft 1s linear both;
}

.slideoutleft-slideshow.go-to-right .slide.old-slide {
	visibility: visible;
	-webkit-animation: fadeOutRight 1s linear both;
	animation: fadeOutRight 1s linear both;
}

.slideoutleft-slideshow.go-to-right .slide.active {
	z-index: 2;
	visibility: visible;
	-webkit-animation: fadeInRight 1s linear both;
	animation: fadeInRight 1s linear both;
}

.fade-slideshow {
	position: relative;
}

.fade-slideshow.not-enough-slides a.btn-prev,
.fade-slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}

.fade-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.fade-slideshow .slide.active {
	z-index: 2;
}

.fade-slideshow .pagination {
	text-align: center;
	padding-top: 15px;
	position: relative;
	z-index: 101;
}

.fade-slideshow .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 3px;
}

.fade-slideshow .pagination ul li.active a {
	background: #540028;
}

.fade-slideshow .pagination ul a {
	display: block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #333;
}

.fade-slideshow .pagination ul a:hover {
	background: #540028;
}

.testimonials-block {
	padding-top: 51px;
	padding-bottom: 39px;
	color: #34383b;
}

.testimonials-block .slideoutleft-slideshow .pagination {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 132px;
}

.testimonial-post {
	margin: 0;
}

.testimonial-post.style-1 {
	padding-bottom: 104px;
}

.testimonial-post.style-1 q {
	font-size: 27px;
	line-height: 33px;
	color: #540028;
	padding-top: 15px;
	padding-bottom: 11px;
	position: relative;
}

.testimonial-post.style-1 q:before {
	content: "“ ”";
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
	font: 21px/23px 'Benton Sans Book', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

/* AA asked MK to comment out the quotes 2021-12-13 */
.testimonial-post.style-1 q:before {
    content: none;
}

.testimonial-post.style-1 cite {
	color: #333;
}

.testimonial-post.style-1 cite .quotes {
	margin-right: 20px;
}

.testimonial-post.style-2 {
	padding-bottom: 23px;
	padding-top: 11px;
}

.testimonial-post.style-2 q {
	padding: 0 0 0 10px;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 3px;
}

.testimonial-post.style-2 q:before {
	content: "";
	width: 1px;
	top: 8px;
	bottom: 9px;
	background: #333;
}

.testimonial-post.style-2 cite {
	margin-left: 0;
}

.testimonial-post.style-2 cite .quotes {
	display: inline;
	margin-right: 12px;
}

.testimonial-post .photo {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 125px;
	height: 125px;
	float: left;
	margin: 4px 9px 25px 2px;
}

.testimonial-post .photo img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.testimonial-post .des {
	overflow: hidden;
}

.testimonial-post q {
	font: 20px/1.275 "Petersburg", Times, serif;
	display: block;
	padding-bottom: 10px;
}

.testimonial-post cite {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #333;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.testimonial-post cite span {
	display: block;
}

.testimonial-post cite a {
	color: #333;
}

.testimonial-post cite a:hover {
	color: #c44128;
}

.news-section {
	overflow: hidden;
}

.news-section > header {
	position: relative;
	z-index: 1;
}

.news-section > header h2 {
	font: 27px/1.15 "Petersburg", Times, serif;
	color: #34383b;
	margin: 0 33px;
}

.news-section .fade-slideshow-1 {
	position: relative;
}

.news-section .fade-slideshow-1 .mask {
	overflow: visible;
}

img.image-list {
	float: left;
	margin-right: 16px;
}

.image-list-row{
	margin-bottom: 24px;
}
.fade-slideshow-1.rebuild .prepend-item {
	visibility: hidden;
}

.fade-slideshow-1.long-mask .mask {
	margin-right: -9999px;
	padding-right: 9999px;
}

.fade-slideshow-1.long-mask.rtl .mask {
	margin-left: -9999px;
	padding-left: 9999px;
	margin-right: 0;
	padding-right: 0;
}

.fade-slideshow-1.style-1 {
	max-width: none;
	padding-left: 26px;
	padding-right: 0;
	position: relative;
	white-space: nowrap;
}

.fade-slideshow-1.style-1 .mask {
	overflow: hidden;
}

.fade-slideshow-1.style-1 .slideset {
	width: 99999px;
}

.fade-slideshow-1.style-1 .slide {
	width: 173px;
	padding: 0 6px;
	float: left;
	vertical-align: top;
}

.fade-slideshow-1.style-1 .slide.active > a:before {
	content: none;
}

.fade-slideshow-1.style-1 .slide > a {
	position: relative;
	display: block;
}

.fade-slideshow-1.style-1 .slide > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(84, 0, 40, .4);
}

.fade-slideshow-1.style-1 .slide img {
	display: block;
	width: 100%;
}

.fade-slideshow-1.style-1 .btn-prev,
.fade-slideshow-1.style-1 .btn-next {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 31px;
	overflow: hidden;
	z-index: 101;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fade-slideshow-1.style-1 .btn-prev:before,
.fade-slideshow-1.style-1 .btn-next:before {
	font: 32px/1 "icomoon";
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #474645;
}

.fade-slideshow-1.style-1 .btn-prev:hover:before,
.fade-slideshow-1.style-1 .btn-next:hover:before {
	color: #c44128;
}

.fade-slideshow-1.style-1 .btn-prev {
	left: 0;
}

.fade-slideshow-1.style-1 .btn-prev:before {
	content: "\e607";
}

.fade-slideshow-1.style-1 .btn-next {
	width: 15px;
	height: 26px;
	right: 0;
	display: none;
}

.fade-slideshow-1.style-1 .btn-next:before {
	content: "\e602";
	color: #faf0e1;
	left: 0;
	right: auto;
	font-size: 25px;
}

.fade-slideshow-1.style-1 .btn-next:hover:before {
	color: #ffff5c;
}

.fade-slideshow-1.style-1.style-2 .slide {
	width: 214px;
}

.fade-slideshow-1.style-1.style-2 .slide.active > a {
	opacity: 1;
}

.fade-slideshow-1.style-1.style-2 .slide > a {
	opacity: .5;
}

.fade-slideshow-1.style-1.style-2 .slide > a:before {
	background: rgba(255, 255, 180, .5);
}

.fade-slideshow-1.style-1.style-3 .slide > a {
	opacity: .6;
}

.fade-slideshow-1.style-1.style-3 .slide > a:before {
	content: none;
}

.fade-slideshow-1.style-1.style-3 .slide.active > a {
	opacity: 1;
}

.fade-slideshow-1.style-1.style-4 {
	padding-left: 0;
	margin-left: -12px;
}

.fade-slideshow-1.style-1.style-4 .mask {
	width: 438px;
}

.fade-slideshow-1.style-1.style-4 .slide {
	width: 219px;
	padding: 0 12px;
}

.fade-slideshow-1.style-1.style-4 .slide.active > a {
	opacity: 1;
}

.fade-slideshow-1.style-1.style-4 .slide > a {
	opacity: .6;
}

.fade-slideshow-1.style-1.style-4 .slide > a:before {
	content: none;
}

.fade-slideshow-1.style-1.style-4 .btn-prev {
	display: none;
}

.fade-slideshow-1.style-1.style-4 .btn-next {
	display: block;
	right: 48px;
	width: 19px;
	height: 31px;
}

.fade-slideshow-1.style-1.style-4 .btn-next:hover:before {
	color: #ffff5c;
}

.fade-slideshow-1.style-1.style-4 .btn-next:before {
	color: #000;
	font-size: 31px;
}

.fade-slideshow-1.style-5 {
	padding: 0;
	max-width: none;
}

.fade-slideshow-1.style-5 .mask {
	overflow: hidden;
}

.fade-slideshow-1.style-5 .slide {
	padding-bottom: 8px;
}

.fade-slideshow-1.rtl {
	padding: 0 26px 0 0;
	direction: rtl;
}

.fade-slideshow-1.rtl .btn-prev {
	display: none;
}

.fade-slideshow-1.rtl .btn-prev:before {
	color: #faf0e1;
	left: 0;
	right: auto;
	font-size: 25px;
}

.fade-slideshow-1.rtl .btn-prev:hover:before {
	color: #ffff5c;
}

.fade-slideshow-1.rtl .btn-next {
	display: block;
}

.fade-slideshow-1.rtl .slideset,
.fade-slideshow-1.rtl .slide {
	float: right;
}

.fade-slideshow-1 .scroll {
	position: absolute;
	top: -28px;
	right: 52px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #34383b;
	padding-right: 11px;
	display: none;
	z-index: 2;
}

.fade-slideshow-1 .scroll:before {
	position: absolute;
	top: 3px;
	right: 0;
	content: "\e600";
	font: 11px/1 "icomoon";
}

.fade-slideshow-1 .scroll:hover {
	color: #540028;
}

.fade-slideshow-1 .slideset {
	width: 99999px;
}

.fade-slideshow-1 .slideset:after {
	content: "";
	display: block;
	clear: both;
}

.fade-slideshow-1 .mask {
	overflow: hidden;
}

.fade-slideshow-1 .slide {
	padding-bottom: 4px;
}

.fade-slideshow-1 .slide.active .news-post {
	color: #fff;
	background: #540028;
	position: relative;
}

.fade-slideshow-1 .slide.active .news-post:before {
	content: "";
	position: absolute;
	top: -17px;
	left: 52px;
	border-style: solid;
	border-width: 0 13px 17px 13px;
	border-color: transparent transparent #540028 transparent;
}

.fade-slideshow-1 .slide.active .news-post h3 a:hover {
	color: #ffff5c;
}

.fade-slideshow-1 .slide.active .news-post a {
	color: #fff;
}

.fade-slideshow-1 .slide.active .news-post a.read-now {
	color: #ffff5c;
}

.fade-slideshow-1 .slide.active .news-post a.read-now:hover {
	color: #fff;
}

.news-post {
	background: #faf0e1;
	color: rgba(51, 51, 51, .6);
	padding: 12px 10px 14px;
	display: table;
	width: 100%;
	letter-spacing: 0;
	white-space: normal;
	-webkit-transition: background .5s, color .2s;
	transition: background .5s, color .2s;
	text-align: left;
}
.no-link-style {
	color: #FFFFFF;
}
.news-post:hover {
	color: #fff;
	background: #540028;
}

.news-post:hover h3 a:hover {
	color: #ffff5c;
}

.news-post:hover a {
	color: #fff;
}

.news-post:hover a.read-now {
	color: #ffff5c;
}

.news-post:hover a.read-now:hover {
	color: #fff;
}

.news-post.style-1 {
	background: #fff;
	border: 3px solid #fcf6ed;
	padding: 9px 8px;
	color: #333;
}

.news-post.style-1:hover {
	color: #fff;
	background: #540028;
}

.news-post.style-1:hover h3 a:hover {
	color: #ffff5c;
}

.news-post.style-1:hover a {
	color: #fff;
}

.news-post.style-1:hover a.read-now {
	color: #fff;
}

.news-post.style-1:hover a.read-now:hover {
	color: #ffff5c;
}

.news-post.style-1 a {
	color: #333;
}

.news-post.style-2 {
	background: #530028;
	color: #fff;
}

.news-post.style-2 a {
	color: #fff;
}

.news-post.style-2 footer .read-now {
	color: #ffff5c;
}

.news-post a {
	color: rgba(51, 51, 51, .6);
}

.news-post .photo {
	display: table-cell;
	vertical-align: top;
	width: 82px;
	min-width: 82px;
	height: 75px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.news-post .photo img {
	display: block;
	width: 100%;
}

.news-post .des {
	display: table-cell;
	vertical-align: top;
	width: -webkit-calc(100% - 82px);
	width: calc(100% - 82px);
	padding: 2px 0 20px 8px;
	position: relative;
	height: 75px;
}

.news-post h3 {
	font: 14px/1.25 "Petersburg", Times, serif;
	margin: 0;
}

.news-post footer {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	position: absolute;
	bottom: -2px;
	left: 8px;
	right: 2px;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.news-post footer time {
	float: left;
	max-width: 49%;
}

.news-post footer .read-now {
	float: right;
	max-width: 49%;
}

.inductees-timeline-block {
	padding-top: 45px;
	padding-bottom: 8px;
}

.inductees-timeline-block.style-1 .inductees-area > header {
	padding: 0 23px;
}

.inductees-timeline-block .tabset {
	width: 156px;
	float: right;
	border-right: 1px solid #fff;
	text-align: right;
	margin: 183px 1px 21px;
}


.inductees-timeline-block .tabset > li.active > a {
	color: #ffff5c;
}

.inductees-timeline-block .tabset > li.active > a:before {
	opacity: 1;
}

.inductees-timeline-block .tabset > li:last-child {
	height: 1px;
}

.inductees-timeline-block .tabset > li > a {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: -8px 0 0 18px;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.inductees-timeline-block .tabset > li > a:hover {
	color: #ffff5c;
}

.inductees-timeline-block .tabset > li > a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: -18px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffff5c;
	opacity: 0;
	z-index: -100;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.inductees-timeline-block .tabset .wrap {
	display: inline-block;
	vertical-align: top;
	width: 11px;
	padding-left: 4px;
}

.inductees-timeline-block .tabset .year {
	display: block;
	height: 1px;
	background: #fff;
	margin-bottom: 12px;
}

.inductees-timeline-block .tab-content {
	overflow: hidden;
}

.inductees-area.style-1 {
	margin-bottom: 21px;
}

.inductees-area.style-1 h2 {
	margin: 0 0 41px 11px;
}

.inductees-area.style-1 .inductees-list {
	margin: 0 -15px;
}

.inductees-area > header {
	padding: 0 34px;
	margin-bottom: 30px;
}

.inductees-area > header h2 {
	font: 27px/1.15 "Petersburg", Times, serif;
	letter-spacing: 1px;
}

.inductees-area > h2 {
	font: 27px/1.15 "Petersburg", Times, serif;
	letter-spacing: 1px;
}

.inductees-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	width: 154px;
	padding: 0 15px 48px;
	text-align: left;
}

.inductees-list .photo {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 125px;
	height: 125px;
	margin-bottom: 14px;
}

.inductees-list .photo img {
	display: block;
	width: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.inductees-list .des {
	padding-left: 19px;
}

.inductees-list .name {
	font: 20px/28px "Petersburg", Times, serif;
	display: block;
	margin-bottom: 9px;
}

.inductees-list .name span {
	display: block;
}

.inductees-list .more {
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.section-1 {
	padding-top: 38px;
	padding-bottom: 22px;
}

.section-1 .header {
	font-size: 12px;
	line-height: 14px;
	padding: 0 34px 33px;
	position: relative;
	z-index: 101;
}

.section-1 .header .txt-featured {
	display: block;
	font: 20px/24px "Petersburg", Times, serif;
}

.section-1 .header h2 {
	font: 27px/33px "Petersburg", Times, serif;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.section-1 .header h2 span {
	display: block;
}

.section-1 .explore {
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.section-1 .fade-slideshow .btn-next {
	position: absolute;
	top: 59px;
	right: -34px;
	width: 20px;
	height: 32px;
	overflow: hidden;
	z-index: 101;
}

.section-1 .fade-slideshow .btn-next:before {
	font: 32px/1 "icomoon";
	content: "\e602";
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.section-1 .inductees-list {
	position: relative;
	margin-top: -20px;
}

.section-1 .inductees-list li {
	padding-bottom: 0;
	padding-top: 53px;
}

.section-1 .inductees-list .photo {
	margin-bottom: 17px;
}

.section-1 .inductees-list .name {
	margin-bottom: 11px;
}

.search-block {
	padding-top: 65px;
	padding-bottom: 79px;
}

.search-block.style-1 {
	padding-top: 40px;
	padding-bottom: 59px;
}

.search-block .search-form {
	padding: 0 18px 0 20px;
}

.search-form .field-wrap {
	position: relative;
	border-bottom: 1px solid #fff;
	padding-right: 28px;
}

.search-form .field-wrap.parent-active:before {
	opacity: 0;
}

.search-form .field-wrap.start-typing .btn-return {
	opacity: 1;
}

.search-form .field-wrap:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	bottom: 9px;
	background: #fff;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.search-form .field-wrap input[type="search"] {
	font: 27px/31px "Petersburg", Times, serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: none;
	border: none;
	width: 100%;
	height: 50px;
	color: #fff;
	margin: 0;
	padding: 7px 0 7px 3px;
}

.search-form .field-wrap input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.search-form .field-wrap input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search-form .field-wrap input[type="search"]:-moz-placeholder {
	color: #fff;
}

.search-form .field-wrap input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.search-form .field-wrap input[type="search"].placeholder {
	color: #fff;
}

.search-form .field-wrap input[type="search"]:focus {
	outline: none;
}

.search-form .field-wrap .btn-return {
	position: absolute;
	top: 55%;
	right: 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-form .field-wrap .btn-return:before {
	font: 24px/1 "icomoon";
	content: "\e604";
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
}

.search-form .field-wrap .btn-return:hover:before {
	color: #ffff5c;
}

.popular-keyworks-block {
	padding: 53px 0 12px;
}

.popular-keyworks-block h2,
.popular-keyworks-block .heading2 {
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 19px;
}

.popular-keyworks-block .heading2 {
	display: block;
}

.keyword-list {
	text-transform: uppercase;
	font-size: 21px;
	line-height: 32px;
	margin: 0 -5px;
}

.keyword-list > li {
	float: left;
	width: 25%;
	padding: 0 5px 10px;
}

.keyword-list > li > a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	padding: 13px;
	min-height: 116px;
}

.keyword-list > li > a:hover {
	background: #540028;
}

.keyword-list > li > a > span {
	display: block;
}

.data-info-block {
	padding-top: 63px;
	padding-bottom: 77px;
}

.data-info-block.style-1 {
	padding-top: 42px;
	padding-bottom: 67px;
}

.data-info-block.style-1 > h2 {
	margin-left: 24px;
	margin-right: 24px;
}

.data-info-block > h2 {
	font: 27px/30px "Petersburg", Times, serif;
	margin: 0 31px 53px;
	letter-spacing: 1px;
}

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

.data-list li + li {
	padding-top: 35px;
}

.data-list .counter {
	font: 41px/43px "Petersburg", Times, serif;
	display: block;
	padding-bottom: 10px;
	word-break: break-all;
}

.data-list .title {
	display: block;
	color: #d0538e;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.browse-area {
	padding: 27px 25px;
}

.browse-area > h2 {
	font: 20px/24px "Petersburg", Times, serif;
	margin: 0 0 36px;
	text-align: center;
}

.range-slider {
	height: 91px;
	position: relative;
	padding-top: 67px;
	margin: 0 42px 47px;
}

.range-slider .range-bar {
	position: relative;
	height: 1px;
	background: #fff;
}

.range-slider .range-bar:before,
.range-slider .range-bar:after {
	content: "";
	position: absolute;
	top: -5px;
	height: 10px;
	width: 1px;
	background: #fff;
}

.range-slider .range-bar:before {
	left: -1px;
}

.range-slider .range-bar:after {
	right: 0;
}

.range-slider .year {
	font-size: 14px;
	line-height: 15px;
	position: absolute;
	bottom: 0;
}

.range-slider .year.min {
	left: -15px;
}

.range-slider .year.max {
	right: -15px;
}

.range-slider .handle {
	position: absolute;
	top: -67px;
	background: #ffff5c;
	color: #540028;
	width: 74px;
	height: 45px;
	text-align: center;
	padding: 0 7px;
	font-size: 20px;
	line-height: 45px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.range-slider .handle:focus {
	outline: none;
}

.range-slider .handle.low {
	margin-left: -58px;
	left: 88.8%;
	z-index: 1;
}

.range-slider .handle.low:after {
	right: 10px;
}

.range-slider .handle.high {
	margin-left: -16px;
	left: 100%;
}

.range-slider .handle.high:after {
	left: 10px;
}

.range-slider .handle:after {
	content: "";
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #ffff5c transparent transparent transparent;
	position: absolute;
	bottom: -10px;
}

.range-slider .handle:hover {
	background: #ffff10;
	color: #540028;
}

.range-slider .selected-bar,
.range-slider .ui-slider-range {
	height: 3px;
	top: -1px;
	background: #fff;
	width: 11.2%;
	position: absolute;
	left: 88.8%;
}

.data-container .panel {
	padding-bottom: 4px;
}

.data-container .panel.active-1 a.decade-toggle {
	color: #ffff5c;
	background: #c1272d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxMjcyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDQxMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, from(#c1272d), to(#c44128));
	background: -webkit-linear-gradient(left, #c1272d 0%, #c44128 100%);
	background: linear-gradient(to right, #c1272d 0%, #c44128 100%);
}

.data-container .panel .slide-1 {
	padding: 19px 0 10px;
}

.data-container .decade-title-area {
	display: none;
	font: 41px/43px "Petersburg", Times, serif;
	position: relative;
	width: 254px;
	height: 300px;
	padding: 21px 23px;
	margin: 0 4px 14px;
	overflow: hidden;
	background: #c1272d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxMjcyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDQxMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, from(#c1272d), to(#c44128));
	background: -webkit-linear-gradient(top, #c1272d 0%, #c44128 100%);
	background: linear-gradient(to bottom, #c1272d 0%, #c44128 100%);
}

.data-container .decade-title-area:before,
.data-container .decade-title-area:after,
.data-container .decade-title-area .circle {
	content: "";
	width: 108px;
	height: 108px;
	border: 1px solid #540028;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	bottom: -56px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.data-container .decade-title-area:before {
	width: 185px;
	height: 185px;
	bottom: -93px;
}

.data-container .decade-title-area .circle {
	width: 254px;
	height: 254px;
	bottom: -127px;
}

.data-container .decades-list {
	margin: 0 58px 64px 67px;
}

.decades-list {
	direction: rtl;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	background: #c1272d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxMjcyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDQxMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, from(#c1272d), to(#c44128));
	background: -webkit-linear-gradient(left, #c1272d 0%, #c44128 100%);
	background: linear-gradient(to right, #c1272d 0%, #c44128 100%);
}

.decades-list li {
	float: right;
	direction: ltr;
	width: 20%;
	padding: 18px 7px;
}

.decades-list li.inactive {
	position: relative;
}

.decades-list li.inactive:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/blank.gif);
	width: 100%;
	height: 100%;
	z-index: 100;
}

.decades-list li.inactive > a {
	position: relative;
	cursor: pointer;
	pointer-events: none;
	color: #540028;
}

.decades-list a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.decades-list a:hover {
	color: #ffff5c;
}

.data-box {
	border: 1px solid #fff;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.data-box.active .year-toggle {
	color: #fff;
}

.data-box.active .year-toggle:before,
.data-box.active .year-toggle:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #fff;
}

.data-box .slide {
	padding: 15px 15px 0;
	margin-bottom: -3px;
}

.data-box .link-to-ceremony {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	color: #ffff5c;
	margin-bottom: 19px;
}

.data-box section ul {
	line-height: 25px;
}

.data-box section ul li {
	padding-bottom: 7px;
}

.data-box section ul li:last-child {
	margin-bottom: 12px;
}

.data-box section ul a {
	color: #fff;
}

.data-box section ul a:hover {
	color: #ffff5c;
}

.data-box h2 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 11px;
	color: #ffff5c;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

a.year-toggle {
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 7px 30px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	color: #ffff5c;
	outline: none;
}

a.year-toggle:before,
a.year-toggle:after {
	content: "\e603";
	position: absolute;
	top: 11px;
	color: #d0538e;
	-webkit-transition: color .3s, -webkit-transform .5s;
	transition: color .3s, transform .5s;
	font: 16px/1 "icomoon";
}

a.year-toggle:before {
	left: 9px;
}

a.year-toggle:after {
	right: 9px;
}

a.year-toggle:hover:before,
a.year-toggle:hover:after {
	color: #fff;
}

a.decade-toggle {
	font: 20px/1 "Petersburg", Times, serif;
	display: block;
	text-align: center;
	padding: 12px;
	color: #fff;
	background: #c44128 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0NDEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMTI3MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, from(#c44128), to(#c1272d));
	background: -webkit-linear-gradient(left, #c44128 0%, #c1272d 100%);
	background: linear-gradient(to right, #c44128 0%, #c1272d 100%);
}

a.decade-toggle:hover {
	color: #ffff5c;
	background: #c1272d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxMjcyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDQxMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, from(#c1272d), to(#c44128));
	background: -webkit-linear-gradient(left, #c1272d 0%, #c44128 100%);
	background: linear-gradient(to right, #c1272d 0%, #c44128 100%);
}

.search-results-area {
	padding: 50px 10px;
}

.results-list {
	padding-bottom: 30px;
}

.results-list li + li {
	padding-top: 17px;
}

.results-list a {
	display: block;
}

a.result-post {
	display: table;
	width: 100%;
	height: 170px;
	border: 1px solid rgba(255, 255, 255, .52);
	color: #fff;
	padding: 14px 30px 6px 10px;
}

a.result-post:hover {
	background: #c44128;
}

a.result-post.style-1 {
	padding-bottom: 15px;
}

a.result-post.style-1 .content-wrap .h2 {
	font-size: 13px;
	line-height: 18px;
	vertical-align: bottom;
	padding-bottom: 10px;
}

a.result-post .title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 7px;
}

a.result-post .inductee-wrap {
	display: table-footer-group;
	height: 1%;
}

a.result-post .name {
	display: inline-block;
	vertical-align: middle;
	font: 24px/25px "Petersburg", Times, serif;
	text-transform: uppercase;
	padding: 0 10px 10px 2px;
	letter-spacing: 2px;
	width: -webkit-calc(100% - 77px);
	width: calc(100% - 77px);
}

a.result-post .name span {
	display: block;
}

a.result-post .photo {
	display: inline-block;
	vertical-align: middle;
	width: 72px;
	height: 72px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 5px;
}

a.result-post .photo img {
	display: block;
	width: 100%;
}

a.result-post .title-wrap {
	display: table-header-group;
	height: 1%;
}

a.result-post .title-wrap .title {
	padding-bottom: 0;
}

a.result-post .content-wrap {
	display: table-row;
	vertical-align: middle;
}

a.result-post .content-wrap .h2 {
	font: 19px/20px "Petersburg", Times, serif;
	margin-bottom: 0;
	padding: 5px 0 7px;
	display: table-cell;
	vertical-align: middle;
	color: inherit;
}

a.result-post .read-now {
	display: table-footer-group;
	height: 1%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.results-list-1 li + li {
	padding-top: 9px;
}

a.result-post-1 {
	color: #fff;
	position: relative;
	z-index: 0;
	padding: 18px;
	text-align: center;
	overflow: hidden;
	display: block;
	text-transform: uppercase;
	background: #c1272d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxMjcyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDQxMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, from(#c1272d), to(#c44128));
	background: -webkit-linear-gradient(top, #c1272d 0%, #c44128 100%);
	background: linear-gradient(to bottom, #c1272d 0%, #c44128 100%);
}

a.result-post-1:before,
a.result-post-1:after,
a.result-post-1 .circle {
	content: "";
	width: 128px;
	height: 128px;
	border: 1px solid #540028;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

a.result-post-1:before {
	width: 218px;
	height: 218px;
	bottom: -112px;
}

a.result-post-1:hover {
	background: #c44128 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0NDEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMTI3MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, from(#c44128), to(#c1272d));
	background: -webkit-linear-gradient(top, #c44128 0%, #c1272d 100%);
	background: linear-gradient(to bottom, #c44128 0%, #c1272d 100%);
}

a.result-post-1 .circle {
	width: 298px;
	height: 298px;
	bottom: -151px;
}

a.result-post-1 > .holder {
	display: block;
	width: 100%;
	min-height: 264px;
	padding-bottom: 108px;
	position: relative;
}

a.result-post-1 .title {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 7px;
}

a.result-post-1 .name {
	font: 24px/25px "Petersburg", Times, serif;
	display: block;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

a.result-post-1 .photo-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

a.result-post-1 .photo {
	display: inline-block;
	vertical-align: top;
	width: 101px;
	height: 101px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

a.result-post-1 .photo img {
	display: block;
	width: 100%;
}

.intro-area-1 {
	padding: 189px 10px 3px;
	position: relative;
	display: table;
	width: 100%;
}

.intro-area-1:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 25px;
	border-style: solid;
	border-width: 13px 10.5px 0 10.5px;
	border-color: #530028 transparent transparent transparent;
}

.intro-area-1 .featured-pic {
	width: 145px;
	height: 145px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 27px;
}

.intro-area-1 .featured-pic img {
	display: block;
	width: 100%;
}

.intro-area-1 .block-container {
	display: table-header-group;
	height: 1%;
}

.intro-area-1 .block-container .info-text-box {
	width: 100%;
}

.intro-area-1 .info-text-box {
	position: relative;
	padding: 0 10px 20px 15px;
	min-height: 67px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -2px 31px;
	font: 27px/31px "Petersburg", Times, serif;
}

.intro-area-1 .info-text-box.style-1 {
	width: 100%;
	padding-bottom: 0;
	line-height: 40px;
}

.intro-area-1 .info-text-box.style-1:before {
	top: 12px;
}

.intro-area-1 .info-text-box:before {
	content: "";
	position: absolute;
	top: 7px;
	bottom: 0;
	left: 2px;
	width: 1px;
	background: #fff;
}

.intro-area-1 .info-text-box p {
	margin-bottom: 14px;
	letter-spacing: 1px;
}

.intro-area-1 .info-text-box .name {
	font-size: 27px;
	line-height: 31px;
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.intro-area-1 .info-text-box time,
.intro-area-1 .info-text-box .counter {
	display: block;
	font-weight: 400;
	letter-spacing: 1px;
}

.intro-area-1 .info-text-box .title {
	display: block;
	position: absolute;
	bottom: 0;
	color: #ffff5c;
	text-transform: uppercase;
	font: 14px/16px 'Benton Sans Book', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.intro-area-1 .info-text-box .wrap {
	text-transform: uppercase;
	font: 14px/16px 'Benton Sans Book', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.intro-area-1 .info-text-box .wrap a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 13px;
}

.intro-area-1 .info-text-box .wrap a:last-child:before {
	content: none;
}

.intro-area-1 .info-text-box .wrap a:before {
	position: absolute;
	top: 3px;
	right: -10px;
	bottom: 1px;
	width: 1px;
	background: #ffff5c;
	content: "";
}

.intro-area-1 .info-text-box .wrap a .arrow {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 6px;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #ffff5c;
}

.link {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffff5c;
}

.link .arrow {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 6px;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #ffff5c;
}

.link:hover {
	color: #fff;
}

.link:hover .arrow {
	border-color: transparent transparent transparent #fff;
}

.intro-area-2 {
	font: 18px/23px "Petersburg", Times, serif;
	padding: 63px 18px 49px;
	color: #58595b;
}

.biography-block {
	padding: 41px 18px 47px;
}

.biography-block .col-lt {
	padding-bottom: 11px;
}

.biography-block .slideshow-wrap {
	position: relative;
	z-index: 11;
}

.slideshow-wrap.style-1 .fade-slideshow {
	margin-left: 0;
}

.slideshow-wrap.style-1 .fade-slideshow .slide {
	padding: 8px 0 0;
}

.slideshow-wrap .fade-slideshow {
	text-transform: uppercase;
	margin-left: 32px;
}

.slideshow-wrap .fade-slideshow.rtl {
	margin: 0 31px 0 0;
	text-align: right;
}

.slideshow-wrap .fade-slideshow .slide {
	padding: 16px 0;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

.slideshow-wrap .fade-slideshow .slide-status-info {
	display: block;
	padding-bottom: 6px;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.slideshow-wrap .fade-slideshow .title {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right: 17px;
}

.slideshow-wrap .fade-slideshow .more {
	display: inline-block;
	vertical-align: middle;
	color: #333;
}

.slideshow-wrap .fade-slideshow .more:hover {
	color: #c44128;
}

.impact-preview-section {
	position: relative;
	height: 1534px;
}

.impact-preview-section > .holder {
	top: -480px;
	left: 15px;
	right: 15px;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.impact-preview-section > .holder > h2 {
	font: 43px/55px "Petersburg", Times, serif;
	color: #540028;
	max-width: 290px;
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 1px;
	z-index: 1;
}

.impact-preview-section > .holder > h2 span {
	display: block;
}

.impact-preview-section .sharing-area {
	position: absolute;
	bottom: 56px;
	left: 0;
	right: 0;
	text-align: center;
}

.preview-area {
	width: 766px;
	position: absolute;
	margin-left: -383px;
	top: 0;
	height: 1748px;
	left: 50%;
}

.preview-area [class^="line-"] {
	background: #d0538e;
	position: absolute;
	z-index: 1;
}

.preview-area [class^="circle-"] {
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #d0538e;
	z-index: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.preview-area [class^="circle-"]:before {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	height: 100px;
	margin: 0 auto;
	background: #540028;
	content: "";
	z-index: -1;
}

.preview-area .line-1 {
	width: 153px;
	height: 1px;
	top: 139px;
	left: 231px;
}

.preview-area .line-2 {
	width: 1px;
	height: 1221px;
	top: 139px;
	left: 383px;
}

.preview-area .line-3 {
	width: 1px;
	height: 302px;
	bottom: 658px;
	left: 295px;
}

.preview-area .line-4 {
	width: 1px;
	height: 586px;
	bottom: 571px;
	left: 338px;
}

.preview-area .line-5 {
	width: 1px;
	height: 452px;
	bottom: 572px;
	left: 426px;
}

.preview-area .circle-big {
	width: 765px;
	height: 766px;
	bottom: 0;
}

.preview-area .circle-big:before {
	width: 131px;
	left: -44px;
}

.preview-area .circle-medium {
	width: 577px;
	height: 577px;
	bottom: 95px;
}

.preview-area .circle-medium:before {
	width: 131px;
	left: -43px;
}

.preview-area .circle-small {
	width: 386px;
	height: 386px;
	bottom: 191px;
}

.preview-area .circle-small:before {
	width: 88px;
	left: -3px;
}

.preview-area .profile-owner,
.preview-area .start-ico {
	position: absolute;
	width: 180px;
	height: 180px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background: #c44628;
	z-index: 102;
	top: 48px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
}

.preview-area .profile-owner.animated,
.preview-area .start-ico.animated {
	-webkit-animation: MyZoom .5s linear forwards;
	animation: MyZoom .5s linear forwards;
}

.preview-area .profile-owner .thumbnail,
.preview-area .start-ico .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.preview-area .profile-owner .thumbnail img,
.preview-area .start-ico .thumbnail img {
	display: block;
	width: 100%;
}

.preview-area .start-ico {
	visibility: hidden;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.preview-area .profile-owner.fixed-icon {
	position: fixed;
	top: 50%;
	margin-top: -90px;
}

.preview-area .profile-owner.animated {
	margin-top: 0;
	position: absolute;
	top: 1265px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.preview-area .impacted-person {
	position: absolute;
	width: 72px;
	height: 72px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background: #c44628;
	z-index: 101;
	opacity: 0;
}

.preview-area .impacted-person.show-from-desktop {
	display: block;
	visibility: hidden;
}

.preview-area .impacted-person.animated {
	-webkit-animation: fadeInUp-1 .3s linear forwards;
	animation: fadeInUp-1 .3s linear forwards;
}

.preview-area .impacted-person.one {
	top: 960px;
	left: 468px;
}

.preview-area .impacted-person.two {
	top: 545px;
	left: 299px;
}

.preview-area .impacted-person.three {
	top: 662px;
	left: 391px;
}

.preview-area .impacted-person.four {
	top: 733px;
	left: 260px;
}

.preview-area .impacted-person.five {
	top: 1118px;
	left: 20px;
}

.preview-area .impacted-person.six {
	top: 1081px;
	left: 208px;
}

.preview-area .impacted-person.seven {
	top: 1471px;
	left: 98px;
}

.preview-area .impacted-person.eight {
	top: 1489px;
	left: 237px;
}

.preview-area .impacted-person.nine {
	top: 1660px;
	left: 165px;
}

.preview-area .impacted-person.ten {
	top: 1076px;
	left: 478px;
}

.preview-area .impacted-person.eleven {
	top: 1235px;
	left: 720px;
}

.preview-area .impacted-person.twelve {
	top: 1525px;
	left: 682px;
}

.preview-area .impacted-person.thirteen {
	top: 1552px;
	left: 512px;
}

.preview-area .impacted-person.fourteen {
	top: 1241px;
	left: 70px;
}

.preview-area .impacted-person.fifteen {
	top: 1409px;
	left: -30px;
}

.preview-area .impacted-person.sixteen {
	top: 1056px;
	left: 611px;
}

.preview-area .impacted-person.seventeen {
	top: 1200px;
	left: 605px;
}

.preview-area .impacted-person.eighteen {
	top: 1382px;
	left: 530px;
}

.preview-area .impacted-person.nineteen {
	top: 1707px;
	left: 435px;
}

.preview-area .impacted-person > a {
	display: block;
}

.preview-area .impacted-person > a.hover .name, .preview-area .impacted-person > a.reveal .name {
	opacity: 1;
}

.preview-area .impacted-person > a .name {
	opacity: 0;
	background: rgba(190, 71, 127, .65);
}

.preview-area .profile-owner .name span {
	font-size:  32px;
	line-height:  32px;
}

.preview-area .impacted-person .name,.preview-area .profile-owner .name {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	z-index: 1;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	line-height: 15px;
	text-transform: capitalize;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.preview-area .impacted-person .name:after,.preview-area .profile-owner .name:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
	overflow: hidden;
}

.preview-area .impacted-person .name span, .preview-area .profile-owner .name span{
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 5px;
}

.preview-area .impacted-person .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.preview-area .impacted-person .thumbnail img {
	display: block;
	width: 100%;
}

.sharing-area h2 {
	font: 42px/45px "Petersburg", Times, serif;
	margin-bottom: 12px;
}

a.go-top {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

a.go-top:before {
	content: "";
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff transparent;
	float: left;
	margin: 4px 6px 0 0;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

a.go-top:hover {
	color: #ffff5c;
}

a.go-top:hover:before {
	border-color: transparent transparent #ffff5c transparent;
}

.more-info-block {
	padding: 63px 53px 30px !important;
	font-size: 14px;
	line-height: 18px;
}

.more-info-block a {
	color: #333;
}

.more-info-block .col-rt {
	padding: 0 104px 36px 0;
}

.more-info-block section > h2 {
	font: 24px/28px "Petersburg", Times, serif;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.more-info-block section > article {
	padding-bottom: 13px;
}

.more-info-block section > article > h3 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.more-info-block section > article p {
	margin: 0;
}

.more-info-block .col-lt > section {
	float: left;
	width: 28.6%;
	padding-right: 10px;
}

.more-info-block .col-lt > section:last-child {
	width: 71.4%;
	padding-right: 0;
}

.more-info-block .col-lt > section:last-child article {
	width: 50%;
	float: left;
	padding-right: 5px;
}

.discography-block {
	width: 720px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	background: #f9efe0;
	color: #540028;
	text-shadow: none;
	padding: 63px 5px 65px;
}

.discography-block a {
	color: #540028;
}

.discography-block a:hover {
	color: #c44128;
}

.discography-block .main-header {
	position: relative;
	margin: 0 15px 7px;
	padding-left: 14px;
	min-height: 137px;
}

.discography-block .main-header:before {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #530028;
}

.discography-block .main-header .close {
	float: right;
	margin-top: 5px;
}

.discography-block .main-header h2 {
	overflow: hidden;
	color: #540028;
	font: 42px/46px "Petersburg", Times, serif;
	margin: 0 5px 5px 0;
}

.discography-block .close {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	color: #333;
}

.discography-block .close:hover {
	color: #c44128;
}

.discography-block .close:hover .ico-cross:before,
.discography-block .close:hover .ico-cross:after {
	background: #c44128;
}

.discography-block .close .ico-cross {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 8px;
}

.discography-block .close .ico-cross:before,
.discography-block .close .ico-cross:after {
	content: "";
	position: absolute;
	left: -4px;
	right: -4px;
	bottom: 12px;
	height: 1px;
	background: #5b0c31;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.discography-block .close .ico-cross:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.discography-block .close .ico-cross:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav {
	padding: 0 14px 47px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.nav ul li {
	float: left;
}

.nav ul li + li {
	padding-left: 20px;
	position: relative;
}

.nav ul li + li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 9px;
	background: #540028;
	width: 1px;
}

.top-songs-table {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}

.top-songs-table thead th {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-align: left;
	color: #333;
	padding: 13px 5px;
}

.top-songs-table tbody tr {
	border-bottom: 11px solid #f9efe0;
}

.top-songs-table tbody tr.active .tools-area .btn-play {
	border-color: #530028;
	border-width: 0 5px;
}

.top-songs-table tbody tr.active .tools-area .btn-play:hover {
	border-color: #c44128;
}

.top-songs-table tbody tr.loading-data .tools-area .btn-play {
	border: none;
	position: relative;
}

.top-songs-table tbody tr.loading-data .tools-area .btn-play:before {
	content: "";
	background: url(../images/spinner.gif) no-repeat 0 0/100% auto;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: -3px;
}

.top-songs-table tbody tr td {
	padding: 20px 5px 15px;
	background: #fcf7f0;
}

.top-songs-table tbody tr td:nth-child(1) {
	width: 32.6666666667%;
	text-transform: capitalize;
	padding-left: 15px;
}

.top-songs-table tbody tr td:nth-child(2) {
	width: 18.6666666667%;
}

.top-songs-table tbody tr td:nth-child(3) {
	width: 21.0666666667%;
}

.top-songs-table tbody tr td:nth-child(4) {
	width: 10.8%;
}

.top-songs-table tbody tr td:nth-child(2),
.top-songs-table tbody tr td:nth-child(3),
.top-songs-table tbody tr td:nth-child(4) {
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
}

.top-songs-table tbody tr td:nth-child(2) a,
.top-songs-table tbody tr td:nth-child(3) a,
.top-songs-table tbody tr td:nth-child(4) a {
	color: #333;
}

.top-songs-table tbody tr td:nth-child(2) a:hover,
.top-songs-table tbody tr td:nth-child(3) a:hover,
.top-songs-table tbody tr td:nth-child(4) a:hover {
	color: #c44128;
}

.top-songs-table .song-number {
	font: 46px/1 "Petersburg", Times, serif;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
	width: 35px;
}

.top-songs-table .song-title {
	font: 21px/24px "Petersburg", Times, serif;
	display: inline-block;
	vertical-align: middle;
	width: -webkit-calc(100% - 39px);
	width: calc(100% - 39px);
	letter-spacing: 1px;
	position: relative;
	top: -1px;
}

.top-songs-table .tools-area {
	position: relative;
	padding-left: 25px;
	height: 68px;
	white-space: nowrap;
}

.top-songs-table .tools-area:before {
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	background: #530028;
	width: 1px;
	position: absolute;
}

.top-songs-table .tools-area:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
	overflow: hidden;
}

.top-songs-table .tools-area .btn-play {
	margin-right: 16px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 27px;
	border-style: solid;
	border-width: 13px 0 13px 16px;
	border-color: transparent transparent transparent #530028;
}

.top-songs-table .tools-area .btn-play:hover {
	border-color: transparent transparent transparent #c44128;
}

.top-songs-table .tools-area .share {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}

#detailed-song-list {
	padding-top: 47px;
}

.h2 {
	font: 28px/38px "Petersburg", Times, serif;
	color: #540028;
	margin: 0 14px 20px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.songs-detail-table {
	width: 100%;
	color: #540028;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

.songs-detail-table thead th {
	padding: 10px 3px 15px 15px;
	text-align: left;
	cursor: pointer;
}

.songs-detail-table thead th:nth-child(1) {
	width: 27.3611111111%;
}

.songs-detail-table thead th:nth-child(2) {
	width: 19.1666666667%;
}

.songs-detail-table thead th:nth-child(3) {
	width: 23.3333333333%;
}

.songs-detail-table thead th:nth-child(4) {
	width: 20.1388888889%;
}

.songs-detail-table thead th:nth-child(5) {
	width: 10%;
}

.songs-detail-table tbody tr {
	border-bottom: 6px solid #f9efe0;
}

.songs-detail-table tbody td {
	padding: 7px 3px 7px 15px;
	background: #fcf7f0;
}

.sorting-tools {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 19px;
	margin-left: 5px;
	position: relative;
	top: -3px;
}

.sorting-tools a {
	color: #540028;
	display: block;
}

.sorting-tools [class^="icon-"] {
	font-size: 7px;
	position: absolute;
	top: 0;
}

.sorting-tools .asc,
.sorting-tools .desc {
	position: absolute;
	left: 0;
	width: 11px;
	height: 7px;
}

.sorting-tools .asc {
	top: 0;
}

.sorting-tools .desc {
	bottom: 0;
}

.headerSortDown .sorting-tools .desc,
.headerSortUp .sorting-tools .asc {
	visibility: hidden;
}

.headerSortDown .sorting-tools .asc {
	top: 7px;
}

.headerSortUp .sorting-tools .desc {
	bottom: 6px;
}

#recordings {
	padding-top: 61px;
}

#recordings .h2 {
	margin-bottom: 24px;
}

.recordings-list-table {
	width: 100%;
	color: #540028;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

.recordings-list-table thead th {
	padding: 0 17px 22px;
	text-align: left;
}

.recordings-list-table tbody tr {
	border-bottom: 5px solid #f9efe0;
}

.recordings-list-table tbody tr td {
	padding: 10px 3px 10px 17px;
	background: #fcf7f0;
}

.recordings-list-table tbody tr td:nth-child(1) {
	width: 20.5333333333%;
}

.recordings-list-table tbody tr td:nth-child(2) {
	width: 29.2%;
	padding-bottom: 21px;
}

.recordings-list-table tbody tr td:nth-child(2) span {
	display: block;
}

.recordings-list-table tbody tr td:nth-child(3) {
	width: 29.0666666667%;
	padding-bottom: 21px;
}

.recordings-list-table tbody tr td:nth-child(3) span {
	display: block;
}

.recordings-list-table tbody tr td:nth-child(4) {
	width: 21.2%;
	padding-bottom: 21px;
}

.recordings-list-table .photo {
	width: 98px;
	height: 98px;
}

.recordings-list-table .photo img {
	display: block;
	width: 100%;
}

#stage-productions {
	padding-top: 53px;
	overflow: hidden;
}

#stage-productions .h2 {
	margin-bottom: 28px;
}

.boxes-wrap {
	margin: 0 -10px;
}

.boxes-wrap .info-box {
	float: left;
	width: 25%;
	padding: 0 10px 20px;
}

.info-box {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
}

.info-box > .holder {
	background: #fcf7f0;
	padding: 12px 14px 8px;
}

.info-box .title {
	display: block;
}

.info-box p {
	margin-bottom: 8px;
}

#film-scores {
	padding-top: 41px;
	overflow: hidden;
}

#film-scores .h2 {
	margin-bottom: 28px;
}

.ceremony-intro-area,
.award-intro-area {
	padding: 20px 13px;
	position: relative;
}

.ceremony-intro-area:before,
.award-intro-area:before {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 25px;
	border-style: solid;
	border-width: 13px 10.5px 0 10.5px;
	border-color: #530028 transparent transparent transparent;
}
.slideshow-wrap .fade-slideshow .slide strong {
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.ceremony-intro-area .slideshow-wrap .fade-slideshow .slide,
.award-intro-area .slideshow-wrap .fade-slideshow .slide {
	color: #fff;
}

.ceremony-intro-area .des,
.award-intro-area .des {
	position: relative;
	padding-left: 10px;
	margin-bottom: 30px;
}

.ceremony-intro-area .des:before,
.award-intro-area .des:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 11px;
	left: 0;
	bottom: 2px;
	width: 1px;
}

.ceremony-intro-area time,
.award-intro-area time {
	font: 19px/35px "Petersburg", Times, serif;
	display: block;
	padding-bottom: 10px;
}

.ceremony-intro-area h1,
.award-intro-area h1 {
	font: 27px/35px "Petersburg", Times, serif;
}

.ceremony-intro-area .wrap,
.award-intro-area .wrap {
	margin: 0 -10px;
}

.ceremony-intro-area .wrap .link,
.award-intro-area .wrap .link {
	margin: 5px 10px 0;
	float: left;
}

.ceremony-intro-area .wrap .link .arrow,
.award-intro-area .wrap .link .arrow {
	margin-left: 2px;
	border-width: 7px 0 7px 11px;
}

.text-block {
	font: 18px/23px "Petersburg", Times, serif;
	padding: 40px 15px 35px;
}

.container {
	padding: 30px 15px;
}

.award-winners-area > h2 {
	font: 40px/1.15 "Petersburg", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.award-winners-area > h3 {
	font: 35px/1.15 "Petersburg", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.award-winners-list {
	margin: 0 -10px;
}

.award-winners-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	width: 155px;
	padding: 0 10px 48px;
	text-align: left;
}

.award-winners-list .photo {
	margin-bottom: 15px;
}

.award-winners-list .photo img {
	display: block;
	width: 100%;
}

.award-winners-list .name {
	font: 20px/28px "Petersburg", Times, serif;
	display: block;
	margin-bottom: 9px;
}

.award-winners-list .name a {
	color: #fff;
}

.award-winners-list .name span {
	display: block;
}

.award-winners-list .more {
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

/* grayscale for list images */
.award-winners-list img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* XXX: iPhone Chrome bug workaround (images get replaced by other images no page) */
@media screen and (max-width: 1024px) {
  .award-winners-list img {
    -webkit-filter: none;
  }
}

#main {
	padding: 41px 20px 20px;
}

#main.m2 {
	padding: 28px 18px 0;
}

/*.biography-block .col-lt, #content {
	white-space: pre-line;
}*/

#main.m2 #content {
	padding-bottom: 15px;
}

#main.m2 #content a {
	color: #333;
	text-decoration: underline;
}

#main.m2 #content a:hover {
	text-decoration: none;
}

#main.m2 #content .testimonial-post.style-2 cite a {
	text-decoration: none;
}

#main.m2 #content .testimonial-post.style-2 cite a:hover {
	color: #c44128;
}

#main.m2 #sidebar {
	margin: 0 -10px;
}

#main.m2 #sidebar .testimonial-post.style-1 {
	padding-bottom: 72px;
}

#main.m3 {
	padding: 36px 18px 16px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

#main.m3 #content {
	padding-bottom: 0;
	padding-top: 11px;
}

#main.m3 #sidebar {
	display: table-header-group;
	height: 1%;
}

#content {
	padding-bottom: 20px;
}

#sidebar .testimonial-post.style-1 {
	padding-bottom: 50px;
}

#sidebar .slideshow-wrap {
	padding-bottom: 25px;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.media-gallery {
	padding-top: 51px;
	padding-bottom: 50px;
}

.media-gallery > h2 {
	font: 43px/47px "Petersburg", Times, serif;
	text-transform: capitalize;
	color: #540028;
	margin: 0 0 33px 12px;
}

.gallery-post {
	padding-bottom: 89px;
}

.gallery-post.style-1 .gallery-owner {
	margin: 0 35px 4px 135px;
}

.gallery-post.style-1 .slideshow-wrap .fade-slideshow-1.style-1.rtl .btn-next {
	right: -52px;
}

.gallery-post.style-1 .slideshow-wrap .fade-slideshow-1.style-1 .btn-prev:before,
.gallery-post.style-1 .slideshow-wrap .fade-slideshow-1.style-1 .btn-next:before {
	left: -4px;
}

.gallery-post .gallery-owner {
	vertical-align: bottom;
	margin: 0 93px 4px 79px;
}

.gallery-post .slideshow-wrap {
	display: inline-block;
	vertical-align: bottom;
	width: -webkit-calc(100% - 373px);
	width: calc(100% - 373px);
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1.rtl .btn-prev {
	display: none;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1.rtl .btn-next {
	display: block;
	right: -56px;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1.rtl .btn-next:before {
	color: #474645;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1.rtl .btn-next:hover:before {
	color: #c44128;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .mask {
	width: 100%;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .slide {
	width: auto;
	height: 275px;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .slide > a {
	height: 100%;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .slide img {
	height: 100%;
	width: auto;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .btn-prev,
.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .btn-next {
	width: 20px;
	height: 32px;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .btn-prev:before,
.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .btn-next:before {
	font-size: 38px;
	top: -3px;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .btn-next {
	display: none;
}

.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .btn-prev {
	display: block;
	left: -54px;
}

.gallery-post .slideshow-wrap .fade-slideshow.rtl .slide-status-info {
	margin-right: 0;
}

.gallery-post .slideshow-wrap .fade-slideshow.rtl .text-wrap {
	padding-left: 20px;
}

.gallery-post .slideshow-wrap .fade-slideshow .slide {
	padding: 22px 0 0;
}

.gallery-post .slideshow-wrap .fade-slideshow .slide-status-info {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding-bottom: 0;
}

.gallery-post .slideshow-wrap .fade-slideshow .text-wrap {
	display: inline-block;
	vertical-align: middle;
}

.gallery-post .slideshow-wrap .fade-slideshow p {
	margin: 0;
}

.gallery-owner {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	width: 154px;
	text-align: left;
}

.gallery-owner .photo {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 125px;
	height: 125px;
	margin-bottom: 14px;
}

.gallery-owner .photo img {
	display: block;
	width: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.gallery-owner .des {
	padding-left: 19px;
}

.gallery-owner .name {
	font: 20px/28px "Petersburg", Times, serif;
	display: block;
	margin-bottom: 9px;
	color: #333;
	letter-spacing: 1px;
}

.gallery-owner .name span {
	display: block;
}

.gallery-owner .more {
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #333;
}

.posts-wrap {
	padding-bottom: 30px;
	padding-left: 13px;
	padding-right: 13px;
}

.post-area {
	padding-top: 33px;
}

.post-area .photo {
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #333;
	width: 200px;
	margin: 0 auto 15px;
}

.post-area .photo:hover {
	color: #c44128;
}

.post-area .photo img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.post-area .des > h2 {
	font: 20px/1.275 "Petersburg", Times, serif;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.post-area .des > h2 > a {
	color: #333;
}

.post-area .des > h2 > a:hover {
	color: #c44128;
}

.post-area .link-wrap {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.post-area .link-wrap a {
	color: #333;
}

.post-area .link-wrap a:hover {
	color: #c44128;
}

.post-intro-area {
	padding-top: 35px;
	padding-bottom: 11px;
	position: relative;
}

.post-intro-area:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 43px;
	border-style: solid;
	border-width: 20px 15px 0;
	border-color: #530028 transparent transparent transparent;
}

.post-intro-area .featured-img img {
	display: block;
	width: 100%;
}

.post-intro-area .des {
	padding-top: 5px;
}

.post-intro-area h1 {
	font: 29px/33px "Petersburg", Times, serif;
	text-transform: capitalize;
	margin-bottom: 11px;
}

.post-intro-area .wrap {
	color: #ffff5c;
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.post-intro-area .wrap .published {
	float: left;
	margin-right: 20px;
}

.post-intro-area .sharing-area {
	float: left;
	max-width: 70%;
}

.post-intro-area .sharing-area h2 {
	display: none;
}

.post-intro-area .social-networks {
	margin-left: -6px;
	margin-right: -6px;
}

.post-intro-area .social-networks li {
	padding: 0 6px 5px;
}

.post-intro-area .social-networks a {
	font-size: 11px;
	color: #ffff5c;
}

.widget {
	padding-bottom: 7px;
}

.widget h2 {
	font: 29px/33px "Petersburg", Times, serif;
	color: #530028;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.widget .news-post {
	margin-bottom: 4px;
}

.mentioned-inductees-block {
	padding: 29px 18px 0;
	border-bottom: 1px solid #fff;
}

.mentioned-inductees-block h2 {
	font: 28px/38px "Petersburg", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 27px;
}

.mentioned-inductees-block .inductees-list {
	margin: 0 -15px -9px;
}

.mentioned-inductees-block .inductees-list li {
	padding-bottom: 49px;
}

.block {
	padding-bottom: 43px;
}

.block h2 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.benefits-info-widget, .about-info-widget {
	margin-bottom: 20px;
}

.benefits-info-widget, .about-info-widget h2 {
	font: 28px/38px "Petersburg", Times, serif;
	color: #540028;
	letter-spacing: 1px;
	margin-bottom: 11px;
}

.benefits-info-widget, .about-info-widget ul {
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.benefits-info-widget, .about-info-widget ul li + li {
	padding-top: 4px;
}

.top-article-area {
	background: #fff;
	color: #333;
	padding-top: 18px;
	padding-bottom: 7px;
}

.top-article-area .photo {
	margin-bottom: 8px;
}

.top-article-area .photo img {
	display: block;
	width: 100%;
}

.top-article-area .title {
	font: 28px/32px "Petersburg", Times, serif;
	display: block;
	text-transform: capitalize;
	display: block;
	padding-bottom: 4px;
}

.top-article-area h2 {
	font: 12px/16px "Petersburg", Times, serif;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.top-article-area h2 a {
	color: #414141;
}

.top-article-area h2 a:hover {
	color: #c44128;
}

.top-article-area .read-now {
	display: inline-block;
	vertical-align: top;
	color: #710c24;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.top-article-area .read-now:hover {
	color: #c44128;
}

.top-article-area .wrap {
	overflow: hidden;
}

.two-columns {
	padding-top: 20px;
	padding-bottom: 10px;
}

.news-block {
	padding-bottom: 26px;
}

.news-block > header {
	padding-bottom: 8px;
}

.news-block > header h2 {
	font: 28px/32px "Petersburg", Times, serif;
	color: #333;
	float: left;
	max-width: 30%;
	margin: 0;
}

.news-block > header .filter-form {
	float: right;
	max-width: 70%;
	padding-top: 14px;
}

.news-block > header .filter-form .jcf-select {
	margin: 0;
}

.news-block .news-post {
	margin-bottom: 4px;
}

.news-block .link-wrap {
	display: block;
	padding-top: 4px;
}

a.load-more, a.load-more-events {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	color: #333;
}

a.load-more:hover {
	color: #c44128;
}

.upcoming-events-section {
	padding-bottom: 30px;
}

.upcoming-events-section h2 {
	font: 28px/32px "Petersburg", Times, serif;
	color: #333;
	margin-bottom: 17px;
	text-transform: capitalize;
}

.upcoming-events-section .link-wrap {
	display: block;
}

.event-post {
	display: table;
	width: 100%;
	border: 1px solid #530028;
	padding: 13px 10px 11px;
	color: #540028;
	margin-bottom: 4px;
	height: 100%;
}

.event-post .published {
	font: 21px/25px "Petersburg", Times, serif;
	display: table-cell;
	vertical-align: middle;
	width: 88px;
	padding-right: 12px;
	text-transform: uppercase;
	text-align: center;
}

.event-post .published .day {
	display: block;
	font-size: 33px;
	line-height: 1.1;
}

.event-post .des {
	display: table-cell;
	vertical-align: top;
	width: -webkit-calc(100% - 88px);
	width: calc(100% - 88px);
	height: 75px;
	position: relative;
	padding-bottom: 20px;
}

.event-post h3 {
	font: 14px/17px "Petersburg", Times, serif;
	color: #530028;
	margin-bottom: 7px;
}

.event-post h3 a {
	color: #530028;
}

.event-post h3 a:hover {
	color: #c44128;
}

.event-post footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
}

.event-post footer time {
	float: left;
}

.event-post footer .details {
	float: right;
}

.event-post .details {
	color: #333;
}

.event-post .details:hover {
	color: #c44128;
}

.social-media-area {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.social-media-area:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -999px;
	right: -9999px;
	height: 1px;
	background: #fff;
}

.social-media-area > header h2 {
	font: 28px/32px "Petersburg", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.social-media-area > header .resource-title {
	position: absolute;
	bottom: -2px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.social-post {
	background: #fff;
	padding: 15px 16px 12px;
	color: #540028;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0;
	white-space: normal;
}

.social-post a {
	color: #540028;
}

.social-post a:hover {
	color: #c44128;
}

.social-post .photo {
	margin-bottom: 14px;
}

.social-post .photo img {
	display: block;
	max-height: 186px;
	margin: auto;
	width: auto;
}

.social-post .meta {
	display: block;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	padding: 0 19px 12px 0;
}

.social-post .meta .holder {
	float: left;
	max-width: 85%;
}

.social-post .meta .published {
	font-weight: 400;
	float: right;
}

.social-post h2 {
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	margin-bottom: 0;
}

.social-post .des {
	position: relative;
	padding-left: 40px;
}

.social-post .des [class^="icon-"] {
	position: absolute;
	top: 50%;
	left: -6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 25px;
}

#footer {
	padding: 105px 23px 20px 25px;
	position: relative;
}

#footer .logo {
	width: 131px;
	height: auto;
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#footer .logo img {
	display: block;
	width: 100%;
}

#footer h2 {
	font-size: 9px;
	line-height: 12px;
	font-weight: 400;
	margin-bottom: 2px;
}

#footer .contributors-block h2 {
	font-size: 8px;
	margin-bottom: 9px;
}

.social-media {
	padding-bottom: 5px;
	border-bottom: 1px solid #f7e8d7;
	margin-bottom: 6px;
}

.social-networks {
	margin: 0 -13px;
	text-align: center;
	overflow: hidden;
}

.social-networks.style-1 {
	margin: 0;
	overflow: visible;
}

.social-networks.style-1 li {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.social-networks.style-1 a {
	color: #ffff5c;
	font-size: 24px;
}

.social-networks.style-1 a:hover {
	color: #fff;
}

.social-networks.style-1 .icon-twitter-1 {
	font-size: 17px;
}

.social-networks.style-1 .icon-cleansave {
	font-size: 17px;
}

.social-networks li {
	float: left;
	padding: 0 13px 11px;
	letter-spacing: 0;
}

.social-networks li.btn-wrap {
	float: none;
	overflow: hidden;
}

.social-networks a {
	font-size: 28px;
	line-height: 1;
	color: #fdfdfd;
	display: block;
}

.social-networks a:hover {
	color: #540028;
}

.social-networks a.btn {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #c22e2b;
	font-size: 12px;
	line-height: 17px;
	font-weight: 700;
	font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	height: 29px;
	background: #fdfdfd;
	padding: 6px 11px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: none;
}

.social-networks a.btn:hover {
	background: #540028;
}

.sponsors-block {
	padding-bottom: 17px;
	margin-bottom: 12px;
	border-bottom: 1px solid #f7e8d7;
}

.sponsors-block ul,
.contributors-block ul {
	padding-top: 2px;
}

.sponsors-block ul li,
.contributors-block ul li {
	margin-bottom: 5px;
	width: 47%;
	float: left;
}

.sponsors-block ul li img,
.contributors-block ul li img {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.sponsors-block ul li.logo-american-airlines {
	margin-top: 12px;
	width: 68%;
}

.sponsors-block ul li.logo-american-airlines img {
	width: 86%;
}

.sponsors-block ul li.logo-gibson-foundation {
	margin-top: 6px;
	text-align: center;
	width: 32%;
}

.sponsors-block ul li.logo-gibson-foundation img {
	width: 70%;
}

.sponsors-block ul li.logo-prager-metis {
	text-align: right;
	width: 100%;
	margin-top: -16px;
}

.sponsors-block ul li.logo-prager-metis img {
	width: 46%;
}

.contributors-block {
	padding-bottom: 27px;
}

.contributors-block ul li.logo-ascap img {
	margin-top: 16px;
}

.contributors-block ul li.logo-sesac img {
	margin-top: 24px;
	margin-left: auto;
}

.contributors-block ul li.logo-bmi img {
	width: 54%;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
}

.contributors-block ul li.logo-nmpa img {
	width: 87%;
	margin-left: auto;
	margin-right: auto;
}

.contributors-block ul img {
	display: block;
	width: 100%;
}

.copyright {
	font-size: 9px;
	line-height: 12px;
	text-align: center;
}

.copyright p {
	margin: 0;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #540028;
}

@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_sprite@2x.png");
		background-size: 44px 152px;
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox_loading@2x.gif");
		background-size: 24px 24px;
	}
}

@media (max-width: 759px) {
	.hide-from-mobile {
		display: none !important;
	}
}

@media (min-width: 760px) {
	#header,
	.intro-area-1,
	.biography-block,
	.impact-preview-section,
	.ceremony-intro-area,
	.award-intro-area,
	#main,
	.post-intro-area,
	.top-article-area,
	.two-columns,
	.social-media-area,
	#footer {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.top-block .arrow-wrap,
	#header.style-2,
	.intro-block,
	.testimonials-block,
	.news-section > header,
	.fade-slideshow-1,
	.inductees-timeline-block,
	.section-1,
	.search-block,
	.data-info-block,
	.browse-area,
	.search-results-area,
	.intro-area-2,
	.more-info-block,
	.text-block,
	.container,
	.media-gallery,
	.mentioned-inductees-block {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	body {
		font-size: 16px;
		line-height: 1.625;
	}

	.show-from-tablet {
		display: block;
	}

	.hide-from-tablet {
		display: none !important;
	}

	a.btn {
		padding: 12px 14px 10px;
		font-size: 16px;
		line-height: 18px;
	}

	.hiddem-item {
		display: none !important;
	}

	#header.style-1 #nav {
		padding-top: 89px;
	}

	#header.style-1 .navigation-toggle {
		top: 38px;
	}

	#header.style-1 .logo {
		margin-top: 13px;
	}

	#header .logo {
		margin-left: 0;
		top: -6px;
	}

	#header .search-block {
		padding: 30px 7px 0;
	}

	.logo {
		width: 222px;
	}

	.logo .part-1 {
		width: 173px;
		left: 25px;
	}

	.logo .part-2 {
		width: 223px;
		left: -1px;
	}

	.navigation-toggle {
		width: 36px;
		height: 22px;
		right: 2px;
	}

	.navigation-toggle:before,
	.navigation-toggle:after,
	.navigation-toggle span {
		height: 4px;
		margin-top: -2px;
	}

	.intro-block {
		line-height: 1.48;
		color: #faf0e1;
		padding: 53px 21px 67px;
	}

	.intro-block.style-1 {
		font-size: 27px;
		line-height: 40px;
		padding: 39px 50px 32px;
	}

	.intro-block.style-1 p {
		margin-bottom: 11px;
	}

	.intro-block.style-2:after {
		content: none;
	}

	.testimonials-block {
		padding-top: 103px;
		padding-bottom: 30px;
	}

	.testimonials-block .slideoutleft-slideshow .pagination {
		position: relative;
		width: 100%;
		text-align: left;
		padding: 29px 0 0 403px;
	}

	.testimonial-post.style-1 {
		width: 52%;
		float: left;
		padding-bottom: 175px;
	}

	.testimonial-post.style-1 .des {
		margin-left: 3px;
		padding-left: 10px;
	}
	
	.testimonial-post.style-1 q {
		padding-top: 0;
		padding-bottom: 46px;
		font-size: 31px;
		line-height: 41px;
	}

	.testimonial-post.style-1 q:before {
		content: none;
	}

	.testimonial-post.style-1 cite {
		font-size: 16px;
		line-height: 18px;
	}

	.testimonial-post.style-2 {
		float: none;
		width: 100%;
		padding-bottom: 23px;
		padding-top: 11px;
	}

	.testimonial-post.style-2 q {
		padding: 0 0 0 10px;
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 3px;
	}

	.testimonial-post.style-2 q:before {
		content: "";
		width: 1px;
		top: 8px;
		bottom: 9px;
		background: #333;
	}

	.testimonial-post.style-2 cite {
		margin-left: 0;
	}

	.testimonial-post.style-2 cite .quotes {
		display: inline;
		margin-right: 12px;
	}

	.testimonial-post.style-2 .des {
		margin-left: 0;
		padding: 0;
	}

	.testimonial-post.style-2 .des:before {
		content: none;
	}

	.testimonial-post .photo {
		width: 338px;
		height: 338px;
		margin: 0 73px 0 0;
	}

	.testimonial-post .des {
		position: relative;
		padding: 7px 0 0 11px;
	}

	.testimonial-post .des:before {
		content: "";
		position: absolute;
		top: 15px;
		left: 0;
		bottom: 3px;
		background: #333;
		width: 1px;
	}

	.testimonial-post q {
		font-size: 32px;
		line-height: 1.375;
		padding-bottom: 53px;
	}

	.testimonial-post cite {
		font-size: 14px;
		margin-left: -4px;
	}

	.testimonial-post cite span {
		display: inline;
	}

	.news-section {
		padding-bottom: 23px;
	}

	.news-section > header {
		padding-bottom: 54px;
	}

	.news-section > header h2 {
		font-size: 41px;
		margin: 0 31px;
	}

	.fade-slideshow-1 {
		white-space: nowrap;
	}

	.fade-slideshow-1.style-1 {
		padding-left: 0;
	}

	.fade-slideshow-1.style-1 .mask {
		margin-left: 0;
	}

	.fade-slideshow-1.style-1 .slide {
		width: 217px;
	}

	.fade-slideshow-1.style-1 .btn-prev {
		display: none;
	}

	.fade-slideshow-1.style-1 .btn-next {
		display: block;
		right: 0;
	}

	.fade-slideshow-1.style-1.style-2 .slide {
		width: 282px;
	}

	.fade-slideshow-1.style-5 .mask {
		margin-left: 0;
	}

	.fade-slideshow-1.style-5 .slide {
		padding: 0 8px;
		width: 412px;
		white-space: nowrap;
	}

	.fade-slideshow-1.style-5 .slide:after {
		height: 100%;
		width: 1px;
		display: inline-block;
		vertical-align: bottom;
		content: "";
		overflow: hidden;
	}

	.fade-slideshow-1.style-5 .social-post {
		display: inline-block;
		vertical-align: bottom;
		width: 100%;
	}

	.fade-slideshow-1.rtl {
		padding: 0;
	}

	.fade-slideshow-1.rtl .btn-prev {
		display: block;
		height: 26px;
	}

	.fade-slideshow-1.rtl .btn-next {
		display: none;
	}

	.fade-slideshow-1 .mask {
		overflow: visible;
		margin-left: -5px;
	}

	.fade-slideshow-1 .slide {
		width: 445px;
		padding: 0 5px;
		float: left;
		vertical-align: top;
	}

	.fade-slideshow-1 .slide.active .news-post {
		color: #faf0e1;
	}

	.fade-slideshow-1 .slide.active .news-post:before {
		border-width: 0 30px 40px;
		top: -40px;
		left: 49px;
	}

	.fade-slideshow-1 .slide.active .news-post a {
		color: #faf0e1;
	}

	.news-post {
		padding: 20px 22px 19px 25px;
		color: #34383b;
	}

	.news-post:hover {
		color: #faf0e1;
	}

	.news-post:hover a {
		color: #faf0e1;
	}

	.news-post.style-1:hover {
		color: #faf0e1;
	}

	.news-post.style-1:hover a {
		color: #faf0e1;
	}

	.news-post.style-1:hover a.read-now {
		color: #faf0e1;
	}

	.news-post.style-1:hover a.read-now:hover {
		color: #ffff5c;
	}

	.news-post a {
		color: #34383b;
	}

	.news-post .photo {
		width: 118px;
		min-width: 118px;
		height: 109px;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding-top: 7px;
	}

	.news-post .des {
		padding: 0 0 20px 22px;
		height: 120px;
	}

	.news-post h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	.news-post footer {
		font-size: 14px;
		left: 18px;
		right: 0;
		bottom: 0;
	}

	.inductees-timeline-block {
		padding-top: 67px;
		padding-bottom: 16px;
	}

	.inductees-timeline-block.style-1 {
		padding-top: 43px;
		padding-bottom: 36px;
	}

	.inductees-timeline-block.style-1 .inductees-area > header {
		padding: 0;
		margin-bottom: 61px;
	}

	.inductees-area.style-1 .inductees-list {
		margin: 0 -21px;
	}

	.inductees-area.style-1 .inductees-list li {
		width: 189px;
		padding-left: 21px;
		padding-right: 21px;
	}

	.inductees-area > header {
		padding: 0 7px;
		position: relative;
		margin-bottom: 92px;
	}

	.inductees-area > header:before {
		position: absolute;
		top: 6px;
		bottom: 6px;
		left: 0;
		width: 1px;
		background: #ffffb4;
		content: "";
	}

	.inductees-area > header h2 {
		font-size: 41px;
		line-height: 44px;
		color: #faf0e1;
		margin-bottom: 24px;
	}

	.inductees-area > header .view-ceremony {
		font-size: 14px;
		line-height: 16px;
		font-weight: 700;
		font-family: "Benton Sans", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-family: "Benton Sans", Helvetica, Arial, sans-serif;
	}

	.inductees-area > h2 {
		font-size: 41px;
		line-height: 44px;
		color: #faf0e1;
		margin-bottom: 24px;
	}

	.inductees-list {
		margin: 0 -23px;
	}

	.inductees-list li {
		width: 191px;
		padding: 0 23px 67px;
		font-size: 14px;
		line-height: 16px;
	}

	.inductees-list .photo {
		width: 146px;
		height: 146px;
		margin-bottom: 7px;
	}

	.inductees-list .des {
		padding-left: 7px;
	}

	.inductees-list .name {
		font-size: 27px;
		line-height: 36px;
		color: #faf0e1;
		margin-bottom: 13px;
	}

	.section-1 {
		padding-top: 50px;
		padding-bottom: 97px;
	}

	.section-1 .header {
		padding: 0 32px 25px;
	}

	.section-1 .header h2 {
		font-size: 41px;
		line-height: 39px;
	}

	.section-1 .inductees-list {
		margin-left: -19px;
		margin-right: -19px;
	}

	.section-1 .inductees-list li {
		width: 188px;
		padding-left: 19px;
		padding-right: 19px;
	}

	.section-1 .inductees-list .photo {
		width: 150px;
		height: 150px;
		margin-bottom: 28px;
	}

	.section-1 .inductees-list .des {
		padding-left: 1px;
	}

	.section-1 .inductees-list .name {
		margin-bottom: 13px;
	}

	.search-block {
		padding-top: 103px;
		padding-bottom: 103px;
	}

	.search-block.style-1 {
		padding-top: 105px;
	}

	.search-block.style-2 {
		padding-bottom: 125px;
	}

	.search-block .search-form {
		padding: 0 32px 0 31px;
	}

	.search-form .field-wrap {
		padding-right: 55px;
	}

	.search-form .field-wrap:before {
		top: 10px;
	}

	.search-form .field-wrap input[type="search"] {
		font-size: 41px;
		line-height: 45px;
		height: 65px;
		letter-spacing: 2px;
		padding-left: 13px;
	}

	.search-form .field-wrap .btn-return {
		width: 31px;
		height: 31px;
		top: 53%;
		right: 9px;
	}

	.search-form .field-wrap .btn-return:before {
		font-size: 30px;
	}

	.data-info-block {
		padding: 63px 52px 84px;
	}

	.data-info-block.style-1 {
		padding-top: 63px;
		padding-bottom: 84px;
	}

	.data-info-block.style-1 > h2 {
		margin-left: 0;
		margin-right: 0;
	}

	.data-info-block > h2 {
		margin: 0 0 72px;
		font-size: 41px;
		line-height: 45px;
	}

	.data-list {
		display: table;
		width: 100%;
		table-layout: fixed;
		text-align: left;
	}

	.data-list li {
		display: table-cell;
		vertical-align: top;
		width: 23.3231707317%;
		height: 168px;
		border-left: 1px solid #d0538e;
		padding: 0 9px 20px;
		position: relative;
	}

	.data-list li.albums {
		width: 24.3902439024%;
	}

	.data-list li.years-of-music {
		width: 28.6585365854%;
	}

	.data-list li.songs {
		width: 23.6280487805%;
	}

	.data-list li + li {
		padding-top: 0;
	}

	.data-list .counter {
		position: relative;
		margin-top: -7px;
	}

	.data-list .title {
		font-size: 14px;
		position: absolute;
		bottom: 0;
		letter-spacing: 0;
	}

	.browse-area {
		padding: 60px 53px 111px;
	}

	.browse-area > h2 {
		text-align: left;
		font-size: 41px;
		line-height: 45px;
		letter-spacing: 2px;
		word-spacing: -2px;
		margin-bottom: 72px;
	}

	.range-slider {
		padding-top: 72px;
		padding-left: 67px;
		padding-right: 59px;
		margin: 0 0 66px;
	}

	.range-slider .range-bar:before,
	.range-slider .range-bar:after {
		height: 18px;
		top: -9px;
	}

	.range-slider .year {
		font-size: 20px;
		line-height: 24px;
		bottom: 6px;
	}

	.range-slider .year.min {
		left: 2px;
	}

	.range-slider .year.max {
		right: -5px;
	}

	.range-slider .handle {
		top: -72px;
	}

	.range-slider .selected-bar,
	.range-slider .ui-slider-range {
		height: 5px;
		top: -2px;
	}

	.data-container .panel {
		padding: 0;
		margin-bottom: -14px;
	}

	.data-container .panel .slide-1 {
		position: static !important;
		padding: 14px 0 0;
	}

	.data-container .decade-title-area {
		display: inline-block;
		vertical-align: top;
	}

	.data-container .holder-col {
		padding: 0 50px 0 60px;
	}

	.data-box {
		display: inline-block;
		vertical-align: top;
		width: 254px;
		margin: 0 4px 14px;
	}

	.data-box .slide {
		position: static !important;
		padding: 17px 20px 23px;
		width: 100% !important;
	}

	.data-box .link-to-ceremony {
		margin-bottom: 27px;
	}

	.data-box section ul {
		line-height: 22px;
	}

	.data-box section ul li {
		padding-bottom: 14px;
	}

	.data-box section ul li:last-child {
		margin-bottom: 15px;
	}

	.data-box h2 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 14px;
	}

	a.year-toggle {
		display: none;
	}

	a.decade-toggle {
		display: none;
	}

	.search-results-area {
		padding: 96px 62px 123px 57px;
	}

	.search-results-area .results-list {
		float: left;
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
		padding-right: 42px;
	}

	.search-results-area .results-list-1 {
		float: right;
		width: 299px;
	}

	.intro-area-1 {
		padding: 59px 34px 45px 53px;
	}

	.intro-area-1:after {
		content: none;
	}

	.intro-area-1 .featured-pic {
		width: 278px;
		height: 278px;
		top: 52px;
		left: 27px;
	}

	.intro-area-1 .block-container .info-text-box {
		display: block;
		width: auto;
		margin-left: 325px;
	}

	.intro-area-1 .info-text-box {
		width: 25%;
		min-height: 132px;
		margin-bottom: 38px;
		line-height: 34px;
	}

	.intro-area-1 .info-text-box.style-1 {
		font-size: 41px;
		line-height: 52px;
		margin-left: 325px;
		width: auto;
		display: block;
		margin-bottom: 55px;
	}

	.intro-area-1 .info-text-box.style-1 p {
		margin-bottom: 44px;
	}

	.intro-area-1 .info-text-box .name {
		font-size: 42px;
		line-height: 46px;
	}

	.intro-area-1 .info-text-box .title {
		bottom: -2px;
	}

	.intro-area-1 .info-text-box .wrap a {
		margin-right: 25px;
	}

	.intro-area-1 .info-text-box .wrap a:before {
		content: none;
	}

	.intro-area-1 .info-text-box .wrap a .arrow {
		margin-left: 4px;
	}

	.link .arrow {
		margin-left: 4px;
	}

	.intro-area-2 {
		font-size: 24px;
		line-height: 34px;
		padding: 58px 48px 29px;
	}

	.biography-block {
		padding: 27px 51px 190px;
		color: #333;
	}

	.biography-block .col-lt {
		padding-bottom: 1px;
	}

	.biography-block .col-lt p {
		margin-bottom: 15px;
	}

	.biography-block .slideshow-wrap {
		float: right;
		width: 32%;
		padding-top: 17px;
	}

	.slideshow-wrap .fade-slideshow {
		margin-left: 6px;
		margin-right: -27px;
	}

	.slideshow-wrap .fade-slideshow.rtl {
		margin-right: 6px;
		margin-left: 0;
	}

	.slideshow-wrap .fade-slideshow .slide {
		font-size: 13px;
		line-height: 21px;
		padding: 17px 0;
	}

	.slideshow-wrap .fade-slideshow .slide-status-info {
		padding-bottom: 0;
	}

	.ceremony-intro-area,
	.award-intro-area {
		padding: 40px 20px;
	}

	.ceremony-intro-area:before,
	.award-intro-area:before {
		content: none;
	}

	.ceremony-intro-area .slideshow-wrap,
	.award-intro-area .slideshow-wrap {
		float: left;
		width: 46%;
	}

	.ceremony-intro-area .des,
	.award-intro-area .des {
		float: right;
		width: 51%;
		margin-bottom: 75px;
	}

	.ceremony-intro-area time,
	.award-intro-area time {
		font-size: 28px;
		line-height: 41px;
		letter-spacing: 1px;
		padding-bottom: 3px;
	}

	.ceremony-intro-area h1,
	.award-intro-area h1 {
		font-size: 31px;
		line-height: 41px;
		margin-bottom: 18px;
	}

	.ceremony-intro-area .wrap a + a,
	.award-intro-area .wrap a + a {
		position: relative;
		margin-left: 13px;
	}

	.ceremony-intro-area .wrap a + a:before,
	.award-intro-area .wrap a + a:before {
		position: absolute;
		top: 2px;
		left: -12px;
		bottom: 2px;
		width: 1px;
		background: #ffff5c;
		content: "";
	}

	.text-block {
		font-size: 24px;
		line-height: 34px;
		padding: 58px 20px 29px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.award-winners-area > h2 {
		font-size: 41px;
		line-height: 44px;
		color: #faf0e1;
		margin-bottom: 24px;
	}

	.award-winners-list li {
		width: 185px;
		font-size: 14px;
		line-height: 16px;
	}

	.award-winners-list .name {
		font-size: 28px;
		line-height: 37px;
		letter-spacing: 1px;
		color: #faf0e1;
		margin-bottom: 12px;
	}

	#main.m2 {
		padding: 50px 20px;
	}

	#main.m3 #content {
		padding-top: 5px;
	}

	#content {
		padding-bottom: 40px;
	}

	#sidebar .testimonial-post.style-1 {
		width: auto;
		float: none;
		padding-bottom: 50px;
	}

	#sidebar .slideshow-wrap {
		float: right;
		width: 36%;
	}

	#sidebar .clearfix .testimonial-post.style-1 {
		float: left;
		width: 59%;
	}

	.gallery-owner {
		width: 191px;
		font-size: 14px;
		line-height: 16px;
	}

	.gallery-owner .photo {
		width: 146px;
		height: 146px;
		margin-bottom: 7px;
	}

	.gallery-owner .des {
		padding-left: 7px;
	}

	.gallery-owner .name {
		font-size: 27px;
		line-height: 36px;
		margin-bottom: 14px;
	}

	.award-intro-area h1 {
		margin-bottom: 68px;
	}

	.posts-wrap {
		position: relative;
		margin-top: -13px;
	}

	.post-area .photo {
		float: left;
		width: 147px;
		font-size: 14px;
		line-height: 16px;
		margin: 6px 30px 0 0;
	}

	.post-area .des {
		overflow: hidden;
	}

	.post-area .des > h2 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 0;
	}

	.post-area .link-wrap {
		font-size: 16px;
		line-height: 18px;
	}

	.post-intro-area {
		padding-top: 32px;
		padding-bottom: 60px;
	}

	.post-intro-area:after {
		content: none;
	}

	.post-intro-area .featured-img {
		width: 45.8%;
		float: left;
		margin-right: 4%;
	}

	.post-intro-area .des {
		overflow: hidden;
		position: relative;
		padding: 0 0 30px 13px;
	}

	.post-intro-area .des:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 8px;
		left: 0;
		width: 1px;
		background: #fff;
	}

	.post-intro-area h1 {
		font-size: 42px;
		line-height: 55px;
	}

	.post-intro-area .wrap {
		position: absolute;
		bottom: 0;
		left: 13px;
		right: -1px;
		font-size: 14px;
		line-height: 17px;
	}

	.post-intro-area .sharing-area {
		float: right;
		max-width: 66%;
	}

	.post-intro-area .sharing-area h2 {
		font: 14px/17px 'Benton Sans Book', Arial, Helvetica, sans-serif;
		font-weight: 700;
		font-family: "Benton Sans", Helvetica, Arial, sans-serif;
		display: inline-block;
		vertical-align: middle;
		margin: 0 15px 0 0;
	}

	.post-intro-area .social-networks {
		max-width: 77%;
		margin-left: -9px;
		margin-right: -9px;
		display: inline-block;
		vertical-align: top;
	}

	.post-intro-area .social-networks li {
		padding-left: 9px;
		padding-right: 9px;
	}

	.post-intro-area .social-networks a {
		font-size: 15px;
	}

	.mentioned-inductees-block {
		padding-left: 20px;
		padding-right: 20px;
		border-bottom: none;
	}

	.mentioned-inductees-block h2 {
		font-size: 41px;
		line-height: 44px;
		color: #faf0e1;
		margin-bottom: 24px;
	}

	.mentioned-inductees-block .inductees-list {
		margin: 0 -23px;
	}

	.benefits-info-widget, .about-info-widget h2 {
		font-size: 42px;
		line-height: 55px;
	}

	.benefits-info-widget, .about-info-widget ul {
		font-size: 14px;
		line-height: 19px;
	}

	.benefits-info-widget, .about-info-widget ul li + li {
		padding-top: 10px;
	}

	.top-article-area {
		background: none;
		color: #fff;
		padding-bottom: 30px;
	}

	.top-article-area .photo {
		float: left;
		width: 37%;
		margin: 6px 21px 0 0;
	}

	.top-article-area .title {
		font-size: 35px;
		line-height: 39px;
		padding-bottom: 10px;
	}

	.top-article-area h2 {
		color: #fff;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.top-article-area h2 a {
		color: #fff;
	}

	.top-article-area h2 a:hover {
		color: #ffff5c;
	}

	.top-article-area .read-now {
		color: #ffff5c;
	}

	.top-article-area .read-now:hover {
		color: #fff;
	}

	.two-columns {
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.two-columns .lt-column {
		float: left;
		width: 49.8969072165%;
	}

	.two-columns .rt-column {
		float: right;
		width: 44.8453608247%;
	}

	.news-block > header {
		padding: 26px 0 23px;
	}

	.news-block > header h2 {
		font-size: 33px;
		line-height: 37px;
		color: #540028;
	}

	.news-block > header .filter-form {
		padding-top: 16px;
	}

	.upcoming-events-section h2 {
		font-size: 33px;
		line-height: 37px;
		text-align: right;
		color: #540028;
	}

	.upcoming-events-section h2 span {
		display: block;
	}

	.social-media-area {
		padding-top: 81px;
		padding-bottom: 78px;
	}

	.social-media-area > header {
		width: 296px;
		min-height: 325px;
		display: inline-block;
		vertical-align: bottom;
		position: relative;
		padding: 0 15px 20px;
	}

	.social-media-area > header:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background: #faf0e1;
		width: 1px;
	}

	.social-media-area > header h2 {
		font-size: 43px;
		line-height: 60px;
		position: relative;
		margin-top: -12px;
	}

	.social-media-area .fade-slideshow-1 {
		display: inline-block;
		vertical-align: bottom;
		width: -webkit-calc(100% - 325px);
		width: calc(100% - 325px);
	}

	.social-post {
		padding: 20px 20px 15px;
		font-size: 14px;
		line-height: 17px;
	}

	.social-post .photo {
		margin-bottom: 18px;
	}

	.social-post .meta {
		padding: 0 26px 15px 0;
	}

	.social-post h2 {
		font-size: 14px;
		line-height: 17px;
	}

	.social-post .des {
		padding-left: 55px;
	}

	.social-post .des [class^="icon-"] {
		font-size: 30px;
		left: 5px;
	}

	#footer {
		padding: 41px 50px;
		font-size: 14px;
		line-height: 20px;
	}

	#footer .lt-col {
		float: left;
		width: 47%;
	}

	#footer .rt-col {
		float: right;
		width: 48.5%;
		padding-top: 25px;
	}

	#footer .logo {
		width: 134px;
		position: static;
		margin: 0 0 24px;
	}

	#footer h2 {
		margin-bottom: 4px;
	}

	.social-media {
		padding-bottom: 9px;
		margin-bottom: 8px;
	}

	.social-networks {
		margin: 0 -12px;
	}

	.social-networks li {
		padding: 0 12px 10px;
	}

	.social-networks a {
		font-size: 34px;
	}

	.social-networks a.btn {
		font-size: 15px;
		line-height: 20px;
		height: 33px;
		padding: 7px 8px;
	}

	.copyright {
		font-size: 12px;
		line-height: 16px;
		padding-top: 22px;
		text-align: left;
	}
}

@media (min-width: 760px) and (max-width: 870px) {
	.fade-slideshow-1.style-1 .btn-next {
		right: -39px;
	}

	.fade-slideshow-1.style-1.style-3 .btn-next {
		right: 0;
	}
}

@media (min-width: 760px) and (max-width: 999px) {
	.fade-slideshow-1.style-5 .slide {
		width: 350px;
	}

	.fade-slideshow-1 .scroll {
		display: inline;
	}

	.news-post.style-2 {
		padding: 10px;
	}

	.news-post.style-2 h3 {
		font-size: 17px;
	}

	.two-columns .lt-column {
		width: 52%;
	}

	.two-columns .rt-column {
		width: 45.5%;
	}

	.news-block .news-post {
		margin-bottom: 10px;
	}

	.event-post h3 {
		font-size: 17px;
		line-height: 21px;
		color: #540028;
	}

	.social-media-area > header {
		width: 240px;
		min-height: 305px;
	}

	.social-media-area > header h2 {
		font-size: 36px;
		line-height: 49px;
		margin-top: -12px;
	}

	.social-media-area .fade-slideshow-1 {
		width: -webkit-calc(100% - 247px);
		width: calc(100% - 247px);
	}

	.social-post {
		padding: 15px;
		font-size: 13px;
		line-height: 16px;
	}

	.social-post .meta {
		padding: 0 0 10px;
	}

	.social-post .des {
		padding-left: 35px;
	}

	.social-post .des [class^="icon-"] {
		font-size: 20px;
		left: 0;
	}
}

@media (min-width: 1000px) {
	#header,
	.intro-area-1,
	.biography-block,
	.impact-preview-section,
	.ceremony-intro-area,
	.award-intro-area,
	#main,
	.post-intro-area,
	.top-article-area,
	.two-columns,
	.social-media-area,
	#footer {
		padding-left: 15px;
		padding-right: 15px;
	}

	.top-block .arrow-wrap,
	#header.style-2,
	.intro-block,
	.testimonials-block,
	.news-section > header,
	.fade-slideshow-1,
	.inductees-timeline-block,
	.section-1,
	.search-block,
	.data-info-block,
	.browse-area,
	.search-results-area,
	.intro-area-2,
	.more-info-block,
	.text-block,
	.container,
	.media-gallery,
	.mentioned-inductees-block {
		padding-left: 15px;
		padding-right: 15px;
	}

	.show-from-desktop {
		display: block;
		visibility: visible;
	}

	.hide-from-desktop {
		display: none !important;
	}

	.jcf-select {
		min-width: 120px;
	}

	.jcf-select .jcf-select-text {
		height: 30px;
		font-size: 14px;
		line-height: 16px;
	}

	.jcf-select .jcf-select-opener {
		width: 17px;
		height: 10px;
		top: 2px;
	}

	.jcf-select .jcf-select-opener:before {
		font-size: 10px;
	}

	.jcf-list {
		font-size: 18px;
		line-height: 20px;
	}

	.jcf-list .jcf-list-content {
		width: 100%;
	}

	.jcf-list .jcf-option {
		padding: 10px;
	}

	.top-block .down-arrow {
		left: 55px;
	}

	#header {
		overflow: hidden;
	}

	#header.style-1 #nav {
		padding-top: 17px;
	}

	#header.style-1 .logo {
		margin-top: 0;
		margin-bottom: -6px;
	}

	#header .logo {
		left: -4px;
	}

	#header .search-block {
		padding: 30px 0 40px;
	}

	.logo {
		width: 233px;
	}

	.logo .part-1 {
		width: 227px;
		left: 0;
		top: -7px;
	}

	.logo .part-2 {
		width: 231px;
		left: -3px;
		top: 23px;
	}

	#nav {
		padding-top: 15px;
		float: right;
		max-width: -webkit-calc(100% - 235px);
		max-width: calc(100% - 235px);
	}

	#nav > .slide > ul {
		font-size: 14px;
		text-align: right;
	}

	#nav > .slide > ul > li {
		display: inline-block;
		vertical-align: top;
		padding-bottom: 0;
	}

	#nav > .slide > ul > li.search-area > a {
		padding-right: 28px;
		position: relative;
	}

	#nav > .slide > ul > li.search-area > a:after {
		position: absolute;
		top: 7px;
		right: 7px;
		content: "\e601";
		font: 18px/1 "icomoon";
	}

	#nav > .slide > ul > li + li {
		padding: 0 0 0 26px;
	}

	.navigation-toggle {
		display: none;
	}

	.intro-block {
		padding: 0 15px 46px 339px;
		color: #fff;
		position: relative;
		margin-top: -14px;
		letter-spacing: 1px;
	}

	.intro-block.style-1 {
		padding: 17px 15px 19px;
		position: relative;
		margin-top: -23px;
	}

	.intro-block.style-1 p {
		margin-bottom: 10px;
	}

	.intro-block.style-1 .photo {
		float: left;
		width: 32.0212765957%;
		margin-right: 47px;
	}

	.intro-block.style-1 .photo img {
		display: block;
		width: 100%;
	}

	.intro-block.style-1 .des {
		overflow: hidden;
		padding-top: 24px;
	}

	.intro-block.style-2 {
		padding-right: 0;
		padding-bottom: 36px;
	}

	.slideoutleft-slideshow .pagination ul a {
		width: 15px;
		height: 15px;
	}

	.fade-slideshow .pagination ul a {
		width: 15px;
		height: 15px;
	}

	.testimonials-block {
		padding-top: 77px;
		padding-bottom: 0;
		position: relative;
		z-index: 3;
	}

	.testimonials-block .slideoutleft-slideshow .pagination {
		padding: 37px 0 0 522px;
	}

	.testimonial-post.style-1 {
		float: none;
		width: auto;
		padding-bottom: 77px;
	}

	.testimonial-post.style-1 .des {
		padding-top: 0;
		padding-left: 14px;
		margin-left: 8px;
	}

	.testimonial-post.style-1 .des:before {
		top: 11px;
	}

	.testimonial-post.style-1 q {
		font-size: 42px;
		line-height: 55px;
		padding-bottom: 119px;
	}

	.testimonial-post.style-1 cite {
		font-size: 14px;
		line-height: 16px;
	}

	.testimonial-post.style-1 cite .quotes {
		margin-left: 4px;
		margin-right: 15px;
	}

	.testimonial-post .photo {
		width: 431px;
		height: 431px;
		margin: 0 93px 0 1px;
	}

	.testimonial-post .des {
		padding: 9px 0 0 14px;
	}

	.testimonial-post .des:before {
		top: 19px;
	}

	.testimonial-post q {
		font-size: 41px;
		line-height: 1.37;
		padding-bottom: 72px;
		min-height: 400px;
	}

	.news-section {
		position: relative;
		margin-top: -20px;
		padding-bottom: 10px;
	}

	.news-section > header h2 {
		margin: 0 28px;
	}

	.news-section .fade-slideshow-1:before {
		content: "";
		position: absolute;
		right: 100%;
		width: 9999px;
		height: 100%;
		z-index: 5;
	}

	.fade-slideshow-1.style-1.style-4 {
		margin-left: -20px;
	}

	.fade-slideshow-1.style-1.style-4 .mask {
		width: 678px;
	}

	.fade-slideshow-1.style-1.style-4 .slide {
		width: 339px;
		padding: 0 20px;
	}

	.fade-slideshow-1.style-1.style-4 .btn-next {
		width: 30px;
		height: 48px;
		right: 32px;
	}

	.fade-slideshow-1.style-1.style-4 .btn-next:before {
		font-size: 48px;
	}

	.fade-slideshow-1.rtl .btn-prev {
		height: 32px;
		width: 20px;
	}

	.fade-slideshow-1.rtl .btn-prev:before {
		font-size: 31px;
	}

	.fade-slideshow-1 .mask {
		margin-left: -8px;
	}

	.fade-slideshow-1 .slide.active .news-post {
		color: #fff;
	}

	.fade-slideshow-1 .slide.active .news-post a {
		color: #fff;
	}

	.news-post {
		color: #333;
	}

	.news-post:hover {
		color: #fff;
	}

	.news-post:hover a {
		color: #fff;
	}

	.news-post.style-1 {
		padding: 12px 17px 15px;
	}

	.news-post.style-1:hover {
		color: #fff;
	}

	.news-post.style-1:hover a {
		color: #fff;
	}

	.news-post.style-1:hover a.read-now {
		color: #fff;
	}

	.news-post.style-1 .photo {
		width: 83px;
		min-width: 83px;
		height: 77px;
		padding-top: 4px;
	}

	.news-post.style-1 .photo > a {
		display: block;
		border: 1px solid #540028;
	}

	.news-post.style-1 .des {
		padding: 0 0 15px 18px;
		height: 84px;
	}

	.news-post.style-1 h3 {
		font-size: 14px;
		line-height: 21px;
	}

	.news-post.style-1 footer {
		font-size: 10px;
		left: 15px;
		right: 10px;
	}

	.news-post.style-2 {
		padding: 11px 16px 20px;
	}

	.news-post.style-2 .photo {
		width: 131px;
		height: 128px;
	}

	.news-post.style-2 .photo > a {
		display: block;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
	}

	.news-post.style-2 .des {
		padding: 10px 0 21px 17px;
	}

	.news-post.style-2 h3 {
		font-size: 21px;
		line-height: 28px;
	}

	.news-post.style-2 footer {
		bottom: -1px;
		left: 14px;
		right: 37px;
	}

	.news-post a {
		color: #333;
	}

	.inductees-timeline-block {
		padding-top: 86px;
		padding-bottom: 90px;
	}

	.inductees-timeline-block.style-1 {
		padding-top: 86px;
		padding-bottom: 60px;
	}

	.inductees-timeline-block.style-1 .inductees-area > header {
		padding: 0 12px;
		margin-bottom: 64px;
		margin-left: 1px;
	}

	.inductees-timeline-block.style-1 .inductees-list {
		margin: 0 -45px;
	}

	.inductees-timeline-block.style-1 .inductees-list li {
		padding: 0 45px 65px;
		width: 241px;
	}

	.inductees-timeline-block.style-1 .inductees-list .photo {
		margin-bottom: 31px;
	}

	.inductees-timeline-block .tab-content {
		overflow: visible;
		width: -webkit-calc(100% - 158px);
		width: calc(100% - 158px);
		float: left;
	}

	.inductees-area.style-1 .inductees-list li {
		width: 196px;
	}

	.inductees-area > header {
		padding: 0 13px;
		margin-bottom: 64px;
		margin-left: -11px;
	}

	.inductees-list li {
		width: 196px;
		padding-bottom: 50px;
	}

	.inductees-list .photo {
		width: 150px;
		height: 150px;
		margin-bottom: 15px;
	}

	.inductees-list .des {
		padding-left: 26px;
	}

	.section-1 {
		padding-top: 76px;
	}

	.section-1 .header {
		padding: 0 1px 2px;
	}

	.section-1 .fade-slideshow {
		margin-right: 35px;
	}

	.section-1 .inductees-list {
		margin-left: -45px;
		margin-right: -45px;
	}

	.section-1 .inductees-list li {
		width: 240px;
		padding-left: 45px;
		padding-right: 45px;
	}

	.section-1 .inductees-list .photo {
		margin-bottom: 25px;
	}

	.section-1 .inductees-list .des {
		padding-left: 12px;
	}

	.search-block {
		padding-top: 105px;
		padding-bottom: 99px;
	}

	.search-block.style-1 {
		padding-bottom: 99px;
	}

	.search-block.style-2 {
		padding-top: 126px;
		padding-bottom: 146px;
	}

	.search-block .search-form {
		padding: 0;
	}

	.search-form .field-wrap {
		padding-right: 63px;
	}

	.search-form .field-wrap:before {
		top: 9px;
		bottom: 8px;
	}

	.search-form .field-wrap input[type="search"] {
		height: 63px;
	}

	.search-form .field-wrap .btn-return {
		right: 20px;
	}

	.keyword-list {
		font-size: 20px;
		line-height: 30px;
	}

	.keyword-list > li {
		width: 16.66%;
	}

	.keyword-list > li > a {
		min-height: 120px;
		padding-top: 11px;
		padding-bottom: 11px;
	}

	.data-info-block {
		padding: 62px 28px 85px;
	}

	.data-info-block.style-1 {
		padding-top: 111px;
		padding-bottom: 208px;
	}

	.data-list {
		padding: 0 33px 0 69px;
	}

	.data-list li {
		width: 20% !important;
	}

	.browse-area {
		padding: 80px 15px 113px;
	}

	.range-slider {
		padding-left: 70px;
		padding-right: 70px;
		margin-bottom: 61px;
	}

	.range-slider .year.max {
		right: 0;
	}

	.range-slider .handle {
		top: -70px;
	}

	.range-slider .selected-bar,
	.range-slider .ui-slider-range {
		height: 6px;
		top: -3px;
	}

	.data-container {
		position: relative;
		padding-left: 157px;
	}

	.data-container .panel .slide-1 {
		padding-bottom: 4px;
	}

	.data-container .decade-title-area {
		margin: 0 3px 53px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.data-container .holder-col {
		padding: 0;
		overflow: hidden;
	}

	.data-container .decades-list {
		position: absolute;
		width: 120px;
		left: 0;
		top: 15px;
		margin: 0;
	}

	.decades-list {
		direction: ltr;
		padding: 31px 10px;
		background: #c44128 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0NDEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMTI3MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, right top, from(#c44128), to(#c1272d));
		background: -webkit-linear-gradient(left, #c44128 0%, #c1272d 100%);
		background: linear-gradient(to right, #c44128 0%, #c1272d 100%);
	}

	.decades-list li {
		width: 100%;
		float: none;
		padding: 0;
	}

	.decades-list li + li {
		padding-top: 32px;
	}

	.data-box {
		margin: 0 2px 53px;
		width: 253px;
	}

	.search-results-area {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 106px;
	}

	.search-results-area .results-list {
		padding-right: 0;
	}

	.results-list li {
		float: left;
		width: 50%;
		padding: 0 20px 17px 0;
	}

	.results-list li + li {
		padding-top: 0;
	}

	.intro-area-1 {
		padding: 40px 15px 17px;
		display: block;
	}

	.intro-area-1 .featured-pic {
		left: -4px;
		top: -7px;
	}

	.intro-area-1 .block-container {
		height: auto;
		display: inline-block;
		margin: 0 -2px;
		width: 34.6%;
	}

	.intro-area-1 .block-container .info-text-box {
		margin-left: 0;
		margin-right: 0;
	}

	.intro-area-1 .info-text-box {
		width: 16.7%;
	}

	.intro-area-1 .info-text-box.style-1 {
		margin: 0 94px 95px 498px;
		line-height: 55px;
	}

	.intro-area-1 .info-text-box.style-1 p {
		margin-bottom: 37px;
		min-height: 160px;
	}

	.intro-area-1 .info-text-box.last {
		width: 15.5%;
	}

	.intro-area-2 {
		font-size: 43px;
		line-height: 50px;
		padding: 111px 2px 87px;
	}

	.biography-block {
		padding: 69px 15px 62px;
	}

	.biography-block .col-lt {
		float: left;
		width: 65%;
		padding-top: 4px;
		padding-bottom: 450px;
	}

	.biography-block .slideshow-wrap {
		width: 100%;
		float: none;
		padding-top: 0;
	}

	.biography-block .col-rt {
		float: right;
		width: 32.6%;
	}

	.slideshow-wrap.style-1 .fade-slideshow .slide {
		padding-top: 16px;
	}

	.slideshow-wrap .fade-slideshow {
		margin-left: 8px;
		margin-right: 0;
	}

	.slideshow-wrap .fade-slideshow.rtl {
		margin-right: 8px;
		margin-left: 0;
	}

	.slideshow-wrap .fade-slideshow .slide {
		font-size: 14px;
		line-height: 23px;
		padding: 24px 0;
	}

	.more-info-block {
		padding: 135px 15px 106px !important;
		font-size: 16px;
		line-height: 20px;
	}

	.more-info-block .col-rt {
		float: right;
		width: 65.6382978723%;
		padding: 0;
	}

	.more-info-block section > h2 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 12px;
	}

	.more-info-block section > article {
		padding-bottom: 15px;
	}

	.more-info-block section > article > h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.more-info-block .col-lt {
		float: left;
		width: 32.7659574468%;
	}

	.more-info-block .col-lt > section {
		float: none;
		padding: 0 0 26px;
		width: auto;
	}

	.more-info-block .col-lt > section:last-child {
		width: auto;
	}

	.more-info-block .col-lt > section:last-child article {
		float: none;
		width: auto;
		padding-right: 0;
	}

	.text-block {
		font-size: 43px;
		line-height: 55px;
		padding: 178px 15px 144px;
		letter-spacing: 1px;
	}

	.text-block.style-1 {
		padding-top: 116px;
		padding-bottom: 86px;
	}

	.container {
		padding: 73px 15px 36px;
	}

	.award-winners-area > h2 {
		margin: 0 0 53px 0;
	}

	.award-winners-list {
		margin: 0 -13px;
	}

	.award-winners-list li {
		width: 193px;
		padding: 0 13px 50px;
	}

	.award-winners-list .photo {
		margin-bottom: 23px;
	}

	#main {
		padding: 68px 15px 86px;
	}

	#main.m1 {
		padding-top: 71px;
		padding-bottom: 61px;
	}

	#main.m1 #sidebar .testimonial-post.style-1 {
		padding-bottom: 99px;
	}

	#main.m1 #sidebar .testimonial-post.style-1 q {
		padding-bottom: 74px;
	}

	#main.m1 #sidebar .slideshow-wrap {
		padding-bottom: 99px;
	}

	#main.m2 {
		padding: 88px 15px 58px;
	}

	#main.m2 #content {
		padding-bottom: 0;
	}

	#main.m2 #sidebar {
		margin: 0;
	}

	#main.m3 {
		display: block;
		padding-top: 88px;
		padding-bottom: 70px;
	}

	#main.m3 #sidebar {
		position: relative;
		margin-top: -9px;
		height: auto;
		display: block;
	}

	#content {
		float: left;
		width: 65.5670103093%;
		padding-top: 5px;
	}

	#content p {
		margin-bottom: 15px;
	}

	#content .post-area p {
		margin-bottom: 19px;
	}

	#sidebar {
		float: right;
		width: 31.7525773196%;
	}

	#sidebar .testimonial-post.style-1 {
		padding-bottom: 248px;
	}

	#sidebar .testimonial-post.style-1 .des {
		margin-left: 0;
	}

	#sidebar .testimonial-post.style-1 q {
		font-size: 41px;
		line-height: 55px;
		padding-bottom: 64px;
	}

	#sidebar .slideshow-wrap {
		width: 100%;
		float: none;
		margin-left: -8px;
		padding-bottom: 201px;
	}

	#sidebar .clearfix .testimonial-post.style-1 {
		float: none;
		width: auto;
	}

	.gallery-owner {
		width: 196px;
	}

	.gallery-owner .photo {
		width: 150px;
		height: 150px;
		margin-bottom: 30px;
	}

	.gallery-owner .des {
		padding-left: 26px;
	}

	.post-intro-area .featured-img {
		margin-right: 6%;
	}

	.post-intro-area .social-networks {
		max-width: 81%;
		margin-left: -10px;
		margin-right: -10px;
	}

	.post-intro-area .social-networks li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.widget h2 {
		margin-bottom: 13px;
	}

	.widget .news-post {
		margin-bottom: 20px;
	}

	.mentioned-inductees-block {
		padding: 35px 15px 48px;
	}

	.mentioned-inductees-block h2 {
		margin: 0 0 42px 12px;
	}

	.block {
		padding-bottom: 30px;
	}

	.block h2 {
		margin-bottom: 3px;
		font-size: 16px;
		line-height: 21px;
	}

	.benefits-info-widget, .about-info-widget {
		position: relative;
	}

	.benefits-info-widget {
		padding-left: 13px;
	}

	.benefits-info-widget:before {
		content: "";
		position: absolute;
		top: 13px;
		left: 0;
		bottom: 0;
		width: 1px;
		background: #333;
	}

	.benefits-info-widget, .about-info-widget h2 {
		margin-bottom: 63px;
	}

	.top-article-area {
		padding-top: 31px;
		padding-bottom: 48px;
	}

	.top-article-area .photo {
		width: 32.7%;
	}

	.top-article-area .title {
		font-size: 43px;
		line-height: 47px;
		padding-bottom: 25px;
	}

	.top-article-area h2 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 34px;
	}

	.top-article-area .read-now {
		font-size: 14px;
		line-height: 16px;
	}

	.two-columns {
		padding-top: 51px;
		padding-bottom: 138px;
	}

	.news-block > header {
		padding: 39px 0 30px;
	}

	.news-block > header h2 {
		font-size: 42px;
		line-height: 48px;
	}

	.news-block > header .filter-form {
		float: left;
		padding: 25px 0 0 50px;
	}

	.news-block .news-post {
		margin-bottom: 24px;
	}

	.news-block .link-wrap {
		padding-top: 0;
		position: relative;
		margin-top: -8px;
	}

	a.load-more {
		font-size: 14px;
		line-height: 16px;
	}

	.upcoming-events-section {
		padding: 0 15px 105px 0;
	}

	.upcoming-events-section h2 {
		font-size: 42px;
		line-height: 53px;
		margin-bottom: 18px;
	}

	.upcoming-events-section .link-wrap {
		position: relative;
		margin-top: -9px;
		text-align: right;
	}

	.event-post {
		padding: 21px 17px 24px;
		margin-bottom: 24px;
	}

	.event-post .published {
		width: 144px;
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 2px;
		padding-right: 10px;
	}

	.event-post .published .day {
		font-size: 46px;
	}

	.event-post .des {
		height: 112px;
	}

	.event-post h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.event-post footer {
		font-size: 14px;
		line-height: 16px;
	}

	#footer {
		padding: 45px 15px 30px;
	}

	#footer .lt-col {
		width: 32%;
		padding-top: 4px;
	}

	#footer .rt-col {
		width: 65.2%;
		padding-top: 0;
	}

	#footer .rt-col .col-1 {
		float: right;
		width: 48.7%;
	}

	#footer .rt-col .col-2 {
		float: left;
		width: 48%;
	}

	#footer .logo {
		margin-bottom: 26px;
	}

	#footer h2 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	#footer .contributors-block h2 {
		font-size: 14px;
		line-height: 20px;
	}

/*
	#footer .contributors-block h2 {
		margin-bottom: 16px;
	}
*/

	#footer .social-media h2 {
		margin-bottom: 16px;
	}

	.social-media {
		border-bottom: none;
	}

	.social-networks {
		margin: 0 -12px;
	}

	.social-networks li {
		padding: 0 12px 10px;
	}

	.social-networks a {
		font-size: 32px;
	}

	.social-networks a.btn {
		height: 32px;
		font-size: 14px;
		padding: 6px 10px;
	}

	.copyright {
		padding-top: 43px;
	}
}

@media (min-width: 1024px) {
	.discography-block {
		width: 971px;
		padding: 61px 68px 60px;
	}

	.discography-block .main-header {
		margin: 0 -1px;
	}

	.nav {
		position: relative;
		top: -18px;
		padding-bottom: 21px;
	}

	.nav ul li + li {
		padding-left: 28px;
	}

	.nav ul li + li:before {
		left: 13px;
	}

	.top-songs-table tbody tr td:nth-child(1) {
		width: 38.0838323353%;
		padding-left: 45px;
	}

	.top-songs-table tbody tr td:nth-child(2) {
		width: 19.5209580838%;
	}

	.top-songs-table tbody tr td:nth-child(3) {
		width: 21.0778443114%;
	}

	.top-songs-table tbody tr td:nth-child(4) {
		width: 6.4670658683%;
	}

	.top-songs-table .song-number {
		width: 61px;
	}

	.top-songs-table .song-title {
		width: -webkit-calc(100% - 65px);
		width: calc(100% - 65px);
	}

	#detailed-song-list {
		padding-top: 41px;
	}

	.h2 {
		margin-left: 11px;
		margin-right: 11px;
	}

	.songs-detail-table thead th {
		padding-left: 13px;
		padding-bottom: 11px;
	}

	.songs-detail-table thead th:nth-child(1) {
		width: 24.1050119332%;
	}

	.songs-detail-table thead th:nth-child(2) {
		width: 22.553699284%;
	}

	.songs-detail-table thead th:nth-child(3) {
		width: 22.7923627685%;
	}

	.songs-detail-table thead th:nth-child(4) {
		width: 19.2124105012%;
	}

	.songs-detail-table thead th:nth-child(5) {
		width: 11.3365155131%;
	}

	.songs-detail-table tbody td {
		padding-left: 13px;
	}

	.sorting-tools {
		margin-left: 3px;
	}

	#recordings {
		padding-top: 71px;
	}

	.recordings-list-table thead th {
		padding-left: 15px;
		padding-right: 15px;
	}

	.recordings-list-table tbody tr td {
		padding-left: 15px;
	}

	.recordings-list-table tbody tr td:nth-child(1) {
		width: 21.2410501193%;
	}

	.recordings-list-table tbody tr td:nth-child(2) {
		width: 22.076372315%;
	}

	.recordings-list-table tbody tr td:nth-child(3) {
		width: 44.0334128878%;
	}

	.recordings-list-table tbody tr td:nth-child(4) {
		width: 12.6491646778%;
	}

	#stage-productions {
		padding-top: 69px;
	}

	.boxes-wrap {
		margin: 0 -2px;
	}

	.boxes-wrap .info-box {
		width: 20%;
		padding: 0 2px 4px;
	}

	#film-scores {
		padding-top: 54px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1100px) {
	.fade-slideshow-1.style-1 .slide {
		padding: 0 8px;
		width: 290px;
	}

	.fade-slideshow-1.style-1 .btn-next {
		width: 20px;
		height: 32px;
		right: -38px;
	}

	.fade-slideshow-1.style-1 .btn-next:before {
		font-size: 31px;
	}
}

@media (min-width: 1350px) {
	.fade-slideshow-1.style-1.style-2 .slide {
		width: 455px;
		padding: 0 15px;
	}

	.ceremony-intro-area,
	.award-intro-area {
		padding: 69px 15px 41px;
		padding-right: 45px;
	}

	.ceremony-intro-area .slideshow-wrap,
	.award-intro-area .slideshow-wrap {
		width: 33.3%;
		padding-right: 48px;
	}

	.ceremony-intro-area .slideshow-wrap .fade-slideshow.rtl,
	.award-intro-area .slideshow-wrap .fade-slideshow.rtl {
		margin-right: 15px;
	}

	.ceremony-intro-area .des,
	.award-intro-area .des {
		width: 65.4%;
		margin-top: 21px;
		padding-left: 13px;
		margin-bottom: 93px;
	}

	.ceremony-intro-area .des:before,
	.award-intro-area .des:before {
		top: 17px;
	}

	.ceremony-intro-area time,
	.award-intro-area time {
		line-height: 55px;
	}

	.ceremony-intro-area h1,
	.award-intro-area h1 {
		font-size: 42px;
		line-height: 55px;
		letter-spacing: 1px;
		margin-bottom: 60px;
	}

	.award-intro-area h1 {
		line-height: 56px;
		margin-bottom: 114px;
	}

	.award-intro-area .des {
		margin-top: 22px;
	}

	.award-intro-area .des:before {
		top: 13px;
	}
}

@media (max-width: 1023px) {
	.fancybox-wrap.fancybox-type-inline {
		width: 100% !important;
		left: 0 !important;
	}

	.fancybox-wrap.fancybox-type-inline .fancybox-inner {
		width: 100% !important;
	}

	.discography-block {
		width: 100%;
	}

	.discography-block .tablet-hidden {
		display: none;
	}

	.songs-detail-table thead th {
		cursor: text;
	}

	.sorting-tools {
		display: none;
	}
}

@media (max-width: 999px) {
	.hidden-tablet {
		display: none !important;
	}

	#header .logo {
		z-index: 9997;
	}

	body.nav-active {
		height: 100%;
		overflow: hidden;
	}

	body.nav-active #wrapper {
		height: 100% !important;
	}

	body.nav-active #nav .navigation-toggle:after,
	body.nav-active #nav .navigation-toggle:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 0;
		right: 0;
	}

	body.nav-active #nav .navigation-toggle:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	body.nav-active #nav .navigation-toggle span {
		opacity: 0;
	}

	body.nav-active #nav > .slide {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .5s linear, visibility .5s;
		transition: opacity .5s linear, visibility .5s;
	}

	body.nav-active #nav > .slide:after {
		-webkit-transition: background .3s;
		transition: background .3s;
	}

	body.nav-active #nav > .slide > ul {
		max-height: 100%;
		overflow-y: auto;
	}

	body.nav-active #nav > .slide > ul > li {
		-webkit-animation: fadeInDown .1s linear both;
		animation: fadeInDown .1s linear both;
	}

	body.nav-active #nav > .slide > ul > li:nth-child(1) {
		-webkit-animation-delay: .1s;
		animation-delay: .1s;
	}

	body.nav-active #nav > .slide > ul > li:nth-child(2) {
		-webkit-animation-delay: .2s;
		animation-delay: .2s;
	}

	body.nav-active #nav > .slide > ul > li:nth-child(3) {
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
	}

	body.nav-active #nav > .slide > ul > li:nth-child(4) {
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
	}

	body.nav-active #nav > .slide > ul > li:nth-child(5) {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
	}

	body.nav-active #nav > .slide > ul > li:nth-child(6) {
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
	}

	body.nav-close #nav > .slide {
		-webkit-transition: opacity .5s linear 1s, visibility .5s linear 1s;
		transition: opacity .5s linear 1s, visibility .5s linear 1s;
	}

	body.nav-close #nav > .slide:after {
		-webkit-transition: background 0s linear 1s;
		transition: background 0s linear 1s;
	}

	body.nav-close #nav > .slide > ul > li {
		-webkit-animation: fadeOutDown .1s linear both;
		animation: fadeOutDown .1s linear both;
	}

	body.nav-close #nav > .slide > ul > li:nth-child(1) {
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
	}

	body.nav-close #nav > .slide > ul > li:nth-child(2) {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
	}

	body.nav-close #nav > .slide > ul > li:nth-child(3) {
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
	}

	body.nav-close #nav > .slide > ul > li:nth-child(4) {
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
	}

	body.nav-close #nav > .slide > ul > li:nth-child(5) {
		-webkit-animation-delay: .2s;
		animation-delay: .2s;
	}

	body.nav-close #nav > .slide > ul > li:nth-child(6) {
		-webkit-animation-delay: .1s;
		animation-delay: .1s;
	}

	#nav > .slide {
		position: fixed;
		width: 100%;
		height: 100vh;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 101px 9px 15px;
		visibility: hidden;
		opacity: 0;
	}

	#nav > .slide:after {
		content: "";
		position: absolute;
		top: 0;
		left: -20px;
		right: -20px;
		bottom: -9999px;
		background: #c44128 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0NDEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMTI3MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, right top, from(#c44128), to(#c1272d));
		background: -webkit-linear-gradient(left, #c44128 0%, #c1272d 100%);
		background: linear-gradient(to right, #c44128 0%, #c1272d 100%);
	}

	#nav > .slide > ul {
		position: relative;
		z-index: 9997;
	}

	.inductees-timeline-block.style-1 .inductees-area > header:before {
		content: none;
	}

	.data-container .decades-list {
		position: static !important;
	}

	.impact-preview-section {
		padding-left: 53px;
		padding-right: 53px;
		height: 1361px;
	}

	.impact-preview-section > .holder {
		top: -328px;
		left: 53px;
		right: 53px;
	}

	.impact-preview-section > .holder > h2 {
		line-height: 56px;
		top: -5px;
		letter-spacing: -1px;
	}

	.impact-preview-section .sharing-area {
		bottom: 37px;
	}

	.preview-area {
		width: 742px;
		height: 1487px;
		margin-left: -371px;
	}

	.preview-area .line-1 {
		display: none;
	}

	.preview-area .line-2 {
		height: 1006px;
		left: 370px;
	}

	.preview-area .line-3 {
		height: 351px;
		bottom: 637px;
		left: 286px;
	}

	.preview-area .line-4 {
		height: 552px;
		bottom: 554px;
		left: 328px;
	}

	.preview-area .line-5 {
		height: 341px;
		bottom: 554px;
		left: 412px;
	}

	.preview-area .circle-big {
		width: 741px;
		height: 741px;
		bottom: 1px;
	}

	.preview-area .circle-big:before {
		width: 127px;
	}

	.preview-area .circle-medium {
		width: 557px;
		height: 557px;
		bottom: 94px;
	}

	.preview-area .circle-medium:before {
		width: 127px;
	}

	.preview-area .circle-small {
		width: 374px;
		height: 374px;
		bottom: 186px;
	}

	.preview-area .circle-small:before {
		width: 85px;
		left: -1px;
	}

	.preview-area .profile-owner.animated {
		top: 1024px;
	}

	.preview-area .impacted-person.one {
		top: 890px;
		left: 532px;
	}

	.preview-area .impacted-person.two {
		left: 292px;
		top: 354px;
	}

	.preview-area .impacted-person.three {
		top: 566px;
		left: 381px;
	}

	.preview-area .impacted-person.four {
		top: 479px;
		left: 248px;
	}

	.preview-area .impacted-person.five {
		top: 835px;
		left: 199px;
	}

	.preview-area .impacted-person.six {
		left: 63px;
		top: 1058px;
	}

	.preview-area .impacted-person.seven {
		left: 31px;
		top: 1285px;
	}

	.preview-area .impacted-person.eight {
		left: 204px;
		top: 1417px;
	}

	.preview-area .impacted-person.nine {
		left: 671px;
		top: 935px;
	}

	.preview-area .impacted-person.ten {
		top: 1192px;
		left: 470px;
	}

	.preview-area .impacted-person.eleven {
		left: 560px;
		top: 776px;
	}

	.preview-area .impacted-person.twelve {
		left: 671px;
		top: 1225px;
	}

	.preview-area .impacted-person.thirteen {
		left: 526px;
		top: 1399px;
	}

	.preview-area .impacted-person.fourteen {
		top: 1277px;
		left: 148px;
	}

	.preview-area .impacted-person.sixteen {
		top: 1086px;
		left: 600px;
	}

	.preview-area .impacted-person.seventeen {
		left: 372px;
		top: 1353px;
	}

	.preview-area .impacted-person.eighteen {
		left: 527px;
		top: 1399px;
	}

	.preview-area .impacted-person.nineteen {
		left: 2px;
		top: 928px;
	}
}

@media (max-width: 759px) {
	.hidden-mobile {
		display: none !important;
	}

	.jcf-select {
		max-width: 215px;
	}

	.clone-column {
		display: none !important;
	}

	#nav > .slide {
		padding-top: 85px;
	}

	#nav > .slide:after {
		left: -6px;
		right: -6px;
	}

	.intro-block.style-2 {
		font-size: 20px;
		line-height: 25px;
		padding: 24px 19px 30px;
	}

	.news-section .fade-slideshow-1 .mask {
		height: 318px;
		position: relative;
		overflow: hidden;
		padding-top: 22px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.news-section .fade-slideshow-1 .mask .news-post {
		height: auto !important;
	}

	.news-section .fade-slideshow-1 .mask * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.fade-slideshow-1.overflow {
		overflow: hidden;
	}

	.fade-slideshow-1.rebuild .mask .slideset {
		width: 100%;
	}

	.fade-slideshow-1.static-mobile .mask {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.fade-slideshow-1.static-mobile .slideset {
		width: 100%;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.fade-slideshow-1.static-mobile .slideset .slide {
		width: 100%;
		float: none;
	}

	.fade-slideshow-1.static-mobile .slideset .slide.clone-item {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		visibility: hidden;
		opacity: 0;
	}

	.fade-slideshow-1.style-5 .slide {
		height: auto !important;
	}

	.data-box.active {
		margin-bottom: 8px;
	}

	.impact-preview-section {
		padding-left: 18px;
		padding-right: 18px;
		height: 1506px;
	}

	.impact-preview-section > .holder {
		left: 18px;
		right: 18px;
		top: 47px;
	}

	.impact-preview-section > .holder > h2 {
		color: #fff;
		font-size: 29px;
		line-height: 31px;
		max-width: none;
	}

	.impact-preview-section > .holder > h2 span {
		display: inline;
	}

	.impact-preview-section > .holder > h2 span.style-1 {
		display: block;
	}

	.impact-preview-section .sharing-area {
		bottom: 80px;
		left: 7px;
		right: 7px;
	}

	.preview-area {
		width: 442px;
		height: 1120px;
		margin-left: -221px;
	}

	.preview-area .line-2 {
		height: 771px;
		left: 221px;
		top: 124px;
	}

	.preview-area .line-3 {
		height: 230px;
		bottom: 367px;
		left: 144px;
	}

	.preview-area .line-4 {
		height: 467px;
		bottom: 326px;
		left: 183px;
	}

	.preview-area .line-5 {
		height: 327px;
		bottom: 324px;
		left: 263px;
	}

	.preview-area .circle-big {
		width: 441px;
		height: 441px;
	}

	.preview-area .circle-big:before {
		width: 119px;
		left: -33px;
	}

	.preview-area .circle-medium {
		width: 331px;
		height: 331px;
		bottom: 56px;
	}

	.preview-area .circle-medium:before {
		width: 119px;
		left: -33px;
	}

	.preview-area .circle-small {
		width: 223px;
		height: 223px;
		bottom: 110px;
	}

	.preview-area .circle-small:before {
		width: 80px;
		left: 5px;
	}

	.preview-area .profile-owner,
	.preview-area .start-ico {
		width: 91px;
		height: 91px;
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75);
		top: 79px;
	}

	.preview-area .profile-owner.animated {
		top: 853px;
	}

	.preview-area .impacted-person {
		width: 68px;
		height: 68px;
	}

	.preview-area .impacted-person.one {
		top: 756px;
		left: 70px;
	}

	.preview-area .impacted-person.two {
		left: 148px;
		top: 287px;
	}

	.preview-area .impacted-person.three {
		top: 438px;
		left: 228px;
	}

	.preview-area .impacted-person.four {
		top: 481px;
		left: 110px;
	}

	.preview-area .impacted-person.five {
		left: 87px;
	}

	.preview-area .impacted-person.six {
		left: 84px;
	}

	.preview-area .impacted-person.seven {
		left: 70px;
		top: 961px;
	}

	.preview-area .impacted-person.eight {
		left: 290px;
		top: 1053px;
	}

	.preview-area .impacted-person.ten {
		left: 289px;
		top: 858px;
	}

	.preview-area .impacted-person.fourteen {
		left: 309px;
		top: 967px;
	}

	.preview-area .impacted-person.seventeen {
		left: 284px;
		top: 732px;
	}

	.preview-area .impacted-person.nineteen {
		left: 187px;
		top: 967px;
	}

	.sharing-area h2 {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 30px;
		text-align: right;
	}

	.sharing-area .social-networks.style-1 {
		background: #c44628;
		padding: 24px 0 7px;
		position: relative;
		margin-bottom: 44px;
	}

	.sharing-area .social-networks.style-1:before {
		content: "";
		border-style: solid;
		border-width: 0 15px 20px 15px;
		border-color: transparent transparent #c44728 transparent;
		position: absolute;
		top: -20px;
		right: 10px;
	}

	.sharing-area .social-networks.style-1 li {
		padding-left: 14px;
		padding-right: 14px;
	}

	.discography-block {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.discography-block .main-header {
		min-height: 67px;
		margin: 0 5px 10px;
		padding-left: 6px;
	}

	.discography-block .main-header h2 {
		font-size: 21px;
		line-height: 25px;
	}

	.discography-block .close {
		font-size: 7px;
		line-height: 11px;
	}

	.discography-block .close .ico-cross {
		width: 14px;
		height: 14px;
		top: -1px;
	}

	.discography-block .close .ico-cross:before,
	.discography-block .close .ico-cross:after {
		left: -2px;
		right: -2px;
		bottom: 6px;
	}

	.nav {
		font-size: 8px;
		line-height: 12px;
		padding: 0 5px 15px;
	}

	.nav ul li {
		padding-right: 9px;
		position: relative;
	}

	.nav ul li:before {
		content: "";
		position: absolute;
		background: #540028;
		width: 1px;
		top: 2px;
		bottom: 2px;
		right: 4px;
	}

	.nav ul li:last-child {
		padding-right: 0;
	}

	.nav ul li:last-child:before {
		content: none;
	}

	.nav ul li + li {
		padding-left: 0;
		margin-bottom: 5px;
	}

	.nav ul li + li:before {
		top: 2px;
		bottom: 2px;
		left: auto;
		right: 4px;
	}

	.top-songs-table {
		font-size: 7px;
		line-height: 12px;
	}

	.top-songs-table thead th {
		font-size: 7px;
		line-height: 11px;
		padding: 6px 5px;
	}

	.top-songs-table tbody tr.active .tools-area .btn-play {
		border-width: 0 3px;
	}

	.top-songs-table tbody tr.loading-data .tools-area .btn-play:before {
		width: 15px;
		height: 20px;
		left: -2px;
	}

	.top-songs-table tbody tr td {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.top-songs-table tbody tr td:nth-child(1) {
		width: 30.2325581395%;
		padding-left: 5px;
	}

	.top-songs-table tbody tr td:nth-child(2) {
		width: 21.5946843854%;
	}

	.top-songs-table tbody tr td:nth-child(3) {
		width: 21.926910299%;
	}

	.top-songs-table tbody tr td:nth-child(4) {
		width: 8.3056478405%;
	}

	.top-songs-table tbody tr td:nth-child(5) {
		width: 17.9401993355%;
	}

	.top-songs-table .song-number {
		font-size: 15px;
		width: 17px;
	}

	.top-songs-table .song-title {
		font-size: 9px;
		line-height: 10px;
		width: -webkit-calc(100% - 19px);
		width: calc(100% - 19px);
	}

	.top-songs-table .tools-area {
		padding-left: 7px;
		height: 34px;
	}

	.top-songs-table .tools-area .btn-play {
		width: 11px;
		height: 14px;
		border-width: 7px 0 7px 11px;
		margin-right: 4px;
	}

	#detailed-song-list {
		padding-top: 25px;
	}

	.h2 {
		font-size: 14px;
		line-height: 18px;
		margin: 0 5px 10px;
	}

	.songs-detail-table {
		font-size: 7px;
		line-height: 11px;
	}

	.songs-detail-table thead th {
		padding: 5px 3px;
	}

	.songs-detail-table tbody td {
		padding: 5px 3px;
	}

	#recordings {
		padding-top: 25px;
	}

	#recordings .h2 {
		margin-bottom: 10px;
	}

	.recordings-list-table {
		font-size: 7px;
		line-height: 10px;
	}

	.recordings-list-table thead th {
		padding: 0 5px 7px;
	}

	.recordings-list-table tbody tr td {
		padding: 5px !important;
	}

	.recordings-list-table tbody tr td:nth-child(2) {
		width: 35.5%;
	}

	.recordings-list-table tbody tr td:nth-child(3) {
		width: 33%;
	}

	.recordings-list-table .photo {
		width: 50px;
		height: 50px;
	}

	#stage-productions {
		padding-top: 25px;
	}

	#stage-productions .h2 {
		margin-bottom: 13px;
	}

	.boxes-wrap {
		margin: 0 -7px;
	}

	.boxes-wrap .info-box {
		padding: 0 7px 15px;
		width: 33.33%;
	}

	.info-box {
		font-size: 7px;
		line-height: 11px;
	}

	.info-box > .holder {
		padding: 8px;
	}

	#film-scores {
		padding-top: 25px;
	}

	#film-scores .h2 {
		margin-bottom: 15px;
	}

	.media-gallery {
		padding: 30px 15px;
	}

	.media-gallery > h2 {
		font-size: 33px;
		line-height: 37px;
		margin: 0 0 25px;
		text-align: center;
	}

	.gallery-post {
		padding-bottom: 60px;
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.gallery-post.style-1 .gallery-owner {
		margin: 0;
	}

	.gallery-post.style-1 .slideshow-wrap .fade-slideshow-1.style-1.rtl .btn-next {
		right: 0;
	}

	.gallery-post .gallery-owner {
		margin: 0;
		display: table-header-group;
		height: 1%;
	}

	.gallery-post .gallery-owner .photo {
		margin-left: 15px;
	}

	.gallery-post .gallery-owner .des {
		padding-left: 34px;
	}

	.gallery-post .gallery-owner > .holder {
		width: 154px;
		margin: 0 auto 25px;
	}

	.gallery-post .slideshow-wrap {
		width: 100%;
	}

	.gallery-post .slideshow-wrap .fade-slideshow-1.style-1.rtl .btn-next {
		right: 0;
	}

	.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .slide {
		height: 200px;
	}

	.gallery-post .slideshow-wrap .fade-slideshow-1.style-1 .btn-prev {
		left: 0;
	}

	.post-intro-area .featured-img {
		height: auto !important;
	}

	.post-intro-area .des {
		height: auto !important;
	}

	.block:last-child {
		padding-bottom: 0;
	}

	.block.style-1 {
		padding-bottom: 19px;
	}

	.block a.btn {
		margin-top: 3px;
	}

	.social-media-area .fade-slideshow-1 {
		padding-left: 0;
		padding-right: 0;
	}
}

.nav_categories {
	margin-left: 0;
	padding-left: 0;
}

@media (max-width: 599px) {
	.intro-block.active > .holder {
		max-height: 1000px;
		-webkit-transition: max-height 1s, margin .2s;
		transition: max-height 1s, margin .2s;
		margin-bottom: 0;
	}

	.intro-block.active .show-more {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
	}

	.intro-block > .holder {
		position: relative;
		max-height: 124px;
		overflow: hidden;
		margin-bottom: 13px;
	}

	.intro-block .show-more {
		display: block;
		position: absolute;
		bottom: 1px;
		right: 0;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes MyZoom {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes MyZoom {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	100% {
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
		opacity: 0;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	100% {
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
		opacity: 0;
	}
}

@-webkit-keyframes fadeInUp-1 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp-1 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
}

.shimmer {
  color: rgba(255,255,255,0.1);
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}

.attractmode {
  -webkit-animation-name: attractmode;
  -moz-animation-name: attractmode;
  animation-name: attractmode;
  -webkit-animation-duration: 2s, 0s;
  -moz-animation-duration: 2s, 0s;
  animation-duration: 2s, 0s;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-moz-keyframes attractmode {
  0% {
    color: #c44128;
  }
  100% {
    color: #FFFFFF;
  }
}
@-webkit-keyframes attractmode {
  0% {
    color: #c44128;
  }
  100% {
    color: #FFFFFF;
  }
}
@-o-keyframes attractmode {
  0% {
    color: #c44128;
  }
  100% {
    color: #FFFFFF;
  }
}
@keyframes attractmode {
  0% {
    color: #c44128;
  }
  100% {
    color: #FFFFFF;
  }
}

.yt-video { position: relative; }
.yt-video .yt-video-play { position: absolute; top: 40%; left: 42%; width: 50px!important; }
