/* general */

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  z-index: 1;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: 1s
}

h1,h2,h3 {
 font-family: 'Roboto', sans-serif !important;
 font-weight: 700 !important;
}

a,
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  display: inline-block;
  color: #000;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
}

a:hover,
a:focus,
.footer a:hover,
.footer a:focus {
  color: #be1e2f;
  text-decoration: none;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

/* style */
.clr {
  clear: both;
}

.w-100 {
  display: block;
  height: auto;
}

.page-header {
  margin: 0px 0px 0px 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.s-padding {
  padding-top: 50px;
  padding-top: 50px;
}

.big-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  font-family: 'Comfortaa', cursive;
  margin-bottom: 35px;
}

.blog-red-title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;

  margin-bottom: 25px;
}

.blog-red-title a {
  color: #be1e2f;
}

.small-title {
  font-size: 20px;
  line-height: 25px;
}

.grey-bg {
  background-color: #ededed;
}

.red-bg {
  color: #fff;
  font-weight: 400;
  background-color: #be1e2f;
}

.t-icon {
  color: #1e1e54 !important;
  font-size: 34px;
  line-height: 36px;
  text-align: right;
}

.margin {
  margin-bottom: 30px;
}

.link {
  color: #1E1F51;
  line-height: 30px;
  margin-top: 15px;
}

.pager.pagenav .next a,
.pager.pagenav .previous a,
#cf_ce-submit-button,
#cf_ce-submit-button_reset,
.btcalctoolbar input.btn.btn-primary {
  position: relative;
  display: inline-block;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 2px solid #000;
  background-color: #000;
  background-image: none;
  margin-top: 30px;
  border-radius: 0px;
  text-shadow: none;
  padding: 10px 15px 10px 45px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
 }

a.btn {
  display: inline-block;
  color: #fff !important;
  letter-spacing: .5px !important;
  text-transform: uppercase;
  background-color: #BC374B;
  background-image: none;
  margin-top: 30px !important;
  border-radius: 0px;
  text-shadow: none !important;
  padding: 10px 15px 10px 45px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear !important;
}

.btcalctoolbar input.btn.btn-primary {
  padding: 10px 15px 10px 15px;
}

#cf_ce-submit-button_reset {
  color: #1E1F51;
  margin-left: 30px;
  background-color: transparent;
}

#cf_ce-submit-button::before,
#cf_ce-submit-button_reset::before {
  content: " ";
  width: 25px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
  background-color: #fff;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
#cf_ce-submit-button_reset::before {
  background-color: #000;
}

a.button:hover,
a.button:focus,
.pager.pagenav .next a:hover,
.pager.pagenav .previous a:hover,
#cf_ce-submit-button:hover,
.btcalctoolbar input.btn.btn-primary:hover {
  color: #000;
  background-color: transparent;
}

#cf_ce-submit-button_reset:hover {
  color: #fff;
  background-color: #1E1F51;
}

#cf_ce-submit-button.btn-primary:hover {
background-color: #1E1F51 !important;
    color: #fff !important; 	
}

a.button:hover::before, a.button:focus::before, #cf_ce-submit-button:hover::before, #cf_ce-submit-button:focus::before {
    background-color: #fff !important;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}


#cf_ce-submit-button::before, #cf_ce-submit-button_reset::before {
    content: " ";
    width: 25px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 10px;
    background-color: #1E1F51;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

a.button:hover::before,
a.button:focus::before,
#cf_ce-submit-button:hover::before,
#cf_ce-submit-button:focus::before {
  background-color: #000;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

#cf_ce-submit-button_reset:hover::before,
#cf_ce-submit-button_reset:focus::before {
  background-color: #fff;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

/* header */

.brand img {
  width: auto;
  height: 80px;
}

/* top info */
#top-info .text-left p {
  line-height: 20px;
}

#top-info .col-6:last-child .col-9:last-child p.tel-contact {
  font-size: 90%;
  line-height: 18px;
}

.tel-contact a {
	color: #1e1e54;
}

.top-info .text-left a {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* languages */
/*
#lang li.lang-active,
#lang li.lang-active a {
  color: #be1e2f;
}

#lang ul.lang-inline li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
*/

/* social */
.social {
  width: 100px;
  height: auto;
  position: absolute;
  left: -25%;
  top: 0px;
}

.social::before {
  content: " ";
  width: 2px;
  height: 60px;
  position: absolute;
  left: calc(50% - 1px);
  top: 120px;
  background-color: #000;
}

.social h3 {
  transform-origin: center;
  transform: rotate(90deg);
  margin-bottom: 125px;
  margin-top: 50px;
  font-size: 20px;
}

.social a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin: 15px 0px;
}

/* owl dots */
.owl-theme .owl-dots .owl-dot span {
  opacity: .25;
  background: #be1e2f;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
  background: #be1e2f;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

#vessel-surgery-02 .owl-item.cloned.active {
	display: none;
}

/* news start */

.news-img {
	height: 300px;
	background-color: #1E1F51;
}

.news-img .link-img {
	background-color: #383a83;
}

.news-img .small-title {
	font-size: 25px;
	z-index: 100;
    color: #fff;
    text-align: center;
    padding: 0 1rem;
    font-family: 'Helvetica Neue';
    position: absolute;
    top: 37%;
}

.news-img .link-img {
	position: absolute;
	top: -85px;
    left: 27%;
}

.news-slider .owl-nav button span {
	font-size: 2rem;
	color:#1E1F51;
}

.news-slider .owl-item {
	padding-top: 100px;
}

.news-slider .owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
	  -webkit-transition: 1s;
	  transition: 1s;
	  color:#1E1F51;
}

.news-slider .owl-dot.active span {
	background: #000 !important;
    border: 1px solid #000;
    width: 14px;
    height: 14px;
}

.news-slider .owl-dot span {
	background: transparent !important;
    border: 1px solid #000;
    width: 14px !important;
    height: 14px !important;
}

/* contact home */
#con-text .small-title {
  position: absolute;
  top: 75px;
  left: 15px;
}

/* back to top */
#back-top {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -150px;
  top: -75px;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #1E1F51;
}

/* footer */

/*
.footer a {
  color: #fff;
}
*/

/*
.foo-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer .col-md-3:first-child a {
  font-size: 20px;
  line-height: 20px;
  margin-top: 25px;
  margin-right: 15px;
}
*/

/* breadcrumbs */
#breads {
  padding: 100px 0px 25px;
  background-attachment: scroll;
  background-position: center center;
  background-image: url("/images/breads_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb {
  display: block;
  color: #fff;
  text-align: right;
  padding: 0px 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  background-color: transparent;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  text-shadow: none;
  margin-right: 0px;
}

.breadcrumb li a {
  color: #fff;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.breadcrumb .divider {
  margin: 0px 10px;
}

/* content */
#content,
#aside {
  padding-top: 100px;
  padding-bottom: 150px;
}

.article-title,
.category-title,
h2 .contact-name,
#page-title h1 {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 55px;
  text-transform: uppercase;
}

#content .item-page {
  padding-bottom: 35px;
  border-bottom: 2px solid #be1e2f;
  margin-bottom: 30px;
}

/* side menu */

#aside #nextend-accordion-menu-265,
#aside #nextend-accordion-menu-285 {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-transform: uppercase;
  border-bottom: 4px solid #be1e2f;
}

#aside #nextend-accordion-menu-265 dl.level1 .outer,
#aside #nextend-accordion-menu-285 dl.level1 .outer {
  padding-right: 15px;
}

#aside #nextend-accordion-menu-265 dl.level1 dt.parent .inner,
#aside #nextend-accordion-menu-285 dl.level1 dt.parent .inner {
  background-size: 10px;
  background-image: url("/images/closed.png");
}

#aside #nextend-accordion-menu-265 dl.level1 dt.parent.opened .inner,
#aside #nextend-accordion-menu-265 dl.level1 dt.parent.opening .inner,
#aside #nextend-accordion-menu-265 dl.level2 dt.parent.opened .inner,
#aside #nextend-accordion-menu-265 dl.level2 dt.parent.opening .inner,
#aside #nextend-accordion-menu-265 dl.level3 dt.parent.opened .inner,
#aside #nextend-accordion-menu-265 dl.level3 dt.parent.opening .inner,
#aside #nextend-accordion-menu-285 dl.level1 dt.parent.opened .inner,
#aside #nextend-accordion-menu-285 dl.level1 dt.parent.opening .inner,
#aside #nextend-accordion-menu-285 dl.level2 dt.parent.opened .inner,
#aside #nextend-accordion-menu-285 dl.level2 dt.parent.opening .inner,
#aside #nextend-accordion-menu-285 dl.level3 dt.parent.opened .inner,
#aside #nextend-accordion-menu-285 dl.level3 dt.parent.opening .inner,
  {
  background-image: url("/images/opened.png");
}

/* sliders */
#set-rl_sliders-1 {
  clear: both;
}

.rl_sliders.accordion .rl_sliders-scroll {
  display: block;
}

.rl_sliders.accordion>.accordion-group {
  border-radius: 0px;
}

.rl_sliders.accordion>.accordion-group .panel-heading {
  background: #1E1F51 none repeat scroll 0 0;
  padding: 0;
  border-radius: 0px;
  color: #fff;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
  padding: 25px;
}

.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
  color: #083046;
  text-decoration: none;
  color: #fff !important;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover,
.accordion-group .accordion-heading .accordion-toggle.nn_sliders-toggle:hover:after {
  background: #ddd none repeat scroll 0 0 !important;
  color: #1E1F51 !important;
  text-decoration: none;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
  background: #ddd none repeat scroll 0 0 !important;
  color: #1E1F51  !important;
}

.rl_sliders.accordion>.accordion-group>div>a:focus,
.rl_sliders.accordion>.accordion-group.active>div>a:focus {
  box-shadow: none !important;
  outline: 0 none;
  color: #34A5D5;
}

.accordion-group .accordion-heading .accordion-toggle.nn_sliders-toggle:after {
  content: "+";
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  right: 20px;
  top: 5px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.accordion-group.active>.accordion-heading>.accordion-toggle.nn_sliders-toggle::after {
  content: "-";
  color: #1E1F51;
  font-size: 35px;
  line-height: 35px;
  position: absolute;
  right: 20px;
  top: 0px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.accordion-group .accordion-heading .accordion-toggle.nn_sliders-toggle:hover:after {
  background-color: transparent !important;
}

.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
  padding: 10px 15px !important;
}

/* pagination */
.pagination-list {
  list-style: none;
}

.pagination-list li {
  display: inline-block;
}

.pagination-list li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  margin: 0px 15px;
  color: #fff !important;
  background-color: #000;
}

/* risk form */
.risk-left,
.risk-right {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.risk-form .control-group {
  margin-bottom: 10px;
}

.risk-form .control-group .control-label {
  margin-bottom: 5px;
}

.risk-left select,
.risk-right select,
.risk-left input,
.risk-right input {
  width: 90%;
  height: 32px;
}

.calcgdpr {
  clear: both;
}

.calcgdpr input {
  margin-right: 10px;
}

/* social share */

/*
#ampz_inline_bottom .ampz_support_author {
  display: none;
}

#ampz_inline_bottom .template_minimal {
  color: #be1e2f !important;
}
*/

/* contact enhanced */

#ce-contact-1 .span7.col-md-7,
#ce-contact-2 .span7.col-md-7 {
  padding-left: 0px;
}

#ce-custom-fields-container {
  margin-left: 0;
}

.ce-cf-container .inputbox.required {
  background-image: none;
  height: 30px;
  width: 100%;
}

.ce-cf-container textarea.inputbox.required {
  height: auto;
}

.requiredsign {
  margin-bottom: 15px;
}

#idealCaptcha {
  margin: 10px 0px 20px;
}

#ce-cf-container-ce-submit-button {
  padding-left: 0px;
  padding-right: 0px;
}

/*
#cf_ce-submit-button,
#cf_ce-submit-button_reset {
  margin-top: 10px;
}
*/

#cf_ce-submit-button.btn-primary {
	top: 0 !important;
	right: 0 !important;
} 

#agree_0 {
  margin-top: -3px;
}

#aside img {
  max-width: 100%;
}

/* ilias custom */

/* main-page */

.itemid-102 #article-body p a,
.itemid-102 #article-body div a {
  display: block;
  color: #be1e2f;
}

.itemid-102 #main-page .anevrisma-image img,
.itemid-162 #main-page .anevrisma-image img {
  min-height: 238px;
}

.itemid-1014 #sigProId7cd25f50d4 {
  display: block;
  text-align: center;
}

.itemid-1014 #sigProId7cd25f50d4 li.sigProThumb {
  float: none;
  display: inline-block;
}

/* header */

#telemedicine {
  font-size: 14px;
  text-transform: capitalize;
}

/* phone button */

.phone-button,
.remote-button {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 999;
  background: #BC2233;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  padding: 14px 0;
}

.phone-button a span,
.remote-button a span {
  color: #fff;
  font-size: 31px;
}

#doc {
  overflow: hidden;
}


.remote-button {
  background: #000;
  right: 100px;
}

#set-rl_sliders-1 {

  color: #fff;
}

#main-menu {
  background-color: #1E1E54;
}

.menu a {
  color: #fff;
}

div#maximenuck114.maximenuckh ul.maximenuck li.maximenuck.level1>a span.titreck,
div#maximenuck114.maximenuckh ul.maximenuck li.maximenuck.level1>span.separator span.titreck {
  color: #fff !important;
}

.custom-btn {
  background-color: #BC374B !important;
  color: #fff !important;
  padding: 0px 10px 0px 10px !important;
  font-size: 12px !important;
  letter-spacing: 3px !important;
  line-height: 39px !important;
}

.custom-btn:hover {
  background-color: #6C3F45 !important;
  color: #fff !important;
  padding: 0px 10px 0px 10px !important;
  font-size: 12px !important;
  letter-spacing: 3px !important;
  line-height: 39px !important;
}

/* custom below george */

.slider-title {
  border-bottom: 4px solid #BC374B !important;
  line-height: 0 !important;
  padding-bottom: 15px !important;
}

.slider-content {
  padding: 0 !important;
}

.slider-img img {
  z-index: -1 !important;
}

#welcome .welcome {
 font-size: 18px;
}

#welcome .w-85 {
	width: 85%;
}

.welcome h2 {
  font-weight: bold;
  color: #1E1F51;
  padding-top: 70px;
  padding-bottom: 40px;
}

.welcome:before {
  content: '\efcd';
  font-family: "icoFont";
  position: absolute;
  font-size: 6rem;
  opacity: 0.1;
  left: -45px;
  top: 29%;
}

.welcome::after {
  content: '\efce';
  font-family: "icoFont";
  position: absolute;
  font-size: 6rem;
  opacity: 0.1;
  right: -46px;
  bottom: -26px;
}

.top-info {
  top: -47px;
  width: 100%;
}

.aikonsearch-trigger {
  top: -20px;
  left: 10px;
}

div#maximenuck114.maximenuckh ul.maximenuck li.maximenuck.level1,
div#maximenuck114.maximenuckh ul.maximenuck li.maximenuck.level1.parent {
  border: none !important;
}

.text-katsargyris {
  color: #1E1F51;
  position: absolute;
  top: -63px;
}

#doctor-text h2 {
  color: #1E1F51;
  font-weight: bold;
  width: 110%;
  position: absolute;
  top: 0px;
  z-index: 1;
}

#doctor-text {
  padding-top: 273px;
  padding-bottom: 50px;
}

#doctor {
  background-color: #F8F8FD;
  height: 701px;
  padding-top: 250px;
}

#doctor-image {
  background-color: #1E1F51;
  z-index: -10px;
  height: 403px;
  top: -91px;
  width: 430px;
  left: 39px;
}

#doctor-image img {
  top: -97px;
  right: 18px;
  height: 500px;
  position: absolute;
  width: auto;
}

.text-logia {
  background-color: #fff;
  padding: 24px 37px 34px 103px;
  position: absolute;
  top: 25px;
  left: -101px;
  width: 800px;
}

#list-text .list {
  background-color: #1E1F51;
  list-style: none;
  color: #fff;
  padding-left: 0;
}

#list-text .list li:hover {
	color: #fff !important;
  background-color: #383A83;
  -webkit-transition: 1s;
  transition: 1s
}

.list a {
  color: #fff;
}

.list li {
  padding: 13px 0px 13px 30px;
  border-bottom: 1px solid #fff;
  -webkit-transition: 1s;
  transition: 1s
}

.list li a:hover  {
  color: #fff !important;
  background-color: #383A83;
}

#list-text {
  width: 419px;
}

.list-img-1 {
	background-image: url("/images/aggeiakes-pathiseis-new/img-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 616px;
}

.img {
	height: 640px;
	position: absolute;
	display: none;
	top: -81px;
    left: 136%;
    z-index: 10;
    width: 540px;
    -webkit-transition: 1s;
  transition: 1s
}

.img-2:hover .list-img-2 {
	display: block;
	-webkit-transition: 1s;
  transition: 1s
}

.img-3:hover .list-img-3 {
	display: block;
	-webkit-transition: 1s;
  transition: 1s
}

.img-4:hover .list-img-4 {
	display: block;	
	-webkit-transition: 1s;
  transition: 1s	
}

.img-5:hover .list-img-5 {
	display: block;	
	-webkit-transition: 1s;
  transition: 1s	
}

.img-6:hover .list-img-6 {
	display: block;	
	-webkit-transition: 1s;
  transition: 1s	
}

.img-7:hover .list-img-7 {
	display: block;	
	-webkit-transition: 1s;
  transition: 1s	
}

#vessel-title h2 {
  font-weight: bold;
  color: #1E1F51;
  padding-top: 90px;
  font-size: 35px;
  letter-spacing: 1px;
  padding-bottom: 50px;
  padding-left: 400px;
}

#list-image::after {
  content: "";
  position: absolute;
  background-color: #1E1F51;
  right: -13px;
  height: 254px;
  width: 239px;
  bottom: -13px;
  z-index: -1;
}

#list-image img {
  max-width: 500px;
}

div#maximenuck114.maximenuckh ul.maximenuck li.maximenuck.level1>a,
div#maximenuck114.maximenuckh ul.maximenuck li.maximenuck.level1>span.separator {
  padding: 20px 16px !important;
}

#vessel-surgery h2 {
  font-weight: bold;
  color: #1E1F51;
  padding-top: 90px;
  font-size: 35px;
  letter-spacing: 1px;
  padding-bottom: 50px;
}

#vessel-surgery {
  background-color: #F8F8FD;
}

#google {
  padding-top: 100px;
  height: 596px;
}

#google p {
  margin-bottom: 0;
}

.google-2 {
	background-color: #1E1F51;
	color: #fff;
	height: 500px;
	position: relative;
	top: -4px;
	padding-top: 150px;
}

.topothesia {
	line-height: 39px;
	font-size: 25px;
	border: 2px solid #fff;
	padding: 37px 0px 0px 0px;
	margin: 0px 80px 0px 80px;
	width: 75%;
	margin: auto;
}

#ageiak-path {
  padding-bottom: 120px;
}

.footer {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding-top: 100px;
  background-color: #1E1F51;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #53519d;
}

.aikonsearch-trigger {
  background-color: #1E1E54 !important;
}

.aikonsearch-trigger:hover {
  background-color: #1E1E54 !important;
}

#rsform_4_page_0 .col-md-12 .control-label {
  display: none;
}

.rsform-input-box.form-control {
  background-color: #1E1F51;
  width: 180%;
}

.rsform-calendar-box.txtCal.form-control {
  background-color: #1E1F51;
  width: 180%;
}

.rsform-text-box.form-control {
  background-color: #1E1F51;
  width: 180%;
}

.btn-primary {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #000 !important;
  position: absolute !important;
  right: -163px !important;
  top: -5px !important;
}

#contact h2 {
  font-weight: bold;
  padding-top: 100px;
  padding-bottom: 25px;
  position: relative;
}

.itemid-101 #contact h2::after {
  content: "Συμπληρώστε την φόρμα με τα στοιχεία σας και θα επικοινωνήσουμε μαζί σας";
  position: absolute;
  color: #1E1F51;
  font-size: 10px;
  bottom: 38px;
  width: auto;
  right: -235px;
}

#contact .rsform {
	width: 50%;
}

#contact-form,.accordion-heading.panel-heading,.news-slider {
  position: relative;
}

.form-check-label, .form-check-label a{
	color: #1E1F51;
}

#submit.btn-primary {
	border-radius: 0;
	right: -170px !important;
}

.form-check-label {
	left: -78px !important;
}

#contact #contact-form::after {
  position: absolute;
  content: "ΕΠΙΚΟΙΝΩΝΙΑ";
  writing-mode: vertical-rl;
  right: -280px;
  top: 200px;
  font-size: 33px;
  font-weight: bold;
  color: #1E1F51;
  letter-spacing: 1px;
}

input.rsform-input-box.form-control::placeholder {
  color: #fff;
}

textarea.rsform-text-box.form-control::placeholder {
  color: #fff;
}

.form-check-label {
  width: 299px;
}

input.rsform-checkbox.form-check-input::placeholder {
  background-color: #000;
}

/*
.List-1 {
  background: #ccc;
  position: relative;
}

.List-1 span {
  cursor: pointer;
}

.List-1 img {
  display: none;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 10px;
  right: 10px;
  border: solid 5px red;
}

.List-1 li:hover img {
  display: block;
}
*/

#breads {
  padding: 200px 0px 25px;
  background-attachment: scroll;
  background-position: center center;
  background-image: url("/images/bread/breads_bg_6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.article-title,
.category-title,
h2 .contact-name,
#page-title h1 {
  display: block;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 55px;
  text-transform: uppercase;
}

.blog-red-title a {
  color: #2F3170;
}

.blog-red-title a:hover {
  color: #be1e2f;
}

a,
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  display: inline-block;
  color: #993b45;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

a:hover {
  color: #A1B3C4 !important;
  text-decoration: none !important;
}

.rl_sliders.accordion>.accordion-group .panel-heading {
  background: #1E1E54 none repeat scroll 0 0;
  padding: 0;
  border-radius: 0px;
  color: #fff;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  overflow-y: hidden !important;
  overflow-x: auto;
  zoom: 1;
  background: #fff;
  color: #000;
}

.form-check-label {
  margin-bottom: 0;
  position: absolute;
  left: -72px;
  top: -27px;
}

#ce-contact-1 img {
  margin: 0px 0 0 -20px !important;
}

.accordeonck_outer a:hover {
  color: #fff !important;
  background-color: #383A83;
}

.accordeonck_outer a:active {
  color: #889be6 !important;
  background-color: #fff !important;
}

#accordeonck306 li.parent.open>span span.toggler_icon {
  right: 16px !important;
  background: url(/modules/mod_accordeonmenuck/assets/minus.png) center center no-repeat !important;
}

#accordeonck306 li.parent>span span.toggler_icon {
  position: absolute;
  cursor: pointer;
  display: block;
  height: 100%;
  z-index: 10;
  right: 16px !importants;
  background: url(/modules/mod_accordeonmenuck/assets/plus.png) center center no-repeat !important;
  width: 20px;
}

#accordeonck306 li.level2 ul[class^="content"] {
  padding-left: 10px;
  background: #20262E;
  background-color: rgb(32, 38, 46);
  background-color: #4A4D8E !important;
  color: #fff !important;
}

#accordeonck306 li.level2 li.accordeonck>span a {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff !important;
}

.icofont-youtube-play {
  padding-left: 5px;
}

#vessel-surgery-02 {
	background-color: #F8F8FD;
}

/* latest start */

.latest-carousel .owl-item.cloned.active {
	display: none !important;
}

.latest-carousel .news-content-1 {
	margin-top: 0;
	background-image: url("/images/latest-news/img-4.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	position: relative;
}

.latest-carousel .news-content-2 {
	margin-top: 0;
	background-image: url("/images/latest-news/img-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	position: relative;
}

.latest-carousel .news-content-3 {
	margin-top: 0;
	background-image: url("/images/latest-news/img-5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	position: relative;
}

.latest-carousel .news-content-4 {
	margin-top: 0;
	background-image: url("/images/latest-news/img-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	position: relative;
}

.latest-carousel .news-content-5 {
	margin-top: 0;
	background-image: url("/images/latest-news/img-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	position: relative;
}

.latest-title {
	height: 700px;
	color: #fff;
	background-color: #1E1F51;
	position: relative;
}

.latest-title .title-news {
    font-weight: 400 !important;
    position: absolute;
    transform: rotate(270deg);
    writing-mode: horizontal-tb;
    top: 50%;
    right: -30px;
}

.latest-title .title-news span {
	font-weight: 700 !important;
}

.text-content {
	position: absolute;
	width: 25%;
	background-color: #fff;
	padding: 10px;
	top: 40px;
    left: 30px;
    color: #1E1F51;
    height: 312px;
}

.text-content .small-title {
	font-weight: bold;
	line-height: 40px;
}

.desc {
	line-height: 25px;
}

.link-news .icofont-thin-right {
	font-size: 2.2rem;
	color: #fff;
}

.link-news {
	background-color: #1E1F51;
	color: #fff;
}

.link-news {
	position: absolute;
	right: 0;
	bottom: 0;
}

.item-4 .small-title {
	line-height: 32px;
}

#latest-news .owl-nav button {
	background: #fff;
}

#latest-news .owl-nav button span {
	color: #1E1F51;
	font-size: 2rem;
}

#latest-news .owl-nav {
	position: relative;
    top: -84px;
    display: flex;
    justify-content: space-between;
}

#latest-news .owl-nav .owl-prev {
	margin-left: 30px;
}

#latest-news .owl-nav .owl-next {
	margin-right: 30px;
}

#vessel-surgery-02 .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 42px;
}

.footer-social {
	font-size: 34px;
}

.logos-img img {
	width: 100%;
	max-width: 200px;
	border-radius: 50%;
}

.navigation {
	text-align: center;
}

#ampz_inline_bottom .ampz_support_author {
	display: none;
}

#main-page .pagenav {
	display: none;
}

.view-contact #contact-form label {
	display: inline-block;
    margin-bottom: .5rem;
    font-weight: 400;
}

.view-contact #contact-form input.inputbox {
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.view-contact #contact-form #message {
	display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.footer h3 {
	font-size: 1.2rem;
}

a.btn-giatrou {
	background-color: #1E1F51;
	padding: 13px 0px 13px 30px;
	color: #1E1F51 !important;
	font-weight: bold !important;
	display: block;
	width: 26%;
	text-decoration: none !important;
	transition: 1s;
	color: #fff !important;
	margin-top: 11px;
}

a.btn-giatrou:hover {
	background-color: #fff;
	color: #1E1F51 !important;
	outline: 1px solid #1E1F51;
}

/* photo gallery css */

.itemid-1014 ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.itemid-1014 .sigProImg {
	transition: 0.5s;
}

.itemid-1014 .sigProImg:hover {
	opacity: 0.7;
	transform: scale(1.1);
	
}

