@charset "utf-8";

/* MASTER ELEMENTS -----------------------------*/

body {
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#3f4446;
	text-align:left;
	-webkit-text-size-adjust: 100%;
  	-webkit-font-smoothing: antialiased;
	font-smooth: always;
	margin: 0px;
}

body .theblogwidgets {
    height: 100px !important;
    background-size: contain !important;
	background-position: 16px 50% !important;
}

#top {
	width:100%;
}


#top_line1 {
	display:table;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 0;
}

#logo_container {
	display: table-cell;
	
	vertical-align: middle;
	text-align: center;
}

#logo_container a {
	display: inline-block;
	margin: 0 auto;
}

#logo {
	width:260px;
	height:30px;
	background-image:url(../img/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
}



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

.witamy {
	text-align: center;
}

.container {
	width: 100%;
	height: auto;
	margin:0 auto;
	padding: 0 2%;
	box-sizing: border-box;
}

ul.textList {
	list-style-image:url(../img/check_icon.png);
	line-height: 30px;
}

/* HEADING AND TEXTS -----------------------------*/	


span { font-weight:bold;}

h1 {
	font-family: 'Lato', sans-serif;
	font-size:32px;
	font-weight:700;
	color:#03a9de;
	margin-top:0px;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#03a9de;
	margin-top:0px;
	margin-bottom:20px;
}
h2:after {
	display:block;
    content:"";
    margin-top:20px;
    width:60px;
    height:3px;
	background: url('../img/sep_bar.png') no-repeat;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size:10px;
	font-weight:700;
	color:#03a9de;
	margin-top:0px;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size:22px;
	font-weight:700;
	color:#3f4446;
}
p {
	line-height:18px;
}
/* NAVIGATION -----------------------------*/

/*--- MENU GLOBAL STYLE ---*/

nav {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}




nav input[type=checkbox] {
	display: none !important;
}

nav .show-menu {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	border-radius: 40px;

	text-decoration: none;
	color: #000;
	text-align: left;
	font-size: 32px;
				
	position: relative;
	z-index: 1000;
}


	nav .show-menu i {
		display: block;
	}

	nav.sticked .show-menu {
		border: 3px solid #525252;
	}
	
	nav.fixed .show-menu {
		border: 3px solid #fff;
	}


nav .show-menu:hover {
	color: #03a9de;
	cursor: pointer;
}


nav .close-menu {
	display: none;
}

nav input#show-menu{
	display: none;
	-webkit-appearance: none;
}

nav input#show-menu ~ ul#menu {
	display: block;
	top: 0;
	left: 0;
	position: fixed;
	opacity: 0;
	overflow: hidden;
	z-index: -999;
	height: 0;
	width: 100vw;
	max-height: 0;
	margin: 0;
	padding: 20px 0;

	transition: 		opacity 0.7s ease 0s, background 0.3s ease 0s;
	-webkit-transition: opacity 0.7s ease 0s, background 0.3s ease 0s;
	-moz-transition: 	opacity 0.7s ease 0s, background 0.3s ease 0s;
	-ms-transition: 	opacity 0.7s ease 0s, background 0.3s ease 0s;
}



nav input#show-menu:checked ~ ul#menu {
	position: fixed;
	overflow: auto;
	
	height: 100vh;
	min-height: 100%;
	width: 100vw;
	
	z-index: 999999;
	opacity: 1;
	background: #03a9de;
	left: 0;
	top: 0;

	transition: 		opacity 0.7s ease 0s, background 0.3s ease 0s;
	-webkit-transition: opacity 0.7s ease 0s, background 0.3s ease 0s;
	-moz-transition: 	opacity 0.7s ease 0s, background 0.3s ease 0s;
	-ms-transition: 	opacity 0.7s ease 0s, background 0.3s ease 0s;	
}


		

	nav input#show-menu:checked ~ ul#menu .close-menu {
		position: absolute;
		text-decoration: none;
		color: #fff;
		text-align: left;
		padding: 0;
		display: inline-block;
		font-size: 38px;
						
		right: 25px;
		top: 25px;
		z-index: 999999;
	}



	nav ul li {
		list-style: none;
		display: block;
		width: 50vw;
		text-align: center;
		margin: 15px auto;
	}


	nav ul li a {
		font-size: 22px;
		line-height: 120%;
		text-decoration: none;
		color: #fff;
		display: block;
		padding: 10px 0;
		
		transition:all 0.3s ease 0s;
	}
					

	nav ul li a:hover, nav ul li#activeM {
		border-radius:60px;
		border:#fff 1px solid;
	}


/* GRIDS -----------------------------*/


.grid_1 { width: 100%; }

.grid_2 { width: 100%; }

.grid_3 { width: 100%; }

.grid_4 { width: 100%; padding: 35px 0; }

.grid_5 { width: 100%; }

.grid_6 { width: 100%; }

.grid_7 { width: 100%; }

.grid_8 { width: 100%; }

.grid_9 { width: 100%; }

.grid_10 { width: 100%; }

.grid_11 { width: 100%; }

.grid_12 { width: 100%; }



/* FOOTER -----------------------------*/



footer {
	width:100%;
	margin-top:20px;
}

.footer {
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:500;
	text-align:center;
	margin-top:150px;
}

.footer_container {
	display: block;
	width: 100%;
	height: auto;
	margin:0 auto;
}

.footer a{
	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	color:#fff;
	text-decoration:underline;
}

footer #fastContactFooter {
	display: block;
	vertical-align: middle;
	text-align: center;
	color:#fff;
	font-size: 26px;
	padding: 15px 2%;
	
	background: #03a9de;
}
footer #fastContactFooter span {
	color:#fff;
	font-size: 18px;
	line-height: 25px;
}
footer #fastContactFooter h1 {
	font-family: 'Lato', sans-serif;
	font-size:15px;
	font-weight:500;
	line-height:18px;
	color:#fff;
	text-align: center;
}
footer #fastContactFooter h1 span {
	font-weight:700;
	font-size:15px;
	color:#fff;
}
footer #fastContactFooter img {
	margin-bottom:-2px;
	margin-right:10px;
}
.footerContact {
	display: block;
	vertical-align: middle;
	padding: 15px 2%;
	text-align: center;
	background: #03a9de;
	color: #fff;
	
}



#footerLogo {
	display: block;
	vertical-align: middle;
	width:100%;
	text-align: center;
	padding: 15px 0;
}

.footerLogo {
	margin: 0 auto;
	width:80%;
	height:40px;
	background-image:url(../img/logo_footer.png);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}


.container_copyrights {
	display: block;
	width: 100%;
	background: #3f4446;
	padding: 10px 2%;
	box-sizing: border-box;
}

#footerId_l {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:18px;
	color:#fff;
	text-align: center;
}
#footerId_r {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:18px;
	color:#fff;
	text-align: center;
}
#footerId_r a {
	text-decoration: none;
	color:#fff;
}


/* HEADER & ANIM -----------------------------*/


#header {
	width:100%;
	height:270px;
}
#anim {
	width:100%;
	height:270px;
	overflow: hidden;
}
.slide {
	width:100%;
	height:270px;
	background-color:#ccc;
	float:left;
}
.slide img {
	z-index:1;
	position:absolute;
    min-width: 100%;
	max-width: 120%;
	min-height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;


}
.slide_mask {
	max-width:50%;
	height:100%;
	padding:10% 2% 0px 3%;
	background-image:url(../img/anim_mask.png);
	float:left;
	z-index:2;
	position:relative;
}
.slide h1 {
	font-size:26px;
	font-weight:700;
	text-align: left;
	color:#fff;
	margin-top:0px;
}
.anim_btn {
	width:auto;
    padding:10px 8px;
	margin-top:10px;
    float:left;
    text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:10px;
	font-weight:700;
	transition:all 0.3s ease 0s;
	border-radius:60px;
	border:#03a9de 1px solid;
}
.anim_btn a {
	color:#03a9de;
	text-decoration:none;
}
.anim_btn:hover {
	background-color:#03a9de;
}
.anim_btn:hover a {
	color:#fff;
}
#nav a {
	width: 21px;
	height: 21px;
	background-image:url(../img/nav_off.png);
	margin: 0px 2px;
	top:-40px;
	left:90px;
	float:left;
	position:relative;
	z-index:1002;
	cursor:pointer;
	color: transparent;
}
#nav a.activeSlide {
	width: 21px;
	height: 21px;
	margin: 0px 2px;
	background-image:url(../img/nav_on.png);
	float:left;
	position:relative;
	z-index:1002;
	cursor:pointer;
	color: transparent;
}



/* FAST CONTACT -----------------------------*/



#fastContact {
	display: table-cell;
	
	padding-top: 5px;
	padding-left: 15px;
	text-align: right;
	vertical-align: middle;
	margin-top:20px;
	width:100%;
	font-family: 'Lato', sans-serif;
	font-size:22px;
	font-weight:300;
	color:#3f4446;
}
#fastContact span {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:900;
	color:#03a9de;
}
#fastContact h1 {
	font-family: 'Lato', sans-serif;
	line-height:18px;
	font-size:12px;
	font-weight:500;
	color:#03a9de;
}
#fastContact img {
	margin-bottom:-2px;
	margin-right:10px;
}


/* OFFER MENU -----------------------------*/



#catMenu {
	width:100%;
	background-image:url(../img/bg_cat_menu_mob.png);
	background-position: 50% 100%;
	background-repeat: repeat-x;
	
	padding: 0 0 10px 0;
	text-align: center;
	clear: both;
}
#catBtn {
	clear: both;
	position: relative;
	width:100%;
	top: -3px;
	height:20px;
	background-image:url(../img/bg_cat_menu_btn.png);
	background-position: 50% 50%;
	background-repeat:no-repeat;
	color:#3f4446;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size:11px;
	font-weight:700;
	padding-top:5px;
	margin-bottom:10px;
	cursor: pointer;
}

#catBtn.hidden {
	position: relative;
	top: -20px;
}

#catBtn.hidden:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #efefef;
}

#catMenu a {
	display: inline-block;
}

.cat {
	margin:4px;
	padding: 4px;
	float:left;
	border-radius:6px;
	border:#e7e6e6 1px solid;
	color:#555;
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:700;
	text-align:center;


}
	
.cat:hover {
	border:#fff 1px solid;
	color:#fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bd8fa+0,03a9de+100 */
background: #6bd8fa; /* Old browsers */
background: -moz-linear-gradient(top,  #6bd8fa 0%, #03a9de 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bd8fa), color-stop(100%,#03a9de)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6bd8fa 0%,#03a9de 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6bd8fa 0%,#03a9de 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6bd8fa 0%,#03a9de 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6bd8fa 0%,#03a9de 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bd8fa', endColorstr='#03a9de',GradientType=0 ); /* IE6-9 */	
}

.c1 {
	display: inline-block;
	vertical-align: middle;
	background-image:url(../img/cat_kons_psycho_off.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	margin: 5px;
}
.cat:hover .c1{
	background-image:url(../img/cat_kons_psycho.png);

}
.c2 {
	display: inline-block;
	vertical-align: middle;
	background-image:url(../img/cat_ter_ind_off.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	margin: 5px;
}
.cat:hover .c2{
	background-image:url(../img/cat_ter_ind.png);

}
.c3 {
	display: inline-block;
	vertical-align: middle;
	background-image:url(../img/cat_ter_grup_off.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	margin: 5px;
}
.cat:hover .c3{
	background-image:url(../img/cat_ter_grup.png);

}
.c4 {
	display: inline-block;
	vertical-align: middle;
	background-image:url(../img/cat_interw_off.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	margin: 5px;
}
.cat:hover .c4{
	background-image:url(../img/cat_interw.png);

}
.c5 {
	display: inline-block;
	vertical-align: middle;
	background-image:url(../img/cat_kons_psychi_off.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	margin: 5px;
}
.cat:hover .c5{
	background-image:url(../img/cat_kons_psychi.png);

}
.c6 {
	display: inline-block;
	vertical-align: middle;
	background-image:url(../img/cat_masaz_off.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	margin: 5px;
}
.cat:hover .c6{
	background-image:url(../img/cat_masaz.png);

}

/* OTHER-----------------------------*/

#map {
	width:100%;
	overflow:hidden;
	border-radius:8px;
}

#map #map-canvas {
	width: 100% !important;
}

.thumb {
	display: inline-block;
	width:29vw;
	height:23vw;
	border-radius: 6px;
	overflow: hidden;
	margin:1vw;
}
.thumb:hover {
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
  	opacity:1;
}

.mapBig {
	height:300px;
	width:100%;
	float:left;
	border-radius: 6px;
	background:#ccc;
	margin-top:60px;
}




/* SIDE MENU-----------------------------*/



ul#sideMenu, ul#sideMenu ul {
    list-style-type:none;
	margin: 0 auto;
	padding: 0;
	display: block;
	height: auto !important;
	color:#fff;

	text-align: center;

}

ul#sideMenu.oferta {
	display: none;
}

/*--- main button style ---*/
ul#sideMenu li {
	display: inline-block;
	padding: 10px 2% 20px 2%;
	margin: 10px;
	line-height: 20px;
    text-align:center;
    position:relative;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	font-weight:700;
	
	
	background-image: url(../img/menu_bg.png);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	

}

/*--- main button text style ---*/
ul#sideMenu li a {
    color:#fff;
    text-decoration:none;
	transition:all 0.3s ease 0s;
	
}
ul#sideMenu li:hover a, ul#sideMenu li.activeS a{
    color:#fff;
}
ul#sideMenu li:hover, ul#sideMenu li.activeS{
	background-image:url(../img/arrow_menu_down.png), url(../img/menu_bg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: 50% 90%;
}




/*CONTACT FORM ------------------------------------------*/
.mailForm{
	margin: 0 auto;
	float: left;
	padding: 30px 0;

}
#mailing {
	width:100%;
	height:auto;
	margin:auto;
	}
	
.formSmall:focus, .formBig:focus  {
	border:solid 1px #6bd8fa;
}	
	
.formSmall {
	background:transparent;
    border: 1px solid #e7e6e6;
    border-radius: 4px;
    color: #3f4446;
	font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
	line-height: 40px;
    margin-right:10px;
    padding: 8px 8px 8px 12px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
	box-sizing: border-box;
	margin: 5px 0;
}
.formBig {
	background:transparent;
    border: 1px solid #e7e6e6;
    border-radius: 4px;
    color: #3f4446;
	font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 152px;
    margin: 5px 0px;
    padding: 10px 8px 8px 10px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
	box-sizing: border-box;
}

.formBtn {
	width:100%;
	height:40px;
	padding-top:0px;
	text-align: center;
	font-size: 14px; 
	margin: 5px 0;
	color:#fff;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bd8fa+0,03a9de+100 */
background: #6bd8fa; /* Old browsers */
background: -moz-linear-gradient(top,  #6bd8fa 0%, #03a9de 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bd8fa), color-stop(100%,#03a9de)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6bd8fa 0%,#03a9de 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6bd8fa 0%,#03a9de 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6bd8fa 0%,#03a9de 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6bd8fa 0%,#03a9de 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bd8fa', endColorstr='#03a9de',GradientType=0 ); /* IE6-9 */	
border-radius: 4px;
	transition: all 0.2s ease-in-out 0s;
	border:0px;
}

.formBtn:hover {
opacity:0.8;
}
.antispam {
	opacity:0;
	height:5px;
	display: none;
}


#teamDetail {
	width: 100% !important;
	float: none !important;
	padding-top: 50px;
}


.thumbTeam {
    display: inline-block;
    vertical-align: top;
	width:45%;
	margin:0px 2% 20px 2%;
  	transition: all 0.2s ease-in-out 0s;
  	text-decoration: none;
	color:#555;
}

.thumbTeam h5 {
	font-family: 'Lato', sans-serif;
	font-size:17px;
	font-weight:700;
	color:#03a9de; 
	margin-bottom:0px;
}
.thumbTeamPhoto {
	width:100%;
	height:200px;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom:20px;
}
.thumbTeamPhoto img {
	margin-top:-40px;
}

#profilPhoto {
	width:250px;
	height:350px;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom:20px;
}

#map-canvas {
	width: 100%;
	height: 350px;
	margin-top: 20px;
}