@charset "UTF-8";
/*	-------------------------------------------------
                    Переменные шаблона | Theme variables
                    ---------------------------------------------------- */
/* Bordeaux */
/*	-------------------------------------------------
                    Примеси | Mixins
                    ---------------------------------------------------- */
/*	-------------------------------------------------
                    Стандартные элементы страницы | Base page elements
                    ---------------------------------------------------- */
html {
  height: 100%;
  width: 100%; }

body {
  background-color: #480b1e;
  background-image: url(../img/T-Bordeaux.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-family: "Roboto New", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern'; }

a,
a:link,
a:focus,
a:visited {
  color: #620826;
  font-weight: 400; }

a:hover,
a:active {
  text-decoration: underline;
  color: #e61c00; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto New", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
  padding-top: 18px; }

h1,
h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 60px 0 0 0;
  padding: 0 0 30px 0; }

h3,
h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 36px 0 0 0;
  padding: 0 0 24px 0; }

h5,
h6 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 12px 0 12px 0; }

h1,
h3 {
  opacity: .6;
  color: #620826; }

h5 {
  color: #dedede; }

h1 + h3,
h1 + h4,
h2 + h3,
h2 + h4 {
  margin-top: 9px; }

h1 + .album-note,
h2 + .album-note {
  margin-top: -30px; }

h1 + blockquote {
  color: black;
  font-size: 18px;
  font-weight: 300;
  margin-top: 4px;
  margin-bottom: 54px; }

h2 + blockquote {
  font-size: 18px;
  font-weight: 300;
  color: #620826;
  margin-top: 4px;
  margin-bottom: 54px; }

h1.header {
  padding: 0;
  margin: 0;
  text-decoration: none; }

h1.header a {
  text-decoration: none !important; }

p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-family: "Roboto New", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
  line-height: 1.45;
  padding: 0 !important;
  margin: 0 0 12px 0px; }

.sh-1line + p {
  margin-top: 76px; }

b,
strong {
  font-weight: bold; }

table {
  margin: 1em 0px !important; }

hr {
  border-color: black;
  color: black;
  margin-bottom: 20px !important;
  opacity: 0.2; }

hr.stealth {
  border: transparent;
  color: transparent; }

.container {
  background-color: white; }

blockquote {
  border-left: 4px solid #F7F7F7; }

img {
  height: auto !important;
  max-width: 100% !important; }

pre {
  margin: 30px 0; }

h1 + pre,
h2 + pre,
h3 + pre,
h4 + pre {
  margin-top: 0; }

/*	-------------------------------------------------
			        Шапка Шадэ | Shade header
			        ---------------------------------------------------- */
#header {
  background-color: rgba(255, 255, 255, 0.8);
  background-position: top center;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important; }

#header p,
#header-table {
  margin: 0px; }

#header .logo img {
  margin: 0; }

.header-info {
  font-size: 12px;
  line-height: 2; }

.header-info .fa {
  color: #620826;
  padding-right: 3px; }

.header-info-big {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px; }

.header-div-line {
  background-color: #620826; }

.tagline {
  font-size: 14px;
  font-weight: normal; }

.breadcrumbs {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 12px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 15px; }

.header-div-line {
  height: 4px;
  margin-top: -3px;
  position: relative; }

/*	-------------------------------------------------
			    Bерхнее меню | Top menu
			    ---------------------------------------------------- */
ul.topmenu > li > a {
  border-bottom: none !important; }

.topmenu,
ul.topmenu,
ul.topmenu li,
ul.topmenu li a,
.topmenu #menu-button {
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.topmenu:after,
ul.topmenu:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.topmenu #menu-button {
  display: none; }

.topmenu {
  background: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1); }

#menu-line, #slideline {
  background: #620826;
  height: 4px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

ul.topmenu > li {
  float: left; }

.topmenu.align-center > ul {
  font-size: 0;
  text-align: center; }

.topmenu.align-center > ul > li {
  display: inline-block;
  float: none; }

.topmenu.align-center ul ul {
  text-align: left; }

.topmenu.align-right > ul > li {
  float: right; }

.topmenu.align-right ul ul {
  text-align: right; }

ul.topmenu > li > a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }

ul.topmenu > li.has-sub > a {
  letter-spacing: 1px;
  padding-right: 25px; }

ul.topmenu > li.has-sub > a::after {
  border-bottom: 1px solid black;
  content: "";
  height: 5px;
  position: absolute;
  top: 21px;
  right: 10px;
  width: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }

ul.topmenu > ul {
  margin-top: -3px; }

ul.topmenu ul {
  padding: 0;
  position: absolute;
  left: -9999px;
  z-index: 999; }

ul.topmenu > li > ul {
  border-top: 4px solid #620826;
  border-bottom: 4px solid #620826;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  margin-top: -3px; }

.topmenu li:hover > ul {
  left: auto; }

.topmenu.align-right li:hover > ul {
  right: 0; }

ul.topmenu ul ul {
  margin-left: 100%;
  top: 0; }

.topmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%; }

ul.topmenu ul li {
  height: 0;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  transition: height 0.2s ease; }

ul.topmenu li:hover > ul > li {
  height: auto; }

ul.topmenu li:hover > ul > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important; }

ul.topmenu li:hover > ul > li:last-child > a, ul.topmenu li:hover > ul > li:last-child > a:hover {
  border-bottom: none !important; }

ul.topmenu li:hover > ul > li > a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important; }

ul.topmenu ul li a {
  background-color: rgba(98, 8, 38, 0.08);
  color: black !important;
  font-size: 13px;
  text-decoration: none;
  padding: 12px 20px;
  width: 240px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  -ms-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease; }

ul.topmenu ul li:first-child a,
ul.topmenu ul li:first-child:hover a,
ul.topmenu ul li:first-child a:hover {
  padding: 18px 20px 12px; }

ul.topmenu ul li:last-child a,
ul.topmenu ul li:last-child:hover a,
ul.topmenu ul li:last-child a:hover {
  padding: 12px 20px 18px; }

ul.topmenu ul li ul {
  border-bottom: 4px solid #620826;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2); }

ul.topmenu ul li ul a {
  padding: 12px 20px !important; }

ul.topmenu ul li ul li:first-child a {
  padding: 18px 20px 12px !important; }

ul.topmenu ul li ul li:last-child a {
  padding: 12px 20px 18px !important; }

ul.topmenu ul li:hover > a,
ul.topmenu ul li a:hover {
  background-color: #620826;
  color: white !important; }

ul.topmenu ul li.has-sub > a::after {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  content: "";
  height: 5px;
  top: 18px;
  right: 10px;
  position: absolute;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }

.topmenu.align-right ul ul li.has-sub > a::after {
  border-bottom: 0;
  border-right: 0;
  left: 10px;
  right: auto; }

ul.topmenu ul li.has-sub:hover > a::after {
  border-color: #fff; }

ul.topmenu > li:hover > a,
ul.topmenu > li.selected > a {
  color: #620826; }

ul.topmenu > li.has-sub > a::after {
  border-bottom: 1px solid black;
  border-right: 1px solid black; }

ul.topmenu > li.has-sub:hover > a::after {
  border-color: #620826; }

ul.topmenu ul {
  background-color: white; }

.topmenu.align-right ul ul li.has-sub > a::after {
  border-top: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7; }

/*	-------------------------------------------------
			    БокоBое меню | Side menu
			    ---------------------------------------------------- */
.sh-sidebar {
  padding-top: 24px; }

.sidebar-section {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #F7F7F7;
  padding: 20px 20px;
  margin-top: 26px; }

.sidebar-section h1,
.sidebar-section h2,
.sidebar-section h3,
.sidebar-section h4,
.sidebar-section h5 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0px; }

.sidebar-section.sh-lined-menu {
  width: 100%; }

.sidebar-section.sh-lined-menu h5, .sidebar-section.sh-lined-menu h6 {
  padding-top: 25px;
  padding-left: 30px;
  margin-bottom: 10px; }

.sidebar-section.sh-lined-menu ul > li:last-child {
  border-bottom: none !important; }

.sidebar-section.sh-lined-menu,
.sidebar-section.sh-lined-menu ul,
.sidebar-section.sh-lined-menu ul li,
.sidebar-section.sh-lined-menu ul li a {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sidebar-section.sh-lined-menu a {
  border: none !important; }

.sidebar-section.sh-lined-menu ul ul {
  display: none; }

.sidebar-section.sh-lined-menu ul ul a {
  margin-left: 20px !important; }

.sidebar-section.sh-lined-menu ul ul ul a {
  margin-left: 40px !important; }

.sidebar-section.sh-lined-menu ul ul li a {
  cursor: pointer;
  padding: 15px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px; }

.sidebar-section.sh-lined-menu ul ul li:first-child > a {
  box-shadow: none; }

.sidebar-section.sh-lined-menu ul ul ul li a {
  padding-left: 30px; }

.sidebar-section.sh-lined-menu > ul > li > ul > li:last-child > a,
.sidebar-section.sh-lined-menu > ul > li > ul > li.last > a {
  border-bottom: 0; }

.sidebar-section.sh-lined-menu > ul > li > ul > li.open:last-child > a,
.sidebar-section.sh-lined-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0; }

.sidebar-section.sh-lined-menu ul ul li.parent > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.sidebar-section.sh-lined-menu {
  margin-top: 21px;
  margin-bottom: 28px;
  border-left-width: 4px !important; }

li.open > a > .holder {
  display: none; }

.banner-section {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.sidebar-section.sh-lined-menu ul ul {
  border-top: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.02); }

.sidebar-section.sh-lined-menu ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03); }

.sidebar-section.sh-lined-menu {
  width: 100%; }

.sidebar-section.sh-lined-menu h5, .sidebar-section.sh-lined-menu h6 {
  padding-top: 25px;
  padding-left: 20px;
  margin-bottom: 10px; }

.sidebar-section.sh-lined-menu ul > li:last-child {
  border-bottom: none !important; }

.sidebar-section.sh-lined-menu,
.sidebar-section.sh-lined-menu ul,
.sidebar-section.sh-lined-menu ul li,
.sidebar-section.sh-lined-menu ul li a {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sidebar-section a,
.sidebar-section a:hover {
  border: none !important;
  border-bottom: none !important; }

.sidebar-section.sh-lined-menu ul ul {
  display: none; }

.sidebar-section.sh-lined-menu ul ul a {
  margin-left: 20px !important; }

.sidebar-section.sh-lined-menu ul ul ul a {
  margin-left: 40px !important; }

.sidebar-section.sh-lined-menu ul li a .fa {
  padding: 5px;
  background-color: transparent;
  border-radius: 10px; }

.sidebar-section.sh-lined-menu .fa:hover {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  color: white !important; }

.sidebar-section.sh-lined-menu li > a {
  border-right: 4px solid transparent !important; }

.sidebar-section.sh-lined-menu li.selected > a {
  border-right: 4px solid #620826 !important; }

.sidebar-section.sh-lined-menu > ul > li > a {
  padding: 12px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  text-decoration: none; }

.sidebar-section.sh-lined-menu > ul > li:first-child a {
  padding: 18px 20px 12px; }

.sidebar-section.sh-lined-menu > ul > li:last-child a {
  padding: 12px 20px 18px; }

.sidebar-section.sh-lined-menu ul ul li a {
  cursor: pointer;
  padding: 12px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px; }

.sidebar-section.sh-lined-menu ul ul li:first-child > a {
  box-shadow: none; }

.sidebar-section.sh-lined-menu ul ul ul li a {
  padding-left: 30px; }

.sidebar-section.sh-lined-menu > ul > li > ul > li:last-child > a,
.sidebar-section.sh-lined-menu > ul > li > ul > li.last > a {
  border-bottom: 0; }

.sidebar-section.sh-lined-menu > ul > li > ul > li.open:last-child > a,
.sidebar-section.sh-lined-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0; }

.sidebar-section.sh-lined-menu ul ul li.parent > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.sidebar-section.sh-lined-menu {
  margin-top: 1.5em;
  margin-bottom: 28px;
  border-left-width: 4px !important; }

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0; }

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  right: 20px;
  content: "";
  width: 6px;
  height: 6px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.holder::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 17px; }

.holder::before {
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
  top: 18px; }

li.open > a > .holder {
  display: none; }

.banner-section {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.sh-sidebarmenu-e {
  padding-right: 30px; }

.sh-xxl-fa {
  display: block;
  font-size: 54px !important; }

/*	-------------------------------------------------
			    Подвал страницы | Page footer
			    ---------------------------------------------------- */
#footer {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  color: black;
  font-size: 14px !important; }

#footer p {
  font-size: 13px !important; }

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
  padding: 0 0 12px;
  margin-top: 10px; }

#footer > div.row {
  padding: 14px 0px !important; }

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
  border: none !important;
  border-bottom: none !important; }

.footer-socials {
  font-size: 28px !important; }

.header-socials {
  font-size: 24px;
  margin-bottom: 0; }

.header-socials a {
  border: none !important;
  border-bottom: none !important; }

.header-socials li:last-child {
  padding-right: 0; }

/*	-------------------------------------------------
			    Слайдер | Slider
			    ---------------------------------------------------- */
#sh-slider {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-left: 0px; }

#sh-slider li {
  list-style-type: none; }

#sh-slider .owl-wrapper-outer {
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1); }

#sh-slider img {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 100%;
  height: auto; }

#sh-slider .caption {
  top: 0% !important;
  left: 5px !important;
  height: auto; }

.sh-slider-container a {
  border: none !important; }

.sh-slider-container {
  position: relative;
  width: 100%; }

.rslides a {
  border: none !important; }

.sh-slider-nav {
  border: none !important;
  font-size: 24px;
  line-height: 63px;
  height: 91%;
  width: 48%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  opacity: 0;
  text-indent: 6px;
  overflow: hidden;
  vertical-align: middle;
  z-index: 3; }

.sh-slider-nav.prev {
  margin-left: 55px; }

.sh-slider-nav.next {
  left: auto;
  right: 0;
  margin-right: 55px; }

.rslides_tabs li {
  display: inline;
  margin-right: 1px;
  float: none; }

.rslides_tabs li:first-child {
  margin-left: 0; }

.sh-slider-nav {
  position: absolute;
  top: 52%;
  left: 0;
  opacity: 0.7;
  text-decoration: none;
  height: 61px;
  width: 40px;
  margin-top: -45px;
  z-index: 3; }

.sh-slider-nav:active {
  opacity: 1.0; }

.sh-slider-nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

.sh-slider-nav:focus {
  outline: none; }

#sh-slider .caption {
  background-color: transparent;
  display: block;
  position: absolute;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px 20px 40px;
  margin: 0;
  max-width: none;
  width: 500px;
  z-index: 2;
  opacity: 0.8; }

#sh-slider .caption h1,
#sh-slider .caption h2,
#sh-slider .caption h3,
#sh-slider .caption h4,
#sh-slider .caption h5 {
  color: white !important;
  opacity: 1;
  padding-top: 5px;
  margin-left: -20px;
  font-size: 28px; }

.small-slider {
  padding-top: 24px; }

.small-slider img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.sh-slider-nav {
  color: white !important;
  background-color: black;
  opacity: .6; }

.sh-slider-nav:hover {
  opacity: .8; }

.owl-theme .owl-dots .owl-dot span {
  background: #aaa !important; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #333 !important; }

/*	-------------------------------------------------
			    НоBости | News
			    ---------------------------------------------------- */
.news {
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.3); }

.news a {
  border-bottom: none !important; }

.news-section section:last-child .news {
  border-bottom: none !important; }

.news-section section:first-child .news {
  margin-top: 0 !important; }

.newsdate {
  font-size: 10px;
  color: #aaa;
  padding-bottom: 3px; }

/*	-------------------------------------------------
			    Fancybox
			    ---------------------------------------------------- */
#fancybox-wrap {
  width: auto !important; }

a#fancybox-close {
  border-bottom: none !important; }

#lightcase-nav a,
#lightcase-nav a:link,
#lightcase-nav a:visited {
  color: white !important; }

#lightcase-nav a,
#lightcase-nav a:hover,
#lightcase-nav a:active {
  color: white !important;
  text-decoration: none !important;
  border-bottom: none !important; }

/*	-------------------------------------------------
                    Таблица цен | Pricing Plans
                    ---------------------------------------------------- */
.pricing-plans > div {
  border: 1px solid rgba(98, 8, 38, 0.6);
  padding: 0;
  padding-bottom: 10px;
  margin-top: 20px; }

.pricing-plans > div:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pricing-plans > div:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pricing-plans > div.plan-best {
  background-color: rgba(230, 28, 0, 0.3);
  border-radius: 3px;
  margin-top: 0;
  padding: 20px 0; }

.pricing-plans .plan-header {
  background-color: rgba(98, 8, 38, 0.3);
  color: #620826;
  font-size: 24px;
  padding: 10px 20px; }

.pricing-plans .plan-price {
  background-color: rgba(98, 8, 38, 0.1);
  font-size: 48px;
  font-weight: bold;
  padding: 20px 40px; }

.pricing-plans div.plan-best .plan-header {
  background-color: rgba(230, 28, 0, 0.3);
  color: #620826;
  font-size: 24px;
  padding: 10px 20px; }

.pricing-plans div.plan-best .plan-price {
  background-color: rgba(230, 28, 0, 0.1);
  font-size: 48px;
  font-weight: bold;
  padding: 20px 40px; }

.pricing-plans .plan-price span {
  display: block;
  font-size: 18px;
  font-weight: 300; }

.pricing-plans .plan-options ul {
  list-style-type: none;
  padding: 10px 0; }

/*	-------------------------------------------------
                    Блог | Blog
                    ---------------------------------------------------- */
.post .newsdate + h3,
.post .newsdate + h4 {
  margin-top: 0; }

.post h3 > a,
.post h4 > a {
  font-weight: bold; }

/*	-------------------------------------------------
                    Кнопки | Buttons
                    ---------------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
a.btn {
  background-color: transparent !important;
  border-color: #620826 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #620826 !important;
  color: #620826 !important; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
a.btn:hover {
  background-color: rgba(98, 8, 38, 0.3) !important;
  border-color: #620826;
  border: 2px solid #620826 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #620826 !important; }

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background-color: rgba(98, 8, 38, 0.3);
  border-color: #620826;
  color: #620826; }

input[type=submit].btn-primary:hover,
button.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: #620826;
  border-color: #e1b2ad;
  border: 2px solid rgba(98, 8, 38, 0.3) !important;
  color: #fff !important; }

.btn-primary {
  color: #fff !important;
  background-color: #620826 !important; }

/*	-------------------------------------------------
			    Глобальные стили | Global styles
			    ---------------------------------------------------- */
.container {
  background-color: white;
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2); }

.form-control:focus {
  outline: 0; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff !important;
  outline: 0;
  text-decoration: none; }

.btn,
a.btn,
button,
input[type="reset"],
input[type="submit"],
html input[type="button"] {
  background-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.btn-primary {
  -webkit-transition: border-color 0.1s ease;
  -moz-transition: border-color 0.1s ease;
  -o-transition: border-color 0.1s ease;
  -ms-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease; }

button.close, button.close:hover, button.close:active, .close:focus, .close:hover {
  background-color: transparent !important;
  border: none !important;
  border-color: transparent !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

a.btn:hover,
button:hover,
input[type=submit]:hover {
  text-decoration: none; }

.dropdown-menu a {
  border: none !important; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0px !important; }

.open > .dropdown-toggle {
  background-color: rgba(98, 8, 38, 0.3) !important; }

.btn-group > .btn-group:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-right: 0px !important; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: 0px; }

.input-group .btn {
  margin-top: 0px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0px; }

.input-group input {
  height: 36px; }

.nav-pills > li > a {
  border: none !important; }

.row,
.container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.nav-pills li {
  font-weight: 700;
  font-size: 16px; }

.item > img {
  margin: 0 auto; }

.no-border,
.no-border li {
  border: none !important; }

a.thumbnail {
  border-bottom: 1px solid #ddd !important; }

.media {
  margin-top: 30px !important; }

.media a {
  border-bottom: none !important; }

.media-body h4 {
  padding-top: 0px !important; }

.sh-sprt {
  padding: 0px 10px; }

.sh-sprt:before {
  content: "|"; }

.thumbnail {
  margin-bottom: 0; }

.thumbnail.round, .thumbnail.round img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.thumbnail.medium {
  width: 90%; }

.text-center .thumbnail.medium {
  margin: 0 5%; }

.under_h {
  margin-top: -24px !important; }

.person-socials {
  font-size: 24px; }

.person-socials a {
  border-bottom: none; }

p.medium {
  width: 90%; }

.text-center p.medium {
  margin: 0 5% 1em; }

p.font-medium {
  font-size: 0.8em; }

.btn-primary .badge {
  background-color: #fff;
  color: #620826 !important; }

.form-control:focus {
  border-color: #620826;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 8, 38, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 8, 38, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 8, 38, 0.6); }

.gray-sidebarmenu {
  background-color: #f7f7f7; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #620826;
  border-color: #620826; }

.pagination > li > a,
.pagination > li > span {
  color: #620826 !important; }

ul.menu-v li a {
  border-color: #f7f7f7 !important; }

.comment .actions a {
  border-color: rgba(98, 8, 38, 0.3) !important; }

.topic-form ul.menu-h li.selected a {
  background: #f7f7f7 !important;
  color: black !important; }

div.tagsinput {
  border: 1px solid #f7f7f7; }

ul.category-list li a.category-name:visited {
  color: #620826 !important; }

.topic-stream li.selected a {
  border: 1px solid #f7f7f7 !important; }

.comment.solution {
  background-color: #DDFFDD !important; }

ul.sorting li.selected a,
ul.author-nav li.selected a {
  border-bottom: 1px solid #f7f7f7 !important;
  background-color: #f7f7f7 !important; }

ul.author-nav a span.hint {
  background-color: #620826 !important; }

#button-unfollow,
#button-follow,
.button-solution {
  color: #620826;
  background-color: #fff;
  border-color: #620826; }

#button-unfollow:hover,
#button-follow:hover,
.button-solution:hover {
  color: #620826 !important;
  background-color: #e61c00;
  border-color: #620826;
  border: 2px solid #620826; }

.sh-hub-page-nav {
  border-left: 4px solid #620826; }

.comment-form {
  background-color: #F7F7F7; }

#user-auth-provider p label {
  color: #aaa; }

p.comment-body label {
  color: #aaa; }

.userbox {
  background-color: #f7f7f7 !important; }

ul.menu-v li .count {
  color: #aaa; }

.hub-aside-nav .hint {
  color: #aaa; }

ul.view-thumbs li p {
  background-color: #620826 !important;
  color: white !important; }

ul.view-thumbs li a {
  border-bottom: none !important;
  color: #fff !important;
  text-decoration: none !important; }

ul.view-thumbs li p.small {
  margin-bottom: 0px !important; }

.image p {
  padding: 2px 10px !important; }

.align-right {
  float: right; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #620826 !important;
  border: none !important;
  color: #fff !important; }

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #620826 !important; }

.carousel-indicators .active {
  background-color: #e61c00; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #620826; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f7f7f7;
  border-color: #620826; }

.block-hightlight {
  padding: 20px 10px;
  border: 1px solid transparent; }

.block-hightlight:hover {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: #fafafa;
  border: 1px solid #eee;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }

ul.sh-lined li {
  border-bottom: 1px solid rgba(98, 8, 38, 0.03); }

.block-hightlight .thumbnail + h4 {
  margin: 12px 0 0 0; }

.sh-col img {
  margin: 12px 20px 12px 0; }

.sh-col > .sh-1line + p > img {
  margin-top: -30px; }

.sh-1line + img {
  margin-top: 46px; }

#sh-slider img {
  margin: 0; }

.webasyst-apps-list li {
  text-align: center;
  padding-right: 24px; }

.webasyst-apps-list li img {
  width: 70px;
  height: auto; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.fa-envelope {
  font-size: 90%;
  padding-right: 2px; }

.banner-section img {
  margin: 0; }

.img-thumbnail {
  background-color: transparent; }

.img-thumbnail img {
  margin: 0; }

.comment-form-fields img {
  margin: 0; }

@media (max-width: 480px) {
  .container {
    width: 100%; }
  .sh-col-correction {
    padding-right: 55px !important; }
  .sh-col {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  #sh-slider .caption {
    left: 15px !important;
    bottom: 15px !important;
    background: rgba(0, 0, 0, 0.8);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .webasyst-apps-list li {
    padding-right: 23px;
    padding-bottom: 23px;
    padding-left: 0; } }

@media (max-width: 640px) {
  #sh-slider img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
  .sh-col img {
    margin: 8px 12px 8px 0; }
  .img-thumbnail img {
    margin: 0; }
  #sh-slider .caption {
    font-size: 12px;
    position: static;
    left: 0 !important;
    bottom: 0 !important;
    opacity: 1;
    width: 100%; }
  #sh-slider .caption h1 {
    font-size: 22px; }
  .sh-slider-nav {
    margin-top: 0;
    top: 0; }
  .sh-col {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .small-slider .sh-slider-nav {
    margin-top: 24px !important; } }

@media (max-width: 767px) {
  #sh-slider img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
  #sh-slider .caption h1 {
    background-color: transparent;
    font-size: 22px;
    margin-right: 0;
    margin-left: 0;
    margin: 5px 0 0 0;
    padding: 0 0 5px;
    position: static; }
  #sh-slider .caption {
    background-color: #620826;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 12px;
    text-align: center;
    position: static;
    left: 0 !important;
    bottom: 0 !important;
    padding: 5px 10px 10px;
    opacity: 1 !important;
    width: 100%; }
  #sh-slider .caption p {
    background-color: transparent;
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    margin: 0;
    font-size: 12px; }
  .sh-1line + h1,
  .sh-1line + h2 {
    margin: 40px 0 0 0; }
  .tagline {
    padding: 0 0 18px 0 !important; }
  .sh-col > #post-stream {
    padding-top: 35px; } }

@media (min-width: 768px) {
  #sh-slider .caption p {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 20px 20px !important;
    color: black;
    margin-left: 30px;
    margin-top: -10px;
    font-size: 18px;
    z-index: 100;
    position: relative; }
  #sh-slider .caption h1 {
    background-color: #620826;
    padding: 20px 50px 20px 30px !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 30px;
    z-index: 999;
    position: relative; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sh-col-correction {
    padding-right: 0 !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .sh-col {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .news-block-header {
    padding-top: 28px; }
  .sh-slider-nav.prev {
    margin-left: 40px; }
  .sh-slider-nav.next {
    margin-right: 40px; } }

@media (min-width: 1200px) {
  .sh-col {
    padding-left: 55px !important;
    padding-right: 55px !important; }
  .sh-col-correction {
    padding-right: 0 !important; }
  #sh-slider .caption {
    top: 10% !important;
    left: 5px !important;
    height: auto; }
  .small-slider .rslides .caption {
    bottom: 0px !important;
    left: 0px !important;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px; }
  .news-block-header {
    padding-top: 28px; } }

@media (min-width: 768px) {
  .text-left-sm {
    text-align: left; }
  .text-right-sm {
    text-align: right; }
  .text-center-sm {
    text-align: center; } }

@media (min-width: 992px) {
  .text-left-md {
    text-align: left; }
  .text-right-md {
    text-align: right; }
  .text-center-md {
    text-align: center; } }

@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left; }
  .text-right-lg {
    text-align: right; }
  .text-center-lg {
    text-align: center; } }
