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);

}

.imgInList {
	width: 120px;
	height: 120px;
	object-fit: cover; 
	border-radius: 10px;
	border-width: 1px ;
	border-style: solid ;
	border-color: rgba(26, 38, 146, 0.4);
	background-color: rgba(26, 38, 146, 0.1) !important;
}

.imgInList1 {
	width: 250px;
	height: 180px;
	object-fit: cover; 
	border-radius: 10px;
	border-width: 1px ;
	border-style: solid ;
	border-color: rgba(26, 38, 146, 0.4);
	background-color: rgba(26, 38, 146, 0.1) !important;
}

.borderTdListAd {
	border-style: solid ;
	border-top-width: 0px ;
	border-top-color: rgba(12, 110, 253, 1);
	border-top-left-radius: 2px;
}


/* layout.css Style */
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}


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

.imgRemoveContainer {
  position: relative;
  width: 100%;
}

.imgRemoveImage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.imgRemoveMiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.imgRemoveContainer:hover .imgRemoveImage {
  opacity: 0.3;
}

.imgRemoveContainer:hover .imgRemoveMiddle {
  opacity: 1;
}

.imgRemoveText {
  border-radius: 10px;
  background-color: rgba(12, 110, 253, 0.6);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

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

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

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

.card {
	
}

.card-img {}

.card-img-top {
	width: 100%;
	height: 15vw;
	object-fit: cover;
}


.card-body {}

.card-title {}

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

.card-footer {}

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

.card2 {
	border-radius: 10px;
	border-width: 1px ;
	border-style: solid ;
	border-color: rgba(26, 38, 146, 0.4);
	background-color: rgba(26, 38, 146, 0.1) !important;
}

.card-img-top2 {
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
	width: 100%;
//	height: 15vw;
	object-fit: cover; 
}

.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(27, 36, 149, 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: 0.5rem;
    font-size: 110%;
}

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

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

/**********************************************/
/* 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: none;
	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 {
	border-width: 1px ;
	border-style: solid ;
	border-radius: 10px;
	border-color: rgba(26, 38, 146, 0.4);
    background-color: rgba(26, 38, 146, 0.2) !important;
    color: rgba(0, 0, 0, 1) !important;
	margin-bottom : 20px;
}

.bg-2 {
	border-width: 1px ;
	border-style: solid ;
	border-radius: 10px;
	border-color: rgba(26, 38, 146, 0.4);
    background-color: rgba(26, 38, 146, 0.1) !important;
    color: rgba(26, 39, 146, 1) !important;
	margin-bottom : 20px;
}

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(27, 38, 148, 1) !important;
}

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

.bg-green {
    background-color: rgba(26, 38, 146, 0.495) !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 */
.carousel {
}

@media (max-width: 768px) {
	#carousel-1 {
	}
}


.carouselFade {
  width: 100%;
}

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

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

.carousel-caption {
}

.carousel-main-text
{
	color:rgb(26, 37, 146);
	background-color:rgba(255, 255, 255, 0.65); 
	line-height: 85%;
	border-radius: 20px;
}



/**********************************************/
/* 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;
}

.lighbox-image-link {
	display: inline-block;
  	border-radius: 5px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.lighbox-image-link:hover {
 	background-color: var(--primary-color);
}

.lighbox-image {
  	border-radius: 5px;
  	height: 100%;
  	width: 100%;
  	object-fit: cover;
}


.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: #1b2896;
  --bs-btn-border-color: #1b2896;
  --bs-btn-hover-color: #1b2896;
  --bs-btn-hover-bg: rgba(26, 38, 144, 0.5);
  --bs-btn-hover-border-color: #e9fef8;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #1b2896;
  --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;
}