.footer-bottom a {
	 color: #f39c12;
 }
.footer-top .training-con ul li a {
	padding-right: 10px;
	color: #f39c12;
	display: inherit;
}

.footer-top .nav > li > a {
	position: relative;
	display: block;
	padding: 0px 15px;
}

.footer-top ul.nav li > a:hover {
	background-color: transparent;
}

header .main-header .main-menus nav .mamnu li.active > a {
	background: #f39c12;
	-webkit-clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
	clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
}

.contact-area .form-area form fieldset .feld input[type="checkbox"] {
	width: initial !important;
	border: 1px solid #e1e1e1;
	padding: 0 !important;
	height: 18px !important;
	transition: all 0.3s;
}

.contact-area .form-area form fieldset .feld select {
	height: 50px !important;
	width: initial !important;
}

.contact-area .form-area form fieldset .feld span {
	position: relative !important;
	right: 0 !important;
	top: 0;
	line-height: 36px !important;
	height: 50px !important;
	color: #797979;
	transition: all 0.3s;
}

div.required label.control-label:after {
	content: ' *';
	color: #d64635;
}

.overlay-context {
	position: relative; }

.overlay-wrapper {
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(255, 255, 255, 0.5);
	text-align: center; }
.overlay-wrapper:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle; }
.overlay-wrapper .overlay-body {
	padding-left: 2em;
	display: inline-block;
	position: relative;
	text-align: left; }
.overlay-wrapper .overlay-body:before {
	content: '\f110';
	font-family: 'FontAwesome';
	font-size: 1.8em;
	display: block;
	-webkit-animation: fa-spin 1s infinite steps(10);
	-moz-animation: fa-spin 1s infinite steps(10);
	-o-animation: fa-spin 1s infinite steps(10);
	animation: fa-spin 1s infinite steps(10);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px; }

body.overlay-context > .overlay-wrapper {
	position: fixed;
	z-index: 1000005;
	background: rgba(54, 65, 80, 0.4); }


.login_form_wrapper .help-block {
	width: auto;
	text-align: inherit;
}

.alert {
	position: relative;
	padding: 1em;
	margin: 0;
	border-radius: 0;
	line-height: normal; }
.alert > .close {
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em; }
.alert.alert-icon {
	padding-left: 3.5em;
	padding-right: 2.5em; }
.alert.alert-icon:before {
	font-family: 'FontAwesome';
	font-size: 4em;
	position: absolute;
	left: 0.25em;
	top: 50%;
	margin-top: -0.5em;
	opacity: 0.5; }

body > .alert {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	padding: 2.1875em;
	text-align: center; }
body > .alert > .close {
	right: 0.5em;
	margin-top: -0.5em;
	font-size: 2em; }
body > .alert.alert-icon {
	padding-left: 5.625em;
	padding-right: 3em; }

.alert-info {
	color: #ffffff;
	background-color: rgba(34, 209, 210, 0.98);
	border-color: #22d1d2; }
.alert-info.alert-icon:before {
	content: "";
	color: #ffffff; }

.alert-success {
	color: #ffffff;
	background-color: rgba(138, 206, 86, 0.98);
	border-color: #8ace56; }
.alert-success.alert-icon:before {
	content: "";
	color: #ffffff; }

.alert-warning {
	color: #ffffff;
	background-color: rgba(241, 187, 21, 0.98);
	border-color: #f1bb15; }
.alert-warning.alert-icon:before {
	content: "";
	color: #ffffff; }

.alert-danger {
	color: #ffffff;
	background-color: rgba(245, 80, 96, 0.98);
	border-color: #f55060; }
.alert-danger.alert-icon:before {
	content: "";
	color: #ffffff; }

.videos-area {
	position: relative;
	z-index: 999;
	display: block;
}
.videos-area .video-popups {
	display: block;
	margin: 0 0 45px;
}
.videos-area .video-popups a {
	display: inline-block;
	height: 115px;
	line-height: 115px;
	color: #fff;
	background: transparent;
	position: relative;
	padding: 0 50px;
	border: 2px solid #878244;
	font-size: 30px;
	-webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
	transition: all 0.3s;
}
.videos-area .video-popups a:after {
	content: '';
	position: absolute;
	left: 12px;
	top: -3px;
	bottom: -3px;
	width: 2px;
	background: #878244;
	transform: rotate(13deg);
	transition: all 0.3s;
}
.videos-area .video-popups a:before {
	content: '';
	position: absolute;
	right: 12px;
	top: -3px;
	bottom: -3px;
	width: 2px;
	background: #878244;
	transform: rotate(13deg);
	transition: all 0.3s;
}
.videos-area .video-popups a:hover {
	-webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
	clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
}
.videos-area .video-popups a:hover:after {
	content: '';
	position: absolute;
	left: 12px;
	top: -3px;
	bottom: -3px;
	width: 2px;
	background: #878244;
	transform: rotate(-13deg);
	transition: all 0.3s;
}
.videos-area .video-popups a:hover:before {
	content: '';
	position: absolute;
	right: 12px;
	top: -3px;
	bottom: -3px;
	width: 2px;
	background: #878244;
	transform: rotate(-13deg);
	transition: all 0.3s;
}

.dropdown-menu {
	display: initial;
	background: transparent;
}

.mean-container .mean-nav .dropdown-menu {
	float: left;
	width: 100%;
	background: #0c1923;
}

.breadcumb-area .breadcumb .content-home {
	line-height: 70px;
	height: auto;
	position: relative;
	z-index: 999;
}

.map-conts {
	max-width: 480px;
}

/* Share */
.social-share-section {
	/*border-top: 1px solid #ddd;*/
}

.social-share-section .social-share-section__title {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 15px;
}
.social-share-section .btn {
	padding: 10px;
}

.img-ratio {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 56%;
}

.article-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.mobilemenu .dropdown .caret {
	display: none !important;
}