body {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .views-slideshow-controls-bottom {
    top: 48%;
  }

  /* Owl-carousel.*/
  #block-views-slider-big-block .view-slider-big .view-header {
    height: 625px;
  }

  #block-views-slider-big-block .view-slider-big .view-header .sk-folding-cube {
    margin: 255px auto;
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 960px) {
  /* Owl-carousel.*/
  #block-views-slider-big-block .view-slider-big .view-header {
    height: 480px;
  }

  #block-views-slider-big-block .view-slider-big .view-header .sk-folding-cube {
    margin: 185px auto;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 960px) and (max-width: 1220px) {
  #block-views-slider-big-block .view-slider-big .view-content.owl-carousel {
    margin-right: auto;
    margin-left: auto;
  }

  #block-views-slider-big-block .view-slider-big .view-header .sk-folding-cube {
    margin: 245px auto;
  }

  #block-views-slider-big-block .view-slider-big .view-header {
    height: 680px;
  }

  #block-views-slider-big-block .view-slider-big .view-footer {
    max-width: 100%;
  }
}

@media (min-width: 1220px) and (max-width: 1250px){
  #block-views-slider-big-block .view-slider-big .view-footer {
    margin-left: 10px;
  }
}

@media (min-width: 1250px) {
  #block-views-slider-big-block .view-slider-big .view-footer {
    margin-left: 30px;
  }
}

@media (max-width: 1220px) {
  #block-views-slider-big-block .view-slider-big .view-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1230px) {
  .views-slideshow-controls-bottom {
    top: 49%;
  }
}

@media (min-width: 1024px) {

  .fieldset-wrapper .group-user-mother .field-name-field-mother-birth-date #edit-field-mother-birth-date-und-0-value label {
    display: none;
  }

  .fieldset-wrapper .group-father .field-name-field-father-birth-date #edit-field-father-birth-date-und-0-value label {
    display: none;
  }

  #user-register-form .form-item label {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
  }

  #edit-field-agree-data label[for="edit-field-agree-data-und"],
  #user-register-form .form-item.form-item-field-agree-newsletter-und label {
    display: inline;
  }

  #user-register-form .form-item input {
    display: inline-block;
    vertical-align: top;
  }

  #user-register-form .form-item-mail label {
    margin-top: 25px;
  }

  #user-register-form .form-item-mail input {
    margin-top: 20px;
  }

  #user-register-form .form-item-mail .description {
    position: relative;
    border: 3px solid orange;
    display: inline-block;
    margin-left: 20px;
    width: 42%;
    font-style: italic;
  }

  #user-register-form .form-item-mail .description::after, #user-register-form .form-item-mail .description::before {
    position: absolute;
    border: 10px solid transparent;
    border-right: 25px solid orange;
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 11px;
    left: -36px;
  }

  #user-register-form .form-type-radios #edit-field-role-und {
    display: inline-block;
    vertical-align: top;
  }

  #user-register-form .form-type-radios label {
    margin-top: 0px;
  }

  #user-register-form .form-type-radios .description {
    position: relative;
    border: 3px solid orange;
    display: inline-block;
    margin-left: 20px;
    width: 33%;
    font-style: italic;
  }

  #user-register-form .form-type-radios .description::after, #user-register-form .form-type-radios .description::before {
    position: absolute;
    border: 10px solid transparent;
    border-right: 25px solid orange;
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 11px;
    left: -36px;
  }

  #user-register-form .field-name-field-children-additional-info .description {
    position: relative;
    border: 3px solid orange;
    display: inline-block;
    margin-left: 20px;
    width: 35%;
    vertical-align: top;
    font-style: italic;
  }

  #user-register-form .field-name-field-children-additional-info .description::after, #user-register-form .field-name-field-children-additional-info .description::before {
    position: absolute;
    border: 10px solid transparent;
    border-right: 25px solid orange;
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 11px;
    left: -36px;
  }

  #user-register-form .field-name-field-children-additional-info .resizable {
    display: inline-block;
    width: 57%;
  }

  #user-register-form .field-name-field-children-additional-info label {
    display: block;
  }

  #user-register-form .form-item-field-user-receive-post-und .description {
    position: relative;
    border: 3px solid orange;
    display: inline-block;
    margin-left: 20px;
    width: 55%;
    font-style: italic;
  }

  #user-register-form .form-item-field-user-receive-post-und .description::after, #user-register-form .form-item-field-user-receive-post-und .description::before {
    position: absolute;
    border: 10px solid transparent;
    border-right: 25px solid orange;
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 11px;
    left: -36px;
  }

  #user-register-form .form-item-field-user-receive-post-und label {
    margin-top: 23px;
  }

  #user-register-form .form-item-field-user-receive-post-und input {
    margin-top: 23px;
  }

  #user-register-form .form-item-field-user-mobile-phone-und-0-value .description {
    position: relative;
    border: 3px solid orange;
    display: inline-block;
    margin-left: 20px;
    width: 43%;
    font-style: italic;
  }

  #user-register-form .form-item-field-user-mobile-phone-und-0-value .description::after, #user-register-form .form-item-field-user-mobile-phone-und-0-value .description::before {
    position: absolute;
    border: 10px solid transparent;
    border-right: 25px solid orange;
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 11px;
    left: -36px;
  }

  #user-register-form .form-item-field-user-mobile-phone-und-0-value label {
    margin-top: 20px;
    display: block;
  }

  #user-register-form .form-item-field-user-mobile-phone-und-0-value input {
    margin-top: 20px;
  }

  #user-register-form .form-item-field-user-postamat-number-und-0-value .description {
    position: relative;
    border: 3px solid orange;
    display: inline-block;
    margin-left: 20px;
    width: 46%;
    font-style: italic;
  }

  #user-register-form .form-item-field-user-postamat-number-und-0-value .description::after, #user-register-form .form-item-field-user-postamat-number-und-0-value .description::before {
    position: absolute;
    border: 10px solid transparent;
    border-right: 25px solid orange;
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 11px;
    left: -36px;
  }

  #user-register-form .form-item-field-user-postamat-number-und-0-value label {
    margin-top: 20px;
    display: block;
  }

  #user-register-form .form-item-field-user-postamat-number-und-0-value input {
    margin-top: 20px;
  }

  #user-register-form .form-item-field-user-address-und-0-value .description {
    position: relative;
    border: 3px solid orange;
    display: inline-block;
    margin-left: 20px;
    width: 35%;
    vertical-align: top;
    font-style: italic;
  }

  #user-register-form .form-item-field-user-address-und-0-value .description::after, #user-register-form .form-item-field-user-address-und-0-value .description::before {
    position: absolute;
    border: 10px solid transparent;
    border-right: 25px solid orange;
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 11px;
    left: -36px;
  }

  #user-register-form .form-item-field-user-address-und-0-value label {
    display: block;
  }

  #user-register-form .form-item-field-user-address-und-0-value .resizable {
    display: inline-block;
    vertical-align: top;
    width: 57%;
  }

  #general-wrapper #content .node-by-viewer {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #general-wrapper #content .node-by-viewer .get-newarest-families-button {
    color: #fff;
  }

  #user-register-form .field-name-field-user-gender label {
    display: block;
  }

  #user-register-form .field-name-field-user-gender {
    display: inline-block;
  }

  #user-register-form .field-name-field-user-birth-date {
    display: inline-block;
    margin-left: 35px;
  }

  #user-register-form .field-name-field-user-hide-birth-date {
    display: inline-block;
    margin-left: 35px;
  }

  #user-register-form .field-name-field-user-birth-date #edit-field-user-birth-date-und-0-value label {
    display: none;
  }

  #user-register-form .field-name-field-country {
    display: inline-block;
  }

  #user-register-form .field-name-field-region {
    display: inline-block;
  }

  #user-register-form .field-name-field-region label {
    display: block;
  }

  #user-register-form .field-name-field-city {
    display: inline-block;
  }

  #user-register-form .field-name-field-moscow-district {
    display: inline-block;
  }

  #user-register-form .field-name-field-moscow-district label {
    display: block;
  }

  #user-register-form .field-name-field-moscow-metro {
    display: inline-block;
  }

  #user-register-form .field-name-field-moscow-metro label {
    display: block;
  }

  #user-register-form .field-name-field-children-name {
    display: inline-block;
    width: 44%;
  }

  #user-register-form .field-name-field-children-name input {
    width: 75%;
  }

  #user-register-form .field-name-field-children-lastname {
    display: inline-block;
    width: 55%;
  }

  #user-register-form .field-name-field-children-birthdate {
    display: inline-block;
  }

  #user-register-form .field-name-field-children-birthdate #edit-field-user-otherchild-collection-und-0-field-user-otherchild-und-form-field-children-birthdate-und-0-value label {
    display: none;
  }

  #user-register-form .field-name-field-children-gender {
    display: inline-block;
    margin-left: 74px;
  }

  #user-register-form .field-name-field-children-gender label {
    display: block;
  }

  #user-register-form .field-name-field-relationship-info {
    display: inline-block;
    margin-left: 74px;
  }

  #user-register-form .field-name-field-relationship-info label {
    display: block;
  }

  #user-register-form .field-name-field-user-last-name input {
    margin-left: 10px;
  }

  #user-register-form .field-name-field-user-first-name input {
    margin-left: 43px;
  }

  #user-register-form .field-name-field-user-middle-name input {
    margin-left: 10px;
  }

  #user-register-form .fieldset-wrapper .group-user-mother {
    display: inline-block;
    width: 49%;
  }

  #user-register-form .fieldset-wrapper .group-father {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }

  #user-register-form .fieldset-wrapper .group-user-mother label {
    width: 70%;
  }

  #user-register-form .fieldset-wrapper .group-father .field-name-field-father-last-name {
    margin-top: 89px;
  }

  #user-register-form .field-name-field-user-phone {
    display: inline-block;
  }

  #user-register-form .field-name-field-user-phone label {
    display: block;
  }

  #user-register-form .field-name-field-mother-additional-email {
    display: inline-block;
    margin-left: 15px;
  }

  #user-register-form .field-name-field-mother-additional-email label {
    display: block;
  }

  #user-register-form .form-type-password {
    position: relative;
  }

  #user-register-form .form-type-password .password-strength {
    position: absolute;
    right: -150px;
    top: -30px;
  }

  #user-register-form .form-type-password div.password-confirm {
    position: absolute;
    right: -150px;
    top: -20px;
  }

  #user-register-form .form-type-password input.password-confirm {
    margin-left: 10px;
  }

  #user-register-form .form-type-password input.password-processed {
    margin-left: 82px;
  }

  #user-register-form .field-name-field-children-birthdate #field-user-otherchild-collection-und-0-field-user-otherchild-und-form-field-children-birthdate-add-more-wrapper {
    width: 500px;
  }

  #user-register-form .field-name-field-children-birthdate #field-user-otherchild-collection-und-0-field-user-otherchild-und-form-field-children-birthdate-add-more-wrapper fieldset {
    margin-bottom: 23px;
    position: relative;
  }

  #user-register-form .field-name-field-children-birthdate #field-user-otherchild-collection-und-0-field-user-otherchild-und-form-field-children-birthdate-add-more-wrapper fieldset .fieldset-wrapper {
    position: absolute;
    right: 189px;
    bottom: -7px;
  }

  #user-register-form .group-father .fieldset-wrapper label {
    display: block;
  }

  #user-register-form .field-name-field-children-birthdate label {
    display: none;
  }

  #user-register-form .field-name-field-user-otherchild-collection table {
    position: relative !important;
  }

  .section-pozdrav-fond-daunsayd-ap div.box {
    width: 49%;
    display: inline-block;
    text-align: center;
    margin-left: 0;
    max-width: none;
  }

  .section-pozdrav-fond-daunsayd-ap div.box img {
    width: 300px !important;
  }

  .section-pozdrav-fond-daunsayd-ap .itro {
    margin-left: 40px;
    width: 90%;
  }

  .section-pozdrav-fond-daunsayd-ap div.box a {
    margin-left: 60px;
  }
}

.line_over_the_entire_width {
  height: 250px;
}

.line_over_the_entire_width .wrapper {
  width: auto;
  max-width: 980px;
  left: 0;
  right: 0;
  margin: auto;
}

.line_over_the_entire_width .wrapper:before {
  height: 0;
  width: 0;
}

.line_over_the_entire_width .wrapper:after {
  width: 0;
  height: 0;
}

.line_over_the_entire_width .wrapper .option .element {
  float: none;
}

#block-block-50 {
  margin-top: 0 !important;
  height: 240px;
}

/*.views-slideshow-controls-text-next {*/
/*z-index: 10 !important;*/
/*}*/

#views_slideshow_cycle_div_slider_big-block_3_0 {
  margin-top: -10px;
}

@media (max-width: 979px) {

  #content .view.view-new-content-type-lists.view-id-new_content_type_lists.view-display-id-lich_block_2 td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*=MENU----------------------------------------------------------*/
  #navigation a {
    border-right: 1px solid #000;
    padding: 10px;
    width: 70%;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
  }

  .responsive-menus.responsified span.toggler {
    background: #f57d20;
    box-shadow: none;
  }

  .responsive-menus.responsified span.toggler svg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 8px;
    left: 0;
  }

  .responsive-menus.responsified.responsive-toggled span.toggler {
    border-bottom: 0;
  }

  .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
    border-top: 1px solid #fff;
    top: 48px;
  }

  .responsive-menus.responsified .responsive-menus-simple {
    background: #FF9A4C;
    box-shadow: none;
  }

  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple ul {
    display: none !important;
  }

  .responsive-menus.responsified .responsive-menus-simple li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f57d20;
    cursor: pointer;
    border-bottom: 1px solid #fff;
  }

  .responsive-menus.responsified .responsive-menus-simple li a {
    border: none;
  }

  .responsive-menus.responsified .responsive-menus-simple li ul li a {
    background: #CA5C07;
    padding-left: 15px !important;
  }

  .responsive-menus.responsified .responsive-menus-simple li ul li ul li a {
    background: #FF9A4C;
    padding-left: 20px !important;
  }

  .responsive-menus.responsified .responsive-menus-simple li ul li ul li ul li a {
    background: #FFB175;
    padding-left: 25px !important;
  }

  .responsive-menus.responsified .responsive-menus-simple li ul li ul li ul li ul li a {
    background: #FFB175;
    padding-left: 30px !important;
  }

  .responsive-menus.responsified .responsive-menus-simple .parent:after {
    content: '';
    position: absolute;
    right: calc(15% - 10px) !important;
    left: auto !important;
    top: 18px !important;
    bottom: 0 !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
  }

  /*/ MENU----------------------------------------------------------*/

}

@media (max-width: 980px) {

  .fir-trees.container.one-tree {
    overflow: auto;
  }

  .fir-trees .page-one-tree .prev-item,
  .fir-trees .page-one-tree .next-item {
    z-index: 100;
  }

  .fir-trees {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .fir-trees.container {
    width: 100%;
  }

  .fir-trees .page-one-tree .list-trees {
    right: 0;
    left: initial;
  }

  #block-block-47 .donate-text {
    height: auto;
    min-height: 150px;
  }

  #block-views-rubric-pages-front-block-bottom .news_anons_title .field-content a {
    margin-left: 0;
  }

  .float-orig.child-art-image {
    width: 66%;
  }

  .float-orig {
    width: 30%;
  }

  .anons-text-gorizontal {
    width: 100%;
  }

  div#block-views-rubric-pages-sd-block-last {
    height: auto;
  }

  #block-views-rubric-pages-sd-block-last img {
    height: auto !important;
    width: 100% !important;
    min-width: 100% !important;
  }

  .sidebars {
    text-align: center;
  }

  .views-field.views-field-body.anons-text {
    margin: 0;
  }

  #block-block-43 {
    margin: 0;
  }

  .sidebars .region:after {
    width: 0;
  }

  #block-block-59 {
    display: block;
  }

  #block-block-43 {
    margin-top: 0;
  }

  #block-block-48 {
    margin-top: 0;
  }

  #block-block-48 .content div {
    margin-top: 0 !important;
  }

  #block-block-38 {
    max-width: 980px;
  }

  #block-block-38 .content > div {
    display: inline-block;
  }

  #block-block-50 .content {
    height: 240px;
  }

  #block-block-50 iframe {
    height: 230px !important;
  }

  .wrap-sid {
    display: inline-block;
  }

  .sidebar-second .region-sidebar-second,
  .sidebar-first .region-sidebar-first {
    float: none;
    margin-left: 0;
    margin-right: 0;
    max-width: 980px;
    text-align: center;
    clear: both;
    width: 100%;
  }

  .region-sidebar-second > .block {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
  }

  #block-block-50 {
    margin-top: 0 !important;
  }

  #partners.wrap {
    max-width: 980px !important;
    width: 100% !important;
  }

  .partners-list {
    max-width: 100%;
  }

  img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: auto;
  }

  #block-downsideup-family-map-access .content > p img,
  #block-downsideup-organization-map-access .content > p img {
    width: auto;
  }

  .right_block,
  .social,
  #ya-site-form0 {
    position: static;
  }

  .left_block .logo_block {
    max-width: 250px;
    height: 120px;
  }

  .center_block .slogon_text_block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .right_block .create_donation {
    margin-top: 0;
    float: none;
    display: inline-block;
  }

  .center_block .header_text_block {
    float: left !important;
  }

  .center_block .slogon_text_block {
    float: left !important;
    width: auto !important;
  }

  #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    width: auto;
  }

  .sidebar-second #content,
  .sidebar-first #content {
    max-width: none;
    width: 100%;
    margin: 0;
  }

  #block-views-news-sait-new-block-1 td {
    width: 30%;
    vertical-align: top;
  }

  #content td.col-2 {
    text-align: left;
  }

  #content td.col-3 {
    text-align: left;
  }

  #content .block {
    max-width: 100%;
    width: 100%;
  }

  .line_over_the_entire_width {
    height: 250px;
  }

  .line_over_the_entire_width .wrapper {
    width: auto;
    max-width: 980px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .line_over_the_entire_width .wrapper:before {
    height: 0;
    width: 0;
  }

  .line_over_the_entire_width .wrapper:after {
    width: 0;
    height: 0;
  }

  .line_over_the_entire_width .wrapper .option .element {
    float: none;
  }

  .views-field.views-field-field-news-anons.anons-text.text-1-place {
    width: 66%;
    display: inline-block;
  }

  .img-1-place {
    width: 30%;
    float: none;
  }

  .orange-header {
    position: static !important;
  }

  #block-formblock-donation {
    width: 100% !important;
    overflow: hidden;
  }

  #block-formblock-donation .orange-header,
  #block-formblock-donation .blue-text {
    margin: 0 auto;
  }

  #block-formblock-donation .secure-donation {
    text-align: center;
    top: 5px;
  }

  #block-formblock-donation .secure-donation-image {
    vertical-align: middle;
  }

  #block-formblock-donation form {
    margin: 0 !important;
    float: none !important;
  }

  #donation-node-form img {
    display: none !important;
  }

  body #main {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .donate-option {
    margin: 1% 1% !important;
  }

  .form-field-name-field-other-options {
    height: 210px !important;
    top: 176px !important;
  }

  .container_contact {
    width: 100%;
  }

  .page_contact {
    width: 100%;
  }

  .contact_line {
    display: none;
  }

  #content .block {
    margin-left: 0;
    margin-right: 0;
  }

  #content {
    padding-left: 2%;
    padding-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  #page-title {
    margin-left: 0;
  }

  .breadcrumb, .breadcrumb, #page-title, .messages, article {
    margin-left: 0;
    margin-top: 10px;
  }

  article {
    margin-right: 0;
  }

  #navigation {
    width: 100%;
  }

  /*=SLIDER-----------------------------------------------------------------------------------*/
  .sliders {
    width: 100%;
    height: auto;
  }

  .sliders .slider .img_slider {
    object-fit: cover;
    max-width: 100% !important;
  }

  #views_slideshow_cycle_teaser_section_slider_big-block {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .slide_how_to_help .slide_text {
    top: 10%;
  }

  .sliders .slider .container_text .text_orange,
  .sliders .slider .container_text .text_blue {
    font-size: 1em;
  }

  .slide_how_to_help .slide_text a {
    font-size: 1em;
  }

  /*.region-upper-slider {*/
    /*overflow: hidden;*/
  /*}*/

  /*.region-upper-slider img {*/
    /*object-fit: cover;*/
  /*}*/

  /*/ SLIDER-----------------------------------------------------------------------------------*/
  .field-items .field-item img {
    width: auto;
  }

  .region.region-bottom p {
    text-align: left;
    margin-left: 10px;
  }

  button#cboxClose {
    top: -15px;
    right: -15px;
  }

  #colorbox {
    width: 100% !important;
  }

  .node-type-article .node-article .field-name-field-material-text p > img {
    max-width: none;
  }

  .section-fotogalereya-konferencii .node-page table {
    width: 100% !important;
  }

  .section-fotogalereya-konferencii .node-page tbody > tr {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .section-fotogalereya-konferencii .node-page tbody > tr > td {
    width: 48% !important;
  }

  .section-fotogalereya-konferencii .node-page tbody > tr > td img {
    max-width: 100%;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #content .content .view-content td .anons-text p {
    padding-right: 10px;
  }

}

@media (min-width: 481px) and (max-width: 980px) {
  #block-views-calendar-block-3 .content .view-footer td {
    display: block;
    width: 100%;
    height: 230px
  }
}

@media (max-width: 767px) {
  .view-display-id-block_3_7 .views-row {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .view-display-id-new_families .views-row {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .view-display-id-block_0_3 .view-display-id-new_families {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .view-display-id-block_7.view-display-id-new_families {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .view-display-id-parents_stories .view-display-id-new_families {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .view-display-id-parents_stories .view-display-id-new_families {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

    #footer-wrapper .views-row-first .views-field-topic-icon {
    padding-left: 40%;
  }

  #footer-wrapper .views-row-first .views-field-title {
    padding-left: 25%;
  }

  #footer-wrapper .views-row-first .views-field-last-updated {
    padding-left: 25%;
  }

  #footer-wrapper .views-row-first .views-field-name {
    padding-left: 25%;
    padding-right: 20%;
  }

  #block-views-calendar-block-3 .view-display-id-block_3 .days,
  #block-views-calendar-block-1 .view-display-id-block_1 .days {
    display: inline-block;
    width: 30px !important;
  }

  #block-views-calendar-block-3 .view-display-id-block_3 td.date-box,
  #block-views-calendar-block-1 .view-display-id-block_1 td.date-box {
    width: 28px !important;
    height: 20px !important;
  }

  #block-views-calendar-block-3 .view-display-id-block_3 td.today,
  #block-views-calendar-block-1 .view-display-id-block_1 td.today {
    width: 26px !important;
    height: 20px !important;
    padding: 1px 1px 0 1px;
  }

  #block-views-calendar-block-3 .view-display-id-block_3 .date-box td.today,
  #block-views-calendar-block-1 .view-display-id-block_1 .date-box td.today {
    padding: 1px 3px 0 1px;
  }

  #block-views-calendar-block-3 .view-display-id-block_3 td.single-day .qtip-link,
  #block-views-calendar-block-1 .view-display-id-block_1 td.single-day .qtip-link {
    border-bottom: none;
  }

  /*#block-views-calendar-block-3 .view-display-id-block_3 td.single-day,*/
  /*#block-views-calendar-block-1 .view-display-id-block_1 td.single-day {*/
    /*width: 28px !important;*/
    /*height: 20px !important;*/
    /*overflow: hidden;*/
  /*}*/

  #block-views-calendar-block-3 .view-display-id-block_3 td.single-day a,
  #block-views-calendar-block-1 .view-display-id-block_1 td.single-day a {
    color: transparent;
  }

  .calendar-calendar .month-view .full td.date-box.today {
    box-sizing: content-box;
    border-width: 2px 2px 0;
  }

  .calendar-calendar .month-view .full tr td.single-day.today {
    box-sizing: content-box;
    border-bottom: 2px solid red;
  }

  .calendar-calendar .month-view .full tr td.today {
    border-left: 2px solid red;
    border-right: 2px solid red;
  }

  /*#block-views-calendar-block-3 .view-display-id-block_3 .view-content,*/
  /*#block-views-calendar-block-1 .view-display-id-block_1 .view-content {*/
    /*padding-left: 32%;*/
  /*}*/
}
@media (max-width: 768px) {
  #block-views-calendar-block-3 .view-display-id-block_3 td.single-day,
  #block-views-calendar-block-1 .view-display-id-block_1 td.single-day {
    width: 28px !important;
    height: 20px !important;
    overflow: hidden;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #header .center_block .slogon_text_block {
    padding-left: 25%;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  #block-downsideup-family-map-access .uk-grid .uk-h5 {
   margin: 0 200px !important; 
  }
}
@media (min-width: 768px) {
    .calendar-calendar .month-view table {
        width:100%;
    }
}
