/*****************General***************************/
html {
    height: 100%;
font-family: 'Open Sans', sans-serif !important;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
}
body{
    height: 100%;
}
/************************Menu**********************/
.logo {
display: inline-block;
padding: 10px 10px 10px 70px;
}
.nav {
display: inline-block;
float: right;
}
.top-nav {
background: #022d41;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
ul {
margin:0;
list-style-type: none;
display: inline-block;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 24px;
text-decoration: none;
font-weight: 700;
letter-spacing: 1px;
}

/********************Main Image********************/



/*******************Pages*******************/
.page-container{
margin: 40px 0;/*width: 100%;*/
position: relative;
}

.section-header {
display: block;
text-align: center;
overflow: hidden;
margin-bottom: 40px;
}
.section-header > h2 {
color: #333;
position: relative;
display: inline-block;
border: 2px solid #daecf3;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom: none;
padding: 12px 30px 5px;
font-size: 21px;
font-weight: 700;
line-height: 30px;
margin: 0;
text-transform: uppercase;
word-wrap: break-word;
max-width: 1140px;
}
.section-header > h2:before, .section-header > h2:after {
content: "";
position: absolute;
bottom: 0;
width: 1170px;
height: 2px;
background-color: #daecf3;
}
.section-header > h2:before {
right: 100%;
margin-right: 0;
}
.section-header > h2:after {
left: 100%;
margin-left: 0;
}
.noFlicker {
    -webkit-transform-style: preserve-3d;
}
/*-----------------------CSS for Boxes----------------------*/

.services-block .services-block-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
}
.services-block .services-block-icon::before {
    left: 18px;
    width: 35px;
    height: 70px;
}
.services-block .services-block-icon::after, .services-block .services-block-icon::before {
    content: "";
    position: absolute;
    border: 3px solid #daecf3;
    border-radius: 5px;
    z-index: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.services-block .services-block-icon i {
    background-color: #fff;
    color: #022D41;
    width: 37px;
    height: 35px;
    font-size: 22px;
    line-height: 37px;
    position: relative;
    display: inline-block;
    z-index: 1;
    top: 3px;
    border-radius: 4px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-ambulance:before {
    content: "\f0f9";
}
.services-block .services-block-icon::after {
    top: 18px;
    left: 0;
    width: 100%;
    height: 35px;
}
.services-content{
	padding-left: 90px;
}
.services-content p {
	font-size:13px;
	line-height:18px;
}
#faCircle {
    font-family: FontAwesome;
    font-size: 30px;
    color: #022D41;
}
/*-------------------Transform effects---------------*/
.services-block:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.services-block:hover .services-block-icon::after, .box .services-block:hover .services-block-icon::before {
    background-color: #FE424D;
    border-color: #FE424D;
}
.services-block:hover .services-block-icon i {
    background-color: transparent;
    color: #fff;
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.services-block, .contact {
    border: 2px solid #daecf3;
    border-radius: 25px;
    /*max-width: 365px;*/
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
	min-height:180px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    /* transition: all 1s ease 0s; */
}
.boxes {
	
}
.contact {
	border: 3px solid #022D41;
	padding:14px;
}

#e-mail {
	margin: 20px 0;
}
#e-mail a {
	text-decoration: none;
	font-weight: 400;
	color:#000;
}
#tel a {
	text-decoration: none;
	font-weight: 400;
	color:#000;
}
a[href$=".html"]:hover {
	color: #fff !important;
	letter-spacing: 4px;
}
a[href*="#"]:hover {
    color: #FE424D !important;
}

a:hover {
	color: #FE424D !important;
	font-weight: 700 !important;
}
/*-----------------------------------what we treat imags-----------------------*/
.servicii {
	
}


a{
	font-weight:700;
}

.content-image-block {
    position: relative;
    overflow: hidden;
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em;
	height:100%;
}

.content-image-block::before {
    content: "";
    background-color: rgba(14, 204, 227, 0.902);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -moz-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    -o-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
}
.content-block-hover {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0%;
    text-align: center;
    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    max-height: 190px;
    overflow: hidden;
}
.content-block-hover span, .content-block-hover > p {
    color: #fff;
    letter-spacing: 0.1px;
    position: relative;
	font-size:13px;
}
.content-block-hover h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 44px;
    margin-bottom: 10px;
    margin-top: 7px;
}
.content-block-hover {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0%;
    text-align: center;
    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    max-height: 190px;
    overflow: hidden;
}
.content-block-hover h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
}

h5 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
/*--------What we treat images transform-------*/
.content-image-block:hover::before {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
}
.content-image-block:hover::before, .content-image-block:hover .content-block-hover {
    opacity: 1;
}
.content-image-block::before {
    content: "";
    background-color: rgba(254, 66, 77, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -moz-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    -o-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
}
.content-block-hover span, .content-image-block::before, .content-block-hover, .content-block-hover a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	color:#ffffff;
}
.content-image-block:hover .content-block-hover {
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
/**********************TARIFE***************************/
.tarife-left {
	color: #1AA6B7;
	font-size: 16px;
    padding: 15px;
    text-align: justify;
}
.tarife-right{
	background: #022D41;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	padding: 20px !important;
}
.tarife-right td {
	color: #fff;
}
.first-col {
	width: 50%
}
.second-col, .third-col {
	width: 25%;
	text-align:right;
}
.first-row {
	border-bottom: 3px dotted #fff;
}
.third-row {
	padding-top: 30px;
	border-bottom: 3px dotted #fff;
}

.desktop {
    display: none;
}
.mobile{
    text-align: center;
}
.first-box-col {
    display: inline-block;
    width: 35%;
    height: 100px;
    background: #022D41;
    margin: 15px;
    padding-top: 8%;
    border-radius: 15px;   
}
.second-box-col {
    display: inline-block;
    width: 35%;
    height: 100px;
    background: #1AA6B7;
    margin: 15px;
    padding-top: 8%;
    border-radius: 15px;   
}
.second-box-col a {
    text-decoration: none;
    color: #fff;
}
.first-box-col a{
    text-decoration: none;
    color:#fff;
}



/**************************About************************/
.about-left {
	/*display: none;*/
}
#about {
    margin-top: 60px;
}
.about-right {
    width: 100%;
} 
#about-head {
	display: block;
	background: #022D41;
	padding: 10px;
	color: #fff;
}
#about-description {
	display: block;	
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
}
.about-bar {
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
.about-p-first {
	width: 25%;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
	display: inline-block;
	background: #022D41;
}
.about-p-second {
	width: 83%;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
	display: inline-block;
	background: #1AA6B7;
}
#about {
    margin-bottom: 0;
}

/*************************Footer*************************/
footer {
    background: #022d41;
}
.contact-cosmin span {
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding-left: 5px;
}
.contact-cosmin span a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.contact-cosmin{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.none {
    display: none;
}
.developed{
    display: none;
}
.content-pages {
    margin: 30px;
    height: 70%;
}
   /* display: inline-block;
    width: 100%;
    text-align: right;
}
.developed a {
    color: #fff;
    text-decoration: none;
}
*/
#details-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
#acasa {
    display: none;
}
.main-container-mobile {
background-image: url("Images/HomePage_pic.jpg");
width:100%;
background-size: cover;
display: block;
height: 30vh;
}
.box-mobile {
    background: #fff;
    opacity: 0.8;
    position: absolute;
    bottom: 55px;
    padding:2px 15px;
}
#overlay {
    background: rgba(26, 166, 183, 0.3);
    position: relative;
    height: 100%;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 14px;
    top: 5px;
    font-size: 36px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-p-second {
    width: 100%;
    height: 100%;
}
/***************************Responsive/Adaptive CSS**************************/
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 27%;}
    .col-4 {width: 30.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

	.main-container{
background-image: url("Images/HomePage_pic.jpg");
height:calc(100vh - 51px);
width:100%;
background-size: cover;

}
.main-image {
background: linear-gradient(to bottom right, #daecf3 30%, #022d41 70%);
width: 100%;
height: 100%;
opacity: 0.6;
}

/*********************SVG Over the Main Image**********************/
.top-slider-svg{
position: absolute;
bottom: 0;
height: 400px;
width: 100%;
}

/**********************Banner*****************************/
.banner{
background: #DAECF3;
font-weight: 700;
position: absolute;
bottom: 0;
width: 100%;
}
.banner-content{
display: inline-block;
width: 33%;
padding: 15px 0;
text-align: center;
}
.b-left {
	margin-top: 100px;
}
.servicii {
	display: block;
}
.tarife-left {
	font-size: 28px;
	padding: 100px 70px 100px 150px !important;	
}
.tarife-right{
	margin: 50px 70px 0 150px;
}
.first-row, .third-row {
	padding: 30px 0 15px 30px;
	border-bottom: 3px dotted #fff;
	line-height: 23px;
}
.second-row{
	padding: 15px 0 40px 30px;
	line-height: 23px;
}
.fourth-row {
	padding: 15px 0 50px 30px;
	line-height: 23px;
}
.about-left {
	margin-left: 70px;
	display: inline-block;
	width: 45%;
}
.about-right {
    position: absolute;
    display: inline-block;
    width: 40%;
    top: 155px;
}
#about {
    margin-top: 150px;
}
.about-p-first {
    width: 16%;
} 
.about-p-second {
    width: 83%;
}
#about-description {
    padding: 10px 0;
}
footer {
	background: #022d41;
	height: 70px;
    margin-top: -5px;
}
.none {
    display: inline;
}
.contact-cosmin span {
    line-height: 65px;
    color: #fff;
    padding-left: 50px;
}
.contact-cosmin span a {
    color: #fff;
    text-decoration: none;
}
.contact-cosmin{
    display: inline-block;
    width: 49%;
}
.contact-cosmin span a {
    display: inline;
}
.developed{
    display: inline-block;
    width: 49%;
    text-align: right;
}
.developed a {
    color: #fff;
    text-decoration: none;
}
#details-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.content-pages{
    position: absolute;
    margin: 0;
    padding: 150px;
}
.content-pages h1 {
    text-align: center;
}
.boxes {
    margin-left: 4em;
}
.image-container{
    position: relative;
    margin: 0 70px;
}
.tarife-left {
    font-size: 28px;
    padding: 100px 70px 100px 150px !important;
    text-align: left; 
}
.liuri {
    position: relative;
    list-style: none;
    width: 31%;
    display: inline-block;
    margin: 10px;
    height:234px;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
#acasa {
    display: block;
}
.main-container-mobile {
    display: none;
}

}





.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    /*padding: 15px;*/
}











.topnav {
  overflow: hidden;
  background: #022d41;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 768px) {
.top-nav {
    display: none;
}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
</style>






	