/* CUSTOM */

/* general */
.action-button,
form fieldset li .input-submit,
.propertyLinks .property-links ul.agentDetailPropertyLinks li a,
.propertyLinks .property-links ul.agentDetailPropertyLinks form#make_pdf,
.propertyLinks .property-links ul.agentDetailPropertyLinks form input[type='submit'],
.respond-enquire-button,
.backLink a.btn-u,
.blog .blogWrapper .blogContent.textLight .blogFooter a,
.testimonials .carousel-arrow i {
    background: rgba(0, 203, 229, 1) !important;
    border-color: rgba(0, 203, 229, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.action-button:hover,
form fieldset li .input-submit:hover,
.propertyLinks .property-links ul.agentDetailPropertyLinks li a:hover,
.propertyLinks .property-links ul.agentDetailPropertyLinks form#make_pdf:hover,
.propertyLinks .property-links ul.agentDetailPropertyLinks form input[type='submit']:hover,
.respond-enquire-button:hover,
.backLink a.btn-u:hover,
.blog .blogWrapper .blogContent.textLight .blogFooter a:hover,
.testimonials .carousel-arrow i:hover {
    background: rgba(253, 222, 0, 1) !important;
    border-color: rgba(253, 222, 0, 1) !important;
    color: rgba(0, 0, 0, 1) !important;
}

form li input[type='radio']:checked::after {
    background-color: rgba(253, 222, 0, 1) !important;
    box-shadow: 0 0 10px 0px rgba(253, 222, 0, 0.5) !important;
}

form input[type='radio'] {
    margin-right: 15px
}

/* header */
.header {
    border: none;
}

.header .navbar-default .navbar-collapse {
    text-align: center;
}

.header .navbar-default ul {
    text-align: left;
}

.header .navbar-default .navbar-collapse .navbar-right {
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: inline-block !important;
}

.header .navbar-default .moduleSocial {
    margin-top: 10px;
}

.header .navbar-default ul.social-icons li i {
    margin: 0 0 0 10px;
    width: 100%;
}

.header .dropdown-menu li a,
.header .navbar-default .navbar-nav > li > a {
    color: rgba(0, 0, 0, 1) !important;
}

.header .dropdown-menu .active > a, .header .dropdown-menu li > a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.header .navbar-default .navbar-nav > li > a:hover,
.header .navbar-default .navbar-nav > .active > a,
.headline h2, .headline h3, .headline h4 {
    border-bottom-color: rgba(253, 222, 0, 1) !important;
}

/* slider */
#layerslider {
    border-top: solid rgba(0, 0, 0, 1);
}

/*
#slider.flexslider .slides {
	padding-bottom: 66% !important;
}
*/

/* property results */
.breadcrumbs.breadcrumpsBGColor {
    background: rgba(255, 255, 255, 1) !important;
    border-bottom: solid 1px #777;
    border-top: solid 1px #777;
    margin-top: 0;
}

.breadcrumbs.breadcrumpsBGColor h1,
.breadcrumbs.breadcrumpsBGColor .breadcrumb a {
    color: #333333 !important;
}

.breadcrumbs.breadcrumpsBGColor,
.breadcrumbs.breadcrumpsBGColor .breadcrumb a:hover {
    color: rgba(0, 203, 229, 1) !important;
}

#propertyResultsWrapper .nav-tabs li a,
#propertyResultsWrapper .nav-tabs li.panel-heading a {
    background: rgba(0, 203, 229, 1);
    color: rgba(255, 255, 255, 1);
}

#propertyResultsWrapper .nav-tabs li a:hover,
#propertyResultsWrapper .nav-tabs li.panel-heading a:hover {
    background: rgba(253, 222, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.propertyListWrapper {
    border: solid 1px;
    padding: 15px;
}

.propertyListWrapper .bbcWrapper {
    border: none;
}

.propertyListWrapper a:hover {
    color: inherit;
}

#propertyResultsWrapper .tab-content .tab-pane .propertyListWrapper .propertyContent .bbcWrapper .BBCContent .BBCContentWrapper .bbcIcon,
.propertyListWrapper .propertyContent .bbcWrapper .BBCContent .BBCContentWrapper .bbcIcon {
    height: 22px;
    width: 40px;
}

/* property detail */
.propertyTimesWrapper {
	margin: 0 !important;
}

ul.social-icons li i {
    color: rgba(0, 203, 229, 1) !important;
}

ul.social-icons li i:hover {
    color: rgba(0, 0, 0, 1) !important;
}

.propertyDetailAgent .agentIMG {
    padding-bottom: 135%;
}

@media (min-width:992px) {
	.propertyListWrapper .propertyTimesWrapper .row {
		height: initial !important;
	}

	.propertyListWrapper .propertyListLinks {
		position: absolute;
		bottom: 0;
		right: 15px;
	}
}

/* footer */
.footer {
    border-top: solid rgba(0, 0, 0, 1);
    margin-top: 0;
    padding-top: 50px;
}

.footer .customLinks li {
    border: 0;
}

.copyright.lightThemeCopyRight {
    background: rgba(255, 255, 255, 1) !important;
}

.lightThemeFooter.footer a:hover,
.copyright.lightThemeCopyRight a:hover {
    color: rgba(0, 203, 229, 1) !important;
}