html
{
	height: 100%;
}

body
{
	position: relative;
}

html, body
{
	letter-spacing: 0.03rem;
}

.container.full-width
{
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

button:focus
{
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.pull-left
{
	float: left !important;
}

.pull-right
{
	float: right !important;
}

::-moz-selection
{
	color: white;
	background: rgba(63, 80, 181, 0.9);
}

::selection
{
	color: white;
	background: rgba(63, 80, 181, 0.9);
}

.vcenter
{
	display: flex;
	align-items: center;
}

.hidden
{
	display: none !important;
}

html, body, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li
{
	font-family: "Rubik", sans-serif !important;
}

h1, h2, h3, h4, h5, h6
{
	color: #111111;
	font-weight: 500;
	letter-spacing: 0.1rem;
	margin-top: 0;
}

a
{
	color: #3f50b5;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	-webkit-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	letter-spacing: 0.03rem;
	font-weight: 400;
	outline: 0 !important;
}

a:hover, a:active, a:focus
{
	color: #002884;
	text-decoration: none;
}

p
{
	font-family: "Rubik", sans-serif !important;
	font-weight: 400;
	letter-spacing: 0.03rem;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul
{
	list-style: none;
	padding: 0;
}

ul, ol
{
	padding-left: 16px;
	margin-top: 0;
	margin-bottom: 20px;
}

ol li
{
	margin-bottom: 7px;
}

li
{
	color: #555555;
	font-size: 0.85rem;
	letter-spacing: 0.03rem;
}

b, strong
{
	font-weight: 500;
}

form label
{
	display: inline-block;
	margin-bottom: .25rem;
	margin-top: .25rem;
}

.badge
{
	color: white;
	font-size: 65%;
	font-weight: 500;
	border-radius: 5px;
	padding: .5em .8em;
}

.badge-pill
{
	border-radius: 10rem;
}

.badge-default
{
	background-color: #777980;
}

.badge-primary
{
	background-color: #3f50b5;
}

.badge-success
{
	background-color: #8ac148;
}

.badge-info
{
	background-color: #00a9f4;
}

.badge-warning
{
	background-color: #ff9800;
}

.badge-danger
{
	background-color: #e53635;
}

.btn
{
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: .75rem;
	line-height: .75rem;
	letter-spacing: 0.03rem;
	border: 2px solid transparent;
	border-radius: 0.35rem;
	padding: .75rem 1rem;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.btn span
{
	vertical-align: middle;
}

.btn-group-lg > .btn, .btn-lg
{
	padding: .8rem 1.5rem;
	font-size: 1.25rem;
	border-radius: .35rem;
}

.btn-group-sm > .btn, .btn-sm
{
	padding: .5rem .7rem;
	font-size: .7rem;
	border-radius: .35rem;
}

.btn-group-xs > .btn, .btn-xs
{
	padding: .45rem .5rem;
	font-size: .6rem;
	border-radius: .35rem;
}

.btn-circle
{
	border-radius: 50% !important;
	height: 40px;
	width: 40px;
	padding: 3px !Important;
}

.btn-square
{
	height: 40px;
	width: 40px;
	border-radius: 5px;
	padding: 3px !Important;
}

.btn-primary
{
	color: white;
	background-color: #3f50b5;
	border-color: #3f50b5;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle
{
	color: white;
	background-color: #002884;
	border-color: #002884;
}

.btn-outline-primary
{
	color: #3f50b5;
	background-image: none;
	background-color: transparent;
	border-color: #3f50b5;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle
{
	color: white;
	background-color: #3f50b5;
	border-color: #3f50b5;
}

.btn-primary.disabled, .btn-primary:disabled
{
	color: white;
	background-color: #3f50b5;
	border-color: #3f50b5;
	opacity: 0.8;
}

.btn-secondary
{
	color: #111111;
	background-color: #eff1f2;
	border-color: #eff1f2;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle
{
	color: #111111;
	background-color: #d4d8da;
	border-color: #d4d8da;
}

.btn-outline-secondary
{
	color: #d4d8da;
	background-image: none;
	background-color: transparent;
	border-color: #d4d8da;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle
{
	color: #111111;
	background-color: #d4d8da;
	border-color: #d4d8da;
}

.btn-secondary.disabled, .btn-secondary:disabled
{
	color: white;
	background-color: #eff1f2;
	border-color: #eff1f2;
	opacity: 0.8;
}

.btn-default.disabled, .btn-default:disabled,
.btn-primary.disabled, .btn-primary:disabled,
.btn-success.disabled, .btn-success:disabled,
.btn-info.disabled, .btn-info:disabled,
.btn-warning.disabled, .btn-warning:disabled,
.btn-danger.disabled, .btn-danger:disabled
{
	opacity: 0.8;
}

.btn-default.disabled:hover, .btn-default:disabled:hover,
.btn-primary.disabled:hover, .btn-primary:disabled:hover,
.btn-success.disabled:hover, .btn-success:disabled:hover,
.btn-info.disabled:hover, .btn-info:disabled:hover,
.btn-warning.disabled:hover, .btn-warning:disabled:hover,
.btn-danger.disabled:hover, .btn-danger:disabled:hover
{
	opacity: 0.8;
	cursor: default;
}

.btn-transparent
{
	color: white;
	background-color: transparent;
	border-color: transparent;
}

.btn-success
{
	color: white;
	background-color: #8ac148;
	border-color: #8ac148;
}

.btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle
{
	color: white;
	background-color: #599014;
	border-color: #599014;
}

.btn-outline-success
{
	color: #8ac148;
	background-image: none;
	background-color: transparent;
	border-color: #8ac148;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle
{
	color: white;
	background-color: #8ac148;
	border-color: #8ac148;
}

.btn-success.disabled, .btn-success:disabled
{
	color: white;
	background-color: #8ac148;
	border-color: #8ac148;
	opacity: 0.8;
}

.btn-info
{
	color: white;
	background-color: #00a9f4;
	border-color: #00a9f4;
}

.btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle
{
	color: white;
	background-color: #007ac1;
	border-color: #007ac1;
}

.btn-outline-info
{
	color: #00a9f4;
	background-image: none;
	background-color: transparent;
	border-color: #00a9f4;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.active, .btn-outline-info:active, .show > .btn-outline-info.dropdown-toggle
{
	color: white;
	background-color: #00a9f4;
	border-color: #00a9f4;
}

.btn-info.disabled, .btn-info:disabled
{
	color: white;
	background-color: #00a9f4;
	border-color: #00a9f4;
	opacity: 0.8;
}

.btn-warning
{
	color: white;
	background-color: #ff9800;
	border-color: #ff9800;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle
{
	color: white;
	background-color: #c66900;
	border-color: #c66900;
}

.btn-outline-warning
{
	color: #ff9800;
	background-image: none;
	background-color: transparent;
	border-color: #ff9800;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.active, .btn-outline-warning:active, .show > .btn-outline-warning.dropdown-toggle
{
	color: white;
	background-color: #ff9800;
	border-color: #ff9800;
}

.btn-warning.disabled, .btn-warning:disabled
{
	color: white;
	background-color: #8ac148;
	border-color: #8ac148;
	opacity: 0.8;
}

.btn-danger
{
	color: white;
	background-color: #e53635;
	border-color: #e53635;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle
{
	color: white;
	background-color: #ab000e;
	border-color: #ab000e;
}

.btn-outline-danger
{
	color: #e53635;
	background-image: none;
	background-color: transparent;
	border-color: #e53635;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.active, .btn-outline-danger:active, .show > .btn-outline-danger.dropdown-toggle
{
	color: white;
	background-color: #e53635;
	border-color: #e53635;
}

.btn-danger.disabled, .btn-danger:disabled
{
	color: white;
	background-color: #e53635;
	border-color: #e53635;
	opacity: 0.8;
}

.btn-white
{
	color: #111111;
	background-color: white;
	border-color: white;
}

.btn-white:hover, .btn-white:focus, .btn-white.active, .btn-white:active, .show > .btn-white.dropdown-toggle
{
	color: #111111;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btn-outline-white
{
	color: white;
	background-image: none;
	background-color: transparent;
	border-color: white;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.active, .btn-outline-white:active, .show > .btn-outline-white.dropdown-toggle
{
	color: #111111;
	background-color: white;
	border-color: white;
}

.btn-white.disabled, .btn-white:disabled
{
	opacity: 0.8;
}

.btn-black
{
	color: white;
	background-color: black;
	border-color: black;
}

.btn-black:hover, .btn-black:focus, .btn-black.active, .btn-black:active, .show > .btn-black.dropdown-toggle
{
	color: white;
	background-color: #333333;
	border-color: #333333;
}

.btn-outline-black
{
	color: black;
	background-image: none;
	background-color: transparent;
	border-color: black;
}

.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black.active, .btn-outline-black:active, .show > .btn-outline-black.dropdown-toggle
{
	color: white;
	background-color: black;
	border-color: black;
}

.btn-black.disabled, .btn-black:disabled
{
	opacity: 0.8;
}

.btn-link
{
	color: #3f50b5;
}

.btn-link:hover, .btn-link:focus, .btn-link.active, .btn-link:active, .show > .btn-link.dropdown-toggle
{
	color: #002884;
	text-decoration: none;
}

.btn-link.disabled, .btn-link:disabled
{
	color: #3f50b5;
	opacity: 0.8;
}

.btn:focus
{
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.dropdown-menu
{
	color: #111111;
	background-color: white;
	border: 1px solid #d4d8da;
	border-radius: 5px;
	z-index: 99;
}

.dropdown-toggle::after
{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}

.dropdown-item.disabled, .dropdown-item:disabled
{
	color: #d4d8da;
	cursor: not-allowed;
	background-color: transparent;
}

.dropdown-item
{
	padding: 8px 16px;
}

.dropdown-item:focus, .dropdown-item:hover
{
	color: #111111;
	text-decoration: none;
	background-color: #eff1f2;
}

.dropdown-item.active, .dropdown-item:active
{
	color: white;
	background-color: #3f50b5;
}

.dropdown-header
{
	display: block;
	padding: 8px 16px;
	margin-bottom: 0;
	font-size: .75rem;
	color: #111111;
	white-space: nowrap;
}

.dropdown-divider
{
	height: 1px;
	margin: .5rem 0;
	overflow: hidden;
	background-color: #d4d8da;
}

.big-input
{
	height: 40px;
}

.form-control
{
	display: inline-block;
	width: 100%;
	padding: 6px 8px;
	font-family: "Rubik", sans-serif;
	font-size: 0.8rem;
	line-height: 1.25;
	color: #555555;
	background-color: white;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 2px solid #eff1f2;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.input-group-text
{
	font-size: 0.8rem;
}

.input-group-btn .btn
{
	height: 100%;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend, .input-group-sm > .input-group-btn > .btn
{
	padding: .5rem .7rem;
	font-size: .8rem;
}

.form-control-xs, .input-group-xs > .form-control, .input-group-xs > .input-group-prepend, .input-group-xs > .input-group-btn > .btn
{
	padding: .45rem .5rem;
	font-size: .6rem;
}

input
{
	font-family: "Rubik", sans-serif !important;
	letter-spacing: 0.03rem;
}

.input-group-prepend:not(:last-child)
{
	border: none;
}

.input-group-prepend
{
	border: none;
}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group
{
	margin-right: 0;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group
{
	margin-left: 0;
}

input:focus
{
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #d4d8da !important;
}

select.selector
{
	-webkit-appearance: menulist !important;
}

select.multiple-selector
{
	-webkit-appearance: listbox !important;
	max-height: 55px;
}

select:focus
{
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #d4d8da !important;
}

option
{
	padding: 4px 2px 1px;
}

textarea:focus
{
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #d4d8da !important;
}

.btn-file
{
	position: relative;
	overflow: hidden;
	font-family: "Rubik", sans-serif;
	letter-spacing: 0.06rem !important;
}

.btn-file input[type=file]
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 1rem;
	font-family: "Rubik", sans-serif;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.checkbox label
{
	display: inline-block;
	position: relative;
	padding-left: 5px;
	margin-bottom: 0;
}

.checkbox label::before
{
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	margin-top: 2px;
	margin-left: -20px;
	border: 1px solid #d4d8da;
	border-radius: 3px;
	background-color: white;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after
{
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
	margin-top: 2px;
	margin-left: -20px;
	padding-left: 4px;
	padding-top: 2px;
	font-size: 10px;
	color: #d4d8da;
}

.checkbox input[type="checkbox"]
{
	opacity: 0;
}

.checkbox input[type="checkbox"]:disabled + label
{
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before
{
	background-color: #eff1f2;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before
{
	border-radius: 50%;
}

.checkbox.checkbox-inline
{
	margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before
{
	background-color: #3f50b5;
	border-color: #3f50b5;
}

.checkbox-primary input[type="checkbox"]:checked + label::after
{
	color: white;
}

.checkbox-secondary input[type="checkbox"]:checked + label::before
{
	background-color: #d4d8da;
	border-color: #d4d8da;
}

.checkbox-secondary input[type="checkbox"]:checked + label::after
{
	color: white;
}

.checkbox-success input[type="checkbox"]:checked + label::before
{
	background-color: #8ac148;
	border-color: #8ac148;
}

.checkbox-success input[type="checkbox"]:checked + label::after
{
	color: white;
}

.checkbox-info input[type="checkbox"]:checked + label::before
{
	background-color: #00a9f4;
	border-color: #00a9f4;
}

.checkbox-info input[type="checkbox"]:checked + label::after
{
	color: white;
}

.checkbox-warning input[type="checkbox"]:checked + label::before
{
	background-color: #ff9800;
	border-color: #ff9800;
}

.checkbox-warning input[type="checkbox"]:checked + label::after
{
	color: white;
}

.checkbox-danger input[type="checkbox"]:checked + label::before
{
	background-color: #e53635;
	border-color: #e53635;
}

.checkbox-danger input[type="checkbox"]:checked + label::after
{
	color: white;
}

.radio label
{
	display: inline-block;
	position: relative;
	padding-left: 5px;
}

.radio label::before
{
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #d4d8da;
	border-radius: 50%;
	background-color: white;
	margin-top: 2px;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label::after
{
	display: inline-block;
	position: absolute;
	content: " ";
	width: 12px;
	height: 12px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #d4d8da;
	margin-top: 2px;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"]
{
	opacity: 0;
}

.radio input[type="radio"]:checked + label::after
{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label
{
	opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before
{
	cursor: not-allowed;
}

.radio.radio-inline
{
	margin-top: 0;
}

.radio-primary input[type="radio"] + label::after
{
	background-color: #3f50b5;
}

.radio-primary input[type="radio"]:checked + label::before
{
	border-color: #3f50b5;
}

.radio-primary input[type="radio"]:checked + label::after
{
	background-color: #3f50b5;
}

.radio-success input[type="radio"] + label::after
{
	background-color: #8ac148;
}

.radio-success input[type="radio"]:checked + label::before
{
	border-color: #8ac148;
}

.radio-success input[type="radio"]:checked + label::after
{
	background-color: #8ac148;
}

.radio-info input[type="radio"] + label::after
{
	background-color: #00a9f4;
}

.radio-info input[type="radio"]:checked + label::before
{
	border-color: #00a9f4;
}

.radio-info input[type="radio"]:checked + label::after
{
	background-color: #00a9f4;
}

.radio-warning input[type="radio"] + label::after
{
	background-color: #ff9800;
}

.radio-warning input[type="radio"]:checked + label::before
{
	border-color: #ff9800;
}

.radio-warning input[type="radio"]:checked + label::after
{
	background-color: #ff9800;
}

.radio-danger input[type="radio"] + label::after
{
	background-color: #e53635;
}

.radio-danger input[type="radio"]:checked + label::before
{
	border-color: #e53635;
}

.radio-danger input[type="radio"]:checked + label::after
{
	background-color: #e53635;
}

label.hidden
{
	display: none !important;
}

label.btn-file
{
	margin-bottom: 0;
}

.navbar
{
	padding: .625rem 1rem;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9999;
	width: 100%;
}

.sticky-top
{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
}

.fixed-top
{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

.navbar-brand
{
	padding-top: .25rem;
	padding-bottom: .25rem;
	margin-right: .75rem;
	margin-left: .75rem;
	font-size: 1.2rem;
}

.navbar-version
{
	color: #7D8E96;
	font-size: 60%;
}

.dropdown-menu
{
	margin: 0;
}

nav .btn-sm
{
	line-height: 1.5;
}

nav .btn-xs
{
	line-height: 2.3;
}

.nav-icon
{
	height: auto;
}

.nav-icon i
{
	font-size: 18px;
}

.nav-icon .md-icon
{
	line-height: 40px;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 1200px)
{
	.navbar-expand-lg .form-inline
	{
		display: block;
		margin: .5rem auto;
	}
}

@media only screen and (max-width: 1024px)
{
	.parallax
	{
		background-attachment: scroll !important;
	}
}

@media only screen and (max-width: 991px)
{
	.navbar-collapse
	{
		margin-top: .625rem;
	}

	.navbar-expand-lg .navbar-brand
	{
		margin-left: 0;
	}

	.dropdown-item
	{
		text-align: center;
	}

	.navbar-expand-lg .form-inline
	{
		display: block;
		margin: .5rem auto;
	}

	.popover-example .popover
	{
		max-width: 100%;
		width: 44%;
		margin: 3%;
	}

	.footer-left-area
	{
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-right-area
	{
		text-align: center;
	}

	.cta .col-md-8, .cta .col-md-4
	{
		text-align: center !important;
		margin: 0 !important;
	}

	.cta .col-md-4 .btn
	{
		margin: 12px 0 0 0 !important;
	}
}

@media only screen and (max-width: 767px)
{
	.navbar-expand-sm .form-inline
	{
		display: block;
		margin: .5rem auto;
	}

	.fact-title
	{
		margin-bottom: 30px;
	}

	.cta .col-sm-8, .cta .col-sm-4
	{
		text-align: center !important;
		margin: 0 !important;
	}

	.cta .col-sm-4 .btn
	{
		margin: 12px 0 0 0 !important;
	}
}

@media only screen and (max-width: 575px)
{
	.container
	{
		width: 100%;
	}

	.header-content
	{
		padding: 0 15px;
	}

	.form-inline .form-control
	{
		display: block;
		width: 70%;
		margin: 0 auto;
	}

	.form-inline .btn
	{
		display: block;
		width: 70%;
		margin: 5px auto;
	}

	.popover-example .popover
	{
		width: 90%;
		margin: 5%;
	}

	footer
	{
		text-align: center;
	}
}

@media only screen and (max-width: 480px)
{
	.custom-form .left-area
	{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.custom-form .right-area
	{
		display: block;
		width: 100%;
		text-align: left;
	}

	.custom-form .left-area.long
	{
		width: 100%;
	}

	.custom-form .right-area.long
	{
		width: 100%;
	}

	.custom-form .left-area.short
	{
		width: 100%;
	}

	.custom-form .right-area.short
	{
		width: 100%;
	}

	.modal-footer.custom-form
	{
		display: block;
	}

	.spinner
	{
		left: 45%;
	}
}

@media only screen and (max-width: 400px)
{
	.top-nav
	{
		text-align: center;
	}

	.top-nav .left
	{
		display: block;
	}

	.top-nav .right
	{
		float: none;
		display: block;
	}

	.pager
	{
		text-align: center;
	}

	.pager-left, .pager-right
	{
		display: block;
	}

	.pager-right
	{
		float: none;
	}

	.spinner
	{
		left: 44%;
	}
}

@media only screen and (min-width: 1200px)
{
	.blog.block .video-player
	{
		height: 233px;
	}

	.blog.block .video-player.blog-page-sidebar
	{
		height: 486px;
	}
}

@media only screen and (min-width: 992px)
{
	.container.container-lg
	{
		max-width: 990px;
	}

	.navbar-expand-lg .navbar-nav .nav-link
	{
		padding-right: .75rem;
		padding-left: .75rem;
	}

	.dropdown-menu li:hover .sub-menu
	{
		visibility: visible;
	}
}

@media only screen and (min-width: 768px)
{
	.sub-col
	{
		padding-right: 0;
	}
}