body
{
	margin			: 0px;
	padding			: 0px;
	background-color: #FFF;
	margin-top		: 170px;
}


/** UPDATES VERSION STYLES **/

.head-holder
{
	width			: 100%;
	height			: 120px;
	min-width		: 720px;
	position		: fixed;
	top				: 0px;
	padding-top		: 50px;
	z-index			: 1000;
	border-bottom	: 1px solid #EEE;

	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
	background-color	: #FFF;
}

.topbar
{
	position		: absolute;
	top				: 0;
	height			: 40px;
	width			: 100%;
	line-height		: 40px;
	background		: rgb(226,238,72);
	padding			: 0 10%;

	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
}

.topbar div.social-icos,
.topbar div.helper-icos
{
	height			: 40px;
	display			: inline-block;
	width			: 30%;
	margin			: 0;
	padding			: 0;
}
.topbar div.helper-icos
{
	text-align		: right;
	width			: 50%;
}
.topbar div.social-icos a,
.topbar div.helper-icos a
{
	text-decoration	: none;
	display			: inline-block;
	font-family		: 'Roboto', sans-serif;
	font-weight		: 400;
	font-size		: .8em;
	color			: #444;
	margin-right	: 5%;
	font-size		: 1.4rem;
	line-height		: 2.4rem;
}
.topbar div.helper-icos a
{
	text-decoration	: none;
	display			: inline-block;
	color			: #444;
	font-size		: 1.2rem;
	line-height		: 2.2rem;
	margin-left		: 5%;
	margin-right	: 0;
}

.topbar div.helper-icos a font
{
	font-size		: .7em;
	display			: inline-block;
	font-weight		: 300;
	float			: right;
	margin-left		: 5px;
}


.logo-menu
{
	width			: 100%;
	height			: 120px;
	position		: relative;
	z-index			: 10000;

	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
}
.logo
{
	width			: 210px;
	height			: 100px;
	display			: block;
	position		: absolute;
	background		: no-repeat left top;
	background-image: url("/img/backs/Logo-l.svg");
	background-size	: auto 80%;
	top 			: 13%;
	left			: 10%;
}


.high-menu
{
	width			: 650px;
	padding			: 10px 0px;
	display			: block;
	position		: absolute;
	right			: 10%;
	text-align		: right;

	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
}

.high-menu a
{
	display			: inline-block;
	font-family		: 'Roboto', arial;
	font-size		: .9em!important;
	line-height		: 30px;
	color			: #4B4C4C;
	text-decoration	: none;
	font-weight		: 300;
	border-left		: 1px solid #666;
	padding			: 0 10px;
}
.high-menu a:first-child
{
	border			: none;
}
.high-menu span.cart-count
{
	color			: #FFF;
	background		: rgb(129, 27, 61);
	padding			: 4px 8px;
	border-radius	: 3px;
	font-size		: .75em;
}
.high-menu a:last-child
{
	padding-right	: 5px;
}
.high-menu font
{
	display			: inline-block;
	font-size		: 1em;
}

.menu-icon
{
	opacity			: 0;
	visibility		: hidden;
	display			: none!important;
}
#hi
{
	position	: absolute;
	left		: -999px;
	top			: -999px;
}

.drawer
{
	width			: 600px;
	height			: 40px;
	margin			: 0px;
	padding			: 0px;
	list-style		: none;
	text-align		: center;
	position		: absolute;
	right			: 9%;
	bottom			: 10px;

	display			: flex;
	flex-direction	: row;
	justify-content	: space-between;

	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
}


.drawer li
{
	padding			: 0px;
	margin			: 0px 20px;
	position		: relative;
	z-index			: 10;
	flex			: 1 1 auto;
}


.drawer li a
{
	display			:  block;
	font-family		: 'Open Sans', arial;
	font-size		: 1.1em;
	line-height		: 40px;
	color			: #4C4C4C;
	text-decoration	: none;
	font-weight		: 300;
}


.drawer li ul li a
{
	font-size		: 1em;
	line-height		: 50px;
	transition		: all 0.3s ease;
}

.subnav
{
	display			: block;
	border			: 1px solid #EEE;
	border-top		: none;
	top				: 30px;
	position		: absolute;
	list-style		: none;
	margin			: 0px;
	padding			: 0px;
	min-width		: 240px;
	left			: 50%;
	transform		: translateX(-50%);
	z-index			: 2;
	visibility		: hidden;
	opacity			: 0;
	height			: 0;
	transition		: all 0.3s ease;
	background		: #FFF;
	box-shadow		: 0px 10px 30px rgba(0,0,0, .1);
}

.drawer li:hover .subnav
{
	visibility		: visible;
	opacity			: 1;
	height			: auto;
}

.subnav li.a
{
	font-size		: 1.4em;
	transition		: all 0.3s ease;
}
.subnav li
{
	display			: block !important;
	text-align		: center;
	padding			: none;
	margin			: 0px;
	background-color: #FFF;
	border-bottom	: 1px solid #EEEEEE70;
}

.subnav li:last-child
{
	border			: none;
}
.subnav li a:hover
{
	background-color: #e5f319;
}


.process-svg
{
	width			: 65%;
	min-width		: 600px;
	margin			: 70px auto;
	margin-top		: 100px;
	border-radius	: 10px;
	padding			: 50px 80px;
	text-align		: center;
	background		: transparent url(/img/backs/main.svg) no-repeat center top;
	background-size	: 80%;
	padding-top		: 12%;
	position		: relative;
}

.upload-label
{
	width			: 100%;
	margin			: 0px auto;
	padding-top		: 80px;
	position		: relative;
	display			: block;
	border			: 1px solid #FFF;
	border-top		: 1px solid rgb(129, 27, 61);
	color			: rgb(129, 27, 61);
	height			: 250px;
	background		: #FFF!important;
	overflow		: hidden;
	position		: relative;
}

.upload-label:hover
{
	color			: #333;
	border-top-color: #333;
	background-color: #CCC;
}

.upload-img
{
	position		: absolute;
	top				: -40px;
	opacity			: 0;
}
.upload-btn
{
	width			: 40%;
	margin			: 0px auto;
	cursor			: pointer;
	display			: block;
	border			: none;
	font-family		: 'Open Sans', arial;
	font-size		: 1.4em;
	text-align		: center;
	font-weight		: 300;
	line-height		: 50px;
	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
}
.upload-ico
{
	display			: block;
	background		: url(/img/tools/icon-cloud-upload.png) no-repeat center center;
	background-size	: 50%;
	width			: 200px;
	height			: 100px;
	margin			: 0px auto;
}
.upload-btn:hover
{
	background-color: rgb(226,238,72);
}
.upload-info
{
	font-family		: 'Roboto', arial;
	font-size		: 1em;
	text-align		: center;
	font-weight		: 300;
	margin-top		: 0px;
	line-height		: 30px;
	color			: #555;
	display			: block;
	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
}

h1
{
	font-family		: 'Roboto', arial;
	font-size		: 1.3em;
	line-height		: 30px;
	font-weight		: 300;
	padding			: 0px;
	margin			: 0px;
}


@media only screen and (max-width: 1200px)
{
	.upload-btn
	{
		font-size		: 1.3em;
	}
	.upload-info
	{
		font-size		: .9em
	}
}

@media only screen and (max-width: 1024px)
{
	.topbar
	{
		padding		: 0 7%;
		width		: 86%;
	}
	.Logo
	{
		top 		: 13%;
		left		: 7%;
	}
	.drawer
	{
		right		: 5%;
	}
	.high-menu
	{
		right		: 7%;
	}
	.upload-btn
	{
		font-size		: 1.2em;
		line-height		: 20px;
	}
	.upload-info
	{
		font-size		: .8em;
		line-height		: 20px;
	}



	.head-holder
	{
		width			: 100%;
		height			: 120px;
		min-width		: 720px;
		position		: fixed;
		top				: 0px;
		padding-top		: 50px;
		z-index			: 1000;
		border-bottom	: 1px solid #EEE;

		-moz-transition		: 0.6s;
		-o-transition		: 0.6s;
		-webkit-transition	: 0.6s;
		transition			: 0.6s;
		background-color	: #FFF;
	}

	.topbar
	{
		position		: absolute;
		top				: 0;
		width			: 74%;
		height			: 40px;
		min-width		: 800px;
		line-height		: 40px;
		background		: rgb(129, 27, 61);
		padding			: 0 13%;

		-moz-transition		: 0.6s;
		-o-transition		: 0.6s;
		-webkit-transition	: 0.6s;
		transition			: 0.6s;
	}

	.topbar div.social-icos,
	.topbar div.helper-icos
	{
		height			: 40px;
		display			: inline-block;
		width			: 39%;
		margin			: 0;
		padding			: 0;
	}
	.topbar div.helper-icos
	{
		text-align		: right;
		width			: 60%;
	}
	.topbar div.social-icos a,
	.topbar div.helper-icos a
	{
		text-decoration	: none;
		display			: inline-block;
		font-family		: 'Roboto', sans-serif;
		font-weight		: 400;
		font-size		: .8em;
		color			: #FFF;
		color			: #FFF;
		margin-right	: 5%;
		font-size		: 1.4rem;
		line-height		: 2.4rem;
	}
	.topbar div.helper-icos a
	{
		text-decoration	: none;
		display			: inline-block;
		color			: #FFF;
		font-size		: 1.2rem;
		line-height		: 2.2rem;
		margin-left		: 5%;
		margin-right	: 0;
	}

	.topbar div.helper-icos a font
	{
		font-size		: .7em;
		display			: inline-block;
		font-weight		: 300;
		float			: right;
		margin-left		: 5px;
	}


	.logo-menu
	{
		width			: 100%;
		height			: 100px;
		position		: relative;
		z-index			: 10000;

		-moz-transition		: 0.6s;
		-o-transition		: 0.6s;
		-webkit-transition	: 0.6s;
		transition			: 0.6s;
	}
	.logo
	{
		width			: 200px;
		height			: 70px;
		display			: block;
		position		: absolute;
		background		: no-repeat left top;
		background-image: url("/img/backs/Logo-l.svg");
		background-size	: auto 80%;
		top 			: 13%;
		left			: 5%;
	}


	.high-menu
	{
		width			: 650px;
		padding			: 10px 0px;
		display			: block;
		position		: absolute;
		right			: 5%;
		text-align		: right;

		-moz-transition		: 0.6s;
		-o-transition		: 0.6s;
		-webkit-transition	: 0.6s;
		transition			: 0.6s;
	}

	.high-menu a
	{
		display			: inline-block;
		font-family		: 'Roboto', arial;
		font-size		: .9em!important;
		line-height		: 30px;
		color			: #4B4C4C;
		text-decoration	: none;
		font-weight		: 300;
		border-left		: 1px solid #666;
		padding			: 0 10px;
	}
	.high-menu a:first-child
	{
		border			: none;
	}
	.high-menu span.cart-count
	{
		color			: #FFF;
		background		: rgb(129, 27, 61);
		padding			: 4px 8px;
		border-radius	: 3px;
		font-size		: .75em;
	}
	.high-menu font
	{
		display			: inline-block;
		font-size		: 1em;
	}

	.menu-icon
	{
		opacity			: 0;
		visibility		: hidden;
		display			: none!important;
	}

	.drawer
	{
		width			: 600px;
		height			: 40px;
		margin			: 0px;
		padding			: 0px;
		list-style		: none;
		text-align		: center;
		position		: absolute;
		right			: 5%;
		bottom			: -10px;

		display			: flex;
		flex-direction	: row;
		justify-content	: space-between;

		-moz-transition		: 0.6s;
		-o-transition		: 0.6s;
		-webkit-transition	: 0.6s;
		transition			: 0.6s;
	}


	.drawer li
	{
		padding			: 0px;
		margin			: 0px 20px;
		position		: relative;
		z-index			: 10;
		flex			: 1 1 auto;
	}


	.drawer li a
	{
		display			:  block;
		font-family		: 'Open Sans', arial;
		font-size		: 1.1em;
		line-height		: 30px;
		color			: #4C4C4C;
		text-decoration	: none;
		font-weight		: 300;
	}


	.drawer li ul li a
	{
		font-size		: 1em;
		line-height		: 50px;
		transition		: all 0.3s ease;
	}

	.subnav
	{
		display			: block;
		border			: 1px solid #EEE;
		border-top		: none;
		top				: 30px;
		position		: absolute;
		list-style		: none;
		margin			: 0px;
		padding			: 0px;
		min-width		: 240px;
		left			: 50%;
		transform		: translateX(-50%);
		z-index			: 2;
		visibility		: hidden;
		opacity			: 0;
		height			: 0;
		transition		: all 0.3s ease;
		background		: #FFF;
		box-shadow		: 0px 10px 30px rgba(0,0,0, .1);
	}

	.drawer li:hover .subnav
	{
		visibility		: visible;
		opacity			: 1;
		height			: auto;
	}

	.subnav li.a
	{
		font-size		: 1.4em;
		transition		: all 0.3s ease;
	}
	.subnav li
	{
		display			: block !important;
		text-align		: center;
		padding			: none;
		margin			: 0px;
		background-color: #FFF;
		border-bottom	: 1px solid #EEEEEE70;
	}

	.subnav li:last-child
	{
		border			: none;
	}
	.subnav li a:hover
	{
		background-color: #e5f319;
	}
}

@media only screen and (max-width: 800px)
{
	.drawer
	{
		right		: 0;
	}
	.Logo
	{
		left		: 10px;
		background-image: url("/img/backs/Logo-s.svg");
	}
	.topbar
	{
		padding		: 0 10px;
		width		: calc(100% - 20px);
	}
	.upload-btn
	{
		font-size		: 1.1em;
	}
	.upload-info
	{
		font-size		: .75em
	}

}


.overlay
{
	width			: 100%;
	height			: 100%;
	position		: fixed;
	top				: 0;
	bottom			: 0;
	right			: 0;
	left			: 0;
	z-index			: 10000;
	background		: rgba(0,0,0, .6);
}
.waiting
{
	width			: 30px;
	height			: 30px;
	right			: calc(50% - 15px);
	bottom			: calc(50% - 15px);
	position		: fixed;
	display			: block;
	border-radius	: 100%;
	z-index			: 1000000;
	background 		: url(/img/tools/waiter.gif) no-repeat center center;
	background-size	: 30px;
}

.CargoAction
{
	width			: 800px;
	height			: 700px;
	padding			: 0px;
	background		: #FFF;
	box-shadow		: 0px 0px 10px #333;
	position		: fixed;
	top				: calc(50% - 350px);
	left			: calc(50% - 400px);
	z-index			: 1001;
	font-family		: 'Roboto', arial;
	font-size		: 23px;
	color			: #333;
	font-weight		: 300;
}

.AboneAction
{
	width			: 400px;
	height			: 150px;
	padding			: 25px;
	padding-top		: 40px;
	background		: #FFF;
	border			: 20px solid #FFF;
	box-shadow		: 0px 0px 1px #333 inset;
	position		: fixed;
	top				: calc(50% - 120px);
	left			: calc(50% - 220px);
	z-index			: 1000;
	font-family		: 'Roboto', arial;
	font-size		: 23px;
	color			: #333;
	font-weight		: 300;
}
.AboneAction span
{
	width			: 240px;
	height			: 50px;
	padding			: 20px;
	display			: block;
	margin			: 30px auto;
	background-color: #e2f033;
	font-size		: 18px;
	font-weight		: bold;
}
.AboneAction span
{
	width			: 240px;
	height			: 50px;
	padding			: 20px;
	display			: block;
	margin			: 30px auto;
	background-color: #e2f033;
	font-size		: 18px;
	font-weight		: bold;
}
.CloseAction
{
	width			: 30px;
	height			: 30px;
	padding			: 0px;
	margin			: 0px;
	display			: block;
	line-height		: 30px;
	background		: #333;
	background-size	: 15px;
	position		: absolute;
	top				: 0px;
	right			: 0px;
	z-index			: 20;
	border			: none !important;
	cursor			: pointer;
	color			: #FFF;
	font-size		: 1.1em!important;
}


button, input, textarea
{
	outline			: none !important;
}










.ContentHolder
{
	max-width		: 75%;
	min-width		: 320px;
	min-height		: 400px;
	padding			: 20px;
	margin			: 0px auto;
	margin-top		: 180px;
	position		: relative;
}

.DetailHolderMain
{
	width				: 100%;
	padding				: 20px;
	background-size		: 200%;
	background-repeat	: no-repeat;
	background-position	: left top;
	margin				: 5px auto;
	margin-bottom		: 20px;
	min-height			: 300px;
	position			: relative;
}
.DetailPictureMain
{
	width			: 300px;
	height			: 240px;

	float			: right;

	background-position	: center center !important;
	background-size		: cover !important;
	background-repeat	: no-repeat !important;

}

.DetailContentMain
{
	width			: 650px;
	font-family		: arial, sans-serif;
	font-weight		: 300;
	font-weight: lighter;
	font-size		: 16px;
	line-height		: 25px;
	color			: #555;
	float			: left;
}

.DetailContentMain b
{
	font-weight		: 400;
}

.DetailContentMain h2
{
	font-family		: arial, sans-serif;
	font-size		: 17px;
	line-height		: 30px;
	font-weight		: 400;
}
.DetailContentMain h1
{
	font-family		: arial, sans-serif;
	font-size		: 15px;
	line-height		: 30px;
	font-weight		: bold;
	font-size		: 14px;
	padding			: 30px;
	margin			: 30px auto;
	text-align		: left;
	width			: 1000px;
	background-color: #E3E3E3;
}

.DetailContentMain p img
{
	width			: 100%;
	max-width		: 700px;
	height			: auto;
	margin			: 0px auto;
}
.subsconfirm
{
	display			: inline-block;
	vertical-align	: middle;
}

.archived
{
	display			: flex;
	flex-direction	: row;
	justify-content	: center;
	align-items		: center;
	flex-wrap		: wrap;
	min-width		: 320px!important;
}


.archive
{
	flex			: 1;
	display			: flex;
	flex-direction	: column;
 	margin			: 10px;
	border			: 1px solid #EEE;
	max-width		: 30%;
	min-width		: 320px;
	padding			: 20px;
	min-height		: 250px;
	max-height		: auto;
}
.archive-img
{
	flex			: 1;
	width			: 100%;
	height			: 100%;
	min-height		: 200px;
	display			: block;
	background-position : center center;
	background-repeat	: no-repeat;
	background-size		: auto;
}
.archive-txt
{
	flex			: 1;
	width			: 100%;
	font-family		: 'Roboto', arial;
	font-size		: .8em;
	line-height		: 1.4em;
	font-weight		: 300;
	margin-top		: 20px;
}
.archive-txt *
{
	margin			: 0;
	padding			: 0;
}

.archive-status
{
	flex			: 1;
	width			: calc(100% - 30px);
	padding			: 10px;
	font-family		: 'Roboto', arial;
	font-size		: .9em;
	line-height		: 1.4em;
	font-weight		: 300;
	text-align		: center;
	background-color: #F3F3F3;
	margin			: 0px auto;
	vertical-align	: middle;
}
.archive-status span
{
	display		: inline-block;
	margin		: 5px;
	background-color: #EEE;
	line-height	: 29px;
	font-size	: 1.4em;
	font-weight	: lighter;
	vertical-align	: middle;
}

.archive-btn
{
	flex			: 1;
	width			: 100%;
	height			: 35px;
	display			: flex;
	flex-direction	: row;
	justify-content	: center;
}

.archive-btn .button
{
	flex			: 1;
	display			: block;
	font-family		: 'Roboto', arial;
	font-size		: .8em;
	height			: 35px;
	color			: #444;
	/*background-color: rgb(109,14,47);*/
	background-color: #EEE;
	border			: none;
	border-radius	: 5px;
	font-weight		: 300;
	padding			: 0px 10px;
	margin			: 10px auto;
	-moz-transition		: 0.2s;
	-o-transition		: 0.2s;
	-webkit-transition	: 0.2s;
	transition			: 0.2s;
	max-width			: 60%;
}
.archive-btn button:hover
{
	background-color: rgb(226,240,51);
	color			: #444;
}
.remove-btn
{
	background-color: rgb(129, 27, 61)!important;
	color : #FFF!important;
	border-color: rgb(129, 27, 61)!important;
}
.AnchorButton
{
	font-family		: "Roboto", arial;
	font-size		: .8em;
	font-weight		: 300!important;
	text-align		: center;
	border			: 1px solid #999;
	border-radius	: 0;
	background		: #FFF;
	width			: calc(100% - 8px);
	padding			: 0px;
	margin			: 3px;
	color			: #333;
	display			: inline-block;
	line-height		: 35px;
	text-decoration	: none;
}
.AnchorButton:hover
{
	background-color: #e2f033;
}
.clear
{
	width			: 100%;
	border			: 0;
	height			: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
	margin			: 0px auto;
	margin-bottom	: 30px;
	display			: block;
	clear			: both;
}






/********** FOOTER BLOCK *****************/


footer
{
	width			: 100%;
	background-color: #4c4c4c;
}

.footer-holder,
.copyright
{
	max-width		: 70%;
	min-width		: 800px;
	margin			: 10% auto;
	margin-bottom	: 0px;
	margin-top		: 0;
	padding-top		: 50px;
}

.copyright
{
	clear			: both;
	font-family		: "Roboto", arial;
	color			: #EEE;
	font-weight		: 300;
	font-size		: .8em;
	display			: block;
	padding			: 3% 5%;
	text-align		: center;
	border-top		: 1px solid #999;
	margin-top		: 5%;
}
.footer-holder div
{
	text-align		: left;
	float			: left;
	padding			: 0px 5%;
}

.footer-links
{
	margin			: 0px;
	padding			: 0px;
	list-style		: none;
	float: left;
}
.footer-links li
{
	margin			: 5px;
	padding			: 0px;
	list-style		: none;
}


.footer-links li a,
.footer-socials a
{
	font-family		: "Roboto", arial;
	color			: #EEE;
	display			: block;
	text-decoration	: none;
	font-weight		: 300;
	line-height		: 2em;
	font-size		: .9em;
}
.footer-socials a
{
	display			: inline-block;
	padding			: 5px;
	font-size		: 1.4em;
}
















.Cargo
{
	width			: 760px;
	height			: 200px;
	margin			: 0px auto;
	padding			: 20px;
	background		: #FFF;
	border-radius	: 5px;
	border			: 1px solid #EEE;
	text-align		: center;
}
.Cargo h1
{
	font-family		: "Roboto Thin", arial;
	font-size		: 20px;
	font-weight		: bold;
}
.Cargo h3
{
	font-family		: "Roboto Thin", arial;
	font-size		: 18px;
	font-weight		: 400;
}
.Cargo input[type=text]
{
	font-family		: "Roboto Thin", arial;
	font-size		: 12px;
	font-weight		: 400;
	background-color: rgba(255, 255, 255, .7);
	border			: 1px solid #82193c;
	border-radius	: 2px;
	line-height		: 30px;
	width			: 150px;
}

button#cargoTracking
{
	font-family		: "Roboto", arial;
	font-size		: 13px;
	font-weight		: 500;
	text-align		: center;
	border			: none;
	border-radius	: 0;
	background		: #82193c;
	padding			: 0px;
	width			: calc(100% - 5px);
	height			: 35px;
	margin			: 5px 0px;
	border-radius	: 2px;
	color			: #FFF;
	max-width		: 140px;
}

.Overlay
{
	width			: 100%;
	height			: 100%;
	position		: fixed;
	top				: 0;
	left			: 0;
	background 		: #000;
	z-index			: 1000;
	background 		: rgba(0,0,0, 0.6) ;
}

.info-picture
{
	width		: 100%;
	min-width	: 600px;
	max-height	: 60vh;
	min-height	: 400px;
	flex		: 1;
	position	: relative;
}
.info-gallery
{
	width			: 100%;
	height			: 100px;
	text-align		: center;
}

.info-gallery:first-child
{
	margin-left		: 0px;
}
.info-gallery:last-child
{
	margin-right	: 0px;
}
.info-gallery img
{
	margin			: 0 5px;
	overflow		: hidden;
	object-fit		: contain;
	max-height 		: 100%;
	border			: 5px solid #EEE;
}
.opacited
{
	border			: 5px solid rgb(226,240,51)!important;
	-moz-transition		: 0.4s;
	-o-transition		: 0.4s;
	-webkit-transition	: 0.4s;
	transition			: 0.4s;
}

#info-first-image
{
	width			: 100%;
	height			: calc(70vh - 120px);
	min-height		: 280px;
	margin-bottom	: 10px;
	background-color: #DDD;
	text-align		: center;
	overflow		: hidden;
}
#info-first-image img
{
	height		: 100%;
	max-height	: calc(70vh - 120px);
	min-height	: 280px;
	margin		: 0 auto;
	-moz-transition		: 0.4s;
	-o-transition		: 0.4s;
	-webkit-transition	: 0.4s;
	transition			: 0.4s;
}
.sliderHolder
{
	position	: fixed;
	width		: 60vw;
	height		: 70vh;
	min-width	: 600px;
	min-height	: 400px;
	top			: 15vh;
	background	: #FFF;
	left		: 20vw;
	z-index		: 1000;
	box-shadow	: 0px 0px 0px 500px rgba(0,0,0, .7)
}





.newsletter-signup
{
	width			: 100%;
	height			: 300px;
	padding-top		: 70px;
	background		: #EEE url(/img/pictures/newsletter.png) no-repeat center right;
	background-size	: contain;
	text-align		: center;
}

.newsletter-signup h2,
.newsletter-signup h3
{
	font-family		: "Open Sans", sans-serif;
	font-size		: 1.2em;
	color			: #444;
	text-align		: center;
	font-weight		: 300;
}

.newsletter-signup h3
{
	font-size		: 1.1em ;
	font-family		: "Open Sans", sans-serif;
	font-weight		: 300;
}


.newsletter-signup input[type="text"]
{
	font-size		: .9em ;
	font-family		: "Roboto", sans-serif;
	font-weight		: 300;
	border			: 1px solid #CCC;
	padding			: 11px 20px;
	background-color: #FFF;
	display			: inline-block;
	margin			: 0px auto;
}
.newsletter-signup .subscribe-btn
{
	font-family		: "Roboto", sans-serif;
	font-weight		: 300;
	font-size		: .9em ;
	background-color: rgb(226,240,51);
	color			: #444;
	padding			: 10px 30px;
	transition		: all .2s ease;
}
.newsletter-signup .subscribe-btn:hover
{
	background-color: rgb(129, 27, 61);
	color			: #FFF;
}

.newsletter-signup span
{
	font-size		: .8em ;
	font-family		: "Roboto", sans-serif;
	font-weight		: 300;
	padding			: 40px 30px;
	display			: block;
	color			: #666;
}




@media only screen and (max-width: 800px)
{
	body
	{
		margin-top		: 10vh;
	}

	.head-holder
	{
		width			: 100%;
		height			: 80px;
		min-width		: 100%;
		top				: 0px;
		padding-top		: 0px;
	}

	.topbar
	{
		display			: none;
	}

	.topbar div.social-icos,
	.topbar div.helper-icos
	{
		height			: 10vw;
		width			: 54%;
	}
	.topbar div.helper-icos
	{
		text-align		: right;
		width			: 40%;
	}
	.topbar div.social-icos a,
	.topbar div.helper-icos a
	{
		margin-right	: 10%;
		font-size		: 1.1rem;
	}
	.topbar div.helper-icos a
	{
		margin-right	: 0%;
		margin-left		: 10%;
	}
	.topbar div.helper-icos a font
	{
		display			: none;
	}


	.high-menu
	{
		width			: 650px;
		padding			: 5px 0px;
		display			: block;
		position		: absolute;
		right			: 15%;
		text-align		: right;
		top				: 20px;

		-moz-transition		: 0.6s;
		-o-transition		: 0.6s;
		-webkit-transition	: 0.6s;
		transition			: 0.6s;
	}

	.high-menu a
	{
		display			: inline-block;
		font-family		: 'Roboto', arial;
		font-size		: .9em!important;
		line-height		: 30px;
		color			: #4B4C4C;
		text-decoration	: none;
		font-weight		: 300;
		border-left		: 1px solid #666;
		padding			: 0 10px;
	}
	.high-menu a:first-child
	{
		border			: none;
	}
	.high-menu span.cart-count
	{
		color			: #FFF;
		background		: rgb(129, 27, 61);
		padding			: 4px 8px;
		border-radius	: 3px;
		font-size		: .75em;
	}
	.high-menu a:last-child
	{
		padding-right	: 5px;
	}
	.high-menu font
	{
		display			: none;
		font-size		: 1em;
	}



	.menu {
		opacity			: 1;
	    visibility		: visible;
	    display			: block!important;
	    position		: absolute;
	    top				: 20px;
	    right			: 30px;
		transition		: 0.5s ease;
		height			: 25px;
		width			: 40px;
	}

	.menu .bar
	{
		width			: 100%;
		height			: 3px;
		background		: #444;
		transition		: 0.4s ease;
		margin-top		: 7px;
	}

	#hi:checked + .menu
	{
		transform	: rotatey(180deg);
	}

	#hi:checked + .menu .bar
	{
		transform	: rotatey(180deg) rotatex(360deg);
	}
	#hi:checked + .menu .bar:first-child
	{
		transform	: rotate(-45deg);
		margin-top	: 15px;
	}
	#hi:checked + .menu .bar:nth-child(2)
	{
		opacity		: 0;
	}
	#hi:checked + .menu .bar:nth-child(3)
	{
		margin-top	: -12px;
		transform	: rotate(45deg);
    }

	.CargoAction
	{
		width			: 100%;
		height			: 50%;
		min-height		: 100%;
		padding			: 0px;
		background		: #FFF;
		box-shadow		: 0px 0px 10px #333;
		position		: fixed;
		top				: 50%;
		left			: 50%;
		z-index			: 1001;
		transform		: translate(-50%, -50%);
		font-family		: 'Roboto', arial;
		font-size		: 23px;
		color			: #333;
		font-weight		: 300;
	}

	.menu-icon
	{
		opacity			: 1;
		visibility		: visible;
		display			: block!important;
		position		: absolute;
		top				: 5vw;
		right			: 5vw;
	 	font-size		: 2.4em;
		color			: #444;
		text-decoration	: none;
	}
	.logo-menu
	{
		height			: 30px;
		margin-top		: 0vw;
		background		: transparent;
	}

	.logo
	{
		width			: 50px;
		height			: 50px;
		top 			: 20px;
		left			: 5vw;
	}

	.drawer
	{
		width			: 100%;
		height			: 100%;
		left			: 100%;
		bottom			: 0;
		visibility		: hidden;
		z-index			: -1;
		background-color: #FFF;
		position		: fixed;
		right			: -100%;
		top				: 80px;
		transition		: all .3s ease;
		display			: block;
		border-top		: 1px solid #CCC;
		padding-top		: 0vw;
		box-shadow		: 0px 40px 30px #00000050;
	}
	.drawer.active
	{
		visibility		: visible;
		left			: 50%;
		position		: fixed;
		z-index			: 100001!important;
	}

	.drawer li
	{
		padding			: 0px;
		margin			: 0px 0px;
		position		: relative;
		z-index			: 10;
		flex			: none;
		display			: block;
		border-left 	: none!important;
		background		: transparent;
	}
	.drawer li a
	{
		line-height		: 8vh;
		display			: block;
		font-size		: 1em;
		text-align		: left;
		padding-left	: 10vw;
	}
	.drawer li ul li a
	{
		font-size		: .9em;
		line-height		: 8vh;
		transition		: all 0.3s ease;
	}
	.subnav
	{
		display			: block;
		border-bottom	: 1px solid #EEE;
		top				: 0;
		position		: static;
		list-style		: none;
		margin			: 0px;
		padding			: 0px;
		min-width		: 100%;
		left			: 0%;
		transform		: none;
		z-index			: 2;
		visibility		: visible;
		opacity			: 1;
		height			: auto;
		transition		: all 0.3s ease;
		background		: transparent;
		box-shadow		: none;
		border-left 	: none!important;
	}

	.drawer li:hover .subnav
	{
		visibility		: visible;
		opacity			: 1;
		height			: auto;
	}

	.subnav li.a
	{
		font-size		: 1.2em;
		transition		: all 0.3s ease;
		text-align		: left
	}
	.subnav li
	{
		display			: block !important;
		text-align		: center;
		padding			: none;
		margin			: 0px;
		border-bottom	: 1px solid #EEEEEE70;
		padding-left	: 30px;
	}

	.subnav li:last-child
	{
		border			: none;
	}
	.subnav li a:hover
	{
		background-color: #e5f319;
	}

	.process-svg
	{
		width			: 90%;
		min-width		: 90%;
		margin			: 5% auto;
		margin-top		: 10vh;
		padding			: 0;
		text-align		: center;
		background		: transparent url(/img/backs/main-m.svg) no-repeat center top;
		padding-top		: 20%;
		padding-bottom	: 10%;
		background-size	: 100%;
	}

	.upload-label
	{
		width			: 90%;
		padding-top		: 10vh;
		height			: auto;

	}
	.upload-btn
	{
		width			: 100%;
		cursor			: pointer;
		display			: block;
		border			: none;
		font-family		: 'Open Sans', arial;
		font-size		: 1em;
		text-align		: center;
		font-weight		: 400;
		line-height		: 50px;
		-moz-transition		: 0.6s;
		-o-transition		: 0.6s;
		-webkit-transition	: 0.6s;
		transition			: 0.6s;
		background-color	: #EEE;
		border-radius		: 25px;
	}
	.upload-info
	{
		font-family		: 'Roboto', arial;
		font-size		: 1.2rem;
		line-height		: 1.6rem;
	}

	.upload-info font
	{
		display			: none;
	}

	.upload-img
	{
		top				: -1000%;
		left			: -1000%;
	}
	.sendUpload
	{
		width			: 60%!important;
		border-radius	: 25px;
	}

	.newsletter-signup
	{
		width			: 100%;
		height			: auto;
		padding-top		: 10%;
		background-position	: right top;
	}

	.newsletter-signup input[type="text"]
	{
		display			: block;
		width			: 70%;
		margin			: 3% auto;
		border-radius	: 25px;
	}
	.newsletter-signup .subscribe-btn
	{
		height			: 30px;
		width			: 100%;
		border-radius	: 10px;
	}


	footer
	{
		width			: 100%;
		background-color: #4c4c4c;
	}

	.footer-holder,
	.copyright
	{
		max-width		: 90%;
		min-width		: 90%;
		margin			: 0% auto;
		margin-bottom	: 0px;
		margin-top		: 0;
		padding-top		: 50px;
	}

	.copyright
	{
		padding			: 0 5%;
		padding-bottom	: 10%;
		border-top		: none;
		margin-top		: 0%;
		line-height		: 1.2rem;
		width			: 90%;
		color			: #CCC;
	}
	.footer-holder div
	{
		text-align		: left;
		float			: none;
		padding			: 0px 5%;
		display			: block;
		margin-bottom	: 5%;
		padding-bottom	: 5%;
		border-bottom	: 1px solid #EEEEEE40;
	}

	.footer-socials a
	{
		display			: inline-block;
		padding			: 5px;
		font-size		: 1.4em;
	}

	.footer-links
	{
		float			: none;
	}



}


@media only screen and (max-width: 1024px)
{
	body
	{
		margin-top		: 5%;
	}


	.head-holder
	{
		width			: 100%;
		height			: 10vh;
		min-width		: 100%;
		top				: 0px;
		padding-top		: 0px;
	}

	.topbar
	{
		display			: none;
	}

	.topbar div.social-icos,
	.topbar div.helper-icos
	{
		height			: 10vw;
		width			: 54%;
	}
	.topbar div.helper-icos
	{
		text-align		: right;
		width			: 40%;
	}
	.topbar div.social-icos a,
	.topbar div.helper-icos a
	{
		margin-right	: 10%;
		font-size		: 1.1rem;
	}
	.topbar div.helper-icos a
	{
		margin-right	: 0%;
		margin-left		: 10%;
	}
	.topbar div.helper-icos a font
	{
		display			: none;
	}


	.high-menu
	{
		width			: 100%;
		padding			: 0px;
		right			: 0;
		display			: none;
		height			: 10vw;
		margin			: 0px;
	}
	.high-menu a
	{
		font-size		: 1.1rem;
		line-height		: 10vw;
	}
	.high-menu font
	{
		display			: none;
	}


	.menu {
		opacity			: 1;
	    visibility		: visible;
	    display			: block!important;
	    position		: absolute;
	    top				: 40%;
	    right			: 5vw;
		transition		: 0.5s ease;
		height			: 5vh;
		width			: 40px;
	}

	.menu .bar
	{
		width			: 100%;
		height			: 3px;
		background		: #444;
		transition		: 0.4s ease;
		margin-top			: 6px;
	}

	#hi:checked + .menu
	{
		transform	: rotatey(180deg);
	}

	#hi:checked + .menu .bar
	{
		transform	: rotatey(180deg) rotatex(360deg);
	}
	#hi:checked + .menu .bar:first-child
	{
		transform	: rotate(-45deg);
		margin-top	: 12px;
	}
	#hi:checked + .menu .bar:nth-child(2)
	{
		opacity		: 0;
	}
	#hi:checked + .menu .bar:nth-child(3)
	{
		margin-top	: -12px;
		transform	: rotate(45deg);
    }

	.CargoAction
	{
		width			: 250%;
		height			: 100%;
		min-height		: 100%;
		padding			: 0px;
		background		: #f5f5f5;
		box-shadow		: 0px 0px 10px #333;
		position		: fixed;
		top				: 50%;
		left			: 75%;
		z-index			: 1001;
		font-family		: 'Roboto', arial;
		font-size		: 23px;
		color			: #333;
		font-weight		: 300;
	}
	.CargoAction iframe
	{
		width			: 100%;
		zoom			: 0.55;
		-moz-transform	: scale(0.55);
		-moz-transform-origin: 20% 50%;
		-o-transform: scale(0.55);
		-o-transform-origin: 20% 50%;
		-webkit-transform: scale(0.55);
		-webkit-transform-origin: 20% 50%;
	}

	.menu-icon
	{
		opacity			: 1;
		visibility		: visible;
		display			: block!important;
		position		: absolute;
		top				: 5vw;
		right			: 5vw;
	 	font-size		: 2.4em;
		color			: #444;
		text-decoration	: none;
	}
	.logo-menu
	{
		height			: 50px;
		margin-top		: 0vw;
		background		: transparent;
	}

	.logo
	{
		width			: 30vw;
		height			: 7vh;
		top 			: 40%;
		left			: 5%;
	}

	.drawer
	{
		width			: 100%;
		height			: 100%;
		left			: 100%;
		bottom			: 0;
		visibility		: hidden;
		z-index			: -1;
		background-color: #FFF;
		position		: fixed;
		right			: -100%;
		top				: 10vh;
		transition		: all .3s ease;
		display			: block;
		border-top		: 1px solid #CCC;
		padding-top		: 5vw;
	}
	.drawer.active
	{
		visibility		: visible;
		left			: 0;
		position		: fixed;
		z-index			: 100001!important;
	}

	.drawer li
	{
		padding			: 0px;
		margin			: 0px 0px;
		position		: relative;
		z-index			: 10;
		flex			: none;
		display			: block;
		border-left 	: none!important;
		background		: transparent;
	}
	.drawer li a
	{
		line-height		: 10vw;
		display			: block;
		font-size		: 1em;
		text-align		: left;
		padding-left	: 10vw;
	}
	.drawer li ul li a
	{
		font-size		: .9em;
		line-height		: 10vw;
		transition		: all 0.3s ease;
	}
	.subnav
	{
		display			: block;
		border-bottom	: 1px solid #EEE;
		top				: 0;
		position		: static;
		list-style		: none;
		margin			: 0px;
		padding			: 0px;
		min-width		: 100%;
		left			: 0%;
		transform		: none;
		z-index			: 2;
		visibility		: visible;
		opacity			: 1;
		height			: auto;
		transition		: all 0.3s ease;
		background		: transparent;
		box-shadow		: none;
		border-left 	: none!important;
	}

	.drawer li:hover .subnav
	{
		visibility		: visible;
		opacity			: 1;
		height			: auto;
	}

	.subnav li.a
	{
		font-size		: 1.2em;
		transition		: all 0.3s ease;
		text-align		: left
	}
	.subnav li
	{
		display			: block !important;
		text-align		: center;
		padding			: none;
		margin			: 0px;
		border-bottom	: 1px solid #EEEEEE70;
		padding-left	: 30px;
	}

	.subnav li:last-child
	{
		border			: none;
	}
	.subnav li a:hover
	{
		background-color: #e5f319;
	}

	.process-svg
	{
		width			: 90%;
		min-width		: 90%;
		margin			: 5% auto;
		margin-top		: 10vh;
		padding			: 0;
		text-align		: center;
		background		: transparent url(/img/backs/main-m.svg) no-repeat center top;
		padding-top		: 20%;
		padding-bottom	: 10%;
		background-size	: 100%;
	}

	.upload-label
	{
		width			: 90%;
		padding-top		: 10vh;
		height			: auto;
	}
	.upload-btn
	{
		width			: 100%;
		cursor			: pointer;
		display			: block;
		border			: none;
		font-family		: 'Open Sans', arial;
		font-size		: 1em;
		text-align		: center;
		font-weight		: 400;
		line-height		: 50px;
		-moz-transition		: 0.6s;
		-o-transition		: 0.6s;
		-webkit-transition	: 0.6s;
		transition			: 0.6s;
		background-color	: #EEE;
		border-radius		: 25px;
	}
	.upload-info
	{
		font-family		: 'Roboto', arial;
		font-size		: 1.2rem;
		line-height		: 1.6rem;
	}

	.upload-info font
	{
		display			: none;
	}

	.upload-img
	{
		top				: -1000%;
		left			: -1000%;
	}
	.sendUpload
	{
		width			: 60%!important;
		border-radius	: 25px;
	}

	.newsletter-signup
	{
		width			: 100%;
		height			: auto;
		padding-top		: 10%;
		background-position	: right top;
	}

	.newsletter-signup input[type="text"]
	{
		display			: block;
		width			: 70%;
		margin			: 3% auto;
		border-radius	: 25px;
	}
	.newsletter-signup .subscribe-btn
	{
		height			: 30px;
		width			: 100%;
		border-radius	: 10px;
	}


	footer
	{
		width			: 100%;
		background-color: #4c4c4c;
	}

	.footer-holder,
	.copyright
	{
		max-width		: 90%;
		min-width		: 90%;
		margin			: 0% auto;
		margin-bottom	: 0px;
		margin-top		: 0;
		padding-top		: 50px;
	}

	.copyright
	{
		padding			: 0 5%;
		padding-bottom	: 10%;
		border-top		: none;
		margin-top		: 0%;
		line-height		: 1.2rem;
		width			: 90%;
		color			: #CCC;
	}
	.footer-holder div
	{
		text-align		: left;
		float			: none;
		padding			: 0px 5%;
		display			: block;
		margin-bottom	: 5%;
		padding-bottom	: 5%;
		border-bottom	: 1px solid #EEEEEE40;
	}

	.footer-socials a
	{
		display			: inline-block;
		padding			: 5px;
		font-size		: 1.4em;
	}

}
