/* CSS Document */

/* 
    Created on : 16/6/2015, 04:32:02 
    Author     : 
    Theme Name : thor
    Description: thor , creative HTML Template
    Version    : 1.0
    Author: mokawed
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General & Basic Styles  */
/*   02 - NAGŁÓWEK & menu & logo  */
/*   03 - TABLICA  */
/*   04 - WARSZTAT*/
/*   05 - CYTATY  */
/*   06 - O NAS  */
/*   07 - ZESPÓŁ  */
/*   08 - KONTAKT */
/*   09 - STOPKA */
/*  Animation & Keyframes   */

/*************************  UŻYWANE KOLORY  **********************
#fff (biały)
#232323 (antracyt)
#737373 (szary)
#999999 (szary)
#eeeeee (jasnoszary)*/

@import url("bootstrap.min.css");
@import url("owl.carousel.css");
@import url("font-awesome.min.css");
@import url("jquery.fancybox.css");
@import url("vegas.min.css");
@import url("animated-handel.css");
@import url("animsition.min.css");

/*********************  OGÓLNE ********************************************/

*{
    padding: 0;
    margin: 0;
}

body{
    background: #ffffff;
    font-family: 'Open Sans', Verdana, sans-serif ;
}

.container{
	width: 100%;
	padding: 0 7% 0 7%;
	margin:auto;
}

.containerr{
	width: 100%;
	padding: 0 2% 0 2%;
	margin:auto;
}

.inside{
	position: relative;
    padding: 10px 20px;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
    display: block;
    z-index: 1;
    letter-spacing: 2px;
	min-height: 50px;
	margin-bottom: 30px;
	border-radius: 12px;
	border: 2px solid #434343;
	background-color: #eeeeee;
	color: #434343;
}


.jasnoszary{
	background-color: #eeeeee;
}

.ciemnoszary{
	background-color: #434343;
}

.jasny{
	background-color: #eeeeee;
}

.text-center{
    text-align: center !important
}
.section{
    padding: 20px 0 0px 0;
}



.left {
	
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.ramka {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px 10px 30px 10px;
	border: 2px solid #434343;
	border-radius: 12px;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
	łączniki: auto;
	hyphens: auto;
}

	
.dark {
	color: #434343;
}

.pasek{
	
	min-height: 20px;
}

.wzorek {
	background-color: white;
	min-height: 50px;

}

.small {
	font-size: 12px;
	
}


/*********************************  TYPOGRAFIA  ***********************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Verdana, sans-serif ;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 2px;
    color: #232323;

}
h1 {
	
    line-height: 38px;
	font-size: 30px;
    font-weight: 900;
}

h2 {
    font-size: 24px;
    font-weight: 900;
}

h3 {
    font-size: 24px;
    font-weight: 900;
}

h4 {
    font-size: 14px;
    font-weight: 600;
	margin-bottom: 0px;
}

h5 {
	font-size: 14px;
    font-weight: 400;
	margin-bottom: 0px;
}

p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans', Verdana, sans-serif;
    color: #737373;
    font-weight: 400;
    margin-bottom: 15px;
	letter-spacing: 2px;
}


span {
    color: #fff;
}

a{
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans', Verdana, sans-serif;
    color: #434343;
    font-weight: 400;
	letter-spacing: 1px;
}

em {
	font-family: 'Open Sans', Verdana, sans-serif ;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 2px;
	font-style:normal;
	font-size: 16px;
	color: #ffffff;
}

hr {
	margin: 0em 0em 10px 0em;
	border-top: 1px solid #999999;
	width: 100%;
}	
	
ul,ol{
    margin: 0;
    padding: 0;
	list-style: none;
list-style-position: outside;
}

li {
	color: #232323;
}



/***********************************  PRZYCISKI  *****************************************/
.menu-btn{
    position: relative;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    z-index: 1;
	text-align: center;
    letter-spacing: 2px;
	min-width: 150px;
	height: 50px;
	color: #bdbdbd;
	border: 2px transparent solid;
}

.menu-btn:hover {
	color: #fff;
	border-left: 2px #232323 solid;
	border-right:  2px #232323 solid;
	
}


/*******************************************	NAGŁÓWEK        ************************************/



header{
    background-color: transparent;
    position: fixed !important;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    
}

.logo{
    float: left;
    padding: 4px 25px 0px 25px;
    background-color: #232323;
	height: 50px;
	overflow: hidden;

}

.logo h2 a{
    font-size: 14px;
    letter-spacing: 3px;
    color: #999999;
    text-transform: none;
}

.logo span{
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    text-transform: none;
}

#main-nav {
	height: 50px;
	overflow:  hidden;
	border-bottom: 2px transparent solid;
}


#main-nav > ul > li{
    float: right;  
    position: relative;
	height: 50px;
	width: 13%;
	
}

.tel {
	
	position: relative;
    padding: 10px 20px;
    font-size: 14px;
	font-weight: bold;
	text-align: center;
    display: inline-block;
    z-index: 1;
    letter-spacing: 2px;
	min-width: 150px;
	height: 50px;
	float: right;
	margin: 10px 0px 0 0;
	border-radius: 12px;
	border: 2px solid #434343;
	background-color: #eeeeee;
	color: #434343;
}

.tel:hover {
	
	background-color: #434343;
	color: #eeeeee;
	border: 2px solid #eeeeee;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}

.bialy {
	color: white;
}

#psychoterapia {
    	background-image: url(../img/swan3.jpg);


/*******************************************	ZAWARTOŚĆ        ************************************/


.row {
	margin: 30px 0px;

}

.roww {
	margin: 0px;
	padding: 10px 0px;
}

.pkt li{
    list-style: disc;
}

}
.block-title{
    text-transform: uppercase;
}


.services-item{
    position: relative;
    border: 2px solid #EDEDED;
    padding: 20px 10px;
    height: 204px;
	text-align: center;
	margin: 0 0 50px 0;


}

.nazwa {
	height: 140px;
	padding: 0;
	margin: 0;
	border: none;
}

.miasto {
	height: 20px;
	padding: 0;
	margin: 0;
	border: none;
	text-align: right;
	display:block;
}



.services-item a{
    font-size: 16px;
    letter-spacing: 2px;
    color: #737373;
	display:block;
}

.services-item span{
    font-size: 22px;
    letter-spacing: 2px;
    color: #737373;
	display:block;
}



.services-item:hover{
    background: #232323;
    color: #fff;
}


.services-item:hover a,.services-item:hover span{
    color: #fff;
}

.punkty {
list-style: disc;
list-style-position: outside;
padding: 0;
margin: 0;
}

.pseudoH4 {
	font-family: 'Open Sans', Verdana, sans-serif ;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 2px;
    color: #232323;
    font-size: 14px;
    font-weight: 600;
	margin-bottom: 0px;
}

}
.img{
	width:30px;
	float:left;
	margin:10px;
	
}

.odsun {
	min-width:70px;
	padding-left: 20px;
	margin-right: 30px;
}

.od {
	padding-left: 20px;
	
}

.ROD {
	height: 60px;
}


/*******************************************	KONTAKT        ************************************/
.contact-us {
	margin: 0;
	padding: 0;
}

.contact {
	height: 60px;
	text-align: center;
}

.contact p, span {
	line-height: 40px;
	
}

.contact span {
	font-size: 20px;
}

#przesun {
	margin-left: 50px;
}

input{
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    outline: none;
    position: relative;
}


textarea{
    width: 100%;
    padding: 10px;
    height: 120px;
    resize: none;

    outline: none
}

button {
	padding: 0px 15px;
	font-size: 12px;
}

.contact-details p{
	margin-bottom: 3px;
	text-align: center;
	color: #999999;
}

.contact-details h4{
	margin-bottom: 3px;
	margin-top: 5px;
	text-align: center;
	color: #eeeeee;
}

.contact-details a:link{
	color: #999999;
}

.contact-details a:link:hover{
	color: #eeeeee;
}

.contact-form {
	margin-bottom:10px;
}


.rezerwuj {
	
	position: relative;
    padding: 10px 20px;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
    display: block;
    z-index: 1;
    letter-spacing: 2px;
	margin-bottom: 30px;
	margin-top:30px;
	min-height: 50px;
	border-radius: 12px;
	border: 2px solid #eeeeee;
	background-color: #333999;
	color: #eeeeee;
}

.rezerwuj:hover {
	
	background-color: #eeeeee;
	color: #333999;
	border: 2px solid #333999;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}

.adres {
	
	position: relative;
    padding: 10px 20px;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
    display: block;
    z-index: 1;
    letter-spacing: 2px;
	min-height: 50px;
	margin-bottom: 30px;
	border-radius: 12px;
	border: 2px solid #434343;
	background-color: #eeeeee;
	color: #434343;
}


.tele {
	
	position: relative;
    padding: 10px 20px;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
    display: block;
    z-index: 1;
    letter-spacing: 2px;
	min-height: 50px;
	margin-bottom: 30px;
	border-radius: 12px;
	border: 2px solid #434343;
	background-color: #eeeeee;
	color: #434343;
}

.tele:hover {
	
	background-color: #434343;
	color: #eeeeee;
	border: 2px solid #eeeeee;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}

.mapa {
	margin:auto;
	width:300px;
	
}
/*******************************************	STOPKA        ************************************/

#the-footer {
		
	text-align: center;
    padding: 0px 0 3px 0 ;
	

}

#the-footer p, #the-footer a {
    color: #999999;
	margin: 0px;
	font-size: 12px;
}

/*******************************************	GO UP        ************************************/


.go-up{

    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    right: 8px;
    bottom: 100px;
    background: #232323;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
    color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

}

.go-up:hover{

    background-color: #1a1a1a;
}

.go-up i{
    color: #ffffff;
}
.go-up:hover i{
    -webkit-animation: toBottomFromTop 0.4s forwards;
    -moz-animation: toBottomFromTop 0.4s forwards;
    animation: toBottomFromTop 0.4s forwards;

}

/*******************************************	WYSŁANO        ************************************/


.wyslano{
    text-align: center;
    position: relative;
	margin: 10px 0 10px 0;
    overflow: visible;
	padding: 20% 20% 20% 20%;
}

.bla{
    position: relative;
    border: 2px solid #232323;
	padding:o;
    height: 204px;
	width: 100%;
	text-align: center;
	margin: 20px 0 50px 0;
 

}

.bla:hover{
    background: #232323;
    color: #fff;
}


.bla:hover a,{
    color: #fff;
}



/*******************************************	key frames        ************************************/

/*to bottom*/
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}


/*to right*/


@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}


/* bounceY*/

@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}


@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}



@-webkit-keyframes  bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

