#sli@-ms-viewport {
	width: device-width;
}
html,
	body {
		margin:0px;
		padding:0px;
		position:relative;
}
html {
	min-width:100%;
	height:100%;
}

ul.menu,
	ul.xmenu {
		margin:0px;
		padding:0px;
		list-style:none;
		display:flex;
		flex-direction:column;
}
ul.menu.fd-row{
	flex-direction:row;
}
ul.menu > li{
	display:block;
}

*,
	.xfix:after,
	.xfix:before {
		outline: none;
		background-repeat:no-repeat;
		-webkit-text-size-adjust: none;
		box-sizing:border-box;
		line-height:1.35em;
}
img {
	max-width:100%;
	max-height:100%;
	height:auto;
}
span img {
	display:block;
}
*, 
	::after, 
	::before {
		overflow-wrap: break-word;
		word-wrap: break-word;
		transition:
			height 0.4s,
			max-height 0.4s,
			background-color 0.4s,
			max-width 0.4s
		;
}
/*colors*/
:root {
	--basic:#181c2a;
	--prin:#004894;
	--footer-bg:#222222;
	--link: #4D5A6A;
	--linkHover: #000000;
	--red: #FF0000;
	--green: #008800;
	--black:#000000;
	--white:#ffffff;
	--light-grey:#eeeeee;
	--dark-grey:#232323;
}
/*fonts*/
a{
	color:var(--link);
	text-decoration:none;
}
a:hover {
  text-decoration: underline;
  transition:text-decoration 0.3s;
  outline: none;
	cursor:pointer;
}
.strong {
	font-weight:bolder;
}
.uppercase {
	text-transform:uppercase;
}
.align-right {
	text-align:right;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.1;
  color: inherit;
}

h1 {
	font-size: 2rem;
	font-weight: 700;
  line-height: 50px;
	text-transform: uppercase;
	color: #333;
	text-align: left;
	width: 100%;
	margin: 0;
	font-style: normal;
}

h2 {
	font-style: normal;
	font-weight: 400;
	margin-top: 13px;
	font-size: 1.6rem;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
	font-style: normal;
	text-transform:uppercase;
}



h4 {
	color:#fff;
	font-size: 23px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
}

h5 { 
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding-bottom: 15px;
	letter-spacing: 0px;
	text-align: left;
}

h6 {
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0;
	
}
p{
	margin: 0 0 10px;
  font: 13px 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: normal;
	color: #667;
	line-height: 1.6154;
}

label{cursor:pointer;}
.lazy-container,.lazy-box {
	display:inline-block;
	height:0px;
	padding-bottom:50%;
	width:100%;
	overflow:hidden;
}
.lazy-container > img,.lazy-box > img {
	width:100%;
	max-height:none;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0px;
	overflow:hidden;
}
.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
.container-img:empty {
	background-image:url('../images/no-image.jpg.webp');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
/*buttons*/
.button{
	border:0px;
	border-bottom:0px solid transparent;
	border-radius:0px;
	color:#FFFFFF !important;
	text-decoration:none !important;
	display:inline-block;
	padding:0px 14px;
	text-align:center;
	text-transform:capitalize;
	line-height:32px;
	font-size:14px;
	cursor:pointer;
	box-shadow:0px 0px 7px 1px #AAA;
	white-space:nowrap;
	background-color:#008acf;
	border-color:#084e71;
}
.button:hover{
	background-color:#008acf44;
	border-color:#084e7144;
}
.button:visited {
	background-color:#008acf88;
	border-color:#084e7188;
}
.button.block {
	display:block;
}
.button.small {
	line-height:18px;
}
.button.middle {
	line-height:42px;
}
.button.big {
	line-height:42px;
}
form.waiting input[type=submit],
	form.waiting button{
		cursor:progress;
		filter:grayscale(1);
		opacity:0.5;
}
form .error-text:empty{
	display:none;
}
form .error-text{
	color:#FF0000;
	position:absolute;
	bottom:-14px;
	left:30px;
}
.card{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.card-text{white-space: normal !important;}

/*inputs*/
input,textarea {
	resize:none;
}
input[type=text],
	input[type=url],
	input[type=tel],
	input[type=number],
	input[type=password],
	input[type=email] {
		font-size-adjust:0.60;
		border:1px solid #eee;
		/*box-shadow:0px 0px 5px #C0C0C0 inset;*/padding:3px 4px;
		border-radius:0px;
		width:100%;
}
input[type=text],
	input[type=url],
	input[type=tel],
	input[type=number],
	input[type=email] {
		height:40px;
}
select {
	border:1px solid #BFBFBF;
	/*box-shadow:0px 0px 5px #C0C0C0 inset;*/
	padding:3px 4px;
	height:40px;
	width:100%;
}
textarea {
	font-size-adjust:0.55;
	border:1px solid #eee;
	width:100%;
	/*box-shadow:0px 0px 5px #C0C0C0 inset;*/padding:5px 6px;
}
input.error,textarea.error,select.error,select.error.niceSelect + .niceSelect {
	border-color:#FF0000 !important;
	background-color:#FFE5E5;
}
/************************/
@media (max-width:319px) {
	body > * {
		display:none !important;
	}
	body:before {
		content:"Resolution is too small. please enter from other device.";
		display:block !important;
		padding:10px 10px;
		text-align:center;
	}
}
/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
	select, textarea, input[type="text"], input[type="password"],
	input[type="datetime"], input[type="datetime-local"],
	input[type="date"], input[type="month"], input[type="time"],
	input[type="week"], input[type="number"], input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
	select, textarea, input[type="text"], input[type="password"],
	input[type="datetime"], input[type="datetime-local"],
	input[type="date"], input[type="month"], input[type="time"],
	input[type="week"], input[type="number"], input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
	select, textarea, input[type="text"], input[type="password"],
	input[type="datetime"], input[type="datetime-local"],
	input[type="date"], input[type="month"], input[type="time"],
	input[type="week"], input[type="number"], input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
	select, textarea, input[type="text"], input[type="password"],
	input[type="datetime"], input[type="datetime-local"],
	input[type="date"], input[type="month"], input[type="time"],
	input[type="week"], input[type="number"], input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}