@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0px none; }
ol, ul { list-style: none outside none; }
strong{font-weight: 600;}
iframe{display:block;}
a{color:#282828; text-decoration:none;
	transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
a:hover {
	color: #000;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
p {
	font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    text-align: justify;
}
p.big {
	font-size: 20px;
    line-height: 32px;
}
.center{text-align:center;}
.clear{clear:both;}
.divider{clear:both;height:50px;}

a.overlay_link {display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;text-indent: -999999px; z-index:10; }

.padd{
	padding-top: 50px;
	padding-bottom: 50px;	
	position:relative;
}
.padd_big {
	padding-top: 80px;
	padding-bottom: 80px;	
	position:relative;
}
.padd_bottom{
	padding-bottom: 50px;	
	position:relative;
}
.container-fluid.no-padd{
	padding-top: 0px;
	padding-bottom: 0px;
}
.img-responsive{
	width: 100%;
}
.row_half{margin-left:0px;margin-right:0px;}
.no-gutter > [class*='col-'],  .no-gutter .row > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.no-margin.row {
    margin-right:0;
    margin-left:0;
}

.no-margin.row  [class^="col-"],
.no-margin.row  [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.container-fluid.no-padding{
	padding-left:0px;
	padding-right:0px;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.white_bg{background:#fff;}
.grey_bg{background:#f2f2f2;}
.blue_bg{background:#dfe9ed;}
.beige_bg{background:#f0ede6;}

.flex_center {
	display: flex;
	align-items: center;
}

.no_scroll {
	overflow: hidden;
	position: sticky;
}


body { font-size: 16px; font-family: "Inter", sans-serif; font-optical-sizing: auto; color:#282828; background: #fff; }

/* #sponsor_bg{ position: fixed; width:100%;height:1500px;z-index:0;background-attachment:fixed !important; background-size: auto auto; background-position: top center;   background-repeat: no-repeat; top: 0;}
#sponsor_bg a { width:100%;height:1500px;display:block;text-indent:-9999px;} */

#wrapper_top {  width: 100%; max-width: 100%; margin:0px auto; height:auto; overflow:hidden; position:relative; }
#wrapper {
	width: 100%;
    max-width: 100%;
    margin: 0px auto;
    height: auto;
    position: relative;
    background: #fff;
	z-index: 99;
	transition: all 1s ease-in-out;
}

#wrapper.sticky {
	position: fixed;
	box-shadow: 0 2px 6px rgb(0 0 0 / 50%);
	top: 0;
}

#topbar {
	width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
    padding: 15px 0px;
    background: #f7f7f7;
}

#date {
	font-size: 14px;
    font-weight: 400;
    color: #444;
}

.social_media {
	margin: 0px 0 0 0px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social_media a {  display:inline-block; padding:2px; margin-left: 10px; transition: all 0.5s ease 0s;  }
.social_media span {  color:#fff; font-size: 14px;    line-height: 18px;    font-weight: 300;}
.social_media a:hover { transition: all 0.5s ease 0s; }
.social_media a img.facebook {
	width: 10px;
}
.social_media a img.youtube {
	width: 17px;
}
.social_media a img {
    display: block;
    width: 18px;
}

#search_menu a.open_search{
	background-image: url(../img/layout/search.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    padding: 6px 0px 6px 30px;
    background-position: center left;
}
#search_menu a.open_search span {
	font-size: 15px;
    color: #019ec7;
    font-weight: 550;
    border-bottom: 1px solid #66AEC5;
	transition: all 0.3s ease-in-out;
}
#search_menu a.open_search:hover span { color: #019ec7; }
#search{
	display: none;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #dfe9ed;
}
#search .search-container {
	display: block;
    position: relative;
    top: calc(50% - 60px);
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
} 
#search form  {
	margin: 0px;
    padding: 0px 0 0px 0;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #333;
    border-top: 2px solid #333;
}
#search form input {
	width: 100%;
    height: auto;
    position: relative;
    font-size: 28px;
    font-weight: 400;
    color: #333;
    padding: 10px 25px 10px 15px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}
#search form input::placeholder {
	color: #333;
}
#search form .icon-search{ position:absolute; right:20px; top:15px; width: 30px;height: 30px; display: block; text-indent: -999999px!important; background: url('../img/layout/search.svg') no-repeat scroll center center transparent; background-size:100%;border:none;	 }
.close_search {
	position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 999;
    background: url(../img/layout/close_blue.svg) no-repeat center;
    background-size: 38px;
    text-indent: -999999px !important;
}

#search_menu { float: right; }

#header {
	width: 100%;
    height: auto;
    position: relative;
    /* z-index: 999; */
    padding: 0 15px;
    background: #fff;
    border-top: 1px solid #019ec7;
    border-bottom: 1px solid #019ec7;
}

.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headlines_wrapper{background: #eeeeee; clear: both;position: relative;}
#headlines {
	position: relative;
    margin: 20px 15px 20px 15px;
    display: block;
    background: #eeeeee;
}
#headlines span { float:left;position:relative; padding:10px 25px; margin-right:10px; display: inline-block; color:#fff; background:#0d487b; }
/* #headlines span::after { content: ""; position: absolute; top: 17px; right: -5px; width: 10px; height:10px; transform: rotate(45deg); background: #0d487b; }  */
#headlines_block  { float:right; display: inline-block; margin-top:6px; width: calc(100% - 180px);; overflow:hidden; } 
#headlines_block ul  { display: block; width:100%; } 
#headlines_block ul li {color:#f15e2d; font-size: 14px;}
#headlines_block ul li a  { display: block; font-size:14px;  } 

.pharmacy a {
	display: flex;
    align-items: center;
    gap: 5px;
	color: #2b8c6f;
	font-weight: 500;
}

.pharmacy img {
	width: 23px;
}

.weather_info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-top: 5px;
}

.weather_info img {
	width: 30px;
}

.weather_now {
	font-size: 15px;
    font-weight: 400;
}

#scrollUp {
	background: #019ec7 none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    font-family: 'ACKelson Bold';
    font-size: 12px;
    opacity: 0.8;
    padding: 12px 20px;
    right: 30px;
    box-shadow: rgb(149 157 165 / 35%) 0px 8px 24px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

#scrollUp:hover {
    bottom: 25px;
    opacity: 1;
}

#logo_container { position:relative;  }
#logo {
    position: relative;
    display: block;
    width: 430px;
    height: 75px;
    margin: 0 auto;
}
#logo a { display: block; width: 100%; height: 100%;text-indent: -999999px!important; background: url('../img/layout/logo.svg') no-repeat scroll center center transparent; background-size: 100%; }


#header_ad {width:100%;text-align:right; height:100px; margin: 10px 0 10px 0; background: url('../img/layout/ads/morphosis_950x100.jpg') no-repeat scroll center center transparent; /*background: url('../img/layout/ads/vikos_950x100.gif') no-repeat scroll center center transparent; */background-size: 100%;}
#header_ad img {max-width: 100%;}
#header_ad p {line-height:30px; font-size:28px;font-weight: 900; letter-spacing: -1px; padding-right: 80px;padding-top: 20px; color:#000; text-shadow: 0px 1px 1px #fff;}

#menu_container {  width:100%; background:#fff; z-index:999;  transition:all 0.5s;  }
#menu_container.fixed { z-index:999;  -webkit-animation:slide-down 0.7s;  animation:slide-down 0.7s; }
@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}


#cookie-consent-wrapper {
    position: fixed!important;
    z-index: 2147483647!important;
    display: block!important;
    width: 280px;
    top: auto;
    bottom: 100px;
    padding: 10px;
    color: #000;
    font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    right: 0;
    bottom: 5px;
    background: #0085ae;
}

#cookie-consent-wrapper .content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 0px;
    color: #fff!important;
}

#cookie-close, #link, .btn_concern {
    font-size: 12px;
    margin-top: 7px;
    padding: 5px 0;
    background: #003366 !important;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff!important;
    right: 20%!important;
    margin-top: 5px;
}

.page_text.dynamic h4 {
    padding-top: 30px;
    padding-bottom: 15px;
}

.page_text.dynamic h1 {
	margin-bottom: 30px!important;
}

.page_text.dynamic p {
	padding: 10px 0;
} 

.dynamic ul li {
	font-size: 17px;
    line-height: 22px;
    color: #000;
    font-weight: 300;
    text-align: justify;
	padding: 10px 0 10px 15px;
    position: relative;
}

.dynamic ul li:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #019ec7;
    width: 5px;
    height: 5px;
    margin-top: 8px;
    border-radius: 100%;
}

.dynamic .page_title h1 span {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-right: 20px;
}

.page_text.dynamic .page_title h1:after {
    background-image: url(../img/layout/title_graphic_reverse.svg);
    background-size: 100%;
    margin-top: 25px;
    right: 0;
}

.dynamic table {
	width: 100%;
	margin-bottom: 20px;
}

.dynamic table, .dynamic th, .dynamic td {
    border: 1px solid #757575;
    border-collapse: collapse;
    padding: 10px;
}

.dynamic th {
	background-color: #dfe9ed;
	color: #0e2a47;
}

.page_text h1 {
	color: #019ec7;
    font-family: 'Source Serif 4', serif;
    font-size: 58px;
    font-weight: 900;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.page_text.blue_bg h1 {
	color: #0e2a47;
	font-style: italic;
}

.page_text h1:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/title_graphic.svg);
    background-repeat: no-repeat;
    background-size: 86%;
    background-position: left;
    width: 100%;
    height: 40px;
    margin-left: 20px;
    margin-top: 20px;
}

.page_text h2 {
    font-size: 38px;
    line-height: 45px;
    font-weight: 900;
    font-family: 'Source Serif 4', serif;
    padding-bottom: 15px;
    color: #111;
}

.page_text h3 {
	font-size: 36px;
    font-weight: 900;
    font-family: 'Source Serif 4', serif;
    padding-bottom: 5px;
    color: #202020;
}

.page_text h4 {
    font-size: 25px;
    line-height: 32px;
	font-weight: 900;
    font-family: 'Source Serif 4', serif;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #202020;
}

#menu {  width: 100%; height:auto;  position:relative; z-index:999; padding:0px 30px;-webkit-box-shadow: 0px 5px 5px 0px rgba(50,50,50,0.25);
	-moz-box-shadow: 0px 5px 5px 0px rgba(50,50,50,0.25);
	box-shadow: 0px 5px 5px 0px rgba(50,50,50,0.25); }

.cd-search form {
	display: flex;
}

#open_menu  { display:none;}
#close_menu { display: none; }
#main_menu { }
#main_menu ul {display:block; width: 100%; margin:0px; padding:0px; text-align: center; position: relative; }
#main_menu ul li{ display:inline-block; margin:0px; padding:0px; }
#main_menu ul li.hidden-desktop{  display:none; }
#main_menu ul li a {
	display: block;
    margin: 0 0px 0 0;
	padding: 15px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    transition: all 0.5s ease 0s;
}
/* #main_menu ul li.has-children a{ background:transparent url(../img/layout/menu_arrow.png) no-repeat scroll right 13px; padding-right:15px; } */
#main_menu ul li.active_item a{ color: #019ec7; transition: all 0.5s ease 0s; }
#main_menu ul li a:hover{  color:#019ec7;  transition: all 0.5s ease 0s; }

#main_menu ul li:last-child a {
	border-bottom: none;
}

#main_menu li .dropdown {
	position: absolute;
    top: 51px;
    left: 0px;
    z-index: 99999 !important;
    width: 100%;
    height: auto;
    background: #0085ae;
    border: 1px solid #019ec7;
    border-top: 0px;
    padding: 20px 10px;
    display: none;
}
#main_menu li:hover .dropdown{	display:block;  }
#main_menu li .dropdown ul  { float:left; width:100%;}
#main_menu li .dropdown ul li { float: none; width: 32%; }
#main_menu li .dropdown ul li a{
	display: block;
    float: none;
    background: none;
    margin: 0px 0 5px 0;
    font-size: 16px;
    padding: 5px 2px;
    z-index: 9999;
	font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #ffffff5c;
}
/* #main_menu li .dropdown ul li:nth-last-child(-n+3) a {
    border-bottom: none;
} */
#main_menu li .dropdown ul li a:hover, #main_menu ul.active li .dropdown ul li a:hover { color: #fff; }

.background-overlay {
    position: fixed;
    opacity: 0.4;
    top: 0;
    right: -350px;
    width: 0;
    z-index: 998;
    background: #000;
    bottom: 0;
    visibility: hidden;
    transition: all 1s ease-in-out 0s;
}

.newsletter {
    background-color: #0085ae;
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px 0;
    background-image: url(../img/layout/newsletter.svg);
    background-repeat: no-repeat;
    background-size: 18%;
    background-position: 46% 85px;
}

.newsletter img {
	width: 60%;
}

.newsletter p {
	color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: normal;
    font-weight: 300;
}

.newsletter .submit input {
	background: #003366;
    border: none;
    color: #fff;
    padding: 18px 70px;
    font-size: 19px;
    font-family: "Source Serif 4", serif;
    font-weight: 700;
    margin: 25px auto 0 auto;
    display: block;
    width: fit-content;
}

.newsletter.newsletter_right {
    display: flex;
    padding: 40px 30px;
    background-image: url(../img/layout/newsletter.svg);
    background-size: 87%;
    background-position: center 130%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newsletter.newsletter_right img {
    width: 100%;
}

.newsletter.newsletter_right p {
	font-size: 24px;
    padding: 20px 0 65px 0;
}

.newsletter.newsletter_right .submit input {
    padding: 18px 65px;
}

#footer {
    border-top: 1px solid #019ec7;
    padding: 40px 0px;
}
.footer_divider { clear:both; width:100%; height:1px; background:#eceeee; margin: 15px 0;}
.footer_box p{
	margin: 10px 0;
	color: #222;
}

.footer_box p a {
	color: #222;
}

.footer_box.right {
	width: fit-content;
    float: right;
}

.footer_box a {
	color: #333;
}

.footer_box p.first {
	margin-bottom: 40px;
    margin-top: 0;
}

.footer_info_left img.mediapot {
	width: 150px!important;
	margin-left: 30px;
}

.footer_info_left {
	display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #019ec7;
    padding-top: 15px;
    align-items: flex-end;
	gap: 15px;
}

.footer_box.last {
	margin-top: 0;
}

.footer_box .footer_info ul li a {
	color: #019ec7;
    font-size: 15px;
    font-weight: 400;
}

.footer_box ul { text-align: right; } 

.footer_box.footer_logo ul {
	color: #666;
    text-align: left;
    margin-top: 10px;
    margin-left: -10px;
}
.footer_box ul li {
	display: inline-block;
	position: relative;
} 

.footer_box h2 {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #666;
}

.footer_box ul li:last-child::after {
	display: none;
}
.footer_box ul li a{
    display: block;
    margin: 0 0px 0 22px;
    font-weight: 700;
    font-size: 17px;
    color: #111;
    transition: all 0.5s ease 0s;
} 

.footer_box ul li:first-child a {
	margin-left: 0;
}

.footer_box ul li a:hover{ color: #309dd5; transition: all 0.5s ease 0s; } 

.footer_menu {
	margin-bottom: 30px;
}

.footer_logo img { width: 210px;}

.footer_social_media { text-align: right; }
.footer_social_media a{
	display: inline-flex;
    margin-left: 3px;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    transition: all 0.5s ease 0s;
    justify-content: center;
    align-items: center;
}
.footer_social_media a:hover{  box-shadow: 0 0 4px 0 rgb(0 0 0 / 35%); transition: all 0.5s ease 0s;}
.footer_social_media img{
    display: block;
    width: 18px;
    transition: all 0.5s ease 0s;
    filter: grayscale(1) opacity(0.6);
}

.footer_social_media a:hover img {
	filter: opacity(1);
}

.footer_social_media img.facebook {
	width: 10px;
}

.footer_social_media img.x {
	width: 16px;
}

.footer_social_media img.youtube {
	width: 22px;
}

.footer_info {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.footer_info_right img {
    width: 75px;
}

.footer_box .social_media a img.facebook {
    width: 12px;
	margin-right: 7px;
}

.footer_box .social_media a img {
    width: 24px;
}

#copyright {
	padding: 15px 0px;
    border-top: 1px solid #019ec7;
}
.copyright p {
	line-height: normal;
    font-size: 15px;
    color: #202020;
}
.copyright a { color: #fff; text-decoration: none;  }
.copyright a:hover { text-decoration: underline; }
#wapp{position:relative;float:right;}
#wapp a { display: block; width: 90px; height: 25px; background:transparent url(../img/layout/wapp.svg) no-repeat scroll center center;text-indent: -999999px!important;background-size: 100%;}

.mit {
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 14px;
}

.mit img {
	width: 38px;
	margin-right: 12px;
}


#ajaxcontent {   z-index:5;}
.content { position:relative; z-index:5; }
.content h1 {
	font-size: 28px;
    color: #0e477b;
    margin: 0px 0px 30px 0px;
    font-weight: 400;
}
.content h2 {
	font-size: 22px;
    font-weight: 400;
    color: #0e477b;
    margin: 30px 0px 15px 0px;
}
.content h3 { font-size:24px; font-weight:400;margin:15px 0px 15px 0px; }
.content h4 {  font-size:18px;line-height:20px;margin:5px 0px 8px 0px; }
.content ul { margin:20px 5px 10px 5px;overflow:auto;}
.content ul li{
	margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 15px;
}

.content ul li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #f15d2c;
    border-radius: 100%;
    left: 0;
    margin-top: 7px;
}

.read_more{
	position: relative;
    display: inline-block;
    margin-top: 5px;
    font-weight: 400;
    color: #0e477b;
    transition: all 1s ease;
}
.read_more:hover{
    color: #f15d2c;
    transition: all 1s ease;
}


/* HOME PAGE
================================================== */
#banner .main_banner { position:relative; height:700px; background-position: top center; background-repeat: no-repeat; background-size:cover; border:1px solid #fff; transition: all .5s ease;}
#banner .main_banner:hover {  transition: all .5s ease;  }
#banner .small_banner { position:relative;  border:1px solid #fff; transition: all .5s ease;}
#banner .small_banner:hover {   transition: all .5s ease;  }
#home_banner h1 {
    color: #111111;
    font-size: 55px;
    font-family: 'Source Serif 4', serif;
    font-weight: 900;
    margin-bottom: 15px;
}

#home_banner img {
	height: 515px;
    object-fit: cover;
    object-position: center;
}

.swiper {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
    font-size: 18px;
    display: flex;
    flex-direction: column;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

#banner .swiper-button-prev {
	background-image: url(../img/layout/arrow_left.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 20px;
    height: 20px;
    padding: 30px;
	left: auto;
    top: auto;
    margin: 0;
    display: block;
    position: relative;
}

#banner .swiper-button-next {
	background-image: url('../img/layout/arrow_right.svg');
	background-repeat: no-repeat;
	background-size: 13px;
    background-position: center;
    width: 20px;
    height: 20px;
    padding: 30px;
	right: auto;
    top: auto;
    margin: 0;
    display: block;
    position: relative;
}

.swiper_buttons {
    position: absolute;
    top: 455px;
    background: #fff;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_top {
	width: calc(100% + 50px);
}

.slider_bottom {
	margin-top: 30px;
	width: calc(100% + 50px);
}

.slider_bottom p {
	font-family: 'Source Serif 4', serif;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
	margin-top: 10px;
    text-align: unset;
}

.banner_right {
	margin-left: 80px;
}

.banner_right h3 {
	font-size: 29px;
    font-weight: 900;
    font-family: 'Source Serif 4', serif;
    border-bottom: 2px solid #019ec7;
    padding-bottom: 15px;
	color: #111;
}

.home_latest_news ul li {
    margin: 20px 0;
    display: block;
	position: relative;
}

.home_latest_news ul li .title {
    font-family: 'Source Serif 4', serif;
    color: #111;
    font-size: 21px;
    line-height: normal;
    font-weight: 800;
}

.home_latest_news.list ul li {
	padding: 10px 0;
	margin-right: 15px;
	border-top: 1px solid #757575;
}

.arthrografia_stiles:before {
	content: '';
    position: absolute;
    top: 0;
    background-image: url(../img/layout/title_graphic_reverse.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right;
    width: calc(100% - 15px);
    height: 10px;
    left: 15px;
    transform: scaleY(-1);
}

.arthrografia_stiles {
	position: relative;
	display: flex;
	padding-top: 25px;
	width: calc(100% + 50px);
}

.arthrografia_stiles .divider {
	border-right: 1px solid #757575;
	left: 0;
	right: 0;
	position: absolute;
    height: calc(100% - 25px);
	width: 1px;
	margin: 0 auto;
}

.author {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
    font-size: 17px;
}

.author_image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author_image:before {
    content: '';
    position: absolute;
    background: #019ec7;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    z-index: -1;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.author img {
    width: 50px;
}

.home_latest_news .author img.dada {
	width: 40px;
}

.blog_view .author_image:before {
    width: 155px;
    height: 155px;
}

.blog_view .author img {
    width: 150px;
}

.blog_view .author img.dada {
	width: 60px;
}

.home_latest_news.list ul {
	overflow-y: scroll;
    height: 720px;
}

.banner_right.protoselida h3 {
    font-size: 35px;
    margin-top: -15px;
}

.protoselida p {
    color: #019ec7;
    font-size: 19px;
    font-family: 'Source Serif 4', serif;
    font-weight: 900;
    display: inline-block;
    margin-top: 20px;
}

.protoselida p.today {
	float: right;
	opacity: 0.5;
    font-size: 20px;
}

.protoselida .date, .protoselida .today {
    transition: opacity 0.5s ease;
}

.protoselido_box {
	background: #019ec7;
    padding: 35px!important;
    margin-top: 20px;
	margin-bottom: 20px;
}

.home_eipan {
	margin-top: 90px;
    margin-left: 15px;
    padding: 55px 40px 25px 25px;
    width: 100%;
    position: relative;
    background: #dfe9ed;
}

.home_eipan:after {
    content: '';
    background-image: url(../img/layout/quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 45px;
    height: 45px;
    top: -10px;
    right: -15px;
}

.home_eipan_inner img {
    max-width: 175px;
}

.home_eipan_inner {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.home_eipan_text h5 {
	font-family: 'Source Serif 4', serif;
    color: #111;
    font-size: 21px;
    line-height: normal;
    font-weight: 800;
    margin-bottom: 25px;
}

.home_eipan_text .message {
	font-style: italic;
}

.home_eipan_text .comment {
    display: flex;
    margin-top: 45px;
    position: relative;
    gap: 7px;
    flex-direction: column;
	padding-right: 65px;
}

.comment span {
    font-size: 15px;
    color: #0e2a47b3;
    display: flex;
	width: fit-content;
    gap: 7px;
    align-items: center;
}

.thumbs_up {
    width: 55px!important;
    position: absolute;
    right: 0px;
	animation: thumbsMove 1.5s ease-in-out infinite;
}

.thumbs_down {
    width: 55px!important;
    position: absolute;
    right: 0px;
	animation: thumbsDownMove 1.5s ease-in-out infinite;
}

@keyframes thumbsMove {
	0% { transform: rotate(0deg); }
	50% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

@keyframes thumbsDownMove {
	0% { transform: rotate(0deg); }
	50% { transform: rotate(5deg); }
	100% { transform: rotate(0deg); }
}

.home_eipan_inner .comment img {
    width: 20px;
}

.home_eipan_text .comment p {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
	text-align: left;
    color: #0e2a47;
}

.home_eipan h3 {
    background: #003366;
    width: fit-content;
    color: #fff;
    padding: 10px 30px;
    position: absolute;
    top: -26px;
    font-size: 30px;
}

.swiper-cube-shadow {
	display: none;
}

.espa {
	padding: 0 70px;
}

.ad_border {
	border: 5px solid #e3e3e3;
}

.ad_border_2 {
	background: #e3e3e3;
	padding: 5px 150px;
}

.home_blog_img {
	width: 280px;
	display: flex;
    align-items: stretch;
}

.home_blog_img img {
	height: 100%;
	object-fit: cover;
}

.home_blog_text {
    width: calc(100% - 280px);
    border-top: 1px solid #019ec7;
    padding-top: 20px;
}

.home_blog_text p {
    font-size: 14px;
}

.home_blog_right {
    display: flex;
    gap: 35px;
    margin-left: 25px;
    margin-bottom: 60px;
}

.home_blog_right.last {
	margin-bottom: 0px;
}

.home_blog_right .blog_date {
	margin-top: 0;
}

.small_article {
	display: flex;
	gap: 20px;
    flex-direction: column;
    margin-right: 70px;
}

.big_article {
    margin-left: -35px;
    width: calc(100% + 80px);
}

.ad_banner.right.interviews_right {
    margin-left: 80px;
}

.athletics {
	background-color: #dfe9ed;
	margin-top: 50px;
}

.page_text.athletics h1 {
	color: #0e2a47;
	font-style: italic;
	width: 100%;
    padding-top: 12px;
	line-height: 88px;
}

.page_text.athletics h1:after {
    background-image: url(../img/layout/title_graphic_2.svg);
    z-index: 1;
    margin-left: 0;
    left: 0;
    margin-top: -12px;
    height: 100px;
    background-position: left;
    background-size: 100%;
}

.athletics_title {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.athletics_title a {
    font-family: 'Source Serif 4', serif;
    font-weight: 900;
    color: #0e2a47;
    font-size: 19px;
    position: absolute;
    right: 15px;
    background: #dfe9ed;
    z-index: 2;
    padding-left: 20px;
}

.athletics_first {
	display: flex;
    gap: 50px;
}

.athletics_sec {
	margin-left: 40px;
}

.athletics_wrapper {
	margin-top: 40px;
    position: relative;
	display: flex;
	gap: 30px;
}

.recipes {
	background-color: #f0ede6;
	overflow: hidden;
}

.recipe_first img {
	height: 365px;
	object-fit: cover;
}

.recipes_title {
	text-align: center;
}

.page_text.recipes h1:after {
    background-image: url(../img/layout/title_graphic_double.svg);
    background-size: 85%;
    background-position: right;
    width: calc(50% - 50px);
    height: 40px;
    margin-left: 50px;
    margin-top: 25px;
    right: 15px;
}

.page_text.recipes h1:before {
    content: '';
    position: absolute;
    background-image: url(../img/layout/title_graphic_double.svg);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: right;
    transform: scaleX(-1);
    width: calc(50% - 50px);
    height: 40px;
    margin-top: 25px;
    left: 15px;
    margin-right: 50px;
}

.mini_post_banner { display:block; width:100%; position:relative; margin:0px 0 10px 0;}
.mini_post_banner .mini_post_image { width:100%;  }
.mini_post_banner .mini_post_text { position:relative; display:block; bottom:0px; left:0px; width:100%; padding:10px; color:#0e477b; transition: all 0.5s ease 0s;  }
.mini_post_banner .mini_post_text h3 { font-size:18px; font-weight:600; margin:0px; }
.mini_post_banner .mini_post_text p { font-size:15px; color: #000;}
.mini_post_banner .mini_post_text .blog_date {margin-top: 10px; font-size:16px; color: #666;display: block;}
.mini_post_banner:hover .mini_post_text  { color:#282828; transition: all 0.5s ease 0s;}


#banner .banner_text { position:absolute; display:block; left:0px; bottom:0px; width:100%; padding:20px 20px; background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);  }
#banner .banner_text span { display:inline-block; font-size:16px; font-weight:400; color:#fff; text-transform:uppercase;}
#banner .banner_text h1 {  color:#fff; font-size:34px; font-weight:600; margin:10px 0px 0px 0px;}
#banner .banner_text h2 {  color:#fff; font-size:24px; font-weight:600; margin:10px 0px 0px 0px;}
#banner .banner_text p {  color:#fff; font-weight: 300;}


#banner p.tag_date { color: #fff;}
#banner p.tag_date .cat_title { color: #309dd5;margin-right:5px;}
#banner .tag_date .blog_date {display: inline-block; margin-left:5px; background:transparent url(../img/layout/clock-white.svg) no-repeat 0 3px; background-size: 16px;padding-left: 20px;}

p.tag_date {
	color: #666;
}

#banner .second_col p.tag_date { color: #666;}
#banner .second_col p.tag_date .cat_title { color: #309dd5;margin-right:5px;}
#banner .second_col .tag_date .blog_date {margin-left:5px; background:transparent url(../img/layout/clock.svg) no-repeat 0 3px; background-size: 16px;padding-left: 20px; margin-top: 5px;}

 
.bordered_title { text-align:left; position:relative; margin-bottom: 25px; }
.bordered_title h2{  width:100%;  display: block; position:relative; }
.bordered_title h2 span {
	display: inline-block;
    color: #0e477b;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    z-index: 1;
    padding-bottom: 5px;
    border-bottom: 3px solid #f15d2c;
}
.bordered_title h2::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 20px;
    z-index: 0;
    border-bottom: 3px solid #f1f1f1;
}
.bordered_title a{
	position: absolute;
    color: #0e477b;
    top: 34px;
    right: 0px;
    height: 22px;
    z-index: 0;
    background: #fff;
    padding: 0 15px;
}
.bordered_title a:hover{ color: #f15e2d; }

.home_top_container { }
.home_top_container .blog_post{ background:#0e477b; color:#fff; }
.home_top_container .blog_post .blog_date { color: #fff; background:transparent url(../img/layout/calendar_white.svg) no-repeat 0 2px; background-size: 16px;}
.home_top_container .blog_tags { background:transparent url(../img/layout/tags_white.svg) no-repeat 0 4px; background-size: 16px;  }
.home_top_container .blog_post_mini{ background: #0e477b;color:#fff; }
.home_top_container .blog_post .read_more{ color:#0e477b; background:#fff;  }

.home_bottom_container { }
.home_bottom_container .blog_post{ background:#c3c3c4; color:#fff; }
.home_bottom_container .blog_post .blog_date { color: #fff; background:transparent url(../img/layout/calendar_white.svg) no-repeat 0 2px; background-size: 16px;}
.home_bottom_container .blog_tags { background:transparent url(../img/layout/tags_white.svg) no-repeat 0 4px; background-size: 16px;  }
.home_bottom_container .blog_post_mini{ background: #c3c3c4;color:#fff; }


/* INNER PAGES
================================================== */
.page_title { }
.page_title h1{  width:100%;  display: block; position:relative; margin-bottom: 0!important; }
.page_title h1 span {
    font-size: 40px;
    line-height: normal;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 20px;
}

.page_text .page_title h1:after {
    background-image: url(../img/layout/title_graphic_reverse.svg);
    background-size: 100%;
    margin-top: 25px;
    background-position: right;
    right: 0;
}

#sidebar {padding-left: 10px; }

.horizontal_ads .col-lg-3 {
	margin: 15px 0;
}

.ad_banner { display: flex; gap: 40px; flex-direction: column; }
.ad_banner.first { margin-top: 40px; }
.ad_banner.right { margin-left: 80px; }
.ad_banner img { max-width:100%;}

.facebook_box { float:right; margin:10px 0px 10px 0px; }
.facebook_box iframe { margin:0px auto; }

.side_box { display:block; position:relative; margin:10px 0 10px 0;}


/* BLOG PAGE
================================================== */
.blog_post{
	position: relative;
    background: #fff;
    transition: all 1s ease;
    margin-bottom: 50px;
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.blog_post .col-lg-4 {
    display: flex;
    align-items: stretch;
}

.blog_post img {
	height: 100%;
    object-fit: cover;
}

.blog_post_wrap {
	width: calc(100% + 60px);
}

.blog_post.inner{margin-bottom:15px;}
.blog_post.inner.first {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}
.blog_post .blog_image {   overflow: hidden;}
.blog_post .blog_image img {  transition: transform .5s ease;  }
.blog_post:hover .blog_image img { transform: scale(1.1);  }
.blog_post .blog_text  {
    border-top: 1px solid #019ec7;
    padding-top: 20px;
}
.blog_post.first .blog_text {
    margin-left: 0;
    margin-top: 15px;
}
.blog_post h3 {
	font-size: 32px;
    line-height: 40px;
    margin: 0px 0px 10px 0px;
}
.blog_post .cat_title {    color: #309dd5;    margin-right: 5px;}
.blog_date {
    color: #019ec7;
    margin-top: 17px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.blog_tags {
    display: inline-block;
    margin-top: 10px;
    background: #F4F4F4;
    padding: 7px;
}

.blog_tags .tags {
	color: #f15d2c;
    padding: 0;
    font-weight: 700;
    margin: 0;
}
.blog_tags span, .blog_tags a { font-size:14px; font-weight:600; font-style:italic; color: #0E477B; padding:0 5px; margin-right:5px; transition: all 0.5s ease 0s; }
.blog_tags a:hover { background:#0e477b;  transition: all 0.5s ease 0s;}
.blog_post:hover .read_more{ color:#f15d2c;  transition: all 1s ease;  }

.blog_post_mini{
    position: relative;
    transition: all 1s ease;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.blog_post_mini.first{
    border: none;
    background: none;
    padding: 0;
    margin-right: 15px;
}

.blog_post_mini.sec {
	display: flex;
    flex-direction: column;
}

.blog_post_mini.sec .blog_image {
    width: 100%;
}

.blog_post_mini.sec .blog_post_info {
	padding: 10px;
}

.blog_post_mini.first .blog_image {
	width: 100%;
}

.blog_post_info .tag_date {
    color: #666;
    margin-bottom: 0;
}

.blog_post_mini .blog_image { position:relative; float:left; width: 170px; margin-right:20px; overflow: hidden;}
.blog_post_mini .blog_image img { transition: transform .5s ease;  }
.blog_post_mini:hover .blog_image img { transform: scale(1.1);  }
.blog_post_mini h3 {
	font-weight: 600;
    font-size: 17px;
	line-height: normal;
    margin: 0px;
    color: #0e477b;
}

.blog_post_mini.first h3 {
	font-size: 20px;
}

span.cat_title {
	color: #309dd5;
    margin-right: 5px;
}

.blog_post_info {
	display: flex;
    position: relative;
    flex-direction: column;
}

.blog_post_mini.first .blog_post_info {
    padding: 20px;
    background: #f4f4f4;
	border: 1px solid #eceeee;
}

.mini_post { display:block; width:100%; position:relative; margin:0px 0 10px 0; border: 1px solid #eceeee;}
.mini_post .mini_post_image { width:100%;  }
.mini_post .mini_post_text { position:absolute; display:block; bottom:0px; left:0px; width:100%; padding:10px; color:#fff; background:#0e477b; transition: all 0.5s ease 0s;  }
.mini_post .mini_post_text h3 { font-size:16px; font-weight:600; margin:0px; }
.mini_post:hover .mini_post_text  { color:#282828; background:#fff; transition: all 0.5s ease 0s;}

.author_post {
	display: block;
    width: 100%;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #eceeee;
    background: #F4F4F4;
}
.author_post .author_post_image {
	float: left;
    width: 100px;
    margin-right: 15px;
}
.author_post span.author_title { font-size:20px; font-weight:600;  }
.author_post h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0e477b;
    margin-top: 5px;
    margin-bottom: 0;
}

.video_wrap {
	padding-top: 50px;
}

.article_video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 30px;
}

.article_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.latest_post {
	position: relative;
    border-bottom: 1px solid rgba(0, 31, 95, .15);
    padding-bottom: 18px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.latest_post:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 10px;
}

.latest_post .tag_date {
	margin: 0;
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.author_post_image img {
	width: 100px;
}

.blog_post_round{position:relative; transition: all 1s ease; }
.blog_post_round .blog_image {  width:100%; margin-bottom:20px; overflow: hidden;}
.blog_post_round .blog_date {
	margin-left: 5px;
    background: transparent url(../img/layout/clock.svg) no-repeat 0 3px;
    background-size: 16px;
    padding-left: 20px;
    color: #666;
}

.g_ethniki .blog_date {
	margin-left: 0;
}

.blog_post_round h3 {
	font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    color: #0e477b;
}

.thoughts #tabs {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.thoughts #tabs .subtab p {
    color: #0e477b;
    font-weight: 800;
    padding: 0 10px 3px 10px;
    margin-right: 15px;
    border-bottom: 2px solid #0e477b;
    cursor: pointer;
    margin-bottom: 0;
}

.thoughts #tabs .subtab.inactive p {
    color: #309dd5;
    font-weight: 400;
	border-bottom: none;
}

.blog_view {
	width: calc(100% + 40px);
}

.blog_view .author {
    border-top: 1px solid #757575;
    padding-top: 30px;
    font-family: 'Source Serif 4', serif;
    font-size: 20px;
    font-weight: 600;
    gap: 30px;
}

.category_title {
	font-size: 16px;
    font-weight: 800;
    font-family: 'Source Serif 4', serif;
    color: #019ec7;
}
.page_text .blog_view h2 {
	font-size: 55px;
	line-height: 65px;
    padding-bottom: 35px;
}

.created { display:inline-block; background:transparent url(../img/layout/calendar.svg) no-repeat 0 2px; background-size: 16px; padding-left:22px; font-size:14px; font-weight:600;  color: #666;}
.hits {
    display: inline-block;
    background: transparent url(../img/layout/hits.svg) no-repeat 0 2px;
    background-size: 18px;
    padding-left: 23px;
    font-size: 15px;
    color: #666;
}
.blog_view_tags {
	display: inline-block;
    background: #0e477b;
    padding: 5px 10px;
}
.blog_view_tags span, .blog_view_tags a {
	font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    padding: 0 3px;
    margin-right: 5px;
    transition: all 0.5s ease 0s;
}
.blog_view_tags .tags {
	background: none;
    color: #ff6900;
    padding: 0;
    font-weight: 800;
    font-style: normal;
}
.blog_view_tags a:hover { background:#0e477b;  transition: all 0.5s ease 0s;}
.blog_intro { position: relative; }
.blog_intro p {
    font-size: 22px;
    line-height: 35px;
}
.blog_text img { width: 100%; margin:10px 0px 10px 0; padding:5px; border: 1px solid #eceeee; background: #fafafa;}
.blog_thumb { margin: 35px 0px 50px 0; }

.blog_inner_text p:first-of-type {
    color: #0085ae;
    font-family: 'Source Serif 4', serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
}

.blog_inner_text p {
	margin-bottom: 40px;
	font-size: 20px;
    line-height: 32px;
}

.blog_inner_text ul {
	margin-bottom: 40px;
}

.blog_inner_text ul li {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    text-align: justify;
    padding: 7px 0 7px 15px;
    position: relative;
}

.blog_inner_text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #019ec7;
    width: 5px;
    height: 5px;
    margin-top: 12px;
    border-radius: 100%;
}

.page_text .blog_inner_text h3 {
	font-size: 27px;
    margin-bottom: 25px;
    padding-bottom: 0;
}

.content .blog_view h1 {
    margin: 0px 0px 10px 0px;
}

.date_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    background-image: url(../img/layout/title_graphic_reverse.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
    position: relative;
    padding-bottom: 7px;
}

.social_share {
	display: flex;
    align-items: center;
    gap: 20px;
	padding-right: 15px;
}

.social_share img {
	vertical-align: middle;
}

.social_share p {
	font-size: 16px;
}

.social_share img.facebook {
	width: 10px;
}

.social_share img.x {
    width: 20px;
}

.author_box { float:left; width:150px;margin:0px 30px 30px 0; text-align:center;  }
.author_box .author_box_image { display:block; margin-bottom:10px; }
.author_box .author_box_image img {  border-radius:100%; }
.author_box span.author_box_title { display:block; font-size:16px; font-weight:600;  }

.gallery { margin:10px 0px 10px 0; }

p.highlight { font-size: 24px; line-height:30px; margin:20px 0; color: #0e477b; text-align:center;}
p.highlight_text { background: #129eff; color: #fff; margin:15px 0; padding:20px; }

.left_thumb {float:left; margin:5px 20px 10px 0; max-width:280px;}
.right_thumb {float:right; margin:5px 0px 10px 20px; max-width:280px;}
.center_thumb {display:block; margin:20px auto 20px auto; width:auto; max-width:100%;}
.square_thumb {border-radius:100%;}

.side_tags {
	display: block;
    margin-top: 10px;
    background: #f4f4f4;
    padding: 10px;
}
.side_tags a {
	display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #309dd5;
    padding: 0 3px;
    margin: 0 5px 5px 0;
    transition: all 0.5s ease 0s;
}
.side_tags a:hover { background:#0e477b;  transition: all 0.5s ease 0s;}

/* CONTACT
================================================== */
.contactform{
	margin:20px 0 0px 0;	
	width:100%;		
}
.contactform div.input{
	margin:0px 0 30px 0;
	padding:0;
	width:100%;	
}
.contactform div.textarea {
	margin:0px 0 30px 0;
	padding:0;
	width:100%;	
}

.contactform .w-100 div.input {
	margin-bottom: 0;
}

.contactform div.submit{
	width:100%;
	text-align:center;		
}

.contactform div.input label {	
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0px;
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    font-family: 'Source Serif 4', serif;
}

.contactform input[type="text"], .contactform input[type="password"],  .contactform textarea {
    width: 100%;
    padding: 10px;
    margin: 0px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    background: #f4f4f4;
    color: #282828;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    border-radius: 0px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 31, 95, .15);	
}
.contactform textarea {	
	width:100%;
	height:130px;	
}

.contactform input[type="text"]:focus, .contactform input[type="text"]:hover, .contactform input[type="password"]:focus, .contactform input[type="password"]:hover {
    outline: none;
    background: #0085ae;
    color: #fff;
    transition: all 0.5s ease;
}

.contactform textarea:focus, .contactform textarea:hover {
	outline: none;
    background: #0085ae;
	color:#fff;	
	transition: all 0.5s ease; 	
}

.contactform div.centered{	
	text-align: center;
}

.contactform div.submit input{
    background: #003366;
    border: none;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    font-family: "Source Serif 4", serif;
    font-weight: 700;
    margin: 30px 0 0 0;
    display: block;
    width: fit-content;
}
.contactform div.submit input:hover{
	background: #019ec7;		
	transition: all 0.5s ease; 	
}
.contactform div.submit input:active{
	background: #019ec7;		
	transition: all 0.5s ease; 	
}

.contactform div label.error{
    color: #e32;
    font-size: 13px;
    width: 100%;
    margin-top: 5px;
    text-align: left;
    float: left;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.contact_box {
	position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.contact_details h3 {
	margin-bottom: 20px;
}

.contact_details p {
    text-align: left;
    padding: 10px 0 10px 15px;
    position: relative;
}

.contact_details p.first {
    padding: 0px 0 10px 0;
    font-family: 'Source Serif 4', serif;
    color: #019ec7;
    font-weight: 800;
}

.contact_details p:before {
	content: '';
	position: absolute;
	left: 0;
	background-color: #019ec7;
	width: 5px;
	height: 5px;
    margin-top: 8px;
	border-radius: 100%;
}

.contact_details p.first:before {
	display: none;
}

/* FLASH MESSAGES
================================================== */
.hello-bar {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
	background: #019ec7;
    width: 100%;
    z-index: 2000;
    zoom: 1;
    padding: 20px 0;
}

.hello-bar:after, .hello-bar:before {
    content: "";
    display: table;
}

.hello-bar:after {
    clear: both;
}

.hello-bar .close {
    text-indent: -9999em;
    background: url(../img/layout/hello-bar-close.png) no-repeat top left;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 25px;
    right: 15px;
}

.hello-bar .close:hover {
    background-position: bottom left;
}

/* Pagination
================================================== */
.pagination{
	margin: 50px 15px 20px 15px;
    padding: 40px 0;
    width: calc(100% - 30px);
    border-top: 3px solid #019ec7;
    border-radius: 0;
}
.page-navigation{	
	font-size: 16px;
	font-weight: normal;
	display: flex;
    gap: 25px;
}
.page-navigation span{
	display: inline-block;
	text-align: center;
}
.page-navigation .next-prev{
	text-align:right;
}
.page-navigation .next-prev a{
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    font-weight: 400;
    top: 5px;
    position: relative;
}

.page-navigation .next-prev a img {
	width: 13px;
}

.page-navigation .next-prev a:hover{	
	color: #fff;	
}
.pagination a:hover{
}
.page-navigation .next-prev .disabled{
	color: #ccc;
	padding: 5px 10px;
	display: none;
}
.pagination a{
    display: inline-block;
    padding: 5px 10px;
    font-size: 17px;
    color: #019ec7;
    font-weight: 600;
}
.pagination .pages{
    float: left;
    width: 100%;
}
.page-navigation .current{
    color: #019ec7;
    font-weight: 600;
    padding: 5px 10px;
    font-size: 17px;
}
.stats{
	float: left;
	font-size: 16px;
	padding: 5px 10px;
}
.disabled{
	display: none;
}

.pagination_mob {
	display: none;
}



/* ====================== TABLE STYLE ====================== */

.table_container { overflow-x:auto; margin: 30px 0 30px 0; }
.table_container table{	width: 100%!important; height:auto!important;border-collapse: collapse!important;  font-size: 16px; text-align: left; border: 1px solid #eceeee; }
.table_container table th {
	font-size: 16px;
	color: #fff;
	padding: 12px 8px;	
	background:#0e477b;
}
.table_container table td{
	border-bottom: 1px solid #eceeee;
	color: #282828;
	padding: 10px 8px;
	background-color: #fafafa;
}
.table_container table tbody tr:hover td{
	color: #0e477b;
	border-bottom: 1px solid #0e477b;
}
.table_container table tbody tr:nth-child(even) {
	/*background-color: #fafafa;*/
}



/* MEDIA QUERIES
================================================== */

@media only screen and (max-width: 1650px) {
	.pharmacy img {
    	width: 21px;
	}

	.newsletter.newsletter_right p {
    	font-size: 21px;
    	padding: 20px 0 50px 0;
	}

	.athletics_first {
    	gap: 20px;
	}

	.newsletter.newsletter_right {
    	background-size: 85%;
    	background-position: center 110%
	}

	.newsletter.newsletter_right .submit input {
    	padding: 15px 40px;
		font-size: 17px;
	}

	.page_text.athletics h1:after {
	    margin-top: -10px;
		background-size: 100%;
	}

	.athletics_sec {
 	   margin-left: 20px;
	}

	.athletics_first .col-lg-8 {
		display: flex;
	}

	.athletics_first img {
		height: 100%;
    	object-fit: cover;
	}

	.home_blog_right {
 	   margin-bottom: 30px;
	}

	.page_text h4 {
    	font-size: 23px;
    	line-height: 27px;
	}

	.page_text h2 {
    	font-size: 35px;
    	line-height: 40px;
	}

	.pharmacy a {
		font-size: 15px;
	}

	.newsletter p {
    	font-size: 27px;
	}

	.newsletter {
    	background-size: 21%;
	}

	.footer_box ul li a {
	    margin: 0 0px 0 20px;
    	font-size: 16px;
	}

	.footer_info_left img.mediapot {
    	width: 145px !important;
	}

	#home_banner h1 {
    	font-size: 45px;
	}

	.slider_bottom p {
    	font-size: 19px;
	}

	.banner_right {
    	margin-left: 50px;
	}

	.home_latest_news ul li .title {
    	font-size: 19px;
	}

	.banner_right h3 {
	    font-size: 26px;
    	padding-bottom: 12px;
	}

	.ad_banner.right {
    	margin-left: 50px;
	}

	.home_latest_news ul li {
    	margin: 15px 0;
	}

	.page_text h3 {
    	font-size: 34px;
	}

	.banner_right.protoselida h3 {
    	font-size: 32px;
    	margin-top: -10px;
	}

	.protoselida p {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1499px) {
	.thoughts #tabs .subtab p {
		padding: 0 8px 3px 8px;
	}

	.page_text .blog_view h2 {
        font-size: 50px;
        line-height: 55px;
        padding-bottom: 30px;
	}

	.blog_thumb {
    	margin: 30px 0px 30px 0;
	}

	.blog_inner_text p, .blog_inner_text ul  {
    	margin-bottom: 30px;
	}

	.page_text.recipes h1:before, .page_text.recipes h1:after {
    	width: calc(50% - 80px);
	}

	.blog_post .blog_text {
    	padding-top: 10px;
	}

	.blog_post {
    	margin-bottom: 25px;
	    gap: 15px;
	}

	.ad_banner.right.interviews_right {
    	margin-left: 50px;
	}

	.page_text.athletics h1:after {
        background-size: 110%;
    }

	.athletics_title a {
    	margin-top: -15px;
	}

	.small_article {
    	margin-right: 50px;
	}

	.big_article {
    	width: calc(100% + 100px);
	}

	.ad_banner {
    	gap: 30px;
	}

	.home_blog_img {
	    width: 200px;	
	}

	.home_blog_text {
    	width: calc(100% - 200px);
	}

	.home_blog_right {
    	gap: 25px;
    	margin-left: 0;
	}

	.home_latest_news ul li {
        margin: 10px 0;
    }

	.home_latest_news ul li .title {
        font-size: 17px;
    }

	.page_text h3 {
        font-size: 32px;
    }

	.protoselida p {
        font-size: 15px;
        margin-top: 10px;
    }

	.protoselido_box {
    	padding: 25px !important;
    	margin-top: 10px;
	}

	.protoselida p.today {
    	font-size: 16px;
	}

	.home_latest_news.list ul li {
    	padding: 5px 0;
	}

	.banner_right.protoselida h3 {
        font-size: 28px;
	}

	#home_banner h1 {
        font-size: 40px;
    }

	.banner_right .blog_date {
	    margin-top: 0px;
    	font-size: 14px;
	}

	.copyright p {
    	font-size: 14px;
    	text-align: left;
	}

	.footer_box ul li a {
        margin: 0 0px 0 11px;
        font-size: 15px;
    }

	.footer_menu {
 	   margin-bottom: 25px;
	}

	.footer_info_left img.mediapot {
		margin-left: 20px;
        width: 135px !important;
    }

	.footer_box .footer_info ul li a {
    	font-size: 14px;
	}

	.mit img {
	    width: 34px;
    	margin-right: 10px;
	}

	.newsletter .submit input {
    	padding: 15px 60px;
    	font-size: 18px;
		margin: 20px auto 0 auto;
	}

	.newsletter p {
        font-size: 24px;
    }

	.newsletter {
		padding: 110px 0 90px 0;
	}

	.pharmacy img {
        width: 18px;
    }

	#main_menu ul li a {
        padding: 15px 8px;
    }
}

@media only screen and (max-width:1349px) {
	/*#topbar { background:red;  }*/

	#main_menu ul li a {
        padding: 15px 6px;
	}

	.ad_banner {
        gap: 20px;
    }

	.big_article {
        width: calc(100% + 70px);
    }

	.thumbs_up {
    	width: 50px !important;
		right: -15px;
	}
	
	.home_eipan_text .comment {
    	margin-top: 30px;
	}

	.home_eipan_text h5 {
    	margin-bottom: 15px;
	}

	.banner_right.contact_details {
        margin-left: 30px;
    }

	.contact_details p {
    	padding: 7px 0 7px 15px;
	}

	.page_text.dynamic .page_title h1:after {
    	margin-top: 20px;
	}

	p.big {
    	font-size: 19px;
    	line-height: 28px;
	}

	.athletics .col-lg-9, .athletics .col-lg-3 {
		width: 100%;
	}

	.athletics_sec {
        margin-left: 0px;
        margin-top: 50px;
    }

	.page_text h4 {
        font-size: 21px;
        line-height: 25px;
	}

	.home_blog_text {
    	padding-top: 12px;
	}

	.page_text h2 {
        font-size: 32px;
        line-height: 36px;
    }

	.home_blog_text p {
    	line-height: 20px;
	}

	.home_blog_right {
        margin-bottom: 20px;
    }

	.page_text h1 {
    	font-size: 52px;
	}

	#banner {
		padding-bottom: 10px;
	}

	.author img {
        width: 45px;
	}

	.author_image:before {
		width: 50px;
		height: 50px;
	}

	.author {
        margin-top: 25px;
    	gap: 10px;
    	font-size: 15px;
	}

	.protoselido_box {
        padding: 15px !important;
    }

	.protoselida p {
        display: block;
    }

	.protoselida p.today {
    	float: none;
    	margin-top: 0;
	}

	.page_text h3 {
        font-size: 30px;
    }

	#home_banner h1 {
        font-size: 35px;
    }

	.swiper_buttons {
    	top: 380px;
	}

	.banner_right h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }

	#home_banner img {
    	height: 440px;
	}

	.home_latest_news ul li .title {
        font-size: 16px;
    }

	.banner_right .blog_date {
        font-size: 13px;
        margin-bottom: 3px;
    }

	.footer_box p {
    	margin: 5px 0;
		font-size: 16px;
    	line-height: 22px;
	}

	.footer_box .social_media a img {
	    width: 23px;
	}

	.footer_info_right img {
 	   width: 65px;
	}

	.footer_info_left img.mediapot {
        margin-left: 15px;
        width: 130px !important;
    }

	.footer_box .social_media a img.facebook {
    	width: 11px;
 	   margin-right: 5px;
	}

	.footer_box ul li a {
        margin: 0 0px 0 7px;
        font-size: 13.5px;
    }

	.footer_box p.first {
    	margin-bottom: 25px;
	}

	.newsletter img {
    	width: 62%;
	}

	.newsletter {
        padding: 100px 0 80px 0;
        background-position: 46% 65px;
        background-size: 20%;
    }

	.newsletter p {
        font-size: 20px;
    }

	.newsletter .submit input {
        padding: 13px 50px;
        font-size: 17px;
	}

	.pharmacy img {
        width: 15px;
    }

	.social_media a {
    	padding: 2px;
    	margin-left: 6px;
	}

	.social_media a img.facebook {
    	width: 9px;
	}

	#search_menu a.open_search {
    	background-size: 21px;
	}

	#search_menu a.open_search span {
    	font-size: 14px;
	}

	#logo {
        width: 380px;
        height: 67px;
	}

	.newsletter.newsletter_right {
        background-size: 80%;
        background-position: center 110%;
        padding: 30px 15px;
    }

	.newsletter.newsletter_right .submit input {
        padding: 12px 30px;
        font-size: 16px;
    }

	.pagination {
    	padding: 25px 0;
	}

	.newsletter.newsletter_right p {
        font-size: 18px;
        padding: 15px 0 40px 0;
    }

	.side_box .bordered_title h2 span {
		font-size: 28px;
	}

	.thoughts #tabs .subtab p {
		padding: 0 5px 3px 5px;
		margin-right: 0;
	}

	.author_post h3 {
		font-size: 16px;
	}

	.blog_post_mini.first {
		margin-right: 0;
	}

	.blog_post_round h3 {
		font-size: 18px;
	}

	.athletics_first {
        width: calc(100% + 15px);
    }
}  

@media only screen and (min-width:992px) and (max-width:1199px) {
	/*#topbar { background:green;  }*/
	#search form input {
    	font-size: 25px;
	}

	.page_text.athletics h1:after {
        background-size: 115%;
    }

    #main_menu ul li a {
        padding: 15px 5px;
        font-size: 14px;
    }

	.page_text .blog_view h2 {
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 20px;
    }

	.pagination_desktop {
		display: none;
	}

	.pagination_mob {
		display: block;
	}

	.recipe_first img {
    	height: auto;
	}

	.recipe_first {
		margin-bottom: 30px;
	}

	.padd_big {
    	padding-top: 60px;
    	padding-bottom: 60px;
	}

	.athletics_wrapper {
	    margin-top: 30px;
    	gap: 20px;
	}

	.small_article {
        margin-right: 20px;
    }

	.ad_banner.right.interviews_right {
 	   	margin-left: 0px;
    	flex-direction: row;
    	margin-top: 40px;
	}

	.big_article {
        width: 100%;
        margin-left: 0;
    }

	.home_blog_left {
		margin-bottom: 40px;
	}

	.home_blog_left, .home_blog_right {
		margin-left: -15px;
		width: calc(100% + 30px);
	}

	.home_latest_news.list ul li .blog_date {
		margin-top: 10px;
	    font-size: 13px;
	}

	.banner_right.protoselida h3 {
        font-size: 25px;
        margin-top: -5px;
    }

	.page_text h3 {
        font-size: 25px;
    }

	#home_banner h1 {
        font-size: 30px;
    }

	.home_latest_news ul li {
        margin: 12px 0;
    }

	.blog_inner_text p, .blog_inner_text ul {
        margin-bottom: 25px;
    }

	p.big {
 	   font-size: 19px;
    	line-height: 30px;
	}

	.footer_box p {
        margin: 5px 0;
        font-size: 15px;
        line-height: 20px;
    }

	.footer_menu {
        margin-bottom: 15px;
    }

	.mit {
 	   font-size: 13px;
	}

	#wapp a {
    	width: 85px;
    	height: 24px;
	}

	.copyright p {
        font-size: 13px;
	}

	.footer_info_left img.mediapot {
        width: 120px !important;
    }

	.footer_box .footer_info ul li a {
        font-size: 12px;
    }

	.footer_box ul li a {
        margin: 0 0px 0 5px;
        font-size: 13.5px;
    }

	.newsletter {
        background-size: 25%;
    }

	.blog_thumb {
		margin: 25px 0px 30px 0;
	}

	.blog_intro p {
        font-size: 21px;
        line-height: 32px;
	}

	.blog_inner_text p:first-of-type {
    	font-size: 23px;
    	line-height: 31px;
	}

	.date_share {
    	margin-top: 15px;
	}

	.side_box .bordered_title h2 span {
		font-size: 25px;
	}

	.content h1 {
		font-size: 26px;
	}	

	.contactform div.input {
		margin: 0px 0 20px 0;
	}

	.contactform div.input label {
		margin: 0 0 4px 0;
		font-size: 17px;
	}

	.page_text .page_title h1:after {
    	margin-top: 20px;
	}

	.page_title h1 span {
    	font-size: 37px;
	}

	#banner .banner_text h1 {
		font-size: 30px;
	}

	.mini_post_banner .mini_post_text h3 {
		font-size: 16px;
	}

	.thoughts #tabs .subtab p {
		padding: 0 5px 3px 5px;
		font-size: 14px;
		margin-right: 0;
	}

	.blog_post_round {
		margin-bottom: 20px;
	}

	.home_right_box.fourth .col-md-6:nth-child(2n+2) {
		clear: both;
	}

	.home_right_box.right .col-md-6:last-child {
		float: right;
	}

	.bordered_title h2 span {
		font-size: 28px;
	}

	.author_post h3 {
		font-size: 15px;
	}

	.blog_post_mini.first h3 {
		font-size: 18px;
	}

	.blog_post_mini.first {
		margin-right: 0;
	}

	.cd-search form {
		justify-content: flex-end;
	}

	.search_top input {
		width: 65%;
	}
	
	#sidebar {padding-left:0px;}			
	
	.blog_tags { display:block; margin-left:0px; margin-top:5px; }	
	
	.blog_post_mini h3 { font-size:16px; line-height:20px;   }
	
	.blog_post_round{padding:20px 5px;  }

	#header_ad {
		background-size: cover;
	}

	#header_ad p {
		padding-right: 30px;
	}

	#logo {
        width: 300px;
        height: 55px;
	}

	.blog_post_wrap {
    	width: 100%;
	}

	.pagination {
        padding: 25px 0 0 0;
        margin: 40px 15px 10px 15px;
    }

	.newsletter.newsletter_right {
        width: 560px;
    }
	
}

@media (max-width:991px){
	#headlines {
		margin: 10px 15px 10px 15px;
	}

	.ad_banner.right.interviews_right.category_right a {
		width: 50%;
	}

	.home_eipan {
    	margin-top: 70px;
   		margin-left: 0;
    	width: calc(100% - 5px);
	}

	.home_eipan:after {
		width: 42px;
		height: 42px;
    	top: -10px;
    	right: -13px;
	}

	.home_eipan_inner {
    	gap: 20px;
	}

	.home_eipan_text h5 {
        margin-bottom: 10px;
        font-size: 20px;
    }

	#main_menu li .dropdown ul li {
    	width: 100%;
	}

	.blog_view .author_image:before {
    	width: 130px;
    	height: 130px;
	}

	.blog_view .author img {
    	width: 125px;
	}

	#wrapper {
		z-index: unset;
	}

	#header {
    	padding: 12px 15px;
	}

	#main_menu ul li:last-child a {
    	border-bottom: 1px solid #f2f2f2;
	}

	.reverse-991 {
		display: flex;
		flex-direction: column-reverse;
	}

	.banner_right.contact_details {
        margin-left: 0px;
        margin-top: 0;
        margin-bottom: 45px;
    }

	.page_text.dynamic h4 {
 	   padding-top: 20px;
    	padding-bottom: 10px;
	}

	.page_text.dynamic .page_title h1:after {
        margin-top: 15px;
    }

	.page_text.dynamic h1 {
 	   margin-bottom: 25px !important;
	}

	.blog_inner_text p:first-of-type {
    	font-size: 24px;
    	line-height: 32px;
	}

	.blog_view {
		margin-bottom: 30px;
	}

	.ad_border_2 {
    	padding: 5px 50px;
	}

	.banner_right .ad_banner img {
        width: calc(50% - 15px);
    }

	.banner_right .ad_banner img:last-of-type {
		width: 100%;
	}

	.banner_right .ad_banner {
        flex-direction: row;
        align-items: center;
    }

	.page_text .blog_inner_text h3 {
    	font-size: 26px;
    	margin-bottom: 20px;
	}

	.blog_inner_text p {
        margin-bottom: 25px;
        font-size: 19px;
        line-height: 30px;
    }

	.blog_inner_text ul li {
		font-size: 19px;
        line-height: 30px;
	}

	.page_text .blog_view h2 {
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 20px;
        margin-top: 0;
    }

	.blog_view {
    	width: 100%;
	}

	.blog_post .col-lg-4 {
    	display: block;
	}

	.blog_post img {
    	height: auto;
    	object-fit: unset;
	}

	.page_text.recipes h1:before, .page_text.recipes h1:after {
    	height: 30px;
    	margin-top: 15px;
	}

	.padd_big {
    	padding-top: 60px;
    	padding-bottom: 60px;
	}

	.recipe_first {
		margin-bottom: 30px;
	}

	.athletics_wrapper {
        flex-wrap: wrap;
        gap: 15px 30px;
        margin-top: 30px;
    }

	.athletics_first .col-lg-8 {
		padding: 0;
	}

	.athletics_sec {
        margin-top: 40px;
    }

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

	.athletics_first {
        flex-direction: column-reverse;
	    width: 100%;
	}

	.page_text.athletics h1:after {
        margin-top: -15px;
        background-size: 137%;
    }

	.athletics_wrapper .athletics_rest {
        width: calc(50% - 15px);
	}

	.ad_banner.right.interviews_right {
        margin-left: 0px;
        flex-direction: row;
        margin-top: 40px;
        display: flex;
	    width: auto;
    }

	.small_article {
        margin-right: 5px;
    }

	.big_article {
        width: 100%;
        margin-left: 0;
    }

	.page_text h1 {
        font-size: 47px;
        margin-bottom: 40px;
    }

	.home_blog_left {
		margin-bottom: 40px;
	}

	.home_blog_left, .home_blog_right {
		margin-left: -15px;
		width: calc(100% + 30px);
	}

	.home_latest_news.list ul li .blog_date {
		margin-top: 5px;
	}

	.home_latest_news.list ul {
 	   height: 580px;
	}

	.home_latest_news.list ul li {
    	margin-right: 0px;
	}

	.banner_right.protoselida {
        width: calc(50% - 15px);
        display: inline-block;
        margin-right: 15px;
	}

	.banner_right.protoselida h3 {
        margin-top: 0;
	}

	.protoselido_box {
		margin-top: 15px;
	}

	.protoselida p.today {
        float: right;
        margin-top: 10px;
        font-size: 19px;
    }

	.protoselida p {
        font-size: 17px;
	}

	.protoselido_box {
        padding: 35px !important;
    }

	.ad_banner.right {
        width: calc(50% - 20px);
        margin-left: 15px;
        display: inline-block;
	}

	.slider_bottom {
    	margin-top: 25px;
	}

	.protoselida p {
        display: inline-block;
    }

	.arthrografia_stiles:before {
    	width: calc(100% - 30px);
	}

	.arthrografia_stiles {
    	width: calc(100% + 30px);
    	margin-left: -15px;
	}

	.banner_right {
        margin-left: 0px;
        margin-top: 45px;
    }

	.slider_bottom {
    	width: 100%;
	}

	#banner .swiper-button-prev, #banner .swiper-button-next {
    	padding: 25px;
	}

	.swiper_buttons {
        top: 360px;
    }

	.home_latest_news ul li .title {
        font-size: 19px;
    }

	.padd {
    	padding-top: 40px;
    	padding-bottom: 40px;
	}

	.banner_right .blog_date {
        font-size: 14px;
	}

	#home_banner img {
        height: 410px;
    }

	#home_banner h1 {
        font-size: 32px;
    }

	p.big {
 	   font-size: 19px;
    	line-height: 30px;
	}

	.header_wrap {
		display: flex;
		flex-direction: column-reverse;
        overflow: hidden;
	}

	#header {
		transition: all 0.5s;
		border-top: none;
	}

	.footer_box p.first {
        margin-bottom: 20px;
    }

    #copyright .flex_center > div.middle {
        order: -1;
        width: 100%;
        margin-bottom: 10px;
    }

	#footer {
        padding: 40px 0px;
    }

	.footer_box ul li a {
        margin: 0 0px 0 9px;
        font-size: 15px;
    }

	.footer_menu {
        margin-bottom: 20px;
    }

	.footer_box.right {
    	float: none;
    	text-align: center;
    	margin-top: 30px;
	    width: 100%;
	}

	#wrapper_top.sticky {
        position: fixed;
        box-shadow: 0 2px 6px rgb(0 0 0 / 50%);
        top: 0;
        z-index: 99;
        background: #fff;
	}

	#copyright .flex_center {
        flex-wrap: wrap;
	}

	#copyright .middle {
		order: -1;
	}

	.mit img {
        width: 28px;
        margin-right: 6px;
        margin-bottom: 5px;
	}

	.newsletter p {
        margin-top: 45px;
    }
	
	.newsletter {
        padding: 60px 0 90px 0;
        background-position: 12% 100%;
        background-size: 27%;
    }

	.newsletter img {
        width: 280px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

	.pharmacy a {
        font-size: 14px;
    }

	.pharmacy img {
        width: 18px;
    }

	.blog_image_container {
		padding-left: 0;
		padding-right: 0;
	}

	.blog_text_container {
		padding-left: 0;
		padding-right: 0;
	}

	.blog_post.inner.first {
		margin-bottom: 15px;
	}

	.blog_post_wrap {
    	width: 100%;
	}	

	.content h1 {
		font-size: 25px;
	}

	.content .blog_view h2 {
		margin-top: 0;
	}

	.blog_view .divider {
		display: none;
	}

	.page_text h3 {
        font-size: 27px;
    }

	.pagination {
        padding: 20px 0;
        margin: 30px 15px 0px 15px;
    }

	.newsletter.newsletter_right {
        display: none;
    }	

	.pagination_desktop

	.page-navigation {
    	gap: 20px;
	}

	.page_title h1 span {
        font-size: 35px;
	}

	.col-sm-6:nth-child(2n+2).clear_991 {
		clear: both;
	}

	.page_text .page_title h1:after {
    	margin-top: 17px;
	}

	.bordered_title a {
		top: 4px;
	}

	.latest_post {
		padding-bottom: 10px;
		margin-bottom: 10px;
		display: block;
		overflow: hidden;
	}

	.home_right_box.fourth .col-md-6:nth-child(2n+2) {
		clear: both;
	}

	.blog_post_round {
		margin-bottom: 20px;
	}

	.blog_post_mini.first {
		margin-right: 0;
	}

	.bordered_title h2 span {
		font-size: 28px;
	}

	#headlines span {
		padding: 10px 20px;
		font-size: 15px;
	}

	#wapp a {
    	width: 82px;
    	height: 22px;
	}

	.footer_box ul {
    	text-align: left;
	}

	.footer_info_left {
    	align-items: flex-start;
	}

	.social_media a {
		padding: 2px;
        margin-left: 6px;
        margin-right: 0;
    }

	.footer_info .social_media a {
        margin-left: 0;
        margin-right: 6px;
    }

	#logo {
        width: 320px;
        height: 56px;
        margin: 0;
	}

	#hide_991 {
		display: none;
	}

	.slider_top {
    	width: 100%;
	}

	#wrapper_top {
		border-bottom: 1px solid #019ec7;
	}

	#search_menu {
		float: none;
        display: flex;
	    gap: 15px;
        align-items: center;
        justify-content: flex-end;
	}

	#search_menu a.open_search span {
		display: none;
	}

	#header.fixed #logo {
		width: 170px;
		height: 60px;
		margin: 10px auto;
	}

	#header.fixed #open_menu {
		width: 32px;
		height: 32px;
	}

	#header.fixed .open_search {
		width: 33px;
		height: 33px;
	}

	/* #header_ad  { display:none; } */
	#menu_container  { visibility: hidden; width: 0;  height: 0;  margin: 0;  padding: 0;  }

	.top_menu ul li {
		display: none;
	}

	.top_menu ul li.first {
		display: block;
	}

	#search form input {
    	font-size: 24px;
	}

	#search .search-container {
	    width: 85%;
    	max-width: 100%;
	}
	
	.open_search.mobile_search {display:block; right:15px;}	

	.logo_container {
		display: flex;
		align-items: center;
	}

	#search_menu a.open_search {
        background-size: 28px;
        position: relative;
        width: 28px;
        height: 28px;
    }
	
	#open_menu  {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        background: transparent url(../img/layout/menu.svg) no-repeat center center;
        z-index: 9999;
        text-indent: -999999px;
        background-size: 100%;
	}

	#close_menu  {
        position: absolute;
        width: 35px;
        height: 35px;
        background-image: url(../img/layout/close.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 9999;
        text-indent: -999999px;
        left: 0;
        top: 0;
        background-color: #019ec7;
		display: block;
	}

	.background-overlay.openoverlay {
        visibility: visible;
        right: 0;
        width: 100%;
	}
	
	#main_menu { margin:0px; padding: 0;  height: auto; }		
	#main_menu ul#main_menu_list {
        visibility: hidden;
        width: 350px;
        background: #fff;
        height: 100svh;
        margin: 0;
        padding: 0;
        position: fixed;
        z-index: 999;
        right: -350px;
        padding: 40px 35px 25px 35px;
        transition: all 1s ease-in-out 0s;
        top: 0;
        text-align: left;
	}
	#main_menu ul#main_menu_list.active {
        visibility: visible;
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-color: #000 #fff;
        scrollbar-width: thin;
        right: 0;
        -webkit-overflow-scrolling: touch;
	}
	#main_menu ul li{ display:block; }
	#main_menu ul li a{
		opacity: 1;
        display: block;
        margin: 0 0px 0px 0;
        padding: 7px 0px 7px 0;
        font-size: 17px;
        font-weight: 900;
        transition: all 0.3s ease 0s;
        font-family: 'Source Serif 4', serif;
        border-bottom: 1px solid #f2f2f2;
	}	
	#main_menu ul.active li a{ transition: all 1s ease 0s;}	
	#main_menu ul li.hidden-desktop{  display:block;  }	
	#main_menu ul li.has-children a{ background:none; padding-right:0px; }
	#main_menu li .dropdown {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        border: 0px none;
        background: none;
        display: block;
        padding: 5px 0;		
	}
	/* #main_menu ul li .dropdown ul  { float:none; width:0; } */
	/* #main_menu ul.active li .dropdown ul  { visibility: visible;  float:none; display:block; width:100%; height:auto;} */
	#main_menu ul li .dropdown ul li a{
        margin: 0px 0 0px 0;
        font-size: 15px;
        color: #111;
        font-weight: 400;
        text-align: left;
        border: none;
        padding: 4px 0;
	}	
	
	#sidebar {padding-left:0px;}
	
	.ad_banner.right { text-align:center; }
	.facebook_box { float:none; text-align:center; }
	
	.home_left_container { margin-bottom:30px;}	
	.home_left_box { padding-right:0px;}	
	.home_right_box { padding-left:0px; }
	
	#headlines_block {
		width: calc(100% - 150px);
	}

	#headlines_block ul li a {
		font-size: 13px;
	}

	#banner .main_banner {
		height: 530px;
		margin-bottom: 20px;
	}

	#banner .banner_text h1 {
		font-size: 30px;
	}

	.read_more {
		margin-top: 10px;
	}

	.protoselido_box {
		margin-bottom: 0;
	}

	.recipe_first img {
    	height: auto;
	}

	.pagination_desktop {
		display: none;
	}

	.pagination_mob {
		display: block;
	}
	
}
  
@media only screen and (min-width:768px) and (max-width:991px) {
	/*#topbar { background:orange;  }*/
		
	#banner .small_banner { height:350px;  }
	
	.blog_post p{ margin-bottom:0px;  }
	
	.blog_post_mini.second{border-top:1px solid #eceeee;}
}

@media (max-width:767px){		
	
	#headlines span { display:none; }
	#headlines_block  { width:100%;  } 	
	.social_media span { display: none;}

	.recipes .col-xs-12 {
		margin-bottom: 30px;
	}

	.horizontal_ads .col-lg-3 {
    	margin: 8px 0;
    	padding: 0 8px;
	}

	.padd.horizontal_ads {
		padding-top: 20px;
    	padding-bottom: 20px;
	}

	.thumbs_up {
        width: 45px !important;
	}

	.home_eipan_text .comment {
    	padding-right: 35px;
	}

	.home_eipan h3 {
	    padding: 10px 25px;
    	top: -25px;
	}

	.home_eipan_inner .comment img {
    	width: 18px;
	}

	.home_eipan_text .comment p {
    	font-size: 17px;
    	line-height: 24px;
	}

	.comment span {
    	font-size: 14px;
	}

	.home_eipan_text p.message {
   		font-size: 16px;
    	line-height: 23px;
    	text-align: left;
	}

	.home_eipan_text h5 {
        font-size: 19px;
    }

	.home_eipan_inner img {
    	max-width: 150px;
	}

	.home_eipan {
        padding: 50px 20px 25px 20px;
	}

	.page_text.dynamic p {
 	   padding: 7px 0;
	}

	.dynamic ul li {
    	font-size: 16px;
	    padding: 7px 0 7px 15px;
	}

	.blog_inner_text p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
    }

	.blog_inner_text ul {
		margin-bottom: 20px;
	}

	.blog_inner_text ul li:before {
    	margin-top: 11px;
	}

	.blog_inner_text ul li {
		font-size: 18px;
        line-height: 28px;
	}

	.page_text .blog_inner_text h3 {
        font-size: 24px;
	}

	.blog_inner_text p:first-of-type {
        font-size: 22px;
        line-height: 29px;
    }

	.blog_post {
		flex-direction: column-reverse;
	}

	.pagination {
        margin: 20px 15px 0px 15px;
	    padding: 12px 0 0 0;
    }

	.recipes .col-xs-12:last-child {
		margin-bottom: 0;
	}

	.recipe_first {
        margin-bottom: 0px;
    }

	.page-navigation {
	    gap: 20px;
	}

	.athletics_title a {
        font-size: 16px;
        margin-top: 0px;
    }

	.page_text.athletics h1:after {
        background-size: 170%;
	}

	.padd_big {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}

	.athletics {
	    margin-top: 20px;
	}

	.big_article {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 30px;
    }

	.page_text h1 {
        font-size: 42px;
        margin-bottom: 35px;
    }

	.page_text h1:after {
    	height: 32px;
	    margin-left: 12px;
	}

	.page_text h2 {
        font-size: 30px;
        line-height: 34px;
    }

	.espa {
    	padding: 0 0px;
	}

	.banner_right.protoselida h3 {
        font-size: 25px;
    }

	.page_text h3 {
        font-size: 25px;
    }

	.ad_banner.right {
        width: calc(50% - 15px);
        margin-left: 10px;
	}

	.banner_right.protoselida {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

	#home_banner img {
        height: 320px;
    }

	.protoselido_box {
        padding: 22px !important;
    }

	.banner_right {
        margin-top: 30px;
    }

	#home_banner h1 {
        font-size: 28px;
    }

	.slider_bottom p {
        font-size: 18px;
    }

	p.big {
        font-size: 18px;
        line-height: 28px;
    }

	.swiper_buttons {
        top: 270px;
    }

	.blog_date {
	    margin-top: 15px;
    	font-size: 14px;
	}

	.footer_box ul li a {
        margin: 0 10px 0 0px;
        font-size: 14px;
    }

	.footer_menu {
        margin-bottom: 10px;
    }

	.newsletter {
        padding: 60px 0 80px 0;
        background-position: 6% 100%;
        background-size: 30%;
    }

	.newsletter p {
        margin-top: 35px;
        font-size: 19px;
        line-height: 27px;
    }

	.newsletter img {
    	width: 250px;
	}

	.pagination .pages {
		float: none;
		text-align: center;
	}

	.blog_post.inner.first {
		margin-bottom: 30px;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}

	.blog_post.inner.first.last {
		border-bottom: none;
		margin-bottom: 10px;
	}

	.read_more {
		margin-top: 0px;
	}

	.blog_intro p {
        font-size: 20px;
        line-height: 30px;
	}

	.page_text .blog_view h2 {
        font-size: 38px;
        line-height: 45px;
        padding-bottom: 15px;
	}

	.date_share {
	    margin-top: 15px;
    	padding-bottom: 5px;
	}

	.side_box .bordered_title h2 span {
		font-size: 25px;
	}

	.content h1 {
		font-size: 23px;
	}

	.contactform div.input label {
		margin: 0 0 4px 0;
		font-size: 16px;
	}

	.contactform div.input {
		margin: 0px 0 20px 0;
	}

	.contactform div.textarea {
		margin: 0px 0 20px 0;
	}

	.banner_right.contact_details {
        margin-bottom: 35px;
    }

	.author_post h3 {
		font-size: 17px;
	}

	.blog_post_round h3 {
		font-size: 18px;
	}

	.footer_box.footer_logo ul {
		margin-top: 5px;
	}

	.footer_info_right img {
        width: 60px;
    }

	.footer_box p.first {
        margin-bottom: 15px;
    }

	.footer_box p {
        margin: 5px 0;
        font-size: 15px;
        line-height: 21px;
    }

	.footer_info_left img.mediapot {
        margin-left: 10px;
        width: 120px !important;
    }

	.footer_info_left img.mediapot {
        margin-left: 10px;
        width: 110px !important;
    }

	.footer_box .footer_info ul li a {
        font-size: 13px;
    }
	
	.copyright {
		float: none;
		text-align: center;
	}	
	
	#banner .small_banner { height:300px;  }

	#banner .banner_text h1 {
		font-size: 27px;
	}

	.second_col {
		padding: 0;
	}
	
	.blog_tags { display:block; margin-left:0px; margin-top:5px; }
	
	.blog_view_tags { display:block; margin-left:0px; margin-top:5px; }
	
}

@media (max-width:549px){	
	
	#headlines_block {
		margin-top: 0;
	}
	.blog_post .blog_image_container {  width:100%; }	
	.blog_post .blog_text_container {  width:100%; }	

	#main_menu ul.active {
		padding: 10px 20px 10px 20px;
	}

	.banner_right .ad_banner {
        flex-flow: row wrap;
    }

	.banner_right .ad_banner a {
		width: calc(50% - 10px);
	}

	.ad_banner {
        gap: 20px;
    }

	.home_eipan_inner img {
        margin: 0 auto;
    }

	.home_eipan_inner {
    	flex-direction: column;
	}

	.blog_view .author img.dada {
    	width: 50px;
	}

	.blog_view .author {
	    padding-top: 25px;
    	font-size: 19px;
	    gap: 20px;
	}

	.page_text.athletics h1 {
 	   line-height: 58px;
	}

	.video_wrap {
 	   padding-top: 40px;
	}

	.page_text.dynamic h4 {
        padding-top: 15px;
	}

	.dynamic ul li {
    	text-align: unset;
	}

	.close_search {
    	top: 25px;
	    right: 15px;
		width: 47px;
		height: 47px;
    	background-size: 30px;
	}

	#search form .icon-search {
    	top: 11px;
    	width: 27px;
    	height: 27px;
	}

	#search form input {
        font-size: 21px;
    }

	.ad_border_2 {
        padding: 5px;
    }

	.blog_inner .home_latest_news {
		margin-bottom: 30px;
	}

	.blog_inner_text p:first-of-type {
        font-size: 20px;
        line-height: 27px;
    }

	.blog_intro p {
        font-size: 19px;
        line-height: 27px;
    }

	.page_text .blog_view h2 {
        font-size: 34px;
        line-height: 40px;
	}

	.blog_post {
        margin-bottom: 20px;
	}

	.page_text h3 {
        font-size: 23px;
	    line-height: 34px;
    }

	.athletics_title {
    	align-items: flex-start;
    	flex-direction: column;
	}

	.athletics_wrapper {
        gap: 10px 20px;
	}

	.athletics_wrapper .athletics_rest {
        width: calc(50% - 10px);
    }

	.page_text.athletics h1:after {
        background-size: 180%;
	    margin-top: -26px;
    }

	.athletics_title a {
        font-size: 17px;
        margin-top: -12px;
	    padding-left: 15px;
        margin-bottom: 25px;
        display: block;
        position: relative;
    }

	.athletics_sec {
        margin-top: 30px;
    }

	.padd_bottom {
    	padding-bottom: 20px;
	}

	.page_text h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }

	.home_blog_right {
        margin-bottom: 30px;
    }

	.home_blog_img {
        width: 100%;
    }

	.home_blog_text {
        padding-top: 10px;
        width: 100%;
    }

	.page_text h2 {
        font-size: 28px;
        line-height: 32px;
    }

	.page_text h1:after {
        height: 20px;
        margin-left: 10px;
    }

	.home_blog_right {
        gap: 15px;
        flex-direction: column-reverse;
	}

	.arthrografia_stiles {
        flex-direction: column;
        gap: 50px;
    }

	.protoselido_box {
		margin-bottom: 15px;
	}

	.ad_banner.right {
        width: 100%;
        margin-left: 0;
    }

	.banner_right.protoselida {
        width: 100%;
        margin-right: 0;
    }

	#banner {
        padding-bottom: 0px;
    }

	.arthrografia_stiles .divider {
		display: none;
	}

	#banner .swiper-button-prev, #banner .swiper-button-next {
        padding: 23px;
        background-size: 12px;
    }

	.banner_right .blog_date {
        font-size: 13px;
    }

	.home_latest_news ul li .title {
        font-size: 18px;
    }

	.slider_bottom p {
        font-size: 16px;
    }

	#home_banner img {
        height: 285px;
	}

	.swiper_buttons {
        top: 239px;
    }

	#home_banner h1 {
        font-size: 25px;
    }

	.slider_bottom {
    	margin-top: 20px;
	}

	#copyright .flex_center .col-xs-9, #copyright .flex_center .col-xs-3 {
		width: 100%;
	}

	.copyright p {
        font-size: 14px;
        text-align: center;
    }

	#wapp {
    	float: none;
    	margin-top: 12px;
		display: flex;
        justify-content: center;
	}

	.mit {
    	font-size: 13px;
	}

	.footer_box .footer_info ul li {
		padding: 1px 0;
	}

	.footer_info {
 	   gap: 20px;
	}

	.footer_info_right img {
        width: 55px;
    }

	.footer_box .social_media a img.facebook {
        width: 10.5px;
    }

	.footer_box .social_media a img {
        width: 22px;
    }

	.footer_box ul li a {
        margin: 0;
        font-size: 15px;
    }

	.footer_box.right {
        margin-top: 20px;
	}

	.footer_box ul li {
	    display: block;
    	padding: 3px 0;
	}

	.newsletter img {
        width: 215px;
    }

	.newsletter {
        padding: 60px 0 80px 0;
        background-position: 4% 115%;
        background-size: 37%;
    }

	#banner .banner_text h1 {
		font-size: 24px;
	}

	.page_title h1 span {
        font-size: 32px;
	}

	.mini_post_banner .mini_post_text {
		padding: 10px 0;
	}

	.mini_post_banner .mini_post_text .blog_date {
		margin-top: 0px;
	}

	#banner .second_col p.tag_date {
		line-height: normal;
	}

	.col-xs-6.clear_991 {
		width: 100%;
	}

	.divider {
		height: 20px;
	}

	.blog_post_round {
		padding-bottom: 5px;
		margin-bottom: 25px;
		border-bottom: 1px solid #eee;
	}

	.bordered_title h2 span {
		font-size: 26px;
	}

	.home_right_box.fourth .col-md-6 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.blog_post_mini.first h3 {
		font-size: 18px;
	}

	.footer_logo img {
		width: 180px;
	}

	.footer_social_media {
		text-align: center;
		margin-top: 15px;
	}

	.footer_box h2 {
		margin-bottom: 10px;
	}

	.flex_center {
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	
	#logo {
        width: 290px;
        height: 51px;
	}	

	#open_menu {
        width: 33px;
        height: 33px;
	}

	#search_menu a.open_search {
        background-size: 26px;
        width: 26px;
        height: 26px;
    }
}

@media only screen and (max-width:479px) {	
	/*#topbar { background:cyan;  }*/
		
	#logo {
        width: 260px;
        height: 47px;
	}

	.home_eipan_text .comment {
    	padding-right: 30px;
	}

	.thumbs_up {
        width: 42px !important;
        right: -12px;
	}

	.home_eipan:after {
        width: 40px;
        height: 40px;
	}

	.home_eipan_text h5 {
        font-size: 18px;
    }

	.blog_view .author img {
        width: 105px;
    }

	.blog_view .author {
        font-size: 18px;
    }

	.blog_view .author_image:before {
        width: 110px;
        height: 110px;
    }
	    
	.author {
        margin-top: 20px;
	}
	
	.author_image:before {
        width: 45px;
        height: 45px;
    }

	.author img {
        width: 40px;
    }

	.home_latest_news .author img.dada {
    	width: 32px;
	}

	.blog_inner_text ul li {
		font-size: 17px;
        line-height: 26px;
	}

	.article_video {
    	margin-top: 20px;
	}

	.contactform div.submit input {
    	padding: 13px 45px;
	    font-size: 17px;
    	margin: 25px 0 0 0;
	}

	.contact_box {
    	margin-top: 0px;
	}

	hr {
    	margin-top: 15px;
    	margin-bottom: 15px;
	}

	.page_text.dynamic h1 {
        margin-bottom: 20px !important;
    }

	.page_text .blog_view h2 {
        font-size: 32px;
        line-height: 38px;
    }

	.recipes .col-xs-12 {
        margin-bottom: 20px;
    }

	.page_text.recipes h1:before, .page_text.recipes h1:after {
        height: 25px;
        margin-top: 9px;
    }

	.athletics_wrapper .athletics_rest {
        width: 100%;
    }

	.page_text.athletics h1:after {
        background-size: 190%;
    }

	.athletics_first {
        gap: 5px;
    }

	.blog_date {
	    font-size: 14px;
    	margin-bottom: 2px;
	}

	.home_blog_left {
        margin-bottom: 30px;
    }

	.page_text h2 {
        font-size: 25px;
        line-height: 30px;
    }

	.page_text h1 {
        font-size: 35px;
        margin-bottom: 25px;
    }

	.page_text h3 {
        font-size: 25px;
    }

	.protoselido_box {
        padding: 30px !important;
    }

	.home_latest_news ul li .title {
        font-size: 17px;
    }

	#home_banner img {
        height: 240px;
    }

	.banner_right h3 {
        font-size: 22px;
	}

	.slider_bottom p {
        font-size: 15px;
    }

	.swiper_buttons {
        top: 194px;
    }

	#home_banner h1 {
        font-size: 23px;
    }

	p.big {
        font-size: 17px;
        line-height: 25px;
    }

	.newsletter p {
        margin-top: 25px;
        font-size: 16px;
        line-height: 24px;
    }

	.newsletter {
        padding: 50px 0 70px 0;
        background-position: 4% 120%;
        background-size: 37%;
    }

	.newsletter .submit input {
        padding: 13px 40px;
        font-size: 16px;
    }

	#search_menu {
        gap: 12px;
	}

	#topbar {
		margin-top: 0;
	}

	#header.fixed #logo {
		width: 160px;
		height: 50px;
	}

	.open_search.mobile_search {
		right: 10px;
	}

	.blog_post.inner.first.last {
		margin-bottom: 0px;
	}

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

	.blog_intro p {
        font-size: 18px;
        line-height: 25px;
	}

	.content h1 {
		font-size: 22px;
	}

	.blog_view {
        margin-bottom: 20px;
    }

	.banner_right .ad_banner img {
        width: 100%;
    }

	.blog_inner .ad_banner.first {
		margin-bottom: 30px;
	}

	.side_box .bordered_title h2 span {
		font-size: 22px;
	}

	.page_text .blog_inner_text h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }

	.blog_inner_text p {
        margin-bottom: 12px;
        font-size: 17px;
        line-height: 26px;
    }

	.blog_inner_text p:first-of-type {
        font-size: 19px;
        line-height: 25px;
    }

	.blog_inner_text ul {
		margin-bottom: 12px;
	}

	.blog_inner_text ul li {
		padding: 5px 0 5px 15px;
	}

	.blog_inner_text ul li:before {
        margin-top: 10px;
    }

	.w-100 {
		width: 100%;
	}

	.content .contact_details h2 {
		font-size: 20px;
	}

    .page_title h1 span {
        font-size: 29px;
        padding-right: 15px;
    }

	.content h2 {
		font-size: 21px;
	}

	.padd {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.thoughts #tabs .subtab p {
		margin-right: 0;
		font-size: 15px;
	}

	.divider {
		height: 0px;
	}

	.blog_post_round .blog_image {
		margin-bottom: 10px;
	}

	.bordered_title h2 span {
		font-size: 23px;
	}

	.blog_post_mini .blog_image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.blog_post_mini {
		display: flex;
		flex-direction: column;
	}

	.blog_post_info .tag_date {
		font-size: 15px;
	}

	.footer_box.footer_logo ul {
		text-align: center;
	}

	.footer_info_right img {
        width: 50px;
    }

	.footer_box .social_media a img.facebook {
        width: 10px;
    }

	.footer_box .social_media a img {
        width: 21px;
    }

	.footer_info_left img.mediapot {
        width: 105px !important;
    }

	.footer_box.right {
        margin-top: 15px;
    }

	#footer .col-xs-6 {
		width: 100%;
	}

	.footer_box {
		text-align: center;
	}

	#main_menu ul li a {
		font-size: 15px;
	}	
		
	.footer_box_container {width:100%;}	
		
	#banner .main_banner { height: 450px;  }	
	#banner .small_banner { height:250px;  }
	#banner .banner_text h1 {  font-size:22px; }
	#banner .banner_text h2 {  font-size:22px;}
	
	.blog_post h3 {
		font-size: 21px;
        line-height: 30px;
        padding-bottom: 0;
	}

	.page-navigation {
        gap: 12px;
    }

	.page-navigation .next-prev a img {
    	width: 12px;
	}
	
	.author_box { width:120px;margin:0px 20px 20px 0;  }	
	.author_box span.author_box_title { font-size:15px;   }
	
	.blog_post_mini h3 { font-size:16px; line-height:20px;  }
	
	.author_post span.author_title { font-size:18px; line-height:20px; }
	
	.blog_post_round_container { width:100%;}
	#footer {
        padding: 35px 0px;
	}

	#banner .banner_text {
		padding: 10px 10px;
	}

	#copyright {
		padding: 15px 15px;
	}
}

@media only screen and (max-width: 420px) {
	#topbar {
        padding: 12px 0;
	}

	.blog_view .author {
        padding-top: 20px;
        gap: 15px;
    }

	.blog_view .author img {
        width: 95px;
    }

	.blog_view .author_image:before {
        width: 100px;
        height: 100px;
    }

	#main_menu ul#main_menu_list.active {
        width: 100%;
	}

	.blog_inner_text ul li {
		text-align: unset;
	}

	.video_wrap {
        padding-top: 30px;
    }

	.banner_right.contact_details {
        margin-bottom: 25px;
    }

	.page_text .blog_inner_text h3 {
        font-size: 22px;
	}

	.dynamic ul li {
        font-size: 15px;
        padding: 5px 0 5px 15px;
    }

	.ad_banner.right.interviews_right {
        margin-top: 30px;
	}

	.padd_big {
        padding-top: 35px;
        padding-bottom: 35px;
    }

	.athletics_title a {
        font-size: 16px;
	}

	.page_text.athletics h1:after {
        background-size: 245%;
    }

	.page_text h2 {
        font-size: 23px;
        line-height: 28px;
    }

	.ad_banner {
        gap: 15px;
    }

	.blog_date {
        font-size: 13px;
        margin-bottom: 2px;
        margin-top: 10px;
    }

	.page_text h4 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 8px;
    }

	.home_blog_right {
        margin-bottom: 25px;
    }

	.page_text h1 {
        font-size: 32px;
	}

	.page_text h1:after {
        height: 20px;
        margin-top: 15px;
    }

	.arthrografia_stiles {
        gap: 30px;
    }

    .protoselido_box {
        padding: 20px !important;
    }

	p.big {
        font-size: 16px;
        line-height: 22px;
    }

	.swiper_buttons {
        top: 160px;
    }

	#home_banner img {
        height: 200px;
    }

	#banner .swiper-button-prev, #banner .swiper-button-next {
        padding: 20px;
        background-size: 10px;
    }

	.footer_box p.first {
        text-align: left;
    }

	.newsletter img {
        width: 190px;
    }

	.newsletter .submit input {
        padding: 12px 35px;
        font-size: 15px;
    }

	.newsletter {
        padding: 45px 0 55px 0;
        background-position: 4% 115%;
        background-size: 40%;
    }

	#header.fixed #open_menu {
		width: 27px;
		height: 27px;
		margin-top: 5px;
	}

	#header.fixed .open_search {
		width: 30px;
		height: 30px;
	}

	#header.fixed #logo {
		width: 140px;
		height: 45px;
	}

	.open_search {
		width: 32px;
		height: 32px;
	}

	#search form input {
		font-size: 17px;
		padding: 8px 10px 8px 10px;
	}

	.close_search {
        width: 32px;
        height: 32px;
        background-size: 28px;
    }

	#search .search-container {
        width: 90%;
	}

	.read_more {
		font-size: 15px;
	}

	.pagination a {
		font-size: 15px;
	}

	#search form .icon-search {
        top: 9px;
        width: 24px;
        height: 24px;
        right: 10px;
    }

	.page-navigation .current {
		font-size: 17px;
	}

	.pagination {
        margin: 15px 15px 0px 15px;
	}

	.blog_post h3 {
        font-size: 19px;
        line-height: 27px;
	}

	.blog_post.inner.first {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.content h1 {
		font-size: 20px;
	}

	.side_tags {
		padding: 7px;
		margin-bottom: 25px;
	}

	.side_tags a {
		font-size: 13px;
		margin: 0 3px 3px 0;
	}

	.social_share {
    	gap: 12px;
    	padding-right: 5px;	
	}	

	.blog_view {
        margin-bottom: 10px;
    }

	.content ul {
		margin: 15px 5px 10px 5px;
	}

	.side_box .bordered_title h2 span {
		font-size: 20px;
	}

	.content ul li {
		margin: 0 0 7px 0;
		font-size: 15px;
		line-height: 20px;
	}

	.blog_view_tags span, .blog_view_tags a {
		font-size: 13px;
	}

	.content .contact_details h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.contactform div.input label {
		margin: 0 0 3px 0;
		font-size: 15px;
	}

	.page_text .blog_view h2 {
        font-size: 30px;
        line-height: 36px;
    }

	.contactform div.submit input {
        font-size: 16px;
        padding: 13px 40px;
    }

	.content h1 {
		margin: 0px 0px 20px 0px;
	}

	.dynamic table, .dynamic th, .dynamic td {
    	padding: 8px;
	}

	.content {
		padding-left: 0;
		padding-right: 0;
	}

	p {
		font-size: 15px;
		line-height: 21px;
		text-align: unset;
	}

	.dynamic .page_title h1 span {
    	padding-right: 10px;
	}

	.page_text.dynamic h4 {
        padding-top: 10px;
    }

    .page_title h1 span {
        font-size: 25px;
    }

	.content h2 {
		margin: 15px 0px 15px 0px;
	}

	.blog_post_mini.first .blog_post_info {
		padding: 15px;
	}

	.author_post h3 {
		font-size: 16px;
	}

	#banner .main_banner {
		height: 400px;
	}

	#banner .banner_text span {
		font-size: 14px;
	}

	#banner p.tag_date {
		margin-top: 5px;
	}

	.mini_post_banner .mini_post_text h3 {
		font-size: 17px;
	}

	#banner .banner_text h1 {
		font-size: 19px;
	}

	.bordered_title a {
		top: 0;
		padding: 0;
		font-size: 14px;
		position: relative;
	}

	.bordered_title h2 span {
		font-size: 21px;
	}

	.latest_post {
		display: flex;
		flex-direction: column;
	}

	.author_post_image img {
		width: 100%;
		margin-bottom: 10px;
	}

	.author_post .author_post_image {
		width: 100%;
		margin-right: 0;
	}
	
	.thoughts #tabs {
		margin-top: 10px;
		justify-content: space-between;
		flex-direction: column;
	}

	#main_menu ul.active {
		margin-left: -15px;
		width: calc(100% + 30px);
	}

	#headlines {
		margin: 10px 0px 10px 0px;
	}

	#headlines_block ul li a {
		font-size: 12px;
	}

	.footer_info .social_media a {
        margin-right: 5px;
    }

	.social_media a img.facebook {
		width: 9px;
	}

	#header {
    	padding: 10px 15px;
	}

	.footer_info_left {
    	gap: 10px;
		padding-top: 10px;
	}

	#copyright .flex_center > div.middle {
        padding: 0;
    }

	.footer_info_right img {
        width: 45px;
    }

	.copyright p {
        font-size: 13px;
	}

	.footer_info_left img.mediapot {
        width: 100px !important;
    }

	.footer_menu {
        margin-bottom: 7px;
    }

	.social_media a img {
        width: 16px;
    }

	.social_media a img.facebook {
        width: 8px;
    }

	.pharmacy img {
        width: 15px;
    }

	.pharmacy a {
        font-size: 13px;
    }

	.social_media a img.youtube {
		width: 18px;
	}

	.social_media a img {
		width: 17px;
	}

    #logo {
        width: 210px;
        height: 40px;
    }

    #open_menu {
        width: 28px;
        height: 28px;
    }

	#search_menu a.open_search {
        background-size: 23px;
        width: 23px;
        height: 23px;
    }

	#search_menu {
        gap: 6px;
    }
}

@media only screen and (max-width: 380px) {
	.horizontal_ads .col-lg-3 {
        margin: 10px 0;
        padding: 0 0px;
        width: 100%;
    }

	.padd.horizontal_ads {
        padding-top: 10px;
        padding-bottom: 10px;
    }

	.ad_banner.right.interviews_right {
        flex-direction: column;
		gap: 20px;
	}

	.ad_banner.right.interviews_right.category_right a {
        width: 100%;
    }

	.banner_right .ad_banner {
        flex-flow: column;
    }

	.banner_right .ad_banner a {
        width: 100%;
    }

}


/*=============ERROR PAGE==================*/

.text-er{max-width:500px;margin:50px auto;text-align: center;}
.btn-er{margin-top:50px;}
.btn-er a{ position:relative; display:inline-block;  font-weight:400;  padding:5px 10px; color:#fff; background:#0e477b;   transition: all 1s ease;}
.btn-er a:hover{ color:#fff; background:#129eff;  transition: all 1s ease;  }
