html,
button,
input,
select,
textarea {
    color: #000;
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 375px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
}

strong,
b{
    font-weight: 600;
}

::-moz-selection {
    background: #fff;
    text-shadow: none;
}

::selection {
    background: #fff;
    text-shadow: none;
}

hr {
    display: block;
    border: 0;
    border-top: 2px solid #000000;
    margin: 35px 0 5px;
    padding: 0;
    clear: both;
    text-align: left;
}
.content hr:first-child{
	margin-top: 0;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3 {
    margin-bottom: 4px;
}
h1 {
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
    font-weight: 500;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
    font-weight: 500;
}
h3 {
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
    font-weight: 500;
}

a {
	color: #000000;
	text-decoration: none;
    font-weight: 500;
}
input.button, input[type="submit"],button {
  background-color: transparent;
  border: medium none;
  cursor: pointer;
  font-style: normal;
  height: 24px;
  line-height: normal;
  margin: 5px 0 0 0;
  padding: 0 2px 0 2px;
  font-weight: 500;
  color: #000000;
}

input.button:hover,
button:hover {
    font-style: italic;
}

input[type="text"] {
  background-color: #ff9999;
  border: medium none;
  color: #000000;
  font-size: 16px;
  height: 24px;
  margin: 0 0 7px;
  padding: 0 0 0 3px;
  width: 360px;
}

textarea {
    background-color: #ff9999;
    margin: 0 0 3px 0;
    padding: 0 0 0 3px;
    border: none;
    width: 360px;
    height: 152px;
    font-size: 16px;
}

select {
    background-color: #fff;
    margin: 0 0 8px 0;
    padding: 0 0 0 3px;
    color: #000000;
    font-size: 11px;
    border: 1px solid #000000;
}

option {
    background-color: #fff;
}

input[type="checkbox"] {
    background-color: #FFFFFF;
    margin: 0 4px 0 0;
    padding: 0;
    color: #000000;
}

select{
    font-size: 12px;
}

ol, ul{
	margin: 0;
	padding: 0 0 0 20px;
}
li {
  padding: 0 0 0 20px;
}

form p {
	margin-top: 5px;
}

.form_error,
.form_success {
    float: left;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 8px;
    font-weight: 500;
}

.errors {
    margin-bottom: 1em; 
}

.error {
    color: red; 
}

p.error,
p.success {
    margin-bottom: 5px; 
}

input.formfield_error {
    background-color: #FFCCCC;
}
label {
  clear: both;
  float: left;
  font-size: 16px;
  width: 177px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dsplno {
    display: none;  
}

.clickable{
	cursor: pointer;
}

.centerContainer{
	margin: 0 auto;
	padding: 230px 50px 50px;
	max-width: 890px;
}

header{
	/*width: 890px;*/
}
/*header .grid-item:last-child{
	overflow: visible;
}
header .grid-item:last-child p{
	white-space: nowrap;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	display: block;
	margin: auto;
	height: 80px;
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
    font-weight: 400;
}
header .grid-item:last-child p a{
	color: #ffffff;
}
header .grid-item:last-child p a.arrow_up:after{
	background: url('/assets/templates/img/arrow_up_white.png');
	background-repeat: no-repeat;
	background-position: -3px;
}*/
.grid-item {
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
  padding: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -khtml-border-radius: 15px;
}
.grid-item.img img.center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	visibility: hidden;
}
.grid-item.img img {
	display: block;
	margin: 0 auto;
	width: auto !important;
	height: auto !important;
	max-height: 100%;
	max-width: 100%;
}
.grid-item.img > h1 + a > img {
	max-height: 91%;
}
.grid-item.grid-item--height3.img > h1 + a > img {
	max-height: 88%;
}
.grid-item--width1 {
  width: 60px;
}
.grid-item--width2 {
  width: 150px;
}
.grid-item--width3 {
  width: 250px;
}
.grid-item--width4 {
  width: 330px;
}
.grid-item--width6 {
  width: 510px;
}
header .grid-item--height1 {
  height: 50px;
}
.grid-item--height2 {
  height: 115px;
}
.grid-item--height3 {
  height: 160px;
}
.grid-item--height4 {
  height: 215px;
}
.grid-item--height5 {
  height: 260px;
}
.grid-item--height6 {
  height: 315px;
}
.grid-item--height7 {
  height: 360px;
}
.grid-item--height8 {
  height: 415px;
}
.grid-item--height9 {
  height: 460px;
}
.grid-item--height10 {
  height: 515px;
}
.grid-item--height11 {
  height: 560px;
}
.grid-item--height12 {
  height: 615px;
}
.grid-item--height13 {
  height: 660px;
}
.grid-item--height14 {
  height: 715px;
}
.grid-item--height15 {
  height: 760px;
}
.bgtranswhite{
	background: url(/assets/templates/img/bgtranswhite.png) repeat;
}
a.arrow_up:after{
	content: '';
	background: url('/assets/templates/img/arrow_up_black.png');
	background-repeat: no-repeat;
	background-position: -3px;
	margin-left: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
}
a.arrow_down:after{
	content: '';
	background: url('/assets/templates/img/arrow_down_black.png');
	background-repeat: no-repeat;
	background-position: -1px;
	margin-left: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
}
.inline{
	cursor: pointer;
}
a.fancybox{
    position: relative;
    display: block;
}
a.fancybox:not([href*='youtu']):first-of-type:after{
	content: '';
	background: url('/assets/templates/img/play.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
a.fancybox + h1,
a.fancybox + h2,
a.fancybox + h3{
  position: absolute;
  top: 10px;
}
div[id^=inline]{
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
}
a#localina-button {
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
}
header .grid-item--height1.hidemob{
    padding: 0;
}
@media (min-width:1026px){
	.hidedesk{
		display: none;
	}
}
@media (max-width:1025px){
	.centerContainer{
		margin: 0 auto;
		padding: 50px 20px 50px;
	}
}
@media (min-width:797px) and (max-width:1025px){
	.hidetabl{
		display: none;
	}
}
@media (max-width:796px){
	.centerContainer{
		margin: 0 auto;
		padding: 50px 10px 20px;
	}
	.hidemob{
		display: none;
	}
	header .grid-item--width4.grid-item--height1{
		height: 80px;
	}
	header .grid-item--height1:last-child{
		padding: 0;
	}
}