@charset "utf-8";

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

body {
	background-image:url(../img/bg_main.png);
	background-repeat:no-repeat;
	background-position:center top;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	color:#3f4446;
	text-align:left;
	-webkit-text-size-adjust: 100%;
  	-webkit-font-smoothing: antialiased;
	font-smooth: always;
	margin: 0px;
}

#top {
	width:960px;
	height:180px;
	float:left;
}
#logo {
	width:320px;
	height:40px;
	float:left;
	background-image:url(../img/logo.png);
	margin:90px 0px 0px 10px;
}

.main {
	width:960px;
	margin-bottom:100px;
	float:left;
}

.witamy {
	width: 310px;
}

.container {
	width: 960px;
	height: auto;
	margin:0 auto;
}

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:50px;
	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:24px;
	font-weight:700;
	color:#3f4446;
}
p {
	line-height:18px;
}
/* NAVIGATION -----------------------------*/

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

nav {
}

nav .show-menu,
nav input[type=checkbox],
nav .close-menu {
	display: none !important;
}

ul#menu, ul#menu ul {
    list-style-type:none;
    display:block;
    width:auto;
	margin:96px 0px 0px 0px;
	position:relative;
	float:right;

}

/*--- MENU GLOBAL STYLE ---*/
ul#menu, ul#menu ul {
    list-style-type:none;
    display:block;
    width:auto;
	margin:auto;
	margin-right:-10px;
	position:relative;
	z-index:11;
	float:right;

}

/*--- main button style ---*/
ul#menu li {
    width:auto;
    height:auto;
    padding:5px 12px 5px 12px;
	margin:0px 3px;
    float:left;
    text-align:center;
    position:relative;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:700;
	transition:all 0.3s ease 0s;
	border-radius:60px;
	border:#fff 1px solid;
}

/*--- main button text style ---*/
ul#menu li a {
    color:#3f4446;
    text-decoration:none;
	transition:all 0.3s ease 0s;
	height:85px;
	
}
ul#menu li:hover a, ul#menu li#activeM a{
    color:#03a9de;
}
ul#menu li:hover, ul#menu li#activeM{
	border-radius:60px;
	border:#03a9de 1px solid;
}


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


.grid_1 { width: 80px; float: left;}

.grid_2 { width: 160px; float: left;}

.grid_3 { width: 240px; float: left;}

.grid_4 { width: 310px; float: left;}

.grid_5 { width: 400px; float: left;}

.grid_6 { width: 480px; float: left;}

.grid_7 { width: 560px; float: left;}

.grid_8 { width: 640px; float: left;}

.grid_9 { width: 720px; float: left;}

.grid_10 { width: 800px; float: left;}

.grid_11 { width: 880px; float: left;}

.grid_12 { width: 960px; float: left;}



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



footer {
	width:100%;
	height:194px;
	margin-top:50px;
	float:left;
	background-image:url(../img/bg_footer.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.slider_container,
.container_copyrights,
.footer_container {
	width: 960px;
	height: auto;
	margin:0 auto;
}


.footer {
	width: 960px;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:500;
	text-align:center;
	margin-top:150px;
}
.footer a{
	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	color:#fff;
	text-decoration:underline;
}

footer #fastContactFooter {
	width:300px;
	height:100px;
	color:#fff;
	font-size: 30px;
	padding:35px 0px 0px 30px;
	float:left;
}
footer #fastContactFooter span {
	color:#fff;
	font-size: 20px;
	line-height: 25px;
}
footer #fastContactFooter h1 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:18px;
	color:#fff;
	text-align: left;
}
footer #fastContactFooter h1 span {
	font-weight:700;
	font-size:16px;
	color:#fff;
}
footer #fastContactFooter img {
	margin-bottom:-2px;
	margin-right:10px;
}
.footerContact {
	width:200px;
	height:100px;
	float:left;
	margin-top:65px;
	margin-left: 30px;
}
.footerLogo {
	width:180px;
	height:43px;
	float:right;
	background-image:url(../img/logo_footer.png);
	margin:-105px 0px 0px 10px;
}
#footerId_l {
	width:480px;
	height:20px;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:18px;
	color:#fff;
	text-align: left;
}
#footerId_r {
	width:480px;
	height:20px;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:18px;
	color:#fff;
	text-align: right;
}
#footerId_r a {
	text-decoration: none;
	color:#fff;
}


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


#header {
	width:960px;
	height:370px;
	background-color:#ccc;
	float:left;
	margin-bottom:55px;
}
#anim {
	width:960px;
	height:370px;
	background-color:#ccc;
	float:left;
	overflow: hidden;
}
.slide {
	width:960px;
	height:370px;
	background-color:#ccc;
	float:left;
}
.slide img {
	z-index:1;
	position:relative;
	top:-370px;

}
.slide_mask {
	width:290px;
	height:230px;
	padding:140px 0px 0px 40px;
	background-image:url(../img/anim_mask.png);
	float:left;
	z-index:2;
	position:relative;
}
.slide h1 {
	font-size:31px;
	font-weight:700;
	text-align: left;
	color:#fff;
	margin-top:0px;
}
.anim_btn {
	width:auto;
    height:20px;
    padding:8px 12px 2px 12px;
	margin-top:10px;
    float:left;
    text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:11px;
	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:190px;
	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 {
	margin-top:25px;
	width:400px;
	float:right;
	font-family: 'Lato', sans-serif;
	font-size:28px;
	font-weight:300;
	text-align:right;
	color:#3f4446;
}
#fastContact span {
	font-family: 'Lato', sans-serif;
	font-size:15px;
	font-weight:900;
	text-align:right;
	color:#03a9de;
}
#fastContact h1 {
	font-family: 'Lato', sans-serif;
	line-height:22px;
	font-size:15px;
	font-weight:500;
	text-align:right;
	color:#03a9de;
}
#fastContact img {
	margin-bottom:-2px;
	margin-right:10px;
}


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



#catMenu {
	width:100%;
	height:200px;
	float:left;
	background-image:url(../img/bg_cat_menu.png);
	background-position: center top;
	background-repeat:no-repeat;
	
	text-align: center;
}
#catBtn {
	width:100%;
	height:20px;
	float:left;
	background-image:url(../img/bg_cat_menu.png);
	background-position: center bottom;
	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:60px;
	cursor: pointer;
}

#catMenu a {
	display: inline-block;
}

.cat {
	width:138px;
	height:138px;
	margin:32px 10px;
	padding-top:0px;
	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 {
	background-image:url(../img/cat_kons_psycho_off.png);
	background-position: center top 20px;
	background-repeat:no-repeat;
	width:138px;
	height:80px;
	margin-bottom:10px;
}
.cat:hover .c1{
	background-image:url(../img/cat_kons_psycho.png);

}
.c2 {
	background-image:url(../img/cat_ter_ind_off.png);
	background-position: center top 20px;
	background-repeat:no-repeat;
	width:138px;
	height:80px;
	margin-bottom:10px;
}
.cat:hover .c2{
	background-image:url(../img/cat_ter_ind.png);

}
.c3 {
	background-image:url(../img/cat_ter_grup_off.png);
	background-position: center top 20px;
	background-repeat:no-repeat;
	width:138px;
	height:80px;
	margin-bottom:10px;
}
.cat:hover .c3{
	background-image:url(../img/cat_ter_grup.png);

}
.c4 {
	background-image:url(../img/cat_interw_off.png);
	background-position: center top 20px;
	background-repeat:no-repeat;
	width:138px;
	height:80px;
	margin-bottom:10px;
}
.cat:hover .c4{
	background-image:url(../img/cat_interw.png);

}
.c5 {
	background-image:url(../img/cat_kons_psychi_off.png);
	background-position: center top 20px;
	background-repeat:no-repeat;
	width:138px;
	height:80px;
	margin-bottom:10px;
}
.cat:hover .c5{
	background-image:url(../img/cat_kons_psychi.png);

}
.c6 {
	background-image:url(../img/cat_masaz_off.png);
	background-position: center top 20px;
	background-repeat:no-repeat;
	width:138px;
	height:80px;
	margin-bottom:10px;
}
.cat:hover .c6{
	background-image:url(../img/cat_masaz.png);

}

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

#map {
	width:300px;
	height:200px;
	float:left;
	overflow:hidden;
	border-radius:8px;
}
.thumb {
	width:220px;
	height:140px;
	border-radius: 6px;
	overflow: hidden;
	float:left;
	margin:10px;
}
.thumb:hover {
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
  	opacity:1;
}

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




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



ul#sideMenu, ul#sideMenu ul {
    list-style-type:none;
    width:180px;
    height:310px;
    padding-top:30px;
    margin-top:0px;
	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 */	


}

/*--- main button style ---*/
ul#sideMenu li {
    width:180px;
    height:30px;
    float:left;
    text-align:left;
    position:relative;
    margin-left:-20px;
    margin-bottom:20px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:700;


}

/*--- 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.png);
	background-repeat: no-repeat;
	background-position:right;
}




/*CONTACT FORM ------------------------------------------*/
.mailForm{
	margin:auto;
	float: left;

}
#mailing {
	width:700px;
	height:auto;
	float:left;
	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: 29px;
    margin-right:10px;
    padding: 8px 8px 8px 12px;
    transition: all 0.2s ease-in-out 0s;
    width: 183px;
	float:left;
}
.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: 10px 0px;
    padding: 10px 8px 8px 10px;
    transition: all 0.2s ease-in-out 0s;
    width: 616px;
}

.formBtn {
	width:100px;
	height:40px;
	padding-top:0px;
	float:left;
	text-align: center;
	font-size: 14px; 
	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;
}



.thumbTeam {
	width:220px;
	height:240px;
	float:left;
	margin:0px 10px 20px 10px;
  	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:220px;
	height:140px;
	overflow: hidden;
	float:left;
	border-radius: 6px;
	margin-bottom:20px;
}
.thumbTeamPhoto img {
	margin-top:-40px;
}

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

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