/* Theme Name:iDea - Clean & Powerful Bootstrap Theme
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version: 1.2.1
Created:September 2014
Refreshed: 2024
License URI:http://support.wrapbootstrap.com/
File Description:Main CSS file of the template */

/* TABLE OF CONTENTS
1) Typography
2) Layout
3) Sections
4) Pages ( blog,
about etc )
5) Template Components
6) Navigations
7) Blocks/Widgets


/* 1 Typography
----------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.50;
	color: #666666;
	background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #343434;
	line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #343434;
}
h1 {
	font-size: 38px;
	font-weight: 700;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
@media (min-width:992px) {
	.title {
		margin-top: 0;
	}
}
p {
	margin-bottom: 20px;
}
a {
	color: #e84c3d;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*a:focus,
a:active {
	outline: none;
	color: #cd3c2e;
}*/
.no-trans * {
	-webkit-transition: none !important;
	   -moz-transition: none !important;
		-ms-transition: none !important;
		 -o-transition: none !important;
			transition: none !important;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media (max-width: 760px) {
	.masonry-grid-item img {
		max-width: 700px !important;
		width: 100% !important;
		margin-left: 0 !important;
		object-fit: cover;
	}
}
.text-muted {
	color: #888888;
}
/* Lists
---------------------------------- */
ul {
	list-style: square;
}

/* Layout
----------------------------------------------------------------------------- */
.page-wrapper {
	background-color: #ffffff;
}
.header.dark {
	background-color: #36373C;
	border-top: 1px solid #515151;
	border-bottom-color: transparent!important;
}
.header.header-small {
	padding: 10px 0;
}
.page-intro {
	padding: 10px 0;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	background-color: #fafafa;
	border-bottom: 1px solid #dadada;
}
.main-container {
	padding: 40px 0;
}
.section {
	padding: 25px 0;
}
/* Backgrounds
---------------------------------- */

.dark-bg {
	background-color: #000000;
	color: #ffffff;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
	color: #ffffff;
}
.dark-bg a:not(.btn) {
	color: #fff;
	text-decoration: underline;
}
.dark-bg a:not(.btn):hover {
	color: #fff;
	text-decoration: none;
}
.default-bg {
	background-color: #e84c3d;
	color: #ffffff;
}
.default-bg a:not(.btn) {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:not(.btn):hover {
	color: #ffffff;
	text-decoration: none;
}
.dark-bg.text-muted,
.dark-bg.text-muted h1,
.dark-bg.text-muted h2,
.dark-bg.text-muted h3,
.dark-bg.text-muted h4,
.dark-bg.text-muted h5,
.dark-bg.text-muted h6,
.gray-bg.text-muted,
.gray-bg.text-muted h1,
.gray-bg.text-muted h2,
.gray-bg.text-muted h3,
.gray-bg.text-muted h4,
.gray-bg.text-muted h5,
.gray-bg.text-muted h6 {
	color: #999999;
}

/* Fixed navigation
---------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.fixed-header-on .header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1006;
	opacity: 0;
	filter: alpha(opacity=0);
	border-bottom: 1px solid #f1f1f1;
	padding: 7px 0;
	background-color: rgba(255, 255, 255, 0.95);
}
.fixed-header-on .dark.header.fixed {
	border-bottom: 1px solid #36373C;
	background-color: rgba(54, 55, 60, 0.95);
}
.fixed-header-on.boxed .header.fixed {
	left: auto;
}
.fixed-header-on .header .logo {
	margin: 2px 0 -4px 0;
	display: none;
}
.fixed-header-on .header .site-slogan {
	display: none;
}
.fixed-header-on .header .navbar.navbar-default {
	margin: 0;
}
.fixed-header-on .header.fixed.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
@media (min-width:768px) {
	.fixed-header-on.boxed .header.fixed {
		width: 750px;
	}
}
@media (min-width:992px) {
	.fixed-header-on .header .logo {
		display: block;
	}
	.fixed-header-on.boxed .header.fixed {
		width: 970px;
	}
}
@media (min-width:1200px) {
	.fixed-header-on.boxed .header.fixed {
		width: 1170px;
	}
}
@media (max-width:767px) {
	.header.fixed {
		position: relative !important;
		top: auto !important;
	}
}

/* Footer
---------------------------------- */
.footer {
	font-size: 14px;
	color: #999999;
	padding: 30px 0;
	background-color: #262626;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #333333;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #999999;
}
.footer h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

/* Subfooter---------------------------------- */
.subfooter {
	font-size: 14px;
	padding: 25px 0;
	background-color: #000000;
}
.subfooter p {
	margin: 0;
}
@media (min-width:768px) {
	.subfooter {
		text-align: center;
	}
}
/*--select--*/
select.form-control {
	-webkit-appearance: menulist;
}
select[multiple].form-control {
	-webkit-appearance: listbox;
}
/* Buttons---------------------------------- */
.btn {
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	margin: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn:focus,
.btn:active {
	outline: none;
	box-shadow: none;
}
.btn.btn-lg {
	padding: 17px 12px;
	font-size: 18px;
	min-width: 210px;
}

/* Dark Buttons */
.btn-dark {
	color: #f1f1f1;
	background-color: #333333;
	border-color: #333333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
	color: #ffffff;
	background-color: #666;
	border-color: #666;
}
.default-bg .btn-default {
	background-color: rgba(0, 0, 0, 0.3);
	border-color: transparent;
}
.default-bg .btn-default:hover,
.default-bg .btn-default:focus,
.default-bg .btn-default:active,
.default-bg .btn-default.active,
.default-bg .open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: transparent;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #cd3c2e;
	border-color: #cd3c2e;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Links
---------------------------------- */
.link {
	padding-right: 23px;
	position: relative;
	display: inline-block;
	text-align: right;
}
.link:hover {
	text-decoration: none;
}
.link:hover span {
	text-decoration: underline;
}
.link:after {
	content: "\f178";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 2px;
}
div.hidden-link {
	cursor: pointer; /*-указатель в виде пальца-*/
}
span.hidden-link {
	color: #3d78d8; /*-цвет ссылки-*/
	cursor: pointer; /*-указатель в виде пальца-*/
}
span.hidden-link:hover {
	text-decoration: underline; /*-подчеркивание-*/
}
.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 42px !important;
	top: 0;
}

/* Validation states */
.has-success .form-control,
.has-success .form-control:focus {
	border-color: #3c763d;
}
.has-warning .form-control,
.has-warning .form-control:focus {
	border-color: #8a6d3b;
}
.has-error .form-control,
.has-error .form-control:focus {
	border-color: #a94442;
}
.default-bg .has-success .form-control,
.default-bg .has-warning .form-control,
.default-bg .has-error .form-control,
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
	border-color: #fff;
	color: #ffffff;
}
.default-bg .has-success .form-control-feedback,
.default-bg .has-warning .form-control-feedback,
.default-bg .has-error .form-control-feedback,
.default-bg .has-success .control-label,
.default-bg .has-warning .control-label,
.default-bg .has-error .control-label {
	color: #fff;
}
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .error {
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}
/* Breadcrumb
---------------------------------- */
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 13px;
	padding: 8px 0;
}
/* Nav pills
---------------------------------- */
.nav-pills > li > a {
	border-radius: 0;
	padding: 10px 15px;
	border: 1px solid transparent;
	color: #666666;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
.nav-pills.nav-stacked > li + li {
	margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border: 1px solid #f3f3f3;
	color: #e84c3d;
	background-color: #fafafa;
}
.nav-pills.nav-stacked > li > a:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 9px;
	color: #d1d1d1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:after {
	color: #e84c3d;
}
.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
	color: #e84c3d;
	right: 10px;
}
.footer-content .nav-pills > li > a {
	padding: 4px 0px;
	border-color: transparent;
	color: #999;
	font-weight: 400;
}
.footer-content .nav-pills > li:last-child > a {
	border-bottom: none;
}
.footer-content .nav-pills > li.active > a,
.footer-content .nav-pills > li.active > a:focus,
.footer-content .nav-pills > li > a:focus {
	color: #999;
	background-color: transparent;
	border-color: transparent;
}
.footer-content .nav-pills > li.active > a:hover,
.footer-content .nav-pills > li > a:hover {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.footer-content .nav-pills.nav-stacked > li > a:after {
	top: 3px;
}
.footer-content .nav-pills.nav-stacked > li > a:after,
.footer-content .nav-pills > li.active > a:after,
.footer-content .nav-pills > li.active > a:hover:after,
.footer-content .nav-pills > li.active > a:focus:after,
.footer-content .nav-pills > li > a:hover:after,
.footer-content .nav-pills > li > a:focus:after {
	color: #999
}
/* Modals
---------------------------------- */
.modal-open .page-wrapper {
	-webkit-filter: blur(3px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-content .modal-header {
	background-color: #f3f3f3;
	border-bottom: 2px solid #3d78d8;
}
.modal-content .modal-title {
	font-size: 24px;
	color: #111;
}
.modal-footer .btn {
	margin: 0;
}
.close {
	font-size: 28px;
	font-weight: normal;
	filter: alpha(opacity = 40);
	opacity: 0.4;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}
/* Responsive iframe
---------------------------------- */
.tp-caption .embed-responsive {
	overflow: visible;
}
iframe {
	border:0;
}
/* Audio wrapper
---------------------------------- */
.audio-wrapper iframe {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
/* Scroll Spy
---------------------------------- */
.scroll-spy {
	position: relative;
}
/*  Navigations
----------------------------------------------------------------------------- */
/* first level menu */
.navbar.navbar-default {
	border-radius: 0;
	margin: 12px 0 5px;
	background-color: #fafafa;
	border-color: #f1f1f1;
}
.header-small .navbar.navbar-default {
	margin: 6px 0 5px;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	/*color: #e1e1e1;*/
	color: #666666;
	font-size: 18px;
	padding: 12px 5px 12px 5px;
	z-index: 102;
	border: 1px solid transparent;
	bottom: -1px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.navbar-default .navbar-nav > li > a:last-child {
	padding: 12px 20px 12px 5px;
}
.navbar-default.new .navbar-nav > li > a {
	padding: 12px 5px 12px 5px;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* second level menu */
.dropdown-menu {
	min-width: 280px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 20px;
	margin-top: 6px;
	background-color: #fafafa;
	color: #666666;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #484848;
	z-index: 103;
}

/* second level menu items */
.dropdown-menu > li > a {
	padding: 12px 20px;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.main-navigation .dropdown-menu > li > a {
	position: relative;
}

/* arrows for parent menu items */
.dropdown>a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	left: auto;
	top: 15px;
	right: 6px;
	line-height: 1;
	color: #d1d1d1;
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border-color: #ccc;
}

/*Dark Navigation*/
.dark.header .navbar.navbar-default {
	background-color: #27272A;
	border-color: #1f1f1f;
}
/* Dark navigation first level menu items */
.dark.header .navbar-default .navbar-nav > li > a {
	color: #e1e1e1;
}
/*Dark navigation second level menu items*/
/*.dark.header .dropdown-menu {
	background-color: #27272a;
	border: 1px solid #484848;
}*/

/* Dark navigation arrows for parent menu items */
.dark.header .dropdown>a:before {
	color: #e1e1e1;
}
.dark.header .navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #ffffff;
}
/* Dark navigation mobile menu toggle button */
.dark.header .navbar-default .navbar-toggle {
	border-color: #666666;
	background-color: transparent;
}

@media (min-width:768px) {
	.main-navigation .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	/* first level menu */
	.navbar.navbar-default,
	.dark.header .navbar.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
	/*--- layout fixes--- */
	.main-navigation .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	/* first level menu item */
	.main-navigation .navbar-nav > li {
		margin: 0 0 0 15px;
	}
	.main-navigation .navbar-nav > li:first-child {
		margin: 0;
	}
	.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
		left: -293px;
		width: 1140px;
	}
}
@media (min-width: 1200px) {
	.full-width-section {
		position: relative;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.full-image-container {
		width: 50%;
		display: table-cell;
	}
	.full-text-container {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		padding: 0 50px;
		position: static;
	}
	.full-text-container * {
		max-width: 700px;
	}
	.full-text-container.left {
		text-align: right;
	}
	.full-text-container.left * {
		margin-left: auto;
	}
	.full-text-container p {
		margin-bottom: 10px;
	}
}
/* Mobile menu*/
@media (max-width:767px) {
	/* Arrows for parent menu items */
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}
	.dark.header .navbar-default .navbar-collapse,
	.dark.header .navbar-default .navbar-form {
		border-color: #1f1f1f;
	}
	.dark.header .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #3c3c3e;
	}
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar {
	margin: 0;
	min-height: 0;
	background: transparent;
	border-color: transparent;
}
.subfooter .navbar-default .nav > li > a {
	padding: 10px 10px;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}
.subfooter .navbar-default .nav li:last-child a,
.light .subfooter .navbar-default .nav > li:last-child > a {
	border: none;
}
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #3d78d8;
}
@media (max-width: 767px) {
	.subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #333;
	}
}
@media (min-width:768px) {
	.subfooter .navbar-nav {
		float: none;
		margin: 15px 0;
		text-align: center;
	}
	.subfooter .navbar-nav > li {
		float: none;
		padding: 5px 0;
	}
	.subfooter .navbar-default .nav > li > a {
		padding: 0px 10px;
	}
}
@media (min-width:992px) {
	.subfooter {
		text-align: left;
	}
	.subfooter .navbar-nav {
		float: right;
		margin: 0;
		text-align: left;
	}
	.subfooter .navbar-nav > li {
		float: left;
		padding: 0;
		margin-top: 4px;
	}
	.subfooter .navbar-default .nav > li > a {
		border-right: 1px solid #333333;
	}
	.light .subfooter .navbar-default .nav > li > a {
		border-right: 1px solid #999999;
	}
}

/*  Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo
---------------------------------- */
.logo img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.logo img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.main-container .logo img {
	margin: 0 auto;
}
/*.header-small .logo img {
	max-height: 40px;
	margin: 2px 0 -4px 0;
}*/
.text-center .logo img {
	margin: 0 auto;
}
.logo-footer {
	margin: 25px 0 20px;
}
#logo-footer {
	width: 150px;
	max-width: 100%;
}
@media (max-width:991px) {
	.logo img,
	.header-small .logo img {
		margin: 0 auto;
	}
}

/* Social icons block
---------------------------------- */
.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 40px 0 20px 0;
}
.social-links li {
	display: inline-block;
	margin: 0 2px 2px 0;
}
.social-links li a, .social-links li span.hidden-link {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 20px;
	background: #e84c3d;
	border: 1px solid #e84c3d;
	color: #fff;
}
.social-links.circle li a, .social-links.circle li span.hidden-link {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.social-links li a i, .social-links li span.hidden-link i {
	line-height: 44px;
}
.footer-content .social-links {
	margin: 20px 0;
}
.footer-content .social-links li {
	margin: 0 5px 5px 0;
}
.footer-content .social-links li a, .footer-content .social-links li span.hidden-link  {
	color: #666;
	background-color: transparent;
	border-color: #666;
}
.social-links li.twitter a:hover,
.colored.social-links li.twitter a,
.social-links li.twitter span.hidden-link:hover,
.colored.social-links li.twitter span.hidden-link {
	background-color: #55acee;
	border-color: #55acee;
	color: #fff;
}
.social-links li.skype a:hover,
.colored.social-links li.skype a,
.social-links li.skype span.hidden-link:hover,
.colored.social-links li.skype span.hidden-link {
	background-color: #00aff0;
	border-color: #00aff0;
	color: #fff;
}
.social-links li.youtube a:hover,
.colored.social-links li.youtube a,
.social-links li.youtube span.hidden-link:hover,
.colored.social-links li.youtube span.hidden-link {
	background-color: #b31217;
	border-color: #b31217;
	color: #fff;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #3d78d8;
	z-index: 1005;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scrollToTop i {
	line-height: 50px;
	font-size: 24px;
}
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.scrollToTop i {
		line-height: 40px;
		font-size: 20px;
	}
}
/*----custom.css-----*/
.invisible {
	display: none;
	position: absolute;
}
.margin-index {
	margin-top: 25px;
}
/*-------nav-bar-------*/
.link-nav:hover {
	color: #fff !important;
}
#logo-header-nav {
	padding-top: 4px;
}
.logo img {
	max-width: 150px;
}
.login-form .btn {
	width: 100%
}
.animated.header-small .logo img {
	max-height: 40px;
	margin: 0 !important;
}
.header-small .logo img {
	max-height: 40px;
	margin: 6.5px 0 -4px 0;
}
.header-dropdown{
	display:block;
	float:left;
	text-align:left;
	margin:12px 0 11px;
	color: #cdcdcd;
}
/*.header-dropdown .dropdown-menu, .dark .header-dropdown .dropdown-menu {
    background-color: #fafafa;
		color: #666666;
}*/
.header-dropdown .dropdown-menu a, .dark .header-dropdown .dropdown-menu a{
    color: #3d78d8;
}
/*.header .header-dropdown .dropdown-menu {
	margin-top: 6px;
}*/
.header-dropdown .dropdown>button, .header-dropdown .dropdown>a {
    margin: 0;
    font-size: 18px;
    color: #e1e1e1;
    padding: 6px 10px 6px 5px;
    text-align: center;
    min-width: 0;
    background-color: transparent;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none;
}
.header-dropdown .dropdown>a:before{
	content:"";
}
.header-dropdown .dropdown:first-child{
	border-right: 1px solid #fff;
}
.gray-bg .form-control,
.header-top-dropdown .form-control,
.header-dropdown .form-control,
#footer.light .form-control {
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	border-color: #f1f1f1;
	background-color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 991px) {
	.header-dropdown i{
		display:none;
	}
	.navbar-default .navbar-nav > li > a, .header-dropdown .dropdown>button, .header-dropdown .dropdown>a {
	    font-size: 16px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.header-dropdown{
		float:none;
		text-align:center;
		margin:12px 0 11px;
	}
	.main-navigation .navbar-nav {
		display: inline-block;
		float: none !important;
	}

	#navbar-collapse-1 {
		text-align: center;
	}
}
@media (max-width: 767px){
	.header-dropdown{
		float:none;
		text-align:center;
		margin:12px 0 11px;
	}
	.header-dropdown .dropdown-menu{
		/*left: 0px!important;*/
		width: 100%;
	}
	.main-navigation .navbar-nav {
		display: inline-block;
		float: none !important;
	}
}
@media (max-width: 1199px) and (min-width: 991px) {
	.header-dropdown i{
		display:none;
	}
	.navbar-default .navbar-nav > li > a, .header-dropdown .dropdown>button, .header-dropdown .dropdown>a {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.header-small .logo img {
		margin: 0 auto !important;
	}
}
/*--footer--*/
.footer-content-list {
	padding-top: 21px;
}
.footer-content-list:last-child {
	padding-top: 13px;
}
.footer-content__link{
	cursor: pointer;
}
.footer_img-skin{
	max-width: 100%;
	max-height: 100%;
}
.footer__app-store{
	margin-bottom: 10px;
	border-radius: 10px;
}
.footer__google{
	border-radius: 10px;
}
.logo-footer{
	margin-bottom: 10px;
}
/*.navbar-default.new .navbar-nav > li > a {
	padding: 12px 5px 12px 5px;
}*/
.navbar-default.new  .navbar-nav> li:last-child  > a {
	padding: 12px 20px 12px 5px;
}
.navbar-toggle {
    float: left;
    margin-left: 15px;
}
a, .text-default {
	color: #3d78d8;
}
a:hover,
a:focus {
	color: #2c5fb3;
}
/*button*/
.btn-default {
	background-color: #3d78d8;
	color: #fff !important;
	border-color: #2c5fb3;
	border-radius:10px;
	text-transform: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #2c5fb3;
	border-color: #2c5fb3;
}
.btn-default:hover {
	outline: none;
	box-shadow: none;
	background: #ff9728;
	border-color: #ff9728
}
.btn-default.disabled,
.btn.btn-default[disabled],
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #2c5fb3;
	border-color: #2c5fb3;
}
/* Nav pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border: 1px solid #f3f3f3;
	color: #3d78d8;
	background-color: #fafafa;
}
.nav-pills > li.active > a:after {
	color: #3d78d8;
}
.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
	color: #3d78d8;
}
.light .footer-content .nav-pills > li.active > a:hover,
.light .footer-content .nav-pills > li > a:hover {
	color: #2c5fb3;
}
.nav-pills > .active > a > .badge {
	color: #2c5fb3;
	background-color: #fff;
	border-color: #2c5fb3;
}
.default-bg {
	background-color: #3d78d8;
	color: #ffffff;
}
/*.modal-content .modal-header{
	background-color:#f3f3f3;
	border-bottom:2px solid #3d78d8!important
}*/
.box.default-bg:hover {
	background-color: #fff;
	border: 1px solid #3d78d8;
}
.box.default-bg:hover * {
	color: #3d78d8;
}
.text-primary {
	color: #3d78d8;
}
.p-0{
	padding: 0 !important;
}
.dropdown-menu img{
	display: inline-block;
}
.dark.header .navbar-default .navbar-nav > li.open > a{
	border: 1px solid #3b3b3b;
	background-color: #28292d;
}
.dark.header .dropdown-menu.dropdown-menu-lang{
	background-color: #28292d;
	border: 1px solid #3b3b3b;
	min-width: 150px
}
.dark.header .dropdown-menu.dropdown-menu-lang > li > a{
	border-bottom: 1px solid #3b3b3b;
	color: #e1e1e1;
}
.dropdown-menu.dropdown-menu-lang>li>a:focus, .dropdown-menu.dropdown-menu-lang>li>a:hover {
	text-decoration: none;
	background-color: #1a1a1a;
}
img.img-lang{
	display: inline;
	height: 20px;
	width: auto;
	margin-right: 5px;

}