html {
    position: relative;
    min-height: 100%;
}
 
  
body {
    font-family: "filson-pro", sans-serif;
    font-weight: 400;
    font-style: normal;	
	font-size: 12pt;
    /*min-height: 75rem;*/
	padding: 0px !important;	
	margin:0px;
    background-color: rgba(255, 255, 255, 1); 
}

.main-text
{
    position: absolute;
    top: 150px;
    width: 96.66666666666666%;
    color: #FFF;
}

.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}

.masked {
  /* width: 100%;
  height: 100%; */
  background-color: rgba(41, 91, 107, 1);
  mask-image: url(/pxodesign1/images/logo_0_form.svg);
  mask-position: left;
  background-repeat: no-repeat;
}

.list-img {
  border-radius : 10px;
}

.form-check-input:checked {
  background-color:  rgba(41, 91, 107, 0.5);
  border-color:  rgba(41, 91, 107, 1);

}

/**********************************************/
/* FLTREMENU */

.fltrMenu {
  border: 1px; 
  border-radius: 5px;
  border-style: solid; 
  border-color: rgba(41, 91, 107, 0.5);
}

/**********************************************/
/* CARDS */

.card {}

.card-img {}

.card-body {}

.card-title {}

.card-text {
  line-height: 4rem important !;
}

.card-footer {}

/**********************************************/
/* CARDS2 */

.card2 { 
  text-align: center;
  --bs-card-border-width:0px;
  --bs-card-bg: ;
}

.card-img2 {
  
}

.card-body2 {
  background-color: #e9fef8 important!;
}

.card-title2 {
  align: center;
  text-align: center;
}

.card-text2 {
  line-height: 4rem important !;
}

.card-footer2 {}



/**********************************************/
/* NAV */

#mainNav {
    min-height: 56px;
    border-bottom: 1px solid transparent;
}

#mainNav .navbar-toggler {
    padding: 0.75rem;
	color : rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

#mainNav .navbar-brand {
    color: #ffffff;
    font-weight: 700;
    padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
    color: rgba(156, 178, 181, 1);
    outline: none;
    /* background-color: transparent; */
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
    min-height: 56px;
    border-bottom: 1px solid transparent;
	background-color: rgba(153, 162, 172, 0.8);
    }

    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgba(255, 255, 255, 1);
        font-size: 3.2vh;
    }

    #mainNav .nav-link {
        transition: none;
        padding: 2px 1px;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
    }

    #mainNav .nav-link:hover {
        color: rgba(255, 0, 0, 1);
    }

    #mainNav .nav-link:active {
        color: white;
    }
}
    #mainNav.navbar-shrink {
        /* background-color: rgba(255, 255, 255, 0.8); */
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: rgba(255, 255, 255, 1);
    }

    #mainNav.navbar-shrink .nav-link {
        color: rgba(255, 255, 255, 1);
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: 0.25rem solid transparent;
    }

    #mainNav.navbar-shrink .dropdown-menu {
        /* background: rgba(255, 255, 255, 0.8); */
        color: rgba(255, 255, 255, 1);
    }

    #mainNav.navbar-shrink .dropdown-item {
        color: #ffffff !important;
    }

    #mainNav.navbar-shrink .dropdown-item:hover, #mainNav.navbar-shrink .dropdown-item:focus {
        /* background: rgba(41, 91, 107, 0.5); */
        color: rgb(255, 255, 255)!important;
    }

    #mainNav.navbar-shrink .nav-link:hover {
        color: rgba(23, 162, 184, 1);
    }

    #mainNav.navbar-shrink .nav-link:active {
        color: rgba(0, 0, 0, 1);
    }

    #mainNav.navbar-shrink .nav-link.active {
        color: rgba(242, 18, 191, 1);
        outline: none;
        border-bottom: 0.25rem solid rgba(41, 91, 107, 1);
    }


/* END OF NAV */
/**********************************************/

/**********************************************/
/* FROM */

.form-group {
  margin-bottom: .5em;
}

/* END OF FROM */
/**********************************************/


/**********************************************/
/* PROJECTS SECTION */

.projects-section {
    margin-top: 0px; 
    padding: 1rem 0;
    padding-bottom: 0px;
    /* border: 1px;
    border-style: solid;
    border-color: red; */
}

@media (min-width: 992px) {
    .projects-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: 0.5rem solid rgba(41, 91, 107, 1);
    }
}

.projects-section .project-text {
    padding: 3rem;
    font-size: 120%;
}

@media (min-width: 992px) {
    .projects-section .project-text {
        padding: 4rem;
    }

    .projects-section .project-text hr {
        border-color: rgba(41, 91, 107, 1);
        border-width: .25rem;
        width: 30%;
    }
}

/**********************************************/
/* SIGN UP SECTION */

.signup-section {
    padding: 3rem 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-signup.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.signup-section .form-inline input {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    height: auto;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 0;
}


/**********************************************/
/* CUSTOM BASE */
a {
	text-decoration: underline;
	transform: scale(1);
	-webkit-transition: transform .5s ease;
	transition: transform .5s ease;
}

a:focus, a:hover {
    color: #2c3e50;
	text-decoration: none;
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
	-webkit-transition: transform .5s ease;
	transition: transform .5s ease;
}

.bg-1 {
    background-color: rgba(15, 98, 125, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.bg-2 {
    background-color: rgba(23, 162, 184, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

a .bg-2 {
	color: rgba(255, 0, 0, 1) !important;
}


.bg-3 {
    background-color: rgb(173, 216, 229) !important;
    color: rgba(0, 0, 0, 1) !important;
}

.bg-4 {
	background-color: rgba(44, 62, 80, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.bg-black {
    background-color: rgba(41, 91, 107, 1) !important;
}

.bg-white {
    background-color: rgba(255, 255, 255, 1) !important;
}

.bg-green {
    background-color: rgba(103, 175, 160, 1) !important;
}

.bg-blue {
	background-color: rgba(145, 169, 206, 1) !important;
}
.primary {
    color: rgba(164, 187, 194, 1) !important;
}
.bg-primary {
    background-color: rgba(65, 154, 182, 1) !important;
}

.text-primary {
    color: rgba(74, 110, 196, 1) !important;
}

footer {
    padding: 1rem 0;
    /* border-top: 1px solid black; */
}

footer .container {
    margin-top: 0 !important;
}

.dropdown-menu {
    margin: 0;
    top: 99%;
    background: rgba(255, 255, 255, 0.8);
    /* color: rgba(0, 184, 255, 0.82); */
}

.text-white {
    color: #161616 !important
}

.text-white-50 {
    color: #161616 !important
}

.social a {
    color: #161616 !important
}

/**********************************************/
/* CAROUSEL */

@media (max-width: 768px) {
	#carousel-1 {
		margin-top: 110px;
	}
}

.carouselCasdycoFade {
  width: 100%;
}

.carousels-section .featured-text {
	padding: 3rem;
}

.carousel-inner {
  width: 100%;
  height: 300px;
  background-position: center middle;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}   

.carousel-main-text
{
    position: absolute;
    top: 100px;
    height: 300px;
    width: 100%;
    padding-top:80px;
    color: #fff;
    z-index: 1000;
    background-color:  rgba(41, 91, 107, 0.7);
    border-radius: 0px;
  }

.carousel-caption {
	border-radius: 10px;
}

/**********************************************/
/* GENERAL CORRECTIONS  */

.dropdown-item.active, .dropdown-item:active {
	color : white;
	background-color: rgba(41, 91, 107, 0.5);
}


/**********************************************/
/* images in ITEM  */

.image-row {
  text-align: center;
}

@media (min-width: 720px) {
  .image-row {
    text-align: left;
  }
}
.lighbox-image-link {
  display: inline-block;
  padding: 4px;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: var(--bg-color);
  line-height: 0;
  border-radius: var(--border-radius-large);
}
.lighbox-image-link:hover {
  background-color: var(--primary-color);
}

.lighbox-image {
  width: 7rem;
  border-radius: 5px;
}

.iedit {
	font-size: 10pt !important;
	color: #d2d2d2;
}
.iedit:hover {
	color: rgba(41, 91, 107, 0.5);
}

.shopBout {
	color : red !important;
	
}

.btn-outline-green {
  --bs-btn-color: #67afa0;
  --bs-btn-border-color: #67afa0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #67afa0;
  --bs-btn-hover-border-color: #67afa0;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #67afa0;
  --bs-btn-active-border-color: #67afa0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #67afa0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #67afa0;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #e9fef8;
  --bs-btn-border-color: #e9fef8;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #e9fef8;
  --bs-btn-hover-border-color: #e9fef8;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #67afa0;
  --bs-btn-active-bg: #e9fef8;
  --bs-btn-active-border-color: #e9fef8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e9fef8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9fef8;
  --bs-gradient: none;
}

/* FOR GOOGLE MAP */
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}