* {
  	padding:0;
  	margin:0;
  	border:0;
}

html, body {
	height: 100%;
	width: 100%;

	margin: 0;
	padding:0;

	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 42px;
	font-weight: 400;
}

h3 {
	font-size: 34px;
	font-weight: 400;
}

p {
	font-size: 12px;
	padding: 5px 0 15px 0;
}

a {
	color: #000;
	font-family: 'Roboto', sans-serif;
}

a:hover {
	text-decoration: none;
	color: #23527C;
}

table {
  	height: 100%;
  	width: calc(100%);
 	border-spacing: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


button {
	width: 100%;
	height: 40px;

	border: 0;
	background-color: #000;
	color: #FFF;
}
button:hover {
	color: #ECCB6E;
}

input {
	border: 0;
	
	width: 100%;
	height: 40px;

	padding: 5px 5px 5px 10px;

	color: #000;
}

.container {
    padding: 0 !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cols {
    display: table-cell;
}

.no-margins {
	margin: 0 0 !important;
}

.no-paddings {
	padding: 0 0 !important;
}

.zc-yellow-bg { 
	/* yellow ZERO-COZI */
	background-color: #ECCB6E;
}


.zc-full-image {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}

.zc-full-height {
	height: calc(100%);
	position: relative;
	height: calc(100% - 1px);
  	height: -moz-calc(100% - 1px);
  	height: -webkit-calc(100% - 1px);
}

.zc-large {
	font-size: 520px;
	line-height: 50px;
}

.zc-container {
	margin-left: 50px;
}

.zc-container-sm {
	margin-left: 20px;
}

.zc-header-sm {
	height: 100px;
}

.zc-logo-sm {
	font-size: 52px;
	height: 90px;
	padding: 0;
	text-align: center;
	margin-top: -28px;
}

.zc-logo-lg {
	font-size: 68px;
	height: 190px;
	padding: 0 0 60px 0;
}

.zc-main {
	height: 100%;
}

.zc-main-sm {
	height: 400px;
}

.zc-info-large {
	padding-left: 30px;
}

.zc-sidebar-yellow {
	background-color: #ECCB6E;
	vertical-align: top;
}

.zc-panel-white {
	background-color: #FFF;
}



.zc-form {
	width: 90%;
}

.zc-form-sm {
	width: 90%;
}

.zc-error {
	background-color: #ffd1d1;
}

.zc-success {
	background-color: #e5ffeb;
}

.zc-success-text {
	color: #0E7F00;

	font-size: 14px;
	font-weight: 400;

	margin: 0;
	padding: 10px 0;
}

.zc-success-info {
	text-align: center;
	background-color: #FFF;
	vertical-align: middle;
}


.zc-error-info {
	text-align: left;

	background-color: #ECCB6E;
	vertical-align: middle;
}

.zc-error-text {
	color: #E51D1D;

	font-size: 12px;
	font-weight: 400;

	margin: 0;
	padding: 4px;
}


.zc-facebook {
	margin-top: 40px;
	vertical-align:middle;
}

.zc-facebook a {
	height: 50px;
	line-height: 44px;
	vertical-align: middle;
}

.zc-facebook i {
	font-size: 44px;
	font-weight: bold;
}

.zc-facebook i span {
	font-size: 12px;
	font-weight: 700;
	padding-left: 10px;
	line-height: 50px;
	vertical-align:middle;
}