/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */





* {
    margin: 0;
    padding: 0;

    
   }

body,div, li, ul {
  font-family: 'Lora', serif;   
}

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

.lists-test {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.lists-test p {
  margin-left: 10px;
}

/*

nav.nav-center ul {
    text-align: center;
}
nav.nav-center ul li {
    display: inline;
    float: none;
}
nav.nav-center ul li a {
    display: inline-block;
}

*/

.nav-total {
  text-align: center;
}

.attantion {
  position: relative;
  background-color: white;
  padding: 3px;
  color: white;
}


/*-------- Сообщение ошибок стили ---------  */

.error_messages {
     width: 100%;
     height: 100%;
     background-color: #fed7d7;
     
}

.errors {
  padding: 15px;
}

.error {
  text-align: center;
  padding: 5px;
}

/* ---------Сообщение успешных уведомлений ---------- */

.messages {
     width: 100%;
     height: 100%;
     background-color: #aecef2;
    
}

.message {
  padding: 15px;
}

.show-msg {
  text-align: center;
  padding: 5px;
}

/*
html {
  overflow-x: hidden;
}

*/

.content {
  height: 800px;
}

.container-center {
    min-height: 65vh; 
}

nav ul a,
nav .brand-logo {
  color: #444;
}


nav ul a,
nav #dropdown1 {
  color: #444;
}

.dropdown-content {
  position: relative;
  margin-top: 64px;
  
}

li {
  color: #444;
  font-size: 18px;
}

h5 {
  color: #444;
}

i {
  color: #444;
}

p {
  color: #444;
}

#send {
  color: #FFFFFF;
}

.form-horizontal {
  position: relative;
  top: 60px;
}

#form-register {
  position: relative;
  top: 30px;
}

/* ---- Страница login -------*/

#form-login {
  position: relative;
  margin-top: 100px;
}

.message-text {
  position: relative;
  text-align: center;
  font-size: 1.1em;
}

/* Кнопка открытия дополнительного меню  */
#drop_down {
  color: white;
}

#Forgoten {
  margin-top: 30px;
  cursor: pointer;
  text-decoration: none;
  color: black;
}

#Forgoten:hover {
  color: #26a69a;
  text-decoration: none;
  color: black;
}

#registration {
  color: #444;
}

/* Цвет формы в модальнном окне */
#email, #password {
  color: #040404;
}



.button-collapse {
  margin-left: 40px;
}

.parallax-container {
  min-height: 600px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }


/* Выпадающее меню */
.dropdown-menu {
  position: relative;
  margin-top: 0px;
  margin-left: 15px;
}

.dropdown-menu {
  background-color: #fff;
  margin-left: 15px;
  margin-top: 35px;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

.dropdown-menu li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: center;
  text-transform: none;
}

.dropdown-menu li:hover, .dropdown-menu li.active, .dropdown-menu li.selected {
  background-color: #eee;
}

.dropdown-menu li.active.selected {
  background-color: #e1e1e1;
}

.dropdown-menu li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-menu li > a, .dropdown-menu li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-menu li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-menu li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

.input-field.col .dropdown-menu [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* Выпадающее меню аккаунта */
.dropdown-menu-account {
  position: relative;
  margin-top: 0px;
  margin-left: 15px;
}

.dropdown-menu-account {
  background-color: #fff;
  margin-left: 0px;
  margin-top: 55px;
  display: none;
  min-width: 200px;
  max-height: 320px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

.dropdown-menu-account li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: center;
  text-transform: none;
}

.dropdown-menu-account li:hover, .dropdown-menu li.active, .dropdown-menu li.selected {
  background-color: #eee;
}

.dropdown-menu-account li.active.selected {
  background-color: #e1e1e1;
}

.dropdown-menu-account li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-menu-account li > a, .dropdown-menu-account li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-menu-account li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-menu-account li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

.input-field.col .dropdown-menu-account [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

#dropdown-menu-account-back {
  color: black;
  background: #f4f5f7;
}

#dropdown-menu-account-back:hover {
  background: #d6d6d6;
}

/* Главная страница */
.background-header-index {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../images/back10.jpg') no-repeat  center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 94vh;
}

.banner-text {
  position: relative;
  top: 100px;
  color: white;
  font-size: 2.1em;
  text-align: center;
  font-family: 'Comfortaa', cursive;
  margin-left: 0px;
  line-height: 0.8;
  
}

.banner-tag {
  position: relative;
  top: 40px;
  font-family: 'Bad Script', cursive;
  color: white;
  font-size: 2em;
  padding: 20px;
  line-height: 0.8;
}

.banner-author {
  position: relative;

}

.white {
  opacity: 0.65;
}


.button-take {
  margin-top: 300px;
 }

.banner-tag {
  position: absolute;
  margin-top: 40%;
} 


.collumn {
  margin-left: 30px;
  background-color: white;
  position: relative;
  
  
  opacity: 0.7;
  height: 550px;
}

.text-main {
  text-align: center;
  font-size: 1.1em;
}

.banner-info {
  font-size: 1.7em;
  text-align: justify;
}

/* Меню Личного кабинета */
   .MyAccountMenu {
     position: relative;
     margin-top: 70px;
   }

   #text_opacity {
      opacity: 0.7;
      font-size: 1.3em;
      color: #444;
   }


   #text_step {
       line-height: 1.5;
      font-size: 2.2em;
      color: white;
   }

   #text_step_small {
      color: white;
      font-size: 1.2em;
   }

   #circle-step {
      position: relative;
      margin-left: 280px;
      text-align: center;
      position: relative;
      width: 80px;
      height: 80px;
      background-color: red;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      border-radius: 40px;
       line-height: 1.5;
   }

   #table_adress {
       position: relative;
       margin-top: 80px;
   }

   .AccountLink {
    text-align: center;
    display: inline-block; /* Строчно-блочные элементы */
    margin-right: 40px;
    color: #26a69a; /* Расстояние между пунктами меню */
    cursor: pointer;
    font-size: 1.1em;
    
   }
   .Link {
    color: #26a69a; /* Цвет ссылок */
    display: block; /* Блочный элемент */
    margin-top: 20px; 
    text-decoration: none; /* Убираем подчёркивание */
    
   }

   .actived {
    color: #26a69a; /* Цвет ссылок */
    display: block; /* Блочный элемент */
    margin-top: 20px; 
    text-decoration: none; /* Убираем подчёркивание */
    padding-bottom: 1px;
    padding-top: 1px;
    border-bottom: 2px #26a69a solid;
    
   }

   .deactived {
    color: #26a69a; /* Цвет ссылок */
    display: block; /* Блочный элемент */
    margin-top: 20px; 
    text-decoration: none; /* Убираем подчёркивание */
    padding-bottom: 1px;
    padding-top: 1px;
    
    
   }

   #icon_account {
     color: #26a69a;
    }

   #icon_account:hover {
     color: #3777cc;
    } 
   
   #header-border {
     position: relative;
     border-bottom: 1px #b7b5b5 solid;
     margin-top: 10px;
   }



   #info_account {
     margin-top: 100px;
     opacity: 0.4;
     font-size: 1.2em;
   }
   
   .attention {
    background: #F6CED8;
    padding: 6px;
    margin-top: 80px;
   }

   #attention_account {
     font-size: 0.8em;
     
   }

   #ChooseCompetition {
      margin-top: 40px;
   }

   #radius {
      background-color: red;
      width: 100px;
   }

   #button_uploaded {
    margin-top: 70px;
   }


   .edit-card {
    margin-top: 15px;
    padding-top: 10px;
     padding-left: 5px;
     padding-right: 5px;
    padding-bottom: 20px;
    border: 1px solid #a9abad;
  }

   #button-save {
    padding-top: 20px;
    padding-bottom: 30px;
   }

 /* -------------Окно заказать звонок--------------  */ 
 
 #phone {
  width: 80px;
  background-color: #444;
  height: 150px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  opacity: 0.4;
  border-radius: 15px 15px 15px 15px;
  z-index: 5;

 } 

 
/* ----Кнопка заказать звонок---- */
 #button_phone {
  color:  #FFFAFA;
  width: 50px;
  height: 50px;
  cursor: pointer;
 }

 #button_phone_icon {
  margin-top: 10px;
  color: #FFFAFA;
  cursor: pointer;
  text-align: center;
  background-color: #00FF00;
 }

 #button_question_icon {
  color: #FFFAFA;
  cursor: pointer;
  text-align: center;
  background-color: #FF0000;
 }

/*----------------- Страница О нас-----------------  */

.background-about {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../images/about2.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
}

#about-info {
   position: relative;
   top: 10px;
}

.content-about {
   position: relative;
   top: 10px;

}

.text-about {
  position: relative;
  top: 20px;
  text-align: justify;
  font-size: 1.1em;
  text-indent: 20px;
}

.text-about2 {
  position: relative;
  top: 0px;
  text-align: justify;
  font-size: 1.1em;
}

.collapsible {
  position: relative;
  margin-top: 15px;
}

.chapter {
  margin-top: 50px;
  text-align: center;
  font-size: 1.4em;
}

.chapter2 {
  margin-top: 10px;
  text-align: left;
  font-size: 1.1em;
}

#bottom-border {
  padding-top: 40px; 
  position: relative;
  border-bottom: 1px #b7b5b5 solid;
  margin-bottom: 20px;
 
}

/* --------------Ангел вдохновения --------------- */

.background-header-angel {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../../images/angel2.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
}

.text-info {
  margin-top: 30px;
  position: relative;
  border: 1px solid black;
  padding: 20px;
  font-size: 1.2em;
}

.chapter-one {
  margin-top: 10px;
  text-align: center;
  font-size: 1.5em;
}

.text-center {
  margin-top: 20px;
  text-align: center;
}

.text-center-2 {
  margin-top: 10px;
  text-align: center;
}

.cards {
  position: relative;
  top: 0px;
}

.condition {
  position: relative;
  margin-top: 20px;
  text-align: center; 
}

.condition_cha1 {
  position: relative;
  margin-top: 0px;
  text-align: center;
}

.condition_cha2 {
  position: relative;
  margin-top: 20px;
  text-align: left;
}

.f-condition {
  position: relative;
  margin-top: 70px;
}

.condition-link {
  text-decoration: none;
  color: #444;
}

.background-contact {
   width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../images/call.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
}


/* ------- Уши, ноги и хвосты ------------*/

.background-gallery-index {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../../images/gallery-index.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 100px;
}


/* ------- Живые истории ------------*/

.background-header-future {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../../images/future/future.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
}

.background-header-maestro {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../../images/maestro/back.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
}

/* ------------ Пленэр -------------*/

.background-header-open-air {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../images/open-air.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
}

.tag-open-air {
  position: relative;
  top: 0px;
  text-align: left;
  font-size: 1.1em;
  
}


/* Форма */


#form-foots {
   display: none;
}

#form-angel {
   display: none; 
}

#form-livestory {
  display: none;
}

#form-maestro {
  display: none;
}

#form-angel-adults {
  display: none;
}

#form-theater {
  display: none;
}

#form-padishah {
  display: none;
}


.background-header-foots {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../../images/foot2.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
}

.leftimg {
  width: 320px;
  height: 240px;
  float: right;
  margin: 17px 17px 15px 27px;

}

.tag {
  position: relative;
  top: 0px;
  text-align: center;
  font-size: 1.1em;
  text-indent: 20px;
}

#info {
  position: relative;
  margin-top: 30px;
}

/* --------------Что есть театр? Это чудо --------------- */

.background-header-theater {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../../images/theater.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
}


/* --------------Загадочное путешествие в страну Падишаха --------------- */

.background-header-сompositionX {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../../images/CompositionX.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
}

/* --------------Ангел вдохновения Взрослые --------------- */

.background-header-angel-adults {
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../../images/angel-adults.jpg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 400px;
}





/*----- Стили работы галереи  ---------*/ 



#card-info {
  margin-top: 4px;
  font-size: 0.8em;
  text-decoration: none;
  color: #9f9fa0;
  overflow-wrap: break-word;
  text-align: center;
}

#card-name {
  margin-top: 4px;
  font-size: 0.8em;
  text-decoration: none;
  color: #444;
  overflow-wrap: break-word;
  text-align: center;
}

.card-link {
  margin-top: 4px;
  font-size: 1.0em;
  text-decoration: none;
  color: #444;
  overflow-wrap: break-word;
  text-align: center;
}

.work {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  display: block;
}



.work-image-show {
   position: relative;
  overflow: hidden ;
  width: auto;
  height: auto; 
}

/* Картинка в аккаунте */
.work-card-show {
  height: auto;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  margin-top: 15px;
  box-shadow: 0 2px 3px rgba(0, .4, 0, .1);
  vertical-align: top;
  display: inline-block;
}

#button_deleted {
  padding: 15px;
  position: relative;
}

.likes {
  position: absolute;
  left: 10px;
  bottom: 2px;
  color: #f74c6e;
  font-size: 1em;
  cursor: pointer;
}

#like {
  color: #f74c6e;
}


#comment {
  color: #1fad61;
}

#border-info {

   color: #e3e4e5;
   margin-top: 30px;
  
}

.content {
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  background-color: #f4f4f4;
}


.button-work {
    margin-top: 25px;
}


.payment-card {
    padding-top: 20px;
     padding-left: 5px;
     padding-right: 5px;
    padding-bottom: 20px;
    border: 1px solid #a9abad;
  }

.unick {
    padding: 5px;
    margin-top: 10px;
    background-color: #444;
    color: white;
}


.button-click {
  margin-top: 70px;
}

/* ------Стиль работы Золотой треугольник */

.work-image-triangle {
  position: relative;
  overflow: hidden ;
  width: 100%;
  height: auto;
}

.work-card-triangle {
  height: 300px;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  margin-top: 15px;
   box-shadow: 0 2px 3px rgba(0, .4, 0, .1);
   vertical-align: top;
   display: inline-block;
}

.tag-triangle {
  position: relative;
  top: 0px;
  text-align: left;
  font-size: 1.1em;
  
}


/*----- Стиль отдельной работы галереи  ---------*/ 

.competitions {
  width: 100%;
  position: relative;
  margin-top: 50px;

}

#card-info-item {
  margin-top: 10px;
  font-size: 1.0em;
  text-decoration: none;
  color: #9f9fa0;
  overflow-wrap: break-word;
  text-align: left;
  padding-left: 50px;
}

#card-name-item {
  margin-top: 20px;
  font-size: 1.4em;
  text-decoration: none;
  color: #444;
  overflow-wrap: break-word;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  
}

.comments-title {
   font-size: 1.6em;
}

.work {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}

.work-image-item {
  position: relative;
  background-color: #ffffff;
  width: 60%;
  height: auto;
  vertical-align: top;
  float: left;
  display: inline-block;
}

.work-comment-item {
  display: inline-block;
  position: relative;
  height: auto;
  width: 40%;
  vertical-align: top;
  background-color: white;
  float: left;
  overflow-y: scroll;
}

#ab {
  background-color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, .4, 0, .1);
}



.work-card-item {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  margin-top: 0px;
   box-shadow: 0 2px 3px rgba(0, .4, 0, .1);
   
   
}

.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  float: left;
}

#link {
     cursor: pointer;
  } 
  


#like {
  color: #f74c6e;
}

.comments {
  position: absolute;
  right: 10px;
  bottom: 2px;
  cursor: pointer;
}

.comments-title {
    margin-top: 20px;
}

.comments-content-title-text {
    text-align: center;
}

.comments-title-text {
    margin-top: 20px;
    font-size: 1.4em;
    text-align: center;
}

.comments-border {
   margin-top: 5px;
   position: relative;
   border: solid #b4b6ba 1px;
   padding-right: 30px;
}

#comment {
  color: #1fad61;
}

#border-info {
   position: relative;
   color: #e3e4e5;
   margin-top: 30px;
  
}

.content {
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  background-color: #f4f4f4;
}


.button-work {
    margin-top: 5px;
}


.payment-card {
    padding-top: 20px;
     padding-left: 5px;
     padding-right: 5px;
    padding-bottom: 20px;
    border: 1px solid #a9abad;
  }

.unick {
    padding: 5px;
    margin-top: 10px;
    background-color: #444;
    color: white;
}


.button-click {
  margin-top: 70px;
}

 #icon-comment {
    color: #cfd0d1;
    position: relative;
    float: left;
    margin-top: 10px;
    padding-right: 15px;
   }

.comment-content {
    font-size: 1.2em;
    padding-left: 45px;
    padding-bottom: 5px;
}

.author-name {
   padding-top: 5px;
   font-size: 1.4em;
}

.author-time {
   font-size: 0.8em;
   color: #b8babc;

}

.comments-msg-txt {
  text-align: center;
   position: relative;
   padding-bottom: 30px;
}

#button-comments {
   position: relative;
   padding-bottom: 10px;
}

.comments-link {
   margin-top: 4px;
  font-size: 1.1em;
  text-decoration: none;
  color: #444;
  overflow-wrap: break-word;
  text-align: center;
}

.work-like-title {
  text-align: center;
  font-size: 1.4em;
}

#like-icon {
  color: #f74c6e;
  cursor: pointer;
  position: relative;
  padding-top: 5px;
}

.work-like {
  position: relative;
  padding-top: 5px;
  padding-bottom: 15px;
}

#header-border-comment {
     position: relative;
     border-bottom: 1px #e8e8e8 solid;
     padding-left: 50px;
   }

/*-------- РобоКасса  ------ */

#robokassa {
  position: relative;
  margin-top: 50px;
}


#go {
  padding-top: 0px;
}

/*-------- Модальное окно Vue.js ---------*/

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
   overflow-y: scroll;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  
}

.modal-container {
  width: 400px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
   
}

.modal {
  
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-open {
  overflow: hidden;
  padding-right: 17px;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* -------- Стили модального окна --------*/

#modal_form {
  width: 450px; 
  height: 300px; /* Рaзмеры дoлжны быть фиксирoвaны */
  border-radius: 5px;
  border: 1px #f4f073 solid;
  background: #fff;
  position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 45%; /* пoлoвинa экрaнa слевa */
  margin-top: -150px;
  margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
  padding: 20px 10px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close {
 
  cursor: pointer;
  display: block;
}
/* Пoдлoжкa */
#overlay {
  z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position:fixed; /* всегдa перекрывaет весь сaйт */
  background-color:#000; /* чернaя */
  opacity:0.8; /* нo немнoгo прoзрaчнa */
  -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
  filter:alpha(opacity=80);
  width:100%; 
  height:100%; /* рaзмерoм вo весь экрaн */
  top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
  left:0;
  cursor:pointer;
  display:none; /* в oбычнoм сoстoянии её нет) */
}

.likes-modal { 
  position: absolute;
  left: 10px;
  bottom: 2px;
  color: #f74c6e;
  font-size: 1em;
  cursor: pointer;
}

.comments-modal {
  position: absolute;
  right: 10px;
  bottom: 2px;
  color: #1fad61;
  cursor: pointer;
}

.modal-title-text {
  text-align: center;
  font-size: 1.6em;
}

.modal-image {
  margin-top: 25px;
  text-align: center;
}

.modal-img {
  width: 100px;
  opacity: 0.5;
}

#modal-button {
  margin-top: 60px;
  padding-bottom: 25px;
}

/* ---------Строка поиска -------------- */

#flash { 
  margin-top:20px; 
  text-align:left;
 }
#searchresults { 
  text-align:left; 
  margin-top:20px; 
  display:none; 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:16px; color:#000;
 }

.word { 
  font-weight:bold; 
  color:#000000; 
  }

#search_box { 
  padding:4px; 
  border:solid 1px #666666; 
  width:300px; 
  height:30px; 
  font-size:18px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.search_button { 
  border:#000000 solid 1px; 
  padding: 6px; 
  color:#000; 
  font-weight:bold; 
  font-size:16px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
   }

.found { 
  font-weight: bold; 
  font-style: italic; 
  color: #ff0000; 
}


/*-----  Стилизация строки поиска  ---------*/
#form-wrapper input {
  float: left;
  
  width: 200px;
  height: 30px;
  font-size: 13px;
  
  border: 1px solid #272828;
  background: #F6F6f6;
  
}

#form-wrapper button {
   overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 32px;
    width: 70px;
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

.form-searching {
  margin-top: 35px;
  margin-left: 20px;
}

.filter-button {
  float:right;
  position: relative;
  color: white;
}

.medium material-icons{
  color: white;
}

#filter-button-white {
  margin-top: 20px;
  color: white;
  cursor: pointer;
}

/* Стили фильтра */

 .clue {
  {
    border: 2px #808080 solid; /* Параметры рамки */
    background: #e3ffec; /* Цвет фона */
 }

 #clue-text {
  padding: 0 7px; /* Поля вокруг текста */
 }
/* --------------------------------------------------- */

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 0%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

waves-effect.waves-light.btn {
  color: orange;
}


.parallax {
  margin-top: 200px;
}

li {
   font-size: 18px;
}
/**/