@charset "iso-8859-1";
/* Main CSS Document */

/* ======================================================
RESET DEFAULT STYLES
====================================================== */
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	vertical-align: baseline;
}
/* Body */
body {
	font-family: 'univers_condensed_light', Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	position: relative;
	width: 100%;
	max-width: 1920px;
	display: flex;
    flex-direction: column;
	min-height: 100vh;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'univers57_condensed', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
}
h1{
	display: none;
}
h2{
	color: #2f4b8c;
	font-size: 225%;
	margin-bottom: 0.25em;
	letter-spacing: -.09rem;
}
p{
	margin: 0;
	margin-bottom: 1.5em;
	font-size: 160%;
}
p:last-child{
	margin-bottom: 0;
}
.less-margin{
	margin-bottom: 1em;
}
p.walla {
	margin-bottom: 3px;
}

div.square {
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
/*  <!--align-items: center;-->*/
  width: 275px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 20px;
	padding: 20px;
}

div.square > p, div.square > a  {
	  font-size: 130%;
}
p.squareProductname {
    line-height: 20px;
		font-weight: 600;
}
a.squareBuyNow {
    display: inline-block;
    line-height: 48px;
    height: 48px;
    color: #ffffff;
    min-width: 175px;
    background-color: #2f4b8c;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    text-decoration: none;
		font-weight: 600;
	  text-transform: uppercase;
 }

/* header */
.header-container{
	padding: 20px 0;
	background-color: #2f4b8c;
	color: #fff;
}
header{
	width: 90%;
	margin: 0 auto;
}
.logo{
	display: inline-block;
	width: 30%;
}
.logo img{
	width: 100%;
	max-width: 300px;
	display: block;
}
nav.inpage{
	display: inline-block;
	width: 40%;
	vertical-align: bottom;
	text-align: center;
	font-size: 115%;
}
nav.social{
	display: inline-block;
	width: 29%;
	text-align: right;
	vertical-align: bottom;
	font-size: 150%;
}
nav ul li{
	display: inline-block;
	vertical-align: top;
	padding-right: 1em;
	text-transform: uppercase;
}
nav ul li a, nav ul li a:link{
	color: #fff;
  font-family: 'univers57_condensed', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
nav.social li a, nav.social li a:link{
	color: #ffffff;
}

.header-container .mobileHeader {
	display: none;
}

/* main */
.animation-container, .animation-container-mobile{
	position: relative;
}
.animation-container > video.first-video, .animation-container-mobile > video.first-video{
	position: absolute;
	left: 0;
	top: 0;
}
.animation-container img, .animation-container video, .animation-container-mobile img, .animation-container-mobile video{
	width: 100%;
	height: auto;
}
.animation-container-mobile{
	display: none;
}
div.row{
	width: 100%;
	padding: 45px 0;
	flex-grow: 1;
}
div.row-content{
	width: 90%;
	max-width: 1560px;
	margin: 0 auto;
}
div.col{
	display: table-cell;
	vertical-align: middle;
	width: 46%;
	padding-right: 7%;
}
div.col.align-bottom{
	vertical-align: bottom;
}
div.col:last-child{
	padding-right: 0;
}
div.col img{
	display: block;
	width: 100%;
	max-width: 720px;
}
#about{
}
#products{
	color: #fff;
	background-color: #2f4b8c;
}
#products h2{
	color: #fff;
}
p a{
	color: #2f4b8c;
	font-weight: bold;
}
#contact-header{
	text-align: center;
	font-size: 240%;
}
.map{
	width: 100%;
	height: 30em;
}

/* footer */

div.footer-content{
	padding: 30px 0;
	background-color: #2f4b8c;
	color: #fff;
	text-align: center;
}
div.footer-content a{
	color: #fff;
}

/* FOR ALL SMALLER THAN 1024PX ************************/
@media only screen and (max-width: 1096px) {
	header{
		display: none;
	}
	.header-container{
		padding: 0;
	}
	div.col{
		display: block;
		width: 100%;
		padding-right: 0;
	}
	
	div.col.margin-top-mobile{
		margin-top: 1.5em;
	}
	body, .container, .header-container, .footer-container, .mobileHeader .allUserMenu {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header-container .mobileHeader {
		width: 90%;
		margin: 0 auto;
		display: block;
		clear: both;
		z-index: 5000;
		font-family: 'univers57_condensed', Arial, Helvetica, sans-serif;
		background-color: #2f4b8c;
	}
	.mobileHeader .logo {
		padding: 8px 0;
	}
	.mobileHeader .logo img.siteLogo {
		/*	padding: 10px;*/
	}
	.mobileHeader .mobileMenuBtn {
		float: right;
	}
	.mobileHeader .mobileMenuBtn i {
		font-size: 200%;
		padding-right: 5px;
		padding-top: 0.6rem;
		color: #fff;
	}
	.mobileHeader .allUserMenu {
		display: none;
		position: fixed;
		width: 40%;
		height: 100%;
		background: #2f4b8c;
		top: 0;
		overflow-y: scroll;
		right: 0;
		z-index: 5;
	}
	.mobileHeader .allUserMenu > ul > li {
		border-bottom: 1px solid #ffffff;
		text-transform: uppercase;
	}
	.mobileHeader .allUserMenu ul li:last-of-type {
		border-bottom: none;
	}
	.mobileHeader .allUserMenu ul li a {
		color: #ffffff;
		padding: 15px;
		display: block;
		text-decoration: none;
	}
	.mobileHeader .allUserMenu ul li a i{
		font-size: 200%;
	}
	.mobileHeader .allUserMenu ul li a:hover {
		background-color: #2f4b8c;
		color: #ffffff;
	}
	.mobileHeader .allUserMenu ul li a.active {
		background-color: #2f4b8c;
		color: #ffffff;
	}
	.mobileHeader .allUserMenu ul li ul{
		padding: 0;
	}
	.mobileHeader .allUserMenu ul li ul li{
		display: inline-block;
	}
}
@media only screen and (max-width: 640px) {
	body {
	font-size: 90%;
}
	.animation-container{
		display: none;
	}
	.animation-container-mobile{
		display: block;
	}
	h2{
		font-size: 175%;
	}
}

@media only screen and (max-width: 420px) {
	body {
	font-size: 80%;
}
}
@media only screen and (max-width: 320px) {
	body {
	font-size: 70%;
}
}
/* popup */
#return-policy-container{
	position:fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(183,183,183,0.50);
	display: none;
}
#return-policy{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: white;
	padding: 40px;
	width: 90%;
	max-width: 600px;
	min-height: 120px;
	box-sizing: border-box;
	overflow: auto;
}
p.text-center{
	text-align: center;
}