* {
  box-sizing: border-box;
  outline: none !important;
}
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  font-family: 'Open sans', sans-serif;
}
img {
  border-radius: 7%;
  -webkit-border-radius: 7%;
  -moz-border-radius: 7%;
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
p img {
  /*border-radius: 7%;
  -webkit-border-radius: 7%;
  -moz-border-radius: 7%;*/
  margin-top: 15px;
  margin-bottom: 15px;
}
p {
  text-align: justify;
  margin-bottom: 5px;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-position: inside;
  padding-inline-start: 0;
}
.h2, h2 {
    font-size: 1.5rem;
}
.hideMe {
  display: none !important;
}
.items-row {
  overflow: auto;
  clear: both;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 10px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0680ce;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.toplineWrapper {
  overflow: auto;
  background: #eaeaea;
}
.pageInner {
  max-width: 1100px;
  margin: 0 auto;
}
.headerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.headerItem {
  width: 25%;
}
#logo img {
  max-width: 240px;
  margin: 15px 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 100%;
}
.socialLinksWrapper {
  text-align: center;
}
.socialLinks {
  display: flex;
  justify-content: center;
}
.socialLinks a {
  display: flex;
  text-decoration: none !important;
  color: #ce061a;
  font-size: 16px;
  width: 36px;
  height: 36px;
  border: 2px solid;
  justify-content: center;
  padding: 8px 0px 8px 6px;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  margin: 4px;
}
.socialLinks a:hover {
  color: #fff;
  background: #ce061a;
  border-color: #ce061a;
}
.feedbackWrapper {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.feedbackButton {
  margin: 10px;
  border: 2px solid #f00;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 30px;
}
.feedbackButton {
  margin: 10px;
  border: 2px solid #ce061a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 30px;
  color: #ce061a;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.feedbackButton:hover {
  color: #fff;
  background: #ce061a;
}
.inputWrap {
  margin-bottom: 8px;
}
#membershipForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#membershipForm .inputWrap {
  width: 49%;
}
.fullwidth {
  width: 100% !important;
}
.btn-primary {
  background-color: #ce061a;
  border-color: #ce061a;
}
.modalMessage {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.modalNotice {
  font-size: 10px;
  margin-top: 15px;
  line-height: 1.5;
}
.loader {
  padding: 12px 0;
}
.responseText {
  display: block;
  font-size: 16px;
  color: green;
  font-weight: bold;
  padding: 11px 0;
}
#mainMenu {
  background: #ce061a;
  border-bottom: 2px solid #fff;
}
.pageInner.mainMenu {
  position: relative;
}
#mainMenu ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.mainMenuList {
  overflow: hidden;
}
.mainMenuList > li {
  float: left;
}
.mainMenuList a {
  display: block;
  padding: 15px 15px;
  font-size: 13px;
  color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.nav-child li a {
  padding: 10px 15px;
  font-size: 13px;
}
.separator {
  display: block;
  padding: 15px 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.mainMenuList .active > a {
  background: rgba(0, 0, 0, 0.09);
}
.deeper {
  overflow: hidden;
}
.nav-child {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all 0.3s ease-out;
  padding: 7px 0 !important;
}
.nav-child .parent .nav-child {
  position: relative !important;
  padding: 0 !important;
}
.nav-child .parent .nav-child li a {
  padding-left: 30px;
}
.nav-child .parent .nav-child li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  left: 19px;
  top: 12px;
}
.nav-child li a {
  color: #f00;
}
.deeper:hover .nav-child {
  display: block;
}
.moduleWrapper.homeBanner {
  background: url(/images/banners/banner.jpg) no-repeat center center;
  color: #fff;
  padding: 50px 15px;
  background-size: cover;
  line-height: 1.5;
  min-height: 400px;
}
.homeBanner .uk-panel-title {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.homeBanner .uk-margin {
  font-size: 18px;
}
NYBanner {
  background: url(/images/banners/banner_NY.jpg) no-repeat center center;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;

}
.contentInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leftbar {
  width: 25%;
}
#content {
  line-height: 1.75;
}
#content h1 {
  padding: 20px 0;
  color: #545454;
  font-size: 2rem;
}
.content100 {
  width: 100%;
}
.content75 {
  width: 75%;
}
.content50 {
  width: 50%;
}
.rightbar {
  width: 25%;
}
.moduleWrapper.homeNews {
  background: #393939;
  padding: 30px 15px;
  color: #fff;
  margin-top: 20px;
}
.moduleHeading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1.5;
}
.uk-panel img {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.wkNews .uk-panel img {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.wkNews .uk-panel {
  background: #4c4c4b;
  padding: 8px;
}
.wkNews .uk-panel-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0 !important;
  padding: 10px;
  color: #fff;
}
.uk-panel-teaser {
  margin-bottom: 3px;
}
.wkNews .uk-slidenav {
  display: inline-block;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  line-height: 40px;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  background: transparent;
  border: 1px solid #fff !important;
  border-radius: 50%;
}
.moduleWrapper.ourProjectsWrapper {
  background: #ce061a;
  color: #fff;
  padding: 50px 15px;
}
.wkProjects .uk-panel {
  background: #fff;
  padding: 8px;
}
.wkProjects .uk-panel-title {
  font-size: 14px;
  font-weight: bold;
  color: #ce061a;
}
.moduleWrapper.feedbackMod {
  background: #ececec;
  padding: 40px 15px;
  margin-top: 15px;
}
.feedbackMod .moduleHeading {
  color: #ce061a;
}
.feedbackFlex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
}
.fbSocial {
  width: 40%;
  font-size: 14px;
  padding-right: 25px;
}
.fbEmail {
  width: 60%;
  background: #fff;
  padding: 15px;
  border-radius: 9px;
}
.fbSocial .socialLinks {
  justify-content: flex-start;
  margin: 15px 0;
}
.inputFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inputFlex input{
  width: 49%;
}
#fbForm .loader {
  padding: 9px 0;
}
#fbForm .response {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: green;
  padding: 8px 0;
}
footer {
  background: #444;
  color: #fff;
  padding: 30px 0;
}
footer p {
  margin: 7px 0;
}
.moveTop {
  width: 48px;
  height: 48px;
  position: fixed;
  padding: 23px 10px;
  background: #ce061a;
  bottom: 10px;
  right: -50px;
  box-shadow: 0px 6px 3px -2px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  position: fixed;
  background-image: url(/images/arrowTop.svg);
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  z-index: 99;
  transition: all 0.3s ease-out;
}
.moveTop.shown {
  bottom: 10px;
  right: 15px;
  cursor: pointer;
}
.uk-dotnav>*>* {
  background: rgba(255, 255, 255, 0.25);
}
.uk-dotnav>.uk-active>* {
  background: rgba(206, 6, 26, 0.8);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.homeBanner .uk-slidenav-position.uk-margin {
  min-height: 250px;
}
.uk-button {
  background: #ce061a;
  font-weight: bold;
  padding: 7px 20px;
  color: #fff;
}
.breadcrumb {
  margin-top: 15px;
}
.blogItemFlex {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  overflow: auto;
  clear: both;
}
.blowItem {
    clear: both;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
.subheading-category {
  display: inline-block;
  padding: 15px 0;
}
.blogItemFlex .page-header {
  width: 100%;
}
.item-image {
  width: 20%;
  max-width: 200px;
  float: left;
  margin-right: 15px;
}
.pull-none.item-image {
    margin-bottom: 10px;
}
.page-header h2 a {
  display: inline-block;
  color: #333;
  font-weight: bold;
  font-size: 22px;
  padding: 5px 0px;
  text-decoration: none !important;
}
.article-info {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.article-info dd {
  margin: 0;
  padding: 3px 15px 3px 0;
}
.article-info i {
  color: #ce061a;
}
.vina-youtube-channel-wrapper {
  margin: 30px auto;
}
.vina-youtube-channel-wrapper .youmax-tab, .vina-youtube-channel-wrapper .youmax-encloser-comment-button {
  background-color: #ce061a !important;
  color: #fff;
  text-shadow: none;
}
.vina-youtube-channel-wrapper .youmax-tab:hover {
  background-color: #ce061a;
  color:#fff;
}
.modal .list-group-item {
  padding: 0;
  text-align: center;
}
.modal .list-group-item a {
  padding: 20px;
  font-size: 11px;
  display: block;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #ce061a;
}
.readmore a {
  display: inline-block;
  padding: 3px 0;
  border-bottom: 1px dotted;
  margin-bottom: 15px;
  border-radius: 0;
  color: #ce061a;
}
.paginationWrapper {
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ce061a;
    border-color: #ce061a;
}
.page-link {color: #ce061a;}
.buttonLink a {
    background: #ce061a;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.buttonLink {
    margin: 20px 0;
}
/* responsive styles */

@media (max-width: 1200px) {
  .headerFlex {
    padding: 0 15px;
  }
  .moduleWrapper {
    padding: 0;
    /*padding: 0 15px;*/
  }
  #content {
    padding: 15px;
  }
}
@media (max-width: 800px) {
  .headerItem.logoItem {
    width: 20%;
  }
  .feedbackWrapper {width: 51%;}
  .mainMenuList > li {
    float: none;
  }
  .nav-child {position: relative;}
  #mainMenu {
    background: #ce061a;
    border-bottom: none;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 99;
    transition: all 0.3s ease-out;
    overflow: auto;
  }
  #mainMenu.open {
    left: 0;
  }
  .mainMenuToggler {
    width: 48px;
    height: 48px;
    position: fixed;
    padding: 23px 10px;
    background: #ce061a;
    bottom: 10px;
    right: calc(50% - 24px);
    box-shadow: 0px 6px 3px -2px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    z-index: 99;
  }
  .mainMenuToggler span {
    display: block;
    position: relative;
    height: 2px;
    background: #fff;
    width: 28px;
    transition: all 0.2s ease-out;
  }
  .mainMenuToggler span:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease-out;
  }
  .mainMenuToggler span:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease-out;
  }
  .mainMenuToggler.open span {
    background: transparent;
  }
  .mainMenuToggler.open span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .mainMenuToggler.open span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  .mainMenuList.open {
    display: block;
  }
  .feedbackButton {font-size: 12px;}
  header {
    border-bottom: 2px solid #ce061a;
  }
}
@media (max-width: 640px) {

}
@media (max-width: 480px) {
  .headerItem.logoItem {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .headerItem.socialLinksWrapper {
    width: 100%;
    padding: 10px;
    justify-content: center;
  }
  .socialLinks {flex-wrap: wrap; justify-content: center;}
  .custom.feedbackWrapper {
    width: 100%;
    padding-bottom: 15px;
    justify-content: center;
  }
  .feedbackButton {
    margin: 5px;
    font-size: 10px;
    padding: 10px 15px;
  }
  .headerFlex {
    padding: 0;
  }
  .modal-title {
    font-size: 16px;
  }
  #membershipForm .inputWrap {
    width: 100%;
  }
  .homeBanner .uk-panel-title {font-size: 28px;}
  #content h1 {
    font-size: 28px;
  }
  .fbSocial {
    width: 100%;
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .fbEmail {width: 100%;}
  .moduleWrapper.feedbackMod {
    text-align: center;
  }
  .fbSocial .socialLinks {justify-content: center;}
  .inputFlex input {
    width: 100%;
  }
  .inputFlex input:first-child {
    margin-bottom: 8px;
  }
  .moduleHeading {font-size: 24px;}
* {
  padding: 0;
  margin: 0;
}

#thumbs div {
  margin: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#thumbs div::after {
  content: attr(data-title);
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 1;
  background: rgba(0, 42, 167, 0.6);
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 5px 10px;
  transition: 1s;
  line-height: 11px;
}

#thumbs div:hover::after {
  content: attr(data-title);
  top: 0;
  line-height: 150px;
  font-size: 30px;
}

#screen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow: hidden;
  cursor: pointer;
}

#imgs {
  width: 90vw;
  left: calc(5vw - 10px);
  height: 90vh;
  top: calc(5vh - 10px);
  background: white;
  border-radius: 10px;
  position: absolute;
  padding: 10px;
  cursor: auto;
}

#imgs div {
  overflow: auto;
  height: 100%;
  width: 100%;
  text-align: center;
}

#imgs div img {
  margin: 5px;
  vertical-align: top;
  line-height: 0;
}

}
p iframe {
  width: 100%;
}

iframe {
  width: 100%;
}
/* Gallery_gifts */
.gallery img{
	margin:5px; /* внешние отступы картинок */
	border:2px solid #fff; /* рамка картинок */
}
a.photo:hover img{
	border:2px solid #ce061a; /* изменение цвета рамки при наведении на картинку */
}