*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}

section.top_container {
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
}

.bckg_cont {
	height: 100vh;
}

.logo { 
	width: 250px;
	margin: 35vh auto;
	display: block;
}

.prd_sect {
	margin: 35px 0;
}

.mdiv {
	border:5px solid #E8E4D9;
}

p.kult {
	text-align:right;
	text-transform: uppercase;
	font-family: "RobotoMedium";
	color:#333333;
	margin: 0 0 0 0 ;
}

p.kult_inv {
	text-align:left;
	text-transform: uppercase;
	font-family: "RobotoMedium";
	color:#333333;
	margin: 0 0 0 0 ;
}

p.base_text {
	text-align:right;
	font-family: "RobotoLight";
	color:#252525;
	margin: 0 0 0 0 ;
	font-size: 18px;
	line-height: 1.35;
}

p.base_text_inv {
	text-align:left;
	font-family: "RobotoLight";
	color:#252525;
	margin: 0 0 0 0 ;
	font-size: 18px;
	line-height: 1.35;
}

h2 {
	text-align: right;
	margin:0px 0 15px 0;
	text-transform: uppercase;
	color:#6D8E01;
	font-size: 48px;
	font-family: "RobotoMedium";
}

h2.inv {
	text-align: left;
	margin:0px 0 15px 0;
	text-transform: uppercase;
	color:#6D8E01;
	font-size: 48px;
	font-family: "RobotoMedium";
}

ul.base_list {
	margin:5px 0 0 0;
	text-align: right;
	list-style-type: none;
	font-family: "RobotoLight";
}

ul.base_list_inv {
	margin:5px 0 0 0;
	text-align: left;
	list-style-type: none;
	font-family: "RobotoLight";
	padding:0;
}

ul.base_list li {
	margin:3px 0 0 0;
	color: #898989;
}

ul.base_list_inv li {
	margin:3px 0 0 0;
	color: #898989;
}

footer {
	border-top: 1px solid #E8E4D9;
	padding: 15px 0 15px 0;
}

footer ul {
	margin:5px 0 0 0;
	text-align: left;
	list-style-type: none;
	font-family: "RobotoLight";
	padding:0;
}

footer ul li {
	margin:3px 0 0 0;
	color: #898989;
}

footer ul ol {
	text-transform: uppercase;
	font-family: "RobotoBold";
	color: #898989;
	margin: 5px 0 0 0;
	padding: 0;
}

footer a {
	color: #898989;
}

footer p {
	color: #898989;
	font-family: "RobotoLight";
}