﻿/*VARIABLES
============================================= */
/*THEME COLOR
============================================= */
/* autofill
	שדות קלט – ביטול הרקע צהוב
*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	/* text-background color */
	-webkit-box-shadow: 0 0 0px 1000px $text_backgroundColor inset;
	box-shadow: 0 0 0px 1000px $text_backgroundColor inset;
	transition: background-color 5000s ease-in-out 0s;
}
/* ~autofill */

.letter-spacing {
	letter-spacing: 4px;
}

.svg-class svg {
	fill: white;
	color: white;
}

body {
	font-family: Arial;
	color: #333;
	font-size: 17px;
}

.h1, .h2, .h3, h1, h2, h3, ul {
	margin: 0;
	padding: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: none;
}

.h4, .h5, .h6, h4, h5, h6, p {
	margin: 0;
}

.text-decoration {
	text-decoration: underline;
}

.text-decoration-none {
	text-decoration: none;
}

.ltr {
	direction: ltr;
}

.align-right {
	text-align: right;
}

a {
	color: #285c7e;
}

	a :focus {
		outline: 2px auto #285c7e;
		outline-offset: -2px;
	}

.nav a {
	color: white;
}

i {
	vertical-align: middle;
}

/* INLINE BLOCK
============================================= */
.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

/* Errors  
 ============================================= */
.error, input[type="text"].error, input[type="email"].error, input[type="select"].error, input[type="tel"].error, input[type="password"].error, .select.error, select.error {
	border: 2px solid #b60000;
}

.error-txt {
	color: #b60000;
}

/*TYPOGRAPHY
============================================= */
.bold {
	font-weight: bold;
}

.base-title, .h1, .h2, .h3, .h4 {
	font-family: Arial;
	color: #285c7e;
}

/*TYPOGRAPHY TITLES*/
.description-txt {
	font-size: 20px;
	font-family: Arial;
}

.txt {
	font-size: 17px;
	font-family: Arial;
}

.small-txt {
	font-size: 15px;
	font-family: Arial;
}

.download-txt {
	font-size: 17px;
	color: #285c7e;
}

	.download-txt:hover {
		text-decoration: underline;
	}

	.download-txt:visited {
		text-decoration: #263c4a;
	}

.reforma {
	font-family: Arial;
	font-weight: normal;
}

.arial {
	font-family: Arial;
	font-weight: normal;
}

.reforma-medium {
	font-family: arial;
}

.line-height-zero {
	line-height: 0;
}

.line-height-1 {
	line-height: 1;
}

/*BORDER
============================================= */
.border-none {
	border: none;
}

/*ICON ALIGN
============================================= */
.vertical-align-middle {
	vertical-align: middle;
}

/*LEFT RIGHT
============================================= */
.left {
	float: left;
}

.right {
	float: right;
}

/*BACKGROUND
============================================= */
.background-none {
	background: none;
}

.blue {
	background: #285c7e;
}

.dark-blue {
	background: #263c4a;
}

.light-blue {
	background: #d4dfe5;
}

.dark-gray {
	background: #272727;
}

.gray {
	background: #595959;
}

.green {
	background: #1f6418;
}

.white {
	background: white;
}

.gray-light {
	background: #e0e0e0;
}

.gray-white {
	background: #f0f0f0;
}

/*TXT COLOR
============================================= */
.blue-txt {
	color: #285c7e;
}

.dark-blue-txt {
	color: #263c4a;
}

.gray-txt {
	color: #595959;
}

.dark-gray-txt {
	color: #272727;
}

.light-gray-txt {
	color: #707070;
}

.green-txt {
	color: #1f6418;
}

.white-txt {
	color: white;
}

.red-txt {
	color: #b60000;
}

/* A LINKS
============================================= */
a.white-txt:hover, a.white-txt:focus {
	color: white;
}

a.ordinary-link:visited {
	color: #285c7e;
}

.nounderline {
	text-decoration: none;
}

	.nounderline:hover, .nounderline:visited, .nounderline:active, .nounderline:link {
		text-decoration: none;
	}

	.nounderline .yes-under {
		text-decoration: underline;
	}

	.nounderline .no-under {
		text-decoration: none;
	}

	.nounderline .yes-under-hover:hover {
		text-decoration: underline;
	}

.underline {
	text-decoration: underline;
}

.underline-text-not-icon i:hover {
	text-decoration: none;
}

.underline-text-not-icon span:hover {
	text-decoration: underline;
}

.hoverunderline:hover {
	text-decoration: underline;
}

.hovernounderline:hover {
	text-decoration: none;
}

.not_active {
	cursor: not-allowed;
	color: #e0e0e0;
}

.not_active-background {
	background-color: #707070;
}

/*PLACEHOLDERS DEFINITION*/
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #595959 !important;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #595959 !important;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #595959 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #595959 !important;
}

/* CHANGE BOOTSTRAP INITIAL ROW NEGATIVE MARGIN
============================================= */
.row-gov {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* NESTING COL
============================================= */
/***<div class="row row-gov no-gutters ">****/
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}

	.row.no-gutters > [class^="col-"],
	.row.no-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}

/* BUTTONS
============================================= */
.button-gov, .primary-button, .btn.active .btn.hover, .secondary-button, .bold-button {
	padding: 0;
	min-height: 45px;
	line-height: 30px;
	border-radius: 7px;
	text-align: center;
	border: none;
	border: 1px solid #285c7e;
}

.primary-button, .btn.active .btn.hover {
	color: white !important;
	background: #285c7e;
}

.secondary-button {
	background: white;
	color: #285c7e;
}

.bold-button {
	background: #1f6418;
	color: white;
}

.cursor-pointer {
	cursor: pointer;
}

/*  STRIPS
============================================= */
.dark-strip {
	background: #263c4a;
	padding: 7px;
	color: white;
}

.light-strip {
	background: #d4dfe5;
	padding: 7px;
	color: white;
	border-right: 4px solid #285c7e;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*  INPUT 
============================================= */
input[type="text"], input[type="email"], input[type="select"], input[type="tel"], input[type="password"], .select, select.form-control {
	height: 40px;
	border: solid 1px #285c7e;
	border-radius: 7px;
	background-color: white;
	padding: 0 10px 0 0;
}

/*  SHOW AND HIDE 
============================================= */
.hide {
	display: none;
}

.show {
	display: block;
}

/* HORIZONTAL
============================================= */
.horizontal-line {
	border-bottom: 1px solid #263c4a;
	height: 1px;
}

/* REMOVING LAST PADDING OR MARGIN FROM ITEM LIST
============================================= */
.remove-last-space > div:last-child, .remove-last-space li:last-child, .remove-last-space span:last-child, .remove-last-space a:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* IMAGE
============================================= */
.img-responsive.width100 {
	width: 100%;
}

/*BORDER BOX
============================================= */
.border-box {
	border: 1px solid #272727;
}

.border-box-blue {
	border: 1px solid #263c4a;
}

.border-box-green {
	border: 2px solid #1f6418;
}

.border-blue {
	border-bottom: 1px solid #263c4a;
}

.border-color-blue {
	border-color: #285c7e;
}

.border-gray {
	border-color: #707070;
}

/*progress
============================================= */
.progress {
	height: 30px;
}

/*LOADER
============================================= */
@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.spinner {
	font-size: 3em;
	height: 1em;
	line-height: 1;
	margin: .5em;
	animation: anim-rotate 2s infinite linear;
	text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
	display: table;
	margin: 0 auto;
}

.spinner--steps {
	animation: anim-rotate 1s infinite steps(8);
}

/* DATE INPUT
============================================= */
/* WIDTH
============================================= */
.width-100 {
	width: 100%;
}

.width-90 {
	width: 90%;
}

.width-50 {
	width: 50%;
}

.width-10 {
	width: 10%;
}

.width-inherit {
	width: inherit !important;
}

/*VISIBLE IE
============================================= */
.visible-ie {
	display: none !important;
}

.visible-all {
	display: block !important;
}

.ie .visible-all {
	display: none !important;
}

.ie .visible-ie {
	display: block !important;
}

.height-100 {
	height: 100%;
}

/*SUPPORT FLEX */
/*START STICKEY FOOTER*/
body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

article {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*END STICKEY FOOTER*/
/*GENERAL FLEX UTILS*/
.center-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.start-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.end-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.vertical-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/*FOOTER
============================================= */
footer .sep {
	color: white;
}

footer .second-strip {
	-webkit-box-shadow: -2px -4px 32px black;
	-mox-box-shadow: -2px -4px 32px black;
	box-shadow: -2px -4px 32px black;
}

/*HEADER
============================================= */
header .navbar {
	margin: 0;
}

header .navbar-toggle {
	float: right;
}

header .icon-bar {
	background-color: white !important;
}

/*XS-SM
============================================= */
@media (min-width: 220px) {
	/*CHANGE BOOTSTRAP INITIAL CONTAINER PADDING
============================================= */
	.container-gov {
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
	}
	/* CHANGE BOOTSTRAP INITIAL COL  PADDING
============================================= */
	div[class^="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.row.row-gov.left-right-gutters > div[class^="col-"], .row.row-gov.left-right-gutters > div[class*="col-"] {
		padding-right: 10px;
		padding-left: 10px;
	}

	.row.row-gov.left-gutters > div[class^="col-"],
	.row.row-gov.left-gutters > div[class*="col-"], .row.row-gov.left-gutters-mobile > div[class^="col-"],
	.row.row-gov.left-gutters-mobile > div[class*="col-"] {
		padding-right: 10px;
		padding-left: 10px;
	}

		.row.row-gov.left-gutters > div[class^="col-"]:last-child,
		.row.row-gov.left-gutters > div[class*="col-"]:last-child, .row.row-gov.left-gutters-mobile > div[class^="col-"]:last-child,
		.row.row-gov.left-gutters-mobile > div[class*="col-"]:last-child {
			padding-right: 10px;
			padding-left: 0;
		}

		.row.row-gov.left-gutters > div[class^="col-"]:nth-of-type(1), .row.row-gov.left-gutters > div[class^="col-"]:first-of-type,
		.row.row-gov.left-gutters > div[class*="col-"]:nth-of-type(1), .row.row-gov.left-gutters > div[class^="col-"]:first-of-type, .row.row-gov.left-gutters-mobile > div[class^="col-"]:nth-of-type(1), .row.row-gov.left-gutters-mobile > div[class^="col-"]:first-of-type,
		.row.row-gov.left-gutters-mobile > div[class*="col-"]:nth-of-type(1), .row.row-gov.left-gutters-mobile > div[class^="col-"]:first-of-type {
			padding-right: 0;
			padding-left: 10px;
		}

		.row.row-gov.left-gutters > div[class^="col-"]:only-of-type,
		.row.row-gov.left-gutters > div[class*="col-"]:only-of-type, .row.row-gov.left-gutters-mobile > div[class^="col-"]:only-of-type,
		.row.row-gov.left-gutters-mobile > div[class*="col-"]:only-of-type {
			padding-right: 0;
			padding-left: 10px;
		}

	.row.row-gov.right-gutters > div[class^="col-"],
	.row.row-gov.right-gutters > div[class*="col-"], .row.row-gov.right-gutters-mobile > div[class^="col-"],
	.row.row-gov.right-gutters-mobile > div[class*="col-"] {
		padding-right: 10px;
		padding-left: 10px;
	}

		.row.row-gov.right-gutters > div[class^="col-"]:last-child,
		.row.row-gov.right-gutters > div[class*="col-"]:last-child, .row.row-gov.right-gutters-mobile > div[class^="col-"]:last-child,
		.row.row-gov.right-gutters-mobile > div[class*="col-"]:last-child {
			padding-right: 10px;
			padding-left: 0;
		}

		.row.row-gov.right-gutters > div[class^="col-"]:nth-of-type(1), .row.row-gov.right-gutters > div[class^="col-"]:first-of-type,
		.row.row-gov.right-gutters > div[class*="col-"]:nth-of-type(1), .row.row-gov.right-gutters > div[class^="col-"]:first-of-type, .row.row-gov.right-gutters-mobile > div[class^="col-"]:nth-of-type(1), .row.row-gov.right-gutters-mobile > div[class^="col-"]:first-of-type,
		.row.row-gov.right-gutters-mobile > div[class*="col-"]:nth-of-type(1), .row.row-gov.right-gutters-mobile > div[class^="col-"]:first-of-type {
			padding-right: 10px;
			padding-left: 10px;
		}

		.row.row-gov.right-gutters > div[class^="col-"]:only-of-type,
		.row.row-gov.right-gutters > div[class*="col-"]:only-of-type, .row.row-gov.right-gutters-mobile > div[class^="col-"]:only-of-type,
		.row.row-gov.right-gutters-mobile > div[class*="col-"]:only-of-type {
			padding-right: 10px;
			padding-left: 0;
		}
	/*TYPOGRAPHY*/
	.h1 {
		font-size: 40px;
	}

	.h2 {
		font-size: 35px;
	}

	.h3 {
		font-size: 29px;
	}

	.h4 {
		font-size: 23px;
	}
	/* BUTTONS
============================================= */
	.button-gov, .primary-button, .btn.active .btn.hover, .secondary-button, .bold-button {
		min-width: auto;
		min-height: 45px;
	}
	/* INPUT
============================================= */
	input[type="text"], input[type="email"], input[type="number"], input[type="select"], input[type="password"], .select, select.form-control {
		width: 100%;
	}
	/* FAT-FINGER
============================================= */
	.fat-finger {
		font-size: 28px;
	}
	/* INLINE BLOCK
============================================= */
	.block-mobile {
		display: block !important;
	}

	.inline-mobile {
		display: inline !important;
	}

	.inline-block-mobile {
		display: inline-block !important;
	}

	.flex-mobile {
		display: flex !important;
	}

	.flex-icon {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/* FOOTER
============================================= */
	.footer .first-strip {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/*MD-LG
============================================= */
@media (min-width: 992px) {
	/*CHANGE BOOTSTRAP INITIAL CONTAINER PADDING
============================================= */
	.container-gov {
		padding-right: 20px;
		padding-left: 20px;
	}
	/* CHANGE BOOTSTRAP INITIAL COL  PADDING
============================================= */
	div[class^="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.row.row-gov.left-right-gutters > div[class^="col-"], .row.row-gov.left-right-gutters > div[class*="col-"] {
		padding-right: 20px;
		padding-left: 20px;
	}

	.row.row-gov.right-gutters-mobile > div[class^="col-"],
	.row.row-gov.right-gutters-mobile > div[class*="col-"], .row.row-gov.left-gutters-mobile > div[class^="col-"],
	.row.row-gov.left-gutters-mobile > div[class*="col-"] {
		padding-right: 20px;
		padding-left: 20px;
	}

	.row.row-gov.right-gutters-mobile .row.row-gov.no-gutters-dsk > div[class^="col-"], .row.row-gov.right-gutters-mobile .row.row-gov.no-gutters-dsk > div[class*="col-"], .row.row-gov.left-gutters-mobile .row.row-gov.no-gutters-dsk > div[class^="col-"], .row.row-gov.left-gutters-mobile .row.row-gov.no-gutters-dsk > div[class*="col-"] {
		padding-right: 0px;
		padding-left: 0px;
	}

	.row.row-gov.right-gutters-mobile > div[class^="col-"]:last-child,
	.row.row-gov.right-gutters-mobile > div[class*="col-"]:last-child, .row.row-gov.left-gutters-mobile > div[class^="col-"]:last-child,
	.row.row-gov.left-gutters-mobile > div[class*="col-"]:last-child {
		padding-right: 20px;
		padding-left: 20px;
	}

	.row.row-gov.right-gutters-mobile > div[class^="col-"]:nth-of-type(1),
	.row.row-gov.right-gutters-mobile > div[class*="col-"]:nth-of-type(1), .row.row-gov.left-gutters-mobile > div[class^="col-"]:nth-of-type(1),
	.row.row-gov.left-gutters-mobile > div[class*="col-"]:nth-of-type(1) {
		padding-right: 20px;
		padding-left: 20px;
	}

	.row.row-gov.right-gutters-mobile > div[class^="col-"]:only-of-type,
	.row.row-gov.right-gutters-mobile > div[class*="col-"]:only-of-type, .row.row-gov.left-gutters-mobile > div[class^="col-"]:only-of-type,
	.row.row-gov.left-gutters-mobile > div[class*="col-"]:only-of-type {
		padding-right: 20px;
		padding-left: 20px;
	}

	.row.row-gov.left-gutters > div[class^="col-"],
	.row.row-gov.left-gutters > div[class*="col-"], .row.row-gov.left-gutters-dsk > div[class^="col-"],
	.row.row-gov.left-gutters-dsk > div[class*="col-"] {
		padding-right: 20px;
		padding-left: 20px;
	}

		.row.row-gov.left-gutters > div[class^="col-"]:last-child,
		.row.row-gov.left-gutters > div[class*="col-"]:last-child, .row.row-gov.left-gutters-dsk > div[class^="col-"]:last-child,
		.row.row-gov.left-gutters-dsk > div[class*="col-"]:last-child {
			padding-right: 20px;
			padding-left: 0;
		}

		.row.row-gov.left-gutters > div[class^="col-"]:nth-of-type(1),
		.row.row-gov.left-gutters > div[class*="col-"]:nth-of-type(1), .row.row-gov.left-gutters-dsk > div[class^="col-"]:nth-of-type(1),
		.row.row-gov.left-gutters-dsk > div[class*="col-"]:nth-of-type(1) {
			padding-right: 0;
			padding-left: 20px;
		}

		.row.row-gov.left-gutters > div[class^="col-"]:only-of-type,
		.row.row-gov.left-gutters > div[class*="col-"]:only-of-type, .row.row-gov.left-gutters-dsk > div[class^="col-"]:only-of-type,
		.row.row-gov.left-gutters-dsk > div[class*="col-"]:only-of-type {
			padding-right: 0;
			padding-left: 20px;
		}

	.row.row-gov.right-gutters > div[class^="col-"],
	.row.row-gov.right-gutters > div[class*="col-"], .row.row-gov.right-gutters-dsk > div[class^="col-"],
	.row.row-gov.right-gutters-dsk > div[class*="col-"] {
		padding-right: 20px;
		padding-left: 20px;
	}

		.row.row-gov.right-gutters > div[class^="col-"]:last-child,
		.row.row-gov.right-gutters > div[class*="col-"]:last-child, .row.row-gov.right-gutters-dsk > div[class^="col-"]:last-child,
		.row.row-gov.right-gutters-dsk > div[class*="col-"]:last-child {
			padding-right: 20px;
			padding-left: 0;
		}

		.row.row-gov.right-gutters > div[class^="col-"]:nth-of-type(1),
		.row.row-gov.right-gutters > div[class*="col-"]:nth-of-type(1), .row.row-gov.right-gutters-dsk > div[class^="col-"]:nth-of-type(1),
		.row.row-gov.right-gutters-dsk > div[class*="col-"]:nth-of-type(1) {
			padding-right: 20px;
			padding-left: 20px;
		}

		.row.row-gov.right-gutters > div[class^="col-"]:only-of-type,
		.row.row-gov.right-gutters > div[class*="col-"]:only-of-type, .row.row-gov.right-gutters-dsk > div[class^="col-"]:only-of-type,
		.row.row-gov.right-gutters-dsk > div[class*="col-"]:only-of-type {
			padding-right: 20px;
			padding-left: 0;
		}

	.spinner {
		display: inline-block;
	}
	/*TYPOGRAPHY*/
	.h1 {
		font-size: 55px;
		line-height: 1;
	}

	.h2 {
		font-size: 43px;
		line-height: 1;
	}

	.h3 {
		font-size: 32px;
		line-height: 1;
	}

	.h4 {
		font-size: 23px;
		line-height: 1;
	}
	/* NAV-BAR HEADER
============================================= */
	header .navbar-collapse {
		padding: 0;
	}

	header .nav a {
		padding: 0;
	}
	/* INPUT
============================================= */
	input[type="text"], input[type="email"], input[type="number"], input[type="select"], input[type="password"], .select, select.form-control {
		width: 100%;
	}
	/* FAT-FINGER
============================================= */
	.fat-finger {
		font-size: initial;
	}
	/* INLINE BLOCK
============================================= */
	/* INLINE BLOCK
============================================= */
	.block-mobile {
		display: inherit !important;
	}

	.inline-mobile {
		display: inherit !important;
	}

	.inline-block-mobile {
		display: inherit !important;
	}

	.flex-mobile {
		display: inherit !important;
	}

	.block-dsk {
		display: block !important;
	}

	.inline-dsk {
		display: inline !important;
	}

	.inline-block-dsk {
		display: inline-block !important;
	}

	.flex-dsk {
		display: flex !important;
	}
	/* WIDTH
============================================= */
	.col-md-05 {
		width: 5%;
	}
	/* FOOTER
============================================= */
	footer .first-strip {
		min-height: 40px;
	}

	footer .second-strip {
		height: 70px;
	}

	footer .first-strip {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.col-md-2-dsk {
		width: 11%;
	}

	.height-130 {
		height: 130px;
	}
}

/*lg*/
@media (min-width: 1400px) {
	.container-gov {
		max-width: 100%;
		width: 1400px;
	}
}

@media (min-width: 220px) {
	.blue-box-icon {
		height: 60px;
		border-radius: 7px;
		width: 80px;
	}
}

@media (min-width: 500px) {
	.min-height-50 {
		min-height: 50px;
	}
}

@media (min-width: 992px) {
	.min-height-50 {
		min-height: 50px;
	}
}

@media (min-width: 1200px) {
	.min-height-50 {
		min-height: 30px;
	}
}

.flex-img-text{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-office{
	width:65px;height:65px;
}

