@charset "utf-8";
@import url(fonts.css);

/*
|		WEBAPP CSS
|-------------------------------------------------
|		GENERAL STYLES
|-------------------------------------------------
*/
@media all and (orientation: landscape) and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    zoom: 85%;
  }
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
    overflow-x: hidden;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
    background: #f8f9fa;
}
body.blackout {
	background: #000000;
	color: #fff;
}
a {
  color: #F58320;
  text-decoration: none;
	cursor: pointer;
	-webkit-transition: ease .25s;
	-moz-transition: ease .25s;
	-o-transition: ease .25s;
	transition: ease .25s;
}
a:hover {
  text-decoration: underline;
	cursor: pointer;
	-webkit-transition: ease .25s;
	-moz-transition: ease .25s;
	-o-transition: ease .25s;
	transition: ease .25s;
}
a img {
  border: 0;
}
img {
  max-width: 100%;
}
:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clear,
.clr {
  clear: both;
}
.lowercase {
  text-transform: lowercase;
}
span.small {
  font-size: 12px !important;
}
.mobilehide,
.hidemobile {
  display: block;
}
.mobilehide.table,
.hidemobile.table {
  display: table-row;
}
.mobile,
.tablet,
.desktophide {
  display: none !important;
}
.noscroll {
  overflow: hidden;
}
.hr-banner {
  border: none;
  height: 1px;
  background: #ddd;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.hidden {
  display: none !important;
}
.floatLeft {
  float: left;
}
.clr,
.clear {
	clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
	text-align: left !important;
}
.error {
  color: red;
}

.font-style-italic {
    font-style: italic;
}

/*
|-------------------------------------------------
|		RESET
|-------------------------------------------------
*/
/* This gets rid of the system highlight on mobile safari */
html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*
|-------------------------------------------------
|		REPEAT
|-------------------------------------------------
*/
.overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.text-center {
  text-align: center;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right;
}
.error {
  color: red;
}
.disclaimer {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  opacity: .5;
  font-size: 13px;
  line-height: 15px;
  margin-top: 15px;
}

/*
|-------------------------------------------------
|		FORMS
|-------------------------------------------------
*/
.formError {
    border: 3px solid #d00;
    padding: 12px;
    color: #d00;
    background-color: #f2f2f2;
    margin: 10px 0;
    background-color: rgba(251, 233, 231, 0.4);
}
.formError a {
    color: #d00;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: unset;
    text-transform: uppercase;
    display: block;
    color: #d00;
    padding-top: 8px;
    line-height: 20px;
    font-size: 20px;
}
.placeholderWhite::-webkit-input-placeholder {
  color: white;
}
.placeholderWhite::-moz-placeholder {
  color: white;
}
.placeholderBlack::-webkit-input-placeholder {
  color: black;
}
.placeholderBlack::-moz-placeholder {
  color: black;
}
select::-ms-expand {
	display: none !important;
}
select {
  background: #666666;
  cursor: pointer;
  color: #FFF;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
	max-width: 100%;
  width: 300px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  background-image: url(https://cdn.bisnow.net/fit?height=7&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FselectArrowWhite.png&width=14&sign=eGNbpo1MPxQoQZw65aapbdXnc--rwwzSTCj6ti4uYHw);
  background-repeat: no-repeat;
  background-position: 95% center;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	border: 2px solid #666666;
}
.select2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 26px;
  font-size: 20px;
  color: white;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  border: none;
  background: #666666 !important;
  padding: 10px 15px;
  border: 2px solid transparent;
}

.inputSelect.multiple .select2 {
  padding: 5px 15px;
}

.select2-container {
  font-size: 14px;
}

.inputSelect.multiple .select2 .select2-selection__choice {
  background-color: white;
  color: black;
}

.select2-container--default .select2-selection--multiple {
	background: none !important;
}

.select2-selection {
  background: #666666;
  border: none !important;
}

.select2-selection__rendered {
  color: white;
}

input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-radius:0;
}
input[type=radio] {
  appearance:radio;
  -moz-appearance:radio;
  -webkit-appearance:radio;
}
.inputText,
.textarea {
  display: block;
  background: #666666;
}
.inputText select {
  width: 100%;
}
.inputText input,
.textarea input,
.inputText textarea,
.textarea textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    color: white;
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
    border: none;
    background: none;
    padding: 10px 15px;
    border: 2px solid transparent;
    height: 50px;
}
.inputText.inputText-white,
.inputSelect.inputSelect-white {
    background-color: #fff;
}
.inputText.inputText-white input,
.inputSelect.inputSelect-white select {
    color: #444;
}
.inputSelect.inputSelect-white select {
    background: none;
    border: #fff;
}
.inputText.inputText-greyborder input {
    border-color: #ddd;
}
.inputText textarea,
.textarea textarea {
	height: auto;
}
.inputText input:disabled,
.textarea input:disabled,
.inputText textarea:disabled,
.textarea textarea:disabled,
select:disabled {
	background: #ccc;
	color: #000;
	border-color: #ccc;
	cursor: not-allowed;
    background-position: 95% center;
}
select:disabled {
	color: #555;
}
.inputText input::-webkit-input-placeholder,
.textarea input::-webkit-input-placeholder,
.inputText textarea::-webkit-input-placeholder,
.textarea textarea::-webkit-input-placeholder {
  color: white;
}
.inputText input::-moz-placeholder,
.textarea input::-moz-placeholder,
.inputText textarea::-moz-placeholder,
.textarea textarea::-moz-placeholder {
  color: white;
}
.inputText.inputText-white input::-webkit-input-placeholder,
.inputSelect.inputSelect-white input::-webkit-input-placeholder {
    color: #444;
}
.inputText.inputText-white input::-moz-placeholder,
.inputSelect.inputSelect-white input::-moz-placeholder {
    color: #444;
}
.inputSelect.inputSelect-white .select2 {
    background: none !important;
    display: block;
    width: 100% !important;
}
.inputText input:hover,
.textarea input:hover,
.inputText textarea:hover,
.textarea textarea:hover {
  border: 2px solid #bbb;
}
.inputText input:active,
.textarea input:active,
.inputText textarea:active,
.textarea textarea:active,
.inputText input:focus,
.textarea input:focus,
.inputText textarea:focus,
.textarea textarea:focus {
  border: 2px solid #F58320;
}
.inputText.validationError,
.textarea.validationError,
.inputSelect.validationError {
  border-radius: 3px;
  position: relative;
  background: white;
}
.inputText.validationError input,
.textarea.validationError textarea {
  border: 3px solid #d00;
}
.inputText.validationError:after,
.textarea.validationError:after {
  content: "!";
  width: 47px;
  background: #d00;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.inputText.validationError input,
.textarea.validationError input {
  color: black !important;
  padding-right: 47px;
}
.inputText.validationError input::-webkit-input-placeholder,
.textarea.validationError input::-webkit-input-placeholder {
  color: black;
}
.inputText.validationError input::-moz-placeholder,
.textarea.validationError input::-moz-placeholder {
  color: black;
}
.inputText.validationError textarea,
.textarea.validationError textarea {
  padding-right: 52px;
}
.inputText.validationError input:hover,
.textarea.validationError input:hover,
.inputText.validationError textarea:hover,
.textarea.validationError textarea:hover,
.inputText.validationError input:active,
.textarea.validationError input:active,
.inputText.validationError textarea:active,
.textarea.validationError textarea:active,
.inputText.validationError input:focus,
.textarea.validationError input:focus,
.inputText.validationError textarea:focus,
.textarea.validationError textarea:focus {
  background: #FFF;
}
.inputText.validationError div.formError,
.inputSelect.validationError div.formError,
.textarea.validationError div.formError {
	z-index: 2;
	position: relative;
	display: block;
	background: #f8f9fa;
	padding: 6px 10px;
	color: #d00;
	background: #F9E6E6;
	border-top: 0;
	border: none;
	margin: 0;
    font-size: 16px;
    text-align: left;
}
.inputText div.formError,
.inputSelect div.formError,
.textarea div.formError {
	display: none;
}
.inputText .msgError,
.inputSelect .msgError,
.textarea .msgError {
    display: block;
    background: #F9E6E6;
    font-size: 15px;
    line-height: 17px;
    color: #d00;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    padding: 5px 8px 3px;
}
.inputSelect.validationError select {
    border: 3px solid #d00;
	background-color: #FFF;
	color: #000;
	line-height: 48px;
	background-image: url(https://cdn.bisnow.net/assets/website/selectArrowRed.png);
}
.textarea textarea {
    overflow: auto;
    height: auto;
    resize: none;
}
.checkboxGroup label {
    position: relative;
    display: block;
    padding: 7px 5px 7px 24px;
    line-height: 20px;
    font-size: 18px;
}
.checkboxGroup label span {
	display: inline-block;
	position: relative;
	width: auto;
	max-width: 80%;
}
.page-process-form .checkboxGroup label span {
    font-size: 14px;
}
.checkboxGroup label input {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}
.checkboxGroup.small label {
    padding-left: 18px;
    font-size: 15px;
}
.checkboxGroup span.small {
    font-size: 12px;
}
.btn.upload {
    cursor: pointer;
    height: auto;
    width: auto;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 auto;
}
.btn.upload .over {
    display: inline-block;
    padding: 0 10px;
    line-height: 39px;
    font-size: 25px;
    color: white;
    text-align: center;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background: black;
}
.btn.upload input[type=file] {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
    max-width: 440px;
    height: 60px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.btn.upload .file-name {
	display: inline-block;
	font-size: 14px;
	height: 39px;
	line-height: 39px;
	margin: -5px 0 0 10px;
	vertical-align: middle;
}
input[type=checkbox] {
    border-radius: 0;
    display: inline-block;
    border: 2px solid #bdbdbd;
    background: #bdbdbd;
    -webkit-appearance: none;
    height: 20px;
    margin: 0;
    resize: none;
    cursor: pointer;
    vertical-align: middle;
    width: 20px !important;
    max-width: 20px !important;
    overflow: visible;
}
input[type=checkbox]:checked {
    padding: 0 2px;
    height: 20px;
}
input[type=checkbox]:checked:after {
    content: "\2713";
    display: block;
    margin: -1px 0 0;
    color: #F58320;
    font-size: 16px;
    position: relative;
}
form .tip {
	font-size: 12px !important;
	line-height: 13px;
	padding-top: 5px;
}
.btn-options {
	display: block;
	list-style: none;
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}
.btn-options > div {
	padding-top: 0;
}
.btn-options > div > label {
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	border: 1px solid #222;
	color: #222;
	background-color: #fff;
	line-height: 48px;
	display: block;
	text-decoration: none !important;
	cursor: pointer;
}
.btn-options > div > input {
	display: none;
}
.btn-options > div > label.selected {
	color: #fff;
	border-color: #F58320;
	background-color: #F58320;
}
.btn-options > div:hover > label {
	color: #F58320;
	border-color: #F58320;
}
.btn-options > div:hover > label.selected {
	color: #fff;
}


/*
|-------------------------------------------------
|		PAGINATION
|-------------------------------------------------
*/
.pagination {
  text-align: center;
  list-style-type: none;
}
.page-item {
    display: inline;
}

.page-item.disabled > .page-link {
	cursor: not-allowed;
}

.page-link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 34px;
  line-height: 32px;
  padding-top: 2px;
  font-size: 24px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  color: white;
  border-radius: 50%;
  background: #666666;
  cursor: pointer;
}
a.page-link {
    text-decoration: none;
}
.page-item.active > .page-link {
    background: #F58320;
}

/*
|-------------------------------------------------
|		BUTTONS
|-------------------------------------------------
*/
.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.btn a,
.btn button,
.btn input[type=submit] {
  display: inline-block;
  padding: 7px 15px;
  line-height: 25px;
  font-size: 25px;
  color: white;
  text-align: center;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: black;
}

.btn.btn-text-small a,
.btn.btn-text-small button,
.btn.btn-text-small input[type=submit] {
    font-size: 17px;
    line-height: 17px;
}

/* HOVER styles should be applied only for desktop */
.is-not-mobile .btn a:hover,
.is-not-mobile .btn button:hover,
.is-not-mobile .btn input[type=submit]:hover {
  text-decoration: none;
  color: black;
  background: #999999;
  cursor: pointer;
}

.is-not-mobile .btn a:active,
.is-not-mobile .btn button:active,
.is-not-mobile .btn input[type=submit]:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.425);
}

/* On mobile, active buttons will be highlighted when active */
.is-mobile .btn a:active,
.is-mobile .btn button:active,
.is-mobile .btn input[type=submit]:active {
  text-decoration: none;
  color: black;
  background: #999999;
  cursor: pointer;
}
.btn.btn-full {
    display: block;
}
.btn.btn-full > * {
    display: block;
}
.btn.btn-full > input {
    width: 100%;
}
.btn.big a,
.btn.big button,
.btn.big input[type=submit] {
  padding: 0 18px;
  line-height: 60px;
  font-size: 36px;
}
.btn.med a,
.btn.med button,
.btn.med input[type=submit] {
    padding: 0 15px;
    line-height: 50px;
    min-height: 50px;
    font-size: 26px;
}
.btn.small a,
.btn.small button,
.btn.small input[type=submit] {
  padding: 0 15px;
  line-height: 30px;
  font-size: 18px;
}
.btn.tiny a,
.btn.tiny button,
.btn.tiny input[type=submit] {
  padding: 0 15px;
	line-height: 24px;
	font-size: 16px;
}
.btn.orange a,
.btn.orange button,
.btn.orange input[type=submit] {
  background: #F58320;
}
.btn.orange a.loading,
.btn.orange button.loading,
.btn.orange input[type=submit].loading {
  background-image: url(https://cdn.bisnow.net/assets/website/loaderWhiteOrange.gif);
  padding-right: 30px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 99% center;
}
.btn.orange-border a {
  color: #F58320;
  background-color: #ffffff;
  border: 3px solid #F58320;
}
.btn.orange-border a:hover {
  border-color: #999;
}
.btn.white a,
.btn.white button,
.btn.white input[type=submit] {
  background: #fff;
  color:#F58320;
}
.btn.white a.loading,
.btn.white button.loading,
.btn.white input[type=submit].loading {
  background-image: url(https://cdn.bisnow.net/assets/website/loaderWhiteOrange.gif);
  padding-right: 30px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 99% center;
}
.btn.red a,
.btn.red button,
.btn.red input[type=submit] {
  background: #d00;
}
.btn.red a.loading,
.btn.red button.loading,
.btn.red input[type=submit].loading {
  background-image: url(https://cdn.bisnow.net/assets/website/loaderWhiteOrange.gif);
  padding-right: 30px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 99% center;
}
.btn.grey a,
.btn.grey button,
.btn.grey input[type=submit] {
  background: #adadad;
}
.btn.grey a.loading,
.btn.grey button.loading,
.btn.grey input[type=submit].loading {
  background-image: url(https://cdn.bisnow.net/assets/website/loaderWhiteOrange.gif);
  padding-right: 30px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 99% center;
}
.btn.blue a,
.btn.blue button,
.btn.blue input[type=submit] {
    background: #103562;
}
.btn.blue a.loading,
.btn.blue button.loading,
.btn.blue input[type=submit].loading {
    background-image: url(https://cdn.bisnow.net/assets/website/loaderWhiteOrange.gif);
    padding-right: 30px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 99% center;
}

.btn.btn-clear a,
.btn.btn-clear button,
.btn.btn-clear input[type=submit] {
	background: none;
	color: #666;
}
.btn.btn-clear a:hover,
.btn.btn-clear button:hover,
.btn.btn-clear input[type=submit]:hover {
	color: #F58320;
	background: none;
}
.btn.search {
  background-color: #FFF;
  background-image: url(https://cdn.bisnow.net/assets/website/btn-search.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 45px;
  min-height: 45px;
  float: right;
  margin: -53px 10px 0 0;
}
.btn.search input,
.btn.search input:hover,
.btn.search input:active,
.btn.search input:focus {
  background: none;
  box-shadow: none;
}
.btn span {
  position: absolute;
  top: 50%;
  display: block;
  width: 105px;
  height: 29px;
  margin-top: -14px;
  background-repeat: no-repeat;
  background-image: url(https://cdn.bisnow.net/fit?height=116&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FbtnArrows.png&width=210&sign=f9bKARuZWcVSEry0w1GhP8z4Ult0-JPNIgI8WGJQNQM);
}
.btn span.arrOrangeL {
  left: -114px;
  background-position: 0 0;
}
.btn span.arrOrangeR {
  right: -114px;
  background-position: 100% 0;
}
.btn span.arrWhiteL {
  left: 175px;
  background-position: 0 -29px;
}
.btn span.arrWhiteR {
  right: 175px;
  background-position: 100% -29px;
}
.btn span.arrBlackL {
  left: -114px;
  background-position: 0 -58px;
}
.btn span.arrBlackR {
  right: -114px;
  background-position: 100% -58px;
}
.btn span.arrRedL {
  left: -114px;
  background-position: 0 -87px;
}
.btn span.arrRedR {
  right: -114px;
  background-position: 100% -87px;
}
.btn.btnEvent span, .btn.show-cart-v2 span, .btn.show-cart-v1 span {
    background-image: none;
}
.btn img {
  position: absolute;
  top: 50%;
	left: 50%;
  display: block;
  width: 105px;
  height: 29px;
  margin: -14px 0 0 -14px;
  background-repeat: no-repeat;
}
.btn img.spinner {
    display: block;
    width: 28px;
    height: 28px;
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -14px;
}
.btn.big img.spinner {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
}
.btn img.arrRedL {
  left: -114px;
}
.btn img.arrRedR {
  right: -114px;
}
a.plus {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
    width: 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  background: #666666;
  position: absolute;
  right: 0;
  bottom: 0;
	padding: 0 8px;
}
a.plus.orange {
	background-color: #F58320;
	font-size: 18px;
}
a.plus:hover {
  text-decoration: none;
}

.btn.loginRegister a{
  background: #30ad52;
}

@media (max-width: 768px) {
  .btn.loginRegister {
    width: 100%;
  }
  .btn.loginRegister a{
    width: 100%;
    padding: 7px 0;
  }
}

/*
|-------------------------------------------------
|	CLASSIFICTIONS
|-------------------------------------------------
*/
.where {
  overflow: hidden;
  line-height: 21px;
  font-size: 14px;
  color: white;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.where span,
.where a {
  float: left;
  padding: 0 9px;
	font-size: 14px;
	line-height: 21px;
}
.where span.view-count {
    background-color: #39FF14;
    border-left: 5px solid #F58320;
}
.where span.view-count-public {
	background-color: #333;
}
.where a.title-view-count {
	background-color: #F58320;
}
.where a {
  display: block;
  cursor: pointer;
  color: #FFF;
}
.where a:hover {
  text-decoration: none;
}
.where.days-left {
	color: #000;
	text-align: right;
}
.where.days-left span {
	color: #fff;
	display: inline-block;
	background-color: #000;
	padding: 2px 10px;
	float: none;
	line-height: 18px;
}
.when {
  line-height: 21px;
  font-size: 14px;
  color: #666666;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  display: inline-block;
}
@media (max-width: 479px) {
	.where.days-left {
		display: none !important;
	}
}

/*
|-------------------------------------------------
|		=Modal
|-------------------------------------------------
*/

.modal ul {
    padding-left: 15px;
    padding-right: 15px;
}
.new_subscribe_modal .modal-content{
  background-color: #f5831f;
  border-radius: 0;
  text-align: center;
  color: #fff;
	overflow: visible;
}
.new_subscribe_modal .modal-close {
	top: -18px;
	right: -18px;
}
.new_subscribe_modal .modal-close a {
	border: 5px solid #F58320;
}
.new_subscribe_modal .modal-content img{
  max-width: 150px;
}
.new_subscribe_modal .modal-body{
  background-color: #F58320;
}
.new_subscribe_modal .modal-content h5{
  font-size: 18px;
  margin: 12px 0;
}
.new_subscribe_modal .modal-content h4{
  font-size: 36px;
  line-height: 36px;
  font-family: 'alternate_gothic_3',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.new_subscribe_modal .modal-content .inputText{
  background:#f5831f;
  width:260px;
  display:inline-block;
  height: 36px;
  border: 2px solid #ffffff;
}
.new_subscribe_modal .modal-content .inputText input{
  height: 36px;
}
.new_subscribe_modal .modal-content .btn {
  vertical-align: top;
}
.new_subscribe_modal .modal-content .btn a {
	line-height: 26px;
	font-size: 26px;
}
.new_subscribe_modal .modal-content .btn.big a {
    padding: 0 18px;
    line-height: 60px;
    font-size: 36px;
}
.new_subscribe_modal .modal-content .terms-of-use a{
  color:#000;
}
.new_subscribe_modal .modal-content .terms-of-use {
  text-align: center;
  font-size: 18px;
}

.modal-image-blowup .modal-body {
	padding: 0;
}
.modal-image-blowup .modal-lg {
	width: 1080px;
	max-width: 100%;
}
.modal-title {
	font-size: 24px !important;
	color: #333 !important;
	font-family: trade_gothic_regular, Arial, Helvetica, sans-serif !important;
	letter-spacing: 0 !important;
}
.modal-content {
	position: relative;
	display: block;
}
.modal-close {
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 2;
}
.modal-close a {
	display: block;
	position: relative;
	color: #F58320;
	font-weight: bold;
	background-color: #ffffff;
	border: 3px solid #F58320;
	line-height: 32px;
	font-size: 28px;
	border-radius: 32px;
	width: 34px;
	padding-bottom: 2px;
	text-align: center;
	font-family: "Avenir LT Std", Arial, Helvetica, sans-serif;
}
.modal-close a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}
.modal-header {
    background-color: #F58320;
    border-bottom: none !important;
}
.modal-header h4 {
    color: #fff;
}
.modal-header p {
	font-size: 14px;
    color: #fff;
}
.modal-padding {
  overflow: hidden;
  padding: 20px;
}
.signup_modal .modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.signup_modal .modal-dialog {
  width: 710px;
  height: 484px;
}
.signup_modal .modal-body {
  background-repeat: no-repeat;
  height: 484px;
  padding: 0;
}
.signup_modal .mp-left {
  display: inline-block;
  width: 380px;
  text-align: center;
  height: 484px;
  vertical-align: top;
}
.signup_modal .mp-right {
  display: inline-block;
  width: 310px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  height: 484px;
  vertical-align: top;
}
.signup_modal .mp-right strong {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: normal;
}
.signup_modal div.inputText {
  width: 75%;
  margin: 10px auto 0;
}
.modal .social_signin {
	margin-bottom: 0;
	margin-top: 0;
}
.signup_modal .social_signin {
  width: 71%;
  margin: 10px auto 0;
}
.signup_modal #secondStep div.inputText {
  width: 85%;
}
.signup_modal #secondStep .textFields {
  display: inline-block;
  width: 49%;
}
.modal-body .formError {
	margin: 0 0 15px;
	border: 3px solid #d00;
}
.modal-body.modal-blank {
  background: #FFF;
  overflow: scroll;
  height: auto;
  max-height: 444px;
}
.modal-body.modal-blank h2 {
  padding-bottom: 25px;
  font-weight: bold;
}
.modal-body.modal-blank h3 {
  padding-bottom: 14px;
  font-weight: bold;
}
.modal-body.modal-blank p {
  padding-bottom: 14px;
}
.modal-body.modal-blank #modlegalClose,
.modal-body.modal-blank #modlegalClose2 {
  display: inline-block;
  text-align: center;
  margin: 0 auto 20px;
  background: #333;
  color: #FFF;
  padding: 3px 30px;
  cursor: pointer;
}
.modal-body.modal-blank #modlegalClose:hover,
.modal-body.modal-blank #modlegalClose2:hover {
  color: #F58320;
  text-decoration: none;
}

.modal-dialog.new-website-welcome {
	width: 100%;
	max-width: 90%;
	margin: 50px 4% 0;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
.modal-dialog.new-website-welcome .modal-content {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	opacity: 0.9;
}
.modal-dialog.new-website-welcome .modal-content .close-button {
	position: absolute;
	right: 0;
	margin-top: -30px;
	margin-right: -30px;
	background: #F58320;
	font-size: 36px;
	color: white;
	border-radius: 50%;
	display: block;
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
	z-index: 500;
	font-weight: bold;
	cursor: pointer;
}
.modal-dialog.new-website-welcome .modal-content .close-button:hover {
	background-color: #c66537;
}
.modal-dialog.new-website-welcome .modal-content .modal-body {
	background-color: #f26522;
	color: white; text-transform: uppercase;
	font-size: 64px;
	text-align: center;
	line-height: 68px;
	font-weight: bold;
	padding: 50px;
}
.modal-dialog.new-website-welcome .modal-content .modal-body .learn-more {
	background-color: #fdb913;
	font-size: 42px;
	padding: 20px;
	line-height: 42px;
	margin: 60px auto 0;
	width: 70%;
	display: block;
	color: #FFF;
	text-align: center;
	opacity: 1;
}
.modal-dialog.new-website-welcome .modal-content .modal-body .learn-more:hover {
	text-decoration: none;
}
.modal-footer {
	margin-top: 0 !important;
    border-top: none !important;
    padding: 0 20px 19px !important;
    text-align: left;
}
.modal-footer .btn {
	vertical-align: top;
}

/*
|----------------------------------------------
|	DATEPICKER
|----------------------------------------------
*/
.ui-datepicker {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding: 15px 10px 10px;
	width: 14em;
}
.ui-datepicker .ui-corner-all a {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
	background-color: #fff;
}
.ui-datepicker .ui-datepicker-title {
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	margin: 0 2px;
	height: 30px;
	line-height: 18px;
	width: 35%;
	font-size: 18px;
}
.ui-datepicker th {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 5px;
}
.ui-datepicker td {
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	background-color: #f4f4f4;
	font-size: 15px;
}
.ui-datepicker td span {
	color: #aaa;
}
.ui-datepicker td a:hover {
	background-color: #F58320;
	color: #ffffff;
}

/*
|-------------------------------------------------
|		RIBBONS
|-------------------------------------------------
*/
.ribbon {
	background: #ffffff;
	position: relative;
	-moz-box-shadow: 0 4px 0 0 rgba(255,255,255,1), 0 -4px 0 0 rgba(255,255,255,1), 6px 0 15px -4px rgba(0,0,0,0.55), -6px 0 15px -4px rgba(0,0,0,0.55);
	box-shadow: 0 4px 0 0 rgba(255,255,255,1), 0 -4px 0 0 rgba(255,255,255,1), 6px 0 15px -4px rgba(0,0,0,0.55), -6px 0 15px -4px rgba(0,0,0,0.55);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 500; /* the stack order: foreground */
}
.ribbon-wrapper {
	position: relative;
	width: 80%;
	margin: 50px auto 10px;
}
.ribbon-left,
.ribbon-right {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -26px;
  border: 1.5em solid #ffffff;
  z-index: 1;
}
.ribbon-left {
  left: -3em;
  border-right-width: 2em;
  border-left-color: transparent;
}
.ribbon-right {
	right: -3em;
	border-left-width: 2em;
	border-right-color: transparent;
}

.ribbon p,
.ribbon h3 {
	width: auto;
	max-width: 100%;
	line-height: 32px;
	min-height: 32px;
	color: #333333;
	text-transform: uppercase;
	font-style:normal;
	font-family:'Alternate_Gothic_3', Arial-black, Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align:center;
  padding: 14px;
  display: block;
}

/*
|-------------------------------------------------
|		LOAD MORE
|-------------------------------------------------
*/
.loadMore {
  padding-left: 30px !important;
  padding-right: 30px !important;
  max-width: 1080px;
  margin: 30px auto 0;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.loadMore a {
  position: relative;
  display: block;
  padding: 6px 0;
  line-height: 52px;
  font-size: 23px;
  color: white;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background: black;
}
.loadMore a span {
  position: relative;
  display: inline-block;
  padding-left: 56px;
}
.loadMore a span i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background: url(https://cdn.bisnow.net/assets/website/btnIcons.png) -104px 0 no-repeat;
}
.loadMore a:hover {
  color: black;
  background: #999999;
}
.loadMore a:hover i {
  background-color: #999999;
  background-position: -104px -52px;
}
.loadMore > .spinner {
    position: absolute;
    top: 12px;
    left: 50%;
    height: 40px;
    margin-left: -20px;
}
@media (max-width: 768px) {
  .loadMore {
    padding-left: 15px !important;
    padding-right: 15px !important;
		margin-top: 15px;
  }
	.loadMoreWrapper {
		margin-top: -35px;
	}
}
@media (max-width: 479px) {
  .loadMore {
    padding-left: 10px !important;
    padding-right: 10px !important;
		margin-top: 15px;
  }
  .loadMore a span {
    padding-left: 0;
    display: block;
    left: 5px;
    max-width: 290px;
    margin: auto;
  }
  .loadMore a:hover {
    background: black;
    color: white;
  }
  .loadMore a:hover i {
    background: url(https://cdn.bisnow.net/assets/website/btnIcons.png) -104px 0 no-repeat;
  }
}

/*
|-------------------------------------------------
|		SOCIAL ICONS
|-------------------------------------------------
*/
.oricon {
	display: inline-block;
}
.oricon a {
	width: 40px;
	height: 41px;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(https://cdn.bisnow.net/assets/social-media/sharing-icons-sprite.jpg);
}
.oricon.sprite-email_icon a {
	background-position: top center;
}

.oricon.sprite-facebook_icon a {
	background-position: center -43px;
}

.oricon.sprite-linkedin_icon a {
	background-position: center -86px;
}

.oricon.sprite-twitter_icon a {
	background-position: center -129px;
}

/*
|-------------------------------------------------
|		LAYOUT
|-------------------------------------------------
*/

#wrapper,
#content,
.container {
  position: relative;
	display: block;
}
#wrapper {
  margin: 0 auto;
}
#content {
  padding: 0 0 60px;
}
#content .container {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
  overflow: hidden;
}
@media (max-width: 768px) {
	#content .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (max-width: 479px) {
	#content .container {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

#content .containerIn {
  margin-left: -5px;
	margin-right: -5px;
}
@media (max-width: 479px) {
	#content .containerIn {
		margin-left: 0;
		margin-right: 0;
	}
}

#content .inside {
	padding-left: 15px;
	padding-right: 15px;
}

#content .container .col-md-3,
#content .container .col-md-4,
#content .container .col-md-6,
#content .container .col-md-8 {
	vertical-align: top;
}

#content .container .col-wrapper {
	padding: 15px;
}
@media (max-width: 768px) {
	#content .container .col-wrapper {
		padding: 10px;
	}
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .hidden-lg,
    .hidden-md,
    #content .container .hidden-lg,
    #content .container .hidden-md {
        display: none !important;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .hidden-sm,
    #content .container .hidden-sm {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .hidden-xs,
    #content .container .hidden-xs {
        display: none !important;
    }
}

.row {
    clear: both;
    padding-top: 15px;
    overflow: hidden;
}
.row .full {
  float: none;
  max-width: 100%;
}
.table .row:first-child {
  padding-top: 0;
}

.liquidCols {
  overflow: hidden;
}
.liquidCols .wrap {
  margin: 0 -15px;
}
.liquidCols .wrap .col {
  float: left;
}
.liquidCols .wrap .col .inner {
  padding: 0 15px;
}
.liquidCols .in {
    max-width: 55%;
    vertical-align: top;
    padding: 25px 15px 15px;
}
.liquidCols.one .col {
  width: 100%;
}
.liquidCols.two .col {
  width: 50%;
}
.liquidCols.three .col {
  width: 33.33%;
}
.liquidCols.four .col {
  width: 25%;
}

.pt-0 {
    padding-top: 0;
}
.mt-0 {
    margin-top: 0;
}

@media (min-width: 768px) {
    .mt-lg-1 {
        margin-top: 6px;
    }
    .mt-lg-2 {
        margin-top: 10px;
    }
    .pt-lg-1 {
        padding-top: 6px;
    }
    .pt-lg-2 {
        padding-top: 10px;
    }
}


/*
|-------------------------------------------------
|		HEADER
|-------------------------------------------------
*/
#fakeHeader,
#fakeSubheader {
  height: 76px;
}
#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 76px;
}
#header .innerWrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: #F58320;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
}
body.blackout #header .innerWrap {
	background: #000;
}
#header.fixed {
  height: 44px;
}
#header.fixed .innerWrap {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
}
#header.fixed .innerWrap .in {
  height: 44px;
}
#header.fixed .innerWrap .in a.logo {
  height: 17px;
  width: 100px;
  margin-top: 14px;
}
#header.fixed .innerWrap .in a.logo img {
  width: 100%;
  height: auto;
}
#header.fixed .innerWrap .in nav .dropContent,
#header.fixed .innerWrap .in .rightMenu .dropContent,
#header.fixed .innerWrap .in nav .subMenuContent,
#header.fixed .innerWrap .in .rightMenu .subMenuContent {
  top: 44px;
}
#header.fixed .innerWrap .in nav a .arrow,
#header.fixed .innerWrap .in .rightMenu a .arrow {
  top: 21px;
}
#header.fixed .innerWrap .in nav > ul > li > a {
  height: 42px;
  line-height: 42px;
}
#header.fixed .innerWrap .in .rightMenu > ul > li > a,
#header.fixed .innerWrap .in .rightMenu > ul > li .search {
  height: 44px;
  line-height: 44px;
}
#header.short .in nav ul li .subMenuContent {
  top: 44px;
}
#header.short .in .rightMenu ul li .dropContent {
  top: 44px;
}
#header .inputText {
  background: white;
}
#header .inputText input {
  color: black;
}
#header .inputText input:hover,
#header .inputText input:active,
#header .inputText input:focus {
  background: #FFF !important;
}
#header .in {
  max-width: 1080px;
  margin: 0 auto;
  height: 74px;
}
#header .in #mobNavBtn {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 25px;
  padding: 12px;
  cursor: pointer;
  height: 20px;
  background: url(https://cdn.bisnow.net/fit?height=20&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FheaderMenuIcon.png&width=25&sign=rAAUGvKZq5wGDP2E1xv0hKM41cdBioueEKPqiO-kSqI) center center no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #FFF;
}
#header .in #mobCartBtn {
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
	height: 44px;
}
#header .in #mobCartBtn .cart-new {
	height: 44px;
}
#header .in #mobSubscribeBtn {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
}
#header .in #mobSubscribeBtn a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#header .in #mobSubscribeBtn a:hover {
	text-decoration: none;
	color: #333333;
}
#header .in a.logo {
  float: left;
  overflow: hidden;
  width: 130px;
  height: 35px;
  margin: 22px 19px 0 0;
}
#header .in a.logo img {
  display: block;
  /* width: 100%; */
  height: 100%;
}
#header .in nav {
  float: left;
}
#header .in nav ul {
  list-style: none;
}
#header .in nav ul li {
  position: relative;
  float: left;
}
#header .in nav ul li ul {
  display: none;
}
#header .in nav ul li a {
  position: relative;
  z-index: 1;
  display: block;
  height: 76px;
  line-height: 76px;
  padding: 0 12px;
  font-size: 17px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
#header .in nav ul li.subMenu > a {
  cursor: default;
}
#header .in nav ul li.subMenu > a .arrow {
  position: absolute;
  right: 9px;
  top: 37px;
  display: block;
  width: 10px;
  height: 6px;
  background: url(https://cdn.bisnow.net/assets/website/headerNavDropdownArrow.png);
}
#header .in nav ul li.separator {
  border-top: 1px solid #999999;
}
#header .in nav ul li.desktopHidden > a {
  cursor: pointer;
}
#header .in nav ul li.desktopHidden:hover .subMenuContent {
  display: none;
}
#header .in nav ul li:hover > a {
  background-color: #f8941d;
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
}
body.blackout #header .in nav ul li:hover > a {
	background-color: #2d2d2d;
}
#header .in nav ul li:hover .subMenuContent {
  display: block;
}
#header .in nav ul li .subMenuContent {
    display: none;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 76px;
    border: 1px solid #e5e5e4;
    border-top: none;
    background: #f2f2f2;
}
#header .in nav ul li .subMenuContent .subMenuContentTitle {
	font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	background-color: #fff;
	margin-top: 10px;
    border-bottom: 1px solid #e5e5e4;
	z-index: 2;
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
}
#header .in nav ul li .subMenuContent .subMenuContentTitle:first-child {
	margin-top: 0;
}
#header .in nav ul li .subMenuContent > ul {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    width: 210px;
    z-index: 1;
}
#header .in nav ul li .subMenuContent.featureSubMenu > ul {
  width: 280px;
}
#header .in nav ul li .subMenuContent > ul:first-child {
	margin-bottom: 0;
}
#header .in nav ul li .subMenuContent ul li {
  position: relative;
  float: none;
}
#header #mobNav ul li .subMenuContent ul li.subMenu-newsletters,
#header #mobNav ul li .subMenuContent ul li.subMenu-subscribe {
    display: none;
}
#header .in nav ul li .subMenuContent ul li a {
  display: block;
  padding: 0 12px;
  line-height: 30px;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  position: static;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: none;
  white-space: nowrap;
  border-top: 1px solid #e5e5e4;
}
#header .in nav ul li .subMenuContent ul li a:hover {
  color: #F58320;
  background: white;
}
#header .in nav ul li .subMenuContent ul li.blank a,
#header .in nav ul li .subMenuContent ul li.blank a:hover {
	background: none;
}
#header .in nav ul li .subMenuContent ul li.first-child a {
  padding-top: 7px;
  border-top: 0;
}
#header .in nav ul li .subMenuContent ul li:hover ul {
  display: block;
}
#header .in nav ul li .subMenuContent ul li ul {
  display: none;
  position: absolute;
  left: -15px;
  top: 35px;
  margin: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #F58320;
  background: white;
}
#header .in nav ul li .subMenuContent ul li ul li {
  float: none;
  margin: 0;
}
#header .in nav ul li .subMenuContent ul li ul li a {
  padding: 0 15px;
  white-space: nowrap;
}
#header .in nav ul li .subMenuContent ul li.optGroup .title {
  display: block;
  padding: 5px 12px;
  text-transform: uppercase;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #e5e5e4;
  line-height: 15px;
  font-size: 13px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  color: #333333;
}
#header .in nav ul li .subMenuContent ul li.optGroup ul {
  display: block;
  position: static;
  border-radius: 0;
  border-top-style: none;
  background: none;
}
#header .in nav ul li .subMenuContent ul li.optGroup ul li a {
  padding: 4px 15px 5px 45px;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu ul.dcPubsSubmenu{
  position: absolute;
  bottom: 0;
  height: 148px;
  top: 340px;
	padding: 5px 0;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu {
  position: static;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu > ul {
  border-top-style: none;
  border-radius: 0;
  width: 185px;
  top: 0;
  left: 100%;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu > ul li a {
	border-top: 1px solid #e5e5e4;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu > ul li:first-child a {
border-top: 0;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu > ul li.current {
  background: #FFF;
  color: #F58320;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu > a {
  position: relative;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu > a:after {
      content: "";
      width: 6px;
      height: 10px;
      background: url(https://cdn.bisnow.net/assets/website/headerNavDropdownArrowRight.png);
      position: absolute;
      right: 9px;
      top: 50%;
      margin-top: -5px;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu:hover {
  color: #F58320;
  background: white;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu:hover > a:after {
  background-position: 0 -10px;
}
#header .in nav ul li .subMenuContent ul li.disabled {
  display: none;
}
#header .in nav ul li .subMenuContent ul li li.current {
  background: #FFF;
  color: #F58320;
}
#header .in nav ul li .subMenuContent .megaSubMenu {
  width: 750px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
#header .in nav ul li.current {
  background-color: #2d2d2d;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu > ul.subMenuNationalEvents {
	width: auto;
	top: auto;
	margin-top: -27px;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu > ul.subSubMenuBlock {
	width: 480px;
	padding-bottom: 10px;
}
#header .in nav ul li .subMenuContent ul li.subSubMenu > ul.subSubMenuBlock ul {
	position: relative;
	top: auto;
	left: auto;
	border-top: 0;
	display: block;
	width: auto !important;
	margin-top: 5px;
}
#header .in .nav-cols-city {
    overflow: hidden;
}
#header .in .subMenuCities {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	width: 550px !important;
}
#header .in .rightMenu {
  float: right;
}
#header .in .rightMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header .in .rightMenu ul li {
  position: relative;
  float: right;
  padding: 0;
  margin: 0;
  background: none;
}
#header .in .rightMenu ul li > a,
#header .in .rightMenu ul li > .search {
  position: relative;
  float: left;
  padding: 0 10px;
  height: 76px;
  line-height: 76px;
  font-size: 20px;
  color: white;
  cursor: default;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#header.short .in .rightMenu ul li > a,
#header.short .in .rightMenu ul li > .search {
    height: 44px;
    line-height: 44px;
}
#header .in .rightMenu ul li > a .searchIcon,
#header .in .rightMenu ul li > .search .searchIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  background: url(https://cdn.bisnow.net/fit?height=18&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FheaderIcons.png&width=36&sign=C0x81CvXxPUw_MoSqcow4BZLM7mCkMd8ZLVRrxAdyWM) 0 0 no-repeat;
}
#header .in .rightMenu ul li > a .arrow,
#header .in .rightMenu ul li > .search .arrow {
  position: absolute;
  right: 9px;
  top: 37px;
  display: block;
  width: 10px;
  height: 6px;
  background: url(https://cdn.bisnow.net/assets/website/headerNavDropdownArrow.png);
}
#header .in .rightMenu ul li > a {
	padding-left: 12px;
	padding-right: 12px;
}
#header .in .rightMenu ul li li > a {
	font-size: 23px;
}
#header .in .rightMenu ul li > .inputText.hidden {
  display: none;
}
#header .in .rightMenu ul li > .search {
  width: 66px;
  padding: 0;
}
#header .in .rightMenu ul li > a.signUp {
  background-color: #f8941d;
}
body.blackout #header .in .rightMenu ul li > a.signUp {
	background-color: #2d2d2d;
}
#header .in .rightMenu ul li.open > a,
#header .in .rightMenu ul li:hover > a,
#header .in .rightMenu ul li.open > .search,
#header .in .rightMenu ul li:hover > .search {
  text-decoration: none;
  background-color: #2d2d2d;
}
#header .in .rightMenu ul li.open .dropContent,
#header .in .rightMenu ul li:hover .dropContent {
  display: block;
}
#header .in .rightMenu ul li .dropContent {
  display: none;
  position: absolute;
  right: 0;
  top: 76px;
  padding: 24px 24px;
  color: white;
  background: #2d2d2d;
}
#header .in .rightMenu ul li .dropContent ul {
  margin: -9px 0 -6px;
}
#header .in .rightMenu ul li .dropContent ul li {
  float: none;
  margin-top: 6px;
  text-align: right;
}
#header .in .rightMenu ul li .dropContent ul li a {
  height: 25px;
  line-height: 25px;
  padding: 0;
  cursor: pointer;
}
#header .in .rightMenu ul li .dropContent ul li a:hover {
  text-decoration: underline;
}
#header .in .rightMenu ul li .dropContent ul li .inputText:hover,
#header .in .rightMenu ul li .dropContent ul li .inputText:active,
#header .in .rightMenu ul li .dropContent ul li .inputText:focus {
  background: #FFF !important;
}
#header .in .rightMenu ul li .dropContent .inputText {
  width: 240px;
  margin-bottom: 18px;
}
#header .in .rightMenu ul li .dropContent .inputText input::-webkit-input-placeholder {
  color: black;
}
#header .in .rightMenu ul li .dropContent .inputText input::-moz-placeholder {
  color: black;
}
#header .in .rightMenu ul li .dropContent .forgotPassword {
  color: #FFF;
  text-decoration: none;
  display: block;
  margin: -8px auto 8px;
}
#header .in .rightMenu ul li .dropContent .forgotPassword a {
  color: #FFF;
  font-weight: bold;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#header .in .rightMenu ul li .dropContent .btn {
  display: block;
}
#header .in .rightMenu ul li .dropContent .btn a,
#header .in .rightMenu ul li .dropContent .btn button {
  display: block;
  line-height: 46px;
  font-size: 25px;
}
#header .in .rightMenu ul li .dropContent .btn button {
  width: 100%;
}
#header .in .rightMenu ul li#myAccountDropdown .dropContent ul {
	width: 190px;
}
#header .in .rightMenu ul li#myAccountDropdown .dropContent ul li {
	text-align: left;
}
#header .in .rightMenu ul li#myAccountDropdown .dropContent ul li hr {
	border: 0;
	background: #666666;
	height: 1px;
	margin: 10px 0;
}
#header .in .rightMenu ul li#myAccountDropdown .dropContent ul li.name {
	font-size: 14px;
	color: #bbbbbb;
}
#header .in .rightMenu ul li#myAccountDropdown .dropContent ul li a {
	float: none;
}

#header .in .rightMenu ul li#myAccountDropdown .dropContent ul ul {
    width: 180px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 8px;
}
#header .in .rightMenu ul li#myAccountDropdown .dropContent ul ul li {
    margin-top: 1px;
}
#header .in .rightMenu ul li#myAccountDropdown .dropContent ul ul li a {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
}

#subheader {
  display: block;
  background-color: #2d2d2d;
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 9;
}
#subheader .innerWrap {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#subheader .innerWrap .in {
  max-width: 1080px;
  margin: 0 auto;
  color: #FFF;
  text-align: left;
}
#subheader .innerWrap .in .cities_list {
    max-width: 950px;
    margin: 0 auto;
}
#subheader .innerWrap .in h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 76px;
  margin: 0;
}
#subheader .innerWrap .in h1 a{
  color: white !important;
}
#subheader .innerWrap .in h1 a:hover{
  color: #F58320 !important;
}
#subheader .innerWrap .in h1 span{
  font-size: 20px;
  vertical-align: middle;
}
#subheader ul.breadcrumbs_list,
#subheader ul.breadcrumbs_list li,
#subheader ul.cities_list,
#subheader ul.cities_list li,
#subheader ul.cities_list_compact,
#subheader ul.cities_list_compact li,
#subheader ul.topics_list,
#subheader ul.topics_list li,
#subheader ul.topics_list_compact,
#subheader ul.topics_list_compact li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#subheader.cities_list .cities_list_compact,
#subheader.topics_list .topics_list_compact {
	display: none;
}
#subheader ul.cities_list li,
#subheader ul.cities_list_compact li,
#subheader ul.topics_list li,
#subheader ul.topics_list_compact li,
#subheader ul.breadcrumbs_list li {
	display: inline-block;
	font-size: 12px;
	line-height: 13px;
}
#subheader ul.breadcrumbs_list li::after {
	content: ">";
	padding: 0 15px;
}
#subheader ul.breadcrumbs_list li:last-child::after {
	content: "";
}
#subheader ul.cities_list li a,
#subheader ul.cities_list_compact li a,
#subheader ul.topics_list li a,
#subheader ul.topics_list_compact li a,
#subheader ul.breadcrumbs_list li a {
	text-decoration: none;
	color: #fff;
}
#subheader ul.breadcrumbs_list {
	padding: 14px 0;
}
#subheader ul.breadcrumbs_list li,
#subheader ul.breadcrumbs_list li a {
	font-size: 16px;
	line-height: 16px;
}
subheader ul.cities_list li a.selected,
subheader ul.cities_list_compact li a.selected,
subheader ul.topics_list li a.selected,
subheader ul.topics_list_compact li a.selected {
	color: #F58320;
	font-weight: bold;
}
#subheader ul.cities_list,
#subheader ul.cities_list_compact,
#subheader ul.topics_list,
#subheader ul.topics_list_compact {
	padding: 8px 0;
	text-align: center;
}
#subheader ul.cities_list li a,
#subheader ul.cities_list_compact li a {
	padding: 5px 5px;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-transform: uppercase;
}
#subheader ul.cities_list li a:hover,
#subheader ul.cities_list_compact li a:hover,
#subheader ul.breadcrumbs_list li a:hover {
	text-decoration: underline;
}
#subheader ul.topics_list li a,
#subheader ul.topics_list_compact li a {
	padding: 5px 6px;
	font-size: 14px;
	line-height: 15px;
	display: block;
}
#subheader ul.topics_list li.topics_list_title {
	font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
	padding-right: 20px;
	color: #fff;
	z-index: 2;
	position: relative;
	text-transform: uppercase;
	font-size: 17px;
}
#subheader ul.topics_list_compact li.topics_list_title {
    display: none !important;
}

#subheader ul.topics_list li.topics_list_title span {
	vertical-align: middle;
}

@media (max-width: 1023px) {
    #subheader .innerWrap .in {
        max-width: 100%;
        text-align: left;
        min-height: 22px;
        padding: 11px 0;
        height: auto !important;
        text-align: center;
        padding: 10px 0;
    }
    #subheader .innerWrap .in h1 {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 24px !important;
    }
	#subheader.cities_list .cities_list,
	#subheader.topics_list .topics_list {
		display: none;
	}
	#subheader.cities_list .cities_list_compact,
	#subheader.topics_list .topics_list_compact {
		display: block;
		overflow: hidden;
	}
	#subheader ul.topics_list_compact,
	#subheader ul.cities_list_compact {
		padding: 0;
	}
	#subheader ul.topics_list_compact li,
	#subheader ul.cities_list_compact li {
		line-height: 12px;
		font-size: 12px;
	}
	#subheader ul.topics_list_compact li a,
	#subheader ul.cities_list_compact li a {
		padding: 5px;
		line-height: 12px;
		height: 12px;
		font-size: 11px;
	}
    #subheader ul.topics_list_compact li a {
        padding: 3px 6px;
    }
	#subheader ul.topics_list_compact li.topics_list_title {
		font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
		font-size: 16px;
		padding-right: 10px;
		text-transform: uppercase;
	}
}

/*
|-------------------------------------------------
|		SIDEBAR
|-------------------------------------------------
*/
.container .aside {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 100%;
}
#content .aside .block {
  background: white;
  margin-bottom: 20px;
	position: relative;
}
#content .aside .block:last-child {
	margin-bottom: 0;
}
#content .aside .inside {
	padding-left: 15px;
	padding-right: 0;
}
@media (max-width: 768px) {
	#content .aside .inside {
		padding-left: 0;
	}
}

/* TITLE */
#pageArchives aside .newsletter .headline {
	font-size: 21px;
}
#content .aside .headline:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -7px;
  display: block;
  width: 7px;
  height: 7px;
  background: url(https://cdn.bisnow.net/assets/website/headlineEdge.png) no-repeat;
}
#content .aside .headline.orange:after {
  background: url(https://cdn.bisnow.net/assets/website/headlineEdgeOrange.png) no-repeat;
}
#content .aside .headline.iconTopStories {
  background-image: url(https://cdn.bisnow.net/fit?height=56&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FheadlineIconTopStories.png&width=88&sign=kGrwEE5gId53filzLNnMXl0h4z3o4IR1TugN-xEEzK4);
}
#content .aside .headline.iconRelatedStories,
#content .headline.iconRelatedStories {
  background-image: url(https://cdn.bisnow.net/assets/website/headlineIconRelatedStories.png);
}
#content .aside .headline.iconComments {
  background-image: url(https://cdn.bisnow.net/assets/website/headlineIconComments.png);
}
#content .aside .headline.iconFeaturedEvents {
  background-image: url(https://cdn.bisnow.net/assets/website/headlineIconFeaturedEvents.png);
}
#content .aside .headline.iconNewsletter {
  background-image: url(https://cdn.bisnow.net/assets/website/headlineIconNewsletter.png);
}
#content .aside .headline.smallerFont {
  font-size: 20px;
}

/* NEWSLETTER SIGNUP */
#content .aside .newsletter .in,
#page .container .containerIn .newsletter .in,
#pageIndex .container .containerIn .newsletter .in {
  padding: 20px;
}
#pageArchives aside .newsletter .in {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 25px;
}
#content .aside .newsletter .in p,
#pageIndex .container .containerIn .newsletter .in p,
#page .container .containerIn .newsletter .in p,
#pageArchives aside .newsletter .in p {
  padding: 15px 0 0;
  line-height: 19px;
  font-size: 15px;
  color: black;
}
#content .aside .newsletter .in p:first-child,
#pageIndex .container .containerIn .newsletter .in p:first-child,
#page .container .containerIn .newsletter .in p:first-child,
#pageArchives aside .newsletter .in p:first-child {
	padding: 0;
}
#content .aside .newsletter .in p.important,
#pageArchives aside .newsletter .in p.important {
  color: #F58320;
  font-weight: bold;
}
#content .aside .newsletter .in p.important a:hover{
  text-decoration: none;
}
#content .aside .newsletter .in .inputText {
  background: #e9e9e9;
}
#content .aside .newsletter .in .inputText input {
  color: black;
}
#content .aside .newsletter .in .inputText input::-webkit-input-placeholder {
  color: black;
}
#content .aside .newsletter .in .inputText input::-moz-placeholder {
  color: black;
}
#content .aside .newsletter .in .btn {
    display: block;
    margin-top: 18px;
}
#content .aside .newsletter .in .btn input {
    width: 100%;
}
#content .aside .newsletter .in a {
  display: block;
}
#content .aside .newsletter.confirmation,
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .newsletter.confirmation,
.pageTopStories .newsletter.confirmation {
  display: none;
}
#pageArchivesIndividual .wrapper-archive-signup .in {
	padding-bottom: 40px;
}
#pageArchivesIndividual .terms-of-use {
	position: absolute;
}
#pageArchivesIndividual .terms-of-use a {
	color: #fff;
	text-decoration: underline
}
#content .aside .newsletter.confirmation,
#content .aside .newsletter.signup2,
#content .newsletter.signup2 {
	background-color: #fff;
	margin-top: 15px;
}
#content .aside .newsletter.signup2 .in,
#content .aside .newsletter.confirmation .in {
	max-width: 100%;
}
#content .aside .newsletter.signup2 .btn,
#content .aside .newsletter.signup2 .btn a {
	display: block;
}
#content .aside .newsletter.signup2 .btn {
	margin-top: 10px;
}

/* TOP STORIES */
#content .aside .topStories .in {
  overflow: hidden;
}
#content .aside .topStories .in ul {
  margin: -1px 0 0;
  padding: 0;
  list-style: none;
}
#content .aside .topStories .in ul li {
  position: relative;
  z-index: 0;
  border-top: 1px solid #f0f3f3;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  margin: 0;
  background: none;
}
#content .aside .topStories .in ul li a {
  display: block;
  padding: 11px 29px 8px 59px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
}
#content .aside .topStories .in ul li a .num {
  position: absolute;
  left: 10px;
  top: 15px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  color: white;
  text-align: center;
  border-radius: 100%;
  background: #f8941d;
}
#content .aside .topStories .in ul li a .title {
  display: block;
  margin-bottom: 8px;
  line-height: 21px;
  font-size: 21px;
  color: black;
  text-decoration: none;
}
#content .aside .topStories .in ul li a .where {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  margin-bottom: 4px;
}
#content .aside .topStories .in ul li a .when {
  display: block;
}
#content .aside .topStories .in ul li a:hover {
  padding: 11px 29px 8px 59px;
  border: 1px solid #F58320;
  transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
}
#content .aside .topStories .in ul li a:hover .title {
  color: #F58320;
  transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
}
#content .aside .topStories .moreTopStories {
	width: 100%;
	text-align: center;
	font-size: 15px;
}
#content .aside .topStories .moreTopStories a {
	text-transform: uppercase;
	display: block;
	padding: 12px 0;
	color: #FFF;
	background: #F58320;
	font-weight: 500;
	font-size: 24px;
	font-family: alternate_gothic_3, Arial, Helvetica, sans-serif;
}
#content .aside .topStories .moreTopStories a:hover {
	text-decoration: none;
	background-color: #333;
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
}
#content .aside .aside .iconTopStories {
	margin-bottom: 10px;
}

/* TOP SLIDESHOWS */
#content .aside .recommendedSlideshows ul {
  padding: 0;
  list-style: none;
	font-size: 0;
	display: block;
	position: relative;
}
#content .aside .recommendedSlideshows ul li {
  padding: 0;
  list-style: none;
	display: inline-block;
	font-size: 14px;
	width: 40%;
	max-width: 100%;
	padding: 15px 5%;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
#content .aside .recommendedSlideshows ul a {
	border: 1px solid transparent;
	-webkit-transition: ease .25s;
	-moz-transition: ease .25s;
	-o-transition: ease .25s;
	transition: ease .25s;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
#content .aside .recommendedSlideshows .title {
	display: block;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-size: 21px;
	color: black;
}
#content .aside .recommendedSlideshows ul li:hover > .title {
	color: #F58320;
	-webkit-transition: ease .25s;
	-moz-transition: ease .25s;
	-o-transition: ease .25s;
	transition: ease .25s;
}
#content .aside .recommendedSlideshows .when {
	display: block;
}
#content .aside .moreRecommendedSlideshows{
	margin-top: 10px;
	text-align: center;
}
#content .aside .moreRecommendedSlideshows a {
	text-transform: uppercase;
	display: block;
	padding: 12px 0;
	color: #FFF;
	background: #F58320;
	font-weight: 500;
	font-size: 24px;
	font-family: alternate_gothic_3, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#content .aside .moreRecommendedSlideshows a:hover {
	background-color: #333;
}
@media (max-width: 1023px) {
	#content .aside .recommendedSlideshows ul li {
		display: block;
		max-width: 100%;
		width: 100%;
		padding: 15px;
	}
}
@media (max-width: 768px) {
	#content .aside .recommendedSlideshows ul li {
		display: block;
		width: auto;
		max-width: auto;
		padding: 10px 15px;
	}
	#content .aside .recommendedSlideshows ul li img {
		float: left;
		width: 35%;
		max-width: 170px;
		margin-right: 25px;
	}
	#content .aside .recommendedSlideshows ul li .title {
		line-height: 24px;
		font-size: 24px;
	}
}
@media (max-width: 479px) {
	#content .aside .recommendedSlideshows ul li .title {
		line-height: 18px;
		font-size: 18px;
	}
}

/* ADS */
#content .aside .asideBanner {
	padding-top: 20px;
	padding-bottom: 20px;
}
#content .aside .asideBanner #right_jumbo_skyscraper {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: auto;
}
#content .aside .asideBanner #right_jumbo2_skyscraper2 {
  text-align: center;
}
#content .aside .asideBanner img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
  max-height: 600px;
}
#content .aside .asideBanner.full {
  padding: 0;
  background: none;
}
#content .aside .asideBanner.full img {
  max-width: 370px;
}

/* FILTERS */
#content .aside .filters .in .inputText {
  background: #e9e9e9;
  margin-top: 0;
}
#content .aside .filters .in .inputText input {
  color: black;
}
#content .aside .filters .in .inputText input::-webkit-input-placeholder {
  color: black;
}
#content .aside .filters .in .inputText input::-moz-placeholder {
  color: black;
}
#content .aside .filters-wrapper-show {
	display: none !important;
}
#page .container .containerIn .aside .filters .in {
	padding: 20px;
}
#page .container .containerIn .aside .filters .in ul,
#page .container .containerIn .aside .filters .in li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#page .container .containerIn .aside .filters .in li {
	min-height: 20px;
	margin-bottom: 5px;
}
#page .container .containerIn .aside .filters .in li input[type=checkbox] {
	position: absolute;
	display: block;
}
#page .container .containerIn .aside .filters .in li label {
	padding-left: 30px;
	display: block;
	line-height: 18px;
}
#page .container .containerIn .aside .filters .in .btn,
#page .container .containerIn .aside .filters .in .btn a {
	display: block;
	width: auto;
}

/*
|-------------------------------------------------
|		TITLES
|-------------------------------------------------
*/
#content .headline {
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  line-height: 24px;
  font-size: 23px;
  color: white;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background-color: #242424;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
#content .headline.orange {
	background-color: #F58320;
}
@media (max-width: 925px) {
	#content .headline {
		font-size: 20px;
	}
}

.modal-content {
    border-radius: 0 !important;
    border: none !important;
}

/*
|-------------------------------------------------
|		LOGIN MODAL
|-------------------------------------------------
*/
#login-modal .modal-body{
  padding: 10px;
}

#login-modal .message {
    margin-top: 6px;
}
#login-modal .alert {
    padding: 10px 15px;
}
#login-modal .alert.alert-danger {
    background: #e06464;
    font-size: 16px !important;
    line-height: 18px;
}

#login-modal .has-invalid label {
  color: #e06464;
}

#login-modal .has-invalid input,
#login-modal .has-invalid select {
  border-color: #e06464 !important;
}

.modal-default h4.modal-title,
#login-modal h4.modal-title {
    color: #fff !important;
    text-decoration: none;
    font-family: alternate_gothic_3,Arial,Helvetica,sans-serif !important;
    font-size: 36px !important;
    line-height: 34px !important;
    text-transform: uppercase;
}

#login-modal h2 {
  font-family: "alternate_gothic_3", "Trade Gothic LT Std", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
}

#login-modal p {
  font-size: 16px;
  line-height: 20px;
}

.modal-default p.modal-title,
#login-modal p.modal-title {
    color: #fff !important;
    display: none;
    font-weight: bold;
    font-size: 18px !important;
    margin-top: 2px;
    font-style: normal;
}

#login-modal .radio-btn {
  width: 100%;
  background: #F7F4F4;
  display: block;
}

#login-modal .radio-btn:hover {
  cursor: pointer;
}

#login-modal .radio-btn input {
  opacity: 0;
  position: absolute;
}

#login-modal .radio-btn span {
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  display: block;
  color: #444;
}

#login-modal .radio-btn  input:checked+span {
  background-color: #F58320;
  color: #fff;
}

#login-modal label {
    font-size: 14px;
    margin-bottom: 2px;
}

#login-modal input,
#login-modal select {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 22px;
}

#login-modal .select2 {
    padding: 0 5px;
    font-size: 14px;
    border: 0;
    line-height: auto;
}

#login-modal .title-class {
  padding-top: 5px;
}

#login-modal .select2-search__field::placeholder {
  color: #fff !important;
}

#login-modal .select2 .select2-selection__choice {
  background-color: #fff;
  color: #000;
}

#login-modal .select2-dropdown {
  z-index: 10002005 !important;
}
#login-modal .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
}
#login-modal .select2-container--default .select2-search--inline .select2-search__field {
    padding: 0;
    margin: 12px 0;
    width: 100% !important;
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
    #login-modal.modal.fade .modal-dialog {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-height: 100%;
        margin: 0;
        overflow-y: scroll;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        -moz-transition: -moz-transform 0.4s ease-in-out;
        -o-transition: -o-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
    }
    #login-modal .modal-body {
        padding: 10px 20px
    }
    #login-modal.modal.fade .modal-dialog {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-height: 100%;
        margin: 0;
        overflow-y: scroll;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        -moz-transition: -moz-transform 0.4s ease-in-out;
        -o-transition: -o-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
    }

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

    .modal-default h4.modal-title,
    #login-modal h4.modal-title {
        font-size: 26px !important;
        line-height: 24px !important;
    }

    #login-modal p {
        font-size: 14px;
        line-height: 15px;
    }

    .modal-default p.modal-title,
    #login-modal p.modal-title {
        font-size: 14px !important;
    }

    #login-modal h2 {
      font-size: 22px;
      line-height: 22px;
    }

    #login-modal .modal-header {
      padding: 20px;
    }

    #login-modal .modal-close {
      right: 0;
      top: 0;
    }

    #login-modal .modal-close a {
      line-height: 20px;
      font-size: 20px;
      border-radius: 20px;
      width: 20px;
    }

    #login-modal .modal-footer {
      padding: 10px 15px 20px!important;
    }

    #login-modal .modal-footer span.btn,
    #login-modal .modal-footer span.btn a {
      display: inline-block;
      width: 100%;
      margin: 0 !important;
    }

    #login-modal .modal-footer span a {
      padding: 10px 0;
    }
}

@media (max-width: 480px) {
    #login-modal .modal-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.at-share-dock.atss {
  z-index: 1000 !important;
}

#loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.75);
  width: 100%;
  height: 100%;
  z-index: 100;
}

#loader-wrap #loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #F58320;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
