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

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

/* from bootstrap */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,0rem); !important;
    padding-left: var(--bs-gutter-x,0rem); !important;
    margin-right: auto;
    margin-left: auto;
}

.com-content-article__body p, li {
  	font-size: 1.25rem;
}  

.generic-5-block .uk-scope li {
    margin: 0;
    list-style-type: disc !important;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.center-aligned img {
  margin: 0 0 30px 0;
}

.btn {
    display: table;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #deb833;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 auto;
    padding: 10px 15px;
}

.btn:hover {
    background-color: #333;
    color: #fff;
}

.uk-button-default {
    background-color: #deb833 !important;
    color: #fff !important;
    border: 0 !important;
  	font-family: 'Gelasio', serif !important;
    font-weight: 600 !important;
    padding: 5px 15px !important;
}

.uk-button-default:hover  {
    background-color: #333 !important;
    color: #fff !important;
}

/*For homepage slider button*/
div#n2-ss-2 .n2-style-dda62082c957841a4e762e7768d4cbc7-heading:hover {
    background: #333;
    opacity: 1;
    padding: 10px 30px 10px 30px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 0px;
}

a {
    color: #c09250;
    text-decoration: none;
  	font-family: 'Gelasio', serif;
}

a:hover {
     color: #868686;
}

.breadcrumb {
    margin-bottom: 2rem  !important;
}

.breadcrumb-item {
    font-size: 1rem !important;
}

.center-aligned img {
    width: 100%;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size:1.15rem;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    color: #252424;
    font-weight:700;
  	text-transform: uppercase;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    color: #252424;
    font-weight:700;
  	text-transform: uppercase;
}

.page-header h2 {
    font-family: 'Gelasio', serif;
    color: #999;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 auto 20px 0;
}

h4, h5, h5 {
    font-family: 'Montserrat', sans-serif;
    color: #252424;
    font-weight:700;
}

h3 {
    font-family: 'Gelasio', serif;
    color: #999;
    text-transform: uppercase;
    font-size:1.25rem;
    line-height:1.75rem;
    margin:0 auto 20px 0;
}

.rightside-col h3{
    color: black;
    font-size: 1.7rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

.uk-scope hr.yellow-line {
    border-bottom: 3px solid #deb833;
    border-top: 0px;
    width:100px;
    background-color:transparent;
    opacity:1;
}

.uk-scope h2 {
    font-family: 'Montserrat', sans-serif !important;
    color: #252424 !important;
    font-weight:700 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}

.uk-scope h3 {
    font-family: 'Gelasio', serif !important;
    color: #999 !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    margin: 0 auto 20px 0 !important;
}

.generic-2-block .uk-card-body h3 a{
    font-size: 2rem;
  	line-height: 40px;
}

.module-title h3{
    font-weight: 600;
}

.footer-3-position .module-title h3{
    font-weight: 600;
}

.featured-1-block .uk-scope .uk-link-reset a, .uk-scope a.uk-link-reset {
    text-transform: capitalize !important;
    font-size: 3.3rem;
}

.dots {
    width: auto;
    margin: 0 auto 20px auto;
}

.container { max-width: 93%;}

/*.btn-outline-kesari {
    color: #DD202F;
    border-color: #DD202F;
}*/

.btn-outline-kesari.active,
.btn-outline-kesari:focus,
.btn-outline-kesari:hover {
    color: #FFFFFF;
    background-color: #EC1F2F;
    border-color: #EC1F2F;
}

.btn-kesari {
    border-radius: 0px;
   	margin: 0 auto 0 0 !important;
}

.btn-kesari.active,
.btn-kesari:focus,
.btn-kesari:hover {
    color: #FFFFFF;
}

.btn-dark {
    color: #FFFFFF;
    background-color: #252424;
    border-color: #252424;
}

.btn-dark.active,
.btn-dark:focus,
.btn-dark:hover {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}

.btn-info {
    color: #000;
    background-color: #e2e2e2;
    border-color: #fff;
}

.btn-info:hover {
    color: #fff;
    background-color: #666;
    border-color: #fff;
}

.alert-info {
    color: #055160;
    background-color: #fccfcf;
    border-color: #ffffff;
}

.page-link {
    color: #DD202F;
}
.page-link:hover {
    color: #EC1F2F;
}
.page-link:focus {
    color: #EC1F2F;
    box-shadow: 0 0 0 .25rem rgba(240,143,40,.25);
}
.page-item.active .page-link {
    background-color: #deb833;
    border-color: #deb833;
}


.title-div .title {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #CCCCCC;
    margin: 0;
}

.title2-div .title {
   color: #155619;
   font-size: 1.5rem!important;
   font-weight: 700;
}

.title3-div .title::before {
    display: none;
}
.title3-div .title {
   color: #FFFFFF;
}
.title4-div .title {
   color: #DD202F;
}

.header-wrapper {
    position: fixed;
    padding: 30px;
    width: 100%;
    left: 0;
    top: 0;
    color: #FFFFFF;
    z-index: 31;
}

.header-wrapper.darkheader {
    background: rgba(0,0,0,.4);
}

.header-wrapper .logo-div {
        width: 170px;
 }

.header-wrapper .menu-div {
    float: right;
    margin-top: -100px;
    display: flex;
    align-items: center;
}

@media (min-width: 300px) {
    .header-wrapper .menu-div {
        float: right;
        margin-top: -70px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 400px) {
  .header-wrapper .menu-div .btn-contact {
      background: #deb833;
      border-color: #fff;
      color: #FFFFFF;
      text-transform: uppercase;
      border-radius: 0;
      padding: 10px 30px;
      font-size: 14px;
      font-weight: 600;
      display: none;
  }
}

.header-wrapper .menu-div .btn-contact {
    background: #deb833;
    border-color: #fff;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 14px;
  	font-weight: 600;
  	/*display: none;*/
}

.header-wrapper .menu-div .btn-contact:hover {
    background: #333;
}

.header-wrapper .menu-div .btn-sidmenu {
    background: none;
    color: #FFFFFF;
    padding: 0;
    font-size: 32px;
    border: none;
    box-shadow: none;
    margin-left: 30px;
}
.header-wrapper .menu-div .btn-sidmenu:focus,
.header-wrapper .menu-div .btn-sidmenu:hover {
    background: none;
    color: #deb833;
}
.dj-offcanvas ul.dj-mobile-light li.dj-mobileitem > a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.dj-offcanvas ul.dj-mobile-light li.dj-mobileitem.active > a {
    background: #FFFFFF;
    color: 154b19;
}

.banner-section .banner-content {
    padding-left: 130px;
}

.banner-section .banner-content h3 {
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 20px;
    line-height: 50px;
    margin-bottom: 40px;
}


.banner-section .banner-content .btn {
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 14px;
}

/****************** ABOUT US SECTION ********************/
.aboutus-section {
    text-align: center;
    background: url('https://vps84282.inmotionhosting.com/~thenailling2023/images/welcome-homepage-bg.jpg') no-repeat center top #FFFFFF;
    background-size: cover;
}

.aboutus-section .custom {
    padding: 50px 20px;
    margin:0 0 5px 0;
}

.container-aboutus-section {
    max-width: 1400px;
    margin:0 auto;
}

.container-aboutus-section .moduletable{
    padding: 0 20px;
}

.aboutus-section p {
    margin: 20px auto;
    font-size: 1.5rem;
    color: #666;
}

.uk-scope .uk-light .uk-marker {
    background: #333 !important;
    color: #fff !important;
    border: 2px solid #fff;
}

/****************** AMENITIES HOMEPAGE ********************/
.pop-over-styles .uk-scope p {
    padding: 0 !important;
    margin: 0 !important;
}

.pop-over-styles .uk-margin p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1rem;
    font-weight: 600;
}

.amenities-homepage-responsive p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1rem;
    font-weight: 600;
}

@media (min-width: 1px) {
  .pop-over-styles  {
      display: none;
  }
  
  .amenities-homepage-responsive {
      display: block;
  }
}

@media (min-width: 900px) {
  .pop-over-styles  {
      display: block;
  }
  
  .amenities-homepage-responsive {
     display: none !important;
	}
}

/****************** GENERIC ONE SECTION ********************/
.generic-1-section {
    margin: -4px auto 0 auto;
}

/****************** GENERIC TWO SECTION ********************/
.generic-2-section {
    margin: 50px 0;
  	text-align: center;
    background: url('https://vps84282.inmotionhosting.com/~thenailling2023/images/floor-plans-bg.jpg') no-repeat center top #FFFFFF;
    background-size: cover;
}

.generic-2-block {
    max-width: 90%;
    margin: 0 auto;
}

.generic-2-section .uk-scope .uk-flex-middle {
    background: #fff !important;
}

/****************** GENERIC THREE SECTION ********************/
.generic-3-section .container {
    max-width: 100%;
}

/****************** GENERIC FOUR SECTION ********************/
.generic-4-block {
    text-align: center;
    max-width:1400px;
    margin: 0 auto;
}

.generic-4-section p {
    margin: 20px auto;
    font-size: 1.5rem;
    color: #666;
}

.generic-4-block .custom {
    padding: 0 20px;
}

.generic-4-section .uk-scope {
    margin: 0 auto 70px auto;
    padding: 0 20px;
}

/****************** GENERIC FIVE SECTION ********************/

.generic-5-section {
    margin: 0;
  	text-align: center;
    background: url('https://vps84282.inmotionhosting.com/~thenailling2023/images/map-bg.jpg') no-repeat center top #FFFFFF;
    background-size: cover;
}

.generic-5-section .click-to-join-button {
    padding: 0 0 50px 0;
}

.generic-5-section .uk-scope {
    margin: 0 0 50px 0;
}

.generic-5-section .map-location {
    padding: 30px 0 0 0;
}

.generic-5-section h2 {
    color: #fff;
}

.generic-5-block p {
    font-size: 1.5rem;
  	color: #fff;
}

.generic-5-section .uk-scope a {
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer !important;
    background: rgba(0,0,0,0.7) !important;
    padding: 10px !important;
    text-transform: uppercase !important;
    font-size: 1.25rem !important;
}

.generic-5-section .uk-scope a:hover {
    background: rgba(0,0,0,1.0) !important;
}

/************************************  FOOTER LOGO SECTION *****************************************/

.footerlogo-section {
    padding: 10px 0;
    text-align:center;
}

.footerlogo-section .img-footerlogo {
    max-width: 220px;
}

.footerlogo-section .custom{
    margin: 30px auto;
}

.footerlogo-section .custom p{
    padding: 0px;
}

.footer-1 p {
    text-transform: uppercase;
    font-weight:600;
}

.footer-1 img {
    padding: 5px;
    width: 50px;
    height: auto;
}

.footer-2 p {
    text-transform: uppercase;
    font-weight:600;
}

.footer-2 a {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
}

.footer-2 a:hover {
    font-family: 'Montserrat', sans-serif;
    color:#deb833;
}

.footer-3 .nav {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.footer-3 .nav a {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
}

.footer-3 .nav a:hover {
    font-family: 'Montserrat', sans-serif;
    color:#deb833;
}

.footer-wrapper {
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fafafa;
    padding: 50px 0;
}

.footer-wrapper .title-div .title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
} 

.footer-wrapper .address-div {
    text-align: center;
    font-size: 1.2rem;
}

.footer-wrapper .socialmedia-div {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

.footer-wrapper .socialmedia-div .btn-contact {
    background: #217845;
    border-color: #217845;
    color: #FFFFFF;
    border-radius: 0;    
    text-transform: uppercase;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    font-size: 17px;
    margin-bottom: 20px;
} 
.footer-wrapper .socialmedia-div .btn-contact i {
    float: right;
    font-size: 25px;
}

.footer-wrapper .socialmedia-div .btn-contact:hover{
    background-color:black;
    border-color: black;
}
.footer-wrapper .socialmedia-div .social a {
    display: inline-block;
    margin-right: 20px;
    border-color: #666666;
    color: #bbbbbb;
    border-radius: 0;
    width: 50px;
    height: 50px;
    font-size: 23px;
}
.footer-wrapper .socialmedia-div .social a:last-child {
    margin-right: 0;
}
.footer-wrapper .socialmedia-div .social a:hover {
    background: #217845;
    border-color: #217845;
    color: #FFFFFF;
}

.footer-wrapper .form-div .form-control {
    background: #515151;
    border-color: #515151;
    color: #FFFFFF;
    border-radius: 0;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.footer-wrapper .form-div .btn {
    border-radius: 0;    
    text-transform: uppercase;
    padding: 10px 30px;;
} 

.bottom-wrapper {
    background: #F6F8FA;
    color: #949596;
    padding: 30px 0;
}
.bottom-wrapper .footer-menu {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.bottom-wrapper .footer-menu .nav li a {
    color: #1c441f;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 15px;
}
.bottom-wrapper .footer-menu .nav li a:hover,
.bottom-wrapper .footer-menu .nav li.active a {
     color: #8f3535;
}

.bottom-wrapper .copyright {
    font-size: 0.75rem;
    font-family: 'Gelasio', serif;
}

.bannercontent-section {
    padding: 60px 0 20px 0;
}
.bannercontent-section img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.footercalltoaction-section .uk-scope  {
    text-align: center;
    color: #FFFFFF;
    margin: 50px 0 20px 0;
}

.footercalltoaction-section {
    text-align: center;
    color: #FFFFFF;
}

.footercalltoaction-section .container {
    max-width: 100%;
}

/******************************** Sub Headers ****************************/
p.subheader-title {
    text-transform: uppercase;
  	text-align: center;
    color: #fff;
    background:#000;
    padding: 10px 0;
    font-size: 2rem;
}

.uk-scope .uk-light {
    /*padding:40px 0; Paolo*/
}

.uk-scope .uk-light .uk-button-default {
    margin: 30px auto 0 auto;
}

.footercalltoaction-section .container {
    max-width: 100%;
}

.footercalltoaction-section h2 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 20px;
}
.footercalltoaction-section h5 {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 35px;
}
.footercalltoaction-section .btn {
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 30px;
}

/*WIDGEKIT RIGHT MODULE CUSTOMIZATION */

.uk-scope .uk-accordion-title {
    font-size: 1.5rem !important;
    font-family: 'Gelasio', serif;
    color: #999 !important;
    text-transform: uppercase;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    margin: 0 auto 20px 0 !important;
}

/*********************** COLUMNS FOR CATEGORY BLOG **************************/

.innepage-section .blog .row {
    margin-left: 0px;
    margin-right: 0px;/* Edited by Paolo 9/29*/
}

.innepage-section .blog [class^="col-"], 
.innepage-section .blog [class*=" col-"] {
    /* padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0px;  Edited by Paolo 12/20*/
    margin-top: 50px;
    border: 1px solid #e2e2e2;
  	padding: 20px 20px 0 20px;
}

@media (min-width: 300px) {
.blog .col-sm-6 {
      flex: 0 0 auto;
      width: 90%;
      margin-right: auto;
      margin-left: auto;
  }
}

@media (min-width: 768px) {
.blog .col-md-6 {
      flex: 0 0 auto;
      width: 45%;
      margin-right: 2.5%;
      margin-left: 2.5%;
  }
}

@media (min-width: 992px) {
.blog .col-lg-3 {
      flex: 0 0 auto;
      width: 27%;
      margin-right: 3%;
      margin-left: 3%;
  }
}

.col-lg-4 .rightside-col .moduletable {
    padding-bottom: 40px !important;
  }

.col-lg-4 .rightside-col .uk-scope {
    padding-bottom: 40px !important;
  }

@media (min-width: 992px) {
  .col-lg-4 .rightside-col {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
.blog .col-xl-3 {
      flex: 0 0 auto;
      width: 29%;
      margin-right: 2%;
      margin-left: 2%;
  }
}

@media (min-width: 1200px) {
.blog .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
      margin-top: 0px !important;
      border: none !important;
      padding: 0 !important;
  }
}

@media (min-width: 1400px) {
.blog .col-xxl-3 {
      flex: 0 0 auto;
      width: 21%;
      margin-right: 2%;
      margin-left: 2%;
  }
}

.innepage-section { padding: 50px 0;}
.com_content.view-featured .innepage-section { }

.innepage-section .container {
  max-width:87%; 
  margin: 0 auto;
}

.innepage-section .page-header { 
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}

.innepage-section .blog .blog-items .page-header { 
    margin-bottom: 20px;
}

.innepage-section .blog .blog-items .page-header h2 { 
    font-size: 1.35rem;
}

.innepage-section .blog .blog-items .page-header h2 a { 
    color: #333;
    font-weight:600;
    font-family: 'Montserrat', sans-serif;
    
}

.innepage-section .blog .blog-items .page-header h2 a:hover { 
    color:#deb833;
}

.innepage-section .blog .blog-items .item-content iframe, 
.innepage-section .blog .blog-items .item-content img { 
    float: none!important;
    max-width: 100%;
    display: block;
}

.innepage-section .column-right .title-div .title::before,
.innepage-section .column-left .title-div .title::before {
    height: 20px;
    width: 40px;
    background-size: auto;
}

.innepage-section .column-right .title-div .title,
.innepage-section .column-left .title-div .title { 
    font-size: 20px;
}

.innepage-section .readmore .btn {
    padding: 10px 20px;
  	font-weight: 600;
}

.innepage-section .column-left .left-position,
.innepage-section .column-right .right-position {
    margin-bottom: 40px;
}

.innepage-section .column-right .module-content,
.innepage-section .column-left .module-content {
    padding: 0 20px 20px 20px;
    -webkit-box-shadow: 0px 15px 35px -30px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 15px 35px -30px rgba(0,0,0,0.5);
    box-shadow: 0px 15px 35px -30px rgba(0,0,0,0.5);
    border-bottom: 5px solid #242424;
    position: relative;
}

.innepage-section .column-right .module-content .modulereadmore,
.innepage-section .column-left .module-content .modulereadmore {
    margin-top: 60px;
}
.innepage-section .column-left .module-content .btn-modulereadmore {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #242424;
    border-color: #242424;
    padding: 6px 20px;
    text-transform: uppercase;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 14px;
}

.innepage-section .column-right .module-content .btn-modulereadmore {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #242424;
    border-color: #242424;
    padding: 6px 20px;
    text-transform: uppercase;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 14px;
}

.innepage-section .com-content-article__body blockquote { 
  	background: #fff;
    padding: 0px;
    margin: 0px 0 50px 20px;
}

.innepage-section .com-content-article__body blockquote p {
    padding: 10px;
    margin: 0;
    font-size: 1.75rem;
    color: #999;
    font-weight: 600;
    text-align: center;
}

blockquote p::first-letter {
    font-size: 200%;
    color: #deb833;
    border-bottom:3px solid #deb833c;
}

.innepage-section .com-content-article__body h1 {     
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 40px;
}

.innepage-section .com-content-article__body h2 { 
    text-transform: uppercase;
    margin: 30px 0;
   	font-size: 1.9rem;
}

.innepage-section .com-content-article__body h3 { 
    text-transform: uppercase;
    margin: 30px 0 20px 0;
   	font-size: 1.5rem;
}

.innepage-section .com-content-article__body h4 { 
    margin: 30px 0 10px 0;
   	font-size: 1.25rem;
}

.uk-scope .uk-width-expand h3 {
    margin:0 !important;
}

.innepage-section p {
    margin-top: 0;
    margin-bottom: 30px;
}

/*********************** Units descriptions ***********************/
.innepage-section .units-icons {
    text-align: left;
}

.innepage-section .units-icons img {
    max-width: 50px !important;
    display: initial !important;
    margin: 0 auto 10px auto;
}

.bedrooms, .bathrooms {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.bedrooms p, .bathrooms p {
    font-size: 1.5rem;
    font-weight: 600;
    color:#666;
}

.bathrooms {
    border-left: 2px solid #f2f2f2;
}

.units-info {
    width: 100%;
}

.units-info tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.units-info td {
    padding: 10px;
}

.units-info td p {
    padding: 0px;
    margin: 0px;
}

.units-columns-left {
    max-width:90%;
    display: block;
    vertical-align: top;
    margin:0 30px 0 0;
}

.units-columns-right {
    max-width:100%;
    display: block;
    vertical-align: top;
    margin:30px auto 0 0;
    text-align: left;
}

.units-columns-right img {
    max-width: 100%;
    margin:0 0 0 auto;
    display: table;
}

@media (min-width: 1150px){
  .units-columns-left {
      max-width:30%;
      display: inline-block;
      vertical-align: top;
      margin:0 30px 0 0;
  }

  .units-columns-right {
      max-width:60%;
      display: inline-block;
      vertical-align: top;
      margin:0 0 0 30px;
      text-align: right;
  }

  .units-columns-right img {
      max-width: 70%;
      margin:0 0 0 auto;
      display: table;
  }  
}

/*********************** Units descriptions End ***********************/

.text-inside-box-container h3 {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 30px 0;
    font-size: 1.75rem;
}

.text-inside-box-container div p {
    color:#fff;
    display: inline-block;
    vertical-align: top;
    font-size:1.5rem;
}



.generic-6-section {
    padding: 50px 0;
}

.generic-6-block .page-header {
    text-align:center;
    margin: 0 0 30px 0;
}

.generic-6-block img {
    width: 100%;
}

.generic-7-section .container {
    max-width:100%;
}

.generic-7-section .welcome-module {
    width: 100%; 
    text-align: center; 
    padding: 0; 
    position: relative;
} 
  
.generic-7-section .welcome-a h2 {
    margin: 0; 
}
  
.generic-7-section .welcome-a h3 {
    margin: 10px 0 10px 0; 
    line-height: 1.75rem; 
    padding: 0;
    text-transform: uppercase;
  	font-size: 2rem;
}
  
.generic-7-section .welcome-b {
    float:none; 
    width:49%; 
    position:absolute; 
    right:0; top: 50%; 
    -ms-transform: translateY(-50%); 
    transform: translateY(-50%); 
    margin: 0;
}
  
.generic-7-section .welcome-b p {
    padding: 0 50px 0 0;
}

.innepage-section .com-content-article .item-image {
    margin-bottom: 50px;
}
.innepage-section .com-content-article__body h5 {
    margin-bottom: 40px;
    font-size: 25px;
}

.innepage-section .com-content-article__body .project-details-content h4 {
    margin: 30px 0 20px 0;
    font-size: 20px;
    text-transform:uppercase;
}

.innepage-section .com-content-article__body .project-details-content ul {
    padding: 0 0 0 30px;
    margin: 0;
    font-size: 20px;
}
.innepage-section .com-content-article__body .project-details-content ul li {
    margin-bottom: 15px;
}
.innepage-section .com-content-article__body .project-details-content ul li:last-child {
    margin-bottom: 0;
}

.contact-right h4{
    color: #000000;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
   
}

.call-to-action-button a{
    text-transform: uppercase;
    background-color: #c61d2a;
    color: white;
    padding: 15px 20px;
    font-size: 1rem;
}

.call-to-action-button a:hover{
    background-color: #000000;
    color: white;
    padding: 15px 20px;
    font-size: 1rem;
}

.call-to-action-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:2.3rem;
}

.call-to-action-info {
    margin-bottom: 35px;
  	line-height: 35px;
}

.footercalltoaction-section .container.ls-direction-fix {
    margin-top: 50px;
}




h6 {
    font-size: 1.2rem!important;
    font-weight: 600;
}

.history-stack {
    margin-top: 50px;
    margin-bottom: 50px;
}

.history-stack .uk-h3 {
    color: #939393!important;
    font-size:4rem!important;
}

.history-stack .uk-margin {
    font-size: 1.3rem!important;
}

.item-content {
    margin-bottom: 40px;
}

.outside_container .submit_button{
     display: block !important;
    margin: auto !important;;
    width: 100px !important;
}

.address a {
    color: white;
}

.phone a{
    color: white;
}

.fax a{
    color: white;
}

.address a:hover {
    color: #de202f;
}

.phone a:hover{
    color: #de202f;
}

.fax a:hover{
    color: #de202f;
}

.d-table li a{
    color: white !important;
}

.d-table a.page-link {
    color: #666 !important;
}

.footer-wrapper .footer-div h3{
    font-size: 25px;
    margin-bottom: 25px;
    color: #FFFFFF;
}


/*********************** TAG SECTION ***********************/
.tag-container-bottom-page {
    margin:40px auto 0 auto;
    max-width: 1430px;
}

ul.list-group {
    margin: 30px 0 0 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    border: none !important;
}

.list-group-item h3 {
    font-size: 1.25rem;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.tag-category h1 {
    margin:0 0 30px 0;
}

#brick_179 .brick::before {
    box-shadow: none !important;
}

#brick_179 .brick {
    display: block !important;
    margin: 3px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    line-height: initial;
    width: auto;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    background: #fff none repeat scroll 0 0;
    color: #000000;
    padding: 10px 15px !important;
    z-index: 1;
    box-shadow: none;
}

#brick_179 .brick span {
    margin: 0 0 0 5px;
}

#brick_179 a.brick:hover {
    color: #ea0707 !important;
}


/*********************************** RIGHT MODULES NAVIGATION *****************************/
.sub-nav-right .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    display: block;
}

.sub-nav-right .nav li {
    font-size: 1rem !important;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
    text-transform: uppercase;
    padding: 10px 0;
    background-repeat: no-repeat;
    background-position: right center;
}

.sub-nav-right .nav li a {
    color: #333;
    display:  block;
  	max-width: 80%;
}

.sub-nav-right .nav li a:hover {
   color: #8a8a8a;
}


/***************************Footer Facebook******************************/

.fb_iframe_widget  span{
    display: inline-block;
    position: relative;
    text-align: justify;
    vertical-align: bottom;
    height: 401px !important;
	overflow: hidden !important;
}


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

.headerbreadcrumb-wrapper { padding-top: 30px;}
.headerbreadcrumb-wrapper .mod-breadcrumbs__here {font-size:1rem;}
.headerbreadcrumb-wrapper a { color: #DD202F;}

.footerbreadcrumb-wrapper { padding: 30px 0;}
.footerbreadcrumb-wrapper .breadcrumb { margin-bottom: 0;}
.footerbreadcrumb-wrapper .mod-breadcrumbs__here { }
.footerbreadcrumb-wrapper a { color: #DD202F;}

/******************************Home page Modules***************************/
.featured-1-block .uk-scope{
    margin-bottom: 20px;
}

.featured-2-block .uk-scope{
    margin-bottom: 20px;
}

.featured-3-block .uk-scope{
    margin-bottom: 20px;
}
.featured-4-block .uk-scope{
    margin-bottom: 20px;
}
.featured-5-block .uk-scope{
    margin-bottom: 30px;
}


.featured-1-block .uk-scope .uk-button{
    background-color: #1c441f !important;
    border: 2px solid #c6c6c6c6!important;
    padding: 8px 25px 8px 25px;
    font-size: 1.1rem;
}

.featured-2-block .uk-scope .uk-button{
    background-color: #313131 !important;
    border: 2px solid #c6c6c6c6!important;
    padding: 8px 25px 8px 25px;
    font-size: 1.1rem;
}

.featured-3-block .uk-scope .uk-button{
    background-color: #8f3535 !important;
    border: 2px solid #c6c6c6c6!important;
    padding: 8px 25px 8px 25px;
    font-size: 1.1rem;
}

.featured-4-block .uk-scope .uk-button{
    background-color: #4c6067 !important;
    border: 2px solid #c6c6c6c6!important;
    padding: 8px 25px 8px 25px;
    font-size: 1.1rem;
}

.featured-5-block .uk-scope .uk-button{
    background-color: #a6571f !important;
    border: 2px solid #c6c6c6c6!important;
    padding: 8px 25px 8px 25px;
    font-size: 1.1rem;
}

.footercalltoaction-section .uk-scope .uk-light h3 a{
        font-style: normal;
        text-transform: uppercase !important;
        line-height: 50px;
        font-size: 2.5rem !important;
        font-weight: 600;
}
/********************************************************************************/

.featured-1-section .featured-1-block .uk-scope .uk-flex{
     background-size: cover; 
}

.featured-2-section .featured-2-block .uk-scope .uk-flex{
     background-size: cover; 
}

.featured-3-section .featured-3-block .uk-scope .uk-flex{
     background-size: cover; 
}

.featured-4-section .featured-4-block .uk-scope .uk-flex{
     background-size: cover; 
}

.featured-5-section .featured-5-block .uk-scope .uk-flex{
     background-size: cover; 
}

.footercalltoaction-section .container .uk-scope .uk-flex{
    background-size: cover;
}


/************************************For scroll to top********************************************/
#back_to_top a.cd-top:link, #back_to_top a.cd-top:visited, #back_to_top a.cd-top:hover, #back_to_top a.cd-top:focus {
    background: #c09250; 
}

/************************************For Call to Action Button*******************************************/
 .footercalltoaction-section .uk-scope .uk-button {
     font-size: 1.1rem;
     padding: 7px 20px;
 }


/************************************RESPONSIVE STARTS********************************************/

@media (max-width: 1399.98px) { 
    
		
	
}


@media (max-width: 1199.98px) { 
    	
}


@media (max-width: 991.98px) { 
    
    .footer-wrapper .footer-1 {
        margin-bottom: 30px;
    }

    .footer-wrapper .footer-div {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 450px;
        text-align: center;
    }
    .footer-wrapper .address-div {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-wrapper .address-div .address,
    .footer-wrapper .address-div .phone,
    .footer-wrapper .address-div .fax {
        background: none;
        padding-left: 0;
    }
    .footer-wrapper .footer-2 {
        margin-bottom: 30px;
    }
  
  	.rightside-col {
    	padding-top: 35px;
	}
}

@media (max-width: 767.98px) { 
    
    .banner-section #layerslider_2,
    .banner-section #layerslider_2 .ls-slide-backgrounds .ls-wrapper {
        height: 500px!important;
    }
    .banner-section #layerslider_2 .ls-slide-backgrounds .ls-wrapper .ls-bg {
        height: 100%!important;
        transform: none!important;
    }
    .banner-section .banner-content h3 {
        font-size: 35px;
    }

    .aboutus-section .about-us-position {
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }
    
    .bottom-wrapper .footer-menu .nav {
        display: block;
        margin-bottom: 15px;
    }
    .bottom-wrapper .footer-menu .nav li a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
  
  	.call-to-action-info {
    	font-size: .7rem;
    	line-height: 15px;
        margin-bottom: 25px;
	}

        
    .innepage-section .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .innepage-section [class^="col-"], 
    .innepage-section [class*=" col-"] {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0px; /* Edited by Paolo 9/22*/
    }

}


@media (max-width: 575.98px) { 
 
    .header-wrapper { 
        padding: 15px;
    }
  
   
    
    .header-wrapper .menu-div {
        /*margin-top: -30px;*/
    }
    .header-wrapper .menu-div .btn-contact {
        padding: 6px 15px;
        font-size: 12px;
    }
    .header-wrapper .menu-div .btn-sidmenu {
        font-size: 25px;
        margin-left: 15px;
    }
    .dj-offcanvas ul.dj-mobile-light li.dj-mobileitem > a {
        font-size: 14px;
    }

    .banner-section #layerslider_2 .banner-content {
        margin-top: 60%;
    }    
    .banner-section .banner-content h3::before {
        left: -10px;
        top: 10px;
    }
    .banner-section .banner-content h3 {
        font-size: 25px;
        line-height: normal;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .banner-section .banner-content .btn {
        margin-left: 0;
    }


    .aboutus-section .about-us-position .uk-panel .content-div {
        padding: 20px;
    }
   
  	.call-to-action-title {
    	font-size: .9rem;
    	line-height: 20px;
	}

	.call-to-action-button {
    	font-size: .5rem;
	}
	
  	.call-to-action-info {
    	font-size: .7rem;
    	line-height: 15px;
        margin-bottom: 15px;
	}

	.call-to-action-button a{
    	font-size: .5rem;
        padding: 10px;
        margin-top: 
	}
  
  .innepage-section .com-content-article__body h1 {     
        font-size: 25px;
    }
  
   .innepage-section .page-header h1{
     font-size: 25px;
     color: #424242;
     font-weight: 600;
  }
}

@media (max-width: 680px){
  	.call-to-action-title {
    	font-size: 1rem;
    	line-height: 5px;
	}
  .call-to-action-button a{
    	font-size: .5rem;
        padding: 10px;
        margin-top: 
	}
}

@media (max-width: 860px){
  
.innepage-section .readmore .btn {
  		display: inline-block;
        padding: 10px 15px;
  		min-width: 120px;
      	font-size: 12px;
    }

}

/********************************Responsiveness by Tencom **************************************/
@media (min-width: 400px) { 
    .banner-section .banner-content {
        font-size:1.5rem !important;
    }
}

@media (min-width: 1px) {
  
    .generic-5-block {
        max-width:90%;
        margin:0px auto;
    }
  
    .generic-6-block {
        max-width:90%;
        margin:0px auto;
        text-align: center;
    }
  
  	.generic-7-section .welcome-container {
        max-width: 90%; 
        text-align: center; 
        padding: 0; 
        min-height: 500px; 
        position: relative; 
        margin:0 auto;
    }
  
    .generic-7-section .welcome-a {
        float:none; 
        width:90%; 
        text-align: center; 
        margin: 0 auto;
      	padding: 40px 10px;
      	background: rgba(255,255,255,0.5);
  	}
  
    .generic-7-section .welcome-b {
        float:none; 
        width:90%; 
        text-align: center; 
        margin: 0 auto;
  	}
  
    .generic-7-section .welcome-b p {
      padding: 0;
  	}
  
    .generic-7-section .welcome-a p {
      padding: 20px 0px 0 0px;
      font-size:1.5rem;
  	}
  
    .generic-7-section .custom {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right center;
      background-color: #fdfdfd;
 	}
  
    .generic-4-section .welcome-a {
        float:none; 
        width:90%; 
        text-align: center; 
        margin: 0 auto;
      	padding: 40px 0;
  	}
  
    .generic-4-section .welcome-b {
        float:none; 
        width:90%; 
        text-align: center; 
        margin: 0 auto;
  	}
  
    .generic-4-section .welcome-b p {
      padding: 0;
  	}
  
    .generic-4-section .welcome-b img {
        max-width: 100%;
        height: auto;
        border: 2px solid #666;
  	}
  
    .generic-4-section .welcome-a p {
      padding: 20px 0px 0 0px;
      font-size:1.5rem;
      color: #fff;
  	}
 
 	.sub-header-banner {
  		display: none;
  	}
  
    .alternative-banner .custom{
        display: block;
        padding: 150px 0 100px 0;
        color: #fff;
        background-size: cover;
        text-align: center;
    }
  
    .alternative-banner .custom h1 {
        text-transform: uppercase;
        font-size: 2rem;
        padding:0 30px;
    }
  
	.btn-green {
        background-color: #19431e;
        color:#fff;
        text-transform: uppercase;
        font-size:1.15rem;
        padding:10px;
        display: table;
        margin:20px auto 0 auto;
    }

    .btn-green:hover {
        background-color: #313131;
        color:#fff;
    }
  
    .btn-green-centered {
        background-color: #19431e;
        color:#fff;
        text-transform: uppercase;
        font-size:1.15rem;
        padding: 10px;
        display: table;
        margin:20px auto 0 auto;
    }

    .btn-green-centered:hover {
        background-color: #313131;
        color:#fff;
    }
  
    .btn-black {
        background-color: #000;
        color:#fff;
        text-transform: uppercase;
        font-size:1.15rem;
        padding:10px;
        display: table;
        margin:20px auto 0 auto;
    }

    .btn-black:hover {
        background-color: #DD202F;
        color:#fff;
    }
  
    .contact-container {
        width: 100%;
        margin: 0 auto;
    }

    .contact-left {
        display: block;
        width: 100%;
        vertical-align: top;
      	margin: 0 auto;
    }

    .contact-right {
        display: block;
        width: 90%;
        vertical-align: top;
        margin: 0 auto;
      	text-align: center;
    }
  
    .contact-location {
        border-bottom: 3px solid #dd202f;
        padding: 0 0 15px 0;
        margin-top: 75px;
      	border-left: none;
  	}
  
    /*** IMAGES ***/
    .right {
        float: none;
        margin: 0 0 30px 0px;
        max-width: 100%;
    }
  
      .left {
        float: none;
        margin: 0 0 30px 0px;
        max-width: 100%;
    }
  
    .text-inside-box {
        text-align: center;
        background: rgba(0,0,0,0.6);
        padding: 0 30px 40px 30px;
    }
  
     .uk-scope .uk-light p {
        font-size: 1.4rem !important;
        margin-bottom: 20px;
        color: #fff;
  	}
  
     .uk-scope .uk-light h3 a{
        text-transform: uppercase;
        font-size: 3.5rem !important;
        line-height: 2.5rem;
        margin-bottom: 20px;
        letter-spacing: 1.5px;
        font-style: italic;
        font-weight: 100;
   }
  
    .uk-dotnav a {
        background-color: #999 !important;
        border-color: transparent !important;
    }
}

@media (min-width: 699px) { 
  .banner-section {
    display: block;
  }
  
  .alternative-banner {
    display: none;
  }
  
  .sub-header-banner {
    display: block;
  }
}

@media (min-width: 767px) { 
    .btn-default {
        background-color: #124015;
        color:#fff;
        text-transform: uppercase;
        font-size:1.15rem;
        padding:10px;
        display: table;
        margin:20px auto 0 auto;
    }

    .btn-default:hover {
        background-color: #000;
        color:#fff;
    }

    .btn-black {
        background-color: #000;
        color:#fff;
        text-transform: uppercase;
        font-size:1.15rem;
        padding:10px;
        display: table;
        margin:20px auto 0 auto;
    }

    .btn-black:hover {
        background-color: #DD202F;
        color:#fff;
    }
  
  	.header-wrapper .menu-div .btn-contact {
    	display:block;
	}
  
    .banner-section .banner-content {
        font-size:1.5rem !important;
    }
  
  	.text-inside-box-container {
        max-width:90%;
        margin:0 auto;
        padding:50px 0;
	}
  
    .generic-2-block {
        max-width:90%;
        margin: 0 auto;
    }
  
    .generic-3-section .welcome-container {
        max-width:90%; 
        text-align: center; 
        padding: 0; 
        min-height: 500px; 
        position: relative; 
        margin:0 auto;
    }

    .footer-wrapper .container {
        max-width:90%;
        margin: 0 auto;
  	}
  
    .text-inside-box-container div {
        width:90%;
        display: block;
        vertical-align: top;
      	margin: 0 auto;
  	}
  
    .generic-4-section .welcome-container {
        max-width: 90%; 
        text-align: center; 
        padding: 0; 
        min-height: 500px; 
        position: relative; 
        margin:0 auto;
        color: #fff
  	}
  
    .generic-5-block {
        max-width:90%;
        margin:0px auto;
    }
  
    .generic-6-block {
        max-width:90%;
        margin:0px auto;
        text-align: center;
    }

  	.header-wrapper .logo-div {
        width: 250px;
    }
  
    /**CAREEERS PAGE**/
   	a.jobLink {
        display: flex;
     	min-width: 300px;
        
    }
  
  	.jobSection {
    	flex-direction: row;
	}

 	.jobLinkText {
        padding-left: 40px;
    }
  
	.categoryHeadingSection {
    	padding: 20px 0 0 30px;
	}
  
    .servicesmodule-section {
        max-width: 90%;
      	margin: 0 auto;
    }
  
}

@media (min-width: 767px) and (max-width: 950px){

.header-wrapper .logo-div {
        width: 230px;
 }
    
}


@media (max-width: 950px) {
	.subheader-title {
  		text-align: center;
 }
}

@media (min-width: 1050px) { 
  
    .text-inside-box {
        text-align: left;
        background: rgba(0,0,0,0.6);
        padding: 0 30px;
    }
  
   .btn-default {
        background-color: #124015;
        border: 1px solid #a3a3a3;
        text-transform: uppercase;
        font-size:1.15rem;
        padding:10px;
        display: table;
        margin:20px auto 0 0;
    }
  
    .btn-default:hover {
        background-color: #000;
        color:#fff;
    }

    .btn-black {
        background-color: #000;
        color:#fff;
        text-transform: uppercase;
        font-size:1.15rem;
        padding:10px;
        display: table;
        margin:20px auto 0 auto;
    }

    .btn-black:hover {
        background-color: #DD202F;
        color:#fff;
    }
  
  	.banner-section .banner-content {
        font-size:3.5rem !important;
    }
  
  	.text-inside-box-container {
        max-width:990px;
        margin:0 auto;
        padding:50px 0;
	}
  
    .generic-2-block {
        max-width: 990px;
        margin: 0 auto;
    }
  

    .footer-wrapper .container {
        max-width: 990px;
        margin: 0 auto;
  	}
  
    .generic-4-section .welcome-container {
        max-width: 990px; 
        text-align: center; 
        padding: 0; 
        min-height: 400px; 
        position: relative; 
        margin:0 auto;
        color: #fff
  	}
  
    .generic-4-section .welcome-a {
        width:49%; 
        text-align: left; 
        position: absolute; 
        left: 0; 
        top: 50%; 
        -ms-transform: translateY(-50%); 
        transform: translateY(-50%);
      	padding: 0;
    }

    .generic-4-section .welcome-b {
        float:none; 
        width:49%; 
        position:absolute; 
        right:0; top: 50%; 
        -ms-transform: translateY(-50%); 
        transform: translateY(-50%); 
        margin: 0;
    }
    .generic-5-block {
        max-width:990px;
        margin:0px auto;
    }
  
    .generic-6-block {
        max-width:990px;
        margin:0px auto;
        text-align: center;
    }
  
    .generic-7-section .welcome-container {
        max-width: 990px; 
        text-align: center; 
        padding: 0; 
        min-height: 500px; 
        position: relative; 
        margin:0 auto;
    }
  
  	.header-wrapper .logo-div {
    	width: 200px;
	}
    
  	.right {
        float: right;
        margin: 0 0 30px 30px;
        max-width: 40%;
    }
  
    .uk-scope .uk-light p {
        font-size: 2rem !important;
        margin-bottom: 20px;
        color: #fff;
  	}
  
    .uk-scope .uk-light h3 {
        text-transform: uppercase;
        font-size: 2.5rem !important;
      	line-height: 3rem !important;
        margin-bottom: 20px;
  	}
    
}

@media (min-width: 1200px) {
  
    .text-inside-box-container {
        max-width:1100px;
        margin:0 auto;
        padding:50px 0;
    }
  
    .footer-wrapper .container {
        max-width: 1110px;
        margin: 0 auto;
  	}
  
    .generic-4-section .welcome-container {
        max-width: 1100px; 
        text-align: center; 
        padding: 0; 
        min-height: 430px; 
        position: relative; 
        margin:0 auto;
        color: #fff
  	}
  
    .generic-4-section .welcome-b img {
        max-width: 500px;
        height: auto;
        border: 2px solid #666;
  	}
  
    .generic-4-section .welcome-a p {
      padding: 20px 50px 0 0px;
      font-size:1.5rem;
      color: #fff;
  	}

  /********************** GENERIC FIVE POSITION ******************************/
    .generic-5-block {
        max-width: 1250px;
        margin:0px auto;
    }
  
    .generic-6-block {
        max-width:1110px;
        margin:0px auto;
        text-align: center;
    }
  
    .generic-7-section .welcome-container {
        max-width: 1110px; 
        text-align: center; 
        padding: 0; 
        min-height: 500px; 
        position: relative; 
        margin:0 auto;
    }
  
    .generic-7-section .welcome-a {
        width:49%; 
        text-align: left; 
        position: absolute; 
        left: 0; 
        top: 50%; 
        -ms-transform: translateY(-50%); 
        transform: translateY(-50%);
  	}
  
    .generic-7-section .welcome-a p {
        padding: 20px 50px 0 0px;
        font-size:1.5rem;
  	}
  
    .generic-7-section .custom {
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: right center;
      background-color: #fdfdfd;
 	}
  
  .generic-7-section .welcome-a a{
       color: #124015b3;
   }
  
    .contact-container {
        /*display: grid;
        grid-template-columns: auto auto;
        grid-gap: 55px;*/
        width: 90%;
        margin: 0 auto;
    }

    .contact-left {
        display: inline-block;
        width: 70%;
        vertical-align: top;
    }

    .contact-right {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        margin: 0 0 0 3%;
      	text-align: left;
    }
  
    .contact-location {
      border-left: 3px solid #dd202f;
      padding: 0 0 0 15px;
      margin-top: 75px;
      border-bottom: none;
  	}
  
    .uk-scope .uk-card-body {
        padding: 30px 30px !important;
    }
  

  
  	
}

@media (min-width: 1280px) { 
    
    .banner-section #layerslider_3,
    .banner-section #layerslider_3 .ls-slide-backgrounds .ls-wrapper {
        width: 100%!important;
    }
  
    .banner-section #layerslider_3 .ls-slide-backgrounds .ls-wrapper .ls-bg {
        width: 100%!important;
    }
  

}

@media (min-width: 1400px) { 
  .text-inside-box-container {
        max-width:1320px;
        margin:0 auto;
        padding:50px 0;
    }
  
      p.subheader-title {
  		font-size: 4rem;
	}

  
}

@media (min-width: 1920px) {
  
    .text-inside-box-container {
        max-width:1320px;
        margin:0 auto;
        padding:50px 0;
  	}
  
    .generic-2-block {
        max-width: 1320px;
        margin: 0 auto;
  	}
  
    .footer-wrapper .container {
        max-width: 1320px;
        margin: 0 auto;
  	}
  
	.text-inside-box-container div {
        width:49%;
        display: inline-block;
        vertical-align: top;
	}
  
    .generic-4-section .welcome-container {
        max-width: 1320px; 
        text-align: center; 
        padding: 0; 
        min-height: 400px; 
        position: relative; 
        margin:0 auto;
        color: #fff
  	}
  
    .generic-6-block {
        max-width:1320px;
        margin:0px auto;
        text-align: center;
    }
  
    .generic-7-section .welcome-container {
        max-width: 1320px; 
        text-align: center; 
        padding: 0; 
        min-height: 500px; 
        position: relative; 
        margin:0 auto;
    }
  
    .innepage-section .container {
        max-width: 1450px;
        margin: 0 auto;
    }
    
    .innepage-section .col-xl-9 {
        /*padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0px;  Edited by Paolo 12/20*/
    }
  
     .innepage-section .col-xl-3 {
        /*padding-left: 40px;
        padding-right: 0px; Edited by Paolo 12/20*/
    }
  
    .servicesmodule-section {
        max-width: 1450px;
      	margin: 0 auto;
    }
	
}

/******************************Videos on About Page*********************************************/
.video2{
    display: block;
    width: 100%;
    margin: 0 0 45px 0;
}

 .video1{
    display: block;
    width: 100%;
    margin: 0 0 0 0;
}


@media (min-width: 1200px){
.video1{
    display: block;
    float: right;
    width: 500px;
    margin: 0 0 15px 25px;
}

.video2{
    display: block;
    float: right;
    width: 500px;
    margin: 0 0 15px 25px;
}
}
/***********************************About Us Video Homepage***************************************/
.about-us-video {
    max-width: 600px;
    text-align: center;
    display: block;
    margin: auto;
}
/***********************************The Nailling - Unit Cards***************************************/
.apartment-cards .uk-card-default .uk-card-body .uk-h3 a{
    color: #0d0d0d !important;
    font-size: 2rem !important;
}
