
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://use.fontawesome.com/releases/v5.0.8/css/all.css');


html, body{
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
	font-size:14px;
}


body{
	background: #000000;
}



h1, h2, h3{
	color:#444444;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
}

h2{
    margin-bottom:15px;
}


a{
	color:#47B1C9;

}

a:hover{
	text-decoration:none;
}

/** *****************************************
 ** BOOTSTRAP
 ** *****************************************/


.btn-primary{
    background: #47B1C9;
    border-color: #47B1C9;
}

.btn-primary:hover {
    background-color: #5193a2;
    border-color: #5193a2;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #eac7c4;
    border-color: #eac7c4;
}

.btn-secondary{
    background: #848484;
    border-color: #848484;
}



.btn-outline-primary {
    color: #47B1C9;
    border-color: #47B1C9;
}

.btn-outline-primary:hover {
    color: #FFFFFF;
    background: #47B1C9;
    border-color: #47B1C9;
}

.page-link {
    padding:10px;
}

.page-item.active .page-link {
    background: #C2E4ED;
    border-color: #C2E4ED;
    color:#FFFFFF;
}

/*@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}*/

.bg-red{
    background-color:#f6594d;
    color:#FFFFFF;
}
.color-red{
    color:#f6594d;
}
.color-blue{
    color:#47B1C9;
}
.color-white{
    color:#FFFFFF;
}
kbd{
    background:#47B1C9;
    color:#FFFFFF;
}

/***********************************************
 ** HEADER
 ***********************************************/

body{
    padding-top:97px;
    transition:padding 0.5s;
}

body.has-login{
    transition:padding 0.5s;
    padding-top:135px;
}

header{
    background: #FFFFFF;
    border-bottom:5px solid #47B1C9;
    position:fixed;
    width:100%;
    right:0;
    left:0;
    top:0;
    z-index: 900;
}



@media (max-width: 991px){
    body{
        padding-top:0px;
    }
    header{
        position:static;
    }
}

/***********************************************
 ** HEADER - TOP
 ***********************************************/

header .top{
    text-align: right;
    position:relative;
    background: #FFFFFF;
    color: #444444;
}

header .top-login{
    height:0px;
    overflow: hidden;
    transition:height 0.5s;
}

body.has-login header .top-login{
    transition:height 0.5s;
    height:43px;
}

header .top-form{
    padding:5px 15px;
}


header .top-welcome,
header .top-user{
    padding:10px 15px;
}

header .top-user a{
    color: #FFFFFF;
    padding-left:10px;
    padding-right:10px;
}

header .top-user a:last-item{
    padding-right:0px;
}

header .top-links{
    z-index:  2;
    position: absolute;
    right:15px;
}

header .top-link{
    padding:10px 15px;
    color: #FFFFFF;
    background: #47B1C9;
    border-radius: 0px 0px 5px 5px;
    cursor:pointer;
    margin-left:20px;
}

header .top-link .fas {
    margin-right:5px;
}



@media (max-width: 991px){
    header .top{
        display:none;
    }
}


/***********************************************
 ** HEADER - LANGS
 ***********************************************/


header .langs a{
    display: inline-block;
    color: #444444;
    border: 2px solid #47B1C9;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: content-box;
    margin-left: 5px;
}

header .langs a.selected,
header .langs a:hover{
   background: #47B1C9;
   color:#FFFFFF;
}


header .top-links .langs{
   padding-top:5px;
}

header .navbar-collapse .langs{
    padding-top:20px;
}

/***********************************************
 ** HEADER - NAVBAR
 ***********************************************/
header .navbar{
    padding-top:0;
    padding-bottom:0;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
}

/***********************************************
 ** HEADER - LOGO
 ***********************************************/
header .navbar-brand .logo{
    height: 80px;
    margin: 10px 0px;
}

@media (max-width: 1199px){
    header .navbar-brand .logo{
        height:50px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px){
    header .navbar-brand .logo{
        height:50px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width: 450px){
    header .navbar-brand .logo{
        height:40px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/***********************************************
 ** HEADER - TOGGLER (MOBILE)
 ***********************************************/
header .navbar-toggler{
    padding: 12px 12px;
    border-radius: 5px;
    border: 1px solid #444444;
    color: #444444;
    font-size:28px;
}
header .navbar-toggler .fas{
    width:28px;
    height:28px;
}

header .header-mobile{
    padding-bottom:20px;
}

/***********************************************
 ** HEADER - NAVIGATION
 ***********************************************/
header .navbar-collapse{
    align-self: flex-end;
}

header .navbar-nav .nav-item .nav-link {
    padding: 14px 12px;
    color:#333333;
    /*text-transform: uppercase;*/
    font-size: 20px;
    transition: all 0.5s;
}

header .navbar-nav .nav-item:hover>.nav-link{
    color: #47B1C9;
    transition: all 0.5s;
}



header .navbar-nav .dropdown-menu{
    border-radius: 0px;
    background: rgba(255,255,255,0.9);
    margin:0px;
}

header .navbar-nav .dropdown-item{
    font-size:20px;
}

header .navbar-nav .dropdown-item:hover{
    color:#47B1C9;
    transition: all 0.5s;
}

@media (min-width: 992px){
    header .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block;
    }
    header .navbar-nav .dropdown-toggle::after{
        display:none;
    }
}

@media (max-width: 1199px){
    header .navbar-nav .nav-item .nav-link{
        font-size: 17px;
    }
    header .navbar-nav .dropdown-item{
        font-size:17px;
    }
}

@media (max-width: 991px){
    header .navbar-nav .dropdown-menu{
        background: rgba(255,255,255,0.1);
    }
    header .navbar-nav .dropdown-menu a{
        color:#FFFFFF;
    }
}

header .navbar-toggler .header-mobile{
    padding-bottom:20px;
}



/***********************************************
 ** HEADER - NAVIGATION MOBILE
 ***********************************************/
@media (max-width: 991px) {
     header .navbar-collapse {
        opacity: 0;
        position: fixed;
        z-index: 200;
        background-color: #C2E4ED;
        width: 250px;
        transform: translateX(-250px);
        height: 100%;
        overflow-y: auto;
        top: 0;
        left: 0;
        padding:20px;
    }

    header .navbar-collapse.toggling {
        transition: transform 0.35s, opacity 0.35s;
    }

    header .navbar-nav .nav-item .nav-link{
        padding:10px 0px;
    }
}

.nav-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.25s, width 0s 0.25s, height 0s 0.25s;
}

.has-active-menu {
    overflow: hidden;
    }

.has-active-menu .nav-mask {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s;
}

.has-active-menu .navbar-collapse {
    opacity: 1;
    transform: translateX(0);
}


/** *****************************************
 ** FOOTER
 ** *****************************************/

footer{
    background: #C2E4ED;
    color:#444444;
}

footer h3{
    color:#444444;
    border-bottom: 1px solid #444444;
    font-size:20px;
    padding:10px 0px;
}

footer .item{
    margin-top:15px;
    margin-bottom:15px;
}

footer .info .coord{
    text-align: center;
}

footer .info .coord .wrap{
    background-image: url("../images/phone.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-right:90px;
    display:inline-block;
}

footer .info .coord .phone{
    font-size:24px;
    font-weight: bold;
    text-align: center;
}
footer .info .coord .open{
    font-size:12px;
    text-align: center;
}

footer .info .people .item{
    margin-top: 20px;
}

footer .info .people .face img{
    width: 80px;
    margin-right: 20px;
    border-radius: 50px;
    background:#344a62;
}


footer .info .people .description>div{
    margin:2px 0px;
}

footer .info .people .name{
    font-size:14px;
    font-weight: bold;
    color: #47B1C9;
}

footer .info .people .phone{
    font-size:14px;
}

footer .info .people .email{
    font-size:11px;
}

footer .social .fab{
    font-size:60px;
    color:#444444;
}

footer .social .fab:hover{
    color:#47B1C9;
    transition: all 0.5s;
}

footer .about .text{
    text-align: justify;
    line-height:22px;
}

footer .links .link{
    padding:5px 5px 5px 20px;
}

footer .links .link a{
    color:#444444;
    font-size:14px;
}

footer .links .link a:hover{
    color:#47B1C9;
    transition: all 0.5s;
}

@media (min-width: 1200px) {
    footer .container>.row{
        margin-right:-30px;
        margin-left:-30px;
    }
    footer .item{
        padding:0px 15px;
    }
}

/***********************************************
 ** SIGNATURE
 ***********************************************/

.signature{
    background: #000000;

}
.signature a{
    color: #999999;
}
.signature a:hover{
    color: #FFFFFF;
}

.signature .copyright{
    line-height: 30px;
}

/***********************************************
 ** BLOCKS
 ***********************************************/

.block-red,
.block-blue,
.block-gray,
.block-lightgray{
    background: #47B1C9;
    padding:20px;
    color:#FFFFFF;
    border-radius: 5px;
}

.block-blue{
    background: #47B1C9;
    color:#FFFFFF;
}

.block-gray{
    background: #DDDDDD;
    color:#212529;
}

.block-lightgray{
    background: #F0F0F0;
    color:#212529;
}

.block-red h2{
    color:#FFFFFF;
}

.block-blue h2{
    color:#FFFFFF;
}

.block-red .header,
.block-blue .header{

}

a.block-lightgray:hover{
    background: #EAEAEA;
    color:#FFFFFF;
}
a.block-lightgray:hover h2{
    background: #EAEAEA;
    color:#FFFFFF;
}

.block-sample{
    border-left: 5px solid #47B1C9;
    margin: 10px 0px 10px 50px;
    padding: 15px 0px 5px 20px;
    background: #EEEEEE;
}

/***********************************************
 ** MAIN
 ***********************************************/

.main{
    padding:20px 0px;
    background: #FFFFFF;
}
.main img { max-width: 100%; }

/***********************************************
 ** MAIN HEADER
 ***********************************************/
.mainHeader{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #EAEAEA;
    position: relative;
}

.mainHeader .in{
    padding: 140px 0px;
}

.mainHeader h1,
.mainHeader h2{
    color:#FFFFFF;
    text-shadow: 0px 0px 10px black;
}

@media (max-width: 1199px) {
    .mainHeader .in{
        padding: 100px 0px;
    }
}

@media (max-width: 991px) {
    .mainHeader .in{
        padding: 70px 0px;
    }
}

@media (max-width: 767px) {
    .mainHeader {
        background-image: none!important;

    }
    .mainHeader .in{
        padding: 10px 0px;
    }
    .mainHeader h1{
        font-size:24px;
    }
    .mainHeader h2{
        font-size:18px;
    }
}


/***********************************************
 ** MAIN HEADER
 ***********************************************/
.bubbleWrap{
    position:relative;
    z-index: 800;
}
.bubbleContact{
    width:268px;
    height:102px;
    padding:5px 70px 40px 10px;
    color:#FFFFFF;
    position:fixed;
    right:20px;
    z-index: 1000;
}

.bubbleContact{
    top:160px;
    background:url("../images/bubbleContact.png") no-repeat;
}


.bubble-in{
    text-align: center;
}
.bubble-in .phone{
    font-size: 18px;
    font-weight: bold;
}
.bubble-in .open{
    font-size: 12px;
}


@media (max-width: 1799px) {
    .bubbleContact{
        position: absolute;
        top:20px;
        right:20px;
        z-index: 1;
    }
}

/***********************************************
 ** CONTACT
 ***********************************************/
.contact-form form{
    margin-top: 20px;
}

.contact-form .submit{
    margin-top:20px;
    text-align: center;
}

.contact-form .has-warning .form-control{
    background-color: #f9deb8;
}

.contact .container>.row>div{
    margin:10px 0px;
}

.contact .newsletter-form{
    margin-bottom:20px;
}

#map{
    width:100%;
    height:400px;
}

/***********************************************
 ** NEWSLETTER
 ***********************************************/

.newsletter-form form{
    margin-top: 20px;
}

.newsletter-form .submit{
    margin-top:20px;
    text-align: center;
}

#newsletterForm .has-warning .form-control{
    background-color: #f9deb8;
}



/***********************************************
 ** PROPERTY
 ***********************************************/

.propertyList .list{
    background: #DDDDDD;

}

.propertyList .item .wrap {
    position: relative;
    display:block;
}
.propertyList .item .wrap .more {
    position: absolute;
    display: flex;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background: #FFFFFF;
    opacity: 0;
    text-align: center;
    color: #212529;
}

.propertyList .item:hover .more {
    opacity: 0.85;
    transition: all 0.5s;
}

.propertyList .item .wrap .more .label{
    font-size:18px;
    margin:5px 0px;
}

.propertyList .item .wrap .more .button{
    font-size:18px;
    border:1px solid #212529;
    padding:10px;
}

.propertyList .item .header{
    background: #C2E4ED;
    color:#FFFFFF;
    padding:10px;
}

.propertyList .item .header .city{
    font-size:18px;
}
.propertyList .item .header .sector{
    font-style: italic;
}

.propertyList .item .header .profitability{
    border: 3px solid #47B1C9;
    border-radius: 20px;
    min-width:40px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
}

.propertyList .item .header .isFavorite{
    font-size: 30px;
    padding-right:3px;
}

.propertyList .item .content{
    background: #FFFFFF;
    padding:10px;
}

.propertyList .item .price{
    font-size:20px;
    margin-bottom:5px;
}

.propertyList .item .text ul{
    padding-left:0px;
    margin-bottom: 0px;
}
.propertyList .item .text .fas{
    color:#47B1C9;
    padding-right:5px;
}

.propertyList .item .text li{
    font-size:12px;
}

.propertyList .item .action a{
    font-size:28px;
    margin-top:5px;
}

.propertyList .item .action a:hover{
    color:#47B1C9;
    transition: all 0.5s;
}

.propertyList .search-form{
    border-radius:5px 5px 0px 0px;
}

.propertyList .search-form.disabled{
    opacity:0.5;
}


/***********************************************
 ** PROPERTY DETAIL
 ***********************************************/
.propertyDetail .header{
    margin-bottom:20px;

}

.propertyDetail .type{
    font-weight: bold;
    text-transform: uppercase;
}

.propertyDetail .city{
    font-weight: bold;
}

.propertyDetail .price{
    font-weight: bold;
    font-size: 20px;
}


.propertyDetail .text{
    text-align: justify;
    margin-bottom:20px;
}


/***********************************************
 ** NEWS LIST
 ***********************************************/

.newsList .list {
    background: #DDDDDD;
    margin-bottom: -1.5rem;
}

.newsList .gallery-wrapper {
  overflow: hidden;

}


.newsList .item .wrap {
    position: relative;
    display:block;
}
.newsList .item .wrap .more {
    position: absolute;
    display: flex;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background: #FFFFFF;
    opacity: 0;
    text-align: center;
    color: #212529;
}

.newsList .item:hover .more {
    opacity: 0.85;
    transition: all 0.5s;
}

.newsList .item .wrap .more .button{
    font-size:18px;
    border:1px solid #212529;
    padding:10px;
}
.newsList .item .header {
    background: #C2E4ED;
    color: #FFFFFF;
    padding: 10px;
}
.newsList .item .header .title{
    font-size:18px;
}
.newsList .item .header .date{
    font-style: italic;
}
.newsList .item .content {
    background: #FFFFFF;
    padding: 10px;
}

/***********************************************
 ** NEWS DETAIL
 ***********************************************/
.newsDetail .author{
    margin-bottom:20px;
    font-weight: bold;
}

.newsDetail .text{
    text-align: justify;
    margin-bottom:20px;
}

.newsDetail .photos>div:nth-child(2){
    margin-top:15px;
}

/*************************************
 ** OFFRES EMPLOI
 *************************************/

.jobList .list{
    margin-bottom: -1.5rem
}

.jobList .item{
    background: #EEEEEE;
}

.jobList .item h3{
    background-color: #C2E4ED;
    color: #FFFFFF;
    display:block;
    padding:20px 5px;
    text-align: center;
    margin-bottom:0px;
}

.jobList .item .text{
    padding: 20px;
}

.jobList .item .action{
    text-align: center;
    padding-bottom: 20px;
}

/***********************************************
 ** CLIENT
 ***********************************************/
.client .info h3,
.client .files h3{
    color:#FFFFFF;
    padding-bottom:15px;

}
.client .info .item.address{
    padding-bottom:5px;
}


.client .files i{
    margin-right:15px;
}

.client .files .file{
    border:solid 2px #FFFFFF;
    padding:10px 10px;
    margin-bottom:10px;
    color:#FFFFFF;
}

.client .files .file:hover{
    border:solid 2px #47B1C9;
    color:#47B1C9;
}

.client .files .file:last-item{
    margin-bottom:0px;
}
.client .files .file i{
    font-size:35px;
}

.client .files .file .filename{
    font-weight:bold;
}
.client .files .file .date,
.client .files .file .size{
    font-size:11px;
}

.client .revolutionImage,
.client .revolutionSlider{
    margin-top:15px;
}

/***********************************************
 ** MODAL
 ***********************************************/

/** CENTER VERTICAL **/
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  @media(max-width: 768px) {
    min-height: calc(100vh - 20px);
  }
}

.modal .modal-content{
    background:#EAEAEA;
    color:#FFFFFF;
    border-radius: 10px;
    box-shadow: 4px 4px 14px #111111;
}

.modal .modal-title{
    background: url("../images/logo-small.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 70px;
    font-size: 16px;
}

.modal .modal-footer{
    border-top:0px;
}
.modal .modal-header{
    border-bottom:0px;
}

.modal-header .close{
    color:#FFFFFF;
}

.modal .modal-body{
    text-align:center;
}
.modal .modal-content {
  color: #333;
}

.modal .modal-footer .fab{
    color:#CCCCCC;
    font-size: 29px;
    margin-right:5px;
}

.modal .modal-footer .fab:hover{
    color:#47B1C9;
    transition: all 0.5s;
}


/*************************************
 ** BREADCRUMB
 *************************************/
.breadcrumb {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
    color: #000000;
    display:none;
}

/***********************************************
 ** TINYMCE
 ***********************************************/
.tinymce > h2:first-child{
    margin-top:0px;
}

.tinymce .responsive{
    max-width:100%;
}


.mce-content-body{
    padding:15px;
    background: #FFFFFF;
}

.mce-content-body shortcode{
    border:dashed 2px gray;
    background:#EEEEEE;
    text-align: center;
    padding: 40px;
    margin:15px 0px;
    font-size: 18px;
    width:100%;
    display: block;
}

body.tinymce{
    background: #FFFFFF;
}

/*************************************
 ** DEBUG
 *************************************/
.debug{
    display:none;
    color:white;
}

/***********************************************
 ** HOME SLIDER
 ***********************************************/
.homeSlider{
	padding:0px 0px 0px 0px;
	background:#FFFFFF;
}


/*************************************
 ** HOME - Article
 *************************************/

.homeArticle{
	padding: 40px 0px 40px 0px;
    background: #FFFFFF;
    color:#444444;
}

.homeArticle h1 {
    color: #444444;
}

/*.homeArticle h2 {
    margin-bottom: 15px;
    font-size: 14px;
    color: #47B1C9;
}*/
.homeArticle img { max-width: 100%; }

.homeArticle .text {
    margin: 20px 0px;
    text-align: justify;
    line-height: 24px;
}

/*************************************
 ** HOME - Partner
 *************************************/

.homePartner{
    padding:30px 0px 20px 0px;
    background:#FFFFFF;
}

.homePartner h1{
    text-align: center;
}


/*************************************
 ** IMAGES - EFFECT
 *************************************/
img.effect-bw{
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in-out;
}

img.effect-bw:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1);
}


/*************************************
 ** THEMES
 *************************************/
 .themes {
	padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    background-attachment: fixed;
    background-size: cover;
}

 .themes .theme {
    position:relative;
    background:rgba(255,255,255,0.9);
    padding: 16px;
    border-radius: 10px;
    overflow: hidden;
    cursor:pointer;
}

 .themes h1 {
    text-align: center;
    margin-bottom:20px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

 .themes h2 {
    text-align: center;
}

 .themes h2 span {
    text-align: center;
    color:#47B1C9;
}

.themes .theme .hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0;
    z-index: 100;
    padding:20px;
    opacity:0;

}





 .themes .theme figure {
    position:relative;
    margin-bottom:0px;
}

@media (min-width: 767px) {
    .themes .theme:hover .inner h2{
        visibility: hidden;
    }

    .themes .theme:hover .hover{
        display: block;
        opacity:0.9;
        transition: all 0.5s;
    }
}


/*************************************
 ** HOME - NEWSLETTER
 *************************************/

.homeNewsletter{
    background-color: #F0F0F0;
    text-align: center;
}


/*************************************
 ** HOME - CONTACT
 *************************************/

.homeContact { background-color: #FFF; }


/***********************************************
 ** FANCYBOX
 ***********************************************/
.fancybox-container{
	margin-left:-5px;
	margin-right:-5px;
	margin-bottom:15px;
}

.fancybox-container .fancybox-box:first-child{
    width: 100%;
}

.fancybox-container .fancybox-box{
	width:20%;
	float:left;
	padding: 5px;
}

.fancybox-container .fancybox-box a{
	border: 3px solid #FFFFFF;
	display: block;

}

/*************************************
 ** REVOLUTION SLIDER
 *************************************/
.rev_slider .resizer{
	padding:10px;
	background:rgba(0,0,0,0.8);
	border-radius:5px;
	color:#FFFFFF;
	cursor:pointer;
}








.homeArticle h1 { display: none; }

.homepage-blocks h2 { color: #47B1C9; text-align: left; }
.homepage-blocks h2:after { content: ''; display: block; clear: both; }
.homepage-blocks h2 a,
.homepage-blocks h2 a:hover {
	color: #47B1C9;
}
.homepage-blocks h2 img { float: left; margin-top: -5px; margin-right: 5px; }

.homepage-block { background: #47B1C9; }

	@media screen and (min-width: 768px) {
		.homepage-block { height: calc(100% - 85px); }
	}

	@media screen and (max-width: 767px) {
		.homepage-block { margin-bottom: 40px; }
	}

.homepage-block .content { color: #FFF; padding: 25px; }
.homepage-block .content a { color: #47B1C9; background: #FFF; }
.homepage-block .content p:last-child { margin-bottom: 0; }



.situation-section > div { margin-bottom: 30px; }
.situation-section h2 { font-size: 20px; }
.situation-section h2 a { display: block; color: #444444; }
.situation-section h2 a:before {
  content: "\f061";
	float: right;
  font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-top: 2px;
}


.new-build-advantages .buttons { margin-top: 30px !important; }
.new-build-advantages .buttons a {
	position: relative;
	display: inline-block;
	color: #47B1C9;
	font-weight: 700;
	padding: 8px 32px 8px 12px;
	border: 3px solid #47B1C9;
	border-radius: 6px;
}
.new-build-advantages .buttons a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-top: 2px;
	position: absolute;
	right: 10px;
}
.new-build-advantages .buttons a:first-child { margin-right: 20px; }
.new-build-advantages .buttons a img { display: inline-block; height: 24px; margin-right: 5px; }
.new-build-advantages .buttons a:hover { color: #47B1C9; }