@import 'https://fonts.googleapis.com/css?family=Kurale';

#back-top {
    position: fixed;
    bottom: 30px;
    right: 50px;
}

#back-top a {
    text-transform: uppercase;
    text-decoration: none;
    background: white;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding: 10px;
    border-radius: 5px;
    color: black;
    font-size: 120%;
    display: block;
    text-align: center;
    z-index: 20000;
}

.socialLink {
    position: absolute;
    height: 40px;
    width: 100px;
    right: 10px;
    z-index: 10000;
}

.my_toast {
    background-color: #545454;
    color: #fff;
    position: fixed;
    right: 3%;
    border: 1px solid #a19d94;
    top: 30px;
    border-radius: 10px;
    line-height: 30px;
    padding: 15px;
    font-size: 80%;
    display: none
}

.opisanie {
    text-align: center;
    color: #fff;
    font-size: 130%;
    font-family: 'Kurale', serif;
    margin-left: 20px
}

.contact-img {
    vertical-align: top
}

.opisanie2, .opisanie3 {
    color: #fff;
    line-height: 25px;
    font-family: 'Kurale', serif
}

.opisanie2 {
    text-align: center;
    font-size: 110%
}

.opisanie3 {
    font-size: 120%;
    padding-left: 30px;
    font-style: Italic
}

.delivername {
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    font-size: 2.5em
}

@font-face {
    font-family: 'Kurale', serif;
    src: url(fonts/Kurale-Regular.ttf)
}

.contaksinfo, .delivername, h1, h2, h3, h4, h5, h6 {
    font-family: 'Kurale', serif
}

@font-face {
    font-family: 'wcmanonegrabta';
    src: url('../fonts/wcmanonegrabta.eot');
    src: url('../fonts/wcmanonegrabta.eot?#iefix') format('embedded-opentype'),
    url('../fonts/wcmanonegrabta.woff') format('woff'),
    url('../fonts/wcmanonegrabta.ttf') format('truetype'),
    url('../fonts/wcmanonegrabta.svg#wcmanonegrabta') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-regular';
    src: url('../fonts/aleo-regular.eot');
    src: url('../fonts/aleo-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aleo-regular.woff') format('woff'),
    url('../fonts/aleo-regular.ttf') format('truetype'),
    url('../fonts/aleo-regular.svg#aleo-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-light';
    src: url('../fonts/aleo-light.eot');
    src: url('../fonts/aleo-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aleo-light.woff') format('woff'),
    url('../fonts/aleo-light.ttf') format('truetype'),
    url('../fonts/aleo-light.svg#aleo-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-italic';
    src: url('../fonts/aleo-italic.eot');
    src: url('../fonts/aleo-italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aleo-italic.woff') format('woff'),
    url('../fonts/aleo-italic.ttf') format('truetype'),
    url('../fonts/aleo-italic.svg#aleo-italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-bold';
    src: url('../fonts/aleo-bold.eot');
    src: url('../fonts/aleo-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aleo-bold.woff') format('woff'),
    url('../fonts/aleo-bold.ttf') format('truetype'),
    url('../fonts/aleo-bold.svg#aleo-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*  General CSS*/
body {
    background: url("../img/page.jpg") repeat-y;
    background-size: contain;
    width: 100%;
    position: relative;

}

.wrapper {

    margin: 0 0 0 0;
    position: relative;
    width: 100%;

}

h1, h2, h3, h4, h5, h6 {
    color: #626262;
    font-family: 'Kurale', serif;
    letter-spacing: 1px;

}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .75em 0
}

.review {
    padding: 0 20px;
    background: rgba(0,0,0,.3);
}

h3 {
    font-size: 1.17em;
    margin: .83em 0
}

h5 {
    font-size: .83em;
    margin: 1.5em 0
}

h6 {
    font-size: .75em;
    margin: 1.67em 0
}

h1, h2, h3, h4,
h5, h6 {
    font-weight: bolder
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

header nav ul li a,
.featured_dishes .slider_nav a,
.gallery .media section img,
footer .footer_nav ul li a {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.light {
    background: url("../img/logoshale2.svg") no-repeat;
    width: 100%;
    height: 200px;
    background-size: contain;
    z-index: 1;
    padding: 0;
    display: block;
    margin: 0 auto;
}

.light:hover {
    background: url("../img/logoshale.svg") no-repeat;
    width: 100%;
    height: 200px;
    background-size: contain;
    z-index: 1;
    padding: 0;
    display: block;
    margin: 0 auto;
}


/*    header    */
header {
    width: 100%;
    height: 20em;
    background-size: cover;
    border-bottom: 4px solid #f04a49
}

.hat {
    width: 100%;
    height: 20em;
    background-image: url("../img/top1.jpg");
    background-size: cover;
    border-bottom: 4px solid #f04a49
}

header nav {
    float: right;

}

header nav ul {
    list-style: none;
    margin-top: 4%;
    z-index: 200
}

header nav ul li {
    display: block;
    float: left;
    margin-left: 1em;
    margin-right: 1em;
    z-index: 3
}

header nav ul li a {
    text-decoration: none;
    color: #fefdfb;
    font-family: "aleo-regular", arial;
    font-size: 1.1em;
    letter-spacing: .5px;
    padding-bottom: 10px;
    border-bottom: 0.1em solid #fff;
    z-index: 50;
}

header nav ul li a.active,
.menu_post:hover {
    color: #E3001A;
    border-bottom: 0.1em solid #E3001A;
    z-index: 50;
}

#butonon {
    width: 50px;
    height: 50px;
    margin-left: 515px;
    margin-top: 215px
}

.rewim {
    width: 200px;
    height: 200px;

    border-radius: 2%;

    box-shadow: 0 0 10px 3px #fcf6f6;
}

.rewim:hover {
    opacity: 0.5
}

/*    hero    */

.hero {
    width: 100%;
    height: 460px;
    position: relative;
    background: url("../img/rest.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-bottom: 4px solid #F04A49
}

.hero2 {
    width: 100%;
    height: auto;
    position: relative;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.hero3 {
    width: 100%;
    height: auto;
    position: relative;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.hero4 {
    width: 100%;
    height: 500px;
    position: relative;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.hero .caption {
    text-align: center;
    margin-top: 190px;
}

.hero .caption h3 {
    color: #fff;
    font-family: "Afrika T Ubuntu";
    font-size: 6em;
    letter-spacing: -5px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.hero .caption h4 {
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 29px 0 0 0;
    padding: 0;
    font-weight: normal;
}

.hero .caption .rsep,
.hero .caption .lsep {
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
}

.hero .caption .rsep {
    margin-right: 20px;
}

.hero .caption .lsep {
    margin-left: 20px;
}

/*    menu    */
.menu {
    margin: 0;
    overflow: hidden;

}

.menu .menu_title {
    text-align: center;
    margin-bottom: 5em;
    width: 20%;
    margin-left: 39%;
    z-index: 5;
    line-height: 1.5

}

.menu .menu_title h2 {
    display: inline-block;
    margin: 0;
    padding: 0em 0.6em 1.7em 0.5em;
    background: url('../img/ribbon.svg') no-repeat;
    background-position: 50% 0;

    color: #fff;
    font-family: 'Kurale', serif;
    font-size: 1.1em;
    font-weight: bold;
}

.menu article {
    width: 500px;

}

.menu article ul li {
    width: 100%
}

.menu .mean_menu {
    overflow: hidden;

}

.menu .mean_menu .lmenu ul {

    margin-left: 20px
}

.menu .mean_menu .rmenu ul {

    margin-right: 20px
}

.menu .hidden_items .lmenu ul {
    margin-left: 20px
}

.menu .hidden_items .rmenu ul {
    margin-right: 20px
}

.menu .hidden_items {
    display: none;
    overflow: hidden;
}

.menu article.lmenu {
    float: left;
}

.menu article.rmenu {
    float: right;
}

.menu article ul {
    overflow: hidden;
    list-style: none;
}

.menu article ul li {
    display: block;
    overflow: hidden;
    margin-bottom: 3em;
    position: relative;
}

.menu article ul li .item_info {
    display: inline-block;
    float: left;
}

.menu article ul li h3 {
    color: #545454;
    font-family: "aleo-regular", arial;
    font-size: 1em;
    margin: 0;
    background: rgba(254, 254, 254, 1);
    padding: 0.4em 0.6em 0.4em 0.6em;
    letter-spacing: 0.05em;
    font-weight: normal;
}

.menu article ul li .item_desc {
    color: #dac4a2;
    font-family: "aleo-italic", arial;
    font-size: 0.8em;
    font-style: italic;
    letter-spacing: 0.05em;
    font-weight: lighter;
    padding: 0.5em
}

.menu article ul li .price {
    float: right;
    color: #555;
    font-family: "aleo-regular", arial;
    font-size: 1em;
    letter-spacing: 0.05em;
    padding: 0.6em 0.8em 0.6em 0.8em;
    background: rgba(254, 254, 254, 1);
    margin: 0;
    font-weight: normal;
}

.menu article ul li .separator {
    width: 100%;
    height: 1px;
    background: #e3e1e1;
    position: absolute;
    top: 10px;
    border: 0;
    z-index: -1;
}

.menu .load-more {
    display: block;
    text-align: center;
}

.menu .load-more a {
    text-decoration: none;
    display: inline-block;
    color: #b7b7b7;
    margin-top: 5%;
    padding: 0.5em 0.6em;
    border: 1px solid #d7d5d5;

    color: #b7b7b7;
    font-family: "aleo-regular", arial;
    font-size: 0.9em;
    letter-spacing: 0.05em;
}

.menu .load-more a hr {
    width: 0.05em;
    height: 0.8em;
    border: 0;
    background: #b7b7b7;
    display: inline-block;
    margin: 0 0.6em -0.05em 0.4em;
}

.menu .load-more a .bottom_arrow,
.menu .load-more a .top_arrow {
    display: inline-block;
    width: 0.83em;
    height: 0.4em;
    background-repeat: repeat-y;
    margin-bottom: 0.05em;
}

.menu .load-more a .bottom_arrow {
    background: url('../img/bottom_arrow.png');
}

.menu .load-more a .top_arrow {
    background: url('../img/top_arrow.png');
}

/*    featured dishes    */
.info {
    overflow: hidden;
    margin-bottom: 4%;
}

.info .title {
    float: left;
    position: relative;
}

.info .title h3 {
    color: #fff;
    font-family: 'Kurale', serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 4em;
}

.info .title .separator {
    position: absolute;
    width: 100%;
    height: 0.05em;
    background: #e5e3e3;
    top: 50%;
    right: -130%;
}

.featured_dishes {
    padding: 0 0;
    overflow: hidden;
    width: 100%;

}

.caroufredsel_wrapper {
    width: 100% !important;

}

.featured_dishes .slider_nav {
    float: right;
    margin-right: 1em
}

.featured_dishes .slider_nav a {
    display: block;
    width: 1em;
    height: 1%;
    float: left;
    margin-left: 0.5em;
    text-indent: 999px;
    text-decoration: none;
    background: url('../img/pagination.png') no-repeat;

}

.featured_dishes .dishes {
    overflow: hidden;
    left: 18%
}

.featured_dishes .dishes article {
    display: block;
    width: 100%;
    float: left;

}

.featured_dishes .dishes article:last-child {
    margin-right: 0em;
}

.featured_dishes .dishes article .dishe_img {
    display: block;
    width: 60%;
    height: 50em;
    overflow: hidden;

}

.featured_dishes .dishes article .dish_info {
    overflow: hidden;

}

.featured_dishes .dishes article .dish_info h2 {
    float: left;
    width: 100%;
}

.featured_dishes .dishes article .dish_info h3 {
    float: right;
}

.featured_dishes .dishes article .dish_info h3,
.featured_dishes .dishes article .dish_info h2 {

    color: #fff;
    font-family: 'Kurale', serif;
    font-size: 1em;
    font-weight: lighter;

}

/*    gallery    */
.gallery {

    overflow: hidden;

    width: 100%;

}

.gallery .media section {
    display: block;
    width: 32%;
    float: left;
    height: 100%

}

.gallery .media .media2 {
    display: block;
    width: 400px;
    float: left;
    height: 100%;

}

.gallery .media .media3 {
    display: block;
    width: 400px;
    float: left;
    height: 100%;

}

.gallery .active {
    *zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.gallery .inactive {
    *zoom: 1;
    filter: alpha(opacity=80);
    opacity: .8;
}

.gallery .media section .hhalf {
    display: block;
    width: 100%;

}

.gallery .media section img {
    width: 100%;
    vertical-align: middle;

}

.gallery .media .media1 img {
    height: 468px
}

/*    footer    */
footer {
    width: 100%;
    margin-top: 0;
    padding: 50px 0;
    background: rgba(0,0,0,.5);
    overflow: hidden;

}

footer section {
    display: block;
    width: 200px;
    margin-right: 0px;
    float: left;

}

footer section:last-child {

}

footer .adress {
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 1px;
}

footer .adress .location {
    color: #ebebeb;
    font-family: "aleo-light", arial;
    font-weight: lighter;
}

footer .adress .phone {
    font-family: "aleo-bold", arial;
    font-weight: bold;
}

footer .footer_nav ul {
    list-style: none;
}

footer .footer_nav ul li {
    display: block;
    margin-bottom: 18px;
}

footer .footer_nav ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 3px;
    border-bottom: 1px solid #3b3b3b;
}

footer .footer_nav ul li a:hover {
    border-bottom: 2px solid #FFF;
}

footer .copyrights p {
    color: #ebebeb;
    font-family: "aleo-light", arial;
    font-size: 14px;
    font-weight: lighter;
    line-height: 32px;
    letter-spacing: 1px;

}

footer .copyrights p a {
    font-family: "aleo-bold", arial;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

/*   main  */
.special_foto1 {
    width: 400px;
    height: 300px;

}

/*   menu   */

#tabs {
    width: 99%;
    height: auto;

    margin-top: 50px

}

.menubuttons li a {

    text-decoration: inherit;
    display: inline;

}

.menubuttons {
    list-style: none;
    font-family: "aleo-regular", arial;
    font-size: 110%;
    letter-spacing: .5px;

    line-height: 40px;
    height: 900px;
    margin-left: 10px;
    width: 20%;

}

.menubuttons2 li a {

    text-decoration: inherit;
    display: inline

}

.menubuttons2 li {
    width: 100%;
}

.menubuttons2 img {
    width: 100%;
    height: 100%
}

.menubuttons2 {
    list-style: none;
    font-size: 1.2em;
    letter-spacing: .5px;
    line-height: 1.3em;
    margin-left: 10%;
    width: 8%;
    height: 700px;
    overflow-y: scroll;
    font-family: 'Kurale', serif;
}

.menubuttons2::-webkit-scrollbar {
    width: 12px;
}

.menubuttons2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(244, 245, 235, 0.3);
    border-radius: 10px;
}

.menubuttons2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(244, 245, 235, 0.5);
}

.name_list {
    color: #fff;
    padding-bottom: 50px;
    font-size: 250%;
    padding-top: 20px;
    font-family: 'Kurale', serif;
}

.name_list2 {
    color: #fff;
    padding-bottom: 20px;
    font-size: 150%;
    padding-top: 20px
}

#position1 {
    font-family: 'Kurale', serif;
    font-size: 130%;
    line-height: 30px;
    color: white
}

.list_menu {
    width: 83%;

    margin-left: 300px;
    margin-top: -950px;
    overflow-y: scroll;
    background: #ffffff;
    height: 950px;
    box-shadow: 0 0 10px 1px #191515;

}

/*background:#ffffff;
height:950px;*/

.list_menu table td {

}

/*background: rgba(75,159,71, 0.9);*/

.list_menu::-webkit-scrollbar {
    width: 12px;

}

.list_menu ::-webkit-resizer {
    width: 5px
}

.list_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.list_menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.list_menu::scrollbar {
    width: 12px;

}

.list_menu ::resizer {
    width: 5px
}

.list_menu::scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.list_menu::scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.buy {
    background-color: #f9090a;
    border: 1px outset #ed8f66;
    color: #fff;
    height: 40px;
    font-weight: bold
}

.buy:hover {
    background-color: #ee7865;
    cursor: pointer
}

.list_menu2 {
    width: 70%;
    height: auto;

    margin-left: 25%;
    margin-top: -700px;
    padding: 5px;
    font-family: 'Kurale', serif;

}

.list_menu2 img {
    box-shadow: 0 0 10px 1px #191515;
}

.list_menu2 {
    overflow-y: hidden !important;
}

.menubuttons3 {
    overflow-y: hidden !important;
}

.foto_inter {
    width: 150px;
    height: 100px
}

#pic1 {
    width: 70%

}

/*  actions8  */
.hero1 {
    width: 100%;
    height: 1200px;
    position: relative;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

/*  contacts  */
.wrapper10 {
    width: 100%;
    height: auto;
    color: #fff;
    font-family: "aleo-bold", arial;
    font-size: 2em;
    text-align: left
}

#scrollup {
    width: 60px;
    height: 50px;
    position: fixed; /* фиксированная позиция */
    opacity: 0.8; /* прозрачность */
    padding: 15px 10px 10px 10px; /* отступы */

    border-radius: 5px; /* скругление углов */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 1150px; /* отступ слева */
    bottom: 10px; /* отступ снизу */
    right: 10px;
    display: none; /* спрятать блок */
    cursor: pointer;
}

.pos1 li {
    text-decoration: none !important;
}

#photo_vacantion {
    position: relative;
    width: 100%;
    height: 20%;
    margin-top: 20px;
    background-image: url("../img/1_5vf206u.jpg");
    background-size: cover;

}

.list_menu3 {
    width: 500px;
    height: 300px;
    background-color: #fcfaf8;
    margin-left: 380px;
    margin-top: -450px;
    background-image: url("../img/fon-metal-4 копия.jpg");
    background-size: cover;
    background-repeat: no-repeat

}

.menubuttons2::-moz-scrollbar {
    display: none;
}

.menubuttons3 li a {

    text-decoration: inherit;
    display: inline

}

.menubuttons3 {
    list-style: none;
    font-family: "aleo-regular", arial;
    font-size: 18px;
    letter-spacing: .5px;
    padding: 50px;
    line-height: 30px;
    overflow-y: scroll;
    height: 500px;
}

.menubuttons3::-webkit-scrollbar {
    display: none;
}

.menu1 {
    overflow: hidden;
    margin: 0;

    padding-bottom: 100px;
}

#feedback {
    width: 70%;
    height: 500px;
    background-size: cover;
    background: #af1730 no-repeat;
    margin-left: 15%;
    font-size: 0.8em;

}

#feedback2 {
    width: 40%;
    height: 500px;
    background-image: url(../img/contform2.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10%;
    margin-top: -518px;
    font-size: 0.8em;
}

.map {
    margin-top: 50px;
    text-align: center;
    margin-left: 15%;
    width: 70%
}

.form1 {
    margin-left: 10%;
    margin-top: 10%;
}

.inputItemFeedBack {
    font-family: 'Kurale', serif;
    width: 90%;
    height: 35px;
    padding: 5px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.inputItemFeedBack:hover {
    box-shadow: 0 0 5px 1px rgba(234, 234, 234, 1);
}

.textareaItemFeedBack {
    font-family: 'Kurale', serif;
    width: 90%;
    padding: 5px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    resize: none;
}

.textareaItemFeedBack:hover {
    box-shadow: 0 0 5px 1px rgba(234, 234, 234, 1);
}

.form2 {
    margin-left: 40px;

}

.form2 input {
    color: #fdf9f9;
    font-size: 0.8em;
    background-color: #3c4147;
    border: 0px;
    width: 90%;
    border-radius: 5px
}

.form2 textarea {
    color: #fdf9f9;
    font-size: 0.8em;
    background-color: #3c4147;
    border: 0px;
    border-radius: 5px
}

.form2 textarea:hover {
    background-color: #f4513b
}

.form2 input:hover {
    background-color: #f4513b
}

.vacantion {
    background-color: #ef5b4e;
    border-radius: 5px 5px 0px 0px;
    text-align: center
}

.job1 {
    width: 80%;
    border: 4px solid #ef5b4e;
    margin-left: 10%;
    border-radius: 10px;
    margin-top: 50px;

}

/*  events  */
.photoblock6
{
    width:100%;
    height:200px;
    background-image:url("../img/events/events6/shale_events6.jpg");
    background-size:contain;
    margin-top:50px;

}
.photoblock6:hover{
    background-image:url("../img/events/events6/shale_events62.jpg");
}
.photoblock5 {
    width: 100%;
    height: 200px;
    background-image: url("../img/events/events5/eve5.jpg");
    background-size: contain;
    margin-top: 50px;

}

.photoblock5:hover {
    background-image: url("../img/events/events5/eve52.jpg");
}

.photoblock4 {
    width: 100%;
    height: 200px;
    background-image: url("../img/events/events4/eve4cut.jpg");
    background-size: contain;
    margin-top: 50px;

}

.photoblock4:hover {
    background-image: url("../img/events/events4/eve4cut2.jpg");
}

.photoblock3 {
    width: 100%;
    height: 200px;
    background-image: url("../img/events/events3/10.09.jpg");
    background-size: contain;
    margin-top: 50px;

}

.photoblock3:hover {
    background-image: url("../img/events/events3/10.09_2.jpg");
}

.photoblock2 {
    width: 100%;
    height: 200px;
    background-image: url("../img/shale_events1.jpg");
    background-size: contain;
    margin-top: 50px;

}

.photoblock2:hover {
    background-image: url("../img/shale_events1копия.jpg");
}

.photoblock1 {
    width: 100%;
    height: 200px;
    background-image: url("../img/obl2.jpg");
    background-size: contain;
    margin-top: 50px
}

.photoblock1:hover {
    background-image: url("../img/obl2_2.jpg");
}

.line {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-family: "aleo-regular", arial;
}

.line .photofood {
    width: 50%;
}

.line td {
    line-height: 40px;
}

.line .photofood img {
    width: 100%;
}

/*border:1px solid black;*/

.nametr {
    height: 30px;
    line-height: 40px;
}

.pricename {
    margin-left: 6%;
    line-height: 40px;
}

.weithname {
    margin-left: 5%;
    line-height: 40px
}

.addname {
    margin-left: 5%;
    line-height: 40px
}

.photoname {
    margin-left: 20%;
    line-height: 40px
}

.posname {
    margin-left: 25%;
    line-height: 40px
}

.name1 {
    padding-left: 4%;
    padding-top: 150px;
    line-height: 0px;
}

.pricedelivery {
    padding-left: 2%;
    padding-top: 150px;
    line-height: 0px
}

.weith {
    margin-left: 7%;
    padding-top: 150px;
    line-height: 0px
}

.photocolum {
    width: 40%;
    margin-left: -12px;
}

.add1 {
    padding-left: 3%;
    padding-top: 140px;
    line-height: 0px
}

.name004 {
    padding-left: 3%;
    padding-top: 120px;
    line-height: 0px
}

.add005 {
    padding-left: 3%;
    padding-top: 110px;
    line-height: 0px
}

.name006 {
    padding-left: 0%;
    padding-top: 120px;
    line-height: 0px;
    font-size: 90%
}

.weith006 {
    margin-left: 2%;
    padding-top: 120px;
    line-height: 0px;
    font-size: 95%
}

.pricedelivery006 {
    padding-left: 3%;
    padding-top: 120px;
    line-height: 0px
}

#mailcount {
    border: 0;
    margin-left: 320px;
    margin-top: 60px
}

.info_rest {
    list-style: none;
    line-height: 35px;
    color: #fefdfb;
    font-size: 120%;
    position: absolute;
    letter-spacing: 2px;
    font-family: aleo-regular, arial;
    float: left;
    display: block;
    width: 100%;
    font-weight: bold
}

.time {
    width: 100%;
    color: white
}

#more {
    color: white
}

#more:hover {
    color: #E3001A
}

.rews {
    width: 90%;
    margin-left: 5%
}

.rews img:hover {
    opacity: 0.7;
}

/*eve1*/

#cart {
    overflow-y: scroll;
    height: 280px
}

#cart::-webkit-scrollbar {
    width: 12px;

}

#cart ::-webkit-resizer {
    width: 5px
}

#cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#cart::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#cart::scrollbar {
    width: 12px;

}

#cart ::resizer {
    width: 5px
}

#cart::scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#cart::scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.name {
    font-size: 120%;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.ui-tabs-active {

    font-size: 105%;
    border-bottom: 2px solid red;
    border-top: 2px solid red;
    font-weight: bold
}

a {
    outline: none;
}

button {
    outline: none;
}

.name_menu {

    font-size: 140%
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.loginFormBack {
    z-index: 50;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    display: none;
}

.regForm {
    margin: 120px auto 0;
    width: 350px;
    /*height: 430px;*/
    background: rgb(127, 38, 38);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    display: none;
    padding-bottom: 20px;
}

.loginForm {
    margin: 120px auto 0;
    width: 300px;
    height: auto;
    padding-bottom: 20px;
    background: rgb(127, 38, 38);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    display: none;
}

.formHead {
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    line-height: 45px;
    color: whitesmoke;
    font-family: 'Kurale', serif;
    padding-top: 10px;
    position: relative;
}

.formHead i {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 50%;
    cursor: pointer;
}

.inputs {
    width: 100%;
}

* {
    box-sizing: border-box;
    outline: none;

}

.inputItem {
    font-family: 'Kurale', serif;
    width: 80%;
    margin: 10px 10%;
    height: 35px;
    padding: 5px;
    text-align: center;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*box-shadow: 0 2px 4px 0 #f4f4f4, 0 2px 5px whitesmoke;*/
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.inputItem:hover {
    box-shadow: 0 0 5px 1px rgba(234, 234, 234, 1);
}

.formLink {
    font-size: small;
    text-decoration: none;
    color: black;
    font-family: 'Kurale', serif;
}

.formBtn {
    font-family: 'Kurale', serif;
    height: 35px;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 100px;
    width: auto;
    cursor: pointer;
    border: 1px solid transparent;
}

.formBtn:active {
    box-shadow: inset 0 0 4px 1px rgba(150,150,150,1);
}

.mainBtn:active {
    box-shadow: inset 0 0 4px 1px rgba(150, 0, 0, 1);
}

.secondary {
    color: black;
    background: lightgrey;
    border: 1px solid lightgrey;
}

.mainBtn {
    border: 1px solid #af1730;
    background: #af1730;
    color: whitesmoke;
}

.postscript {
    font-family: 'Kurale', serif;
    color: white;
    font-size: .7rem;
    padding: 10px;
}

#newOneToast {
    min-width: 300px;
    font-size: 100%;
    word-wrap: break-word;
    border: 1px solid #cbcbcb;
    background: rgb(127, 38, 38);
    border-radius: 20px;
    color: white;
    position: fixed;
    top: 50px;
    right: 50px;
    padding: 10px;
    text-align: center;
    max-width: 400px;
    font-weight: 600;
    display: none;
}

.userName {
    background: black;
    margin: 0 auto;
    width: auto;
    color: white;
    border: 1px solid green;
    position: absolute;
    font-size: 70%;
    text-align: center;
}

.social-auth {
    background: black;
    color: white;
    /*height: 30px;*/
    width: 30px;
    display: table-cell;
    padding: 7px;
    margin: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;

}
.view-second img {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.view-second .mask {
    background-color: rgba(12, 19, 27, 0.6);
    width: 300px;
    padding: 105px;
    height: 100%;
    opacity: 0;
    transform: translate(265px, 145px) rotate(45deg);
    -webkit-transform: translate(265px, 145px) rotate(45deg);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.view-second h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: translate(200px, -200px);
    transform: translate(200px, -200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second p {
    transform: translate(-200px, 200px);
    -webkit-transform: translate(200px, -200px);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.view-second a.info {
    transform: translate(0px, 100px);
    -webkit-transform: translate(0px, 100px);
    transition: all 0.2s 0.1s ease-in-out;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
}


/* */

.view-second:hover .mask {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
}

.view-second:hover h2 {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.view-second:hover p {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.view-second:hover a.info {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}
#hover {
    color: rgba(188, 175, 204, 0.9);
}

h2#testimonials {
    color: rgb(94, 244, 177);
}

div#all {
    width: 100%;
    height: 100%;
}


/* generic css */

.view {
    width: 23%;
    margin: 1%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 10px #e6e6e6;
    cursor: default;

}

.view .mask,
.view .content {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px;
    /*background: rgba(0, 0, 0, 0.8);*/
    margin: 20px 0 0 0;
    font-family: 'Kurale', serif;
    font-weight: lighter;
    font-size: 130%;
}

.view p {

    font-size: 150%;
    position: relative;
    color: #fff;
    padding: 0px 20px 0px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background:rgba(250, 18, 34, 0.8);
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 10px #000;
    border: 1px solid transparent;
}

.view a.info:hover {
    box-shadow: 0 0 5px #000
}

#sob img {
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#sob img:hover{
    opacity: 0.7;
}

.butBack {
    margin: 20px 48%;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background:rgba(250, 18, 34, 0.8);
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 2px 5px #000000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.butBack:hover {
    box-shadow: 0 4px 10px #000000
}

.countCart {
    color: #af1730;
}

#p_prldr {
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    /*background: url(../img/page.jpg);*/
    background: black;
    background-size: contain;
    z-index: 30;
}

.contpre small {
    font-size:25px;
}

.contpre {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;top: 25%;
    margin-left:-125px;
    margin-top:-75px;
    color:#fff;
    font-size:40px;
    letter-spacing:-2px;
    text-align:center;
    line-height:35px;
}

#p_prldr .svg_anm {
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(../img/oval.svg) center center no-repeat;
    background-size:41px;
    margin: -16px 0 0 -16px;
}

.socialLink {
    position: absolute;
    height: 40px;
    width: 100px;
    right: 10px;
    z-index: 10000
}

.tables {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    position: relative;
}

.tables svg {
    margin-top: 30px;
}

rect, ellipse, text {
    cursor: pointer;
}

.calendar {
    position: absolute;
    top: 10px;
    left: 10px;
}

.calendar input {
    background: black;
    border: 1px solid #af1730;
    border-radius: 2px;
    color: white;
    font-family: Kurale, serif;
}

svg {
    border: 2px solid black;

}

.contacts {
    width: 70%;
    margin: 0 auto;
    position: relative;
    min-height: 250px;
}

.contactName {
    background: #af1730;
    width: 100%;
    margin: 10px 0;
    font-family: Kurale, Serif;
    padding: 5px 0;
    text-align: center;
    border-top-right-radius: 10px;
}

.contactItem {
    font-size: .5em;
    padding: 10px 15px;
    width: 100%;
    margin: -10px 0 10px 0;
    background: lightgray;
    color: black;
    font-family: Kurale, serif;
    border-bottom-left-radius: 10px;
}

.leftCol {
    width: 49%;
    position: absolute;
    top: 10px;
    left: 0;
}

.rightCol {
    width: 49%;
    position: absolute;
    top: 10px;
    right: 0;

}

.copyIcon {
    color: black;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.mainTitle {
    text-align: center;
    color: white;
}

.contDiv {
    width: 100%;
    height: auto;
    color: #fff;
    font-family: "aleo-bold", arial;
    font-size: 2em;
    text-align: left
}

.sliderPreloader {
    position: absolute;
    z-index: 3;
    top: 550px;
    left: 46%;
}