@import url("font-awesome.css");
@import url("icomoon.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("slider.css");
@import url("magnific-popup.css");

/*
@font-face {
	font-family: "Raleway Thin";
	src: url('../fonts/raleway/raleway-v19-latin_cyrillic-regular.eot');
	src: url('../fonts/raleway/raleway-v19-latin_cyrillic-regular.eot#iefix') format('embedded-opentype'),
	url('../fonts/raleway/raleway-v19-latin_cyrillic-regular.woff') format('woff'),
	url('../fonts/raleway/raleway-v19-latin_cyrillic-regular.ttf')  format('truetype'),
	url('../fonts/raleway/raleway-v19-latin_cyrillic-regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
*/
@font-face {
	font-family: "Roboto";
	src: url('../fonts/RobotoRegular/RobotoRegular.eot');
	src: url('../fonts/RobotoRegular/RobotoRegular.eot#iefix') format('embedded-opentype'),
	url('../fonts/RobotoRegular/RobotoRegular.woff') format('woff'),
	url('../fonts/RobotoRegular/RobotoRegular.ttf')  format('truetype'),
	url('../fonts/RobotoRegular/RobotoRegular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Roboto Light";
	src: url('../fonts/RobotoLight/RobotoLight.eot');
	src: url('../fonts/RobotoLight/RobotoLight.eot#iefix') format('embedded-opentype'),
	url('../fonts/RobotoLight/RobotoLight.woff') format('woff'),
	url('../fonts/RobotoLight/RobotoLight.ttf')  format('truetype'),
	url('../fonts/RobotoLight/RobotoLight.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
/*
@font-face {
	font-family: "Lato";
	src: url('../fonts/LatoRegular/LatoRegular.eot');
	src: url('../fonts/LatoRegular/LatoRegular.eot#iefix') format('embedded-opentype'),
		url('../fonts/LatoRegular/LatoRegular.woff') format('woff'),
		url('../fonts/LatoRegular/LatoRegular.ttf')  format('truetype'),
	url('../fonts/LatoRegular/LatoRegular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Lato Light";
	src: url('../fonts/LatoLight/LatoLight.eot');
	src: url('../fonts/LatoLight/LatoLight.eot#iefix') format('embedded-opentype'),
	url('../fonts/LatoLight/LatoLight.woff') format('woff'),
	url('../fonts/LatoLight/LatoLight.ttf')  format('truetype'),
	url('../fonts/LatoLight/LatoLight.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
*/
html {
	font-size:16px;
}
h6 {
	line-height: 1.5;
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 1rem;
}

.disabled {
	pointer-events: none !important;
	opacity: 0.5 !important;
}

:focus {
	outline: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Roboto Light", "Arial", sans-serif;
	font-weight: 400;
	color: #444444;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 25px;
}

img {
	max-width: 100%;
	height: auto;
}

.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}

button {
	border: none;
	position: relative;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 50px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 35px;
	letter-spacing: 1.1px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

select,
textarea[type="textarea"],
input[type="text"],
input[type="button"],
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"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 50px;
	padding-left: 15px;
	font-size: 16px;
	outline: none;
	margin-bottom: 30px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-control {
	height: 50px;
}

.form-control.small {
	height: 40px;
}

.form-control.smaller {
	height: 30px;
}

textarea:focus,
input[type="text"]:focus,
input[type="button"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background: #f7f8fa;
	border: 2px solid #ffa518;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.smaller {
	height: 30px;
	margin-bottom: 10px;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 15px 15px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #999999;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

.btn {
	background-image: none;
}

a .btn.auto-width {
	width: 100%;
}

textarea,
input[type="text"],
input[type="submit"],
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"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #000000;
}

input.inline, select.inline {
	width: auto;
	margin: 0;
	background: transparent;
	height: auto;
	border-width: 1px;
	border-radius: 5px;
	padding: 3px 5px;
}

.header {
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .logo {
	width: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 10px 0 0 0;
}

.header .logo,
.menu.menu-extra,
.nav-wrap {
	float: left;
	position: relative;
}

.menu.menu-extra {
	text-align: right;
}

.header .container .logo {
	margin-top: 7px;
}

.header .logo,
.menu.menu-extra {
	width: 20%;
	margin: 0px;
}

.header .logo a {
	border: 1px solid #333;
	padding: 2px 2px;
	display: inline-block;
}

.header .logo img {
	height: 80px;
}

.header.header-style2.header-sticky .logo {
	margin-top: 2px;
}

.header.header-style2.header-sticky .logo img {
	height: 44px;
}

#header.header-sticky #mainnav > ul > li > a,
#header.header-sticky ul.menu-extra > li a,
#header.header-sticky ul.menu-extra > li span
{
	line-height: 50px;
}

.nav-wrap {
	width: 60%;
}

.header.header-style2 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #ffffff;
	border-bottom: 1px solid #ffa518;
}

.header.header-style2 .logo a {
	border: 0px;
}

.header.header-style2.header-sticky {
	background: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.5) !important;
}

.top {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.1);
	z-index: 9999;
	width: 100%;
}
header .com_alert-wrap {
	
}

#mainnav > ul {
	text-align: center;
}

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav ul li {
	position: relative;
}

#mainnav > ul > li {
	display: inline-block;
}

#mainnav > ul > li > a,
#header ul.menu-extra > li a,
#header ul.menu-extra > li span
{
	color: #ffa518;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100px;
	padding: 0 20px 0 20px;
}

#header ul.menu-extra > li a {
	padding: 0;
}

#mainnav > ul > li > a:hover,
#mainnav > ul > li.active > a,
#header ul.menu-extra > li a:hover,
#header ul.menu-extra > li span:hover
{
	color: #ccc;
}

#mainnav > ul > li:last-child > a {
	padding: 0 0 0 20px;
}

/* submenu */
#mainnav ul.submenu {
	text-align: left;
	position: absolute;
	left: 0;
	top: 150%;
	width: 250px;
	background: #1a1a1a;
	z-index: 9999;
	z-indexms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Right sub-menu */
#mainnav ul.right-sub-menu {
	left: auto;
	right: 0;
}

#mainnav ul li:hover > ul.submenu {
	top: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

#mainnav ul li ul li {
	margin-left: 0;
}

#mainnav ul.submenu li ul {
	position: absolute;
	left: 250px;
	top: 0 !important;
}

#mainnav ul.submenu > li {
	border-top: 1px solid #333333;
}

#mainnav ul.submenu > li.sub-parent:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	right: 25px;
	top: 11px;
	color: #999999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu li:first-child {
	border-top: none;
}

#mainnav ul.submenu > li > a {
	font-size: 12px;
	padding: 12px 17px;
	margin: 0;
	border-top: 1px solid #000000;
	color: #777777;
	display: block;
}

#mainnav ul.submenu > li:first-child > a {
	border-top: 0;
}

#mainnav ul.submenu > li > a:hover {
	color: #fff;
}

#mainnav ul.submenu > li.sub-parent:hover::after {
	right: 18px;
}

/* Hover Menu */
#mainnav > ul > li > a {
	position: relative;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	background-color: #222222;
	z-index: 99999;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin: 0;
	position: relative;
	text-align: left;
	border-top: 1px solid #333333;
	cursor: pointer
}

#mainnav-mobi ul > li > a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	color: #fff;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #333333;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	border-top-color: rgba(255, 255, 255, .1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 42px 0;
	width: 26px;
	height: 16px;
	float: left;
	margin-left: 15px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background-color: #333;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
}

.btn-submenu.active:before {
	content: "\f106"
}

.btn-menu {
	display: none
}

/* Menu-extra 
------------------------------------------------------ */
.menu-extra li {
	display: inline-block;
	position: relative;
}

.menu-extra > li > a {
	padding: 15px;
	color: #333;
}

/* Social-links
-------------------------------------------------------------- */
.social-links {
	padding: 0;
	margin: 0;
}

.social-links a {
	display: inline-block;
	padding: 0 13px;
	line-height: 50px;
	font-size: 14px;
	color: #242424;
}

.legal-links a {
	display: inline-block;
	padding: 0 13px;
	line-height: 50px;
	font-size: 14px;
}

/* Footer
-------------------------------------------------------------------*/
.flat-footer {
	text-align: center;
	color: #222;
	padding: 198px 0 100px;
	background-size: cover;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #ebebeb;
	position: relative;
}

.flat-footer .overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ebebeb;
	opacity: 0.8;
}

.flat-footer .footer-widgets .widget {
	margin-bottom: 50px;
}

.flat-footer .footer-content .social-links {
	margin-bottom: 35px;
}

.flat-footer .footer-content .social-links a {
	color: rgba(0, 0, 0, 0.2);
	margin: 0 20px;
}

.flat-footer .footer-content .social-links a:hover {
	color: #333333;
}

.flat-footer .footer-content .social-links a i {
	font-size: 28px;
}

.flat-footer .footer-content .copyright span {
	color: rgba(0, 0, 0, 0.5);
	margin: 2px 10px;
	display: inline-block;
}

.flat-footer .footer-content .copyright a {
	color: #333333;
}

.flat-footer .footer-content .copyright a:hover {
	color: #00c365;
}

.site-wrapper {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.site-wrapper.padding-header {
	padding-top: 100px;
}
header.header-sticky ~ .site-wrapper.padding-header {
	padding-top: 50px;
}

/* Preload
-------------------------------------------------------------- */
.loading-overlay {
	background: #FFF;
	color: #424242;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
}

.loader {
	margin: 20% auto;
	border-radius: 50%;
	position: relative;
	border-top: 1.1em solid rgba(194, 193, 193, 0.5);
	border-right: 1.1em solid rgba(199, 197, 197, 0.5);
	border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
	border-left: 1em solid #ffa518;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.loader, .loader:after {
	width: 30px;
	height: 30px;
}

.loading-target {
	/* filter: blur(3px); */
}

.loading-box-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	/*background: rgba(255,165,24,0.1);*/
	background: rgba(100, 100, 100, 0.1);
}

.loading-box-overlay .loader {
	margin: -25px 0px 0px -25px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #ffa518;
	width: 50px;
	height: 50px;
	-webkit-animation: spin-loader 1s infinite linear;
	animation: spin-loader 1s infinite linear;
}

@-webkit-keyframes spin-loader {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin-loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.error404 .page-wrap {
	padding: 0 0 100px;
}

.tp-caption.desc-slide {
	color: #000000;
	left: 0px;
	top: -60px;
	visibility: visible;
}

.tp-caption.title-slide {
	color: #000000;
	left: 0px;
	top: 30%;
	visibility: visible;
	width: 100%;
	text-align: center;
}

.tp-caption.title-slide .wrap-title-slide {
	display: inline;
	position: relative;
}

.flat-row.background-color {
	background-color: #ffffff;
}

.flat-row.steps {
	padding: 40px 0 57px;
}

.flat-button {
	position: relative;
	padding: 0px;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	line-height: 16px;
	background: #ffffff;
	color: #000000;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
	letter-spacing: 1.1px;
	border-radius: 3px;
	z-index: 1;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-width: 0px;
	margin: 0px;
}

button.flat-button {
	padding: 0.375rem 0.75rem;
}

.flat-button:hover {
	background: #333;
}

.flat-button .wrap {
	display: flex;
	flex-direction: row;
	padding: 0px 10px;
}

.flat-button.icon-box .wrap {
	padding: 0px;
}

.flat-button.smaller.icon {
}

.flat-button.mb {
	margin-bottom: 30px;
}
.flat-button.w200 {
	width: auto;
	min-width: 200px;
}
.flat-button.smaller.mb {
	margin-bottom: 10px;
}

.flat-button.radius {
	background-color: transparent;
	padding: 15px 42px;
	border-radius: 50px;
	border-color: #ffa518;
	border-style: solid;
	border-width: 2px;
	font-weight: 700;
}

.flat-button.radius.bg-white {
	border-color: #fff;
}

.flat-button a {
	color: #000000;
}

.flat-button.smaller .title {
	font-size: 13px;
}

.flat-button.icon_left .icon i {
	
}

.flat-button.icon .icon i {

}

.flat-button.white, .flat-button.white a {
	background-color: #ffffff;
	color: #000000;
}

.flat-button.blue, .flat-button.blue a {
	background-color: #4285f4;
	color: #ffffff;
}

.flat-button.green, .flat-button.green a {
	background-color: #00c365;
	color: #ffffff;
}

.flat-button.orange, .flat-button.orange a {
	background-color: #ffa518;
	color: #ffffff;
}

.flat-button.black, .flat-button.black a {
	background-color: #333333;
	color: #ffffff;
}

.flat-button.border-white {
	border-color: #ffffff !important;
}

.flat-button.border-blue {
	border-color: #4285f4 !important;
}

.flat-button.border-green {
	border-color: #00c365 !important;
}

.flat-button.border-orange {
	border-color: #ffa518 !important;
}

.flat-button.border-black {
	border-color: #333333 !important;
}

.flat-button .title {
	flex-grow: 1;
}

.flat-button .title, .flat-button .icon {
	height: 48px;
	line-height: 48px;
	display: inline-block;
	padding: 0px 18px;
}

.flat-button.small .title, .flat-button.small .icon {
	height: 38px;
	line-height: 38px;
	padding: 0px 10px;
}

.flat-button.small .icon {
	font-size: 22px;
}

.flat-button.smaller .title, .flat-button.smaller .icon {
	height: 28px;
	line-height: 28px;
	padding: 0px 5px;
	letter-spacing: 1px;
}

.flat-button.icon-box .icon {
	height: 46px;
	width: 46px;
	line-height: 46px;
	display: inline-block;
	padding: 0px 0px;
	margin: 1px;
}

.flat-button.icon-box .icon.white {
	background-color: #ffffff;
}

.flat-button.icon-box .icon i {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.form-control.flat-button {
	margin-bottom: 30px;
}

input[type=submit].flat-button {
	height: 48px;
	font-size: 16px;
	line-height: 48px;
}

input[type=submit].flat-button.border {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
}

.input-group .flat-button {
	border-radius: 0;
	border-left-width: 0 !important;
}

.input-group .flat-button i {
	font-size: 20px;
	line-height: 28px;
	transition: 0.2s;
	transform-origin: 50% 60%;
}

.input-group .flat-button i:hover {
	-webkit-animation: none;
	-webkit-transform: scale(1.1);
	animation: none;
	transform: scale(1.1);
}

.input-group .flat-button i:active {
	-webkit-animation: none;
	-webkit-transform: scale(0.9);
	animation: none;
	transform: scale(0.9);
}

.input-group input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group input + .input-group-append .flat-button {
	border-radius: 0px 3px 3px 0px;
}

.input-group input + .input-group-append .flat-button.smaller.icon {
}

.tp-banner .tp-buttons {
	position: absolute;
	left: 0px;
	top: 60%;
	visibility: visible;
	width: 100%;
	text-align: center;
}

.tp-banner .tp-buttons .flat-button {
	margin: 0px 5px;
}

.tp-slider-ul .tp-slider-li {
	display: none;
}

.block-table {
	width: 100%;
	height: 100%;
	display: table;
}

.block-table .block-table-cell {
	display: table-cell;
}

.block-table .block-table-cell.center {
	text-align: center;
	vertical-align: middle;
}

.input-wrap .form-control ~ .input-tip {
	position: relative;
	top: -30px;
	text-align: left;
	padding-left: 10px;
}

.input-wrap .form-control.parsley-error ~ .input-tip {
	display: none;
}

input[type="text"].parsley-error, input[type="password"].parsley-error, textarea[type="textarea"].parsley-error {
	background-color: #ff301a40;
	border: 2px solid #ff301aaa;
	color: #000000;
}

input[type="text"].parsley-error + ul.parsley-errors-list, input[type="password"].parsley-error + ul.parsley-errors-list, textarea[type="textarea"].parsley-error + ul.parsley-errors-list {
	position: relative;
	top: -30px;
	text-align: left;
	color: #ff301a;
	list-style: none;
}
ul.parsley-errors-list {
	padding: 0;
}
#growl {
	position: fixed;
	z-index: 99999;
	top: 10px;
	right: 0px;
}

#growl .growl {
	cursor: pointer;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
	padding: 20px;
	max-width: 500px;
	border-radius: 5px;
	color: white;
	right: -300px;
	box-shadow: 0px 0px 10px #333333;
	font-size: 17px;
}

#growl .growl_info {
	background: rgba(80, 80, 255, 0.8);
}

#growl .growl_success {
	background: rgba(0, 204, 0, 0.8);
}

#growl .growl_error {
	background: rgba(194, 0, 0, 0.8);
}

.form.loading {
	pointer-events: none !important;
}

.submit.loading {
	pointer-events: none !important;
	opacity: 0.5 !important;
}

@keyframes rotateAnimation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes wk-rotateAnimation {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.tp-slider-main .workspace {
}

.grow {
	transition: all .05s ease-in-out;
}

.grow:hover {
	transform: scale(1.02);
}

.grow:active {
	transform: inherit;
}

[repeat] {
	display: none !important;
}

/* TEXT >>> */
.center {
	text-align: center;
}

p {
	
}

.color1 {
	color: #000000;
}

.color-black {
	color: #444444;
}

.bcolor2 {
	background-color: #dbdbdb !important;
}

.caps {
	text-transform: uppercase;
}

.size-title {
	font-size: 20px;
}

/* <<< TEXT */

.nav-tabs {
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
}

.nav-link {
	cursor: pointer;
}

.nav-tabs .nav-link {
	color: #000000;
	border-width: 0px 0px 5px 0px;
	border-bottom-color: #dbdbdb;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-width: 0px 0px 5px 0px;
	border-bottom-color: #dbdbdb;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #000000;
	border-width: 0px 0px 5px 0px;
	border-bottom-color: #ffa518;
	background: inherit;
}

.nav-tabs .nav-item {
	font-weight: 600;
}

/* BUTTON >>> */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #ffa518;
}

.btn-primary.blue:not(:disabled):not(.disabled):active, .btn-primary.blue:not(:disabled):not(.disabled).active, .show > .btn-primary.blue.dropdown-toggle {
	background-color: #4285f4;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
}

@keyframes spin-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spin-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.btn span.animation {
	color: #fff;
	width: 1em;
	height: 1em;
	position: relative;
	color: inherit;
	display: inline-block;
	margin-left: 0.5em;
}
.btn span.animation.spin {
	transition: all .3s;
	transition-timing-function: ease-in;
	animation: spin-loading 1s infinite;
}
.btn span.animation.spin:after {
	border-width: .15em;
	border-color: currentColor currentColor transparent currentColor;
	border-radius: 50%;
	border-style: solid;
	content: " ";
	display: inline-block;
	width: 100%;
	height: 100%;
}
.btn span.progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
}
.btn span.progress > span.progress-bar {
	background-color: #ffa518;
}
.btn .progress-wrap {
	display: flex;
	align-items: center;
}

/* <<< BUTTON */

.sticky-block {
	height: 70px;
	background: rgba(120, 120, 120, 0.95);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.flat-checkbox-wrap {
	border: none !important;
	text-align: right;
}

.flat-checkbox-wrap label {
	display: inline-block;
	color: #ffa518;
	background-color: transparent;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	border-radius: 3px;
	transition: all ease .238s;
	transition-duration: 0.3s;
	margin: 0px;
}

.flat-checkbox-wrap input[type=checkbox] {
	display: none;
}

.flat-checkbox-wrap.orange label {
	color: #ffffff;
	background-color: #ffa518;
}

.flat-checkbox-wrap.smaller label {
	cursor: pointer;
	padding: 5px 17px 5px;
	letter-spacing: 1px;
}

.flat-checkbox-wrap.border label {
	border: 1px solid #dee2e6 !important;
}

.flat-checkbox-wrap.smaller.mb {
	margin-bottom: 10px;
}

.flat-checkbox-wrap.border label:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f096";
	position: absolute;
	top: 0px;
	left: 15px;
	font-size: 30px;
	color: #ffffff;
	display: block;
}

.flat-checkbox-wrap.border input[type=checkbox]:checked ~ label:before {
	content: "\f046";
}

/* close icon >>> */
.close-icon, .ui-dialog-titlebar-close {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 40px;
	height: 40px;
	opacity: 1;
	cursor: pointer;
	border-radius: 20px;
	background-color: #ffffff;
	z-index: 100;
}

.close-icon:hover, .ui-dialog-titlebar-close:hover {
	opacity: 1;
}

.close-icon:before, .close-icon:after, .ui-dialog-titlebar-close:before, .ui-dialog-titlebar-close:after {
	position: absolute;
	left: 14px;
	top: 5px;
	content: ' ';
	height: 20px;
	width: 3px;
	background-color: #555;
}

.close-icon:before, .ui-dialog-titlebar-close:before {
	transform: rotate(45deg);
}

.close-icon:after, .ui-dialog-titlebar-close:after {
	transform: rotate(-45deg);
}

/* close icon <<< */

/* dialog >>> */
.ui-dialog {
	z-index: 1000;
}

.ui-dialog.app-dialog-no-border {
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}

.ui-dialog.app-dialog-no-header .ui-dialog-titlebar {
	display: none;
}

.ui-dialog.app-dialog-no-header .ui-dialog-content {
	padding: 0px;
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 30px;
	margin: -15px 0 0 0;
	height: 30px;
	outline: none;
}

.ui-widget-header {
	border: none;
	background: rgba(255, 165, 24, 0.5);
	color: #333333;
	font-weight: bold;
	border-radius: unset;
}

.ui-widget-overlay {
	background: rgba(32, 42, 53, 0.4);
	opacity: 1;
	filter: Alpha(Opacity=1);
	backdrop-filter: blur(3px);
}

[app-if] {
	display: none;
}
.app-dialog {
	display: none;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: inherit;
	font-size: inherit;
}

/* dialog fade-in >>> */
@keyframes dialogFadeIn {
	from {
		transform: scale(.7);
		transition-property: all
	}
	to {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes dialogFadeOut {
	from {
		transform: scale(1);
		opacity: 1
	}
	to {
		transform: scale(.7);
		transition-property: all
	}
}

.dialog-fadein-open {
	opacity: 0;
	animation-name: dialogFadeIn;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-duration: 100ms;
	backface-visibility: hidden;
}

.dialog-fadein-close {
	animation-name: dialogFadeOut;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-duration: 100ms;
	backface-visibility: hidden;
}

/* dialog fade-in <<< */

/* dialog fullscreen >>> */
@keyframes dialogFullScreenIn {
	from {
		transform: scale(.7);
		transition-property: all
	}
	to {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes dialogFullScreenOut {
	from {
		transform: scale(1);
		opacity: 1
	}
	to {
		transform: scale(.7);
		transition-property: all
	}
}

.ui-widget.ui-widget-content.ui-dialog.dialog-fullscreen {
	position: fixed;
	top: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
	width: auto !important;
	height: auto !important;
	right: 0px !important;
	z-index: 1000 !important;
}

.dialog-fullscreen-open {
	opacity: 0;
	animation-name: dialogFullScreenIn;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-duration: 100ms;
	backface-visibility: hidden;
}

.dialog-fullscreen-close {
	animation-name: dialogFullScreenOut;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-duration: 100ms;
	backface-visibility: hidden;
}

/* dialog fullscreen <<< */

/* dialog <<< */

.card-deck ul {
	color: #000;
	font-size: 18px;
	line-height: 31px;
}

form .header {
	margin: 10px 10px 30px 10px;
}
form .input-wrap .captcha-wrap {
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hr {
	line-height: calc(2rem + 1px);
}

#logged-info .user-info {
	position: absolute;
	font-size: 10px;
	letter-spacing: 0.5px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	right: 0;
	top: 0;
}
.header.header-sticky #logged-info .user-info {
	color: #ffffff;
}
.cursor_pointer {
	cursor: pointer;
}

.transition {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pa-top-left-0 {
	position: absolute;
	top: 0;
	left: 0;
}

.pa-top-right-0 {
	position: absolute;
	top: 0;
	right: 0;
}

.app-dialog-confirm .bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.app-dialog-confirm .bottom .btn {
	margin: 0 2px;
}
.message {
	border: 1px solid;
}
.message.error {
	border-color: #f00;
}
.alert {
	display: flex;
}
.alert.com_message {
	display: inline-flex;
}
.alert .icon {
	width: 50px;
	font-size: 25px;
	line-height: 1.2em;
}
.alert .icon .fa {
	line-height: 1.2em;
}
.alert message {
	padding-left: 1.25em;
}
.alert message > p, .alert message .description > p {
	margin-bottom: 0;
	line-height: 1.5em;
}
.alert button.close {
	font-size: 1.5rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	text-align: center;
}
.alert-warning {
	color: #513f02;
}
.alert.com_alert {
	margin: 5px;
}
.alert button.close {
	padding: 0 0 0 1.25rem;
	line-height: 1.2rem;
	height: 1.2rem;
	outline: none;
	margin-left: auto;
}
button.flat-button {
	font-size: 16px;
	height: auto;
}
button.flat-button.small {
	line-height: 38px;
	padding: 0 20px;
}
button.flat-button.smaller {
	font-size: 13px;
	line-height: 28px;
	padding: 0 15px;
}
.loading_animation {
	background-image: url(../images/loading.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}