/** usuniecie shadow i rozciagniecie strony */
.t4-content {
    box-shadow: none;
    margin: auto;
    max-width: none;
	background: none;
}

#t4-header {
    background-color: rgba(255,255,255,0.74);
}

.not-at-top #t4-header.t4-sticky {
    background-color: rgba(255,255,255,0.74);
    top: 0rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        padding: 40px 0 0 0;
    }
}

/** top bar */
.t4-topbar {
	background-color: #1a5855;
	color: #fff;
}

.t4-topbar b {
    color: #fff;
}

.t4-topbar .t4-topbar-right a {
	color: #fff !important;
}

.t4-topbar .t4-topbar-right a:hover {
	color: #2c9b56 !important;
}

#t4-header-wrap .link-primary, .link-primary {
    color: #2c9b56 !important;
}

#t4-header-wrap .link-primary:hover, #t4-header-wrap .link-primary:focus, #t4-header-wrap .link-primary:active, .link-primary:hover, .link-primary:focus, .link-primary:active {
    color: #fff !important;
}

/** logo */
.t4-logo-header > div{
	padding: 20px 0;	
}

.navbar-brand .logo-img, .navbar-brand .logo-img-sm {
    max-height: 194px;
}

/** megamenu */
.t4-megamenu {
    justify-content: right;
}

.t4-palette-mainnav .navbar-nav > li.active > a, .t4-palette-mainnav .navbar-nav > li.show > a, .t4-palette-mainnav .navbar-nav > li > a:hover, .t4-palette-mainnav .navbar-nav > li > a:focus, .t4-palette-mainnav .navbar-nav > li > a:active {
    color: #2c9b56!important;
}


.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    min-height: 4rem;
	padding-left: 18px;
    padding-right: 18px;
}

.t4-palette-mainnav .navbar-nav > li.active > a .item-caret::before, .t4-palette-mainnav .navbar-nav > li.show > a .item-caret::before, .t4-palette-mainnav .navbar-nav > li > a:hover .item-caret::before, .t4-palette-mainnav .navbar-nav > li > a:focus .item-caret::before, .t4-palette-mainnav .navbar-nav > li > a:active .item-caret::before {
    border-top-color: #2c9b56!important;
}

.t4-megamenu .dropdown-menu {
	background-color: rgba(255,255,255,0.74);
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-menu li > a:active, .dropdown-menu li > span:hover, .dropdown-menu li > span:focus, .dropdown-menu li > span:active {
    color: #2c9b56 !important;
}

.t4-palette-mainnav a:hover, .t4-palette-mainnav a:focus, .t4-palette-mainnav a:active {
    color: #2c9b56!important;
}

#t4-header-wrap .link-primary:hover, #t4-header-wrap .link-primary:focus, #t4-header-wrap .link-primary:active, .link-primary:hover, .link-primary:focus, .link-primary:active {
    /*---color: #2c9b56 !important; *//
}

.features-link:hover h4, .features-link:focus h4, .features-link:active h4 {
    color: #2c9b56;
}

#t4-header-wrap .nav-item > a, #t4-header-wrap .nav-item > span {
	justify-content: left;	
}

/** offcanvas */
.t4-offcanvas .t4-off-canvas-header {
    background-color: rgba(255,255,255,0.74);
}

.t4-offcanvas .t4-off-canvas-body {
	background-color: rgba(255,255,255,0.74);
}

.t4-offcanvas .t4-off-canvas-body .module-title span {
    color: rgba(0,0,0,0.85);
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
    color: rgba(0,0,0,0.85);
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .separator {
    color: #614533;
	font-weight: bold;
}

.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle.is-active::after {
    color: #2c9b56;
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
    color: rgba(0,0,0,0.85);
}

.dropdown-menu li.active > a, .dropdown-menu li.active > span, .dropdown-menu li.open > a, .dropdown-menu li.open > span {
    color: #614533 !important;
}

.c-offcanvas--right {
    /*right: 50px;*/
}

/*-- slideshow --*/
#t4-hero {
	/*top: -6rem;*/
	overflow: hidden;
	clear: left;
}


/*-- t4-hero - custom bg --*/
#t4-hero .hero-bg-wo {
	background: url(../../images/wogrodzie/wogrodzie-hero-1.jpg) #fff no-repeat center;
	background-size: cover;
	
	padding: 640px 0 200px 0;
	min-height: 1040px;
}


#t4-hero .hero-bg-wo h4 {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.7em;
    color: #fff !important;
	position: relative;
}

#t4-hero .hero-bg-wo .btn-wo-primary {
	
}

#t4-hero .hero-bg-wo .custom .container {

	bottom: 200px !important;

}

@media (max-width: 1199px) {
#t4-hero .hero-bg-wo {
	padding: 480px 0 120px 0;
	min-height: 800px;
}

#t4-hero .hero-bg-wo h4 {
	font-size: 26px;
}
}

@media (max-width: 909px) {
#t4-hero .hero-bg-wo {
	background-size: cover;
	padding: 420px 0 120px 0;
	min-height: 600px;
}

#t4-hero .hero-bg-wo h4 {
	font-size: 20px;
}
}

@media (max-width: 480px) {
#t4-hero .hero-bg-wo {
	
	background-size: cover;
	padding: 240px 0 110px 0;
	min-height: 360px;
}

#t4-hero .hero-bg-wo h4 {
	font-size: 14px;
}

#t4-hero .hero-bg-wo .btn-wo-primary {
	
}
}

/*-- features-intro-dishes --*/
.t4-section.t4-features-intro-dishes {

	margin-top: -6em;
	padding-bottom: 8em;
	
	background: url(../../images/wogrodzie/trawa-bg.jpg) #fff repeat-x center bottom;
}

.t4-features-intro-dishes .container {
	padding-top: 70px;
	padding-bottom: 70px;	
}

.t4-features-intro-dishes .container .dish-box {
	padding: 50px 20px;	
}

.t4-features-intro-dishes .container h3 {
	text-transform: uppercase;
	text-align: center;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
	color: #333 !important;
}

.t4-features-intro-dishes .container .dish-img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10%;
	max-width: 280px;
}

.t4-features-intro-dishes .container h5 {
	text-align: center;
}

.t4-features-intro-dishes .container p {
	text-align: center;
	color: #666;
}

.btn-wo-primary {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: 40xp;
	position: relative;
	
    letter-spacing: 3px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #1a5855;
	color: #fff;
	
	font-size: 20px;
    font-weight: 500;
    padding: 0.6em 1.2em;
    line-height: 1.7em!important;
	text-transform: uppercase;

    transition-property: all!important;
	
	border-width: 8px!important;
    border-color: RGBA(255,255,255,0);
	
	transition: all 300ms ease 0ms;
}

a.btn-wo-primary:hover {
	color: #fff;	
	border: 2px solid transparent;
	border-top: none;
	border-bottom: none;
	border-left: none;
}

.btn-wo-primary:after {
	font-family: FontAwesome;
	content: "\f0da";
	color: #FFFFFF;
    line-height: inherit;
    font-size: inherit!important;
    margin-left: -1em;
    left: auto;
    
    font-weight: 400!important;
	transition: all 800ms ease 0ms;
	opacity: 0;
	
	 position: absolute;
		    
}

.btn-wo-primary:hover:after {
	left: auto;
    margin-left: 0.3em;
    opacity: 1;
	
	color: #FFFFFF;
    line-height: inherit;
    font-size: inherit!important;
}

.btn-wo-primary:after {

}

.btn-wo-primary:hover:after {

}

/*-- video - h --*/
#t4-video-h {
	background: #000;
	color: #fff;
	padding: 70px 0;	
}

#t4-video-h .container h3 {
	text-transform: uppercase;
	text-align: center;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
	color: #fff !important;
}

/*-- video - wo --*/
#t4-video-wo  {
	/*background: #000 url(../../images/wogrodzie/video-bg.jpg) no-repeat center;
	padding-top: 220px;
    padding-bottom: 220px;*/
}

#t4-video-wo .bg-overlay-vid {
	height: 100%
}

#t4-video-wo .acm-video {
	padding-top: 320px;
    padding-bottom: 520px;
	height: 100%;
	/*background-position: center center !important;*/
	background-size: cover !important;
}

#t4-video-wo .acm-video .btn {
	text-align: center;
	color: #fff;

}

.acm-video .btn.html5lightbox, .acm-video .btn.html5link {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
	

    color: #fff;
    background: none;
    border-radius: 50%;
    width: 146px;
    height: 146px;
    line-height: 136px;
    padding: 0;
    border: 5px solid #fff;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}


/*-- historia - wo --*/
.features-item-wrap {
	display: none;	
}

@media (max-width: 767.98px) {
.acm-features.style-5 .features-image {
	min-height: 300px;	
}	

.acm-features.style-5 .features-image .features-item-wrap .features-item {
    display: none;
}
}

@media (max-width: 991.98px) {
.acm-features.style-5 .features-image {
	min-height: 500px;	
}	
.acm-features.style-5 .features-image .features-item-wrap {
    display: none;
}
}


.acm-features.style-5 span.sub-heading.text-white {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #333 !important;
}

.acm-features.style-5 .bg-primary {
    background-color: #fff !important;
}

.section-title-wrap .sub-heading svg {
	display: none;	
}

.acm-features.style-5 h3 {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	text-align: center;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;	
}

.acm-features.style-5 .text-white {
	color: #333 !important;
	opacity: 1;
}

.acm-features.style-5 .lead {
	color: #666 !important;	
	opacity: 1;
}

/*--.acm-features.style-5 .btn.btn-outline-white {
	font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
	border-width: 8px!important;
    border-color: RGBA(255,255,255,0);
    border-radius: 0px;
    letter-spacing: 3px;
    background-color: #1a5855;
	transition: all 300ms ease 0ms;
}--*/

.acm-features.style-5 .btn.btn-outline-white {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	
    letter-spacing: 3px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #1a5855;
	color: #fff;
	
	font-size: 20px;
    font-weight: 500;
    padding: 0.6em 1.2em;
    line-height: 1.7em!important;
	text-transform: uppercase;

    transition-property: all!important;
	
    border-color: RGBA(255,255,255,0);
	border: none;
	
	transition: all 300ms ease 0ms;
}

.acm-features.style-5 .btn.btn-outline-white:hover {
	color: #fff !important;	
	border: 8px solid transparent;
	border-top: none;
	border-bottom: none;
	border-left: none;	
}

.acm-features.style-5 .btn.btn-outline-white:after {
	font-family: FontAwesome;
	content: "\f0da";
	color: #FFFFFF;
    line-height: inherit;
    font-size: inherit!important;
    margin-left: -1em;
    left: auto;
    
    font-weight: 400!important;
	transition: all 800ms ease 0ms;
	opacity: 0;
	
	 position: absolute;
}

.acm-features.style-5 .btn.btn-outline-white:hover:after {
	left: auto;
    margin-left: 0.3em;
    opacity: 1;
	
	color: #FFFFFF;
    line-height: inherit;
    font-size: inherit!important;	
}

@media (max-width: 991px) {
.acm-features.style-5 .features-item-wrap {
	display: block;	
}
}

/*-- thai --*/
.t4-section.t4-features-intro-cusine {
	padding-top: 8vw;
    padding-bottom: 8vw;
	
	background: url(../../images/wogrodzie/za-co-cenimy-kuchnie-polska.jpg) #dcd9d2 no-repeat left bottom;
	background-size: cover;
}

@media (max-width: 991px) {
.t4-section.t4-features-intro-cusine {
	background: url(../../images/wogordzie/za-co-cenimy-kuchnie-polska-opacity.jpg) #dcd9d2 no-repeat left bottom;
}
}

.t4-features-intro-cusine .col-lg-6.bg-thai {
	padding-left: 4em;
	padding-right: 2em;	
}

.t4-features-intro-cusine .container h3 {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #333 !important;
	padding-bottom: 20px;
}

.t4-features-intro-cusine .container p {
    color: #666;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.8em;
}

/*---.t4-features-intro-cusine .btn.btn-outline-white {
	margin-top: 20px;
	font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
	border-width: 8px!important;
    border-color: RGBA(255,255,255,0);
    border-radius: 0px;
    letter-spacing: 3px;
    background-color: #1a5855;
	transition: all 300ms ease 0ms;
	
}---*//





.t4-features-intro-cusine .btn.btn-outline-white {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	
    letter-spacing: 3px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #1a5855;
	color: #fff;
	
	font-size: 20px;
    font-weight: 500;
    padding: 0.6em 1.2em;
    line-height: 1.7em!important;
	text-transform: uppercase;

    transition-property: all!important;
	
    border-color: RGBA(255,255,255,0);
	border: none;
	
	transition: all 300ms ease 0ms;
}

.t4-features-intro-cusine .btn.btn-outline-white:hover {
	color: #fff !important;	
	border: 8px solid transparent;
	border-top: none;
	border-bottom: none;
	border-left: none;	
}

.t4-features-intro-cusine .btn.btn-outline-white:after {
	font-family: FontAwesome;
	content: "\f0da";
	color: #FFFFFF;
    line-height: inherit;
    font-size: inherit!important;
    margin-left: -1em;
    left: auto;
    
    font-weight: 400!important;
	transition: all 800ms ease 0ms;
	opacity: 0;
	
	position: absolute;
}

.t4-features-intro-cusine .btn.btn-outline-white:hover:after {
	left: auto;
    margin-left: 0.3em;
    opacity: 1;
	
	color: #FFFFFF;
    line-height: inherit;
    font-size: inherit!important;	
}

/*-- fresh --*/
.t4-section.t4-features-intro-fresh {
	padding-top: 8vw;
    padding-bottom: 8vw;
	
	background: url(../../images/wogrodzie/fresh-bg.jpg) #000 no-repeat left;
	background-size: cover;
}

.t4-features-intro-fresh .container {
	padding-right: 16%;	
}

.t4-features-intro-fresh .container .row {
	padding-bottom: 20px;
}

.t4-features-intro-fresh .container h3 {
    text-transform: uppercase;
	text-align: center;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
	padding-bottom: 20px;
}

.t4-features-intro-fresh .container .fresh-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    max-width: 280px;
	text-align: center;
}

.t4-features-intro-fresh .container .fresh-box h6 {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
	text-align: center;
    font-size: 16px;
    color: #269851!important;
    letter-spacing: 2px;
    line-height: 1.7em;
	margin-bottom: 2em;
}

.t4-features-intro-fresh .container .fresh-box p {
	text-align: center;
    letter-spacing: 2px;
    line-height: 1.7em;
}

.t4-features-intro-fresh .container p {
	text-align: center;
    letter-spacing: 2px;
    line-height: 1.7em;
}

.t4-features-intro-fresh .btn-wo-primary {
	background: #fff;
	color: #1a5855;
}

.t4-features-intro-fresh .btn-wo-primary:hover {
	background: #269851;
}

.t4-features-intro-fresh .btn.btn-outline-white {
	margin-top: 40px;
	font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
	border-width: 8px!important;
    border-color: RGBA(255,255,255,0);
    border-radius: 0px;
    letter-spacing: 3px;
    background-color: #1a5855;
	transition: all 300ms ease 0ms;
	
}

/*-- gallery --*/
.acm-gallery .item {
	float: left;
}

.acm-gallery .item-inner img {
	width: 100%;
}

/*-- testimonials --*/
.t4-section-8 {
	background: #f5f5f5;
		
}

.t4-section-8 .container {
	padding-bottom: 8vw;
}

.t4-section-8 .container h3 {
    text-transform: uppercase;
	text-align: center;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #333 !important;
	padding-bottom: 50px;
}

.testimonials-img {
	text-align: center;
}

.testimonials-img img {
	max-width: 120px;	
}

.testimonials-content {
	padding-top: 2vw;
}

.testimonials-text {
	font-style: italic;	
	color: #666;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.8em;
}

.testimonials-author {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8em;
}

/*-- footer ja --*/
.acm-cta.style-2 {
    background: #000;
	border: none;
}

.t4-footer {
    background-color: #000;
    borde: none;
    color: #fff;
}

.t4-footer .t4-module .module-title {
	
}

.t4-footer .t4-module .module-title span {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #fff !important;
}

.acm-contact-info .contact-follow .contact-inner .text-primary {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #1a5855!important;
    letter-spacing: 1px;
    line-height: 1.4em;
}

.t4-footer .section-title-wrap .sub-heading {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #fff !important;
}

.t4-footer .t4-module.footer-bg {
	background: url(../../images/wogrodzie/zapraszamy-bg.jpg);
	background-color: rgba(0,0,0,0.6);
	background-size: cover;
    background-position: 10%;
    background-repeat: no-repeat;
}

.t4-footer .module-ct h5 { 
	font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #269851!important;
    letter-spacing: 1px;
    line-height: 1.4em;
}

.t4-footer .module-ct p { 
	line-height: 1.8em;
	color: #fff;
}

.t4-footer .module-ct a { 
	color: #fff;
	text-decoration: underline;
}

.t4-footer .module-ct a:hover { 
	color: #269851;
	text-decoration: underline;
}

/*-- footer newsletter --*/
.t4-footer .section-title-wrap .section-title {
	font-size: 1.1em;
}

.acyterms {
	padding-top: 20px;
	font-size: 15px !important;	
}

.acym_module .acym_introtext {
    margin-bottom: 24px;
}

.acym_module_form .onefield {
    margin: 20px 0;
}

.acysubbuttons .btn.btn-primary {
	/*border-width: 8px!important;*/
    border-color: RGBA(255,255,255,0);
    border-radius: 0px;
    letter-spacing: 3px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #1a5855;
	text-transform: uppercase;
}

.acysubbuttons .btn.button.unsubbutton {
	/*border-width: 8px!important;*/
    border-color: RGBA(255,255,255,0);
    border-radius: 0px;
    letter-spacing: 3px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #2d2d2d;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
}

.acysubbuttons .btn.button.unsubbutton:hover {
	background: #ec4e4f;
}

/*-- footer-wogrodzie --*/
.t4-footer-wo {
	padding-top: 8vw;
    padding-bottom: 8vw;
	background: #000;
	/*border-top: 1px solid rgba(255, 255, 255, 0.05);*/
}

.t4-footer-wo h3.module-title { 
	text-transform: uppercase;
	font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #fff !important;
	padding-bottom: 50px;
}

.t4-footer-wo h5 { 
	font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #1a5855!important;
    letter-spacing: 1px;
    line-height: 1.4em;
}

.t4-footer-wo p { 
	line-height: 1.8em;
	color: #fff;
}

.t4-footer-wo a { 
	color: #fff;
}

.t4-footer-wo a:hover { 
	text-decoration: underline;
	color: #f00000;
}


/*-- footer-nav --*/
.t4-section.t4-footer-nav {
	background-color: #2d2d2d;	
	/*border-top: 1px solid rgba(255, 255, 255, 0.05);*/
}

.t4-section.t4-footer-nav .navbar {
	max-width: 1260px;
	margin: 0 auto;
}

.t4-section.t4-footer-nav .navbar ul.navbar-nav {
	display: inline-block;
}

.t4-section.t4-footer-nav .navbar ul.navbar-nav li {
	display: inline-block;
	font-size: 14px;
    padding-right: 22px;
}

.t4-section.t4-footer-nav .nav li.active a,
.t4-section.t4-footer-nav .nav li a:hover { 
	color: #1a5855;
}

/*-- copyright --*/
#t4-copyright {
	border: none;
	background: #000;	
}

.t4-copyright small a {
	color: #fff;
}

.t4-copyright small a:hover {
	color: #269851;
	text-decoration: underline;
}

/*-- masthead --*/
#t4-masthead {
	margin-top: -12rem;
	overflow: hidden;
	clear: left;
}

div.ja-masthead {
	height: 694px;
	background-size: cover;
}

div.ja-masthead .ja-masthead-detail {
    color: #fff;
    max-width: 100%;
    padding-top: 12vw;
    padding-bottom: 8vw;
}

div.ja-masthead .ja-masthead-detail .ja-masthead-title {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-size: 80px;
    color: #FFFFFF!important;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

div.ja-masthead .ja-masthead-detail .ja-masthead-description {
	font-size: 1.0em;
    letter-spacing: 1px;
    line-height: 1.7em;
	color: #fff;
	opacity: 1;
}

/*- historia -*/
.historia-content {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    line-height: 1.8em;	
}

/*- galeria -*/
.container.galeria .row {
	margin: 30px 0;	
}

/*- login - offline -*/
#form-login #submit-buton .btn.btn-outline-primary {
	margin-top: 20px;
	font-size: 20px;
    font-weight: bold;
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
	text-transform: uppercase;
	color: #fff;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
	border-width: 8px!important;
    border-color: RGBA(255,255,255,0);
    border-radius: 0px;
    letter-spacing: 3px;
    background-color: #1a5855;
	transition: all 300ms ease 0ms;
}

#form-login #submit-buton .btn.btn-outline-primary:hover {
	background-color: #f00000;
}

/*- kontakt -*/
.contact .plain-style .contact-information .inner {
	background-image: none;	
	background: #dcd9d2;
}

.contact .contact-address .fa, .play-icon a {
    background: #1a5855;
}

.contact-form .btn.btn-primary {
    border-color: RGBA(255,255,255,0);
    border-radius: 0px;
    letter-spacing: 3px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #1a5855;
	text-transform:uppercase;
}

/*- blog -*/
.items-leading .blog-item-content .item-content {
	background: #dcd9d2;
}

.items-intro .item-content {
	background: #dcd9d2;
}

.pagination .page-item.active .page-link, div.t4-wrapper .counter {
    background: #1a5855;
    border-color: #1a5855;
}

.pagination .page-link:hover {
    background: #1a5855;
    border-color: #1a5855;
}

.pagination .page-link, .pagination .pagenav, .pagenav li a {
	background: none;	
	border-color: #ddd;
	color: #1a5855;
}

/*- typo -*/
a {
	color: #1a5855;	
}

.category-name a {
    background: #1a5855;
}
