/* Minification failed. Returning unminified contents.
(14370,25): run-time error CSS1039: Token not allowed after unary operator: '-overview-aside-height'
(14370,56): run-time error CSS1039: Token not allowed after unary operator: '-overview-second-row-height'
(14374,25): run-time error CSS1039: Token not allowed after unary operator: '-overview-second-row-height'
 */
html {
    margin: 0;
    padding: 0;
    height: 100%;
} 

iframe[id^="oauth2relay"] {
    left: 0;
    width: 1px;
    height: 1px;
    position: absolute;
} 

iframe[name="google_conversion_frame"] {
    display: none;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/css/fonts/PTSans-Regular.eot');
    src: url('/css/fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/PTSans-Regular.ttf') format('truetype'), url('/css/fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: bold;
    font-family: 'PT Sans Bold';
    src: url('/css/fonts/PTSans-Bold.eot');
    src: url('/css/fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/PTSans-Bold.ttf') format('truetype'), url('/css/fonts/PTSans-Bold.svg#PTSans-Regular') format('svg');
    font-display: swap;
}

body {
    margin: 0;
    color: #333333;
    font-size: 14px;

    background-color: #ffffff;
    font-family: 'PT Sans', Arial, sans-serif;
}

    body.bodybg {
        background-color: #212121;
    }

@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: 'BreeSerifRegular';
    src: url('/css/fonts/BreeSerif-Regular-webfont.eot');
    src: url('/css/fonts/BreeSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/BreeSerif-Regular-webfont.woff') format('woff'), url('/css/fonts/BreeSerif-Regular-webfont.ttf') format('truetype'), url('/css/fonts/BreeSerif-Regular-webfont.svg#BreeSerifRegular') format('svg');
    font-display: swap;
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'Cabin';
    src: url('/css/fonts/JEgmtEDzc-IH8jBshQXrYA.woff') format('woff');
    font-display: swap;
}

.BreeSerif {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: normal;
    font-family: 'BreeSerifRegular';
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/css/fonts/fa-solid-900.eot");
  src: url("/css/fonts/fa-solid-900.eot?#iefix&v=5.8.2") format("embedded-opentype"), url("/css/fonts/fa-solid-900.woff2?v=5.8.2") format("woff2"), url("/css/fonts/fa-solid-900.woff?v=5.8.2") format("woff"), url("/css/fonts/fa-solid-900.ttf?v=5.8.2") format("truetype"), url("/css/fonts/fa-solid-900.svg?v=5.8.2#fontawesome") format("svg");
}

a:hover, a:active {
    outline: 0;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

img {
    border: 0;   
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

img:not([src])[data-src] {
    opacity: 0;
}

*:focus {
    outline: 0;
}

i.fas, .search-icon:after {
    animation: lazyload 1s 1;
}

/* -- Screen Reader Styles -- */

.sr-hidden-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


@-webkit-keyframes lazyload {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes lazyload {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

form {
    margin: 0px;
    padding: 0px;
}

.followClick i{
	color: #D2D4D5 !important;
}


button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    line-height: normal;
    vertical-align: middle;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
        outline: 0px none;
        outline-offset: -2px;
    }

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
    }

    input[type="search"] {
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        margin: 0;
        -webkit-appearance: none;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    font-family: 'PT Sans', Arial, sans-serif;
}

.divTextarea {
    padding: 10px;
    position: relative;
    border-radius: 3px;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(228, 228, 228);
}

    .divTextarea textarea {
        width: 100%;
        resize: none;
        min-height: 136px;
        border-color: rgba(0,0,0,0);
    }

.divTextareaSingleLine {
    padding: 10px;
    position: relative;
    border-radius: 3px;
    background-color: rgb(255,255,255);
    border-left: 1px solid rgb(228, 228, 228);
}

    .divTextareaSingleLine textarea {
        width: 100%;
        resize: none;
        min-height: 32px;
        border-color: rgba(0,0,0,0);
    }

p {
    margin: 0 0 10px;
    line-height: 19px;
}

.join-the-conversation {
    background-color: #E9E9E9;
    border-radius: 5px;
    height: 25px;
    padding-top: 3px;
    font-size: 15px;
}

    .join-the-conversation li {
        margin-right: 0px !important;
    }

        .join-the-conversation li:last-child {
            margin-right: 8px !important;
        }

small, .small {
    font-size: 11px;
}

.margin-left0 {
    margin-left: 0;
}

div.small {
    line-height: 16px;
}

strong, b {
    font-family: 'PT Sans Bold';
}

cite {
    font-style: normal;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.muted {
    color: #999 !important;
}

.uppercase {
    text-transform: uppercase;
}

.text-warning {
    color: #c09853;
}

.extraline {
    line-height: 21px;
}

.ImgFav {
    color: #999;
    cursor: pointer;
}

.blue {
    color: rgb(41, 170, 225) !important;
}

.grayLight {
    color: #999;
}

.grayDark {
    color: #4d4d4d;
}

.orrange {
    color: #ffc526;
}

.orrageLight {
    color: #ed6869;
}

.dvwarningmessage {
    padding-top: 16px;
    margin-bottom: 10px;
    padding-bottom: 16px;
    color: rgb(77, 77, 77);
    background-color: rgb(255, 250, 236);
    border-bottom: 1px solid rgb(228, 228, 228);
}

.text-error {
    color: #b94a48;
}

.text-info {
    color: #3a87ad;
}

.text-success {
    color: #468847;
}

.text-blue {
    color: #22aae1 !important;
}

.text-red {
    color: #FF6666 !important;
}

.clearfix:before, .clear15:before, .clearfix:after, .clear15:after, .clear:after {
    display: table;
    clear: both;
    content: "";
}

.fix {
    position: fixed;
}

.clear {
    clear: both;
    height: 0;
}

center #mainTable {
    width: 100%;
}

center #mainTableEmailTop {
    width: 100%;
}

#dvMailHtml img {
	max-width: 100% !important;
}

.dvWhite {
    background-color: #fff;
}

.input-block-level, .inline-badge-level {
    width: 100%;
    display: block;
    min-height: 30px;
    box-sizing: border-box;
}

#habla_window_div.olrk-fixed-bottom .habla_panel_border, #habla_window_div.olrk-fixed-bottom #habla_topbar_div {
    border-radius: 3px 3px 0 0 !important;
}
/* Menu Show Hide */
header {
    transition: top 0.4s ease-in-out;
}

    header.nav-up {
        top: -45px !important;
    }

.mainContainer {
    transition: padding-top 0.4s ease-in-out;
}

.no-navbar .mainContainer {
    padding-top: 0;
}
/*=======Div Hiring =================*/
.divHiring {
    top: 0;
    right: 30px;
    z-index: 11;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    padding: 4px 15px;
    position: absolute;
    background-color: #484873;
    border: 1px solid #484873;
    border-radius: 0 0 3px 3px;
}

    .divHiring a {
        color: #fff;
        font-size: 15px;
    }

.img-rounded {
    border-radius: 3px;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.div_clock {
    margin: 30px auto;
    text-align: center;
}

.img-circle {
    border-radius: 500px;
}

.delete {
    color: #C44648;
}

.nobg {
    background-color: rgba(0,0,0,0);
}

.fl8r8 {
    float: right;
    padding: 1px;
}

.right {
    float: right;
}

.txtr8 {
    text-align: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal !important;
}

.pad20 {
    padding: 20px;
}

.div_spacer {
    height: 1px;
}

div.div_hr, .div_blank_spacer {
    height: 20px;
}

div.div_hr_mini {
    height: 10px;
}

.X {
    height: 10px;
}

.XXX, div.div_hr.XXX {
    height: 30px;
}

.XXXX, div.div_hr.XXXX {
    height: 40px;
}

.div_spacer:after, .div_blank_spacer:after, div.div_hr:after, div.div_hr_mini:after, [class^="div_hr_ "]:after {
    content: '';
    clear: both;
    display: block;
}

.note {
    color: #999;
    font-size: 11px;
}

.gmnoprint, .none {
    display: none;
}

.CommonHeader {
    top: 0;
    left: 0;
    position: absolute;
	z-index: 202;
}


.promotion-special-heading {
	background: rgba(0, 120, 163, .9);
	display: flex;
	position: relative;
	z-index: 1000;
}

	.promotion-special-heading > *:not(i) {
        margin: 10px auto;
        animation: promotionSlideIn 0.6s ease-in;
        overflow: hidden;
    }

    .promotion-special-heading.NoAnimation > *:not(i) {
       
        animation: unset !important;
        animation-name: fade  !important;
        animation-duration: 1.5s  !important;
       
    }
    @keyframes promotionSlideIn {
        0% {
            max-height: 0;
        }

        100% {
            max-height: 250px;
        }
    }

    .promotion-special-heading > i:first-child,
    .promotion-special-heading > i {
        display: none;
    }
    
    .promotion-special-heading > i {
        position: absolute;
        top: 10px;
        right: 10px;
        color: rgb(212,208,204);
        font-size: 2em;
        opacity: 0;
    }

	.promotion-special-heading img {
		height: auto !important;
	}

    .promotion-special-heading + .CommonHeader,
    .promotion-special-heading + panel,
	.promotion-special-heading + .dvMenuTop {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}

        .promotion-special-heading + .CommonHeader > .dvMenuTop,
        .promotion-special-heading + panel > .dvMenuTop {
			position: relative;
        }
        
        .promotion-special-heading + panel {
            display: block;
            z-index: 202;
        }
/* Notification Permission Banner */
.notification-permission-banner {
	position: sticky;
	z-index: 24;
	top: 45px;
	background: #fffaec;
	text-align: center;
	padding: 1em;
	animation: notificationBannerEaseIn 0.3s ease;
	border-bottom: 1px solid #CBD0D5;
}
@keyframes notificationBannerEaseIn {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width: 480px) {
	.notification-permission-banner {
		display: none;
	}
}

/* Notification Toast */

.notification-toast--wrapper {
	background: #fff;
	position: fixed;
	z-index: 201;
	top: 45px;
	left: 50%;
	transform: translateX(-50%) translateY(-200%);
	width: 100%;
	max-width: min(calc(100% - 20px), 500px);
	padding: 10px;
	border: 1px solid #CBD0D5;
	border-top: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 3px 3px;
	display: grid;
	grid-template-areas: "title action" "body action";
	grid-template-columns: 1fr auto;
	cursor: pointer;
	transition: all 0.6s ease;
	opacity: 0;
}

	.notification-toast--wrapper[aria-hidden="false"] {
		transform: translateX(-50%) translateY(0);
		opacity: 1;
	}

		.notification-toast--wrapper[aria-hidden="false"] + .notification-toast--wrapper {
			z-index: 200;
			top: 50px;
			left: calc(50% + 5px);
			border-top: 1px solid #CBD0D5;
			border-radius: 3px;
		}

	.notification-toast--wrapper .notification-toast--header {
		grid-area: title;
	}

	.notification-toast--wrapper .notification-toast--header h4 {
		color: #29aae1;
		margin: 0;
	}

	.notification-toast--wrapper .notification-toast--body {
		grid-area: body;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.notification-toast--wrapper .notification-toast--actions {
		grid-area: action;
		display: grid;
		grid-gap: 5px;
	}

	.notification-toast--wrapper .notification-toast--actions .notification-toast--button {
		background: none;
		border: none;
		color: #29aae1;
	}

@keyframes notificationToastEaseIn {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-200%);
	}

	100% {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

#ulMenuList li:not(.hasChild).active {
	pointer-events: none;
}
.worksheet-Starts {
	color: #FF6666;
	font-size: 12px;
	line-height: 16px;
	font-family: 'PT Sans Bold', Arial, sans-serif;
}

.dvArticelHeader {
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
}

    .dvArticelHeader h1 {
        padding-top: 13px;
        font-weight: normal;
        margin-bottom: 14px;
        color: rgb(77, 77, 77);
        font-family: 'PT Sans';
    }

.lastPrice, .lastPrice span {
    color: #ed6869;
    font-size: 12px;
    font-family: 'PT Sans Bold', Arial, sans-serif;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 10px;
}

.row-fluid {
    width: 100%;
}

    .row-fluid:before, .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.127659574468085%;
        *margin-left: 2.074468085106383%;
        box-sizing: border-box;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

div.row-fluid div.block {
    width: auto;
    margin-left: 10px;
}

    div.row-fluid div.last, div.row-fluid div.block:last-child {
        float: right;
    }

div.block .imgDevLogo img {
    max-width: 100px;
    max-height: 60px;
    padding-right: 3px;
}

    div.block .imgDevLogo img:last-child {
        padding-right: 0px;
    }

.row-fluid [class*="block"]:first-child {
    margin-left: 0;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none;
}

.row-fluid.flex {
    display: flex;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

    .container:after {
        clear: both;
        content: "";
        display: table;
    }

.container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .container-fluid:before,
    .container-fluid:after {
        clear: both;
        content: "";
        display: table;
    }
/*=====================Typography==========================*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: inherit;
    margin: 0 0 8px;
    font-family: inherit;
    text-rendering: optimizelegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'PT Sans Bold', Arial, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
    font-family: 'PT Sans', Arial, sans-serif;
}

    h1 small, .h1 small,
    h2 small, .h2 small,
    h3 small, .h3 small,
    h4 small, .h4 small,
    h5 small, .h5 small,
    h6 small, .h6 small {
        color: #999;
    }

h1, .h1 {
    color: #4d4d4d;
    font-size: 28px;
    line-height: 36px;
}

    h1 small, .h1 small {
        font-size: 26px;
    }

h2, .h2 {
    color: #4d4d4d;
    font-size: 24px;
    line-height: 32px;
}

    h2 small, .h2 small {
        font-size: 21px;
    }

h3, .h3 {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 27px;
}

    h3 small, .h3 small {
        font-size: 17px;
    }

    h3 .developer {
        color: #4D4D4D;
        font-size: 15pt;
        font-weight: 500;
        line-height: 1.3;
        text-decoration: none;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    line-height: 18px;
}

h4, .h4 {
    font-size: 16px;
    color: #4d4d4d;
}

    h4 small {
        font-size: 14px;
    }

h5, .h5 {
    font-size: 15px;
}

h6 {
    color: #999999;
    font-size: 13px;
    text-transform: uppercase;
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 20px;
}

    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin-bottom: 0;
    }

li {
    line-height: 20px;
}

ul.unstyled,
ol.unstyled,
.divDropdown ul {
    margin: 0;
    list-style: none;
}

ul.inline {
    margin-left: 0;
    list-style: none;
}

    ul.inline li {
        float: left;
    }

        ul.inline li a {
            display: block;
            padding: 5px 8px;
        }

ul.inline-items {
    margin-left: 0;
    list-style: none;
    text-align: center;
}

    ul.inline-items li {
        display: inline-block;
    }
/*===============================================
+           Main Logo Styles          +
================================================*/
.dvLogo {
    top: 6px;
    left: 10px;
    width: 185px;
    height: 30px;
    display: block;
    position: absolute;
    background: url("/images/condonow_logo_white.png") no-repeat center rgba(0,0,0,0);
    cursor: pointer;
}

/*===============================================
+           Promotion Minimized Ad          +
================================================*/

.promotion-special-anchored {
	color: #fff;
	height: 45px;
	display: inline-block;
	max-width: 263px;
	padding-right: 5px;
	font-size: 12px;
	vertical-align: top;
    line-height: 1.2;
    opacity: 1;
    transition: opacity 0.3s ease;
}

	.promotion-special-anchored[id=specPromotionAdMinTxt] {
		margin-top: 8px;
	}

.promotion-special-anchored:not(.toggled) {
    opacity: 0;
    user-select: none;
    cursor: initial;
}

/*===============================================
+           Multilavel DropDown Styles          +
================================================*/

.divDropdown ul li a {
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    padding-left: 17px;
    padding-right: 18px;
    font-weight: normal;
    text-decoration: none;
    transition: all 300ms linear;
}

.divDropdown ul li.hasChild > a i.fas {
    top: 50%;
    right: 10px;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
}

.divDropdown ul li.hasChild > a i.fas {
    top: 50%;
    right: 10px;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
}

.divDropdown ul li.hasChild > a i.far {
    top: 50%;
    right: 10px;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
}

.divDropdown ul ul li a {
    padding-top: 6px;
    line-height: 23px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 6px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.divDropdown ul ul li:last-child a {
    border-bottom-width: 0px;
}

.divDropdown ul ul li:first-child a {
    border-top-width: 0px;
}

.divDropdown > ul > li.lnkyellow a, .divDropdown > ul > li.lnkyellow a:hover, .divDropdown > ul > li.profiler > a, .divDropdown > ul > li.profiler > a:hover {
    color: #FFC121;
    text-transform: capitalize;
    background-color: rgba(0,0,0,0);
}

.divDropdown > ul > li.profiler ul li a + a {
    border-bottom-width: 0px;
}

.divDropdown > ul > li.profiler > a .badge {
    margin-right: 12px;
}

.view-as > div.first, .viewing-as .badge {
    font-style: italic;
}

.divDropdown ul ul.backMe li {
    position: static;
}

.divDropdown ul ul a.back {
    padding-left: 32px;
}

    .divDropdown ul ul a.back i.fas {
        top: 50%;
        left: 14px;
        font-size: 12px;
        margin-top: -6px;
        position: absolute;
    }

.AirLearnMore
{
    text-decoration: none;
    color:rgb(252, 180, 20);

}
/*===============================================
+           Second Level Dropdown styles        +
================================================*/
@media all and (min-width: 767px) {

    .show-mobile {
        display: none;
    }

    .divDropdown .secondlevel {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
        scrollbar-color: rgba(0,0,0,0) rgba(0,0,0,0);
        scrollbar-width: thin;
    }

    .divDropdown .secondlevel.hydrated {
        scrollbar-color: rgba(0,0,0,0.5) rgba(0,0,0,0);
    }

    .divDropdown .secondlevel ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 2px;
        height: 2px;
    }

    .divDropdown .secondlevel ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0);
        box-shadow: 0 0 1px rgba(255, 255, 255,0);
        transition: all 0.3s ease;
    }

    .divDropdown .secondlevel.hydrated ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px rgba(255, 255, 255,.5);
    }
}

ul li.hasChild > div {
    top: 100%;
    z-index: 39;
    display: none;
    position: absolute;
}

.divDropdown ul li.divider {
    height: 1px;
    margin: 5px 10px;
    overflow: hidden;
    background-color: rgb(229, 229, 229);
    border-bottom: 1px solid rgb(255, 255, 255);
}

.divDropdown > ul > li.hasChild > div {
    padding-top: 8px;
    padding-bottom: 8px;
    scrollbar-color: rgba(0,0,0,0) rgba(0,0,0,0);
    scrollbar-width: thin;
}

.divDropdown > ul > li.hasChild > div.hydrated {
    scrollbar-color: rgba(0,0,0,0.5) rgba(0,0,0,0);
}

  .divDropdown > ul > li.hasChild > div::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 10px;
    cursor: pointer;
  }

  .divDropdown > ul > li.hasChild > div::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,0);
    transition: all 0.3s ease;
  }

  .divDropdown > ul > li.hasChild > div.hydrated::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,0.5);
  }

ul li.hasChild > div:after {
    content: '';
    clear: both;
    display: table;
}

ul li.hasChild > div ul {
    left: 0%;
    width: 100%;
    padding: 0px;
    border-radius: 3px;
    position: relative;
    list-style-type: none;
    background: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
}

ul ul li.hasChild > div {
    top: 0px;
    left: 100%;
    border-width: 0px;
}

.divDropdown > ul > li.profiler > a > img {
    max-width: 30px;
    max-height: 30px;
    margin-left: 12px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgb(255,255,255);
}

.divDropdown > ul > li.profiler > a.loggedUser img {
    border-radius: 30px;
    border: 1px solid rgb(255,255,255);
}
/*===============================================
+      Second Lavel Dropdown styles Ends        +
================================================*/
ul.inline li a.project-name-link {
    display: block;
    padding: 0px;
}

.box ul.inline li a, ul.inline.socialConnect li a {
    padding: 2px 3px;
}

/*===============================================
+      Third Level Dropdown styles              +
================================================*/

@media all and (min-width: 767px) {

ul ul li.hasChild > div.thirdlevel {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    scrollbar-color: rgba(0,0,0,0) rgba(0,0,0,0);
    scrollbar-width: thin;
}

ul ul li.hasChild > div.thirdlevel.hydrated {
    scrollbar-color: rgba(0,0,0,0.5) rgba(0,0,0,0);
}

.secondlevel > ul.backMe > li:not(.opened) {
    display: none;
}

ul ul li.hasChild > div.thirdlevel ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
    height: 2px;
}

ul ul li.hasChild > div.thirdlevel ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255,.5);
    box-shadow: 0 0 1px rgba(255, 255, 255,.5);
}
    ul ul li.hasChild > div.thirdlevel ul li.back-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

/*===============================================
+        Rounded grey background style          +
================================================*/
.fa-bg-grey {
    color: #fff;
    background: #999;
    border-radius: 50%;
    box-sizing: border-box;
}

i[class*="deselect-"] {
  color: #d4d4d4 !important;
}

.divModelDetailNavigations .fa-bg-grey {
    width: 42px;
    height: 42px;
}
/*
.divModelDetailNavigations .goPrev {
    padding: 11px 12px;
}

.divModelDetailNavigations .goNext {
    padding: 11px 15px;
}*/

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 10px;
}

hr, div.hr {
    border: 0;
    margin: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

    div.hr:after {
        clear: both;
        content: '';
        display: table;
    }

    hr.bordered {
        margin: 10px auto;
    }

    hr.hidden {
        height: 1px;
        clear: both;
        margin-top: 10px;
        border-width: 0;
        margin-bottom: 10px;
        background: transparent;
    }

    div.hr.medium {
        margin-top: 15px;
        margin-bottom: 15px;
    }

div.hr_xtralearge {
    clear: both;
    border: 0;
    margin: 20px 0 50px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #fff;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 5px;
    margin: 0 0 15px;
    color: #999;
    line-height: 21px;
    border-left: 0px solid #eee;
}

.quotePerson {
    margin-left: 10px;
    max-width: 70px;
    float: left;
}

blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999;
}

    blockquote small:before {
        content: '';
    }

/*===========================Form Stylet=================================*/
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #4d4d4d;
    font-size: 14px;
    min-height: 21px;
    padding: 5px 6px;
    line-height: 20px;
    margin-bottom: 3px;
    border-radius: 3px;
    display: inline-block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea,
.uneditable-input {
    width: 206px;
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus,
    select:focus {
        font-size: 14px;
    }

.ElmahErrorHappen /*SSD+DF13912*/
{
    color:red;
    font-size:8pt;
    margin:0px !important;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        font-size: 14px;
    }
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

input.input-file {
    color: #4d4d4d;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #ebe8e1;
    background: rgb(235,232,225);
    background: linear-gradient(to bottom, rgb(235,232,225) 0%,rgb(226,223,216) 51%,rgb(215,210,204) 100%);
}

select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
}

    select[multiple],
    select[size] {
        height: auto;
    }

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.radio {
    min-height: 25px;
    position: relative;
    padding-left: 20px;
}

.checkbox, .keepmeLoggedIn {
    min-height: 25px;
    position: relative;
    padding-left: 30px;
}

.radio input[type="radio"] {
    left: 0;
    position: absolute;
}

.checkbox input[type="checkbox"] {
    border: 0;
    padding: 0;
    left: 10px;
    z-index: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
}

.keepmeLoggedIn input[type="checkbox"] {
    left: 10px;
    position: absolute;
}

.keepmeLoggedIn.divCheckbox {
    line-height: 21px;
}
/*============Custom Check Box Styles============*/
.checkbox label {
    margin: 0px;
    font-size: 13px;
    line-height: 25px;
}

    .checkbox label a {
        font-size: 13px;
        color: rgb(41, 170, 225);
    }

    .checkbox label span {
        left: 0px;
        width: 26px;
        height: 26px;
        position: absolute;
        background-repeat: no-repeat;
        transition: all 300ms linear;
        background-color: rgba(255,255,255,0);
        background-image: url("/images/unchecked-outline.png");
    }

        .checkbox label span.checked {
            background-image: url("/images/checked-outline.png");
        }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .radio.inline + .radio.inline,
    .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }
/*==========================================================================================
+       Double Column Custom Css (Real Estate Agent, Real Estate Developer) Styles         +
===========================================================================================*/
.dvMasterWrapper {
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}

.imgContent, .textContent {
    vertical-align: middle;
}

div.dvMasterWrapper div.Left {
    padding-left: 1em;
}

div.dvMasterWrapper div.Right {
    float: none;
    padding-right: 1em;
}

.input-20 {
    width: 20px;
}

.input-24 {
    width: 24px;
}

.input-26 {
    width: 26px;
}

.input-28 {
    width: 28px;
}

.input-32 {
    width: 32px;
}

.input-38 {
    width: 38px;
}

.input-42 {
    width: 42px;
}

.input-48 {
    width: 48px;
}

.input-52 {
    width: 52px;
}

.input-56 {
    width: 56px;
}

.input-mini {
    width: 60px;
}

.input-70 {
    width: 70px;
}

.input-80 {
    width: 80px;
}

.input-small {
    width: 90px;
}

.input-115 {
    width: 115px;
}

.input-120 {
    width: 120px;
}

.input-130 {
    width: 130px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input,
textarea,
.uneditable-input {
    margin-left: 0;
}

    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    input[type="radio"][readonly],
    input[type="checkbox"][readonly] {
        background-color: transparent;
    }

.form-actions:after {
    clear: both;
}

.help-block,
.help-inline {
    color: #595959;
}

.help-block {
    display: block;
    margin-bottom: 10px;
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
}

.input-append,
.input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}

    .input-append input,
    .input-prepend input,
    .input-append select,
    .input-prepend select,
    .input-append .uneditable-input,
    .input-prepend .uneditable-input {
        position: relative;
        margin-bottom: 0;
        *margin-left: 0;
        font-size: 14px;
        vertical-align: top;
        border-radius: 0 3px 3px 0;
    }

        .input-append input:focus,
        .input-prepend input:focus,
        .input-append select:focus,
        .input-prepend select:focus,
        .input-append .uneditable-input:focus,
        .input-prepend .uneditable-input:focus {
            z-index: 2;
        }

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    border-radius: 3px;
}
/* Allow for input prepend/append in search forms */
.control-group {
    margin-bottom: 10px;
}

.control-label {
    float: left;
    width: 146px;
    padding-top: 5px;
    text-align: right;
}

.controls {
    margin-left: 154px;
}
/*======================Fixed Left Column Styles=====================================*/
div.fixedColumLeft > div.row {
    position: relative;
}
/*=======================================Tooltip======================================*/
.tooltip {
    opacity: 0;
    z-index: 298;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    position: absolute;
    visibility: visible;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .tooltip.top {
        margin-top: -3px;
    }

    .tooltip.right {
        margin-left: 3px;
    }

    .tooltip.bottom {
        margin-top: 0;
    }

    .tooltip.left {
        margin-left: -3px;
    }

.tooltip-inner {
    color: #fff;
    max-width: 240px;
    padding: 8px 12px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    background-color: #0077BE;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #0077BE, #05577F);
}

.tooltip-arrow {
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: transparent;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #0077BE;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #0077BE;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #0077BE;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #0077BE;
    border-width: 0 5px 5px;
}

.wrapper {
    max-width: 978px;
    margin: 0 auto;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #CBD0D5;
}

    .page-header h1, .page-header h2, .page-header h3, .page-header h4 {
        color: #4d4d4d;
    }

.EW-Logo, .logoHeight {
    max-width: 150px;
    max-height: 60px;
    margin-right: 10px;
}
/*==========================================Table style ==============================*/
table {
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: rgba(0,0,0,0);
}

    table.noborder tr th, table.noborder tr td {
        border: 0 none;
    }

    table.noborder tr:last-child th:first-child, table.noborder tr:last-child td:last-child {
        border-radius: 0 0 3px 3px;
    }

    table.full {
        width: 100%;
    }

.table {
    width: 100%;
    margin-bottom: 0px;
}

    .table th,
    .table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: middle;
        border-top: 1px solid #CBD0D5;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table caption + thead tr:first-child th,
    .table caption + thead tr:first-child td,
    .table colgroup + thead tr:first-child th,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child th,
    .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #CBD0D5;
    }

.noStyled {
    margin: 0;
    width: 100%;
}

    .noStyled th, .noStyled td {
        padding: 0;
    }

.velignbottom td {
    vertical-align: top;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border-radius: 3px;
    border: 1px solid #CBD0D5;
    border-left-width: 0;
    border-bottom-width: 0;
    border-collapse: separate;
}

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #CBD0D5;
    }

    .table-bordered caption + thead tr:first-child th,
    .table-bordered caption + tbody tr:first-child th,
    .table-bordered caption + tbody tr:first-child td,
    .table-bordered colgroup + thead tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child td,
    .table-bordered thead:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

        .table-bordered thead:first-child tr:first-child th:first-child,
        .table-bordered tbody:first-child tr:first-child td:first-child {
            border-top-left-radius: 3px;
        }

        .table-bordered thead:first-child tr:first-child th:last-child,
        .table-bordered tbody:first-child tr:first-child td:last-child {
            border-top-right-radius: 3px;
        }

    .table-bordered thead:last-child tr:last-child th:first-child,
    .table-bordered tbody:last-child tr:last-child td:first-child,
    .table-bordered tfoot:last-child tr:last-child td:first-child {
        border-radius: 0 0 0 3px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    .table-bordered thead:last-child tr:last-child th:last-child,
    .table-bordered tbody:last-child tr:last-child td:last-child,
    .table-bordered tfoot:last-child tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

    .table-bordered caption + thead tr:first-child th:first-child,
    .table-bordered caption + tbody tr:first-child td:first-child,
    .table-bordered colgroup + thead tr:first-child th:first-child,
    .table-bordered colgroup + tbody tr:first-child td:first-child {
        border-top-left-radius: 3px;
    }

    .table-bordered caption + thead tr:first-child th:last-child,
    .table-bordered caption + tbody tr:first-child td:last-child,
    .table-bordered colgroup + thead tr:first-child th:last-child,
    .table-bordered colgroup + tbody tr:first-child td:last-child {
        border-top-right-radius: 3px;
    }

.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
    background-color: #f9f9f9;
}
/*==============tableCondo Style=======*/
.tableCondo {
    border-left: 0;
    border-radius: 3px;
    border: 1px solid #CBD0D5;
    border-collapse: separate;
}

    .tableCondo th {
        background-color: #f9f9f9;
    }

    .tableCondo th,
    .tableCondo td {
        border-left: 1px solid #CBD0D5;
    }

    .tableCondo caption + thead tr:first-child th,
    .tableCondo caption + tbody tr:first-child th,
    .tableCondo caption + tbody tr:first-child td,
    .tableCondo colgroup + thead tr:first-child th,
    .tableCondo colgroup + tbody tr:first-child th,
    .tableCondo colgroup + tbody tr:first-child td,
    .tableCondo thead:first-child tr:first-child th,
    .tableCondo tbody:first-child tr:first-child th,
    .tableCondo tbody:first-child tr:first-child td {
        border-top: 0;
    }

        .tableCondo thead:first-child tr:first-child th:first-child,
        .tableCondo tbody:first-child tr:first-child td:first-child {
            border-top-left-radius: 3px;
        }

        .tableCondo thead:first-child tr:first-child th:last-child,
        .tableCondo tbody:first-child tr:first-child td:last-child {
            border-top-right-radius: 3px;
        }

    .tableCondo thead:last-child tr:last-child th:first-child,
    .tableCondo tbody:last-child tr:last-child td:first-child,
    .tableCondo tfoot:last-child tr:last-child td:first-child {
        border-radius: 0 0 0 3px;
    }

    .tableCondo thead:last-child tr:last-child th:last-child,
    .tableCondo tbody:last-child tr:last-child td:last-child,
    .tableCondo tfoot:last-child tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

    .tableCondo caption + thead tr:first-child th:first-child,
    .tableCondo caption + tbody tr:first-child td:first-child,
    .tableCondo colgroup + thead tr:first-child th:first-child,
    .tableCondo colgroup + tbody tr:first-child td:first-child {
        border-top-left-radius: 3px;
    }

    .tableCondo caption + thead tr:first-child th:last-child,
    .tableCondo caption + tbody tr:first-child td:last-child,
    .tableCondo colgroup + thead tr:first-child th:last-child,
    .tableCondo colgroup + tbody tr:first-child td:last-child {
        border-top-right-radius: 3px;
    }

table th.bg, table td.bg {
    background-color: #f9f9f9;
}
/*-------------------------------------Custom Condonow Table-----------------*/
.table-bordered-condo {
    border-left: 0;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    border-collapse: separate;
}

    .table-bordered-condo th {
        border-left: 1px solid #CBD0D5;
        width: 30%;
    }

    .table-bordered-condo th {
        background-color: #F9F9F9;
        text-align: right;
        color: #4d4d4d;
    }

    .table-bordered-condo caption + thead tr:first-child th,
    .table-bordered-condo caption + tbody tr:first-child th,
    .table-bordered-condo caption + tbody tr:first-child td,
    .table-bordered-condo colgroup + thead tr:first-child th,
    .table-bordered-condo colgroup + tbody tr:first-child th,
    .table-bordered-condo colgroup + tbody tr:first-child td,
    .table-bordered-condo thead:first-child tr:first-child th,
    .table-bordered-condo tbody:first-child tr:first-child th,
    .table-bordered-condo tbody:first-child tr:first-child td {
        border-top: 0;
    }

        .table-bordered-condo thead:first-child tr:first-child th:first-child,
        .table-bordered-condo tbody:first-child tr:first-child td:first-child {
            border-top-left-radius: 3px;
        }

        .table-bordered-condo thead:first-child tr:first-child th:last-child,
        .table-bordered-condo tbody:first-child tr:first-child td:last-child {
            border-top-right-radius: 3px;
        }

        .table-bordered-condo tbody:first-child tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

    .table-bordered-condo thead:last-child tr:first-child th:first-child,
    .table-bordered-condo thead:last-child tr:first-child td:first-child,
    .table-bordered-condo tfoot:last-child tr:first-child th:first-child,
    .table-bordered-condo tfoot:last-child tr:first-child td:first-child {
        border-radius: 0 0 0 3px;
    }

    .table-bordered-condo thead:last-child tr:last-child th:first-child,
    .table-bordered-condo tbody:last-child tr:last-child td:first-child,
    .table-bordered-condo tfoot:last-child tr:last-child td:first-child {
        border-radius: 0 0 0 3px;
    }

    .table-bordered-condo thead:last-child tr:last-child th:last-child,
    .table-bordered-condo tbody:last-child tr:last-child td:last-child,
    .table-bordered-condo tfoot:last-child tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

    .table-bordered-condo tbody:last-child tr:last-child th:first-child {
        border-bottom-left-radius: 3px;
    }

    .table-bordered-condo caption + thead tr:first-child th:first-child,
    .table-bordered-condo caption + tbody tr:first-child td:first-child,
    .table-bordered-condo colgroup + thead tr:first-child th:first-child,
    .table-bordered-condo colgroup + tbody tr:first-child td:first-child {
        border-top-left-radius: 3px;
    }

    .table-bordered-condo caption + thead tr:first-child th:last-child,
    .table-bordered-condo caption + tbody tr:first-child td:last-child,
    .table-bordered-condo colgroup + thead tr:first-child th:last-child,
    .table-bordered-condo colgroup + tbody tr:first-child td:last-child {
        border-top-right-radius: 3px;
    }
/*=================================Dynamic Rounded Table Cell Styles Goes here==============*/
div.gridTable {
    padding: 0px;
    font-size: 15px;
    margin-bottom: 15px;
    background-color: #FFF;
}

    div.gridTable:after {
        clear: both;
        content: "";
        display: table;
    }
/*======================tblSingleRow====================*/
.tblSingleRow th {
    color: #4d4d4d;
    background-color: #F9F9F9;
    border-top: 1px solid #CBD0D5;
    border-left: 1px solid #CBD0D5;
    border-bottom: 1px solid #CBD0D5;
}

.tblSingleRow td {
    color: #666666;
    padding: 8px 10px;
    text-align: left;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #CBD0D5;
    border-top: 1px solid #CBD0D5;
    border-right: 1px solid #CBD0D5;
}

.noredius {
    border-radius: 0 !important;
}

.noborder {
    border-width: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.separator {
    padding: 0 5px;
}

.noMargin {
    margin: 0 !important;
}

.noResize {
    resize: none;
}
/*======================dealSingleRow====================*/
.grayBorder {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #E4E4E4;
}

    .grayBorder:focus {
        outline-offset: -2px;
        outline: thin none rgba(0,0,0,0);
        outline: 0 auto -webkit-focus-ring-color;
    }

.graybgBorder {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    background-color: #F9F9F9;
}

.condobg {
    border-radius: 3px;
    background-color: #167BA5;
    border: 1px solid rgb(41, 170, 225);
}

.graybg {
    background-color: #F9F9F9;
}

    .graybg:after, .condobg:after, .grayBorder:after, .graybgBorder:after {
        content: '';
        display: table;
        line-height: 0;
    }

table.tableDynamic {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    border-collapse: separate;
}

.tableDynamic th {
    width: 150px;
    height: 31px;
    color: #4d4d4d;
    padding: 8px 10px;
    text-align: right;
    font-weight: normal;
    background-color: #F9F9F9;
    border-left: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    box-shadow: 0 1px 2px hsla(0,0%,0%,.02) inset, 0 -1px 0 hsla(0,0%,100%,.25);
}

[rel="vtop"] {
    vertical-align: top;
}

.tableDynamic td {
    height: 31px;
    color: #4d4d4d;
    text-align: left;
    padding: 8px 10px;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.tableDynamic tr:first-child th, .tableDynamic tr.tr_first th {
    border-radius: 3px 0px 0px 0px;
    border-top: 1px solid #E4E4E4;
}

.tableDynamic tr:first-child td, .tableDynamic tr.tr_first td {
    border-radius: 0px 3px 0px 0px;
    border-top: 1px solid #E4E4E4;
}

.tableDynamic tr:last-child td, .tableDynamic tr.tr_last td {
    border-radius: 0px 0px 3px 0px;
}

.tableDynamic tr:last-child th, .tableDynamic tr.tr_last th {
    border-radius: 0px 0px 0px 3px;
}

.divSalesStatus th {
    width: 114px;
    color: #4d4d4d;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

.divSalesStatus td {
    vertical-align: top;
}

    .divSalesStatus td span, .divSalesStatus td a {
        float: left;
    }

.divSelect {
    position: relative;
    background: rgba(0, 0, 0, 0);
}

    .divSelect select {
        width: 100%;
        border: none;
        outline: none;
        display: block;
        border-radius: 0;
        margin-bottom: 0px;
        -webkit-appearance: none;
        appearance: none;
        background: rgba(0, 0, 0, 0);
    }

    .divSelect span.triangledbg {
        top: 0px;
        right: 0px;
        z-index: 0;
        width: 40px;
        content: '';
        height: 100%;
        display: block;
        position: absolute;
        pointer-events: none;
        background-color: rgb(255, 255, 255);
    }

    .divSelect span.triangled {
        top: 50%;
        width: 0;
        right: 6px;
        height: 0;
        content: '';
        z-index: 21;
        margin-top: -2px;
        position: absolute;
        pointer-events: none;
        border: solid 4px rgba(0, 0, 0, 0);
        border-top: solid 5px #4d4d4d;
    }

.gridTable input.full, .gridTable td textarea {
    width: 100%;
    margin: 0;
    resize: none;
    box-sizing: border-box;
}

.gridTable select.full {
    width: 100%;
    margin: 0;
}

.gridTable td label.radio {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}

textarea.full {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.btnClose {
    top: 0;
    right: 0;
    z-index: 2921;
    cursor: pointer;
    position: absolute;
}

div.btnClose {
    line-height: 21px;
    box-sizing: border-box;
    color: rgb(212,208,204);
    background-color: rgba(255,255,255,0);
}

div#divStopFollowingContainer > div.btnClose > i.fa-times,
div#dvSaveCriteria div.btnClose > i.fa-times,
div#dvLoadCriteria div.btnClose > i.fa-times {
  top: 30px;
  right: 30px;
  position: absolute;
}

div.btnClose > i.fa-times {
        font-size: inherit;
        text-rendering: auto;
        display: inline-block;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font: normal normal normal 24px/20px 'Font Awesome 5 Free', FontAwesome;
        font-weight: 900;
    }

        div.btnClose > i.fa-times:before {
            content: "\f00d";
        }

@supports not (-webkit-overflow-scrolling: touch) {
    /* CSS for other than iOS devices */ 
    .divLayout > div.btnClose {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        background: #fff;
        text-align: right;
    }
}
i.fa-heart, .fa-link {
    color: rgb(252, 180, 20);
}

i.far.fa-heart {
    color: #D2D4D5;
}

.fa-phone {
    transform: scaleX(-1);
}

.linkimgfavorite i.far {
  color: #D2D4D5;
}

i.fa-code, i.fa-bookmark {
    color: #D2D4D5;
}

.dvloveme {
    line-height: 26px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

  span#Recommend_Agent i {
    font-size: 1.8em;
  }

  div.msgCommingSoon i.fa-heart {
    font-size: 1.5em;
  }

	.profile .fas, .profile .far {
		position: relative !important;
		font-size: 14px !important;
		top: 0 !important;
		left: 0 !important;
	}

    .dvloveme .fas, .dvloveme .far  {
        top: 2px;
        left: 2px;
        position: absolute;
    }
/*=====SplashTable Table ==================*/
div.splashTable {
    background-color: #fff;
    margin-bottom: 1em;
    padding: 0;
}

.tablesplash {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    border-collapse: separate;
    border-top: 1px solid #E4E4E4;
}

    .tablesplash th {
        color: #4d4d4d;
        padding: 12px 10px;
        font-weight: normal;
        -moz-box-pack: center;
        -moz-box-align: center;
        vertical-align: middle;
        background-color: #DFDFDF;
        border-top: 0px none #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
    }

    .tablesplash td {
        padding: 12px 10px;
        color: #4d4d4d;
        vertical-align: middle;
        background-color: #F6F6F6;
        border-bottom: 1px solid #D4D4D4;
        border-top: 0px none #D4D4D4;
    }

    .tablesplash tr th:first-child {
        padding-left: 20px;
    }

    .tablesplash tr td:first-child {
        padding-left: 20px;
    }
/*=====SplashTable Table ==================*/
.tableCardDetails {
    width: 100%;
    margin-bottom: 0;
}
/*==============Grid Data Table =================*/
table.table-grid-data {
    line-height: 19px;
    font-size: 15px;
    font-weight: normal;
    border-collapse: separate;
    width: 100%;
}

.table-grid-data th {
    color: #4d4d4d;
    padding: 12px 10px;
    -moz-box-align: center;
    -moz-box-pack: center;
    text-align: left;
    line-height: 28px;
    font-weight: normal;
    background-color: #F9F9F9;
    border-left: 1px solid #E4E4E4;
    box-shadow: 0 1px 2px hsla(0,0%,0%,.02) inset, 0 -1px 0 hsla(0,0%,100%,.25);
}

.table-grid-data td {
    padding: 8px 10px;
    text-align: left;
    color: #4d4d4d;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
}

.table-grid-data tr:first-child th:first-child {
    border-left: 0px none transparent;
}

.table-grid-data tr:first-child th {
    border-top: 1px solid #E4E4E4;
}

.table-grid-data td:first-child {
    border-left: 0px none transparent;
}

.table-grid-data tr:first-child td {
    border-top: 1px solid #E4E4E4;
}
/*=====tableCardDetails Table ==================*/
.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.warning td {
    background-color: #fcf8e3;
}

.table tbody tr.info td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}
/*========================Custom Round Table for Condows======================*/
.gridTable input.editable, .gridTable select.editable {
    border: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.001) inset;
    color: #555;
    font-size: 0.9em;
    vertical-align: middle;
    outline: none;
    background-color: #FFF;
}

.gridTable input[type=radio] {
    border: 0 none;
    width: auto;
    color: #666;
    font-size: 9px;
    vertical-align: middle;
}

div.gridTable [class*="span"] {
    float: none;
}

.gridTable input.noShad, .gridTable select.noShad {
    border: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.001) inset;
    color: #555;
    font-size: 0.9em;
    vertical-align: middle;
    outline: none;
    background-color: #fff;
}
/*======================tblSingleRow====================*/
table.tblSingleRow {
    line-height: 19px;
    font-style: normal;
    border-collapse: separate;
    width: 100%;
}

.tblSingleRow tbody th {
    font-weight: normal;
}

.tblSingleRow thead th, .tblSingleRow tbody th, .tblSingleRow tfoot th {
    width: 148px;
    color: #4d4d4d;
    text-align: right;
    padding: 8px 10px;
    -moz-box-pack: center;
    -moz-box-align: center;
    background-color: #F9F9F9;
    border-top-left-radius: 3px;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #E4E4E4;
}

.tblSingleRow thead td, .tblSingleRow tbody td, .tblSingleRow tfoot td {
    height: 31px;
    color: #666666;
    text-align: left;
    padding: 8px 10px;
    border-top-right-radius: 3px;
    border-top: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #E4E4E4;
}

    .tblSingleRow tbody td label {
        margin: 0px;
    }

.clearBothHeight10px {
    clear: both;
    height: 10px;
}

.div_choice {
    height: 30px;
    color: #555;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
}

.imgMidsize {
    max-width: 306px;
    max-height: 215px;
    border-radius: 3px;
}

.actionRight {
    text-align: right;
}

.div_error_wrapper {
    position: relative;
}

.p_error {
    left: 6px;
    top: 21px;
    color: red;
    margin: 0px;
    display: none;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    background-color: transparent;
}

.p_notice {
    top: 20px;
    left: 6px;
    top: 21px;
    margin: 0;
    display: none;
    color: #29AAE1;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    background-color: transparent;
    cursor: pointer;
}

.p_errorSelect {
    background-color: transparent;
    color: red;
    display: none;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding-left: 0px;
    position: absolute;
    left: 6px;
    top: 20px;
}

.p_errorInput {
    margin: 0;
    top: 21px;
    left: 6px;
    color: red;
    display: none;
    font-size: 11px;
    padding-left: 0;
    position: absolute;
    font-weight: normal;
    background-color: transparent;
}

.divTextarea .p_errorInput {
    left: 7px;
}

.divFPassword .p_errorInput {
    top: 19px;
}

.thumbnail {
    position: relative;
}

.none {
    display: none;
}

.favorite {
    top: 6px;
    z-index: 1;
    right: 6px;
    width: 24px;
    height: 24px;
    position: absolute;
    text-decoration: none;
}

.favorite i.fas {
   color: #ffc121;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear7 {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 7px;
}

.clear5 {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 5px;
}

.clear10 {
    width: 0;
    clear: both;
    height: 10px;
    display: block;
    overflow: hidden;
    visibility: hidden;
}
/*=================Condo Now Icons Styles =================================*/
.the-icons {
    margin-left: 0;
    list-style: none;
}

    .the-icons li {
        float: left;
        width: 25%;
        line-height: 25px;
    }

    .the-icons i:hover {
        background: rgba(255,0,0,.25);
    }

[class^="icon-"],
[class*=" icon-"] {
    width: 14px;
    height: 14px;
    line-height: 1.4;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/sampleicons.png");
}

.icon-time {
    background-image: url("/images/ico_worksheet_submit_countdown.png");
}

.email_this {
    width: 50px;
    height: 20px;
    cursor: pointer;
    background: url("/images/email-outline.png") no-repeat scroll left center rgba(255,255,255,0);
}

.icon-edit {
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("/images/ico_edit.png");
}

.icon_trashRight {
    padding-left: 3px;
    padding-right: 3px;
}

.icon_Right {
    float: right;
    cursor: pointer;
}

.btn-edit-yellow {
    float: none;
    z-index: 45;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .btn-edit-yellow:after {
        clear: both;
        content: '';
        display: table;
    }

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-chevron-left {
    background-position: -432px -70px;
}

.icon-tinychek, .icon-link, .icon-trash, .icon-delete {
    margin: 0;
    width: 24px;
    height: 21px;
}

.icon-tinychek {
    background-image: url("/images/check_tiny.png");
}

    .icon-tinychek.checked {
        background-image: url("/images/check_tiny_.png");
    }

.icon-link {
    background-image: url("/images/ico_link_grey.png");
}

.icon-trash {
    background-image: url("/images/garbage_small.png");
}

.icon-edit {
    background-image: url(/images/ico_edit_new.png);
}

.icon-delete {
    background-image: url(/images/ico_del_new.png);
}
/*===============================Drop Down================================*/
.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    border-radius: 3px;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
    }

    .dropdown-menu a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333;
        white-space: nowrap;
    }

    .dropdown-menu li > a:hover,
    .dropdown-menu li > a:focus,
    .dropdown-submenu:hover > a {
        color: #fff;
        text-decoration: none;
        background-color: #0081c2;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    }

    .dropdown-menu .active > a,
    .dropdown-menu .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0081c2;
        background-repeat: repeat-x;
        outline: 0;
        background-image: linear-gradient(top, #0088cc, #0077b3);
    }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-radius: 0 3px 3px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        width: 0;
        height: 0;
        content: "";
        float: right;
        display: block;
        margin-top: 5px;
        margin-right: -10px;
        border-style: solid;
        border-color: rgba(0,0,0,0);
        border-left-color: #ccc;
        border-width: 5px 0 5px 5px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
}
/*=======================================
+       Search Filter Styles           +
========================================*/
.div_search_chriteria {
    float: left;
    width: 100%;
}

.div_slide {
    clear: both;
    float: left;
    width: 222px;
    position: relative;
    margin: 17px 0 2px;
}

.ViewHolder {
    left: 0px;
    width: 514px;
    position: relative;
}

    .ViewHolder:after {
        clear: both;
        content: '';
        display: table;
    }

.div_search_location {
    float: left;
    width: 222px;
}

    .div_search_location ul {
        margin: 0px;
        padding: 0px;
        border-radius: 3px;
        padding-bottom: 5px;
        list-style: none outside none;
        box-shadow: 0 1px 4px rgba(0,0,0,.065);
    }

        .div_search_location ul li a {
            display: block;
            color: #4d4d4d;
            font-size: 14px;
            cursor: pointer;
            margin: 0 0 -1px;
            padding: 13px 14px;
            position: relative;
            border: 1px solid #CBD0D5;
            background-color: #f9f9f9;
            text-shadow: 0 1px 0 rgba(0,0,0,.15);
        }

        .div_search_location ul li.hasValue a {
            padding-top: 6px;
            padding-bottom: 6px;
        }

        .div_search_location ul li a i.fas {
            top: 50%;
            right: 13px;
            font-size: 12px;
            margin-top: -6px;
            position: absolute;
            color: rgb(153, 153, 153);
        }

        .div_search_location ul li:first-child > a {
            border-radius: 3px 3px 0 0;
        }

        .div_search_location ul li:last-child > a {
            margin-bottom: 0;
            border-radius: 0 0 3px 3px;
        }

        .div_search_location ul li a .value {
            color: #FF6666;
            font-size: 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

span.value {
    display: block;
    line-height: 14px;
    font-weight: normal;
    text-shadow: 0 .2px #ff7272;
}

.div_search_option {
    float: left;
    width: 222px;
}

    .div_search_option ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        .div_search_option ul li a {
            color: #4d4d4d;
            display: block;
            margin: 0 0 -1px;
            padding: 8px 14px;
            position: relative;
            background-color: #fff;
            border: 1px solid #CBD0D5;
        }

            .div_search_option ul li.marked a, .div_search_option ul li a:hover {
                color: rgb(0,0,0);
            }

        .div_search_option ul li .numberOfProject {
            right: 30px;
            display: none;
            text-align: right;
            position: absolute;
        }

        .div_search_option ul > li:first-child > a {
            border-radius: 3px 3px 0 0;
        }

.control-group ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.control-group ul > li:first-child > a {
    border-radius: 0;
    border-top-width: 0;
}

.control-group ul > li:last-child > a {
    border-radius: 0 !important;
}

.div_search_option ul > li:last-child > a, .div_search_option ul > li.rounded_last a {
    margin: 0;
    border-radius: 0 0 3px 3px;
    border-bottom: 1px none transparent;
}

.div_search_option ul > li.Commission_list_last {
    border-radius: 0 0 3px 3px !important;
}

    .div_search_option ul > li.Commission_list_last a, .div_search_option ul > li.Commission_list_last a:hover {
        margin: 0;
        border-radius: 0 0 3px 3px;
        border-bottom: 1px solid #DCDCDC;
    }

.div_search_option ul > li {
    line-height: 28px;
}

    .div_search_option ul > li.multiline {
        line-height: 21px;
    }

	.div_search_option select {
		font-size: 12px;
	}
.innerItem {
    transition: all 300ms linear;
    background-color: rgba(0,0,0,0);
    border-top-width: 0 !important;
}

.nowselected a {
    background-color: #0078A3 !important;
}

.expandedTitle {
    padding: 8px;
    color: #4d4d4d;
    cursor: pointer;
    margin-right: 0;
    line-height: 28px;
    position: relative;
    padding-left: 24px;
    border-bottom-width: 0;
    background-color: #F9F9F9;
    border: 1px solid #CBD0D5;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

    .expandedTitle .fas {
        top: 50%;
        left: 10px;
        font-size: 13px;
        margin-top: -6px;
        position: absolute;
        color: rgb(153, 153, 153);
    }

.expandedFooter {
    color: #4D4D4D;
    cursor: pointer;
    margin-right: 0;
    background-color: #F9F9F9;
    border: 1px solid #CBD0D5;
    text-transform: capitalize;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 8px 6px -6px #E4E5E6 inset;
}

    .expandedFooter a {
        color: #4d4d4d;
        display: block;
        font-size: 14px;
        line-height: 28px;
        padding: 8px 14px;
        text-decoration: none;
    }

.expandedBlock {
    margin: 0;
    position: relative;
}

.expandedBox > form, .expandedBox .form-horizontal .control-group {
    margin-bottom: 0;
}

.SelectDate {
    margin: 0;
    padding: 8px;
    border: 1px solid #CBD0D5;
    background-color: #f9f9f9;
    border-radius: 0 0 3px 3px;
}

.dvSelectDate {
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #CBD0D5;
    background-color: #f9f9f9;
    border-radius: 0 0 3px 3px;
}

.control-group ~ .dvSelectDate {
    border-bottom-width: 0;
    border-radius: 0;
}

.dvSelectDate td {
    border-width: 0;
    vertical-align: middle;
}

.dvSelectDate input[type="text"], .dvSelectDate select {
    width: 100%;
    margin-bottom: 0;
}

.marked a {
    background-repeat: no-repeat;
    background-position: 192px center;
    background-image: url(/images/mark.png);
}

@media all and (max-width: 767px) {
    #tblSearchContainer {
        width: calc(100% - 9px);
    }

    #tblSearchContainer td {
        padding-top: 0;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .marked a {
        background-position: right 15px center;
    }
}
.tblfilter {
    background-color: #fff;
    border: 1px solid #CBD0D5;
    border-top-width: 0px;
    border-radius: 0 0 3px 3px;
}

    .tblfilter table {
        margin-bottom: 0;
    }

        .tblfilter table th, .tblfilter table td {
            border-width: 0;
            vertical-align: middle;
        }

        .tblfilter table td {
            border-bottom: 1px solid #CBD0D5;
        }

        .tblfilter table tr:last-child td {
            border-bottom-width: 0;
        }

    .tblfilter td input[type="text"] {
        width: 90%;
    }

.dvCustomSelect {
    width: 100%;
    display: table;
    position: relative;
}

    .dvCustomSelect > div {
        display: table-cell;
    }

        .dvCustomSelect > div:last-child {
            width: 80%;
        }

    .dvCustomSelect .divSelect {
        border-radius: 3px;
        background-color: #fff;
        border: 1px solid #ccc;
    }
/*Custom Select Box Styling with UL LI*/
.dvCustomSelectbox {
    position: relative;
}

.dvCustomSelectLbl > div {
    width: 100%;
    color: #555;
    cursor: default;
    font-size: 14px;
    min-height: 21px;
    padding: 5px 8px;
    line-height: 20px;
    margin-bottom: 3px;
    border-radius: 3px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
}

    .dvCustomSelectLbl > div > span {
        font-size: 14px;
    }

    .dvCustomSelectLbl > div i.fas {
        float: right;
    }

.dvCustomSelectOptions {
    left: 0px;
    top: 100%;
    width: 236px;
    z-index: 221;
    display: none;
    margin-top: -4px;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.hoverCustomSelect {
    color: #fff;
    background-color: rgb(0, 120, 163) !important;
}

.dvCustomSelectOptions ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

    .dvCustomSelectOptions ul li {
        cursor: default;
        font-size: 13px;
        padding: 2px 10px;
        background-color: #fff;
    }

        .dvCustomSelectOptions ul li:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .dvCustomSelectOptions ul li:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

.dvCustomSelectOptions li.fromToDate input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.dvCustomSelectOptions ul li.fromToDate > div {
    margin-top: 4px;
    margin-bottom: 4px;
}
/*============Div No Result Container ============*/
.divNoresultContainer {
    padding: 40px 20px;
    background-color: rgb(255, 255, 255);
}

.noResulttext {
    color: #999;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.divLoadSearchText {
    clear: both;
    padding: 20px 50px;
    text-align: center;
}

    .divLoadSearchText span:only-of-type {
        display: block;
        font-size: 14px;
    }

div[id*="dvCriteria"] table {
    width: 100%;
}

div[id*="dvCriteria"] tr {
    height: 77px;
}

div[id*="dvCriteria"] table tr td {
    padding: 10px 20px;
    vertical-align: middle;
}

div[id*="dvCriteria"] tr:nth-child(odd) {
    color: #515151;
    background-color: #f4f4f4;
}

div[id*="dvCriteria"] table tr td div.searchDescription {
    width: 380px;
    float: left;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    div[id*="dvCriteria"] table tr td div.searchDescription span {
        cursor: pointer;
        color: rgb(41, 170, 225);
        text-decoration: underline;
    }

div[id*="dvCriteria"] .dateTime {
    width: 136px;
    float: left;
    color: #4d4d4d;
    font-size: 11px;
    padding-top: 9px;
    padding-left: 9px;
    font-weight: bold;
}

    div[id*="dvCriteria"] .dateTime.edit {
        width: 126px;
        margin-top: 4px;
        text-align: right;
        padding-left: 0;
        padding-right: 13px;
    }

div.savedsearch {
    position: relative;
}

    div.savedsearch > div:not(:last-child) {
        margin-bottom: 10px;
    }

    div.savedsearch > div:after {
        clear: both;
        content: '';
        display: table;
    }

    div.savedsearch .totalleadfound {
        clear: both;
        position: relative;
        padding-right: 116px;
    }

.totalleadfound h5 {
    color: #4d4d4d;
    font-size: 11px;
    margin-bottom: 0;
}

.totalleadfound .dvDownloadcsv {
    top: 0;
    right: 0;
    cursor: pointer;
    position: absolute;
}

div[id*="dvCriteria"] .edit-delete {
    float: right;
}

div[id*="dvCriteria"] [class^="icon-"] {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

div.saveContainer {
    width: 100%;
    display: none;
    position: relative;
    padding-right: 116px;
    box-sizing: border-box;
}

    div.saveContainer input[type="text"] {
        width: 100%;
        height: 35px;
        padding-left: 10px;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    div.saveContainer .p_errorInput {
        left: 11px;
    }

    div.saveContainer .btn {
        right: 0;
        top: 0;
        width: 90px;
        cursor: pointer;
        padding: 6px 10px;
        margin-left: 10px;
        line-height: 21px;
        text-align: center;
        position: absolute;
        box-sizing: border-box;
    }
/******** start Modified for Optimize Ipad*************/
.min-max-td-first {
    text-align: left;
    vertical-align: middle;
    padding: 5px 0px 5px 8px;
}

.min-max-td-second {
    text-align: right;
    vertical-align: middle;
    padding: 5px 8px 5px 0;
}

.min-max-td-space {
    background-color: #DCDCDC;
    padding: 0 0 1px !important;
}
/*=====================Div Search Filter Result Styles =================*/
.dvFilterthis {
    margin-top: 12px;
}

    .dvFilterthis:after {
        clear: both;
        content: '';
        display: table;
    }

div.divSearchCriteria {
    display: none;
    margin: 6px 4px 0;
}

    div.divSearchCriteria h6 {
        margin: 0;
        padding: 0;
        color: #999;
        cursor: pointer;
    }

div.dvLoaderInformation {
    clear: both;
    color: #999999;
    font-size: 12px;
    margin: 0px auto;
    line-height: 18px;
    padding: 0px 10px;
    text-align: center;
}

    div.dvLoaderInformation a {
        color: rgb(41, 170, 225);
    }

.searchfiltertext {
    color: #ed6869;
    font-size: 12px;
    line-height: 18px;
    display: block;
    max-width: 215px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 1px 0 #d4d4d4;
}

    .searchfiltertext div small {
        color: #999;
        font-size: 12px;
    }

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
/*================Alert===========================**/
.alert {
    color: #c09853;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

    .alert h4 {
        margin: 0;
    }

    .alert .close {
        position: relative;
        top: -2px;
        right: -21px;
        line-height: 20px;
    }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }
/*Preview Topper Styles */
.divfixer {
    left: auto;
    width: 100%;
    z-index: 100;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #E4E4E4;
    transition: top 0.4s ease-in-out;
}

    .divfixer:after {
        clear: both;
        content: '';
        display: table;
    }
/*===============================Model ===============================*/
.mdlPopup {
    width: auto;
    margin: 0 30px;
    position: relative;
}

.modal {
    top: 35%;
    left: 50%;
    width: 560px;
    z-index: 1050;
    position: fixed;
    overflow: auto;
    border-radius: 3px;
    border: 1px solid #999;
    margin: -250px 0 0 -280px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
}

    .modal.fade {
        top: -25%;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }

        .modal.fade.in {
            top: 50%;
        }

.modal-header {
    padding: 0 0 10px;
    border-bottom: 0 solid #eee;
}

    .modal-header .close {
        margin-top: 2px;
    }

    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

.modal-body {
    padding: 10px 0;
}

.modal-footer {
    padding: 10px 0;
    margin-bottom: 0;
    text-align: right;
    border-top: 0 none #ddd;
}

    .modal-footer:after {
        display: table;
        clear: both;
        content: "";
    }

.divheader {
    padding: 9px 15px;
}

.contentcontainer {
    padding: 9px 15px;
}

.divfooter {
    padding: 9px 15px;
    margin-bottom: 10px;
}

sub,
sup {
    font-size: 12px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.18em;
}

sub {
    bottom: -0.21em;
}

.no-bg {
    background: none !important;
    border: 0 none !important;
}

.modal-footer div.btn-Center {
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    text-align: center;
}

.divFProject table {
    width: 100%;
}

    .divFProject table td {
        vertical-align: top;
    }

    .divFProject table tr td:first-child img {
        max-width: 148px;
        max-height: 108px;
        border-radius: 3px;
    }

    .divFProject table tr td textarea {
        width: 100%;
        height: 100px;
        resize: none;
        border-radius: 3px;
        box-sizing: border-box;
        background-color: #FFF;
        border: 1px solid #E6E6E6;
    }

.divSearch-box {
    position: relative;
}

.transbg {
    top: -5px;
    margin-top: -5px;
    padding: 10px 5px 5px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1);
    background: rgba(243,243,243,0.90);
}
/*=======================================Image Caption Styles=====================*/
/*Social Footers*/
ul.social li {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 3px;
}

    ul.social li a {
        width: 26px;
        height: 26px;
        display: block;
        color: #999;
        padding: 3px 3px;
        line-height: 21px;
        border-radius: 50%;
        text-align: center;
        box-sizing: border-box;
        background-color: #E7E8E9;
    }

    ul.social li:hover a {
        color: #fff;
    }

    ul.social li a i.fab {
        font-size: 17px;
        line-height: 21px;
    }

    ul.social li.ico_facebook:hover a {
        background-color: #3b5998;
    }

    ul.social li.ico_twitter:hover a {
        background-color: #45b0e3;
    }

    ul.social li.ico_linkedin:hover a {
        background-color: #65b7d2;
    }

ul.inline li.ico_gplus:hover a {
    background-color: #dd4b39;
}

ul.inline li.ico_instagram:hover a {
    background-color: #3b5998;
}

ul.inline li.ico_pinterest:hover a {
    background-color: #BD071D;
}
/*Social Site Follow & Share*/
.socialsite {
    height: 34px;
}

    .socialsite:after {
        clear: both;
        content: '';
        display: table;
    }

    .socialsite ul li:not(:last-child) {
        padding-right: 10px;
    }

    .socialsite .email {
        width: 50px;
        height: 20px;
        cursor: pointer;
        background: url("/images/email-outline.png") no-repeat scroll left center transparent;
    }
/*Join The Club Styles*/
.joinTheClub ol {
    margin: 0;
    margin-top: 16px;
    list-style: none;
}

    .joinTheClub ol li {
        font-size: 13px;
        line-height: 16px;
        position: relative;
    }

        .joinTheClub ol li label {
            cursor: pointer;
            position: relative;
            padding-left: 34px;
            margin-bottom: 0;
            display: inline-block;
        }

        .joinTheClub ol li small {
            color: #999;
            display: block;
        }

        .joinTheClub ol li:first-child {
            color: #999;
        }

        .joinTheClub ol li input[type="checkbox"] {
            display: none;
        }

        .joinTheClub ol li label:before {
            top: 50%;
            left: 2px;
            width: 23px;
            content: "";
            height: 20px;
            margin-top: -10px;
            border-radius: 4px;
            text-align: center;
            position: absolute;
            font-style: normal;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
            text-decoration: inherit;
            border: 1px solid #D2D4D5;
            background-color: #fff;
            transition: all 300ms linear;
            text-shadow: 0 1px 0 rgba(0,0,0,.15);
            -webkit-font-smoothing: antialiased;
            box-shadow: 0 0 1px rgba(0,0,0,.25);
        }

        .joinTheClub ol li input[type=checkbox]:checked + label:before {
            font-size: 19px;
            content: "\f00c";
            line-height: 21px;
        }


        /*Age you an Agent*/
        .areYouAnAgent ol {
            margin: 0px;
            list-style: none;
        }

        .areYouAnAgent ol li {
            font-size: 13px;
            line-height: 16px;
            position: relative;
        }

        .areYouAnAgent ol li label {
            cursor: pointer;
            font-size: 13px;
            position: relative;
            padding-left: 34px;
            margin-bottom: 0;
            display: inline-block;
        }


        .areYouAnAgent ol li:first-child input {
            color: #999;
        }

        .areYouAnAgent ol li:first-child label{
            color:  #29AAE1;
        }

        .areYouAnAgent ol li input[type="checkbox"] {
            display: none;
        }

        .areYouAnAgent ol li label:before {
            top: 50%;
            left: 2px;
            width: 23px;
            content: "";
            height: 20px;
            margin-top: -10px;
            border-radius: 4px;
            text-align: center;
            position: absolute;
            font-style: normal;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
            text-decoration: inherit;
            border: 1px solid #D2D4D5;
            background-color: #fff;
            transition: all 300ms linear;
            text-shadow: 0 1px 0 rgba(0,0,0,.15);
            -webkit-font-smoothing: antialiased;
            box-shadow: 0px 0px 1px rgba(0,0,0,.25);
            color: #999;
        }

        .areYouAnAgent ol li input[type=checkbox]:checked + label:before {
            font-size: 19px;
            content: "\f00c";
            line-height: 21px;
        }

        .showHide{
            display: none;
        }

/*========================New Log in Common Styles=============================*/
.divLayout {
    width: 100%;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

    .divLayout > div:not(.btnClose), .divLayout > div.LoginHeader {
        position: relative;
        margin-bottom: 20px;
    }

        .divLayout > div:after {
            clear: both;
            content: '';
            display: table;
        }

        .divLayout > div:last-child {
            clear: both;
            margin-bottom: 0 !important;
        }

div.LoginHeader:after, div.fancyContainer, div.fancyFooter {
    clear: both;
    content: '';
    display: table;
}

div.LoginHeader .h3, div.LoginHeader h3, .divPitle,
div.LoginHeader .h3, div.LoginHeader h3, .divTitle {
    margin: 0px;
    color: #4D4D4D;
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
    padding-right: 30px;
}

div.LoginHeader .h3, div.LoginHeader h3, .smalltitle {
    margin: 0px;
    color: #4D4D4D;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    padding-right: 30px;
}

.divPitle sup,
.divTitle sup {
    top: -0.56em;
}

div.LoginHeader table tr td:first-child {
    padding-right: 10px;
}

div.LoginHeader h3 img {
    height: 28px;
}

div.LoginHeader .indicate {
    padding-right: 40px;
}

div.fancy-row:after {
    clear: both;
    content: '';
    display: table;
}

div.fancy-row {
    width: 100%;
    margin-bottom: 4px;
}
/*========================Contact Module Styles=============================*/
.divContactModule {
    /* height: 440px; */
    position: relative;
    padding: 18px 20px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background-color: #F9F9F9;
}

div.divLayout .divContactModule {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: -55px;
    border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
}

.divContactModule h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}

.divContactModule > div > div {
    min-height: 21px;
    position: relative;
    margin-bottom: 9px;
}

.divContactModule > div.divGuestUser > div:first-child {
    margin-bottom: 14px;
}

.divContactModule > div hr {
    margin: 14px 0;
}

.divContactModule > div > div.div_hr {
    height: 4px;
    min-height: inherit;
}

.divContactModule > div div[rel="click here"] {
    cursor: pointer;
}

.divContactModule > div > div:last-child {
    margin-bottom: 0;
}

.divContactModule > div > div.h2 {
    font-size: 26px;
    overflow: hidden;
    margin-bottom: 8px;
    white-space: nowrap;
    font-weight: normal;
    text-overflow: ellipsis;
}

.divLayout .divContactModule > div > div.h2 {
    padding-right: 38px;
}

.divContactModule > div .muted {
    font-size: 12px;
}

.divContactModule .joinTheClub ol {
    margin-top: 0;
}

#dvToptitle {
    padding-bottom: 8px;
}

.contactRealtorList ul {
    margin: 0;
    list-style-type: none;
}

    .contactRealtorList ul li {
        height: 50px;
        position: relative;
        padding-left: 60px;
        margin-bottom: 10px;
    }

        .contactRealtorList ul li:only-of-child {
            margin-bottom: 0px;
        }

        .contactRealtorList ul li > div + div {
            clear: left;
            line-height: 16px;
            padding-right: 25px;
        }

.dvRealtorName, .dvRealtorTitle, .dvRealtorTradeName {
    cursor: pointer;
}

    .dvRealtorName > div {
        float: left;
    }

        .dvRealtorName > div a span, .dvRealtorTradeName small {
            max-width: 186px;
            overflow: hidden;
            white-space: nowrap;
            display: table-cell;
            text-overflow: ellipsis;
        }

            .dvRealtorName > div a span.hasOthers {
                max-width: 112px;
            }

.dvRealtorName > div a span {
    padding-right: 6px;
}

.contactRealtorList ul li .realtorPic {
    left: 0;
    cursor: pointer;
    position: absolute;
}

.realtorPic img {
    max-width: 50px;
    border-radius: 3px;
}

.moreRealtor {
    top: 0;
    right: 0;
    width: 24px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
}

    .moreRealtor .fas {
        color: #999;
        padding: 10px;
        line-height: 18px;
    }

    .moreRealtor.back {
        left: -10px;
        right: inherit;
    }

.contactRealtorList ul li > div + div.checkbox {
    top: 10px;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
}
/*-===============Dynamic Common Styled Form Container===================-*/
.dynamicText {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
}

div.dynamicText.singleText {
    margin-bottom: 10px;
}

.dynamicText > div {
    padding: 5px;
    min-height: 31px;
    border-bottom: 1px solid #E6E6E6;
}

.dynamicText div:last-child {
    border-bottom-width: 0;
}

.dynamicText input[type="text"], .dynamicText input[type="email"] {
    border: 0;
    width: 100%;
    min-height: 31px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.dynamicText select {
    width: 100%;
    padding: 5px 3px;
    box-sizing: border-box;
}

.dynamicText textarea {
    width: 100%;
    resize: none;
    height: 179px;
    font-size: 14px;
    border-width: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

    .dynamicText textarea.medium {
        height: 114px;
    }

    .dynamicText textarea.mini {
        height: 54px;
    }

    .dynamicText textarea.miniMsgBefore {
        height: 196px;
    }

    .dynamicText textarea.miniMsg {
        height: 30px;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.iti__country-list {
		right: -29px;
	}
}
.div_sendingAs {
    line-height: 15px;
}
.imgAdvertisement iframe {
	max-width: 100%;
}
/*div Footer Styles */
.CommonFooter {
    float: left;
    width: 100%;
    background-color: #f9f9f9;
}

.footer {
    color: #999;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 8px;
}

.footerLinks {
    width: 100%;
    margin: auto;
    text-align: center;
}

    .footerLinks:after {
        clear: both;
        content: '';
        display: table;
    }

.newFooter {
    clear: both;
    margin: auto;
    text-align: left;
    padding-top: 10px;
    position: relative;
    padding-bottom: 10px;
}

.footerBranding {
    color: #999;
    font-size: 11px;
}

    .footerBranding > div:last-of-type {
        text-align: left;
        padding-left: 16px;
    }

.newFooter .textCopyright {
    padding: 5px 0;
}

.footerLinks ul.inline {
    margin: auto;
    display: inline-block;
}

.footerLinks a {
    color: #999;
    font-size: 15px;
    line-height: 22px;
}

.dvPromotionFooter {
    padding-top: 42px;
    padding-bottom: 12px;
    background-color: #F9F9F9;
}

    .dvPromotionFooter .newFooter {
        padding-left: 226px;
    }

    .dvPromotionFooter .footerBranding {
        top: 10px;
    }

        .dvPromotionFooter .footerBranding:after {
            top: 0;
            width: 1px;
            content: '';
            right: -10px;
            height: 36px;
            position: absolute;
            background-color: #E4E4E4;
        }

    .dvPromotionFooter .textCopyright {
        font-size: 10px;
    }
/*=======================SlideCaption================*/
.SlideCaption {
    left: 0px;
    padding: 0;
    z-index: 99;
    width: 100%;
    font-size: 16px;
    text-align: left;
    min-height: 30px;
    position: absolute;
    line-height: 1.3em;
    top: 0 !important;
    background-color: rgba(0,0,0,0.5);
}

    .SlideCaption > div:first-of-type {
        margin: 0;
        height: 100%;
        padding: 10px;
        line-height: 21px;
        box-sizing: border-box;
        color: rgb(255, 255, 255);
    }

.mCR {
    width: 100%;
    float: right;
    height: 578px;
}

.dvPaging {
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 220;
    text-align: right;
    position: absolute;
    padding: 10px 8px 10px;
}

    .dvPaging > span {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 4px;
        border-radius: 50%;
        display: inline-block;
        background-color: #fff;
        vertical-align: text-top;
        border: 1px solid #fff;
    }

        .dvPaging > span:hover, .dvPaging > span.active {
            border-color: rgb(253,193,33);
            background-color: rgb(253,193,33);
        }

.badge {
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 3px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #0078A3;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.badgeGray {
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 3px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.badgeWhite {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 3px;
    white-space: nowrap;
    padding: 3px 4px 3px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.shadowLight {
    color: #9da0a4;
    padding: 10px 0;
    border-radius: 3px;
    background-color: #F9F9F9;
    border: 1px solid #CBD0D5;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .shadowLight:after {
        clear: both;
        content: "";
        display: table;
    }

.fancyBoxCloseButton {
    top: 0;
    right: 0;
    z-index: 121;
    cursor: pointer;
    text-align: right;
    position: absolute;
}

.condoGraybg {
    background-color: #F9F9F9;
}

.box {
    display: block;
    line-height: 19px;
    padding: 18px 15px 12px;
}

    .box ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .box div:only-of-type {
        color: #999;
        font-size: 13px;
        line-height: 18px;
    }

.roun3 {
    position: relative;
    border-radius: 3px;
}

.roun6 {
    position: relative;
    border-radius: 6px;
}

.roun8 {
    position: relative;
    border-radius: 8px;
}
/*========================Left Right Sreen Style ================*/
.leftCol, .leftColPublic, .rightCol, .rightColPublic, .midhalf, .leftquarter {
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: inline;
}

div.leftCol {
	width: 222px;
	position: absolute;
	background: #fff;
	padding-bottom: 15px;
}

div.leftColPublic {
    width: 222px;
    margin-left: 0;
    background: #fff;
    margin-right: 20px;
}

div.rightColPublic {
    width: 726px;
    margin-right: 0;
}

div.rightCol {
    width: 726px;
    display: inline;
}

.midhalf {
    float: left;
    width: 492px;
}

.leftquarter {
    float: left;
    width: 240px;
    display: inline;
    margin-right: 10px;
}

.rightquarter {
    float: right;
    display: inline;
    margin-left: 20px;
    width: 200px;
}

.righthalf {
    float: right;
    display: inline;
    width: 472px;
}
/*==========================================================
    Div Starat Commenting Section
===========================================================*/
.divStaratCommenting {
    position: relative;
    border-radius: 3px;
    border: 1px solid #E8E8E8;
}

.divStaratCommentingActive {
    position: relative;
    border-radius: 3px;
    border: 1px solid #29aae1;
}

.clearAll:after {
    clear: both;
    content: '';
    display: table;
}

.editStarReview {
    font-size: 11px;
    padding-left: 4px;
}

.divCommentArea {
    padding: 5px;
}

.divPostNow {
    padding: 10px;
    position: relative;
    background-color: #F8F8F8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #E8E8E8;
}

.dvReplyEditor .divButton {
    text-align: right;
}

.projectUtility h1, .projectUtility .subtitle, .projectUtility .h3 {
    font-weight: normal;
    font-family: 'PT Sans', Arial, sans-serif;
}

.projectUtility .subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}

    .projectUtility .subtitle a {
        color: #29AAE1;
    }

.dvProjectWithRating {
    margin-bottom: 8px;
}

    .dvProjectWithRating:after {
        content: '';
        clear: both;
        display: table;
    }

    .dvProjectWithRating > div, .dvProjectWithRating > h2, .rating {
        float: left;
    }

    .dvProjectWithRating .comment-rating {
        margin-right: 4px;
    }

.dvAvgStars .dvTotalStars {
    line-height: 28px;
}

.reviewTitleWithColor {
    font-size: 15px;
    color: #29AAE1;
}

.replyTitleWithColor {
    font-size: 15px;
    color: #29AAE1;
}

.reviewTitle {
    font-size: 15px;
}

.replyTitle {
    font-size: 15px;
}

.dvPostButton {
    text-align: right;
    margin: 10px 0 30px 0;
}
.divPagingContainer {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 21;
    padding: 10px;
    text-align: right;
    position: absolute;
}
.divPagingContainer img {
  cursor: pointer;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}
.divCommentArea textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0);
}

.divCommentList ul, .divCommentList ol {
    margin-left: 0px;
    list-style: none;
}

.divCommentList li {
    color: #999;
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

    .divCommentList li.hasReply {
        padding-bottom: 0;
    }

.divCommentList ol.olReplyContainer li {
    margin-bottom: 10px;
}

.divCommentList ol li {
    margin-bottom: 0;
    margin-top: 13px;
    padding-top: 13px;
    border-bottom-width: 0;
    border-top: 1px solid #e2e2e2;
}

.divCommentList li div.avatar {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #e2e2e2;
}

.divCommentList ol li div.avatar {
    top: 13px;
}

.divCommentList ul li:after {
    clear: both;
    content: '';
    display: table;
}

.divCommentList ul li > div:not(:first-child) {
    margin-bottom: 6px;
}

div.avatar img {
    width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

div.rating {
    color: #d2d4d5;
    cursor: pointer;
    font-size: 20px;
    line-height: 23px;
}

    div.rating i:not(.far) {
        color: #FEC228;
    }

.comment-rating {
    transition: none 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

div.comment-rating {
    color: #d2d4d5;
}

.dvBasedRating {
    font-size: 12px;
    font-family: 'PT Sans Bold', Arial, sans-serif;
}

.dvReviewContainer div.comment-rating {
    font-size: 18px;
}

div.comment-rating i:not(.far) {
    color: #FEC228;
}

.comment-text {
    font-size: 90%;
    color: #999999;
    word-wrap: break-word;
}

.postReviewMessage {
    top: 32px;
    left: 16px;
    bottom: 5px;
    display: none;
    position: absolute;
}

    .postReviewMessage small {
        color: red;
        font-size: 11px;
    }

.review-comments span {
    color: #4d4d4d;
}

.divButton button {
    padding-top: 6px;
    padding-bottom: 6px;
}

.border-top {
    clear: both;
    margin: 30px 0 0 0;
    border-top: 1px solid #E2E2E2;
}

.divtakeAction a {
    width: 75px;
    color: #29AAE1;
    font-size: 12px;
    line-height: 32px;
    padding-left: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
}

    .divtakeAction a:not(:last-child) {
        margin-right: 24px;
    }

    .divtakeAction a.approve {
        background-image: url("../images/_approve.jpg");
    }

    .divtakeAction a.approved {
        color: #96CB3D;
        background-image: url("../images/_approved.jpg");
    }

    .divtakeAction a.reject {
        background-image: url("../images/_reject.jpg");
    }

    .divtakeAction a.rejected {
        color: #ED666A;
        background-image: url("../images/_rejected.jpg");
    }

    .divtakeAction a.reply {
        background-image: url("../images/_reply.jpg");
    }

.divtakeAction > div {
    margin-bottom: 10px;
}

.divtakeAction textarea, .comment-text textarea {
    width: 100%;
    resize: none;
    box-sizing: border-box;
}

.divtakeAction > div.button {
    display: block;
    text-align: right;
    margin-bottom: 0;
}
/*Avg Star Review*/
.star-review-headtext {
    position: relative;
    padding-left: 60px;
    margin-bottom: 16px;
}

.star-review-post-area {
    position: relative;
    padding-left: 60px;
}

    .star-review-post-area > div.avatar {
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        border: 1px solid #e2e2e2;
    }

div.hasReviews > div, .dvAvgStars > div {
    display: inline-block;
}

.star-review-headtext .h2 {
    margin-bottom: 0;
}

.dvTotalStars {
    color: #4d4d4d;
    cursor: pointer;
}
/*=========================Inline Controls ==================*/
.inline-control:after {
    display: table;
    content: "";
    clear: both;
}

.inline-control .inline-left {
    float: left;
    width: 160px;
    text-align: right;
}

.inline-control .inline-right {
    margin-left: 180px;
}

    .inline-control .inline-right:first-child {
        *padding-left: 180px;
    }
/*=========================Inline Controls ==================*/
.inline-widget:after {
    content: "";
    clear: both;
    display: table;
}

.inline-widget {
    position: relative;
    padding-left: 72px;
}

    .inline-widget .inline-widget-left {
        left: 0;
        width: 60px;
        text-align: right;
        position: absolute;
    }
/*============Serch Deal UL Li =========*/
ul.condoNav {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    ul.condoNav li a {
        cursor: pointer;
        display: block;
        color: #4d4d4d;
        font-size: 14px;
        margin: 0 0 -1px;
        padding: 13px 14px;
        background-color: #F9F9F9;
        border: 1px solid #CBD0D5;
        text-transform: capitalize;
        transition: all 300ms linear;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
    }

        ul.condoNav li a:focus, ul.condoNav li a:hover {
            color: #333;
            text-decoration: none;
        }

    ul.condoNav li.active a, ul.condoNav li.active a:hover {
        color: #fff;
        background-color: #0078A3;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    }

    ul.condoNav li:first-child > a {
        border-radius: 3px 3px 0 0;
    }

    ul.condoNav li:last-child > a {
        margin-bottom: 0px;
        border-radius: 0 0 3px 3px;
    }

ul.tabs {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

    ul.tabs:after {
        content: '';
        clear: both;
        display: table;
    }

    ul.tabs > li {
        float: left;
    }

        ul.tabs > li a {
            color: #4d4d4d;
            display: block;
            cursor: pointer;
            font-size: 13px;
            margin-left: -1px;
            line-height: 21px;
            text-align: center;
            position: relative;
            padding: 12px 10px;
            font-weight: normal;
            text-decoration: none;
            background-color: #F9F9F9;
            border: 1px solid #E6E6E6;
            border-radius: 12px 12px 0 0;
            font-family: 'PT Sans', Arial, sans-serif;
        }

        ul.tabs > li:first-child a {
            margin-left: 0;
        }

        ul.tabs > li.active a {
            background-color: #fff;
            border-bottom: 1px solid #fff;
        }

            ul.tabs > li.active a:after {
                left: 0;
                width: 100%;
                height: 1px;
                content: '';
                bottom: -1px;
                position: absolute;
                background-color: rgb(255, 255, 255);
            }

.revokeEmail {
    font-size: 15px;
    color: #4d4d4d;
}

.customSpinner ,.customSpinnerFirst{
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    z-index: 1104;
    cursor: pointer;
    position: fixed;
    transform: translate(-50%, -50%);
    margin-top: -20px;
    border-radius: 3px;
    background: rgba(0,0,0,0.6);
    display: flex;
}

.customLoading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    margin: auto;
    opacity: .7;
    padding: 0;
    width: 50px;
    z-index: 99999;
    box-sizing: border-box;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
/*==============List Container Inline Styles============================= */
.divlistContainer {
    padding: 20px;
}

.divlistNumber {
    float: left;
}

    .divlistNumber div > strong:only-of-type {
        color: #fff;
        font-size: 13px;
        padding: 10px 14px;
        display: block;
        border-radius: 100%;
        background-color: #82BAC9;
    }

.divListContent {
    margin-left: 50px;
    color: #999;
}

.divhowtoContainer {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .divhowtoContainer > div:not(:last-child) {
        margin-bottom: 8px;
    }

div.instruction div.muted {
    line-height: 24px;
}

table.hr tr td hr {
    height: 1px;
    margin-top: 10px;
    background: #fff;
    margin-bottom: 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

table.hr tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*================Suite Confirmation============*/
div.roundedTopper {
    z-index: 1;
    position: relative;
    border-radius: 3px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 12px 15px 12px 25px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.roundedTopper p {
    margin: 0;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: normal;
}

div.roundedBottom {
    padding: 12px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: -1px 10px auto 10px;
    border-radius: 0 0 3px 3px;
}
/*Side Bar Widget Styles*/
.widgetHeader {
    position: relative;
    padding: 15px 15px 10px;
    background-color: #006D97;
    border-radius: 3px 3px 0 0;
}

.widgetContainer {
    padding: 10px 15px;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 0 0 3px 3px;
}
/*Div Search Box Start Here*/
[class^="search-bar-"],
[class*=" search-bar-"] {
    z-index: 1;
    font-size: 15px;
    margin-top: 8px;
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #CBD0D5;
}
.div-search-content {
   display:flex;
}
.search-list-count {
    display: flex;
    justify-content: center; 
    align-items: center;
    padding-left: 35px;
}
.search-icon {
    position: relative;
    padding-right: 30px;
}

    .search-icon:after {
        top: 4px;
        right: 4px;
        color: #999;
        font-size: 20px;
        content: "\f002";
        font-style: normal;
        position: absolute;
        font-weight: normal;
        font-family: FontAwesome;
    }

    .search-icon > div {
        height: 30px;
        box-sizing: border-box;
        padding: 4px 4px 4px 8px;
    }

[class^="search-bar-"] span#spnSearch,
[class*=" search-bar-"] span#spnSearch {
    width: 84%;
    padding: 2px;
    color: #999;
    font-size: 16px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 18px;
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
}

[class^="search-bar-"] input#txtSearch,
[class*=" search-bar-"] input#txtSearch {
    width: 100%;
    height: 20px;
    padding: 0;
    outline: none;
    color: #4D4D4D;
    font-size: 15px;
    border-width: 0;
    line-height: 20px;
    margin-bottom: 0px;
    box-sizing: border-box;
    appearance: none;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-text-size-adjust: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

span#spnSearch::selection {
    color: #999;
    background: #fff;
}
/*New Search Box*/
.search-box {
    z-index: 1;
    width: 222px;
    font-size: 15px;
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #CBD0D5;
    background-color: rgb(255, 255, 255);
}

    .search-box > div {
        position: relative;
    }

        .search-box > div:after {
            top: 5px;
            right: 4px;
            color: #999;
            font-size: 20px;
            content: "\f002";
            font-style: normal;
            position: absolute;
            font-weight: normal;
            font-family: FontAwesome;
        }

        .search-box > div > div {
            width: 100%;
            padding: 4px 30px 4px 10px;
        }

    .search-box .placeholder {
        top: 5px;
        width: 90%;
        left: 10px;
        padding: 0;
        font-size: 15px;
        overflow: hidden;
        line-height: 21px;
        position: absolute;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 40px);
        color: rgb(153, 153, 153);
    }

    .search-box input[type="text"] {
        width: 100%;
        height: 100%;
        padding: 0;
        outline: none;
        font-size: 15px;
        border-width: 0;
        line-height: 21px;
        margin-bottom: 0px;
        color: rgb(77, 77, 77);
        appearance: none;
        background-color: rgba(0, 0, 0, 0);
    }
/*+=============searchbox-button===========+*/
div.searchbox-button {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding-right: 66px;
    box-sizing: border-box;
}

.searchtext-placeholder {
    top: 17px;
    left: 16px;
    z-index: 11;
    font-size: 16px;
    position: absolute;
    color: rgb(140, 140, 140);
}

[class^="searchbox-button"] input[type="text"] {
    margin: 0;
    z-index: 0;
    width: 100%;
    padding: 15px;
    line-height: 21px;
    position: relative;
    padding-right: 0;
    display: table-cell;
    color: rgb(77, 77, 77);
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px 0 0 3px;
    border-top: 1px solid rgb(230, 230, 230);
    border-left: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    border-right-width: 0;
}

.input-group-btn {
    top: 0;
    right: 0;
    position: absolute;
    white-space: nowrap;
    vertical-align: middle;
}

[class^="searchbox-button"] input[type="button"] {
    z-index: 1;
    margin: 0;
    padding: 15px;
    color: #4D4D4D;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
}
/*====================================================================
            Rowfixer CSS styles
=====================================================================*/
.rowfixer {
    left: 0;
    top: 45px;
    width: 100%;
    z-index: 100;
    height: 45px;
    position: sticky;
	top: 45px;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

    .rowfixer:after {
        clear: both;
        content: '';
        display: table;
    }

    .rowfixer > div.row {
        position: relative;
        padding-left: 270px;
    }

        .rowfixer > div.row > div.col3 {
            left: 0;
            position: absolute;
        }

        .rowfixer > div.row > div.col9 {
            width: 100%;
            margin: 0;
            box-sizing: border-box;
        }

.mapContainer {
    z-index: 0;
    top: 88px;
    float: left;
    width: 628px;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    overflow: hidden;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.map-row-fixer {
    padding-left: 0 !important;
}

    .map-row-fixer .col9 {
        margin: 0;
    }

.dvListContainer {
    z-index: 11;
    position: relative;
    background-color: #fff;
}
/*===========================bread crumb Start=====================================*/
.dvBreadCrumb:after, .breadcrumb:after {
    content: '';
    clear: both;
    display: table;
}

.breadcrumb {
    padding: 0;
    font-size: 12px;
    list-style: none;
    border-width: 1px;
    margin-left: 0;
    position: relative;
    border-style: solid;
    border-color: #F6FAFB;
    border-top-width: 0px;
    text-transform: uppercase;
    background-color: #EDF4F7;
    background-repeat: repeat-x;
    border-top: 0px none transparent;
    box-shadow: inset 0 1px 0 #fff;
    background-image: linear-gradient(to bottom, #F2F2F2, #EDF4F7);
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li:first-child {
            margin-left: 5px;
        }

        .breadcrumb li a {
            padding: 0 4px;
            display: block;
            line-height: 26px;
            font-weight: normal;
            text-decoration: none;
            color: rgb(41, 170, 225);
        }

    .breadcrumb .divider {
        color: #999;
        display: block;
        padding: 0 2px;
        line-height: 26px;
        font-weight: normal;
        text-decoration: none;
    }

    .breadcrumb li.active span {
        display: block;
        line-height: 26px;
        padding-left: 5px;
        white-space: nowrap;
        text-decoration: none;
        letter-spacing: 0.15px;
        color: rgb(153, 153, 153);
    }
/*BreadCrumb Edit Links Styles*/
.linkEdit a {
    display: inline;
    background-color: #FCB414;
}

li.linkRight {
    float: right;
}

    li.linkRight a {
        color: #4d4d4e;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #FCB414;
    }
/*Fancy Wrapper*/
.fancy-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

/*US15932 Inline Html Fancybox */
.fancybox-slide--html .fancybox-content {
    width: auto !important;
    height: auto !important;
    padding: 30px;
    min-width: 320px;
    border-radius: 3px;
}

.fancybox-slide--html #divConfirmPopup.fancybox-content {
    width: 320px !important;
}

.fancybox-slide--html .fancybox-close-small {
    display: none;
}

.fancybox-container.spinner-wrapper .fancybox-bg {
    display: none;
}

.fancybox-slide--html .fancybox-content.spinner {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 3px;
    min-width:  0 !important;
}

.fancybox-slide--html .fancybox-content .LoginHeader + .muted + div {
    margin-bottom: 0;
}

.fancybox-slide--iframe {
    padding: 6px !important;
}

.fancybox-slide--iframe .fancybox-content {
    overflow: visible !important;
    max-width: calc(100% - 60px);
}

.fancybox--fill.fancybox-slide--iframe .fancybox-content {
	max-width: calc(100% - 10px);
}
/*----End */


/*Search Box Wrapper Styles End here */
.divGapFixer {
    top: 45px;
    z-index: 99;
    height: 10px;
    width: 978px;
    position: fixed;
    background-color: #fff;
}

.textCopyright {
    color: #999;
    font-size: 10px;
    padding: 10px 0;
    font-weight: normal;
}

.regularLinks a:link {
    color: inherit;
    font-size: inherit;
}

.divAreYouInterested {
    line-height: 24px;
    text-align: center;
    margin-bottom: 28px;
}

    .divAreYouInterested div {
        font-size: 18px;
    }

    .divAreYouInterested p {
        color: #8C8C8C;
    }

.divGuestFooter {
    background: #F3F3F3;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(#f3f3f3,#fff);
}

.notamemberFooter {
    color: #999;
    padding: 25px;
}

.address, .txtblue {
    color: #29AAE1 !important;
}

.pointer {
    cursor: pointer;
}

.socialsite {
    float: right;
    margin-top: 5px;
}

@media all {
    div.layout_hd_device {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    div.divDollarWrapper {
        padding: 0;
        position: relative;
    }

        div.divDollarWrapper > div {
            color: #989898;
            font-size: 13px;
        }

            div.divDollarWrapper > div:not(:last-child) {
                margin-bottom: 14px;
            }

        div.divDollarWrapper hr {
            margin: 12px 0;
            border-top-color: #E4E4E4;
        }

        div.divDollarWrapper > div p {
            line-height: 26px;
        }

            div.divDollarWrapper > div p.text {
                font-size: 17px;
            }

        div.divDollarWrapper > div:after {
            clear: both;
            content: '';
            display: table;
        }

        div.divDollarWrapper div span, div.divDollarWrapper div strong {
            color: #404041;
        }

        div.divDollarWrapper div strong {
            font-size: 18px;
        }

        div.divDollarWrapper h1, div.divDollarWrapper div strong {
            font-weight: 600;
        }

        div.divDollarWrapper h1 {
            line-height: 32px;
        }

    div.divFolloworLike ul {
        text-align: center;
        margin: 0 auto;
    }

        div.divFolloworLike ul li {
            margin-top: 10px;
            margin-bottom: 10px;
            display: inline-block;
        }

            div.divFolloworLike ul li:not(:last-child) {
                margin-right: 21px;
            }

            div.divFolloworLike ul li a {
                width: 70px;
                height: 70px;
                display: block;
                box-sizing: border-box;
                background-position: center;
                background-repeat: no-repeat;
            }

    .divFromSocial .boxes a span {
        display: block;
        color: #8C8C8C;
        line-height: 24px;
        margin-bottom: 8px;
    }

    div.divSociallike {
        padding-top: 8px;
        margin-bottom: 11px;
    }

        div.divSociallike ul {
            text-align: center;
        }

            div.divSociallike ul li {
                margin-left: 9px;
                margin-right: 9px;
                display: inline-block;
            }

                div.divSociallike ul li a {
                    width: 56px;
                    height: 56px;
                    color: white;
                    display: inline-block;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-color: rgba(0,0,0,0);
                }

                    div.divSociallike ul li a i {
                        font-size: 40px;
                        line-height: 56px;
                    }

                        div.divSociallike ul li a i:before {
                            width: 56px;
                            height: 56px;
                            border-radius: 50%;
                            display: inline-block;
                            background-color: rgb(11,122,168);
                        }

    div.divTabularData {
        width: 100%;
        display: table;
    }

        div.divTabularData > div {
            color: #555;
            font-size: 12px;
            padding-left: 16px;
        }

            div.divTabularData > div:first-child {
                padding-left: 0;
                text-align: left;
            }

    div#scroller {
        display: inline;
    }

        div#scroller ul {
            margin: 0;
            padding: 0;
            display: inline;
        }

            div#scroller ul li {
                display: inline;
            }

                div#scroller ul li img {
                    border-right: 1px solid gray;
                    padding-right: 2px;
                    vertical-align: middle;
                }

    .msgWrapper {
        padding: 40px 20px;
        background-color: rgb(255, 255, 255);
    }

    .msgInner {
        color: #999;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
    }
    #txtAreaEmail{
        max-height: calc(100vh - 600px) !important;
    }
}

@media screen and (max-width: 1500px) {

    .promotion-special-heading > *:not(i) {
		margin: auto;
    }
}

@media only screen and (min-width : 768px) {
    #txtAreaEmail{
      min-height: 230px !important;
    }
    .divtoggler {
        display: none;
    }

    .dvTopMenu > .divDropdown {
        top: 0px;
        right: 10px;
        position: absolute;
    }

    .divDropdown > ul {
        float: right;
    }

        .divDropdown > ul > li > a {
            padding-left: 17px;
            padding-right: 18px;
        }

            .divDropdown > ul > li > a > i.fas,
            .divDropdown > ul > li > a > i.fa {
                display: none;
            }

        .divDropdown > ul > li > a > i.fas,
        .divDropdown > ul > li > a > i.fa {
            display: none;
        }

    ul li.hasChild > div {
        width: 278px;
        overflow: hidden;
        border: 1px solid rgba(153, 153, 153, 0.8);
    }

    .divDropdown ul li.hasChild > a > span.triangle {
        right: 50%;
        z-index: 40;
        width: 22px;
        content: '';
        height: 12px;
        bottom: -11px;
        display: none;
        position: absolute;
        margin-right: -11px;
        background-repeat: no-repeat;
        background-position: top center;
        background-color: rgba(0,0,0,0);
    }

    .divDropdown ul li.lnkback {
        display: none;
    }

        .divDropdown ul li.lnkback + li > a {
            border-top-width: 0px;
        }

    .divDropdown > ul > li:last-child {
        display: none;
    }

    .divDropdown > ul > li.profiler ul li {
        font-size: 14px;
    }

    .divDropdown > ul > li.hasChild > div {
        top: 55px;
        border-radius: 3px;
        margin: 0px 0px 0px;
        box-sizing: border-box;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    }

    .divDropdown > ul > li.profiler > div {
        right: 0px;
        width: 238px;
        border-color: rgba(153, 153, 153, 0.8);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    }

    .divDropdown > ul > li {
        float: left;
    }

    .divDropdown ul li {
        position: relative;
    }

        .divDropdown ul li.Prevli > a {
            border-bottom-width: 0;
        }

    .divDropdown > ul > li.profiler > a {
        margin-right: 0;
        padding-right: 0;
    }

    .viewing-as > div.first {
        color: rgb(153, 153, 153);
        padding: 3px 10px 3px 20px;
    }

    .divDropdown li.view-as-mobile {
        display: none;
    }
    /*Project Preview page common styles for min 768px wider screen*/
    .projectUtilityInit {
        height: 124px;
        overflow: hidden;
    }

    .follshare, .dvfollshareProject .dvAvgStars {
        float: left;
    }

    .dvfollshareProject .dvAvgStars {
        margin-left: 10px;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    div.fixedColumLeft > div.row {
        padding-left: 222px;
    }

    .dvListContainer {
        min-height: 548px;
    }

    div.dvMasterWrapper:first-child div.textContent {
        padding-top: 21px;
    }

    .imgContent, .textContent {
        width: 50%;
        display: table-cell;
    }

    ul.inline-items li {
        margin-right: 10px;
    }

        ul.inline-items li:last-child {
            margin-left: 5px;
            margin-right: 0;
        }

    .fixedColumLeft > div.row > div.col3 {
        left: 0;
        position: absolute;
    }

    .divCommentList ul li > div label {
        margin-bottom: 0;
        padding-right: 6px;
        display: inline-block;
    }

    .newFooter {
        padding-left: 300px; /*SSD 200*/
    }

    .footer ul.social li:first-child a {
        margin-left: 15px;
    }

    .footerBranding {
        left: 80px;
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    .show-desktop {
        display: none;
    }
    .dvReports .container {
        width: 100% !important;
    }
    .divHomeBrandingNav div.topler {
        top: 0;
        left: 0;
        width: 100%;
        height: 45px;
        padding: 12px;
        display: block;
        position: absolute;
        background-color: rgb(0, 120, 163);
    }

    .divtoggler a.toogle {
        top: 5px;
        right: 10px;
        width: 25px;
        height: 28px;
        display: block;
        line-height: 45px;
        font-weight: bold;
        position: absolute;
        color: rgb(255, 255, 255);
        background-repeat: no-repeat;
        background-position: center right;
        background-color: rgba(0, 0, 0, 0);
    }

    .divDropdown {
        left: 0;
        top: 45px;
        width: 100%;
        z-index: 4911;
        overflow: hidden;
        position: absolute;
    }

        .divDropdown ul {
            position: relative;
        }

    ul li.hasChild > div {
        top: 0;
        left: 100%;
        width: 100%;
    }

    ul li.hasChild ul:after, .PageSubTitle br {
        display: none;
    }

    .divDropdown > ul > li > a, .divDropdown > ul > li > div.ico_cursor {
        margin-left: 10px;
        margin-right: 10px;
    }

    .divDropdown > ul > li.profiler > a {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .divDropdown ul ul li:last-child a.back:before {
        display: none;
    }

    .divDropdown li.view-as {
        display: none;
    }

        .divDropdown li.view-as ~ li > a {
            border-top-width: 0;
        }


    .ico_cursor {
        cursor: pointer;
        line-height: 26px;
        padding: 20px 14px;
        background: url("/images/splasher_arrow_gray.png") no-repeat center 12px transparent;
    }

    .divBreadCrumb, .dvBreadCrumb {
        display: none;
    }

    div.row-fluid div.block {
        margin-left: 0;
        width: inherit;
    }

    div.dvMasterWrapper div.Left {
        padding-right: 1em;
        margin-bottom: 36px;
    }

    div.dvMasterWrapper div.Right {
        padding-left: 1em;
    }

    .footerBranding {
        width: 164px;
        margin: auto;
    }


    .footerLinks ul.inline {
        display: table;
    }

    .footer ul.inline li {
        float: none;
        display: inline-table;
    }

    .footerLinks ul.inline:after {
        clear: both;
        content: '';
        display: table;
    }
    /*Non Responsive Table*/
    .noneResponsiveTable table {
        display: table;
    }

        .noneResponsiveTable table thead, .noneResponsiveTable table tbody, .noneResponsiveTable table tfoot {
            display: table-row-group;
        }

        .noneResponsiveTable table tr {
            display: table-row;
        }

        .noneResponsiveTable table th, .noneResponsiveTable table td {
            display: table-cell;
        }

    .no-navbar .leftCol {
        top: 0;
    }

    #dvPreviewHeader .socialsite, #dvPreviewHeader .follshare {
        display: none;
    }
}

@media all and (min-width: 521px) {
    .socialsite ul li:last-child {
        float: right;
    }
}

@media all and (min-width: 521px) and (max-width: 767px) {
    .row-fluid.dvfollshareProject div.block {
        width: 50%;
    }
}

@media screen and (max-width: 520px) {
    .dvfollshareProject div.block:first-child {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 641px) {
    div.divTabularData > div {
        display: table-cell;
        vertical-align: middle;
    }

    .dvPaging > span {
        width: 15px;
        height: 15px;
    }

    .slideshowContainer {
        height: 437px;
    }
}

@media screen and (max-width: 640px) {
    div.divTabularData > div {
        margin-top: 16px;
    }

    div.gridTable {
        padding-left: 1px;
        padding-right: 1px;
    }

    div.divSociallike ul li {
        margin-bottom: 16px;
    }

    .dvPaging > span {
        width: 12px;
        height: 12px;
        margin-top: 8px;
    }

    .textCopyright {
        line-height: 21px;
    }

        .textCopyright > div:last-child {
            margin-bottom: 10px;
        }
}

@media screen and (max-width: 480px) {

    .promotion-special-anchored {
        max-width: 110px;
        font-size: 10px;
    }

    .promotion-special-anchored img {
        width: 30px !important;
        height: 30px !important;
        margin-top: 7px;
    }
    
    div[class*="col"] {
        margin: 0;
        float: left;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .divContactModule {
        padding: 18px;
    }

    #dvJoinClub .inline-control {
        margin-top: 4px;
    }

        #dvJoinClub .inline-control .inline-left {
            width: 90%;
            text-align: left;
        }

            #dvJoinClub .inline-control .inline-left small {
                color: #999;
                line-height: 16px;
            }

        #dvJoinClub .inline-control .inline-right {
            margin-left: 80%;
        }

    .imgMidsize {
        max-width: 470px;
    }

    .textCopyright {
        font-size: 11px;
    }

    ul.inline:not(.social) li a {
        margin-left: 4px;
        margin-right: 4px;
        padding-left: 5px;
        padding-right: 5px;
    }

    div.gridTable .tableDynamic th, div.gridTable .tblSingleRow th {
        display: none;
    }

    .tableDynamic td {
        border-left: 1px solid #E4E4E4;
    }

    .gridTable table input[type="text"], .gridTable table input[type="email"], .gridTable table input[type="password"] {
        width: 100%;
        background-color: #fff;
        border: 0 solid transparent;
    }

    div.gridTable .tblSingleRow td {
        border-radius: 3px;
        border-left: 1px solid #E4E4E4;
    }
}
@media screen and (max-width: 425px) {
    .search-box > div:after {
        top: 4px;
    }
}
@media screen and (max-width: 380px) {
    div.divFolloworLike ul li:nth-child(3n+3) {
        margin-right: 0;
    }
}

tr th.dvFirmDate-table-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.editableModel input[type="checkbox"] {
    visibility: visible;
    width: 17px;
    height: 17px;
    position: initial;
    margin-right: 3px;
    margin-bottom: 1px;
}

#lifacebook {
    width: 60px;
    overflow: hidden;
}

.device-show {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
	.promotion-special-anchored[id=specPromotionAdMinTxt] {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .promotion-special-anchored[id=specPromotionAdMin] {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (orientation : portrait) {
    .device-show {
        display: block !important;
    }

    .device-hide {
        display: none !important;
    }
}
/* Learger Screen then 1024px----------- */
@media only screen and (max-width : 768px) {
    .device-show {
        display: block !important;
    }

    .device-hide {
        display: none !important;
    }
}

.divStreetviewMap {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-mask-position: 0;
    -webkit-mask-size: 642px 350px;
    -webkit-mask-image: url('/images/mask-image-642x350-rounded.png');
}

#pano {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 320px){
    .promotion-special-anchored {
        display: none;
    }
}

@media only screen and (max-width: 319px){
    .divSearchTextContainer {
        top: 75px !important;
    }
}
@media only screen and (max-width: 374px){
    .divSearchTextContainer {
        top: 75px !important;
    }
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
a[href]
{
    text-decoration:none;
}
.btn {
    color: #4d4d4e;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    padding: 4px 14px;
    border-width: 1px;
    line-height: 20px;
    border-radius: 3px;
    text-align: center;
    font-weight: normal;
    border-style: solid;
    display: inline-block;
    vertical-align: baseline;
    background-repeat: repeat-x;
    border-color: rgb(208, 212, 216);
    background-color: rgb(213, 207, 203);
    box-shadow: 0 1px 5px rgb(213, 207, 203);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-image: linear-gradient(to bottom, rgb(213, 207, 203), rgb(213, 207, 203));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:focus
{
    outline-offset: -2px;
    outline: thin none rgba(0, 0, 0, 0);
    outline: 0px auto -webkit-focus-ring-color;
}
.DoubleLine
{
    zoom: 1;
    width: 90px;
    color: #4d4d4d;
    *display:inline;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 0;
    padding: 2px 10px;
    line-height: 16px;
    text-align: center;
    display:inline-block;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    vertical-align: baseline;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    white-space: normal !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
input.condoYellow[type="submit"]:focus, button.condoYellow[type="submit"]:focus {
    border-color: #FCB414;
    background-color: rgb(244, 166, 12);
    box-shadow: 0 0px 1px #d3d3d3, inset 0 1px 0 #FCB414;
    background: linear-gradient(to bottom, rgb(252, 180, 20) 0%, rgb(252, 180, 20) 100%);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #e6e6e6;
}

.btn-large {
  font-size: 16px;
  padding: 9px 14px;
  line-height: normal;
}

.btn-large [class^="icon-"] {
  margin-top: 2px;
}

.btn-small {
  font-size: 12px;
  padding: 3px 9px;
  line-height: 18px;
}

.btn-small [class^="icon-"] {
  margin-top: 0;
}

.btn-mini {
  font-size: 11px;
  padding: 2px 6px;
  line-height: 17px;
}

.btn-block {
  width: 100%;
  display: block;
  text-align:center;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
    color: #4d4d4e;
    border-width: 1px;
    border-style: solid;
}

.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.divInlinebutton:after
{
    content:'';
    clear: both;
    display: table;
    }
.divInlinebutton
{
    text-align: center;
    }
.divInlinebutton .btn
{
    vertical-align: middle;
    display: inline-block;
    }
.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    border-top-color: #bd362f;
    *background-color: #bd362f;
    border-left-color: #bd362f;
    background-repeat: repeat-x;
    border-right-color: #bd362f;
    border-bottom-color: #802420;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25;
}
.btn-deals {
    background-color:#D5D2CB;
    background-repeat: repeat;
    background-attachment: scroll;
    border-color: rgb(213, 210, 203);
    background-image: linear-gradient(#D5D2CB,#D5D2CB);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-deals:active,
.btn-deals.active {
  background-color: #D5D2CB;
}
.btnBlue
{
    color: White;
    background: #117aa7;
    text-shadow: 0px 0px rgba(0,0,0,0);
    background: linear-gradient(top,#117aa7 0%,#171aa7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#117aa7),to(#171aa7));
}
.dealsTiny
{
    font-size: 17px;
    min-width: 42px;
    padding: 8px 7px;
    line-height: 22px;
    font-weight: normal;
    white-space: nowrap;
}
.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
    border-top-color: #51a351;
    border-left-color: #51a351;
    background-repeat: repeat-x;
    border-right-color: #51a351;
    border-bottom-color: #387038;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
    color: #ffffff;
    background-color: #49afcd;
    border-top-color: #2f96b4;
    *background-color: #2f96b4;
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    background-repeat: repeat-x;
    border-bottom-color: #1f6377;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-promo
{
    color:#fff;
    font-size:13px;
    cursor:pointer;
    border-width:1px;
    line-height: 23px;
    font-weight:normal;
    border-style:solid;
    background:#0078A3;
    white-space:nowrap;
    border-radius: 3px;
    display:inline-block;
    border-color:#1b5480;
    vertical-align:middle;
    box-sizing:border-box;
    display:-moz-inline-box;
    -moz-box-orient:vertical;
    background-color:#0078A3;
    -moz-box-sizing:border-box;
    text-decoration:none !important;
    text-shadow:0 1px 1px rgba(0,0,0,0.35);
}
.promo-medium
{
    padding:12px 40px;
}
.promo-white
{
    color:#4d4d4d;
    cursor:pointer;
    font-size:13px;
    border-width:1px;
    line-height:23px;
    border-radius: 3px;
    white-space:nowrap;
    border-style:solid;
    border-color:#ebebeb;
    display:inline-block;
    background-image:none;
    box-sizing:border-box;
    vertical-align:middle;
    display:-moz-inline-box;
    -moz-box-orient:vertical;
    background-color:#f9f9f9;
    -moz-box-sizing:border-box;
    text-decoration:none !important;
    text-shadow:0 1px 1px rgba(0,0,0,0.35);
    box-shadow:inset 0px 1px 2px 1px rgba(0,0,0,0.03);
}

.btn-delete
{
    color:White;
    border-width:1px;
    padding:1em 1.8em;
    background:#D4503F;
    border-style:solid;
    border-radius: 3px;
    border-color: #971D25 !important;
    text-shadow: 0 -1px 0 rgba(10, 58, 39, 0.25);
    background-image:linear-gradient(top, #DB6066 0%,#CA373F 100%);
}
.btn-inverse {
    color: #ffffff;
    background:#252525;
    border-top-color: #696969;
    border-left-color: #252525;
    border-right-color: #252525;
    border-bottom-color: #696969;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image:linear-gradient(top, #696969 0%,#363636 95%,#313131 97%,#252525 100%);
    background-image:-o-linear-gradient(top, #696969 0%,#363636 95%,#313131 97%,#252525 100%);
    background-image:-moz-linear-gradient(top, #696969 0%,#363636 95%,#313131 97%,#252525 100%);
    background-image:-webkit-linear-gradient(top, #696969 0%,#363636 95%,#313131 97%,#252525 100%);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #696969), color-stop(95%, #363636), color-stop(97%, #313131), color-stop(100%, #252525));
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

.btn-diverse {
    color: #4d4d4d;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fecc5f;
    *background-color: #fecc5f;
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#ffd054,0),color-stop(#e7b422,1));
    background:-webkit-linear-gradient(top, #ffd054 0%, #e7b422 100%);
    background:-moz-linear-gradient(top, #ffd054 0%, #e7b422 100%);
    background:-o-linear-gradient(top, #ffd054 0%, #e7b422 100%);
    background:linear-gradient(top, #ffd054 0%, #e7b422 100%);
    border-style:solid;
    border-width:1px;
    border-left-color: #000;
    border-right-color: #000;
    border-top-color: #000;
    border-bottom-color: #000;
}

.btn-diverse:active,
.btn-diverse.active {
    background-color: #e7b422 \9;
}

input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical .btn:first-child {
          border-radius: 3px 3px 0 0;
}

.btn-group-vertical .btn:last-child {
    border-radius: 0 0 3px 3px;
}

.btn-group-vertical .btn-large:first-child {
          border-radius: 3px 3px 0 0;
}

.btn-group-vertical .btn-large:last-child {
    border-radius: 0 0 3px 3px;
}

.alert {
  color: #c09853;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert h4 {
  margin: 0;
}

.alert .close {
  top: -2px;
  right: -21px;
  line-height: 20px;
  position: relative;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.btnGrp-sideNav > div.condoGroup
{
  	font-size: 14px;
	line-height:24px;
	border:1px solid #DCDCDC;
	text-transform:capitalize; 
    background: rgb(238,239,240);
	padding: 12px 18px 12px 17px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(244,244,244) 50%, rgb(244,244,244) 53%, rgb(239,239,239) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(50%,rgb(244,244,244)), color-stop(53%,rgb(244,244,244)), color-stop(100%,rgb(239,239,239))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(244,244,244) 50%,rgb(244,244,244) 53%,rgb(239,239,239) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(244,244,244) 50%,rgb(244,244,244) 53%,rgb(239,239,239) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(244,244,244) 50%,rgb(244,244,244) 53%,rgb(239,239,239) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(244,244,244) 50%,rgb(244,244,244) 53%,rgb(239,239,239) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe8e1', endColorstr='#d7d2cc',GradientType=0 ); /* IE6-8 */
	vertical-align:bottom;
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    .btnGrp-sideNav
    {
        margin-left:5px;
    }
 
   .btnGrp-sideNav > div.condoGroup {
        padding: 12px 19px 12px 19px;
    }
    .btnGrp-sideNav > div.condoGroup:nth-child(2n+1), .btnGrp-sideNav > div.condoGroup:nth-child(2n+2)
    {
        margin-left:-5px;
    }
}

.btnGrp-sideNav > .btn:first-child
{
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
}
.btnGrp-sideNav > .btn:last-child
{
      border-radius: 3px !important;
}
.condoGroup
{
    font-size: 13px;
    line-height:21px;
    padding: 9px 13px;
    border-radius: 3px;
    background-color:#ebe8e1;
    border:1px solid #9c9b97;
    text-transform:uppercase; 
	background:-webkit-gradient(linear,left top,left bottom,color-stop(#ebe8e1,0),color-stop(#d7d2cc,1));
    background:-webkit-linear-gradient(top, #ebe8e1 0%, #d7d2cc 100%);
    background:-moz-linear-gradient(top, #ebe8e1 0%, #d7d2cc 100%);
    background:-o-linear-gradient(top, #ebe8e1 0%, #d7d2cc 100%);
    background:linear-gradient(top, #ebe8e1 0%, #d7d2cc 100%);
    -pie-background: linear-gradient(#ebe8e1, #d7d2cc);   
}
.condoGray
{
	color: #4d4d4d;
  	line-height:21px;
    padding: 9px 13px;
    border-radius: 3px;
	background: #F9F8F7;
	border:1px solid #CCCCCC;
    background:linear-gradient(#EBE8E1, #F9F8F7);
}
/* @group Buttons */
.button-block
{
    margin: 0;
}
button {
    border-width: 1px;
    border-style: solid;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.button {
    color: #4d4d4e;
	font-size: 13px;
    border-width: 1px;
	text-align: center;
    border-style: solid;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	padding: 2px 14px 2px 14px;
	font-family: 'PT Sans', Arial, sans-serif;
}
.button:focus
{
    outline: thin none;
    outline-offset: -2px;
    outline: 0px auto -webkit-focus-ring-color;
    }
.button.small
{
	font-size: .75em;
	display: inline-block;
	padding: 4px 12px 4px 12px;
}
.button.medium {
	font-size: 1.05em;
	display: inline-block;
	padding: 5px 14px 5px 14px;
}
.button.large
{
	font-size: .95em;
	display: inline-block;
	padding: 6px 16px 6px 16px;
}

.btn-Center
{
    display:block;
    position:relative;
    margin-bottom:20px;
    margin-top:15px;
    text-align:center;
}
.btn-Center table td
{
    vertical-align:middle;
}
.btn-Center a
{
    padding:9px 40px;
    font-size:13px;
    font-weight:600;
}

.button.left {
	float: left;
}
.button.right {
	float: right;
}
.button.center,.button.middle {
	margin: 0px auto;
	text-align: center;
	display: inherit;
}

.button a, .button.small a {
	font-size: 1em;
	line-height: 14px;
}
.button.medium a {
	font-size: 1.2em;
	line-height: 20px;
}
.button.large a {
	font-size: 1.5em;
	line-height: 24px;
}

.button.small a:hover {
	text-decoration: none;
}
/*===========================Condo project Status Button================================*/
.btn-condonow {
    position: relative;
    background: rgb(252, 180, 20);
    background-color: rgb(231, 180, 34);
    text-shadow: 0 1px 0 rgb(254, 221, 155);
    border: 1px solid rgba(255, 219, 25, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: linear-gradient(rgbrgb(252, 180, 20), rgb(252, 180, 20));
    background: linear-gradient(to bottom, rgb(252, 180, 20) 0%, rgb(252, 180, 20) 100%);
}


/* @group White  */
a.button.white {
    border-radius: 3px;
    position : relative;
    border: 1px solid #d3d3d3;
    text-shadow: 0 1px 0 white;
    box-shadow: inset 0 1px 0 0 white;
    background-image: linear-gradient(#f9f9f9, #efefef);
    background-image: linear-gradient(to bottom, #f9f9f9, #efefef);
}
a.button.white:hover {
    cursor: pointer;
}
a.button.white:active {
  border: 1px solid #c2c2c2;
}
a.button.white span.btn_caption {
  color: #999999;
  font-size:11px;
  line-height:14px;
  font-weight:normal;  
}
.button.white span.countDownButtons {
    color: #4d4d4d;
}
/* @end */
.button.gray span.btn_caption {
  color: #989898;
  text-shadow: 0 1px 0 #f1eeee;
}
.button span.btn_caption {
	font-size: 12px;
}
.button.yellow, .yellow {
    color: #4d4d4d;
    border-radius: 3px;
    position : relative;
    background-color:#fecc5f;
    border:1px solid #f5b74e;
    text-shadow:0 1px 0 #fedd9b;
    box-shadow:0 0px 1px #d3d3d3, inset 0 1px 0 #fee395;
    background:linear-gradient(to bottom, #ffd054 0%, #e7b422 100%);
    background:-webkit-linear-gradient(top, #ffd054 0%, #e7b422 100%);
}
.button.yellow:hover {
  cursor: pointer;
}
.button.yellow:active {
    border: 1px solid #a8a8a8;
}
/*===============CondoNow FLoat Menu Button============================*/
.condo-flat-menu-button
{
    color:#444;
    cursor:default;
    font-size:12px;
    font-weight:normal;
    line-height:27px;
    list-style:none;
    margin:0 2px;
    min-width:46px;
    outline:none;
    padding:0 18px 0 6px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    border-radius: 3px;
    border:1px solid #dcdcdc;
    background-color:#f5f5f5;
    background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image:linear-gradient(to bottom,#f5f5f5,#f1f1f1);
    }
.condo-flat-menu-button:hover
 {
     background-color:#f8f8f8;
     background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
     background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);
     background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);
     background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);
     background-image:linear-gradient(top,#f8f8f8,#f1f1f1);
     -webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
     -moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
     box-shadow:0 1px 1px rgba(0,0,0,.1);
     border-color:#c6c6c6;color:#333;
     }
 .condo-inline-block
 {
     position:relative;
     display:-moz-inline-box;
     display:inline-block;
     }
.condo-menu
{
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
    box-shadow:0 2px 4px rgba(0,0,0,0.2);
    -webkit-transition:opacity 0.218s;
    -moz-transition:opacity 0.218s;
    -o-transition:opacity 0.218s;
    transition:opacity 0.218s;
    background:#fff;
    border:1px solid #ccc;
    border-radius: 3px;
    border:1px solid rgba(0,0,0,.2);
    cursor:default;
    font-size:13px;
    margin:0;
    outline:none;
    padding:6px 0;
    position:absolute;
    }
.condo-menuitem,.condo-tristatemenuitem,.condo-filterobsmenuitem
{
    position:relative;
    color:#333;
    cursor:pointer;
    list-style:none;
    margin:0;
    text-align:left;
    padding:4px 7em 4px 30px;
    white-space:nowrap;
}
.condo-menuitem:hover
{
    background-color:#eee;
    border-color:#eee;
    border-style:dotted;
    border-width:0px 0;
}
.condo-menuitem-checkbox,.condo-menuitem-icon
{
    background-repeat:no-repeat;
    height:21px;
    left:3px;
    position:absolute;
    right:auto;
    top:3px;
    vertical-align:middle;
    width:21px;
}
.condo-option-selected
{
    background-image:url(/images/checkmark.png);
    background-repeat:no-repeat;
    background-position:left center;
}
.condo-option-selected .condo-menuitem-content,.condo-option-selected .condo-menuitem-content
{
    color: #333333;
    cursor: pointer;
    list-style: none outside none;
    white-space: nowrap;
}
.condo-menuitem-mnemonic-separator
{
    color:#777;
    font-size:12px;
    padding-left:4px;
    }
.condo-menuseparator
{
    border-top:1px solid #ebebeb;
    margin-top:6px;
    margin-bottom:6px;
    }
.condo-flat-menu-button-caption
{
    overflow:hidden;
    width:100%;
    }
.condo-flat-menu-button-dropdown
{
    width:7px;
    height:11px;
    margin-top:-4px;
    border-width:0px;
    background:url(/images/grey-disclosure-arrow-up-down.png) center no-repeat;
}
.condoBox
{
    padding: 5px 8px;
    white-space:nowrap;
    border-radius: 12px;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
}

.condoBox_items_showing_container
{   
    color: #0078A3; 
    padding: 5px 3px; 
    font-size: 1.2em; 
    text-align: center;
    white-space:nowrap;
    border-radius: 3px;
    font-weight: normal;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
}

/*======Condow Action Button Style goes here==============================*/
/*.condoWhite
{
    border-radius: 3px;
    background-color:#E8E8E8;
    background-repeat: repeat;
    background-attachment: scroll;
    border-color: rgb(212, 222, 232);
    background-image: linear-gradient(#F8F8F8,#E8E8E8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}*/
.condoWhite
{
    border-radius: 3px;
    background-color:#D5D2CB;
    background-repeat: repeat;
    background-attachment: scroll;
    border-color: rgb(213, 210, 203);
    background-image: linear-gradient(#D5D2CB,#D5D2CB);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.condoYellow
{
    position: relative;
    border-radius: 3px;
    background: rgb(252, 180, 20);
    border-color: rgb(252, 180, 20);
    background-color: rgb(252, 180, 20);
    box-shadow:0 1px 4px rgba(0,0,0,0.15);
    text-shadow: 0 1px 0 rgb(254, 221, 155);
    background: linear-gradient(rgb(252, 180, 20), rgb(252, 180, 20));
    background: linear-gradient(to bottom, rgb(252, 180, 20) 0%, rgb(252, 180, 20) 100%);
  }
  .condoYellow:focus
  {
    border-color: #FCB414;
    background: rgb(231, 180, 34);
    background-color: rgb(252, 180, 20);
    box-shadow:0 1px 4px rgba(0,0,0,0.15);
    background: linear-gradient(rgb(252, 180, 20), rgb(252, 180, 20));
    background: linear-gradient(to bottom, rgb(252, 180, 20) 0%, rgb(252, 180, 20) 100%);
  }
.btn.condoYellow.disabled {
    background-color: rgb(252, 180, 20);
    background: linear-gradient(rgb(252, 180, 20), rgb(252, 180, 20));
    background: linear-gradient(to bottom, rgb(252, 180, 20) 0%, rgb(252, 180, 20) 100%);
}
.condolime
{
    color: #006d96;
    font-size: 16px;
    padding:8px 36px;
    border-radius: 3px;
    font-weight: normal;
    background-color:#e5f0f4;
    border: 1px solid #d9e8ef;
    text-shadow: 0 1px 1px #f1f1f1;
    background-image:linear-gradient(#e5f0f4,#c9e0e8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.actionButton {
  padding: 0px;
  text-align: center;
  margin: 10px auto auto;
  border-top: 0px solid #ddd;
}

.actionButton:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.actionButton:after {
  clear: both;
}

.actionButton .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.actionButton .btn-group .btn + .btn {
  margin-left: -1px;
}
.actionButton .actionCenter
{
    max-width:290px;
    margin:auto;
}
.actionButton .actionRight
{
    text-align:right;
} 
.btn-small
{
    padding:9px 18px;
    font-weight:normal;
}
.regular
{
    padding:6px 8px;
    font-weight:normal;   
}
.xlarge
{
    padding: 10px 25px;
    font-weight: normal;
}
.xxlarge
{
    padding: 10px 40px;
    font-weight: normal;
}
.xtralarge
{
    font-size: 16px;
    font-weight: normal;
    padding: 13px 26px;
}
.xtremlarge
{
    font-size: 16px;
    font-weight: normal;
    padding: 15px 60px;
}
.btnclearload
{
    clear: both;
    text-align: center;
}
.btnclearload .btn
{
    margin-left:3px;
    margin-right:2px;
}
.divActionButton 
{
    text-align:center;
}
.divActionButton [type="button"]
{
    padding:10px 16px;
}
@media only screen and (max-width: 500px) {
    .scheduleCall {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

#condonowfeatures div.prevThumb,#condonowfeatures div.nextThumb, #condonowfeatures div ul li
{
    cursor:pointer;
}
#carousel-image-and-text-promotion div.prevThumb,#carousel-image-and-text-promotion div.nextThumb,#carousel-image-and-text-promotion div ul li
{
    cursor:pointer;
    max-height:402px;
}

#carousel-image-and-text-trending div.prevThumb,#carousel-image-and-text-trending div.nextThumb,#carousel-image-and-text-trending div ul li
{
    cursor:pointer;
}
#carousel-image-and-text-trending .prevThumbSmall, #carousel-image-and-text-trending .nextThumbSmall
{
    top:32%;
}
#carousel-image-and-text-vipsales div.prevThumb,#carousel-image-and-text-vipsales div.nextThumb,#carousel-image-and-text-vipsales div ul li
{
    cursor:pointer;
}

#carousel-image-and-text-movein div.prevThumb,#carousel-image-and-text-movein div.nextThumb,#carousel-image-and-text-movein div ul li
{
    cursor:pointer;
}

#carousel-image-and-text-comingsoon div.prevThumb,#carousel-image-and-text-comingsoon div.nextThumb,#carousel-image-and-text-comingsoon div ul li
{
    cursor:pointer;
}
#carousel-image-and-text-comingsoon.prevThumbSmall, #carousel-image-and-text-comingsoon .nextThumbSmall 
{
    top:32% ;
}
#carousel-image-and-text-following div.prevThumb,#carousel-image-and-text-following div.nextThumb,#carousel-image-and-text-following div ul li
{
    cursor:pointer;
}
#carousel-image-and-text-following .prevThumbSmall, #carousel-image-and-text-following .nextThumbSmall
{
    top:32%;
}

.touchcarousel
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
    #dvgoogleToolbar
    {
        width: 600px;
    }
    #dvgoogleToolbar > .nextThumb
    {
        top: 0;
        width: 60px;
    }
    #dvgoogleToolbar > .prevThumb
    {
        top: 0;
        width: 60px;
        background-position: -270px -19px;
    }
.touchcarousel .touchcarousel-container
{
    left: 0;
    padding: 0;
    margin: 0 0px;
    list-style: none;
    position: relative;
}
.touchcarousel .touchcarousel-wrapper
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.touchcarousel .touchcarousel-item
{
    float: left;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    margin-bottom : 16px;
}
.touchcarousel .arrow-holder
{
    top: 0;
    z-index: 25;
    width: 45px;
    height: 100%;
    display: block;
    cursor: pointer;
    position: absolute;
}
.touchcarousel .arrow-holder.left
{
    left: 0;
}
.touchcarousel .arrow-holder.right
{
    right: 0;
}
.touchcarousel .arrow-icon
{
    top: 50%;
    width: 45px;
    height: 90px;
    cursor: pointer;
    margin-top: -45px;
    position: absolute;
}
.touchcarousel .arrow-holder.disabled
{
    cursor: default;
}
.touchcarousel .arrow-holder.disabled .arrow-icon
{
    cursor: default;
}
.touchcarousel .tc-paging-container
{
    width: 100%;
    overflow: hidden;
    position: absolute;
    margin-top: -20px;
    z-index: 25;
}
.touchcarousel .tc-paging-centerer
{
    float: left;
    position: relative;
    left: 50%;
}
.touchcarousel .tc-paging-centerer-inside
{
    float: left;
    position: relative;
    left: -50%;
}
.touchcarousel .tc-paging-item
{
    float: left;
    cursor: pointer;
    position: relative;
    display: block;
    text-indent: -9999px;
}
.touchcarousel .scrollbar-holder
{
    position: absolute;
    z-index: 30;
    left: 6px;
    right: 6px;
    bottom: 5px;
    height: 4px;
    overflow: hidden;
}
.touchcarousel .scrollbar
{
    position: absolute;
    left: 0;
    height: 4px;
    bottom: 0;
}
.touchcarousel .scrollbar.dark
{
    background-color: #828282;
    background-color: rgba(0,0,0,0.5);
}
.touchcarousel .scrollbar.light
{
    background-color: #d2d2d2;
    background-color: rgba(255,255,255,0.5);
}
.touchcarousel .auto-cursor
{
    cursor: auto;
}
.touchcarousel.three-d .arrow-icon
{
    top: 0;
    background-image: url('sprite3d.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 20px;
    margin-top: 0;
}
.touchcarousel.three-d .arrow-holder
{
    top: -23px;
    width: 19px;
    height: 20px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}
.touchcarousel.three-d .arrow-holder.left
{
    left: auto;
    right: 26px;
}
.touchcarousel.three-d .arrow-holder.right
{
    right: 3px;
}
.touchcarousel.three-d .arrow-icon.left
{
    left: 0;
    background-position: -8px -14px;
}
.touchcarousel.three-d .arrow-icon.right
{
    right: 0;
    background-position: -173px -14px;
}
.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.left
{
    background-position: -43px -14px;
}
.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.right
{
    background-position: -138px -14px;
}
.touchcarousel.three-d .arrow-holder:hover
{
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.three-d .arrow-holder:active
{
    -moz-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7;
}
.touchcarousel.three-d .arrow-holder.disabled
{
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.three-d .tc-paging-container
{
    width: auto;
    float: none;
    right: 53px;
    margin-top: 0;
    top: -21px;
}
.touchcarousel.three-d .tc-paging-centerer
{
    float: none;
    position: relative;
    left: 0;
}
.touchcarousel.three-d .tc-paging-centerer-inside
{
    position: relative;
    left: 0;
    float: none;
}
.touchcarousel.three-d .tc-paging-item
{
    background: url('sprite3d.png') no-repeat -95px -4px;
    width: 16px;
    height: 16px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}
.touchcarousel.three-d .tc-paging-item.current
{
    background: url('sprite3d.png') no-repeat -95px -22px;
}
.touchcarousel.three-d .tc-paging-item:hover
{
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.minimal-light .arrow-icon
{
    width: 23px;
    height: 28px;
    margin-top: -14px;
}
.touchcarousel.minimal-light .arrow-icon.left
{
    left: 5px;
    background: url('sprite-ml.png') no-repeat -6px -7px;
}
.touchcarousel.minimal-light .arrow-icon.right
{
    right: 5px;
    background: url('sprite-ml.png') no-repeat -173px -7px;
}
.touchcarousel.minimal-light .arrow-holder.disabled
{
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.left
{
    background: url('sprite-ml.png') no-repeat -40px -7px;
}
.touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.right
{
    background: url('sprite-ml.png') no-repeat -139px -7px;
}
.touchcarousel.minimal-light .arrow-holder
{
    width: 35px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}
.touchcarousel.minimal-light .arrow-holder:hover
{
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.minimal-light .tc-paging-container
{
    margin-top: -22px;
}
.touchcarousel.minimal-light .tc-paging-item
{
    background: url('sprite-ml.png') no-repeat -95px -4px;
    width: 16px;
    height: 16px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}
.touchcarousel.minimal-light .tc-paging-item.current
{
    background: url('sprite-ml.png') no-repeat -95px -22px;
}
.touchcarousel.minimal-light .tc-paging-item:hover
{
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.grey-blue .arrow-icon
{
    background-image: url('sprite-gb.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 19px;
    margin-top: -9px;
}
.touchcarousel.grey-blue .arrow-holder
{
    width: 19px;
    height: 100%;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.grey-blue .arrow-holder.left
{
    left: -20px;
}
.touchcarousel.grey-blue .arrow-holder.right
{
    right: -20px;
}
.touchcarousel.grey-blue .arrow-icon.left
{
    left: 0;
    background-position: -6px -15px;
}
.touchcarousel.grey-blue .arrow-icon.right
{
    right: 0;
    background-position: -186px -15px;
}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.left
{
    background-position: -36px -15px;
}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.right
{
    background-position: -156px -15px;
}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.left
{
    background-position: -66px -15px;
}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.right
{
    background-position: -126px -15px;
}
.touchcarousel.grey-blue .arrow-holder:hover
{
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.grey-blue .arrow-holder:active .arrow-icon
{
    margin-top: -8px;
}
.touchcarousel.grey-blue .arrow-holder.disabled
{
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.grey-blue .tc-paging-item
{
    background: url('sprite-gb.png') no-repeat -95px -4px;
    width: 16px;
    height: 16px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}
.touchcarousel.grey-blue .tc-paging-item.current
{
    background: url('sprite-gb.png') no-repeat -95px -22px;
}
.touchcarousel.grey-blue .tc-paging-item:hover
{
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.black-and-white .arrow-icon
{
    width: 30px;
    height: 30px;
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    margin-top: -15px;
    border-radius: 3px;
    background-image: url('sprite-bw.png');
    background-repeat: no-repeat;
    background-color: #323232;
    background-color: rgba(0,0,0,0.7);
}
.touchcarousel.black-and-white .arrow-holder
{
    width: 35px;
}
.touchcarousel.black-and-white .arrow-holder:active .arrow-icon
{
    -moz-opacity: .7 !important;
    -webkit-opacity: .7 !important;
    opacity: .7 !important;
}
.touchcarousel.black-and-white .arrow-icon.left
{
    left: 10px;
    background-position: -2px -6px;
}
.touchcarousel.black-and-white .arrow-icon.right
{
    right: 10px;
    background-position: -175px -6px;
}
.touchcarousel.black-and-white .arrow-holder:hover .arrow-icon
{
    background-color: #1e1e1e;
    background-color: rgba(0,0,0,0.7);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left
{
    background-position: -39px -6px;
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right
{
    background-position: -138px -6px;
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left, .touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right
{
    background-color: #c8c8c8;
    background-color: rgba(0,0,0,0.3);
}
.touchcarousel.black-and-white .tc-paging-container
{
    margin-top: -22px;
}
.touchcarousel.black-and-white .tc-paging-item
{
    background-image: url('sprite-bw.png');
    background-repeat: no-repeat;
    background-position: -95px -4px;
    width: 16px;
    height: 16px;
}
.touchcarousel.black-and-white .tc-paging-item.current
{
    background-position: -95px -22px;
}
.touchcarousel.black-and-white .tc-paging-container
{
    margin-top: -25px;
}
.touchcarousel.black-and-white .tc-paging-centerer-inside
{
    padding: 2px 4px;
    border-radius: 3px;
    background-color: #323232;
    background-color: rgba(0,0,0,0.6);
}
.dvfeaturedetail {
    height: 110px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    width: calc(100% - 70px);
}
.featureCaption {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) 
{   
    .touchcarousel .touchcarousel-item.spanOne:not(:first-child)
    {
        margin-left:40px;
    }
    .touchcarousel .touchcarousel-item.spanThree:not(:first-child)
    {
        margin-left:30px;
    }   
    .touchcarousel .touchcarousel-item.spanFive:not(:first-child)
    {
        margin-left:34.5px;
    }  
}
@media only screen and (max-width : 767px) {
    #condonowfeatures div ul li:not(:first-child)
    {
        margin-left:20px;
    }         
    #dvgoogleToolbar
    {
        width: calc(100% - 42px);
    }
    .featureImage {
        max-height: 250px;
    }

    .dvfeaturedetail {
        width: calc(100% - 10px) !important;
        height: auto !important;
    }
    .prevThumb, .nextThumb {
        top: 2% !important;
        width: 42px !important;
        height: 68px !important;
    }
    #condonowfeatures > .nextThumb {
        left: 2px;
    }

    #condonowfeatures > .prevThumb {
        right: 2px;
    }


    .prevThumb {
        background-position: -223px -164px !important;
    }

    .nextThumb {
        background-position: -75px -164px !important;
    }

}
/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(/css/fonts/fa-brands-400.eot);src:url(/css/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/css/fonts/fa-brands-400.woff2) format("woff2"),url(/css/fonts/fa-brands-400.woff) format("woff"),url(/css/fonts/fa-brands-400.ttf) format("truetype"),url(/css/fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(/css/fonts/fa-regular-400.eot);src:url(/css/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/css/fonts/fa-regular-400.woff2) format("woff2"),url(/css/fonts/fa-regular-400.woff) format("woff"),url(/css/fonts/fa-regular-400.ttf) format("truetype"),url(/css/fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(/css/fonts/fa-solid-900.eot);src:url(/css/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/css/fonts/fa-solid-900.woff2) format("woff2"),url(/css/fonts/fa-solid-900.woff) format("woff"),url(/css/fonts/fa-solid-900.ttf) format("truetype"),url(/css/fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
div.divBrowsePage div.row
{
    margin-bottom: 16px;
    }
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before, .sticky:before, 
.thumbnails:after, .sticky:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after, .sticky:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
}

.thumbnail {
    padding: 0px;
    display: block;
    overflow:hidden;
    margin-left:0px;
    margin-bottom:3px;
    position:relative;
    line-height: 20px;
    border-radius: 3px;
    border: 1px solid #ddd;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25);
}
.blankthumbnail {
    padding: 0px;
    height:230px;
    cursor:default;
    display: block;
    margin-left:0px;
    line-height: 20px;
    border-radius: 3px;
    background-color:#f9f9f9;
    border: 1px solid #f9f9f9;
}
/*Header sections Browse Page*/
.leadTitle
{
    padding-top:36px;
}
.textcenter {
    text-align: center;
}
div.featuredTitle
{
    padding-top:25px;
}
.graybgHome {
    background-color: rgba(255,255,255,0);
    border-top: 1px solid rgba(255,255,255,0);
    border-bottom: 1px solid rgba(255,255,255,0);
}
.divBrowsePage .h1
{
    font-size: 30px;
    font-weight: normal;
    }
    .divBrowsePage .h1 a
    {
        color: #4E4E4E;
        }
.divBrowsePage div h1, .divBrowsePage div h2, .transbgHome div h2
{
    color:#4E4E4E;
    font-size:21px;
    line-height:24px;
    margin:10px 0 10px;
}
.transbgHome div div.hometext, .graybgHome div div.hometext
{
    color:#4E4E4E;
    font-size:14px;
}
.row-fluid .spanThree div.blankthumbnail
{
    height:348px;     
    vertical-align:middle;
}
.row-fluid .spanThree div.blankPromothumbnail
{
    height:394px;  
}
.row-fluid .spanThree div.blankthumbnail div
{
    color:#C7C7C7;
    font-size:16px;
    font-weight:bold;
    margin-top:135px;
    text-align:center;
}
.row-fluid .spanThree div.blankPromothumbnail>div 
{
    margin-top:182px;
}
.row-fluid .spanThree div.blankthumbnail div p
{
    margin:0;
}
.row-fluid .spanFive div.blankthumbnail
{
    height:190px;
    vertical-align:middle;
}
.row-fluid .spanFive div.blankthumbnailCommingSoon 
{
    vertical-align:middle;
    height:217px;
}
.row-fluid .spanFive div.blankthumbnail div
{
    color:#C7C7C7;
    font-size:16px;
    margin-top:80px;
    font-weight:bold;
    text-align:center;
}
.row-fluid .spanFive div.blankthumbnailCommingSoon div
{
    margin-top:98px;
}  
.blankthumbnail span
{
    color:#C7C7C7;
}
.thumbnail > img {
      display: block;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #999;
    min-height: 60px;
}
.thumbnail .caplock>a>img.threecol, .thumbnail .caplock>a>img.fivecol
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    position:absolute;
}
li.spanFive .thumbnail .caption
{
    min-height: 60px;
    padding: 6px 9px; 
    line-height:18px;  
    margin-bottom: 0;
}
li.spanFive .thumbnail .caption .h3
{
    font-size:14px;
    line-height:21px;
}
li.spanFive .thumbnail .caption p
{
    font-size:12px;
    margin-bottom:0px;
}
.thumbnail .caption p
{
    color: #4d4d4d;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
}
.thumbnail .caplock
{
    overflow:hidden;
    text-align:center;
    position:relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/* Medium cards Specified Style*/
.row-fluid .spanThree
{
    width: 306px;
    margin-left: 0px;
}
.row-fluid .spanThree .thumbnail
{
    height:330px;
}
.spanThree .thumbnail .caplock
{
    height: 204px;
    background:#333;
}
.thumbnail .caplock > img.threecol
{
    max-height:208px;
}
.spanThree .thumbnail .caption
{
    padding:4px 9px;
}
.thumbnail .caption .h4
{
    color: #4d4d4d;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    font-weight:normal;
}

.spanThree .thumbnail .caption p{
  margin-bottom:0px;  
}
.spanThree .thumbnail .normal{
    margin-top:5px;
    line-height:16px;
}
/*Small cards Specified Style*/
.row-fluid .spanFive {
    width: 168px;
    max-height: 221px;
}

.row-fluid .spanFive .thumbnail
{
    height:215px;
}

.spanFive .thumbnail .caption .h5
{    
    color: #4d4d4d;
    font-size: 12px;    
    margin-bottom: 0px;
    font-weight:normal;
}

.spanFive .thumbnail .caplock
{
    min-height: 108px;
    background-color: #333;
}
/* Image rounding for Safari browser */
.thumbnail .caplock > img.fivecol
{
    min-height:90px;
    max-height:111px;
}
.thumbnail .caplock > img
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:auto;
    margin: auto;
    max-width:100%;
    position: absolute;
}
.thumbnail .caption .h3
{
    margin:0px;
    font-size:21px;
    color:rgb(41, 170, 225);
}
.thumbnail .caption .capinfo
{
    color:#999;
    bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
}
.normal
{
    overflow:hidden;
    font-weight:normal;
}
.spanThree .thumbnail .caption
{
    font-size: 13px; 
    font-weight:normal;
}
.thumbnail .caption .h3, .thumbnail .caption .h4, .thumbnail .caption .h5, .thumbnail .caption .devinfo, .thumbnail .caption p, .thumbnail .caption .capinfo, .thumbnail .caption .capinfoPurple
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.spanFive .caption .capinfo
{
    max-width:146px;
    }
.thumbnail .caption .capinfoPurple
{
    bottom:5px;
    color: #FF6666;
    font-size: 12px;
    font-weight: bold;
    position:absolute;
}
.stikcyImg
{
    overflow: hidden;
    text-align:center;
    position: relative; 
    background-color: rgb(51, 51, 51);
}
.stikcyImg:after
{
    top: 0px;
    right: 0px;
    content: '';
    height: 310px;
    display: block;
    position: absolute;
    border-right: 1px solid #DDD;
}
.stikcyImg2
{
    display: block;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; 
}
.stikcyDev
{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.sticky .caption
    {
    width: 100%;
    padding: 0px;
    display: block;
    position:relative;
    border-radius: 0px;
    box-sizing: border-box;
    }
.caption .worksheet-Starts
{
    left:10px;
    bottom:6px;
    position:absolute;
}
.caption-container:after
{
    content:'';
    clear:both;
    display:table;
}
.caption-title
{
    padding:10px;
    overflow:hidden; 
    position:relative;
}
.caption-title .stikcyDev
{
    width:100%;
}
.caption-pretext
{
    padding:10px;
    overflow:hidden;
    position:relative;
    background-color:#f9f9f9;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
}
.stikcyAddress
{
    width :100%; 
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.caption-details
{
    padding:10px 10px 0 10px;    
}
.divActionButton
{
    left:10px;
    bottom:12px;
    position:absolute;
}
.sticky .caption2
{
    float:none;
    margin:0px;
}
.stikcyImg2 > a> img
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-height:315px;
    max-height:318px;
    position: absolute;
}
.relativePos
{
    position:relative;
}
.thumbnails > li.prevNax
{
    float: none;
    margin-bottom: 0px;
    margin-left: 0px;
}
.thumbnails > li.left0
{
    margin-left:0;
}
.prevThumb, .nextThumb
{ 
    top: 30%;
    z-index:1;
    width: 74px;
    height: 115px;
    cursor:pointer;
    position: absolute;
    text-decoration: none;
    background-repeat: no-repeat;
}
.prevThumb
{
    right: -10px;
    background-position: -257px 0;
    background-image: url("/images/brows_icons.png");
}
.nextThumb
{
    left: -10px;
    background-position: -4px 0;
    background-image: url("/images/brows_icons.png");
}
/*======Small Navigation Icons====================*/
.prevThumbSmall, .nextThumbSmall
{
    top: 38%;
    width: 42px;
    z-index: 1;
    height: 68px;
    }
.prevThumbSmall
{
    background-position: -223px -164px;
    background-image: url("/images/brows_icons.png");
}
.nextThumbSmall
{
    background-position: -75px -164px;
    background-image: url("/images/brows_icons.png");
}
.CapTable
{
   width:100%;
   margin-bottom:0; 
}
.CapTable h2, .CapTable h3, .CapTable h4
{
    margin:0;
}
.CapTable small
{
    color:#999;
    font-size:12px;
}
.CapTable th,
.CapTable td {
  padding: 6px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}

.CapTable th {
  font-weight: bold;
}

.CapTable thead th {
  vertical-align: bottom;
}

.CapTable caption + thead tr:first-child th,
.CapTable caption + thead tr:first-child td,
.CapTable colgroup + thead tr:first-child th,
.CapTable colgroup + thead tr:first-child td,
.CapTable thead:first-child tr:first-child th,
.CapTable thead:first-child tr:first-child td {
  border-top: 0;
}

.CapTable tbody + tbody {
  border-top: 2px solid #dddddd;
}

.CapTable tbody td.r8brdr {
  border-right: 1px solid #dddddd;
  width:60%;
}
.CapTable tbody td.lftbrdr {
  border-left: 1px solid #dddddd;
  width:40%;
}
table th.txtr8, table td.txtr8
{
    text-align:right;
}
/*==================Promotion===================*/
.stickyTitle
{
    background:#fef8e2;
    padding:4px 20px;     
    color: #0073B2;
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;  
}
.stickyTitle:after{
    border: 15px solid #fef8e2;
    content: "";
    margin-top: -4px;
    position: absolute;
}
.stickyTitle:after {
    border-right-color:white;
}
.ellipsy2
{
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}
.stikcy2Info {
    color: #4D4D4D;
    min-height: 48px;
    line-height:18px;
}
.more {
    font-size: 13px;
    margin-top: 10px;
}
.more a {
    color: #0073B2;
}
.Contentwrapper:after
{
    display:table;
    content:'';
    clear:both;
}
.Contentwrapper .h3
{
     color: #4d4d4d; 
     margin-bottom:10px;
     margin-top:8px;
}
.Contentwrapper hr.hidden
{
  margin:17px 0 12px; 
}
.Contentwrapper hr.hidden2
{
  border-width:0px;
  margin:30px 0 20px;  
  background-color: rgba(255,255,255,1);
}
.row-fluid .spanOne
{
      max-width: 978px;
}
.row-fluid .spanTwo
{
      width: 473px;
      max-height:449px;
      margin-left:40px;
}

.row-fluid .spanTwo .thumbnail
{
    height:445px;
}
/* Countdown Button style*/
.sticky .caption .button {
    text-align: center;
    white-space:nowrap;
}
.sticky .caption a.yellow
{
    font-size:14px;
    color:#4d4d4d;
    font-weight:bold;  
    text-align: center;
}
.sticky .caption .browselarge
{   
    font-size:15px;
    line-height:21px; 
    padding:10px 16px;
}
span.countDownButtons {
    font-size:14px;
    font-weight:normal !important;
}
.sticky .caption .icon-time
{
    float: left;
    width: 21px;
    height: 21px;
    margin-top: 8px;
    margin-right:10px;
    background-position: 0 50%;
}
.heightfirst
{
    height:342px;
}
.heightmovein
{
    height:342px;
}
.heightsecond
{
    height:220px;
}
.heightThird{
    height:400px;
}
.promotionExpire {    
    bottom:5px;   
    color: #FF6666;
    font-size: 12px;
    position:absolute;
    font-family: 'PT Sans Bold', Arial, sans-serif;
}
.heightThird .spanThree .thumbnail
{
    height:394px;
}
ul.touchcarousel-container li
{
    position: relative;
}
.threecol, .fivecol 
{
    font-size:0px;
}
/*touchcarousel List Item Styles*/
.list_carousel
{
    margin: 0px;
    width: 978px;
}
.list_carousel ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li
{
    text-align: center;
    border: 0px;
    width: 972px;
    height: 320px;
    padding: 0;
    margin:auto 3px;
    display: block;
    float: left;
}
.list_carousel.responsive
{
    width: auto;
    margin-left: 0;
}
.clearfix
{
    float: none;
    clear: both;
}
.prev
{
    float: left;
    margin-left: 10px;
}
.next
{
    float: right;
    margin-right: 10px;
}
.pager
{
    float: left;
    width: 300px;
    text-align: center;
}
.pager a
{
    margin: 0 5px;
    text-decoration: none;
}
.pager a.selected
{
    text-decoration: underline;
}
.timer
{
    height: 6px;
    width: 0px;
}
#prev2, #next2
{
    position: absolute;
    display: none;
}        
#prev2
{
    background: url(/images/brows_icons.png) -257px 0px;
    height: 115px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    text-decoration: none;
    top: 30%;
    width: 74px;
    z-index: 1;
    display: none;
}        
#next2
{
    background: url(/images/brows_icons.png) -4px 0;
    height: 115px;
    cursor: pointer;
    position: absolute;
    left: -10px;
    top: 30%;
    text-decoration: none;
    width: 74px;
    z-index: 1;
    display: none;
}
.scrollbar-holder
{
    display: none;
}
.spanThree .thumbnail .caplock a.loader
{
    height: 206px;
    display: block;
    background: url(/images/loader_01.gif) no-repeat scroll center rgba(255,255,255,1);
}        
.spanFive .thumbnail .caplock a.loader
{
    height: 110px;
    display: block;
    background: url(/images/loader_02.gif) no-repeat scroll center rgba(255,255,255,1);
}

.followingheight
{
    height: 188px;
}
.followingheight .spanFive .thumbnail
{
     height: 184px;
}
.featureheight
{
    height: 100%;
}
.blue-link
{
    font-size: 21px;
    color:#22aae1 !important;
}

/*new social pluguin start*/
.socialsite
{
    float:right;
}
.socialsite ul li
{
    padding-right : 10px;
}
.socialsite ul li:last-child
{
    float: right;
    padding-right:0px;
}
.socialsite .email {
    width: 50px;
    height: 20px;
    cursor: pointer;
    background: url("/images/email-outline.png") no-repeat scroll left center transparent;
}
/*new social pluguin start*/

/*Browse Card Responsive Styles*/
@media screen and (max-width: 1014px)
{
    .row-fluid .blankListitem
    {
       /*display:none;*/ 
    }
    .row-fluid .spanThree
    {
        margin-bottom: 20px;
    }
    .row-fluid .spanFive {
        margin-bottom:20px;
    }
    .sticky .caption .browselarge
    {    
        font-size: 14px;
        padding: 10px 15px;
    }
}
@media only screen and (min-width: 768px) {
    .caption-container {
        min-height: 290px;
    }
    .featureheight {
        height: 315px;
    }
    .row-fluid .spanOne .sticky
    {
        height: 290px;
        padding-left: 428px;
    }
    .stikcyImg {
        top: 0px;
        left: 0px;
        width: 428px;
        height: 290px;
        position: absolute;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .stikcyImg > a> img
    {
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        width:auto;
        margin: auto;
        position:absolute;
    }
}
/*Browse Page*/
@media screen and (max-width: 767px)
{
    #divCondonowFeature li {
        width: calc(100vw - 20px) !important;
    }
    .row-fluid .thumbnail .stikcyImg
    {
        -webkit-mask-box-image: none;
    }    
    .row-fluid .spanOne .sticky
    {
        height: 500px;
    }
    .row-fluid .spanOne .stikcyImg
    {
        width:100%;
        margin:auto;
        display: block;
        max-height: 310px;
        position: relative;
        text-align: center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 3px 3px 0px 0px;
    }
    .row-fluid .spanOne .stikcyImg img
    {
      max-height: 310px;
      border-radius: 0px 0px;
    }
    .touchcarousel .touchcarousel-item:first-child
    {
        margin-left:0px;
        }
    .touchcarousel .touchcarousel-item.spanThree
    {
        width:300px;
        }
    .row-fluid .spanThree, .row-fluid .spanFive
    {
        margin-left:20px;
    }
    .row-fluid .sticky .caption
    {
        margin: 0;
        width: 100%;
        padding: 0px;
        display: block;
        border-radius: 0px;
        box-sizing: border-box;
        -webkit-border-radius: 0px;
        -moz-box-sizing: border-box;
        border-top:1px solid #E6E6E6;
        -webkit-box-sizing: border-box;
    }
}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body p
{
    padding:0;
    margin-top:0px;
    color: #4d4d4d;
    margin-bottom:10px;
}

.dvBreadCrumb
{
    left: 0;
    border: 0;
    margin: 0;
    width: 100%;
    height: 45px;
    border-width: 1px;
    position: absolute;
    border-style: solid;
    background-color: #EDF4F7;
    border-color: #F6FAFB;
}
.boxer i.fa-3x  {
    width:36px;
    font-size:35px;
}
.boxer i.fa-2x {
    font-size:18px;
}
#dvNoFavorite i.fa-2x {
    font-size: 1.4em;
}
.breadcrumb {
    border: none;
    padding-top: 10px;
 padding-right:10px;
}
/*Next Step Contact Module*/
.nextstep-contactinfo {
    height: 440px;
    position: relative;
    padding: 18px 20px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background-color: #F9F9F9;
    -moz-box-sizing: border-box;
}

/*slideshow*/
#slideshow {
    height: 440px !important; 
}

.slideshow-container {
    margin: 0px;
    border: 0px;
    z-index: 9;
    padding: 0px;
    max-width: 640px;
    overflow: hidden;
    position: relative;
}
.StickyAdvertisementParent
{
    position:fixed;
    top: 200px;
    left:1%;
    height:100%;
    z-index: 1044;
    display:none;
}

.StickyAdvertisementParent.NotTop
{
    z-index: 1 !important;
}

.StickyAdvertisement
{
     position: -webkit-sticky;
     position: sticky;

   

}
.chkMortgage {
  color: #29AAE1;
  font-size:13px !important;

}
.PromotionTab .chkMortgage {
 
  font-size:12px !important;

}
 .areYouAnAgent ol li:first-child a{
            color:  #29AAE1;
        }

 .areYouAnAgent ol li
 {
     padding-left:34px;
 }
.sliderCount {
    position: absolute;
    bottom: 0;
    color: white;
    right: 0;
    font-size: 14px;
    padding: 3px 15px;
    background-color: rgba(0,0,0,0.75);
    z-index: 10000; 
}

div .mySlides:not(:first-child) {
    display:none; 
}

.SlideCaption {
    background-color: rgba(0,0,0,0.5);
}

.mySlides > a {
    top: 0px;
    border: 0px;
    z-index: 8;
    width: 100%; 
    height: 100%; 
    color: #000000;
    display: block;
    overflow: hidden;
    text-align: center;
    position: absolute;
    text-decoration: none;
}

.mySlides > a > img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    margin: 0 auto;
    position: absolute;
}

.mySlides > a i.fa-search-plus {
    top: 6px;
    right: 6px;
    width: 24px;
    color: white;
    height: 24px;
    z-index: 1111;
    cursor: pointer;
    position: absolute;
}

.prevSlide, .nextSlide {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    padding: 24px;
    color: #FEC228;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    width: 27px;
    z-index: 100;
    height: 44px;
    text-decoration: none;
    background-size: 27px 44px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.lb-nav a.lb-prev {
    margin-left: 5px;
}
.lb-nav a.lb-next {
    margin-right: 5px;
}

.prevSlide {
    background: url(/images/leftchevron.svg);
    margin-left: 0px;
}

.nextSlide {
    background: url(/images/rightchevron.svg);
    right: 0px;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    background: none;
}

.fancybox-navigation .fancybox-button--arrow_left svg,
.fancybox-navigation .fancybox-button--arrow_right svg {
    display: none;
}

.fancybox-navigation .fancybox-button--arrow_left:not([disabled]) div {
    background: url(/images/leftchevron.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.fancybox-navigation .fancybox-button--arrow_right:not([disabled]) div {
    background: url(/images/rightchevron.svg);
    background-position: center;
    background-repeat: no-repeat;
}
/*.prev:hover,  .next:hover {
    background-color: rgba(0,0,0,0.8); 
}*/

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
.compare-nearby-developments  {
    margin: 12px 0 0 0;
    padding-left:10px;
    color:#29AAE1;
    position:absolute;
}
/*Next Step Contact Module*/
.nextstep-contactinfo {
    height: 440px;
    position: relative;
    padding: 18px 20px;
    margin-bottom:30px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background-color: #F9F9F9;
    -moz-box-sizing: border-box;
}

.nextstep-contactinfo .yellow-s {
    color:#FFC80B !important;
}
.nextstep-contactinfo .gray .yellow-s {
    color :#999 !important;
}
.nextstep-contactinfo hr{
    margin:10px 0;
}
.nextstep-contactinfo .title{
    color:#454545;
    font-size:13px;
    vertical-align:top;
    padding-left: 14px;
}

.nextstep-contactinfo  .gray .title {
    color :#999 ;
}
.nextstep-contactinfo .fa-2x, .nextstep-contactinfo .gray .fa-2x {
        color :#999 ;
}
.nextstep-contactinfo .request {
    color: #29AAE1;
}
.nextstep-contactinfo .gray .request {
     color :#999;
}
.nextstep-contactinfo .box-bottom {
    position: absolute;
    top: 20px;
    left: 50px;
}
   .nextstep-contactinfo .box-bottom.RBC {
       
        left: 45px;
    }
.RBCTitle
{
    padding-left:10px !important;
}
.nextstep-contactinfo .box-bottom-agent {
   /*top: 15px;
    right:0px;*/
}
.nextstep-contactinfo .box-bottom-agent.chinese {
    padding-left:8px;
    padding-top:14px;
	font-size:8.5pt;
}
.nextstep-contactinfo  .fa-chevron-right {
    vertical-align: top;
    padding-top: 4px;
    float: right;
}

.nextstep-contactinfo .boxer {
    margin-bottom:0px;
}
.nextstep-contactinfo .contact-row {
    display:block;
    position:relative;
    cursor:pointer;
    height:40px;
    padding-top:5px;
}
.nextstep-contactinfo .contact-row.agent-join-link {
    position: absolute;
    bottom: 5px;
    right: 30px;
}
.nextstep-contactinfo .contact-row.gray {
    display:none !important;
}
.nextstep-contactinfo .contact-row .contact-module {
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
}

			.nextstep-contactinfo .contact-row .contact-module.mobile--anchor {
				display: none;
			}

		@media screen and (max-width: 480px) {
			.nextstep-contactinfo .contact-row .contact-module.mobile--anchor {
				display: block;
				position: fixed;
				bottom: 0;
				left: 0;
				z-index: 22222;
			}
		}

.share-bar label, .share-bar #compareProjects{
    float:left;
    padding-left:14px;
}
.share-bar label i{
    color: #999;
    font-size: 20px;
}
.block a {
    color:#29AAE1;
}
/*Next steps Contact Module End */
.publicContainer:after
{
    content:'';
    clear:both;
    display:table;
}
.mapAnchor
{
    float: right;
    position: relative;
}
.publicProDeveloperName
{
    padding: 6px 10px 0px 35px;
}
.follshare table
{
    margin: 0;
}
.follshare table td
{
    padding: 0px;
    color: #29AAE1;
    font-size:13px;
    line-height: 30px;
    vertical-align: middle;
}
.follshare table td a {
    color:inherit;
    font-size:inherit;
}
.follshare table td:not(:last-child) {
    padding-right:10px;
}
.follshare .divShare
{
    padding-left: 35px;
}
.follshare .divEmbed
{
    padding-left: 35px;
}
.hrLogInForPricing
{
    color: #999999;
    font-size: 11px;
}
/*============Start Compare Project ============*/
#compareProject
{
    color: #29AAE1;
    font-weight: bold;
    font-size:14px;
    line-height: 30px;
    vertical-align: top;
}
.st_compare_project
{
    background: url("/images/ico-compare.png") no-repeat scroll left center transparent;
    cursor: pointer;
    padding-left: 27px;
    width: auto;
    padding-top: -5px;

}
.st_compare_project_selected
{
    background: url("/images/icon-compare_active.png") no-repeat scroll left center transparent;
    cursor: pointer;
    padding-left: 27px;
    width: auto;
    padding-top: -5px;
}
.divProjectCompareIconHolder
{
    /*margin-left: 5px;*/
}
/*============End============*/
.divSCaddress
{
   clear: both;
   font-size:14px;
   margin-left: 0px;
}
.utility
{
    text-align:right;
}
.massagewarning
{
    font-size:15px;
    color: #4d4d4d;
    margin-bottom: 10px;
    background-color: #FFFAEC;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
/*=======================UI Tabs=======================*/
.tabbed {
    margin: 0;
}
/*============================================================*/
.tabbed ul.tabs li {
        width: 25%; /*YN+14990 33.33333333333354%;*/
}
ul.tabs li.l3 {
    width: 25%; /*YN+14990 33.33333333333354%;*/
}
ul.tabs li.l4 {
    width: 25%;
}
ul.tabs li.l5 {
    width: 20%;
}
ul.tabs li.l6 {
    width: 16.6666666666666667%;
}
ul.tabs li.l7 {
    width: 14.28571428571428%;
}
/* List of tabs */
.tabbed ul.tabs
{
    margin-bottom:15px;
}
.tabbed ul.tabs li h2
{
    margin:0;
    line-height: 27px;
    font-size:inherit;
    font-weight: normal;
    font-family: 'PT Sans', Arial, sans-serif;
}
/*==========================Tabed Li style==================*/
.tabbed ul.tabs li a span
{
    display:block;
}
.tabbed ul.tabs li a.dubleLine
{
    padding: 6px 20px;
}
/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 {
    display: none;
}
/* Content for inside your tabs' divs */
.tab-content-style
{
    padding-right: 0px;
    text-align: left;
}
.tabularData .table tr th:first-child, .tabularData .table tr td:last-child {
    padding-left:0px;
}
.Tabcontainer .h3
{
    font-size:16px;
    line-height:21px;
    margin-bottom:12px;
}
.Tabcontainer .DivBlock {
    margin-bottom: 40px;
}
/*+ ===================midContentContainer============================ +*/
div.midContentContainer
{
    padding-bottom:10px;
}
div.midContentContainer:after, .Tabcontainer:after
{
    display:table;
    content: '';
    clear: both;
}
/*========================Css3 Round Table Style goes here===================*/
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 10px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #E6E6E6;
}

.table th {
    font-weight: normal;
}

.table thead th {
    vertical-align: bottom;
}
.table-bordered {
    border: 1px solid #E6E6E6;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    border-radius: 3px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #E6E6E6;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0px;
}
div.specTable thead th {
    border-bottom:1px solid #E6E6E6;
}
.table-bordered thead:first-child tr:first-child th:first-child
{
    background-color: #f9f9f9;
    color:#4d4d4d;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    border-top-left-radius: 3px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    border-top-right-radius: 3px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 3px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
    background-color:  transparent;
}

.table thead th.gray, .table thead td.gray, .table tbody td.gray, .table tfoot td.gray
{
    background-color:#F9F9F9 !important;
}
/*=================================projectPreview Container================================*/
.tabedContainer
{
    position:relative;
}
.tabedContainer:after
{
    clear:both;
    content:'';
    display:table;
    padding-bottom:10px;
}
.leftColumn
{
    z-index:11;
    background:white;
    position: relative;
    border-radius:0 0 3px 3px;
}
.leftColumn .h2
{
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    }
	.leftColumn.support--anchor {
		z-index: 101;
	}
.rightColumn
{
    float: left;
    width: 642px;
    margin-left: 0px;
}
.TabLeft
{
    position: relative;
    background:white;
    border-radius:0 0 3px 3px;
}

.search-bar-wrapper {
    margin-left:14px !important;
}

#dvFloorPlanFilters {
    float: left;
    color: #999999;
    cursor: pointer;
    margin-left: 5px;

}

.pricebox .price
{
    color: #4D4D4D;
    font-size: 22px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    line-height: 20px;
    text-decoration: none;
}
.pricebox .price sup
{
    top:-0.4em;
    font-size:14px;
}
.pricebox .intersection, .pricebox h3
{
    margin:0px;
    color: #4D4D4D;
    font-size: 12px;
    line-height:27px;
    font-weight:bold;
    text-decoration: none;
    text-transform: uppercase;
}
.pricebox .aDres, .divAddress
{
    margin:0px;
    color: #4D4D4D;
    font-size: 12px;
    line-height:18px;
    font-weight:normal;
    text-decoration: none;
}
.TabLeft .submitNdEarn, .submitNdEarn
{
    background:#F9F9F9;
    border:1px solid #E6E6E6;
    color:#4d4d4d;
    padding:8px;
    font-size:10px;
    font-weight:bold;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*=======================Pricebox eDitable text===============================*/
.pricebox input.editable
{
    width:240px;
}
/*=====================memoDetails=========================*/
#memoDetails
{
    margin-bottom:15px;
}

.Titlegray
{
    background:#F9F9F9;
    border:1px solid #E6E6E6;
    border-bottom:0px none;
    color:#4d4d4d;
    line-height: 20px;
    padding: 9px;
    text-transform: uppercase;
    font-size:14px;
    font-weight:bold;
    border-radius: 3px 3px 0 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.Titlegraycont
{
    background:white;
    border:1px solid #E6E6E6;
    color:#4d4d4d;
    padding:8px;
    font-size:13px;
    border-radius: 0 0 3px 3px;
}
#memoDetails .Titlegraycont ul
{
    list-style: disc inside none;
    margin: 0;
    padding: 5px;
}

.submitNdEarn
{
    min-height:68px;
}
.dvAcceptTermFalse
{
    min-height:50px;
}
.submitNdEarn a div.inlineTxt
{
    float: none;
    margin-left: 68px;
}
img.left {
    float: left;
    padding-right: 4px;
}
img.right {
    position:absolute;
    right:0px;
    top:-3px;
    vertical-align:top;
}
.TabLeft .submitNdEarn .inlineTxt
{
    float: none;
    margin-left: 68px;
}
.TabLeft .listButtons
{
    color:#0078A3;
    font-size:12px;
    line-height:16px;
}
.listButtons div.submissionStart a.button
{
    font-size: 13px;
    font-weight:normal;
    padding-right:6px;
}
.listButtons div.submissionStart a .countDownButtons
{
    margin-left:20px;
    text-align:left;
}
.listButtons div.submissionStart a .icon-time {
    background-position: 0 0;
    background-repeat:no-repeat;
    position: absolute;
    left:10px;
    top: 12px;
    height:21px;
    width:21px;
}

.listButtons div span.BtnSpn
{
    display: block;
    color: #4D4D4D;
    margin-bottom:8px;
    text-align: center;
    padding: 12px 10px;
    vertical-align: baseline;
    border: 1px solid #e7b422;
}
.listButtons div span.small
{
    font-size:13px;
    font-weight: bold;
    line-height:20px;
}
.listButtons div span.medium
{
    font-size:14px;
    line-height:23px;
    font-weight: bold;
}
.listButtons div span.large
{
    font-size:16px;
    font-weight: bold;
    line-height:23px;
}
.TabLeft .graytitle
{
    margin: 0;
    padding: 8px;
    color: #676767;
    text-align: left;
    line-height: 18px;
    vertical-align: top;
    text-transform: uppercase;
    background-color: #F9F9F9;
    border-radius: 3px 3px 0 0;
    border-width: 1px 1px medium;
    border-style: solid solid none;
    border-color: #DDDDDD #DDDDDD -moz-use-text-color;
}
.mrGnB10
{
    margin-bottom:10px;
}
.submitNdEarn .inlineTxt
{
    float: none;
    margin-left: 68px;
}
.submitNdEarn span
{
    color: #999;
    display: block;
    font-size: 9px;
    padding-top: 8px;
}
.listButtons
{
    color:#006c9a;
    font-size:12px;
    line-height:16px;
}
.listButtons div a
{
    display: block;
    font-size: 14px;
    line-height:18px;
    padding: 8px 10px;
    text-align: center;
    margin-bottom:10px;
    outline: medium none;
    text-decoration: none;
    vertical-align: baseline;
    border: 1px solid #DCDCDC;
}
.listButtons div a.btn-brochure img
{
    max-height:34px;
}
.btn-brochure
{
    color: #29aae1;
    font-size: 18px;
    text-align: left;
    border-radius: 3px;
    padding: 12px 10px 12px 70px;
    background: url("/images/icon-pdf.png") no-repeat 30px center #F9F9F9;
}
.btn-brochure:hover
{
    background-color: #0078A3;
    color:White;
}
.listButtons div .lnkbrochures
{
    color:#4D4D4D;
    font-weight:bold;
    padding:12px 10px;
}
.realtorButon
{
    background: #f9f9f9;
    border-radius: 3px;
    color: #0078A3;
    font-size:15px !important;
    font-weight: bold;
    padding: 3px 8px !important;
}
.realtorButon:hover
{
    background-color: #0078A3;
    color:White;
}
.graytitle
{
    background-color: #F9F9F9;
    border-color: #DDDDDD #DDDDDD -moz-use-text-color;
    border-radius: 3px 3px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #676767;
    line-height: 18px;
    margin: 0;
    padding: 7px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}

.specTable table
{
    margin-bottom:0;
}
.specTable table .specTableTitle
   {
    font-size: 15px;
    font-weight: normal;
    text-shadow: 0 0 3px white;
}
.specTable table tr th, .specTable table tr td
{
    font-size: 13px;
    padding: 10px 8px;
    line-height:20px;
    border-top:0px none transparent;
    vertical-align:middle;
}
.specTable table thead td {
    border-bottom:1px solid #E6E6E6;
}
.specTableEdit table tr td
{
    border-top:1px solid #DCDCDC;
    padding:10px 4px 10px 4px;
    vertical-align:middle;
}
.specTableEdit table tr th
{
    background:#F9F9F9 !important;
    border-top:1px solid #DCDCDC;
    padding:6px 4px 6px 4px;
    font-size:12px;
    vertical-align:middle;
    white-space:nowrap;
}
.specTableEdit table tr td label b
{
    font-size:12px;
}
.specTableEdit table tr td label, .specTableEdit table tr td input[type="text"]
{
 margin-bottom:0;
}
.Cellfixer table tr td
{
    padding:6px 0px;
}
.Cellfixer table tr td strong
{
    display: block;
    font-size: 12px;
    margin-left: 4px;
    padding-left: 0;
    padding-right: 2px;
}
.specTableEdit table textarea
{
    resize: none;
    max-width: 240px;
    max-height: 320px;
}
.specTable table tr td .value
{
    display: inline;
    color:#4d4d4d;
    font-weight: bold;
    font-size: 15px;
}
.specTable table tr td .tag
{
	white-space: pre;
    color:#999;
    display: inline;
    font-size: 11px;
    font-weight: normal;
}
.TabLeft div.specTable thead th
{
    font-size:15px;
    font-weight:bold;
    padding:10px 15px;
}
.divAskExperts div.specTable
{
    padding: 10px 15px;
    border-radius: 3px;
    border:1px solid #E6E6E6;
    background-color: #F9F9F9;
}
.divAskExperts div.specTable tbody td
{
    padding-left:0px;
    padding-right:0px;
    background-color: #F9F9F9;
}
.divAskExperts div.specTable thead>tr:first-child>td
{
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #e6e6e6;
}
.divAskExperts div.specTable thead>tr:first-child>td h2
{
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: normal;
    }
.divAskExperts div.specTable tbody td strong
{
    color:#4d4d4d;
}
.divAskExperts small
{
    color:#999999;
    font-size:11px;
    line-height:16px;
}
.dynamicText>div.divFRangePart
{
    padding:0px;
    border-bottom:1px solid #E6E6E6;
}
.divFRangePart>div
{
    padding:5px;
    min-height:31px;
    border-bottom:1px solid #E6E6E6;
}
.divFRangePart>div:last-child
{
    border-bottom: 0px;
}
.dvModelInfoDetail label
{
    color: #4d4d4d;
    padding: 0px 6px;
    line-height: 1.4em;
    margin-bottom: 0px;
    font-weight: normal;
    }
.dvModelInfoDetail label:first-child
    {
        line-height:31px;
        }
    .dvModelInfoDetail label span
    {
        font-size: 14px;
        }
    .dvModelInfoDetail label small
    {
        color:#999999;
        font-size: 11px;
        }
.dvAside .boxer
{
    border-radius: 3px;
    padding: 18px 15px 10px;
    border: 1px solid #E6E6E6;
    background-color: #F9F9F9;
}
.FreeMarketAnalysis .h2 small {
    display: block;
    color: inherit;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.boxer ul li:not(:last-child) {
    margin-bottom:10px;
}

.FreeMarketAnalysis ul li
{
    color: #999999;
    }
.FreeMarketAnalysis ul li:nth-child(2)
{
    font-size:12px;
    margin-bottom:16px;
    color:#999999;

    }
.boxer .muted
{
    font-size:13px;
    }
.dvAside h2, .dvAside h3, .dvAside h4
{
    font-weight: normal;
    margin-bottom:0px;
    }
.dd-pointer {
    top: 50%;
    width: 0;
    height: 0;
    right: 5px;
    margin-top: -3px;
    position: absolute;
}
.dd-pointer-down {
    border: solid 4px transparent;
    border-top: solid 5px #4d4d4d;
}
.divLanguage
{
    padding-top:5px;
    padding-left:6px;
    position: relative;
    height: 30px;
}
.selectedForEdit
{
    float:left;
    width:240px;
}
.dynamicText>div .dd-pointer
{
    top: 15px;
    right: 5px;
}
.dynamicText>div .dd-select .dd-pointer
{
    right:3px;
}
.dynamicText>div .divLanguage .dd-pointer
{
    top: 12px;
}
.dynamicText>div .dd-selected-text
{
    color:#999999;
    line-height:31px;
    margin-bottom: 0px;
}
.divAskExperts div.specTable h3
{
    margin-bottom:4px;
}
.dd-option-text.dd-custom-text
{
    color:#4d4d4d;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
    }
.dynamicText>div .dd-selected-text.custom-selected-text
{
    color:#4d4d4d;
    }
.successTitle
{
    color:#4d4d4d;
    font-size: 21px;
}
.successText
{
    color:#999999;
    line-height:21px;
}
#ViewImageContainer {
    display: inline-block;
    text-align: left;
}

.viewlogo {
    position: fixed;
    bottom: 10px;
    z-index: 2000;
}

.thumbnailFrame img {
    max-height: 100%;
}
.thumbnailFrame img.galThumbnail:not([src]) {
	opacity: 0;
}
#dvAdvertisement.SquareUp.Overview
{
     margin-top:-15px !important;
}
#dvAdvertisement.SquareUp
{
    margin-top:14px;
}
@media screen and (min-width:768px) {
    .thumbnailFrame {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: black;
        width: 100%;
        height: 205.65px;
    }
}

@media screen and (max-width:767px) {
    .thumbnailFrame {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: black;
        width: 100%;
        height: 255px;
    }
}

@media screen and (min-width:768px) {
    .galleryPreview, .galleryPreviewVideo, .galleryPreviewVR {
        width: 300px;
        height: 232.66px;
        vertical-align: middle;
        display: inline-block;
        margin: 15px;
    }
}

@media screen and (max-width:767px) {
    .galleryPreview, .galleryPreviewVideo, .galleryPreviewVR {
        width: 100%;
        vertical-align: middle;
        display: inline-block;
        padding: 10px;
    }
}

.galleryPreview:hover, .galleryPreviewVideo:hover, .galleryPreviewVR:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: .2s ease;
    background-color: rgb(241, 247, 249);
}

.galleryVid {
    height: 100%;
    width: 100%;
    pointer-events: none;
}

@media screen and (max-width:767px) {
    .galleryVid {
        height: 255px;
        width: 100%;
    }
}

.galleryVidIcon {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: inline-block;
}

@media screen and (max-width:767px) {
    .galleryVidIcon {
        width: 100%;
        height: 100%;
    }
}

.galleryVidIcon:before {
    content: url("/images/play.png");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.fullscreenVidIcon {
    content: url("/images/play.png");
    z-index: 90;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: auto;
}
.empty
{
    color:#999999;
}
.gmnoprint
{
    display:none;
}
.viewProjectMapLearge
{
    overflow:hidden;
    background-color: #E5E3DF;
    border: 1px solid #E6E6E6;
    border-radius: 3px 3px 0 0;
    -webkit-mask-size:642px 350px;
    -webkit-mask-image:url("/images/mask-image-642x350.png");

}
.viewProjectMapThumb
{
    overflow:hidden;
    border-radius: 3px;
    background-color: #E5E3DF;
    border: 1px solid #E6E6E6;
    -webkit-mask-size: 274px 188px;
    -webkit-mask-image:url("/images/mask-image-274x188.png");
}
/*+ ==============Neighboorhood Tab Styles ============== + */
.divNbhooddistance
{
    padding: 0px;
    border-radius: 3px;
    color: rgb(77, 77, 77);
    background: rgb(249, 249, 249);
    border: 1px solid rgb(221, 221, 221);
}
.divNbhooddistance:after
{
    display: table;
    content: "";
    clear:both;
}
.divNbhoodFirstCol
{
    float: left;
    padding-top:0px;
    font-size: 20px;
    line-height:23px;
    max-width: 372px;
    font-family: 'PT Sans Bold', Arial, sans-serif;
}
.divNbhoodFirstCol > div {
    padding: 10px 0 5px 15px;
}
    .divNbhoodFirstCol > div small {
        font-family: 'PT Sans', Arial, sans-serif;
    }
.divNbhoodLastCol
{
    margin-left: 270px;
}
.divNbhooddistance ul.inline
{
    margin:0;
    float:right;
}
.divNbhooddistance ul.inline li
{
    padding:12px 15px;
    text-align:center;
    border-right:1px solid #e6e6e6;
}
.divNbhooddistance ul.inline li:last-child
{
    border-right:0px;
}
.divNbhooddistance ul.inline li div small
{
    font-size:11px;
}
.divNbhooddistance ul.inline li div small a
{
    color:inherit;
    padding:0;
}
.divNbhooddistance ul.inline li div small sup
{
    top:0;
}
.divNbhooddistance ul.inline li div strong
{
    font-size:28px;
}
.divThankyou>div.muted>div
{
    color: #989898;
    line-height:24px;
    }
.joinTheInsidersClub ul li
{
    color: #989898;
    line-height:21px;
    }

.joinTheInsidersClub h2
{
    line-height: 26px;
    }
 .joinTheInsidersClub h2 small
 {
     color: #4d4d4d;
     }
/*============Tabed Right============*/
.TitleBlue
{
    color:#0078A3;
    padding:3px 0;
    text-transform:uppercase;
    font-weight:normal;
    margin-bottom:5px;
}
.TitleGraUpper
{
    color:#4d4d4d;
    margin-bottom:5px;
}
.slideshowContainer
{
    margin:0px;
    border:0px;
    z-index: 9;
    padding:0px;
    max-width: 642px;
    overflow:hidden;
    position:relative;
    }
.slideshowContainer:after
{
    content:'';
    clear:both;
    display:table;
}
.mCR {
    max-height: 440px;
}
.divSlideShow{
    position: relative;
}
.divSlideshow>a
{
    top: 0px;
    border:0px;
    z-index: 8;
    width: 100%;
    height: 100%;
    left: -642px;
    color:#000000;
    display: block;
    overflow: hidden;
    text-align:center;
    position: absolute;
    text-decoration:none;
}
    .divSlideshow > a:first-child {
        left: 0;
    }
.divSlideshow>a>img
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    margin: auto;
    max-height: 100%;
    max-width: 642px;
    position: absolute;
}
    .divSlideshow > a i.fa-search-plus {
        top: 6px;
        right: 6px;
        width: 24px;
        color: white;
        height: 24px;
        z-index: 1111;
        cursor: pointer;
        position: absolute;
    }
.rightContent
{
    float: left;
    width: 538px;
}
.leftContent
{
     float: left;
     margin-left: 7px;
     width: 164px;
}
.topFixer
{
    padding-top:6px;
}
.bottomFixer
{
    padding-bottom:6px;
}
.btn-mini:first-child
{
    background: #5BB75B;
}
/*================= SlideCaption =========== */
.SlideCaption
{
    max-height: 40px;
    box-sizing:border-box;
    border-radius: 3px 3px 0 0;
    -moz-box-sizing: border-box;
}
.SlideCaption>span:only-of-type
{
    margin: 0;
    color:White;
    display:block;
    font-size: 16px;
    font-weight:bold;
    line-height: 18px;
    padding: 8px 20px;
    font-family: 'PT Sans Bold', Arial, sans-serif;
}

.SlideCaptionBottom
{
    z-index:99;
    position:relative;
    bottom:0px;
    left:0px;
    line-height:1.6em;
    max-height:40px;
    width:642px;
    font-size:1.3em;
    text-shadow:none;
    box-sizing:border-box;
    background-color:rgb(0,0,0);
    border-radius: 3px 3px 0 0;
    -webkit-box-sizing:border-box;
    background-color: rgba(0,0,0,0.6);
}
.SlideCaptionBottom>span:only-of-type
{
    margin: 0;
    color:White;
    font-size: 16px;
    font-weight:bold;
    line-height: 18px;
    padding: 8px 20px;
}
.previewCaption
{
    border-radius: 0 0 3px 3px;
    display: block;
    font-size: 12px;
    padding:3px 20px;
    margin: 0 -25px -21px -24px;
    width: 686px;
}
.feature-rendering {
    visibility:hidden;
    font-style:italic;
    text-align:right;
    color: #999;
    font-size: 13px;
    margin-top: 4px;
}
    .feature-rendering a {
        text-decoration:underline !important;
    }
/*============== SlideCaption End ============== */
.TabRight .midCol
{
    float:left;
    width:506px;
}
.midCol
{
    float:left;
    width:506px;
}
.TabRight .rightCol
{
    width:200px;
    margin-left:20px;
    float:right;
}
.rightCol
{
    width:200px;
    margin-left:20px;
    float:right;
}
.TabRight .rightCol .DivBlock
{
    margin-bottom:10px;
}
.TabRight .rightCol .DivBlock p
{
    color: #4d4d4d;
    font-size: 97%;
    line-height: 19px;
    margin: 0 0 10px;
    padding: 0;
}
.Description p, .DivBlock p
{
    line-height: 19px;
}
.DivBlock p span.tag
{
    color:#999999;
    display:block;
}
.DivBlock div.list
{
    margin-bottom:10px;
}

/*=================================Css3 LoginPop Style Customized by zak =================================*/
/*========================round-table======================*/
div.gridTable
{
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 0px;
    font-size:15px;
}
table.table1, table.tblSingleRow{
    width: 100%;
    font-size:15px;
    line-height: 1.5em;
    font-weight: normal;
    border-collapse:separate;
}
.table1 thead th{
    width: 192px;
    padding:10px;
    color:#4d4d4d;
    text-align:right;
    font-weight: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    background-color:#F9F9F9;
    border-top-left-radius: 3px;
    border-top:1px solid #E6E6E6;
    border-left:1px solid #E6E6E6;
    border-bottom-left-radius: 0px;
    border-bottom:1px solid #E6E6E6;
    border-top: 1px solid hsla(0,0%,0%,.03);
    box-shadow: 0 1px 2px hsla(0,0%,0%,.02) inset, 0 -1px 0 hsla(0,0%,100%,.25);
}

.table1 thead td{
    padding:10px;
    color:#666666;
    text-align:left;
    border-top-right-radius: 3px;
    border-top:1px solid #E6E6E6;
    border-right:1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;

}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    width: 192px;
    padding:10px;
    color:#4d4d4d;
    text-align:right;
    font-weight: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    background-color:#F9F9F9;
    border-bottom:1px solid #E6E6E6;
    border-left:1px solid #E6E6E6;
}

.table1 tbody td{
    padding:10px;
    color: #666666;
    text-align: left;
    border-right:1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.table1 tfoot th{
    width: 192px;
    padding:10px;
    color:#4d4d4d;
    text-align:right;
    font-weight: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    background-color:#F9F9F9;
    border-left:1px solid #E6E6E6;
    border-bottom-left-radius: 3px;
    border-bottom:1px solid #E6E6E6;
    box-shadow: 0 1px 2px hsla(0,0%,0%,.02) inset, 0 -1px 0 hsla(0,0%,100%,.25);
}
.table1 tfoot td{
    padding:10px;
    color: #4d4d4d;
    text-align:left;
    border-right:1px solid #E6E6E6;
    border-bottom:1px solid #E6E6E6;
    border-bottom-right-radius: 3px;
}

/*=================================Dynamic Rounded Table Cell Styles Goes here==============*/
.tableDynamic
{
    line-height: 1.5em;
    font-size:15px;
    font-weight: normal;
    border-collapse:separate;
    width: 100%;
}
.tableDynamic th{
    width: 192px;
    border-left: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
}
.tableDynamic td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right-color: rgb(230, 230, 230);
    border-bottom-color: rgb(230, 230, 230);
}
/* tableDynamic  Styles ends here */
.table1 tbody td .text, .table1 thead td .text, .table1 tfoot td .text
{
    width: 100%;
    color:#525C66;
    -moz-box-flex: 1;
    border-width: 0px;
    border-radius: 3px 0 0 3px;
    padding: 0.7em 0.1em 0.7em 0.4em;
    background: hsla(0,0%,100%,.9) padding-box;
}

.gridTable input.editable, .gridTable select.editable
{
    outline:none;
    color: #555;
    font-size: 0.9px;
    border-width: 0px;
    vertical-align: middle;
    background-color:#FFF;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.001) inset;
}
.gridTable input.full, .gridTable select.full
{
    width:98%;
}
.gridTable input[type=radio]
{
    width: auto;
    color: #555555;
    font-size: 0.9em;
    border-width: 0px;
    vertical-align: middle;
    }
textarea
{
    width:100%;
    box-sizing: border-box;
}
textarea.editable
{
    resize:none;
}
/*======================tblSingleRow====================*/
.tblSingleRow th{
    color:#4d4d4d;
    padding:10px;
    width: 192px;
    text-align:right;
    font-weight: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    background-color:#F9F9F9;
    border-top-left-radius: 3px;
    border-top:1px solid #E6E6E6;
    border-left:1px solid #E6E6E6;
    border-bottom-left-radius: 3px;
    border-bottom:1px solid #E6E6E6;
}
.tblSingleRow td{
    color: #666666;
    padding:10px;
    text-align: left;
    border-top-right-radius: 3px;
    border-top: 1px solid #E6E6E6;
    border-right:1px solid #E6E6E6;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #E6E6E6;
}
.grayBorder
{
    padding:10px;
    font-size:14px;
    line-height: 19px;
    border-radius:3px;
    border: 1px solid #E6E6E6;
}

.grayBorder label.tag
{
    margin:0;
    padding:5px;
    color: #999999;
}
/*=================Thumbnails sytle================*/
.thumbnails {
    list-style: none outside none;
    margin: 0 0 10px -20px;
    padding: 0;
    *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
}

.thumbnails:after {
clear: both;
}

.row-fluid .thumbnails {
margin-left: 0;
}

.thumbnails > li {
    float: left;
    margin-bottom: 18px;
    margin-left: 20px;
}
.thumbnails > li.list
{
width:155px;
}
.thumbnails > li > div.date
{
    color:#ababab;
    font-size:10px;
    line-height:16px;
    padding-bottom:6px;
}
.thumbnail {
    padding: 0px;
    display: block;
    overflow:hidden;
    margin-left:0px;
    margin-bottom:3px;
    position:relative;
    line-height: 20px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
}
div#thumbcontainer li .thumbnail
{
    box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
div#thumbcontainer li.list .thumb_addFile
{
    width: 160px;
    height: 250px;
    padding:5px 4px;
    border-radius: 3px;
    text-align:center;
    border:1px dashed #bdbdbd;
    background-color:#F9F9F9;
    box-shadow:0 1px 12px rgba(0,0,0,.2) inset;
    -webkit-font-smoothing:antialiased;
    transition: border .1s;
}
div#thumbcontainer li.list .thumb_addFile input.input-file
{
    color:#4d4d4d;
    font-size:14px;
    padding:6px 12px;
    border-radius: 3px;
    background-color:#ebe8e1;
    border:1px solid #cccccc;
    background: rgb(235,232,225);
    background: linear-gradient(to bottom, rgb(235,232,225) 0%,rgb(226,223,216) 51%,rgb(215,210,204) 100%);
}
/*==========DropFile Style==================*/
.dropLine
{
    color: #006D94;
    float: left;
    left: 80px;
    position: relative;
    top: 56px;
}
.dropFIle
{
    float: left;
    height: 50px;
    left: 18%;
    position: relative;
    top: 42px;
    width: 160px;
}
.dropHelp
{
    float: left;
    margin-left: 220px;
    margin-top: 36px;
    text-align: left;
}



div#thumbcontainer li.list .thumb_addFile h5, div#thumbcontainer li.list .thumb_addFile .tags, div#thumbcontainer li.list .thumb_addFile .addThumb
    {
    color: #9A9A9A;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding-top: 15px;
    text-decoration: none;
}
a.thumbnail:hover {
    border-color: #0088cc;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > a> img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.thumbnails > li > div.caption {
    padding: 8px 0 5px;
    word-wrap: break-word;
}
.developerLink
    {
    color: #4d4d4d;
    text-decoration: none;
}
.developerLink:hover
{
text-decoration: none;
}

/*====================================Gray Title for Map View====================================*/
.condoTitlegray
{
    color: #4D4D4D;
    cursor:pointer;
    font-size: 13px;
    line-height:21px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 15px;
    position: relative;
    border:1px solid #c8c7c5;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    background-color: #f9f9f9;
    background: rgb(235,232,225);
    background: linear-gradient(to bottom, rgb(235,232,225) 0%,rgb(226,223,216) 51%,rgb(215,210,204) 100%);
}
.boxshadow4
{
    box-shadow:inset 0px 10px 8px -10px rgba(0,0,0,0.5),inset 0px -10px 8px -10px rgba(0,0,0,0.4)
}

.divpano, .Rounded712X350
{
    position: relative;
    border-radius: 3px;
}
.divStreetviewMap
{
    width:642px;
    height:350px;
    xwidth:100%;
   xheight:100%;
    overflow:hidden;
    border-radius: 3px;
    -webkit-mask-position:0;
    -webkit-mask-size:642px 350px;
     -webkit-mask-image:url("/images/mask-image-642x350-rounded.png");
}

.streetview-wrapper {
    position: relative; 
    background: #f9f9f9; 
    cursor: pointer;
    border-radius: 3px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: 1px solid #ddd;
}

.streetview-wrapper .streetview-child {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.streetview-wrapper .streetview-child i {
    color: #0078a3;
    margin: 12px;
}

#googleToolbar
{
    height:82px;
    width: 642px;
    overflow:hidden;
    position: relative;
    border: 0px none #656563;
    background-color: #4d4d4d;
    border-radius: 0px 0px 3px 3px;
    box-shadow:0 0 1px 1px #9d9d9d inset, 0 0 15px 1px  rgba(0, 0, 0, 0.7) inset;
}
#googleToolbar .GglTbprev
{
    float: left;
    width: 42px;
    height: 100%;
    z-index: 100;
    cursor: pointer;
    padding-top: 20px;
    border-width: 0px;
    position: relative;
    border-radius: 0px 0px 0px 3px;
    background-color: rgb(108, 108, 108);
    box-shadow: 0 0 1px 1px rgb(128, 128, 128) inset, 0 0 15px 1px rgba(230, 226, 220, 0.3) inset;
}
#googleToolbar .GglTbnext
{
    right:0;
    width: 42px;
    height: 100%;
    z-index: 100;
    position: absolute;
    background-color: #6c6c6c;
    border: 0px none #656563;
    border-radius: 0px 0px 3px 0px;
    box-shadow:0 0 1px 1px gray inset, 0 0 15px 1px rgba(230, 226, 220, 0.3) inset;
}
#googleToolbar .GglTbAll  div.prev
{
    width: 42px;
    height: 36px;
    display: block;
    margin-top: 20px;
    background-position: -9px 192px;
    background-image: url("/images/condowIcons.png");
}
.touchcarousel .arrow-holder {
    color: white;
    padding: 16px;
}
    .touchcarousel .arrow-holder i.fas {
        top: 14px;
        position: relative;
    }
.touchcarousel .arrow-holder.left
{
    left:0px;
    top: 0px;
    width: 42px;
    z-index: 100;
    height: 81px;
    cursor: pointer;
    position: absolute;
    background-color: #6C6C6C;
    border-left: 1px solid #646464;
    box-shadow: 0 0 1px 1px gray inset, 0 0 15px 1px rgba(230, 226, 220, 0.3) inset;
}
.touchcarousel .arrow-holder.left div.prev, #googleToolbar .GglTbnext  div.next
{
    width: 42px;
    height: 36px;
    display: block;
    margin-top: 20px;
    }
.touchcarousel .arrow-holder.left div.prev {
    background-position: -9px 192px;
    background-image: url("/images/condowIcons.png");
}
#googleToolbar .GglTbnext  div.next
{
    background-position: -9px 229px;
    background-image: url("/images/condowIcons.png");
}
.touchcarousel .arrow-holder.right {
    top: 0px;
    right:0px;
    z-index: 1;
    width: 42px;
    border: 0px;
    height: 82px;
    cursor:pointer;
    position: absolute;
    background-color: #6C6C6C;
    border-bottom-right-radius: 3px;
    box-shadow:0 0 1px 1px gray inset, 0 0 15px 1px rgba(230, 226, 220, 0.3) inset;
}

.touchcarousel .arrow-holder.right div.next
{
    width: 42px;
    height: 36px;
    display: block;
    margin-top: 16px;
    background-position: -9px 229px;
    background-image: url("/images/condowIcons.png");
}
#googleToolbar ul{
    margin:0px 0px 0px 40px;
    padding:0px;
    overflow:hidden;
}
ul.googleToolbox
{
    float: left;
    position: absolute;
    height: 82px;
    left: 85px;
}
#googleToolbar ul li{
    float: left;
    list-style: none;
    margin-top:-5px !important;
}
#googleToolbar ul li img
{
    padding:20px 5px 5px;
}
#googleToolbar ul li div
{
    color: White;
    text-align: center;
    width: 84px;
    height:82px;
    display: block;
    font-size: 75%;
    text-align: center;
    cursor:pointer;
    text-transform: capitalize;
    vertical-align: middle;
}
#googleToolbar ul li div span
{
    display:block;
    white-space:nowrap;
}
.tooldark
{
    opacity: 0.6;
}
#googleToolbar .GglTbAll
{
    left: 42px;
    width: 42px;
    z-index: 100;
    float: right;
    height: 81px;
    cursor: pointer;
    position: absolute;
    background-color: #6C6C6C;
    border-left: 1px solid #646464;
    box-shadow: 0 0 1px 1px gray inset, 0 0 15px 1px rgba(230, 226, 220, 0.3) inset;
}
div#divAll
{
    color: White;
    display: block;
    font-size: 75%;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    border-right:1px solid #7C7C7C;
}
#googleToolbar div#divAll span
{
    display: block;
    white-space: nowrap;
}
#googleToolbar div#divAll img
{
    padding: 0px 5px 10px 5px;
}
.InlinePopUpHeading
{
    font-size: 12.5pt;
    color: #0078A3;
    font-weight: bold;
    line-height: 30px;
    margin-top: 8px;
}
div.caps
{
    color: #0078A3;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
    clear:both;
}
div.comingsoon
{
    position:relative;
    top:34px;
}
/*===============================Sorted Items ============================*/
.notice
{
    color: #999999;
    font-size: 11px;
}
table.tblitemRowFB
{
    width:100%;
}
table.tblitemRowFB td
{
    padding:5px;
    font-size:15px;
    color:#4d4d4d;
}
.noStyled
{
    width:100%;
    margin: 0;
}
.noStyled th, .noStyled td
{
    padding:0 !important;
}
.noStyled th small, .noStyled td small
{
    font-size:13px;
    color: #999999;
    font-weight: normal;
}
table.tblitemRowFB td .status
{
   color:#4d4d4d;
}
table.tblitemRowFB td #startingprice
{
    color: #4D4D4D;
    font-size: 15px;
    font-weight: bold;
}
/*===================sortedItems Advanced =========================*/
div.SortBy
{
    padding:5px 0 5px;
}
div.SortBy table
{
    width:100%;
    margin-bottom:0px;
}
#FlorPlanNotExist
{
    clear: both;
    margin-top: 10px;
}
div.SortBy table td img#favsort
{
    cursor:pointer;
}
div.titleStatus
{
    font-size:15px;
    color:#4d4d4d;
}
div.SortBy .sortByprice {
    cursor: pointer;
    line-height: 32px;
    padding-left: 20px;
}
div.SortBy .sortByFav
{
    padding:0 10px;
}
div.row-fluid .sortedItems div.prev
{
    float:left;
    cursor:pointer;
    margin:12px 0px 5px 0px;
    width:42px;
}
div.row-fluid  .sortedItems div.next
{
    float:right;
    cursor:pointer;
    margin:12px 0px 5px 0px;
    width:42px;
    text-align: right;
}
div.row-fluid .sortedItems ul.itemlist
{
    float:left;
    width:93%;
}
div.row-fluid  .sortedItems ul.itemlist li
{
    border:0px none !important;
}
div.row-fluid  .sortedItems ul.itemlist li.itemRow:hover
{
    border:0px none !important;
    background:none !important;
}
/*===============================PopUp Title======================*/
h1.popTitle
{
    color:#4d4d4d;
    font-size:31px;
    line-height:36px;
    font-weight:bold;
    margin:0px 0px 12px;
}
.popUpTitle
{
    color:#4d4d4d;
    font-size:18px;
    line-height:24px;
    padding-left:10px;
    font-weight:bold;
    font-weight:normal;
    margin:0px 0px 12px;
}
.pdf_brochure_icon img
{
    max-width:28px;
}
div.popUp .thumbnails
{
    background:#f2f2f2;
    border:#d8d8d8;
    padding:10px;
    margin:0;
}
div.popUp .thumbnails > li.list
{
    width:172px;
    margin-left:10px;
    margin-top:10px;
    background:#fefefe;
}
div.popUp .thumbnails li .listCaption
{
    top:0px;
    left:0px;
    width:100%;
    z-index:99;
    color:White;
    height: 20px;
    padding:2px 0;
    font-size:12px;
    background:#000;
    position:relative;
    background:rgb(0,0,0);
    background: rgba(0,0,0, .6);
}
div.popUp .thumbnails > li.list .thumbnail
{
    min-height:252px;
}
div.popUp .thumbnails > li.list .thumbnail div.caption
{
    margin:5px 0;
}
div.popUp div.btn-Center
{
    margin-top:35px;
    margin-bottom:10px;
}
div.popUp div.btn-Center .btn-large
{
    font-size: 16px !important;
    line-height: normal;
    padding: 12px 44px !important;
}
div.popUp .thumbnails li .text
{
    border:none;
    box-shadow:none !important;
}
/*============Common Thumbcontainer styling================*/
.thumbnails
{
    background:#f2f2f2;
    border:#d8d8d8;
    padding:3px;
    margin:0;
}
.thumbnails > li.list
{
    width:172px;
    margin-left:10px;
    margin-top:10px;
    background:#fefefe;
}

.thumbnails > li.list .thumbnail
{
    min-height:252px;
}
.thumbnails > li.list .thumbnail div.caption
{
    margin:5px 0;
}
div.btn-Center
{
    margin-top:35px;
    margin-bottom:10px;
}
div.btn-Center .btn-large
{
    font-size: 16px !important;
    line-height: normal;
    padding: 12px 44px !important;
}
.thumbnails li .text
{
    border:none;
    box-shadow:none !important;
}
/*=================================Requested changes fixer styles=============================*/
.projectLogoedit
{
    position: absolute;
    left: 0;
    top: 0;
    width: 118px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 20px 0 0 5px;
}
.devOverflow
{
    overflow: hidden;
    max-width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.publicProDeveloperName .projectName {
    color: #0078A3;
    font-size: 20px;
    line-height:23px;
    font-weight: bold;
    margin-bottom: 7px;
}
.publicProDeveloperName span.project
{
    font-size:15px;
    color:#4d4d4d;
    font-weight:normal;
}
.publicProDeveloperName h2,
div.DeveloperName
{
    color:#4d4d4d;
    font-size:14px;
    margin-bottom:0;
    line-height: 18px;
    font-weight:normal;
}
.lastUpdatedMassage
{
    font-size: 15px;
    line-height: 21px;
}
.projectUtility
{
    z-index: 21;
    position:relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.projectUtility h1, .projectUtility div.subtitle
{
    max-width: 525px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.projectUtility h1
{
    font-size: 30px;
}
    .projectUtility .h3
    {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 4px;
    }
    table th label, table td label
    {
        margin-bottom: 0px;
    }
    .sharethisproj:after
    {
        content: '';
        clear: both;
        display: table;
    }
    .sharethisproj table td
    {
        color: #29AAE1;
        font-size: 13px;
        padding-top: 0px;
        line-height: 30px;
        padding-bottom: 0px;
        vertical-align: middle;
    }
    .sharethisproj table td:not(:last-child)
    {
        padding-right:10px;
        }
    .sharethisproj table td a {
        color: #29AAE1;
    }
    ul.shareCounting {
        float: left;
        margin-top: 6px;
        margin-bottom: 0;
    }
    ul.shareCounting:after
    {
        clear: both;
        content: '';
        display: table;
        }
    ul.shareCounting>li>div
    {
        float: left;
        }
    ul.shareCounting>li:last-child
    {
        float:right;
        }
    ul.shareCounting>li:not(:last-child)
    {
        margin-right:20px;
        }
/*==============tabs Edit =============*/
.EditableFloorplan
{
    overflow:hidden;
    padding-bottom:10px;
    border:1px solid #ccc;
}
.EditableTitle
{
    color: #006F97;
    height: 23px;
    line-height: 42px;
    padding: 5px 6px;
    border-bottom:1px solid #ccc;
    background: none repeat scroll 0 0 #F2F2F2;
}
.EditFeature
{
    padding-left:10px;
}
.EditFeature > div.slideshowContainer, .EditFeature .slideshowContainer > div
{
    width: 700px;
    border-radius: 0px;
}
#divFeature {
    line-height: 26px;
    font-size: 11pt;
}
.featurePdf {
    padding: 14px;
    font-size: 12pt;
    text-align: left;
    font-weight: bold;
    border-radius: 3px;
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
}
.featurePdf:after
{
    content:'';
    clear:both;
    display:table;
}
.featurePdfFile {
    float: right;
    color: #29AAE1;
    cursor:pointer;
    font-weight:normal;
}
.smalltext
{
    font-size: 10px;
    color: #919191;
}

#btnSortByFavourite
{
    cursor: pointer;
}
.rounded_first
{
    position: relative;
    border: 1px solid #EFEFEF;
    border-radius: 3px 3px 0 0;
}

.rounded_last
{
    position: relative;
    border: 1px solid #EFEFEF;
    border-radius: 0 0 3px 3px;
    border-top: 0 none !important;
    background-color: #E2DFD8;
}

.innerItem
{
    border-top: 0 none !important;
    background-color: transparent;
}
.CommonButtonClass
{
    border: 0px;
    margin-top:-3px;
    cursor: pointer;
}
.sideNavigation > li.PriceBox
{
    padding: 9px;
}

.sideNavigation > li.PriceBox .title
{
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 700;
    margin-right: 0;
    text-transform: uppercase;
}
.sideNavigation > li.PriceBox .SmallValue
{
font-weight: normal;
text-transform: capitalize;
}
.sideNavigation > li.PriceBox .SmallValue .value
{
display: block;
font-weight: normal;
line-height: 14px;
text-transform: capitalize;
}
.sideNavigation > li.PriceBox .SmallValue .value strong
{
font-size: 110%;
color: #505050;
}
.side-tabs.sideNavigation > li.SingleRow > div.SmallValue
{
display: block;
font-size: 75%;
font-weight: normal;
text-transform: capitalize;
}

.SelectDate label.inline, .SelectDate select.OccupancyDate {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
}
.SelectDate select.OccupancyDate {
    border-radius: 3px;
    margin-left: 10px;
    padding-top: 5px;
    width: 140px;
}
.expandedBox > form label input[type="checkbox"] {
    border-radius: 3px;
}
.expandedBox .controls .help-inline {
    line-height: 30px;
    display: inline !important;
}

.SelectDate {
    margin: 0;
    padding: 8px;
    background-color: #F9F9F9;
    border: 1px solid #DCDCDC;
    border-radius: 0 0 3px 3px;
}
#dvCriteria tr
{
    height: 60px;
    cursor: pointer;
    background: url("/images/arrow-right.png") no-repeat scroll 600px center rgba(0,0,0,0);
}
.trFirst
{
    border-left-width: 0;
    border-right-width: 0;
    border: 1px solid #DCDCDC;
}
.trNormal
{
    border-bottom: 1px solid #DCDCDC;
}
:invalid
{
    box-shadow: none;
}
.ViewHolder
{
    width: 486px;
}
/*======================Mortgage Drive Down==============*/
ul.bs-docs-sidenav li
{
    line-height:28px;
}
.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

.nav > li > a {
    display: block;
}

.nav > li > a:hover {
    text-decoration: none;
}

.nav > .pull-right {
    float: right;
}

.nav-header {
    display: block;
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 15px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
    padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: transparent;
}

.nav-list [class^="icon-"] {
    margin-right: 6px;
}
.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
/* Sidenav for Docs
-------------------------------------------------- */
.bs-docs-sidenav {
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    *width: 190px;
    color:#999;
    text-decoration:none;
    margin: 0 0 -1px;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
}
.bs-docs-sidenav > li:first-child > a {
    border-radius: 0px !important;
}
.bs-docs-sidenav > li:last-child > a {
    border-radius: 0 0 3px 3px;
    background:#f9f9f9;
    border-bottom:1px solid #DCDCDC !important;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.bs-docs-sidenav > li > a > input[type="text"] {
    color: #999999;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    height: 21px;
    line-height: 20px;
    padding: 5px 6px;
}
.bs-docs-sidenav > li > a > .input-small {
    width: 122px;
}
.bs-docs-sidenav > li > a > .input-mini {
    width: 82px;
    margin-right:4px;
}
.bs-docs-sidenav > li > a > .input-appended
{
    width:96px;
    display:inline-block;
    -webkit-border-radius: 3px 0 0 3px !important;
    -moz-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
}
.bs-docs-sidenav > li > a > span[class="spnTxt"]
{
    width:90px;
    display:inline-block;
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-left {
    float: left;
    margin-right: 6px;
    margin-top: 5px;
    opacity: 0.25;
}
.bs-docs-sidenav a:hover .icon-chevron-left {
    opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-left,
.bs-docs-sidenav .active a:hover .icon-chevron-left {
    background-image: url(../images/sampleicons.png);
    opacity: 1;
}
.bs-docs-sidenav.affix {
    top: 40px;
}
.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}

.bs-docs-sidenav > li > a {
white-space: nowrap;
}
.bs-docs-sidenav > li > a > .add-on
{
margin-left: -5px;
vertical-align: top;
border-radius: 0 3px 3px 0;
}

.bs-docs-sidenav > li > a > .add-on {
    display: inline-block;
    width: auto;
    height: 32px;
    min-width: 16px;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
            text-shadow: 0 1px 0 #fff;
            background-color: #eee;
    border: 1px solid #ccc;
}
.bs-docs-sidenav > li > a > .add-on span.icon-chevron-up, .bs-docs-sidenav > li > a > .add-on span.icon-chevron-down
{
    display: block;
    height: 13px;
    margin: 0;
    cursor:pointer;
}

/*====== copied from Common.css ========================*/
#worksheetCountdown
{
    color: #47433c;
    padding-top: 0px;
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    position: absolute;
}
#worksheetCountdown #timer
{
    text-align: center;
}
.divRight
{
    position: relative;
    width: 736px;
    float: right;
    margin-right: 0px;
    height: 578px;
    overflow: hidden;
}
.btn-mini:first-child
{
    background: #5BB75B;
}
.imgFPT
{
    max-height: 84px;
    max-width: 60px;
}
.infoBox
{
    padding-bottom: 12px !important;
}
.infoBox img
{
    width: 30px !important;
    height: 30px !important;
}
.transparentCaption
{
    background-color: rgba(0,0,0,0);
}
/*======================Realtor widget style goes here================*/
.realtorheader
{
    color: white;
    font-size:16px;
    line-height:24px;
    font-weight:normal;
    border-style: none;
    text-decoration: none;
    padding:6px 6px 6px 12px;
    background-color: #0078A3;
    border-radius: 3px 3px 0 0;
}
.realtor_social_links
{
  display:inline;
  float:right;
}
.realtor_social_links a.facebook
{
    display:block;
    float:right;
    height:30px;
    width:30px;
    background-image: url("/images/icon_facebook.png");
    background-repeat: no-repeat;
    background-size: 85% auto;
    cursor:pointer;
}
.realtor_social_links a.twitter
{
    display:block;
    float:right;
    width:30px;
    height:30px;
    background-image: url("/images/icon_twitter.png");
    background-repeat: no-repeat;
    background-size: 85% auto;
    cursor:pointer;
}
.realtorbody
{
  padding:10px 5px;
  border-radius: 0 0 3px 3px;
  background-color:#f9f9f9;
  border-top:0px none #dcdcdc;
  border-right:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
  border-left:1px solid #dcdcdc;
}

.realtorbody:after
{
    clear:both;
    display: table;
    content: "";
    height:0;
}
.realtorPropic
{
  width:80px;
  margin:0px 5px;
  float:left;
}
.realtorPropic img
{
    max-width:80px;
    max-height:80px;
    background:black;
    border-radius: 3px;
    border:1px solid #dcdcdc;
}
.realtorInfo
{
    margin-left:95px;
    word-wrap: break-word;
}
.realtorInfo div
{
    display:block;
}
.realtorInfo div a
{
  color:#4d4d4d;
  font-size:11px;
  display: block;
  padding: 3px 3px 3px 25px;
  margin: 0 0 -1px;
}
.realtorInfo div a.email
{
    background:url(/images/ico_email1.png) no-repeat left center transparent;
}
.realtorInfo div a.phone
{
    background:url(/images/ico_call_phone_tiny.png) no-repeat left center transparent;
}
.realtorInfo div a.agent
{
    cursor:pointer;
    background:url(/images/ico_agent_tiny.png) no-repeat left center transparent;
}
#editImg
{
    cursor:pointer;
}
.placeholder { color: #aaa !important; }

/*==============To get Started=====================*/
.condoBox
{
    padding: 8px;
    background-color: #f9f9f9;
    border: 2px solid #efefef;
    border-radius: 3px;
              box-shadow: 1px 0 0 #fbfbfc;
}
.condoNoticeBox
{
    padding: 12px 20px;
    color:#818181;
    background-color: white;
    border: 2px dashed #efefef;
    border-radius: 3px;
}
.FlrPlnEditBox
{
    margin: 40px -10px;
    max-width: 330px;
    min-width: 330px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.FlrPlnEditBox  .xtremlarge
{
    width:90%;
}
hr.hidden2
{
    height: 1px;
    background: transparent;
    border: 0 none;
    margin: 3px auto;
}
table.getStartedEditFP tr td
{
    vertical-align:top;
}

div.projDetailsEdit h3
{
    font-weight:normal;
}
.bottomShadow
{
    height: 4px;
    background-image: url("/images/shadow_top_4x5.png");/* IE9- */
    background: linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    background-color:#fff;
}
/*  Public Preview Footer Styles */
.divPublicPreviewFooter
{
    text-align:center;
}
.divPublicPreviewFooter table
{
    width:100%;
}
table tr.bluebg
{
    background-color: #0078A3;
}
table tr.bluebg td
{
    color:White;
}
table tr.graybg
{
    background-color: #EDEDED;
    border-bottom: 1px solid #D7D7D7;
    height: 76px;
}
.vipPass
{
    margin-top: -82px;
    max-width: 140px;
    position: relative;
    margin-left:15px;
}
table tr.bluebg td
{
    padding-top:10px;
    font-size:14px;
    padding-bottom:10px;
}
table tr.bluebg td table tr td
{
   color: #FFCA20;
    font-size: 11px;
    line-height: 18px;
    padding: 4px 4px 0;
}
table tr.bluebg td table tr td .numValue
{
    display:block;
    font-size:21px;
    font-weight:bold;
}
.divPublicPreviewFooter table tbody td
{
    padding:4px 4px;
}
/*===========Upload Feture and videos */
.pdfContainer
{
    text-align: center;
    border: 1px solid #f0f3f8;
}
.pdfContainer img
{
    cursor:pointer;
}
.select
{
    width:auto;
    height: 30px;
}
textarea.resizenone
{
    resize:none;
}

/*Public Project Preview Page V2 */
.divPublicPreviewFooter2
{
    background:#f9f9f9;
}
.divPublicPreviewFooter2 table
{
   width:100%;
}
.divPublicPreviewFooter2 table h2
{
    color: #4D4D4D;
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 0;
    white-space: nowrap;
}
.BreeSerif
{
   color: #4d4d4d;
   font-size: 15px;
   font-family: 'BreeSerifRegular';
   font-weight: normal;
}
/*Div Public Preview Footer Style with login*/
.divPublicPreviewFooterwithLogin
{
    background-image: url("/images/shadow_top_4x5.png");
    background-color:#f9f9f9;
    background-position:top left;
    background-repeat: repeat-x;
    border-bottom: 1px solid #e6e6e6;
}
.divPublicPreviewFooterwithLogin table
{
    width: 100%;
}
.divPublicPreviewFooterwithLogin table td
{
    padding: 14px 10px;
}
ul.inline li.inlinelist
{
    margin-top:6px;
}
ul.inline li.inlinelist a
{
    display: inline;
    padding:5px;
}

.seperator
{
    border-left: 1px solid #DDDDDD;
    border-right: 0 solid #004C78;
    height: 75px;
    margin-bottom: 12px;
    margin-top: 8px;
    margin-left:12px;
    margin-right:11px;
    padding: 0;
    width: 1px;
}
.tagValues table td
{
    vertical-align:top;
}
.inlineContent:before, .inlineContent:after {
    content: "";
    display: table;
    line-height: 0;
}
.inlineContent:after {
    clear: both;
}
.inlineContent {
    margin-top: 5px;
    vertical-align: middle;
}
.inlinelabel {
    float: left;
    font-size: 25px;
    font-weight: normal;
    color: #0078A3;
    display: block;
    text-align: right;
    min-width: 50px;
    max-width:56px;
}
.inlineValue {
    margin-left: 57px;
    padding-top: 3px;
    font-size: 9px;
    color: #999;
}

.divemail input {
    line-height: 24px;
    font-size: 11pt;
    color: #999;
    width: 140px;
    height: 24px;
    font-size: 14px;
    color: #4d4d4d;
    outline: none;
    padding: 5px 6px;
    margin-bottom: 9px;
    border-style: inset;
    border-radius: 3px;
    padding-left: 15px;
    font-weight: normal;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
span#spnEmail
{
    color: #999999;
    font-size: 11pt;
    height: 25px;
    line-height: 29px;
    padding: 4px 6px 4px 8px;
    position: absolute;
    text-align: left;
    width: 110px;
}
/*===dvFooterForRealtor===*/
.dvFooterForRealtor
{
    border-top:1px solid #E6E6E6;
    background:#F9F9F9;
    min-height:38px;
    padding:6px 12px 4px;
}
.dvFooterForRealtor table td
{
    color:#999;
}
.dvFooterForRealtor table td ul.inline
{
    margin:0;
}
.dvFooterForRealtor td ul li a
{
    color:#999999;
}
.dvFooterForRealtor td .textCopyright
{
    padding-top:0px;
    padding-bottom:0px;
}
.footerLinksPublic ul
{
    margin:0;
    padding:0;
    list-style:none;
}
.footerLinksPublic ul li
{
    display:inline;
}
.footerLinksPublic ul li a
{
    color: #999999;
    font-size:12px;
    padding:0 8px;
}
.footerLinksPublic div
{
    text-align:left;
}
/*User Control Disclaimer Styles*/
.divDisClaimer .DivBlock {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*==================Model Details==================*/
.playGalleryVideoBtn
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 133px;
    margin: auto;
    z-index: 8561;
    height: 149px;
    display: block;
    cursor: pointer;
    position: absolute;
    vertical-align: middle;
    background: url("/images/play.png") no-repeat;
 }

 .VideoHolder
 {
     display:none;
     padding-top:31px;
}
/*==================Model Details==================*/
.expireDate
{
    clear:both;
    height:41px;
    margin-top:10px;
    margin-bottom:10px;
    background-color:#fffaec;
}
.expireDate .promotionExpire
{
    color: #FF6666;
    font-size: 12px;
    padding-top:13px;
    text-align:center;
    font-family: 'PT Sans Bold', Arial, sans-serif;
}
.divPromotionWrapper
{
    padding-top:0;
}
.containerFullWidth .expireDate
{
    margin-top:0;
}
.value1
{
    color: #999;
    font-size: 12px;
 }
/*PAGE STYLES*/
#googleToolbar ul li div span
{
    margin-top: -4px;
}
.ui-autocomplete.ui-menu
{
    width: 138px;
    overflow: hidden;
}
.ui-autocomplete.ui-menu-item a
{
    width: 130px;
}
.tooldark
{
    opacity: 0.6;
}
.InlinePopUpHeading
{
    font-size: 12.5pt;
    color: #0078A3;
    font-weight: bold;
    line-height: 30px;
}
.divRight
{
    position: relative;
    width: 736px;
    float: right;
    margin-right: 0px;
    height: 578px;
    overflow: hidden;
}
.btn-mini:first-child
{
    background: #5BB75B;
}
.imgFPT
{
    max-height: 60px;
    max-width: 60px;
}
.infoBox
{
    padding-bottom: 12px !important;
}
.breadcrumb li.fPAvailability
{
    background: #529CB9;
    border: 1px solid #A9CDDB;
    color: #ffffff;
    border-right: none;
    border-top: none;
    float: right;
    text-shadow: 0 1px 0 #666666 !important;
    cursor: pointer;
    display: block;
}
.fPAvailability a
{
    color: #ffffff !important;
}
.ui-autocomplete .ui-menu-item a
{
    font-size: 1em !important;
    line-height: 1.5 !important;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dv-dev, .post-dev
{
    padding: 6px;
    margin-right: 3px;
}
.div_error_wrapper
{
    position: relative;
}
.qq-upload-list
{
    display: none;
}
#fu_ctl00_ContentPlaceHolder1_imgProject
{
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 0px 85px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}
#fu_ctl00_ContentPlaceHolder1_imgFPImage, #fu_ctl00_ContentPlaceHolder1_imgKPImage
{
    width: 712px !important;
    height: 606px !important;
    background: #ff0000;
    cursor: pointer !important;
}
#fu_dvFloorplan[type="file"], #fu_dvKeyplan[type="file"]
{
    width: 642px !important;
    height: 606px !important;
    cursor: pointer !important;
    font-size: 495px !important;
}
#fancybox-content
{
    border-width: 10px 10px 0 !important;
}
.thumbnailsPDF > li.list .thumb_addFile
{
    border: 1px dashed #bdbdbd;
    background-color: #F6F6F6;
    box-shadow: 0 1px 12px rgba(0,0,0,.2) inset;
    border-radius: 3px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    transition: border .1s;
    height: 170px;
    padding: 5px 4px;
    width: auto;
}
#fu_imageUploaderFloorPlan2
{
    font-size: 83px;
    height: 43px !important;
    width: 100px !important;
}
#fu_imageUploaderKeyPlan2
{
    font-size: 83px;
    height: 42px !important;
    width: 100px !important;
}
/*Div FLoor Plan Details Styles*/
.divFloorPlanImage, .divKeyPlanImage
{
    max-width:642px;
}
/*DropDown*/
div.viewBoxForEdit, div.viewBoxFRForEdit
{
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 20px;
    clear: both;
    color: #333333;
    width: 120px;
}
.viewBoxEditfixer
{
    border: 1px solid #CCC;
    border-radius: 3px;
    margin: 0;
    padding: 5px 3px;
    width: 100px !important;
}
.selectArrowForEdit, .selectArrowFRForEdit
{
    width: 12px;
    text-align: center;
    font-size: 9pt;
    user-select: none;
    border-left: none;
}
.selectArrowForEdit, .selectedForEdit, .selectArrowFRForEdit, .selectedFRForEdit
{
    position: relative;
    float: left;
    height: 20px;
    z-index: 1;
}
div.selectViewsForEdit, div.selectFRForEdit
{
    left: 20px;
    z-index: 2;
    top: -60px;
    width: 124px;
    padding: 5px;
    display: none;
    font-size: 95%;
    overflow: hidden;
    position: absolute;
    border-radius: 3px;
    font-weight: normal;
    background: #FFFFFF;
    border: 1px solid #e7e7e7;
    box-shadow: 0 6px 13px 0 #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
span.selectOptionForEdit, span.selectOptionFRForEdit
{
    color: #9f9f9f;
    display: block;
    font-size: 125%;
    line-height: 22px;
    padding: 2px 30px;
}
span.checkboxForEdit, span.checkboxFRForEdit
{
    background-position: 7px 4px;
    background-repeat: no-repeat;
    background-image: url("/images/img_checkbox.png");
}

span.checkboxForEditChecked, span.checkboxFRForEditChecked
{
    background-position: 7px 4px;
    background-repeat: no-repeat;
    background-image: url("/images/img_checkbox_checked.png");
}

span.selectOptionForEdit:hover, span.selectOptionFRForEdit:hover
{
    cursor: pointer;
    color: #000000;
}
div.btnDone, div.btnFRDone
{
    color: #FFC526;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin: 5px auto auto;
    text-shadow: 0 1px 0 #E7E7E7;
    border-top: 1px solid #E6E6E6;
}

button.ui-datepicker-current
{
    display: none;
}
#ui-datepicker-div
{
    z-index: 999 !important;
}
div.qq-uploader
{
    z-index: 21;
}


/*Custom Tooltip Styles*/
.tooltip-inner-custom {
    top:30px;
    right:0px;
    z-index:999;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #2385c2;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    *background-color: #2385c2;
    background-repeat: repeat-x;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    padding: 10px 15px 12px;
    width:236px;
    display:none;
    position:absolute;
}

.tooltip-arrow-custom {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    right: 60px;
    display:none;
    top: 25px;
    margin-left: -5px;
    border-bottom-color: #0077BE;
    border-width: 0 5px 5px;
}

.arrow, .arrow:after
{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.arrow:after
{
    border-width: 12px;
    content: "";
    bottom: 1px;
    margin-left: -12px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.arrow
{
    border-width: 13px;
    left: 50%;
    margin-left: -13px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: 0px;
}
/*+ ===============================Copied From Project Preview V2 Styles Ends Here =============================== +*/
table div a[class^="address"]
{
    background: url("/images/icon-custom-mapoff.png") no-repeat right center transparent;
    padding-right: 36px;
    display: block;
}
.mainDiv
{
    margin: auto;
    background-color: white;
}
.divPublicFooter
{
    padding-top:10px;
    padding-bottom:15px;
    background-color: #F9F9F9;
}
.PublicFooter
{
    width: 100%;
    margin: auto;
    background-color: #F9F9F9;
}
.PublicFooter table
{
    width: 100%;
}
/*=======================Puiblic Page Inline Styles */
iframe#player
{
    top: 34px;
    z-index: 99;
    position: absolute;
}

.video-carousel-wrapper
{
    top: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 437px;
    background: #000;
}

.video-carousel-wrapper i {
    position: absolute;
    right: 5px;
    top: 2px;
    color: #fff;
    cursor: pointer;
}
.divPublicPreviewFooterwithLogin h2
{
    font-size: 26px;
}
.divemail
{
    float: left;
    padding-right: 7px;
    position: relative;
}
.p_email_error
{
    top: 20px;
    width: 90%;
    color: Red;
    margin: 0px;
    display: none;
    font-size: 11px;
    padding-left: 10px;
    position: absolute;
}
.condoGraybg
{
    background-color: #F9F9F9;
}
.dvPriceStatus
{
    max-width:306px;
}
.shadowLight
{
    padding: 20px 15px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
}
.searchListedFloorPlans
{
    padding-bottom:10px;
}
/*============Tabular Data Goes Here =============*/
.tabularData .table th, .tabularData .table td
{
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.tabularData .table th
{
    font-weight: normal;
    width:150px;
}
.SpecsTable table th
{
    width:154px;
}
.tabularData .table td label
{
    display: inline;
    color:#999999;
}

.tabularData .table td a
{
    color:#4d4d4d;
    }
.DivBlock .request-info {
    color: #29AAE1;
    }
.tabularData .table thead th
{
    vertical-align: bottom;
}

.tabularData .table caption + thead tr:first-child th, .tabularData .table caption + thead tr:first-child td, .tabularData .table colgroup + thead tr:first-child th, .tabularData .table colgroup + thead tr:first-child td, .tabularData .table thead:first-child tr:first-child th, .tabularData .table thead:first-child tr:first-child td
{
    border-top: 0;
}
.tabularData .table tbody + tbody
{
    border-top: 2px solid #dddddd;
}
.tableRegular table
{
    width: 100%;
    margin-bottom: 10px;
}
/*Model Floor Plan List Data*/
.itemRow {
    position:relative;
    border-bottom:1px solid #E6E6E6;
}
.itemlist .itemRow:first-child
{
    border-top:1px solid #E6E6E6;
}
.itemRow:after
{
    content:'';
    clear:both;
    display:table;
}
.itemRow div.first-of-type
{
    float:left;
    padding-top:18px;
    padding-bottom:18px;
}
/*.itemRow .divBookmark-type
{
    position: absolute;
    right: 9px;
    top: 0px;
}*/

.itemRow div.row-list-data
{
    width:540px;
    min-height:60px;
}
.itemRow div .div-row
{
    clear:both;
    padding-left:1em;
}
    .itemRow div .div-row:after {
        content:'';
        clear:both;
        display:table;
    }
.itemRow div .div-row div table
{
    margin:0;
    width:auto;
}
.itemRow div .div-row div table td:not(:last-child)
{
    border:0;
    padding-right:10px;
}
.itemlist div table td h4
{
    margin:0;
}
/*===============Models Item Row Css Styles Copied form Project Preview Virsion 2 ==============*/
/*===============================Model Details Navigations ============================*/
.divModelDetailNavigations
{
    margin-top:20px;
    position:relative;
    margin-bottom:20px;
}
.divModelDetailNavigations:after
{
    clear:both;
    content:'';
    display:table;
}
.divModelDetailer .h3
{
    width: 100%;
    font-size:18px;
    text-align:left;
    overflow: hidden;
    line-height:21px;
    font-weight:normal;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
/*.divModelDetailer .h3 span
{
    padding-right:4px;
    }*/
.divModelDetailNavigations div.goPrev
{
    top: -9px;
    left: 69px;
    position:absolute;
    text-align:center;
    }
.divModelDetailNavigations div.goNext
{
    top: -9px;
    right: 0px;
    position:absolute;
     text-align:center;
    }
div.goPrev i , div.goNext i{
    font-size:2em;

}
div.divModelDetailer:after
{
    clear: both;
    content: '';
    display: table;
    }
div.divModelDetailer table
{
    width: 100%;
    }
div.divModelDetailer table td label
{
    padding-right: 6px;
    display: inline-block;
    }
div.divModelDetailer table td>div
{
    display: inline-block;
}
div.divModelDetailer table td .checkbox label
{
    line-height: 24px;
    }
div.divModelDetailer table td label:not(:first-child)
{
    margin-left: 10px;
    }
.bookMarkFloorPlans  {
    text-align:center;
}

.bookMarkFloorPlans span:last-child {
    display:block;
    /*margin-top:5px;*/
}
.bookMarkFloorPlans i{

    font-size: 1.8em;
    color:#d2d4d5;
    padding-bottom:4px;
}
.bookMarkFloorPlans i.fa-heart{

    color:#ffc80b!important;

}
#favsort i{
    color:#ffc80b!important;
}

.bookMarkFloorPlans .imgTour{

    margin-bottom:5px;
}
.imgTour{

    height:20px;
    width:25px;
    cursor:pointer;
}
.divGuestPricing
{
    float: left;
    font-size:15px;
}
.divAvailableFloorPlans
{
    font-size:13px;
    color:#999999;
    margin-bottom:8px;
}
.divModelDetailNavigations .divStartingPriceValue strong
{
    font-size:16px;
    color:#4d4d4d;
}
.divModelDetailNavigations .sortedItems
{
    position:relative;
}
.divModelDetailNavigations small
{
    font-size:13px;
    color: inherit;
}
.itemlist td {
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
}
.sortedItems .itemlist div.itemRow:hover
{
    background:#F1F7F9;
}
.sortedItems .itemlist div.itemRow div.image
{
    width: 60px;
}
.sortedItems .itemlist div.itemRow div.image img
{
    border: 1px solid #E2EFF5;
    max-width:100%;
}
.sortedItems .itemlist div.itemRow div.title
{
    width:206px;
    float:left;
    margin-right:10px;
}
.sortedItems .itemlist div.itemRow div.title h3
{
    font-size: 18px;
    text-align:left;
    line-height:21px;
    overflow: hidden;
    margin-bottom:6px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(41, 170, 225);
    -ms-text-overflow: ellipsis;
}
.sortedItems .itemlist div.itemRow div div.status
{
    float:left;
    color:#999999;
}
.sortedItems .itemlist div.itemRow table .divPrivateprice
{
    text-align:left;
    font-weight:normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    width:206px;
}
.sortedItems .itemlist div.itemRow table .divPrivateprice strong
{
    color:#4d4d4d;
}
.sortedItems .itemlist div.itemRow div.title .tagsVal
{
    color: #999999;
    font-size: 11px;
    font-weight: normal;
}
.sortedItems .itemlist div.itemRow div.rating
{
    top: 14px;
    width: 32px;
    height: 30px;
    text-align: left;
    position: absolute;
    padding-right:5px;
}
div.rating .HeartPart i
{
    font-size:25px !important; 

}
div.rating .HeartPart 
{
    text-align:center !important;

}
.sortedItems .itemlist div.itemRow .divBookmark-type .checkbox
{
    bottom: 10px;
    margin-left: -45px;
    position: absolute;
}
.sortedItems .itemlist div.itemRow div.rating img
{
    cursor:pointer;
    padding:3px;
}
.sortedItems .itemlist div.itemRow div.rating:hover
{
    background-image:url(/images/save_star.png);
}
.sortedItems table table td
{
    padding:0;
}
.sortedItems table div table td:first-child
{
    width:224px;
    padding-right:0;
}
/*Model Details Available Navigations*/
.DivBlock
{
    margin-bottom: 10px;
}
.divNoPromotionalData p:first-child {
    margin-bottom: 24px;
}
.divNoPromotionalData p:last-child {
    font-size: 18px;
}
.icon-info
{
    cursor: pointer;
    background-image: url("/images/ico_info.png");
    background-position:center;
    width: 19px;
    height: 19px;
    margin-top: 0px;
    margin-left: 5px;
}
/*Div Addsense*/
.divAddsence
{
    width: 100%;
    margin: auto;
    overflow: hidden;
    text-align:center;
}
/*Div Custom Addsense*/
.divCustomAdd300X250
{
    margin: 0px;
	height:248px;
    color:#006D96;
    text-align:left;
    max-width:300px;
	position: relative;
    background: #901A1C;
	border:1px solid #E6E6E6;
	background-image: -moz-linear-gradient(right top,#E5EEC7 0%,#FFFFFF 75%);
	background-image: -webkit-gradient(linear,right top, left bottom,color-stop(0, #E5EEC7),color-stop(0.75, #FFFFFF));
	background: -webkit-linear-gradient(right top, #E5EEC7 0%, #ffffff 75%);
	background: -o-linear-gradient(right top, #E5EEC7 0%, #ffffff 75%);
	background: -ms-linear-gradient(right top, #E5EEC7 0%, #ffffff 75%);
	background: linear-gradient(right top, #E5EEC7 0%, #ffffff 75%);
}
.divCustomAdd300X250>div:only-of-type
{
    padding:10px;
cursor:pointer;
    overflow:hidden;
}
.divCustomAdd300X250 table
{
    width:100%;
}
.divCustomAdd300X250 table td
{
    padding-bottom:5px;
}
.add-Rate strong
{
    font-size:100px;
}
.add-Rate small
{
    font-size:60px;
}
.add-YearVar
{
    font-size:21px;
    border-bottom:1px solid #00AEEF;
}
.add-From
{
    font-size:11px;
}
.add-Posted-By img
{
    max-width:110px;
    max-height:50px;
}
/*Div Can Afford This Condo*/
#divCanAffordCondo
{
    text-align:center;
}
.divCanAffordThisCondo
{
    text-align:center;
    height:225px;
    padding:15px;
    margin-right:10px;
}
.divCanAfford
{
    color: #4d4d4d;
    font-size: 11pt;
    margin: 0 0 8px;
    line-height:21px;
    font-weight: bold;
    padding-right:6px;
}
.divCanAfford a
.divCanAffordThisCondo h1
{
    font-size:3em;
    line-height:60px;
    color:#00AEEF;
}
/*=======================Div Neighbour Hood =======================*/
#googleToolbar
{
  width:642px;
}
/*div MortgageCalculations*/
.divCalCulatorContainer
{
    padding-left:12px;
}
.calculatorForm
{
    position: relative;
    margin: 0px;
    padding: 20px 14px;
    background-color: White;
    border: 1px solid #E6E6E6;
    border-radius:  3px 3px 0 0;
}
.calculatorForm table
{
    width: 100%;
}
.calculatorForm table td
{
    padding:10px 6px 0;
}
.calculatorForm table tr:last-child td:last-child .controls
{
    margin-top:3px;
}
.calculatorForm td .linkCalculate
{
    text-align:right;
}
.calculatorForm table td input[type="text"]
{
    width: 100%;
    line-height:16px;
}
.calculatorResult
{
    padding: 15px 10px;
    margin-top:-1px;
    margin-bottom:10px;
    background-color: #e7f0f7;
    border: 1px solid #e1e1e8;
    border-radius:  0 0 3px 3px;
}
.calculatorResult:after
{
    display:table;
    content: '';
    clear:both;
}
.calcResult
{
    color: #006D97;
    font-size:21px;
}
.calculatorResult .calcText
{
    float:left;
    width:310px;
    line-height:32px;
    text-align:right;
}
.calculatorResult .calcValue
{
    color: #006e9a;
    font-size:28px;
    font-weight:bold;
    margin-left:320px;
}
/* Div Mortgage Links Section */
.divMortgageLinksSections
{
    margin-left:12px;
    margin-right:12px;
    border-top:1px solid #e4e4e4;
}
.divMortgageLinksSections table
{
    width:100%;
}
.divMortgageLinksSections table td
{
    padding: 20px 10px;
    text-align:center;
}
.divMortgageLinksSections table td ul
{
    border-right:1px solid #e4e4e4;
}
.divMortgageLinksSections table td:last-child ul
{
    border:0px solid #e4e4e4;
}
.divMortgageLinksSections table td ul li a
{
    color:#00AEEF;
}
/*Div Interested Projects NearBy*/
.projectMaybeInterest table
{
    margin-bottom:10px;
}
.projectMaybeInterest table th
{
    padding:15px;
}
.projectMaybeInterest tbody td
{
    height:78px;
}
.projectMaybeInterest table td
{
    background-color:#fffaec;
    border-top:1px solid #E6E6e6;
    padding:20px 10px 20px 15px;
    vertical-align:middle;
}

.projectMaybeInterest table td:hover
{
    background-color: rgb(241, 247, 249);
}
.thumbimgIProjects
{
    float:left;
    max-width:108px;
    max-height:74px;
    overflow:hidden;
}
.thumbimgIProjects img
{
    border-radius: 3px;
}
.thumbinfoIProjects
{
    margin-left:120px;
}
.thumbinfoIProjects .ellipseIP
{
    white-space: nowrap;
    overflow: hidden;
    width:153px;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.thumbinfoIProjects h3
{
    color: #0078A3;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
}
.thumbinfoIProjects .thumbinfoIdevelopers
{
    color: #4d4d4d;
    font-size: 14px;
    line-height: 21px;
}
.thumbinfoIProjects .thumbinfoIprice
{
    color: #999999;
    font-size: 13px;
    line-height: 19px;
}

/*Div Nearby Condos Realtor*/
.ulRequestMore
{
    margin:0;
    padding:0;
}
/* ulRequestMore items row styles */

.TabLeft div.specTable table table
{
    width:100%;
}
.TabLeft div.specTable table table td
{
    border:0;
    padding:10px 12px 10px 0;
    vertical-align:middle;
}
.TabLeft div.specTable table table tr td:last-child
{
    padding-right:0px;
}
.divRealtorThumb a {
    vertical-align: middle;
    text-align: center;
}
.divRealtorThumb img
{
    max-width:50px;
    max-height:50px;
    border-radius: 3px;
}
.divRealtorInfo>div:first-of-type
{
    color:#0078A3;
    font-size:15px;
    font-weight:bold;
    margin-bottom:4px;
}
.divRealtorInfo div
{
    font-size:10px;
    line-height:16px;
}
.userRating a
{
    display:inline;
    color:#29AAE1;
    padding-left:0px;
}
.has-js .label_check
{
    width: 26px;
    height: 26px;
    margin: 0px;
    padding: 0px;
    position:relative;
    cursor:pointer;
}
.has-js .label_check
{
    background: url(/images/unchecked-outline.png) no-repeat;
}
.has-js label.c_on
{
    background: url(/images/checked-outline.png) no-repeat;
}
.has-js .label_check input
{
    left:-15454564px;
    position: absolute;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color:rgba(0,0,0,0);
}

/*==============Public Footer Styles Goes here */
.publicfooters
{
    margin: 5px 0 0;
    padding: 0;
    list-style: none inside;
}
.publicfooters li
{
    display: inline;
    float: right;
}
.publicfooters li a
{
    color: #999999;
    display: block;
    font-size: 15px;
    padding: 2px 3px;
    text-decoration: none;
}
.publicfooters li a.ellipse
{
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    max-width: 195px;
    white-space: nowrap;
}
.publicfooters li span
{
    padding: 2px 3px;
    color: #999999;
    font-size: 15px;
}
/*DropDown*/
div.viewBoxFRForEdit, div.spokenLanForEdit
{
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 20px;
    clear: both;
    color: #333333;
    width: 120px;
}
.viewBoxEditfixer
{
    margin: 0;
    border: 0px;
    padding: 5px 3px;
    border-radius: 3px;
    width: 455px !important;
}
.selectedForEdit, .selectedFRForEdit
{
    width: 438px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.selectArrowForEdit, .selectArrowFRForEdit
{
    width: 12px;
    font-size: 9pt;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-left: none;
}
.selectedForEdit, .selectedFRForEdit
{
    width:233px;
    cursor:pointer;
}
.selectArrowForEdit, .selectArrowFRForEdit
{
    cursor:pointer;
    margin-top:10px;
}
div.selectFRForEdit, div.selectSpokenLan
{
    left: 20px;
    z-index: 2;
    top: -60px;
    z-index: 2;
    width: 145px;
    padding: 8px;
    display: none;
    font-size: 95%;
    overflow: hidden;
    position: absolute;
    border-radius: 3px;
    font-weight: normal;
    background: #FFFFFF;
    border: 1px solid #ccc;
    box-shadow: 0 6px 13px 0 #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
#dvSpokenLanguages, #dvSpokenLanguagesF {
    width: 568px;
    font-size: 8pt;
    font-weight: normal;
}
.dvSpokenLan {
    width: 110px;
    vertical-align: top;
    display: inline-block;
}
/*+DisQus Thread Container Styles +*/
.disqus_thread_container {
    width: 100%; float: left;
}
.divDisQusContainer
{
    position:relative;
}
.divGuestReview
{
    width: 100%;
    height:190px;
    padding: 30px;
    z-index: 1111;
    cursor:pointer;
    position: absolute;
    box-sizing: border-box;
    border:1px solid rgba(255,255,255,0.01);
    background-color: rgba(255,255,255,0.01);
}
.divGuestReview >div
{
    height:100%;
    width: 100%;
}

.divdisQusGuest a
{
    color:#29AAE1;
}
.divdisQusUser
{
  border-radius:0px;
  background-color: rgba(0,0,0,0);
}
.divdisQusUser:after
{
    clear: both;
    content:'';
    display:table;
}
.divModelDetailContainer {
    height:1%;
    max-width: 642px;
}
.request-info {
    cursor: pointer;
}
.msgCommingSoon
{
    font-size:18px;
}

.msgCommingSoon a
{
    display:inline-block;
}

.SoldOutTopper
    {
        height: 60px;
    }
.contactBrokerMsg {
    font-size: 13px;
    padding-right: 30px;
}
.contactBrokerMsgSlide {
    width:24px;
}
.mratetext {
    color: #29aae1;
    cursor:pointer;
}
.socialTable
{
   border-top: 1px solid #dddddd !important;
}

.divFollow i, .divEmbed i, .grey {
    color: #D2D4D5 !important;
}

.followClick i{
	color: #D2D4D5 !important;
}


.pinterest-pin {
    zoom: 1;
    width: 40px;
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    text-align: left;
    line-height: 20px;
    outline-width: 0;
    position: relative;
    outline-style: none;
    display: inline-block;
    list-style-type: none;
    list-style-image: none;
    padding: 0 !important;
    color: rgb(51, 51, 51);
    vertical-align: baseline;
    background-size: 40px 60px;
    list-style-position: outside;
    background-position: 0px -20px;
    outline-color: rgb(51, 51, 51);
    font-family: 'PT Sans', Arial, sans-serif;
    text-decoration: none solid rgb(51, 51, 51);
    background-image: url("/images/pinit_bg_en_rect_gray_20_1.png");
}

.breadcrumb li a {
        line-height: 23px;
    }
.breadcrumb .divider {
     line-height: 23px;
}
.bottomline-ads {
    padding: 3px 3px 30px 3px;
    text-align: center;
}
.bottomline-ads img {
    width:100%;
}

#WrapperPlans i
{
    color: rgb(153, 153, 153); 
    font-size: 1.8em;

}
#WrapperPlans span , .goPrev span , .goNext span
{
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 14px;
    font-weight:normal;
    display:block;
    margin-top:4px;


}
#ModelDeatilsqft ,#startingpricelebel , #lblBestMotgageRate
{
    font-size:14px;
    color:inherit;
}
.checkboxBlock
{
    text-align:center;
}
.checkboxBlock label span:first-child.checked {
    background: url(/images/checked-outline.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 13px;
    top: -7px;
}
.checkboxBlock input{
    margin-top:-7px !important;

}


.checkboxBlock label span:first-child {
    background: url(/images/unchecked-outline.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 13px;
    top: -7px;
}

  .flagModelDetails
    {
        margin-left:8px;
    }

  .flagModelDetails.moreleft
    {
        margin-left:18px;
    }
@media (max-width: 900px) {
    .mfp-container {
        padding :0 !important;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .breadcrumb li a {
        padding: 0 0px;
    }
}
@media screen and (min-width:768px)
{
   div.divModelDetailer table {
   
    vertical-align: bottom;
    margin-top: -9px;
}

   div.divModelDetailer table td.tdIcons{
   
    text-align: right;
    vertical-align:top;
   
}

   
    .divModelDetailer
    {

        margin-left:60px;
    }
    #WrapperPlans {
        display: inline-block;
        /* top: 0; */
        position: absolute;
        margin-top: 11px;
        margin-right: 10px;
        width: 54px;
        text-align: center;
        z-index:10;
    }
    .project-public-container {
        padding-top: 45px;
    }
    .projectUtility div.block:last-child
    {
        text-align: right;
    }
    .dvAside .boxer
    {
        height:209.5px;
    }
    .slideshowContainer
    {
        border-radius: 3px;
        -webkit-mask-size: 642px 440px;
        -webkit-mask-image: url("/images/mask-image-642x440.png");
    }
    .web-table table {
        width: 100%;
        text-align: center;
    }
    .divModelDetailNavigations {
        width: 100%; 
        padding-left: 78px;
        padding-right: 38px;
        display: inline-block;	
    }




     .touchcarousel
    {
        width: 600px;
    }

	.tabedContainer > .container > .row.overview-feature {
		min-height: calc(var(--overview-aside-height) + var(--overview-second-row-height));
	}

	.tabedContainer > .container > .row.overview-feature + .row {
		margin-top: calc(var(--overview-second-row-height) * -1);
	}

	.tabedContainer > .container > .row:first-of-type > .col4,
	.tabedContainer > .container > .row > .col4 .TabLeft {
		position: -webkit-sticky;
		position: sticky;
		top: 45px;
		z-index: 7;
    }
    
    .tabedContainer > .container > .row.overview-feature > .col4,
	.tabedContainer > .container > .row.overview-feature > .col4 .TabLeft {
		z-index: 12;
    }
    
    #ctl00_ContentPlaceHolder1_pnlCardBottom .nextstep-contactinfo {
        margin-bottom: 0;
    }

    #ctl00_ContentPlaceHolder1_pnlCardBottom + .div_hr {
        display: none;
    }

    #dvleftColumnBottom .TabLeft ~ .discount-wrapper {
        margin-top: 20px;
    }

    #dvAdvertisement:empty + .div_hr {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 998px) {
    .dvBreadCrumb {
        width: 998px;
    }
}

@media screen and (max-width: 767px)
{
    .sortedItems .itemlist div.itemRow div.rating
    {
       left:-8px
    }
   #WrapperPlans {
        display: none;
      
    }
    .share-bar {
        display:none !important;
    }
    .projectUtility .h3 i
    {
        display: none;
    }
    .divSCaddress span, .projectUtility .h3 span
    {
        display: block;
        line-height: 21px;
    }
    .follshare table td, .sharethisproj table td {
        display:table-cell;
    }
    .follshare table tr td:last-child, #lipinterest {
        display: none;
    }
    /*+ Developers Infobar +*/
    .publicProDeveloperName
    {
        padding:6px 0px 10px;
    }
    .imgDevLogo, div.divSCaddress
    {
        display:none;
    }
    .leftColumn
    {
        padding-top:10px;
    }
    /*Developers Information Block Styles*/
    div.divModelDetailer table td
    {
        clear: both;
        display: block;
        }
    /*Preview Tab Styles+*/
    ul.tabs {
        width: 100%;
       display: table;
    }
   .tabbed ul.tabs li
    {
       display: table-cell;
    }
    .tabbed ul.tabs li a {
        overflow: hidden;
        padding-left: 6px;
        padding-right: 6px;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
        -ms-text-shadow: 0 1px 0 rgba(0,0,0,.15);
    }
    .tabbed ul.tabs li a.dubleLine
    {
        padding:14px 10px;
    }
    .tabbed ul.tabs li a span
    {
        display:inline;
    }
    /*Floor Plan Pricing Tab*/
    .divSearch-box
    {
        position: static !important;
    }

    /*====================================
        + SpecsTable table th +
    ===================================*/
    .tabularData .table th
    {
        width:160px;
    }

    /*Map UI*/
    #divpano
    {
        width:100%;
        height:350px;
        overflow:hidden;
    }
    #googleToolbar
    {
        width:100%;
        overflow:hidden;
    }
    .touchcarousel
    {
    width: 600px;
    }
    /*FloorPlan Responsive List Item Styles*/
    .itemRow div.row-list-data
    {
        width:auto;
    }
    .sortedItems .itemlist div.itemRow .divBookmark-type .checkbox {
        bottom: -35px;
        margin-left: -55px;
        }
    .sortedItems .itemlist div.itemRow div.title, .sortedItems .itemlist div.itemRow div div.status
    {
        float:none;
        width:auto;
    }
    /*FloorPlan Responsive Details Item List*/
    .divModelDetailNavigations .goPrev, .divModelDetailNavigations .goNext
    {
        display:none;
    }
    .divModelDetailNavigations .sortedItems
    {
        width:auto;
    }
    .divModelDetailNavigations div.row-fluid div.block
    {
        float:none;
        margin: 0 0 10px 0;
    }
    .itemRow div.divBookmark-type
    {
        position: absolute;
        right: 34px;
        top: 26px;
    }
    .divFloorPlanImage div img, .divKeyPlanImage div img
    {
        max-width:100%;
    }
    /*featurePdf Button */
    .featurePdf
    {
        text-align:center;
    }
    .featurePdfFile {
        float: none;
    }
    /*Neighbourhood Widget Styles*/
    .divNbhoodFirstCol
    {
        float:none;
        max-width:100%;
        text-align:center;
        border-bottom:0px solid #E6E6E6;
    }
    .divNbhoodLastCol {
        margin: 0 auto;
        max-width: 206px;
    }
    .divNbhooddistance ul.inline
    {
        float:none;
        width:auto;
    }
    /*div MortgageCalculations*/
    .divCalCulatorContainer
    {
        padding-left:0px;
    }
   .calculatorForm
    {
        padding:20px 6px;
    }
    .calculatorForm table td
    {
        padding: 0px 0;
    }
    .divMortgageLinksSections table td:first-child
    {
        padding-top:30px;
    }
    .calculatorForm td .linkCalculate
    {
        text-align:left;
        padding-left:10px;
    }
    .divMortgageLinksSections table td ul
    {
        margin:0;
        border-right:0;
        padding-bottom:20px;
        border-bottom:0px solid #e4e4e4;
    }
    .calculatorForm .control-label
    {
        float:none;
        width:auto;
        text-align:left;
        padding-left:10px;
    }
    .calculatorForm .controls
    {
        margin-left:10px;
    }
    /*Mortgage Calculator */
    .calculatorResult .calcText
    {
        width: auto;
        float:none;
        text-align:center;
    }
    .calculatorResult .calcValue
    {
        margin-left:0px;
        text-align:center;
    }
    /*Responsive Public Footer Styles*/
    .publicfooters li
    {
        float: none;
        display: block;
    }
    .publicfooters li a
    {
        text-align: left;
    }
    .disqus_thread_container {
        width: auto;
        float: none;
        margin-bottom:20px;
    }
    .viewProjectMapLearge, .divStreetviewMap {
        width:100%;
        border-radius: 0;
        -webkit-mask-position: 15%;
        -webkit-mask-image: initial;
    }
    /*#googleToolbar
    {
        display:none;
    }*/
    #searchBarWrapper {
        display:none;
    }
     #dvFloorPlanFilters {
        display:none;
    }
    .SoldOutTopper
    {
        height: 30px;
    }
}
/** Promo Popup */

.cn--header {
	background: #0078a3;
	margin: 0 -10px 10px;
	position: sticky;
	top: 0;
	z-index: 12;
}

.cn--header .cn--sitehead {
	display: flex;
	height: 45px;
}

	.cn--header .cn--sitehead img {
		margin: auto 10px;
	}


@media screen and (max-width: 480px) {
	.promotion--sticky .mobile--anchor, #btnGetInfoAnchor.mobile--anchor {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
}

@media screen and (min-width: 480px) {
	.promotion--sticky {
		position: sticky;
		top: 45px;
	}

	#btnGetInfoAnchor.mobile--anchor {
		display: none;
	}
}

	@media screen and (max-width: 675px) {
    #toggle_fullscreen {/*SSD+US12592*/
        display:none;
    }

    ul.tabs > li a {
        font-size: 11px;
    }
    .slideshowContainer
    {
        width:100%;
        max-width:642px;
        border-radius: 0;
        box-sizing: border-box;
    }
    .divSlideshow{
        width:100%;
    }
    .SlideCaption, .SlideCaptionBottom
    {
        border-radius: 0;
        box-sizing: border-box;
    }
    .divCustomAdd300X250
    {
        max-width:inherit;
        }
    .selectArrowForEdit, .selectArrowFRForEdit
    {
        float:right;
        }
}

@media screen and (min-width:521px) and (max-width: 736px) {
    .projectUtilityInit {
        height: 164px;
        overflow: hidden;
    }
}
@media screen and (max-width:520px) {
    .projectUtilityInit {
        height: 198px;
        overflow: hidden;
    }
}
@media screen and (max-width: 480px) {
    .tabbed ul.tabs {
        display: flex;
        overflow-x: auto;
    }
    .tabbed ul.tabs li {
        min-width: 33.33%;
        width: 33.33%;
        float: none;
    }
}
@media screen and (max-width:420px)
{

    #googleToolbar
    {
        width:100%;
        overflow:hidden;
    }
    .touchcarousel
    {
    width: 351px;
    }
    ul.shareCounting>li:not(:last-child) {
        margin-right: 9px;
    }
    .SlideCaption>div:only-of-type
    {
        font-size: 12px;
        line-height: 1;
    }
    .tabularData .table th, .tabularData .table td
    {
        padding-left:0;
    }
    .calculatorForm .control-label
    {
        padding-left:0px;
    }
    .calculatorForm .controls
    {
        margin-left:0px;
    }
    .divNbhooddistance
    {
        border-radius: 0px;
    }
    .devOverflow
    {
        overflow: hidden;
        max-width: 280px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .divAskExperts div.specTable
    {
        padding-left:12px;
        padding-right:12px;
    }
    .itemRow div.row-list-data {
        max-width: 210px;
    }
     .projectUtilityInit {
        height: 217px;
        overflow: hidden;
    }
}
@media screen and (max-width:360px)
{
    .projectUtilityInit {
        height: 207px;
        overflow: hidden;
    }
    .itemRow div.row-list-data {
        max-width: 212px;
    }
     .divNbhoodFirstCol
    {
        float:none;
        max-width:100%;
        text-align:center;
        border-bottom:0px solid #E6E6E6;
    }
    .divNbhoodLastCol {
        margin: 0 auto;
        max-width: 230px;
    }
    .divNbhooddistance ul.inline
    {
        float:none;
        width:auto;
    }

   #googleToolbar
    {
        width:100%;
        overflow:hidden;
    }
    .touchcarousel
    {
    width: 84.5%;
    }
}
@media screen and (max-width:375px)
{


    #googleToolbar
    {
        width:100%;
        overflow:hidden;
    }
    .touchcarousel
    {
    width: 312px;
    }
    .projectUtilityInit {
        height: 207px;
        overflow: hidden;
    }
    .itemRow div.row-list-data {
        max-width: 212px;
    }
     .divNbhoodFirstCol
    {
        float:none;
        max-width:100%;
        text-align:center;
        border-bottom:0px solid #E6E6E6;
    }
    .divNbhoodLastCol {
        margin: 0 auto;
        max-width: 230px;
    }
    .divNbhooddistance ul.inline
    {
        float:none;
        width:auto;
    }
}

@media screen and (max-width:480px)
{
    .projectUtilityInit {
        height: 212px;
        overflow: hidden;
    }
    .itemRow div.row-list-data {
        max-width: 212px;
    }
     .divNbhoodFirstCol
    {
        float:none;
        max-width:100%;
        text-align:center;
        border-bottom:0px solid #E6E6E6;
    }
    .divNbhoodLastCol {
        margin: 0 auto;
        max-width: 236px;
    }
    .divNbhooddistance ul.inline
    {
        float:none;
        width:auto;
    }
    #googleToolbar
    {
        width:100%;
        overflow:hidden;
    }
    .touchcarousel
    {
    width: 84.5%;
    }

    div.selectSpokenLan {
        top: -36px !important
    }
}
.fixedIcon {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.img_wrp {
  display: inline-block;
  position: relative;
}
.buynow {
  position: absolute;
  bottom: 20px;
  right: -10px;
  font-size:17px;
}
.overlay {
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay .logo{
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 2000;
}
            .overlay-content .zoomImage {
                max-width: 100%;
                position: fixed;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #818181;
}

.overlay .closebtn {
    position: fixed;
    top: 0px;
    right: 20px;
    z-index: 2000;
}
.close-icon {
    color: darkgrey;
    font-size: 36px;
    position: fixed;
    z-index: 100;
    top: 90px;
    right: 20px;
}

#fullscreenFloorImage .close-icon {
    top: 20px;
}

.galleryPrev {
    top: 0;
    height: 100vh;
    position: absolute;
    height: 100%;
    cursor: pointer;
    margin-left: 10px;
    display: block;
    width: 4% !important;
    left: 0;
    float: left;
    background: url(/images/leftchevron.svg) 0 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.galleryNext {
    z-index: 50;
    top: 0;
    position: absolute;
    height: 100%;
    cursor: pointer;
    margin-right: 10px;
    display: block;
    width: 4% !important;
    right: 0;
    float: left;
    background: url(/images/rightchevron.svg) 0 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
/* On screens that are 600px or less, */
            @media screen and (max-width: 600px) {
                .overlay .logo {
                    width: 180px;
                    height: 50px;
                    right: 5px;
                }
            }
@media screen and (min-width:1400px) {
    .StickyAdvertisementParent {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .slideshow-container {
        border-radius: 3px; 
        -webkit-mask-size: 640px 437px;
        -webkit-mask-image-image: url(/images/mask-image-642x440.png);
    }
}

/*.breadcrumb Styles */
.dvBreadCrumb {
    left: 0;
    border: 0;
    margin: 0;
    width: 100%;
    height: 45px;
    position: absolute;
    background-color: #EDF4F7;
}

.breadcrumb {
    border: 0;
    margin: 0;
    padding-top: 10px;
    padding-right: 10px;
}

div.breadcrumbBottomShadow {
    left: 0;
    height: 4px;
    width: 100%;
    margin-top: 45px;
    position: absolute;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    background-image: url("/images/shadow_top_4x5.png");
    background: -moz-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.2)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 100%);
    background-color: #fff;
}
.agentProfileContainer .col8 {
    margin-left:0px;
    padding-left:30px;
}
/*Regular Styles*/
.leftColumnbg {
    z-index: 2;
    position: relative;
    background-color: transparent;
}

.RealtorProfilerTop {
    z-index: 1;
    padding: 25px 40px;
    position: relative;
    background-color: white;
    border: 1px solid #E6e6e6;
    border-radius: 3px 3px 0 0;
}

.profilerContainer {
    padding: 20px 15px;
}

.divAddsence {
    overflow:visible !important;
}

.RealtorProfilerTop h1 {
    line-height: 30px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: 'PT Sans', Arial, sans-serif;
}

.RealtorProfilerTop h2 {
    font-size: 16px;
    line-height: 21px;
}

.RealtorProfilerBottom {
    border-top: none;
    overflow: hidden;
    background-color: #F9F9f9;
    border: 1px solid #E6e6e6;
    border-radius: 0 0 3px 3px;
    -webkit-box-sizing: border-box;
}

div.col4 a {
    color: #29AAE1;
}

div.col4 .divBasicInfo a {
    color: #29AAE1;
}

.divBasicInfo .h2, .divBasicInfo .h5 {
    clear: both;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
}

.profilerContainer .img-rounded img {
    max-height: 130px;
    max-width: 130px;
    border-radius: 3px;
}

ul.social li:first-child a {
    margin-left: 0px;
}

.touchcarousel-container li {
    float: left;
}
/*RP_ListContent UL List Item Styles */
.RP_ListContent {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .RP_ListContent .RP_ListItem:after {
        display: table;
        content: '';
        clear: both;
    }

    .RP_ListContent .RP_ListItem {
        padding: 25px 40px;
        border-top: 1px solid #E6E6E6;
    }

        .RP_ListContent .RP_ListItem:first-child {
            border: none;
        }

.RP_ListItem div div a {
    display: inline;
    line-height: 1.6;
}

.divShare {
    margin-top:5px;
}
    .divShare span {
        cursor:pointer;
        color: rgb(41, 170, 225);
    }
/*Social Icons*/
div.social {
    margin-top: 10px;
}

.social ul.inline {
    padding: 0;
    margin: 0px;
}

    .social ul.inline li a {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 13px;
        padding-right: 13px;
        cursor: pointer;
    }

    .social ul.inline li:first-child {
        margin-left: -5px;
    }

.RP_ListItem ul li a.ico_facebook {
    margin-left: 0;
}

.updateProfilerbutton {
    display:none;
    padding: 10px 20px;
    line-height: 21px;
    text-align: center;
    border-radius: 3px;
    color: rgb(153, 153, 153);
    background-color: rgb(255, 250, 236);
    border: 1px solid rgb(230, 230, 230);
}

h3 small a {
    font-size: 14px;
    color: #30BCF1;
}
/*div divProfilerContent div p*/
.divProfilerContent {
    overflow: hidden;
    padding-right:15px;
}
.divProfilerContent div:not(:first-child) {
    color: #999999;
    line-height: 21px;
}

.divProfilerContent div.h3{ 
    color: #4d4d4d;
}
.divProfilerContent .linerBlock {
    margin-bottom: 12px;
}

.divProfilerContent div .h5 {
    color: #4d4d4d;
    margin-bottom: 0;
}

.divProfilerContent .linerBlock small {
    font-size: 12px;
}
/*List Items Cards Styles*/
.touchcarousel .thumbnail 
{
    width: 100%;
    background: white;
}

.Contentwrapper:after {
    display: table;
    content: '';
    clear: both;
}
.Contentwrapper h3 {
    margin-top: 12px;
    margin-bottom: 18px;
}
.divProfileClear {
    clear: both;
    height: 20px;
}
.row-fluid .spanFive div.blankthumbnail {
    height: 215px;
}
.row-fluid .spanFive .thumbnail /*Div Addsense*/ .divAddsence {
    text-align: center;
    margin: auto;
}
#dvContactModule .singleText {
    padding: 5px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid #E6E6E6;
}
#dvContactModule div input[type="text"] {
    border: 0px;
    width: 100%;
    min-height: 31px;
    box-sizing: border-box;
}
#dvContactModule .elemBlock {
    margin-bottom: 10px;
}
#dvContactModule {
    margin-bottom: 20px;
}
 .row div.col4 {
        min-height: 250px;
    }
.successTitle {
    color: #4d4d4d;
    font-size: 24px;
    margin-bottom: 5px;
}

.successText {
    color: #999999;
    line-height: 21px;
}

#spThanku {
    margin-bottom: 5px;
}

.brokerTitle
{
    color: #999999;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4px;
    text-transform: none;
}
#carousel-image-and-text-following .prevThumbSmall, #carousel-image-and-text-following .nextThumbSmall, .prevThumbSmall, .nextThumbSmall
{
    top:30%
}

.touchcarousel {
    height:auto;
}
 
 
.recaptcha-position {
    position:absolute;
    left:1px;
}

div.divlayout {
    max-width: 1500px;
}

@media screen and (min-width: 768px) {
    .agentProfileContainer {
        padding-top: 60px !important;
    }
    .row div.col8 {
        width: calc(100% - 340px);
    }
}

@media  only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .row div.col4 {
        margin-left: 0px;
        
    }
    .row div.col8 {
    width: calc(100% - 326px);
    }
}

@media  only screen  and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .row div.col4 {
        margin-left: 0px;
    }
    .row div.col8 {
    width: calc(100% - 326px);
    }
}
@media screen and (max-width: 768px) {
    .prevThumb, .nextThumb {
        display: block !important;
    }
}
   
@media screen and (max-width: 767px) {
    .agentProfileContainer .col8 {
        padding-left:0px;
    }
    .bottomShadow, .breadcrumbBottomShadow {
 
        display: none;
    }
    .divProfilerContent {
        padding-left: 10px;
        padding-right: 10px;
    }

    .divProfileClear {
        clear: both;
        height: 10px;
    }

    .divProfilerContentNone {
        margin-left: 10px;       
    }

    .disqus_thread_container {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }
    .viewBoxEditfixer {
        width:100% !important;
    }
    .divAddsence {
        overflow: hidden !important;
        display:none;
    }
}

@media screen and (max-width:330px) {
    #captcha_container > div > div {
        width:296px !important;
    }
    #captcha_container > div > div>iframe {
        width:296px !important;
        border-right: 1px solid #d3d3d3;
        border-radius: 3px;
    }
    
}
/*Mobile Version Responsive Styles screen size maximum 767px*/
@media screen and (max-width: 767px)
{
    /*Div olark Responsive Styles*/    
    div.olrk-available
    {
        display: none;
    }
    /*Responsive Common Styles*/
    [class*="col"]:not(.colour), div.previewTopper div.block
    {
        float: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: block;
        box-sizing: border-box;
    }
    .newFooter
    {
        padding-left:0px;
    }
    /*Responsive Regular styles*/
    .leftFixer
    {
        position: static;
    }
    .dvDetailContainer
    {
        padding-top: 46px;
    }
    .dvDetailContainer.mobile
    {
        padding-top: 6px;
    }
    .dvResultHeader
    {
        display: none;
    }
    .divOtherLinks
    {
        padding-top: 66px;
    }
    .divOtherLinks.mobile
    {
        padding-top: 20px;
    }
    .divOtherLinks, .MobileNone
    {
        display: none;
    }
    div.dvDetailContainer table.tableTutorial td
    {
        display: block;
    }
    /*Help Page Specific Responsive Style*/
    .tutinfo h3
    {
        /*white-space: pre-wrap; 
        white-space: -moz-pre-wrap; 
        white-space: -pre-wrap; 
        white-space: -o-pre-wrap;*/
        word-wrap: break-word;
    }
    .tableTutorial td.youtd
    {
        width: auto;
        max-width: 100%;
    }
    .tableTutorial td .tutinfo
    {
        margin-left: 0px;
    }
    
    a.youTubeVideo
    {
        min-height: 210px;
    }

    a.youTubeVideo img
    {
        max-height: 100%;
        max-width: 100%;
    }
    a.youTubeVideo i
    {
        left: 45%;
        top: 46%;
    }
    .col9, .dvDetailContainer
    {
        display: block;
    }    
    div.shortext
    {
        white-space: nowrap;
        width: auto;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .tutinfo .shortext600, .tutinfo .shortext780 {
        width:100%;
    }
    #searchBarWrapper
    {
        z-index: 101;
    }
    .clearDiv
    {
        clear: both;
        height: 0px;
    }
    a.youTubeVideo
    {
        display: none;
    }
    .mobileVideo
    {        
        display: block;
    }
    .videoThumb
    {
        width: 100%;
        height: 100%;
    }    
    /*Deals Page Styles*/
    .button-deals .btn-medium
    {
        display: block;
    }
    .button-deals .btn-medium:first-child
    {
        margin-right:0;
        margin-bottom:10px;
    }
    table, thead, tbody, tfoot, tr, th, td
    {
        display: block;
    }
}
