/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: inherit;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1e76b4;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #1e76b4;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 5px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #e1e1e1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  line-height: 1.2;
  color: #231f20;
  margin: 0 0 10px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #231f20;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #231f20;
  text-decoration: none;
}
h1 {
  margin: 0 0 20px;
}
h2 {
  margin: 0 0 10px;
}
h3 {
  margin: 0 0 10px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.375em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 0.875em;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark {
  background-color: #ff2736;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
}
ul li,
ol li {
  list-style: none outside none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  margin-left: 35px;
  font-size: 0.875em;
}
ul ol,
ol ol {
  counter-reset: li;
}
ul ol > li:before,
ol ol > li:before {
  content: counter(li) '.';
  counter-increment: li;
  margin-right: 4px;
}
ul ul > li:before,
ol ul > li:before {
  content: '-';
  margin-right: 4px;
  color: #231f20;
}
ul > li:before {
  content: '\2022';
  color: #ff2736;
  margin-right: 8px;
}
ol {
  counter-reset: li;
}
ol > li:before {
  content: counter(li) ')';
  counter-increment: li;
  margin-right: 4px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.list-unstyled li:before {
  display: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: -5px;
}
.list-inline li:before {
  display: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 10px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e1e1e1;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px;
  margin: 0 0 10px;
  font-size: 16px;
  border-left: 5px solid #231f20;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #e1e1e1;
}
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #231f20;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 10px;
  font-style: normal;
  line-height: 1.5;
}
table {
  max-width: 100%;
  background-color: #ffffff;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 12px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  border-left-width: 0;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 800;
}
.table > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}
.table .table {
  background-color: #ffffff;
}
.table > thead > tr > th,
.table > tbody > tr > th {
  border-width: 0;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child {
  border-left-width: 0;
}
.table-condensed {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 3px 6px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.table-condensed > thead > tr > th:first-child,
.table-condensed > tbody > tr > th:first-child,
.table-condensed > tfoot > tr > th:first-child,
.table-condensed > thead > tr > td:first-child,
.table-condensed > tbody > tr > td:first-child,
.table-condensed > tfoot > tr > td:first-child {
  border-left-width: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 800;
}
.table-condensed > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}
.table-condensed .table {
  background-color: #ffffff;
}
.table-bordered {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  border: 1px solid #e1e1e1;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  padding: 6px 12px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child {
  border-left-width: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 800;
}
.table-bordered > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}
.table-bordered .table {
  background-color: #ffffff;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e1e1e1;
}
.table-striped {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.table-striped > thead > tr > th,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > td {
  padding: 6px 12px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.table-striped > thead > tr > th:first-child,
.table-striped > tbody > tr > th:first-child,
.table-striped > tfoot > tr > th:first-child,
.table-striped > thead > tr > td:first-child,
.table-striped > tbody > tr > td:first-child,
.table-striped > tfoot > tr > td:first-child {
  border-left-width: 0;
}
.table-striped > thead > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 800;
}
.table-striped > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}
.table-striped .table {
  background-color: #ffffff;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f7;
}
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td {
  border-top-width: 0;
}
.btn-red {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-red:hover,
.btn-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-red {
  text-decoration: none;
}
.btn-small-red {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-red:hover,
.btn-small-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-red {
  text-decoration: none;
}
.btn-small-right-arrow-red {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-red:hover,
.btn-small-right-arrow-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-red {
  text-decoration: none;
}
.btn-small-right-arrow-red:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/red-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-red {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-red:hover,
.btn-small-block-right-arrow-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-red {
  text-decoration: none;
}
.btn-small-block-right-arrow-red:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/red-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-red {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-red:hover,
.btn-small-left-arrow-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-red {
  text-decoration: none;
}
.btn-small-left-arrow-red:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/red-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-red {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-red:hover,
.btn-small-block-left-arrow-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-red {
  text-decoration: none;
}
.btn-small-block-left-arrow-red:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/red-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-red {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-red:hover,
.btn-small-block-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-red {
  text-decoration: none;
}
.image-hover-red {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-red img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-yellow {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-yellow:hover,
.btn-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-yellow {
  text-decoration: none;
}
.btn-small-yellow {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-yellow:hover,
.btn-small-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-yellow {
  text-decoration: none;
}
.btn-small-right-arrow-yellow {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-yellow:hover,
.btn-small-right-arrow-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-yellow {
  text-decoration: none;
}
.btn-small-right-arrow-yellow:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/yellow-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-yellow {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-yellow:hover,
.btn-small-block-right-arrow-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-yellow {
  text-decoration: none;
}
.btn-small-block-right-arrow-yellow:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/yellow-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-yellow {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-yellow:hover,
.btn-small-left-arrow-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-yellow {
  text-decoration: none;
}
.btn-small-left-arrow-yellow:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/yellow-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-yellow {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-yellow:hover,
.btn-small-block-left-arrow-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-yellow {
  text-decoration: none;
}
.btn-small-block-left-arrow-yellow:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/yellow-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-yellow {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-yellow:hover,
.btn-small-block-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-yellow {
  text-decoration: none;
}
.image-hover-yellow {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-yellow img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-orange {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-orange:hover,
.btn-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-orange {
  text-decoration: none;
}
.btn-small-orange {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-orange:hover,
.btn-small-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-orange {
  text-decoration: none;
}
.btn-small-right-arrow-orange {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-orange:hover,
.btn-small-right-arrow-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-orange {
  text-decoration: none;
}
.btn-small-right-arrow-orange:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/orange-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-orange {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-orange:hover,
.btn-small-block-right-arrow-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-orange {
  text-decoration: none;
}
.btn-small-block-right-arrow-orange:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/orange-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-orange {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-orange:hover,
.btn-small-left-arrow-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-orange {
  text-decoration: none;
}
.btn-small-left-arrow-orange:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/orange-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-orange {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-orange:hover,
.btn-small-block-left-arrow-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-orange {
  text-decoration: none;
}
.btn-small-block-left-arrow-orange:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/orange-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-orange {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-orange:hover,
.btn-small-block-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-orange {
  text-decoration: none;
}
.image-hover-orange {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-orange img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-green {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-green:hover,
.btn-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-green {
  text-decoration: none;
}
.btn-small-green {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-green:hover,
.btn-small-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-green {
  text-decoration: none;
}
.btn-small-right-arrow-green {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-green:hover,
.btn-small-right-arrow-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-green {
  text-decoration: none;
}
.btn-small-right-arrow-green:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/green-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-green {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-green:hover,
.btn-small-block-right-arrow-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-green {
  text-decoration: none;
}
.btn-small-block-right-arrow-green:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/green-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-green {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-green:hover,
.btn-small-left-arrow-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-green {
  text-decoration: none;
}
.btn-small-left-arrow-green:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/green-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-green {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-green:hover,
.btn-small-block-left-arrow-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-green {
  text-decoration: none;
}
.btn-small-block-left-arrow-green:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/green-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-green {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-green:hover,
.btn-small-block-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-green {
  text-decoration: none;
}
.image-hover-green {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-green img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-blue {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-blue:hover,
.btn-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-blue {
  text-decoration: none;
}
.btn-small-blue {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-blue:hover,
.btn-small-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-blue {
  text-decoration: none;
}
.btn-small-right-arrow-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-blue:hover,
.btn-small-right-arrow-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-blue {
  text-decoration: none;
}
.btn-small-right-arrow-blue:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/blue-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-blue:hover,
.btn-small-block-right-arrow-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-blue {
  text-decoration: none;
}
.btn-small-block-right-arrow-blue:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/blue-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-blue:hover,
.btn-small-left-arrow-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-blue {
  text-decoration: none;
}
.btn-small-left-arrow-blue:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/blue-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-blue:hover,
.btn-small-block-left-arrow-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-blue {
  text-decoration: none;
}
.btn-small-block-left-arrow-blue:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/blue-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-blue:hover,
.btn-small-block-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-blue {
  text-decoration: none;
}
.image-hover-blue {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-blue img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-light-blue {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-light-blue:hover,
.btn-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-light-blue {
  text-decoration: none;
}
.btn-small-light-blue {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-light-blue:hover,
.btn-small-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-light-blue {
  text-decoration: none;
}
.btn-small-right-arrow-light-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-light-blue:hover,
.btn-small-right-arrow-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-light-blue {
  text-decoration: none;
}
.btn-small-right-arrow-light-blue:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/light-blue-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-light-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-light-blue:hover,
.btn-small-block-right-arrow-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-light-blue {
  text-decoration: none;
}
.btn-small-block-right-arrow-light-blue:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/light-blue-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-light-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-light-blue:hover,
.btn-small-left-arrow-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-light-blue {
  text-decoration: none;
}
.btn-small-left-arrow-light-blue:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/light-blue-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-light-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-light-blue:hover,
.btn-small-block-left-arrow-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-light-blue {
  text-decoration: none;
}
.btn-small-block-left-arrow-light-blue:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/light-blue-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-light-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-light-blue:hover,
.btn-small-block-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-light-blue {
  text-decoration: none;
}
.image-hover-light-blue {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-light-blue img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-purple {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-purple:hover,
.btn-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-purple {
  text-decoration: none;
}
.btn-small-purple {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-purple:hover,
.btn-small-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-purple {
  text-decoration: none;
}
.btn-small-right-arrow-purple {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-purple:hover,
.btn-small-right-arrow-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-purple {
  text-decoration: none;
}
.btn-small-right-arrow-purple:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/purple-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-purple {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-purple:hover,
.btn-small-block-right-arrow-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-purple {
  text-decoration: none;
}
.btn-small-block-right-arrow-purple:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/purple-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-purple {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-purple:hover,
.btn-small-left-arrow-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-purple {
  text-decoration: none;
}
.btn-small-left-arrow-purple:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/purple-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-purple {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-purple:hover,
.btn-small-block-left-arrow-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-purple {
  text-decoration: none;
}
.btn-small-block-left-arrow-purple:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/purple-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-purple {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-purple:hover,
.btn-small-block-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-purple {
  text-decoration: none;
}
.image-hover-purple {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-purple img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: #ffffff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
}
select {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: #ffffff;
  padding: 5px 5px 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}
select:-moz-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
}
select::-moz-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
  opacity: 1;
}
select:-ms-input-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
}
select::-webkit-input-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
}
textarea {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: #ffffff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:-moz-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
}
textarea::-moz-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
}
textarea::-webkit-input-placeholder {
  color: #231f20;
  font: italic 16px Open Sans;
}
label {
  cursor: pointer;
}
label .req {
  color: #ff2736;
  font-size: 0.875em;
}
.checkbox,
.radio {
  position: relative;
  margin-bottom: 5px;
}
.checkbox input,
.radio input {
  position: absolute;
  left: 0;
  margin-right: 5px;
  margin-top: 5px;
}
.checkbox label,
.radio label {
  display: block;
  padding-left: 20px;
}
.btn-red {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-red:hover,
.btn-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-red {
  text-decoration: none;
}
.btn-small-red {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-red:hover,
.btn-small-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-red {
  text-decoration: none;
}
.btn-small-right-arrow-red {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-red:hover,
.btn-small-right-arrow-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-red {
  text-decoration: none;
}
.btn-small-right-arrow-red:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/red-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-red {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-red:hover,
.btn-small-block-right-arrow-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-red {
  text-decoration: none;
}
.btn-small-block-right-arrow-red:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/red-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-red {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-red:hover,
.btn-small-left-arrow-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-red {
  text-decoration: none;
}
.btn-small-left-arrow-red:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/red-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-red {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-red:hover,
.btn-small-block-left-arrow-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-red {
  text-decoration: none;
}
.btn-small-block-left-arrow-red:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/red-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-red {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff2736;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-red:hover,
.btn-small-block-red:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-red {
  text-decoration: none;
}
.image-hover-red {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-red img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-yellow {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-yellow:hover,
.btn-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-yellow {
  text-decoration: none;
}
.btn-small-yellow {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-yellow:hover,
.btn-small-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-yellow {
  text-decoration: none;
}
.btn-small-right-arrow-yellow {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-yellow:hover,
.btn-small-right-arrow-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-yellow {
  text-decoration: none;
}
.btn-small-right-arrow-yellow:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/yellow-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-yellow {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-yellow:hover,
.btn-small-block-right-arrow-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-yellow {
  text-decoration: none;
}
.btn-small-block-right-arrow-yellow:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/yellow-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-yellow {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-yellow:hover,
.btn-small-left-arrow-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-yellow {
  text-decoration: none;
}
.btn-small-left-arrow-yellow:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/yellow-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-yellow {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-yellow:hover,
.btn-small-block-left-arrow-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-yellow {
  text-decoration: none;
}
.btn-small-block-left-arrow-yellow:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/yellow-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-yellow {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fabd39;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-yellow:hover,
.btn-small-block-yellow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-yellow {
  text-decoration: none;
}
.image-hover-yellow {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-yellow img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-orange {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-orange:hover,
.btn-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-orange {
  text-decoration: none;
}
.btn-small-orange {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-orange:hover,
.btn-small-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-orange {
  text-decoration: none;
}
.btn-small-right-arrow-orange {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-orange:hover,
.btn-small-right-arrow-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-orange {
  text-decoration: none;
}
.btn-small-right-arrow-orange:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/orange-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-orange {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-orange:hover,
.btn-small-block-right-arrow-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-orange {
  text-decoration: none;
}
.btn-small-block-right-arrow-orange:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/orange-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-orange {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-orange:hover,
.btn-small-left-arrow-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-orange {
  text-decoration: none;
}
.btn-small-left-arrow-orange:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/orange-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-orange {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-orange:hover,
.btn-small-block-left-arrow-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-orange {
  text-decoration: none;
}
.btn-small-block-left-arrow-orange:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/orange-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-orange {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff7519;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-orange:hover,
.btn-small-block-orange:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-orange {
  text-decoration: none;
}
.image-hover-orange {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-orange img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-green {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-green:hover,
.btn-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-green {
  text-decoration: none;
}
.btn-small-green {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-green:hover,
.btn-small-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-green {
  text-decoration: none;
}
.btn-small-right-arrow-green {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-green:hover,
.btn-small-right-arrow-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-green {
  text-decoration: none;
}
.btn-small-right-arrow-green:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/green-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-green {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-green:hover,
.btn-small-block-right-arrow-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-green {
  text-decoration: none;
}
.btn-small-block-right-arrow-green:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/green-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-green {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-green:hover,
.btn-small-left-arrow-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-green {
  text-decoration: none;
}
.btn-small-left-arrow-green:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/green-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-green {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-green:hover,
.btn-small-block-left-arrow-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-green {
  text-decoration: none;
}
.btn-small-block-left-arrow-green:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/green-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-green {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #28895d;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-green:hover,
.btn-small-block-green:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-green {
  text-decoration: none;
}
.image-hover-green {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-green img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-blue {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-blue:hover,
.btn-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-blue {
  text-decoration: none;
}
.btn-small-blue {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-blue:hover,
.btn-small-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-blue {
  text-decoration: none;
}
.btn-small-right-arrow-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-blue:hover,
.btn-small-right-arrow-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-blue {
  text-decoration: none;
}
.btn-small-right-arrow-blue:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/blue-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-blue:hover,
.btn-small-block-right-arrow-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-blue {
  text-decoration: none;
}
.btn-small-block-right-arrow-blue:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/blue-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-blue:hover,
.btn-small-left-arrow-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-blue {
  text-decoration: none;
}
.btn-small-left-arrow-blue:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/blue-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-blue:hover,
.btn-small-block-left-arrow-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-blue {
  text-decoration: none;
}
.btn-small-block-left-arrow-blue:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/blue-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1e76b4;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-blue:hover,
.btn-small-block-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-blue {
  text-decoration: none;
}
.image-hover-blue {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-blue img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-light-blue {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-light-blue:hover,
.btn-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-light-blue {
  text-decoration: none;
}
.btn-small-light-blue {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-light-blue:hover,
.btn-small-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-light-blue {
  text-decoration: none;
}
.btn-small-right-arrow-light-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-light-blue:hover,
.btn-small-right-arrow-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-light-blue {
  text-decoration: none;
}
.btn-small-right-arrow-light-blue:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/light-blue-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-light-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-light-blue:hover,
.btn-small-block-right-arrow-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-light-blue {
  text-decoration: none;
}
.btn-small-block-right-arrow-light-blue:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/light-blue-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-light-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-light-blue:hover,
.btn-small-left-arrow-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-light-blue {
  text-decoration: none;
}
.btn-small-left-arrow-light-blue:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/light-blue-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-light-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-light-blue:hover,
.btn-small-block-left-arrow-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-light-blue {
  text-decoration: none;
}
.btn-small-block-left-arrow-light-blue:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/light-blue-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-light-blue {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #aaccdb;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-light-blue:hover,
.btn-small-block-light-blue:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-light-blue {
  text-decoration: none;
}
.image-hover-light-blue {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-light-blue img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-purple {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  min-width: 167px;
}
.btn-purple:hover,
.btn-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-purple {
  text-decoration: none;
}
.btn-small-purple {
  border-width: 0;
  border-radius: 3px;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
}
.btn-small-purple:hover,
.btn-small-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-purple {
  text-decoration: none;
}
.btn-small-right-arrow-purple {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-right: 11px;
}
.btn-small-right-arrow-purple:hover,
.btn-small-right-arrow-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-right-arrow-purple {
  text-decoration: none;
}
.btn-small-right-arrow-purple:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/purple-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-right-arrow-purple {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-right-arrow-purple:hover,
.btn-small-block-right-arrow-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-right-arrow-purple {
  text-decoration: none;
}
.btn-small-block-right-arrow-purple:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/purple-arrow-right.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-left-arrow-purple {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  margin-left: 11px;
}
.btn-small-left-arrow-purple:hover,
.btn-small-left-arrow-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-left-arrow-purple {
  text-decoration: none;
}
.btn-small-left-arrow-purple:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/purple-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-left-arrow-purple {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-left-arrow-purple:hover,
.btn-small-block-left-arrow-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-left-arrow-purple {
  text-decoration: none;
}
.btn-small-block-left-arrow-purple:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow/purple-arrow-left.png");
  -webkit-background-size: 11px 100%;
  -moz-background-size: 11px 100%;
  -o-background-size: 11px 100%;
  background-size: 11px 100%;
}
.btn-small-block-purple {
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 7px 11px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #832889;
  color: #fff;
  margin: 5px 0;
  display: block;
  text-align: left;
  font-weight: 600;
}
.btn-small-block-purple:hover,
.btn-small-block-purple:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn-small-block-purple {
  text-decoration: none;
}
.image-hover-purple {
  background: #f6f6f6;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.image-hover-purple img {
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/*# sourceMappingURL=pagestyle.css.map */