@media (max-width: 992px) {
  .block .more{
    display:none;
  }
  .social-icon {
      display:none;
  }
}

/* Fixed social Media */
.social-icon {
    width: 38px;
    height: 38px;
    display: inline;
    vertical-align: middle;
}

.social-text {
    width: 80px;
    display: inline;
    font-size: 16px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 50px;
    color: #FFF;
    font-family: sans-serif;
    font-weight: 700;
    padding: 11px 0;
}

.social{
    position: fixed;
    right: -203px;
	transition: right 0.5s ease-out 0s;
}
.social:hover {
    right: -3px;
}
.social-block{
    border-radius: 5px;
    width: 250px;
	height: 45px;
    padding: 5px;
    padding-top: 3px;
    position: relative;
}

.facebook {
	top: 150px;
}
.facebook .social-block {
	background: #295C9E;
}
.rodo{
    position: relative;
}
.rodo::before{
    content: 'Administratorem Pani/Pana danych osobowych jest Translation Cafe Sp. z o.o. z siedzibą w Krakowie, ul. Morawskiego 5/224, NIP: 677-241-49-57. Pani/Pana dane osobowe będą przetwarzane w celu udzielania odpowiedzi na Pani/Pana pytania i wnioski zawarte w formularzu kontaktowym. Podanie przez Panią/Pana danych osobowych jest dobrowolne, ale konieczne, aby otrzymywać odpowiedzi od Administratora. Pani/Pana dane osobowe będą przetwarzane na podstawie art. 6 ust. 1 lit. f) ogólnego rozporządzenia o ochronie danych, co oznacza, że przetwarzanie danych osobowych jest niezbędne do celów wynikających z prawnie uzasadnionych interesów Administratora. Prawnie uzasadnionym interesem Administratora jest komunikacja z użytkownikami strony internetowej. Pani/Pana dane osobowe będą przetwarzane przez okres niezbędny do udzielenia Pani/Panu odpowiedzi na pytania i wnioski. Pani/Pana dane osobowe mogą być też przetwarzane po tym czasie, do upływu terminów przedawnienia ewentualnych roszczeń.  Ma Pani/Panprawo dostępu do treści swoich danych, prawo ich sprostowania, usunięcia, ograniczenia przetwarzania oraz prawo do przenoszenia danych. Ma Pani/Pan również prawo wniesienia sprzeciwu wobec przetwarzania Pani/Pana danych osobowych. Ma Pani/Pan prawo wniesienia skargi do Prezesa Urzędu Ochrony Danych Osobowych, jeżeli uzna Pani/Pan, że przetwarzanie przez Administratora Pani/Pana danych osobowych narusza przepisy dotyczące przetwarzania danych osobowych. Pani/Pana dane osobowe nie będą podlegały zautomatyzowanemu podejmowaniu decyzji, w tym profilowaniu.';
    background: #255A9E;
    padding: 10px;
    opacity: 0; 
    position: absolute;
    font-size: 14px;
    color: #FFF;
    right: 105%;
    transform: translateY(-20%);
    width:650px;
    z-index: -3;
    border-radius: 5px;
    transition: .3s all ease;
    box-shadow: 0px 0px 122px -35px rgba(0,0,0,0.75);
}
.rodo:hover::before{
    opacity: 1;
    z-index: 10;
}
.rodo-kontakt {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Poprawki 22.07.2019 */

.mail{
    padding: 5px 15px 5px 30px!important;
    
}
.psbt img{
    padding: 10px;
    background-color: white;
    left: 0;
}
li.response-time{
    padding: 0 10px;
    font-style: italic;
    position: relative;
}

li.response-time::before{
    content: url("/uploads/images/fast.png");
    top: 50%;
    transform: translateY(-40%);
    position: absolute;
    left: -20px;
}

.with-blue-bg{
    color: white;
    background-color: #10407E;
    padding: 5px;
    border-radius: 3px;
    margin-left: 5px;
    white-space: nowrap;
    
}

.dev .break-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100% - 60px);
    min-height: 400px;
    margin: 30px auto;
    
}
@media (max-width: 992px) { 
    .psbt{
        display: block;
    }
    .response-time{
        width: 100%;
    }
    li.response-time::before{
        display: none;
    }
    
    li.phone{
        padding: 5px 10px!important;
        margin-right: 0!important;
    }
    li.mail{
        padding: 5px 15px!important;
    }
    
    .dev .block .more{
        display: inline-block;
    }
    .dev .break-image{
        min-height: 250px;
    }
    .dev .hideit{
        display: none;
    }
    span.with-blue-bg{
        display: inline-block;
        margin-top: 5px;
        margin-left: 0;
    }
}

.dev .block{
    height: auto;
    text-align: justify;
}

.dev .block h2{
    color: #10407E !important;
    transition: .2s;
}

.dev .block>a:hover h2{
    color: #337ab7!important;
}

.dev .block>a{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.dev .block h2 span{
    font-weight: bold;
}

.dev .block p{
    color: #10407E;
    padding-bottom: 25px;
    padding-top: 10px;
}

.dev .block .more{
    border: 1px solid #10407E;
    color: #10407E;
    position: relative;
    margin-left: 30px;
    left: 0;
}

.dev .block .more:hover{
    background-color: #10407E;
    color: #ffffff;
}

.dev .block::after{
   display: none;
}

.dev .section-2 h3{
    font-size: 24px;
    line-height: 30px;
    padding: 0 15px;
}

.dev .section-2 p{
    padding: 0 15px;
}

.dev .section-3 p{
    padding: 0 15px;
}
.cornerPhone {display: none;}

@media screen and (min-width: 992px) {
    .flexy {
        display: flex;
    }
    .flexyHeight {
        height: 100%;
    }
    .stickySection {
        position: sticky;
        top: 25px;
    }
}

@media screen and (max-width: 991px) {
    #dl-menu {
    position: fixed;
    }
    a.phone:before {display: none;}
    .contactMenu {
        padding: 10px!important;
        margin-left: 0;
    }
    #dl-menu > ul > li:last-child ul a {
        padding: 10px;
    }
    .phone {
        border: 3px dashed #FF9F00;
    }
    .phone i {
        margin-right: 5px;
        color: #FF9F00;
    }
    .cornerPhone {display: block;position: fixed; left: calc(100% - 48px);position: fixed;bottom: 0;color: #FFF; background: #d68601;padding: 8px 48px;width: auto; transition: .1s all ease; text-align: center; width: 100%; z-index: 25;}
    .cornerPhone.visible {left: 0;}
    .cornerPhone i {font-size: 25px; position: absolute;left: 15px; top: 50%; transform: translateY(-50%);pointer-events: none;}
}


.main table {width: 100%!important;}
table { 
	border-collapse: collapse; 
	margin:30px auto;
	}

/* Zebra striping */
.main tr:nth-of-type(odd) { 
	background: #eee; 
	}

.main th { 
	background: #3498db; 
	color: white; 
	font-weight: bold; 
	}

.main td, .main th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 18px;
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.main table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	.main table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.main thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.main tr { border: 1px solid #ccc; }
	
	.main td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	.main td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}
.bx-wrapper h1 {
    font-size: 40px;
}
@media screen and (min-width: 600px) {
    .bx-wrapper h1 {
        font-size: 55px;
    }
}
@media screen and (min-width: 1800px) {
    .bx-wrapper h1 {
        font-size: 60px;
    }
}

.list-inline > li {
    padding-left: 4px;
    padding-right: 4px;
}

header nav li a {
    margin: 0;
    padding: 0 6px;
}

header .list-inline, header .langs {display: inline-block;}
header .langs {margin-left: 20px;}

body.home .block.col-md-6 {min-height: 410px;}

.moving-text {
    background-color: #10407e;
    height: 60px;
    line-height: 60px;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #fff;
}
@media (max-width: 992px) {
    .moving-text { 
        height: 50px;
        line-height: 50px;
        font-family: "Lato", sans-serif;
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .dl-menuwrapper button {
        top: 55px;
    }
}
@media (max-width: 992px) {
    .dl-trigger.dl-active {
        top: 0;
    }
}
.slider .formularz .captcha , 
.content-header .zapytanie-form .captcha {float: left;width: 198px;    font-size: 10px;}
.home .zapytanie-form {
top: -50px;
    z-index: 1;}
.g-recaptcha>div {transform-origin: top left;
    transform: scale(0.7);}
/* Stylesheet: Podstawowy Modified On 2023-02-28 17:54:44 */
