body{
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  color: #000;
}
h1 span{
    color: #0087af; 
}
p{
  line-height: 27px;
}
img{
  max-width: 100%;
}
.clear{
  clear: both;
}
ul.ul-default{
  margin: 0;
  padding: 0;
}
ul.ul-default li{
  list-style: none;
}
a{
  color: #fff;
}
a:focus,
a:hover,
a:active{
  outline: none;
}

h2 {
    color: #00495e;
}
h3{
    text-align: left;
    font-size: 1.2em;
    font-weight: 700;
}
h4{
    text-align: center;
    font-size: 1.2em;
}
/* HEADER */
#header{
  border-top: 6px solid #0087af;
  -webkit-box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.75);
}


.main-menu{
  position: relative;
  padding: 0 48px 0 78px;
  overflow: visible;
  z-index: 1;
}

.dropdown-menu {
    margin-top: -1px;
    -webkit-box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.75);
    border-top: 1px solid #fff;
    border-radius: 0px;
    
    overflow: hidden;
}

.dropdown-menu:after {
  content: '';
  position: absolute;
  width: 1100%; height: 1100%;
  bottom: 20px; right: -500%;
  background: rgba(255,255,255,.8);
  transform-origin: 54% 100%;
  transform: rotate(-45deg);
  z-index: -1;
}

.home-button{
  width: 78px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #0087af;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: inline-block;
}
.mail-button{
  width: 78px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
}
.home-button img,
.mail-button img{
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mail-button img{
  left: auto;
  right: 0;
}
h1.logo{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 19px;
  text-align: center;
  max-width: 220px;
  z-index: 3;
}
.logo-footer{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1; 
}
.menu li{
  display: inline-block;
  padding: 28px 9%;
}
.menu li a{
  text-transform: uppercase;
  color: #454547;
  font-size: 14px;
}
.menu.left{
  float: left;
  width: 50%;
  padding-right: 110px;
  text-align: right;
}
.menu.right{
  float: left;
  width: 50%;
  padding-left: 110px;
  text-align: left;
}

/* SLIDER SECTION */
#slider li{
  height: 545px;
  width: 100%;
  display: table;
}
.blur{
  background-repeat: none;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
/*  -webkit-filter: blur(1.5px);
  -o-filter: blur(1.5px);
  filter: blur(1.5px);*/
  /*filter: progid DXImageTransform.Microsoft.Blur(PixelRadius='70');*/
  webkit-box-shadow: inset 0px 4px 8px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 4px 8px -3px rgba(0,0,0,0.75);
  box-shadow: inset 0px 4px 8px -3px rgba(0,0,0,0.75);  
}
#slider .outer{
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}
#slider .inner{
  margin: auto;
  margin-top: -85px;
}
.highfield{
  max-width: 510px;
}
.highfield-text{
  background: #f7f8f8;
  padding: 20px 28px 12px;
}
.highfield-text h3{
  font-size: 35px;
  margin: 0;
  color: #00495e;
}
.highfield-text p{
  font-size: 18px;
  color: #283848;
  margin-top: 3px;
}
.highfield-go{
  text-align: right;
}
.highfield-go a{
  position: relative;
  background: #0087af;
  color: #fff;
  font-size: 18px;
  padding: 7px 52px 7px 18px;
  display: inline-block;
}
.highfield-go span{
  position: absolute;
  background: #20b3c7;
  height: 100%;
  width: 34px;
  top: 0;
  right: 0;
  font-size: 26px;
  text-align: center;
}
#slider .owl-prev,
#slider .owl-next{
  position: absolute;
  left: 30px;
  top: 50%;
  background: url(../images/prev.png) no-repeat 50% 50%;
  height: 42px;
  width: 24px;
  padding: 0;
  margin: 0;
  margin-top: -21px;
}
#slider .owl-next{
  background: url(../images/next.png) no-repeat 50% 50%;
  left: auto;
  right: 30px;
}
#slider .owl-controls{
  margin: 0;
}

/* SPECIALISTS */

#specialists img {
        box-shadow: 2px 2px 5px #888888;

}
/* BENEFIT SECTION */
#benefit{
  margin-top: -53px;
  position: relative;
  z-index: 9;
}
#benefit > .container{
 -webkit-box-shadow: 0px 10px 18px -8px rgba(94,94,94,1);
  -moz-box-shadow: 0px 10px 18px -8px rgba(94,94,94,1);
  box-shadow: 0px 10px 18px -8px rgba(94,94,94,1);
}
#benefit .be{
  color: #fff;
  padding: 18px 30px 18px 45px;
}
#benefit .be h4{
  font-size: 20px;
}
#benefit .be p{
  font-size: 15px;
  line-height: 24px;
}
.be.qualified{
  background: #20b3c7 url(../images/benefit1.png) no-repeat 90% 75%;
}
.be.friendly{
  background: #00a0bd url(../images/benefit2.png) no-repeat 90% 75%;
}
.be.modern{
  background: #0087af url(../images/benefit3.png) no-repeat 90% 75%;
}

.col-lg-6 {
    width: 80%;
}

/* WELCOME SECTION */
#welcome, #contact-welcome{
  padding: 80px 0 36px;
}
#welcome .col-sm-5{
  padding: 42px 0 50px 25px;
  background: url(../images/bg-welcome.png);
}
  
#welcome .col-sm-7, #contact-welcome .col-sm-7{
  padding-right: 30px;
}

.big-title{
  background: url(../images/bg-title.png) no-repeat;
  background-size: 5px 100%;
  padding-left: 24px;
  margin: 20px 0;
}
.big-title h5{
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #003d4f;
}
.big-title h3{
  margin: 0;
  font-size: 29px;
  color: #00495e;
  margin-top: 10px;
}
.we-content{
  margin: 60px 0;
}
.we-content p{
  position: relative;
  margin: 25px 0;
  padding: 0 20px 0 49px;
  line-height: 22px;
  color: #454547;
}
.we-content p span{
  position: absolute;
  background: #0087af;
  width: 22px;
  height: 22px;
  top: 8px;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
.we-content p span i{
  margin-top: 6px;
  display: block;
}
.we-content p:nth-child(2n) span{
  background: #00a0bd;
}
.we-content p:nth-child(3n) span{
  background: #20b3c7;
}

.we-content p:nth-child(4n) span{
  background: #24c3d8;
}

.page-title {
    width: 100%;
    float: left;
    padding: 40px;
    color: #000;
    background-image: url(../images/hf-gastro-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-bottom: 80px;
    

    webkit-box-shadow: inset 0px 4px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 4px 8px -3px rgba(0,0,0,0.75);
    box-shadow: inset 0px 4px 8px -3px rgba(0,0,0,0.75); 
}
.page-title>div {
    height:150px;    
}

.page-title>div>h1 {
    background-color: white;
    display: inline-block;
    padding: 20px 60px 20px 60px;
    margin:auto;
    margin-top: 50px;
    margin-bottom: 0px; 
    font-size: 35px;
    color: #00495e;
}



/* SHADOW */
.shadow{
  height: 19px;
  background: url(../images/shadow.png) no-repeat 50% 0;
  background-size: 100% 19px;
  border-top: 1px solid #f3f3f3;
}

/* PROCEDURE SECTION */
#procedure{
  padding: 24px 0 70px;
}

#procedure p{
  color: #454547;
}
.main-title{
  text-align: center;
}
.main-title h3{
  font-size: 32px;
  color: #00495e;
  background: url(../images/bg-main-title.png) no-repeat 50% 100%;
  background-size: 100% 7px;
  display: inline-block;
  padding: 30px 60px;
  margin: 10px 0;
}
.main-title p{
  font-size: 20px;
  line-height: 32px;
  color: #454547;
  max-width: 760px;
  margin: 22px 0;
  display: inline-block;
}

.steps{
  text-align: center;
}
.steps > div{
  padding: 68px 0 30px;
  background: url(../images/border.png) repeat-x 50% 115px;
}
.steps img{
  background: #fff;
  padding: 0 20px;
}
.steps div:first-child{
  background-position: 100% 115px;
  background-size: 50% 4px;
  background-repeat: no-repeat;
}
.steps div:last-child{
  background-position: 0 115px;
  background-size: 50% 4px;
  background-repeat: no-repeat;
}
.steps h4{
  color: #003d4f;
  font-size: 22px;
  margin: 35px 0 17px;
}
.steps p{
  color: #454547;
  line-height: 25px;
  max-width: 300px;
  display: inline-block;
}

#procedure h4, h3 {
    color: #003d4f;
}

.list-table-avoid{
    border: 1px solid black;
    color: red;
}
.list-table-allowed{
    border: 1px solid black;
    
}

/* CONTACT */

#contact-welcome {
        padding: 80px 0 36px;

}

#contact-welcome .col-sm-5{
  padding: 0px 0 0px 25px;
}

#contact-welcome .col-sm-7{
  background: none;
}

#contact-welcome h2{
    margin-bottom: 80px;
}

#map {
  margin-top: 20px;
}

/* FOOTER */
#footer{
  background: #2c2c2c;
  color: #c8c8c8;
  font-size: 15px;
  padding-top: 20px;
}
/* footer top */
.footer-top{
  padding: 28px 0 45px;
}
.footer-top h3.footer-title{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 21px;
}
.about-text{
  padding-right: 60px;
}
.ul-footer li{
  padding: 3px 0 11px;
}
.ul-footer li a i{
  margin-right: 10px;
  font-size: 16px;
}
/* footer bottom */
.hr-line{
  height: 0px;
  border-top: 1px solid #424242;
  margin: 0 44px;
}
.footer-bottom{
  padding: 34px 0 38px;
}
.copyright{
  font-size: 14px;
  padding-top: 2px;
}
.social{
  text-align: right;
}
.social li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.social li:last-child{
  margin-right: 0;
}
.social li a{
  font-size: 20px;
}

.footer-padding {
    padding-left: 0px;
}





/*whatsapp css*/
.whatsapp01{width:70px; height:auto; z-index: 99999; position:fixed; bottom:30px; right:80px;-webkit-animation: move1 1s infinite; -moz-animation: move1 1s infinite; animation: move1 1s infinite; opacity:0.8}
.whatsapp01 img{ width:100%; height:auto;}
.mobweb01{display:none;}
.whatsapp01:hover{opacity:1;}
@keyframes move1{
0%{bottom: 30px;}	
50%{bottom:45px; }
100%{bottom:30px}
	} 
@-webkit-keyframes move1{
	0%{bottom: 30px;}	
50%{bottom:45px; }
100%{bottom:30px}
}
@media only screen and (max-width: 480px)
{
.mobweb01
{
    display:block !important;
}
.deskweb01
{
    display:none !important;
}
}
