/*
 * Made with <3 by www.danielefavi.com
 */
body {
	margin: 0 auto;
	padding: 0;
	background: #4ea1d3;
	color: #FFF;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25;
	font-family: 'Raleway', Calibri, Arial, sans-serif;
}

a,p {
	color:#FFF;
	text-decoration: none;
	letter-spacing: 1px;
}

.wrapper {
	margin-top:0px;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	z-index: 0;
	padding: 0px 20px 0px 20px;
}

.grid .content {
	padding: 10px;
}

#panel {
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	display: none;
	width:100%;
	z-index: 999;
}

#panel .detail {
	top:0px;
	margin-bottom:0px;
	line-height: 0px;
	font-weight: 600;
}

#panel .label {
	font-weight: 400;
	font-size:0.8em;
	padding:0px;
	margin-bottom:0px;
	line-height: 30px;
}

#panel .content h3 {
	font-weight: 400;
	margin-bottom:0px;
	font-size:35px;
	margin-top:0px;
}

#top-panel {
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-top:0px;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	border-left: 3px solid #FFF;
	border-radius: 0px 0px 25px 25px;
	width:100%;
	z-index: 999;
}

#contacts-btn {
	float:right;
}

.active {
	color: #4ea1d3 !important;
	background-color:#FFF !important;	
}

.content {
	z-index: 0;
}

.contact-detail {
	float:left;
	margin:0px 0px 10px 0px
}

.main-title {
	color: #f9f1e9;
	text-align: center;
	letter-spacing: 0.3em;
}

.title-normal {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 400;
}

.title-little {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
}

.main-title h2 {
	font-size: 40px;
}

.main-title .thin {
	font-weight: 200;
}

.clear {
	clear: both;
}

.input {
    background-color: transparent;
    border: 2px solid #FFF;
    color: #fff;
    line-height: 30px;
    width: 100%;
    padding: 7px 12px 7px 12px;
    font-size:1em;
    font-weight: 400;
}

.message {
	height:100px !important;
	font-family: 'Raleway', Calibri, Arial, sans-serif;
}

#name-name {
	display:none;
}

#send-button {
	margin-top: 20px;
}

.mail-error {
	float:right;
}

#result-message {
	margin-left:10px;
	font-weight: 600;
}


/* Buttons */

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px 8px 20px;
	display: inline-block;
	margin: 5px 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	line-height: 1em;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.btn-4 {
	border-radius: 50px;
	border: 3px solid #fff;
	overflow: hidden;
	background: #4ea1d3;
	color:#FFF;
}

.btn-4:active {
	border-color: #95a5a6 !important;
	color: #95a5a6 !important;
}

.btn-4:hover {
	color: #4ea1d3;
	background-color:#FFF;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #17954c;
}

/* Button 4a */
.btn-4a:before {
	left: 130%;
	top: 0;
}

.btn-4a:hover:before {
	left: 80%;
}

/* Button 4b */
.btn-4b:before {
	left: -50%;
	top: 0;
}

.btn-4b:hover:before {
	left: 10%;
}

/* Button 4c */
.btn-4c:before {
	left: 70%;
	opacity: 0;
	top: 0;
}

.btn-4c:hover:before {
	left: 80%;
	opacity: 1;
}

/* Button 4d */
.btn-4d:before {
	left: 30%;
	opacity: 0;
	top: 0;
}

.btn-4d:hover:before {
	left: 10%;
	opacity: 1;
}


/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[class*='col-'] {
	float: left;
	padding-right: 20px; /* column-space */
}

.grid {
	width: 100%;
	max-width: 1140px;
	/*min-width: 755px;*/
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 20px; /* grid-space to left */
	padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}


@media handheld, only screen and (max-width: 767px) {
	.wrapper {
		padding: 0px 10px 0px 10px;
	}
	.grid {
		width: 100%;
		min-width: 0;
		padding-left: 10px; /* grid-space to left */
		padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}
	
	.grid-pad {
		padding-top:0px;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
	}
	
	#panel .content h3 {
		font-size: 28px;
		text-align: center;
	}
	.contact-detail {
		margin-right:30px;
	}
	
	/* Mobile Layout */
	
	[class*='mobile-col-'] {
		float: left;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
		padding-bottom: 0px;
	}
	
	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}
	
	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
	
	
}