

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block;}
nav ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
b {font-weight:600;}
a {font-size: 100%;vertical-align: baseline;background: transparent;text-decoration:none;}
a:hover {text-decoration:underline;}
ins {background-color: #fff;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000; font-style: italic;font-weight:bold;}
del {text-decoration:  line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted;cursor: help;}
table {border-collapse: collapse;border-spacing: 0;}
hr {display: block;height: 1px;border: 0;   border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}
input, select {vertical-align: middle;}

/* BASIC PAGE SETUP ============================================================================= */
body {}
button, input, select, textarea { color : #202020; }

/*  HEADINGS  ============================================================================= */
h1, h2, h3, h4, h5, h6 { font-weight:400;font-weight:400;margin-top: 0px;}
h1 { font-size :  1.7em;	margin-bottom : 0.2em;line-height : 1.3; }
h2 { font-size :  1.4em;	margin-bottom : 0.5em;margin-top : 0.5em;line-height : 1.2;}
h3 { font-size :  1.2em;	margin-bottom : 0.3em;line-height : 1.3; }
h4 { font-size :  1.1em;	margin-bottom : 0.5em;line-height : 1.25; }
h5 { font-size :  1em;		margin-bottom : 1.25em;}
h6 { font-size : 1em;	}


/*  TYPOGRAPHY  ============================================================================= */
p, ol, ul, dl, address { margin-bottom : .5em; font-size : 1em; /* 16 / 16 = 1 */ }
p {hyphens : auto;  }
ul, ol { margin :0; padding:0; }
li ul, li ol { margin : 0;font-size : 1em; /* 16 / 16 = 1 */ }
dl, dd { margin-bottom : 1.5em; }
dt { font-weight:400;font-weight:400; }
b, strong { font-weight:700; }
hr { display : block; margin : 1em 0; padding : 0;height : 1px; border : 0; border-top : 1px solid #ccc;}
small { font-size : 1em; /* 16 / 16 = 1 */ }
sub, sup { font-size : 75%; line-height : 0; position : relative; vertical-align : baseline; }
sup { top : -.5em; }
sub { bottom : -.25em; }
.subtext {	color: #000;	}

/* LINKS =============================================================================  */
/*a { color : #787200;}//-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;
	transition: all 0.3s ease;text-decoration: underline;}
*/
ul a {text-decoration:none;}
/*a span {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}*/
	/*a:visited { color : #ee3344; }*/
/*a:focus { color : rgb(0,0,0); }*/
a:hover, a:active { outline : 0; }
a#backtotop {position:fixed;z-index:100;bottom:10px;right:10px;
	background:url(/images/back_to_top.png) no-repeat;background-size:100%;
	width:28px;height:30px;text-indent:-9000px;}


/* IMAGES ============================================================================= */
img {
border : 0;}/*max-width: 100%;}*/

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */
table { border-collapse : collapse;border-spacing : 0;width : 100%; }
th, td, caption { padding : 0; }
tfoot { font-style : italic; }
caption { background-color : transparent; }


/*  SECTIONS  ============================================================================= */
.section {clear: both;padding: 0px;margin: 0px;}

/*  CODE  ============================================================================= */
pre.code {padding: 0;margin: 0;font-family: monospace;white-space: pre-wrap;font-size: 1.1em;}
strong.code {font-weight:400;font-weight:400;font-family: monospace;font-size: 1.2em;}
div.sql {font-size:11px;padding:15px 5px;display:block;color:#f00;white-space: pre;}

div.code {padding:20px;font-family:monospace;font-size:0.7em;background:#000;color:#fff;margin:10px 0 10px 0;}

/*  NOTES  ============================================================================= */
.note {position:relative;padding:1em 1.5em;margin: 0 0 1em 0;background: #fff;
	background: rgba(255, 255, 255, 0.5);overflow:hidden;}
.note:before {
	content:"";position:absolute;top:0;right:0;border-width:0 16px 16px 0;border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */}
.note.rounded {-webkit-border-radius:5px 0 5px 5px;-moz-border-radius:5px 0 5px 5px;border-radius:5px 0 5px 5px;}
.note.rounded:before {
	border-width:8px;border-color:#fff #fff transparent transparent;
	-webkit-border-bottom-left-radius:5px;-moz-border-radius:0 0 0 5px;border-radius:0 0 0 5px;}

/*  GLOBAL OBJECTS ============================================================================= */
.breaker { clear: both; }
.group:before,
.group:after {content:"";display:table;}
.group:after {clear:both;}
.group {zoom:1; /* For IE 6/7 (trigger hasLayout) */}
.floatleft{float: left;}
.floatright{float: right;}
*{ outline:none;}
a:focus {outline: none; }
div.clear {clear:both;height:0px;}
div.clearright {clear:right;height:0px;}
div.clearleft {clear:left;height:0px;}

/* VENDOR-SPECIFIC ============================================================================= */
html { -webkit-overflow-scrolling : touch; -webkit-tap-highlight-color : rgb(52,158,219);
	-webkit-text-size-adjust : 100%; -ms-text-size-adjust : 100%; }
.clearfix { zoom : 1; }
::-webkit-selection { background : #00354D; color : rgb(250,250,250); text-shadow : none; }
::-moz-selection { background : #00354D; color : rgb(250,250,250); text-shadow : none; }
::selection { background : #00354D; color : rgb(250,250,250); text-shadow : none; }
button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance : button; }
::-webkit-input-placeholder {font-size : .875em; line-height : 1.4; }
input:-moz-placeholder { font-size : .875em; line-height : 1.4; }
.ie7 img,.iem7 img { -ms-interpolation-mode : bicubic; }
input[type="checkbox"], input[type="radio"] { box-sizing : border-box; }
input[type="search"] { -webkit-box-sizing : content-box;-moz-box-sizing : content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { padding : 0;border : 0; }
p {/* http://www.w3.org/TR/css3-text/#hyphenation */-webkit-hyphens : auto;-webkit-hyphenate-character : "\2010";-webkit-hyphenate-limit-after : 1;
	-webkit-hyphenate-limit-before : 3;-moz-hyphens : auto; }


/* Responsivenewss ============================================================================= */
/* ============================================================================================= */
.section {clear: both;padding: 0px;margin: 0px;}
.col {display: block;float:left;margin: 1% 0 1% 1.6%;}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
}

/* GRAVITY.GR CSS  ============================================================================= */
.relative {position:relative;}
a {text-decoration:none;}
a:hover {text-decoration:none;}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

div.cmsOptions {
    position: fixed;
    top:0px;
    left: 0;
    z-index: 20;
    padding: 0 5px 0px;box-sizing: border-box;
    line-height: 18px;
    height: 18px;transition:.2s;
    transition:.2s;
}
.loaded div.cmsOptions {display: block;}
.scrolled div.cmsOptions {top:61px;}
@media only screen and (max-width: 1260px){
    div.cmsOptions {top:0px;}
    .scrolled div.cmsOptions {top:71px;}

}


div.cmsOptions a {color:#fff;font-size:11px;line-height:20px;display:inline-block;padding:0 4px;
    height:20px;}
div.cmsOptions:after {content:"";display:block;position:absolute;
width:100%;height:100%;z-index:-1;top:0;left:0;
    border:1px solid #E6E6E6;
    background-color: #394D4F;
}
div.cmsOptions a:hover {text-decoration: underline;}
/** {    transition:0.5s;}*/
.sticky div.cmsOptions {height: 14px;transition:.2s;border-radius: 4px;bottom: 0;}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  /*-webkit-text-fill-color: #fff;*/
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

@media only screen and (min-width:850px) and (max-width:1200px){
}

@font-face {
    font-family: 'Pecita';
    src: url('/fonts/subset-Pecita.woff2') format('woff2'),
        url('/fonts/subset-Pecita.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

div.therapies {margin:0 auto;width:100%;max-width:100%;}
div.therapies div.therapy {display:flex;min-height:100vh;align-items:stretch;}
div.therapies div.therapy:nth-child(even) {flex-direction:row-reverse;}
div.therapies div.therapy div.image {width:50%;position:relative;z-index:9;transition: .2s}
div.therapies div.therapy div.image div.back {position:absolute;top:0;left:0;right:0;bottom:0;
    background-size:cover;background-position: 50%;background-repeat: no-repeat;
    background-attachment: fixed;}
div.therapies div.therapy div.therapy_text {width:50%;box-sizing:border-box;padding:120px 100px 150px;z-index:10;position:relative;transition: .2s}
div.therapies div.therapy div.therapy_text h2 {font-family:'Pecita';font-size:48px;color:#655053;
    margin:0;padding:0;transition: .2s}
div.therapies div.therapy div.therapy_text div.text {margin-top:65px;padding-top:40px;color:#6a5154;font-size:17px;font-family:Roboto;
    font-weight:300;background:url(/images/twolines.png) no-repeat 0 0;transition: .2s}

div.therapies div.therapy div.therapy_text a.readmore {display:block;width:100px;height:36px;
    border-radius: 18px;background-color:#FBD7DA;text-indent:-9000px;margin-top:20px;position:relative;transition:.2s;}
div.therapies div.therapy div.therapy_text a.readmore:after {content:">";display:block;
    width:10px;height:36px;text-indent: 0;
    position:absolute;right:10px;top:0;bottom:0;line-height:36px;color:rgba(255,255,255,.5);font-size:16px;}
div.therapies div.therapy div.therapy_text a.readmore:hover {width:150px;}
div.therapies div.therapy div.therapy_text a.readmore:after {color:#fff;}


div.therapies div.therapy:nth-child(even) div.therapy_text h2 {color:#fff;}
div.therapies div.therapy:nth-child(even) div.therapy_text div.text {color:#fff;}
div.therapies div.therapy:nth-child(even) div.therapy_text div.text {background-image:url(/images/twolines_light.png);}

div.therapies div.therapy:nth-child(1) div.therapy_text {background-color:#ECF5F5;}
div.therapies div.therapy:nth-child(2) div.therapy_text {background-color:#D3C3BC;}
div.therapies div.therapy:nth-child(3) div.therapy_text {background-color:#F4F3F3;}
div.therapies div.therapy:nth-child(4) div.therapy_text {background-color:#F4ADB2;}

@media only screen and (max-width:1100px){
    div.therapies div.therapy div.image {position:relative;z-index:9;}
    div.therapies div.therapy div.therapy_text {padding:80px 40px 80px;z-index:10;position:relative;}
    div.therapies div.therapy div.therapy_text h2 {font-size:36px;}
    div.therapies div.therapy div.therapy_text div.text  {margin-top:20px;}
}
@media only screen and (max-width:750px){
    div.therapies div.therapy {flex-wrap:wrap;}
    div.therapies div.therapy div.image {width:100%;height:350px;}
    div.therapies div.therapy div.therapy_text {width:100%;padding:40px;}
}

div.footerWrap {/*background:url(/images/photo_footer.jpg) no-repeat right top #757271;*/}
div.footerWrap .marg {width:90%;max-width:1000px;margin:0 auto;padding:50px 0;}
div.footerWrap div.footertitle {display:flex;justify-content:space-between;}
div.footertitle h3 {padding:0 30px 0 0 ;color:#f6a4aa;font-size:30px;font-family:'Fira Sans';
        font-style:italic;}
div.footertitle div.bord {height:1px;background-color:rgba(255,255,255,.4);
    flex-grow:2;margin-top:22px;}

div.contactFormWrap {display:flex;justify-content:space-between;
        padding:72px 0;background: url(/images/twolines_light.png) no-repeat;
            background-position:0 40px;}
div.contactFormWrap div.text {width:47%;position:relative   ;;}
div.contactFormWrap div.text p {color:#fff;font-size:14px;}

div.contactFormWrap div.text div.footertitle h3 {color:#fff;font-family:'Fira Sans Condensed';font-size:18px;font-weight:300;
        font-style:normal;padding-right:20px;}
div.contactFormWrap div.text div.footertitle div.bord {margin-top:11px;}
div.contactFormWrap div.text div.details {display:block;position:absolute;
        bottom:60px;left:0;right:0;color:#fff;line-height:1.5;}
div.contactFormWrap div.text div.details a {color:#fff;}
div.contactFormWrap div.text div.details p {padding:20px 0 0 26px;
    background: url(/images/footer_p_icon.png) no-repeat 0px 24px;}

div.contactFormWrap div.contactForm {width:47%;min-height:400px;}

div.fields {display:flex;flex-wrap:wrap;justify-content:flex-end;}
div.fields label {display:none;}
div.fields input {display:block;border:0;box-sizing: border-box;background-color: rgba(139, 139, 133);
    padding:10px 20px;margin:0 0 10px 0;width:100%;border-radius:4px;line-height:30px;
    font-family:"Fira Sans";font-size:18px;color:#fff;}
div.fields input.contact_name,
div.fields input.contact_lastname{width:49%;}
div.fields input.contact_name {margin-right: 2%;}   

div.fields textarea {display:block;border:0;box-sizing: border-box;background-color: rgba(139, 139, 133);
    padding:10px 20px;margin:0 0 10px 0;width:100%;border-radius:4px;line-height:30px;
    font-family:"Fira Sans";font-size:18px;color:#fff;
    height:250px;}
div.contactForm input.submit {    border: 0;
    background-color: #F6A4AA;
    text-align: center;
    padding: 0 54px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    font-family: "Fira Sans Condensed";
    float: right;cursor:pointer;}


::-webkit-input-placeholder {line-height:30px;color:#ccc;font-weight:300;font-size:18px;}
input:-moz-placeholder {line-height:30px;color:#ccc;font-weight:300;font-size:18px;}
div.fields input:-webkit-autofill,
div.fields input:-webkit-autofill:hover, 
div.fields input:-webkit-autofill:focus,
div.fields textarea:-webkit-autofill,
div.fields textarea:-webkit-autofill:hover,
div.fields textarea:-webkit-autofill:focus,
div.fields select:-webkit-autofill,
div.fields select:-webkit-autofill:hover,
div.fields select:-webkit-autofill:focus {color:#fff;}