@font-face {
	font-family: "avantebsnr";
	src: url("../fonts/a_avantebsnr_bold.eot");
	src: url("../fonts/a_avantebsnr_bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/a_avantebsnr_bold.woff") format("woff"),
	url("../fonts/a_avantebsnr_bold.ttf") format("truetype");
	font-style: 400;
	font-weight: normal;
}

/* ----------------------------           ---------------------------- */
/* ---------------------------- NORMALIZE ---------------------------- */
/* ----------------------------           ---------------------------- */
html {
	font-size: 16px	
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;	
	line-height: 1.2;
	color: #000;
	min-height: 100vh;
    display: -ms-flexbox!important;
    display: flex!important;
  	-ms-flex-direction: column!important;
    flex-direction: column!important;  
}
strong {
	font-weight:900;
}
small {
	font-size: 90%;
	line-height: 1.2;
}
button small,
a small {
	font-size: 70%;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	display: block;
}
h1,.h1 {
	font-size: 2.15rem;
	font-weight: 400;
	margin:0 0 20px;	
}
h2,.h2 {
	font-size: 1.9rem;
	font-weight:400;
	margin:0 0 20px;	
}
h3,.h3 {
	font-size: 1.75rem;
	font-weight:400;
	margin:0 0 10px;
}
h4,.h4 {
	font-size: 1.5rem;
	font-weight:400;
	margin:0 0 10px;
}
h5,.h5 {
	font-size: 1.25rem;	
	font-weight:400;
	margin:0 0 10px;
}
h6,.h6 {
	font-size: 1.15rem;
	font-weight:400;
	margin:0 0 10px;	
}
p {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 10px;	
}
a {
	text-decoration:none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;	
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover,
a:focus,
a:active   {
	color:#1c829b;
	text-decoration:none;
}
a:focus, 
button:focus, 
input:focus, 
img:focus, 
label:focus, 
a:active,
button:active {
	outline: none !important;
}
button,
input {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
iframe {
	display: block;
	margin:0 auto;
}

/* ---------------------------- FORM ---------------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input.form-control::-moz-placeholder,
input.form-control::-webkit-input-placeholder,
input.form-control:-ms-input-placeholder,
input.form-control::-ms-input-placeholder {
	color:#818181; 
	font-size: 0.85rem; 	
}
input.form-control::placeholder {
	color:#777777;
	font-size: 0.85rem;
} 
textarea.form-control::-moz-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control:-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
	color:#777777;  
	font-size: 0.85rem;		
}
textarea.form-control::placeholder {
	color:#777777;  
	font-size: 0.85rem;
} 
textarea.form-control {
	resize: none;
}
label {
	font-size: 0.85rem;	
	margin-bottom: 0.25rem;
}
.form-control {
	width: 100%;
	height: 40px;
    padding: 0.5rem 1rem;	
	font-size: 0.85rem;
	color: #777777;	
	background-color: #FFF;
	box-shadow: none;
	border:none;
	border-radius:0;
	margin: 0 auto;
}
.modal-box .form-control  {
	max-width: 100%;
}
.form-control:focus,
.form-control[aria-expanded="true"] {
	border:none;
	box-shadow:none;
}
.form-title {
	font-family: 'avantebsnr', sans-serif;	
}
.form-box {
	padding:22px 32px;
}
.form-group {
	position: relative;
	margin-bottom: 10px;
}
.form-group:last-child{ 
	margin-bottom: 0;
}

/* ---------------------------- MODAL -------------------------------- */
.modal-box,
.modal-valid {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding:0 24px 0 0;  
	margin-top:41px;
	vertical-align: top;
}
.modal-box .fancybox-close-small {
	display: none;
}
.fancybox-slide {

}
.fancybox-bg {
  background-color: rgba(10, 32, 76,0.8);
}
.fancybox-active .btn[data-src='#modal_callback'] {
	pointer-events: none;
}

/* ---------------------------- MAIN ---------------------------- */
main {
	background: url(../images/fon.jpg) no-repeat;
	/*background-repeat: repeat;
	background-position: center;*/
	background-attachment: fixed;
    background-position: 100% 0%;
}

/* ---------------------------- LINK -------------------------------- */
.link {
	font-family: 'Open Sans semibold', sans-serif;
	line-height: 1;
	color:#FFF;
	text-decoration: none;
	display: inline-block;
}
.link:focus,
.link:hover {
	color:#FFF;	
}

/* ---------------------------- NAV ---------------------------- */
header nav {
	position: relative;
	background-color: #0a204c;
	z-index: 99999;
}
.navbar {
	padding:10px 0;
}
.navbar>.container, 
.navbar>.container-fluid {
    display: block;
}
.nav {
	position: relative;
}
.nav-link {
    display: -ms-flexbox;
	display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.nav-pills .nav-link {
	border-radius: 0;
}
.nav-center .nav-link {
    -ms-flex-pack: center;
    justify-content: center;	
}
.nav-start .nav-link {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav-end .nav-link {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.navbar-toggler {
    padding: 7px 15px;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    border: none;
	text-align:center;
	z-index:1000;
	float: left;
}
.navbar-toggler .icon-bar {
	background:#84acf5;
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 0px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	margin:0 auto;
}
.navbar-toggler[aria-expanded="true"] {
	background:#0677bd;
}
.navbar-toggler .icon-bar+.icon-bar {
	margin-top: 7px;
}
.navbar-toggler .icon-bar+.icon-bar+.icon-bar {
	margin-top: 7px;
}
.navbar-collapse {
	padding:0;
	box-shadow:none;
	border:none;
}
/* ---------------------------- MAIN MENU ------------------------------------ */
.main-menu {
	width: 100%;
}
.main-menu .nav-link {
	font-family: 'avantebsnr', sans-serif;
	font-size:1.15rem;
	font-weight:400;
	line-height:1;
	color:#FFF;
	background-color: transparent;	
	text-align:center;
	min-height: 40px;
	border:none;
}

/* ----------------------------  LOGO ------------------------------------ */
.logo {
	display: block;
	text-align: left;
}
.brand {
	font-family: 'arial', sans-serif;
	font-weight: 600;
	color:#84acf5;
}

/* ----------------------------  CONTACT ------------------------------------ */
.contact p {
	overflow: hidden; 	
	margin-bottom: 0;
}	
.contact a img {
    vertical-align: top;	
}

/* ---------------------------- SECTION ---------------------------- */
.section {
	margin:0 auto;
	padding-top: 2.2rem;
	padding-bottom: 2.2rem;
	position: relative;
}
.section-header {
	min-height: 110px;
	padding: 1.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-header>div {
	width: 100%;
}
.section-content {
	position: relative;
}
.section-title {
	position: relative;	
	text-align: center;
}
.title {
	font-family: 'avantebsnr', sans-serif;	
	color:#414141;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title.h1,
.section-title.h2,
.section-title.h3,
.section-title.h4 {
	font-family: 'avantebsnr', sans-serif;
	font-weight: 600;
	line-height: 1;
    color: #4f81bd;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.section-title h1,
.section-title h2,
.section-title.h1,
.section-title.h2 {
	font-size: 2.6rem;
}
.section-title h3,
.section-title.h3 {
    font-size: 1.9rem;
}
.section-title h4,
.section-title.h4 {
    font-size: 1.7rem;
}
.section-title small {
	font-size: 75%;
    line-height: 1;
}
.section-control {
	text-align: center;	
	width: 100%;
}

/* ---------------------------- LIST ------------------------------- */
.list {
	margin:-15px;
}
.list>.list-item {
	padding:15px;
    left: inherit!important;
    top: inherit!important;
    position: relative!important;
}
.list-min2 {
	margin:-10px;
}
.list-min2>.list-item {
	padding:10px;
}
.list-min {
	margin:-5px;
}
.list-min>.list-item {
	padding:5px;
}
.list-horizontal{
	margin-top: -2rem;
	margin-bottom: -2rem;
}
.list-horizontal .list-item {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.list-bt .list-item:before {
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: #1e70ba;
	margin-right: 10px;
}
.nav-tags .nav-item {

}
.nav-tags .nav-link {
	color:#4f81bd;
	font-size:1.15rem;
	padding: 0.55rem;	
	background-color: #e1ebf5;
}

/* ---------------------------- TABS ------------------------------- */
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-item.show 
.nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #4f81bd;
}
.nav-tabs .nav-link {
	background-color: #e1ebf5;
    border: none;
    border-radius:0;
    padding: .65rem 0.25rem;
    text-transform: uppercase;
    text-align: center;
    color:#4f81bd;
    font-weight: 600;
    -ms-flex-pack: center;
    justify-content: center;
}

/* ---------------------------- CARD ------------------------------- */
.card {
    border: none;
    border-radius: 0;
	position: relative;
	padding:0;
	background-color:transparent;
}
.card-img-top {
    width: 100%;
    border-radius: 0;
}
.card .card-pic {
    display: flex;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
	width: 100%;
	padding: 1rem;
}
.card .card-img {
	width: auto;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: #ebebeb;
    border-bottom: none;
}
.card-header:first-child {
    border-radius:0;
}
.card-body {
	position: relative;
    padding: 1.25rem;
}
.card-title {
    font-family: 'avantebsnr', sans-serif;
    text-align: center;
}
.card-text {
	margin-bottom: 10px;
}
.card-text p {
	margin-bottom: 0;
}
.card-text,
.card-text p {
	color:#646464;
	font-size: 1rem;
}
.card-text p {
	margin-bottom: 5px;
}
.card-text p:last-child {
	margin-bottom: 0;
}
.card-text ol:last-child,
.card-text ul:last-child {
	margin-bottom: 0;	
}
.card-text ul>li+li {
	margin-top:5px;
}
.card-text>div {
	padding:0;
}

/* ---------------------------- PRICE ----------------------- */
.product .card {
	background-color: #FFF;
}
.product .card .card-pic {
	height: 270px;
}
.product .card .card-text,
.product .card .card-text p {
	font-size: 0.75rem;
	margin-bottom:5px;
}
.product .card .card-body {
	overflow: hidden;
	padding: 10px;
	background-color: #ebebeb;
}

/* ---------------------------- FOOTER ----------------------------- */
footer {
	position: relative;
}

/* ---------------------------- PIC ----------------------------- */
.pic {
	display: block;
	margin:0 auto;
	width: 100%;
}
.caption {
	height: 35px;
	line-height: 1;
	display: block;
	text-align: center;
	font-size: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-color: #ebebeb;
}

/* ---------------------------- STYLE ---------------------------- */
.text-green {
	color:#029a47 !important;
}
.text-gray {
	color:#646464 !important;
}
.text-black {
	color:#000 !important;
}
.text-blues {
	color:#84acf5 !important;
}
.text-blue {
	color:#0276bd !important;
}
.text-title{
	font-family: 'avantebsnr', sans-serif;
	color:#0f2e6e;
	text-transform: uppercase;
	text-align: center;
}
.bg-hgray {
	background-color: #ebebeb !important;
}
.bg-gray {
	background-color: #f9f9fa !important;
}
.bg-green {
	background-color: #85CB39 !important;
}
.bg-white {
	background-color: #FFF !important;
}
.bg-blue {
	background-color: #0f2e6e !important;
}
.bg-lblue {
	background-color: #4f81bd !important;
}
.bg-blues {
	background-color: #0677bd !important;	
}
.bg-fixed {
	position: relative;
	background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.bg-contain {
	position: relative;
	background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.bs {
	text-decoration: underline;
}
.bg-left:before {
	content: '';
	display: block;
	height: 100%;
	width: 152px;
	background-image: url(../images/corner.png);
	background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.bg-logo:before {
	content: '';
	display: block;
	height: 154px;
	width: 295px;
	background-image: url(../images/bg-logo.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: absolute;
	left: 50%;
	margin-left:-110px; 
	top: 0px;
	z-index: 10;	
}
.bg-end {
	padding-bottom: 1rem;
}
.bg-end:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 33.333333%;
	background-image: url(../images/hr-end.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	width: 66.666667%;
}
.bg-man:before {
 	content: "";	
	background-image: url(../images/bg-man.png);
	background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
	display: block;
	position: absolute; 
	bottom: 0;
	left: 15px;  
	z-index: 10;
	width: 326px;
	height: 100%;
}
.lh	{
	line-height: 1.4;
}
.lh2 {
	line-height: 1.7;	
}
/* ---------------------------- CATALOG ---------------------------- */
.img-catalog {
	position: absolute;
	top:-90px;
}

/* ---------------------------- CONTACT ---------------------------- */
.contact-box {
	display: inline-block;
	padding: 2.5rem 1.5rem;
	position: absolute;
	bottom: 48%;
	z-index: 100;
	color:#FFF;
}

/* ---------------------------- Z-INDEXT ---------------------------- */

.z-index-10 {
z-index: 10;
}

/* ---------------------------- BUTTON --------------------------------------- */
.btn {
	display: flex;
	text-align:center;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	cursor:pointer;
	box-shadow:none;
	border-radius:0;
	border:none;
	font-family: 'avantebsnr', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	padding:0.25rem 1rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;	
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
    height: 40px;	
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
	text-decoration:none;
}
.btn:hover,
.btn.focus, 
.btn:focus {
    outline: 0;
    box-shadow: none;
}

a.btn-green,
.btn-green {
	color:#FFF;
	background-color:#00b050;
}
a.btn-green:hover,
.btn-green:hover {
	color:#FFF;
	background-color:#029a47;
}
a.btn-white,
.btn-white {
	color:#85CB39;
	background-color:#FFF;
	border:1px solid #85CB39;
}
a.btn-white:hover,
.btn-white:hover {
	color:#FFF;
	background-color:#85CB39;
	border-color:#85CB39;
}
a.btn-gray,
.btn-gray {
	color:#FFF;
	background-color:#c0c0c0;
}
a.btn-gray:hover,
.btn-gray:hover {
	color:#FFF;
	background-color:#9f9f9f;
}
a.btn-yellow,
.btn-yellow {
	color:#FFF;
	background-color:#FFA303;
	border-bottom: 4px solid #E76F04;
}
a.btn-yellow:hover,
.btn-yellow:hover {
	color:#FFF;
	background-color:#E76F04;
}
a.btn-blue,
.btn-blue {
	color:#bacde5;
	background-color:#0f2e6e;
}
a.btn-blue:hover,
.btn-blue:hover {
	color:#bacde5;
	background-color:#163c8b;
}
a.btn-blues,
.btn-blues {
	color:#FFF;
	background-color:#0677bd;
}
a.btn-blues:hover,
.btn-blues:hover {
	color:#FFF;
	background-color:#066098;
}

/* ---------------------------- SIZE --------------------------------------- */
.h100 {
	height: 100px;
}
.w100 {
	width: 100px;
}

.product-info {
  padding: 15px;
}
.product-info__cont {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.product-info__image,
.product-info__params {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.product-info__image {
  width: 465px;
  padding-right: 30px;
}
.product-info__image img {
  width: 465px;
  border: 3px solid #e8e8e8;
}
.product-info__description p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-bottom: 15px;
}
.product-info__checks {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.product-info__check {
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  width: 30%;
  height: auto;
  background-color: #f5f5f5;
  padding: 10px;
  padding-left: 110px;
}
.product-info__check:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.product-info__check p {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: #525252;
  vertical-align: middle;
}
.product-info__check.-delivery {
  background: #f5f5f5 url(../images/img/icon-delivery.png) 15px center no-repeat;
}
.product-info__check.-garancy {
  background: #f5f5f5 url(../images/img/icon-garancy.png) 15px center no-repeat;
}
.product-info__check.-availability {
  background: #f5f5f5 url(../images/img/icon-availability.png) 15px center no-repeat;
}
.product-params {
  display: table;
  width: 100%;
}
.product-params__features,
.product-params__order {
  display: table-cell;
}
.product-params__features {
  padding-right: 30px;
}
.product-params__features tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.product-params__features th {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  padding: 0 10px;
}
.product-params__features td {
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
  padding-right: 10px;
}
.product-params__title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  color: #747474;
}
.product-params__order {
  width: 240px;
  text-align: right;
  padding-bottom: 100px;
}
.product-params__price {
  color: #34ac16;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
}
.product-params__download {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 70px;
  font-weight: 500;
  line-height: 18px;
  font-size: 14px;
  color: #747474;
  text-align: left;
  background: url(../images/icon-pdf.png) top left no-repeat;
}
.product-params__download-link {
  display: block;
  margin-top: 8px;
  color: #0679e9;
  text-decoration: none;
  margin-bottom: 3px;
}
.product-params__download-link:hover {
  color: #055fb7;
}

.modal_item {
    width: 1200px;
}

.button {
    color: #4f81bd;
    font-size: 1.15rem;
    padding: 0.55rem;
    background-color: #e1ebf5;
    border: 1px solid #4f81bd;
    margin-right: 15px;
}
input[type=radio]{
    display: none;
}
input[type="radio"] + label{
    color: #4f81bd;
    font-size: 1.15rem;
    padding: 0.55rem;
    background-color: #e1ebf5;
    border: 1px solid #4f81bd;
    margin-right: 15px;
}
input[type="radio"]:checked + label {
    color: #4f81bd;
    font-size: 1.15rem;
    padding: 0.55rem;
    background-color: #ffffff;
    border: 1px solid #4f81bd;
    margin-right: 15px;
}

.modal_order {
    width: 500px;
    max-width: 100%;
}
.catalog-form__fields {
    margin-bottom: 15px;
}
.form-fields__text > input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #b6b0b3;
    background: none;
    padding: 5px;
    margin-bottom: 10px;
    color: #a7a7a7;
    font-size: 14px;
    margin-bottom: 30px;
    outline: none;
}

.js-om-title {
    margin: 0 0 25px;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 30px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #00b050; }
 
.option-set input {
    display: none;
} 
      
.option-set label {
    color: #4f81bd;
    font-size: 1.15rem;
    padding: 0.55rem;
    background-color: #e1ebf5;
    margin-left: 7px;
    position: relative;
    cursor: pointer;
}  

.option-set input:checked+label {
    color: #FFF;
    background-color: #4f81bd;
}
.option-set input:checked+label:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    right: 2px;
    width: 10px;
    top: 2px;
    fill: #fff;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490 490' style='enable-background:new 0 0 490 490;'  xml:space='preserve'%3E%3Cpolygon points='11.387,490 245,255.832 478.613,490 489.439,479.174 255.809,244.996 489.439,10.811 478.613,0 245,234.161 11.387,0 0.561,10.811 234.191,244.996 0.561,479.174 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.filters {
	border: 2px dotted #4f81bd;
	padding: 20px;
	margin: 20px;
	padding-bottom:0;
}

.text-gray blockquote {
margin: 0;
background: white;
border-top: 5px solid #0677BD;
border-bottom: 5px solid #0677BD;
color: #3A3C55;
padding: 30px 30px 30px 90px;
position: relative;
}
.text-gray blockquote:before {
content: "\201C";
font-family: serif;
position: absolute;
left: 20px;
top: 20px;
color: white;
background: #0677BD;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 50px;
line-height: 1.35;
text-align: center;
}
.text-gray blockquote p {
margin: 0 0 16px;
letter-spacing: .05em;
}
