/*
 * Default CSS global
 *
 * Version 2.0.0 / 08.2021
*/

/** 1.0 - RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
pre {
	max-width: 100%;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	border-left: none !important;
	font-size: inherit !important;
}
a:focus,
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}
a.btn:focus,
a.btn:hover,
a.btn:active {
	outline: 0;
	text-decoration: none;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
button, input[type="text"], input[type=textfield], input[type="submit"], input[type=search], select {
	-webkit-appearance: none;
	border-radius: 0;
}
.clear,
.clearfix {
	clear: both;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: lightgray 5000s ease-in-out 0s;
	box-shadow: 0 0 0px 1000px transparent inset;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/* TYPO */
h1, h2, h3, h4, h5, h6 {
	display: block;
}
p em {
	font-style: italic;
}

/* transition */
.header a,
.header .header-logo,
.header.smallscroll,
.header.smallscroll .header-logo,
.gform_wrapper .button:hover,
:hover,
.menu_toggl {
	transition: all ease-in 0.3s;
	-webkit-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
}


/* MENU */
.menu_toggle,
.header .mobile_menu {
	display: none;
}

/* f100 - MULTI-IMAGE */
section.multi_image .gallery_item .rotate {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
section.multi_image .gallery_item .rotate img {
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
section.multi_image .gallery_item .rotate a:hover img {
	-webkit-transform: scale(1.05) rotate(-0.5deg);
	-moz-transform: scale(1.05) rotate(-0.5deg);
	-o-transform: scale(1.05) rotate(-0.5deg);
	-ms-transform: scale(1.05) rotate(-0.5deg);
	transform: scale(1.05) rotate(-0.5deg);
}


/* f110 - GALLERY */
section.gallery .gallery_item .rotate {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
section.gallery .gallery_item img {
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
section.gallery .gallery_item a:hover img {
	-webkit-transform: scale(1.05) rotate(-0.5deg);
	-moz-transform: scale(1.05) rotate(-0.5deg);
	-o-transform: scale(1.05) rotate(-0.5deg);
	-ms-transform: scale(1.05) rotate(-0.5deg);
	transform: scale(1.05) rotate(-0.5deg);
}

/* f300 - FOOTER */
footer {
	position: relative;
	height: auto;
}
