﻿/* PROPERTY DETAIL PAGE
----------------------------------------------------------*/

.PropertyContentParentContainer
{
    position: relative;
    width: 100%;
    height: auto;
}

.PropertyContentHeaderContainer
{
    position: relative;
    width: 1110px;
    height: 135px;
    margin: 0 auto;
}

.PropertyContentHeader
{
    position: absolute;
    width: 100%;
    height: 55px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.PropertyContentHeader h1
{
    font-size: 36px;
}

.PropertyContentContainer
{
    position: relative;
    width: 1110px;
    height: auto;
    margin: 0 auto 50px;
}

.PropertyContentLeftContainer 
{
    position: relative;
    float: left;
    width: 735px;
    height: 100%;
    margin-bottom: 50px;
}

.PropertyContentLeft 
{
    position: relative;
    width: 735px;
    height: auto;
}

.ImageGalleryContainer 
{
    position: relative;
    width: 735px;
    height: 503px;
}

.ShowMapButton 
{
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 5;
    cursor: pointer;
}

.BuyItNowBug 
{
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 5;
    cursor: pointer;
}

.BuyItNowPuckBug
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    cursor: pointer;
}

.BuyItNowPuckBug img
{
    width: 58px;
}

.ImageGalleryArea 
{
    position: relative;
    width: 735px;
    height: 503px;
}

.ImageGalleryArea .OuterDivImageContainer 
{
    position: relative;
    width: 735px;
    height: 413px;
    background-color: #8D8D8D;
}

.AuctionedCorner, .QuitclaimDisclaimer, .QuitClaimDeed, .SpecialWarrantyDeed, .InsurableTitle, .TaxCert
{
    display: none;
}

.ImageMessageBanner, .ImageMessageBannerMin
{
    position: absolute;
    bottom: 0;
    height: 30px;
    background-color: #E00A00;
    padding-left: 10px;
    color: #fff;
    cursor: default;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.FirstChanceImageBannerContainer
{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    background-color: red;
    color: #fff;
    cursor: default;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.FirstChanceImageBanner
{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

/* Alt Banners for Green Vacant Style */

.ImageMessageBannerAlt, .ImageMessageBannerAltMin
{
    position: absolute;
    bottom: 0;
    height: 30px;
    background-color: #00CC99;
    padding-left: 10px;
    color: #fff;
    cursor: default;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ImageMessageBannerAlt
{
    width: 100%;
}

.ImageMessageBannerAltMin
{
    width: 580px;
}

.ImageBannerAltMsgItem
{
    position: relative;
    float: left;
    top: 4px;
    margin-right: 10px;
}

.ImageBannerAltIcon
{
    position: relative;
    top: 2px;
}

.ImageBannerAltMsgDivider
{
    position: relative;
    float: left;
    top: 5px;
    margin-right: 10px;
}
/****************************************/

.ImageMessageBanner
{
    width: 100%;
}

.ImageMessageBannerMin
{
    width: 580px;
}

.ImageBannerMsgItem
{
    position: relative;
    float: left;
    top: 4px;
    margin-right: 10px;
}

.ImageBannerIcon
{
    position: relative;
    top: 2px;
}

.ImageBannerMsgDivider
{
    position: relative;
    float: left;
    top: 5px;
    margin-right: 10px;
}

.SellerBugContainer div
{
    position: relative;
    display: inline-block;
}

.AuctionedCorner
{
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 95;
}

.HUDImageMessageBanner,
.HUDImageMessageBanner2,
.HUDImageMessageBannerMin,
.HUDImageMessageBannerMin2
{
    position: absolute;
    height: 40px;
    color: #fff;
    cursor: default;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.HUDImageMessageBanner
{
    width: 735px;
    bottom: 0;
}

.HUDImageMessageBanner2
{
    width: 735px;
    bottom: 30px;
}

.HUDImageMessageBannerMin
{
    width: 590px;
    bottom: 0;
}

.HUDImageMessageBannerMin2
{
    width: 590px;
    bottom: 30px;
}

.HUDImageBannerMsgItem
{
    position: relative;
    float: left;
    margin-right: 10px;
}
    
.HUDImageBannerMsgItem img
{
    position: relative;
    height: 40px;
    border: 0 !important;
}

.HUDImageBannerMsgItemText
{
    position: relative;
    float: left;
    top: 3px;
    margin-right: 10px;
    font-size: 24px;
}

.MapParentContainer 
{
    position: relative;
    width: 735px;
    height: 503px;
    display: none;
}

.MapContainer 
{
    position: relative;
    width: 735px;
    height: 503px;
    border: none;
    clear: both;
}

.MapParentContainerMobile 
{
    position: relative;
    width: 100%;
    height: 250px;
}

.MapContainerMobile 
{
    position: relative;
    width: 100%;
    height: 250px;
    border: none;
    clear: both;
}

.MapCanvasMobile 
{
    position: relative;
    width: 100%;
    height: 250px;
}

#directionsPanel
{
    padding: 20px;
    width: 250px;
    height: 787px;
    background: #ffffff;
    border: 1px solid #B4B4B4;
    position: absolute;
    right: 0;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 12px;
}

.adp, .adp table
{
    color: #666666;
}

.adp-placemark
{
    border: none;
    background-color: #fff !important;
    color: #007104 !important;
    font-size: 18px;
    font-weight: bold !important;
}

.adp-step, .adp-substep
{
    border-top: 1px solid #B4B4B4;
    padding: .5em 3px;
}

.ShowPhotosButton 
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
}

.MapCanvas 
{
    position: relative;
    width: 735px;
    height: 503px;
}

.MapDirections 
{
    position: absolute;
    bottom: 0;
    width: 735px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.MapDirectionsTo 
{
    position: relative;
    float: right;
    width: 300px;
    top: 8px;
    right: 8px;
}

.MapDirectionsInputContainer 
{
    position: relative;
    float: right;
    width: 232px;
    height: 32px;
    background-image: url(/Content/images/map/map-input-bg.png);
    background-repeat: no-repeat;
}

.MapDirectionsButton 
{
    position: relative;
    float: right;
    width: 33px;
}

.MapDirectionsButtonGo 
{
    position: relative;
    width: 33px;
    height: 32px;
    cursor: pointer;
    background-image: url('/Content/images/map/btn-map-go.png');
    background-repeat: no-repeat;
    z-index: 5;
}

.MapDirectionsInputTo 
{
    position: relative;
    width: 188px;
    height: 23px;
    top: 4px;
    left: 12px;
    border: none;
    font-size: 12px;
    font-weight: 600;
}

.MapDirectionsLabel 
{
    position: relative;
    float: right;
    top: 9px;
    margin-right: 5px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}

.MapDirectionsFrom 
{
    position: relative;
    float: right;
    width: 340px;
    top: 8px;
}

.MapDirectionsInputFrom 
{
    position: relative;
    width: 205px;
    height: 23px;
    top: 4px;
    left: 12px;
    border: none;
    font-size: 12px;
    font-weight: 600;
}

.PropertyDirectionsPanel
{
    color: #000;
}

.PropertyInfoContainer
{
    position: relative;
    width: 735px;
    height: 325px;
    clear: both;
    background-color: #3E3E3E;
}

.TabsContainer
{
    position: relative;
    float: left;
    width: 460px;
    height: 317px;
    background-color: #3E3E3E;
}

.TabArea
{
	position: relative;
    width: 460px !important;
    line-height: 1.5em;
}

.PropertyInformationContainer
{
    position: relative;
    float: right;
    width: 275px;
    height: 287px;
    top: 30px;
    background-color: #8D8D8D;
}

.PropertyInformationHeader
{
    position: relative;
    width: 275px;
    height: 30px;
    background-color: #3E3E3E;
}

.PropertyInformation
{
    position: relative;
    width: 100%;
    height: 290px;
}

.PropertyInformationItem
{
    position: relative;
    width: 240px;
    height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

.PropertyInformationItemLast
{
    border-bottom: none !important;;
}

.InfoItemLabel
{
    position: relative;
    float: left;
    width: 48%;
    top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    clear: both;
}

.InfoItemValue
{
    position: relative;
    float: right;
    width: 48%;
    top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #fff;
}

.TabContentLabel
{
    font-size: 15px;
    font-weight: bold;
}

.TabContentLabel17
{
    font-size: 17px;
    font-weight: bold;
}

.TabContentText
{
    font-size: 12px;
}

.TabContentText17
{
    font-size: 12px;
}

.TabContentText a, .TabContentText17 a
{
    color: #CEA70D;
    text-decoration: none;
}

.TabContentText a:hover, .TabContentText17 a:hover
{
    color: #FFCF38;
}

.DescriptionContent
{
    position: relative;
    float: left; 
    width: 410px; 
    clear: both; 
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3em;
}

.LicensingContainer
{
    position: relative;
    width: 735px;
    clear: both;
    margin-top: 10px;
}

.LicensingItem
{
    font-size: 12px;
}

.LicensingItem p
{
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.LicensingItem p span
{
    padding-left: 7px;
    padding-right: 7px;
}

.PropertyContentRightContainer 
{
    position: relative;
    float: right;
    width: 360px;
    height: 100%;
    margin-bottom: 50px;
}

.PropertyVideoContainer
{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 11px;
}

.PropertyVideoThumb
{
    position: relative;
    width: 100%;
    height: auto;
}

.PropertyVideoThumb img
{
    width: 100%;
}

.PropertyVideoPlayIcon
{
    position: absolute;
    width: 69px;
    height: 69px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ToolBoxcontainer
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 215px;
}
.ToolBoxcontainerFlip
{
    
    width: 100%;
    height: auto;
    min-height: 215px;
}


.ToolsAndLinksContainer
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 211px;
    background-color: #FFCF38;
    padding-bottom: 4px;
}

.ToolsAndLinksMobileContainer
{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.ToolsAndLinksHeader
{
    position: relative;
    width: 100%;
    height: 50px;
}

.ToolsAndLinksHeader img
{
    border: none;
    max-width: 100%;
}

.ToolsAndLinks
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 161px;
    background-color: #3E3E3E;
}

.ToolsAndLinksList
{
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.ToolsAndLinksList li
{
    position: relative;
    height: 25px;
    left: 5px;
}

.ToolImageContainer
{
    position: relative;
    width: 25px;
    height: 20px;
    vertical-align: top;
    display: inline-block;
}

.ToolImageContainerTall
{
    position: relative;
    width: 25px;
    height: 40px;
    vertical-align: top;
    display: inline-block;
}

.ToolTextContainer
{
    position: relative;
    width: 275px;
    height: 20px;
    top: 5px;
    left: 5px;
    display: inline-block;
}

.ToolsAndLinksImage
{
    position: relative;
    top: 7px;
    margin-right: 9px;
}

.ToolsAndLinksLink
{
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.ToolsAndLinksLink:hover
{
    color: #CEA70D !important;
}

.ToolTextContainerMobile
{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
}

.ToolsAndLinksLinkMobile
{
    color: #545862 !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.InvestorFinancingContainer
{
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 19px;
    background-color: #3E3E3E;
}

.InvestorFinancingIcon
{
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
    top: 12px;
    left: 10px;
}

.InvestorFinancingText
{
    position: relative;
    float: left;
    width: 210px;
    top: 13px;
    left: 19px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.InvestorFinanceLink
{
    position: relative;
    float: left;
    top: 16px;
    left: 15px;
    font-size: 12px;
}

.InvestorFinanceLink a
{
    text-decoration: underline;
    color: #FFCF38;
}

.InvestorFinanceLink a:hover
{
    color: #CEA70D;
}

.CobrokeLogosParentContainer
{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.CobrokeLogosContainer
{
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.CobrokeLogo
{
    position: relative;
    display: inline-block;
    width: auto;
    height: 65px;
    vertical-align: middle;
}

.CobrokeLogo:first-child
{
    border-right: 1px solid #B4B4B4;
    padding-right: 30px;
}

.CobrokeLogo:last-child
{
    padding-left: 30px;
}

.CobrokeLogo img
{
    position: relative;
    max-height: 65px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.PropertyBidBoxContainer
{
    position: relative;
    width: 100%;
    height: 533px;
    background-color: #fff;
}

.PropertyRightNavContainer
{
    position: relative;
    width: 100%;
	margin-bottom: 30px;
}

.SimilarPropertiesContainer
{
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

ul.PropertyRelatedMaterials
{
    position: relative;
    list-style: none;
	margin: 0 !important; 
	padding: 0;	
}

ul.PropertyRelatedMaterials li a
{
    text-decoration: none;
    color: #545862;
}

ul.PropertyRelatedMaterials li a:hover
{
    color: #CEA70D;
}

.RemovedFromSale
{
    color: red;
}

.HUDDescriptionContainer
{
    position: relative;
    width: 735px;
    height: auto;
    background-color: #007203;
    margin: 0 auto;
    border-left: 4px solid #007203;
    border-right: 4px solid #007203;
    border-bottom: 4px solid #007203;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.HUDDescriptionHeaderContainer
{
    position: relative;
    width: 100%;
    height: 40px;
}

.HUDDescriptionHeader
{
    position: relative;
    width: 100%;
    height: 24px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.HUDDescriptionCopyContainer
{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
}

.HUDDescriptionCopy
{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 5px 20px 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.HUDDescriptionCopy p
{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #000;
}

.HUDDescriptionCopyFooter
{
    position: relative;
    width: 100%;
    height: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.FirstChanceDescriptionContainer
{
    position: relative;
    width: 735px;
    height: auto;
    background-color: red;
    margin: 0 auto;
    border-left: 4px solid red;
    border-right: 4px solid red;
    border-bottom: 4px solid red;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.FirstChanceDescriptionHeaderContainer
{
    position: relative;
    width: 100%;
    height: 40px;
}

.FirstChanceDescriptionHeader
{
    position: relative;
    width: 100%;
    height: 24px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.FirstChanceDescriptionCopyContainer
{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 1px;
    background-color: #fff;
}

.FirstChanceDescriptionCopy
{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 5px 20px 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.FirstChanceDescriptionCopy p
{
    margin-top: 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #000;
}

.FirstChanceDescriptionCopyFooter
{
    position: relative;
    width: 100%;
    height: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.FirstChanceLegalContainer
{
    position: relative;
    width: 735px;
    height: auto;
}

.FirstChanceLegalContainer p
{
    font-size: 12px;
    line-height: 1.3em;
}

.FirstChanceNoteContainer
{
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.FirstChanceNote
{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    top:30px;
}

/* BID BOX   
----------------------------------------------------------*/

.BidBoxContainer
{
    position: relative;
    width: 360px;
    height: 533px;
    background-color: #3F3F3F;
}

.BidBoxLFTL
{
    background-color: #007105;
}

.BidBoxOLO
{
    background-color: #86CB00;
}

.BidBoxHeaderContainer
{
    position: relative;
    width: 360px;
    height: 48px;
}

.BidBoxHeaderIconLFTL
{
    position: relative;
    float: left;
    width: 22px;
    height: 25px;
    left: 10px;
    top: 11px;
}

.BidBoxHeaderIconOLO
{
    position: relative;
    float: left;
    width: 26px;
    height: 20px;
    left: 10px;
    top: 14px;
}

.BidBoxHeaderIconInstantAcceptance
{
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
    left: 10px;
    top: 10px;
}

.BidBoxHeaderIconLFTL img, .BidBoxHeaderIconOLO img
{
    border: none;
}

.BidBoxHeader
{
    position: relative;
    float: left;
    width: 300px;
    height: 26px;
    left: 20px;
    top: 8px;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

.BidBoxFavoriteIcon
{
    position: relative;
    float: right;
    width: 25px;
    height: 24px;
    top: 13px;
    right: 10px;
    cursor: pointer;
}

.BidBoxImageContainer
{
    position: relative;
    width: 100%;
    height: 201px;
    background-color: #8D8D8D;
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.BidBoxImage
{
    position: relative;
    width: 100%;
    height: 201px;
    text-align: center;
}

.BidBoxImage img
{
    max-width: 358px;
    max-height: 201px;
    margin: 0 auto;
}

.BidBoxImageOpeningBidContainer
{
    position: absolute;
    width: 100%;
    height: 42px;
    bottom: 0;
    background-color: #CEA70D;
}

.BidBoxImageOpeningBid
{
    position: relative;
    width: 90%;
    top: 3px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    cursor: default;
}

.BidBoxImageInstantAcceptanceContainer
{
    position: absolute;
    width: 100%;
    height: 42px;
    background-color: #FD7800;
    bottom: 0;
}

.BidBoxImageInstantAcceptance
{
    position: relative;
    width: 90%;
    top: 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    cursor: default;
}

.BidBoxInfoContainer
{
    position: relative;
    width: 100%;
    height: 278px;
    background-color: #fff;
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.PropertyAddress
{
    position: relative;
    width: 338px;
    height: 60px;
    top: 5px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1em;
    color: #CEA70D;
}

.PropertyAddress p
{
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    line-height: 1.1em;
}

.BidBoxViewDetails
{
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    color: #666666 !important;
}

.BidInformation
{
    position: relative;
    width: 358px;
    height: 80px;
    margin: 0 auto;
    top: 10px;
}

.BidInformationTall
{
    height: 100px;
}

.BidInfoItem
{
    position: relative;
    width: 338px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    clear: both;
    line-height: 1.4em;
}

.BidInfoCopy
{
    position: relative;
    width: 330px;
    margin: 0 auto;
}

.BidInfoCopy p
{
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.BidInfoItemLabel
{
    position: relative;
    float: left;
    margin-right: 3px;
    font-weight: bold;
}

.BidInfoItemValue
{
    position: relative;
    float: left;
    font-weight: 300;
}

.BidInfoItemSpanLabel
{
    margin-right: 3px;
    font-weight: bold;
}

.BidInfoItemSpanValue
{
    font-weight: 300;
}

.BidInfoBidHistoryContainer
{
    position: relative;
    float: left;
    margin-left: 20px;
    outline: none;
}

.BidInfoBidHistoryContainerSmallMargin
{
    position: relative;
    float: left;
    outline: none;
    margin-left: 10px;
}

.ActionContainer
{
    position: relative;
    width: 100%;
    height: 74px;
    margin: 0 auto;
    top: 10px;
}

.BidBoxActionItem, .BidBoxActionItemFirst, .BidBoxNonActionItemFirst
{
    position: relative;
    width: 358px;
    text-align: center;
}

.BidBoxActionItemFirst, .BidBoxNonActionItemFirst
{
    margin-bottom: 0px;
}

.BidBoxActionItem img, .BidBoxActionItemFirst img
{
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

.BidBoxNonActionItemFirst img
{
    border: none;
    margin: 0 auto;
    cursor: default;
}

.ActionItemPendingContainer
{
    position: relative;
    width: 233px;
    height: 46px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;
    cursor: default;
    background-image: url(/Resources/images/bidbox/message-bg.png);
    background-repeat: no-repeat;
    color: #fff;
}

.ActionItemPending
{
    position: relative;
    top: 2px;
    clear: both;
}

.ActionItemPendingLFTL
{
    color: #007105;
}

.ActionItemPendingOLO
{
    color: #86CB00;
}

.BidBoxPlaceBidContainer
{
    position: relative;
    width: 282px;
    height: 40px;
    background-image: url(/Resources/images/bidbox/place-bid-bg2.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.BidAmountInput
{
    position: relative;
    float: left;
    width: 110px;
    height: 30px;
    top: 3px;
    left: 35px;
    border: none;
    font-size: 15px;
    font-weight: normal;
}

.BtnPlaceBid
{
    position: relative;
    float: right;
    width: 123px;
    height: 40px;
    top: -2px;
    right: 12px;
    border: none;
}

.BidBoxBidTip
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: default;
}

.BidBoxBidTip img
{
    cursor: default !important;
}

.PAOLink
{
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    color: #FA7407 !important;
}

.PAOLink:hover
{
    /*color: #FA7407 !important;*/
    font-weight: bold;
}

.AuctionDateContainer
{
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0px;
    text-align: center;
}

.BidBoxAuctionDateContainer
{
    position: relative;
    width: 338px;
    margin: 0 auto;
    border-top: 1px solid #B4B4B4;
}

.BidBoxAuctionDate
{
    position: relative;
    width: 338px;
    top: 6px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
}

.BidInfoRemovedFromSale
{
    font-size: 16px;
    color: red;
    margin-top: 25px;
}

.FirstChanceContactPhone
{
    position: relative;
    width: 338px;
    top: 6px;
    margin: 15px auto 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* SOCIAL MEDIA   
----------------------------------------------------------*/

.ShareThisContainer 
{
    position: absolute;
    width: 240px;
    height: 20px;
    right: 0;
    bottom: 10px;
}

.ShareThisToolbox
{
    position: relative;
    float: right;
}

.ShareThisHeader
{
    position: relative;
    float: right;
    top: 2px;
    margin-right: 2px;
    font-size: 12px;
    display: none;
    font-weight: normal;
}


/* MOBILE ONLY   
----------------------------------------------------------*/

.PropertyContentMobileContainer
{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.MobileBidBoxHeaderContainer
{
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #3F3F3F;
    -webkit-box-shadow: inset 0 -1px 3px rgba(0,0,0,0.12), inset 0 -1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: inset 0 -1px 3px rgba(0,0,0,0.12), inset 0 -1px 2px rgba(0,0,0,0.24);
    box-shadow: inset 0 -1px 3px rgba(0,0,0,0.12), inset 0 -1px 2px rgba(0,0,0,0.24);
}

.MobileImagesContainer
{
    position: relative;
    width: 100%;
    height: auto;
}

.MobileInfoContainer
{
    position: relative;
    width: 100%;
    height: 230px;
    border-bottom: 4px solid #3F3F3F;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.PropertyVideoMobileContainer
{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    font-size: 0;
}

.PropertyVideoHeaderContainer
{
    position: relative;
    width: 100%;
    height: 45px;
    margin: 0 auto;
}

.PropertyVideoHeader
{
    position: relative;
    width: 100%;
    color: #545862;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin: 0 auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: default;
}

.limelight-player-footprint
{
    width: 100% !important;
    height: auto !important;
}

.limelight-player-viewport
{
    height: 0 !important;
    padding-bottom: 56.25% !important;
}

.limelight-player-viewport video
{
    position: absolute;
    max-width: 100%;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin-left: 0 !important;
}

.MobileAccordionContainer
{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

/*----- Mobile Accordion -----*/
.MobileAccordionContainer .accordion 
{
    position: relative;
    width: 100%;
    height: auto;
}
/*----- Section Titles -----*/
.MobileAccordionContainer .accordion-section
{
    position: relative;
    width: 100%;
    height: auto;
}
 
/*----- Section Titles -----*/
.MobileAccordionContainer .accordion-section-header-container
{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #3F3F3F;
    border-bottom: 1px solid #fff;
}

.MobileAccordionContainer .accordion-section-title-container
{
    position: relative;
    width: 94%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.MobileAccordionContainer .accordion-section-title
{
    width: 100%;
    padding: 5px 0;
    display: inline-block;
    -moz-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
	outline: none;
}
 
/*----- Section Content -----*/
.MobileAccordionContainer .accordion-section-content-container
{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.MobileAccordionContainer .accordion-section-content
{
    position: relative;
    width: 94%;
    height: auto;
    padding: 5px 0;
    display: none;
    background-color: #fff;
    margin: 0 auto;
}

.MobileAccordionContentContainer
{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 12px;
}

.MobileAccordionContentContainer p
{
    margin-top: 0;
}


/* Begin Responsive Changes */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {
/* Place your styles for phones and small tablets here */
    .MobileHeaderContainer
    {
        height: 68px !important;
    }
    
    .PropertyContentHeaderContainer
    {
        width: 100%;
        height: 50px;
	    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        z-index: 1;
    }

    .PropertyContentHeader
    {
        position: relative;
        height: auto;
        top: 50%;
        bottom: inherit;
        left: inherit;
        right: inherit;
        margin: 0 auto;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .PropertyContentHeader h1
    {
        font-size: 16px;
        line-height: 1em;
    }

    .HUDImageMessageBanner, .HUDImageMessageBanner2
    {
        width: 100%;
        height: 30px;
    }

    .HUDImageBannerMsgItem
    {
        margin-right: 5px;
    }

    .HUDImageBannerMsgItem img
    {
        height: 30px;
    }

    .HUDImageBannerMsgItemText
    {
        top: 6px;
        font-size: 12px;
    }

    .BidBoxHeader
    {
        width: 200px;
        height: 22px;
        left: 10px;
        top: 3px;
        font-size: 16px;
    }

    .BidBoxFavoriteIcon
    {
        width: 22px;
        height: 21px;
        top: 4px;
        right: 5px;
    }

    .BidBoxFavoriteIcon img
    {
        max-width: 100%;
    }

    .PropertyAddress
    {
        width: 94%;
        height: 48px;
        font-size: 14px;
    }

    .BidInformation
    {
        width: 100%;
        height: 65px;
        top: 5px;
    }

    .BidInformationTall
    {
        height: 85px;
    }

    .BidInfoItem
    {
        width: 94%;
        font-size: 12px;
    }

    .ActionContainer
    {
        top: 5px;
    }

    .FirstChanceNote
    {
        font-size: 14px;
    }

    .BidBoxActionItem, .BidBoxActionItemFirst, .BidBoxNonActionItemFirst
    {
        width: 94%;
        margin: 0 auto;
    }

    .BidBoxActionItemFirst
    {
        max-height: 40px;
    }

    .BidBoxAuctionDateContainer
    {
        width: 94%;
    }

    .BidBoxAuctionDate
    {
        width: 100%;
    }

    .TabContentLabel
    {
        font-size: 14px;
    }

    .LicensingContainer
    {
        width: 94%;
        margin: 10px auto 0;
    }

    .LicensingItem
    {
        font-size: 10px;
        text-align: center;
    }

    .PropertyRightNavContainer
    {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .ToolsAndLinksHeader
    {
        height: 45px;
        background-color: #FFD311;
    }

    .ToolTextContainer
    {
        width: 265px;
    }

    .InvestorFinancingText
    {
        width: 185px;
        top: 15px;
        font-size: 14px;
    }

    .CobrokeLogosParentContainer
    {
        margin-top: 0;
    }

    .CobrokeLogosContainer
    {
        width: 94%
    }

    .CobrokeLogo:first-child
    {
        padding-right: 10px;
    }

    .CobrokeLogo:last-child
    {
        padding-left: 10px;
    }

    .FirstChanceContactPhone
    {
        width: 100%;
    }

    .FirstChanceLegalContainer
    {
        width: 90%;
        margin: 30px auto 0;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 480px) and (orientation : landscape) {

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
/* Place your styles for phones and small tablets here */

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width : 321px) and (max-device-width : 480px) and (orientation : landscape) 
{

}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .ToolsAndLinksHeader
    {
        height: 45px;
        background-color: #FFD311;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .MobileBidBoxHeaderContainer
    {
        max-width: 320px;
        margin: 0 auto;
    }

    .MobileImagesContainer
    {
        max-width: 320px;
        margin: 0 auto;
    }

    .MobileInfoContainer
    {
        border-left: 1px solid #B4B4B4;
        border-right: 1px solid #B4B4B4;
        max-width: 320px;
        margin: 0 auto;
    }

    .PropertyRightNavContainer
    {
        max-width: 320px;
        margin: 10px auto;
    }
}

/* Samsung Galaxy S4/S5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .ToolsAndLinksHeader
    {
        height: 50px;
        background-color: #FFD311;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .MobileBidBoxHeaderContainer
    {
        max-width: 360px;
        margin: 0 auto;
    }

    .MobileImagesContainer
    {
        max-width: 360px;
        margin: 0 auto;
    }

    .MobileInfoContainer
    {
        border-left: 1px solid #B4B4B4;
        border-right: 1px solid #B4B4B4;
        max-width: 360px;
        margin: 0 auto;
    }

    .PropertyRightNavContainer
    {
        max-width: 320px;
        margin: 10px auto;
    }
    
    .ToolsAndLinksHeader
    {
        height: 50px;
        background-color: #FFD311;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .MobileInfoContainer
    {
        position: relative;
        width: 100%;
        height: 240px;
        border-bottom: 4px solid #3F3F3F;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .PropertyAddress
    {
        width: 94%;
        height: 55px;
        font-size: 16px;
    }

    .PAOLink
    {
        position: relative;
        top: 6px;
    }

    .ToolsAndLinksHeader
    {
        height: 50px;
        background-color: #FFD311;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .MobileBidBoxHeaderContainer
    {
        max-width: 375px;
        margin: 0 auto;
    }

    .MobileImagesContainer
    {
        max-width: 375px;
        margin: 0 auto;
    }

    .MobileInfoContainer
    {
        position: relative;
        width: 100%;
        max-width: 375px;
        height: 232px;
        border-left: 1px solid #B4B4B4;
        border-right: 1px solid #B4B4B4;
        border-bottom: 4px solid #3F3F3F;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .PropertyAddress
    {
        width: 94%;
        height: 55px;
        font-size: 16px;
    }

    .PAOLink
    {
        position: relative;
        top: 6px;
    }

    .PropertyRightNavContainer
    {
        max-width: 375px;
        margin: 10px auto;
    }
    
    .ToolsAndLinksHeader
    {
        height: 50px;
        background-color: #FFD311;
    }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .PropertyContentHeader h1
    {
        font-size: 18px;
    }
    
    .MobileInfoContainer
    {
        position: relative;
        width: 100%;
        height: 260px;
        border-bottom: 4px solid #3F3F3F;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .PropertyAddress
    {
        width: 94%;
        height: 60px;
        font-size: 18px;
    }

    .BidInformation
    {
        width: 100%;
        height: 80px;
        top: 5px;
    }

    .BidInfoItem
    {
        width: 94%;
        font-size: 14px;
    }

    .PAOLink
    {
        position: relative;
        top: 6px;
    }

    .ToolsAndLinksHeader
    {
        height: 50px;
        background-color: #FFD311;
    }

    .InvestorFinancingText
    {
        width: 210px;
        top: 13px;
        font-size: 16px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .MobileBidBoxHeaderContainer
    {
        max-width: 414px;
        margin: 0 auto;
    }

    .MobileImagesContainer
    {
        max-width: 414px;
        margin: 0 auto;
    }

    .PropertyContentHeader h1
    {
        font-size: 18px;
    }
    
    .MobileInfoContainer
    {
        position: relative;
        width: 100%;
        height: 251px;
        max-width: 414px;
        margin: 0 auto;
        border-left: 1px solid #B4B4B4;
        border-right: 1px solid #B4B4B4;
        border-bottom: 4px solid #3F3F3F;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .PropertyAddress
    {
        width: 94%;
        height: 60px;
        font-size: 18px;
    }

    .BidInformation
    {
        width: 100%;
        height: 65px;
        top: 5px;
    }

    .BidInfoItem
    {
        width: 94%;
        font-size: 14px;
    }

    .PAOLink
    {
        position: relative;
        top: 6px;
    }

    .ToolsAndLinksHeader
    {
        height: 50px;
        background-color: #FFD311;
    }

    .InvestorFinancingText
    {
        width: 210px;
        top: 13px;
        font-size: 16px;
    }

    .PropertyRightNavContainer
    {
        max-width: 414px;
        margin: 10px auto;
    }
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Place your styles for tablets and tiny laptops here */

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}


/* iPad 3 (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Place your styles for tablets and tiny laptops here */
    .PropertyContentHeaderContainer
    {
        width: 722px;
        height: 100px;
    }

    .PropertyContentHeader h1
    {
        font-size: 26px;
    }

    .PropertyContentContainer
    {
        width: 722px;
    }

    .PropertyContentLeftContainer
    {
        width: 478px;
    }

    .PropertyContentLeft
    {
        width: 100%;
    }

    .ImageGalleryContainer
    {
        width: 478px;
        height: 344px;
    }

    .ImageGalleryArea
    {
        width: 478px;
        height: 344px;
    }

    .ImageGalleryArea .OuterDivImageContainer
    {
        width: 478px;
        height: 269px;
    }

    .HUDImageMessageBanner, .HUDImageMessageBanner2
    {
        width: 100%;
        height: 30px;
    }

    .HUDImageBannerMsgItem img
    {
        height: 30px;
    }

    .HUDImageBannerMsgItemText
    {
        top: 4px;
        font-size: 16px;
    }

    .MapParentContainer
    {
        width: 478px;
        height: 344px;
    }

    .MapContainer
    {
        width: 478px;
        height: 344px;
    }

    .MapCanvas
    {
        width: 478px;
        height: 344px;
    }

    .MapDirections
    {
        width: 478px;
        height: 40px;
    }

    .MapDirectionsInputContainer
    {
        width: 180px;
        height: 25px;
        background-size: 100%;
    }

    .MapDirectionsButton
    {
        width: 25px;
    }

    .MapDirectionsButtonGo
    {
        width: 25px;
        height: 25px;
        background-size: 100%;
    }

    .MapDirectionsLabel
    {
        top: 5px;
        font-size: 10px;
    }

    .MapDirectionsTo
    {
        width: 207px;
        right: 4px;
    }

    .MapDirectionsInputTo
    {
        float: right;
        width: 144px;
        height: 18px;
        top: 2px;
        left: 0;
        font-size: 10px;
    }

    .MapDirectionsFrom
    {
        width: 267px;
    }

    .MapDirectionsInputFrom
    {
        width: 162px;
        height: 18px;
        top: -1px;
        left: 11px;
        font-size: 10px;
    }

    .PropertyContentRightContainer
    {
        width: 234px;
    }

    .PropertyBidBoxContainer
    {
        width: 100%;
        height: 344px;
    }

    .BidBoxContainer
    {
        width: 100%;
        height: 344px;
    }

    .BidBoxHeaderContainer
    {
        width: 100%;
        height: 30px;
    }

    .BidBoxHeader
    {
        width: 140px;
        left: 10px;
        top: 3px;
        font-size: 16px;
    }

    .BidBoxFavoriteIcon
    {
        width: 20px;
        height: 19px;
        top: 6px;
    }

    .BidBoxFavoriteIcon img
    {
        max-width: 100%;
    }

    .BidBoxImageContainer
    {
        height: 131px;
    }

    .BidBoxImage
    {
        height: 131px;
    }

    .BidBoxImage img
    {
        max-width: 100%;
        max-height: 131px;
    }

    .BidBoxInfoContainer
    {
        height: 179px;
    }

    .PropertyAddress
    {
        width: 96%;
        height: 47px;
        font-size: 14px;
    }

    .BidInformation
    {
        width: 100%;
        height: 58px;
    }

    .BidInfoItem
    {
        width: 96%;
        font-size: 10px;
    }

    .BidInfoRemovedFromSale
    {
        margin-top: 0;
    }

    .ActionContainer
    {
        height: 44px;
        top: 10px;
    }

    .BidBoxActionItem, .BidBoxActionItemFirst, .BidBoxNonActionItemFirst
    {
        width: 100%;
    }

    .BidBoxActionItemFirst
    {
        height: 28px;
        margin-bottom: 0;
    }

    .BidBoxActionItem
    {
        height: 17px;
        line-height: 0.8em;
    }

    .PAOLink
    {
        font-size: 10px;
    }

    .BidBoxActionItem img, .BidBoxActionItemFirst img
    {
        max-width: 150px;
        max-height: 28px;
    }

    .AuctionDateContainer
    {
        height: 20px;
    }

    .BidBoxAuctionDateContainer
    {
        width: 96%;
    }

    .BidBoxAuctionDate
    {
        width: 96%;
        top: 2px;
        font-size: 10px;
    }

    .HUDDescriptionContainer
    {
        width: 478px;
    }

    .HUDDescriptionHeader
    {
        font-size: 14px;
    }

    .PropertyInfoContainer
    {
        width: 478px;
    }

    .TabsContainer
    {
        width: 298px;
    }

    .TabArea
    {
        width: 298px !important;
    }

    .DescriptionContent
    {
        width: 270px;
    }

    .PropertyInformationContainer
    {
        width: 180px;
    }

    .PropertyInformationItem
    {
        width: 96%;
    }

    .InfoItemLabel
    {
        font-size: 11px;
    }

    .InfoItemValue
    {
        font-size: 11px;
    }

    .LicensingContainer
    {
        width: 478px;
    }

    .PropertyRightNavContainer
    {
        width: 100%;
    }

    .ToolsAndLinksHeader
    {
        height: 33px;
    }

    .ToolsAndLinksList
    {
        padding-left: 5px;
    }

    .ToolTextContainer
    {
        width: calc(100% - 25px);
        left: 0;
        top: 3px;
    }

    .ToolsAndLinksLink
    {
        font-size: 11px;
    }

    .InvestorFinancingContainer
    {
        height: 44px;
    }

    .InvestorFinancingIcon
    {
        width: 20px;
        height: 20px;
        left: 7px;
    }

    .InvestorFinancingIcon img
    {
        max-width: 100%;
    }

    .InvestorFinancingText
    {
        width: 145px;
        font-size: 11px;
        left: 12px;
        top: 14px;
    }

    .InvestorFinanceLink
    {
        top: 15px;
        left: 0;
        font-size: 10px
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}
