/*
file:	Basic Style Sheet
year:	2016
author:	Boje Brojeva
email:	info@bojebrojeva.hr
site:	www.bojebrojeva.hr
*/

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	font: sans-serif;
	-webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*GDPR cookies*/

.gdpr_box,
.gdpr_infotext {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.gdpr_box form {
	width: 100%;
	display: table;
	margin: 20px 0;
}

.gdpr_box fieldset {
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	display: table;
	background: #f5f5f5;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
}

.gdpr_box fieldset legend {
	font-size: 17px;
	font-weight: bold;
}

.gdpr_box fieldset div {
	width: 20%;
	float: left;
	margin: 0 0 15px;
	padding: 0;
}

.gdpr_box fieldset div input {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.gdpr_box fieldset div input[type="checkbox"] {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
}

.ok_active {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 10px 0 0;
	padding: 7px 15px;
	float: left;
	background: green;
	border: 1px solid green;
	border-radius: 2px;
}

.ok_active:hover {
	font-size: 11px;
	color: #fff;
	background: #000;
	border-color: #000;
}

.ok_active:first-of-type {
	background: red;
	border-color: red;
	clear: left;
}

.ok_active:hover:first-of-type {
	background: #000;
	border-color: #000;
}

/*gdpr info box*/

.gdpr_info_box {
	width: 100%;
	margin: 0 0 30px;
}

.gdpr_info_box aside {
	width: 20%;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 20px;
	border-right: 1px solid #d7d7d7;
}

.gdpr_info_box aside:last-of-type {
	border: none;
}

.gdpr_info_box aside em,
.gdpr_info_box aside p {
	padding: 0;
}

.gdpr_info_box h2 {
	margin-bottom: 15px !important;
}

/*gdpr contact form*/

.contact_form div.consent_data,
.consent_data {
	width: 100% !important;
	float: none !important;
	margin: 0 0 20px !important;
	padding: 0 0 20px !important;
	border-bottom: 1px dotted #cdcdcd;
	display: table;
}

.contact_form div.consent_data:last-of-type,
.consent_data:last-of-type {
	border: none;
	margin: 0 !important;
	padding: 0 !important;
}

.consent_data input[type="checkbox"] {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	margin: 0 10px 0 0 !important;
}

.contact_form div.consent_data dt,
.consent_data dt,
.contact_form div.consent_data dd,
.consent_data dd {
	padding: 0 5px !important;
}

.contact_form div.consent_data dt,
.consent_data dt {
	width: auto;
	float: left;
}

.contact_form div.consent_data dd,
.consent_data dd {
	/*width: 88% !important;*/
	width: 94% !important;
	float: right;
}

.contact_form div.consent_data dd p,
.consent_data dd p {
	font-size: 13px;
	padding-bottom: 10px;
}

.contact_form div.consent_data dd p:last-of-type,
.consent_data dd p:last-of-type {
	/*padding: 0;*/
}

/*cookie gdpr*/

/*
body {
	pointer-events: none;
}

body:before {
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.70);
	transition: all .3s linear;
}

.body_unblocked {
	pointer-events: all;
}

body.body_unblocked:before {
	position: inherit;
	z-index: inherit;
	left: inherit;
	top: inherit;
	background: inherit;
}
*/

.cookie_gdpr {
	width: 90%;
	margin: 0;
	padding: 1% 1.5%;
	background: #fff;
	box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.20);
	position: fixed;
	z-index: 999999;
	bottom: 0;
	left: 5%;
	pointer-events: all;
}

.cookie_gdpr h1 {
	font-size: 14px;
	color: rgba(0,0,0,0,75);
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px;
}

.cookie_gdpr em {
	font-size: 12px;
	color: rgba(0,0,0,0,50);
	margin: 0;
	padding: 0;
}

.cookie_gdpr form {
	padding-top: 15px
}

.cookie_gdpr form,
.cookie_gdpr form fieldset {
	width: 100%;
	display: table;
}

.cookie_gdpr form fieldset div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.cookie_gdpr form fieldset div,
.cookie_gdpr form fieldset div label {
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

.cookie_gdpr form fieldset div input {
	appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
	display: inline-block;
	vertical-align: middle;
	margin: -1px 0 0 !important;
}

.cookie_btn_accept_all,
.cookie_btn_accept,
.cookie_btn_refuse {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 6px 10px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
}

.cookie_btn_accept_all,
.cookie_btn_accept_all:hover {
	color: #fff;
	background: green;
}

.cookie_btn_accept {
	color: #000;
	background: #b9b9b9;
}

.cookie_btn_refuse,
.cookie_btn_refuse:hover {
	color: #000;
	background: #b9b9b9;
	margin: 0 0 0 40px !important;
}

.cookie_btn_accept_all:hover,
.cookie_btn_accept:hover,
.cookie_btn_refuse:hover {
	font-size: 12px;
}

.cookie_btn_settings {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: underline !important;
}

.cookie_btn_settings:hover {
	font-size: 12px;
	color: #000;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {

.gdpr_box fieldset {
	box-sizing: border-box;
}

.gdpr_box fieldset div {
	width: 50%;
	margin-bottom: 10px !important;
}

.gdpr_info_box aside {
	width: 100%;
	display: table;
}

.gdpr_info_box aside {
	padding: 20px;
	border-right: inherit;
	border-bottom: 1px solid #d7d7d7;
}

.ok_active {
	margin-right: 5px !important;
}

.contact_form div.consent_data dd,
.consent_data dd {
	width: 80% !important;
}

.cookie_gdpr {
	width: 90%;
	padding: 3.5%;
	left: 5%;
}

.cookie_gdpr form fieldset div {
	width: 48%;
	float: left;
	display: inherit;
	margin-bottom: 5px;
}

.cookie_gdpr form fieldset div:nth-of-type(2n) {
	margin: 0;
}

.cookie_gdpr form fieldset div input {
	margin: -2px 4px 0 0 !important;
}

.cookie_btn_accept_all {
	clear: left;
}

.cookie_btn_accept_all,
.cookie_btn_accept,
.cookie_btn_refuse {
	float: left;
	display: inherit;
	width: 48%;
	text-align: center;
}

.cookie_btn_accept_all,
.cookie_btn_accept {
	margin-top: 10px !important;
}

.cookie_btn_accept {
	margin-right: 0 !important;
}

.cookie_btn_settings {
	display: table;
	margin: 0 auto 20px;
	padding-top: 10px;
	clear: both;
}

.cookie_btn_refuse,
.cookie_btn_refuse:hover {
	margin: 0 auto !important;
	float: none;
	width: auto;
	display: table;
}

}






