/**************************
GENERAL
*************************/

/*
COLOURS:
Yellow #ffbf3c
Light yellow #ff35b5
Dark grey #5b6670
Light grey #c1c5c9
Black #000000

SOURCE SANS PRO 
Homepage heading – BLACK 900, 64px (white text)
Heading – BOLD 700, 24px (black text)
Description – SEMIBOLD 600, 19px (dark grey text)
Content – REGULAR 400, 15px (dark grey text)

*/

@font-face {
    font-family: 'SourceSansPro';
    src:  url('../../fonts/SourceSansPro-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Black';
    src:  url('../../fonts/SourceSansPro-Black.ttf')  format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src:  url('../../fonts/SourceSansPro-Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src:  url('../../fonts/SourceSansPro-SemiBold.ttf')  format('truetype');
}


html { position: relative; min-height: 100%;}
body {
    /*padding-top: 125px;*/
    font: 100%/1.4 'SourceSansPro', Arial,Verdana,sans-serif; 
    padding-bottom: 0;
    margin-bottom: 150px; /* Margin bottom to match footer height */
}

a, a:active, a:visited {text-decoration: none!important;}	
.blog-post {padding: 20px 0 0px 0;}

h1 {
    font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #5b6670;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
}

h2 {
    font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #5b6670;
    font-weight: 400;
    margin: 0;
}

h3 {
    font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #5b6670;
    font-weight: 400;
    margin: 0;
}

.latest-properties h2{
    text-align: center;
    margin-bottom: 25px;
}

.latest-properties{
    margin-top: 25px;
}

.latest-properties.for-rent{
    margin-top: 0px;
}

.slider-link, .slider-link:hover{
    color: #fff;
}
/**************************
FORMS
**************************/

input, textarea {
    border-color: #5b6670 !important;
}

input:focus, textarea:focus {
    border-color: #ffbf3c !important;
    box-shadow: 0 0 5px rgba(250, 75, 38, 0.1) !important;
}

.form-row.has-error .help-block {
    color: #dd4b39;
}

/**************************
PAGE NOT FOUND
**************************/
.page-not-found .blog-sidebar {text-align: center;}
.page-not-found i {font-size:100px; padding-top:60px;}


/**************************
NAVBAR - SHOP
**************************/
.navbar-shop {padding: 0 10px;}
.navbar-shop a {color: #28a745; text-decoration: none; padding:0 5px;}
.navbar-shop a:hover {color: rgba(255,255,255,1);}

/**************************
HOME PAGE
**************************/
.home-intro {padding: 20px 0; text-align: center;}

.home-icons{
    text-align: center;
    padding: 0 35px;
}

.home-icons > a .fas {
    background: #00777b;
    color: #fff;
    font-size: 4em;
    width: 150px;
    height: 150px;
    transition-duration: 0.5s;
    margin: auto;
    display: table;
    -o-border-radius: 150px;
    -ms-border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
}

.home-icons > a .fas:before {
    display: table-cell;
    vertical-align: middle;
}

.home-icons > h2 {
    text-transform: uppercase;
    font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 25px 0;
}

.home-icons > h2 a {
    color: #00777b;
}

.home-icons > h2:after {
    border-bottom: 1px solid #363636;
    width: 50%;
    height: 1px;
    content: "";
    display: block;
    margin: auto;
    padding-top: 25px;
}

/**************************
HOME PAGE - PROPERTY BOXES
**************************/
.property-boxes .box{
    margin-bottom: 30px;
}

.property-box-header{
    padding: 10px 10px 10px 10px;
    background-color: #00777b;
    color: #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.property-box-icons-index {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #126171;
    color: #fff;
    text-align: right;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.property-box-icons{
    text-align: right;
}

.property-box-suburb{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #126171;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    font-size: 14px;
}

.property-box-title{
    color: #00777b;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 15px;
}

.property-box-body{
    height: 120px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-top: 0;

}

.property-box-text{
    text-align: left;
}

.property-address{
    font-size: 18px;
    font-weight: bold;
}

.card:hover .index-card-icons, .card:hover .index-card-suburb{
    background-color: #262626;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/**************************
News
**************************/
h3 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}

h3:after {
    border-bottom: 1px solid #363636;
    width: 50%;
    height: 1px;
    content: "";
    display: block;
    margin: auto;
    padding-top: 20px;
}

.property-enquiry-header{
    text-align: left;
    padding-bottom: 15px;
    font-size: 16px;
    text-transform: unset !important;
}

.property-enquiry-header:after{
    content: unset !important;
}

.news h4 a{
    font-size: 18px;
    font-family: 'Lato';
    color: #00777b;
}

.news h4 a:hover{
    color: #000;
}

.news .col-4{
    padding-right: 0;
}

.news .thumbnail-container{
    padding-bottom: 15px;
}

/**************************
HOME PAGE - BOTTOM CONTACT
**************************/

.bottom-contact-container{
    background-color: #e6e6e6;
    margin-top: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.bottom-contact{
    padding-left: 0 !important;
}

.bottom-contact .col-12{
    padding-top: 10px;
}

.bottom-contact textarea{
    height: 92px;
}

.bottom-contact button, #property-contact-form button{
    width: 100%;
    font-family: 'SourceSansPro-SemiBold';
    font-size: 20px;
    background-color: #ffbf3c;
    border-color: #ffbf3c;
    color: #5b6670;
    border-radius: 40px;
    box-shadow: none !important;
    outline: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom-contact button:hover, #property-contact-form button:hover{
    font-family: 'SourceSansPro-SemiBold';
    font-size: 22px;
    background-color: #5b6670;
    border-color: #5b6670;
    color: #ffbf3c;
}

.bottom-contact h3, .bottom-contact h3:after{
    border-color: #fff !important;
    color: #fff !important;
}


.bottom-cta-container{
    background-color: #f5f5f5;
    margin-bottom: 25px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center !important;

    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.bottom-cta .button-container{
    margin-top: 25px;
}

.bottom-cta h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center !important;
    color:#000;
}

.bottom-cta p{
    margin-bottom: 0 !important;
}

.cta{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #00777b;
    color: #fff !important;
    font-size: 18px;
}

.cta:hover{
    background-color: #000;
}

/**************************
HOME PAGE - NEWS PANEL
**************************/
.home-news {width: 100%; background: #343a40; padding: 40px 0; text-align: center;}
.home-new-img {padding: 10px 0;}
.home-news h2 {color:#fff;}
.home-news p {color:#fff;}

/**************************
HOME PAGE - PROJECTS PANEL
**************************/
.home-projects {width: 100%; background: #999999; padding: 40px 0; text-align: center;}
.home-projects-img {padding: 10px 0;}
.home-projects h2 {color:#fff;}
.home-projects p {color:#fff;}

/**************************
HOME PAGE - PRODUCTS PANEL
**************************/
.home-products {width: 100%; background: #999999; padding: 40px 0; text-align: center;}
.home-products-img {padding: 10px 0;}
.home-products h2 {color:#fff;}
.home-products p {color:#fff;}

/**************************
NAVSIDEBAR
**************************/
.sidebar-module a {color: #00777b; text-decoration: none;}
.sidebar-module a:hover {color: #000;}
.navsidebar .active > a {color: #000;}
.list-group{ margin-top: 10px;}
.list-group-item.active{ background-color: #e8e8e8; border-color: #e8e8e8; }.dropdown-item.active{ background-color: #5a5a5a; border-color: #5a5a5a; }


/* Sub Menu */
.navsidebar-sub {padding-left:10px;}

/**************************
RMA-widget
**************************/
.RMA-widget a{
    background-color: #12768E !important;
}

/**************************
PRODUCTS MODULE
**************************/
.products-row .col-md-4 {padding-top: 15px;}
.products-row {margin-top: 0!important; padding-bottom: 0!important; min-height: 0!important;}
.products-row .col-3 img {width: 100%;}

.products-row-txt {position:relative; top: -60px; margin-bottom: -60px; background: rgba(255,255,255,0.80); padding: 5px; }
.products-row h2 {color:#000; text-transform: uppercase; font-size: 32px; font-weight: 700; margin-bottom: 10px; text-align: center;}
.products-row h3 {color:#999999; text-transform: uppercase; font-size: 18px; letter-spacing: 0px; font-weight: 600; text-align: center;}
.products-row h4 {color:#000; font-size: 18px; font-weight: 600; text-align: center;}

.products-row-a, .products-row-a img,.div-img  {overflow:hidden;}
.products-row-a:hover .div-img img {color:#000;  overflow:hidden; 
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
	background-color: #000;
}

.products-row-a:hover  {color:#000;  overflow:hidden;   
	opacity:0.6;
}
.products-row-a:hover h3 {color: #fff;}
.products-row-a:hover h4 {color: #fff; }
.products-row-a:hover .products-row-txt {background: rgba(0,0,0,1.00);padding-bottom: 2px!important;} 

.product-item-price {color:#000; font-weight:700; font-size: 18px;}
.product-item-description {padding: 10px 0;}
.product-item-shipping {padding-bottom:20px;}
.product-item-shipping h3 {text-transform: uppercase; font-weight:400; letter-spacing: 3px; font-size: 13px;}

.btn-cart {text-transform: uppercase; background: #99cccc; padding:12px 0px; color:#fff; font-size: 18px; letter-spacing: 4px; font-weight: 600; border: none; width: 100%;}
.btn-cart:hover {background: #fff; color:#99cccc; border: 1px solid #99cccc;}

/**************************
PROPERTIES
**************************/
.property-box-image{
    width:100%;
    /*height: 247px;*/
    object-fit: cover;
    border-radius: 10px;
}

.property-box-image-index{
    width:100%;
    height: 247px;
    object-fit: cover;
    border-radius: 0;
}

.property-cards .col-7{
    text-align: right;
}

.property-detail-box{
    background-color: #f5f5f5;
    padding: 15px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.125);
    border-top: 0;
}

.property-detail-box-header{
    background-color: #12768E;
    height: 50px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.property-detail-box-full {
    /*background-color: #f5f5f5;*/
    padding: 15px;
    /*border-radius: 0.25rem;*/
    /*border: 1px solid rgba(0,0,0,.125);*/

    /*border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;*/
}

.property-detail-box-full hr{
    margin-bottom: 0 !important;
}

.property-header{
    height: 50px;
    background-color: #5b6670;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.property-footer{
    margin-bottom: 15px;
    height: 50px;
    background-color: #00777b;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.property-header .header-suburb, .property-footer .header-suburb{
    color: #fff;
    font-size: 22px;
    padding: 10px;
}

.property-header .header-icons, .property-footer .header-icons{
    color: #fff;
    padding: 11px;
    text-align: right;
    font-size: 20px;
}

.property-header .row, .property-footer .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.property-detail-box-full a, .property-detail-box a,  .property-detail-box button, .property-detail-box-full button{
    color: #5b6670 !important;
}

.property-detail-box-full a:hover, .property-detail-box a:hover,  .property-detail-box button:hover, .property-detail-box-full button:hover{
    color: #ffbf3c !important;
}

#floorplan{
    padding: 0 !important;
    margin-left: -1px;
}

.agent-image{
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: .50rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    display:inline-block;
}

.agent-image-list{
    width: 100%;
}

.agent img{
     height: 120px;
 }

.agent a{
    font-size: 14px;
}

.agent .col-4, .agent .col-8, .agent .col-12{
    padding-left: 0;
    padding-right: 0;
}

.agent .row{
    padding-left: 15px;
    padding-right: 15px;
}

.agent .col-4{
    text-align: center;
}

.agent-seperator{
    height: 20px;
}

.property-item-container{
    margin-top: 30px;
    margin-bottom: 15px;
}

.sticky-top{
    top: 155px;
    padding-left: 0;
    padding-right: 0;
}

.property-description{
    margin-top: 15px;
    padding-right: 30px;
}

.property-gallery{
    width: 100%;
    height: 650px;
}

.pg-small-devices-container{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.swiper-container {
    width: 100%;
    height: 250px;
}

.image-count{
    position: absolute;
    width: 33px;
    height: 23px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 13px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 5px;
    top:7px;
    left:7px;
}

#property-map{
    width: 100%;
    height: 320px;
    border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.125);
}

.property-map{
    width: 100%;
    height: 320px;
    border: none;
}

.property-list-container{
    margin-top: 30px;
}

.inspection-container{
    margin-top: 15px;
}

.inspection-box{
    padding: 10px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.25rem;
    height: 60px;
    font-size: 16px;
    margin-top: 15px;
}

.inspection-box .date{
    float: left;
    text-align: center;
}

.inspection-box .date .month{
    text-transform: uppercase;
}

.inspection-box .date .day{
    font-size: 18px;
    font-weight: bold;
    color: #5b6670;
}

.inspection-box .time{
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(0,0,0,.2);
}

.inspection-box .time .day-name{
    font-weight: bold;
    font-size: 16px;
}

.property-info-box{
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.25rem;
    height: 40px;
    font-size: 14px;
    margin-top: 15px;
}

.property-info-box .icon-container{
    padding-top: 5px;
    padding-left: 7px;
    width: 30px;
    float: left;
    font-size: 22px;
}

.property-info-box .text{
    float: left;
    padding-top: 10px;
    font-size: 16px !important;
}

.agent-box{
    position: relative;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.25rem;
    height: 100%;
    font-size: 16px;
    margin-top: 20px;
}

.agent-box .property-agent-image{
    width: 100px;
    height: 100%;
    max-height: 150px;
    float: left;
}

.agent-box .property-agent-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.agent-box .agent-text{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.fullscreen-gallery-container{
    position: absolute; width: 100%; height: 100vh; top: 0; left: 0;
    display: none;
}

.fotorama{
    width: 100%; height: 100vh;
}

.fotorama__wrap{
    margin: auto !important;
}

/**************************
LEASED
**************************/
.corner {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 130px solid #EE3ADA;
    border-bottom: 130px solid transparent;
    border-right: 130px solid transparent;
    /*top: 42px;*/
}

.leased-sold {
    position: absolute;
    top: 22px;
    width: 100px;
    left: 10px;
    text-align: center;
    font-size:28px;
    font-weight: bold;
    transform: rotate(-45deg);
    display:block;
    color: #ffffff;
}

.under-offer {
    position: absolute;
    top: 20px;
    width: 100px;
    left: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    transform: rotate(-45deg);
    display:block;
    color: #ffffff;
}

/**************************
CONTACT
**************************/

.contact-form-container{
    margin-bottom:15px;
}

/**************************
SHOPPING CART
**************************/
.hidden-country {display:none!important; height:0!important;}

.table thead th {border-bottom: 2px solid #99cccc;}
.table td, .table th {border-top: 1px dotted #99cccc;}
.table thead th {letter-spacing: 4px; color:#000; font-size: 18px; border-top: none;}
.table td {color:#000; font-size: 16px; font-weight: 400;}
.table tfoot th {color:#000; font-size: 16px; text-align: right; border-top: 1px solid #99cccc; font-weight: 700;}
.td-center {text-align: center;}
.td-right {text-align: right;}

.btn-cart-remove {color: #99cccc!important; text-decoration: none; font-size: 16px !important; font-weight: 600; letter-spacing: 2px; position: relative; top: -4px; padding: 0; text-transform: lower;}	
.btn-cart-remove i {position: relative; top:1px;}
.btn-cart-remove:hover {color: #000!important; text-decoration: none;}

.btn-cart-shopping {color: #99cccc!important; text-decoration: none; font-size: 18px !important; font-weight: 600; letter-spacing: 2px; text-transform: lower;}	
.btn-cart-shopping:hover {color: #000!important; text-decoration: none;}

.btn-checkout, .btn-checkout:active, .btn-checkout:visited {text-transform: uppercase; background: #99cccc; padding:12px 20px; color:#fff; font-size: 18px; letter-spacing: 4px; font-weight: 600; border: none; border-radius: 0;  border: 1px solid #99cccc;}
.btn-checkout:hover {background: #fff; color:#99cccc; border: 1px solid #99cccc;}

#checkout h3 {color: #99cccc !important; font-size: 18px !important; font-weight: 600; letter-spacing: 2px; text-transform: lowercase;}

.alert-info {
    color: #000;
    background-color: #fff;
    border-color: #99cccc;
    border-radius: 0;
    letter-spacing: 2px;   
    font-weight: 600;
    margin: 0 0px 20px 0px;
}

.alert-error {color:#FB0307}

.form-control-feedback {color: #CC0000; padding: 10px 0px 0px 10px;}

/**************************
FOOTER
**************************/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px; /* Set the fixed height of the footer here (for sticky footer) */
    padding-top: 40px;
    color: #5b6670;
    background-color: #5b6670;
}

.footer-menu-cont{
    
}

.footer-logo-cont{
    padding-left: 50px;
}

.footer-header{
    font-family: SourceSansPro-Bold;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-header:hover{
    color: #ffbf3c;
}

.footer-column{
    width: 100% !important;
    text-align: center;
    flex: none;
}


.footer-link{
    font-family: 'SourceSansPro';
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-child-menu{
    margin-top: 15px;
}

.footer ul{
    list-style-type: none;
    text-align: left;
    padding-left:40px;
    color: #fff;
    font-size: 20px;
}

.footer ul li{
    margin-bottom: 8px;
}

.footer-link:hover{
    color: #ffbf3c;
}

.footer-info{
    font-family: muli-bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.footer-link-cont{
    margin-top: 15px;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    font-family: 'SourceSansPro';
    font-size: 20px;
}

.footer-link-cont .footer-link{
    font-family: 'SourceSansPro';
    font-size: 20px;
}

#footer-social {color: #888; width:100%; margin: 0 auto; padding: 10px 0; text-align: center; font-size: 13px;}
#footer-social i {font-size:20px;}
#footer-social a, #footer-txt a:active {color: #888; text-decoration: none; font-size: 13px; line-height: 120%; padding: 0 10px;}
#footer-social a:hover{ color: #000; text-decoration: none;}

#footer-txt {color: #fff; width:100%; margin: 0 auto; padding: 16px 0; text-align: center; font-size: 13px; margin-top: 15px;}
#footer-txt a, #footer-txt a:active {color: #fff; text-decoration: none; font-size: 13px; line-height: 120%; padding: 0 7px;}
#footer-txt a:hover{ color: #e6e6e6; text-decoration: none;}

/**************************
PREVIEW BAR
**************************/
.preview {width:100%; height:52px; background-color: #a6dbd7; position:fixed; z-index: 1000; top:0; color:#fff; }
.preview .navbar-logo {height: 54px; width: auto; position: relative; top: -2px;margin-left: 15px}
.preview, .preview a {font-size: 20px; color:#fff; font-weight: 500; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.preview a:hover {color: #000!important;}
.preview a i {padding-top: 15px;}
.preview-return {float:right; margin-right: 30px;}
.preview-return a {font-size:16px; color:#b71319;}
.preview .spacer {padding: 0 10px;}

/**************************
HELPER - SHARING
**************************/
#share {font-size: 11px!important; border-top: 1px #e8e8e8 solid; margin-top: 20px; padding: 20px 0; clear: both;}
.a2a_menu a {font-size: 13px!important;}
.a2a_menu {background: #e8e8e8!important; }
a.a2a_i, i.a2a_i {border: none!important;}
#share i {font-size: 18px; padding: 0 7px 0 0;}
#share a {padding: 0 7px 0 0;}
.share-space {float: left; padding: 0 70px 0 0; }
.share-space a {color: #444; }
.share-space a:hover {color: #ccc; }

/**************************
HELPER - PAGINATION
**************************/
#pagination {margin-top: 20px; padding: 20px 0; clear: both;}
.pagination  li {padding: 0 5px; font-size: 16px;}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00777b;
    border-color: #00777b;
}

.page-link {
    color: #00777b;
}

.page-link:hover{
    color: #00777b;
}

.page-item.disabled .page-link{
    border-color: #214726 !important;
}

.pagination .page-link {
    color: #000;
    border-color: #214726;
}

.pagination .page-link:hover{
    color: #fff;
    background-color: #214726;
}

/**************************
HELPER - BUTTONS
**************************/
.btn-more {width: auto; margin-top: 10px!important; text-align: center;  } /* style used on button tag */
.btn-more a, .btn-more a:active, .btn-more a:visited { }
.btn-more a:hover {}

.btn-back {width:100%; font-size: 14px!important; font-weight: 400;  padding: 20px 0 0 0; }
.btn-back a, .btn-back a:active, .btn-back a:visited {color: #00777b!important; text-decoration: none;}
.btn-back a:hover {color: #000!important;}

/**************************
NEWS MODULE
**************************/
.news-list-item {clear:both;  padding-bottom: 20px; overflow: hidden;}
.news-list-item .btn {padding: 2px 20px;}
.news-list-item-txt {float: left;   width: 65%;}
.news-list-item-img {float: right;  width: 35%;}

.news-item {clear:both; padding: 10px 0px; overflow: hidden; width:100%;}
.news-item-txt {float: left;   width: 65%; padding-right: 20px;  }
.news-item-img {float: right;  width: 35%; height: auto; padding-top: 20px;  text-align: center; margin: 0;}	
.news-item-img img {width: 100%; max-width: 100%; height: auto;}

.news-container{
    margin-top: 25px;
}

.news hr{
    margin-top: 0px;
}

.news{
    margin-bottom: 25px;
}
/**************************
FAQS MODULE
**************************/
.faqs .accordion-toggle {text-decoration: none!important;}
.faqs .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Font Awesome\ 5 Free';  /* essential for enabling glyphicon */
    content: "\f078";    /* adjust as needed, taken from bootstrap.css */
    padding-left:10px;
	font-weight:900
}
.faqs .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f054";    /* adjust as needed, taken from bootstrap.css */
}

/**************************
DOCUMENTS MODULE
**************************/
.document-wrapper {width:100%; clear:both; border-top: 1px #007bff solid; padding: 10px 10px;}
.document-title {float:left;}
.document-link {float:right;}
.document-link a, .document-link a:active, .document-link a:visited {text-decoration: none;}	
.document-details {width:100%; clear:both; padding-bottom: 5px; }

/**************************
GALLERY MODULE
**************************/
.gallery-block{
	padding-bottom: 60px;
	padding-top: 60px;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold; 
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 
}

.gallery-block.cards-gallery .card-body {
  text-align: center; 
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; 
}

.gallery-block.cards-gallery a {
  color: #212529; 
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px; 
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}

/**************************
PROJECTS MODULE
**************************/
.project-list-item {clear:both;  padding: 20px 0px; overflow: hidden;}
.project-list-item .btn {padding: 2px 20px;}
.project-list-item-txt {float: left;   width: 65%; padding-right: 20px;  }
.project-list-item-img {float: right; text-align: center;margin: 0 0 20px 0;}	
.project-list-item-img img {width: 100%; max-width: 100%; height: auto;}

.project-item {clear:both; padding: 10px 0px; overflow: hidden; width:100%;}
.project-item-txt {float: left;   width: 65%; padding-right: 20px;  }
.project-item-img {float: right;  width: 35%; height: auto; text-align: center;}	
.project-item-img img {width: 100%; max-width: 100%; height: auto; } 

.project-block.cards-project .card{
  transition: 0.4s ease; 
}

.project-block.cards-project .card img {}

/**************************
TEAM MODULE
**************************/

.member-container{
    margin-top: 25px;
    background-color: #feedc9;
    border-radius: .25rem;
}

.team-container{
    margin-top: 25px;
}

.member{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
    margin-bottom: 30px;
}

.member .rounded-circle{
    margin: auto !important;
}

.member img{
    vertical-align: middle;
}

.member-title-old{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #12768E;
    color: #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: 15px;
}

.member-title{
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #12768E;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #FFF;
}

.member-job-title{
    margin-top: 5px;
}

.member .view-details-button{
    width: 100%;
    color: #fff;
    background-color: #12768E;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.member .view-details-button:hover{
    background-color: #000;
}

.member-information .col-12{
    margin-bottom: 20px;
}

.member-detail-title{
    margin-bottom: 10px;
}

.member-photo{
    text-align: center;
    margin-bottom: 25px;
}

.testimonial-container{
    width: 100%;
    height: 200px;
    position: relative;
}

.team-member{
    padding-top: 15px;
}

.team-member-testimonials{
    margin-bottom: 75px;
    border-radius: 0.25rem;
}

.index-testimonials .team-member-testimonials{
    margin-bottom: 20px;
}

.team-member-testimonials .carousel-control-next, .team-member-testimonials .carousel-control-prev{
    width: unset !important;
}

.team-member-testimonials .carousel-caption{
    width: 90%;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    right: unset !important;
    bottom: unset !important;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    color: #000;
    font-size: 14px;
}

.team-member-testimonials .carousel-caption .person{
    font-style: italic;
}

.index-testimonials .team-member-testimonials{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.team-member-testimonials .checked, .card .checked{
    color: orange;
}

.member-button{
    background-color: #12768E;
    color: #fff !important;
    margin-right: 10px;
}

#agent-contact .modal-header{
    background-color: #12768E !important;
    color: #fff;
}

#agent-contact .close{
    color: #fff;
}
#agent-contact .close:hover{
    color: #000;
}

/**************************
PAGES
**************************/

.page-title{
    font-size: 28px;
}

.page-container{
    margin-bottom: 25px;
    padding-bottom: 15px;
}


/**************************
TESTIMONIALS MODULE
**************************/

.star-container{
    text-align: center;
    margin-bottom: 10px;
}

.star-container i{
    font-size: 18px;
}

.name-container{
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: 5px;
    font-weight: bold;
}

.header-container{
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.testimonials .card-body p{
    margin: 0;
}

.testimonials .card-body, .team-member-testimonials .card-body{
    background-color: #f5f5f5;
}

.member-detail.testimonials-container{
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
    margin-bottom:80px !important;
}

/**************************/

@media (min-width: 576px) {
	.project-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);	   
	}
}

@media (min-width: 576px) {
    .team-block .transform-on-hover:hover {
        transform: translateY(-10px) scale(1.02);
    }
}

/**************************
CONTACT
**************************/
.contact-container{
    margin-top: 25px;
    text-align: center;
}

.contact-success-message{
    margin: auto;
}

.grecaptcha-badge{
    z-index: 99999 !important;
}

/**************************
CONTACT MODULE
**************************/

.g-recaptcha-container{ margin-bottom: 15px; }

/**************************
RESPONSIVE - BOOTSTRAP MEDIA QUERIES
**************************/