/*
	Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
    05. Fonts -------------------------------------
    06. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    07. Reset -------------------------------------
    08. Regions -----------------------------------
    09. Container ---------------------------------
    10. Content -----------------------------------
    11. Footer ------------------------------------
    12. Header ------------------------------------
    13. Main --------------------------------------
    14. Shell -------------------------------------
    15. Sidebar -----------------------------------
    16. Wrapper -----------------------------------
    17. Modules -----------------------------------
    18. Bar ---------------------------------------
    19. Box ---------------------------------------
    20. Box Centered ------------------------------
    21. Box Clear ---------------------------------
    22. Breadcrumbs -------------------------------
    23. Button ------------------------------------
         Button Block -----------------------------
    24. Callout -----------------------------------
    25. Features ----------------------------------
    26. Form Elements -----------------------------
    27. Form --------------------------------------
    28. Form Find ---------------------------------
    29. Intro -------------------------------------
    30. List --------------------------------------
    31. Logo --------------------------------------
    32. Nav ---------------------------------------
    33. Section -----------------------------------
    34. Slider ------------------------------------
    35. Table -------------------------------------
    36. Widget ------------------------------------
    37. Themes ------------------------------------
 */
/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.google-shopping {
  background-image: image-url(/assets/sprite-7dc509f39418960d95fbc23ca9a736d55880c6e768dde0f2cd810a33146d8147.png);
  background-position: 0% 0%;
  background-size: 160% 160%;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

.ico-calendar {
  background-image: image-url(/assets/sprite-7dc509f39418960d95fbc23ca9a736d55880c6e768dde0f2cd810a33146d8147.png);
  background-position: 100% 0%;
  background-size: 307.6923076923% 275.8620689655%;
  width: 26px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

.ico-facebook {
  background-image: image-url(/assets/sprite-7dc509f39418960d95fbc23ca9a736d55880c6e768dde0f2cd810a33146d8147.png);
  background-position: 83.0769230769% 50.7692307692%;
  background-size: 533.3333333333% 533.3333333333%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

.ico-follow {
  background-image: image-url(/assets/sprite-7dc509f39418960d95fbc23ca9a736d55880c6e768dde0f2cd810a33146d8147.png);
  background-position: 53.5714285714% 91.5254237288%;
  background-size: 333.3333333333% 380.9523809524%;
  width: 24px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

.ico-search {
  background-image: image-url(/assets/sprite-7dc509f39418960d95fbc23ca9a736d55880c6e768dde0f2cd810a33146d8147.png);
  background-position: 0% 100%;
  background-size: 307.6923076923% 307.6923076923%;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

.ico-twitter {
  background-image: image-url(/assets/sprite-7dc509f39418960d95fbc23ca9a736d55880c6e768dde0f2cd810a33146d8147.png);
  background-position: 89.2307692308% 83.0769230769%;
  background-size: 533.3333333333% 533.3333333333%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .ico-calendar {
    background-image: image-url(/assets/sprite.@2x-6af6277f8b12a00ae1cbffa555a4e1c87ff284127648c3c69fffd7e45924efec.png);
    background-position: 0% 0%;
    background-size: 292.1568627451% 186.2068965517%;
    width: 25.5px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }
  .ico-facebook {
    background-image: image-url(/assets/sprite.@2x-6af6277f8b12a00ae1cbffa555a4e1c87ff284127648c3c69fffd7e45924efec.png);
    background-position: 46.218487395% 84.6153846154%;
    background-size: 496.6666666667% 360%;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }
  .ico-follow {
    background-image: image-url(/assets/sprite.@2x-6af6277f8b12a00ae1cbffa555a4e1c87ff284127648c3c69fffd7e45924efec.png);
    background-position: 0% 100%;
    background-size: 317.0212765957% 257.1428571429%;
    width: 23.5px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }
  .ico-search {
    background-image: image-url(/assets/sprite.@2x-6af6277f8b12a00ae1cbffa555a4e1c87ff284127648c3c69fffd7e45924efec.png);
    background-position: 60.824742268% 0%;
    background-size: 286.5384615385% 211.7647058824%;
    width: 26px;
    height: 25.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }
  .ico-twitter {
    background-image: image-url(/assets/sprite.@2x-6af6277f8b12a00ae1cbffa555a4e1c87ff284127648c3c69fffd7e45924efec.png);
    background-position: 100% 0%;
    background-size: 496.6666666667% 360%;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover,
a[href^=tel] {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.65em;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.3em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none !important;
}

/*  Alignleft  */
.alignleft {
  float: left;
}

/*  Alignright  */
.alignright {
  float: right;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

img,
iframe {
  border: 0 none;
  height: 30px;
  width: auto;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 5px 0;
  background: #c7c8ca;
}

.footer ul {
  list-style-type: none;
}

.footer .logo {
  float: left;
  margin-left: 20px;
  margin-top: 37px;
}

.footer .logo svg {
  width: 162px;
  height: 34px;
}

.footer .footer__content {
  float: right;
}

.footer .footer__content:after {
  content: "";
  clear: both;
  display: table;
  line-height: 0;
}

.footer .footer__holder {
  float: left;
  margin-top: 23px;
}

.footer .footer__holder a {
  font-size: 14px;
  color: #231f20;
  text-decoration: none;
}

.footer .footer__holder a:hover {
  text-decoration: underline;
}

.footer .footer__holder p {
  font-size: 11px;
}

.footer .footer__holder ul {
  margin-bottom: 13px;
}

.footer .footer__holder + .footer__holder {
  margin-left: 115px;
}

.footer .footer__holder + .footer__socials {
  margin-left: 75px;
}

.footer .footer__socials {
  float: left;
  text-align: center;
}

.footer .footer__socials p {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  color: #231f20;
}

.footer .footer__socials p span {
  display: block;
  margin-top: -3px;
  font-size: 14px;
}

.footer .footer__socials .ico-facebook,
.footer .footer__socials .ico-twitter {
  width: 20px;
  height: 20px;
}

.footer .socials {
  text-align: right;
}

.footer .socials ul:after {
  content: "";
  clear: both;
  display: table;
  line-height: 0;
}

.footer .socials li {
  float: left;
}

.footer .socials li + li {
  margin-left: 0;
}

@media (max-width: 1023px) {
  .footer {
    text-align: center;
  }
  .footer .logo {
    display: block;
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
  .footer .socials {
    display: inline-block;
  }
  .footer .footer__holder,
  .footer .footer__socials,
  .footer .footer__content {
    float: none;
  }
  .footer .footer__holder + .footer__socials,
  .footer .footer__holder + .footer__holder {
    margin-top: 20px;
    margin-left: 0;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: #4d98cb;
}

.header .logo {
  float: left;
  margin-top: 14px;
}

.header .logo svg {
  width: 162px;
  height: 34px;
}

.header .header__inner {
  float: right;
}

.header .header__actions:after {
  content: "";
  clear: both;
  display: table;
  line-height: 0;
}

.header .header__actions a {
  display: block;
  float: left;
  padding: 24px 24px 20px;
  font-size: 16px;
  color: #231f20;
  font-weight: 700;
  text-decoration: none;
}

.header .header__actions a span {
  position: relative;
  padding-bottom: 3px;
}

.header .header__actions a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #7ab2d8;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.header .header__actions a + a {
  border-left: 1px solid #68a4d2;
}

.header .header__actions a:hover span:after {
  width: 0%;
}

.header .header__actions .link-login {
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header .header__actions .link-login:hover {
  color: #231f20;
}

.header .header__actions .link-login span:after {
  content: none;
}

@media (max-width: 1023px) {
  .header {
    padding: 15px 0;
    text-align: center;
  }
  .header .logo {
    display: block;
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .header .logo svg {
    width: 119px;
    height: 25px;
  }
  .header .header__inner {
    float: none;
  }
  .header .header__actions a {
    display: inline-block;
    float: none;
    padding: 0;
    font-size: 14px;
  }
  .header .header__actions a + a {
    margin-left: 20px;
    border: 0;
  }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 980px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

.shell:after {
  content: "";
  clear: both;
  display: table;
  line-height: 0;
}

.shell--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  min-height: 100vh;
}

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  background: #c7c8ca;
}

/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.boxes-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -20px;
}

.boxes-main .box-main {
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 11px;
  border: 2px solid #979797;
}

.box-main .box__inner {
  position: relative;
  height: 216px;
}

.box-main .box__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.box-main .btn-follows {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 12px 0 0 0;
  background: #d1d1d1;
  font-size: 14px;
  font-weight: 500;
  color: #231f20;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.box-main .btn-follows:hover {
  background: #231f20;
  color: #d1d1d1;
}

.box-main .btn-follows span {
  display: block;
  font-size: 25px;
}

.box-main .box__overlay {
  padding: 10px 5px;
  text-align: center;
  background: #fff;
  color: #231f20;
}

.box-main .box__overlay h3 {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #231f20;
}

@media (max-width: 1023px) {
  .boxes-main .box-main {
    width: 100%;
    max-width: 80%;
    margin: 0 auto 20px;
  }
}
/* ------------------------------------------------------------ *\
	Box Centered
\* ------------------------------------------------------------ */
.box-main--centered .box__image {
  background-size: contain;
}

/* ------------------------------------------------------------ *\
	Box Clear
\* ------------------------------------------------------------ */
.box-main--clear .box__image {
  text-align: center;
}

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  font-size: 14px;
  color: #939598;
}

.breadcrumbs ul {
  display: inline-block;
}

.breadcrumbs ul:after {
  content: "";
  clear: both;
  display: table;
  line-height: 0;
}

.breadcrumbs li {
  float: left;
}

.breadcrumbs li + li:before {
  content: ">";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.breadcrumbs li.current a {
  font-weight: 700;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .breadcrumbs {
    font-size: 12px;
    text-align: left;
    color: #939598;
  }
  .breadcrumbs li {
    display: inline;
    float: none;
  }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn--default {
  display: block;
  min-width: 202px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: #fb9a31;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 32px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn--default:hover {
  opacity: 0.7;
  color: #fff;
}

/*  Button Block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  padding: 8px 0;
  background: #4d98cb;
  text-align: center;
}

.callout p {
  margin-bottom: 1px;
  font-size: 16px;
  color: #231f20;
  font-weight: 500;
}

.callout h3 {
  color: #fff;
  font-size: 22px;
}

.callout h3 span {
  font-weight: 300;
}

@media (max-width: 1023px) {
  .callout h3 {
    font-size: 18px;
  }
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features-main .feature-main {
  width: 33.33%;
}

.feature-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 14px;
}

.feature-main + .feature-main {
  border-left: 2px solid #babbbd;
}

.feature-main .feature__icon {
  margin-right: 11px;
}

@media (max-width: 1023px) {
  .features-main {
    display: block;
  }
  .features-main .feature-main {
    width: 100%;
  }
  .feature-main + .feature-main {
    border-left: 0;
    border-top: 2px solid #babbbd;
  }
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.field {
  width: 100%;
  height: 32px;
  padding: 0 51px 0 18px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  color: #939598;
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Form Find
\* ------------------------------------------------------------ */
.form-find {
  max-width: 495px;
  padding: 15px 24px;
  border-radius: 10px;
  margin: 0 auto;
  background: #4d98cb;
  text-align: center;
}

.form-find .form__controls {
  position: relative;
  max-width: 202px;
  margin: 0 auto;
}

.form-find .form__controls .form__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42px;
  background: #23408f;
  border: 0;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.form-find .form__controls .form__btn:hover {
  opacity: 0.7;
}

.form-find p {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 22px;
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro-main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.intro-main .intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 316px;
}

.intro-main .intro__inner .form-find {
  margin-bottom: 15px;
}

.intro-main .intro__badges {
  position: absolute;
  top: 17px;
  right: 4px;
}

.intro-main .intro__badges ul {
  list-style-type: none;
}

.intro-main .intro__badges ul:after {
  content: "";
  clear: both;
  display: table;
  line-height: 0;
}

.intro-main .intro__badges ul li {
  float: left;
}

.intro-main .intro__badges ul li + li {
  margin-left: 5px;
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^=list-] {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section--default {
  min-height: 400px;
  padding: 11px 0 40px;
}

.section--default .section__head {
  margin-bottom: 10px;
  text-align: center;
}

.section--default .section__head p {
  font-size: 16px;
  color: #231f20;
}

.section--default .section__head p a {
  font-weight: 700;
  color: #4e97c9;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.section--default .section__head p a:hover {
  opacity: 0.7;
}

.section--default .breadcrumbs {
  margin-bottom: 7px;
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */
.errormsg {
  display: none;
  font-size: 12px;
  color: #FF4D4D;
  padding-top: 3px;
  padding-left: 5px;
}

p.notice.alert {
  background-color: #fb9a31;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  margin-bottom: 0em;
  font-size: large;
}

p.notice.alert.advertiser {
  background-color: #dd1c16;
  color: #ffffff;
  text-align: center;
}
