@import url('../fonts/roboto/roboto.css');
@import url('2minimal2.css');


/*@charset "windows-1251";*/


html, body {
/*	position: relative;*/
	height: 100%;
}
body {
	background-color: #222222;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
/*	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	padding: 0;
/*	overflow: hidden;*/
}

a {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

/* Topbar, Midbar, Logobox ********************************************/
.topbar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	z-index: 15;
	background-color: #111111;

	/*transition***********************************************/
	-webkit-transition: height 0.3s;
	-moz-transition:	height 0.3s;
	-o-transition:		height 0.3s;
	-ms-transition:		height 0.3s;
	transition:			height 0.3s;
	/**********************************************************/
}
.tbexpanded { height: 100%; }
.midbar {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
	height: 60px;
	width: 100%;
	z-index: 15;
	background-color: #111111;
	text-align: center;
}

.logobox {
	position: absolute;
	
/*	display: block;
/*	float: left;*/
/*	top: 0;
/*	left: 0;
	height: auto;
	width: auto;*/
}
.logomvtn {
	position: relative;
	left: 50%;
	background: url(../fonts/mvtn.svg) no-repeat;
	background-size: 48px auto;
	height: 30px;
	width: 48px;
	margin-left: -24px;
	display: block;
}

.logotxt/*, .iconmovit*/ {
	display: block;
	float: left;
	background: url(../fonts/movitone05.svg) no-repeat;

	/*transition***********************************************/
	-webkit-transition: transform 0.5s;
	-moz-transition:	transform 0.5s;
	-o-transition:		transform 0.5s;
	-ms-transition:		transform 0.5s;
	transition:			transform 0.5s;
	/**********************************************************/
}
.logotxt {
	width: 63px;
	height: 60px;
	background-size: 600px auto;
}
.iconmovit {
	width: 22px;
	height: 11px;
	display: block;
	float: none;
	background: url(../fonts/movitone05.svg) no-repeat;
	background-size: 220px auto;
	/*transition***********************************************/
	-webkit-transition: transform 0.5s;
	-moz-transition:	transform 0.5s;
	-o-transition:		transform 0.5s;
	-ms-transition:		transform 0.5s;
	transition:			transform 0.5s;
	/**********************************************************/
}
.movit-dash1 { background-position: -198px -4px; }
.movit-dash2 { background-position: -198px -7px; }
/*.movit-dash1hv {
	-webkit-transform: rotate(45deg) translate(2px, 3px);
	-ms-transform: rotate(45deg) translate(2px, 3px);
	transform: rotate(45deg) translate(2px, 3px);
}*/
.movit-dash1hv {
	-webkit-transform:	rotate(225deg);
	-moz-transform:		rotate(225deg);
	-o-transform:		rotate(225deg);
	-ms-transform: 		rotate(225deg);
	transform: 			rotate(225deg);
	-webkit-transform-origin:	50% 85%;
	-moz-transform-origin: 		50% 85%;
	-o-transform-origin: 		50% 85%;
	-ms-transform-origin: 		50% 85%;
	transform-origin: 			50% 85%;
/*	-webkit-transform: rotate(225deg) t2anslate(-2px, -5px);
	-ms-transform: rotate(225deg) translate(-2px, -5px);
	transform: rotate(225deg) translate(-2px, -5px);*/
}
.movit-dash2hv {
	-webkit-transform: 	rotate(135deg);
	-moz-transform:		rotate(135deg);
	-o-transform:		rotate(135deg);
	-ms-transform: 		rotate(135deg);
	transform: 			rotate(135deg);
	-webkit-transform-origin: 	50% 15%;
	-moz-transform-origin: 		50% 15%;
	-o-transform-origin: 		50% 15%;
	-ms-transform-origin: 		50% 15%;
	transform-origin: 			50% 15%;
/*	-webkit-transform: rotate(135deg) translate(-3px, 6px);
	-ms-transform: rotate(135deg) translate(-3px, 6px);
	transform: rotate(135deg) translate(-3px, 6px);*/
}

.logo-o, .logo-v, .logo-t, .logo-n {
	-webkit-transform: 	rotate(-90deg);
	-moz-transform:		rotate(-90deg);
	-o-transform:		rotate(-90deg);
	-ms-transform: 		rotate(-90deg);
	transform: 			rotate(-90deg);
}
.logo-m {
	background-position: 0 0;
	width: 78px;
	-webkit-transform: 	rotate(-90deg) scaleX(0.8) translateY(7.5px);
	-moz-transform:		rotate(-90deg) scaleX(0.8) translateY(7.5px);
	-o-transform:		rotate(-90deg) scaleX(0.8) translateY(7.5px);
	-ms-transform: 		rotate(-90deg) scaleX(0.8) translateY(7.5px);
	transform: 			rotate(-90deg) scaleX(0.8) translateY(7.5px);
}
.logo-o, .logo-o2 { background-position: -79.5px 0; }
.logo-o2 { margin-left: 0px; }
.logo-v { background-position: -144px 0; }
.logo-i {
	background-position: -240px 0;
	width: 15px;
	-webkit-transform: 	rotate(-90deg) scaleY(0.13);
	-moz-transform:		rotate(-90deg) scaleY(0.13);
	-o-transform:		rotate(-90deg) scaleY(0.13);
	-ms-transform: 		rotate(-90deg) scaleY(0.13);
	transform: 			rotate(-90deg) scaleY(0.13);
}
.logo-t {
	width: 66px;
	background-position: -289.5px 0;
}
.logo-n { background-position: -355.5px 0; }
.logo-e {
	background-position: -420px 0;
	width: 63px;
	-webkit-transform: 	rotate(-90deg) scaleY(1.25) translateY(7.5px);
	-moz-transform:		rotate(-90deg) scaleY(1.25) translateY(7.5px);
	-o-transform:		rotate(-90deg) scaleY(1.25) translateY(7.5px);
	-ms-transform: 		rotate(-90deg) scaleY(1.25) translateY(7.5px);
	transform: 			rotate(-90deg) scaleY(1.25) translateY(7.5px);
}

.logobox a {
/*	opacity: 0.7;*/

	/*transition***********************************************/
	-webkit-transition: opacity 0.3s;
	-moz-transition:	opacity 0.3s;
	-o-transition:		opacity 0.3s;
	-ms-transition:		opacity 0.3s;
	transition:			opacity 0.3s;
	/**********************************************************/
}
/*.logobox a:hover { opacity: 1; }*/
/******************************************** Topbar, Midbar, Logobox */


/* Icomenu ************************************************************/
.iconmenu {
	position: relative;
	top: 0;
	height: auto;
	display: block;
	float: right;
	box-sizing: border-box;
	overflow: hidden;
}
.iconmenu a, .close-button {
	display: block;
	float: right;
	outline: none;
	cursor: pointer;

	/*transition***********************************************/
	-webkit-transition: color 0.3s, text-shadow 0.3s, transform 0.5s;
	-moz-transition:	color 0.3s, text-shadow 0.3s, transform 0.5s;
	-o-transition:		color 0.3s, text-shadow 0.3s, transform 0.5s;
	-ms-transition:		color 0.3s, text-shadow 0.3s, transform 0.5s;
	transition:			color 0.3s, text-shadow 0.3s, transform 0.5s;
	/**********************************************************/
}
.iconmenu a.icon-facebook-squared { font-size: 26px; margin: 4px 10px 0 0; }
.iconmenu a.icon-instagram { font-size: 26px; margin: 4px 5px 0 0; }
.iconmenu a.contact-button { font-size: 24px; margin: 5px 5px 0 0; }
.iconmenu a.preview-button { font-size: 21px; margin: 7px 5px 0 0; }
.iconmenu a:hover {
	color: #111;
	text-shadow: 0 0 7px #ffffff;

	-webkit-transform: 	rotate(90deg);
	-moz-transform:		rotate(90deg);
	-o-transform:		rotate(90deg);
	-ms-transform: 		rotate(90deg);
	transform: 			rotate(90deg);
}

.close-button {
	width: 22px;
	height: 22px;
	padding: 9px 15px 9px 10px;
/*	margin-right: 5px;*/
	display: none;
}

/************************************************************ Icomenu */


/* Menubox ************************************************************/
.menubox, .menubox-i {
	display: block;
	float: right;
	height: auto;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	overflow: hidden;
	padding-right: 50px;
}
.menubox a, .menubox-i a {
	height: 100%;
	display: block;
	float: left;
	font-size: 19px;
	color: #404040;
	line-height: 100%;
	padding: 10px 5px 0 5px;
}
.menubox a:hover, .menubox-i a:hover {
	color: #ffffff;
	cursor: pointer;
}
.menubox a.white, .menubox-i a.white { color: #ffffff; }
.menubox a.mactive {
	color: #ffffff;
	font-size: 50px;
	margin-top: -15px;
	font-weight: 200;
}
.menubox a.mactive:hover {
	color: #ffffff;
	cursor: default;
}
.menubox-i a { padding: 10px 0 0 0; }
/************************************************************ Menubox */

.maxwidth0 { max-width: 0; }
.margintop-10 { margin-top: -10%; }


/* Index.php **********************************************************/
.half-top {
	position: absolute;
	top: 0;
	margin-top: -20px;
	padding-top: 20px;
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	background-color: #222222;
}
.half-bot {
	position: absolute;
	top: 50%;
	padding: 40px 0 0 20px;
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	background-color: #222222;
}
.quaterpic {
	width: 50%;
	height: 100%;
	display: block;
	float: left;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.quaterpic:hover { cursor: pointer; }
.quaterpic img { width: 50%; }

.textlayer-i {
/*	padding: 20px;*/
	box-sizing: border-box;
	height: 100%;
	opacity: 0.55;
}
.textlayer-i:hover { opacity: 1; }
.texthead-i { padding: 20px; }
.column-i {
	color: #aaaaaa;
	padding: 5px 20px;
	background-color: rgba(17, 17, 17, 0.7);
	box-sizing: border-box;
}
.column-i ul {
	margin: 5px 0 0 -24px;
	font-size: 15px;
	color: #888888;
}
/********************************************************** Index.php */

.pic-plaano {
	background-image: url(../img/plaano/plaano01.png);
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: bottom;
	background-size: contain;
}

/* Columns ************************************************************/
.column {
	position: static;
	display: block;
	float: left;
	box-sizing: border-box;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.column img { width: 100%; }
.textlayer {
	padding: 20px 20px 0;
	box-sizing: border-box;
	height: 100%;
}

.vert0 { width: 0; }
.vert50 { width: 50%; }
.vert33 { width: 33%; }
.vert67 { width: 67%; }
.vert100 {
	width: 100%;
	padding: 20px 0;
	background-color: #222222;
}
/************************************************************ Columns */

/* Descr Table ******************************************************/
table {
	margin-top: 5px;
	color: #888888;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	border: none;
}
td { padding: 5px; }
td.lineFirst { padding: 0; }
tr:hover { background-color: #333333; }
tr.lineHead td { color: #dddddd; }

.switch-m-i {
	position: absolute;
	right: 20px;
	margin-top: -30px;
	padding: 2px 4px;
	color: #777777;
	border: thin solid #555555;
	cursor: pointer;

	-o-border-radius:	 	3px;
	-moz-border-radius: 	3px;
	-khtml-border-radius: 	3px;
	-webkit-border-radius: 	3px;
	border-radius: 			3px;

	/*transition***********************************************/
	-webkit-transition: opacity 0.3s, color 0.3s;
	-moz-transition:	opacity 0.3s, color 0.3s;
	-o-transition:		opacity 0.3s, color 0.3s;
	-ms-transition:		opacity 0.3s, color 0.3s;
	transition:			opacity 0.3s, color 0.3s;
	/**********************************************************/
}
.switch-m-i:hover { color: #ffffff; }
.fractn { font-size: 12px; }
/******************************************************** Descr Table */

/* Aligne center ******************************************************/
.alignCenter
{
	position: absolute;
	width: 100%;
	height: 100%;
}
.alignCenter:after
{
	content: '';
	display: block;
	clear: both;
}
.alignCenter2left
{
	position: relative;
	right: 50%;
	float: right;
	z-index: 20;
	height: 100%;
}
.alignCenter2right
{
	position: relative;
	z-index: 1;
	right: -50%;
	height: 100%;
}
/****************************************************** Aligne center */

/* Vertical ***********************************************************/
.vertical {
	/* Center text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: 	center;
	-ms-flex-pack: 		center;
	-webkit-justify-content: 	center;
	justify-content: 			center;
	-webkit-box-align: 	center;
	-ms-flex-align: 	center;
	-webkit-align-items: 	center;
	align-items: 			center;
}
/*********************************************************** Vertical */


i1 {
	color: #ffffff;
	font-size: 35px;
	white-space: nowrap;
}
i2 { font-size: 25px; color: #888888; }
i23 { font-size: 17px; color: #eeeeee; }
i3 { font-size: 15px; color: #a0a0a0; }

i055 {
	color: #ffffff;
	font-size: 55px;
	white-space: nowrap;
}
i030 { font-size: 30px; color: #dddddd; }
i025 { font-size: 25px; color: #777777; }
i020 { font-size: 17px; color: #777777; }
iftr { color: #606060; }


/* previewBox, contactBox, previewAlbums ******************************/
.contactBox {
	height: auto;
	max-height: 100%;
	overflow: hidden;
	z-index: 15;
	background-color: #333333;
}

.text { padding: 10px; }
.contactCol {
	padding: 20px;
	float: right;
}
.contactCol a {
	font-family: 'Roboto', Calibri, Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
}
a.contactEmail {
	color: #cccccc;

	/*transition***********************************************/
	-webkit-transition: color 0.3s;
	-moz-transition:	color 0.3s;
	-o-transition:		color 0.3s;
	-ms-transition:		color 0.3s;
	transition:			color 0.3s;
	/**********************************************************/
}
a.contactEmail:hover { color: #ffffff; }

/*.contactPhone { padding: 15px 0; }*/
/****************************** previewBox, contactBox, previewAlbums */


/* secureBox **********************************************************/
/*.secureBox {
	position: absolute;
	top: 4%;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	background-color: rgba(34, 34, 34, 0.95);

	/*transition***********************************************/
/*	-webkit-transition: opacity 0.5s;
	-moz-transition:	opacity 0.5s;
	-o-transition:		opacity 0.5s;
	-ms-transition:		opacity 0.5s;
	transition:			opacity 0.5s;
	/**********************************************************/
/*}
.secField {
	font-weight: 300;
	font-size: 20px;
	color: #999999;
	padding-top: 8px;
}
input, button {
	width: 100%;
	box-sizing: border-box;
	padding: 0.7vh;
	border: 1px solid #505050;
	color:#aaa;
	font-family: 'Roboto', Calibri, Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 30px;
	background-color: rgba(0, 0, 0, 0);
	outline: none;

	-o-border-radius: 		2px;
	-moz-border-radius: 	2px;
	-khtml-border-radius: 	2px;
	-webkit-border-radius: 	2px;
	border-radius: 			2px;
}
button {
	width: 50%;
	margin: 30px 0 0 25%;
}
button:hover {
	font-weight: 200;
	background-color: #999999;
	color: #222222;
}
/********************************************************** secureBox */

.madeby {
	position: relative;
/*	bottom: 0;*/
/*	width: 100%;*/
	display: block;
	float: right;
	height: 20px;
	margin-top: -10px;
}
.madeby-offset {
	margin-top: 20px;
}
.madeby a, .madeby2 {
	position: relative;
	display: block;
	float: right;
	color: #555555;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 18px;
	cursor: pointer;
	z-index: 20;
}
.madeby a {
	-webkit-transform: 	scaleY(-1);
	-moz-transform:		scaleY(-1);
	-o-transform:		scaleY(-1);
	-ms-transform: 		scaleY(-1);
	transform: 			scaleY(-1);
}
.madeby2 {
	margin-right: 5px;

	-webkit-transform: 	rotate(900deg);
	-moz-transform:		rotate(900deg);
	-o-transform:		rotate(900deg);
	-ms-transform: 		rotate(900deg);
	transform:			rotate(900deg);

	/*transition***********************************************/
	-webkit-transition: transform 0.5s, color 0.5s;
	-moz-transition:	transform 0.5s, color 0.5s;
	-o-transition:		transform 0.5s, color 0.5s;
	-ms-transition:		transform 0.5s, color 0.5s;
	transition:			transform 0.5s, color 0.5s;
	/**********************************************************/
}
.madeby a:hover, .madeby2:hover {
	-webkit-transform: 	none;
	-moz-transform:		none;
	-o-transform:		none;
	-ms-transform: 		none;
	transform: 			none;
}
.madeby2:hover { color: #ffffff; }


.trans-menu {
	/*transition***********************************************/
	-webkit-transition: top 0.3s, bottom 0.3s;/*, ease-out;*/
	-moz-transition:	top 0.3s, bottom 0.3s;/*, ease-out;*/
	-o-transition:		top 0.3s, bottom 0.3s;/*, ease-out;*/
	-ms-transition:		top 0.3s, bottom 0.3s;/*, ease-out;*/
	transition:			top 0.3s, bottom 0.3s;/*, ease-out;*/
	/**********************************************************/
}

.posbotabs {
	display: none;
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.iscolnone { display: none; }
.top-40 { top: -40px; }
.notrans {
	-webkit-transform: 	none;
	-moz-transform:		none;
	-o-transform:		none;
	-ms-transform: 		none;
	transform: 			none;
	opacity: 1;
}


/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-width: 620px) {
/*	.secureBox { top: 9%; }
	.formBox { padding: 0 10px; }*/

	.topbar { position: static; }

	.logomvtn {
		background-size: 30px auto;
		height: 20px;
		width: 30px;
		margin-left: -15px;
	}
	.posbotabs { display: block; padding-bottom: 10px; }

	.logotxt {
		width: 16.8px;
		height: 16px;
		margin-top: 12px;
		background-size: 160px auto;
	}
	.logo-m {
		background-position: 0 0;
		width: 20.8px;
		-webkit-transform: 	rotate(-90deg) scaleX(0.8) translateY(2px);
		-moz-transform:		rotate(-90deg) scaleX(0.8) translateY(2px);
		-o-transform:		rotate(-90deg) scaleX(0.8) translateY(2px);
		-ms-transform: 		rotate(-90deg) scaleX(0.8) translateY(2px);
		transform: 			rotate(-90deg) scaleX(0.8) translateY(2px);
	}
	.logo-o, .logo-o2 { background-position: -21.2px 0; }
	.logo-v { background-position: -38.4px 0; }
	.logo-i {
		background-position: -64px 0;
		width: 4px;
		-webkit-transform: 	rotate(-90deg) scaleY(0.13);
		-moz-transform:		rotate(-90deg) scaleY(0.13);
		-o-transform:		rotate(-90deg) scaleY(0.13);
		-ms-transform: 		rotate(-90deg) scaleY(0.13);
		transform: 			rotate(-90deg) scaleY(0.13);
	}
	.logo-t {
		width: 17.6px;
		background-position: -77.2px 0;
	}
	.logo-n { background-position: -94.8px 0; }
	.logo-e {
		background-position: -112px 0;
		width: 16.8px;
		-webkit-transform: 	rotate(-90deg) scaleY(1.25) translateY(2px);
		-moz-transform:		rotate(-90deg) scaleY(1.25) translateY(2px);
		-o-transform:		rotate(-90deg) scaleY(1.25) translateY(2px);
		-ms-transform: 		rotate(-90deg) scaleY(1.25) translateY(2px);
		transform: 			rotate(-90deg) scaleY(1.25) translateY(2px);
	}

	.iconmenu a.icon-facebook-squared { font-size: 24px; margin: 5px 0 0 0; }
	.iconmenu a.icon-instagram { font-size: 24px; margin: 5px 5px 0 0; }
	.iconmenu a.contact-button { font-size: 23px; margin: 5.5px 5px 0 0; }
	.iconmenu a.preview-button { font-size: 20px; margin: 6px 5px 0 0; }
	.iconmenu a:hover {
		color: #777777;
		text-shadow:  0 0 0 #777777;

		opacity: 0.75;

		-webkit-transform:	none;/*rotate(45deg);*/
		-moz-transform:		none;
		-o-transform:		none;
		-ms-transform: 		none;/*rotate(45deg);*/
		transform: 			none;/*rotate(45deg);*/
	}
	.close-button { display: block; }

	.menubox {
		float: none;
		width: 100%;
		padding: 10px 0 0 0;
		font-weight: 200;
		opacity: 0.3;

		-webkit-transform: 	scale(0.5, 0);
		-moz-transform:		scale(0.5, 0);
		-o-transform:		scale(0.5, 0);
		-ms-transform: 		scale(0.5, 0);
		transform: 			scale(0.5, 0);
		transform-origin: 50% top;
	}
	.menubox a {
		height: auto;
		width: 100%;
		float: none;
		font-size: 50px;
		padding: 0px 5px 0px 5px;
		text-align: center;

		/*transition***********************************************/
		-webkit-transition: margin-top 0.3s, transform 0.3s;
		-moz-transition:	margin-top 0.3s, transform 0.3s;
		-o-transition:		margin-top 0.3s, transform 0.3s;
		-ms-transition:		margin-top 0.3s, transform 0.3s;
		transition:			margin-top 0.3s, transform 0.3s;
/*		transition-timing-function: ease-out;
		/**********************************************************/
	}
	.menubox a.mactive {
		margin-top: 0;
		font-weight: 300;
	}


	.menubox-i { visibility: hidden; }
	.column-i { visibility: hidden; }
	.textlayer-i {
		text-align: center;
		opacity: 0.75;
	}
	.textlayer { padding: 5px 5px 0; }
	.texthead-i { padding: 5px; }
	.vert50 { width: 100%; }

	.spectab {
		width: 100%;
		overflow-x: auto;
	}
	table { font-size: 11px; /*border: none;*/ }
	tr:hover { background-color: #222222; }

	i3 { background-color: rgba(34,34,34,0.75); }
	i055 {
		color: #ffffff;
		font-size: 40px;
		white-space: nowrap;
	}
	i025 { font-size: 18px; color: #777777; }

	.switch-m-i { right: 10px; }

	.madeby a, .madeby2 { font-size: 15px; }
	.madeby2 { margin-right: 2px; }

	.trans-menu {
		/*transition***********************************************/
		-webkit-transition: top 0.3s, bottom 0.3s, color 0.3s, transform 0.3s;
		-moz-transition:	top 0.3s, bottom 0.3s, color 0.3s, transform 0.3s;
		-o-transition:		top 0.3s, bottom 0.3s, color 0.3s, transform 0.3s;
		-ms-transition:		top 0.3s, bottom 0.3s, color 0.3s, transform 0.3s;
		transition:			top 0.3s, bottom 0.3s, color 0.3s, transform 0.3s;
/*		transition-timing-function: ease-out;
		/**********************************************************/
	}
	.mrgtop10 { margin-top: 10px; }
	.mrgtop-10 { margin-top: -20px; }
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-width: 621px) and (max-width: 1024px) {
	body { background-color: #111111; }
	.topbar { position: static; }
	.tbexpanded { height: 40px; }
/*	.posbotabs { display: block; padding-bottom: 10px; }*/

	.logotxt {
		width: 26.25px;
		height: 25px;
		margin-top: 7px;
		background-size: 250px auto;
	}
	.logo-m {
		background-position: 0 0;
		width: 32.5px;
		-webkit-transform: 	rotate(-90deg) scaleX(0.8) translateY(3.125px);
		-moz-transform:		rotate(-90deg) scaleX(0.8) translateY(3.125px);
		-o-transform:		rotate(-90deg) scaleX(0.8) translateY(3.125px);
		-ms-transform: 		rotate(-90deg) scaleX(0.8) translateY(3.125px);
		transform: 			rotate(-90deg) scaleX(0.8) translateY(3.125px);
	}
	.logo-o, .logo-o2 { background-position: -33.125px 0; }
	.logo-v { background-position: -60px 0; }
	.logo-i {
		background-position: -100px 0;
		width: 7px;
		-webkit-transform: 	rotate(-90deg) scaleY(0.13);
		-moz-transform:		rotate(-90deg) scaleY(0.13);
		-o-transform:		rotate(-90deg) scaleY(0.13);
		-ms-transform: 		rotate(-90deg) scaleY(0.13);
		transform: 			rotate(-90deg) scaleY(0.13);
	}
	.logo-t {
		width: 27.5px;
		background-position: -120.625px 0;
	}
	.logo-n { background-position: -148.125px 0; }
	.logo-e {
		background-position: -175px 0;
		width: 26.25px;
		-webkit-transform: 	rotate(-90deg) scaleY(1.25) translateY(3.125px);
		-moz-transform:		rotate(-90deg) scaleY(1.25) translateY(3.125px);
		-o-transform:		rotate(-90deg) scaleY(1.25) translateY(3.125px);
		-ms-transform: 		rotate(-90deg) scaleY(1.25) translateY(3.125px);
		transform: 			rotate(-90deg) scaleY(1.25) translateY(3.125px);
	}

	.vert0 { width: 15%; height: 20px; }
	.vert50 { width: 100%; }
	.vert33 { width: 23%; }
	.vert67 { width: 47%; }

/*	.secureBox { top: 9%; }*/

	.iconmenu a.icon-facebook-squared { font-size: 24px; margin: 5px 0 0 0; }
	.iconmenu a.icon-instagram { font-size: 24px; margin: 5px 5px 0 0; }
	.iconmenu a.contact-button { font-size: 23px; margin: 5.5px 5px 0 0; }
	.iconmenu a.preview-button { font-size: 20px; margin: 6px 5px 0 0; }

	.column {
		position: relative;
		background-color: #222222;
		/*transition***********************************************/
		-webkit-transition: margin 0.3s;
		-moz-transition:	margin 0.3s;
		-o-transition:		margin 0.3s;
		-ms-transition:		margin 0.3s;
		transition:			margin 0.3s;
		/**********************************************************/
	}
	.textlayer { padding: 10px 10px 0; }

	.close-button { display: block; }
/*	.close-button:hover {
		-webkit-transform: 	rotate(90deg);
		-moz-transform:		rotate(90deg);
		-o-transform:		rotate(90deg);
		-ms-transform: 		rotate(90deg);
		transform: 			rotate(90deg);
	}*/
	.menubox {
		display: block;
		float: none;
		width: 0;
/*		height: 100%;*/
		box-sizing: border-box;
		padding: 10px 0 0 0;
		font-weight: 200;
		background-color: #111111;
		position: absolute;
		right: 0;
		top: 40px;
	}
	.menubox a {
		position: static;
		width: 100%;
		height: 55px;
		float: none;
		font-size: 50px;
		padding: 0px 5px 0px 5px;
		text-align: center;

		/*transition***********************************************/
		-webkit-transition: margin-top 0.3s, transform 0.3s;
		-moz-transition:	margin-top 0.3s, transform 0.3s;
		-o-transition:		margin-top 0.3s, transform 0.3s;
		-ms-transition:		margin-top 0.3s, transform 0.3s;
		transition:			margin-top 0.3s, transform 0.3s;
/*		transition-timing-function: ease-out;
		/**********************************************************/
	}
	.menubox a.mactive {
		margin-top: 0;
		font-weight: 300;
	}
	.menubox-i { padding-right: 30px; }
	.menubox-i a {
		font-size: 17px;
		padding: 12px 0 0 0;
	}

	.madeby a, .madeby2 { font-size: 15px; }

	.iscolnone { display: block; margin-left: -300px; }
	.top-40 { top: 0; }
	.notrans { width: 300px; }

	table { font-size: 12px; /*border: none;*/ }

	.trans-menu {
		/*transition***********************************************/
		-webkit-transition: right 0.3s, width 0.3s, color 0.3s, transform 0.3s;
		-moz-transition:	right 0.3s, width 0.3s, color 0.3s, transform 0.3s;
		-o-transition:		right 0.3s, width 0.3s, color 0.3s, transform 0.3s;
		-ms-transition:		right 0.3s, width 0.3s, color 0.3s, transform 0.3s;
		transition:			right 0.3s, width 0.3s, color 0.3s, transform 0.3s;
		/**********************************************************/
	}
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
	.menubox, .menubox-i { padding-right: 30px; }

	table { font-size: 12px; /*border: none;*/ }

/*	.secureBox { top: 5%; }*/

	.madeby a, .madeby2 { font-size: 17px; }
}

/* #### Desktops #### */
@media screen and (min-width: 1441px) {
}


.logotxtovr {
	-webkit-transform: 	none;
	-moz-transform:		none;
	-o-transform:		none;
	-ms-transform: 		none;
	transform: 			none;
}


.height0 { height: 0; }
.maxheight0 { max-height: 0; }
.ishidden { visibility: hidden; }
.notrans {
	-webkit-transform: 	none;
	-moz-transform:		none;
	-o-transform:		none;
	-ms-transform: 		none;
	transform: 			none;
	opacity: 1;
}
.shaded { opacity: 0; }
.unshaded { opacity: 1; }

.trans-hw {
	/*transition***********************************************/
	-webkit-transition: height 0.3s, width 0.3s, max-height 0.3s;
	-moz-transition:	height 0.3s, width 0.3s, max-height 0.3s;
	-o-transition:		height 0.3s, width 0.3s, max-height 0.3s;
	-ms-transition:		height 0.3s, width 0.3s, max-height 0.3s;
	transition:			height 0.3s, width 0.3s, max-height 0.3s;
	/**********************************************************/
}
.trans-tblr {
	/*transition***********************************************/
	-webkit-transition: top 0.3s, bottom 0.3s;/*, ease-out;*/
	-moz-transition:	top 0.3s, bottom 0.3s;/*, ease-out;*/
	-o-transition:		top 0.3s, bottom 0.3s;/*, ease-out;*/
	-ms-transition:		top 0.3s, bottom 0.3s;/*, ease-out;*/
	transition:			top 0.3s, bottom 0.3s;/*, ease-out;*/
	/**********************************************************/
}
.trans-opacity {
	/*transition***********************************************/
	-webkit-transition: opacity 2.5s;
	-moz-transition:	opacity 2.5s;
	-o-transition:		opacity 2.5s;
	-ms-transition:		opacity 2.5s;
	transition:			opacity 2.5s;
	/**********************************************************/
}
.trans-opacity03 {
	/*transition***********************************************/
	-webkit-transition: opacity 0.3s;
	-moz-transition:	opacity 0.3s;
	-o-transition:		opacity 0.3s;
	-ms-transition:		opacity 0.3s;
	transition:			opacity 0.3s;
	/**********************************************************/
}
.trans-color {
	/*transition***********************************************/
	-webkit-transition: color 0.3s;
	-moz-transition:	color 0.3s;
	-o-transition:		color 0.3s;
	-ms-transition:		color 0.3s;
	transition:			color 0.3s;
	/**********************************************************/
}
.tranf-rotate {
	-webkit-transform: 	rotate(90deg);
	-moz-transform:		rotate(90deg);
	-o-transform:		rotate(90deg);
	-ms-transform: 		rotate(90deg);
	transform: 			rotate(90deg);
}
.tranf-scale {
	-webkit-transform: 	scale(1.25);
	-moz-transform:		scale(1.25);
	-o-transform:		scale(1.25);
	-ms-transform: 		scale(1.25);
	transform: 			scale(1.25);
}
.tranf-none {
	color: #ffffff;
	-webkit-transform: 	none;
	-moz-transform:		none;
	-o-transform:		none;
	-ms-transform: 		none;
	transform: 			none;
}
