@font-face {
    font-family: 'Kelson Sans';
    src: local('Kelson Sans Light RU'), local('KelsonSans-LightRU'), url('../fonts/kelsonsanslightru.woff2') format('woff2'), url('../fonts/kelsonsanslightru.woff') format('woff'), url('../fonts/kelsonsanslightru.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Kelson Sans';
    src: local('Kelson Sans Regular RU'), local('KelsonSans-RegularRU'), url('../fonts/kelsonsansregularru.woff2') format('woff2'), url('../fonts/kelsonsansregularru.woff') format('woff'), url('../fonts/kelsonsansregularru.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Kelson Sans';
    src: local('Kelson Sans Bold RU'), local('KelsonSans-BoldRU'), url('../fonts/kelsonsansboldru.woff2') format('woff2'), url('../fonts/kelsonsansboldru.woff') format('woff'), url('../fonts/kelsonsansboldru.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body{
	background: #fff;
	font-family:  'Roboto Condensed', open-sans, sans-serif;
	color:#575757;
	font-size:1.1rem;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}
.h1 {
	font-size: 7rem;
	font-weight: 700;
}
.h2 {
	font-size: 2rem;
	font-weight: 700;
}
.h3, h3 {
	font-size: 1.2rem;
	font-weight: 600;
}
h4, .h4 {
  font-size: 1.3rem;
  text-transform:uppercase;
	font-weight: 700;
}

@media (max-width:992px){	
.h4 {
  font-size: 1.1rem;
}
}
ul, ol{
	list-style-position: inside;
	list-style-image:url('../images/circle.png');
}

a {
  color:  #4866ae;
  text-decoration: none;
}

a:hover{
  color: #68966f;
  text-decoration: underline;
}
a:focus {
  color: #68966f;
  text-decoration: none;
}
img {
  max-width: 100%;
}

.white{
	background:#fff;		
}

.dark{
	background:#555555;		
}

.dark-red{
	background:#bb3701;
}
.gray{
	background:#F2F2F2;
}
.blue{
	background:#1d93c2;
}
.blue-light{
	background:#e4fbff;
}
.font-dark{
	color:#333333 !important;
}
.strong{
	font-weight:bolder;
}
.underline{
	text-decoration:underline;
}
.uppercase{
	text-transform: uppercase;
}
.small{
	font-size:.9rem !important;
}
.moduletable .norm{
	font-size:1rem;
	font-weight:normal;
	text-transform:none;
	text-align:left;
	line-height:1.4;
}
	
/*header*/

.logo img {
	max-height:80px;
}


.number-phone {
	font-size: 1.2rem;
	font-weight: 700;
	color: #00aad1;
}
.number-phone i {
	font-size: 1.1rem;
	color:#ccc;
}
.moduletable-search .form-control{
	text-transform:uppercase;
	color:#4b4a4a;
	font-size:.8rem;
	height:calc(1.5rem + 2px);
	padding:.1rem .2rem;
	
	box-shadow: 0 0 0 .1rem #4866ae;
	border-radius:.1rem;
	border-bottom:2px solid #fff;
}


.search .button {
	background: url("../images/icon-search.png") no-repeat scroll center center rgba(0,0,0,0.2);
	background-size: 60% auto;
	border: none;
	text-indent: -999em;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 0px 4px 4px 0px;
	transition: all 0.3s ease 0s;
}

@media (max-width:1200px){	
	.sitename {
		font-size: 2rem;
	}
	.text-logo{
	padding: 0px 20px 10px 20px;
	}
}
@media (max-width:992px){	
	header{
		background:none;
	}
	.number-phone{
		font-size:1.3rem;
	}
	.header-block{
		margin-top: 64px;
	}
}


@media (max-width:768px){	
	.top-text{	
		font-size:.6rem;
		padding-top:5px;
		padding-bottom: 5px;
	}
	.number-phone{
		font-size:1.1rem;
	}
	.top-left {
		padding-right: 0px;
		padding-left: 0px;
		text-align:center;
	}
	.header-block {
		margin-top: 65px;
		height: 55px;
	}
}
@media (max-width:578px){	
	
}

@media (max-width:450px){	
	.tagline{
	font-size:.5rem;
	}
	
}
.moduletable-search .btn-info {
	background-color: #4866ae;
	border-color: #4866ae;
	padding:.5px .3rem;
	margin-left:5px;
}
.moduletable-search .btn-info:hover {
	background-color: #00aad1;
	border-color: #00aad1;
}

.button-call{
	border:2px solid #70cef3;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-size:1rem;
	background:#10bbe9;
    font-family: 'Kelson Sans';
}
.button-call:hover{	
	background:#1b9fda;
	color:#fff;
}
.button-form{
	background:#0890cc;
	border:none;
}
.button-form:hover{
	background:#65b5f9;	
}
/**/


	
/*меню*/
.top-menu{
	background:#f4f4f4;
	}
.menu a{
	padding: 2px 23px;
	color:#595959;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight:700;
	transition:.3s;
}
.menu  a:hover {
	color: #4866ae;
	text-decoration:none;
}
.menu  li.active a{
	color:#4866ae;	
}

.fa-bars{
	color:#37b349;
}


.dropdown-toggle::after {		
	margin-left: .38em;
	vertical-align: .08em;
	border-left: .3em solid;
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
}
.dropdown-toggle:focus::after, .dropdown-toggle:active::after , li:hover>.dropdown-toggle::after, .active .dropdown-toggle::after {	
	margin-left: .1em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}


@media (max-width:992px){	
	.dropdown-toggle::after {		
		border: none;
	}
	.dropdown-toggle:focus::after, .dropdown-toggle:active::after , li:hover>.dropdown-toggle::after, .active .dropdown-toggle::after {	
		border: none;	
	margin-left: .38em;
	}
}
.dropdown-menu {
	text-align: left;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 7px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 7px -4px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 7px -4px rgba(0,0,0,0.75);
	padding:0;
	min-width:16rem;
	margin:0;
	margin-top:8px;
}
.menu .dropdown-menu li {
	font-size:.8rem;
	margin:0;
	font-weight:600;	
	background:#fff;
	border-radius: 5px;
}
.menu .dropdown-menu li a {
	padding: 8px 18px;
	display:block;
	color:#45455a;
	font-size:.9rem;
	transition:.2s;
}
.menu  .dropdown-menu li:hover {
	background:rgba(0,0,0,.6);
}

.menu  .dropdown-menu li:hover a, .menu  .dropdown-menu li.active a{
	color:#ffb91d;
}
.menu .menu .dropdown-menu li:active{	
	background:#bd4609;
	color:#ffaa00;
	border-radius: 5px;
}
.mobile-menu{
	color:#37b349;
	text-align:center;
}
.mobile-menu:hover, .mobile-menu:hover .fa-bars{
	color:#ffb91d !important;
}

.modal-header {
	padding: .3rem 1rem;
	color:#575757;
	border-bottom:1px dashed #0ebf22;
}

.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;} 

 @media (max-width:992px){
	 .modal-body .menu{
		 display:block;		 
	 }
	 
	 .modal-body .menu li{
		 margin:5px 0;
	 }
	 
	.moduletable-search .btn-info {
		padding: 2px .3rem;
	}
 }
 @media (max-width:578px){
	 .moduletable-search .form-control{
		 display:inline-block;
		 width:auto;
	 }
 }
 
 
/**/





/*Страница новости*/

.blog .span4  {
  float: left;
  padding:  1%;
  width: 30%;
}

.blog .fields-container .field-entry{
	text-align:center;
}
.readmore .btn, .readmore-link{
	background: #4f4f4f;
	border-radius: 0;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	width: 100%;
	font-weight:600;
	font-family:'Kelson Sans';
	border-top:3px solid #4866ae;
}
.readmore .btn:hover, .readmore-link:hover{
	background:#4866ae;
	color:#fff;
	text-decoration:none;
}
 
 .pull-left.item-image img{
	overflow:hidden;
	position:relative;
	width:100%;
	height:280px;
	}
	
	
 @media (max-width:1200px){
 .pull-left.item-image img{
	height:240px;
	}	 
 }
 
 @media (max-width:992px){		 
	.blog .span4  {
	  padding:  1%;
	  width: 49%;
	}	 
 }
 @media (max-width:768px){
	  
	.blog .span4  {
	  padding:  1%;
	  width: 49%;
	}	 

 } 
 @media (max-width:550px){	  
	.blog .span4  {
	  padding:  1% 0;
	  width: 100%;
	}	 

 }
/**/

/*Контент*/
.content{
	padding:2rem;
}
.content .item-page  .page-header h2, .item-title{
	text-transform: uppercase;
	color: #4a4a4a;
	text-align: center;
	font-size: 1.8rem;
	line-height: 34px;
	font-weight: 700;
}
.content  .page-header h2{
	text-transform: uppercase;
	color: #00a6c9;
	font-size: 1.4rem;
	line-height: 34px;
	font-weight: 600;
}
.content-category h1{
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
}
.content-category .form-inline{	
	margin-top:1rem;
}
.content p{
	font-size:1.1rem;
	line-height:1.3;
}
.content .item-page h2{
	font-weight:700;
	font-size:1.2rem;
}
.list-title a{
	font-weight:700;
}
.button {
	background-color: #ffb91d;
	text-align: center;
	text-transform:uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 1.1rem;
	padding:6px 35px;
	display:inline-block;
    font-family: 'Kelson Sans';
	border-radius:3px;
	transition:.3s;
}
a.button {
	text-decoration:none;
}
.button:hover{
	background-color: #f67e40;
	color: #FFF;
}

.font-small{
	font-size:.8rem;
}
.blue  .font-small{
	color:#fff;
}
.media-body:hover i{
	color:#37b349;
}
.title-news a {
	font-size: 1rem;
	font-weight: 400;
	color:#575757;
}

@media (max-width:992px){	
	.button {
		font-size: .9rem;
		padding:5px 15px;
	}
}

@media (max-width:768px){	
	.content .item-page  .page-header h2, .item-title{
		font-size: 1.4rem;
	}
}
/**/

/*footer*/
footer{	
	background:url(../images/footer.png) center center no-repeat;
	background-size:100% 100%;
	margin-top:-40px;
	position:relative;
}
.bottom{	
	padding-top:30px;
	color:#fff;
}

.fon-caption{
	background:url('../images/bottom.jpg') no-repeat;
	background-size:cover;
	background-attachment:fixed;
	color:#fff;
}

.fon-caption .title-module{
	color:#fff;
}
.footer{
	padding-bottom: 20px;
	padding-top: 10px;
	color:#fff;
}
.footer p{
	padding:5px 0;
}

.footer hr{
	border-color:#00AAD1;
}

@media (max-width:768px){
	footer{	
		background-size:cover;
		margin-top:-70px;
	}	
}
@media (max-width:500px){
	.bottom .title-module{
		margin-bottom:0;
	}

}

.f1{
	color: #fff;
	font-size:1rem;
}
.f3{	
	color: #fff;
	font-size:1rem;
}
.f5{
	line-height: 13px;
	font-size:.8rem;
	letter-spacing: 0px;
	color: #ccc;
	font-weight: 300;
}
.footer .f2{	
	color: #fff;
	font-size:1rem;
}
.footer .f4{
	font-weight: 100;
}
.footer a{
	color:#fff;
	text-decoration:underline;
}
.footer a:hover, .footer a:focus
{
	color:#aaa;
	text-decoration:none;
}
.copyryting{
	color:#aaa;
	font-size:16px;
}
.foot-menu{	
	padding-top:15px;
	font-size:16px;
	color:#C9CF00;
}


#back-top {
	position: fixed; bottom: 30px; right: 1%;
	padding:1px;
}
#back-top a { 
	display: block;
	text-align: center; 
	font: bold 26px Arial; 
	text-transform: uppercase; 
	text-decoration: none; 
	color: #00AAD1;		
	-webkit-transition: 1s; 
	-moz-transition: 1s; 
	transition: 1s;
}
#back-top a:hover {	
	text-decoration: none;
}
#back-top:hover {	
	border:1px solid #00AAD1;
	padding:0;
	border-radius:4px;
}
#back-top span { 
	width: 38px; 
	height: 45px; 
	display: block; 
	margin-bottom: -14px;	
	-webkit-transition: 1s; 
	-moz-transition: 1s; transition: 1s;
}

.title-footer{
	line-height: 1.2rem;
	font-size: 1.1rem;
	color: #00AAD1;
	font-weight: 700;
	margin:1.6rem 0 .8rem 0;
}
.footer-yellow, a.footer-yellow{
	color:#FEC76C;
	font-size: 1.4rem;
	margin-bottom:2rem;
	text-decoration:none;
}
.footer-white, a.footer-white{
	color:#fff;
text-decoration:none;
font-style: normal;
font-weight: 500;
}


.soc-icon img{
	height:25px;
	padding-right:5px;
}
a.footer-silk{
	border-bottom:2px dashed #fff;
	color:#fff;
	font-weight:bold;
	font-size:1rem;
	text-decoration:none;
	margin-bottom:1rem;
}
a.footer-silk:hover{
	border-bottom:2px dashed #aaa;
	}
/**/

/*animated*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
  
  
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
  
  @-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

  
  
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }
 
 /**/
 
 
/*Модули*/
 .position-2, .position-3, .position-5, .block-1, .block-2, .block-3, .block-4{
	padding:3rem 0;
}
.position-5{
	margin:1vw 0 0;
}
.position-5 .blue{
	background: url('../images/button-background.png') repeat #1d93c2;
}
.moduletable  .p{	
  font-size: 1rem;
  text-align:left;
  line-height:1.5;
  font-weight:500;
  margin:0;
  text-transform:none;
}
.moduletable{
	margin:1vw 0;
}

.moduletable h2,   .title-page{
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	font-size: 1.7rem;
	line-height: 2.1rem;
	font-weight: 700;	
	margin-bottom:.5rem;
}

.excerpt{
	padding:1rem;
	border-width:3px !important;
	margin: .4rem 0;
}
.excerpt i{
	font-size:3rem;
	transition:.3s;
}
.excerpt:hover i{
	color:#ffb91d;
}
@media (max-width:400px){
	.moduletable h2,  .title-page{
		font-size: 1.5rem;
	}
}
.breadcrumb{
	border-radius:0;
	background:none;
	font-size:.8rem;
	}

.breadcrumb a{
	color:#00aad1;
	}
.breadcrumb-item + .breadcrumb-item::before {
	color: #00aad1;
	content: "»";
}
@media (max-width:540px){	  
.breadcrumb li{
	font-size:.8rem;
}
.layers-title {
	padding-left: 30px;
}
#back-top a{display:none;}
}

.slide{
	padding:0;
}
.slide-image {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	background-position: left top;	
}

.title-slide{
	position: absolute;
	top: 6rem;
	right:10rem;
	background:rgba(255,255,255,.8);
	padding:15px;
	width:30%;
}

@media (max-width:700px){	

.slide-image {	
	height: 300px;
}

.title-slide{	
	width:50%;
	top: 4rem;
	right:5rem;
}
}



/*nav carousel*/
.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 230px;
  z-index: 999;
}

.owl-theme.doc-carousel .owl-nav {
  top: 40%;	
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: -25px;
  width: 30px;
  height: 50px;
  transition: all 0.2s;
  outline:0;
}
.owl-theme .owl-nav   .owl-prev{
	margin-left:2rem;
}
.owl-theme .owl-nav  .owl-next{
	margin-right:2rem;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: -25px;
  width: 30px;
  height: 50px;
  transition: all 0.2s;
  outline:0;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	background:none;	
}
.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span{
	font-size:2.4rem;
	line-height:16px;
	color:#fff;
	font-weight: bold;
}
.owl-theme .owl-nav .owl-prev:hover span,
.owl-theme .owl-nav .owl-next:hover span{
	color:#676767;	
}
.owl-theme .owl-dots{
	padding-top:10px;
}
/*end nav carousel*/

 
.title-module{
	color: #4a4a4a;
	font-size: 1.8rem;
	line-height: 2.1rem;
	margin-bottom:0;
	font-weight:700;
	text-transform:uppercase;
}
.module-title-line{
	width: 100px;
	height: 2px;
	background-color:#4866ae;
}

 
.title-icon{
	font-size:1rem;
	font-weight:700;
	text-transform:uppercase;
	color:#666;
}

@media (max-width:540px){
.title-icon{
font-size:.8rem;
}}
.number{
	font-size:3.8rem;
	margin:1rem 0;
	display:inline-block;	
	font-weight:normal;
	color:#49585e;
    font-family: 'Kelson Sans';
	line-height:normal;
}
.big-text {
	margin: 1rem 0;
}
.info i{
	font-size:6rem;
	color:#49585e;
}
.info i:hover{
	color:#a5a5a5;	
}
.info>div{
	border:1px solid #ddd;
}
.info>div:hover{
	box-shadow:0 .5rem .8rem rgba(0,0,0,.15) !important;
}

@media (max-width:768px){
	.info i{
	font-size:4rem;
	}
	.number{
	font-size:3rem;
	}
}

.sprocket-quotes-item::after {
	border-color: #f1fdff transparent;
}
.sprocket-quotes-item {
	background: #f1fdff;
}
.sprocket-strips-c-title{
	text-align:center;
}

.sprocket-strips-c-title a {
	font-weight: 500;
	color: #ffec76;
	font-size:1.1rem;	
}
.sprocket-strips-c-extended-info {
	width: 100%;
}
.sprocket-strips-c-readon {
	background: #ffb91d;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	font-size:.9rem;
	transition:.3s;
}
.sprocket-strips-c-readon:hover{
	color:#fff;	
	background: #e1a714;
	text-decoration:none;
}
.sprocket-strips-c-content {
	padding: 0;
}
.sprocket-strips-c-content h4{
	margin-bottom:0;
	padding: 10px 15px;
	background:#888;
}
.sprocket-strips-c-content a:hover{
	text-decoration:none;
}
	
.sprocket-strips-c-text {
	margin-top: 0px;
	margin-bottom:0;
	font-size: 1rem;
	padding: 3px;
}

@media (min-width:480px){
.sprocket-strips-c-image{
	height:220px;
}
}
.sprocket-strips-c .sprocket-strips-c-image {
	border-color: #fa0;
}
.sprocket-quotes-text {
	font-size: .9em;
	line-height: 1.4em;
	color:#003f5c;
}
.sprocket-quotes-author, .sprocket-quotes-subtext{
	font-size: .9em;
	color:#003f5c;
	font-family: 'Kelson Sans';
}
.partners img{
	opacity:.6;
	margin:0 10px;
}
.partners img:hover{
	opacity:1;
}

.button-form {
	width: 100%;
	border: none !important;
	background-color: #4866ae !important;
	line-height: 14px;
	font-size: 1.1rem;
	text-align: center;
	color: #fff;
	font-weight: 700 !important;
	padding: 10px 0;
	text-transform: uppercase;
	height: 100%;
}
.main-services {
	margin-top: 40px;
	padding: 50px 30px 30px 30px;
	background-color: #fff;
	box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
	border-radius: 8px;
	text-align: center;
	transition: all 1s;
	height:100%;
}
.main-services:hover {
	margin-top: 25px;
	transition: all 1s;
}
.main-services ul{
	text-align:left;
	list-style-position:initial;
}
.main-services img {
	max-width: 230px;
	margin-bottom: 25px;
}
.main-services h3 {
	font-size: 22px;
	color: #292929;
	margin-bottom: 15px;
}
.feature-box{
	text-align:center;
	transition: all 1s;
}
.feature-box:hover {
	margin-top: -10px;
	transition: all 1s;
}
.feature-box i {
	padding: 15px 15px;
	font-size: 30px;
	line-height: 30px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	background: #7566e3;
}
.feature-box.light-green i {
	background: #a9d129;
}
.feature-box.light-blue i {
	background: #50a0d2;
}
.feature-box.orange i {
	background: #fe9c24;
}
.feature-box-text {
	width: 100%;
}
.feature-box h4 {
	font-size: 1rem;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight:normal;
}
.feature-box p {
	color: #7c8595;
}
.trust img{
	max-height:100px;
	max-width:150px;
}

.feature-box.vendor:hover {
	margin-top: 0px;
}

.vendor img{
	max-width:200px;
	max-height:100px;
}
.custom-vendor .vendor img{
	max-width:100%;
	max-height:100px;
}
.vendor .font-small{
	font-weight:bold;
	color:#0097b7;
}
.srfrImage{
	height:200px;
}

@media (max-width:480px){
.feature-box h4 {
	font-size: .7rem;
}
}
 /**/
 
 