@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');


/** BASIC **/
body{
	font-family: 'Montserrat', sans-serif;
}

h2{
}
h2.main-header {
	font-size: 34px;
	font-weight: 700;
	color: #a01975;
	text-align: center;
	border-bottom: 7px solid #a01975;
	padding: 10px 0 20px;
	margin-bottom: 30px;
}
h2.main-header span {
	color: #000000;
	font-weight: 300;
}

h3{
	font-size: 34px;
	font-weight: 700;
	color: #a01975;
	padding: 10px 0 10px;
	margin-bottom: 20px;
}

ol{
	margin-left: 25px;
	line-height: 20px;
	margin-bottom: 8px;
}
ul{
	margin-left: 20px;
	line-height: 20px;
	margin-top: 5px;
}
p {padding: 0px; margin: 8px 0px;}

a{color: #a01975; text-decoration: none;}
a:hover{text-decoration: none; opacity: 0.8;}

.la{
	text-align: left;
}
.ca{
	text-align: center;
}
.ra{
	text-align: right;
}

.va{
	vertical-align: top;
}
a img, img {border: none; max-width: 100%;}
div.cl {clear: both;}


/** HEADER AND NAV **/
header h1 {
	margin: 0;
}
header h1 a:hover{
	opacity: 0.8;
}

header .top-contact .phone {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #a01975;
	text-align: right;
	margin-top: 20px;
}
header .top-contact .fb {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #3e3e3e;
	text-align: right;
}
header .top-contact .fb img {
	vertical-align: baseline;
}
header nav {
	position: relative;
}

#menu-button {
	display: none;
}
header nav ul{
	padding: 0;
	margin: 10px 0 0 0;
	list-style-type: none;
	text-align: right;
}
header nav ul li{
	display: inline-block;
	padding: 0;
	margin: 0;
}
header nav ul li a{
	display: inline-block;
	padding: 10px 25px 10px 25px;
	margin: 0;
	color: #3e3e3e;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
header nav ul li a:last-child{
	padding-right: 0px;
	margin-right: 0px;
}
header nav ul li a:hover {
	color: #a01975;
	opacity: 0.8;
}

header nav ul li.current a {
	color: #a01975;
}

/** BANNER **/
.banner {
	background: url(/img/banner4.jpg) no-repeat top center;
	height: 373px;
	padding-top: 160px;
	box-sizing: border-box;
}

.banner-text {
	background: #3e3e3e;
	color: #FFFFFF;
	padding: 22px 38px;
	font-size: 19px;
	text-align: right;
}
.banner strong {
	font-size: 36px;
}

/** MAINPAGE BOXES **/
.mp-boxes {
	text-align: center;
	
}
.mp-boxes .title {
	color: #000000;
	margin: 20px 0 25px;
	font-size: 24px;
}
.mp-boxes .description {
	color: #4e4e4e;
	font-size: 14px;
}
.mp-boxes .more {
	padding-top: 5px;
}


/** MAINPAGE TEXT BOX **/
.text-box {
	background: #f5f5f5;
	border-left: 7px solid #a01975;
	font-size: 34px;
	color: #3e3e3e;
	padding: 20px 30px;
	line-height: 1.1em;
	margin: 35px 0 30px;
}
.text-box strong {
	color: #a01975;
	font-weight: 700;
}

/** FOOTER **/
footer {
	padding: 40px 0px 30px 0px;
	margin: 0;
	color: #5d5d5d;
	font-size: 14px;
}
footer a, footer a:hover {
	color: #5d5d5d;
}

/** GALLERY **/
.gallery {
	text-align: center;
}
.gallery img {
	margin-bottom: 25px;
}
.image-in-text {
	float:left; 
	width:300px;
	margin:0 20px 20px 0; 
}

/** MESSAGES **/
div.msg{
	padding: 15px;
	border: 3px solid #F5D25F;
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;
}
.notification {
	padding: 15px;
	background: transparent;
	border: 3px solid #F5D25F;
	color: #FF0000;
	margin: 0px 0px 15px 0px;
}
.notification.error {
	color: #FF0000;
}

/** FORMS **/
input, textarea, select {
	border: 1px solid #999999;
	background: #FFFFFF;
	padding: 2px; 
	font-size: 16px; 
	color: #000000;
	margin: 0px;
	width: 100%;
	border-radius: 6px;
}
input.chra {
	border: none; 
	background: none; 
	width: 20px;
}
label {
	font-weight: normal; 
	display: block;
	margin: 3px 0 0;
}

input[type="submit"] {
	border-radius: 10px;
	border: none;
	background: #a01975;
	color: #FFFFFF; 
	font-size: 18px; 
	font-weight: 300;
	width: auto;
	padding: 10px 25px;
}
input[type="submit"]:hover {
	opacity: 0.8;
}	

.input {margin: 8px 0px;}
.input.required label:after {
	content: ' *';
	color: #FF0000;
}
.error-message {
	color: #FF0000;
	font-size: 13px;
}

.contact-form {
	border-radius: 10px;
	background: #EEEEEE;
	padding: 20px;
}
.contact-form h3 {
	font-size: 28px;
	font-weight: 300;
}

/** COOKIES INFO **/
#cookiesInfoBox {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	background: #FFFFFF;
	border-top: 1px solid #454545;
}
#cookiesInfoBox .container {
	padding: 15px 60px 15px 30px;
	text-align: left;
	background: #FFFFFF;
	font-size: 13px;
	color: #555555;
	position: relative;
	font-family: arial, sans-serif !important;
}
#cookiesInfoBox a, #cookiesInfoBox a:hover {
	color: #555555;
	font-size: 13px;
	text-decoration: none;
	text-decoration: underline;
}
#cookiesInfoBox a:hover {
	text-decoration: none;
}
#cookiesInfoBox a.cookiesInfoBoxClose, #cookiesInfoBox a.cookiesInfoBoxClose:hover {
	display: block;
	position: absolute;
	top: 5px;
	right: 14px;
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000;
	font-weight: 700;
	font-size: 13px;
	font-family: arial, sans-serif !important;
}
#cookiesInfoBox a.cookiesInfoBoxClose:hover {
	background: #999999;
}

/** RWD **/
@media (max-width: 1199px) { 
}

@media (max-width: 991px) { 
	header .top-contact .phone {
		font-size: 24px;
	}
	header nav ul li a{
		padding: 10px 10px 10px 10px;
		font-size: 13px;
	}
	.banner-text {
		padding: 22px 38px;
		font-size: 18px;
	}
	.banner strong {
		font-size: 33px;
	}
}
@media (max-width: 767px) {
	.banner-text {
		padding: 22px 38px;
		font-size: 12px;
	}
	.banner strong {
		font-size: 20px;
	}
	.text-box {
		font-size: 26px;
	}
	#menu-button {
		display: block;
		font-size: 24px;
		font-weight: 700;
		color: #000000;
	}
	header nav {
		text-align: right;
	}
	header nav ul {
		display: none;
		background: #FFFFFF;
		position: absolute;
		top: 20px;
		right: 0px;
		padding: 15px;
		z-index: 20;
	}
	header nav ul li {
		display: block;
	}
}
@media (max-width: 575px) { 
	header .top-contact .phone {
		font-size: 18px;
	}
	header .top-contact .fb {
		display: none;
	}
	
	h2.main-header {
		font-size: 26px;
	}
	.text-box {
		font-size: 20px;
	}
	.image-in-text {
		float: none;
		margin: 0 0 20px 0;
		text-align: center;
		width: 100%;
	}
	.image-in-text img {
		max-width: 300px;
		width: 100%;
	}
}

