/* colors */

a {
	color: #414141;
}

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

.sendbutton {
	background: #c53331;
	border:1px solid #c53331;
	color: #fff!important;
}

.sendbutton:hover {
	background: #414141;
	color: #fff!important;	
}

/* COLORS */

.page-block p {
color: #424242;
}

h1, h2, h3, h4 {
	color: #242424;
}




/* --- */

.okawiarni {
	background: #fff;
	padding: 80px 0;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 180%;
	background: #f4e7c9;
}

h1 {
	font-family: 'Montserrat', sans-serif;		
	font-size: 38px;
	font-weight: 900;
	margin: 0px 0 40px 0;
}

h2 {
	font-family: 'Montserrat', sans-serif;	
	font-size: 28px;
	font-weight: 800;
	margin: 0px 0 30px 0;
	letter-spacing: -1px;
}

h3 {
	font-family: 'Montserrat', sans-serif;	
	font-size: 30px;
	font-weight: 400;
	margin: 0px 0 20px 0;
	letter-spacing: -1px;
	color: #464646;
}

h4 {
	font-family: 'Montserrat', sans-serif;	
	font-size: 18px;



	letter-spacing: -1px;

}


.page-block {
	font-size: 14px;
	font-weight: 400;

	text-align: justify;
}

.page-block p {
margin-bottom: 20px;
color: #464646;
}

strong {
	font-weight: 800;
}


.page-block ul li, .page-block ol li {
	margin-left: 15px;
}

.page-block ul, .page-block ol {
	margin-bottom: 20px;
}

.picture-gallery {
	font-size: 15px;
	font-weight: 400;
}

.gallery-name {
	font-size: 18px;
}

.text-content p {
	margin-bottom: 15px;
}


textarea, input {
	font-weight: 400;	
}

.contact-form-block input,
.contact-form-block textarea {
	font-size: 16px;
}

.toper {
	width: 100%;
	float: left;
	position: relative;
}

.menutop a, .supertop a {
	color: #c53331;
}

.yeswhite {
	background: #fff;
}

@media (min-width: 992px) {
	.menutop {
	right: 0;
	text-align: center;
	position: absolute;
	z-index: 9999;
	top: 18px;
	font-size: 13px;	
	color: #c53331;
}

.supertop {
	display: none;
}

}
@media (max-width: 991px) {
.menutop {
display: none;
}
.supertop {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 0 15px 0;
}	

.r-online {
position: fixed;
z-index: 9999;
bottom: 0;
right: 0;
top: auto!important;
float: right;
}


}
