@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Hind:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');
@font-face {
	font-family: "Flaticon";
	src: url('../fonts/flaticon/Flaticon.eot');
	src: url('../fonts/flaticon/Flaticon.eot?#iefix') format("embedded-opentype"), url('../fonts/flaticon/Flaticon.woff') format("woff"), url('../fonts/flaticon/Flaticon.ttf') format("truetype"), url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* Global styles */


/* TOP AND HEADER */

#sp-header {
	height: unset;
	left: 0;
	position: relative;
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
}
#sp-header.header-sticky {
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	background: #2b2020;
}
 @-webkit-keyframes menu_sticky {
 0% {
margin-top:-150px;
}
 50% {
margin-top: -130px;
}
 100% {
margin-top: 0;
}
}
@keyframes menu_sticky {
 0% {
margin-top:-150px;
}
 50% {
margin-top: -130px;
}
 100% {
margin-top: 0;
}
}
body {
	font-family: "Montserrat", sans-serif;
	color: #2a3666;
	font-size: 16px;
	line-height: 1.5;
}
ol.square {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 0 45px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
ol.square li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
}
ol.square li:before {
	content: counter(num);
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -38px;
	width: 28px;
	height: 28px;
	background: #FFC31D;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
}
.simplecallback-133 {
	display: block;
	width: 100%;
	height: 47px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #555555;
	background-color: #f6f6f6;
	border: 1px solid #eee;
	background-image: none;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.social {
	margin: 0px !important;
}
.top-bar {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
/* PAGE TITLE */

.sp-page-title {
	display: flex;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 40px 0px;
}
.sp-page-title .sp-page-title-heading {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.sp-page-title .sp-page-title-sub-heading {
	line-height: 26px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	text-align: center;
	max-width: 600px;
}
.sp-page-title .breadcrumb {
	display: flex;
	float: left;
	background: #fff;
	box-shadow: 0 2px 2px #e6e6e6;
	bottom: 0;
	margin: 0;
	border-radius: 0;
	width: 100%;
	left: 0;
	overflow: hidden;
	padding: 18px 14% 15px;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	list-style: none;
	font-size: 16px;
	color: #2a3666;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li a {
	position: relative;
	display: inline-block;
	font-weight: bold;
	color: #2a3666;
	font-size: 16px;
}
.sp-page-title .breadcrumbs a::before, .breadcrumbs a::after {
	position: absolute;
	content: "";
	height: 21px;
	width: 1px;
	right: 0;
	background: #e2e2e2;
}
.sp-page-title .breadcrumb > li > a:hover {
	text-decoration: underline;
}
.sp-page-title .breadcrumb > .active {
	color: #2a3666;
	text-decoration: none;
	font-weight: normal;
}
/* */
/* 2.15. PRICING TABLE */
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;/* -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%); *//* box-shadow: 0 1px 1px rgb(0 0 0 / 5%); */
}
.panel a {
	text-decoration: none;
}
.panel-pricing h3 {
	color: #2a3666;
}
.panel-pricing {
	border-color: #ccc;
	text-align: center;
	margin-bottom: 40px;
	background-color: #f6f6f6;
	border-radius: 0;
}
.panel-pricing.best .price {
	background-color: #2a3666;
	color: #ffffff;
}
.panel-pricing .price {
	padding: 15px 0;
	font-size: 80px;
	background-color: #FFC31D;
	font-size: 36px;
	color: #222222;
	font-weight: 700;
}
.panel-pricing .price sup {
	font-size: 32px;
	margin-right: 15px;
	top: 0;
	font-weight: 400;
}
.panel-pricing .price small {
	font-size: 20px;
	margin-left: 0px;
}
.panel-pricing h3, .panel-pricing .jumbo-heading h2, .jumbo-heading .panel-pricing h2, .panel-pricing .jumbo-heading .banner-page .title-page, .jumbo-heading .banner-page .panel-pricing .title-page, .panel-pricing .banner-page .jumbo-heading .title-page, .banner-page .jumbo-heading .panel-pricing .title-page {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	padding-top: 10px;
}
.panel-pricing > .panel-heading {
	color: #666666;
	border-color: #eee;
	padding: 0px 0px;
}
.panel-pricing .table > tbody > tr > td, .panel-pricing .table > tfoot > tr > td {
	padding: 8px 0;
	vertical-align: top;
	border-top: none;
}
.panel-pricing .table {
	margin-bottom: 0;
}
.panel-pricing .panel-body {
	padding: 10px;
	text-align: center;
}
.panel-pricing .panel-body table, .panel-pricing .panel-body th {
	border: 0;
	text-align: center;
}
.panel-pricing .panel-body td {
	text-align: left;
	border: 0;
}
.panel-pricing .panel-footer {
	padding: 30px 0;
	border-top: 0;
}
.main-title {
	background: url(../images/banner_page.jpg) bottom center no-repeat;
	height: 150px;
}
.date {
	margin-bottom: 10px;
}
.intext-form-cloud {
	padding: 30px 30px;
	background: #005EB8;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 0px;
}
/* 17 .single-blog-post styles */
.single-blog-post .content-box {
	margin-top: 28px;
}
.content-box {
	margin-top: 12px;
	min-height: 100px;
}
.single-blog-post .img-box {
	position: relative;
	text-align: center;
}
.single-blog-post .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(235,83,16, .75);
	transform: scale(0);
	transition: all .5s ease;
}
.single-blog-post:hover .img-box .overlay {
	transform: scale(1);
}
.single-blog-post .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-blog-post .img-box .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-blog-post .img-box .overlay .box .content ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.single-blog-post .img-box .overlay .box .content ul li {
	display: inline-block;
	list-style: none;
}
.single-blog-post .img-box .overlay .box .content ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: #fff;
	color: #f14b05;
	border: 1px solid #fff;
	line-height: 38px;
	font-size: 18px;
	border-radius: 50%;
	transition: all .3s ease;
}
.single-blog-post .img-box .overlay .box .content ul li a:hover {
	background: #f14b05;
	border-color: #fff;
	color: #fff;
}
.single-blog-post .content-box .content {
	display: table-cell;
	vertical-align: top;
}
.content-box .content {
	display: table-cell;
	vertical-align: top;
}
.single-blog-post .content-box .date-box-2 {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.single-blog-post .content-box .date-box {
	padding-right: 25px;
}
.content-box .date-box {
	padding-right: 25px;
}
.single-blog-post .content-box .date-box .inner {
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.content-box .date-box .inner {
	width: 95px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.single-blog-post .content-box .date-box-2 .inner {
	width: 95px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.single-blog-post .content-box .date-box .inner .date {
	background: #FFC31D;
	padding: 15px 5px;
}
.content-box .date-box .inner .date {
	background: #FFC31D;
	padding: 15px 5px;
}
.content-box .date-box .inner .date-index {
	background: #FFC31D;
	padding: 15px 5px;
}
.content-box .date-box-2 .inner .date {
	background: #FFC31D;
	padding: 15px 5px;
}
.single-blog-post .content-box .date-box .inner .date b {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}
.content-box .date-box .inner .date-index b {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}
.content-box .date-box .inner .date b {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}
.single-blog-post .content-box .date-box .inner .date {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 18px;
}
.single-blog-post .content-box .date-box {
	display: table-row;
	vertical-align: top;
}
.content-box .date-box {
	display: table-cell;
	vertical-align: top;
}
.content-box .date-box .inner .date {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 18px;
}
.content-box .date-box .inner .date-index {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 18px;
}
.single-blog-post .content-box .date-box .comment {
	font-size: 20px;
	color: #202A30;
	line-height: 17px;
	font-weight: 500;
	padding: 16px 0;
	border: 1px solid #E6E6E6;
	border-top: 0px;
}
.single-blog-post .content-box .date-box .comment i:before {
	color: #374045;
	font-size: 16px;
}
/* Отображенеи видео */
.video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
/* Конец блока видео */

span.link-edit-article {
	display: none;
}
.sec-padding-0 {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 14px rgb(11 31 53 / 15%);
	margin-bottom: 30px;
	padding: 20px;
	display: block;
}
.sec-padding-2 {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 14px rgb(11 31 53 / 15%);
	margin-bottom: 30px;
	padding: 20px;
	display: block;
}
.widget-title {
	font-size: 24px;
	font-weight: 700;
	color: #2a3666;
	margin-top: 21px;
	margin-bottom: 45px;
	position: relative;
}
.single-blog-post .content-box .content a {
	color: #005EB8 !important;
}
.widget.tags a {
	display: inline-block;
	vertical-align: top;
	padding: 5px 8px 6px;
	font-size: 13px !important;
	color: #005EB8 !important;
	border: 1px solid #ccc;
	margin: 0 6px 7px 0;
	text-decoration: none !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.attention {
	overflow: hidden;
	border-left: 0 solid #2377b6;
	padding: 20px 30px 20px 105px;
	background: url(../images/attention-icon-min.png) 30px 50% #e3f3ff no-repeat;
	border-radius: 3px;
	position: relative;
	margin: 20px 0px;
	background-size: 50px;
}
.attention-3 {
	overflow: hidden;
	padding: 20px 30px 20px 105px;
	background: url(../images/attention-icon-2.png) 30px 50% rgb(255, 250, 230) no-repeat;
	border-radius: 3px;
	position: relative;
	background-size: 50px;
	margin: 20px 0px;
}
.attention-2 {
	overflow: hidden;
	padding: 20px;
	background: #e3f3ff;
	border-radius: 3px;
	position: relative;
	background-size: 50px;
	color: #2a3666;
}
.attention-green {
	overflow: hidden;
	padding: 20px 30px 20px 105px;
	background: url(../images/attention-icon-3.png) 30px 50% rgb(204, 255, 204) no-repeat;
	border-radius: 3px;
	position: relative;
	margin: 20px 0px;
	background-size: 50px;
}
.vosklic {
	display: inline-block;
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding: 20px 20px 20px 90px;
	margin: 10px 0px;
	background: url(../images/vosklic.png) 30px 50% rgb(233, 242, 255) no-repeat;
}
.inform {
	display: inline-block;
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding: 20px 20px 20px 90px;
	margin: 10px 0px;
	background: url(../images/inform.png) 30px 50% rgb(233, 242, 255) no-repeat;
}
.lampochka {
	display: inline-block;
	background-image: url(../images/lampochka.png);
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin: 10px 0px;
}
/* Таблица с ценами */
.priceTable {
	border-spacing: 2px;
	margin: 2px;
	width: 99%;
}
.priceTable th {
	background-color: #2a3666;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	padding: 10px 4px;
	font-weight: 700;
	text-transform: uppercase;
}
.priceTable td {
	font-size: 16px;
	color: #555;
	line-height: 20px;
	padding: 5px;
}
.priceTable td+td {
	text-align: center;
}
.priceTable th + th {
	border-left: 1px solid #FFF;
}
.priceTable tr:nth-child(2n+1) td {
	background-color: #f2f2f2;
}
/* Конец таблицы с ценами */


.widget-telegram .tg-link {
	width: 340px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 20px 25px;
	font-size: 15px;
	line-height: 20px;
	border-radius: 5px;
	background: #005EB8;
	text-align: center;
}
.widget-telegram .tg-link .tg-btn {
	display: block;
	margin: 20px 0 10px 0;
	padding: 15px 18px;
	line-height: 1;
	background: #FFC31D;
	color: #2a3666;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}
/* Блок 3 картинки и серый фон с вылезанием на главной **/
.feature-box-7 {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.feature-box-7 .media {
	width: 100%;
}
.feature-box-7 .body {
	/*	top: 20px;
*/	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(34, 34, 34, 0.8);
	padding: 15px;
	/*    height: 100%;*/ 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(65%);
	transform: translateY(65%);
}
.feature-box-7 .body .info-box .text {
	color: #fff;
}
.feature-box-7 .body .info-box .title {
	color: #fff;
	font-size: 14px;
	margin-bottom: 50px;
}
.clearfix {
	display: inline-block;
	clear: both;
	width: 100%;
}
.info-box p {
	font-size: 14px;
}
a.btn_service {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 25px;
	margin: 15px auto;
	outline: none;
	border: 1px solid #666;
	border-radius: 15px;
	height: 46px;
	line-height: 46px;
	font-weight: 600;
	text-decoration: none;
	color: #2a3666;
	background-color: #FFC31D;
	box-shadow: 0 4px 6px rgb(65 132 144 / 30%), 0 1px 3px rgb(0 0 0 / 8%);
	cursor: pointer;
	user-select: none;
	appearance: none;
	touch-action: manipulation;
	vertical-align: top;
	transition: box-shadow 0.2s;
	text-transform: uppercase;
}
a.general {
	color: #2a3666;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
}
.feature-box-7 .body .info-box .title:after {
	content: '';
	height: 2px;
	width: 30px;
	display: block;
	margin: 7% 0;
	background: #fde428;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	-moz-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	-o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.feature-box-7:hover .body {
	transform: translateY(0%);
}
.feature-box-7:hover .body .title:after {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.feature-box-7 .media {
	width: 100%;
}
.feature-box-7 p {
	color: #fff;
}
/* Конец блока **/

.banner {
	display: block;
	text-align: center;
	margin: 20px auto;
}
.section-heading.white {
	color: #ffffff;
}
.feature-box-8.light .body p {
	color: #ffffff;
	text-align: justify;
}
.feature-box-8.light .body .title {
	color: #ffffff;
	text-decoration: underline;
	min-height: 54px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2px;
	display: block;
}
.parallax-section {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background: url(../images/israile-1.jpg) bottom center no-repeat;
}
.parallax-section:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: #005EB8;
	opacity: .9;
}
.box-child-2 {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
.box-direct {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.box-child, .box-child-2, .box-child-3 {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	border: 1px solid #dbdee1;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 14px rgb(11 31 53 / 15%);
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin-bottom: 30px;
}
.box-child {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	border: 1px solid #dbdee1;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 14px rgb(11 31 53 / 15%);
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin-bottom: 30px;
}
.box-child-2 {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	border: 1px solid #dbdee1;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 14px rgb(11 31 53 / 15%);
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin-bottom: 30px;
}
.box-child .thumb {
	position: relative;
	color: #ffc31d;
	font-size: 50px;
	font-weight: bold;
	padding-left: 20px;
}
.box-child .causes-details {
	padding: 10px 20px;
}
.box-child p {
	text-align: left;
}
.box-child-2 .thumb {
	position: relative;
	color: #ffc31d;
	font-size: 50px;
	font-weight: bold;
	padding-left: 20px;
}
.box-child-2 .causes-details {
	padding: 10px 20px;
}
.box-child-2 p {
	text-align: left;
}
.feature-box-8.light {
	position: relative;
	padding-bottom: 20px;
}
.section-heading::after {
	content: '';
	display: block;
	vertical-align: bottom;
	width: 30px;
	height: 6px;
	background: #FFC31D;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.sppb-addon-article a {
	text-decoration: none;
}
.widget-banner {
	display: block;
	padding: 10px 5px 5px 5px;
	border-radius: 5px;
	background: #005EB8;
	text-align: center;
}
.causes {
	border: 1px solid #dbdee1;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 14px rgb(11 31 53 / 15%);
	margin-bottom: 30px;
	min-height: 250px;
}
.causes p {
	text-align: left;
}
.causes .thumb {
	position: relative;
	color: #ffc31d;
	font-size: 50px;
	font-weight: bold;
	padding-left: 20px;
}
.causes .thumb .donate-piechart {
	bottom: -25px;
	display: table;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}
.causes .causes-details {
	padding: 0px 20px 10px 20px;
}
.causes .causes-details .title {
	margin: 0;
}
.causes .causes-details .title a {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 0 12px;
	text-transform: uppercase;
}
h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: bolder;
	font-size: 28px;
	letter-spacing: -.05em;
	color: #2a3666;
	margin: 20px 0px;
	position: relative;
	text-align: center;
}
h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: bolder;
	font-size: 24px;
	letter-spacing: -.05em;
	color: #2a3666;
	position: relative;
	text-align: center;
	margin: 20px 0px;
}
h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: -.05em;
	color: #2a3666;
	margin: 20px 0px;
	position: relative;
	text-align: center;
}
.tag-category h3 {
	margin: 0;
}
h4 {
	font-size: 16px;
	margin: 20px 0px;
	font-weight: bolder;
	color: #2a3666;
}
h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: bolder;
	font-size: 20px;
	letter-spacing: -.05em;
	color: #2a3666;
	margin: 20px 0px;
	position: relative;
	text-align: center;
}
ul {
	list-style-type: none;
}
p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #2a3666;
	margin: 0px 0px 10px 0px;
}
.intext-form-cloud p {
	color: #fff !important;
	padding: 0 0 20px 0;
}
.intext-form-cloud a {
	color: #fff !important;
}
.num {
	color: white;
	background: #FFC31D;
	display: inline-block;
	text-align: center;
	margin: 5px 10px 5px 0px;
	line-height: 28px;
	width: 28px;
	height: 28px;
	font-size: 18px;
}
ul.spisok li {
	top: 5px;
	list-style: url(../images/icon_li.png);
	background-repeat: no-repeat;
	margin: 8px 0;
	text-align: left;
	font-size: 16px;
	color: #2a3666;
}
ul.spisokold li {
	top: 5px;
	list-style: disc;
	text-align: left;
	color: #2a3666;
}
.item .text {
	position: relative;
	padding: 20px;
	padding-left: 55px;
	color: #a2a2a2;
	background: #f7f7f7;
	margin-bottom: 36px;
	line-height: 32px;
	font-size: 14px;
}
.item .text .quot {
	position: absolute;
	left: 20px;
	top: 26px;
	font-size: 20px;
	color: #FFC31D;
}
.item .text:after {
	position: absolute;
	content: '';
	border-top: 12px solid #f7f7f7;
	border-left: 10px solid #f7f7f7;
	border-right: 10px solid transparent;
	border-bottom: 12px solid transparent;
	top: 100%;
	left: 0px;
}
.item .author-info {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f4f4f4;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.item .author-info img {
	width: 55px;
	height: 55px;
	position: relative;
	top: -5px;
}
.item .author {
	color: #FFC31D;
	font-size: 16px;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 6px;
}
.item .author-title {
	color: #cd2122;
	font-size: 16px;
}
.author h4 {
	color: #FFC31D;
	display: block;
	font-weight: 700;
	font-size: 16px;
	margin: 15px auto;
}
.name-testimonials {
	color: #FFC31D;
	display: block;
	font-weight: 700;
	font-size: 16px;
	margin: 15px auto;
}
.date-testimonials {
	color: #a2a2a2;
	margin-bottom: 20px;
}
span.sppb-addon-title {
	font-family: "Montserrat", sans-serif;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: -.05em;
	color: #2a3666;
	margin: 10px 0px;
	position: relative;
	text-align: center;
}
.general a {
	color: #005EB8;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 10px;
}
.sppb-btn {
	position: relative;
	background: #2a3666;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 35px;
	border: 2px solid transparent;
	transition: all .3s ease;
	text-decoration: none;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.sppb-btn:hover {
	color: #fff;
	background: #005EB8;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
#sp-footer {
	color: #fff;
	background-color: #005EB8;
}
#sp-footer p {
	color: #fff;
}
#sp-footer ul.contact {
	padding: 0;
}
#sp-footer ul.list {
	padding: 0;
}
#sp-footer a .item {
	font-size: 16px;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	margin: 0 14px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #2a3666;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
#sp-footer .sppb-addon-title {
	font: 300 18px "Montserrat", sans-serif;
	color: #ffffff;
	text-align: left;
	line-height: 40px;
	font-weight: bolder;
	text-transform: uppercase;
	position: relative;
	margin: 0px 0px 40px 0px;
}
#sp-footer .contact li i {
	font-size: 16px;
	color: #FFC31D;
	width: 16px;
	text-align: center;
	padding-right: 18px;
}
#sp-footer .contact span {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding-right: 18px;
}
#sp-footer .sppb-addon-title:after {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #ffc31d
}
#sp-footer .sppb-addon-content .list li {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #ffffff;
}
#sp-footer .sppb-addon-content .list ul li a::before {
	content: "\f105";
	position: absolute;
	font-size: 16px;
	font-family: FontAwesome;
	left: 0px;
	top: 1px;
	width: 5px;
	height: 5px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#sp-footer a:link {
	color: #ffffff;
	text-decoration: underline;
}
#sp-footer a:hover {
	color: #ffc31d;
	text-decoration: none;
}
img {
	max-width: 100%;
	display: inline-block;
}
button {
	border: none;
	outline: none;
	box-shadow: none;
	display: block;
	padding: 0;
	background: transparent;
}
input, textarea {
	font-family: 'Opne Sans', sans-serif;
	display: block;
	font-size: 16px;
	line-height: 28px;
	outline: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-info-box h4 {
	font-family: "Montserrat", sans-serif;
	margin-right: 10px;
	color: #FFC31D;
	font-size: 18px;
	font-weight: bold;
}
.single-info-box {
	position: relative;
	top: 5px;
	display: inline-block;
	/*	border-left: 1px solid #eaeaea;
*/	padding-left: 10px;
}
.single-info-box p {
	margin: 4px 0 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2a3666;
	display: inline-block;
}
.single-info-box a {
	margin: 4px 0 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2a3666;
	display: inline-block;
	text-decoration: none;
}
.single-info-box .phone-num a {
	margin: 4px 0 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00adef;
	display: inline-block;
}
.single-info-box .e-mail a {
	margin: 4px 0 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #00adef;
	display: inline-block;
	text-decoration: underline;
}
/* TOP AND HEADER */

#sp-header {
	height: unset;
	left: 0;
	position: relative;
	top: 0;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-color: #FFC31D;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	border-bottom: 4px solid #005EB8;
}

@media (max-width: 768px) {
#sp-header {
	border-bottom: none;
}
}
#sp-header.header-sticky {
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	background: #FFC31D;
}
 @-webkit-keyframes menu_sticky {
 0% {
margin-top:-150px;
}
 50% {
margin-top: -130px;
}
 100% {
margin-top: 0;
}
}
@keyframes menu_sticky {
 0% {
margin-top:-150px;
}
 50% {
margin-top: -130px;
}
 100% {
margin-top: 0;
}
}
#sp-logo, #sp-menu {
	display: table;
	margin: auto;
}
#sp-logo .logo-image {
	height: 96px;
	width: 330px;
}
.logo-image-phone {
	height: unset;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}
.single-info-box {
	margin-bottom: 10px;
}
.logo > a {
	display: block;
	text-align: left;
}
.top-bar p {
	font-size: 14px;
	color: #2a3666;
	margin: 0;
	font-style: italic;
}
.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
	display: block;
	float: unset;
	position: relative;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 20px 15px;
	text-transform: uppercase;
	color: #2a3666;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	outline: 0;
	line-height: 1.8;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	font-family: 'Montserrat', sans-serif;
	border-right: 1px solid rgba(255, 255, 255, 0.298039);
	border-left: 1px solid rgba(255, 255, 255, 0.298039);
}
.sp-megamenu-parent > li.active > a {
	font-weight: 700;
	color: #fff !important;
	background-color: #005EB8;
}
.sp-megamenu-parent > li.menu-search > a {
	border-right: none;
}
.sp-megamenu-parent > li.consultation-btn {
	float: right;
}
.sp-megamenu-parent > li.consultation-btn > a {
	position: relative;
	background: transparent;
	font-size: 20px;
	line-height: 46px;
	font-weight: 600;
	color: #2a3666;
	border: 2px solid #e5e5e5;
	text-transform: capitalize;
	display: inline-block;
	padding: 0 38px;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	border: 0px;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 65px;
	font-size: 20px;
	font-weight: 400;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	background: transparent;
	text-decoration: none;
	display: inline-block;
	clear: both;
	position: relative;
	outline: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	border-bottom: 1px solid #FFC31D;
	padding: 12px 30px 12px 30px;
}
#offcanvas-toggler > .fa {
	color: #fff;
}

@media (max-width: 1200px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 20px 14px;
}
}
/* */

.footer-border-top {
	border-top: 4px solid #FFC31D;
}
.footer-border-bottom {
	border-bottom: 1px solid rgb(255, 255, 255);
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 #FFC31D;
	border-radius: 50%;
	display: block;
	height: 10px;
	width: 10px;
	opacity: 1;
	margin: 5px 7px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #FFC31D;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
/* */

/*.com-content #sp-main-body > .container {
	padding-top: 70px;
	padding-bottom: 70px;
}*/
.com-j2store #sp-main-body #sp-component {
	padding-top: 70px;
	padding-bottom: 70px;
}
.com-search #sp-main-body #sp-component {
	padding-top: 70px;
	padding-bottom: 70px;
}
/*.com-content #sp-component {
	padding-right: 30px;
}
.com-j2store #sp-component {
	padding-left: 30px;
}*/
/* GALLERY SINGLE */

.featherlight {
	top: 11%;
}
.featherlight .featherlight-content {
	max-height: 95%;
	max-width: 55%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: transparent none repeat scroll 0 0;
}
.sp-simpleportfolio .sp-simpleportfolio-image {
	margin-bottom: 45px;
}
.sp-simpleportfolio-image img {
	width: 100%;
}
.sp-simpleportfolio .inform-list {
	background: #f7f7f7;
	padding: 23px 20px;
}
.sp-simpleportfolio .inform-list li {
	color: #848484;
	font-size: 16px;
	line-height: 43px;
}
.sp-simpleportfolio .client-information .title {
	color: #cd2122;
	margin: 10px 0;
}
.sp-simpleportfolio .client-information .text {
	margin-bottom: 35px;
}
.sp-simpleportfolio .link .thm-btn2 {
	position: relative;
	background: #cd2122;
	font-size: 20px;
	line-height: 46px;
	font-weight: 600;
	color: #fff;
	border: 2px solid #cd2122;
	text-transform: capitalize;
	font-family: 'Crimson Text', serif;
	display: inline-block;
	padding: 0 38px;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.sp-simpleportfolio .link .thm-btn2:hover {
	background-color: #fff;
	border-color: #cd2122;
	color: #cd2122;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.sp-simpleportfolio .section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.sp-simpleportfolio .section-title::before {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eaeaea;
}
.sp-simpleportfolio .section-title h3 {
	position: relative;
	font-size: 24px;
	text-transform: capitalize;
}
.sp-simpleportfolio .section-title::after {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	width: 50px;
	height: 1px;
	background: #cd2122;
}
.sp-simpleportfolio .graph-title {
	background: #cd2122;
	color: #fff;
	font-size: 16px;
	padding: 12px 20px;
}
.sp-simpleportfolio .analysis-list li {
	font-size: 16px;
	margin: 10px 0px;
	color: #848484;
}
.sp-simpleportfolio .analysis-list li span {
	color: #cd2122;
	font-size: 14px;
	margin-right: 10px;
}
/* */

/* SIDEBAR */

.sidebar-class .sppb-row-container {
	width: 100% !important;
}
.sidebar-class.com-sppagebuilder #sp-main-body {
	margin: 0 auto;
}

@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {
	max-width: 750px;
}
}

@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {
	max-width: 970px;
}
}

@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {
	max-width: 1170px;
}
}
#sp-right, #sp-left {
	padding: 75px 0;
	position: relative;
	padding-left: 30px;
	border-left: 1px solid #f4f4f4;
}
#sp-left {
	border-left: 0px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	padding-left: 0;
	padding-right: 30px;
}
.com-content #sp-right, .com-content #sp-left {
	padding-top: 0;
	padding-bottom: 0;
}
#sp-left {
	padding-right: 30px;
}
#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0px;
	border-radius: 0px;
}
#sp-left .sp-module .form-control, #sp-right .sp-module .form-control {
	height: 54px;
	border: none;
	border: 1px solid #f1f1f1;
	padding: 0 56px 0 12px;
	color: #9e9e9e;
	border-radius: 0;
}
#sp-right .sp-module .search .sppb-btn, #sp-left .sp-module .search .sppb-btn {
	position: relative;
	background: #FFC31D !important;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	color: #ffffff !important;
	border: 0px solid #FFC31D !important;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	padding: 0 !important;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	cursor: pointer;
	border-radius: 0;
	width: 54px;
	height: 54px;
	height: 100%;
	position: absolute;
	top: 0;
	background: #FFC31D;
	right: 0;
}
.input-group > .form-control:focus {
	z-index: 0;
	box-shadow: none;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	position: relative;
	margin-bottom: 25px;
	line-height: 1.1;
	color: #2a3666;
	font-weight: 400;
	font-size: 24px;
	border: none;
	padding: 0;
}
#sp-left .sp-module ul.categories-module, #sp-right .sp-module ul.categories-module {
	margin-bottom: 50px;
	border: 1px solid #f7f7f7;
	border-left: 2px solid #cd2122;
	padding: 20px 30px;
	background: #f7f7f7;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}
#sp-left .sp-module ul.categories-module > li, #sp-right .sp-module ul.categories-module > li {
	border-bottom: 1px solid #eaeaea;
	margin: 0;
	padding-bottom: 0px;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: block;
	padding: 0;
	line-height: inherit;
}
#sp-left .sp-module ul.categories-module > li > a, #sp-right .sp-module ul.categories-module > li > a {
	font-weight: normal;
	color: #9e9e9e;
	position: relative;
	width: 100%;
	transition: .5s ease;
	line-height: 40px;
	display: block;
}
#sp-left .sp-module ul.categories-module > li > a:hover, #sp-right .sp-module ul.categories-module > li > a:hover {
	color: #cd2122;
	transition: .5s ease;
}
#sp-left .sp-module ul.latestnews > li, #sp-right .sp-module ul.latestnews > li {
	position: relative;
	font-size: 14px;
	margin-bottom: 25px;
	min-height: 50px;
	padding: 0px 0px 25px;
	color: #cccccc;
	border-bottom: 1px solid #f1f1f1;
}
#sp-left .sp-module ul.latestnews > li:last-child, #sp-right .sp-module ul.latestnews > li:last-child {
	position: relative;
	font-size: 14px;
	margin-bottom: 0;
	min-height: 50px;
	padding: 0;
	border-bottom: 0px solid #f1f1f1;
}
#sp-left .sp-module ul.latestnews > li .media img, #sp-right .sp-module ul.latestnews > li .media img {
	max-width: 90px;
}
#sp-left .sp-module ul.latestnews > li .media a, #sp-right .sp-module ul.latestnews > li .media a {
	position: relative;
	line-height: 1;
}
#sp-left .sp-module ul.latestnews > li .media a:after, #sp-right .sp-module ul.latestnews > li .media a:after {
	position: absolute;
	content: "\f0c1";
	font-family: FontAwesome;
	left: 0px;
	top: 0px;
	text-align: center;
	line-height: 70px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.63);
	color: #ffffff;
	opacity: 0;
	transition: .5s ease;
}
#sp-left .sp-module ul.latestnews > li .media-body, #sp-right .sp-module ul.latestnews > li .media-body {
	padding-left: 15px;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
	position: relative;
	transition: .5s ease;
	font-size: 20px;
	font-weight: 400;
	margin: 0px 0px 10px;
	line-height: 1;
	color: #2a3666;
}
.latestnews li a:hover h4 {
	color: #FFC31D;
}
#sp-left .sp-module ul.latestnews > li .media-body span, #sp-right .sp-module ul.latestnews > li .media-body span {
	color: #9e9e9e;
	font-size: 16px;
	display: block;
}
#sp-left .sp-module ul.latestnews > li .media-body span i, #sp-right .sp-module ul.latestnews > li .media-body span i {
	margin-right: 10px;
}
#sp-left .sp-module .tagspopular > ul > li, #sp-right .sp-module .tagspopular > ul > li {
	display: inline-block;
	margin: 0;
}
#sp-left .sp-module .tagspopular > ul > li > a, #sp-right .sp-module .tagspopular > ul > li > a {
	color: #ffffff;
	font-size: 16px;
	padding: 8px 12px;
	font-weight: 300;
	border: 1px solid #2a3666;
	margin: 0 5px 10px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	display: block;
	line-height: 25px;
	background: #005EB8;
	border-radius: 2px;
	text-align: center;
}
#sp-left .sp-module .tagspopular > ul > li > a:hover, #sp-right .sp-module .tagspopular > ul > li > a:hover {
	color: #ffffff;
	background: #FFC31D;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
/* */

/* BLOG SINGLE */

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
	position: relative;
}
.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 600px;
	height: auto;
	border: 2px solid #005EB8;
}
.article-details .article-header {
	position: relative;
}
.published {
	display: block;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	padding: 15px 10px;
	background-color: #FFC31D;
	color: #fff;
}
.published:before {
	display: none !important;
}
.article-details .article-header h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: bolder;
	font-size: 28px;
	letter-spacing: -.05em;
	color: #2a3666;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.article-details .text p {
	margin-bottom: 10px;
}
.article-details .author {
	position: relative;
	margin-top: 40px;
}
.author img {
	position: absolute;
}
.author-comment {
	margin-left: 289px;
	padding-left: 30px;
}
.author-comment .quote {
	font-size: 25px;
	color: #e9e9e9;
	margin-bottom: 7px;
	position: relative;
	top: -5px;
}
.author-comment .quote:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10d";
}
.author-comment h5 {
	margin: 16px 0 5px 0;
	font-size: 18px;
}
.author-comment p.a-title {
	color: #cd2122;
	font-size: 16px;
}
.article-details .article-info {
	color: #848484;
	font-size: 16px;
	margin-bottom: 15px;
}
.mt-3, .my-3 {
	margin-top: 0 !important;
	background: #ffffff;
	padding-top: 0;
}
.article-author-information {
	display: none;
	padding-top: 0;
	margin: 0;
	margin-top: 50px;
	border-top: 0px solid #f5f5f5;
	position: relative;
	padding: 33px 35px 30px;
	min-height: 160px;
	border: 1px solid #f4f4f4;
}
.article-author-information h5 {
	position: relative;
	margin: 0px 0px 16px;
	font-size: 20px;
	text-transform: capitalize;
	color: #2a3666;
}
.article-author-information .author-bio {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #999;
	line-height: 26px;
	font-weight: 300;
}
.lower-content .text p {
	margin-bottom: 20px;
}
.tags {
	margin: 30px 0px 0px;
	border-top: 1px solid #eaeaea;
}
.tags > li a {
	display: block;
	padding: 0;
	border-radius: 0;
	font-size: 16px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	line-height: 30px;
	text-transform: capitalize;
}
/*.tags:before {
	content: "Tags: ";
}*/
.tags > li a:after {
	content: ",";
}
.tags > li:last-child a:after {
	display: none;
}
.list-inline-item:not(:last-child) {
	margin-right: 0;
}
.tags > li a:hover {
	color: #cd2122;
}
/* */

/* J2 SHOP */

.j2store-single-product {
	background: #fff;
	margin-bottom: 15px;
	padding: 0 15px;
	padding-top: 15px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.j2store-single-product:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.j2store-product-images {
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	background: #f7f7f7;
	text-align: center;
}
.j2store-product-images img {
	-webkit-transition: .5s ease;
	transition: .5s ease;
	width: 100%;
}
.j2store-product-images .overlay {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 10px;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	top: -100%;
	background: rgba(205, 33, 34, 0.9);
}
.j2store-product-images .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}
.j2store-product-images .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.j2store-product-images .overlay .box .content .product-qty {
	display: none;
}
.j2store-product-images .overlay .box .content .sppb-btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
	padding: 12px 25px 10px;
	color: #2a3666;
	background: #fff;
	border: 0px solid #cd2122;
	transition: all 500ms ease;
	border-radius: 30px;
}
.j2store-product-images .overlay .box .content .sppb-btn:hover {
	background: #ffffff;
	color: #cd2122;
}
.j2store-single-product:hover .j2store-product-images {
	transition: all 300ms ease;
	;
}
.j2store-single-product:hover .overlay {
	top: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.j2store-single-product:hover .j2store-product-images img {
	transform: scale(1.1);
}
.j2store-single-product .content-box {
	position: relative;
	padding: 15px 0px;
}
.j2store-single-product .content-box .inner-box .product-title {
	font-size: 14px;
	font-weight: 600;
	margin: 0px 0px;
	line-height: 1.4em;
	color: #2a3666;
	margin-bottom: 6px;
}
.j2store-single-product .content-box .inner-box .product-title a, .j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #2a3666;
	font-weight: 400;
	font-size: 20px;
}
.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #cd2122;
}
.product-price-container .sale-price {
	font-size: 16px;
	font-weight: 400;
	color: #cd2122;
	line-height: 24px;
}
.j2store-single-product .content-box .price-box {
	padding: 15px 20px 15px;
	display: none;
}
.j2store-addtocart-form {
	margin-top: 0;
}
.j2store-add-to-cart {
	margin-left: 0;
}
.view-products .j2store-single-product .content-box .price-box .j2store-add-to-cart .product-qty {
	display: none;
}
.j2store-single-product .content-box .price-box .sppb-btn {
	text-align: center;
	white-space: pre-line;
	vertical-align: middle;
	border: 0px solid transparent;
	padding: 0;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.42857143;
	position: relative;
	color: #848484;
	font-size: 14px;
	transition: .7s ease;
	background: transparent;
	margin-bottom: 2px;
}
.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover .sppb-btn {
	color: #cd2122;
	transition: .7s ease;
}
.j2store-single-product .content-box .price-box .j2store-add-to-cart {
	position: relative;
}
.j2store-single-product .content-box .price-box .j2store-add-to-cart:before {
	content: '';
	position: absolute;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 300ms ease-in-out;
}
.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover:before {
	background-color: #cd2122;
}
.j2store-single-product .content-box .price-box .j2store-add-to-cart i {
	margin-right: 6px;
}
.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover i {
	color: #cd2122;
	transition: .7s ease;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
.pagination > li {
	margin: 0 4px;
}
.page-link {
	position: relative;
	display: block;
	padding: 0;
	margin-left: 0;
	background-color: #fff;
	width: 100px;
	line-height: 55px;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #005EB8;
	font-size: 18px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.page-item.active .page-link, .pagination > li > a:hover {
	z-index: 1;
	border-color: #FFC31D;
	color: #fff;
	background-color: #FFC31D;
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
/* SINGLE PRODUCT */

.j2store-single-product.simple.detail, .j2store-single-product.simple.detail:hover:before {
	margin-bottom: 0;
	position: relative;
	outline: 0px solid #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.j2store-single-product.simple.detail:hover {
	box-shadow: none;
}
.j2store-single-product.simple.detail:before {
	display: none;
}
.simple-product {
	position: relative;
	z-index: 88;
}
.j2store-product-main-image {
	margin-bottom: 0;
	width: 100%;
	border: 1px solid #f5f4f3;
}
.j2store-single-product-view .simple-product .product-title {
	color: #222222;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 8px;
	text-transform: capitalize;
	padding-bottom: 20px;
	border-bottom: 1px solid #f6f6f6;
	position: relative;
}
.j2store-single-product-view .simple-product .product-title:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 60px;
	height: 1px;
	background-color: #cd2122;
}
.price-sku-brand-container {
	border-top: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
	margin: 0;
	padding: 0;
}
.j2store-single-product-view .simple-product .product-price-container .sale-price {
	color: #cd2122;
	line-height: 24px;
	letter-spacing: 0;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.j2store-single-product-view .product-sdesc-top {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	font-weight: 400;
	overflow: hidden;
	margin: 25px 0 10px;
}
.j2store-single-product-view .product-sku {
	position: relative;
	color: #cd2122;
	font-size: 16px;
	margin-bottom: 25px;
}
.j2store-single-product-view .product-sku .sku-text {
	color: #222222;
	font-weight: 600;
}
input:focus, textarea:focus {
	box-shadow: none !important;
}
.product-qty input[type="text"], .product-qty input[type="number"], .product-qty input[type="text"]:focus, .product-qty input[type="number"]:focus {
	display: inline;
	width: 70px !important;
	margin-right: 20px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #272727;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px !important;
	text-align: center;
}
.j2store-single-product-view .j2store-cart-button.sppb-btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
	padding: 12px 25px 10px;
	background: #cd2122;
	border: 2px solid #cd2122;
	color: #ffffff;
	line-height: 24px;
}
.j2store-single-product-view .j2store-cart-button.sppb-btn:hover {
	background: #ffffff;
	color: #2a3666;
}
#j2store-product-detail-tab {
	padding-top: 75px;
	border-bottom: 0px solid #f7f7f7;
	position: relative;
}
#j2store-product-detail-tab li {
	margin-bottom: -1px;
}
#j2store-product-detail-tab li a {
	position: relative;
	display: block;
	margin-right: 5px;
	font-size: 16px;
	background: #f4f4f4;
	color: #222222;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	display: block;
	margin-right: 5px;
	padding: 15px 30px 13px;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	background: #f7f7f7;
	transition: all 500ms ease;
}
#j2store-product-detail-tab li:hover a, #j2store-product-detail-tab li a.active {
	color: #cd2122;
	background: #ffffff;
}
.j2store-single-product-view .tab-content {
	border: 1px solid #ececec;
	padding: 30px 30px 40px;
}
.product-upsells-container {
	border-top: 0px solid #f7f7f7;
	margin-top: 25px;
	padding-top: 0px;
}

@media (max-width: 575px) {
.upsell-product {
	margin: 20px 0;
}
.j2store-single-product-view .product-title {
	margin-top: 20px;
}
}
.product-upsells-container .col-sm-12 > h3 {
	padding-bottom: 40px;
	font-family: 'Crimson Text', serif;
	color: #2a3666;
	font-weight: 400;
	font-size: 30px;
	padding-top: 70px;
}
.upsell-product-image img {
	width: 100%;
}
.j2store-single-product.simple:hover .overlay {
	opacity: 0;
}
.j2store-single-product.simple:hover .j2store-product-images img {
	transform: none;
}
.j2store-single-product.simple .upsell-product-image:hover img {
	transform: scale(1.1);
}
.upsell-product-image-content .overlay {
	transform: none !important;
}
.upsell-product-image-content:hover .overlay {
	top: 0 !important;
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}
.upsell-product-title:after {
	display: none !important;
}
.j2store-single-product-view .upsell-product-image-content .product-price-container .sale-price {
	font-size: 16px;
}
.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn {
	line-height: 1;
	margin-top: -5px;
}
.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn i {
	margin-right: 6px;
}
.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover {
	color: #cd2122;
}
.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:before {
	content: '';
	position: absolute;
	left: 0px;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 300ms ease-in-out;
}
.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover:before {
	background-color: #cd2122;
}
.sppb-btn:focus, .sppb-btn:active {
	box-shadow: none !important;
}
/* CART */

.view-carts .j2store-cart .row {
	display: block;
}
.j2store-single-product-view input.j2store-cart-button, .view-carts .j2store-cart-buttons .buttons-left input, .view-carts .buttons-right a, #button-account, #button-login, #button-guest, #button-payment-method, #bank_form input, .view-carts .buttons-right a:hover, .view-carts .buttons-right a:active, .view-carts .buttons-right a:focus, .view-checkout input.btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
	padding: 12px 25px 10px;
	background: #cd2122;
	border: 2px solid #cd2122;
	color: #ffffff;
	transition: all 500ms ease;
	border-radius: 30px;
	line-height: 24px;
}
.view-carts .buttons-right a, .j2store-single-product-view input.j2store-cart-button:hover, .j2store-single-product-view input.j2store-cart-button:focus, .j2store-single-product-view input.j2store-cart-button:active, .view-carts .j2store-cart-buttons .buttons-left input:hover, .view-carts .j2store-cart-buttons .buttons-left input:active, .view-carts .j2store-cart-buttons .buttons-left input:focus, #button-account:hover, #button-account:active, #button-account:focus, #button-login:hover, #button-login:active, #button-login:focus, #button-guest:hover, #button-guest:active, #button-guest:focus, #button-payment-method:hover, #button-payment-method:active, #button-payment-method:focus, #bank_form input:hover, #bank_form input:active, #bank_form input:focus, .payment input:hover, .payment input:active, .payment input:focus, .buttons input:hover, .buttons input:active, .buttons input:focus, .view-checkout input.btn:hover, .view-checkout input.btn:active, .view-checkout input.btn:focus {
	background: #ffffff;
	color: #2a3666;
}
.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input, #button-login, #button-login:hover, #button-guest, #button-guest:hover, #button-payment-method, #button-payment-method:hover, #bank_form input, #bank_form input:hover, #button-account, #button-account:hover {
	margin-left: 0;
}
#onCheckoutPayment_wrapper .payment-plugin-image-label {
	padding-right: 5px;
}
.customer-note {
	margin-bottom: 20px;
}
.customer-note textarea {
	height: auto !important;
	width: auto !important;
}
.view-checkout .checkout-content .left label input, .view-checkout .checkout-content .shipping-make-same input {
	width: inherit;
	height: inherit;
	margin-right: 7px;
	display: inline-block;
}
.view-checkout .checkout-content .shipping-make-same input {
	width: auto !important;
}
.view-checkout #sp-main-body h2, .view-checkout #sp-main-body h3 {
	font-size: 24px;
	padding: 10px 0 15px 0;
}
.view-myprofile #sp-main-body ul > li > a {
	margin: 5px 20px 15px 0;
	display: inline-block;
}
.view-myprofile #sp-main-body label {
	display: block;
}
.view-checkout input.btn {
	width: unset !important;
	margin-top: 5px;
}
.view-checkout textarea {
	height: auto !important;
}
.btn:active, .btn:focus {
	box-shadow: none !important;
}
/*input[type="checkbox"], input[type="radio"] {
	margin: 0px 10px;
}*/
#bank_form input {
	margin-top: 20px;
}
#j2store-checkout-content > h1 {
	margin-bottom: 20px;
}
#j2store-checkout-content p {
	margin-bottom: 10px;
}

/*------------------------------------*\
	The End :)
/* IMPORT FLATICON */
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 34px;
	color: #00adef;
	font-style: normal;
	text-align: center;
	line-height: 58px;
}
.flaticon-animals:before {
	content: "\f100";
}
.flaticon-box:before {
	content: "\f101";
}
.flaticon-business:before {
	content: "\f102";
}
.flaticon-circle:before {
	content: "\f103";
}
.flaticon-clock:before {
	content: "\f104";
}
.flaticon-clock-1:before {
	content: "\f105";
}
.flaticon-coins:before {
	content: "\f106";
}
.flaticon-earth:before {
	content: "\f107";
}
.flaticon-fruit:before {
	content: "\f108";
}
.flaticon-gesture:before {
	content: "\f109";
}
.flaticon-gesture-1:before {
	content: "\f10a";
}
.flaticon-hand:before {
	content: "\f10b";
}
.flaticon-hands:before {
	content: "\f10c";
}
.flaticon-heart:before {
	content: "\f10d";
}
.flaticon-heart-1:before {
	content: "\f10e";
}
.flaticon-interface:before {
	content: "\f10f";
}
.flaticon-interface-1:before {
	content: "\f110";
}
.flaticon-interface-2:before {
	content: "\f111";
}
.flaticon-location:before {
	content: "\f112";
}
.flaticon-medical:before {
	content: "\f113";
}
.flaticon-money:before {
	content: "\f114";
}
.flaticon-peace:before {
	content: "\f115";
}
.flaticon-peace-1:before {
	content: "\f116";
}
.flaticon-people:before {
	content: "\f117";
}
.flaticon-people-1:before {
	content: "\f118";
}
.flaticon-people-2:before {
	content: "\f119";
}
.flaticon-people-3:before {
	content: "\f11a";
}
.flaticon-people-4:before {
	content: "\f11b";
}
.flaticon-pin:before {
	content: "\f11c";
}
.flaticon-pin-1:before {
	content: "\f11d";
}
.flaticon-pin-2:before {
	content: "\f11e";
}
.flaticon-shapes:before {
	content: "\f11f";
}
.flaticon-shapes-1:before {
	content: "\f120";
}
.flaticon-shapes-2:before {
	content: "\f121";
}
.flaticon-shapes-3:before {
	content: "\f122";
}
.flaticon-social:before {
	content: "\f123";
}
.flaticon-technology:before {
	content: "\f124";
}
.flaticon-telephone:before {
	content: "\f125";
}
.flaticon-time:before {
	content: "\f126";
}
.flaticon-list:before {
	content: "\89";
}
.single-header-info .icon-box .inner-box i:before {
	font-size: 30px;
	color: #2a3666;
}
[class^="Montserrat-"]:before, [class*=" Montserrat-"]:before, [class^="Montserrat-"]:after, [class*=" Montserrat-"]:after {
	margin: 0;
}
.single-info-box > .fa {
	float: left;
	font-size: 40px;
	width: 60px;
	height: 60px;
	border: 1px solid #E1E1E1;
	border-radius: 50%;
	text-align: center;
	margin-right: 15px;
}
/*------------------------------------*\
	The End :)



/* IMPORT ICOMOON */

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?gceimc');
	src: url('../fonts/icomoon.eot?gceimc#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?gceimc') format('truetype'), url('../fonts/icomoon.woff?gceimc') format('woff'), url('../fonts/icomoon.svg?gceimc#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrows4:before {
	content: "\e92e";
}
.icon-arrows3:before {
	content: "\e92b";
}
.icon-light:before {
	content: "\e92c";
}
.icon-school:before {
	content: "\e92d";
}
.icon-e-mail-envelope:before {
	content: "\e900";
}
#sp-footer .icon-e-mail-envelope:before {
	color: #FFC31D;
}
.icon-arrows:before {
	content: "\e901";
}
.icon-cogwheel:before {
	content: "\e902";
}
.icon-cup:before {
	content: "\e903";
}
.icon-gps:before {
	content: "\e905";
}
.icon-laptop:before {
	content: "\e906";
}
.icon-money:before {
	content: "\e907";
}
.icon-note:before {
	content: "\e908";
}
.icon-null:before {
	content: "\e90a";
	color: #FFC31D;
}
.icon-office:before {
	content: "\e90b";
}
#sp-footer .icon-office:before {
	color: #FFC31D;
}
.icon-people:before {
	content: "\e90c";
	color: #00adef;
	float: left;
	margin-right: 10px;
}
.icon-technology:before {
	content: "\e90d";
}
.icon-technology-1:before {
	content: "\e90e";
}
.icon-technology-2:before {
	content: "\e90f";
}
.icon-technology-3:before {
	content: "\e910";
}
.icon-technology-4:before {
	content: "\e911";
}
#sp-footer .icon-technology-4:before {
	color: #FFC31D;
}
.icon-video:before {
	content: "\e912";
}
.icon-arrow:before {
	content: "\e91a";
}
.icon-business:before {
	content: "\e91b";
}
.icon-business-1:before {
	content: "\e91c";
}
.icon-business-2:before {
	content: "\e91d";
}
.icon-commerce:before {
	content: "\e904";
}
.icon-graphic:before {
	content: "\e91e";
}
.icon-location:before {
	content: "\e915";
	color: #00adef;
	float: left;
	margin-right: 10px;
}
.icon-multimedia:before {
	content: "\e91f";
}
.icon-multimedia-1:before {
	content: "\e920";
}
.icon-multiply:before {
	content: "\e909";
}
.icon-people2:before {
	content: "\e921";
}
.icon-science:before {
	content: "\e922";
}
.icon-science-1:before {
	content: "\e923";
}
.icon-search:before {
	content: "\e924";
}
.icon-shapes:before {
	content: "\e918";
}
.icon-sheet:before {
	content: "\e925";
}
.icon-square:before {
	content: "\e913";
}
.icon-technology2:before {
	content: "\e914";
}
.icon-travel:before {
	content: "\e919";
}
.icon-left3:before {
	content: "\e92a";
}
.icon-left:before {
	content: "\e929";
}
.icon-left-arrow-angle:before {
	content: "\e926";
}
.icon-left-arrow-angle2:before {
	content: "\e927";
}
.icon-arrows2 .path1:before {
	content: "\e916";
	color: rgb(219, 43, 66);
}
.icon-arrows2 .path2:before {
	content: "\e917";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.icon-left2:before {
	content: "\e928";
}
.icon-clock:before {
	content: "\e94e";
}
.icon-clock2:before {
	content: "\e94f";
}

@media (min-width: 320px) {
#sp-footer .sppb-container-inner {
	max-width: 400px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
	.sp-page-title {
		padding: 10px 0px;
	}
.sp-page-title .sp-page-title-heading {
	display: none;
}
.sp-page-title .breadcrumb {
	padding: 20px 15px;
}
}

@media (min-width: 576px) {
#sp-footer .sppb-container-inner {
	max-width: 540px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.sp-page-title {
		padding: 40px 0px;
	}
.sp-page-title .sp-page-title-heading {
	display: block;
}
.sp-page-title .breadcrumb {
	position: absolute;
	padding: 18px 14% 15px;
}
}

@media (min-width: 768px) {
#sp-footer .sppb-container-inner {
	max-width: 720px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
}

@media (min-width: 992px) {
#sp-footer .sppb-container-inner {
	max-width: 960px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
}

@media (min-width: 1200px) {
#sp-footer .sppb-container-inner {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
}
 @media (min-width: 320px) {
#sp-top1 .sppb-container-inner {
	max-width: 400px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
}
 @media (min-width: 576px) {
#sp-top1 .sppb-container-inner {
 max-width: 540px;
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
}
 @media (min-width: 768px) {
#sp-top1 .sppb-container-inner {
 max-width: 720px;
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
}
 @media (min-width: 992px) {
#sp-top1 .sppb-container-inner {
 max-width: 960px;
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
}
 @media (min-width: 1200px) {
#sp-top1 .sppb-container-inner {
 max-width: 1140px;
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
.box-child {
 width: 18%;
}
}
dd.result-created {
	display: none;
}
dd.result-category {
	display: none;
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 21px;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #2a3666;
	text-transform: uppercase;
	vertical-align: middle;
}
.table tbody tr:nth-child(even) {
	background: #f3f3f3;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
.frame_right {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-left: 20px !important;
	float: right !important;
}
.frame_left {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-right: 20px !important;
	float: left !important;
}
/* Для страницы Теудат Зеут*/
/* скрываем чекбоксы и блоки с содержанием */
.hide, .hide + label ~ div {
	display: none;
}
/* вид текста label */
.hide + label, .hide:checked + label {
	padding: 0;
	color: #005EB8;
	cursor: pointer;
	border-bottom: 1px dotted #005EB8;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
	color: #FFC31D;
	border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
	display: block;
}
.dkuywW {
	display: none;
}
