/*@import url(http://fonts.googleapis.com/css?family= :100,300,400,700);
*/html, body {
	padding:0;
	border:0;
	margin:0 !important;
}

body {
  background-color: #f6f7f8;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #999999;
}

.clear {
  clear: both;
}

.white {
  color: #fff!important;
}

figure.serviceIcon {
  float:left;
}

a {
  text-decoration: none !important;
}

nav {
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

.green {
    /*color: #018c7f;*/
    color: #008b7e
}


/**********************************************************HEADINGS******************************************************************/
h1, h2 , h3, h4{
462  text-align: center;
  text-transform: uppercase;  
}

.bigTitle {
  font-weight: 700;
  font-size: 70px;
}

.lessBigTitle {
  /*font-weight: 600;*/
  font-weight: 700;
  /*font-size: 66px;*/
  font-size: 45px;
}

.smallTitle {
  /*font-size: 49px;*/
  font-size: 37px;
  font-weight: 600;
}

.smallerTitle {
/*  font-size: 44px;
  font-weight: 600;*/

  font-size: 34px;
  font-weight: 700;
}

.evenSmallTitle {
  font-size: 30px;
  font-weight: 400;
}

.evenSmallerTitle {
  font-size: 26px;
  font-weight: 400;
}

.mediumBigTitle {
  font-weight: 400;
  font-size: 55px;
}

.mediumSmallTitle {
  font-size: 37px;
  font-weight: 700;
}

.enoughSmallTitle {
  font-size: 26px;
  font-weight: 600;
}

.mediumlogoTitle {
  line-height: 24px;
  font-size: 47px;
  font-weight: 700;
} 

.logoTitle {
  line-height: 24px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.extraSmallTitle {
  line-height: 24px;
  font-size: 14px;
}

.mediumSmallTitleBold {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;

}

.capitalize {
  text-transform: capitalize;
}

.black {
  color: #333333;
}

.lightGreen {
  color: #018c7f;
}

h1 strong , h2 strong{
  font-weight: 300 !important;
}

.smallMarginTitle {
  margin-bottom: 0px;
  margin-top: 11.5px;
} 

.logoMarginTitle {
  margin: 45px 0 26px 0;
}

.mediumMarginTitle {
  margin: 0 0 20px 0;
}

.certificTitle {
  margin-left: 19px;
}

.bigMarginTitle {
  margin-bottom: 57px; 
  text-align: center;
}

.marginboth {
  margin: 20px 0;

}

.marginBtmMedium {
  margin-bottom: 40px;
}

.marginMedium {
  margin: 0 0 35px 20px;
}

.leftAlignment {
  text-align: left;
}

.centerAlignment {
  text-align: center;
}

.headerSectionFirst strong {
  font-size: 50px;
}


.blogSubHeader a{
  font-size: 20px;
  line-height: 35px;
  /*color: #50e9db;*/
  color: #fff;
  text-transform: uppercase;  
}

.blogSubHeader a:hover{
  color: #252525;
}

/*.headingSmall {
  font-size: 48px;
  color: #333;
  margin-top: 19px;
  text-align: left;
  font-weight: bold;
}*/



/**********************************************************//*****************************************************************/


/**media queries ***/

@media only screen and (min-width : 1050px) and (max-width: 1200px) {
  .publicationBtn {
    top: 85% !important;
  }

}

@media only screen and (max-width : 1200px) {
  h2.bigTitle {
    font-size: 50px;
  }

  .extraSmallHeading {
    font-size: 16px;
  }

  .slide-body .caption.header {
    top:3% !important;
  }

  .surgeryList li {
    margin-top: 20px !important;
  }

}

@media only screen and (max-width : 992px) {
   h2.bigTitle {
    font-size: 45px;
  }

  .historySection  h3 {
    text-align: left !important;
    margin-left: 0 !important;
  }
}

@media only screen and (max-width : 767px) {
  h1.bigTitle {
    font-size: 56px;
  }

  h1.lessBigTitle  {
    font-size: 35px;
  }
  
  
  h2.lessBigTitle  {
    font-size: 49px;
  }

  .publications-inner .thumbnail {
    min-height: 361px !important;
  }

  .extraSmallHeading {
    font-size: 18px;
  }

  h1.mediumBigTitle {
    font-size: 36px;
  }

}

@media only screen and (min-width : 320px) and (max-width : 600px) {

  .surgeryList h2 {
    line-height: 2em !important;
  }

  .morebtn {
    font-size: 14px !important;
  }
}

@media only screen and (max-width : 480px) {

  .publicationBtn {
    top: 85% !important;
  }

  .publications-inner .thumbnail {
    min-height: 379px !important;
  }

  .seeBlog {
    width: 100%; 
    font-size: 15px;
  }

  .seeBlog .button {
    padding: 10px !important;
  }
}

@media only screen and (min-width: 321px) and (max-width : 480px) {
    h1.bigTitle {
    font-size: 44px;
  }
  
  h1.lessBigTitle  {
    font-size: 22px;
  }
  
  h3.smallTitle {
    font-size: 40px;
  }

  h2.bigTitle {
    font-size: 23px;
  }

  h2.lessBigTitle  {
    font-size: 36px;
  }

  .evenSmallTitle {
    font-size: 24px;
  }

  h3.smallerTitle {
    font-size: 33px;
  }

  h1.mediumBigTitle {
    font-size: 23px;
  } 
  
  .mediumlogoTitle {
    font-size: 36px;
  }
}

@media only screen and (max-width : 320px) {
  h1.bigTitle {
    font-size: 20px;
  }
  
  h1.lessBigTitle  {
    font-size: 19px;
  }
  
  h3.smallTitle {
    font-size: 28px;
  }

  h2.lessBigTitle  {
    font-size: 25px;
  }

  .evenSmallTitle {
    font-size: 20px;
  }

  h3.smallerTitle {
    font-size: 26px;
  }

  h1.mediumBigTitle {
    font-size: 18px;
  } 

  .blogSubHeader a {
    font-size: 18px;
  }

  .contactButtons button {
    margin-top: 10px;
  }

  .seeBlog .button {
    font-size: 15px !important;
  }

  .header-top-search {
    float: none !important;
    clear: both !important;
    width: 217px !important;
  }

  #search {
    width: 66% !important;
  }

  .mediumlogoTitle {
    font-size: 28px !important;
  }

  /** slider**/
  .morebtn {
    font-size: 12px !important;
  }

  .slide-body h6 {
    font-size: 20px !important;
  }
}



@media only screen and (min-width: 500px) and (max-width: 650px) {

  .footerTitle , .headerSectionFirst, .headerSection {
    font-size:14px !important;
    font-weight: 300 !important;
  }

}

@media (min-width: 250px) and (max-width: 500px) {
   h1.bigTitle {
    font-size: 30px;
  }
}

@media (max-width: 250px) {
   h1.bigTitle {
    font-size: 20px;
    font-weight: 100;
  }
}

/*header*/
@media only screen and (max-width : 750px) {
  #menuSelect {
    display: block !important;
  }
  
  .header-main-nav  nav  { 
    display: none;
  }

  .header-main-nav.sticky {
    position: relative !important;
  }

  .mediumlogoTitle {
    line-height: 51px !important;
  }

  .service-wrap {
    background: url(../images/plasticnosekostandinidis2.jpg) center center fixed !important;
  }

}

@media only screen and (min-width : 750px) {
    .doctorSection #patricImage {
      width: 100%;
    }

}

/*slider*/

@media only screen and (min-width: 2400px){
  .slide-body p:nth-child(2) {
    left: 34% ;
  }
 .slide-body .caption.img-jquery {
    top: 81% !important;
    left: 41%!important;
  }

  .slide-body .caption.header {
    top: 13%!important; 
  }

}

@media only screen and (min-width: 2048px) and (max-width: 2400px){
  .slide-body p:nth-child(2) {
    left: 34% ;
  }

   .slide-body .caption.img-jquery {
    top: 81% !important;
    left: 41%!important;
  }

  .slide-body .caption.header {
    top: 13%!important; 
  }
}


@media only screen and (min-width: 1600px) and (max-width: 2048px){
  .slide-body p:nth-child(2) {
    left: 29% ;
  }

   .slide-body .caption.img-jquery {
    top: 81% !important;
    left: 41%!important;
  }

  .slide-body .caption.header {
    top: 13%!important; 
  }
}



@media only screen and (min-width: 1300px) and (max-width: 1600px){
  .slide-body p:nth-child(2) {
    left: 25% ;
  }

   .slide-body .caption.img-jquery {
    top: 81% !important;
    left: 41%!important;
  }

  .slide-body .caption.header {
    top: 9%!important; 
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px){
  .slide-body p:nth-child(2) {
    left: 22% ;
  }

   .slide-body .caption.img-jquery {
    top: 81% !important;
    left: 39%!important;
  }

  .slide-body .caption.header {
    top: 9%!important; 
  }
}

@media only screen and (min-width: 1200px) {
  .responsive-slider {
    /*height: 754px;*/
    height: auto;
  }
  .responsive-slider .slides ul li,  .responsive-slider .slides ul li img  {
    /*height: 754px;*/
    width: 100%;
  }

 .bigImageSlider {
    display: block;
  }

  .mediumImageSlider {
    display: none;
  }

}


@media only screen and (max-width: 1200px) {
  .slide-body h6 { margin-bottom:40px; }

  .slide-body .slideDescr { display:none !important; }

  .bigImageSlider {
    display: none;
  }

  .mediumImageSlider {
    display: block;
  }

}


@media only screen and (min-width: 960px) and (max-width: 1199px){
  .slide-body h6 {
    font-size:50px;
    line-height:52px;
  }
}

@media only screen and (max-width: 960px) {

  .slide-body .caption.header {
    top: -7%!important;
  }
}

@media only screen and (min-width: 640px) and (max-width: 960px) {

  .slide-body h6 {
    font-size: 35px !important;
  }

}

@media only screen and (min-width: 480px) and (max-width: 1199px) {
  .slide-body .caption.img-jquery {
    top: 64% !important;
    left: 27%!important;
  }
  .slide-body .morebtn {
    padding: 8px 20px !important;
  }
}

@media only screen and (max-width: 480px) {
  .responsive-slider .slider-control.left,
  .responsive-slider .slider-control.right {
    display: block !important;
  }

  .slide-body .morebtn {
    padding:0px 6px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  .slide-body h6 {
    font-size: 22px !important;
  }

}

/*@media only screen and (max-width: 767px) {
  .slide-body .morebtn { padding:10px; }
}*/


/*@media only screen and (min-width: 767px)  and (max-width: 900px) {
  .slide-body h6 {
    font-size: 35px !important;
  }
}

@media only screen and (min-width: 900px) { 
    .slide-body .caption.header {
      top:13% !important;
    }
  
}
*/


@media only screen and (min-width: 320px)  and (max-width: 479px) {
  .slide-body h6 {
    margin-bottom:20px;
    font-size:15px !important;
    line-height:22px;
  }

  .slide-body .caption.img-jquery {
    top: 61% !important;
    left: 27%!important;
  }
}

@media only screen and (max-width: 320px)  {
   .slide-body h6 {
    font-size: 12px !important;
  }

   .slide-body .caption.img-jquery {
    top: 61% !important;
    left: 23%!important;
  }
}




/**********************************************************//*****************************************************************/

/**header**/
.header-wrap {
  background-color: #e9eaeb;
}

#header-bottom {
  background: #f6f7f8;
  border-bottom: 1px solid #DDD;
  box-shadow: rgba(0, 0, 0, 0.0666667) 3px 4px 24px 0px;
  margin-bottom: 20px;
}

.mainNav li.active{
  background: #018c7f;
  padding: 12px;
}

.mainNav li.active a {
  color: #fff!important;
}

.sticky .mainNav {
  margin-bottom: 10px;
}

.inlineNav ul {
  display: inline-block;
} 

.inlineNav li {
  display: inline-block;
}

/**header top nav **/
.header-top-nav {
  margin:0;
  padding: 5px 0px 4px 0px;
}

.header-top-nav nav {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 13px;
  padding-top: 15px;

}

.header-top-nav li {
  padding-right:10px;
}

.header-top-nav nav a {
  color: rgb(51, 51, 51);
}

.header-top-nav nav a:hover {
  color: #018c7f;
}

.contact-details {
  margin-top: 10px;
}

.contact-details p{
  display: inline-block;
  margin-right:10px;
  font-weight: 400;
  font-size: 14px;
}

.contact-details span {
  font-weight: normal;
}

.error {
  color: red;
}
/**header main nav**/

.header-main-nav {
  /*margin: 16px 0 0 24px;*/
    margin-top: 16px;
      padding: 10px 5px;
    /*margin: 16px -17px 0px -17px;*/
  position:relative;
  top 0px;
  text-transform: uppercase;
}

.header-main-nav > nav > ul > li {
  /*margin-right: 17px;*/
  padding: 12px;
}

.header-main-nav > nav > ul >li > a{
  font-size: 16px;
  color: rgb(51, 51, 51)!important;
  line-height: 23px;
  padding:0px;
}

.header-main-nav > nav > ul >li > a:hover, .header-main-nav > nav > ul >li > a:active, .header-main-nav > nav > ul >li:hover > a{
  /*color: rgb(1, 140, 127) !important;*/
  color: #fff !important;
}

.mainNav ul li{
  position: relative;
  line-height: 23px;
}

.mainNav ul li:hover {
  background: #018c7f;
  padding: 12px;
}

.dropdown-menu{
  background-color: #333333;
  position: absolute;
  display: none!important;
  -webkit-transition:all 300ms linear;
  -moz-transition:all 300ms linear;
  -o-transition:all 300ms linear;
  transition:all 300ms linear;
}

.dropdown-menu li {
    display: block;
    border-bottom: 1px solid black;
    position: relative;
    padding-right: 46px;
    padding-left: 18px;
    -webkit-transition:all 300ms linear;
  -moz-transition:all 300ms linear;
  -o-transition:all 300ms linear;
    transition:all 300ms linear;

}

.dropdown-menu li:last-child {
  border: none;
}

.dropdown-menu a {
  color:#fff !important;
  -webkit-transition:all 300ms linear;
  -moz-transition:all 300ms linear;
  -o-transition:all 300ms linear;
    transition:all 300ms linear;

}

.dropdown-menu li a:hover {
  color: #018c7f !important;
  background-color: #333333;
}

.mainNav ul li ul li a {
  font-weight: 300 !important;
  padding:10px 18px 10px 5px!important;
}

.firstDropDown{
  top:70px!important;
}

.secondDropDown {
  top:10px!important;
  left:100%;
}

.mainNav li:hover > ul.dropdown-menu {
  display: block !important;
}

.header-main-nav.sticky{
  z-index:210;
  padding:5px 10px !important;
  left:0;
  right:0;
  position: fixed;
  top: 0;
  background:#f6f7f8;
  text-align:center;
  margin:0 !important;
  -webkit-box-shadow:3px 4px 24px 0px rgba(0,0,0,0.07);
  -moz-box-shadow:3px 4px 24px 0px rgba(0,0,0,0.07);
  box-shadow:3px 4px 24px 0px rgba(0,0,0,0.07);
  -webkit-box-shadow:3px 4px 24px 0px rgba(0,0,0,0.07);
  -moz-box-shadow:3px 4px 24px 0px rgba(0,0,0,0.07);
  box-shadow:3px 4px 24px 0px rgba(0,0,0,0.07);
  -webkit-box-shadow:3px 4px 24px 0px rgba(0,0,0,0.07);
  -moz-box-shadow:3px 4px 24px 0px rgba(0,0,0,0.07);
  box-shadow:3px 4px 24px 0px rgba(0,0,0,0.07);
}

#menuSelect {
  display: none;
  width: 100%;
  border: 1px solid #DDD;
  background-color: #e4e4e4;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  margin: 0 0 5px 0;
  border-radius: 4px;
}



/**header search **/
.header-top-search {
  border: 1px solid #d6d6d6;
  background: #f6f7f8;
  margin:5px;
  position: relative;
  width:270px;
}

.header-top-search  input {
  background: none;
  border: none;
}

#search {
  padding: 10px 0 10px 10px;
  width:90%;
}



#submitSearch {
  background: url(../images/search.png) no-repeat center top;
  position: absolute;
  right:0px;
  top: 8px;
  width:10%;
  padding-right: 10px; 
}

/** breadcrumb **/
.breadcrumb {
  text-transform: uppercase;
}

/**slider**/


    /**h6**/
.slide-body h6 {
  font-weight: 700;
  font-size: 40px;
  text-transform:uppercase;
  color: #333333;
  width:  100%;
  word-wrap:break-word;
  display: inline-block;
  position: relative; 
   
  text-align: center;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;

}


.slideDescr {
  left: 0;
  right: 0;
  background:#fff;
  opacity: 0.75;
  top: 48%;
  height: 164px;
  width: 100%;
  white-space:normal;
  display: inline-block;
}

/*.bigImageSlider {
  display: none;
}*/

.slide-body h6 strong {
  display:block;
  font-weight:300;
  color:#333333;
}
.slide-body h6 strong .slideXLight  { color:#fff; }
.slide-body h6 strong .slideLight { color:#018c7f; }


.slide-body .caption.header {
  /*top:13%!important;*/
  left: 20%!important;
  right: 19%!important;
  white-space: pre-line;
}


.footer-link {
/*color:#08afa0;*/
color:#008b7e;
}

.footer-link:hover{
color:white;
}

.responsive-slider .slides ul li .slide-body .caption.sub {
  position:relative;
}


.slide-body p:nth-child(2) {
  padding: 10px 22px 13px 18px;
  font-weight: 600;
  width: 700px;
  color:#101010;
  font-size: 14px;
  line-height:28px;
  position: relative;
  display: block;
  -ms-word-break:   break-all;
 
  word-break:       break-word;
  word-wrap:        break-word;
 
  -webkit-hyphens:  auto;
     -moz-hyphens:  auto;
          hyphens:  auto;
  border: none;
  text-align: center;
}
.slide-body .morebtn {
  line-height: 24px !important;
}
  /**link**/
.morebtn {
  /*font-size:20px;*/
  font-size:17px;
  white-space: normal;
  line-height:35px;
  color:#fff;
  font-weight:400;
  text-transform:uppercase;
  padding:22px 47px 23px;
  border:none;
  /*background:#018c7f !important;*/
  background:#008b7e !important;
  opacity:1;
  filter:alpha(opacity=100);
  opacity:1;
  filter:alpha(opacity=100);
  opacity:1;
  filter:alpha(opacity=100);
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
  border-radius:0px;
}

.slide-body .morebtn:hover {
  text-decoration:none;
  background:#333333!important;
  color:#fff;
}
.slide-body .morebtn.slide1{
  color:#fff;
  /*background:#018c7f;*/
  background: #008b7e;
}
.slide-body .morebtn.slide1:hover {
  background:#333333!important;
  color:#fff;
}

.slide-body .caption.img-jquery {
  right: auto !important;
  width: 200px!important;
}

.morebtn:hover {
  background: #333333 !important;
    color: #fff !important;
}

.serviceListItems {
  margin-bottom: 48px;
}

/**welcome**/
.welcome-wrap {
  background: #4c4c4c;
  margin:0;
  padding: 88px 0 60px;
}

.welcome h5{
  text-align:center;
  color: #fff;
  font-size: 70px;
  line-height: 74px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.welcomeContent {
  margin-top: 18px;
}

.welcome h5 strong {
  display: block;
  font-weight: 300;
  color: #01a398;
}

.welcome p {
  color: #fff;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 22px;
  font-weight: 300;
}


/*section {
  overflow:auto;
}*/

.surgerybtn {
  text-transform: uppercase;
  font-size: 20px;
}

.surgeryList {
  margin-top: 62px;
  margin-bottom: 62px;
}

.surgeryList li {
  margin-top: 10px;
}

/*.surgeryList li:first-child {
  margin-top: 0;
}*/

.surgeryList li h2 {
    color:#fff;
}

.surgeryList li h2 , .service-box-body h2 {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
}

/**service**/
.service-wrap{ 
  position: relative;
  margin-right:0px;
  background: url(../images/plasticnosekostandinidis.jpg) center center fixed; 
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;

}

.service li {
  margin-bottom: 17px;
}

.serviceIcon, .surgeryList img {
  margin: 1px 40px 0 0;
}

.serviceIcon {
  border-radius: 500px;
}

.serviceIcon:hover{
  font-size: 20px;
  font-weight: bold;
  line-height:35px;
}

.service-box {
  display: inline-block;
}

.service-box-body {
  text-align:left;
  display: inline;
  margin-top: 10px;
}

.service-box-body h2  {
  /*color: #01a398;*/
  color: #008b7e;
  display: inline;
  position: relative;
  /*top: 16px;*/
  top:5px;
}



.service-box-body h3 > a {
  color: #008b7e!important;
}
.service-box-body h2 {
  font-weight: 400;
  
}

.evenSmalleerTitle {
    font-size: 24px;
    font-weight: 400;
}

.surgeryList h2 {
  font-weight: 300;
  /*display: inline;*/
  display: inline-block;
  width: 86%;
  text-align: left;
  line-height: 1em;
}

.service-box-body p {
  font-weight: 300;
}

/****Endoskopiki**/



.endoskopiki-box {
  margin-bottom: 21px;
}
.endoskopikiSection {
  margin-bottom: 54px;
}
#endoskopikiListing .endoskopiki-box figure{
    margin: 1px 27px 0 0;
    background: #008b7e;
    border-radius: 500px;
      -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


#endoskopikiListing .endoskopiki-box figure img{
   -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


.filter {
    background: 0 0;
    border: 1px solid #00B796;
    color: #00B796;
    margin: 10px 0;
    padding: 10px 25px;
    -ms-transition: all .3s;
    transition: all .3s;
}

.project-controls button.active {
    background: #00B796;
    color: #fff;
}
.filter.active, .filter:hover {
    background: #00B796;
    color: #fff;
}

.projet-items {
    padding: 20px;
}

.project {
    width: 100%;
    margin: 15px 0;
    position: relative;
}

.project img {
    position: relative;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
}


.project:hover .ovrly {
    opacity: 1;
}

.item {
    position: relative;
    margin-bottom: 5px;
}

.project .ovrly {
    background: rgba(0,183,150,.5);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}




.project .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.project .buttons .fa-search {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.project:hover .buttons a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.project .buttons a {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    opacity: 0;
    margin: 0 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,.3);
    box-shadow: 0 0 1px rgba(0,0,0,.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    display: block;
    line-height: 40px;
    outline: 0;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #343333;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    -moz-transition: -moz-transform .3s,opacity .3s;
    -ms-transition: -ms-transform .3s,opacity .3s;
    -o-transition: -o-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
}


.project-controls {
    padding: 20px 0;
    text-align: center;
}

.pop-up-box {
    display: none;
}


.popup_content img {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 auto;
}


.popup_cont {
    position: fixed;
    z-index: 1100;
} 

.popup_content {
    max-width: 500px;
    border: 5px solid #00B796;
    background: #fff;
}

.popup_content .popup-content{
    padding: 15px;
}

.popup_content h3 {
    text-align: center;
}



.popup_content a {
    border: 1px solid #00B796;
    color: #00B796;
    display: block;
    width: 150px;
    margin: 30px auto;
    padding: 10px 25px;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
/**animations **/

.serviceIcon  img , .surgeryList img{
  vertical-align: middle;
  -webkit-transition:all 500ms ease-in-out;
  -moz-transition:all 500ms ease-in-out;
  -o-transition:all 500ms ease-in-out;
  transition:all 500ms ease-in-out;
  -webkit-transition:all 500ms ease-in-out;
  -moz-transition:all 500ms ease-in-out;
  -o-transition:all 500ms ease-in-out;
  transition:all 500ms ease-in-out;
  -webkit-transition:all 500ms ease-in-out;
  -moz-transition:all 500ms ease-in-out;
  -o-transition:all 500ms ease-in-out;
  transition:all 500ms ease-in-out;
}

.service-box:hover .serviceIcon img ,  .surgeryList li:hover img{
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  transform:rotate(90deg);
}

.service-box:hover .serviceIcon img {
  border-radius: 500px;
}

/**patric**/
.patric-wrap{
    background: url(../images/parallax2.jpg) no-repeat center center fixed ; 
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    padding: 100px 0;
}

.patric {
  color: #fff;
}


#patricImg {
  margin: 0 32px 0 0;
  width: 300px;
  border-radius: 1000px;
}

blockquote {
  border: none;
}

.extra-wrap {
  word-wrap: break-word;
  padding-top: 82px;
  position:relative;
}

.extra-wrap p::before {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 80px;
  line-height: 80px;
  top: 0;
  content: '\f10d';
}

.extra-wrap p {
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;

}

.extra-wrap p a {
  color: inherit;
}

.extra-wrap p a:hover {
}

.extra-wrap footer {
  font-size: 13px;
  color: #fff;
}

/**publications**/

.thumbnail {
  border: 1px solid #fff !important;
}

.publications-inner .thumbnail .caption p{
  font-size: 14px;
}

.publications-inner .thumbnail h4 {
  margin: 10px;
}
.publications-wrap , .service-wrap, .blog-wrap{
  margin: 0;
  padding: 88px 0 60px;
}

.publications-inner .thumbnail {
  min-height: 459px;
  max-height: 459px;
}

.publications-inner .thumbnail:hover {
  -webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
}

.publications-inner .thumbnail .caption {
  font-weight: 300;
}

.publicationBtn {
  /*background-color: #018c7f;*/
  background-color: #008b7e!important;
  color: #fff;
  position: absolute;
  top:75%;
  padding: 11px 17px;
  border-radius: 0px;
  text-transform: uppercase;
}

a.publicationBtn:hover {
  background: #333!important;
  color: #fff;
}

a.publicationBtn:visited{
  color: #fff;
}

.publicationsButton, .seeBlog{
  margin-top: 62px;
}

/**blog **/
.blog-wrap{
    background: url(../images/news-background.jpg) center center fixed; 
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.blog .thumbnail {
  border:none!important;
  background:none!important;
}

.blogImagePlace {
  height: 300px;
}

.blogImagePlace  img{
  height: 400px!important;
}

.blog .thumbnail img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

.blog .caption, .post_comment a {
  color: #fff;
}

.blog .caption {
  font-weight: 700;
  /*text-align: center;*/
}

.blog .caption p{
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.post_comment a:hover {
  color: #018c7f;
}

.post_date::before {
  content: "\f017";
  font-family: FontAwesome;
}

.post_comment::before {
  font-family: FontAwesome;
  content:"\f0e5";
}

.seeBlog {
  text-align: center;

}

.seeBlog .button {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  color: #fff;
  background:#018c7f !important;
  /*font-size: 20px;*/
  font-size: 17px;
  line-height: 35px !important;
  font-weight: 400;
  text-shadow: none;
  padding: 23px 68px;
  margin-top:10px;
  text-transform: uppercase;
}

.seeBlog .button:hover {
  background: #333333;
}

/**cvArea**/
.bx-wrapper {
  margin-bottom: 30px;
}

.bx-wrapper .bx-viewport  {
  border: none;
  background: none;
  box-shadow: none;
  clear: both;
}

.cvArea {
  margin: 0;
  padding: 88px 0 60px;
  background-color: #fff;
}

/**footer**/
.footerSec {
  position: relative;
	border: none;
	background: url(../images/footer-background.jpg) no-repeat center top;
	background-size: cover;
	padding: 106px 0 18px;
}

.smallLetters {
  font-weight: 300;
  color: #b5b5b5;
  font-size: 13px;
}

.footerNav {
  color: rgb(153, 153, 153);
  font-size: 19px;
}

.footerNav li {
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 0;
}

.footerNav a {
  font-size: 14px;
  color:#fff;
  padding:0px;
}

.footerNav a:hover {
  color: rgb(94, 206, 196); 
}


.footerlogo {
  margin-bottom: 19px;
}


.footerlogo p , .contactDetails{
  font-size: 14px;
}

#emptyFooterDiv {
  border-top: 1px solid #242424;
}

#copyright {
  padding: 18px 0px 10px 0px;
}

.contactDetails {
  font-weight: 100;
    font-size: 14px;
}

.contactDetails label{
  margin-top: 10px;
  margin-right: 5px;
  text-transform: uppercase;
}

#copyright {
  font-size: 13px;
}

.socialLinks {
    margin-top: 26px;
}

.socialLinks span {
  margin-right: 13px;
}

.socialLinks a{
  font-size: 28px;
  text-align:center;
  width:81px;
  height:81px;
  display:inline-block;
  /*color:#08afa0;*/
  color:#008b7e;
  background:#fff;
  border-radius:300px;
  padding:20px;
}

.socialLinks a:hover {
  color:#fff;
  /*background:#08afa0;*/
  background: #008b7e;
}

/*back to top*/
.scrollToTop{
  border-radius: 200px;
  width:50px; 
  height:50px;
  text-align:center; 
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position:fixed;
  bottom:5%;
  right:2%;
  display:none;
  background: url('../images/up-arrow.png') no-repeat 10px center;
  /*background-color: #018c7f;*/
  background-color: #008b7e;

}
.scrollToTop:hover{
  background-color:#333;
  text-decoration:none;
}



/**contacts page **/


.contactButtons button{
  /*background: #08afa0;*/
  background: #008b7e !important;
  color: #fff;
  padding: 5px 10px;
  border: none;
  font-size: 18px;
  border-radius: 0px;
    margin-left: 2px;
}

.contactButtons button:hover {
  color: #fff;
  background: #333333!important;
}

.contactList {
  padding-left: 0px;
}

.contactList li {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;

}

.google-map iframe {
  width: 100%;
}

.contact {
  margin: 62px 0px;
}

.contact form {
  padding: 10px 10px 10px 0;

}

.contact  form input {
  margin: 0 0 10px 0;
  padding: 6px 6px 7px 6px;
}

.contact  form textarea {
  overflow: auto;
  width:100%;

}


/****testimonials****/

.testimonialSection blockquote {
  
    text-indent: 23px;
    background-color: #fff;
    padding: 23px;
    margin-bottom: 40px;
  text-indent: 30px;
  -webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.2);
  -moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.2);
  box-shadow:0 4px 44px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.2);
  -moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.2);
  box-shadow:0 4px 44px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.2);
  -moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.2);
  box-shadow:0 4px 44px 0 rgba(0,0,0,0.2);

}

.testimonialSection blockquote:hover {

  -webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
  box-shadow:0 4px 44px 0 rgba(0,0,0,0.3);
}
/*.testimonialSection blockquote p {
  display: inline;

}
*/
.quoteBracket {
    color: #008b7e!important;
  font-size: 26px;
    margin-right: 18px;
}
/*.testimonialSection blockquote p:before {
    content: "\201C";
  font-size:20px;
}
.testimonialSection blockquote p:after {
    content: "\201D";
    font-size:20px;

  
}
*/
.testimonialSection blockquote footer {
  color: #008b7e!important;
}

/**newspage **/

.newsItem {
  margin-bottom: 30px;
  min-height: 600px;
}

.newsItem figure {
  height:300px;
  overflow:hidden;
  text-align: center;
}

.newsItem figure img {
   margin:0 -50%;
}

.news , .doctorSection, .clinicSection, .surgerySection, .plasticSurgerySection, .listNews, .faqSection, .testimonialSection, .errorSection{
  margin: 62px 0px;
}

.newsCaption {
  text-align: left;
}
/*
.newsCaption img {
  width: 100%;
}
*/

h3.control-label {
    height:102px;
}

.newsCaption h3 a {
  /*color: #018c7f;*/
  color: #008b7e;
  text-decoration: none;
  font-size: 20px;

}

.newsCaption h3 a:hover {
  color: #333;
  text-decoration: underline !important;
}

.newsP {
  color: #62625F;
  font-weight: 300;
  text-align: justify;
  line-height: 24px;
  margin-bottom: 29px;
}

.newsButton .button{
  cursor: pointer;
  border: none;
  color: #fff;
  /*padding: 11px 17px;*/
  /*background: #08afa0;*/
  background: #008b7e;
  /*font-size: 17px !important;*/
  line-height: 35px !important;
  /*font-weight: 700;*/
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 0;
}

.newsButton .button:hover {
  background-color: #333;
}

.newsOneTopImage {
  height:400px!important;
}

.newsOneTopImage img{
  height:444px!important;
}
/** FAQ Page **/

article.faq{
  border-bottom:1px solid #E6E6E6;
}

.faq h5 {
  padding: 15px 0;
}

.faq h5 a {
  color: #018c7f;
  font-size: 20px;
}

.faq h5 a:hover {
  border-bottom:1px solid #efefef;
}

.answerFaq p{
  color: #999;
  line-height: 25px;
  text-align: justify;

}

.answerFaq {
  display: none;
}

/**News One Page **/

.list-news-item {
  font-weight: 300;
  color: #333;
  line-height: 23px;
}

.list-news-item h3 a {
  font-size: 20px;
  color: #333;
}

/*.list-news-item a {
  color: #08afa0;
  font-size: 14px !important;
}*/

.list-news-item a:hover {
  color: #333;
}

.list-news-item h3 a:hover {
    color: #08afa0;
}

.sidebarNews > h3 {
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 30px;
}

.newsPageCaption h3{
  font-size: 20px;
}


/**PublicationsPage **/

.publicationList {
  margin-bottom: 54px;
}


/**Bio **/
a.seeCV {
    padding: 23px 68px;
}

a.seeCV:hover {
    background: #333333;
    color:#fff;
}

/**clinic **/

.clinic p {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px; 
  margin: 0 0 50px;
}

.errorDetails {
  text-align: center;
}

.clinicDetails p, .errorDetails p, .endoskopikiDetails p, .endoskopikiDetails li{
   color: #999999;
  font-size: 17px;
  font-weight: 400;
}

 .endoskopikiDetails p, .endoskopikiDetails li{
  font-weight: 300!important;

 }

.endoskopikiDetails {
  margin-bottom: 25px;
}

.endoskopikiDetails li {
  margin: 10px;
}

/**doctor **/

.career h4 {
  color: #333;

}

.career ol li {
  padding: 8px;
}

#patricImage {
  vertical-align: middle;
  margin-top:8px;
}

.historySection p:first-letter{
  text-transform: uppercase;
  text-indent: 10px;
}


.historySection {
  margin-top: 20px;
}

.historySection ul {
  padding-left: 0;
}
/*.descriptionHistory  {
  width: 140px;
}*/
.historySection p {
  margin: 0 0 11.5px;
  font-size: 15px;
  font-weight: 400;
  /*-ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  */
}

.dateCvItem {
  /*color: #018c7f;*/
  color: #008b7e;
}


.descriptionHistory p {
  white-space: pre-line;
  width: inherit;
  display: inline-block;
      margin-top: -23px;
  text-align: justify;
}
 

.thumbnail p {
  word-wrap:break-word;

}

.certificateSection li{
  word-wrap:break-word;
}

.doctorSection li {
  clear: both;
}


/**surgery page **/

.surgeryListInt h6 {
  font-size: 20px;
  color: #018c7f;
  text-transform: capitalize;
  word-wrap:break-word;
  margin-bottom: 8px;
}

.surgeryListInternal {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.surgeryListInternal li {
    padding: 4px 0px 5px 21px;
}

.surgeryListInternal li:first-letter {
  text-transform: capitalize;
}

/**carousel**/
#clinicCarousel {
  width: 100%;
  position: relative;

}

.bannercontainer {
  width:100%;
  position:relative;
  padding:0;
}
 
.banner{
  width:100%;
  position:relative;
}



.boxedcontainer   { max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
  - SETTINGS FOR BANNER CONTAINERS  -
**********************************************/

.tp-banner-container{
  width:100%;
  position:relative;
  padding:0;
  border: 27px solid #fff;
}
.degree-banner{
  width:50%;
  height: 80%;
  margin:0 auto;
  position:relative;
}
.tp-banner{
  width:100%;
  position:relative;
}

.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}

.plasticSlider {
  width: 100%;
  position:relative;
  padding:0;
  background-color: #e8e7dd;
  padding: 73px 75px;
}

#plasticSliderTitle {
  text-transform: uppercase;
}

.copyrightContent  {
  margin-top: 62px;
  font-style: italic;
}

.plasticSlider .tp-arr-imgholder {
  display: none !important;
  background: none !important;
}

.plasticSlider .tp-arr-titleholder {
  padding: 0px !important;
}
/*.tp-caption img {
  border: 10px solid #fff !important;
}*/

.tp-caption.medium_bold_white {
font-size:30px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.plasticSlider  .tp-rightarrow.preview3 .tp-arr-iwrapper{
  padding-right: 69px!important;
}

.plasticSlider  .tparrows.preview3 .tp-arr-iwrapper{
  min-height: 73px!important;
  top: -1px!important;
}

.plasticSlider  .tp-caption.small_light_white {
  font-weight: 300!important;
}

.responsive-slider .slides ul li .slide-body .caption{
  text-shadow:none !important;
}

#lang {
    float: right;
    display: -webkit-inline-box;
    list-style: none;
}
#lang .active {
 font-weight: 700;

}
