* {
    border-radius: 0;
    box-shadow: none;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald:wght@400;500&display=swap');
/*@font-face {
    font-family: "NewsGothicStdMedium";
    src: url("fonts/newsgothicstd.eot") format("embedded-opentype"), url("fonts/newsgothicstd.woff") format("woff"), url("fonts/newsgothicstd.ttf") format("truetype"), url("fonts/newsgothicstd.svg#NewsGothicStdMedium") format("svg");
}*/
@font-face {
    font-family: 'BrownRegular';
    src: url('fonts/brown-regular.eot');
    src: url('fonts/brown-regular.eot') format('embedded-opentype'), url('fonts/brown-regular.woff2') format('woff2'), url('fonts/brown-regular.woff') format('woff'), url('fonts/brown-regular.ttf') format('truetype'), url('fonts/brown-regular.svg#BrownRegular') format('svg');
}
@font-face {
    font-family: 'BrownBold';
    src: url('fonts/brown-bold.eot');
    src: url('fonts/brown-bold.eot') format('embedded-opentype'), url('fonts/brown-bold.woff2') format('woff2'), url('fonts/brown-bold.woff') format('woff'), url('fonts/brown-bold.ttf') format('truetype'), url('fonts/brown-bold.svg#BrownBold') format('svg');
}
@font-face {
    font-family: 'BrownLight';
    src: url('fonts/brown-light.eot');
    src: url('fonts/brown-light.eot') format('embedded-opentype'), url('fonts/brown-light.woff2') format('woff2'), url('fonts/brown-light.woff') format('woff'), url('fonts/brown-light.ttf') format('truetype'), url('fonts/brown-light.svg#BrownLight') format('svg');
}
/*@font-face {
    font-family: 'CircularStdBookRegular';
    src: url('fonts/circularstd-book.eot');
    src: url('fonts/circularstd-book.eot') format('embedded-opentype'),
         url('fonts/circularstd-book.woff2') format('woff2'),
         url('fonts/circularstd-book.woff') format('woff'),
         url('fonts/circularstd-book.ttf') format('truetype'),
         url('fonts/circularstd-book.svg#CircularStdBookRegular') format('svg');
}
@font-face {
    font-family: 'BrownBold';
    src: url('fonts/circularstd-bold.eot');
    src: url('fonts/circularstd-bold.eot') format('embedded-opentype'),
         url('fonts/circularstd-bold.woff2') format('woff2'),
         url('fonts/circularstd-bold.woff') format('woff'),
         url('fonts/circularstd-bold.ttf') format('truetype'),
         url('fonts/circularstd-bold.svg#BrownBold') format('svg');
}
@font-face {
    font-family: "NeuzeitGro-reg";
    src: url("webfonts/2BE9ED_4_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2BE9ED_4_0.woff") format("woff"), url("webfonts/2BE9ED_4_0.ttf") format("truetype");
}
@font-face {
    font-family: "NeuzeitGro-Bol";
    src: url("webfonts/2BE9ED_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2BE9ED_0_0.woff") format("woff"), url("webfonts/2BE9ED_0_0.ttf") format("truetype");
}*/

.invisible {
    visibility: visible !important;
}
.texteditor-buttons {
    z-index: 99;
    left: 10px;
}
html a, .pagination > li > a, .pagination > li > span {
    color: #8f8f8f;
}
html a:hover, html a:focus {
    color: #000;
}
body {
    font-family: 'BrownRegular', arial, sans-serif;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    color: #000;
    background: none repeat scroll 0 0 #fff;
}
h1 {
    font-family: 'BrownBold';
}
h2, h3, h4, h5, h6 {
    font-family: 'BrownRegular', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.page-middle h1 {
    margin-top: 0;
    color: #000;
}
strong {
    font-family: 'BrownRegular', arial, sans-serif;
    font-weight: normal;
}
.page-middle a {
    color: #8f8f8f;
}
.page-middle a:hover {
    color: #000;
    /*text-decoration: none;
    border-bottom: 1px solid #000;*/
}
section {
    background-repeat: repeat;
    /*background-size: cover !important;*/
    background-position: center bottom !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /*-webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;*/
}
a:focus {
    outline: medium none !important;
}
.page {
    /*margin-bottom: 40px;*/
    margin-bottom: 10px;
    background-color: transparent;
}
.min-height {
    min-height: 500px;
}
.header {
    border-width: 0 0 1px;
    background: none repeat scroll 0 0 transparent;
}
.margin-10 {
    margin: 10px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.form-control {
    padding: 6px 12px 8px;
}

/* Btns */
.btn-black {
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.btn-black:hover,
.btn-black:focus {
    background-color: #333333;
    color: #fff;
    text-decoration: none;
}
/* btn-play */
.btn-play {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.btn-play img {
    margin-right: 11px;
}

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

/* btn md */
.btn-md {
    padding: 10px 17px;
}

/* spacing */
.mb-0 {
    margin-top: 0;
}
.mt-30 {
    margin-top: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}

/* Admin Bar */
.topnav-wrapper {
    background-color: #0072C6;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    z-index: 999;
}
.topnav-wrapper a {
    text-decoration: none;
}
.topnav-wrapper .dropdown > a {
    position: relative;
}
.topnav-wrapper .dropdown > a:after {
    background-image: url('images/icon_dropdown.svg');
    background-repeat: no-repeat;
    background-position: right center;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    -o-transform:      translateY(-50%);
    transform:         translateY(-50%);
    height: 5px;
    width: 8px;
}
.topnav-wrapper .dropdown.open > a:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform:    translateY(-50%) rotate(180deg);
    -ms-transform:     translateY(-50%) rotate(180deg);
    -o-transform:      translateY(-50%) rotate(180deg);
    transform:         translateY(-50%) rotate(180deg);
}
.topnav-wrapper .topnav-inner .topnav-dropdown {
    background-color: #FFFFFF;
    box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    border: none;
    font-size: 14px;
    margin-top: -6px;
    padding: 15px 5px;
}
.topnav-wrapper .topnav-dropdown li {
    display: block;
}
.topnav-wrapper .topnav-dropdown li a {
    border-radius: 6px;
    color: #1D1D1F;
    font-weight: 600;
    line-height: 22px;
    padding: 9px 15px;
}
.topnav-wrapper .topnav-dropdown li:hover a {
    background-color: rgba(0, 114, 198, .1);
    color: #0072C6;
}
.topnav-wrapper .topnav-dropdown li:hover a svg path[fill] {
    fill: #0072C6;
}
.topnav-wrapper .topnav-dropdown li:hover a svg path[stroke] {
    stroke: #0072C6;
}
.topnav-wrapper .topnav-dropdown li.logout:hover a {
    background-color: rgba(255, 69, 58, .1);
    color: #FF453A;
}
.topnav-wrapper .topnav-dropdown li.logout:hover a svg path[stroke] {
    stroke: #FF453A;
}
.topnav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
.topnav-inner > ul, .topnav-inner .topnav-middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
}
.topnav-left, .topnav-right {
    width: 200px;
}
.topnav-left > li {
    display: block;
}
.topnav-left > li > a {
    display: block;
    padding: 16px 17px 16px 10px;
}
.topnav-middle > li > a {
    border-bottom: 2px solid transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 14px 0 12px;
}
.topnav-middle > li > a:hover {
    border-bottom-color: #FFFFFF;
}
.topnav-middle > li ~ li {
    margin-left: 40px;
}
.topnav-middle > .dropdown > a {
    padding-right: 12px;
}
.topnav-middle > .dropdown > a:after {
    margin-top: 2px;
}
.topnav-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.topnav-right > li > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 6px;
}
.topnav-right > li.dropdown .topnav-dropdown {
    left: auto;
}
.search-nav {
    margin-right: 10px;
}
.notification-nav {
    margin-right: 6px;
}
.notification-nav a:after {
    display: none;
}
.notification-nav .count {
    background: #FF453A;
    box-shadow: 0px 1px 3px rgba(255, 69, 58, 0.45);
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 600;
    line-height: 9px;
    position: absolute;
    top: 6px;
    right: 2px;
    height: 14px;
    width: 14px;
}
.topnav-wrapper .notification-nav .topnav-dropdown {
    min-width: 411px;
    padding: 0;
    right: -14px;
}
.notification-nav-head {
    background-color: #FFFFFF;
    border-radius: 12px 12px 0px 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 11px 15px;
}
.notification-nav-head h6 {
    color: rgba(120, 120, 128, 0.75);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.4px;
    margin: 0;
    text-transform: uppercase;
}
.notification-nav-head a {
    color: #0072C6;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
.notification-nav-head a:hover,
.notification-nav-head a:focus {
    color: #007AFF;
}
.notification-new > h6,
.notification-earlier > h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 9px 15px;
    text-transform: uppercase;
}
.notification-new > h6 {
    background: rgba(0, 114, 198, 0.1);
    color: #0072C6;
}
.notification-earlier > h6 {
    background: rgba(120, 120, 128, 0.1);
    color: rgba(120, 120, 128, 0.75);
}
.notification-items {
    padding: 5px 0 5px 15px;
}
.topnav-wrapper .notification-nav .notification-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px 10px 0;
}
.topnav-wrapper .notification-nav .notification-item a {
    border-radius: 0;
    line-height: 18px;
    padding: 0;
}
.topnav-wrapper .notification-nav .notification-item:hover a {
    background-color: transparent;
}
.notification-item:not(:last-child) {
    box-shadow: 0px 1px 0px rgba(120, 120, 128, 0.15);
}
.notification-user {
    margin-top: -2px;
    width: 22px;
}
.notification-content {
    padding-left: 10px;
    width: -webkit-calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: calc(100% - 22px);
}
.notification-title {
    font-size: 13px;
    line-height: 18px;
}
.notification-title h6 {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}
.notification-time {
    color: #787880;
    font-size: 11px;
    line-height: 18px;
}
.notification-all {
    background-color: #FFFFFF;
    box-shadow: 0px -1px 0px rgba(120, 120, 128, 0.15);
    border-radius: 0px 0px 12px 12px;
    margin-top: 5px;
    padding: 9px 0 10px;
    text-align: center;
}
.notification-all a {
    background-image: url('images/icon-notification-all.svg');
    background-repeat: no-repeat;
    background-position: right center;
    color: #0072C6;
    font-size: 12px;
    font-weight: 600;
    padding-right: 12px;
}
.notification-all a:hover,
.notification-all a:focus {
    color: #007AFF;
}
.topnav-right > .user-nav > a {
    padding: 12px 6px;
}
.topnav-right > .user-nav > a img {
    border-radius: 50%;
    margin-right: 11px;
}
.topnav-right > .user-nav > a:after {
    right: 4px;
}
.user-nav .topnav-dropdown {
    min-width: 260px;
    right: -10px;
}
.user-nav-head {
    padding: 5px 15px 20px;
}
.user-nav-head h6 {
    font-weight: 600;
    margin: 0;
}
.user-nav-id {
    color: rgba(120, 120, 128, 0.75);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.user-nav-freelancer {
    background: rgba(15, 159, 79, 0.12);
    border-radius: 4px;
    display: inline-block;
    color: #0F9F4F;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.4px;
    margin-top: 10px;
    padding: 2px 6px;
    text-transform: uppercase;
}
.user-nav .topnav-dropdown li ~ li:before {
    background-color: rgba(120, 120, 128, 0.15);
    content: '';
    display: block;
    margin: 4px auto;
    height: 1px;
    width: 230px;
}
.user-nav .topnav-dropdown li:last-child {
    margin-top: 12px;
}
.user-nav .topnav-dropdown li:last-child:before {
    display: none;
}
.user-nav .topnav-dropdown li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 12px;
}
.user-nav .topnav-dropdown li a .icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 4px;
    height: 40px;
    width: 40px;
}
.user-nav .topnav-dropdown li a .icon img {
    margin: 0 auto;
}
.topnav-wrapper h3 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.topnav-wrapper > .navbar {
    border: none;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.topnav-wrapper .topnav-dropdown li:hover a {
    background-color: rgba(0, 114, 198, .1) !important;
    color: #0072C6;
}
.topnav-wrapper .btn, 
.topnav-wrapper a {
    -webkit-transition: color .35s ease-in-out, background .35s ease-in-out, border .35s ease-in-out;
    -moz-transition: color .35s ease-in-out, background .35s ease-in-out, border .35s ease-in-out;
    -o-transition: color .35s ease-in-out, background .35s ease-in-out, border .35s ease-in-out;
    transition: color .35s ease-in-out, background .35s ease-in-out, border .35s ease-in-out;
}

/* home slider */
.front-carousel .front-carousel-image {
    background-repeat: no-repeat !important;
}
.navbar-header .logo img {
    max-width: 290px;
    /*margin-top: -5px;*/
    margin-top: -8px;
}
.header-wrapper {
    z-index: 99;
}

/* Calendar Header CSS */
.calendar-header {
    padding: 1em 0;
    color: #000;
    background: #f7f7f7;
}
.header-white .header-wrapper {
    /*margin-bottom: 0 !important;*/
}
.calendar-header label {
    font-weight: normal;
    margin-top: 5px;
}
.calendar-header .form-control.input-sm, .videos-years select {
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    padding-right: 4em;
    text-indent: .01px;
    text-indent: .01px;
    text-overflow: '';
    text-overflow: '';
    color: #000;
    border: 0 none;
    background: url('images/arrow-up-down.png') no-repeat scroll 94% center #fff;
    box-shadow: 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.calendar-header select::-ms-expand {
    display: none;
}
.calendar-header-view > a {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px 0;
    padding-right: 6px;
    padding-bottom: 0;
    padding-left: 6px;
    color: #000;
    background: none repeat scroll 0 0 #fff;
}
.calendar-header .calendar-header-view {
    padding-top: 5px;
}
.calendar-header-view span.glyphicon-calendar {
    padding-right: 5px;
}
.calendar-header-view > a.calendar-print {
    float: right;
    background: none repeat scroll center top rgba(0, 0, 0, 0);
}

/*achive page section panel table*/
.archive-selctionpanel-wrapper table {
    margin-bottom: 30px;
}
.archive-selctionpanel-wrapper table:last-child {
    margin-bottom: 0;
}

/* calendar yearly css */
.calendar-yearly, .calendar-daily {
    margin-top: 45px;
}
.calendar-yearly .calendar-yearly-month-header {
    font-family: 'BrownRegular';
    font-size: 19.95px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
    text-transform: uppercase;
}
.calendar-yearly .calendar-yearly-month-header span.calendar-yearly-year-text {
    font-weight: normal;
}
.calendar-yearly .calendar-yearly-wrapper {
    overflow-x: hidden;
    height: 279px;
    padding: 16px 0;
    text-align: center;
    color: #000;
    border: 1px solid #1e1e1e;
}
.calendar-yearly .calendar-yearly-wrapper .calendar-yearly-subheader {
    font-size: 14.25pX;
    display: inline-block;
    width: 70%;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #aaa;
}
.calendar-yearly-wrapper .calendar-yearly-item .calendar-yearly-item-title {
    text-align: left;
}
.calendar-yearly .RadCalendar {
    min-width: 100%;
}
.calendar-yearly .row .calendar-yearly-item > div {
    height: 320px !important;
}
.calendar-yearly .RadCalendar.RadCalendar_Web20.calendar-yearly-calendar {
    height: auto !important;
    margin-top: 10px;
    margin-bottom: 45px;
}
.calendar-yearly-wrapper .calendar-yearly-item .calendar-yearly-item-title a {
    list-style: none;
    text-decoration: none;
    color: #000;
}
.calendar-yearly .calendar-yearly-wrapper .calendar-yearly-item {
    margin: 16px 0;
}
.calendar-yearly .RadCalendar_Web20 .rcTitlebar {
    display: none;
    border-width: 0;
    background: none;
}
.calendar-yearly .RadCalendar_Web20 .rcMain {
    border: 0;
}
.calendar-yearly .RadCalendar_Web20 .rcRow .rcSelected {
    border-color: #888;
    background: #fff;
}
.calendar-yearly .RadCalendar .rcMain .rcRow a {
    font-size: 20px;
    padding: 8px 0 8px 0;
}
.calendar-yearly .RadCalendar .rcRow td {
    text-align: center;
}
.calendar-yearly-nav {
    margin-top: 1em;
}
.calendar-yearly-nav a {
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
    color: #666;
    background: #fafafa;
}
.calendar-yearly .RadCalendar_Web20 .rcMain .rcOtherMonth a {
    color: #ccc;
}
.calendar-header-view > a.active {
    border: 1px solid #1e1e1e;
}
.calendar-yearly .RadCalendar_Web20 .rcRow .rcToday {
    border-color: #000;
    background: #000;
}
.calendar-yearly .RadCalendar_Web20 .rcRow .rcToday a {
    color: #fff;
}
.calendar-yearly .calendar-yearly-month-header a span.glyphicon {
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

/* calendar-images css */
.calendar-yearly-block-wrapper .calendar-yearly-item-block img, .calendar-yearly-block-wrapper > img {
    width: 100%;
    height: 280px;
}
.calendar-yearly-item-block {
    position: relative;
}
.calendar-yearly-block-wrapper .calendar-yearly-item-block .calendar-yearly-item-block-date {
    font-size: 20.4px;
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .20);
}
.calendar-yearly-block-wrapper .calendar-yearly-item-block .calendar-yearly-item-block-title a {
    display: inline-block;
    width: 72%;
    text-transform: uppercase;
    color: #fff;
}
.calendar-yearly-block-wrapper .calendar-yearly-item-block .calendar-yearly-item-block-title {
    font-size: 18.21px;
    font-weight: bold;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .20);
}

/* calendar-daily- page css */
.calendar-daily .calendar-daily-item {
    margin-bottom: 2em;
}
.calendar-daily .calendar-daily-item-blockdate {
    height: 280px;
    padding: 20px 0;
    text-align: center;
    color: #000;
    border: 1px solid #4b4b4b;
}
.calendar-daily .calendar-daily-item-blockdate-first-date {
    font-family: 'BrownRegular';
    font-size: 18.9px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.calendar-daily .calendar-daily-item-blockdate-first-dayname {
    font-size: 40.29px;
    line-height: 78%;
    display: inline-block;
    width: 70%;
    padding: 19px 0;
    border-bottom: 1px solid #000;
}
.calendar-daily .calendar-daily-item-blockdate-first-day {
    font-size: 120.48px;
    display: inline-block;
    /* line-height: 100%;*/
    width: 100%;
}
.calendar-daily .calendar-daily-item-blockdate-month {
    font-family: 'BrownRegular';
    font-size: 34.2px;
    top: 25%;
    display: inline-block;
    width: 100%;
    margin: 50px 0 20px;
    text-transform: uppercase;
}
.calendar-daily .calendar-daily-item-blockdate-year {
    font-size: 25.65px;
    display: inline-block;
    width: 70%;
    padding-top: 20px;
    border-top: 1px solid #000;
}
.calendar-daily .calendar-daily-item-image img {
    width: 100%;
    height: auto;
}
.calendar-daily .calendar-daily-item-date {
    font-size: 20.07px;
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .20);
}
.calendar-daily .calendar-daily-item-title {
    font-size: 17.09px;
    font-weight: bold;
    position: absolute;
    top: 53%;
    width: 100%;
    height: 132px;
    text-align: center;
    background: rgba(0, 0, 0, .20);
}
.calendar-daily .calendar-daily-item-title a {
    display: inline-block;
    width: 70%;
    padding-top: 5px;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid #fff;
}
.calendar-daily .calendar-daily-item .calendar-daily-item-inner {
    position: relative;
    height: 280px;
    background: #cdcdcd;
}

/* calendar - monthly page css */
.calendar-monthly-nav {
    font-family: 'BrownRegular';
    font-size: 21.86px;
    margin: 25px 0;
    text-align: center;
}
.calendar-monthly-nav a {
    color: #666;
}
.calendar-monthly-nav a i {
    font-size: 26px;
}
.calendar-monthly-nav span.calendar-monthly-header {
    font-weight: bold;
    text-transform: uppercase;
}
.calendar-monthly .table tr th {
    font-size: 14.25px;
    font-weight: normal;
    text-align: center;
    border: 0;
    background: #f6f6f6;
}
.calendar-monthly-event-title .calendar-monthly-event-link {
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 4px;
    display: block;
    color: #000;
}
.calendar-monthly-event-title .calendar-monthly-event-link:hover {
    text-decoration: none;
}
.calendar-monthly-event {
    position: relative;
    height: 26px !important;
    color: #000;
    border: 1px solid #333;
    background: none !important;
}
.row.calendar-monthly-event:before {
    position: absolute;
    left: 11px;
    width: 1px;
    height: 100%;
    content: '';
    background: #fff;
}
.row.calendar-monthly-event:after {
    position: absolute;
    z-index: 10;
    right: 11px;
    width: 1px;
    height: 100%;
    content: '';
    background: #fff;
}
.daycell .visible-xs a {
    color: #000;
}
.calendar-monthly .table-bordered > thead > tr > th, .calendar-monthly .table-bordered > tfoot > tr > td {
    border-width: 0 1px;
}
.calendar-monthly .calendar-monthly-event {
    margin-top: 22%;
}
.calendar-monthly-event-single .calendar-monthly-event-title .calendar-monthly-event-link {
    display: list-item;
    margin: 0;
    padding: 5px 0;
}
.calendar-monthly-event-single .calendar-monthly-event-title {
    padding-left: 10px;
}
.calendar-monthly-nav a i.fa.fa-angle-left {
    padding-right: 10px;
}
.calendar-monthly-nav a i.fa.fa-angle-right {
    padding-left: 10px;
}

/* education page */
.row.education-row {
    padding: 0 100px;
}
.education-panel {
    text-align: center;
}
.education-single {
    margin-top: 40px;
}
.education-content-wrapper a {
    font-family: 'BrownRegular';
    font-size: 21px;
    line-height: 30px;
    display: table-cell;
    width: 212px;
    height: 212px;
    padding: 30px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}
.education-content-wrapper a:hover {
    text-decoration: none;
    color: #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
}

/* history page */
.history-2010s .history-panel {
    color: #000;
}
.history-2010s .history-panel h3 {
    font-size: 34px;
    text-align: center;
}
.history-2010s .history-panel p {
    font-size: 16px;
    color: #888;
}
.content-1160 section.history-2010s {
    padding-top: 40px;
}
.content-1160 .history-1990s {
    padding-bottom: 0;
}
.history-1990s .history-panel {
    position: relative;
    z-index: 1000;
    top: -35px;
}
.history-2000s.parallax {
    top: -70px;
}
.content-1160 .history-2000s {
    padding-top: 50px !important;
}
.content-1160 .history-2000s .history-panel h2.col-xs-12 {
    margin-bottom: 40px;
}

/* Directory page */
.az-designers .az-designers-list .carousel-inner > .item .col-sm-2 {
    height: 164px;
}

/* designer_profile */
.designer-profile-desktop .designer_details.solid > h3 {
    margin-top: 8px;
}
.designer-gallery-open > img {
    max-width: 100%;
}

/* footer css */
.footer-top .social-wrapper {
    margin-top: -45px;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
.footer-top .social-list {
    width: auto;
    float: none;
    margin: 0;
    display: inline-block;
}
.footer-top .social-list li img {
    max-width: 24px;
}


/* bfav2- home */
.panel-widget .content-panels .content-panels-item a img {
    width: 100%;
}
.panel-widget .content-panels .content-panels-item {
    position: relative;
    margin-top: 3em;
}
.panel-widget .content-panels .content-panels-item a .content-panels-item-wrapper {
    font-size: 36px;
    position: absolute;
    top: 50%;
    width: 95%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.panel-widget .content-panels .content-panels-item a .content-panels-item-title {
    margin-bottom: 2px;
}
.panel-widget .content-panels .content-panels-item a .content-panels-item-desc {
    font-size: 25px;
    display: inline-block;
    width: 230px;
    padding: 6px 10px;
    border: 1px solid #fff;
}
/* Tickets page */
.education-intro .layer-panel, .tickets-row3 {
    margin-top: 40px;
    text-align: center;
    /* display: inline-block;*/
}
.education-intro .layer-panel h2, .press-releases-intro .layer-panel h2, .tickets-row3 h3, .bfa-nominees h2 {
    font-size: 50px;
    text-transform: uppercase;
}
.tickets-row3 h3 {
    color: #000;
}
.education-intro .layer-panel > p, .press-releases-intro .layer-panel > p {
    width: 65%;
    margin-left: 17.667%;
}
.tickets-row3 p {
    font-size: 22px;
}
.tickets-row2 {
    padding: 40px 0;
    text-align: center;
}
/*.tickets-row2 .tickets-row2-inner {
    display: inline-block;
    width: 360px
}*/
.tickets-row2 ul {
    padding: 0;
    list-style: none;
    /*font-size: 16px;*/
}
.tickets-row2 h3 {
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
}
.tickets-row2 p {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #000;
}
.tickets-row2 .price {
    font-size: 36px;
}
.tickets-row2 .tickets-book-online a {
    display: inline-block;
    padding: 5px 50px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
}
.tickets-row2 .tickets-book-online {
    margin-top: 10px;
}
.tickets-row2 .tickets-row2-inner p > strong {
    /*font-size: 40px;*/
}

/* register page */
.form-group ul.checkboxfixed {
    float: left;
    width: 50%;
    padding: 0;
}
.form-group ul.checkboxfixed li {
    list-style: none;
}
.topbar_links, .register.s1 {
    margin-top: 2em;
}
.registerlink {
    margin-bottom: 2em;
}
.page-middle, .page-lhs {
    margin-top: 40px;
}

/* Nominees page */
.bfa-nominees > h2 {
    margin-top: 1em;
    color: #000;
}
.bfa-nominees {
    display: inline-block;
    /*padding: 40px 0 0;*/
}
.bfa-nominees .row {
    margin-bottom: 30px;
}
.bfa-nominees > h2, .bfa-nominees .bfa-nominees-item .bfa-nominees-item {
    text-align: center;
}
.col-sm-4.bfa-nominees-item {
    /* height: 350px; */
    color: #000;
}
.bfa-nominees .bfa-nominees-item .bfa-nominees-item h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: none;
    color: #000;
    border-bottom: 1px solid #8f8f8f;
}
.bfa-nominees .bfa-nominees-item .bfa-nominees-item-nominees h6 {
    font-size: 14px;
    text-transform: uppercase;
}
.bfa-nominees .bfa-nominees-item .bfa-nominees-item-nominees span {
    color: #8f8f8f;
    font-weight: bold;
}
.bfa-nominees .bfa-nominees-item .bfa-nominees-item-nominees {
    margin-top: 20px;
}
.nominees-panels .nominees-panels-item, .nominees-panels .nominees-panels-item a, .nominees-panels .nominees-panels-item a img {
    position: relative;
    display: inline;
    color: #fff;
}
.nominees-panels .nominees-panels-item .nominees-panels-item-wrapper {
    position: absolute;
    top: 10%;
    /*width: 92%;*/
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.nominees-panels .nominees-panels-item .nominees-panels-item-wrapper .content-panels-item-title {
    font-size: 31px;
    line-height: 42px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.nominees-panels .nominees-panels-item .nominees-panels-item-wrapper .nominees-panels-item-desc {
    font-size: 15px;
}
.bfa-nominees .bfa-nominees-item .bfa-nominees-item .bfa-nominees-item-desc {
    margin-top: 20px;
    min-height: 15px;
}
.bfa-nominees .bfa-nominees-item .bfa-nominees-item h3 {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 60px;
    min-height: inherit;
    min-height: inherit !important;
    vertical-align: bottom;
    line-height: 1.3;
}
/*.bfa-nominees {
    margin-top: 40px;
}*/

/* gallery page */
.gallery-overview .imgcontainer .img-responsive {
    width: 100%;
}
.gallery-overview .gallery-blurb p > a {
    display: inline-block;
    margin-top: 10px;
}
.gallery-overview {
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}
.gallery-overview .gallery-blurb h2 {
    margin-top: 0;
}

/* login page */
#ctl00_Main_pnlRegister .panel-register p {
    margin-bottom: 20px;
}

/* searchresult page */
.searchresult-paging select {
    width: 80px;
    margin-right: 10px;
    padding: 2px 5px;
    border: 1px solid #e1e1e1;
}
.row.searchresult-paging {
    margin-right: 0;
    margin-left: 0;
    padding: 6px;
    border: 1px solid #ddd;
    background: none repeat scroll 0 0 #f5f5f5;
}
.post.item {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.searchresult-paging .col-md-6:first-child {
    padding-left: 0;
}
.searchresult-paging .col-md-6:last-child {
    margin-top: 3px;
}
.where-when .col-sm-6.address, .where-when .row > h1 {
    text-align: center;
    color: #000;
}
.where-when .row > h1 {
    margin: 50px 0;
    text-transform: uppercase;
}
.where-when .col-sm-6.address a {
    font-size: 20px;
    display: inline-block;
    width: 230px;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
}
.where-when .col-sm-6.address h3 {
    margin-top: 5px;
}

/* voting_cast */
.voting .ui-autocomplete-input {
    width: 270px;
    height: 30px;
    color: #333;
    border: 1px solid #ddd;
    background: none repeat scroll 0 0 #f5f5f5;
}
.voting-button input {
    padding: 8px 16px;
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}
.voting-button input:hover {
    border-color: #333;
    background-color: #333;
}
#leftside .voting, .voting .voting-panel {
    margin-bottom: 40px;
}

/* voting_gallery */
.image-gallery .image-gallery-thumbs li {
    display: inline-block;
    height: 165px;
    margin-bottom: 55px;
    list-style: none outside none;
}
.image-gallery .image-gallery-thumbs li a {
    display: block;
    overflow: hidden;
    height: 100%;
}
.image-gallery .image-gallery-thumbs {
    padding: 0;
}
.image-gallery .image-gallery-header {
    margin: 30px 0;
}
.image-gallery-header .image-title .image-gallery-thumb-link {
    float: right;
}
.image-gallery .customNavigation .btn.btn-default {
    position: absolute;
    z-index: 1;
    top: 41%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-indent: -999px;
    border: medium none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.image-gallery .customNavigation .btn.btn-default.prev {
    left: -45px;
    background: url('/images/arrows_big.png') no-repeat scroll 10px 5px rgba(0, 0, 0, 0);
}
.image-gallery .customNavigation .btn.btn-default.next {
    right: -45px;
    background: url('/images/arrows_big.png') no-repeat scroll -55px 5px rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper .owl-item .item .caption {
    margin-top: 20px;
}

/* videos page */
.video-item {
    margin-bottom: 30px;
}
.video-item a.thumb, .news-item a.thumb {
    position: relative;
    float: left;
    width: 100%;
}
.video-item a.thumb img, .news-item a.thumb img {
    width: 100%;
    /*height:186px;*/
}
.video-item a.thumb .caption, .news-item a.thumb .caption {
    font-size: 14px;
    /* position: absolute; */
    bottom: 0;
    /* text-align: center;*/
    width: 100%;
    /* font-weight: bold;*/
    padding: 10px 0;
    color: #000;
    /* background: none repeat scroll 0 0 rgba(210, 210, 210, .6); */
}
.press-releases-panel .layer-panel .ghost-buttons-row  .col-md-1.hidden-sm.hidden-xs {
    width: 12%;
}
.videos-years select {
    width: 115px;
    margin: 10px 0 25px;
    border: 1px solid #ccc;
}

/* Winners page */
.bfa-winners {
    padding-top: 40px;
    max-width: 810px;
    margin: 0 auto;
}
.winners-card {
    box-shadow: 0px 2px 0px #1A1919;
    padding-bottom: 60px;
}
.winners-card h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 60px;
}
.winners-card-desc {
    max-width: 660px;
    margin-bottom: 30px;
}
.winners-card-desc p {
    font-weight: 400;
    line-height: 22px;
}
.winners-card-body h4 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0px;
}
.winners-card-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.winners-card-info-lhs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
}
.winners-card-info-rhs {
    margin-top: 20px;
}
.winners-card-image {
    width: 70px;
    height: 70px;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin-right: 15px;
}
.winners-card-image img {
    border-radius: 50%;
    max-width: 100%;
    height: 70px;
    object-fit: cover;
}
.winners-card-name {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
}
/* Leaders of Change - layer */
.leaders-layer {
    padding-top: 60px;
    padding-bottom: 60px;
}
.leaders-title-text {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.leaders-layer h2 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.leaders-layer p {
    line-height: 22px;
}
.leaders-layer p:last-child {
    margin-bottom: 0;
}
.leaders-card-image {
    position: relative;
    border: 2px solid #000;
    width: 100%;
    padding-top: 100%;
    background-size: cover !important;
}
.leaders-card-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); 
}
.leaders-card-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
}
.leaders-card-title h3 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.leaders-card h4 {
    margin: 30px 0 20px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
}
.honourees-card ~ .honourees-card {
    margin-top: 30px;
}
.honourees-card .winners-card-info-lhs {
    margin-top: 0;
}
.honourees-card .winners-card-image {
    width: 60px;
    height: 60px;
}
.honourees-card .winners-card-image img {
    height: 60px
}
.honourees-card .winners-card-name {
    font-weight: bold;
    text-transform: uppercase;
    width: calc(100% - 75px);
}
.leaders-card-desc {
    padding-top: 30px;
}
.list-honurees {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
    margin: 0;
}
.list-honurees li {
    padding: 5px 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}
.leader-panels > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.leader-panels > div > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.leader-panels > div > div > .leaders-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
}
.leader-panels > div > div > .leaders-card > .leaders-card-desc {
    padding-top: 30px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.leader-panels > div > div > .leaders-card > .leaders-card-desc > .leaders-card-desc-text {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
/* new list HONOUREES Honourees */
ul.honourees-panels-list {
    list-style: none;
    padding: 0;
}
.honourees-panels-list li {
    text-transform: uppercase;
    font-weight: bold;
}
.honourees-panels-list li + li {
    margin-top: 20px;
}


/* award */
.award-winner-item {
    height: 440px;
}
.award-winner-item .award-winner-item-image > img {
    width: 100%;
}
.award-winner-item .award-winner-item-title {
    font-family: 'BrownRegular', arial, sans-serif;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.award-winner-item .award-winner-item-summary, .award-winner-item .award-winner-item-readmore {
    margin: 10px 0;
}
.award-winner-item .award-winner-item-readmore {
    margin-bottom: 20px;
}
.awards-panel.awards-panel-selection img, .awards-panel img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 8px !important;
}
.awards-panel.awards-panel-redcarpet iframe, .awards-panel.awards-panel-highlights iframe {
    width: 100%;
    height: 532px;
}
.subnav .award-years-panels li a {
    display: inline-block;
}

/* archive */
.archive-items .archive-intro-wrapper h3, .archive-items .archive-winners-wrapper h3, .archive-items .archive-selctionpanel-wrapper h3 {
    font-family: 'BrownBold', arial, sans-serif;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000;
}
.archive-items .position-1 .archive-item-close, .archive-items .position-2 .archive-item-close, .archive-items .position-3 .archive-item-close, .archive-items .position-4 .archive-item-close {
    font-size: 0;
    position: relative;
    z-index: 999;
    top: 0;
    right: -15px;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url('/content/minimal_skin_dark/linghtbox_skin/close-button-over.png') no-repeat scroll 0 0 / 30px 30px #000;
}
.archive-items .position-1 img, .archive-items .position-2 img, .archive-items .position-3 img, .archive-items .position-3 img {
    width: 100% !important;
    height: auto !important;
}
.archive-items .position-1, .archive-items .position-2, .archive-items .position-3, .archive-items .position-4 {
    margin: -30px 0 0;
    padding: 15px 0;
    background: url('images/seasondetails-arrow.png') no-repeat scroll 85% 1px rgba(0, 0, 0, 0);
}
.archive-items .archive-intro-wrapper, .archive-items .archive-winners-wrapper, .archive-items .archive-selctionpanel-wrapper {
    padding: 15px 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.archive-items .position-2 {
    background-position: 10% 1px;
}
.archive-items .position-3 {
    background-position: 37% 1px;
}
.archive-items .position-4 {
    background-position: 63% 1px;
}
.archive-items .position-1 {
    background-position: 90% 1px;
}
.archive-winners-wrapper .video-item {
    margin-bottom: 0;
}

/*Awards-History*/
.attachedasset {
    margin-top: 40px;
}
.attachedasset tr td:first-child {
    width: 100px;
}

/*Archive table*/
.archive-selctionpanel-wrapper table {
    width: 100%;
}
.archive-selctionpanel-wrapper table tr {
    border: 1px solid #ddd;
}
.archive-selctionpanel-wrapper table td {
    padding: 10px;
}

/*subscribe*/
.subscribe-form .subscribe-form-inner h1 {
    margin: 10px 0 20px;
}
.subscribe-form .subscribe-form-inner p {
    margin: 20px 0;
}
.subscribe-form .subscribe-form-inner {
    margin-top: 30px;
    padding: 8.09091%;
    text-align: center;
    border: 1px solid #d9d9d9;
    background: none repeat scroll 0 0 #fff;
}
.subscribe-form .subscribe-form-inner a.btn-info {
    margin-bottom: 10px;
    padding: 8px 13px;
    border-color: #355394;
    background: none repeat scroll 0 0 #355394;
}
.subscribe-form .subscribe-form-inner a.btn-info i {
    font-size: 20px;
    margin-right: 12px;
}
.front-carousel .carousel-caption {
    font-family: 'BrownBold';
    font-size: 57px;
    z-index: 1;
    vertical-align: middle;
    letter-spacing: 3px;
    text-transform: uppercase;
    /* top: 15%; */
    text-shadow: none;
}
.front-carousel .carousel-caption.caption-position-top {
    top: 8%;
}
.front-carousel .carousel-caption.caption-position-middle {
    top: 34%;
}
.front-carousel .carousel-caption.caption-position-bottom {
    bottom: 37%;
}
.front-carousel .carousel-inner .item {
    max-height: 900px;
}
.front-carousel .carousel-control {
    z-index: 1;
}
#latestNews, #latestEvents {
    margin-top: 10px;
}
.event-calendar-item {
    margin-top: 10px;
}
.event-calendar-item-image {
    float: left;
    margin: 4px;
}
.myspace-sponsors-nav {
    margin-top: 20px;
}
.daycell {
    height: 100px;
    vertical-align: top;
}
.calendar-yearly-item-image {
    float: left;
    margin-right: 5px;
}
.calendar-monthly-event {
    height: 20px;
    background-color: aquamarine;
}
table.package-table {
    min-width: 600px;
}
.panel-loading {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: medium none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}
.panel-loading img {
    position: relative;
    top: 50%;
    vertical-align: middle;
}
.az-designers-list-item-title {
    position: absolute;
}
.az-sponsors-item {
    height: 150px;
}
.az-sponsors-item img {
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.breadcrumb {
    font-size: 11px;
    /* margin-top: 20px; */
    padding: 6px 15px 6px 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    color: #777;
}
.breadcrumb a {
    color: #777;
}
.breadcrumb a:hover {
    text-decoration: none;
    border-bottom: 1px solid #cdcdcd;
}
.navbar {
    min-height: 0;
}
.navbar-default a {
    font-family: 'BrownRegular';
    font-size: 15px;
}
.navbar-default .navbar-nav > li > a {
    margin: 0 6px;
    padding: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.logo img {
    /*float: left;*/
    /*width: 90%;*/
    width: 100%;
    margin-top: 3px;
}
.logo-voting img, .logo-voting-mobile img {
    margin: 0 auto;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
}
.navbar-form {
    display: none;
}
.header-wrapper {
    /*position: relative;*/
    z-index: 99;
    top: 0;
    /* margin-bottom: -160px; */
    padding-top: 20px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    /*margin-bottom: -119px;*/
    position: absolute;
    width: 100%;
    z-index: 10;
}
.header-wrapper .clicked {
    visibility: hidden;
}
.header-login, .search-active {
    visibility: visible;
}
.navbar-default {
    border: medium none;
    margin-bottom: 0;
}
.header-wrapper .navbar-nav, .header-wrapper .header-utils {
    margin: 17px 0;
}
.header-wrapper .header-utils > ul {
    float: right;
    margin: 0;
}
.header-wrapper .header-utils > ul > li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
}
.header-wrapper .header-utils > ul > li:last-child {
    padding-right: 0;
}
.header-wrapper .header-utils .glyphicon {
    line-height: 22px;
    color: #fff;
}
.header-white .header-wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    background: none repeat scroll 0 0 #fff;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.5); */
    position: relative;
}
.header-white .header-utils .glyphicon {
    color: #000;
}
.header-white .navbar-default .navbar-nav > li > a {
    color: #000;
}
.header-white .navbar-default .navbar-nav > li > a:hover, .header-white .navbar-default .navbar-nav > li > a:focus, .header-white .navbar-default .navbar-nav > .active > a, .header-white .navbar-default .navbar-nav > .active > a:hover, .header-white .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    border-bottom: 1px solid #000;
}
.header-white .header-login a {
    color: #000;
}
.header-white .header-login a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.header-white .header-login .close:hover {
    border-bottom: medium none;
}
.header-clear .header-mobile span.glyphicon,
/*.header-white .header-mobile span.glyphicon , */
.header-clear .header-mobile .fa /*, .header-white .header-mobile .fa*/ {
    color: #fff !important;
}
.header-clear .header-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.content-329 .header-wrapper {
    margin-bottom: 30px !important;
}
.patrons-carousel img {
    max-width: 100%;
}
.patrons-carousel img:hover {
    filter: none;
}
.patron-text {
    z-index: 2;
    padding: 20px 0;
    background: none repeat scroll 0 0 #fff;
}
.social-list, .links-list {
    text-align: center;
}
.social-list {
    margin-top: -42px;
    margin-left: 37.5%;
    padding: 10px 0;
    background: none repeat scroll 0 0 #fff;
}
.social-list li, .links-list li {
    padding: 0 12px;
}
.social-list a {
    font-size: 16px;
    color: #000;
}
.links-list a {
    font-family: 'BrownRegular';
    font-size: 12px;
    margin: 0;
    padding: 1px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #fff;
}
.links-list a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.links-list li {
    line-height: 14px;
    border-right: 1px solid #000;
}
.links-list li:last-child {
    border: medium none;
}
#PatronsCarousel .carousel-inner {
    height: 70px;
    margin: 20px 0 0;
}
.footer {
    background: none repeat scroll 0 0 #fff;
    margin-top: 30px;
}
.hr-footer {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .5);
    /*margin-bottom: 32px;*/
}
.social-wrapper {
    /* margin-top: -20px; */
    /* position: relative; */
}
.content-1135 {
    text-align: center;
}
.content-1135 h2 {
    font-size: 50px;
    text-transform: uppercase;
}
#about-bfc, .about-bfc {
    font-size: 22px;
    position: relative;
    width: 100%;
    height: 835px;
    margin: 0 auto;
    padding: 120px 0;
    color: #fff;
}
#about-bfc h2, .about-bfc h2 {
    margin-bottom: 60px;
}
#about-bfc .read-more-wrapper, .about-bfc .read-more-wrapper {
    margin-top: 75px;
}
#about-bfc .read-more, .about-bfc .read-more {
    font-weight: bold;
    padding: 12px 50px 6px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}
#about-bfc .read-more:hover, .about-bfc .read-more:hover {
    text-decoration: none;
    color: #000;
    background: none repeat scroll 0 0  rgba(255, 255, 255, .7);
}
#pillars, .pillars {
    font-size: 22px;
    position: relative;
    width: 100%;
    height: 835px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    background: url('/images/page-about/pillars.jpg') repeat fixed 0 0 #fff;
}
#pillars .about-panel2 > div p, .pillars .about-panel2 > div p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
#pillars h2, .pillars h2 {
    margin-bottom: 40px;
}
.pillars-single {
    width: 20%;
    margin-top: 40px;
}
/*.pillars-content-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    padding: 15px 45px;
}
.pillars-content-wrapper h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
}
.pillars-content-wrapper h6 a {
    color: #fff;
}*/
.pillars-content-wrapper p {
    font-size: 14px;
}
#keyevents, .keyevents {
    font-size: 22px;
    position: relative;
    width: 100%;
    height: 835px;
    margin: 0 auto;
    padding: 120px 0;
    color: #fff;
}
#keyevents h2, .keyevents h2 {
    margin-bottom: 60px;
}
.keyevents-single {
    margin-top: 40px;
}
.keyevents-content-wrapper {
    /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* padding: 0; */
}
.keyevents-content-wrapper:hover {
    color: #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
}
.keyevents-content-wrapper h6 {
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}
.keyevents-content-wrapper h6 a {
    font-family: 'BrownRegular';
    font-weight: bold;
    display: table-cell;
    width: 165px;
    height: 165px;
    padding: 5px;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #fff;
}
.keyevents-content-wrapper h6 a:hover {
    text-decoration: none;
    color: #000;
}
.keyevents-content-wrapper p {
    font-size: 14px;
    margin: 0;
}
#reports, .reports {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    background: none repeat scroll 0 0;
}
#reports h2, .reports h2 {
    margin-bottom: 40px;
    color: #000;
}
#reports h6, .reports h6 {
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
#reports h6 a, .reports h6 a {
    font-weight: bold;
    color: #000;
}
#reports h6 a:hover, .reports h6 a:hover {
    text-decoration: none;
    color: #000;
}
#reports p, .reports p {
    font-size: 14px;
    margin: 0;
    color: #878787;
}
#reports img, .reports img {
    width: 100%;
}
#charity, .charity {
    position: relative;
    width: 100%;
    height: 685px;
    margin: 0 auto;
    padding: 140px 0;
    color: #fff;
    background: none repeat scroll 0 0 #f0f0f0;
}
#charity h2, .charity h2 {
    margin-bottom: 40px;
    color: #fff;
}
/* #charity h6, .charity h6 {
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 150px;
}
.charity h6:hover {
    background: rgba(255, 255, 255, 0.7);
}
#charity h6 a, .charity h6 a {
    color: #FFF;
    font-weight: bold;
    line-height: 150px;
    display: block;
    font-family: 'BrownRegular';
    letter-spacing: 2px;
    font-size: 24px;
}
#charity h6 a:hover, .charity h6 a:hover {
    color: #000;
    text-decoration: none;
} */
#charity p, .charity p {
    font-size: 14px;
    margin: 0;
    color: #878787;
}
#charity img, .charity img {
    width: 100%;
}
#charity .about-panel4, .charity .about-panel4 {
    /* background: none repeat scroll 0 0 #fff; */
    padding: 30px 0;
}
.about-panel4 .col-sm-4 {
    height: 360px;
}
#charity .row, .charity .row {
    padding: 0 100px;
}
#howtogetinvolved, .howtogetinvolved {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto -40px;
    padding: 100px 0;
    background: none repeat scroll 0 0 #fff;
}
#howtogetinvolved h2, .howtogetinvolved h2 {
    margin-bottom: 40px;
    color: #000;
}
#howtogetinvolved h6, .howtogetinvolved h6 {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
#howtogetinvolved h6 a, .howtogetinvolved h6 a {
    font-weight: bold;
    color: #000;
}
#howtogetinvolved h6 a:hover, .howtogetinvolved h6 a:hover {
    text-decoration: none;
    color: #000;
}
#howtogetinvolved p, .howtogetinvolved p {
    font-size: 14px;
    margin: 0;
    color: #878787;
}
#business-intro, .business-intro {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    width: 100%;
    height: 645px;
    margin: 0 auto;
    padding: 240px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.business-panel1 {
    overflow: hidden;
    padding: 30px 0;
}
.business-panel1 h6 {
    font-family: 'BrownBold';
    font-size: 18px;
    margin-top: 3px;
    text-transform: uppercase;
}
.business-panel1 h6 a {
    color: #000;
}
.business-panel1 h6 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.business-panel1 .row {
    /* border-bottom: 1px solid #f4f4f4; */
    padding: 50px 0;
}
.business-panel2 {
    padding: 20px 0 90px;
}
.business-panel2 .content-wrapper {
    overflow: hidden;
    height: 330px;
}
.business-panel2 .content-wrapper img {
    width: 100%;
    height: auto;
}
.business-panel2 .content-wrapper .content {
    font-size: 18px;
    margin-top: -322px;
    padding: 15px;
    text-align: center;
    color: #fff;
}
/* .business-panel2 .block:nth-child(2) .content {
    margin-top: -280px;
}
.business-panel2 .block:nth-child(3) .content {
    margin-top: -322px;
} */
.business-panel2 .block:nth-child(4) .content {
    margin-top: -272px;
    padding: 30px;
}
.business-panel2 h6 {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}
.business-panel2 a {
    color: #fff;
}
.business-panel2 a:hover {
    text-decoration: none;
    color: #fff;
}
.business-panel2 .block:nth-child(4) .content a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px;
    border: 1px solid #fff;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .3);
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
.carousel-indicators li {
    border-radius: 10px;
}
.news-top-row {
    margin-bottom: 30px;
}
.news-item {
    margin-bottom: 30px;
}
.news-item-news {
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}
.news-item img {
    width: 100%;
}
.news-item-title {
    margin-top: 10px;
}
.news-item-title a {
    font-family: 'BrownRegular';
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.news-item-date, .news-item-gallery-date {
    font-size: 10px;
    line-height: 24px;
    color: #000;
}
.news-item-date i, .news-item-gallery-date i {
    margin-right: 5px;
}
.news-item-gallery {
    background: none repeat scroll 0 0 rgb(255, 219, 219);
}
.news-item-gallery-title {
    font-family: 'BrownRegular';
    font-size: 12px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    max-height: 30px;
    margin-top: -30px;
    padding: 0 10px;
    text-transform: uppercase;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .6);
}
.news-item-gallery-title a {
    color: #000;
}
.news-item-gallery-title i {
    margin-right: 10px;
    color: #000;
}
.news-item-twitter {
    padding: 15px 40px;
    text-align: center;
    border: 1px solid #000;
}
.news-item-twitter a {
    color: #000;
}
.news-item-twitter-content a {
    color: #939393;
}
.news-item-twitter-header .fa-twitter {
    font-size: 32px;
    width: 100%;
    color: #000;
}
.news-item-twitter-timeline {
    font-size: 12px;
    line-height: 34px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.news-item-twitter-title {
    font-size: 18px;
    text-transform: uppercase;
}
.news-item-twitter-handle {
    font-size: 18px;
}
.news-item-twitter-content {
    font-size: 18px;
}
.news-utility-header h4 {
    font-family: 'BrownRegular';
    line-height: 40px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #f0f0f0;
}
.news-utility-filter {
    height: 300px;
    padding: 0;
}
.news-utility-filter h4 {
    font-family: 'BrownRegular';
    line-height: 40px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #cdcdcd;
    background: none repeat scroll 0 0 #f0f0f0;
}
.news-utility-search, .news-utility-search a {
    color: #000;
}
.news-utility-search {
    padding: 32px 20px;
    background: none repeat scroll 0 0 #f0f0f0;
}
.news-utility-search .divider {
    margin: 0 10px;
}
.news-utility-search-options-cb {
    margin: 15px 0;
}
.news-utility-search-options-cb input[type='checkbox'] {
    margin-top: -3px;
    vertical-align: middle;
}
.search-active {
    position: absolute;
    top: -5px;
    right: 0;
    width: 720px;
}
.search-active .close {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 11px;
    right: 39px;
    text-transform: uppercase;
    text-shadow: none;
}
.search-active .close:hover {
    opacity: 1;
}
.search-active .close span {
    position: absolute;
    top: 1px;
    right: 0;
    padding-right: 17px;
}
.search-active input {
    padding-right: 100px;
    color: #000;
    border: 1px solid rgba(1, 1, 1, .2);
    box-shadow: none;
}
.search-active input:focus {
    border: 1px solid rgba(1, 1, 1, .5);
    outline: 0 none;
    box-shadow: none;
}
.search-active button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 11px;
    border: medium none;
    background: none repeat scroll 0 0 transparent;
}
.header-login {
    position: absolute;
    top: -5px;
    right: 0;
    width: 720px;
    color: #000;
    box-shadow: none;
}
.header-login input {
    border: 1px solid rgba(1, 1, 1, .2);
    outline: 0 none;
    box-shadow: none;
}
.header-login input:focus {
    border: 1px solid rgba(1, 1, 1, .5);
    outline: 0 none;
    box-shadow: none;
}
.header-login input[type='submit'] {
    float: left;
    width: 50%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    background: none repeat scroll 0 0 #000;
}
.header-login a {
    font-size: 11px;
    display: inline-block;
    margin: 8px 0 0 1px;
    text-decoration: none;
    color: #fff;
}
.header-login a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.header-login .close {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    right: 39px;
    text-transform: uppercase;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}
.header-login .close:hover {
    opacity: .7;
    border-bottom: medium none;
}
.header-login .close span {
    position: absolute;
    top: 1px;
    right: 0;
    padding-right: 17px;
}
.news-item-noticeboard {
    padding: 15px 40px;
    text-align: center;
    background: none repeat scroll 0 0 #f0f0f0;
}
.news-item-noticeboard-title {
    font-family: 'BrownRegular';
    font-size: 18px;
    text-transform: uppercase;
}
.news-item-noticeboard-header .fa-thumb-tack {
    font-size: 26px;
    width: 100%;
    margin-bottom: 15px;
    color: #000;
}
.news-item-pinterest {
    padding: 20px;
    background: none repeat scroll 0 0 #f0f0f0;
}
.news-item-pinterest-content a {
    font-size: 18px;
    color: #000;
}
.news-item-pinterest-content a:hover {
    text-decoration: none;
}
.news-item-pinterest-content a:after {
    font-family: FontAwesome;
    margin: 2px 10px 0 0;
    content: "'ÃƒÂ¯Ã†â€™Ã¢â‚¬â„¢'";
    color: #000;
}
.news-item-pinterest-content img {
    margin-bottom: 10px;
}
.news-item-letterfromlondon {
    padding: 0;
}
.news-utility-letter-from-london .news-item-image {
    overflow: hidden;
    /* padding: 15px; */
    height: 270px;
}
.news-utility-letter-from-london .news-item-letterfromlondon-content-wrapper {
    left: 0;
    width: 386px;
    padding: 15px 40px 20px;
    color: #000;
}
.news-item-letterfromlondon-content-wrapper {
    position: absolute;
    bottom: 0;
    display: block;
    width: 360px;
    padding: 10px 15px 5px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .6);
}
.news-item-letterfromlondon-title {
    font-family: 'BrownRegular';
    font-size: 18px;
    text-transform: uppercase;
}
.news-item-letterfromlondon-title a {
    color: #000;
}
.az-contacts-wrapper {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    width: 100%;
    height: 835px;
    margin: 0 auto -36px;
    padding: 120px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.content-3009 {
    /* background: none repeat scroll 0 0 #f0f0f0; */
}
.col-one-fifth {
    width: 20%;
}
.a-z-contacts-content {
    display: block;
    margin-bottom: 30px;
}
.a-z-contacts-content a {
    font-family: 'BrownRegular';
    font-size: 21px;
    line-height: 30px;
    display: table-cell;
    width: 204px;
    height: 204px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}
.a-z-contacts-content a:hover {
    text-decoration: none;
    color: #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
}
.az-header {
    display: none;
    padding: 140px 0 25px;
}
.az-header a {
    font-family: 'BrownBold';
    font-size: 15px;
    font-weight: normal;
    display: block;
    padding: 5px 0;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
    text-shadow: none;
}
.az-header a:hover {
    text-decoration: none;
    color: #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
}
.a-ztitle {
    font-family: 'BrownRegular';
    font-size: 50px;
    display: block;
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}
.az-patrons, .az-sponsors {
    position: relative;
    z-index: 2;
    padding: 10px 0;
    background: none repeat scroll 0 0 #fff;
}
.az-patrons-desc, .az-sponsors-desc {
    margin-bottom: 30px;
    text-align: center;
}
.az-patrons .a-ztitle, .az-sponsors .a-ztitle {
    margin-top: 20px;
    color: #000;
}
.a-zdivider {
    font-size: 48px;
    font-weight: 100;
    text-align: center;
    color: #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .6);
}
.az-sponsors .nav-tabs .col-sm-3 {
    padding: 0;
    text-align: center;
}
.az-sponsors .nav-tabs {
    margin: 0;
}
.az-sponsors .nav-tabs > li > a {
    font-size: 16px;
    padding-right: 0;
    padding-left: 0;
    text-transform: uppercase;
    color: #000;
}
.az-sponsors .nav-tabs > li.active > a, .az-sponsors .nav-tabs > li.active > a:hover, .az-sponsors .nav-tabs > li.active > a:focus {
    border: 1px solid #000;
}
.az-sponsors .nav-tabs > li > a:hover {
    border: 1px solid #000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.az-sponsors .tab-content .a-ztitle {
    font-size: 24px;
}
.az-boards-wrapper {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    width: 100%;
    height: 835px;
    margin: 0 auto -60px;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #fff;
    background-image: url('/images/page-az/bfc-board.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center bottom !important;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
}
.az-boards-types-item a {
    font-family: 'BrownRegular';
    font-size: 21px;
    line-height: 30px;
    display: table-cell;
    width: 198px;
    height: 198px;
    padding: 20px 5px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}
.az-boards-types-item a:hover {
    text-decoration: none;
    color: #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
}
.az-designers-wrapper {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    width: 100%;
    height: 835px;
    margin: 0 auto -40px;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: none repeat scroll 0 0 #fff;
}
.az-designers-wrapper .a-ztitle {
    color: #000;
}
.az-boards-intro {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    width: 50%;
    margin: 0 auto 60px;
    padding: 40px 30px;
    text-transform: none;
    color: #fff;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}
.az-designers-letters {
    margin-bottom: 40px;
    border: 1px solid #000;
}
.az-designers-letters a {
    font-size: 18px;
    font-weight: normal;
    line-height: 0;
    color: #000;
}
.az-designers-letters .list-inline {
    line-height: 25px;
}
.az-designers-list-item-title {
    display: none;
}
.az-designers-list-item .col-sm-2 {
    margin-bottom: 30px;
}
.fancybox-opened .fancybox-skin {
    padding: 40px 0 !important;
    background: none repeat scroll 0 0 #fff;
}
.designersCarousel-control.designersCarousel-control-left {
    position: absolute;
    top: 40%;
    left: -50px;
    color: #000;
}
.designersCarousel-control.designersCarousel-control-right {
    position: absolute;
    top: 40%;
    right: -50px;
    color: #000;
}
.news-utility-toggle a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    text-indent: -99999px;
    background: url('images/toggle.png') no-repeat scroll 0 8px rgba(0, 0, 0, 0);
}
.news-utility-toggle a.state2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    text-indent: -99999px;
    background: url('images/toggle.png') no-repeat scroll -35px 8px rgba(0, 0, 0, 0);
}
.news-utility-letter-from-london {
    margin-top: 20px;
    padding: 15px;
    background: none repeat scroll 0 0 #f0f0f0;
}
.header-wrapper .navbar-collapse {
    width: 58.33%;
    border-color: rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    /*width: 66.6667%;*/
}
.header-wrapper .navbar-nav {
    float: right;
}
.education-intro, .press-releases-intro {
    font-size: 22px;
    position: relative;
    width: 100%;
    height: 600px;
    /*margin: 0 auto -40px;*/
    padding: 120px 0;
    color: #fff;
}
.content-1160 section {
    font-size: 22px;
    position: relative;
    width: 100%;
    min-height: 800px;
    margin: 0 auto;
    padding: 120px 0;
    color: #fff;
    background-position: center bottom !important;
    background-size: cover !important;
}
.content-page h1 {
    margin-top: 0;
    color: #000;
}
.content-1160 .history-intro {
    padding: 180px 0 !important;
}
.history-panel h2 {
    font-size: 60px;
    text-align: center;
}
.history-intro p {
    font-size: 25px;
    line-height: 45px;
    text-align: center;
}
.content-1160 .history-2000s {
    padding-top: 0;
    background-position: center center !important;
}
.year80 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 30px 20px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .6);
}
.year80 h3 {
    font-size: 30px;
    margin-top: 0;
    text-align: center;
}
.year80 a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.year80 a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
.year80 ul {
    padding-left: 20px;
}
.year-1985 {
    margin-top: 180px;
}
.year2000s {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 30px 20px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .6);
}
.year2000s h3 {
    font-size: 30px;
    margin-top: 0;
    text-align: center;
}
.year2000s a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.year2000s a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
.year2000s ul {
    padding-left: 20px;
}
.year2000s .row p {
    margin-bottom: 30px;
}
.year-2008 {
    /* margin-top: -134px; */
}
.content-1160 .history-1990s {
    padding-top: 0;
    background: none repeat scroll 0 0 #f0f0f0;
}
.history-1990s .history-panel {
    padding: 0 100px;
    color: #000;
    background: none repeat scroll 0 0 #fff;
}
.year1990s {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 30px 20px;
}
.year1990s h3 {
    font-size: 30px;
    margin-top: 0;
    text-align: center;
}
.year1990s a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.year1990s a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
.year1990s ul {
    padding-left: 20px;
}
.year1990s .row p {
    margin-bottom: 30px;
}
.year-2008 {
    /* margin-top: -134px; */
}
.subhome-panel-overlay-title {
    font-family: 'BrownRegular';
    font-size: 30px;
}
.subhome-panel-overlay-title {
    font-family: 'BrownRegular';
    font-size: 30px;
    margin: 15px 0;
    text-transform: uppercase;
}
.img-resposnive {
    width: 100%;
}
.crumbtrail-utils-holder {
    font-size: 14px;
    margin: 20px 0;
    padding: 8px 15px 8px 0;
    text-align: right;
    color: #cdcdcd;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.crumbtrail-utils-holder a {
    margin-left: 7px;
    color: #cdcdcd;
}
.crumbtrail-utils-holder a:hover {
    color: #000;
}
.sharelabel, .social-share {
    font-family: 'BrownBold';
    line-height: 23px;
    float: right;
    text-transform: uppercase;
    color: #000;
}
.sharelabel {
    font-size: 15px;
    line-height: 17px;
}
.addthis_toolbox > a > span {
    line-height: 15px;
    width: 15px;
    height: 15px;
    margin: 0 0 0 17px;
    text-indent: initial !important;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.addthis_toolbox > a > span:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 17px;
    color: #000;
}
.addthis_button_facebook > span:after {
    content: '\f09a';
}
.addthis_button_twitter > span:after {
    content: '\f099';
}
.addthis_button_pinterest_pinit > span:after {
    content: '\f0d2';
}
.addthis_button_email > span:after {
    content: '\f003';
}
.addthis_button_pinterest_pinit {
    width: auto !important;
    height: auto !important;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.addthis_counter {
    display: none !important;
}
.addthis_default_style .at300b {
    padding: 0 !important;
    float: none !important;
}
.published-date {
    font-size: 13px;
    color: #777;
}
.content-page {
    padding-bottom: 40px;
    /*color: #555;*/
}
.subnav ul {
    display: block;
    padding: 0;
    margin-bottom: 0;
    list-style: none outside none;
}
.subnav > ul > li {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    padding-left: 13px;
}
.subnav li:first-child {
    margin-top: 0;
}
.subnav li:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 19px;
    display: block;
    float: left;
    width: 13px;
    margin-left: -13px;
    content: "\f0da"; /*f0da*/
    color: #8f8f8f;
}
.subnav li.current:before, .subnav li.active:before, .subnav li:hover > a:before {
    color: #000;
}
.subnav li a {
    font-family: 'BrownRegular';
    font-size: 15px;
    color: #8f8f8f;
}
.subnav li.current > a, .subnav li a:hover, .subnav li.active > a {
    text-decoration: none;
    color: #000;
}
.subnav ul li > ul {
    margin-left: 25px;
}
.subnav ul ul > li {
    display: block;
    margin: 10px 0;
}
.subnav ul ul > li:first-child {
    margin-top: 10px;
}
.playlistPillars-content {
    padding: 20px 30px;
}
.subhome-panel-overlay-desc {
    /*font-family: 'NewsGothicStdMedium',arial,sans-serif !important;*/
    font-family: arial, sans-serif !important;
    line-height: 20px;
    text-align: left;
}
.subhome-panel-overlay-desc a {
    color: #777;
}
.subhome-panel-overlay-desc a:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}
.subhome-panel-overlay-image, .subhome-panel-overlay-desc {
    margin: 5px 0;
}
section.press-releases-intro {
    position: relative;
    width: 100%;
    /* font-weight: bold; */
    height: 400px;
    margin: 0 auto 30px;
    padding: 30px 0;
    text-align: center;
    /* text-transform: uppercase; */
    color: #fff;
    /* font-size: 36px; */
    background-position: center top !important;
    background-size: cover !important;
}
.press-releases-intro h3 {
    font-size: 50px;
    margin-top: 250px;
    text-align: left;
}
.content-3008, .content-3008 .content-page {
    color: #000;
}
.content-3008 .content-page a {
    color: #000;
}
.content-3008 .content-page a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.content-3008 .media-buyers-contacts a {
    color: #949494;
}
.content-3008 .media-buyers-contacts a:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}
.content-3008 th:last-child {
    text-align: center;
}
.press-release-item td:last-child {
    text-align: center;
}
.press-release-item td:last-child a:hover {
    text-decoration: none;
}
th {
    font-family: 'BrownBold';
    font-weight: normal;
    text-transform: uppercase;
}
.media-buyers-contacts {
    padding: 20px;
    word-break: break-all;
    border: 1px solid #ddd;
}
.media-buyers-contacts h4 {
    margin: 0 0 20px;
    text-transform: uppercase;
}
.press-releases-search {
    margin-bottom: 30px;
    padding: 20px;
    word-break: break-all;
    border: 1px solid #ddd;
}
.press-releases-search h3 {
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.press-releases-search input[type='submit'] {
    font-family: 'BrownRegular';
    text-transform: uppercase;
    color: #000;
}
.press-releases-search input[type='submit']:hover {
    font-family: 'BrownRegular';
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #000;
    background: none repeat scroll 0 0 #000;
}
.press-release-year a, .press-release-month a {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 7px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
}
.press-release-month {
    margin-bottom: 30px;
}
.press-release-year a.active, .press-release-year a:hover, .press-release-month a.active, .press-release-month a:hover {
    text-decoration: none;
    color: #fff;
    background: none repeat scroll 0 0 #000;
}
.pillars-single {
    margin-top: 40px;
}
.pillars-content-wrapper {
    /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* padding: 0; */
}
.pillars-content-wrapper:hover {
    color: #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
}
.pillars-content-wrapper h6 {
    /* font-size: 21px; */
    /* font-weight: bold; */
    /* line-height: 30px; */
    /* margin: 0; */
    /* text-transform: uppercase; */
}
.pillars-content-wrapper h6 a {
    font-family: 'BrownRegular';
    font-weight: bold;
    display: table-cell;
    width: 204px;
    height: 204px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    color: #fff;
}
.pillars-content-wrapper h6 a:hover {
    /* color: #000; */
    /* text-decoration: none; */
}
.pillars-content-wrapper p {
    font-size: 14px;
    margin: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #000;
}
.related-content h2 {
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.related-content a {
    color: #333;
}
.related-item-title {
    display: block;
    margin-top: 5px;
}
.related-item-title:hover {
    text-decoration: underline;
}
.related-content a:hover {
    text-decoration: none;
    /*border-bottom: 1px solid #000;*/
    color: #000;
}
.related-content {
    padding-bottom: 40px;
    border-top: 1px solid #f0f0f0;
}
.related-content .img-wrapper {
    display: table-cell;
    width: 193px;
    height: 193px;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, .03);
}
.related-content .img-wrapper img {
    width: 100%;
}
.page-middle {
    border-left: 1px solid rgba(0, 0, 0, .5);
}
.page-middle.col-sm-12 {
    margin-left: 15px;
}
.widget-show-hide-close {
    font-family: FontAwesome;
    font-size: 13px;
    display: table-cell;
    width: 15px;
    height: 200px;
    content: "\f0d9"; /*f0d9*/
    vertical-align: middle;
    color: #000;
}
.widget-show-hide-close:hover {
    text-decoration: none;
    color: #000;
}
.widget-show-hide-close:before {
    font-family: FontAwesome;
    margin-right: 5px;
    padding: 25px 3px;
    content: "\f0d9"; /*f0d9*/
    color: #000;
    background: none repeat scroll 0 0 #f0f0f0;
}
.page-middle.col-sm-12 .widget-show-hide-close:before {
    font-family: FontAwesome;
    content: "\f0da"; /*f0da*/
}
.widget-show-hide-close:after {
    font-family: arial, sans-serif;
    content: 'HIDE';
    /*font-family: 'NewsGothicStdMedium',arial,sans-serif;*/
}
.page-middle .clicked.widget-show-hide-close:after {
    font-family: arial, sans-serif;
    content: 'SHOW';
    /*font-family: 'NewsGothicStdMedium',arial,sans-serif;*/
}
.widget-show-hide {
    margin-left: -15px;
}
.archive-item-wrapper {
    position: relative;
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
    color: #000;
    border: 1px solid #cdcdcd;
}
.archive-item-year {
    font-family: 'BrownBold';
    font-size: 36px;
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.archive-item-utils {
    position: absolute;
    bottom: 11%;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.archive-item-utils li {
    line-height: 12px;
    display: block;
    margin: 7px 0;
    text-align: center;
    /*border-right: 1px solid;*/
}
.archive-item-utils li:nth-child(2n) {
    /* border-left: 1px solid #000; */
}
.archive-item-utils li a {
    padding: 0 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.season-item {
    height: 383px;
    margin-bottom: 30px;
}
.season-intro-wrapper, .season-preview-wrapper {
    overflow: hidden;
    height: 383px;
}
.page-middle.col-sm-12 .season-item {
    height: 527px;
}
.page-middle.col-sm-12 .season-intro-wrapper, .page-middle.col-sm-12 .season-preview-wrapper {
    height: 527px;
}
.season-item img {
    width: 100%;
}
.season-intro {
    position: absolute;
    bottom: 0;
    margin-right: 15px;
    padding: 150px 20px 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.season-intro h4 {
    font-family: 'BrownBold';
    font-size: 26px;
    position: absolute;
    bottom: 140px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
}
.season-intro a {
    color: #fff;
}
.season-intro-body {
    margin-bottom: 30px;
}
.business-season-utils {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.business-season-utils a {
    font-family: 'BrownRegular';
    margin: 0 5px;
    padding: 0;
}
.business-season-utils a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.business-season-utils a.active {
    font-family: 'BrownBold';
}
.season-preview-wrapper {
    padding: 20px;
    border: 1px solid #000;
}
.season-preview-wrapper h4 {
    font-family: 'BrownBold';
    display: block;
    width: auto;
    margin-top: 0;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.season-preview-wrapper a {
    color: #777;
}
.season-preview-wrapper a:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}
.season-preview-wrapper .business-season-utils a {
    color: #000;
}
.season-preview-wrapper .business-season-utils a:hover {
    border-bottom: 1px solid #000;
}
.season-item-preview-list {
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 80%;
}
.season-detail {
    margin-top: -30px;
    margin-bottom: 15px;
    padding-top: 15px;
    background: url('images/seasondetails-arrow.png') no-repeat scroll 85% 1px rgba(0, 0, 0, 0);
}
.season-detail.position-2 {
    background-position: 15% 1px;
}
.season-detail.position-3 {
    background-position: 50% 1px;
}
.season-details-wrapper {
    padding: 15px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #000;
    border-image: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}
.season-details-wrapper img {
    width: 100%;
}
.season-detail-close {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url('/content/minimal_skin_dark/linghtbox_skin/close-button-over.png') no-repeat scroll 0 0 / 30px 30px #000;
}
.season-detail-close:hover {
    background: url('/content/minimal_skin_dark/linghtbox_skin/close-button.png') no-repeat scroll 0 0 #fff;
}
.season-details-designers {
    overflow-x: hidden;
    overflow-y: auto;
    height: 374px;
    padding-top: 20px;
}
.season-details-gallery {
    padding-top: 20px;
}
.page-middle.col-sm-12 .season-details-designers {
    overflow-x: hidden;
    overflow-y: auto;
    height: 468px;
}
.season-details-wrapper h4 {
    font-family: 'BrownBold';
    font-size: 24px;
    margin-top: 0;
    text-transform: uppercase;
    color: #000;
}
.season-item-preview-list-tag, .seasondetail-preview-list-tag {
    font-family: 'BrownBold';
    font-size: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #000;
}
.seasondetail-preview-list-tag:first-child {
    margin-top: 0;
}
.season-details-designers a {
    color: #777;
}
.season-details-designers a:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}
.season-details-gallery h4 {
    font-size: 15px;
}
.related-content-gallery-title {
    font-size: 12px;
}
.busines-related-content-news {
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}
.business-related-content-galleries {
    padding-top: 15px;
}
.season-details-gallery .gallery-item {
    min-height: 160px;
    margin-bottom: 4px;
}
.page-middle.col-sm-12 .season-details-gallery .gallery-item {
    min-height: 190px;
}
.RadSlider, .RadSlider .rslHorizontal, .RadSlider .rslHorizontal .rslItemsWrapper, .RadSlider .rslMiddle div.rslTrack {
    width: 100% !important;
}
.RadSlider .rslHorizontal .rslItemsWrapper, .RadSlider .rslMiddle div.rslTrack {
    z-index: -1;
    left: 0 !important;
}
.RadSlider_Default .rslHorizontal .rslItem {
    width: 20% !important;
}
.backto {
    display: inline-block;
    margin: 0 0 10px 0;
    color: #8f8f8f;
    border-bottom: 1px solid #fff;
}
.backto:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}
.news-item-detail .published-date .glyphicon {
    margin-right: 5px;
}
.event-detail-backlink {
    color: #8f8f8f;
}
.event-detail-backlink {
    display: inline-block;
    margin-bottom: 10px;
    color: #8f8f8f;
    border-bottom: 1px solid #fff;
}
.event-detail-backlink:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}
.event-detail-image {
    margin-bottom: 10px;
}
.list-unstyled.events-overlay-info-panel {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #4b4b4b;
}
ul.events-overlay-info-panel li {
    margin: 15px 0;
    padding-left: 10px;
}
ul.events-overlay-info-panel li .glyphicon {
    margin-right: 10px;
}
div#map_canvas {
    width: 100% !important;
}
.news_image {
    margin-bottom: 10px;
}
.news-carousel .carousel-caption {
    font-size: 40px;
    text-transform: uppercase;
}
.news-carousel .carousel-caption a {
    font-size: 40px;
    color: #fff;
}
.news-carousel .carousel-caption a:hover {
    text-decoration: none;
}
.news-item-letterfromlondon-intro-lfl a {
    color: #000;
}
.gallery-list {
    overflow: hidden;
}
.gallery-single {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.gallery-single h2 {
    margin-top: 0;
}
.gallery-single img {
    width: 100%;
}
table.funders-table td {
    padding: 20px 80px 20px 0;
}
.designer-photo {
    margin: 0 15px 15px 0;
}
.designer_videos_wrap > object {
    width: 100% !important;
    margin-top: 10px;
}
.designer-name {
    margin-top: 0;
}
.designers-sm-list {
    font-size: 16px;
}
.designers-sm-list a {
    margin-right: 15px;
}
.details_wrap strong {
    font-family: 'BrownBold';
    font-weight: normal;
}
.panel_designer_catwalks .row {
    margin-bottom: 30px;
}
.designer_logo img {
    width: 100%;
}
.link_strip {
    margin-bottom: 6px;
}
.awards-history-content {
    padding: 50px 0 0;
    color: #000;
}
.awards-history-content p strong {
    font-size: 16px;
}
.awards-history-content .row {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
.layer-panel {
    font-family: 'BrownRegular', arial, sans-serif;
}
.bfa-winners-item-video {
    margin: 8px 0;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.full-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.full-height > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sbs-white-panel {
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 3px #efefef;
    padding: 30px;
    width: 100%;
    border: 1px solid #f3f3f3;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.table-responsive {
    overflow: auto;
    margin-bottom: 20px;
}
.table-responsive table {
    margin-bottom: 0;
}

/* tp_brand_landing */
.analytics-dashboard {
    padding-bottom: 50px;
}
.tp-fAQs-links td h3, .tp-fAQs-links td h3 p {
    margin-bottom: 0;
    font-size: 18px;
}
.analytics-dashboard h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.analytics-dashboard h5 {
    margin-bottom: 10px;
}
.analytics-dashboard > div:first-child > div:last-child tr > td:last-child {
    padding-right: 0;
}
.analytics-dashboard > div:first-child > div:last-child tr > td {
    font-size: 13px;
}
ul.clock-list {
    padding: 0;
    list-style: none;
}
ul.clock-list div + div {
    margin-top: 10px;
}
.analytics-dashboard .table.guest-table>tbody>tr>td {
    padding: 4px;
    vertical-align: middle;
    position: relative;
}
.guest-table .No, .guest-table .Yes {
    position: absolute;
    font-size: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.guest-table .Yes:before,
.guest-table .No:before {
    content: "";
    background-size: contain;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: block;
}
.guest-table .Yes:before {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%2304D100'/%3E%3Cpath d='M22.2765 12.4216L14.2799 20.3376C13.9702 20.6346 13.4776 20.6346 13.1679 20.3376L8.14446 15.3762C7.84072 15.0718 7.84072 14.5826 8.14446 14.278L9.27157 13.1559C9.58252 12.8672 10.0668 12.8672 10.3775 13.1559L13.7102 16.4655L20.0344 10.2163C20.3451 9.92789 20.8294 9.92789 21.1401 10.2163L22.2765 11.3445C22.5745 11.6433 22.5745 12.1231 22.2765 12.4219V12.4216Z' fill='white'/%3E%3C/svg%3E");
}   
.guest-table .No:before {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23FF0000'/%3E%3Cpath d='M20.7872 20.3862L16.4009 15.9999L20.7872 11.6136C21.0708 11.3301 21.0708 10.8464 20.7872 10.5629L20.437 10.2126C20.1535 9.92912 19.6698 9.92912 19.3862 10.2126L14.9999 14.599L10.6136 10.2126C10.3301 9.92912 9.84643 9.92912 9.56289 10.2126L9.21265 10.5629C8.92912 10.8464 8.92912 11.3301 9.21265 11.6136L13.599 15.9999L9.21265 20.3862C8.92912 20.6698 8.92912 21.1535 9.21265 21.437L9.56289 21.7872C9.84642 22.0708 10.3301 22.0708 10.6136 21.7872L14.9999 17.4009L19.3862 21.7872C19.6698 22.0708 20.1535 22.0708 20.437 21.7872L20.7872 21.437C21.0709 21.1368 21.0708 20.6698 20.7872 20.3862Z' fill='white'/%3E%3C/svg%3E");
}
.layer-resources-landing-nav > h6 {
    font-family: 'Lato', sans-serif;
    display: block;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 26px;
    padding-bottom: 12px;
    position: relative;
}
.layer-resources-landing-nav > h6:after {
    background: #444444;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    z-index: 1;
}
.layer-resources-landing-nav > h6 > a:hover {
    text-decoration: none;
}
.search-short-wrap {
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.search-lhs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.search-bar-content {
    display: block;
    position: relative;
}
.search-lhs > div {
    width: 48%;
}
.search-lhs > div + div {
    margin-left: 4%;
}
.search-bar-content .form-control {
    background: transparent;
    color: #586D83;
    padding: 12px 16px 12px 44px;
    height: auto;
}
.search-lhs .form-control {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    box-shadow: none;
}
.search-bar-content .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.select-wrap-top select {
    background-color: transparent !important;
    padding: 12px 16px;
    width: 200px;
}
select.form-control {
    background-image: url(/themes/default/css/images/arrow-down.svg) !important;
    background-position: center right 24px !important;
    padding-right: 40px !important;
}
.sortby-list {
    position: relative;
}
.sortby-list > a {
    padding: 12px 42px 10px 16px;
}
.sortby-list > i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.res-top-small {
    font-weight: bold;
    margin: 20px 0;
}
.full-height, .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.layer-resources .sbs-layer-panels {
    margin-bottom: 30px;
}
.full-height > div, .equal-height > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.layer-resources .sbs-layer-panels-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.card-box, .res-box, .layer-resources-landing-nav {
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    overflow: hidden;
    word-break: break-word;
    width: 100%;
}
.layer-resources .sbs-layer-panels-item-image {
    background-size: cover !important;
    padding-top: 51.82%;
}
.layer-resources .sbs-layer-panels-item-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    position: relative;
}
.layer-resources .sbs-layer-panels-item-info-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.layer-resources .sbs-layer-panels-item-title, .layer-resources .sbs-layer-panels-item-desc {
    margin-bottom: 10px;
}
.layer-resources .sbs-layer-panels-item-date {
    color: #586D83;
    font-size: 14px;
    line-height: 22px;
    order: -1;
    margin-bottom: 4px;
}
.layer-resources .sbs-layer-panels-item-date:before {
    content: "\f073";
    color: #586D83;
    font-family: 'FontAwesome';
    margin-right: 3px;
}
.layer-resources .sbs-layer-panels-item-type-text {
    background: #586D83;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    padding: 10px 20px 10px 10px;
    position: absolute;
    right: 0;
    top: -36px;
}
.layer-resources .sbs-layer-panels-item-type-text:before {
    border-bottom: 36px solid #586D83;
    border-left: 32px solid transparent;
    content: "";
    display: block;
    position: absolute;
    left: -32px;
    top: 0;
    height: 0;
    width: 0;
}
.layer-resources .sbs-layer-panels-item-type-text i {
    display: none;
}
.layer-resources .sbs-layer-panels-item-type-btn {
    margin-top: 10px;
}
.layer-resources .sbs-layer-panels-item-type-btn .btn {
    position: relative;
    padding: 10px 32px 9px 16px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 18px;
}
.layer-resources .sbs-layer-panels-item-type-btn .btn:before {
    content: "\f105";
    color: #FFFFFF;
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    top: 11px;
    right: 16px;
    transition: all ease .4s;
}
.layer-resources .resources-results .btn {
    border: 1px solid transparent;
    display: inline-block;
    font-size: 16px;
    padding: 8px 30px 10px 10px;
    text-transform: inherit;
    white-space: inherit;
    border-radius: 0;
}
.layer-resources .resources-results .btn-default {
    background-color: #586D83;
    border-color: #586D83;
    color: #fff;
}


/* tp_table_package_landing */
.tp-table-package-landing-row > div {
    margin-bottom: 30px;
}
.tp-table-package-landing-row .sbs-white-panel.sbs-guests {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tp-table-package-landing-row .sbs-white-panel.sbs-guests > .sbs-guests-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.tp-table-package-landing-row .sbs-guests-box .sbs-guests-box-img {
    height: auto;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tp-table-package-landing-row .sbs-guests-box .sbs-guests-box-img > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tp-table-package-landing-row .sbs-guests-box-title {
    color: #000;
    font-size: 18px;
    width: 100%;
    margin-top: 14px;
    display: inline-block;
}
.tp-table-package-landing-row > div[class*="col"]:first-child:last-child {
    width: 100%;
}

/* fashion-forum-profile */
.fashion-forum-profile .profile-image img {
    margin: 0 auto;
}


@media screen and (min-width:992px) and (max-width:1199px) {
    /*.navbar-default .navbar-nav > li > a {
      margin: 0 12px;
      letter-spacing: 0px;
    }
    .header-wrapper .header-utils ul li {
      padding-left: 0;
    }
    .logo img {
      width: 50%;
    }
    .front-carousel .carousel-caption {
      top: 15%;
      font-size: 32px;
    }
    .patron-text{
      padding: 15px 0;
    }
    .content-1 .content-page{
      padding-bottom: 10px;
    }*/
}
@media screen and (max-width:991px) {
    /*.navbar-default .navbar-nav > li > a {
      margin: 0 12px;
      letter-spacing: 0px;
    }
    .header-wrapper .header-utils ul li {
      padding-left: 0;
    }
    .header-mobile-logo-link img {
      width: 40%;
    }
    .front-carousel .carousel-caption {
      top: 15%;
      font-size: 32px;
    }
    .patron-text{
      padding: 15px 0;
    }
    .content-1 .content-page{
      padding-bottom: 10px;
    }
    .header-mobile-logo{
      max-width: 100%;
    }
    .header-mobile-nav-list{
      display: none;
    }
    .mobile-nav-wrapper{
      margin-top: 40px;
    }
    .mobile-logo-wrapper{
      
    }
    .mobile-nav-wrapper div {
      float: right;
      margin-left: 17px;
    }
    .mobile-nav-wrapper a {
      color: #fff;
    }*/
    .header-mobile-nav-list-level1 > li {
        text-align: left;
    }
    .header-mobile-nav-list-level2 {
        padding-left: 20px;
    }
    .header-mobile-nav-list-level2 > li {
        line-height: 24px;
    }
    .header-mobile-nav-list-level2 > li a span {
        text-transform: none !important;
    }
    .header-mobile .mobile-nav-wrapper {
	    width: 33.33% !important;
	}
    .header-mobile .mobile-nav-wrapper > div {
        font-size: 24px !important;
    }
    .header-mobile .mobile-nav-wrapper a i.fa {
        font-size: 28px !important;
    }
    .header-clear .header-mobile .mobile-nav-wrapper a i.fa, .header-clear .header-mobile .mobile-nav-wrapper a span.glyphicon {
        color: #fff !important;
    }
    .header-white .header-mobile .mobile-nav-wrapper a i.fa, .header-white .header-mobile .mobile-nav-wrapper a span.glyphicon {
        color: #000 !important;
    }
    .header-mobile-nav.open .header-mobile-nav-link i:before {
        color: #fff;
    }
    .header-white .header-wrapper, .header-wrapper {
        background: inherit !important;
    }
    .header-mobile .mobile-nav-wrapper {
        padding-top: 20px !important;
    }

    .tableportal-menu .header-utils {
	    margin: 0 !important;
	    padding-left: 0;
	}
	.tableportal-menu .header-utils ul.dropdown-menu {
	    left: auto;
	    right: 0;
	    min-width: auto;
	}
	.tableportal-menu .header-mobile-nav {
	    margin-left: 5px !important;
	}

    .az-designers-wrapper {
        height: auto;
    }
    .image-gallery .list-inline.image-gallery-thumbs li {
        margin-top: 15px;
    }
    .press-release-filter {
        display: none;
    }
    .page-middle.col-sm-12 {
        margin-left: 0;
    }
    .designer-profile-mobile strong {
        display: block;
    }
    .designer-profile-mobile-toggle-panel {
        display: none;
        margin-bottom: 20px;
    }
    .designer-profile-mobile-toggle-panel-video {
        display: block;
    }
    .designer-profile-mobile-toggle-bar a {
        font-family: 'BrownBold', arial, sans-serif;
        font-size: 16px;
        font-weight: normal;
        display: block;
        width: 100%;
        padding: 8px 0;
        text-transform: uppercase;
        border-top: 1px solid #e6e6e6;
        background: url(/images/down-arrow.png) no-repeat center right;
    }
    .designer-profile-mobile-toggle-bar.state2 a {
        background: url(/images/up-arrow.png) no-repeat center right;
    }
    a.designer-profile-mobile-toggle-title-video {
        background: url(/images/up-arrow.png) no-repeat center right;
    }
    .designer-profile-mobile-toggle-bar.state2 a.designer-profile-mobile-toggle-title-video {
        background: url(/images/down-arrow.png) no-repeat center right;
    }
    .designer-profile-mobile-toggle-bar a:hover {
        text-decoration: none;
        /* background: #000; */
    }
    .designer-profile-mobile-biography .designer-profile-mobile-toggle-bar a {
        border-top: 5px solid #000;
    }
    .designer-profile-mobile-extras .designer-profile-mobile-toggle-bar a {
        border-bottom: 5px solid #000;
    }
    .designer-profile-mobile-toggle-panel h3, .morein h2.line_header {
        display: none;
    }
    .designer-profile-mobile-toggle-panel iframe {
        width: 100% !important;
    }
    .designer-profile-mobile-image img {
        width: 100%;
    }
    .about-award-btn a {
        white-space: normal;
    }
    .about-award-btn a + a {
        margin-top: 10px;
    }

    .tablet-mt-30 {
        margin-top: 30px;
    }
    /* tp_brand_landing */
    .search-lhs {
        width: 100%;
    }
    .select-wrap-top select {
        width: 100%;
    }
    .sortby-list {
        margin-top: 10px;
        width: 100%;
    }
    .sortby-list > a {
        border: 1px solid #DEDEDE;
        border-radius: 6px;
        width: 100%;
        text-align: left;
    }
    .layer-resources-landing-nav {
        margin-bottom: 30px;
        padding: 20px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    /*.patron-text {
       padding: 5px 0;
     }
    */
}
@media (max-width:767px) {
    /*.patrons-carousel{
      display: none;
    }
    .min-height {
      min-height: 0;
      padding-bottom: 20px;
    }*/
    /* tp_brand_landing */
    .search-lhs > div {
        width: 100%;
    }
    .search-lhs > div + div {
        margin: 10px 0 0 0;
    }

    /* tp_table_package_landing */
    .tp-table-package-landing-row > div {
        margin-top: 0 !important;
    }
}
@media screen and (min-width:480px) and (max-width:767px) {
    /*.container{
      width: 460px;
    }
    .header-mobile-logo-link img{
      width: 50%;
    }*/
}
@media screen and (max-width:479px) {
    /*.container{
      width: 300px;
    }
    .header-mobile-logo-link img{
      width: 80%;
    }*/
}

/* DISABLE BOOTSTRAP RESPONSIVEÃƒâ€šÃ‚Â */
/*body, .container{
    min-width:1170px !important;
}
*/

td.rcOtherMonth a {
    visibility: hidden;
}
/*.business-intro-ios{
    background: #fff url(/uploads/files/1/Layers/about-slide1.jpg) !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}*/
.pillars-content-wrapper {
    display: block;
    margin-bottom: 30px;
}
.pillars-content-wrapper a {
    font-family: 'BrownRegular';
    font-size: 21px;
    line-height: 30px;
    display: table-cell;
    width: 204px;
    height: 204px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}
.pillars-content-wrapper a:hover {
    text-decoration: none;
    color: #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
}
.keyevents-single {
    display: block;
    margin-bottom: 30px;
}
.keyevents-single a {
    font-family: 'BrownRegular';
    font-size: 21px;
    line-height: 30px;
    display: table-cell;
    width: 165px;
    height: 165px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}
.keyevents-single a:hover {
    text-decoration: none;
    color: #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
}
.charity-block {
    display: block;
    margin-bottom: 30px;
}
.charity-block a {
    font-family: 'BrownRegular';
    font-size: 21px;
    line-height: 30px;
    display: table-cell;
    width: 212px;
    height: 212px;
    padding: 30px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}
.charity-block a:hover {
    text-decoration: none;
    color: #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
}
.width25percent {
    width: 25%;
}
.width10percent {
    width: 10%;
}
.about-panel4 img {
    width: 100%;
    margin-top: 30px;
}
.about-panel4 img .col-sm-6 {
    margin-bottom: 60px;
}
table.selection-panel {
    width: 100%;
    margin: 10px 0;
}
table.selection-panel tr {
    border: 1px solid #dfdfdf;
    border-width: 1px 0;
}
table.selection-panel td {
    padding: 10px 0;
}
input[type='radio'], input[type='checkbox'] {
    margin: 4px 8px 0 0;
}
.register-interests {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
.validation_error {
    color: #a94442;
}
.content-235 .header-wrapper {
    position: absolute;
    right: 0;
    left: 0;
}
.loggedin .header-wrapper {
    /*position: relative;*/
    padding: 0;
    top: 30px;
}
.page-middle img {
    width: 100%;
}
.sponsor-item {
    margin: 16px 0;
    padding: 40px 20px;
    border: 1px solid #ccc;
}
.sponsor-item .read.more {
    position: absolute;
    bottom: 22px;
    margin-top: 10px;
}
/*
.sponsor-item .col-xs-6.col-sm-3 a, .sponsor-item .col-xs-6.col-sm-4 a {box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2); display:inline-block; padding:20px 0;}
*/
.news-item h3 {
    margin-top: 0;
}
.tickets-book-online a {
    text-transform: uppercase;
}
.press-release-year {
    margin-bottom: 30px;
}
.press-release-month {
    display: none;
}
.form-control:focus {
    border: 1px solid #000;
}
.btn-default {
    text-transform: uppercase;
}
.highlights-video iframe {
    width: 100% !important;
    height: 407px !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    outline: none;
}
.education-intro .layer-panel, .press-releases-intro .layer-panel {
    margin-top: 100px;
}
.education-intro .layer-panel > p {
    width: 100%;
    /* margin-left: 17.667%; */
    margin: 20px 0;
    text-align: center;
}
.nominees-panels {
    margin: 60px -15px;
}
.where-when {
    margin-top: 40px;
}
.ghost-button {
    font-size: 18px;
    display: inline-block;
    width: 230px;
    margin-top: 20px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}
.ghost-button:hover {
    text-decoration: none;
    color: #000;
    border: 1px solid rgba(255, 255, 255, .1);
    background: none repeat scroll 0 0 rgba(255, 255, 255, .9);
}
.buynow {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
}
.buynow:hover, .buynow:focus, .buynow:active {
    text-decoration: none;
    color: #fff;
    background: #000;
}

/************* PAGE HIGHLIGHTS ****************/
.highlights-top-row {
    margin: 30px 0;
    /* background: #f0f0f0; */
    padding: 20px;
    color: #000;
    border: 1px solid #f0f0f0;
}
.highlights-top-row h1 {
    line-height: 36px;
    margin-bottom: 17px;
}
.highlights-top-row a {
    display: inline-block;
    padding: 4px 0;
    color: #000;
}
.highlights-masonry .caption {
    text-align: left;
}
.highlights-top-row .fa {
    font-size: 12px;
    margin-right: 7px;
}
.highlight-video .caption span::before {
    font-family: FontAwesome;
    margin: 2px 10px 0 0;
    content: '\f03d'; /*f03d*/
    color: #000;
}
.highlight-gallery .caption span::before {
    font-family: FontAwesome;
    margin: 2px 10px 0 0;
    content: '\f030'; /*f030*/
    color: #000;
}
.highlight-news .caption span::before {
    font-family: FontAwesome;
    margin: 2px 10px 0 0;
    content: '\f1ea'; /*f1ea*/
    color: #000;
}
.award-winner-item-image img {
    /*border-radius: 50%;*/
}
.award-winner-item {
    height: 120px;
}
.award-winner-item .award-winner-item-title {
    font-size: 12px;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #000;
}
.award-winner-item-winner, .award-winner-item-title {
    padding-left: 0;
}
.videos-play {
    font-size: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 28%;
    text-align: center;
    color: rgba(255, 255, 255, .3);
}
.videos-play:hover {
    color: rgba(255, 255, 255, .6);
}
.archive-winners-wrapper .videos-play {
    padding-top: 20%;
}
.soldout {
    color: #b4b4b4 !important;
}
.tickets-contact {
    font-size: 16px;
    text-align: center;
    color: #000;
}
.package-table td, .package-table th {
    padding: 10px 20px 10px 0;
}
.poll-list {
    padding: 0;
    list-style: none;
}
.poll-list label {
    font-weight: normal;
}
.polls-info {
    font-weight: bold;
}
.polls-other label {
    font-weight: normal;
}
.polls-other input[type='radio'] {
    float: left;
    margin-top: 8px;
}
.polls-other input[type='text'] {
    line-height: 14px;
    margin-left: 10px;
    padding: 5px 5px;
    border: 1px solid #cdcdcd;
    -webkit-appearance: none;
}
.polls-other input[type='text']:focus {
    border: 1px solid #000;
    outline: 0;
}
.winners-overlay {
    padding: 10px 40px;
}
.winners-overlay h3 {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.layer-19, .layer-about {
    background-position: center top !important;
}
.signup-checkbox {
    margin: 0 !important;
}
.signup-checkbox input {
    float: left;
}
.signup-checkbox label {
    font-weight: normal;
    width: 90%;
}
.alert {
    margin: 20px 0;
}
.logo-bfasignup {
    text-align: center;
}
.logo-bfasignup img {
    display: inline-block;
    float: none;
    width: auto;
}
span.heading {
    display: block;
    margin-top: 50px;
    text-align: left;
}

@media (min-width:1200px) {
    .bfa-nominees .bfa-nominees-item .bfa-nominees-item h3, .bfa-nominees .bfa-nominees-item .bfa-winners-item h3 {
        display: block;
        width: 100%;
        min-height: 73px;
    }
    .col-sm-4.bfa-nominees-item {
        /*padding: 50px;*/
        padding: 0 50px;
    }
    .bfa-nominees {
        padding-top: 70px;
    }
    .bfa-nominees-wrapper-v2 .bfa-nominees {
        padding-top: 30px;
    }

    /* tp_downloads */
    .sortby-list {
        flex: 1;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .topnav-middle > li ~ li {
        margin-left: 25px;
    }
    .container {
        width: 970px;
    }
    .bfa-nominees .bfa-nominees-item .bfa-nominees-item h3 {
        min-height: 73px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .topnav-inner .navbar-collapse.collapse:not(.in) {
        display: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .container {
        width: 751px;
    }
    .subnav li a {
        font-size: 12px;
    }
    .bfa-nominees .bfa-nominees-item .bfa-nominees-item h3 {
        min-height: 59px;
    }
    .bfa-nominees .bfa-nominees-item .bfa-winners-item h3 {
        display: block !important;
        width: 100%;
        height: 60px;
    }
}
@media (max-width:991px) {
    .navbar-toggle {
        margin-right: 0;
        margin-left: 10px;
        padding: 0;
    }
    .topnav-left > li > a {
        padding-left: 0;
    }
    .topnav-inner .navbar-collapse {
        background-color: #0072C6;
        padding: 0 20px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .topnav-inner .topnav-middle {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .topnav-middle > li ~ li {
        margin-left: 0;
    }
    .topnav-inner .topnav-middle li {
        width: 100%;
    }
}
@media (max-width:767px) {
    .widget-show-hide {
        display: none;
    }
    .page-middle {
        margin-top: 13px;
        border: none;
    }
    .subnav {
        /* display: none; */
    }
    .published-date {
        width: 100%;
        margin: 0 0 15px;
    }
    .page-share {
        display: none;
    }
    .breadcrumb {
        display: none;
    }
    .business-panel1 h6 {
        margin-top: 30px;
    }
    .business-panel1 {
        padding-bottom: 0;
    }
    .business-panel2 {
        padding: 0;
    }
    .business-panel2 .content {
        font-size: 3vw;
    }
    .gallery-overview .imgcontainer:nth-child(2), .gallery-overview .imgcontainer:nth-child(3) {
        display: none;
    }

    /* tp_brand_landing */
    .full-height > div + div {
        margin-top: 30px;
    }
    .sbs-white-panel {
        padding: 20px;
    }
}
@media screen and (min-width:480px) and (max-width:767px) {
    .container {
        width: 460px;
    }
}
@media screen and (max-width:479px) {
    .container {
        width: 300px;
        max-width: 100%;
    }
}

/************ MEDIA QUERIES FOR SLIDER *****************/
@media screen and (min-width:1600px) {
    .front-carousel .front-carousel-image {
        height: 840px;
        background-size: 100% !important;
    }
}
@media screen and (min-width:1025px) and (max-width:1599px) {
    .front-carousel .front-carousel-image {
        /*background-size: 100% !important;*/
        height: 900px;
    }
}
@media screen and (min-width:769px) and (max-width:1024px) {
    .front-carousel .front-carousel-image {
        height: 710px !important;
        background-size: 180% !important;
    }
    .patron-text {
        padding: 11px 0;
    }
    .content-1 .content-page {
        padding-bottom: 0;
    }
    .content-1 .page {
        margin-bottom: 30px;
    }
    .front-carousel .carousel-caption {
        top: auto !important;
        bottom: 10% !important;
    }
}
@media screen and (min-width:481px) and (max-width:768px) {
    .front-carousel .front-carousel-image {
        height: 770px !important;
        background-size: 190% !important;
    }
    .patron-text {
        padding: 5px 0;
    }
    .content-1 .content-page {
        padding-bottom: 0;
    }
    .content-1 .page {
        margin-bottom: 20px;
    }
    .front-carousel .carousel-caption {
        top: auto !important;
        bottom: 10% !important;
    }
}
@media screen and (min-width:480px) and (max-width:767px) {
    .front-carousel .front-carousel-image {
        height: 570px !important;
        background-size: 220% !important;
    }
    .front-carousel .carousel-caption {
        top: auto !important;
        bottom: 35% !important;
    }
    .content-1 .content-page {
        padding-bottom: 0;
    }
    .content-1 .page {
        margin-bottom: 20px;
    }
    .patrons-carousel {
        display: none;
    }
    .front-carousel {
        margin-bottom: 20px;
    }
    .min-height {
        min-height: 100px;
    }
}
@media screen and (max-width:479px) {
    .front-carousel .front-carousel-image {
        height: 450px !important;
        background-size: 280% !important;
    }
    .front-carousel .carousel-caption {
        top: auto !important;
        bottom: 15% !important;
    }
    .content-1 .content-page {
        padding-bottom: 0;
    }
    .content-1 .page {
        margin-bottom: 30px;
    }
    .patrons-carousel {
        display: none;
    }
    .min-height {
        min-height: 380px;
    }
    .header-mobile .mobile-nav-wrapper > div {
        font-size: 16px !important;
    }
    .header-mobile .mobile-nav-wrapper a i.fa {
        font-size: 18px !important;
    }
    .header-mobile .mobile-nav-wrapper {
        padding-top: 7% !important;
    }
    .tickets-row2 p {
        font-size: 16px;
    }
    .education-intro .layer-panel > p, .press-releases-intro .layer-panel > p {
        font-size: 16px;
    }
}

/*.awards-history-content *{
   font-family: 'BrownRegular',arial,sans-serif;
}*/
.btnsave input {
    width: 100%;
    margin-bottom: 15px;
}
select.form-control {
    border: 1px solid #ccc;
    background: url(images/arrow-up-down.png) no-repeat 96% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    background-color: #fff;
}
.tickets-row2-inner {
    padding: 30px;
}
.smallvat {
    font-size: 16px;
    margin: 0 0 0 5px;
}

/* Gallery Album */
.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.lfw-zoomscript-lfwgallery .owl-wrapper .owl-item {
    margin: 0 10px;
}
.lfw-zoomscript-lfwgallery .owl-wrapper .owl-item:first-child {
    margin-left: 0;
}
.lfw-zoomscript-lfwgallery .owl-wrapper .owl-item:last-child {
    margin-right: 0;
}
.lfw-zoomscript-lfwgallery .owl-wrapper .owl-item:first-child:after {
    display: block;
    padding-top: 149%;
    content: '';
}
.lfw-zoomscript-lfwgallery .owl-wrapper .owl-item:first-child .lfw-zoomscript-lfwgallery-item {
    position: inherit;
}
.lfw-zoomscript-lfwgallery .owl-wrapper .lfw-zoomscript-gallery-season {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.lfw-zoomscript-lfwgallery .owl-wrapper .lfw-zoomscript-gallery-season .lfw-zoomscript-gallery-season-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.lfw-zoomscript-lfwgallery .owl-wrapper .lfw-zoomscript-gallery-season .lfw-zoomscript-gallery-season-inner {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    background-color: #f5f5f5;
}
.lfw-zoomscript-lfwgallery .owl-wrapper .lfw-zoomscript-gallery-season .lfw-zoomscript-lfwgallery-box {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: .08em;
}
.lfw-zoomscript-lfwgallery .carousel-prev, .lfw-zoomscript-lfwgallery .carousel-next {
    font-size: 24px;
    position: absolute;
    z-index: 999;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.lfw-zoomscript-lfwgallery .carousel-prev i, .lfw-zoomscript-lfwgallery .carousel-next i {
    color: rgba(255, 255, 255, .6);
}
.lfw-zoomscript-lfwgallery .carousel-prev {
    left: 0;
}
.lfw-zoomscript-lfwgallery .carousel-next {
    right: 0;
}
.lfw-zoomscript-lfwgallery-item {
    position: relative;
}
.lfw-zoomscript-lfwgallery-item .image-gallery-caption {
    line-height: 1.5em;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 15px;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s;
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}
.lfw-zoomscript-lfwgallery-item:hover .image-gallery-caption {
    opacity: 1;
}
.gallery-album-wrapper .owl-stage .gallery-album-item:after {
    display: block;
    padding-top: 149%;
    content: '';
}
.gallery-album-wrapper .owl-stage .gallery-album-item .panel1-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 550px;
}
.gallery-album-wrapper .owl-stage .gallery-album-item .panel1-wrapper .panel1-boxed {
    display: table;
    width: 100%;
    height: 100%;
}
.gallery-album-wrapper .owl-stage .gallery-album-item .panel1-wrapper .panel1-inner {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    background-color: #f5f5f5;
}
.gallery-album-wrapper .owl-stage .gallery-album-item .panel1-wrapper .lfw-zoomscript-lfwgallery-box {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: .08em;
}
.gallery-album-wrapper .owl-controls {
    margin-top: 0;
}
.gallery-album-wrapper .owl-controls .owl-prev, .gallery-album-wrapper .owl-controls .owl-next {
    font-size: 24px;
    position: absolute;
    z-index: 999;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.gallery-album-wrapper .owl-controls .owl-prev i, .gallery-album-wrapper .owl-controls .owl-next i {
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.gallery-album-wrapper .owl-controls .owl-prev {
    left: 15px;
}
.gallery-album-wrapper .owl-controls .owl-next {
    right: 15px;
}
.gallery-album-wrapper .item .image-gallery-caption {
    line-height: 1.5em;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 15px;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s;
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}
.gallery-album-wrapper .item:hover .image-gallery-caption {
    opacity: 1;
}
.gallery-album-wrapper .gallery-album-title {
    font-size: 30px;
    display: none;
    margin: 20px 0 8px;
}
.gallery-album-wrapper .gallery-album-back {
    margin: 30px 0;
    text-align: right;
    text-transform: uppercase;
}
.gallery-album-wrapper .gallery-album-back a {
    padding: 5px 15px;
    letter-spacing: .08em;
    color: #000;
    border: 1px solid;
}
.gallery-album-wrapper .gallery-album-back a:hover {
    text-decoration: none;
    color: #fff !important;
    background: #000;
}
.gallery-album-wrapper .owl-dots {
    display: none !important;
}
.zsTooltip {
    display: none !important;
}
.zoomscript.zsLight {
    z-index: 999 !important;
}
.zoomscript.zsLight .zsContent {
    background: rgba(0, 0, 0, .95) !important;
}
.zoomscript.zsLight .zsItemHolder .zsItemDescription {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}
.zoomscript.zsLight .zsItemDescription .zsText {
    color: #fff !important;
}
.zoomscript.zsLight .zsPager {
    display: none !important;
}
.zoomscript.zsLight .zsThumbs {
    background: rgba(0, 0, 0, .95) !important;
}
.zsClose {
    font-size: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin: -7px -30px 0 0;
    background: url(/images/icons/close1.jpg) !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.zsClose .zsIcon {
    display: none !important;
}
.zoomscript.zsLight .zsNavBt {
    opacity: 1 !important;
}
.panel1-wrapper-title {
    font-family: 'BrownBold', arial, sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.tickets-button-wrapper {
    margin: 30px 0;
    text-align: center;
}
.tickets-button {
    display: inline;
    padding: 10px 25px;
    color: #000;
    border: 1px solid;
}
.tickets-button:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}
img {
    -ms-interpolation-mode: bicubic !important;
    image-rendering: crisp-edges !important;
}

/* TICKETS PORTAL STYLES */
.logo-tickets img {
    margin: 0 auto;
}
.list-tickets-nav-top {
    text-align: center;
    margin: 30px 0;
}
.list-tickets-nav-top li {
    margin: 0 10px;
}
.list-tickets-nav-top li:first-child {
    /* margin-left: 0; */
    /* padding-left: 0; */
}
.list-tickets-nav-top a {
    color: #000;
    text-transform: uppercase;
    font-family: 'BrownBold';
    display: block;
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
}
.list-tickets-nav-top a:hover, .list-tickets-nav-top a.current {
    border-bottom: 1px solid #000;
}
.votingheader {
    text-align: center;
}

/*NEW LFW LIKE HOME*/
/* Home */
.home-sponsors-panel .home-sponsors-title {
    /* border-bottom: 1px solid; */
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 50px 0 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    width: 27%;
}
.home-sponsors-panel .home-sponsors-items {
    position: relative;
}
.home-sponsors-panel .home-sponsors-items li {
    margin: 0 15px;
}
.home-sponsors-panel .home-sponsors-items .carousel-nav {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    cursor: pointer;
    z-index: 33;
}
.home-sponsors-panel .home-sponsors-items .carousel-next {
    right: 0;
}
.home-sponsors-panel .home-sponsors-items .carousel-prev {
    left: 0;
}

/*HOME LAYERS*/
/*.content-layers-panel {
    position: relative;
    -webkit-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
    background-position: center center !important;
}
.content-layers-panel .content-layers-item-content {
    height:100%;
    position: absolute;
    width: 100%;
}
.home-layer-content-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}*/
a.alogin {
    color: #fff !important;
}
.header-white a.alogin {
    color: #000 !important;
}
.header-white .header-wrapper .navbar-collapse {
    border-right: 1px solid rgba(0, 0, 0, .5);
}
.content-235  .home-layer-content-wrapper, .content-235  .content-layers-panel {
    position: relative;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    text-transform: uppercase;
    background-position: center top !important;
    /*background-attachment:  scroll !important;*/
}
.content-235  .home-layer-content-wrapper a {
    color: #fff !important;
    text-decoration: none !important;
}
.content-235 .content-layers-height-3-4 .container {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: left;
    color: #FFF;
}
.content-235 .content-layers-height-3-4 .container .home-layer-content {
    /*max-width: 370px;*/
    max-width: 300px;
}
.content-235 .content-layers-height-3-4 .container .home-layer-content .secondary-title {
    font-size: 20px;
    display: none;
}
.content-235 .content-layers-height-3-4 .container .home-layer-content .primary-title {
    font-size: 40px;
    display: block;
    width: 100%;
    /*display: inline-block;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 60px;
    letter-spacing: 0.05em;
}
.content-235 .content-layers-height-3-4 .container .home-layer-content .home-layer-content-links a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
.content-235 .content-layers-height-3-4 .container .home-layer-content .home-layer-content-intro {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 28px;
}
.content-235 .content-layers-height-3-4 .container .home-layer-content-close {
    position: absolute;
    bottom: 4px;
    right: 15px;
    display: block;
    color: #000;
    display: none;
}
.content-235 .content-layers-height-3-4 .container .home-layer-content-close a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.content-235 .video-layer .container {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: left;
    color: #FFF;
}
.content-235 .video-layer .container .home-layer-content {
    max-width: 600px;
}
.content-235 .video-layer .container .home-layer-content .secondary-title {
    font-size: 24px;
    margin-bottom: 25px;
}
.content-235 .video-layer .container .home-layer-content .secondary-title sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
    top: -0.4em;
    vertical-align: baseline;
}
.content-235 .video-layer .container .home-layer-content .primary-title {
    font-size: 40px;
    display: block;
    width: 100%;
    margin: 30px 0;
    padding-top: 30px;
    letter-spacing: 0.1em;
    line-height: 55px;
}
.content-235 .video-layer .container .home-layer-content .teal-title {
    text-transform: uppercase;
    font-size: 16px;
}
.content-235 .layer-textbox-unboxed {
    margin-bottom: 0;
}
.home-sponsors-panel {
    margin: 20px 0 0;
}
.content-page{
    line-height: 1.5;
    margin-top: 30px;
}
.content-page p {
    margin-bottom: 20px;
}

/* parallax layers */
.cms-content-image-panel {
  position: relative;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  min-height: 400px;
  padding: 20px;
  /*background-attachment: fixed !important;*/
}
.image-panel-wrapper {
  font-size: 22px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid;
}
.image-panel-wrapper h1 {
  font-size: 60px;
  color: #fff;
}
.image-panel-title-wrapper{
    padding-top: 120px;
}
.content-vertical-middle .image-panel-title-wrapper {
    padding-top: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.image-panel-title-wrapper .container {
  position: relative;
}
.content-layers-item {
  background-position: center top !important;
  background-repeat: repeat;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  min-height: 835px;
  padding: 80px 0;
  position: relative;
  background-attachment: fixed !important;
}
.content-layers-item h2 {
  text-align: center;
  margin: 0 0 50px;
}
.content-layers-item-top {
  background-position: center bottom !important;
  color: #fff;
  background-attachment: fixed !important;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.content-layers-item .container, .content-layers-item-top .container {
  position: relative;
  z-index: 1;
}
.content-layers-item-top h1 {
  /* color: #000; */
}
.content-layers-item h1 {
  font-size: 48px;
  letter-spacing: 3px;
  line-height: 72px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.date-last-modified {
  margin: 15px 0;
}
.masking-layer {
  display: block;
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;  /*background-size: cover !important;*/
}
.layer-colour-scheme-light-grey .masking-layer, .content-layers-masking-light {
  background: #FFF;
}
.layer-colour-scheme-dark-grey .masking-layer, .content-layers-masking-dark {
  background: #fff;
}

/* About page dark mask - 20-11-2020 */
.layer-colour-scheme-dark-grey .content-layers-masking-20 {
  background: #000;
}
.content-layers-masking-80 {
  opacity: 0.8;
}
.content-layers-masking-60 {
  opacity: 0.6;
}
.content-layers-masking-40 {
  opacity: 0.4;
}
.content-layers-masking-20 {
  opacity: 0.2;
}
.content-layers-height-1-4 {
    min-height: 200px;
}
.content-layers-height-1-2 {
    min-height: 400px;
}
.content-layers-height-3-4 {
    min-height: 600px;
}
.content-vertical-middle.content-layers-height-1-4 {
  height: 25vh;
}
.content-vertical-middle.content-layers-height-1-2 {
  height: 50vh;
}
.content-vertical-middle.content-layers-height-3-4 {
  height: 75vh;
}
.content-layers-height-full {
    height: auto;
    min-height: 90vh;
}
.call-to-action {
  min-height: 0;
  padding: 20px 0;
}
.call-to-action .content-layers-item-content {
  margin: 0;
}
.content-layers-text-white * {
  color: #fff;
}
.content-layers-text-black * {
  color: #000;
}
.content-layers-text-white a, .content-layers-text-black a, .content-layers-text-white a:hover, .content-layers-text-black a:hover {
  color: #2b9fda;
}
.cms-content-image-panel.content-layers-height-1-2 .image-panel-title-wrapper {
  text-align: center;
}
.cms-content-image-panel.content-layers-height-1-2 .image-panel-title-wrapper .cms-content-image-title h1 {
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 65px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.cms-content-image-panel.content-layers-height-1-2 .image-panel-title-wrapper .cms-content-image-subtitle {
  font-size: 29px;
}
.cms-content-image-panel.content-layers-height-3-4 .image-panel-title-wrapper {
  text-align: center;
}
.cms-content-image-panel.content-layers-height-3-4 .image-panel-title-wrapper .cms-content-image-title h1 {
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 65px;
  margin: 10px 0;
  text-transform: uppercase;
}
.cms-content-image-title{
    position: relative;
    /*display: flex;*/
    /*justify-content: center;*/
}
.add-this ul {
    margin: 3px 0 0 0;
    text-align: right;
    color: #999;
}
.container-crumbtrail {
    background: #ebebeb;
    margin: 0 0 30px;
}
.add-this ul a {
    color: #999;
}
.sponsors-panel {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 0 50px 20px;
    margin: 0 0 50px;
}
.sponsors-panel span.heading {
    text-align: center;
    margin: 50px 0 20px;
    color: #fff;
}
.sponsors-panel .sponsors{
    margin-bottom: 30px;
}
.boxed-panel {
    border: 1px solid #000;
    padding: 25px;
    margin: 0 0 30px;
}
.boxed-panel h4 {
    margin: 0 0 12px;
}
.boxed-panel p{
    margin-bottom: 0;
}
.boxed-panel h5{
    line-height: 1.5;
    margin: 0;
}
.boxed-panel .btn{
    min-width: 90px;
}
iframe.tickets-yt{
    margin-bottom: 30px;
    max-width: 100%;
}
.container-crumbtrail {
    background: rgba(255, 255, 255, 0.2);
    margin: -33px 0 30px;
    z-index: 2;
    position: relative;
    color: #fff !important;
    padding: 3px 0;
}
.container-crumbtrail *, .breadcrumb>li+li:before {
    color: #fff !important;
}

/*hall of fashion*/
.hof-item-inner {
    height: 262px;
    position: relative;
    margin: 0 0 30px;
    -webkit-background-size:    cover !important;
         -o-background-size:    cover !important;
            background-size:    cover !important;
}
.hof-item-inner .content-panels-item-title {
    position: absolute;
    bottom: 0;
    padding: 15px 5px;
    color: #fff;
    font-size: 20px;
    z-index: 2;
    text-align: center;
    width: 100%;
    line-height: 1.5;
}
.hof-item-inner:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
}
.cb-square input[type='checkbox'] {
    -webkit-appearance:  none;
    background: url(/images/checksquare.png) no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    margin: 4px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.cb-square input[type='checkbox']:checked {
    background: url(/images/checkticked.png) no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.cb-square input[type='checkbox']:focus, .cb-square input[type='checkbox']:active {
    outline: none;
}
.cb-square label {
    line-height: 18px;
    display: inline-block;
    padding: 5px 0 0 30px;
    font-family: 'BrownBold';
    font-weight: normal;
}
.cb-square {
    position: relative;
    margin: 15px 0;
}
.packages-button {
    margin: 30px 0;
}
.booking-form-wrapper hr {
    border-color: #000;
}

/* top banner design */
.cms-content-image-title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.cms-content-image-title h2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    background: #fff;
    width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    outline: none !important;
    font-weight: normal;
    margin-bottom: 10px;
}
.cms-content-image-title p {
    color: #fff;
    font-size: 20px;
}

/* 2019-Nominees */
.content-1054 .masking-layer {
    background-color: #000;
}

/* 2021-Nominees */
.bfa-nominees-list {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
    gap: 10px;
   -webkit-justify-content: center;
   justify-content: center;
}

/* PDF text design */
.pdf_text {
    text-align: center;
    padding: 13px 20px;
    background-color: #ececec;
    font-size: 18px;
}


/* Live New page */
.header-with-banner .header-wrapper {
    top: 0;
    position: relative;
    background: #000 !important;
}
.top-banner {
    display: block;
    background-color: #000;
    width: 100%;
    position: relative;
    z-index: 1;
}
.top-banner-right {
    padding: 50px 0px 35px;
}
.top-banner-right .tb-text {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: .8px;
    display: inline-block;
    width: 100%;
    line-height: 26px;
    margin-bottom: 20px;
    max-width: 390px;
    color: #fff;
}
.t3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #A2A2A2;
    display: inline-block;
}
.t3-text-item {
    float: left;
    padding: 9px 9px;
}
.t3-text-item + .t3-text-item {
    border-left: 1px solid #A2A2A2;
}
html a.top-banner,
html a:hover.top-banner, 
html a:focus.top-banner {
    color: #fff;
}
.banner-top-overlay h2 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0;
}
.banner-top-overlay .fa-live-video {
    position: relative;
}
.fa-live-top {
    background-color: #000;
}
.banner-top-overlay .fa-live-video p {
    position: absolute;
    color: #fff;
    left: 50%;
    font-size: 13px;
    line-height: 18px;
    top: 50%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.page .service-block {
    margin-top: 70px;
    margin-bottom: 80px;
}
.border-box .fa-live-content-item {
    border: 3px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service-block .fa-live-content-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 40px;
}
.service-block .fa-live-content-item h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 0;
}
.service-block .fa-live-content-item p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.page .fa-live-embed iframe {
    border: 0;
    margin-bottom: 50px;
}
.fa-live-wrapper {
    padding-top: 40px;
}
.fa-live-title {
    margin-bottom: 30px;
}

/* Consumer-Interest page form */
.lfw-win {
    max-width: 600px;
    width: 100%;
    padding: 30px 30px 20px;
    margin: 0 auto;
    background-color: #ececec;
}
.lfw-win > div > div:first-child strong {
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%
}
.lfw-win .newsletter-body a {
    text-decoration: none;
    color: #616161;
}
.lfw-win .buttons-box input {
    width: 100%;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    padding-bottom: 7px;
}

/* BFA Nominees Wrapper */
.content-page .bfa-nominees-wrapper > p {
    margin-bottom: 0;
    text-align: center;
}
.bfa-nominees-wrapper .bfa-nominees-items > .row > div[class*="col"] {
    margin-bottom: 30px;
}
.bfa-nominees-wrapper .bfa-nominees-item h3,
.bfa-nominees-wrapper .bfa-nominees-item h5 {
    margin-top: 0;
}
.bfa-nominees-wrapper .bfa-nominees-item h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.bfa-nominees-wrapper .bfa-nominees-item-image:empty {
    display: none;
}
.bfa-nominees-wrapper .bfa-nominees-item-image,
.bfa-nominees-wrapper .bfa-nominees-item-desc,
.bfa-nominees-wrapper .bfa-nominees-item-sub-image {
    margin-top: 20px;
}
.bfa-nominees-wrapper .bfa-nominees-item-desc {
    text-align: justify;
}
.bfa-nominees-wrapper.bfa-nominees-wrapper-v2 strong {
    font-weight: 700;
}
.bfa-nominees-wrapper.bfa-nominees-wrapper-v2 .bfa-nominees-item-desc {
    text-align: left;
}
.bfa-nominees-item h2,
.bfa-nominees-wrapper-v2 > h3 {
    font-size: 36px;
    margin-bottom: 30px;
}
.bfa-nominees-wrapper-v2-intro {
    margin-top: 20px;
}
.bfa-nominees-wrapper-v2-intro .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bfa-nominees-wrapper-v2-intro .fa-live-content-item {
    padding: 20px 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border: 3px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.bfa-nominees-wrapper-v2-intro .fa-live-content-item h3 {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 0;
    width: 100%;
}
.bfa-nominees-wrapper-v2-intro .fa-live-content-item h3 + p {
    margin-top: 12px;
}
.bfa-nominees-wrapper-v2-intro .fa-live-content-item p:last-child {
    margin-bottom: 0;
}
.bfa-nominees-wrapper-v2 .bfa-nominees-item-image {
    position: relative;
    min-height: 262.5px;
    background-color: rgba(0, 0, 0, 0.8);
}
.bfa-nominees-wrapper-v2 .bfa-nominees-item-image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    width: 100%;
}
.bfa-nominees-wrapper-v2 .bfa-nominees-item-image-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.5);
}
.bfa-nominees-wrapper-v2 .bfa-nominees-item-image-text h3 {
    font-size: 18px;
    position: relative;
}
.bfa-nominees-wrapper-v2 .bfa-nominees-item-image-text h5 {
    font-size: 14px;
    position: relative;
}
.bfa-nominees-wrapper .bfa-nominees-item-desc p:last-child {
    margin-bottom: 0;
}
.bfa-nominees-wrapper .bfa-nominees-item-sub-image {
    width: 50%;
    margin: 15px auto 0;
}

/* home 2 */
.content-layers-item {
    display: flex;
    align-items: flex-end;
}
.content-layers-item > div > a {
    text-decoration: none;
}
.parallax-body {
    max-width: 300px;
}
.parallax-body h3 {
    font-size: 40px;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
}
.parallax-body .parallax-content {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 28px;
    text-transform: uppercase;
}


/* Partner logo center */
.center-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}



/* tp_guest_landing */
.left-border-nav {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 15px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f3f3f3;
}
.container-page > div >.sbs-white-panel{
    margin-bottom: 30px;
}
.top-title-wrap-border {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.top-title-wrap-border > * {
    margin-bottom: 20px;
}
.top-title h2 {
    margin-top: 0;
    margin-bottom: 0px;
    padding-right: 10px;
}
.top-title-guests h3 {
    margin: 0;
    margin-bottom: 0px;
    padding-right: 10px;
    font-weight: normal !important;
}
.rhs-position-text-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
     -webkit-align-items: center;
    align-items: center;
}
.rhs-position-text-btn > .top-title {
    margin-bottom: 10px;
    padding-right: 10px;
}
.check-item input[type="checkbox"] {
    position: relative;
    top: 1px;
}
.btn-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn-group > div {
    margin-right: 10px;
}
.file-upload-box {
    max-width: 280px;
}
.round-grey-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.round-grey-wrap .round-grey-icon {
    height: 24px;
    width: 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 50%;
    padding: 7px;
}
.file-upload-btn {
    position: relative;
    margin-top: 6px;
}
.file-upload-btn input[type=file] {
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
}
.file-upload-wrap img:not([src]).file-upload-box {
    display: none;
}
.no-results-panel td {
    padding: 80px 20px 20px !important;
    background: #f1f1f1;
}
.table-name-text {
    margin-top: 4px;
}


/* dragover-guests */
.guestContainer {
    background: #f2f2f2;
    padding: 10px 10px 2px;
    margin-top: 15px;
}
.dragover-guests-row-wrap {
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    flex-wrap: wrap;
}
.dragover-guests-row-wrap > div {
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.guest {
    background: #ffff;
    border: 1px solid #000;
    padding: 12px 8px;
    text-align: center;
}
.guest > img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.guest .guest-name {
    display: inline-block;
    width: 100%;
    margin-top: 9px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: normal;
}
/* edit-table-grafix  */
.edit-table-grafix-wrap {
    padding: 110px;
    position: relative;
    font-size: 10px;
}
.edit-table-grafix-namebox {
    background: #F2F2F2;
    text-align: center;
    padding-top: 45%;
    position: relative;
}
.edit-table-grafix-namebox h2 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'BrownBold';
}
.dragbox-item-inner {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dragbox-item {
    height: 90px;
    width: 90px;
    background-color: #F2F2F2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    text-align: center;
    border: 1px dotted #000;
    letter-spacing: .4px;
}
.dragbox-item .dragbox-item-num {
    height: 21px;
    width: 21px;
    background: #000;
    position: absolute;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.dragbox-item-text {
    text-transform: uppercase;
    padding: 10px;
}
.dragbox-item-inner.dragbox-item-ths {
    top: 0;
    left: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 0 110px;
    height: 90px;
}
.dragbox-item-inner.dragbox-item-lhs {
    left: 0;
    top: 0;
    padding: 110px 0;
    height: 100%;
    width: 90px;
    -webkit-align-content: space-between;
    align-content: space-between;
}
.dragbox-item-inner.dragbox-item-rhs {
    right: 0;
    top: 0;
    padding: 110px 0;
    height: 100%;
    width: 90px;
    -webkit-align-content: space-between;
    align-content: space-between;
}
.dragbox-item-inner.dragbox-item-bhs {
    bottom: 0;
    left: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 0 110px;
    height: 90px;
}
.dragbox-item-text[style="visibility: hidden;"] {
    display: none;
}
.seats-with-table-col .guest .guest-name {
    font-size: 9px;
    margin-top: 6px;
}
.seats-with-table-col .guest > img {
    width: 26px;
    height: 26px;
}
.dragbox-item .guest,
.seats-with-table-col .guest {
    padding: 5px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.dragbox-item .guest .guest-name,
.seats-only-wrap .seats-item .guest-name {
    font-size: 10px;
}
.seats-only-wrap .seats-item .guest > img {
    width: 36px;
    height: 36px;
}
.seats-with-table-col .guest {
    position: absolute;
    top: 0;
    left: 0;
}





/* ( edit table ) seats with table (new) */
.seats-with-table-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -3px;
    margin-right: -3px;
}
.seats-with-table-col {
    padding: 3px;
}
.seats-item,
.seats-table-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 9px;
    letter-spacing: .4px;
    padding: 4px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    height: 74px;
    width: 74px;
}
.seats-item {
    background-color: #F2F2F2;
    border: 1px dotted #000;
}
.seats-table-item {
    background-color: #E2CDC0;
    border: 1px solid #d8c3c3;
}
.seats-item .seats-table-item-num {
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    left: -7px;
    height: 21px;
    width: 21px;
}
/* only seats */
.seats-only-wrap .seats-with-table-row {
    margin-left: -10px;
    margin-right: -10px;
}
.seats-only-wrap .seats-with-table-row .seats-with-table-col {
    padding: 10px;
}
.seats-only-wrap .seats-with-table-row + .seats-with-table-row {
    margin-top: 24px;
}
.seats-only-wrap .seats-item .seats-table-item-num {
    height: 30px;
    width: 30px;
    top: -11px;
    left: -11px;
    z-index: 1;
}
.seats-only-wrap .seats-item {
    font-size: 12px;
    padding: 10px;
    height: 115px;
    width: 115px;
}


/* tp_faqs */
.search-news > div {
    display: block;
    position: relative;
}
.search-news input[type="image"] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.search-news .form-control {
    background: transparent;
    color: #656565;
    padding: 12px 16px 12px 44px;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    box-shadow: none;
    border-radius: 6px;
}
.search-news > div {
    margin-bottom: 20px;
}
.layer-resources-landing-nav {
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    overflow: hidden;
    word-break: break-word;
    width: 100%;
    padding: 30px;
}
.layer-resources-landing-nav .subnav li:before {
    display: none;
}
.layer-resources-landing-nav .nav-accordion li {
    padding-left: 0;
}
.layer-resources-landing-nav .nav-accordion li + li, .sbs-subnav .nav-accordion li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    margin-top: 13px;
    padding-top: 13px;
}
.top-title > h3 {
    font-weight: 700;
}
.layer-resources-landing-nav .nav-accordion li a {
    color: #444444;
}
.layer-resources-landing-nav .nav-accordion li a:hover {
    color: #000;
}

/* Voting */
.voting-panel-gallery-button {
    border: 1px solid;
    color: #000 !important;
    padding: 8px 15px;
    margin: 5px 0;
    display: inline-block;
    width:  auto;
}
.voting-panel-gallery-button:hover {
    background: #000;
    color: #fff !important;
    text-decoration: none;
}
.voting-panel input.form-control {
    color: #000;
    line-height: 34px !important;
}
.voting-panel input.form-control::placeholder {
    font-style:italic;
}
.voting-panel input.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}
.voting-panel input.form-control:focus:-moz-placeholder {
    color: transparent;
} /* FF 4-18 */
.voting-panel input.form-control:focus::-moz-placeholder {
    color: transparent;
} /* FF 19+ */
.voting-panel input.form-control:focus:-ms-input-placeholder {
    color: transparent;
} /* IE 10+ */
.voting-button.btnsubmit span {
    margin: 0 !important;
}
.voting-button.btnsubmit input {
    margin: 0 20px 20px 0;
}
.sponsors-panel .partnership {
    margin: 0 0 30px;
}

/* table radio */
.panel-accordion-collapsed-wrapper table.form-control td input[type='radio'] + label {
    padding-right: 20px;
    vertical-align: top;
}
.nav-icon-right-content-inner .btn + .btn {
    margin-left: 10px;
}

/* Accordion */
.ui-accordion .ui-accordion-header {
    background: #F5F5F5;
    cursor: pointer;
    margin-bottom: 0;
    padding: 15px 45px 15px 20px;
    position: relative;
    outline: none;
    margin-top: 20px !important;
}
.ui-accordion:first-child .ui-accordion-header:first-child {
    margin-top: 0px !important;
}
.ui-accordion .ui-accordion-header p {
    margin-bottom: 0;
}
.ui-accordion .ui-accordion-header:after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
}
.ui-accordion .ui-accordion-header-active.ui-accordion-header:after {
    content: '-';
}
.ui-accordion .ui-accordion-content {
    padding: 20px 20px 0;
}

/* Pagination */
.text-pagination-wrap > * {
    margin-top: 20px;
}
.text-pagination-wrap .pagelinks h5 {
    display: inline-block;
    font-weight: 700;
    margin: 0 5px 0 0;
}
.text-pagination-wrap .paging .pagination {
    margin-bottom: 0;
}


/* TablePortal - Caterers_Report (admin css) */
h3 + .list-guest-item:nth-child(2) {
    margin-top: 20px;
}
.list-guest-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-left: 13px;
    min-height: 32px;
}
.list-guest-item:before {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 14px;
    background: #000;
    border-radius: 50px;
}
.list-guest-item > span {
    font-style: italic;
}
.list-guest-item > .alert.alert-info {
    display: inline-block;
    width: 100%;
    padding: 3px 8px 3px;
    line-height: normal;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.list-guest-icons-wrap {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0 10px;
}
ul.list-guest-icons-wrap > li {
    height: 32px;
    width: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #e7e7e7;
    border-radius: 50%;
    margin-right: 5px;
}
ul.list-guest-icons-wrap > li > img {
    max-height: 70%;
    max-width: 70%;
}
/* stage icon */
.stage-icon {
    text-align: right;
    padding-top: 12px;
}
.stage-icon > div {
    max-width: 583px;
    margin: 0 auto;
    font-size: 16px;
}
.stage-icon img {
    max-height: 18px;
    position: relative;
    top: -1px;
    margin-left: 6px;
}


/* tp_table_landing.aspx (guest list round table with outside squre box)*/
/* 8 and 12 seat round table graphic */
.products-round-graphic-wrap {
    padding: 100px;
    position: relative;
    max-width: 647px;
    margin: 0 auto;
}
.prg-center {
    border: 3px solid #000;
    border-radius: 50%;
    position: relative;
    background: #fff;
    z-index: 1;
    margin: 0 auto;
    width: 430px;
    height: 430px;
}
.prg-center .prg-center-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
}
.prg-outside {
    position: absolute;
    top: 0;
    left: -100px;
}
.prg-box {
    height: 100px;
    width: 100px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 12px;
    line-height: normal;
    position: absolute;
    background: #F2F2F2;
}
.prg-box .prg-name {
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
}
.prg-box .prg-name[style="visibility: hidden;"] {
    display: none;
}
.prg-box .guest {
    width: 100%;
    height: 100%;
    border: none;
}
.prg-box .prg-num {
    height: 28px;
    width: 28px;
    position: absolute;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    left: -12px;
    top: -12px;
    border: 1px solid #fff;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-1 {
    top: 51px;
    transform: rotate(-33deg);
    left: 233px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-2 {
    top: 140px;
    transform: rotate(-60deg);
    left: 153px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-3 {
    top: 255px;
    transform: rotate(-88deg);
    left: 120px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-4 {
    top: 372px;
    transform: rotate(-113deg);
    left: 141px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-5 {
    top: 467px;
    transform: rotate(-142deg);
    left: 214px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-6 {
    top: 517px;
    transform: rotate(-169deg);
    left: 323px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-7 {
    top: 511px;
    transform: rotate(-196deg);
    left: 443px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-8 {
    top: 452px;
    transform: rotate(-223deg);
    left: 548px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-9 {
    top: 353px;
    transform: rotate(-249deg);
    left: 616px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-10 {
    top: 234px;
    transform: rotate(-276deg);
    left: 631px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-11 {
    top: 121px;
    transform: rotate(-305deg);
    left: 588px;
}
.twelve-seats-round-graphic-wrap .prg-box.prg-box-12 {
    top: 40px;
    transform: rotate(-329deg);
    left: 501px;
}
/* 8 seat round table graphic */
.eight-seats-round-graphic-wrap .prg-center {
    width: 340px;
    height: 340px;
}
.eight-seats-round-graphic-wrap .prg-box.prg-box-1 {
    top: 56px;
    transform: rotate(-39deg);
    left: 240px;
}
.eight-seats-round-graphic-wrap .prg-box.prg-box-2 {
    top: 158px;
    transform: rotate(-73deg);
    left: 171px;
}
.eight-seats-round-graphic-wrap .prg-box.prg-box-3 {
    top: 282px;
    transform: rotate(-107deg);
    left: 171px;
}
.eight-seats-round-graphic-wrap .prg-box.prg-box-4 {
    top: 384px;
    transform: rotate(-141deg);
    left: 241px;
}
.eight-seats-round-graphic-wrap .prg-box.prg-box-5 {
    top: 431px;
    transform: rotate(-175deg);
    left: 355px;
}
.eight-seats-round-graphic-wrap .prg-box.prg-box-6 {
    top: 404px;
    transform: rotate(-210deg);
    left: 476px;
}
.eight-seats-round-graphic-wrap .prg-box.prg-box-7 {
    top: 316px;
    transform: rotate(-243deg);
    left: 561px;
}
.eight-seats-round-graphic-wrap .prg-box.prg-box-8 {
    top: 195px;
    transform: rotate(-276deg);
    left: 582px;
}


/* Media Screen */
@media screen and (max-width:1199px) {
    iframe.tickets-yt {
        height: 450px !important;
    }
    iframe.yahoo-embed {
        height: 530px !important;
    }
    .hof-item-inner {
        height: 212px;
    }
    .hof-item-inner .content-panels-item-title {
        font-size: 18px;
    }
    .bfa-nominees-wrapper-v2-intro .row > div {
        margin-top: 30px
    }

    /* dragover-guests */
    .guest {
        padding: 8px 4px;
    }
    .guest .guest-name {
        margin-top: 5px;
        font-size: 9px;
    }
    .guest > img {
        width: 24px;
        height: 24px;
    }
    .dragbox-item .guest .guest-name {
        font-size: 7px;
    }
    /* edit-table-grafix  */
    .edit-table-grafix-wrap {
        padding: 84px;
        font-size: 9px;
    }
    .dragbox-item-inner.dragbox-item-ths {
        padding: 0 84px;
        height: 72px;
    }
    .dragbox-item-inner.dragbox-item-lhs {
        padding: 84px 0;
        width: 72px;
    }
    .dragbox-item-inner.dragbox-item-rhs {
        padding: 84px 0;
        width: 72px;
    }
    .dragbox-item-inner.dragbox-item-bhs {
        padding: 0 84px;
        height: 72px;
    }
    .dragbox-item {
        height: 72px;
        width: 72px;
    }
    .dragbox-item .dragbox-item-num {
        height: 18px;
        width: 18px;
    }
    .dragbox-item-text {
        padding: 5px;
    }
    /* ( edit table ) seats with table (new) */
    .seats-with-table-row {
        margin-left: -2px;
        margin-right: -2px;
    }
    .seats-with-table-col {
        padding: 2px;
    }
    .seats-item,
    .seats-table-item {
        font-size: 8px;
        letter-spacing: .4px;
        padding: 2px;
        height: 61.5px;
        width: 61.5px;
    }
    .seats-with-table-col .guest > img {
        width: 22px;
        height: 22px;
    }
    .seats-with-table-col .guest .guest-name {
        font-size: 8px;
        margin-top: 5px;
    }
    .seats-only-wrap .seats-with-table-col .guest .guest-name {
        font-size: 9px;
        margin-top: 7px;
    }

    /* only seats */
    .seats-only-wrap .seats-with-table-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .seats-only-wrap .seats-with-table-row .seats-with-table-col {
        padding: 8px;
    }
    .seats-only-wrap .seats-item .seats-table-item-num {
        height: 25px;
        width: 25px;
    }
    .seats-only-wrap .seats-item {
        font-size: 10px;
        height: 95px;
        width: 95px;
    }
}
@media screen and (max-width:991px) {
    .navbar-toggle .icon-bar {
        background-color: #FFFFFF;
        display: block;
        height: 2px;
        width: 22px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    .boxed-panel .btn {
        width: 100%;
        margin: 15px 0 0;
    }
    .about-panel-venue img {
        margin: 15px 0 0;
    }
    iframe.tickets-yt{
        height: 406px !important;
    }
    iframe.yahoo-embed{
        height: 406px !important;
    }
    .hof-item-inner{
        height: 220px;  
    }
    .service-block .fa-live-content-item {
        padding: 25px;
    }

    /* dragover-guests */
    .sbs-guests{
        overflow: auto;
    }
    .dragover-guests-main-wrapper {
        min-width: 878px;
    }

    /* tp_faqs */
    .right-border-content .search-right > div {
        margin-top: 15px;
    }

    /* tp_downloads */
    .search-short-wrap input[type=submit] {
        margin-top: 10px;
    }


    /* tp_guest_landing */
    .tableportal-body .page .container {
	    width: 100%;
	}
    .nav-icon-right-content-inner {
        margin-top: 30px;
    }
    .table-name-text-wrap label {
        display: none;
    }
    @supports (-webkit-touch-callout: none) {
	  .tableportal-menu .header-utils {
		    position: relative;
		    top: -3px;
		}
	}
}
@media screen and (min-width:768px) {
    .service-block .row {
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
    }
    .top-banner .top-banner-content .row {
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .bfa-nominees-wrapper .bfa-nominees-items > .row {
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bfa-nominees-wrapper .bfa-nominees-item {
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
    .bfa-nominees-wrapper .bfa-nominees-item-desc {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    /* tp_faqs */
    .text-pagination-wrap > * {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .text-pagination-wrap .paging {
        text-align: right;
    }
    .text-pagination-wrap .paging .pagination {
        margin-top: 0;
    }
}
@media screen and (max-width:767px) {
    .text-xs-center {
        text-align: center;
    }
    .topnav-right li.notification-nav {
        position: inherit;
    }
    .topnav-right li.notification-nav .topnav-dropdown {
        min-width: inherit;
        left: 15px;
        right: 15px;
        width: calc(100% - 15px*2);
    }
    .content-235 .content-layers-height-3-4 .container .home-layer-content .primary-title,
    .parallax-body h3 {
        font-size: 29px;
        line-height: 1.5;
        max-width: 100%;
        /* display: block; */
    }
    .hof-item-inner{
        height: 200px;  
    }
    .hof-item-inner .content-panels-item-title {
        font-size: 17px;
    }
    iframe.yahoo-embed{
        height: 242px !important;
    }
    .bfc-video iframe {
        width: 100%;
        height: 270px;
    }
    .content-235 .content-layers-panel,
    .content-layers-item {
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 400px !important;
        min-height: 400px !important;
        background-attachment: scroll !important;
    }
    .cms-content-image-title h2:after {
        width: 100%;
    }
    .page .service-block {
        margin-bottom: 0;
    }
    .service-block .fa-live-content-item {
        margin-bottom: 50px;
    }
    .banner-top-overlay h2 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.5px;
    }
    .service-block .fa-live-content-item h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .service-video-block {
        margin-top: 20px;
    }
    .top-banner-content .banner-text {
        padding: 10px 0;
    }
    .page .service-block p.about-award-btn {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }
    .fa-live-top {
        background-color: #000;
    }
    .banner-top-overlay iframe {
        height: 250px;
    }
    .page .service-block {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .t3 {
        font-size: 12px;
    }
    .t3-text-item {
        padding: 5px;
    }
    .content-page .bfa-nominees-wrapper > p {
        font-size: 16px;
    }
    .bfa-nominees-wrapper .bfa-nominees .bfa-nominees-item .bfa-nominees-item-desc {
        margin-top: 20px;
    }

    /* 2021-Nominees */
    .btn {
        white-space: inherit;
    }
    .bfa-nominees-wrapper.bfa-nominees-wrapper-v2,
    .bfa-nominees-wrapper.bfa-nominees-wrapper-v2 .bfa-nominees {
        display: inline-block;
        width: 100%;
    }
    .bfa-nominees-wrapper-v2-intro .fa-live-content-item {
        width: 100%;
    }

    /* Winners page */
    .bfa-winners {
        padding-top: 0;
    }
    .winners-card {
        padding-bottom: 40px;
    }
    .winners-card h2 {
        font-size: 26px;
        line-height: 34px;
        margin-top: 40px;
    }
    /* Leaders of Change - layer */
    .leaders-layer h2,
    .leaders-card-title h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .leaders-layer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .leader-panels > div > div > .leaders-card {
        margin-top: 40px;
    }
    .leader-panels > div > div > .leaders-card > .leaders-card-desc {
        padding-top: 20px;
    }
    .leaders-card h4 {
        margin: 20px 0 15px;
    }

    /* Tickets page */
    .tickets-intro-text a {
        word-break: break-word;
    }
    .tickets-video {
        padding-bottom: 76.25%;
    }

    /* tp_faqs */
    .right-border-content .search-right > div {
        float: left !important;
        width: 100%;
    }

    /* tp_guest_landing */
    .rhs-position-text-btn {
        width: 100%;
    }
    .rhs-position-text-btn .btns-group {
	    width: 100%;
	    margin-top: 10px;
	}
	.file-upload-box {
	    max-width: 100%;
	}
	select.form-control {
	    background-position: center right 7px !important;
	    padding-right: 24px !important;
	}
	.btn-save-delete-savelist .btn {
		padding: 6px 10px;
		font-size: 12px;
	}
	.btn-save-delete-savelist .btn + .btn {
	    margin-left: 5px;
	}
	.mobile-mt-0 {
		margin-top: 0 !important;
	}

}
@media screen and (max-width:479px) {
    .col-xxs-12{
        width: 100% !important;
    }
    .hof-item-inner{
        height: 270px;
    }
    .hof-item-inner .content-panels-item-title {
        font-size: 20px;
    }
    iframe.yahoo-embed{
        height: 152px !important;
    }
    .cms-content-image-title h2 {
        font-size: 32px;
        margin-top: 40px;
    }
    .cms-content-image-title p {
        font-size: 17px;  
    }
    /*.header-mobile .mobile-nav-wrapper > div.header-mobile-register {
        margin-left: 3px;
    }*/
    .top-banner-right {
        padding: 17px 0px 16px;
    }
    .top-banner-right .tb-text {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .t3-text-item {
        padding: 1px 3px 1px 5px;
        float: none;
        display: inline-block;
        margin: 3px 0;
    }
    .banner-top-overlay iframe {
        height: 160px;
    }
}
@media only screen and (min-width:300px) and (max-width:1024px) and (-webkit-min-device-pixel-ratio:1.5) {
    .parallax {
        background-attachment: scroll !important;
        -webkit-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        background-position: top center;
    }
}

/* Vote new design */
.vote-panels-wrap {
    margin-top: 40px;
}
.vote-panels-img {
    position: relative;
}
.vote-panels-img:before {
    background-image: url(/themes/default/css/images/overlay-vote.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.vote-panels-img > img {
    object-fit: cover;
    height: 297px;
    width: 100%;
}
.vote-panels-name {
    color: #FFFFFF;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.vote-label-name {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.vote-label-job {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px;
}
.vote-radio {
    display: block;
    margin: 24px 0;
    position: relative;
}
.vote-radio label {
    border: 3px solid #000000;
    display: block;
    position: relative;
    height: 34px;
    width: 34px;
}
.vote-radio input[type=radio] {
    -webkit-appearance: radio;
    cursor: pointer;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 34px;
    width: 34px;
    z-index: 1;
}
.vote-radio input[type=radio]:checked + label:before {
    background-color: #000000;
    background-image: url(/themes/default/css/images/check-vote.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.vote-panels-bio {
    font-size: 17px;
    line-height: 24px;
}
.vote-panels-bio .more-link,
.vote-panels-bio .less-link {
    white-space: nowrap;
    text-decoration: underline;
    text-transform: capitalize;
}
.vote-panels-bio .more-link:hover,
.vote-panels-bio .less-link:hover {
    text-decoration: none;
}
.vote-panels-bio .details[style*="inline-block"] {
    display: inline !important;
}
.vote-bootom-btn {
    margin-top: 20px;
}
.vote-bootom-btn .btn-cast {
    max-width: 283px;
    width: 100%;
}
.vote-panels-items .error[style="color:Red;visibility:hidden;"] {
    display: none;
}
@media screen and (min-width:768px) {
    .vote-panels-row > div {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:767px) {
    .content-vertical-middle.content-layers-height-1-2 {
        height: inherit;
        min-height: inherit;
    }
    .content-vertical-middle .image-panel-title-wrapper {
        top: auto;
        transform: inherit;
    }
}
/* ConfirmModeloftheyear.aspx */
.confirm-modeloftheyear {
    padding: 30px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 30px;
    max-width: 600px;
    margin: 0 auto;
}
.confirm-modeloftheyear h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.confirm-modeloftheyear .awards-list-item-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.confirm-modeloftheyear .awards-list-item-submission {
    color: #000;
}
.confirm-check-wrap {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto 20px;
}
.confirm-top-body > p {
    text-align: center;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 30px;
}
@media screen and (max-width:479px) {
    .confirm-modeloftheyear {
        padding: 20px;
        border-radius: 20px;
    }
    .confirm-modeloftheyear .awards-list-item-submission {
        display: inline-block;
        width: 100%;
    }
}
/* Modeloftheyear - modal */
.modal-header.modal-header-without-title {
    min-height: 50px;
    background: #efefef;
}
.modal-header.modal-header-without-title button.close {
    background: #000;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    opacity: 1;
    text-shadow: inherit;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.modal-header.modal-header-without-title button.close:hover {
    opacity: .8;
}
.modal-header.modal-header-without-title button.close > span {
    position: relative;
    top: -3px;
}
.modeloftheyear-modal .modal-body {
    position: relative;
    padding: 22px;
}







/* square table set new - TablePortal/tp_table_landing (20-10-2023) */
/* square box main style */
.dragboxitem-main-wrap {
    padding: 80px;
    position: relative;
    font-size: 14px;
}
.dragbox-table-cnter-title {
    background: #F2F2F2;
    text-align: center;
    padding-top: 45%;
    position: relative;
}
.dragbox-table-cnter-title h2 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'BrownBold';
    font-size: 36px;
}
.dragboxitem-sides {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dragboxitem {
    height: 70px;
    width: 70px;
    background-color: #F2F2F2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    text-align: center;
    border: 1px dotted #000;
    letter-spacing: .4px;
    font-size: 8px;
}
.dragboxitem .dragboxitem-num {
    height: 20px;
    width: 20px;
    background: #000;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1;
}
.dragboxitem-text {
    text-transform: uppercase;
    padding: 10px;
}
.dragboxitem-sides.dragboxitem-ths {
    top: 0;
    left: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 0 80px;
    height: 70px;
}
.dragboxitem-sides.dragboxitem-lhs {
    left: 0;
    top: 0;
    padding: 80px 0;
    height: 100%;
    width: 70px;
    -webkit-align-content: space-between;
    align-content: space-between;
}
.dragboxitem-sides.dragboxitem-rhs {
    right: 0;
    top: 0;
    padding: 80px 0;
    height: 100%;
    width: 70px;
    -webkit-align-content: space-between;
    align-content: space-between;
}
.dragboxitem-sides.dragboxitem-bhs {
    bottom: 0;
    left: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 0 140px;
    height: 120px;
}
/* adding guest css */
.dragboxitem .guest {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.dragboxitem .guest > img {
    height: 18px;
    width: 18px;
}
.dragboxitem .guest .guest-name {
    margin-top: 4px;
    font-size: 10px;
    width: 100%;
    line-height: 12px;
}

/* modify main style for - leftright2-bottom16 */
.leftright2-bottom16 {
    max-width: 800px;
    margin: 0 auto;
    padding: 45px;
}
.leftright2-bottom16 .dragbox-table-cnter-title {
    padding-top: 25%;
    border: 1px solid #b6b6b6;
}
.leftright2-bottom16 .dragbox-table-cnter-title h2 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'BrownBold';
    font-size: 20px;
}
.leftright2-bottom16 .dragbox-table-cnter-title:before,
.leftright2-bottom16 .dragbox-table-cnter-title:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 37%;
    top: 0;
    background: #b6b6b6;
}
.leftright2-bottom16 .dragbox-table-cnter-title:after {
    left: auto;
    right: 37%;
}
.leftright2-bottom16 .dragboxitem-sides.dragboxitem-lhs {
    width: 35px;
    padding: 85px 0;
}
.leftright2-bottom16 .dragboxitem-sides.dragboxitem-rhs {
    width: 35px;
    padding: 85px 0;
}
.leftright2-bottom16 .dragboxitem-sides.dragboxitem-bhs {
    padding: 0 45px;
    height: 35px;
}
.leftright2-bottom16 .dragboxitem {
    font-size: 8px;
    height: 35px;
    width: 35px;
}
.leftright2-bottom16 .dragboxitem .dragboxitem-num {
    width: 14px;
    height: 14px;
    font-size: 7px;
    top: -8px;
    left: -8px;
}
.leftright2-bottom16 .dragboxitem-text {
    padding: 2px;
    font-size: 5px;
}
/* modify - adding guest css */
.leftright2-bottom16 .dragboxitem .guest {
    padding: 1px;
}
.leftright2-bottom16 .dragboxitem .guest > img {
    height: 8px;
    width: 8px;
}
.leftright2-bottom16 .dragboxitem .guest .guest-name {
    margin-top: 2px;
    font-size: 5px;
    line-height: 5px;
}
@media screen and (max-width:1199px) {
    .leftright2-bottom16 .dragboxitem-sides.dragboxitem-lhs {
        padding: 75px 0;
    }
    .leftright2-bottom16 .dragboxitem-sides.dragboxitem-rhs {
        padding: 75px 0;
    }
    .leftright2-bottom16 .dragboxitem {
        font-size: 8px;
        height: 30px;
        width: 30px;
    }
    .leftright2-bottom16 .dragboxitem .guest > img {
        height: 8px;
        width: 8px;
    }
    .leftright2-bottom16 .dragboxitem .guest .guest-name {
        margin-top: 2px;
        font-size: 5px;
        line-height: 6px;
    }
    .leftright2-bottom16 .dragboxitem-text {
        padding: 2px;
        font-size: 4px;
    }
    .leftright2-bottom16 .dragboxitem .dragboxitem-num {
        width: 12px;
        height: 12px;
        top: -9px;
        left: -5px;
    }
}
