


#main .centerhtml {
	font-size:100.01%;
}
body {
	font-size: 110%;
	color: #000;
font-family: 'Open Sans', sans-serif;
	padding: 0px;
	margin:0;
	line-height: 160%;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	border-bottom: 1px solid #CCCCCC;
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 8px;
}
p {
	margin: 0 0 1.5em;
	line-height:1.70em;
}
.left {
	float: left !important;
}
p .left {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
.right {
	float: right !important;
}
p .right {
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
}
a:focus {
}
a:hover {
	color: #a37600;
	text-decoration: underline;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
	
	
}
a {
	color: #a37600;
	text-decoration: none;
	
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
	
	
}
a:focus {
	outline: 0px solid transparent;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong, dfn {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
	line-height: 1.70em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
 tbody tr:nth-child(even) td, tbody tr.even td {
 background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
fieldset {
	border:none;
}
input {
}
input:focus {
}
body.contentpane {
	width:auto;
	margin:10px;
	text-align: left;
}
img {
	border: 0 none;
}
#webmacPage {
}
.center {
	width:1400px;
	margin:0 auto;
	position:relative;
}

#top{
    background-color: #000;
    color: #fff;
    border-bottom: 6px solid #a06e05;
}
#top .center{display:flex; justify-content: flex-end; padding: 15px 0; align-items: center;}
#top span{}
#top ul{ display: flex; list-style: none; margin: 0; align-items: center;}
#top ul li {
    display: flex;
    align-items: center;
    margin-left: 25px;
}
#top ul li a{ color: #fff;}
#top p{ margin: 0;}
#top i:before {
    font-size: 1.5em;
    margin-right: 10px;
}


#header {
    z-index: 8;
    position: relative;
	margin-bottom: 60px;

}
.webmacBodyID101 #header{ margin-bottom: 0;}

#header .center {
    height: 135px;
    display: flex;
    justify-content: space-around;
}
#logo {
    width: 200px;
    display: flex;
    align-items: center;
}
#logo p{ margin-bottom: 0; line-height: 0;}
#logo img{ max-width:100%; height: auto; }
/*#logo a {
    display: block;
    width: 350px;
    height: 67px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
}*/


#menu {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#megamenucss #js-mainnav.megamenu .js-megamenu, #megamenucss #js-mainnav.megamenu .js-megamenu .level1 .group, #megamenucss #js-mainnav.megamenu .js-megamenu ul.level1, #megamenucss #js-mainnav.megamenu .js-megamenu ul.level2, #megamenucss #js-mainnav.megamenu .js-megamenu ul.level3 {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px!important;
}
#js-mainnav.megamenu.blackwhite ul.level0 li.megacss span.megacss, #js-mainnav.megamenu.blackwhite ul.level0 li.megacss a.megacss, #js-mainnav.megamenu.blackwhite .megaMenuToggle {
    font-size: 15px;
    color: #000;
    padding: 12px 8px;
    font-weight: 400;
    border-left: 0px solid #000000;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
}
#megamenucss .megamenu .menu-title i{ padding: 0;}
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss span.megacss, #megamenucss #js-mainnav.megamenu ul.level1 li.megacss a.megacss {
    font-size: 14px;
    color: #000;
    text-shadow: none;
    padding: 8px 8px;
    font-weight: 300;
    border-left: 0px solid #000000;
    border-bottom: 1px solid #f5f5f5;
}
#megamenucss #js-mainnav.megamenu.horizontal ul.level0 li span.haschild.megacss span.menu-title{  padding: 0 !important;}


/*#megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active span{color: #fff !important;}*/
#megamenucss li.active span span.menu-title{ color: #fff;}
#megamenucss li.active li span span.menu-title{ color:  inherit;}


#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li.active a{color: #000 !important;}
#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li a{color: #000 !important;}

#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li.active a:hover,
#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li a:hover{color: #fff !important;}
#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li.active span.megacss{ color: #fff !important; background-color: #a06e00;}

#megamenucss .group-title .megacss { border-bottom: none !important;}
#megamenucss .group-title .menu-title {
    border-bottom: 3px solid #a06e00;
    padding-bottom: 10px;
	 color: #a06e00 !important;
}

#megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li span.haschild.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild-over.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li span.haschild-over.megacss span.menu-title {
    background: none;
    padding-left: 10px;
    background-position: 100% 4px;
    /* margin-right: 6px; */
    padding-right: 10px;
}

#megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover > a.megacss,

#js-mainnav.megamenu.blackwhite ul.level0 li.active a.megacss,
#js-mainnav.megamenu.blackwhite ul.level0 li.megacss:hover > span
{ 
    background: #a06e00 !important;
    color: #ffffff!important;
}
#megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover > a.megacss,
#megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active{ background-color: #a06e00 !important;}

#js-mainnav.megamenu.blackwhite ul.level0 ul.level1 li.megacss:hover > span
{ 
background: #a06e00 !important;
    color: #fff !important;
}

#megamenucss #js-mainnav.megamenu ul.level1 li.active span.megacss, #megamenucss #js-mainnav.megamenu ul.level1 li.active a.megacss {
color: #a06e00!important;}



#megamenucss .blackwhite.megamenu ul.level1 > li.megacss:hover > a.megacss,
#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li.active,
#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 a,
#js-mainnav.megamenu.blackwhite ul.level1 li.active a.megacss,
#js-mainnav.megamenu.blackwhite ul.level1 li.megacss:hover > span
{
    background: none !important;	
	
}
#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 a:hover{ background-color: #a06e00 !important;}
#megamenucss #js-mainnav.noJS ul.megamenu li.haschild > div.childcontent {
    box-shadow: 0px 5px 10px rgb(217 217 217 / 0.60);
}

#megamenucss #js-mainnav.blackwhite .childcontent-inner {
    background-color: #fff;
    /*background-color: rgb(3 129 132 / 0.95);*/
    color: #a06e00;
    box-shadow: 0 0 0px #bbb;
    padding: 12px;
}
#megamenucss .blackwhite.megamenu .dropdown-menu ul.level1 li.megacss:hover>a.megacss, #megamenucss .blackwhite .dropdown-menu ul.level1 li.megacss a.megacss:hover {
    background: #555!important;
    color: #ffffff!important;
}

#megamenucss #js-mainnav.blackwhite .js-megamenu {
    background: none !important ;
}

#js-mainnav.megamenu.blackwhite {
    border: 0px solid #000000;
    border-bottom: none;
    background-color: transparent;
	background: none;}

.megaKomis .adddropdown{ margin-left: -172px;}


#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.megacss, #megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss{ text-transform: uppercase;     padding: 12px 10px;}
#megamenucss #js-mainnav.megamenu ul.level0 ul.level1 li.megacss span.megacss, #megamenucss #js-mainnav.megamenu ul.level0 ul.level1 li.megacss a.megacss{ text-transform: inherit;}

.tparrows.preview1:after {
    color: #000;
    font-size: 30px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    background: rgba(255,255,255,1);
}




/*.fixedMenu {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	left: 0;
	box-shadow: 0 15px 35px 0 rgba(0, 1, 1, 0.15);
}*/


#slideshow{ margin-bottom: 60px;}

#welcome{margin-bottom: 60px;}
#welcome .center{}
#welcome .moduletable{ display: flex;}
#welcome .welcomeIMG {
    width: 40%;
    line-height: 0;
}
#welcome .welcomeIMG img {
    max-width: 100%;
    height: auto;
}
#welcome .welcomeTXT {
    display: flex;
    width: 60%;
    align-items: end;
}
#welcome .welcomeTXT .welcomeTXTinner {
    padding: 60px;
    box-shadow: 0 0 10px #00000021;
    margin-left: -100px;
    background: #fff;
    margin-bottom: 0px;
}
#welcome .welcomeTXT .welcomeTXTinner p:last-child{ margin: 0;}
#welcome .welcomeTXT .welcomeTXTinner a.moreBTN {
    background-color: #a06e05;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
	
}
#welcome .welcomeTXT .welcomeTXTinner a.moreBTN:hover{
	background-color: #000;
	text-decoration: none;
}

#welcome .welcomeTXT .welcomeTXTinner h3 {
    margin-top: 0;
    font-size: 2em;
    font-weight: 200;
    text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
}
#welcome .welcomeTXT .welcomeTXTinner h4 {
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 800;
    text-transform:inherit;
	color: #a06e05;
}
.moduletable h3{}

#services{ margin-bottom: 60px;}

.servicesBox {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}
.servicesBox {}
.servicesBox li{background-color: #a37600;}
.servicesBox li a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.servicesBox li div.left {
    width: 50%;
}
.servicesBox li div.right{
	    width: 50%;

}
.servicesBox li h3{ color: #fff; padding:0px 50px; font-weight: 300; font-size: 2em; margin: 0;}
.servicesBox li .title{ background-color: #a37600;}

.servicesBox li .img{ background-position: center center; background-size: cover; padding:200px 0px;}


.servicesBox li.meeftiki .img{ background-image: url(../images/services/meeftiki.jpg);}
.servicesBox li.gynaikologikiOgkologia .img{background-image: url(../images/services/cervical-cancer.jpg);}
.servicesBox li.gynaikologia .img{background-image: url(../images/services/gynaikologia.jpg);}
.servicesBox li.ypogonimotita .img{background-image: url(../images/services/ypogonimotita.jpg);}

/*#services .moduletable h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
	color: #2f3350;
	margin-top: 0;
}
#services ul{ margin: 0; padding: 0;
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
#services ul li {
    flex: 33.3%;
    margin-bottom: 0%;
}
#services ul li a {
    height: 45vh;
    display: flex;
    align-items: end;
    color: #fff;
	background-position: center center;
	background-size: cover;
}
#services ul li a:hover {
    text-decoration: none;
    box-shadow: inset 0 0 200px 200px rgb(0 0 0 / 60%);
	filter: grayscale(100%);
    z-index: 999;
}
#services .servicesK2Title {
    display: block;
    width: 100%;
    padding: 30px;
    font-size: 1.3em;
    font-weight: 300;
}
#services .even .servicesK2Title{ background-color: #2f3350;}
#services .odd .servicesK2Title{background-color: #c6bbb0;}*/



#news {
    /*margin-bottom: 60px;*/
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
#news .center{ padding: 60px 0;}
#news ul{
margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	margin-bottom: 30px;
	
}
#news ul li {
    width: 49%;
	margin: 0;
}
#news ul li a {
    display: flex;
    height: 35vh;
    flex-direction: column;
    padding: 15px;
    position: relative;
    background-color: #573c0099;
    background-blend-mode: luminosity;
	color: #fff;
	text-align: center;
	background-position: center center;
	background-size: cover;
	
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;	
	
}
#news ul li a:hover {
    text-decoration: none;
    background-blend-mode: normal;
	
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;	
}

#news ul li a::before{ content: ""; position: absolute;}
#news .enimerosiBoxInner {
    height: 100%;
    border: 1px solid #FFFFFF;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	background-color: rgb(0 0 0 / 15%);
	box-shadow: 0 0 15px rgb(0 0 0 / 40%);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;		
	
}
#news a:hover .enimerosiBoxInner{background-color: rgb(0 0 0 / 40%);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;	

}

#news .servicesK2Title{ font-size: 2em; margin-bottom: 10px; line-height: 120%;}
#news .servicesK2Text{}
#news a.moduleCustomLink {
    display: table;
    margin: 0 auto;
    padding: 15px 30px;
    background-color: #a06e05;
    color: #fff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;	

}
#news a.moduleCustomLink:hover{
	text-decoration: none;	
    background-color: #000;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;		
}



/*#video {
    background-color: #802b52;
    padding: 60px;
    box-shadow: inset 0px 20px 20px 0px rgb(0 0 0 / 20%);
}*/
#video {
    background-color: #a06e00;
    padding: 60px;
    background-image: url(../images/videoBG.jpg);
    box-shadow: inset 0px 20px 20px 0px rgb(0 0 0 / 20%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


#video .center{ max-width: 1000px;}
#video{}
#video{}




#testimonials{margin-bottom: 160px;}

#testimonials .center{ display: flex;}
#testimonials h3{
	
    margin-top: 0;
    font-size: 1.5em;
    font-weight: 200;

    color: #a06e00;	
}
#testimonials .testimonialsIMG {
    max-width: 100%;
    height: auto;
    background-image: url(../images/testimonials.jpg);
    width: 55%;
    background-size: cover;
    background-position: bottom center;
}
#testimonials .testimonialsTXT {
    display: flex;
    width: 45%;
    align-items: end;
	margin-top: 100px;
}
#testimonials .testimonialsTXT .moduletable {
    padding: 60px;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 10%);
    margin-left: -100px;
    margin-bottom: -100px;
    background: #fff;
    background-color: #f7f7f7;
}
#testimonials .moduleItemIntrotext p:last-child{ margin: 0;}
#testimonials div.k2ItemsBlock ul li {
    padding: 30px;
    background-color: #fff;
    padding-left: 70px;
	position: relative;
}
#testimonials div.k2ItemsBlock ul li:before {
    content: "“";
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 100px;
    font-family: georgia, serif;
    line-height: 100%;
    color: #e8e8e8;
}
#testimonials div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding: 0;
}
#testimonials li.clearList{ display: none;}


#news{}
#news .center{}
#news h3{
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;	
	
}

#logosSlider {padding-top: 60px; border-top: 1px solid #a37600;}
#logosSlider .owl-nav{ text-align: center; margin-top: 20px;}
    

#contactBottom{ margin-bottom: 60px; margin-top: 60px;}
#contactBottom .center{border-bottom: 1px solid #a37600; border-top: 1px solid #a37600; text-align: center; padding: 40px 0;}
#contactBottom h3{
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    color: #a37600;
    margin-top: 0;	
}
#contactBottom p:last-child {
    margin: 0;
}
#contactBottom a.moreBTN {
    display: table;
    margin: 0 auto;
    padding: 15px 30px;
    background-color: #a37600;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#contactBottom a.moreBTN:hover{
    text-decoration: none;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;	
	
}

#social {
    background-color: #a37600;
}
#social .center {
    padding: 30px 0;
}
#social .center ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#social .center ul li{}
#social .center ul li a {
    border: 3px solid #fff;
    border-radius: 100px;
    font-size: 1.5em;
    width: 50px;
    display: flex;
    align-items: center;
    height: 50px;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin: 0 10px;
	
	    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;	
	
}
#social .center ul li a:hover{ text-decoration: none;
	color: #000;
	border-color: #000;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;	
}


#footer{ background-color: #000; color: #fff;}
#footer a{ color: #fff;}
#footer p{ margin-bottom: 0;}
#footer .center {
    display: flex;
    width: 90%;
	align-items: center;
	padding: 30px 0;
}
#footerLeft {
	width: 50%;
}
#footerRight {
    width: 50%;
    text-align: right;
}
	





.papHeaderK2 {
    /*background-color: #2f3350;*/
	padding: 15px;
	margin-bottom: 30px;
	
background: rgb(115,79,0);
background: -moz-linear-gradient(45deg, rgba(115,79,0,1) 0%, rgba(163,118,0,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(115,79,0,1) 0%, rgba(163,118,0,1) 100%);
background: linear-gradient(45deg, rgba(115,79,0,1) 0%, rgba(163,118,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#734f00",endColorstr="#a37600",GradientType=1);
	
	
}
.papHeaderK2 .papHeaderK2inner{ display: flex;}
.papHeaderK2 .papHeaderK2Title {
/*    width: 70%;
    display: flex;
    align-items: center;
	position: relative;*/
	
    width: 70%;
    display: flex
;
    align-items: flex-start;
    position: relative;
    flex-direction: column;	
	
	
}

.papHeaderK2 .papHeaderK2Title .iconTitle {
    position: absolute;
    bottom: -35px;
    left: 25px;
    width: 50px;
    color: #fff;
    font-size: 2em;
    height: 50px;
    background-color: #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
}

.papHeaderK2 .papHeaderK2Title h2, .papHeaderK2 .papHeaderK2Title h1 {
    display: block;
    padding: 0 30px 0 0;
    color: #fff;
    font-weight: 800;
    font-size: 2em;
	line-height: 115%;
}
.papHeaderK2 .papHeaderK2Image{ width: 30%; margin: -40px 0;}
.papHeaderK2 .papHeaderK2Image .itemImageBlock{ margin: 0; padding: 0;}

.papHeaderK2 .papHeaderK2Image a {
    display: block;
    line-height: 0;
}
.papHeaderK2 .span.itemImage{ margin: 0;}
#k2Container .itemBody h2 {
    padding: 0;
    color: #a37600;
    font-weight: 800;
    font-size: 1.6em;
    line-height: 135%;
	margin: 30px 0;
	border-bottom: 2px solid #000;
    padding-bottom: 15px;
}
#k2Container .itemBody h3 {
    padding: 0;
    color: #a37600;
	color: #444;
    font-weight: 800;
    font-size: 1.4em;
    line-height: 135%;
	margin: 30px 0;
}

#k2Container div.itemBody a{ font-weight: bold;}

div#itemListPrimary {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div.groupPrimary {
    padding: 10px;
    margin-bottom: 0;
    display: inline-grid;
    height: 100%;
    position: relative;
	

}
div.groupPrimary .catItemViewInner {
    border: 1px solid rgba(52,82,147,0.15);

    box-shadow: 0 0 15px rgb(47 51 80 / 25%);
	padding: 30px;
}
div#itemListPrimary h3.catItemTitle {
    margin-top: 0;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.ui.form .field>label{ display: none !important;}
.ui.form input, .ui.form input[type=checkbox], .ui.form textarea {
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 15px 15px !important;
}
.formText{ margin-bottom: 15px;}
a.chronoforms6_credits{ display: none;}
button#button6 {
    border-radius: 0;
    padding: 20px 40px;
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    background-color: #802b52;
}
button#button6:hover{ background-color: #571935;}




.testimonialsPage div.itemContainer{ float: none;}
.testimonialsPage div.itemContainer div.groupPrimary {
    padding: 10px;
    margin-bottom: 0;
    display: block;
    height: 100%;
}
.testimonialsPage div.groupPrimary .catItemViewInner {
    border: 1px solid rgba(52,82,147,0.05);
    box-shadow: 0 0 15px rgb(47 51 80 / 10%);
    padding: 30px;
}



.qrTestimonials {
    border: 1px solid rgb(128 43 82 / 30%);
    padding: 30px;
    display: table;
    margin: 0 auto;
    margin-bottom: 60px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
	border-radius: 10px;
}
.qrTestimonials p {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 100;
    font-size: 1.2em;
}



.toc {
    border: 1px solid #a37600;
    padding: 35px;
    margin-top: 35px !important;
    width: auto;
    display: table;
    box-shadow: 5px 5px 0 #a3760040;
}
.toc .tocTitle {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 15px;
}
.toc ul {
    color: #a37600;
    list-style: auto;
    margin: 0;
    font-weight: 400;
}
.toc ul li {
    margin-bottom: 5px;
}.toc ul li a{ color: #000;}
.toc ul li a:hover{}






.qrTestimonials a{font-weight: 800;}
.qrTestimonials p:last-child{margin-bottom: 0px;}
.qrTestimonials img{ max-width: 150px !important; height: auto; }


#tiktok{box-shadow: inset 0 0 30px rgb(0 0 0 / 10%);}
#tiktok .center{ padding: 60px 0;}
#tiktok{}
#tiktok{}



