/* 
green: #75b758
red: #c83732
coca-cola: #ea0000
*/
*{
	margin:0;
	padding:0;
	border:0;
}
ol, ul{
	list-style-type: none;
}
table{
    border-collapse: collapse;
    margin-bottom: 36px;
}
td {
	font-family: arial;
	font-size: 12px;
	padding: 10px 20px;
}
td:first-of-type {
	width: 200px;
}
tr:first-of-type {
	background-color: #666;
	color: #fff;
	font-weight: bold;
	height: 30px;
}

tr:nth-child(even) {
	background-color: #eee;
}

/* LAYOUT
-------------------------------------------------------------- */
.columns{
	display: flex;
}
@media (max-width: 939px) {
.columns{
	display: block;
}
}
.column{
	margin-right: 20px;
	width: 300px;
}
@media (max-width: 939px) {
.column{
	width: 100%;
}
}
@media (max-width: 619px) {
.column-rule{
	border-top: 1px solid #a5a5a5;
	margin-bottom: 36px;
	padding-top: 12px;
}
}
.container{
	padding-bottom: 72px;
	padding-top: 72px;
}
@media (max-width: 939px) {
.container{
	padding-bottom: 36px;
	padding-top: 36px;
}
}
.page{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
@media (max-width: 939px) {
.page{
	width: 620px;
	padding-right: 30px;
	padding-left: 30px;
}
}
@media (max-width: 619px) {
.page{
	width: auto;
}
}
.half{
	width: 460px;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.clear{
	clear:both;
}
.flex{
	display: flex;
}
@media (max-width: 939px) {
.flex{
	display: block;
}
}
.justify{
	display: flex;
	justify-content: space-between;
}
.grey{
	background-color: #f9f9f9;
}
.gutter{
	margin-right: 20px;
}
.hide {
	display: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.rule{
	border-top: 1px solid #999;	
	height: 18px;
}
.third{
	width: 300px;
}
@media (max-width: 939px) {
.half, .third{
	width: 100%;
}
}
.text-center{
	text-align: center;
}
.miro{
	background-image: url(img/miro.png);
	background-repeat: no-repeat;
	background-position: left 0;
	height: 480px;
	text-align: left;
}
@media (max-width: 619px) {
.miro{
	background-image: none;
	height: 300px;
}
}
.miro_responsive{
	background-image: url(img/miro_360.jpg);
	background-size: cover;
	display: none;
	height: 360px;
}
@media (max-width: 619px) {
.miro_responsive{
	display: block;
}
}
hr{
	border-top: 1px solid #999;
	height: 18px;
}

/* CONTENT
-------------------------------------------------------------- */
.bulletpoints li::before{
	content: "\f105";
}
.content a{
	color: #75b758;
}
.content h1{
	color: #333;
	font-size: 60px;
	font-family: georgia;
	letter-spacing: -2px;
	line-height: 54px;
	margin-bottom: 24px;
}
.content h1 a{
	color: #1c8100;
	text-decoration: none;
}
.content h2{
	color: #333;
	font-size: 48px;
	font-family: georgia;
	letter-spacing: -1px;
	line-height: 50px;
	margin-bottom: 18px;
}
.content h2 a{
	color: #333;
	text-decoration: none;
}
.content h2 small{
	font-size: 18px;
	letter-spacing: 0;
}
.content h2 sup{
	font-size: 18px;
	letter-spacing: 0;
}
.content h3{
	color: #333;
	font-family: georgia;
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 18px;
	text-transform: none;
}
.content h3 a{
	color: #333;
	text-decoration: none;
}
.content h4{
	color: #333;
	font-family: georgia;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 18px;
}
.content img{
	max-width: 940px;
}
@media (max-width: 619px) {
.content img{
	width: 100%;
}
}
.content li{
	color: #666;
	font-family: georgia;
	font-size: 18px;
	left: 30px;
	line-height: 24px;
	margin-bottom: 18px;
	position: relative;
}
.content li::before{
	color: #75b758;
//	content: inherit;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	left: -30px;
	position: absolute;
	text-align: center;
	width: 1.25em;
}
.content p{
	color: #666;
	font-family: georgia;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.content ul{
	margin-bottom: 18px;
}
.button a{
	background-color: #c83732;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-family: georgia;
	font-weight: bold;
	margin-bottom: 24px;
	padding: 15px 30px;
	text-decoration: none;
}
.nav-links p{
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
	margin-bottom: 18px;
}
.share i{
	font-size: 36px;
	margin-right: 9px;
}

/* [  ] HEADER
-------------------------------------------------------------- */
.header{
	background-color: #c83732;
	padding-bottom: 12px;
	padding-top: 17px;
}
@media(max-width: 619px){
.header{
	background-image: url(img/logo-360.png);
	background-position: 30px 15px;
	text-align: center;
}
}
.header img{
	width: 120px;
}
.header p{
	color: #333;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}
.header p a{
	color: #333;
	font-size: 36px;
	line-height: 36px;
	text-decoration: none;
	text-transform: uppercase;
}
@media(max-width: 619px){
.header p a{
	font-size: 18px;
	line-height: 18px;
}
}
@media(max-width: 619px){
	.tagline{
		display: none;
	}
}

/* [  ] NAV
-------------------------------------------------------------- */
.primary-navigation{
	background-color: #75b758;
	height: 50px;
}
@media(max-width: 619px){
.primary-navigation{
	width: 100%;
}
}
.primary-navigation a{
	display: inline-block;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	width: 187px;
}
.primary-navigation a:hover{
	color: #333;
}
@media (max-width: 939px) {
.primary-navigation a{
	width: 123px;
}
}
.primary-navigation ul li{
	border-left: 1px solid #ccc;
	display: inline-block;
	font-family: georgia;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}
.primary-navigation ul{
	font-size: 0;
}
.primary-navigation .menu-item-home a{
	color: #fff;
}
.primary-navigation .menu-item-home{
	border: 0;
}

.mobilemenu{
	background-color: none;
	font-style: normal;
	position: relative;
	top: -47px;
	z-index: 999998;
}
.mean-container a.meanmenu-reveal{
	color: #fff;
}
.mean-container a.meanmenu-reveal span{
	background-color: #fff;
}
.mean-container .mean-bar{
	background: none;
}
.mean-container{
	font-family: georgia;
	font-size: 14px;
}
.mean-container .mean-nav ul li a{
	color: #fff;
}
.mean-nav li{
	background-color: #75b758;
}


/* [  ] HERO
-------------------------------------------------------------- */
.hero{
	background-image: url(img/hero.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 0;
	text-align: left;
}
@media (max-width: 619px) {
.hero{
	background-image: none;
}
}
.hero_responsive{
	background-image: url(img/hero_360.jpg);
	background-size: cover;
	display: none;
	height: 240px;
}
@media (max-width: 619px) {
.hero_responsive{
	display: block;
}
}
.hero h1{
	color: #333;
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
}
@media (max-width: 939px) {
.hero h1{
	font-size: 48px;
	line-height: 50px;
}
}
.hero h2{
	color: #333;
}
.hero p{
	color: #333;
}
.hero .container{
	max-width: 540px;
}
/*
.hero .submit a{
	background-color: #fff;
	color: #333;	
}
*/

/* [  ] ICON
-------------------------------------------------------------- */
.icon p{
	background-color: #75b758;
	border-radius: 100%;
	display: inline-block;
	height: 66px;	
	margin-bottom: 18px;
	padding-top: 18px;
	width: 84px;
}
.icon i{
	color: #fff;
	font-size: 48px;
}



/* [  ] FOOTER
-------------------------------------------------------------- */
.footer{
	padding-bottom: 12px;
	padding-top: 12px;
}
.footer p{
	color: #222;
	font-family: georgia;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.footer p a{
	color: #75b758;
	text-decoration: none;
}
.social i{
	font-size: 18px;
	text-decoration: none;
	margin-right: 6px;	
}


/* FORMS
-------------------------------------------------------------- */
.checkbox {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	cursor: pointer;
	font-family: georgia;
	font-size: 12px;
	line-height: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark{
	position: absolute;
	top: -3px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
}
.checkbox:hover input ~ .checkmark{
	background-color: #ccc;
}
.checkbox input:checked ~ .checkmark{
	background-color: #2196F3;
}
.checkmark:after{
	content: "";
	position: absolute;
	display: none;
}
.checkbox input:checked ~ .checkmark:after{
	display: block;
}
.checkbox .checkmark:after{
	left: 6px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.content input, 
.content textarea{
	border: 2px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 15px;
}
.content input[type='email'], 
.content input[type='tel'], 
.content input[type='text'], 
.content textarea{
	width: 100%;
}
.content input[type='checkbox'],
.content input[type='radio']{
	width: auto;
}
.content select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: url(assets/css/svg-min/expand.svg);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 18px;
	border: 1px solid #a5a5a5;
	cursor: pointer;
	font-family: arial;
	font-size: 18px;
	height: 44px;
	margin-bottom: 10px;	
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	width: 100%;
}
.content textarea{
	height: 180px;
}
.content button,
.submit input,
.form-submit input, 
.submit a{
	-webkit-appearance: none;
	background-color: #c83732;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: georgia;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
	max-width: 300px;
	padding: 15px 0px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
label.warning{
	background-color: #c83732;
	color: #fff;
	display: block;
	margin-top: 10px;
	line-height: 18px;
	padding: 10px;
	position: relative;
}
.warning::before{
	top: -2px;
	color: #c83732;
	content: '\f0de';
	font-family: 'Font Awesome 6 Free';
	font-size: 36px;
	left: 15px;
	position: absolute;
}

/* WIDGET
-------------------------------------------------------------- */
.widget{
	width: 300px;
	margin-bottom: 18px;
	margin-right: 20px;
}
@media (max-width: 939px) {
.widget{
	margin-right: 0;
	width: 100%;
}
}
.widget_block{
	margin-bottom: 24px;
}
.widget:nth-child(3){
	margin-right: 0;
}
.widget a{
	color: #38B5D5;
	text-decoration: none;
}
.widget h2{
	font-family: helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	margin-bottom: 18px;
}
.widget input {
	width: 160px;
}
.widget p{
	color: #333;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.widget ul{
	margin-bottom: 18px;
}
.widget li{
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}
.widget li a{
	color:#666;
	text-decoration: none;
}
.widget li a:hover{
	text-decoration: underline;
}
.dark{
	background-color: #666;
}
.dark a, .dark h2, .dark li, .dark li a, .dark p{
	color: #fff;
}

/* [  ] COMMENTS
-------------------------------------------------------------- */
.children{
	padding-left: 60px;
}
.comment-body{
	display: flex;
	flex-flow: column;
}
.comments img{
	display: none;
}
.comments li{
	margin-bottom: 24px;
}
.comments li:before{
	content: none;
}
.comment-content{
	background-image:url(img/quote.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-color:#eee;
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 60px;
	padding-bottom: 20px;
}
.comment-meta{
	text-align: right;
}
.comment-meta b::before{
	color: #eee;
	content: '\25E5';
	margin-right: 12px;
	position: relative;
	top: -3px;
}
.reply{
	text-align: right;
}

.says{
	display: none;
}

/* [  ] TOP
-------------------------------------------------------------- */
.top{
	background-color: #75b758;
	border-radius: 5px;
	bottom: 20px;
	color: #fff;
	display: none;
	font-size: 24px;
	line-height: 48px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 48px;
}

/* [  ] RATING
-------------------------------------------------------------- */
.content .rating li{
	left: 0;
}
.content .rating li::before{
	content: none;
}