/*====================================================
	Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	MIXINS
====================================================*/
/*====================================================
	common style
====================================================*/
body {
  background-color: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
body.has-fixed-navbar {
  margin-top: 48px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  color: #393939;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 1.25em;
}
a {
  color: #ff4444;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ff4444;
}
blockquote {
  border-left: none;
  text-align: center;
  background: #f0f0f0;
  padding: 18px;
}
blockquote p {
  margin-bottom: 9px;
}
cite {
  font-size: 14px;
}
cite:before {
  content: "\2014";
  margin-right: 4px;
}
pre {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
pre code {
  font-size: 14px;
}
iframe {
  display: block;
  border: 0;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 21px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border: none;
  color: #ffffff;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  color: #ffffff;
}
.btn:active:focus {
  outline: none;
}
.btn[disabled] {
  background: #b0b0b0;
}
.btn-default {
  background: #343334;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #ff4444;
}
.btn-primary {
  background: #ff4444;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #343334;
}

button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0px 21px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  height: 38px;
  line-height: 38px;
  border: none;
  color: #ffffff;
}

button:hover,
button:focus,
button:active {
  outline: none;
  color: #ffffff;
}


button:active:focus {
  outline: none;
}
button[disabled] {
  background: #b0b0b0;
}
button {
  background: #343334;
}
button:hover,
button:focus,
button:active {
  background: #9a316a;
}






input[type='text'],
input[type='email'] {
  padding: 4px 14px;
  border: 1px solid #707070;
  background: transparent;
}
input[type='text']:focus,
input[type='email']:focus {
  border: 1px solid #ff4444;
  outline: none;
}
::-moz-selection {
  color: #ffffff;
  background: #ff4444;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #ff4444;
  text-shadow: none;
}
/*====================================================
	page wrap
====================================================*/
.page-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}
/*====================================================
	navbar
====================================================*/
.main-header {
  margin-bottom: 15px;
}
.navbar {
  background: #343334;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 0px;
}
.navbar .container {
  position: relative;
}
.navbar .container #search-open {
  position: absolute;
  right: 0;
  margin-right: 15px;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.navbar .container #search-open i {
  width: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
}
.navbar .container #search-open:hover,
.navbar .container #search-open.opened {
  background: #101010;
  color: #ffffff;
}
.navbar .container #search-wrap {
  position: absolute;
  right: 15px;
  top: 48px;
  background: #101010;
  padding: 10px;
  width: 280px;
  max-width: 100%;
  z-index: 999;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  visibility: hidden;
}
.navbar .container #search-wrap.visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  visibility: visible;
}
.navbar .container #search-wrap .form-group {
  margin-bottom: 0px;
}
.navbar .container #search-wrap input[type=text] {
  border: 1px solid #343334;
  color: #b0b0b0;
}
.navbar .container #search-wrap input[type=text]:focus {
  border: 1px solid #ff4444;
}
.navbar-default .navbar-nav li a {
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 14px;
}
.navbar-default .navbar-nav li a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav li:hover > a,
.navbar-default .navbar-nav li:focus > a {
  background: #101010;
  color: #ffffff;
}
.navbar-default .navbar-nav li.current-menu-item > a,
.navbar-default .navbar-nav li.current-menu-parent > a,
.navbar-default .navbar-nav li.current-menu-ancestor > a {
  background-color: #ff4444;
  color: #ffffff;
}
.navbar-default .navbar-nav li.menu-item-has-children > a:after {
  content: '\f107';
  font-family: Fontawesome;
  display: inline-block;
  margin-left: 8px;
}
.navbar-default .navbar-nav li ul {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 180px;
  background: #101010;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  visibility: hidden;
}
.navbar-default .navbar-nav li ul.alter {
  right: 0;
  left: auto;
}
.navbar-default .navbar-nav li ul li {
  list-style: none;
  display: block;
  position: relative;
}
.navbar-default .navbar-nav li ul li a {
  color: #b0b0b0;
  background: transparent;
  text-transform: capitalize;
  font-weight: 400;
  padding: 4px 16px;
  margin: 0;
  line-height: 2em;
  display: block;
  width: 100%;
  white-space: nowrap;
}
.navbar-default .navbar-nav li ul li:hover > a {
  color: #ffffff;
  background: #343334;
}
.navbar-default .navbar-nav li ul li.menu-item-has-children > a:after {
  content: '\f105';
  font-family: Fontawesome;
  position: absolute;
  right: 16px;
  top: 5px;
}
.navbar-default .navbar-nav li ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0;
}
.navbar-default .navbar-nav li ul ul.switch {
  left: auto;
  right: 100%;
}
.navbar-default .navbar-nav li ul ul.switch ul {
  left: auto;
  right: 100%;
}
.navbar-default .navbar-nav li:hover > ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.navbar-default .navbar-toggle {
  float: left;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 48px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
  height: 3px;
}
.navbar-default .navbar-toggle:hover {
  background: #101010;
}
.navbar-default .navbar-toggle:focus {
  background: #ff4444;
}
.navbar-default .navbar-collapse {
  border-color: #101010;
}
.navbar-fixed-top {
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.full-width .navbar-fixed-top {
  max-width: 100%;
}
/*====================================================
	search popup
====================================================*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1099;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.search-popup .popup-inner {
  background: #ffffff;
  max-height: 80%;
  height: 80%;
  max-width: 700px;
  width: 80%;
  margin: 48px auto;
  overflow: hidden;
  padding: 30px;
  overflow-y: auto;
}
.search-popup .popup-inner #search-form {
  background: #343334;
  display: block;
  position: relative;
}
.search-popup .popup-inner #search-form input[type="text"] {
  width: 100%;
  color: #ffffff;
}
.search-popup .popup-inner #search-form i {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  background: #ff4444;
}
.search-popup .popup-inner #search-results {
  margin-top: 14px;
}
.search-popup .popup-inner #search-results ul {
  padding: 0;
  margin: 0;
}
.search-popup .popup-inner #search-results ul li {
  list-style: none;
}
.search-popup .popup-inner #search-results ul li a {
  color: #707070;
}
.search-popup .popup-inner #search-results ul li a i {
  font-size: 10px;
  margin-right: 4px;
}
.search-popup .popup-inner #search-results ul li a:hover {
  color: #ff4444;
}
.search-popup .popup-inner #search-results ul li.info {
  font-weight: 700;
}
.search-popup.visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  visibility: visible;
}
.search-popup .close-button {
  background: #343334;
  color: #ffffff;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.search-popup .close-button:hover {
  background: #ff4444;
}
/*====================================================
	logo
====================================================*/
.logo-wrap {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.logo-wrap .logo.text-logo {
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  color: #393939;
}
.logo-wrap .logo.text-logo:hover {
  color: #393939;
}
.logo-wrap .logo.image-logo img {
  max-width: 100%;
}

a.image-logo {
  text-align: left;
  float: left;
}
/*====================================================
	secondary bar
====================================================*/
.secondary-bar-wrap {
  background: #ff4444;
  border-top: 1px solid #343334;
  border-bottom: 1px solid #343334;
}
.secondary-bar {
  box-sizing: border-box;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}
.secondary-bar .social-links {
  background: #343334;
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.secondary-bar .social-links li {
  list-style: none;
  float: left;
}
.secondary-bar .social-links li a {
  text-align: center;
}
.secondary-bar .social-links li a i {
  background: #343334;
  width: 33px;
  height: 33px;
  line-height: 33px;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.secondary-bar .social-links li a:hover i {
  background: #ff4444;
}
.latest-slider-wrap {
  margin-right: 130px;
  display: flex;
}
.latest-slider-wrap .slider-title {
  background: #ff4444;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  float: left;
  letter-spacing: 0.5px;
  line-height: 33px;
  padding: 0px 30px;
}
.latest-slider-wrap .slider-nav {
  float: left;
  background: #343334;
  padding: 9px 10px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.latest-slider-wrap .slider-nav a {
  text-align: center;
  color: #ffffff;
  display: inline;
}
.latest-slider-wrap .slider-nav a:first-child {
  margin-right: 2px;
}
.latest-slider-wrap .slider-nav a i {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  background: #ff4444;
}
.latest-slider-wrap .slider-nav a:hover {
  text-decoration: none;
}
.latest-slider-wrap .slider-nav a:hover i {
  background: #101010;
}
.latest-slider-wrap .item-wrap {
  float: left;
  width: 100%;
  line-height: 30px;
  height: 33px;
  padding: 2px 9px 0;
  overflow: hidden;
}
.latest-slider-wrap .item-wrap .item {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.latest-slider-wrap .item-wrap .item .category {
  display: inline-block;
}
.latest-slider-wrap .item-wrap .item .category ul {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.latest-slider-wrap .item-wrap .item .category ul li {
  list-style: none;
  display: inline;
}
.latest-slider-wrap .item-wrap .item .category ul li a {
  background: #ff4444;
  text-transform: uppercase;
  color: #ffffff;
  padding: 2px 4px 2px 6px;
  letter-spacing: 2px;
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.latest-slider-wrap .item-wrap .item .category ul li a:hover {
  background: #343334;
}
.latest-slider-wrap .item-wrap .item .heading {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
}
.latest-slider-wrap .item-wrap .item .heading:hover {
  color: #ff4444;
}
/*====================================================
	posts
====================================================*/
.align-center {
    text-align: center;
}
.big-margin {
  margin-bottom: 35px;
}
.post-wrap {
  position: relative;
  margin-bottom: 10px;
}
article.post-wrap.border{
	margin-top:5px;
	border-bottom:4px double black;
	padding-bottom: 5px;
}



.post-wrap.first-post a .image-container {
  height: 400px;
}
.post-wrap a .image-container {
  height: 400px;
  background-color: #343334;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.post-wrap a .image-container:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.post-wrap .featured-media {
  overflow: hidden;
  position: relative;
}
.post-wrap .featured-media:hover a .image-container:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.post-wrap .tag-list {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 1.75em;
  margin-right: 30px;
}
.post-wrap .tag-list a {
  background: #ff4444;
  color: #ffffff;
  padding: 0px 9px 0px 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.post-wrap .tag-list a:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  position: absolute;
}
.post-wrap .tag-list a:last-child:before {
  content: none;
}
.post-wrap .tag-list a:hover {
  background: #343334;
}
.post-wrap .title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.post-wrap .title-wrap a .title {
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.post-wrap:hover .title-wrap {
  background: rgba(0, 0, 0, 0.9);
}
.post-wrap .featured {
  position: absolute;
  top: 0;
  right: -84px;
  background: #343334;
  color: #ffffff;
  padding: 0 7px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.75em;
  text-transform: uppercase;
}
.post-wrap .featured:hover {
  right: 0;
}
.post-wrap .featured i {
  margin-right: 7px;
}

.post-wrap .category-list {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 1.75em;
  margin-right: 30px;
}
.post-wrap .category-list ul {
  padding: 0px 0px 0px 15px;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.post-wrap .category-list ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.post-wrap .category-list ul li a {
  background: #ff4444;
  color: #ffffff;
  padding: 0px 8px 0px 8px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  font-size: 11px;
  line-height: 1.75em;
}
.post-wrap .category-list ul li a:hover {
  background: #343334;
}
.post-wrap .category-list ul li:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  position: absolute;
}
.post-wrap .category-list ul li:last-child:before {
  content: none;
}


span.post-categories {
    background: #ff4444;
	color: #ffffff;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 0px 15px;
	line-height: 1.3;
}
span.post-categories a{
	color: #ffffff !important;
	font-size: 11px;
	text-transform: uppercase;
    letter-spacing: 0.1px;
}



.category-wrap .category-name {
  line-height: 35px;
  background: #343334;
  margin-bottom: 28px;
}
.category-wrap .category-name span {
  color: #ffffff;
  text-transform: uppercase;
 /* background: #ff4444;*/
  padding: 0 30px;
  line-height: 35px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
/*
.category-wrap .category-name span:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 35px solid #ff4444;
  border-right: 20px solid transparent;
  border-bottom: 0;
  border-left: 0;
}*/
.default-layout .post-wrap {
  margin-bottom: 20px;
}
.default-layout .post-wrap .featured-media {
  min-height: 24px;
  position: relative;
}
.default-layout .post-wrap .title {
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 20px;
 /* min-height:70px;*/
}
.default-layout .post-wrap .title a {
  color: #393939;
}
.default-layout .post-wrap .title a:hover {
  color: #ff4444;
}
.default-layout .post-wrap .post-meta {
  margin-bottom: 7px;
}
.default-layout .post-wrap .post-meta span {
  color: #585858;
  font-size: 12px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin-right: 7px;
}
.default-layout .post-wrap .post-meta span a {
  color: #b0b0b0;
}
.default-layout .post-wrap .post-meta span a:hover {
  color: #ff4444;
}
.default-layout .post-wrap .post-entry {
  margin-bottom: 7px;
}
.default-layout .post-wrap .permalink {
  font-size: 12px;

  font-weight: 700;
  color: #393939;
  padding-bottom: 5px;
}
.default-layout .post-wrap .permalink:hover {
  color: #ff4444;
}
.default-layout .post-wrap.small-entry {
  margin-bottom: 14px;
}
.default-layout .post-wrap.small-entry .featured-media {
  width: 105px;
  height: 77px;
  float: left;
  margin-bottom: 0px;
}

.default-layout .post-wrap.small-entry .featured-media.list {
  width: 200px;
  height: 147px;
  float: left;
  margin-bottom: 0px;
  margin-right:10px;
}
.default-layout .post-wrap.small-entry .featured-media.list .image-container{
  height: 147px;
}




.default-layout .post-wrap.small-entry.small-entry a .image-container {
  height: 77px;
}
.default-layout .post-wrap.small-entry .post-details {
  /*margin-left: 119px;*/
  margin-left: 210px;
}
.default-layout .post-wrap.small-entry .post-details .tag-list {
  position: relative;
  margin-top: -4px;
  margin-bottom: 7px;
}
.default-layout .post-wrap.small-entry .post-details .tag-list a {
  padding: 0 4px 0px 5px;
  line-height: 16px;
  font-size: 10px;
}
.default-layout .post-wrap.small-entry .post-details .title {
  margin-top: 0;
  margin-bottom: 7px;
}
.default-layout .post-wrap.small-entry .post-details .post-meta {
  margin-bottom: 0;
  line-height: 1.25em;
}
.default-layout .post-wrap.small-entry.no-image .post-details {
  margin-left: 0;
}
.pagination-wrap {
  margin-bottom: 35px;
}
.pagination-wrap .pagination {
  display: block;
  margin: 7px 0;
  position: relative;
  min-height: 35px;
}
.pagination-wrap .pagination .newer-posts,
.pagination-wrap .pagination .older-posts {
  position: absolute;
  top: 0;
  color: #ffffff;
  line-height: 35px;
  background: #343334;
}
.pagination-wrap .pagination .newer-posts span,
.pagination-wrap .pagination .older-posts span {
  background: #ff4444;
  display: inline-block;
  padding: 0px 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.pagination-wrap .pagination .newer-posts i,
.pagination-wrap .pagination .older-posts i {
  width: 30px;
  font-size: 18px;
  text-align: center;
}
.pagination-wrap .pagination .newer-posts {
  left: 0;
}
.pagination-wrap .pagination .older-posts {
  right: 0;
}
.default-layout .post-wrap img {
  max-width: 100%;
}
.default-layout .post-wrap.full-post .has-iframe .tag-list {
  position: relative;
  margin-top: 28px;
}
.default-layout .post-wrap.full-post .post-entry {
  max-height: none;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  font-family: verdana;
  letter-spacing: 0px;
}
.default-layout .post-wrap.full-post .image-container {
  height: auto;
}
.default-layout .post-wrap.full-post .image-container img {
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
}
.default-layout .post-wrap.full-post .no-iframe .image-container img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.share-wrap {
  margin-bottom: 28px;
}
.share-wrap .share-wrap-inner {
  background: #ff4444;
  padding: 14px;
  text-align: center;
}
.share-wrap .share-wrap-inner .share-text {
  color: #ffffff;
}
.share-wrap .share-wrap-inner ul {
  margin: 0;
  padding: 0;
}
.share-wrap .share-wrap-inner ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 2px 6px 0;
}
.share-wrap .share-wrap-inner ul li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #343334;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.share-wrap .share-wrap-inner ul li a:hover i {
  background: #101010;
}
.about-author {
  margin-bottom: 28px;
}
.about-author .avatar {
  width: 105px;
  height: 105px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  background: #ff4444;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.about-author .avatar:hover {
  background: #343334;
}
.about-author .details {
  margin-left: 126px;
}
.about-author .details .author {
  margin-bottom: 7px;
}
.about-author .details .author a:hover {
  color: #ff4444;
}
.about-author .details .bio {
  margin-bottom: 7px;
}
.meta-info span {
  white-space: nowrap;
  background: #343334;
  color: #ffffff;
  height: 21px;
  line-height: 20px;
  display: inline-block;
  padding-right: 7px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.meta-info span i {
  background: #ff4444;
  height: 21px;
  width: 21px;
  line-height: 21px;
  margin-right: 7px;
}
.meta-info span a {
  color: #ffffff;
}
.meta-info span a i {
  color: #ffffff;
}
.meta-info span a:hover {
  color: #ff4444;
}
.meta-info span a:hover i {
  color: #ffffff;
}
.prev-next-wrap {
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #f0f0f0;
}
.prev-next-wrap .previous-post,
.prev-next-wrap .next-post {
  background-color: #ff4444;
  box-sizing: border-box;
  width: 48%;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.prev-next-wrap .previous-post:before,
.prev-next-wrap .next-post:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.prev-next-wrap .previous-post .prev-next-inner,
.prev-next-wrap .next-post .prev-next-inner {
  padding: 30px;
  min-height: 150px;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}
.prev-next-wrap .previous-post.no-image .prev-next-inner,
.prev-next-wrap .next-post.no-image .prev-next-inner {
  background-color: transparent;
}
.prev-next-wrap .previous-post:hover:before,
.prev-next-wrap .next-post:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.prev-next-wrap .previous-post .title,
.prev-next-wrap .next-post .title {
  color: #ffffff;
  margin-top: 0;
}
.prev-next-wrap .previous-post {
  margin-right: 1%;
}
.prev-next-wrap .next-post {
  margin-left: 1%;
}
.comment-container {
  margin-bottom: 35px;
  padding: 8px;
  border: 1px solid #f0f0f0;
}
.comment-container .comment-count {
  text-transform: uppercase;
  margin-top: 7px;
}
.comment-container > ol {
  padding: 0;
  margin: 0px 0px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.comment-container > ol li {
  list-style: none;
  border-top: 1px solid #f0f0f0;
}
.comment-container > ol li article {
  padding: 16px 0;
}
.comment-container > ol li article.bypostauthor .comment-details {
  margin-left: 58px;
}
.comment-container > ol li article.bypostauthor .comment-details .commenter-name:after {
  content: "\f005";
  font-family: FontAwesome;
  font-size: 10px;
  color: #b0b0b0;
  margin-left: 6px;
  position: absolute;
}
.comment-container > ol li header {
  position: relative;
}
.comment-container > ol li header .author-avater-link {
  float: left;
}
.comment-container > ol li header .author-avater-link img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.comment-container > ol li header .comment-details {
  margin-left: 80px;
}
.comment-container > ol li header .comment-details .commenter-name {
  line-height: 1em;
  color: #333333;
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 7px;
}
.comment-container > ol li header .comment-details .commenter-name a {
  color: #333333;
}
.comment-container > ol li header .comment-details .commenter-name a:hover {
  color: #ff4444;
  text-decoration: none;
}
.comment-container > ol li header .comment-details .commenter-meta {
  color: #b0b0b0;
}
.comment-container > ol li .comment-body {
  margin-left: 80px;
}
.comment-container > ol li .comment-reply-link {
  margin-left: 80px;
}
.comment-container > ol li .comment-edit-link {
  margin-left: 8px;
  text-transform: uppercase;
  color: #b0b0b0;
}
.comment-container > ol li .comment-edit-link:before {
  content: '\f044';
  font-family: FontAwesome;
  margin-right: 4px;
}
.comment-container > ol li .comment-edit-link:hover {
  text-decoration: none;
  color: #ff4444;
}
.comment-container > ol ul {
  padding-left: 29px;
}
.comment-container .comment-pagination {
  margin: 0px 0px 16px;
}
.comment-container .comment-closed {
  text-align: center;
}
.comment-container .comment-respond .comment-reply-title {
  margin-top: 0;
  text-transform: uppercase;
}
.comment-container .comment-respond .required {
  color: #ff4444;
}

@media (min-width: 768px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
   width: 100%;
    display: inline-block;
  }
  .comment-form .comment-form-captcha {
    width: 59%;
    display: inline-block;
  }
  .comment-form .comment-form-author label,
  .comment-form .comment-form-email label,
  .comment-form .comment-form-url label {
   /* letter-spacing: 1px;*/
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    margin-right: 14px;
  }
  
  .comment-form .comment-form-author input,
  .comment-form .comment-form-email input,
  .comment-form .comment-form-url {
    width: 100%;
  }
  
  
  
  
  
  
}
/*====================================================
	tag page ands author page
====================================================*/
.tag-cover {
  text-align: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 35px;
  color: #ffffff;
}
.tag-cover .overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 70px;
}
.tag-cover.no-image {
  color: #707070;
}
.tag-cover.no-image .tag-title {
  color: #393939;
}
.tag-cover.no-image .overlay {
  background: rgba(0, 0, 0, 0.05);
  padding: 35px;
}
.tag-cover .tag-title {
  color: #ffffff;
}
.tag-cover .tag-description {
  max-width: 700px;
  margin: 7px auto 0;
}
.author-cover {
  text-align: center;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  margin-bottom: 35px;
}
.author-cover .overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 70px;
}
.author-cover.no-image {
  color: #707070;
}
.author-cover.no-image .author-name {
  color: #393939;
}
.author-cover.no-image .overlay {
  background: rgba(0, 0, 0, 0.05);
  padding: 35px;
}
.author-cover .avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  background: #ff4444;
}
.author-cover .author-name {
  color: #ffffff;
  margin-top: 7px;
}
.author-cover .meta-info span {
  margin-right: 7px;
}
.author-cover .meta-info span:last-child {
  margin-right: 0;
}
.author-cover .bio {
  max-width: 700px;
  margin: 7px auto 0;
}
/*====================================================
	sidebar
====================================================*/
.widget {
  margin-bottom: 28px;
}
.widget .title {
  line-height: 35px;
  background: #343334;
  margin-bottom: 28px;
}
.widget .title span {
  color: #fff;
  text-transform: uppercase;
  /*background: #ff4444;*/
  padding: 0 30px;
  line-height: 20px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  position: relative;
}

/*.widget .title span a {
  color: #9a316a;
}*/

/*
.widget .title span:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 35px solid #ff4444;
  border-right: 20px solid transparent;
  border-bottom: 0;
  border-left: 0;
}*/
.tag-cloud a {
  padding: 3px 14px;
  background: #ff4444;
  color: #ffffff;
  display: inline-block;
  margin: 0px 7px 7px 0px;
  
}

.tag-cloud a.arhiv {
	width:80%;
}

.tag-cloud span {
  padding: 3px 14px;
  background: #9a316a;
  color: #ffffff;
  display: inline-block;
  margin: 0px 7px 7px 0px;
  width:100%;
}

.tag-cloud span i{
float:left;
margin: 2px 2px;
}



.tag-cloud a:hover {
  background: #343334;
  color: #ffffff;
}
.recent-post .recent-single-post {
  margin-bottom: 14px;
}
.recent-post .recent-single-post:last-child {
  margin-bottom: 0;
}
.recent-post .recent-single-post a {
  color: #707070;
}
.recent-post .recent-single-post a .post-thumb {
  width: 90px;
  height: 70px;
  background-size: cover;
  background-position: center;
  background-color: #393939;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.recent-post .recent-single-post a .post-thumb:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.recent-post .recent-single-post a .post-thumb i {
  line-height: 70px;
  color: #ffffff;
  font-size: 18px;
}
.recent-post .recent-single-post a .post-info {
  margin-left: 104px;
}
.recent-post .recent-single-post a .post-info h4 {
  margin-bottom: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.recent-post .recent-single-post a .post-info .date {
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #585858;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.recent-post .recent-single-post a .post-info .date i {
  margin-right: 4px;
}
.recent-post .recent-single-post a:hover .post-thumb:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.recent-post .recent-single-post a:hover .post-info h4 {
  color: #ff4444;
}
.recent-post .recent-single-post a:hover .post-info .date {
  color: #ff4444;
}
.newsletter .input-group {
  display: block;
  margin-top: 14px;
}
.newsletter .input-group input[type="email"] {
  width: 100%;
}
.ad,
.fb,
.twitter {
  text-align: center;
}
.ad img {
  max-width: 100%;
}

.widget.widget_calendar caption {
  text-align: center;
  background: #333333;
  color: #ffffff;
  text-transform: uppercase;
}
.widget.widget_calendar table {
  text-align: center;
  width: 100%;
  border: 1px solid #f0f0f0;
}
.widget.widget_calendar table thead tr th {
  text-align: center;
  line-height: 2.5em;
  color: #333333;
}
.widget.widget_calendar table tbody td {
  line-height: 2.5em;
  border: 1px solid #f0f0f0;
  width:35px;
  max-width:35px;
  min-width:35px;
}

.widget.widget_calendar .link {
  font-size: 12px;
}


.widget.widget_calendar table tbody a {
  background: #333333;
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget.widget_calendar table tbody a:hover,
.widget.widget_calendar table tbody a:focus {
  background: #9a316a;
  text-decoration: none;
}
.widget.widget_calendar table tfoot td {
  line-height: 2.5em;
}
.widget.widget_calendar table tfoot td a {
  color: #333333;
  text-transform: uppercase;
}
.widget.widget_calendar table tfoot td a:hover,
.widget.widget_calendar table tfoot td a:focus {
  color: #ff4444;
}
.widget.widget_calendar table tfoot #prev {
  text-align: right;
}
.widget.widget_calendar table tfoot #next {
  text-align: left;
}

/*====================================================
	footer
====================================================*/
.main-footer {
  background-color: #101010;
  color: #b0b0b0;
}
.main-footer .footer-top {
  border-bottom: 1px solid #000000;
  padding: 35px 0 7px 0;
}
.main-footer .footer-bottom {
  border-top: 1px solid #1d1d1d;
  padding: 28px 0;
}
.main-footer .footer-bottom a:hover {
  color: #ffffff;
}
.main-footer .footer-bottom .feed-link-wrap {
  text-transform: uppercase;
  font-size: 12px;
}
.main-footer .footer-bottom .feed-link-wrap a i {
  font-size: 14px;
}
.main-footer .tag-cloud a {
  background: #343334;
  color: #b0b0b0;
}
.main-footer .tag-cloud a:hover {
  background: #ff4444;
  color: #ffffff;
}
#back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
}
#back-to-top i {
  background: #ff4444;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
/*====================================================
	error page
====================================================*/
.error-page-wrap {
  text-align: center;
  margin-top: 35px;
}
.error-page-wrap .logo img {
  max-width: 100%;
}
.error-page-wrap .error-block {
  margin-top: 35px;
}
.error-page-wrap .error-block .error-code {
  font-size: 70px;
}
/*====================================================
	media query
====================================================*/
@media (min-width: 768px) {
  .navbar-collapse {
    padding-left: 0;
  }
  .big-margin {
    margin-left: -5px;
    margin-right: -5px;
  }
  .big-margin div[class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .post-wrap a .image-container {
    height: 195px;
  }
  
  #foto a .image-container {
	height: 100px;
  }
  
  .default-layout .post-wrap .post-entry {
   /* max-height: 78px;*/
    overflow: hidden;
	min-height:60px;

  }
  .main-footer .footer-bottom .feed-link-wrap {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .page-wrap {
    max-width: 1000px;
  }
  .navbar-fixed-top {
    max-width: 1000px;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    max-width: 780px;
  }
  .navbar-fixed-top {
    max-width: 780px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 649px) {
  .latest-slider-wrap {
    margin-right: 0;
  }
  .latest-slider-wrap .slider-title {
    float: none;
  }
  .latest-slider-wrap .item-wrap {
    width: calc(100% - 82px);
    width: -moz-calc(100% - 82px);
    width: -webkit-calc(100% - 82px);
    width: -o-calc(100% - 82px);
    overflow: hidden;
  }
  .latest-slider-wrap .owl-item {
    overflow: hidden;
  }
}
@media (max-width: 449px) {
  .post-wrap a .image-container {
    height: 195px;
  }
  .post-wrap.first-post a .image-container {
    height: 195px;
  }
}



div.response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.validation-errors {
	border: 2px solid #f7e700;
}

div.mail-sent-ok {
	border: 2px solid #398f14;
}

div.mail-sent-ng {
	border: 2px solid #ff0000;
}

div.spam-blocked {
	border: 2px solid #ffa500;
}


/* Звёздный рейтинг товаров */
.testRater{margin-bottom:20px;margin-left:36%;}
.rater span {vertical-align:middle;font-size:16px;}
.rater-rating {margin-top:5px;}
.rater-starsOff, .rater-starsOn {display:inline-block; height:23px; background:url(../i/stars.gif) repeat-x 0 0px;}
.rater-starsOn {display:block; max-width:115px; top:0; background-position: 0 -22px;}
.rater-starsHover {background-position: 0 -44px!important;}
/* @end */



.format-gallery .gallery-tiled {
  text-align: left;
}
.format-gallery .gallery-tiled ul {
  padding: 0;
  margin: 0;
}
.format-gallery .gallery-tiled ul li {
  list-style: none;
  float: left;
  width: 25%;
  height: 25%;
  position: relative;
}
.format-gallery .gallery-tiled ul li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
}
.format-gallery .gallery-tiled ul li a .overlay:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -1px;
  background: #ffffff;
}
.format-gallery .gallery-tiled ul li a .overlay:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -20px;
  background: #ffffff;
}
.format-gallery .gallery-tiled ul li a:hover .gray {
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.format-gallery .gallery-tiled ul li a:hover .overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}



/* ====================================================================================================================
 * flexslider
 * ====================================================================================================================*/

@font-face {
  font-family: 'flexslider-icon';
  src: url('../css/fonts/flexslider-icon.eot');
  src: url('../css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../css/fonts/flexslider-icon.woff') format('woff'), url('../css/fonts/flexslider-icon.ttf') format('truetype'), url('../css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}*/
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


/*ЛЕНТА*/
#foto {
    background: URL('/templates/default/i/lenta_bg.gif') repeat-x top right;
	margin:0;
	padding:17px 2px;
}
#foto a .image-container {
	height: 100px;
}

.featured-media a i {
    display: block;
    background: url('/templates/default/i/play.png') no-repeat;
    width: 58px;
    height: 58px;
    position: absolute;
    left: 50%;
    margin-left: -31px;
    top: 50%;
    margin-top: -29px;
	z-index:999;
}


 .font-xs{font-size:85%!important}
 .font-sm{font-size:95%!important}
 .font-md{font-size:130%!important}
 .font-lg{font-size:160%!important}
 .font-xl{font-size:200%!important}
 .font-400{font-size:400%!important}
 .font-normal{font-weight:400!important}
 .font-strong{font-weight:700!important}
 
 .txt-color-blue{color:#57889c!important}
 .txt-color-blueLight{color:#92a2a8!important}
 .txt-color-blueDark{color:#4c4f53!important}
 .txt-color-green{color:#356e35!important}
 .txt-color-greenLight{color:#71843f!important}
 .txt-color-greenDark{color:#496949!important}
 .txt-color-red{color:#a90329!important}
 .txt-color-yellow{color:#b09b5b!important}
 .txt-color-orange{color:#b19a6b!important}
 .txt-color-orangeDark{color:#a57225!important}
 .txt-color-pink{color:#ac5287!important}
 .txt-color-pinkDark{color:#a8829f!important}
 .txt-color-purple{color:#6e587a!important}
 .txt-color-darken{color:#404040!important}
 .txt-color-lighten{color:#d5e7ec!important}
 .txt-color-white{color:#fff!important}
 .txt-color-grayDark{color:#525252!important}
 .txt-color-magenta{color:#6e3671!important}
 .txt-color-teal{color:#568a89!important}
 .txt-color-redLight{color:#a65858!important}
 .txt-color-fucsia{color:#9a316a!important}

 .bg-color-dcdcdc{background-color:#e8e8e8!important}
 .bg-color-blueLight{background-color:#92a2a8!important}
 .bg-color-blueDark{background-color:#4c4f53!important}
 .bg-color-green{background-color:#356e35!important}
 .bg-color-greenLight{background-color:#71843f!important}
 .bg-color-greenDark{background-color:#496949!important}
 .bg-color-red{background-color:#a90329!important}
 .bg-color-yellow{background-color:#b09b5b!important}
 .bg-color-orange{background-color:#c79121!important}
 .bg-color-orangeDark{background-color:#a57225!important}
 .bg-color-pink{background-color:#ac5287!important}
 .bg-color-pinkDark{background-color:#a8829f!important}
 .bg-color-purple{background-color:#6e587a!important}
 .bg-color-darken{background-color:#404040!important}
 .bg-color-lighten{background-color:#d5e7ec!important}
 .bg-color-white{background-color:#fff!important}
 .bg-color-efefef{background-color:#efefef!important}
 .bg-color-grayDark{background-color:#525252!important}
 .bg-color-magenta{background-color:#6e3671!important}
 .bg-color-teal{background-color:#568a89!important}
 .bg-color-redLight{background-color:#a65858!important}
 .bg-color-fucsia{background-color:#9a316a!important}
 
.padding-5{
	padding: 5px 5px;
}



.ala_vote {
  display: block;
  cursor: pointer;
  overflow: -webkit-paged-x;
  padding-bottom:15px;
}
.ala_vote input {
  display: none;
}
.ala_vote input + span {
  line-height: 16px;
  height: 20px;
  padding-left: 22px;
  display: block;
  position: relative;
}
.ala_vote input + span:not(:empty) {
  padding-left: 30px;
}
.ala_vote input + span:before, .ala_vote input + span:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.ala_vote input + span:before {
  background: #D1D7E3;
  transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.ala_vote input + span:after {
  background: #fff;
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.ala_vote input:checked + span:before {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  background: #5D9BFB;
}
.ala_vote input:checked + span:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.ala_vote:hover input + span:before {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.ala_vote:hover input + span:after {
  -webkit-transform: scale(0.74);
          transform: scale(0.74);
}
.ala_vote:hover input:checked + span:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
label.ala_vote {
  font-size: 13px;
  font-weight: 400; 
}
.form-actions {
  padding-top:30px;
}


.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}

.ml50 {margin-left:50px !important;}

.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}

/*Таблицы */
table.adv {
  border-collapse: collapse;
  margin-bottom:50px;
  width:100%;
  line-height: 1.2em;
}
table.adv caption {
  padding: 10px;
  color: white;
  background: #9a316a;
  font-size: 16px;
  text-align: left;
}

table.adv th {
  border-bottom: 1px solid #9a316a;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
table.adv th:nth-child(1) {width: 55%;text-align: left;}
table.adv th:nth-child(2) {width: 15%;}
table.adv th:nth-child(3) {width: 15%;}
table.adv th:nth-child(4) {width: 15%;}

table.adv td {
  padding: 10px;
  text-align: center;
  height: 35px;
  font-size: 12px;
  border-right: 1px solid #9a316a;
}
table.adv td:nth-child(1) {text-align: left;}
table.adv td:nth-child(1),
table.adv td:nth-child(2),
table.adv td:nth-child(3),
table.adv td:nth-child(4) {border-right: 1px solid #9a316a;}

table.adv tr:nth-child(odd) {background: white;}
table.adv tr:nth-child(even) {background: #efe8ef;}
table.adv tr:last-child {border-bottom: 1px solid #9a316a;}

table.adv tr:hover {
  background-color: #ecdaec;
  cursor: pointer;
} 

/* Обновления от июня 2022 */

.right-line {
	border-right: 1px solid black;
}

.load-news, .load-articles {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	background-color:#9a316a!important;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.9rem;
    text-align: left;
    color: black;
}

.cookie_accept{
 
}

#navbar-social-links{
	margin-right: 35px;
}

.navbar-social-links {
	padding: 0!important;
}
.navbar-social-links i {
	width: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
}
.navbar-social-links img {
	width: 30px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    margin: 9px 9px;
}

@media (max-width: 1199px) {
	.navbar-social-links {
		display: none!important;
		overflow: hidden!important;
	}
}

@media (min-width: 767px) {
	.image-logo {
		margin-left: -30px;
	}
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

.age18 {
    border: 1px solid #fff;
    padding: 3px 5px;
    font-weight: normal;
    border-radius: 3px;
    font-size: 15px;
    /*margin-left: 10px;*/
}