@import url("https://use.typekit.net/nwb0bii.css");
@import '../js/bxslider/jquery.bxslider.css';
*,*:before,*:after{
  -webkit-box-sizing:border-box; 
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
html{
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
body{
  margin:0;
  background:#fff;
  font-family: brandon-grotesque, sans-serif;
  word-wrap:break-word;
  font-size:14px;
  line-height:26px;
  font-weight:400;
  color:#604438;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
  display:block;
}
audio,canvas,progress,video{
  display:inline-block;
  vertical-align:baseline;
}
audio:not([controls]){
  display:none;
  height:0;
}
[hidden],template{
  display:none;
}
a,a:active,a:hover,a:focus{
  outline:none;
}
abbr[title]{
  border-bottom:1px dotted;
}
b,strong{
  font-weight:500;
}
dfn{
  font-style:italic;
}
mark{
  background:#ff0;
  color:#000;
}
small{
  font-size:80%;
}
sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}
sup{
  top:-0.5em;
}
sub{
  bottom:-0.25em;
}
img{
  border:0;
  max-width:100%;
}
svg:not(:root){
  overflow:hidden;
}
figure{
  margin:1em 40px;
}
hr{
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
  margin-top:30px;
  margin-bottom:35px;
  border-width:0;
  border-top:1px solid #E1E1E1;
}
pre{
  overflow:auto;
}
code,kbd,pre,samp{
  font-family:monospace,monospace;
  font-size:1em;
}
button,input,optgroup,select,textarea{
  color:inherit;
  font:inherit;
  margin:0;
  padding: 0rem 0.7rem;
  color: #999;
  font-weight: 600;
}
button{
  overflow:visible;
}
button,select{
  text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
  -webkit-appearance:button;
  cursor:pointer;
}
input:focus,select:focus,textarea:focus,button:focus{
  outline:none;
}
button[disabled],html input[disabled]{
  cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner{
  border:0; 
  padding:0;
}
input{
  line-height:normal;
}
input[type="checkbox"],input[type="radio"]{
  box-sizing:border-box;
  padding:0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
  height:auto;
}
input[type="search"]{
  -webkit-appearance:textfield;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none;
  }
fieldset{
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}
legend{
  border:0;
  padding:0;
}
textarea{
  overflow:auto;
}
optgroup{
  font-weight:bold;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
td,th{
  padding:0;
}
/*--------PLACEHOLDER-----------------*/
::-webkit-input-placeholder{ 
  color:#999; 
  opacity:1 !important;
}
:-moz-placeholder{
  color:#999; 
  opacity:1;
}
::-moz-placeholder{
  color:#999; 
  opacity:1;
}
:-ms-input-placeholder{
  color:#999;
}
/*-----------END OF PLACEHOLDER----*/
p{
  font-size: 14px;
  line-height: 24px;
  color: #2b2b2b;
}
/*-------- STYLE FOR HEADINGS--------*/
h1, h2 {
  /*font-size:48px;*/
  font-size: 35px;
  line-height: 32px;
  margin:0px 0 30px 0;
  font-weight: 500;
  color: #545454;
  text-align: center;
}
h3,h4,h5,h6{
  color:#545454;
  letter-spacing:0;
  font-weight:400;
}
h3{font-size:22px;line-height:28px}
h4{font-size:18px;line-height:24px}
h5{font-size:16px;line-height:22px}
h6{font-size:14px;line-height:18px}
.text-container strong {
  font-weight: 600;
}
/*-------END STYLE FOR HEADINGS-----*/
.container, .container-header {
  position: relative;
  width: 100%;
  /*max-width: 1024px;*/
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
/*NEW CONTENT - start*/
.container-green{
  background: #8eb9af;
  max-width: 100%;
  padding: 50px 0;
}
.container-green h1, .container-green p, .container-green a{
  color:#ffffff;
}
.container-green a{
  border: 1px solid #ffffff;
  padding: 10px 20px;
  font-size: 15px;
}
.container-green a:hover{color:##8eb9af;background-color:#ffffff;}
.slider-relative{position:relative;}
.availability{
  /*display:inline-block;*/
  display:none;
  position:absolute;
  bottom:25px;
  right:25px;
  /*background: #ffffff;*/
  background: transparent;
}
.availability div{
  display: inline-block;
}
.btn-check{
  background: #8eb9af;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 15px;
}
.btn-check::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  top: 0;
  left: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
}
#email {
  color:#999;
  font-weight: 600;
}
.check-input{
  border: 1px solid #000000;
  font-size: 16px;
  padding: 8px 20px;
  position: relative;
  letter-spacing: 1px;
  display: inline-block;
}
/*NEW CONTENT - end*/
.container {
	max-width: 1300px;
	margin: 0 auto;
}
.container::after, .row::after, .u-cf, .container-header::after {
    content: "";
    display: table;
    clear: both;
}
.row{
  display:block;
  float:left;
  width:100%;
  position:relative;
}
.clearfix {
  clear: both;
  display: block; 
  width: 100%;
}
.w30, .w35, .w65, .w70 {
  display: block;
  float: left;
  position: relative;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
a {
  text-decoration: none;
  -webkit-transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  transition:all 0.6s ease;
}
p,a,li{
  font-size:16px;
  line-height:24px;
}
p,li{
  color:#545454;
  font-weight:400;
}
ul{
  margin:0;
  padding:0 0 0 0px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #767676;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  float: left;
}
#kontakt-forma{
  float: left;
  width: 100%;
  display: block;
}
#kontakt-forma label, #kontakt-forma input, #kontakt-forma textarea{
  width: 100%;
  float: left;
  padding:5px;
}
/*-----ERROR MSG--------*/ 
.error {
  background-image: url(../images/error.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500 !important;
  padding: 15px;
}
.txt_error {
  background-image: url(../images/error.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px solid #e81500 !important;
  padding: 15px 15px 15px 15px;
}
.success {
  background-image: url(../images/sucess-32.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #7ac143;
  padding: 15px 15px 15px 65px;
}
.error_img {
  background-image: url(../images/error-32.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500;
  padding: 15px 15px 15px 65px; 
}
/*-----END ERROR MSG--------*/ 
/*-------CONTACT FORM OLD-------*/
.contact-form p {
  margin-bottom: 0;
  padding: 0;
}
#kontakt-forma input.btn.send{
  background: #F2782A;
  color: #fff;
  border:none;
}
#kontakt-forma input.btn.send:hover {
  background:#e55602;
  color:#fff;
  cursor:pointer;
  border:none;
}
input[type="text"], textarea, button, input[type="file"] {
  transition: none;
}
.prijava-obrazac #kontakt-forma input[type="checkbox"], .registracija-forma #kontakt-forma input[type="checkbox"]{
  margin-top: 30px;
  margin-bottom: 25px;
}
#kontakt-forma input[type="checkbox"] {
  float: none;
  width: auto;
}
#kontakt-forma input:focus, #kontakt-forma textarea:focus, #kontakt-forma input:hover, #kontakt-forma textarea:hover {
  border:1px solid #F2782A;
}
#kontakt-forma input, #kontakt-forma textarea{
  border:1px solid #ccc;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
/*-------END CONTACT FORM----*/
.footer{
  width:100%;
  float:left;
}
.none{
  display:none;
}
/*-------------DOCUMENTS------------*/
.docs-list{
  float:left;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.docs-list ul{
  list-style:none;
  float:left;
  width: 100%;
  padding-left: 0;
}
.docs-list ul li{
  background: url(../images/doc-icon.svg) no-repeat left center transparent;
  padding: 10px 0 10px 35px;
  display: block;
  font-weight: 400; 
  float: left;
  margin-right: 40px;
}
.docs-list ul li a{
  line-height: 18px;
}
ol {
  padding-left: 20px;
}
/*---------------END DOCUMENTS----------*/
/*----------BREADCRUMBS---------*/
.bread-crumbs {
    list-style:none;
    float:left;
    padding-left: 0;
    border-bottom: 1px solid #efefef;
    width: 100%;
    padding-bottom: 13px;
    padding-top: 13px;
    text-align: center;
    letter-spacing: 1px;
}
.bread-crumbs li {
    float:left;
    font-size: 14px;
    text-transform: uppercase;
}
.bread-crumbs li a{
    color:#363636;
    font-size: 14px;
    text-transform: uppercase;
     letter-spacing: 1px;
}
.bread-crumbs li a:hover{
    color: #000;
}
.bread-crumbs li:after{
    content:"|";
    padding-left: 10px;
    padding-right: 10px;
}
.bread-crumbs li:last-child:after{
    content:"";
    padding-left: 0;
    padding-right: 0;
}
/*---------------END BREADCRUMBS----------*/
/*---------------START MINI-BREADCRUMBS----------*/
.mini-bread-crumbs {
    list-style:none;
    float:left;
    padding-left: 0;
    width: 100%;
    padding-bottom: 13px;
    padding-top: 13px;
    text-align: center;
    letter-spacing: 1px;
}
.mini-bread-crumbs li {
    float:left;
    font-size: 12px;
    text-transform: uppercase;
}
.mini-bread-crumbs li a{
    color:#363636;
    font-size: 12px;
    text-transform: uppercase;
     letter-spacing: 1px;
}
.mini-bread-crumbs li a:hover{
    color: #000;
}
.mini-bread-crumbs li:after{
    content:"|";
    padding-left: 10px;
    padding-right: 10px;
}
.mini-bread-crumbs li:last-child:after{
    content:"";
    padding-left: 0;
    padding-right: 0;
}
/*---------------END MINI-BREADCRUMBS----------*/
.content img{
  max-width: 100%;
  height: auto;
}
/*--------------COOKIES-------------*/
.cookie-container {
  background: #bec0c2;
  bottom: 0;
  display: block;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  color:#fff;
  border-top: 1px solid #545454;
 }
.cookie-container span {
  font-weight: 400;
  text-transform: uppercase;
}
.cookie-container p{
  margin: 0;
}
.cookie-container a {
  color: #fff;
}
.cookie-container a:hover{
  color: #fff;
}
.link-cookie {
  display: inline-block;
  background-color: #545454;
  padding: 3px 20px;
  margin-top: 10px;
}
/*--------------END COOKIES-------------*/
/*--------------HEADER-------------*/
.top-header .social-icons a img:last-of-type {
	display: none;
}
.container-header {
	position: fixed;
	background-color: #fff;
	z-index: 99;
  max-width: 100%;
}
.logo-header {
	position: absolute;
	left: 10px;
	top: 20px;
  z-index: 20;
}
.top-header {
  display: flex;
  height: 110px;
  align-items: center;
  padding: 0 10px;
 }
.header-bottom {
 display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
 .social-icons a {
 padding-left: 10px;
 }
 .social-icons a img{
  vertical-align: middle;
 }
.main-menu {
  display: flex;
  justify-content: center;
}
.main-menu li {
  list-style-type: none;
  margin-left: 30px;
  position: relative;
  padding-bottom: 20px;
}
.main-menu li a {
 text-transform: uppercase;
 font-size: 11px;
 color: #545454;
 font-weight: 700;
 letter-spacing: .3em;
}
.submenu {
	background-color: #fcfcfc;
    padding: 8px;
    width: 250px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
}
.submenu li {
	margin-left: 0;
	padding-bottom: 0;
}
.novi-stil {
  margin-top: 300px;
}
.header-top-left {
  display: flex;
  justify-content: flex-start;
}
.social-icons {
 margin-left: auto;
}
.search {
  margin-left: 15px;
  background-color: #545454;
  font-size: 12px;
}
.search input {
	background-color: transparent;
	border: 0;
	padding-left: 7px;
    height: 20px;
	width: 115px;
	color: white;
	background: url(../images/svg/search.svg) no-repeat center right 7px;
}
.hero-image {
 margin-top: 210px;
 text-align: center;
}
.hero-other {
  margin-top: 210px;
}
.submenu {
	display: none;
}
/*--------------END HEADER-------------*/
/*--------------START HOME-------------*/
h1 {
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.slider-blog {
  max-width: 1330px;
  margin: 0 auto;
}
.slider-blog a {
  padding: 20px;
  position: relative;
}
.slider-blog h2 {
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 20px;
}
.slider-blog p {
	color: #999;
}
.slick-prev:before {
    background-image: url('../images/svg/arrow-left.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 12px; 
    height: 20px;
    content:"";
}
.slick-next:before {
    background-image: url('../images/svg/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 12px; 
    height: 20px;
    content:"";
}
.slick-prev {
 top: -15px;
 right: 35px;
 left: auto !important;
}
.slick-next {
 top: -15px;
 right: 15px;
}
.text {
  color: #545454;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:  rgba(255, 255, 255, 0.85);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
 }
.slider-blog a:hover .overlay {
  height: 100%;
}
.pagination ul li {
 list-style-type: none;
 margin-left: 15px;
}
.pagination ul li a {
	color: #545454;
}
.pagination ul {
 display: flex;
 justify-content: center;
 margin-top: 25px;
}
.text-container.impressum-text-container {
  padding-top: 40px!important;
}
/*--------------END HOME-------------*/
/*--------------START OTHER PAGES-------------*/
.other-page h1 {
	margin-bottom: 40px;
}
.hero-other {
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.other-page {
	padding-bottom: 50px;
}
.page-content img{
 float: left;
 width: 50%;
 height: auto;
 margin-right: 15px;
}
.page-content p:first-of-type {
	margin-top: 0;
}
.blog-page {
 display: flex;
 flex-flow: row wrap;
}
.blog-page a {
	width: 32%;
	margin-right: 2%;
}
.blog-page a:nth-of-type(3n+3) {
	margin-right: 0;
}
.blog-page h2 {
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 20px;
}
.blog-page p {
	color: #999;
}
.blog-page a:hover .overlay {
  height: 100%;
}
.post h1 {
	text-align: left;
}
.post-content img {
 float: left;
 width: 30%;
 margin-right: 15px;
 margin-bottom: 9px;
 position: relative;
}
.author img {
	height: 105px;
	width: auto;
  float: left;
  margin-right: 15px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.author h2 {
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.author h3 {
 font-size: 13px;
 font-weight: 700;
 margin: 0;
 margin-bottom: 7px;
 max-width: 500px;
 line-height: 20px;
}
.author {
  padding-bottom: 30px;
}
.text-container {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.meet-us h2 {
 text-transform: uppercase;
 font-size: 24px;
 margin-bottom: 15px;
}
.line {
  width: 70px;
  height: 2px;
  background-color: #545454;
  margin: 0 auto;
   margin-bottom: 15px;
}
.page-content .text-container:first-of-type {
 padding-top: 20px;
}
.impressum-text-container p {
  margin: 0;
  line-height: 18px;
}
.read-learn .bread-crumbs {
  margin-bottom: 20px;
}
.acc {
   display: block;
}
.policy h2 {
	display: inline-block;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #545454;
}
.contact-text-container p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.contact-text-container a {
  color: #545454;
}
.toggle-down {
	display: none;
}
.toggle-down a {
	color: #545454;
	border-bottom: 1px solid #545454;
} 
.toggle-down strong {
	font-weight: 600;
}
.search h1 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
}
.search-box h2 {
  margin-top: 15px;
	text-align: left;
  font-size: 20px;
}
.search-box {
 border-bottom: 1px solid #efefef;
}
.toggle-down ul li {
	margin-left: 16px;
}
/*--------------END OTHER PAGES-------------*/
/*--------------START FOOTER-------------*/
.footer textarea {
    border: none;
}
.footer {
  background-color: #bec0c2;
  padding: 40px 0;
}
.footer-left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.social-icons-footer a {
   padding-left: 10px;
}
.social-icons-footer a:first-of-type {
   padding-left: 0;
}
.social-icons-footer a img{
  vertical-align: middle;
 }
 .footer-logo {
  height: 93px;
 }
 .container-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 10px;
}
.kontakt-forma {
  margin-left: auto;
}
 #form-hide {
 display: flex;
 flex-direction: column;
 }
.kontakt-forma h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
	letter-spacing: 1px;
}
.kontakt-forma {
 width: 365px;
}
#form-hide input {
 border: 0;
 padding: 10px;
}
.form-p {
  margin-bottom: 15px!important;
}
#submit_btn {
	background: none;
	border: 2px solid #fff!important;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	width: 130px;
	margin-top: 20px;
	letter-spacing: 1px;
}
#submit_btn:hover {
	background-color: #545454;
	border: 2px solid transparent!important;
}
.terms {
	text-align: center;
}
.terms a {
	color: #fff;
}
.clear {
	text-align: center;
    margin-top: 7px;
} 
.terms a {
  margin-right: 20px;
}
.terms a:last-of-type {
  margin-right: 0;
}
.form-p {
	font-size: 14px;
	margin-top: 0;
}
.form-p a {
 font-size: 14px;	
 border-bottom: 1px solid #545454;
 color: #545454;
 line-height: 1px;
}
.page-intro p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}
.page-intro {
  margin-bottom: 30px;
}
.contact-send-btn.btn { 
    background-color: white;
    border: none;
}
/*--------------END FOOTER-------------*/
/*--------------START MOBILE-MENU-------------*/
.toggle-open{
  display: inline-block;
  float: right;
  display: none;
}
.toggle-close {
	display: none;
}
.head-container {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}
/*--------------END MOBILE-MENU-------------*/
/*------------------RESPONSIVE-----------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {}
@media only screen and (max-width: 1800px) {}
@media only screen and (max-width: 1680px) {}
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1360px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1220px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 980px) {}
@media only screen and (max-width: 900px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 640px) {}
@media only screen and (max-width: 620px) {}
@media only screen and (max-width: 600px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 1800px) {}

@media only screen and (min-width: 1200px) {
.main-menu li:hover .submenu {
	display: block;
}
}  
@media only screen and (max-width: 1200px) {
.hero-other {
  margin-top: 70px;
}
.container {
	padding: 0 10px;
}
.search {
	background-color: #fff;
	width: 143px;
	margin: 10px;
	margin-top: 13px;
}	
.search input {
	background: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.top-header {
		display: block;
		height: auto;
}
.top-header .social-icons a img:last-of-type {
	display: block;
}
.top-header .social-icons a img:first-of-type {
	display: none;
}
.top-header .social-icons a img {
	height: 20px;
}	
.container-header {
	background-color: #fff;
	height: 70px;
}
.logo-header {
 left: 15px;
}
.logo-header img {
	height: 30px;
}
.backgound-mobile{
 height: 68px;
 background-color: #482716;
 width: 100%;
 position: absolute;
 top: 0;
}
.top-header .social-icons {
	display: flex;
	justify-content: flex-start;
}
#navigation{
  width: 0;
  float: right;
  height: 100%;
  position: fixed;
  right: 0;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  background: #545454;
  top: 0;
  padding-top: 90px;
  overflow-x: hidden;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index:99;
}
.toggle-open {
	display: block;
  position: fixed;
  right: 20px;
  top: 20px;
}
.toggle-close{
  position: absolute;
  top: 20px;
  right: 10px;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #515151;
  text-align: right;
  padding-right: 15px;
  display: block;
}
.toggle-close img{width:18px;}
.main-menu li {
	margin-left: 0;
	padding-bottom: 0;
}
.main-menu li a {
  display: block;
  font-weight: 400;
  color: #fff;
  padding: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 300px;
  font-size: 18px;
  text-align: left;
  letter-spacing: 2px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
}
.main-menu{
  display: block;
  list-style: none;
  padding: 0;
  float: left;
   width: 100%;
  margin-bottom: 20px;
  
}
.navigation {
	display: block;
}
.header-bottom {
	height: auto;
}
.submenu {
	position: relative;
	top: 0;
	width: 100%;
}
.submenu li a {
	color: #545454;
	padding-left: 0;
}
.terms {
	margin-top: 10px;
}
.hero-image {
  margin-top: 70px;
}
} 
@media only screen and (max-width: 900px) { 
.blog-page a {
    width: 49.5%;
    margin-right: 1%;
}
.blog-page a:nth-of-type(3n+3) {
    margin-right: 1%;
}
.blog-page a:nth-of-type(2n+2) {
    margin-right: 0;
}
}
@media only screen and (max-width: 750px) { 
.page-content img{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
h1 {
  font-size: 25px;
  margin-top: 18px;
  margin-bottom: 0;
}
.other-page h1 {
  font-size: 25px;
  margin: 15px 0;
}
.post-img {
  width: 50%!important;
}
}  
@media only screen and (max-width: 600px) { 
.blog-page a {
    width: 100%;
    margin-right: 0;
}
}
@media only screen and (max-width: 610px) {
 .container-footer {
 	display: block;
 }
 .footer-left {
  align-items: center;
 	margin-bottom: 20px;
 }
 .kontakt-forma {
 	margin: 0 auto;
} 
.kontakt-forma h3 {
 text-align: center;
}
#submit_btn {
	margin: 0 auto;
	margin-top: 20px;
}
 .social-icons-footer a img {
 	height: 23px;
}
.footer-logo {
 display: block;
 margin-bottom: 10px;
}
}
@media only screen and (max-width: 450px) {
.kontakt-forma {
	width: 100%;
}
.post-img {
  width: 100%!important;
}
.author img {
   float: none;
 } 
 .acc h2{
  font-size: 18px;
 }
}
