/* SITE FONTS */

.search-header,.main-footer p,.sidebar li,.search-results .tabs a,.property .address,.property .property-details ul .detail .number,.property .price,.property .view-fp,.sidebar p,.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, body,html,.main-footer li,.body-content p,.body-content .body-container ul li, h1,h2,h3,h4,h5,h6
{
	font-family: 'Source Sans Pro', sans-serif !important; color: #111111;
}

/* PAGE LAYOUT */

.sidebar
{
	display:none;
}

.body-content
{
	width:100%;
	margin:0;
	padding: 20px 0 0;
	max-width:100% !important;
}

.body-container
{
	width:100% !important;
	padding-left:0 !important;
	padding-right:0 !important;
	margin:0;
	max-width:100% !important;
}

.user-content
{
	width:100%;
}

.fp-header{display:none;}

/* link buttons */
.body-content a.info 
{ 
	background-color: #000000 !important; 
	color:#fff !important; 
	font-size: 18px; 
	text-transform:uppercase; 
	padding: 10px 40px !important;
	border-radius:0 !important;
	border:none;
}

.body-content a.info:focus
{ 
	background-color: #EB2355; 
	border:none;
}

.body-content a.info:hover 
{ 
	background-color: #EB2355 !important;
	color: #fff;
}

/*AGENT SECTION*/

.customSection
{
	padding-right:5%;
	padding-left:5%; 
	width:100%;
	padding-top:30px; 
	padding-bottom:30px;
}

.customSection-content
{
	max-width:1440px; 
	margin:auto;
}

.customSection-content a
{ 
        color:#000 !important; 
}

.customSection-content a:hover
{ 
        color:#EB2355 !important; 
}


.customSection h1{text-transform:uppercase; font-size:46px !important; line-height:1.3;}
.customSection h2{line-height:1.3;}

.customSection-content h3
{
	text-transform:uppercase;
}

.customSection-content .tile
{ 
        padding:10px 15px; 
}

/*TESTIMONIALS SECTION*/

.customTestimonials
{
        background: linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.1)), url('https://u.realgeeks.media/wmasshomebuyer/testimonials-bg.jpg') repeat center center fixed;
		background-size:cover;
        display:inline-block;
}

.customTestimonials-content
{
    background: rgba(255,255,255,0.6);
	border: 1px solid #a5a5a5;
    border-radius: 5px;
}

.customTestimonials-content h3
{ 
        font-size: 34px;
        font-weight: normal; 
        padding:10px 0 10px; 
        text-transform: uppercase;
        color:#000 !important;
        text-align:center;
}

.customTestimonials-content cite 
{
        font-size: 18px;
        margin-top: 10px;
        font-weight: bold;
        color: #000;
        display:block;
}

.customTestimonials-content p
{ 
        padding:0 18px !important; 
        font-size:30px !important; 
        line-height:40px !important; 
        font-weight:normal !important; 
        color:#000 !important; 
        text-align:center !important;
}

.customTestimonials-content .tile
{ 
        padding:30px 50px 0 50px; 
}


@media only screen and (min-width:30em) and (max-width: 46em) 
{
        .customTestimonials-content p
        {  
                font-size:22px !important; 
                line-height:26px !important; 
        }
}

@media only screen and (max-width: 30em) 
{
        .customTestimonials-content p
        {  
                font-size:18px !important; 
                line-height:24px !important; 
        }
}


/* SLIDER STYLE */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: FontAwesome;
    font-size: 80px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 46.01em) {
.slick-prev:before,
.slick-next:before
{
    font-size: 60px;
}
}
@media only screen and (max-width: 500px) {
.slick-prev:before,
.slick-next:before
{
    font-size: 40px;
}
}

.slick-prev
{
    left: -55px;
}
[dir='rtl'] .slick-prev
{
    right: -55px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f105';
}

.slick-next
{
    right: -55px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -55px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f104';
}

@media only screen and (max-width: 46.01em) {

.slick-prev
{
    left: -35px;
}

.slick-next
{
    right: -35px;
}
}
@media only screen and (max-width: 500px) {
.slick-prev
{
    left: -25px;
}

.slick-next
{
    right: -25px;
}
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
