.fa,
.tab_text,
#ie9_photo_list_box_fixer,
#interactive_controls_wrapper {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-loader,
#filmstrip {
    display: none;
}

.ui-page {
    min-height: initial !important;
}

/*.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {*/
    /*background-color: initial;*/
    /*border-color: initial;*/
    /*color: initial;*/
    /*text-shadow: initial;*/
/*}*/

/*.ui-slider-handle-vertical {*/
  /*width: 12px !important;*/
  /*padding: 0 !important;*/
  /*margin-left: -5px !important;*/
/*}*/



html, body {
    height: 100%;
}

a img {
    border: none;
}

span {outline: none}

/***********************************/
/*Common Class Standard Frame Size*/
/***********************************/
.standard_frame {
    margin: auto;
    width: 800px;
    height: 600px;
    overflow: hidden;
}

#container_wrapper {
    position: relative;
    border-radius: 10px;
    box-shadow: -5px 0px 8px 0 rgba(0,0,0,.35) inset,
                0px -5px 8px 0 rgba(0,0,0,.35) inset,
                0px 0px 0px 1px rgba(0,0,0,.66);
}

#background_wrapper{
    position:absolute;
    z-index: -100;
}

#image_wrapper {
    position: absolute;
    z-index: -76;
}

#texture_wrapper {
	position:absolute;
	z-index:-75;
}

#gradient_wrapper {
    position: absolute;
    z-index: -74;
}

#static_wrapper {
    position:absolute;
    z-index: -51;
}

#lighting_wrapper {
    border-radius: 8px;
    box-shadow: 10px 0 12px 0 rgba(255, 255, 255, 0.18) inset,
                0 10px 12px 0 rgba(255, 255, 255, 0.18) inset;
    height: 600px;
    left: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 800px;
    z-index: -25;
    margin: auto;
}

#interactive_wrapper {
    position:absolute;
    z-index: 0;
}

#sticker_wrapper {
    position: absolute;
    z-index: 9999;
}

#static_wrapper {
    position:absolute;
}

/***************************************/
/*End Common Class: Standard Frame Size*/
/***************************************/

/***************/
/*Start: Header*/
/***************/
#header_wrapper {
    position: absolute;
    z-index: -70;
    width: 800px;
    height: 80px;
}

.property_wrapper {
    font-size: 18px;
    display: table;
    vertical-align: middle;
    z-index: 0;
    width: 402px;
    height: 66px;
	text-align:center;
    padding: 5px 0;
}

.property_wrapper span[property="offers"] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#price {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 30px;
}

#google_maps_link {
    display: table-cell;
    vertical-align: middle;
}

#address {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.reduced_address {
	font-size: 14px;
}

#slogan_wrapper {
    top: 20px;
    width: 300px;
    z-index: 0;
    left: 25px;
    position: absolute;
}
/*************/
/*End: Header*/
/*************/

/*************/
/*Start: Tabs*/
/*************/
/* hack to use the class for unselected and selected properties */
.tab {
    box-shadow: 0px 1px 4px #000;
    display: inline-block;
    cursor:pointer;
	text-align:center;
    padding: 3px 5px 2px;
    width: 50px;
    float: left;
    margin-right: 2px;
}

#tab_wrapper {
    font-family:none;
    position:absolute;
    z-index: 0;
    width: 499px;
    bottom: 483px;
    top: auto;
    left: 19px;
}
/***********/
/*End: Tabs*/
/***********/

/************************/
/*Start Common: Pane/Tab*/
/************************/
#photos_pane {
    position:absolute;
    width: 800px;
    height: 410px;
    top:115px;
}

#pane_wrapper {
    position:absolute;
    width: 800px;
    height: 410px;
    top:115px;
}
/*#flyer_pane, #details_pane, #video_pane, #maps_pane, #share_pane, #loan_pane */
.tab_pane_wrapper {
    position:absolute;
    width: 761px;
    height: 382px;
    top:115px;
    left: 19px;
}

.contact_input {
    width: 221px;
}

/*.tab_pane_wrapper.hide_pane {*/
    /*display: none;*/
/*}*/

.tab_pane_content_wrapper {
	position: absolute;
	top: 7px;
	left: 7px;
    width: 746px;
    height: 368px;
}

.tab_pane_header_wrapper {
	position: absolute;
	width: 734px;
	height: 25px;
	text-align: center;
}

.header_line_top{
	position: absolute;
    top: 30px;
	height: 2px;
	width: 734px;
}

.header_line_bottom {
	position: absolute;
	top: 60px;
	height: 2px;
	width: 734px;
}

.tab_pane_subtitle_wrapper {
	position: absolute;
	width: 734px;
	height: 20px;
    font-size: 14px;
	top: 37px;
    text-align: center;
}

.tab_pane_left_wrapper {
	position: absolute;
	width: 427px;
	height: 300px;
	top: 73px;
}

.tab_pane_right_wrapper {
    font-size: 14px;
	position: absolute;
	width: 299px;
	height: 280px;
	top: 87px;
	left: 427px;
	overflow: auto;
}

#share_icons_wrapper {
    margin: 19px 0 0 0px;
}

.tab_pane_form_wrapper {
	position: absolute;
    text-align: right;
    top: 5px;
	width: 427px;
}

.tab_pane_form_wrapper input, textarea {
	border-width: 1px;
	margin: 5px 20px 5px 2px;
}

.share_pane_left_wrapper .tab_pane_form_wrapper input,
.share_pane_left_wrapper textarea {
    margin: 0px 20px 3px 2px;
}

#cancel_pdf {
	margin: 0px;
}

#details_line {
	position: absolute;
	height: 2px;
	width: 357px;
	top: 155px;
}

#details_price {
	position: absolute;
	width: 160px;
	height: 20px;
	top: 60px;
	left: 195px;
	text-align: center;
}

#details {
    height: 294px;
    top: 71px;
    width: 355px;
    left: 369px;
}

#extra_meta {
    top: 164px;
    position: absolute;
    width: 178px;
}

#extra_meta_2 {
    width: 178px;
    top: 164px;
    left: 183px;
    position: absolute;
}

.extra_meta, .extra_meta_2 {
    font-size: 14px;
}

#loan_table {
    border-collapse: collapse;
}

.loan_table_td1 {
    width: 191px;
    padding: 0px 4px 0px 0px;
}

.loan_table_td2 {
    padding: 0px;
    margin: 0px;
}

.loan_table_td2 input {
    width: 206px;
}

#share_pane img {
	width: 70px;
	height: 70px;
	margin: 8px 5px;
}

#share_table {
    border-collapse: collapse;
}

.share_table_td1 {
    width: 147px;
    padding: 0px 4px 0px 0px;
}

.share_table_td2 {
    padding: 0px;
    margin: 0px;
}

#share_table input {
    width: 206px;
}

#share_table textarea {
    width: 206px;
}

#details_thumbnail_wrapper {
	position: absolute;
	width: 190px;
	height: 150px;
}

#details_thumbnail_wrapper img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 150px;
    max-width: 190px;
    position: absolute;
    right: 0;
    top: 0;
}

#youtube_video_wrapper {
	position: absolute;
	width: 470px;
	height: 315px;
	top: 40px;
	left: 132px;
	border-width: 5px;
}

#tab_pane_centered_wrapper {
	position: absolute;
	width: 362px;
	height: 300px;
	top: 95px;
	left: 145px;
}

.center_custom_message {
	position: relative;
	top: -45px;
}
/***************/
/*End: Pane/Tab*/
/***************/

/***************/
/*Start: Screen*/
/***************/
.screen_frame {
    position:absolute;
    overflow:hidden;
    width: 500px;
    height: 380px;
    left: 19px;
    border-width: 3px;
}

#screen_wrapper {
    z-index: 10;
}


#thumbnail_wrapper {
    display: none;
    position: absolute;
    top: 260px;
    left: 345px;
    z-index: 9900;
}

#caption {
    display: none;
    color: #fff;
    font-size: 14px;
    margin-top: -1px;
    width: 98%;
    padding: 1%;
    z-index: 9900;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
    max-height: 341px;
}
/*************/
/*End: Screen*/
/*************/


/**************/
/*Start: Agent*/
/**************/

#agent_name_text, #photos_header_text {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 4px 16px;
    margin: 1px 0;
}

#agent_title {
    text-align: center;
}

#agent_name_text {
    font-size: 18px;
    vertical-align: bottom;
}

#agent_name_wrapper {
    text-align: center;
}

#phone_icon {
    display: none;
    cursor: pointer;
}

#photos_header_wrapper {
    font-size: 15px;
    padding-top: 5px;
    height: 20px;
}

#sidebar_wrapper {
	position: absolute;
	z-index: 0;
	width: 250px;
	height: 382px;
	left: 530px;
}

#agent_wrapper {
	height: 187px;
}

#office_name_wrapper {
    align-items: center;
    margin: auto;
    display: inline-flex;
    height: 72px;
    left: 19px;
    position: absolute;
    text-align: center;
    top: 16px;
    vertical-align: middle;
    width: 369px;
}

#office_translucent_wrapper {
    margin: auto;
    text-align: center;
    vertical-align: middle;
    display: table;
    padding: 7px 16px;
}

#office_name_span {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#portrait_wrapper {
	position: absolute;
	top: 23px;
	left: 30px;
}

#agent_buttons_wrapper {
	position: absolute;
	top: 30px;
	left: 106px;
	width: 140px;
	height: 100px;
    font-size: 14px;
    margin: 0px;
}

.agent_button {
    box-shadow: 0px 1px 3px #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 100px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
    padding: 0 0 1px;
}

.agent_button:active {
    box-shadow: 0px 1px 1px #000 inset, 0 -1px #000;
    padding: 1px 0 0;
}

.agent_button_text {
    position: relative !important;
}

#agent_phone_wrapper {
	position: absolute;
	text-align: center;
	top: 135px;
	height: 45px;
	width: 230px;
	left: 10px;
}

.contact_header {
	text-align: center;
}

.contact_content {
	text-align: center;
}
/*Also used on the contact_pane.html*/
.phone_type_text {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
}

a.phone_type_text_anchor {
	color: #000000;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
	text-decoration:none;
	font-variant: small-caps;
}

/*Also used on the contact_pane.html*/
.phone_text {
    display: inline-block;
}
#contact_phone_wrapper {
    display: block;
	text-align: center;
}

#photos_labels_wrapper {
    padding: 0 2px;
	z-index: 25;
}

.property_box_ie_fix,
#ie_description_wrapper,
#ie9_photo_list_box_fixer,
#interactive_controls_ie_wrapper,
#ie_footer_wrapper,
#ie_agent_wrapper,
.pane,
#screen_wrapper {
    box-shadow: 0px 1px 4px #000;
}

#interactive_wrapper .property_box_ie_fix {
    box-shadow: none !important;
}

.photo_label {
    box-shadow: 0px 1px 3px #000;
    overflow: hidden;
	cursor: pointer;
	padding: 0 10px 1px;
	margin-bottom: 4px;
    font-size: 13px;
}

.photo_label:active {
    box-shadow: 0px 1px 1px #000 inset, 0 -1px #000;
    padding: 1px 10px 0px;
}

.ui-slider-vertical {
    width: 4px;
}

#photos_slider {
    box-shadow: 0px -1px 2px #000 inset;
}

.ui-slider-vertical .ui-slider-handle {
    box-shadow: 0px 1px 2px rgba(0,0,0,0.9);
    position: absolute;
    width: 8px;
    height: 27px;
    cursor: pointer;
    z-index:1;
    left: -3px;
}

#player {
    display: none;
}

#interactive_controls_wrapper {
    font-family: none;
    position: absolute;
    width: 257px;
    padding: 2px 0 0 12px;
}

.control {
	position: absolute;
    z-index: -25;
}

.control_button {
    top: 3px;
    background-color: rgba(255,255,255,0.75);
    width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
    display: inline-block;
    border-radius: 17px;
    color: #000;
    font-size: 24px !important;
    text-align: center;
    line-height: 30px !important;
    box-shadow: 0px 1px 4px #000;
}

.fa-caret-left {
    border-radius: 17px;
    font-size: 28px !important;
    height: 34px;
    left: 16px;
    line-height: 34px !important;
    padding: 0 5px 0 0px;
    width: 29px;
}

.fa-play {
    font-size: 16px !important;
    height: 34px;
    left: 57px;
    line-height: 34px !important;
    padding: 0 0 0 2px;
    width: 32px;
}

.fa-pause {
    font-size: 16px !important;
    height: 34px;
    left: 57px;
    line-height: 34px !important;
    padding: 0;
    width: 34px;
}

.fa-caret-right {
    font-size: 28px !important;
    height: 34px;
    left: 97px;
    line-height: 34px !important;
    padding: 0 1px 0 3px;
}

#volume_slider {
    box-shadow: 0px -1px 2px #000 inset;
    background-color: #a5a5a5;
    cursor: pointer;
    display: inline-block;
    height: 4px;
    left: 177px;
    position: absolute;
    right: -106px;
    top: 17px;
    width: 73px;
    z-index: 1;
}

.fa-volume-up {
    font-size: 22px !important;
    height: 34px;
    left: 137px;
    line-height: 34px !important;
    padding: 0 0 0 1px;
    width: 33px;
}

.fa-volume-off {
    font-size: 22px !important;
    height: 34px;
    left: 137px;
    line-height: 34px !important;
    padding: 0 1px 0 0px;
    width: 33px;
}

#control_fullscreen {
    display: none;
    width: 34px;
    margin: auto;
    height: 32px;
    padding: 2px 0px 0 0px;
    font-size: 20px !important;
}

#control_info {
    display: none;
    width: 34px;
    margin: auto;
    height: 32px;
    padding: 2px 0px 0 0px;
    font-size: 20px !important;
}

.control_button:hover {
    background-color: #efefef;
}

.control_button:active {
    box-shadow: 0px 1px 1px #000 inset, 0 -1px #000;
    padding-top: 1px;
}

#logo_wrapper {
    position: absolute;
    z-index: -25;
    top: 509px;
    left: 470px;
    text-align: right;
}
#powered_by_slogan {
    font-size: 12px;
}

#property_panorama_slogan {
    font-size: 12px;
}

#patent_pending_slogan {
    display: inline-block;
    font-size: 12px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/*****Unlicensed Sticker************/
#unlicensed_sticker {
    background-image: url('/static/products/assets/angled_unlicensed_overlay.png');
    background-size: contain;
    z-index: 9999;
    background-repeat: no-repeat;
}

#slogan_wrapper span {
    font-size: 24px;
}

#header_wrapper span#slogan_text {
    font-size: 15px;
    font-style: italic;
}

#slogan_div {
    text-align: center;
    bottom: 42px;
    display: table;
    height: 54px;
    position: absolute;
    right: -5px;
    width: 243px;
}

#slogan_span {
    display: table-cell;
    vertical-align: middle;
}

#agent_title {
    font-size: 12px;
}

#photo_description_tab_wrapper {
    width: 100%;
    position: absolute;
    z-index: 9999;
    bottom: 0px;
    text-align: center;
    max-height: 380px;
}

.pane_border {
    border-top-left-radius: 0;
}

.tab_text {
    background-color: transparent !important;
}

#fb_button {
    position: absolute;
    bottom: 11px;
    right: 0px;
}

#screen_wrapper {
    border-width: 1px;
}

#ie9_photo_list_box_fixer {
    overflow: hidden;
    bottom: -1px;
    display: inline-block;
    height: 167px;
    left: 0;
    position: absolute;
    width: 230px;
    padding: 10px;
}

#photo_list_box_container {
    overflow: hidden;
    top: 0px;
    display: inline-block;
    height: 167px;
    left: 0;
    position: absolute;
    width: 230px;
    padding: 10px;
}

.ui-slider {
    background-color: rgba(255,255,255,0.75) !important;
    border: 1px solid #000 !important;
    background-image: none !important;
}

/*.ui-slider-track {*/
  /*background-color: red;*/
  /*height: 1px;*/
  /*top: 11px;*/
  /*position: absolute;*/
  /*width: 75px;*/
  /*left: 177px;*/
/*}*/

#equal_housing_opportunity {
    position: absolute;
    bottom: 14px;
    right: 21px;
}

#realtor_logo {
    position: absolute;
    bottom: 14px;
    right: 47px;
}

/*Fixes browser issue: */
/*Allows border-radius to be applied to slideshow images (using border-radius on screen_wrapper and overflow:hidden)*/
.slideshow-images img {
    border-radius: 1px;
}



/*Tall Footer*//*
#ie_footer_wrapper {
    top: 544px !important;
}

#footer_wrapper {
    height: 66px;
    padding: 2px 17px 0 270px
}

#footer_text {
    font-size: 13px;
}

*//*Short Footer*//**//*

#ie_footer_wrapper {
    top: 556px !important;
}

#footer_wrapper {
    height: 66px;
}

#footer_text {
    font-size: 12px;
}
*/

 #footer_wrapper {
    text-align: center;
    height: 41px;
    width: 680px;
    padding: 1px 19px;
}

#footer_control_space {
    display: table;
    width: 100%;
    height: 31px;
    vertical-align: middle;
    text-align: center;
}

.tab_pane_form_wrapper input, textarea {
    border-radius: 3px;
}

 #footer_text {
    vertical-align: middle;
	display: table-cell;
	text-align: center;
    font-size: 13px;
}

#photo_decription_tab {
    border-bottom: none;
    display: inline-block;
    cursor: pointer;
    background-color: rgba(0,0,0,0.60) !important;
    color: #FFFFFF;
    font-size: 16px;
    font-variant: small-caps;
    font-weight: 900;
    padding: 4px 7px 0;
    text-align: center;
}

#ie_footer_wrapper {
    border-bottom-left-radius: 0px !important;
}

.hide_pane {
    display: none;
}

.show_pane {
    display: block;
}

#map_canvas,
#map_canvas iframe {
    width: 100%;
    height: 100%;
}

#map_popup_icon, #school_popup_icon {
    font-size: 23px;
    font-weight: 900;
    position: absolute;
    z-index: 200;
    cursor: pointer;
    color: #ddd;
    text-shadow: 1px 0 1px #333,
                -1px 0 1px #333,
                0 1px 1px #333,
                0 -1px 1px #333,
                1px 0 1px #333,
                -1px 0 1px #333,
                0 1px 1px #333,
                0 -1px 1px #333,
                1px 0 1px #333,
                -1px 0 1px #333,
                0 1px 1px #333,
                0 -1px 1px #333;
}

#map_popup_icon {
    bottom: 20px;
    right: 45px;
}

#school_popup_icon {
    bottom: 8px;
    right: 20px;
}

#map_popup_container, #school_popup_container {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 300;
}

#map_popup_iframe, #school_popup_iframe {
    border: none;
    position: absolute;
    /*width: 95%;*/
    width: calc(100% - 50px);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    /*height: 95%;*/
    height: calc(100% - 50px);;
}

#map_close_icon, #school_close_icon {
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 3px;
    top: 3px;
}

#internal_linking {
    position: absolute;
    left: -9999px;
}

#serp_thumbnail,
#serp_additionalProperty {
    position: absolute;
    left: -9999px;
}

#screen_wrapper img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.share_pane_left_wrapper {
    overflow: auto;
    height: 354px;
    top: 33px;
}

.share_pane_left_wrapper .tab_pane_form_wrapper {
    width: 410px;
}

#RecaptchaField2 > div > div {
        margin: auto;
}
