body{
	margin: 0;
}

h1,h2,h3,h4{
	text-transform: uppercase;
}

img,iframe{
	max-width: 100%;
	max-height: 100%;
	
}
img {
	border:0;
}

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

#content{
	width: 100%;
	margin: 0 auto;
}

.mobile_menu_switch{
	display: none;
	cursor: pointer;
	background-image: url(../images/switch_menu.png);
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0% 15% 15% 0%;
	position: absolute;
	z-index: 100000;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	left: 250px;
}

.column{
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: top;
}


.c1{
	width: 100%;
}

.c1-3 {
	width: 33%;
}

.c2-3 {
	width: 66%;
}

.c2{
	width: 50%;
}

.c3{
	width: 33%;
}

.c3-4{
	width: 75%;
}

.c4{
	width: 25%;
}

.c5{
	width: 20%;
}

.c2-5{
	width: 40%;
}

.c3-5{
	width: 60%;
}

.c4-5{
	width: 80%;
}

.sending_error {
	border-color: red!important;
}
.msg_error {
	color: red!important;
}
.return_msg {
	margin-bottom: 10px;
}

/* OVERLAY */

div#window_overlay_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.68);
	z-index: 1000;
	display: none;
	cursor: pointer;
}

.close_bt {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 2.5%;
	cursor: pointer;
}

div#window_overlay_content {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 65%;
	height: 80%;
	text-align: center;
	overflow: hidden;
	cursor: auto;
	display: none;
	z-index: 10001;
}

div#overlay_content iframe {
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#overlay_content {
	position: absolute;
	height: 75%;
	width: 90%;
	margin: auto;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	/*
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	*/
}


/* OVERLAY */

/* FOOTER */

footer {
	width: 100%;
}




/* Responsive */
@media only screen and (min-width: 1280px){

}

@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 768px) {

	.column{
		display: block;
		width: 100%
	}

	div#menu_page_link {
		position: fixed;
		top: 0;
		height: 100%;
		max-width: 90%;
		width: 250px;
		left: -250px;
		z-index: 10000;
		transition: .25s all ease;
		text-align: left;
		background-color: black;
		color: white;
	}

	div#menu_page_link.visible {
		left: 0px;
	}

	.mobile_menu_switch{
		display: block;
	}
}

@media only screen and (max-width: 320px) {

}

@media only print {

	* {
		color: rgb(0,0,0);
		background: none!important;
		border: none!important;
		box-shadow: none!important;
		font-size: 13px;
	}

}

