/* Add here all your CSS customizations */

    
.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 800px;
    height: 100vh;
    z-index: 100;
    padding: 10%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.popup-msg {
    width: 50%;
    min-width: 400px;
    margin: auto;
    position: relative;
    z-index: 200;
    background-color: rgba(255,255,255,.9);
    padding: 2em;
    text-align: center;
    transition: all .5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.close-x {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    cursor: pointer;
    background-color: rgba(0,0,0,.1);
    padding:.5em;
}

.popup-msg h2 {
    color: #58a2d3;
    margin: 1em 0 .3em;
}

a.give-button {
    padding: 12px 1em;
    background-color: #58a2d3;
    color: #fff;
    border-radius: 100px;
    margin: 1em auto;
    display: block;
    max-width: 200px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.6em;
}

.popup-bg {
    display: none;
}

.fadeup {
    transform: translateY(0px);
}

    .gmaps {
        position: relative;
        padding-bottom: 25%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .gmaps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.flags {
	width: 100%;
}

.dividerincurand {
    height:100px;
}

.fixedfooter {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.fixabout {
        padding: 6% 0 10% 0;
}

.fixabout h3 {
        margin-bottom: 20px;
    margin-top: 30px;
}

.searchresultcontainer {
	 margin: 5% 0;
    background-color: #efefef;
    padding: 20px;
    width: 100% !important;
}

.infoHeader {
	padding: 10px;
    background-color: #efefef;
}

.infoHeader img {
    width: 50%;
    margin: 0 auto 0 20px;
    padding-top: 5px;
}

.infoHeader p {
	margin-bottom: 0;
    font-size: 10px;
}

.logocontainer {
float: none;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 20px;
    padding-top: 0;
        z-index: 2;
}

.logocontainer img {
	width:80%;
}

.inqbox {
	width: 250px;
    display: inline-block;
    float: right;
    padding-top: 5px;
}

.b-logo {
	position: absolute;
    left: 20px;
    top: 0;
    z-index: 2;
}

.inqbox .form-group {margin-bottom: 0;}

.heightfix {
	padding:20px 0;
}

.is-fixed-header  .heightfix {
	display: none;
}

.infoHeader .col-md-8 {
	text-align: center;
}

.cardarhiva {
    background-color: #fff;
    padding: 30px 0px;
    margin-bottom: 20px;
}

.anuntspecialimagine {
    width: 30%;
    display: inline-block;
    vertical-align: inherit;
}

.anuntspecialdescriere {
        width: 69%;
    display: inline-block;
}


@media only screen and (max-width: 1285px) {
	.f-top-nav a {
    font-size: 0.65em;}
    .b-logo img {
   	width: 80%;
    }
    .b-logo {
    left: 43px;
    top: 30%;
    }

    .logocontainer img {
    width: 70%;
	}

	.logocontainer {
	right: 53px;
    top: 65%;
	}
}

@media only screen and (max-width: 1025px) {
	.f-top-nav-show-slide {
	position: absolute;
    left: 50%;
    top: 60%;
	}

	.menuburger {
	font-size: 38px;
	}

	.b-logo img {
    width: 60%;
	}

	.logocontainer img {
    width: 60%;
	}

	.logocontainer {
    right: 30px;
    top: 25%;
	}

	.b-logo {
    left: 48px;
    top: 20%;
	}
}

@media only screen and (max-width: 980px) {
.infoHeader img {
    width: 70px;
    margin: 0 auto;
    padding-top: 5px;
}	

.infoHeader p {
	text-align: center;
}

.heightfix {display: none}
.b-header__box {
	padding-top: 120px;
}

.f-top-nav-show-slide {
	top:30%;
	left:47.5%;
}

}

@media only screen and (max-width: 768px) {
	.f-top-nav-show-slide {
	left: 46.5%;
	}

	.inqbox {
		float:left;
	}

	.b-right {
    float: left;
		}

		.b-header__social-box {
			margin: 12px 0 10px 1px;
		}
}

@media only screen and (max-width: 412px) {
		.phoneadjustment {
			display: block;
			margin-top: 10px !important;
		}

		.f-top-nav-show-slide {
    	left: 43.5%;
		}
}

@media only screen and (max-width: 390px){
.b-header__box {
    padding-top: 300px;
}

.f-top-nav-show-slide {
    left: 43.5%;
    top: 75%;
}

.b-logo {
    left: 34%;
    top: 5%;
}

.logocontainer {
    right: 29%;
    top: 39%;
}


.b-logo img {
    width: 80%;
}

.logocontainer img {
    width: 80%;
}

}

@media only screen and (max-width: 320px){
.logocontainer {
    right: 26%;}
.b-logo {
    left: 32%;}

}