/*
Theme Name: Tłumacz Norweskiego
Author: Netkreator.pl 
*/


html {
	overflow-y: scroll;
	background:#FFF;
}

html,
button,
input,
select,
textarea {
	font-family: 'Montserrat', Helvetica, Arial, Sans-serif;
}

body { 
	margin: 0;  
	font-family: 'Montserrat', Helvetica, Arial, Sans-serif;
	color:#777777;
	font-size:15px;
    line-height: 1.5em;
	background:#FFF;
}

a {
    color: #777777; 
	text-decoration: none;
}

a:focus,
a:active,
a:hover { 
	outline: none;
	border:none;
}

a:hover {
	text-decoration: none;
	color:#ef662f;
}

p strong{
	color:#ef662f;
}
 
h1{
	margin:0 0 20px;
	color:#242366;
}

h2 {
    font-weight: bold;
    font-size: 39px;
    margin: 0 0 50px;
	color:#30373b; 
	padding:0;
	line-height:1.1;   
}

h2 strong{
	color:#ef662f;
}
  

h3{
	color:#242366;
	font-size:25px;
	font-weight:700;
	margin:0 0 20px;
	line-height:1.2;
}
h4 {
    font-weight: 700; 
    margin: 0 0 15px;
    font-size: 18px;
	line-height:1.2;  
	color:#242366;
}
h5{ 
	font-weight:bold; 
    font-size: 18px;
    margin:0 0 20px;
	color:#30373b;
	line-height:1.1;
}

h5 a{
    font-size: 20px;
	color:#242366;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
h5 a:hover{
	color:#6d207c;
	text-decoration:none;
}


h6{
	margin:0 0 5px;
	padding:0;
	font-size:13px;
	color:#949494;
	text-transform:uppercase;
}

p {
	margin: 0 0 20px;
	color:#777777;
	font-size:1em;
	text-align:justify;
    line-height: 1.7em;
}
 

.wp-caption-text{
	text-align:center;
	padding:10px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0; 
    background: #ededed;
    padding: 20px 20px 0;
    border: solid 1px #d5d5d5;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.button-a a{ 
	cursor: pointer;    
	outline:none;
	border:none;
	background:#FFF;
	text-decoration:none;
	margin:0;
	color:#ef662f;
	font-size:14px; 
	padding:15px 35px;
	border:solid 2px #ef662f;
	border-radius:5px;
	font-weight:bold;
	line-height:1;  
	display:inline-block; 
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative; 
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.button:hover,
.button:active,
.button:focus,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
.button-a a:hover{   
	color:#FFF; 
	border:solid 2px #ef662f;
	text-decoration:none;
}

.button:before,
.button-a a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ef662f;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.button:hover:before, .button:focus:before, .button:active:before, .button-a a:hover:before,  .button-a a:focus:before, .button-a a:active:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
  
input[type="submit"]{ 
	background:rgba(255,255,255,0);
	border:none;
	padding:20px 150px;
	border-bottom:solid 3px #009705;
	color:#FFF;
	background: #23dd01;
	background: -moz-linear-gradient(top, #23dd01 1%, #01cc0e 100%);
	background: -webkit-linear-gradient(top, #23dd01 1%,#01cc0e 100%);
	background: linear-gradient(to bottom, #23dd01 1%,#01cc0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23dd01', endColorstr='#01cc0e',GradientType=0 );
	
}
input[type="submit"]:hover{  
	color:#FFF;
	border:none;
	border-bottom:solid 3px #009705;
	background: #01cc0e;
background: -moz-linear-gradient(top, #01cc0e 0%, #23dd01 99%);
background: -webkit-linear-gradient(top, #01cc0e 0%,#23dd01 99%);
background: linear-gradient(to bottom, #01cc0e 0%,#23dd01 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01cc0e', endColorstr='#23dd01',GradientType=0 );
}


.button-white{
	background:rgba(255,255,255,0);
	border-color:#FFF;
	color:#FFF;
}
.button-white:hover{
	border:solid #FFF 2px;
	color:#ef662f;
}
.button-white:before{
    background: #FFF;
}

.button-red{
	background:#ae1c28;
	border-color:#ae1c28;
	color:#FFF;
}
.button-red:hover{
	border:solid 2px #ae1c28;
	color:#ae1c28;
}
.button-red:before{
    background: #FFF;

}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield; 
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

/**
 * INNE
 * ----------------------------------------------------------------------------
 */

.clear:after{
	clear: both;
}

.clear:before,
.clear:after{
	content: "";
	display: table;
}

.screen-reader-text {
	display:none;
} 

::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

img{
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img,
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

ul{
	list-style-image:url(../../../../../../themes/tlumaczholenderskiego/images/li.png);
	margin:0 0 20px;
	padding:0 0 0 20px;
}

ul li{
	margin: 0 0 5px;
	padding: 0px;	
}

input{
	border:none;
	padding:17px 15px;
	margin:0 0 15px !important;  
	background:#FFF;
	border-radius:5px;
	color:#afafaf;
	border:solid 1px #dfdfde;
	width:100%; 
}
textarea{
	height: 90px;  
	border:none;
	padding:17px 15px;
	margin:0 0 15px !important;  
	background:#FFF;
	border-radius:5px;
	color:#afafaf;
	border:solid 1px #dfdfde;
	width:100%; 
}

.aligncenter{
	margin:0 auto;
}
.alignleft{
	float:left;
	margin:0 20px 20px 0;
}
.alignright{
	float:right;
	margin:0 0 20px 20px;
}
 

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

#top{
	background:#FFF;  
	box-shadow: 3px 1px 7px 0px rgba(1, 2, 2, 0.25);  
	right: 0;
	left: 0;
	z-index: 1030;
	position: fixed;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
} 
header.shrink{    
} 
header.shrink .logo{
	margin:12px 0 12px;
}
header.shrink .logo img{ 
    width: 200px;
}   
header.shrink .navi{
	display:none;
} 

header.shrink  .main-navigation { 
	margin: 10px 0 10px;
}

/* LOGO */

.logo{
	margin:13px 0px 17px ;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.logo img{
	width:309px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.logo img:hover{
	opacity:0.7;
}

.navi{  
	padding:10px 0; 
	background:#ef662f;
	color:#d4d4e1;
	font-size:12px; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
} 

.navi a{
	font-size:12px;
	color:#d4d4e1t; 
	margin-right:20px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
 
.navi a:hover{
	color:#FFF;
}
.navi img{
	margin:-3px 5px 0 0;
}
 
  
/* SLIDER */

.slider{   
	background:url(https://tlumacznorweskiego.eu/wp-content/uploads/2017/10/slider.jpg)no-repeat center bottom;
	background-size:cover;
	padding-top:200px;
	padding-bottom:200px;
	position:relative;
	z-index:1;
}
 

.slider h1{
	font-size:48px;
	line-height:1.1;
	margin-bottom:20px;
	color:#ef662f;
	font-weight:bold;
}
.slider h2{
	font-size:24px;
	font-weight:normal;
	background:none;
	padding:0;
	color:#949494;
	margin-bottom:30px;
}
.slider p{
	font-weight:300;
	margin-bottom:30px;
}
.slider h5{
	font-size:21px;
	line-height:1.1;
	margin-bottom:15px;
	color:#ef662f;
}

/* GRID 1 */

.grid1{ 
	padding:90px 0 90px;
	overflow:hidden; 
	background:url(../../../../../../themes/tlumaczholenderskiego/images/grid1.jpg)no-repeat center center;
	background-size:cover; 
	text-align:center;
} 

.grid1 h5{  
	min-height:38px;
}  


.animate-img{
	-webkit-transform 1s ease-in-out; 
	transition: transform 1s ease-in-out;
} 
.animate-img:hover{
	-webkit-transform: rotate(360deg); 
	transform: rotate(360deg);
}
  

/* GRID 2 */


.grid2{ 
	overflow:hidden;   
	background:url(../../../../../../themes/tlumaczholenderskiego/images/grid4.jpg)no-repeat bottom right -40px;
	padding:30px 0 60px;
}  

.grid2 p{
	line-height:1.4em; 
}	 

.grid{
	padding-left: 75px;
	padding-top:10px;
	background:url(../../../../../../themes/tlumaczholenderskiego/images/ico5.png)no-repeat left top;
}

.grid2 .col-md-4{
    background: rgba(255, 255, 255, 0.72); 
    border-radius: 10px;
}


/* GRID 3 */

.grid3{ 
	padding:90px 0 80px;
	overflow:hidden; 
	background:url(../../../../../../themes/tlumaczholenderskiego/images/grid2.jpg)no-repeat center center;
	background-size:cover; 
	border-top:solid 1px #eaeaea;
}  

.grid3 .col-md-6{
	padding-right:60px;
}


.grid3 h2{
	margin-bottom:30px;
}

/* GRID 4 */

.grid4{ 
	padding:90px 0 60px;
	overflow:hidden; 
	background:url(../../../../../../themes/tlumaczholenderskiego/images/grid3.jpg)no-repeat top center;
	background-size:cover; 
	text-align:center;
}  
.grid4 h3{
	color:#FFF;
	font-size:48px;
	font-weight:bold;
	margin:0 0 30px;
}

.grid4 p{
	color:#FFF;
	text-align:center;
}

.laptop{
	background:url(../../../../../../themes/tlumaczholenderskiego/images/laptop.png)no-repeat top center;
    padding: 30px 129px 50px 125px;
}

/* GRID 5 */


.grid5{ 
	padding:60px 0 70px;
	overflow:hidden;   
}  
 
 
 
/* GRID 7 */

.grid7{ 
	overflow:hidden; 
	background:url(../../../../../../themes/tlumaczholenderskiego/images/grid5.jpg)no-repeat center center;
	background-size:cover;	
	text-align:center;
}  
 
.grid7 > div{
	padding:80px 0 100px;
}

.grid7 .box-wrap{
	border:solid 1px #dcdcdc;
    padding: 30px 20px 10px;
	background:#FFF;
}

.grid7 p{
	text-align:center;
} 


/* GRID 8 */

.grid8{ 
	padding:60px 0 30px;
	overflow:hidden; 
	background:url(../../../../../../themes/tlumaczholenderskiego/images/grid8.png)repeat-x top center; 
}  

.video-box{
	background:#FFF;
	padding:40px; 
	box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.2); 
}



/* GRID 6 */

.grid6{ 
	padding:50px 0 60px;  
	background:#ef662f;
	overflow:hidden; 
	margin-top:50px;
	text-align:center;
}

.home .grid6{ 
	margin:0;
}

.grid6 h5{
	padding:0;
	margin:0 20px 0 0;
	background:none;
	border:none;
	color:#FFF;
	font-size:27px;
    line-height: 35px;
	font-weight:normal; 
	display:inline-block;
	font-weight:500;
    vertical-align: middle;
}
.grid6 strong{
	margin:0 10px;
}  

.margin-bottom2{
	margin-bottom:50px;
}

blockquote{
	background:#ef662f;
	margin-bottom:30px;
    padding: 30px 20px 30px;
	color:#FFF;

}
blockquote p strong,
blockquote p span,
blockquote p{
	color:#FFF !important;
}
blockquote p a{
	color:#000 !important;
}

/* MAPA */

.mapa{
	overflow:hidden; 
	margin-bottom:-6px;
	border-top:solid 2px #ef662f;
}

.mapa iframe{
    margin-top: -48px;
}
 

/* PAGE */


.page-top{ 
	text-align:center;
	margin-bottom:60px;
    background: url(../../../../../../themes/tlumaczholenderskiego/images/grid5.jpg)no-repeat bottom center;
	background-size:cover;
    padding-top: 180px;
	padding-bottom:80px;
}
.page-top h1{ 
    font-weight: 700;
	min-width:100px; 
    font-size: 28px;
    margin: 0 0 10px;
    color: #FFF;
    background: #ef662f;
    display: inline-block;
    padding: 20px; 
}

.breadcrumbs a:hover{
	color:#FFF;
}
 

.icon-date,
.icon-author,
.icon-cat{ 
	padding:10px 15px 10px 35px;
	font-size:0.9em;
	color:#7b7b7b;
	font-weight:bold;
	display:inline-block; 
}
.icon-date{
	background:url(../../../../../../themes/tlumaczholenderskiego/images/date.png)no-repeat left 10px center #F4F4F4;
	margin-right:10px;
}
.icon-author{
	background:url(../../../../../../themes/tlumaczholenderskiego/images/author.png)no-repeat left 10px center #F4F4F4;
	margin-right:10px;
}
.icon-cat{
	background:url(../../../../../../themes/tlumaczholenderskiego/images/cat.png)no-repeat left 10px center #F4F4F4; 
}
.icon-cat a{
	font-size:0.9em;
	color:#7b7b7b;
	font-weight:bold;
}

.wpis{
	margin-bottom:30px;
}
 
.wpis-wrap{ 
	border:solid 1px #d4dee5;

}

.wpis:nth-of-type(3n+1){
	clear:both;
}

.home .wpis:nth-of-type(3n+1){
	clear:none;
}

.box{
	background:#FFF; 
	padding:20px 30px 25px; 
}
.box h5 a{
    color: #000;
    font-weight: normal;
    font-size: 16px; 
    text-transform: uppercase;
    min-height: 43px;
    display: block;
}
.box h5 a:hover{
	color:#ef662f;
}
.box h5{
	margin-bottom:10px;
	font-size:12px;
	line-height:1.2;
}

.tumb-sm{ 
	overflow:hidden;
    display: block;
}
.tumb-sm img{
	width:100%;
}

/* INNE */

.margin-bottom{
	margin-bottom:40px;
}
.margin-bottom2{
	margin-bottom:40px;
}

.post-comments{
	padding-top:30px;
}

	
/* PAGINACJA */


.paginacja {
	margin:30px 0 0;
	padding-bottom:30px;
}

.paginacja ul {
text-align:center
}
.row-padding  .paginacja ul li {
display:inline-block;
margin:0 2px;
padding:0;
}

.paginacja ul li a,.paginacja ul li span {
padding:10px 12px;
display:inline-block;
float:right;
font-weight:bold;
font-size:1em;
line-height:1.2;
-webkit-transition:all .5s;
-moz-transition:all .5s;
transition:all .5s;
background:#FFF;
border:solid 2px #ef662f;
color:#ef662f; 
}

.paginacja ul li span {
font-weight:bold;
background:#ef662f;
color:#FFF;
text-decoration:none;
border:solid 2px #ef662f;
}

.paginacja ul li a:hover {
background:#ef662f;
color:#FFF;
text-decoration:none;
border:solid 2px #ef662f;
}

label{
   padding: 8px 0;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
 
 
.main-navigation { 
	margin: 24px 0 0;
	float:right;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.nav-menu li { 
	float:left;
	margin:0 18px;
}

.nav-menu li a {
    color: #6c6c6c;
    font-size: 15px;    
	display:block;   
    padding: 10px 0;
	font-weight:300;
	letter-spacing:0.5px; 
	background:rgba(255,255,255,0);
	text-decoration: none; 
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
} 
.nav-menu > li > a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ef662f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
} 

.nav-menu li a:hover:after, .nav-menu li a:focus:after, .nav-menu li a:active:after {
    right: 0;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus,
.nav-menu li.current-menu-item > a{
	color:#ef662f;
}

.nav-menu li:last-child{
	margin-right:0;
}


.nav-menu li.menu-tel{
	margin:0 40px;
}
.nav-menu li.menu-tel a{
	font-weight:bold;
}

.nav-menu > li:last-child  a { 
	padding:10px 25px 10px 25px;
	color:#ef662f; 
	border:solid 2px #ef662f;
	font-size:14px; 
	border-radius:5px;
	font-weight:bold;  
}
.nav-menu > li:last-child  a:hover{
	background:#ef662f;
	color:#FFF;
	border:solid 2px #ef662f;
}

.nav-menu > li:last-child  a:after{
	display:none;
}

.nav-menu .sub-menu,
.nav-menu .children {
    border: 0; 
    text-align: left;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
	box-shadow: 0px 0px 3px 0px rgba(1, 2, 2, 0.25); 
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
.nav-menu .sub-menu  li,
.nav-menu .children  li{
	display:block;
	width:100%; 
	margin:0; 
	float:none;
}

ul.nav-menu ul a,
.nav-menu ul ul a {  
	padding:7px 10px;
	display:block;
	color:#000;
	margin: 0; 
	background: rgba(255,255,255,0.95); 
	border:none;
	line-height:1.2;
	width:300px;
	letter-spacing:0;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background: #ef662f;
  color:#FFF;
	border:none;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
} 
.menu-toggle {
	display: none;
}


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

.footer{ 
	background:#FFF;
	font-size:14px;
}

.grid_footer{
	padding:70px 0 70px;
	color:#FFF;  
	text-align:center;
	overflow:hidden;
}

.grid_footer p{
	color:#cfd0d5;
}

.grid_footer a{ 
	color:#cfd0d5;  
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; 
}

.grid_footer a:hover{
	text-decoration:none;
	color:#FFF;
}

.grid_footer a img{
	margin-right:5px;
	margin-top:-2px;
}

.footer .widget-title{ 
	color:#FFF;
	font-size:17px;
	text-transform:uppercase; 
	margin:0 0 35px;
	font-weight:bold;
	line-height:1.4;
	padding-bottom:16px;
	background:url(../../../../../../themes/tlumaczholenderskiego/images/h5.png)no-repeat left bottom;
}

.footer ul{
	color:#aaaaaa; 
	list-style:circle;
	padding:0 0 0 20px;
	margin:0;
}
.footer ul  li{
	margin:0 0 12px; 
	padding-right:20px;
}  
.footer ul.menu  li{
	width:50%;
	float:left;
}
 
.footer ul .sub-menu{
	display:none;
}
 
.copyright{
	padding:25px 0; 
	border-top:solid 1px #e3e3e3;
}

.copyright p{
	color:#8b8b8b;
	text-transform:uppercase;
	margin:0; 
	font-size:12px;
    text-align: inherit;
}
.copyright a{
    color: #8b8b8b;
	font-weight:bold;
	opacity:0.5; 
	font-size:12px;	
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.copyright a:hover{
	text-decoration:none;
	opacity:1;
}

/* PAGE */

.wpcf7 p{
	margin-bottom:10px;
}
.wpcf7 input{
	width:100%;
}
input.wpcf7-form-control.wpcf7-submit{ 
	width:auto;
}
 
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
} 

@media (max-width: 1500px){ 
	 .nav-menu li { 
		margin: 0 10px;
	}
	 .nav-menu li a{ 
		font-size: 13px;
	}
	.nav-menu li.menu-tel {
		margin: auto;
	}
}

@media (max-width: 1200px){ 
	 .nav-menu li { 
		margin: 0 8px;
	}
	 .nav-menu li a{ 
		letter-spacing: 0;
		font-size: 12px;
	} 
	.nav-menu > li:last-child a {
		padding: 10px 15px 10px 15px;
		color: #ef662f;
		border: solid 2px #ef662f;
		font-size: 12px;
		border-radius: 5px;
		font-weight: bold;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 991px) {

	.logo{ 
		margin:20px 0;
	}
	 
	header.shrink .logo img{
		width:auto; 
	}
	
	header.shrink .logo {
		margin: 20px 0;
	}
	
	.grid1 .col-md-4{
		margin-bottom:20px;
	} 
	 
	
	.grid2{
		background:#FFF;
	}
	
	.grid3{
		background:#f9f9f9;
	} 
	
	.laptop {
		background: none;
		padding: 0;
	}
	.grid6 h5 { 
		margin: 0 0 20px; 
		font-size: 19px; 
		line-height:24px;
		display: block;
	}
	
	.grid3 .col-md-6 {
		padding-left: 15px;
		padding-right: 15px;
	} 
	
	.text-right{
		text-align:center;
	}  
	
	.paginacja{
		margin-bottom:30px;
	}
	
	.slider{ 
		padding: 100px 0;
		background: url(../../../../../../themes/tlumaczholenderskiego/images/grid5.jpg)no-repeat top -3px center;
		background-size:cover;
	}
	
	#top{
		position: relative; 
		right: auto; 
		left: auto;
		z-index: 1030;
		transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	} 
	 
	.page-top{
		padding-top: 45px;
		padding-bottom: 60px;
	}
	
	.main-navigation{ 
		margin: 25px 0 0;
	} 
	header.shrink .main-navigation {
		margin-top: auto;
	}
	
	/* Small menu */
	
	.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
		display: block;
		width: 100%;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active { 
		border: none;
		color: #FFF;
		display:inline-block;
		font-weight: 700;
		font-size:14px;
		border: solid 1px #ef662f;  
		line-height: 1;
		padding: 13px 45px 13px 20px;
		background:url(../../../../../../themes/tlumaczholenderskiego/images/menu.png)no-repeat right 15px center #ef662f; 
		margin-bottom:5px;
	}
	
	#top .col-md-9{
		position:inherit;
	}	
	
	ul.nav-menu{
		position: absolute;
		left: 0;
		padding: 0;
		background: #fff;
		text-align:center;
		width: 100%;
		opacity: 1; 
		z-index: 9999;
		margin:25px 0 0;
		border-top: 2px solid #ef662f;
		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	}
	.nav-menu li {
		margin:0;
		float:none;
	}
	.nav-menu li.menu-item-has-children > a {
		padding: 13px 15px; 
	} 
	
	.nav-menu li a{
		border-bottom: solid 1px #EBEBEB;
		line-height: 1; 
		font-size:15px;
		color:#000;
		height:auto;
		display:block; 
		padding: 13px 15px;
	}
	.nav-menu li a:hover{ 
		border-bottom: solid 1px #EBEBEB;
	}
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block; 
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		text-align:center;
		float: none; 
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus,
	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background:#ef662f;
		color: #FFF;
	}
 
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	
}

/* Mobile devices */
@media (max-width: 766px) {
  
	.only-desktop{
		display:none !important;
	}
	
	.copyright{
		text-align:center !important;
	}
	
	.footer{
		text-align:center;
	}
	input[type="submit"],
	input.wpcf7-form-control.wpcf7-submit{
		padding:15px 20px;
		width:100%;
	}
}
	
/* Mobile devices */
@media (max-width: 500px) {

	.entry-thumbnail{
		margin-bottom:15px;
	} 
		.grid6 strong {
		margin: 0 10px;
		display: block;
	}
	.grid2 .row{
		margin:0;
	} 
}