body {
	background: #000000;
}

.uk-dropdown-navbar {
	background: #3C3C3C !important;
	opacity: 0.85;
	padding: 5px;
}

.uk-navbar-nav > li > a {
	color: #a0a0a0;
}

.uk-dropdown {
	padding: 5px;
}

@media (min-width: 768px) {
	.tm-fullscreen:not(.uk-hidden-large) + .tm-page {
	    margin-top: 0px;
    }
}

.tm-page {
	margin-bottom: 0px;
}

.uk-list > li > a {
	color: #848484;
}

/*
 * WebHolism alterations
 */
/*
 * Alterations to Bootstrap modal box so that modal boxes display with a white background
 */
div.modal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 580px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
/* Top menu alteration to make agent login float right */
.uk-panel._menu {
	float: right;
	z-index: 1;
}
/* Due to agent emails displaying outside of the agent box on property pages font alteration implemented */
.ip-sidecol.sidecol-email span {
	/*word-wrap: break-word;*/
	font-size: 10px;
}
/* Prevent floating top menu going behind the corner image banners */
nav.tm-navbar.uk-navbar.uk-sticky-init.uk-active {
	z-index: 999;
}
/* Prevent category columns from displaying incorrectly on resize */
@media (max-width: 979px) and (min-width: 768px) {
	.span3 {
		width: 220px;
	}
}
/* Alter submit button on property tabs */
.control-group input.btn.btn-primary {
	height: 100% !important;
	line-height: 22px !important;
}
/* Remove flags from property-types pages */
img.pull-right.ip-cat-img {
	display: none;
}
/* Place quick search options on single line in property-types pages */
.ip-quicksearch-optholder {
	float: left;
}
.well.hidden-phone {
	padding: 0 19px !important;
}
.catItemImageBlock {
	float: left !important;
}
span.catItemImage img {
	margin: 0 15px 0 0;
}

/* WH correcting showcase to top-align START */
#fpssContainer154.fpss-template-uncut {
	margin: 0px auto;
	
}
/* WH correcting showcase to top-align END */

/* WH styling hot properties modules START */
.ip-mod-thumb .thumbnail, .ip-overview-thumb {
	width: 100%;
}

.thumbnail {
	padding: 0px;
	border: none;
	margin-bottom: 10px;
}

.btn {
	margin-top: 10px;
	margin-bottom: 25px;
}

em {
	color: inherit;
}
/* WH styling hot properties modules END */

/* WH styling homepage slider START */
.slider-link {
	color: #ffffff;
}

.slider-link:hover {
	color: #ffffff;
	font-weight: bold;
}

.tm-teaser {
	margin-top: 0px;
	background-color: rgba(77, 77, 77, 0.4);
	padding: 20px 0px;
	width: 100%;
}

.tm-fullscreen {
	height: 500px;
}
/* WH styling homepage slider END */

/* WH styling search bar START */
.input.uk-search-field, input[type="search"] {
	border: 1px solid rgba(77, 77, 77, 0.72);
}
/* WH styling search bar END */

/* WH styling dropdown menu START */
.uk-dropdown-navbar {
	opacity: 0.95;
}
/* WH styling dropdown menu END */


/* WH Alteration to Fullscreen on non-homepage pages */
.tm-fullscreen {
    height: 100%;
    border-bottom: 0px;
}

/* IP banners in front of menu */
.ip-bannertopright, .ip-bannerbotleft {
	z-index: 0 !important;
}

/* IP thumbnail border removal */
.img-polaroid {
	padding: 0px;
	border: none;
}

/* WH alteration of content on slideshow pages to ensure adequate top spacing */
.wk-slideshow::after {

}


/* Thin header image is not to be resized */
.header-thin {
    background-size: inherit;
}

/* Template changes to fit with black background */
.well {
	background: #000000;
	border: none;
}

.pagination ul > li > a, .pagination ul > li > span {
	background-color:transparent;
	border: none;
}

/* Popover modification for when the camera icon on search is rolled over that it displays a thumbnail of the property */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 150px;
    padding:10px 10px 0px 10px;
    /*padding: 1px;*/
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    /*margin-bottom: 10px;*/
    margin-bottom: 0px;
}

.popover.right {
    /*margin-left:10px;*/
    margin-left: 0px;
}

.popover.bottom {
    /*margin-top: 10px;*/
    margin-top: 0px;
}

.popover.left {
    /*margin-right:10px;*/
    margin-right: 0px;
}

.popover-title {
    margin: 0;
    /*padding: 8px 14px;*/
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    /*padding: 9px 14px;*/
}

.popover-content p, .popover-content ul, .popover-content ol {
    margin-bottom: 0;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow:after {
    content: "";
    z-index: -1;
}

.popover.top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #fff;
}

.popover.top .arrow:after {
    border-width: 11px 11px 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -1px;
    left: -11px;
}

.popover.right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #fff;
}

.popover.right .arrow:after {
    border-width: 11px 11px 11px 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: -1px;
}

.popover.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #fff;
}

.popover.bottom .arrow:after {
    border-width: 0 11px 11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -1px;
    left: -11px;
}

.popover.left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #fff;
}

.popover.left .arrow:after {
    border-width: 11px 0 11px 11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    right: -1px;
}

/* end of popover alteration */

/* Sliders on search page */
.ip-adv-slidevalue.input-small.pull-left, .ip-adv-slidevalue.input-small.pull-right {
    background-color: #000;
    border: 1px solid #000;
}

.table th,
.table td {
    border-top: 1px solid #454545;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #242424;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #242424;
}


.nav-tabs > .active > a {
    background: #4d617a;
    color: #fff;
    border: 0;
}
.nav-tabs > .active > a:focus {
    background: #4d617a;
    color: #fff;
    border: 0;
}

.btn-small {
    border: 0;
}
.btn {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #496589;
    background-image: -moz-linear-gradient(top, #4a6d99, #475970);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a6d99), to(#475970));
    background-image: -webkit-linear-gradient(top, #4a6d99, #475970);
    background-image: -o-linear-gradient(top, #4a6d99, #475970);
    background-image: linear-gradient(to bottom, #4a6d99, #475970);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a6d99', endColorstr='#ff475970', GradientType=0);
    border-color: #475970 #475970 #293441;
    *background-color: #475970;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #ffffff;
    background-color: #475970;
    *background-color: #3d4d61;
    outline: none;
    outline-offset: 0;
    text-shadow: none;
}
.btn:active,
.btn.active {
    background-color: #334051 \9;
}
button.btn.btn-success {
    background: #5baa58;
}


/* K2 pages */
div.itemToolbar, div.itemNavigation {
    border-top: 1px dotted #242424;
    border-bottom: 1px dotted #242424;
    background: #242424;
}
div.itemAuthorBlock, div.itemComments {
    background: #242424;
    border: 1px solid #242424;
}
.even {
    background: #454545;
    border-bottom: 1px dotted #242424;
}
.odd {
    background: #242424;
    border-bottom: 1px dotted #242424;
}

/* Agent page buttons */
a.btn.btn-micro.active.hasTooltip:first-child {
    background-color: green;
}
a.btn.btn-micro.hasTooltip:not(.active):first-child {
    background: #b90000;
}
/* End of Agent page buttons */

/* Property page - currency converter */
.alert-info {
    color: #4c6079;
}
/* End of property page - currency converter */

/*
    Companies page
*/
.nav-tabs {
  border-bottom: none;
}

.ip-companylist > .row-fluid {
  border-bottom: 1px solid rgb(77, 77, 77);
  padding-top: 18px;
}
/*
    End of companies page
*/

/* WH K2 block alterations */
section.tm-bottom-b.uk-grid > div > .uk-panel > .k2ItemsBlock > ul > li > .moduleItemIntrotext {
  margin-top: 10px;
}
section.tm-bottom-b.uk-grid > div > .uk-panel > .k2ItemsBlock > ul {
  padding: 0;
}
div.k2ItemsBlock ul li {
  background-color: black;
  list-style-type: none;
  padding: 10px 0;
}
aside.tm-sidebar-b .uk-panel div.k2ItemsBlock ul li
{
  border-bottom: 1px solid #fff;
}
.moduleItemIntrotext > p {
  margin-top: 0px;
}

.k2UsersBlock ul li.even.lastItem {
  background-color: #000;
}
/* End of WH K2 block alterations */

/* Start of Removing white background from agent contact submit button */
.form-horizontal .form-actions {
  padding: 23px 20px 24px;
}
.form-actions {
  background-color: transparent;
}
/* End of Removing white background from agent contact submit button */

th.k2ProfileHeading {
  background-color: #000 !important;
}

td.key {
  background-color: #000 !important;
  border: none !important;
  /*color: #fff !important;*/
  padding-right: 6px;
}

.ip-randomproperties-thumb-holder {
	width: 75%;
}

/* Alter random image thumbnail size */
img.ip-randomproperties-thumb.thumbnail {
    width: 75%;
}

/* WH ireport layout modifications */
.accordion-group:nth-child(2) { display: none; }
#ireport_tab > hr { display: none; }
.accordion-group, .accordion-inner { border: none; }
.accordion-toggle:focus, .accordion-toggle:active { border:none; text-decoration: none; }
#ireport_overview > div > div > div > svg > rect { fill: black; }
g > g > text { fill: #9e9e9e; }


.blue {
	color: #4a6d99;
}

.red {
	color: #ff0000;
}

.uk-icon-xl:before {  
  font-size: 500%;  
  vertical-align: -22%;
  color: #4a6d99;
}

.capitalized {
	text-transform: capitalize;
}

.uk-alert {
	background: #c50d0d;
	border: 1px solid #c50d0d;
}

/* Mobile text size for visibility - Google Search Console */
@media all and (max-width: 768px) {
  html,
  body,
  .itemImageBlock .itemImageCaption,
  .itemView .itemHeader .itemDateCreated,
  .itemToolbar li span, .itemImageGalleryLink.k2Anchor,
  .sigProCaption,
  .uk-breadcrumb,
  div.itemToolbar ul li,
  div.itemToolbar ul li a,
  ul.sigProClassic span.sigProPseudoCaption,
  ul.sigProClassic span.sigProCaption,
  .uk-subnav, .uk-subnav > li,
  .uk-button,
  .zopim,
  .jx_ui_Widget,
  .button_text.jx_ui_Widget,
  .jx_ui_FullFrame.meshim_widget_Widget,
  .meshim_widget_components_chatButton_ButtonBar.button_bar,
  .meshim_widget_Widget,
  .meshim_widget_widgets_Favicon.favicon,
  .jx_ui_FullFrame.meshim_widget_Widget,
  .meshim_widget_components_mobileChatButton_TappingScreen,
  .k2TagCloudBlock a,
  .itemRatingLog {
    font-size: 16px !important;
  }
}
/* end of mobile text size */

/* Responsive design vertual tours */
  .aspect-ratio {
    padding-top:56.25%
  }
  .responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }

/* End Responsive design vertual tours */

/* Mobile Videos */
#plv_4df8c9f8fefc03e99cf21fc13c8c416d_4 {
	height:411px;
}

#plv_4df8c9f8febfe6cfbfef23575b1cd938_4 {
	height:411px;
}

#plv_4df8c9f8fe6d2e2de973df5d10ffc9b8_4 {
	height:411px;
}

#plv_4df8c9f8fe544e953872fa6a930b1e0c_4 {
	height:411px;
}

#plv_4df8c9f8fe7058cf4698bd2ad5ad22a0_4 {
	height:411px;
}

#plv_4df8c9f8fed9ac3d3b77541e7bf341f6_4 {
	height:411px;
}

#plv_4df8c9f8fe4bda11ae83f0a6a8173b52_4 {
	height:292px;
}

#plv_4df8c9f8fe7b29ee1f37977728a149b9_4 {
	height:292px;
}

#plv_4df8c9f8fe888bc438218fcb5b261d49_4 {
	height:411px;
}

#plv_4df8c9f8fea69096faa488951ea50043_4 {
	height:411px;
}

#plv_4df8c9f8fe0e996b200f8b86e3df708f_4 {
	height:411px;
}

#plv_4df8c9f8fecfb0b338c26a020efb4238_4 {
	height:411px;
}

#plv_4df8c9f8fe5b31cf1138ce191938d095_4 {
	height:411px;
}

#plv_4df8c9f8fec308a93c86279dda6a50f4_4 {
	height:411px;
}

#plv_4df8c9f8febfedf5e3a1905e92b2affa_4 {
	height:292px;
}

#plv_4df8c9f8fe9da5ee04c8a71653adeda2_4 {
	height:292px;
}

#plv_4df8c9f8fe5891f4da30f757af2a0ab8_4 {
	height:411px;
}

#plv_4df8c9f8fea212df572e292e500e1cda_4 {
	height:411px;
}

#plv_4df8c9f8fe258906a09bb3d8d8a66d54_4 {
	height:411px;
}

#plv_4df8c9f8fe98950b2cddb78402746e00_4 {
	height:292px;
}

#plv_4df8c9f8fea4ab7deaf8bedcc8a7e299_4 {
	height:411px;
}

#plv_4df8c9f8fecc905b18b652f53a77f6b8_4 {
	height:292px;
}

#plv_4df8c9f8fee8699dfd5c199359888aa6_4 {
	height:292px;
}

#plv_4df8c9f8fe16dfe31d3b4971631e31e0_4 {
	height:411px;
}

#plv_4df8c9f8fe65645e4dab5be9530ee0b7_4 {
	height:411px;
}

#plv_4df8c9f8fe95b62d32c2d37c8a091f36_4 {
	height:411px;
}

#plv_4df8c9f8fef01f8814b61f99e46fa32e_4 {
	height:411px;
}

#plv_4df8c9f8fe80d97f0729b508b80d191f_4 {
	height:411px;
}

#plv_4df8c9f8fe3b0aa4cd00da7c5512a8ef_4 {
	height:411px;
}

#plv_4df8c9f8fe339f7f778fa43ec83580a1_4 {
	height:411px;
}

#plv_4df8c9f8fefb7e3b7e9e3f1d6204f06b_4 {
	height:411px;
}

#plv_4df8c9f8fecceabb200027eb3183001a_4 {
	height:411px;
}

#plv_4df8c9f8fef59d5e82c21d5309a6cbca_4 {
	height:411px;
}

#plv_4df8c9f8fe63028662fe544616ccabb5_4 {
	height:200px;
}

#plv_4df8c9f8fe567507f3223198983180d1_4 {
	height:200px;
}

#plv_4df8c9f8fe1e2df892b24c2b58426184_4 {
	height:200px;
}

#plv_4df8c9f8fe97020679e87d40a143664b_4 {
	height:200px;
}

#plv_4df8c9f8fe058001ddfae9de09256e44_4 {
	height:292px;
}

#plv_4df8c9f8febcdfe7899df819a95bb91a_4 {
	height:292px;
}

#plv_4df8c9f8fedc98430feeb79137cfe90e_4 {
	height:200px;
}

#plv_4df8c9f8feac22ac92592d8eff4b3efa_4 {
	height:200px;
}

#plv_4df8c9f8fe69b06aabbaa7456f015c6d_4 {
	height:200px;
}

#plv_4df8c9f8feeca0ce3e4538e58f729fd6_4 {
	height:200px;
}

#plv_4df8c9f8fe0ac2c07a5d4e4dcf1f1074_4 {
	height:411px;
}

#plv_4df8c9f8fe0cafea57e8eacac3426017_4 {
	height:411px;
}

#plv_4df8c9f8fee3a82057cf00dc3e1d0f0c_4 {
	height:411px;
}

#plv_4df8c9f8fea33ec280c094adfc509314_4 {
	height:411px;
}

#plv_4df8c9f8fe457348c4df829b31a438d5_4 {
	height:411px;
}

#plv_4df8c9f8fe94d43ad6acdf077d4774fa_4 {
	height:411px;
}

#plv_4df8c9f8feeb5a93adaf7322bf23b603_4 {
	height:411px;
}

#plv_4df8c9f8fefa7d3298dd9ffccc709bd4_4 {
	height:411px;
}

#plv_4df8c9f8fef666fcabded2b5fde97428_4 {
	height:411px;
}

#plv_4df8c9f8fe480fb82de2fb41a50701b7_4 {
	height:411px;
}

#plv_4df8c9f8fe47beccc3af91a576af8851_4 {
	height:411px;
}

#plv_4df8c9f8fe4b96bbc9296c79874b1e31_4 {
	height:411px;
}

#plv_4df8c9f8fe8dde78bd1e7862f027800d_4 {
	height:200px;
}

#plv_4df8c9f8fe54c320f0c46a376d5c46da_4 {
	height:411px;
}

#plv_4df8c9f8febdee126860c3b17f57872c_4 {
	height:411px;
}

#plv_4df8c9f8fe5a26cd5e4476fa8968dbe7_4 {
	height:411px;
}

#plv_4df8c9f8fe7b5b108da7567fdbf52e49_4 {
	height:411px;
}

#plv_4df8c9f8fe2533dcdc408173d0f04199_4 {
	height:292px;
}

#plv_4df8c9f8fed5ff4b363411f2f5670dae_4 {
	height:411px;
}

#plv_4df8c9f8fe460fd17e8a5a6fc882fd87_4 {
	height:411px;
}

#plv_4df8c9f8fef308eee2eb097032e2c21f_4 {
	height:411px;
}

#plv_4df8c9f8fe826644b1e61feb385fd7f8_4 {
	height:411px;
}

#plv_4df8c9f8fe812325e4aeeeb5b81a994f_4 {
	height:411px;
}

#plv_4df8c9f8fece08c61a19a064987b9a31_4 {
	height:411px;
}

#plv_4df8c9f8fe9a97618f4d56af84ada9b2_4 {
	height:411px;
}

#plv_4df8c9f8febff719e17a8012a30ddaa5_4 {
	height:411px;
}

#plv_4df8c9f8fe420c9566b3e43b14982d83_4 {
	height:411px;
}

#plv_4df8c9f8fe70f5f522f2fea83bf18e27_4 {
	height:292px;
}

#plv_4df8c9f8fe124aabe16f3e6c39b178c1_4 {
	height:411px;
}

#plv_4df8c9f8feb7c99d8b4bff777fc8586f_4 {
	height:411px;
}

#plv_4df8c9f8fe8819c9ff1765a0f6226661_4 {
	height:411px;
}

#plv_4df8c9f8fe29dcb80891563990ebd24d_4 {
	height:411px;
}

#plv_4df8c9f8fe4e0a5b354a5703e5ef7c9a_4 {
	height:411px;
}

#plv_4df8c9f8fe1e71ee6c7b7db2f4d4b3ab_4 {
	height:411px;
}

#plv_4df8c9f8fe3d03d9f66e3b222996b897_4 {
	height:411px;
}

#plv_4df8c9f8fed5e239cdfce7a413a19e8e_4 {
	height:411px;
}

#plv_4df8c9f8fefdd339408e79c6b3d31d32_4 {
	height:411px;
}

#plv_4df8c9f8febbf792b15e306d53f9bedb_4 {
	height:411px;
}

#plv_4df8c9f8fe5708476232dc6ceb93e2c1_4 {
	height:411px;
}

#plv_4df8c9f8fe977d7d1c384959710bcd81_4 {
	height:411px;
}

#plv_4df8c9f8fec9fcf381a6919326e42107_4 {
	height:411px;
}

#plv_4df8c9f8fe8f172a8f393653fa401d26_4 {
	height:411px;
}

#plv_4df8c9f8fe76e1692cbdf8ad8ba2b95c_4 {
	height:411px;
}

#plv_4df8c9f8fe7ee93a06680f3e52b52fd2_4 {
	height:411px;
}

#plv_4df8c9f8fe7702c521740776ecf3bef5_4 {
	height:411px;
}

#plv_4df8c9f8fe8deff796838c27c7085f74_4 {
	height:411px;
}

#plv_4df8c9f8fe08a19e461532a049d586b4_4 {
	height:411px;
}

#plv_4df8c9f8fe7aacb0c5031db049d89559_4 {
	height:411px;
}

#plv_4df8c9f8fe3fdadfe34eaa7fd0ae7bb5_4 {
	height:411px;
}

#plv_4df8c9f8feaaa534f378f88c3dc27b56_4 {
	height:411px;
}

#plv_4df8c9f8fec712c9058a8f2ec57e0fd4_4 {
	height:411px;
}

#plv_4df8c9f8fe595eafa4219e760d0d1002_4 {
	height:411px;
}

#plv_4df8c9f8fea379ea91d0ec34d4a679ff_4 {
	height:411px;
}

#plv_4df8c9f8fe37d70a48ad333a0808c288_4 {
	height:411px;
}

#plv_4df8c9f8fefcd7e393710ae6099f8638_4 {
	height:411px;
}

#plv_4df8c9f8fe987cf9275ba0fa175ddfa7_4 {
	height:411px;
}

#plv_4df8c9f8fe1a75ebfc2f078267083a33_4 {
	height:411px;
}

#plv_4df8c9f8feae5b74472708289c5fa41a_4 {
	height:411px;
}

#plv_4df8c9f8fe0fe3b64da99b2d5697aa30_4 {
	height:411px;
}

#plv_4df8c9f8fe9a7cc4478b757fca035ea2_4 {
	height:411px;
}

#plv_4df8c9f8fed6aefb0e2ed75c8a8fda96_4 {
	height:411px;
}

#plv_4df8c9f8fe9d97b8fd9153478655c961_4 {
	height:411px;
}

#plv_4df8c9f8fef0e33ada3c6a95c507e296_4 {
	height:411px;
}

#plv_4df8c9f8feecbd02a0c3dfa7cdd893b4_4 {
	height:411px;
}

#plv_4df8c9f8fe856599de1cbe1fac905297_4 {
	height:411px;
}

#plv_4df8c9f8fe798d1d197d123898cbe8bd_4 {
	height:411px;
}

#plv_4df8c9f8fe8e8f720ac4430a1c1f3299_4 {
	height:411px;
}

#plv_4df8c9f8fe674eb213a7a691f6218b80_4 {
	height:411px;
}

#plv_4df8c9f8fe4de64bf0aeffda5e723f67_4 {
	height:411px;
}

#plv_4df8c9f8fe04ba896e3540cc8b3036c9_4 {
	height:411px;
}

#plv_4df8c9f8fe55e1bfee109c769fc773fa_4 {
	height:411px;
}

#plv_4df8c9f8feed13dbe7c15b30df9e4bf0_4 {
	height:411px;
}

#plv_4df8c9f8fe21ca63d605324138eabc85_4 {
	height:411px;
}

#plv_4df8c9f8fef7ab4969f8373be5b34b65_4 {
	height:411px;
}

#plv_4df8c9f8fe6b63aa5867c3d98388bd3b_4 {
	height:411px;
}

#plv_4df8c9f8fe122415778d547067bf2d9a_4 {
	height:411px;
}

#plv_4df8c9f8fe8e8f720ac4430a1c1f3299_4 {
	height:411px;
}

#plv_4df8c9f8fe20fb53d711e650663d0d0f_4 {
	height:411px;
}

#plv_4df8c9f8fec9c3763571a76969c0fb9d_4 {
	height:411px;
}

#plv_4df8c9f8fedc57204ffb2daffe7ba7c2_4 {
	height:411px;
}

#plv_4df8c9f8fe9f11142c7a515e86cd0261_4 {
	height:411px;
}

#plv_4df8c9f8fea07da14221081a9f841593_4 {
	height:411px;
}

#plv_4df8c9f8fe06fd1a91e6a564d4a6cc5a_4 {
	height:411px;
}

#plv_4df8c9f8fe45489d7442ad0776abbd42_4 {
	height:411px;
}

#plv_4df8c9f8fe9971fb3bd6adf3fedef6c8_4 {
	height:411px;
}

#plv_4df8c9f8fe5bd4e1cdc8830800084fee_4 {
	height:411px;
}

#plv_4df8c9f8fe957849d790d0af172eebe1_4 {
	height:411px;
}

#plv_4df8c9f8fe64d494c6de34e41c852938_4 {
	height:411px;
}

#plv_4df8c9f8fec72e13443fa91189ef2d87_4 {
	height:411px;
}

#plv_4df8c9f8fe545075c92cf81cea8b21b8_4 {
	height:411px;
}

#plv_4df8c9f8fe8220e75f6620c7b1e8af7c_4 {
	height:411px;
}

#plv_4df8c9f8fe255bf84625c430c09f7296_4 {
	height:411px;
}

#plv_4df8c9f8fe73e37896251308933395c4_4 {
	height:411px;
}

#plv_4df8c9f8fef1faf3694af1d0f8a09a80_4 {
	height:411px;
}

#plv_4df8c9f8fec21a822b84a2d9d897c88b_4 {
	height:411px;
}

#plv_4df8c9f8fe4b584cc51b690adacf4fff_4 {
	height:411px;
}

#plv_4df8c9f8fea62782bf7c856cd8d34862_4 {
	height:411px;
}

#plv_4df8c9f8fe3c896e28c06a935f7b2199_4 {
	height:411px;
}

#plv_4df8c9f8fe96410e254ca1bc3731ecef_4 {
	height:411px;
}

#plv_4df8c9f8fe2e973fe62d657c50048db0_4 {
	height:411px;
}

#plv_4df8c9f8fe0def4f5d25b08f9504dc8a_4 {
	height:411px;
}

#plv_4df8c9f8fe30f9ee44b8b3f3fa41cbcd_4 {
	height:411px;
}

#plv_4df8c9f8fe24bd61c9ec173cdfb0985d_4 {
	height:411px;
}

#plv_4df8c9f8feef079a87efe5b3a1ff6a02_4 {
  height:411px;
}

#plv_4df8c9f8fec811249bba1aadfd70774e_4 {
  height:411px;
}

#plv_4df8c9f8fed777682cf34aef2e3c76d1_4 {
  height:411px;
}

#plv_4df8c9f8fe84541238628b55bd5084fc_4 {
  height:411px;
}

#plv_4df8c9f8fe5fe7dc4a9ad8b95d057234_4 {
  height:411px;
}

#plv_4df8c9f8fe7f59db6cc6840b5c2ecb40_4 {
  height:411px;
}

#plv_4df8c9f8fe3e4a0e3ba50e65284cf403_4 {
  height:411px;
}

#plv_4df8c9f8fef29b721eebc48eb4a58473_4 {
  height:411px;
}

#plv_4df8c9f8feb3edee0756f4153b7dd9a5_4 {
  height:411px;
}

#plv_4df8c9f8fe0c6b1eedfd115beb7dabb3_4 {
  height:411px;
}

#plv_4df8c9f8fe5077387fa840903007b71f_4 {
  height:411px;
}

#plv_4df8c9f8fece26200fe6063535d1d6ce_4 {
  height:411px;
}

#plv_4df8c9f8fed26db0ec315c7c62d3315f_4 {
  height:411px;
}

#plv_4df8c9f8fe6433d2b4c1c6828052d87e_4 {
  height:411px;
}

#plv_4df8c9f8fe8abe6c91711d761d2687de_4 {
  height:411px;
}

#plv_4df8c9f8fe5a870eca75242244c043f0_4 {
  height:411px;
}

#plv_4df8c9f8fe08a4ead0994659b68a8c37_4 {
  height:411px;
}

#plv_4df8c9f8fe1d072f70729d98e12460d2_4 {
  height:411px;
}

#plv_4df8c9f8fe75de066a2930e623c97041_4 {
  height:411px;
}

#plv_4df8c9f8fe76ef3fc82ae236a7ad4e25_4 {
  height:411px;
}

#plv_4df8c9f8fe6e91d5dcd2880a488be262_4 {
  height:411px;
}

#plv_4df8c9f8fe71fe86eaf595c8026d6532_4 {
  height:411px;
}

#plv_4df8c9f8fe9567cb512f2fac77c5fafa_4 {
  height:411px;
}

#plv_4df8c9f8fea4e92f3fc4340d43d505c1_4 {
  height:411px;
}

#plv_4df8c9f8fe7336695e05e357d623383e_4 {
  height:411px;
}

#plv_4df8c9f8fe3b81ccce634e2a8e3420bb_4 {
  height:411px;
}

#plv_4df8c9f8fe2952b979f384fed1ed9fec_4 {
  height:411px;
}

#plv_4df8c9f8fec4ee122fae847cbd0a6b8e_4 {
  height:411px;
}

#plv_4df8c9f8fe5b5aab8db4367e5cbf4a7c_4 {
  height:411px;
}

#plv_4df8c9f8fe9b8220a2e13427073306bd_4 {
  height:411px;
}

#plv_4df8c9f8fe9313ebf2c4ef25afe0cf51_4 {
  height:411px;
}

#plv_4df8c9f8fefc41cb08cc55f47d0198b3_4 {
  height:411px;
}

#plv_4df8c9f8fea3ed6a467a4cf6109df38f_4 {
  height:411px;
}

#plv_4df8c9f8fe33b9b822bd54b9ff88988c_4 {
  height:411px;
}

#plv_4df8c9f8fe7c4452b17730ba3c534f11_4 {
  height:411px;
}

#plv_4df8c9f8fe5db6c4c571848e0be925fb_4 {
  height:411px;
}

#plv_4df8c9f8fe3faaa3418daf114f585b7f_4 {
  height:411px;
}

#plv_4df8c9f8feba244207ca2f8f3fa11bdb_4 {
  height:411px;
}

#plv_4df8c9f8fe9d191481698a6dc1c6c96f_4 {
  height:411px;
}

#plv_4df8c9f8fecb560e12c8e820f39056a9_4 {
  height:411px;
}

#plv_4df8c9f8fe88ec5e97ce4d0fdc42909d_4 {
  height:411px;
}

#plv_4df8c9f8fe36e573f95f0c96673f2118_4 {
  height:411px;
}

#plv_4df8c9f8fe58633000653381f14bf95d_4 {
  height:411px;
}

#plv_4df8c9f8fe673e7fd75f0b4d380196cf_4 {
  height:411px;
}

#plv_4df8c9f8fec92256188738201ee5177e_4 {
  height:411px;
}
#plv_4df8c9f8fe894776fa39b68c8c276a9a_4 {
  height:411px;
}
#plv_4df8c9f8fedeb2da02990f3eac5c94dc_4 {
  height:411px;
}
#plv_4df8c9f8fe045a2f99323a7ab49fab6a_4 {
  height:411px;
}