/* your css here */

a {
 color: #018d34;
}
a:hover, a:focus {
 color: #162381;
}

.home-content-area {
	background-color: #eef0f8;
}

.home-content-area .content-area-pic img {
	max-width: 100%;
}

.home-content-area .content-area-pic {
	text-align: center;
	/*padding: 35px 30px;
	background-image: linear-gradient(135deg, transparent 0%,transparent 50%,#26357d 50%,#26357d 100%);*/
}

.home-content-area .title {
	font-size: 26px;
	font-weight: bold;
	border-bottom: solid 2px #9f9f9f;
	margin-bottom: 15px;
	padding-top: 25px;
}

.home-content-area .left-title {
	font-size: 28px;
	text-align: center;
	color: #26357d;
}

.home-content-area .left-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 80%;
	padding: 15px;
}

.home-content-area .left-content {
	flex-grow: 1;
	width: 275px;
	margin: auto;
	max-width: 100%;
	margin-bottom: 52px;
	margin-top: 42px;
}

.home-content-area .content,
.home-content-area .left-area {
	padding-bottom: 10px;
}

.home-content-area .content p {
	font-size: 14px;
	font-weight: bold;
}

.home-content-area .left-content p {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.home-content-area .button a,
.service-readmore-btn {
	display: block;
	text-align: center;
	color: #f7a600;
	background-color: #26357d;
	padding: 5px;
	border-radius: 6px !important;
	font-weight: bold;
}

.home-content-area .button a:hover,
.home-content-area .button a:focus,
a.service-readmore-btn:hover,
a.service-readmore-btn:focus {
	text-decoration: none;
	background-color: #152261;
	color: #f7a600;
}

.home-section-title {
    font-size: 30px;
    color: #1e9e38;
    font-weight: bold;
    margin-top: 42px;
    line-height: 1;
}

.bxSliderContainer .bx-wrapper {
	margin-bottom: 42px;
}

.news-section {
	background-color: #eef0f8;
	border-top: solid 2px #9f9f9f;
	padding: 0 15px;
}

/*.news-section .row-block {
	visibility: hidden;
}*/

.news-section .service {
	padding: 15px 0;
}

.news-section .service:hover {
	background: transparent none;
	box-shadow: none;
}

.news-section .service-title {
	border-bottom: solid 1px #13285f;
	padding-bottom: 5px;
	margin-bottom: 5px;
	min-height: 63px;
}

.service-title + div {
	min-height: 105px;
}

.news-section .service-title a {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.news-section .service .desc p {
	font-size: 14px;
}

.articles-section {
	visibility: hidden;
	border-top: solid 2px #9f9f9f;
	padding-top: 10px;
	background-color: #fff;
}

.articles-section::before {
    left: auto;
    right: -15px;
}

.articles-section.slick-initialized,
.news-section .row-block.slick-initialized {
	visibility: visible;
}

.articles-section .article-item {
	width: 300px;
	max-width: 100%;
	padding: 25px;
	margin: 0 5px;
	min-height: 226px;
	text-align: center;
	background-color: transparent;
	border: solid 8px #ebebeb;
}

.articles-section .article-item a {
	color: #26357d;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.articles-section button.slick-arrow,
.news-section button.slick-arrow {
    background-color: #f6ae00;
    height: 100px;
    top: 75px;
    width: 50px;
    transform: none;
    position: absolute;
    z-index: 2;
    font-size: 45px;
    color: #fff;
    border: none;
}

.articles-section .articles-slick-prev,
.news-section .articles-slick-prev {
    left: -15px;
    z-index: 3;
}

.articles-section .articles-slick-next,
.news-section .articles-slick-next { 
    right: -15px;
    z-index: 2;
}

.articles-section .slick-prev:hover,
.news-section .slick-prev:hover,
.articles-section .slick-prev:focus,
.news-section .slick-prev:focus,
.articles-section .slick-next:hover,
.news-section .slick-next:hover,
.articles-section .slick-next:focus,
.news-section .slick-next:focus {
    background-color: #fbc033;
}

.articles-section .article-item img {
	background-color: #fff;
}

.clients-slider {
	border-top: solid 2px #9f9f9f;
	padding-top: 10px;
}

.clients-slider .slide {
	margin: 0 15px;
}

footer {
	margin-top: 70px;
	background-color: #26357d;
	padding: 25px;
	color: #fff;
	border-top: solid 14px #e1e1e1;
}

footer .footer-nav ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 0;
}

footer .footer-nav ul li a {
	color: #fff;
}

footer .footer-nav ul li::after {
	content: " | ";
	margin: 0 6px;
	color: #fff;
}

footer .footer-nav ul li:last-child::after {
	display: none;
}

footer .social-networks {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icons-circles a {
	font-size: 15px;
	color: #26357d;
	background-color: #fff;
	display: inline-block;
	border-radius: 25px !important;
	text-align: center;
	width: 20px;
	height: 20px;
}

footer .social-networks .social-icons-circles a {
	font-size: 25px;
	margin: 0 10px;
	width: 40px;
	height: 40px;
}

footer .social-networks .social-networks-title {
	font-size: 20px;
	margin: 0 15px;
}

footer .copyright-space {
	color: #fff;
}

.flex-row-align-end {
	align-items: self-end;
}

.flex-row-align-center {
	align-items: center;
}

.btn-phone {
	font-size: 28px;
	color: #fff;
	border: solid 2px #f7a600;
	border-radius: 8px !important;
	padding: 5px 10px;
	background-color: #26357d;
	display: inline-block;
}

.btn-phone:hover,
.btn-phone:focus {
	color: #fff;
	text-decoration: none;
	background-color: #152261;
}

.btn-phone strong {
	color: #f7a600;
}

.flex-row {
	display: flex;
	flex-flow: row nowrap;
}

.align-items-end,
.bs311-navbar-collapse .flex-row {
	align-items: flex-end;
}

.header .bs311-navbar-nav {
	margin-top: 0;
}

.header-shadow {
	margin-top: 24px;
	position: relative;
}

.header-shadow div {
	height: 14px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAOCAYAAADuQ3ZcAAAALElEQVQImVXKsQkAIBAEweFs0/5LUHwNzASThYGFHuxgBRXMl/Gz3reDA+0CofQMIpjH8u0AAAAASUVORK5CYII=');
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	top: 100%;
	left:0;
	right: 0;
}

.header .bs311-navbar > .bs311-container > div {
	padding-bottom: 24px;
	padding-right: 15px;
	padding-left: 15px;
}

footer .footer-logo {
	display: none;
	margin: 0 0 24px;
}

footer .footer-logo img {
	max-width: 100%;
	width: 200px;
}

@media(max-width: 992px){
	.home-content-area .title,
	.home-content-area .content {
		padding: 15px;
	}

	footer .footer-nav {
		display: none;
	}

	footer .flex-row {
		flex-flow: column-reverse;
		align-items: center;
	}

	footer .copyright-space {
		text-align: center;
	}

	footer .social-networks {
		margin: 25px 0;
		width: 312px;
		justify-content: space-between;
	}

	footer .phone-wrapper {
		text-align: center;
	}

	footer .footer-logo {
		text-align: center;
		display: block;
	}

	.home-content-area .left-area {
		border: solid 25px #fff;
	}

	.news-section .row-block {
		padding: 0 35px;
	}
}

.header {
	border-bottom: none;
}

.header .social-icons-circles a {
	background-color: #26357d;
	color: #fff;
	font-size: 23px;
	height: 35px;
	width: 35px;
	margin: 0 5px;
}

footer .social-networks .social-icons-circles a,
.header .social-icons-circles a {
	transition: all ease .2s;
}

footer .social-networks .social-icons-circles a:hover,
.header .social-icons-circles a:hover {
	transform: scale(1.1);
}

footer .social-networks .social-icons-circles a:hover i.fa-facebook,
.header .social-icons-circles a:hover i.fa-facebook {
	color: #3b5998;
}

footer .social-networks .social-icons-circles a:hover i.fa-youtube,
.header .social-icons-circles a:hover i.fa-youtube {
	color: #CC181E;
}

.header .social-icons-circles a:hover {
	background-color: transparent;
}

.header .search-box {
	display: flex;
	align-items: center;
	margin: 0 15px;
}

form.mobileSearch {
	margin: 15px 35px;
}

.header .search-box form,
form.mobileSearch {
	display: flex;
	flex-flow: row nowrap;
	border: solid 1px #f7a600;
	border-radius: 8px !important;
	overflow: hidden;
	white-space: nowrap;
}

.header .search-box form input,
form.mobileSearch input {
	border: none;
}

.header .search-box form input[name="search"],
form.mobileSearch input[name="search"] {
	width: 110px;
}

.header .search-box form button[type="submit"],
form.mobileSearch button[type="submit"] {
	background: no-repeat;
	border: none;
	color: #26357d;
}

.header .search-box form button[type="submit"]::after,
form.mobileSearch button[type="submit"]::after {
	content: " | ";
	white-space: nowrap;
	color: #f7a600;
}

.header .social-icons-circles {
	display: flex;
	flex-flow: row nowrap;
}

.header .social-networks {
	align-items: center;
	display: flex;
}

.header .bs311-navbar-toggle {
	float: left;
	background-color: transparent;
	border: none;
	margin: 18px 0px 0px 18px;
}

.header .bs311-navbar-toggle .bs311-icon-bar {
	background-color: #283287;
	height: 6px;
	border-radius: 4px !important;
	width: 50px;
}

.header .bs311-icon-bar + .bs311-icon-bar {
	margin-top: 8px;
}

.header .bs311-navbar-toggle:hover {
	background-color: transparent !important;
}

@media (max-width: 767px){

	.header .bs311-navbar-collapse {
		position: absolute;
		top: 100%;
		background-color: #fff;
		width: 100%;
		left: 0;
		right: 0;
		box-shadow: 0 4px 4px #0006;
		z-index: 300;
	}

	.header .bs311-navbar-nav {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.bs311-navbar-header {
		width: 100%;
	}

	.bs311-navbar-brand {
		float: right;
	}

	.header .social-networks,
	.header .search-box {
		margin-top: 10px;
		justify-content: center;
	}

	.bs311-navbar-collapse .flex-row {
		flex-flow: column-reverse;
		align-items: center;
	}

	.bs311-dropdown-menu {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		box-shadow: none;
		text-align: center;
		background-color: #e1e1e1;
		border-top: none;
	}

	#hc_init_button {
		display: none;
	}
}

.descripDiv {
 text-align: center;
}

.topContent + .row p,li {
 color: #FFFFFF;
}

.topContent + .row {
 background: #283287 !important;
 padding-bottom: 15px;
 padding-top: 15px;
 margin-bottom: 15px;
}

@media (min-width: 767px){
	.waze-Navigation {
		display: none;
	}

	.header .bs311-navbar > .bs311-container > div {
		box-shadow: 0 0px 5px #6e6e6e;
	}
}


.fa-chevron-right:before {
 content: "\f053";
}
.fa-chevron-left:before {
 content: "\f054";
}
.pagination > li > a, .pagination > li > span {
 float: right;
}

.panel-default > .panel-heading {
 background: #283287;
 border-radius: 1px !important;
}
.panel-heading {
 padding: 4px 18px;
}

.top {
 padding-top: 0px;
}
.header .bs311-navbar-default .bs311-navbar-nav > li > a {
 color: #000;
 font-size: 18px;
 font-weight: 300;
 padding: 9px 11px;
 text-transform: uppercase;
}
.header .bs311-navbar-brand {
 padding: 5px 10px 5px;
}

.header .bs311-dropdown-menu li a {
 padding: 13px 14px;
}
.header .bs311-dropdown-menu li a {
 color: #283287;
}
.communicationBar ul li {
 display: inline-table;
 line-height: 0;
 margin: 0px;
 width: auto;
 color: #fff;
 font-size: 20px;
}
p {
 font-size: 16px;
}
li {
 font-size: 16px;
}
.clients li img {
 -webkit-filter: grayscale(0%);
 filter: grayscale(0%);
 filter: gray;
}
.sorting-block .sorting-grid li span.sorting-cover {
 text-align: center;
}
.header .bs311-dropdown-menu li {
	border-bottom: solid 2px #fff;
}
.header .bs311-dropdown-menu li a {
 font-size: 15px;
 color: #000;
}
.header .bs311-dropdown-menu .bs311-active > a,
.header .bs311-dropdown-menu li > a:hover {
 background-color: #cecece !important;
}
.cp-1-1444 .footer {
 margin-top: 0px;
}
.sorting-block .sorting-grid li span.sorting-cover span {
 font-size: 20px;
}
.purchase {
 box-shadow: inset 0 0 0px rgba(255, 255, 255, 0);
 background: rgba(255, 255, 255, 0);.
 margin-bottom: 0px !important;
 padding: 0px 0;
 margin-top: -40px;
}
.communicationBar ul:first-child {
 float: right;
 margin-top: 4px;
}
.communicationBar ul li {
 line-height: 0;
 line-height: 14px;
 vertical-align: middle;
}
.title-box .title-box-text {
 color: #263286;
 font-weight: bold;
}
.headline h2, .headline h3, .headline h4 {
 font-weight: bold !important;
}
.headline .headline h2, .headline h3, .headline h4 {
 border-bottom: 2px solid #EC9200 !important;
}
.footer .headline h2, .headline h3, .headline h4 {
 border-bottom: 2px solid #FFFFFF;
}

.cp-1-1444 .form-control[type="tel"], .cp-1-1444 .form-control[type="email"] {
 direction: rtl;
}
.titleContent1 {
 background: #283287;
}
.titleContent2 {
 background: #018D34;
}

@media (min-width: 992px) {
.cp-4-2256 .col-md-5 {
 margin-top: 10px !important;
 margin-bottom: 10px !important;
}
 }
li {
 color: #000000 !important;
}

.communicationBar ul li {
	color: #ffffff !important;
}

@media screen and (max-width: 767px) {
	li.bs311-dropdown a.bs311-dropdown-toggle > i {
		position: absolute;
		left: 0;
		margin-left: 30px;
		text-align: left;
	} 
}

.img-icon {
	padding: 1px;
}

.bx-wrapper .bx-controls-direction a {
	overflow: hidden;
	z-index: 200;
}
a.pp_next {
 text-indent: 10000px;
 overflow: hidden;
}


a.pp_previous{
 text-indent: 10000px;
 overflow: hidden;
}
a.pp_close{
 text-indent: 10000px;
 overflow: hidden;
}
a.pp_expand, a.pp_contract{
 text-indent: 10000px;
 overflow: hidden;
}

.labelSearch {
	color: white;
	margin-top: 3px;
	margin-right: 12px;
}

.top form {
	width: 340px;
}
/* jQuery accessible keyboard-enhanced dropdown navigation */
.subnav {
 position: absolute;
}

[data-visually-hidden="true"] {
 display: none;
}
[data-visually-hidden="false"] {
 display: block;
}
/* END jQuery accessible keyboard-enhanced dropdown navigation */
.articles-section .slick-slide a {
	transition: ease-in-out transform .2s;
}

.articles-section .slick-slide:hover a,
.clients-slider .slick-slide:hover {
    transform: scale(1.2);
}

.slick-slide {
    transition: ease-in-out transform .2s;
}

/*.news-section .slick-track .slick-slide {
	width: 275px;
}*/

.news-section .service .desc {
	min-height: 230px;
}

@media(max-width: 767px){
	.news-section .service .desc {
		min-height: 270px;
	}
}